/*!
 * Hamburgers
 * @description Tasty LESS-animated hamburgers
 * @author Rodrigo Tejero
 * @link https://github.com/webchimp
 */.hamburger {
  padding: 0 0;
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 150ms;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible
}
.hamburger:hover {
  opacity: .7
}
.hamburger.is-active:hover {
  opacity: .7
}
.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner::before,
.hamburger.is-active .hamburger-inner::after {
  background-color: #fff
}
.hamburger-box {
  width: 20px;
  height: 15px;
  display: inline-block;
  position: relative
}
.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -1.5px
}
.hamburger-inner,
.hamburger-inner::before,
.hamburger-inner::after {
  width: 20px;
  height: 3px;
  background-color: #fff;
  border-radius: 0;
  position: absolute;
  transition: transform 150ms ease, background 500ms ease 150ms
}
.hamburger-inner::before,
.hamburger-inner::after {
  content: "";
  display: block
}
.hamburger-inner::before {
  top: -6px
}
.hamburger-inner::after {
  bottom: -6px
}
.hamburger-3dx .hamburger-box {
  perspective: 40px
}
.hamburger-3dx .hamburger-inner {
  transition: transform .15s cubic-bezier(.645, .045, .355, 1), background-color 0s .1s cubic-bezier(.645, .045, .355, 1)
}
.hamburger-3dx .hamburger-inner::before,
.hamburger-3dx .hamburger-inner::after {
  transition: transform 0s .1s cubic-bezier(.645, .045, .355, 1)
}
.hamburger-3dx.is-active .hamburger-inner {
  background-color: transparent !important;
  transform: rotateY(180deg)
}
.hamburger-3dx.is-active .hamburger-inner::before {
  transform: translate3d(0, 6px, 0) rotate(45deg)
}
.hamburger-3dx.is-active .hamburger-inner::after {
  transform: translate3d(0, -6px, 0) rotate(-45deg)
}
.hamburger-3dx-r .hamburger-box {
  perspective: 40px
}
.hamburger-3dx-r .hamburger-inner {
  transition: transform .15s cubic-bezier(.645, .045, .355, 1), background-color 0s .1s cubic-bezier(.645, .045, .355, 1)
}
.hamburger-3dx-r .hamburger-inner::before,
.hamburger-3dx-r .hamburger-inner::after {
  transition: transform 0s .1s cubic-bezier(.645, .045, .355, 1)
}
.hamburger-3dx-r.is-active .hamburger-inner {
  background-color: transparent !important;
  transform: rotateY(-180deg)
}
.hamburger-3dx-r.is-active .hamburger-inner::before {
  transform: translate3d(0, 6px, 0) rotate(45deg)
}
.hamburger-3dx-r.is-active .hamburger-inner::after {
  transform: translate3d(0, -6px, 0) rotate(-45deg)
}
.hamburger-3dy .hamburger-box {
  perspective: 40px
}
.hamburger-3dy .hamburger-inner {
  transition: transform .15s cubic-bezier(.645, .045, .355, 1), background-color 0s .1s cubic-bezier(.645, .045, .355, 1)
}
.hamburger-3dy .hamburger-inner::before,
.hamburger-3dy .hamburger-inner::after {
  transition: transform 0s .1s cubic-bezier(.645, .045, .355, 1)
}
.hamburger-3dy.is-active .hamburger-inner {
  background-color: transparent !important;
  transform: rotateX(-180deg)
}
.hamburger-3dy.is-active .hamburger-inner::before {
  transform: translate3d(0, 6px, 0) rotate(45deg)
}
.hamburger-3dy.is-active .hamburger-inner::after {
  transform: translate3d(0, -6px, 0) rotate(-45deg)
}
.hamburger-3dy .hamburger-box {
  perspective: 40px
}
.hamburger-3dy .hamburger-inner {
  transition: transform .15s cubic-bezier(.645, .045, .355, 1), background-color 0s .1s cubic-bezier(.645, .045, .355, 1)
}
.hamburger-3dy .hamburger-inner::before,
.hamburger-3dy .hamburger-inner::after {
  transition: transform 0s .1s cubic-bezier(.645, .045, .355, 1)
}
.hamburger-3dy.is-active .hamburger-inner {
  background-color: transparent !important;
  transform: rotateX(-180deg)
}
.hamburger-3dy.is-active .hamburger-inner::before {
  transform: translate3d(0, 6px, 0) rotate(45deg)
}
.hamburger-3dy.is-active .hamburger-inner::after {
  transform: translate3d(0, -6px, 0) rotate(-45deg)
}
.hamburger-3dxy .hamburger-box {
  perspective: 40px
}
.hamburger-3dxy .hamburger-inner {
  transition: transform .15s cubic-bezier(.645, .045, .355, 1), background-color 0s .1s cubic-bezier(.645, .045, .355, 1)
}
.hamburger-3dxy .hamburger-inner::before,
.hamburger-3dxy .hamburger-inner::after {
  transition: transform 0s .1s cubic-bezier(.645, .045, .355, 1)
}
.hamburger-3dxy.is-active .hamburger-inner {
  background-color: transparent !important;
  transform: rotateX(180deg) rotateY(180deg)
}
.hamburger-3dxy.is-active .hamburger-inner::before {
  transform: translate3d(0, 6px, 0) rotate(45deg)
}
.hamburger-3dxy.is-active .hamburger-inner::after {
  transform: translate3d(0, -6px, 0) rotate(-45deg)
}
.hamburger-3dxy-r .hamburger-box {
  perspective: 40px
}
.hamburger-3dxy-r .hamburger-inner {
  transition: transform .15s cubic-bezier(.645, .045, .355, 1), background-color 0s .1s cubic-bezier(.645, .045, .355, 1)
}
.hamburger-3dxy-r .hamburger-inner::before,
.hamburger-3dxy-r .hamburger-inner::after {
  transition: transform 0s .1s cubic-bezier(.645, .045, .355, 1)
}
.hamburger-3dxy-r.is-active .hamburger-inner {
  background-color: transparent !important;
  transform: rotateX(180deg) rotateY(180deg) rotateZ(-180deg)
}
.hamburger-3dxy-r.is-active .hamburger-inner::before {
  transform: translate3d(0, 6px, 0) rotate(45deg)
}
.hamburger-3dxy-r.is-active .hamburger-inner::after {
  transform: translate3d(0, -6px, 0) rotate(-45deg)
}
.hamburger-arrow.is-active .hamburger-inner::before {
  transform: translate3d(-4px, 0, 0) rotate(-45deg) scale(.7, 1)
}
.hamburger-arrow.is-active .hamburger-inner::after {
  transform: translate3d(-4px, 0, 0) rotate(45deg) scale(.7, 1)
}
.hamburger-arrow-r.is-active .hamburger-inner::before {
  transform: translate3d(4px, 0, 0) rotate(45deg) scale(.7, 1)
}
.hamburger-arrow-r.is-active .hamburger-inner::after {
  transform: translate3d(4px, 0, 0) rotate(-45deg) scale(.7, 1)
}
.hamburger-arrowalt .hamburger-inner::before {
  transition: top .1s .1s ease, transform .1s cubic-bezier(.165, .84, .44, 1)
}
.hamburger-arrowalt .hamburger-inner::after {
  transition: bottom .1s .1s ease, transform .1s cubic-bezier(.165, .84, .44, 1)
}
.hamburger-arrowalt.is-active .hamburger-inner::before {
  top: 0;
  transform: translate3d(-4px, -5px, 0) rotate(-45deg) scale(.7, 1);
  transition: top .1s ease, transform .1s .1s cubic-bezier(.895, .03, .6850000000000001, .22)
}
.hamburger-arrowalt.is-active .hamburger-inner::after {
  bottom: 0;
  transform: translate3d(-4px, 5px, 0) rotate(45deg) scale(.7, 1);
  transition: bottom .1s ease, transform .1s .1s cubic-bezier(.895, .03, .6850000000000001, .22)
}
.hamburger-arrowalt-r .hamburger-inner::before {
  transition: top .1s .1s ease, transform .1s cubic-bezier(.165, .84, .44, 1)
}
.hamburger-arrowalt-r .hamburger-inner::after {
  transition: bottom .1s .1s ease, transform .1s cubic-bezier(.165, .84, .44, 1)
}
.hamburger-arrowalt-r.is-active .hamburger-inner::before {
  top: 0;
  transform: translate3d(4px, -5px, 0) rotate(45deg) scale(.7, 1);
  transition: top .1s ease, transform .1s .1s cubic-bezier(.895, .03, .6850000000000001, .22)
}
.hamburger-arrowalt-r.is-active .hamburger-inner::after {
  bottom: 0;
  transform: translate3d(4px, 5px, 0) rotate(-45deg) scale(.7, 1);
  transition: bottom .1s ease, transform .1s .1s cubic-bezier(.895, .03, .6850000000000001, .22)
}
.hamburger-arrowturn.is-active .hamburger-inner {
  transform: rotate(-180deg)
}
.hamburger-arrowturn.is-active .hamburger-inner::before {
  transform: translate3d(8px, 0, 0) rotate(45deg) scale(.7, 1)
}
.hamburger-arrowturn.is-active .hamburger-inner::after {
  transform: translate3d(8px, 0, 0) rotate(-45deg) scale(.7, 1)
}
.hamburger-arrowturn-r.is-active .hamburger-inner {
  transform: rotate(-180deg)
}
.hamburger-arrowturn-r.is-active .hamburger-inner::before {
  transform: translate3d(-8px, 0, 0) rotate(-45deg) scale(.7, 1)
}
.hamburger-arrowturn-r.is-active .hamburger-inner::after {
  transform: translate3d(-8px, 0, 0) rotate(45deg) scale(.7, 1)
}
.hamburger-boring .hamburger-inner,
.hamburger-boring .hamburger-inner::before,
.hamburger-boring .hamburger-inner::after {
  transition-property: none
}
.hamburger-boring.is-active .hamburger-inner {
  transform: rotate(45deg)
}
.hamburger-boring.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0
}
.hamburger-boring.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(-90deg)
}
.hamburger-collapse .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-duration: 0.13s;
  transition-delay: 0.13s;
  transition-timing-function: cubic-bezier(.55, .055, .675, .19)
}
.hamburger-collapse .hamburger-inner::after {
  top: -12px;
  transition: top .2s .2s cubic-bezier(.33333, .66667, .66667, 1), opacity .1s linear
}
.hamburger-collapse .hamburger-inner::before {
  transition: top .12s .2s cubic-bezier(.33333, .66667, .66667, 1), transform .13s cubic-bezier(.55, .055, .675, .19)
}
.hamburger-collapse.is-active .hamburger-inner {
  transform: translate3d(0, -6px, 0) rotate(-45deg);
  transition-delay: 0.22s;
  transition-timing-function: cubic-bezier(.215, .61, .355, 1)
}
.hamburger-collapse.is-active .hamburger-inner::after {
  top: 0;
  opacity: 0;
  transition: top .2s cubic-bezier(.33333, 0, .66667, .33333), opacity .1s .22s linear
}
.hamburger-collapse.is-active .hamburger-inner::before {
  top: 0;
  transform: rotate(-90deg);
  transition: top .1s .16s cubic-bezier(.33333, 0, .66667, .33333), transform .13s .25s cubic-bezier(.215, .61, .355, 1)
}
.hamburger-collapse-r .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-duration: 0.13s;
  transition-delay: 0.13s;
  transition-timing-function: cubic-bezier(.55, .055, .675, .19)
}
.hamburger-collapse-r .hamburger-inner::after {
  top: -12px;
  transition: top .2s .2s cubic-bezier(.33333, .66667, .66667, 1), opacity .1s linear
}
.hamburger-collapse-r .hamburger-inner::before {
  transition: top .12s .2s cubic-bezier(.33333, .66667, .66667, 1), transform .13s cubic-bezier(.55, .055, .675, .19)
}
.hamburger-collapse-r.is-active .hamburger-inner {
  transform: translate3d(0, -6px, 0) rotate(45deg);
  transition-delay: 0.22s;
  transition-timing-function: cubic-bezier(.215, .61, .355, 1)
}
.hamburger-collapse-r.is-active .hamburger-inner::after {
  top: 0;
  opacity: 0;
  transition: top .2s cubic-bezier(.33333, 0, .66667, .33333), opacity .1s .22s linear
}
.hamburger-collapse-r.is-active .hamburger-inner::before {
  top: 0;
  transform: rotate(90deg);
  transition: top .1s .16s cubic-bezier(.33333, 0, .66667, .33333), transform .13s .25s cubic-bezier(.215, .61, .355, 1)
}
.hamburger-elastic .hamburger-inner {
  top: 1.5px;
  transition-duration: 0.275s;
  transition-timing-function: cubic-bezier(.68, -0.55, .265, 1.55)
}
.hamburger-elastic .hamburger-inner::before {
  top: 6px;
  transition: opacity .125s .275s ease
}
.hamburger-elastic .hamburger-inner::after {
  top: 12px;
  transition: transform .275s cubic-bezier(.68, -0.55, .265, 1.55)
}
.hamburger-elastic.is-active .hamburger-inner {
  transform: translate3d(0, 6px, 0) rotate(135deg);
  transition-delay: 0.075s
}
.hamburger-elastic.is-active .hamburger-inner::before {
  transition-delay: 0s;
  opacity: 0
}
.hamburger-elastic.is-active .hamburger-inner::after {
  transform: translate3d(0, -12px, 0) rotate(-270deg);
  transition-delay: 0.075s
}
.hamburger-elastic-r .hamburger-inner {
  top: 1.5px;
  transition-duration: 0.275s;
  transition-timing-function: cubic-bezier(.68, -0.55, .265, 1.55)
}
.hamburger-elastic-r .hamburger-inner::before {
  top: 6px;
  transition: opacity .125s .275s ease
}
.hamburger-elastic-r .hamburger-inner::after {
  top: 12px;
  transition: transform .275s cubic-bezier(.68, -0.55, .265, 1.55)
}
.hamburger-elastic-r.is-active .hamburger-inner {
  transform: translate3d(0, 6px, 0) rotate(-135deg);
  transition-delay: 0.075s
}
.hamburger-elastic-r.is-active .hamburger-inner::before {
  transition-delay: 0s;
  opacity: 0
}
.hamburger-elastic-r.is-active .hamburger-inner::after {
  transform: translate3d(0, -12px, 0) rotate(270deg);
  transition-delay: 0.075s
}
.hamburger-emphatic {
  overflow: hidden
}
.hamburger-emphatic .hamburger-inner {
  transition: background-color .125s .175s ease-in
}
.hamburger-emphatic .hamburger-inner::before {
  left: 0;
  transition: transform .125s cubic-bezier(.6, .04, .98, .335), top .05s .125s linear, left .125s .175s ease-in
}
.hamburger-emphatic .hamburger-inner::after {
  top: 6px;
  right: 0;
  transition: transform .125s cubic-bezier(.6, .04, .98, .335), top .05s .125s linear, right .125s .175s ease-in
}
.hamburger-emphatic.is-active .hamburger-inner {
  transition-delay: 0s;
  transition-timing-function: ease-out;
  background-color: transparent !important
}
.hamburger-emphatic.is-active .hamburger-inner::before {
  left: -40px;
  top: -40px;
  transform: translate3d(40px, 40px, 0) rotate(45deg);
  transition: left .125s ease-out, top .05s .125s linear, transform .125s .175s cubic-bezier(.075, .82, .165, 1)
}
.hamburger-emphatic.is-active .hamburger-inner::after {
  right: -40px;
  top: -40px;
  transform: translate3d(-40px, 40px, 0) rotate(-45deg);
  transition: right .125s ease-out, top .05s .125s linear, transform .125s .175s cubic-bezier(.075, .82, .165, 1)
}
.hamburger-emphatic-r {
  overflow: hidden
}
.hamburger-emphatic-r .hamburger-inner {
  transition: background-color .125s .175s ease-in
}
.hamburger-emphatic-r .hamburger-inner::before {
  left: 0;
  transition: transform .125s cubic-bezier(.6, .04, .98, .335), top .05s .125s linear, left .125s .175s ease-in
}
.hamburger-emphatic-r .hamburger-inner::after {
  top: 6px;
  right: 0;
  transition: transform .125s cubic-bezier(.6, .04, .98, .335), top .05s .125s linear, right .125s .175s ease-in
}
.hamburger-emphatic-r.is-active .hamburger-inner {
  transition-delay: 0s;
  transition-timing-function: ease-out;
  background-color: transparent !important
}
.hamburger-emphatic-r.is-active .hamburger-inner::before {
  left: -40px;
  top: 40px;
  transform: translate3d(40px, -40px, 0) rotate(-45deg);
  transition: left .125s ease-out, top .05s .125s linear, transform .125s .175s cubic-bezier(.075, .82, .165, 1)
}
.hamburger-emphatic-r.is-active .hamburger-inner::after {
  right: -40px;
  top: 40px;
  transform: translate3d(-40px, -40px, 0) rotate(45deg);
  transition: right .125s ease-out, top .05s .125s linear, transform .125s .175s cubic-bezier(.075, .82, .165, 1)
}
.hamburger-minus .hamburger-inner::before,
.hamburger-minus .hamburger-inner::after {
  transition: bottom .08s 0s ease-out, top .08s 0s ease-out, opacity 0s linear
}
.hamburger-minus.is-active .hamburger-inner::before,
.hamburger-minus.is-active .hamburger-inner::after {
  opacity: 0;
  transition: bottom .08s ease-out, top .08s ease-out, opacity 0s .08s linear
}
.hamburger-minus.is-active .hamburger-inner::before {
  top: 0
}
.hamburger-minus.is-active .hamburger-inner::after {
  bottom: 0
}
.hamburger-slider .hamburger-inner {
  top: 1.5px
}
.hamburger-slider .hamburger-inner::before {
  top: 6px;
  transition-property: transform, opacity;
  transition-timing-function: ease;
  transition-duration: 0.15s
}
.hamburger-slider .hamburger-inner::after {
  top: 12px
}
.hamburger-slider.is-active .hamburger-inner {
  transform: translate3d(0, 6px, 0) rotate(45deg)
}
.hamburger-slider.is-active .hamburger-inner::before {
  transform: rotate(-45deg) translate3d(-2.85714286px, -3px, 0);
  opacity: 0
}
.hamburger-slider.is-active .hamburger-inner::after {
  transform: translate3d(0, -12px, 0) rotate(-90deg)
}
.hamburger-slider-r .hamburger-inner {
  top: 1.5px
}
.hamburger-slider-r .hamburger-inner::before {
  top: 6px;
  transition-property: transform, opacity;
  transition-timing-function: ease;
  transition-duration: 0.15s
}
.hamburger-slider-r .hamburger-inner::after {
  top: 12px
}
.hamburger-slider-r.is-active .hamburger-inner {
  transform: translate3d(0, 6px, 0) rotate(-45deg)
}
.hamburger-slider-r.is-active .hamburger-inner::before {
  transform: rotate(45deg) translate3d(2.85714286px, -3px, 0);
  opacity: 0
}
.hamburger-slider-r.is-active .hamburger-inner::after {
  transform: translate3d(0, -12px, 0) rotate(90deg)
}
.hamburger-spin .hamburger-inner {
  transition-duration: 0.22s;
  transition-timing-function: cubic-bezier(.55, .055, .675, .19)
}
.hamburger-spin .hamburger-inner::before {
  transition: top .1s .25s ease-in, opacity .1s ease-in
}
.hamburger-spin .hamburger-inner::after {
  transition: bottom .1s .25s ease-in, transform .22s cubic-bezier(.55, .055, .675, .19)
}
.hamburger-spin.is-active .hamburger-inner {
  transform: rotate(225deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(.215, .61, .355, 1)
}
.hamburger-spin.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  transition: top .1s ease-out, opacity .1s .12s ease-out
}
.hamburger-spin.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(-90deg);
  transition: bottom .1s ease-out, transform .22s .12s cubic-bezier(.215, .61, .355, 1)
}
.hamburger-spin-r .hamburger-inner {
  transition-duration: 0.22s;
  transition-timing-function: cubic-bezier(.55, .055, .675, .19)
}
.hamburger-spin-r .hamburger-inner::before {
  transition: top .1s .25s ease-in, opacity .1s ease-in
}
.hamburger-spin-r .hamburger-inner::after {
  transition: bottom .1s .25s ease-in, transform .22s cubic-bezier(.55, .055, .675, .19)
}
.hamburger-spin-r.is-active .hamburger-inner {
  transform: rotate(-225deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(.215, .61, .355, 1)
}
.hamburger-spin-r.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  transition: top .1s ease-out, opacity .1s .12s ease-out
}
.hamburger-spin-r.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(90deg);
  transition: bottom .1s ease-out, transform .22s .12s cubic-bezier(.215, .61, .355, 1)
}
.hamburger-spring .hamburger-inner {
  top: 1.5px;
  transition: background-color 0s .13s linear
}
.hamburger-spring .hamburger-inner::before {
  top: 6px;
  transition: top .1s .2s cubic-bezier(.33333, .66667, .66667, 1), transform .13s cubic-bezier(.55, .055, .675, .19)
}
.hamburger-spring .hamburger-inner::after {
  top: 12px;
  transition: top .2s .2s cubic-bezier(.33333, .66667, .66667, 1), transform .13s cubic-bezier(.55, .055, .675, .19)
}
.hamburger-spring.is-active .hamburger-inner {
  transition-delay: 0.22s;
  background-color: transparent !important
}
.hamburger-spring.is-active .hamburger-inner::before {
  top: 0;
  transition: top .1s .15s cubic-bezier(.33333, 0, .66667, .33333), transform .13s .22s cubic-bezier(.215, .61, .355, 1);
  transform: translate3d(0, 6px, 0) rotate(45deg)
}
.hamburger-spring.is-active .hamburger-inner::after {
  top: 0;
  transition: top .2s cubic-bezier(.33333, 0, .66667, .33333), transform .13s .22s cubic-bezier(.215, .61, .355, 1);
  transform: translate3d(0, 6px, 0) rotate(-45deg)
}
.hamburger-spring-r .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-duration: 0.13s;
  transition-delay: 0s;
  transition-timing-function: cubic-bezier(.55, .055, .675, .19)
}
.hamburger-spring-r .hamburger-inner::after {
  top: -12px;
  transition: top .2s .2s cubic-bezier(.33333, .66667, .66667, 1), opacity 0s linear
}
.hamburger-spring-r .hamburger-inner::before {
  transition: top .1s .2s cubic-bezier(.33333, .66667, .66667, 1), transform .13s cubic-bezier(.55, .055, .675, .19)
}
.hamburger-spring-r.is-active .hamburger-inner {
  transform: translate3d(0, -6px, 0) rotate(-45deg);
  transition-delay: 0.22s;
  transition-timing-function: cubic-bezier(.215, .61, .355, 1)
}
.hamburger-spring-r.is-active .hamburger-inner::after {
  top: 0;
  opacity: 0;
  transition: top .2s cubic-bezier(.33333, 0, .66667, .33333), opacity 0s .22s linear
}
.hamburger-spring-r.is-active .hamburger-inner::before {
  top: 0;
  transform: rotate(90deg);
  transition: top .1s .15s cubic-bezier(.33333, 0, .66667, .33333), transform .13s .22s cubic-bezier(.215, .61, .355, 1)
}
.hamburger-stand .hamburger-inner {
  transition: transform .075s .15s cubic-bezier(.55, .055, .675, .19), background-color 0s .075s linear
}
.hamburger-stand .hamburger-inner::before {
  transition: top .075s .075s ease-in, transform .075s 0s cubic-bezier(.55, .055, .675, .19)
}
.hamburger-stand .hamburger-inner::after {
  transition: bottom .075s .075s ease-in, transform .075s 0s cubic-bezier(.55, .055, .675, .19)
}
.hamburger-stand.is-active .hamburger-inner {
  transform: rotate(90deg);
  background-color: transparent !important;
  transition: transform .075s 0s cubic-bezier(.215, .61, .355, 1), background-color 0s .15s linear
}
.hamburger-stand.is-active .hamburger-inner::before {
  top: 0;
  transform: rotate(-45deg);
  transition: top .075s .1s ease-out, transform .075s .15s cubic-bezier(.215, .61, .355, 1)
}
.hamburger-stand.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(45deg);
  transition: bottom .075s .1s ease-out, transform .075s .15s cubic-bezier(.215, .61, .355, 1)
}
.hamburger-stand-r .hamburger-inner {
  transition: transform .075s .15s cubic-bezier(.55, .055, .675, .19), background-color 0s .075s linear
}
.hamburger-stand-r .hamburger-inner::before {
  transition: top .075s .075s ease-in, transform .075s 0s cubic-bezier(.55, .055, .675, .19)
}
.hamburger-stand-r .hamburger-inner::after {
  transition: bottom .075s .075s ease-in, transform .075s 0s cubic-bezier(.55, .055, .675, .19)
}
.hamburger-stand-r.is-active .hamburger-inner {
  transform: rotate(-90deg);
  background-color: transparent !important;
  transition: transform .075s 0s cubic-bezier(.215, .61, .355, 1), background-color 0s .15s linear
}
.hamburger-stand-r.is-active .hamburger-inner::before {
  top: 0;
  transform: rotate(-45deg);
  transition: top .075s .1s ease-out, transform .075s .15s cubic-bezier(.215, .61, .355, 1)
}
.hamburger-stand-r.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(45deg);
  transition: bottom .075s .1s ease-out, transform .075s .15s cubic-bezier(.215, .61, .355, 1)
}
.hamburger-squeeze .hamburger-inner {
  transition-duration: 0.075s;
  transition-timing-function: cubic-bezier(.55, .055, .675, .19)
}
.hamburger-squeeze .hamburger-inner::before {
  transition: top .075s .12s ease, opacity .075s ease
}
.hamburger-squeeze .hamburger-inner::after {
  transition: bottom .075s .12s ease, transform .075s cubic-bezier(.55, .055, .675, .19)
}
.hamburger-squeeze.is-active .hamburger-inner {
  transform: rotate(45deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(.215, .61, .355, 1)
}
.hamburger-squeeze.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  transition: top .075s ease, opacity .075s .12s ease
}
.hamburger-squeeze.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(-90deg);
  transition: bottom .075s ease, transform .075s .12s cubic-bezier(.215, .61, .355, 1)
}
.hamburger-vortex .hamburger-inner {
  transition-duration: 0.2s;
  transition-timing-function: cubic-bezier(.19, 1, .22, 1)
}
.hamburger-vortex .hamburger-inner::before,
.hamburger-vortex .hamburger-inner::after {
  transition-duration: 0s;
  transition-delay: 0.1s;
  transition-timing-function: linear
}
.hamburger-vortex .hamburger-inner::before {
  transition-property: top, opacity
}
.hamburger-vortex .hamburger-inner::after {
  transition-property: bottom, transform
}
.hamburger-vortex.is-active .hamburger-inner {
  transform: rotate(765deg);
  transition-timing-function: cubic-bezier(.19, 1, .22, 1)
}
.hamburger-vortex.is-active .hamburger-inner::before,
.hamburger-vortex.is-active .hamburger-inner::after {
  transition-delay: 0s
}
.hamburger-vortex.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0
}
.hamburger-vortex.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(90deg)
}
.hamburger-vortex-r .hamburger-inner {
  transition-duration: 0.2s;
  transition-timing-function: cubic-bezier(.19, 1, .22, 1)
}
.hamburger-vortex-r .hamburger-inner::before,
.hamburger-vortex-r .hamburger-inner::after {
  transition-duration: 0s;
  transition-delay: 0.1s;
  transition-timing-function: linear
}
.hamburger-vortex-r .hamburger-inner::before {
  transition-property: top, opacity
}
.hamburger-vortex-r .hamburger-inner::after {
  transition-property: bottom, transform
}
.hamburger-vortex-r.is-active .hamburger-inner {
  transform: rotate(-765deg);
  transition-timing-function: cubic-bezier(.19, 1, .22, 1)
}
.hamburger-vortex-r.is-active .hamburger-inner::before,
.hamburger-vortex-r.is-active .hamburger-inner::after {
  transition-delay: 0s
}
.hamburger-vortex-r.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0
}
.hamburger-vortex-r.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(-90deg)
}
.overlay-element {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%
}
::-moz-selection,
::selection {
  background: #2980b9;
  text-shadow: none
}
body {
  background-color: #fff;
  color: #333;
  font-family: 'Open Sans', Arial, Helvetica, sans-serif;
  font-size: 14px
}
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 15px 0;
  padding: 0
}
a {
  color: #2980b9;
  text-decoration: none
}
a:hover {
  color: #20638f
}
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline
}
sup {
  top: -0.5em
}
sub {
  bottom: -0.25em
}
pre {
  font-family: monospace;
  font-size: inherit;
  white-space: pre-wrap;
  padding: 15px;
  margin-bottom: 15px;
  background: #f1f1f1;
  color: #888;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px
}
code {
  font-family: monospace;
  font-size: inherit;
  padding: 2px 4px;
  background: #f1f1f1;
  color: #888;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px
}
div,
header,
footer,
article,
section {
  display: block;
  position: relative
}
small,
.font-small {
  font-size: 0.8em
}
textarea {
  resize: vertical
}
br.clear {
  clear: both;
  display: block;
  height: 1px;
  margin: -1px 0 0 0
}
.cf {
  *zoom: 1
}
.cf:before,
.cf:after {
  content: " ";
  display: table
}
.cf:after {
  clear: both
}
.show-mobile {
  display: block !important
}
@media (min-width: 768px) {
  .show-mobile {
    display: none !important
  }
}
.show-mobile-inline {
  display: inline !important
}
@media (min-width: 768px) {
  .show-mobile-inline {
    display: none !important
  }
}
.show-mobile-inline-block {
  display: inline-block;
  *display: inline !important;
  *zoom: 1 !important
}
@media (min-width: 768px) {
  .show-mobile-inline-block {
    display: none !important
  }
}
.show-mobile-table {
  display: table !important
}
@media (min-width: 768px) {
  .show-mobile-table {
    display: none !important
  }
}
.show-mobile-table-cell {
  display: table-cell !important
}
@media (min-width: 768px) {
  .show-mobile-table-cell {
    display: none !important
  }
}
.show-tablet {
  display: none !important
}
@media (min-width: 768px) {
  .show-tablet {
    display: block !important
  }
}
@media (min-width: 1000px) {
  .show-tablet {
    display: none !important
  }
}
.show-tablet-inline {
  display: none !important
}
@media (min-width: 768px) {
  .show-tablet-inline {
    display: inline !important
  }
}
@media (min-width: 1000px) {
  .show-tablet-inline {
    display: none !important
  }
}
.show-tablet-inline-block {
  display: none !important
}
@media (min-width: 768px) {
  .show-tablet-inline-block {
    display: inline-block;
    *display: inline !important;
    *zoom: 1 !important
  }
}
@media (min-width: 1000px) {
  .show-tablet-inline-block {
    display: none !important
  }
}
.show-tablet-table {
  display: none !important
}
@media (min-width: 768px) {
  .show-tablet-table {
    display: table !important
  }
}
@media (min-width: 1000px) {
  .show-tablet-table {
    display: none !important
  }
}
.show-tablet-table-cell {
  display: none !important
}
@media (min-width: 768px) {
  .show-tablet-table-cell {
    display: table-cell !important
  }
}
@media (min-width: 1000px) {
  .show-tablet-table-cell {
    display: none !important
  }
}
.show-desktop {
  display: none !important
}
@media (min-width: 768px) {
  .show-desktop {
    display: none !important
  }
}
@media (min-width: 1000px) {
  .show-desktop {
    display: block !important
  }
}
@media (min-width: 1280px) {
  .show-desktop {
    display: none !important
  }
}
.show-desktop-inline {
  display: none !important
}
@media (min-width: 768px) {
  .show-desktop-inline {
    display: none !important
  }
}
@media (min-width: 1000px) {
  .show-desktop-inline {
    display: inline !important
  }
}
@media (min-width: 1280px) {
  .show-desktop-inline {
    display: none !important
  }
}
.show-desktop-inline-block {
  display: none !important
}
@media (min-width: 768px) {
  .show-desktop-inline-block {
    display: none !important
  }
}
@media (min-width: 1000px) {
  .show-desktop-inline-block {
    display: inline-block;
    *display: inline !important;
    *zoom: 1 !important
  }
}
@media (min-width: 1280px) {
  .show-desktop-inline-block {
    display: none !important
  }
}
.show-desktop-table {
  display: none !important
}
@media (min-width: 768px) {
  .show-desktop-table {
    display: none !important
  }
}
@media (min-width: 1000px) {
  .show-desktop-table {
    display: table !important
  }
}
@media (min-width: 1280px) {
  .show-desktop-table {
    display: none !important
  }
}
.show-desktop-table-cell {
  display: none !important
}
@media (min-width: 768px) {
  .show-desktop-table-cell {
    display: none !important
  }
}
@media (min-width: 1000px) {
  .show-desktop-table-cell {
    display: table-cell !important
  }
}
@media (min-width: 1280px) {
  .show-desktop-table-cell {
    display: none !important
  }
}
.show-wide {
  display: none !important
}
@media (min-width: 1280px) {
  .show-wide {
    display: block !important
  }
}
.show-wide-inline {
  display: none !important
}
@media (min-width: 1280px) {
  .show-wide-inline {
    display: inline !important
  }
}
.show-wide-inline-block {
  display: none !important
}
@media (min-width: 1280px) {
  .show-wide-inline-block {
    display: inline-block;
    *display: inline !important;
    *zoom: 1 !important
  }
}
.show-wide-table {
  display: none !important
}
@media (min-width: 1280px) {
  .show-wide-table {
    display: table !important
  }
}
.show-wide-table-cell {
  display: none !important
}
@media (min-width: 1280px) {
  .show-wide-table-cell {
    display: table-cell !important
  }
}
.hide-mobile {
  display: none !important
}
@media (min-width: 768px) {
  .hide-mobile {
    display: block !important
  }
}
.hide-mobile-inline {
  display: none !important
}
@media (min-width: 768px) {
  .hide-mobile-inline {
    display: inline !important
  }
}
.hide-mobile-inline-block {
  display: none !important
}
@media (min-width: 768px) {
  .hide-mobile-inline-block {
    display: inline-block;
    *display: inline !important;
    *zoom: 1 !important
  }
}
.hide-mobile-table {
  display: none !important
}
@media (min-width: 768px) {
  .hide-mobile-table {
    display: table !important
  }
}
.hide-mobile-table-cell {
  display: none !important
}
@media (min-width: 768px) {
  .hide-mobile-table-cell {
    display: table-cell !important
  }
}
.hide-tablet {
  display: block !important
}
@media (min-width: 768px) {
  .hide-tablet {
    display: none !important
  }
}
@media (min-width: 1000px) {
  .hide-tablet {
    display: block !important
  }
}
.hide-tablet-inline {
  display: inline !important
}
@media (min-width: 768px) {
  .hide-tablet-inline {
    display: none !important
  }
}
@media (min-width: 1000px) {
  .hide-tablet-inline {
    display: inline !important
  }
}
.hide-tablet-inline-block {
  display: inline-block;
  *display: inline !important;
  *zoom: 1 !important
}
@media (min-width: 768px) {
  .hide-tablet-inline-block {
    display: none !important
  }
}
@media (min-width: 1000px) {
  .hide-tablet-inline-block {
    display: inline-block;
    *display: inline !important;
    *zoom: 1 !important
  }
}
.hide-tablet-table {
  display: table !important
}
@media (min-width: 768px) {
  .hide-tablet-table {
    display: none !important
  }
}
@media (min-width: 1000px) {
  .hide-tablet-table {
    display: table !important
  }
}
.hide-tablet-table-cell {
  display: table-cell !important
}
@media (min-width: 768px) {
  .hide-tablet-table-cell {
    display: none !important
  }
}
@media (min-width: 1000px) {
  .hide-tablet-table-cell {
    display: table-cell !important
  }
}
.hide-desktop {
  display: block !important
}
@media (min-width: 768px) {
  .hide-desktop {
    display: block !important
  }
}
@media (min-width: 1000px) {
  .hide-desktop {
    display: none !important
  }
}
@media (min-width: 1280px) {
  .hide-desktop {
    display: none !important
  }
}
.hide-desktop-inline {
  display: inline !important
}
@media (min-width: 768px) {
  .hide-desktop-inline {
    display: inline !important
  }
}
@media (min-width: 1000px) {
  .hide-desktop-inline {
    display: none !important
  }
}
@media (min-width: 1280px) {
  .hide-desktop-inline {
    display: none !important
  }
}
.hide-desktop-inline-block {
  display: inline-block;
  *display: inline !important;
  *zoom: 1 !important
}
@media (min-width: 768px) {
  .hide-desktop-inline-block {
    display: inline-block;
    *display: inline !important;
    *zoom: 1 !important
  }
}
@media (min-width: 1000px) {
  .hide-desktop-inline-block {
    display: none !important
  }
}
@media (min-width: 1280px) {
  .hide-desktop-inline-block {
    display: none !important
  }
}
.hide-desktop-table {
  display: table !important
}
@media (min-width: 768px) {
  .hide-desktop-table {
    display: table !important
  }
}
@media (min-width: 1000px) {
  .hide-desktop-table {
    display: none !important
  }
}
@media (min-width: 1280px) {
  .hide-desktop-table {
    display: none !important
  }
}
.hide-desktop-table-cell {
  display: table-cell !important
}
@media (min-width: 768px) {
  .hide-desktop-table-cell {
    display: table-cell !important
  }
}
@media (min-width: 1000px) {
  .hide-desktop-table-cell {
    display: none !important
  }
}
@media (min-width: 1280px) {
  .hide-desktop-table-cell {
    display: none !important
  }
}
.hide-desktop {
  display: block !important
}
@media (min-width: 768px) {
  .hide-desktop {
    display: block !important
  }
}
@media (min-width: 1000px) {
  .hide-desktop {
    display: none !important
  }
}
@media (min-width: 1280px) {
  .hide-desktop {
    display: none !important
  }
}
.hide-desktop-inline {
  display: inline !important
}
@media (min-width: 768px) {
  .hide-desktop-inline {
    display: inline !important
  }
}
@media (min-width: 1000px) {
  .hide-desktop-inline {
    display: none !important
  }
}
@media (min-width: 1280px) {
  .hide-desktop-inline {
    display: none !important
  }
}
.hide-desktop-inline-block {
  display: inline-block;
  *display: inline !important;
  *zoom: 1 !important
}
@media (min-width: 768px) {
  .hide-desktop-inline-block {
    display: inline-block;
    *display: inline !important;
    *zoom: 1 !important
  }
}
@media (min-width: 1000px) {
  .hide-desktop-inline-block {
    display: none !important
  }
}
@media (min-width: 1280px) {
  .hide-desktop-inline-block {
    display: none !important
  }
}
.hide-desktop-table {
  display: table !important
}
@media (min-width: 768px) {
  .hide-desktop-table {
    display: table !important
  }
}
@media (min-width: 1000px) {
  .hide-desktop-table {
    display: none !important
  }
}
@media (min-width: 1280px) {
  .hide-desktop-table {
    display: none !important
  }
}
.hide-desktop-table-cell {
  display: table-cell !important
}
@media (min-width: 768px) {
  .hide-desktop-table-cell {
    display: table-cell !important
  }
}
@media (min-width: 1000px) {
  .hide-desktop-table-cell {
    display: none !important
  }
}
@media (min-width: 1280px) {
  .hide-desktop-table-cell {
    display: none !important
  }
}
.hide-mobile-down {
  display: none
}
@media (min-width: 768px) {
  .hide-mobile-down {
    display: block
  }
}
.hide-tablet-down {
  display: none
}
@media (min-width: 1000px) {
  .hide-tablet-down {
    display: block
  }
}
.hide-desktop-down {
  display: none
}
@media (min-width: 1280px) {
  .hide-desktop-down {
    display: block
  }
}
.hide-wide-down,
.hide-mobile-up {
  display: none
}
.hide-tablet-up {
  display: block
}
@media (min-width: 1000px) {
  .hide-tablet-up {
    display: none
  }
}
.hide-desktop-up {
  display: block
}
@media (min-width: 1280px) {
  .hide-desktop-up {
    display: none
  }
}
.hide-wide-up {
  display: block
}
.show-print {
  display: none
}
@media print {
  .show-print {
    display: block
  }
}
.show-print-inline {
  display: none
}
@media print {
  .show-print-inline {
    display: inline
  }
}
.show-print-inline-block {
  display: none
}
@media print {
  .show-print-inline-block {
    display: inline-block;
    *display: inline;
    *zoom: 1
  }
}
@media print {
  .hide-print {
    display: none
  }
}
.the-content {
  line-height: 1.2;
  word-wrap: break-word
}
.the-content img {
  max-width: 100%;
  height: auto
}
.the-content p {
  font-weight: inherit;
  margin-bottom: 15px
}
.the-content h1,
.the-content .h1,
.the-content h2,
.the-content .h2,
.the-content h3,
.the-content .h3,
.the-content h4,
.the-content .h4,
.the-content h5,
.the-content .h5,
.the-content h6,
.the-content .h6 {
  line-height: 1.2;
  margin-bottom: 15px
}
.the-content h1,
.the-content .h1 {
  font-size: 2.0736em
}
.the-content h2,
.the-content .h2 {
  font-size: 1.728em
}
.the-content h3,
.the-content .h3 {
  font-size: 1.44em
}
.the-content h4,
.the-content .h4 {
  font-size: 1.2em
}
.the-content h5,
.the-content .h5 {
  font-size: 1em
}
.the-content h6,
.the-content .h6 {
  font-size: 1em
}
.the-content h1 small,
.the-content .h1 small,
.the-content h2 small,
.the-content .h2 small,
.the-content h3 small,
.the-content .h3 small,
.the-content h4 small,
.the-content .h4 small,
.the-content h5 small,
.the-content .h5 small,
.the-content h6 small,
.the-content .h6 small {
  font-size: 75%
}
.the-content ol,
.the-content ul,
.the-content dt {
  margin-left: 30px;
  margin-bottom: 15px
}
.the-content li,
.the-content dt {
  margin-bottom: 15px
}
.the-content a:hover {
  text-decoration: underline
}
.the-content .alignleft,
.the-content .alignright,
.the-content .aligncenter,
.the-content .alignnone {
  display: block;
  margin: 15px auto
}
.the-content .alignnone {
  float: none;
  display: inline
}
@media (min-width: 768px) {
  .the-content .alignleft {
    float: left;
    margin-right: 15px;
    margin-bottom: 15px
  }
  .the-content .alignright {
    float: right;
    margin-left: 15px;
    margin-bottom: 15px
  }
  .the-content .aligncenter {
    display: block;
    margin: 15px auto
  }
}
.inner {
  max-width: 100%;
  display: block;
  margin: 0 auto
}
@media screen and (min-width: 1000px) {
  .inner {
    width: 1000px;
    max-width: none
  }
}
@media screen and (min-width: 1280px) {
  .inner {
    width: 1280px
  }
}
.row .col {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-background-clip: padding-box !important;
  -moz-background-clip: padding-box !important;
  background-clip: padding-box !important
}
.row-sm {
  *zoom: 1;
  margin-left: -15px;
  margin-right: -15px
}
.row-sm:before,
.row-sm:after {
  content: " ";
  display: table
}
.row-sm:after {
  clear: both
}
.row-sm .col {
  float: left;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px
}
.row-sm.row-10 {
  margin: 0 -10px
}
.row-sm.row-10 > .col {
  padding-left: 10px;
  padding-right: 10px
}
.row-sm.row-5 {
  margin: 0 -5px
}
.row-sm.row-5 > .col {
  padding-left: 5px;
  padding-right: 5px
}
.row-sm.row-collapse {
  margin: 0 0
}
.row-sm.row-collapse > .col {
  padding-left: 0;
  padding-right: 0
}
.row-sm .col.col-sm-1 {
  width: 8.33333333%
}
.row-sm .col.col-sm-2 {
  width: 16.66666667%
}
.row-sm .col.col-sm-3 {
  width: 25%
}
.row-sm .col.col-sm-4 {
  width: 33.33333333%
}
.row-sm .col.col-sm-5 {
  width: 41.66666667%
}
.row-sm .col.col-sm-6 {
  width: 50%
}
.row-sm .col.col-sm-7 {
  width: 58.33333333%
}
.row-sm .col.col-sm-8 {
  width: 66.66666667%
}
.row-sm .col.col-sm-9 {
  width: 75%
}
.row-sm .col.col-sm-10 {
  width: 83.33333333%
}
.row-sm .col.col-sm-11 {
  width: 91.66666667%
}
.row-sm .col.col-sm-12 {
  margin-left: 0;
  width: 100%
}
.row-sm .col.col-sm-fifth {
  width: 20%
}
.row-sm .col.col-sm-seventh {
  width: 14.28571429%
}
.row-sm .col.col-sm-eighth {
  width: 12.5%
}
.row-sm .col.col-sm-ninth {
  width: 11.11111111%
}
.row-sm .col.col-sm-offset-1 {
  margin-left: 8.33333333%
}
.row-sm .col.col-sm-offset-2 {
  margin-left: 16.66666667%
}
.row-sm .col.col-sm-offset-3 {
  margin-left: 25%
}
.row-sm .col.col-sm-offset-4 {
  margin-left: 33.33333333%
}
.row-sm .col.col-sm-offset-5 {
  margin-left: 41.66666667%
}
.row-sm .col.col-sm-offset-6 {
  margin-left: 50%
}
.row-sm .col.col-sm-offset-7 {
  margin-left: 58.33333333%
}
.row-sm .col.col-sm-offset-8 {
  margin-left: 66.66666667%
}
.row-sm .col.col-sm-offset-9 {
  margin-left: 75%
}
.row-sm .col.col-sm-offset-10 {
  margin-left: 83.33333333%
}
.row-sm .col.col-sm-offset-11 {
  margin-left: 91.66666667%
}
.row-sm .col.col-sm-offset-12 {
  margin-left-left: 0
}
@media screen and (min-width: 768px) {
  .row-md {
    *zoom: 1;
    margin-left: -15px;
    margin-right: -15px
  }
  .row-md:before,
  .row-md:after {
    content: " ";
    display: table
  }
  .row-md:after {
    clear: both
  }
  .row-md .col {
    float: left;
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px
  }
  .row-md.row-10 {
    margin: 0 -10px
  }
  .row-md.row-10 > .col {
    padding-left: 10px;
    padding-right: 10px
  }
  .row-md.row-5 {
    margin: 0 -5px
  }
  .row-md.row-5 > .col {
    padding-left: 5px;
    padding-right: 5px
  }
  .row-md.row-collapse {
    margin: 0 0
  }
  .row-md.row-collapse > .col {
    padding-left: 0;
    padding-right: 0
  }
  .row-md .col.col-md-1 {
    width: 8.33333333%
  }
  .row-md .col.col-md-2 {
    width: 16.66666667%
  }
  .row-md .col.col-md-3 {
    width: 25%
  }
  .row-md .col.col-md-4 {
    width: 33.33333333%
  }
  .row-md .col.col-md-5 {
    width: 41.66666667%
  }
  .row-md .col.col-md-6 {
    width: 50%
  }
  .row-md .col.col-md-7 {
    width: 58.33333333%
  }
  .row-md .col.col-md-8 {
    width: 66.66666667%
  }
  .row-md .col.col-md-9 {
    width: 75%
  }
  .row-md .col.col-md-10 {
    width: 83.33333333%
  }
  .row-md .col.col-md-11 {
    width: 91.66666667%
  }
  .row-md .col.col-md-12 {
    margin-left: 0;
    width: 100%
  }
  .row-md .col.col-md-fifth {
    width: 20%
  }
  .row-md .col.col-md-seventh {
    width: 14.28571429%
  }
  .row-md .col.col-md-eighth {
    width: 12.5%
  }
  .row-md .col.col-md-ninth {
    width: 11.11111111%
  }
  .row-md .col.col-md-offset-1 {
    margin-left: 8.33333333%
  }
  .row-md .col.col-md-offset-2 {
    margin-left: 16.66666667%
  }
  .row-md .col.col-md-offset-3 {
    margin-left: 25%
  }
  .row-md .col.col-md-offset-4 {
    margin-left: 33.33333333%
  }
  .row-md .col.col-md-offset-5 {
    margin-left: 41.66666667%
  }
  .row-md .col.col-md-offset-6 {
    margin-left: 50%
  }
  .row-md .col.col-md-offset-7 {
    margin-left: 58.33333333%
  }
  .row-md .col.col-md-offset-8 {
    margin-left: 66.66666667%
  }
  .row-md .col.col-md-offset-9 {
    margin-left: 75%
  }
  .row-md .col.col-md-offset-10 {
    margin-left: 83.33333333%
  }
  .row-md .col.col-md-offset-11 {
    margin-left: 91.66666667%
  }
  .row-md .col.col-md-offset-12 {
    margin-left-left: 0
  }
}
@media screen and (min-width: 1000px) {
  .row {
    *zoom: 1;
    margin-left: -15px;
    margin-right: -15px
  }
  .row:before,
  .row:after {
    content: " ";
    display: table
  }
  .row:after {
    clear: both
  }
  .row.row-10 {
    margin: 0 -10px
  }
  .row.row-10 > .col {
    padding-left: 10px;
    padding-right: 10px
  }
  .row.row-5 {
    margin: 0 -5px
  }
  .row.row-5 > .col {
    padding-left: 5px;
    padding-right: 5px
  }
  .row.row-collapse {
    margin: 0 0
  }
  .row.row-collapse > .col {
    padding-left: 0;
    padding-right: 0
  }
  .row .col {
    float: left;
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px
  }
  .row .col.col-1 {
    width: 8.33333333%
  }
  .row .col.col-2 {
    width: 16.66666667%
  }
  .row .col.col-3 {
    width: 25%
  }
  .row .col.col-4 {
    width: 33.33333333%
  }
  .row .col.col-5 {
    width: 41.66666667%
  }
  .row .col.col-6 {
    width: 50%
  }
  .row .col.col-7 {
    width: 58.33333333%
  }
  .row .col.col-8 {
    width: 66.66666667%
  }
  .row .col.col-9 {
    width: 75%
  }
  .row .col.col-10 {
    width: 83.33333333%
  }
  .row .col.col-11 {
    width: 91.66666667%
  }
  .row .col.col-12 {
    margin-left: 0;
    width: 100%
  }
  .row .col.col-fifth {
    width: 20%
  }
  .row .col.col-seventh {
    width: 14.28571429%
  }
  .row .col.col-eighth {
    width: 12.5%
  }
  .row .col.col-ninth {
    width: 11.11111111%
  }
  .row .col.col-offset-1 {
    margin-left: 8.33333333%
  }
  .row .col.col-offset-2 {
    margin-left: 16.66666667%
  }
  .row .col.col-offset-3 {
    margin-left: 25%
  }
  .row .col.col-offset-4 {
    margin-left: 33.33333333%
  }
  .row .col.col-offset-5 {
    margin-left: 41.66666667%
  }
  .row .col.col-offset-6 {
    margin-left: 50%
  }
  .row .col.col-offset-7 {
    margin-left: 58.33333333%
  }
  .row .col.col-offset-8 {
    margin-left: 66.66666667%
  }
  .row .col.col-offset-9 {
    margin-left: 75%
  }
  .row .col.col-offset-10 {
    margin-left: 83.33333333%
  }
  .row .col.col-offset-11 {
    margin-left: 91.66666667%
  }
  .row .col.col-offset-12 {
    margin-left-left: 0
  }
}
button {
  overflow: visible;
  text-transform: none
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer
}
button[disabled],
html input[disabled] {
  cursor: default
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0
}
.button {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  line-height: normal;
  white-space: nowrap;
  vertical-align: middle;
  text-align: center;
  cursor: pointer;
  -webkit-user-drag: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none
}
.button::-moz-focus-inner {
  padding: 0;
  border: 0
}
.button {
  text-transform: none;
  font-family: inherit;
  font-size: 100%;
  *font-size: 90%;
  *overflow: visible;
  padding: .429em 1.2em;
  color: white;
  *color: #fff;
  border: 1px solid #7f8c8d;
  background-color: #7f8c8d;
  text-decoration: none !important;
  border-radius: 2px;
  font-weight: 300;
  min-height: 2.4em;
  line-height: 1.542em;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: border .25s, color .25s, background-color .25s;
  -moz-transition: border .25s, color .25s, background-color .25s;
  -ms-transition: border .25s, color .25s, background-color .25s;
  -o-transition: border .25s, color .25s, background-color .25s;
  transition: border .25s, color .25s, background-color .25s
}
.button:hover,
.button.button-hover {
  text-decoration: none !important;
  background-color: #a7b0b1;
  color: white
}
.button:focus {
  outline: 0
}
.button[disabled],
.button.button-disabled,
.button.button-disabled:hover {
  border: none;
  background-image: none;
  cursor: not-allowed;
  box-shadow: none;
  -webkit-opacity: .4;
  -moz-opacity: .4;
  opacity: .4
}
.button.button-hidden {
  display: none
}
.button.button-block {
  display: block;
  width: 100%
}
.button.button-link {
  color: #2980b9;
  background: none;
  border-color: transparent
}
.button.button-link:hover {
  color: #20638f;
  background: transparent;
  text-decoration: underline !important
}
.button-primary,
.button-selected {
  background-color: #2980b9;
  border-color: #2980b9;
  color: #fff
}
.button-primary:hover,
.button-selected:hover,
.button-primary.checked,
.button-selected.checked {
  background-color: #55a5d9;
  border-color: #2980b9;
  color: #fff
}
.button-success {
  background-color: #27ae60;
  border-color: #27ae60;
  color: #fff
}
.button-success:hover,
.button-success.checked {
  background-color: #4bd786;
  border-color: #27ae60;
  color: #fff
}
.button-error {
  background-color: #d35400;
  border-color: #d35400;
  color: #fff
}
.button-error:hover,
.button-error.checked {
  background-color: #ff7921;
  border-color: #d35400;
  color: #fff
}
.button-warning {
  background-color: #c0392b;
  border-color: #c0392b;
  color: #fff
}
.button-warning:hover,
.button-warning.checked {
  background-color: #db695d;
  border-color: #c0392b;
  color: #fff
}
.button-facebook {
  background-color: #2d5f9a;
  border-color: #2d5f9a;
  color: #fff
}
.button-facebook:hover,
.button-facebook.checked {
  background-color: #4a84ca;
  border-color: #2d5f9a;
  color: #fff
}
.button-twitter {
  background-color: #55acee;
  border-color: #55acee;
  color: #fff
}
.button-twitter:hover,
.button-twitter.checked {
  background-color: #9bcef5;
  border-color: #55acee;
  color: #fff
}
.button-linkedin {
  background-color: #2189be;
  border-color: #2189be;
  color: #fff
}
.button-linkedin:hover,
.button-linkedin.checked {
  background-color: #4caee0;
  border-color: #2189be;
  color: #fff
}
.button-pinterest {
  background-color: #d11e16;
  border-color: #d11e16;
  color: #fff
}
.button-pinterest:hover,
.button-pinterest.checked {
  background-color: #ec4f48;
  border-color: #d11e16;
  color: #fff
}
.button-rss {
  background-color: #f60;
  border-color: #f60;
  color: #fff
}
.button-rss:hover,
.button-rss.checked {
  background-color: #ff944d;
  border-color: #f60;
  color: #fff
}
.button-xsmall {
  font-size: 70%
}
.button-small {
  font-size: 85%
}
.button-large {
  font-size: 125%
}
.button-xlarge {
  font-size: 150%
}
.button-square {
  border-radius: 0
}
.button-pill {
  border-radius: 500px
}
.button-outline {
  border-color: #7f8c8d;
  color: #7f8c8d;
  background-color: transparent !important;
  border-width: 1px;
  border-style: solid
}
.button-outline:hover,
.button-outline.checked {
  background-color: #7f8c8d !important;
  color: #fff
}
.button-outline.button-outline-primary {
  border-color: #2980b9;
  color: #2980b9;
  background-color: transparent !important;
  border-width: 1px;
  border-style: solid
}
.button-outline.button-outline-primary:hover,
.button-outline.button-outline-primary.checked {
  background-color: #2980b9 !important;
  color: #fff
}
.button-outline.button-outline-success {
  border-color: #27ae60;
  color: #27ae60;
  background-color: transparent !important;
  border-width: 1px;
  border-style: solid
}
.button-outline.button-outline-success:hover,
.button-outline.button-outline-success.checked {
  background-color: #27ae60 !important;
  color: #fff
}
.button-outline.button-outline-error {
  border-color: #d35400;
  color: #d35400;
  background-color: transparent !important;
  border-width: 1px;
  border-style: solid
}
.button-outline.button-outline-error:hover,
.button-outline.button-outline-error.checked {
  background-color: #d35400 !important;
  color: #fff
}
.button-outline.button-outline-warning {
  border-color: #c0392b;
  color: #c0392b;
  background-color: transparent !important;
  border-width: 1px;
  border-style: solid
}
.button-outline.button-outline-warning:hover,
.button-outline.button-outline-warning.checked {
  background-color: #c0392b !important;
  color: #fff
}
.form-control {
  line-height: normal;
  vertical-align: middle;
  -webkit-user-drag: none;
  display: inline-block;
  *display: inline;
  *zoom: 1
}
.form-control:disabled {
  cursor: not-allowed
}
.form-group {
  margin-bottom: 10px
}
.form-group .control-label {
  display: block;
  margin-bottom: 5px
}
.form-group .form-control {
  text-transform: none;
  font-size: inherit;
  font-family: inherit;
  font-size: 100%;
  *font-size: 90%;
  *overflow: visible;
  vertical-align: middle;
  background: #fff;
  color: #333;
  border: 1px solid #ccc;
  padding: 0.429em;
  font-weight: 300;
  height: 2.4em;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px
}
.form-group .form-control:disabled {
  background-color: #f1f1f1
}
.form-group .form-control[readonly] {
  background-color: #f8f8f8
}
.form-group .form-control:focus {
  border-color: #b3b3b3
}
.form-group .form-control.form-control-xsmall {
  font-size: 70%
}
.form-group .form-control.form-control-small {
  font-size: 85%
}
.form-group .form-control.form-control-large {
  font-size: 125%
}
.form-group .form-control.form-control-xlarge {
  font-size: 150%
}
.form-group .form-control.input-block {
  width: 100%;
  display: block
}
.form-group textarea.form-control {
  height: auto
}
.form-group select.form-control {
  padding: .35em .429em
}
.form-group .help-block,
.form-group .feedback-block {
  display: block;
  margin: 10px 0;
  color: #888
}
.form-group .required {
  color: #c0392b
}
.form-group.has-error .control-label,
.form-group.has-error .form-control,
.form-group.has-error .feedback-block {
  color: #c0392b
}
.form-group.has-success .control-label,
.form-group.has-success .form-control,
.form-group.has-success .feedback-block {
  color: #27ae60
}
.form-group.has-error .form-control {
  border-color: #c0392b
}
.form-group.has-success .form-control {
  border-color: #27ae60
}
table {
  max-width: 100%
}
table.table {
  width: 100%;
  margin-bottom: 15px
}
table.table th,
table.table td {
  padding: 10px 12px
}
table.table > thead > tr > th,
table.table > tfoot > tr > th {
  text-align: left
}
table.table > thead > tr,
table.table > tbody > tr {
  border-bottom: 1px solid #ccc
}
table.table > thead > tr {
  border-bottom: 2px solid #ccc
}
table.table > tfoot > tr {
  border-top: 2px solid #ccc
}
table.table-border {
  border: 1px solid #ccc
}
table.table-striped > tbody > tr:nth-child(even) > td {
  background: #f2f2f2
}
table.table-hover > tbody > tr:hover > td {
  background: #f7f7f7
}
table.table-hover.table-striped > tbody > tr:nth-child(even):hover > td {
  background: #e6e6e6
}
[hide] {
  display: none !important
}
.hide {
  display: none !important
}
[show] {
  display: block !important
}
.show {
  display: block !important
}
.text-muted {
  color: #888
}
.text-success {
  color: #27ae60
}
.text-info {
  color: #2980b9
}
.text-error {
  color: #c0392b
}
.no-text {
  text-align: left;
  text-indent: -9999px;
  white-space: nowrap;
  overflow: hidden
}
.margins {
  margin: 15px
}
.margins-horz {
  margin: 0 15px
}
.margins-vert {
  margin: 15px 0
}
.margins.margins-10 {
  margin: 10px
}
.margins.margins-5 {
  margin: 5px
}
.margins-horz.margins-10 {
  margin: 0 10px
}
.margins-horz.margins-5 {
  margin: 0 5px
}
.margins-vert.margins-10 {
  margin: 10px 0
}
.margins-vert.margins-5 {
  margin: 5px 0
}
.margin-bottom {
  margin-bottom: 15px
}
.margin-bottom.margins-10 {
  margin-bottom: 10px
}
.margin-bottom.margins-5 {
  margin-bottom: 5px
}
.margin-left {
  margin-left: 15px
}
.margin-left.margins-10 {
  margin-left: 10px
}
.margin-left.margins-5 {
  margin-left: 5px
}
.margin-right {
  margin-right: 15px
}
.margin-right.margins-10 {
  margin-right: 10px
}
.margin-right.margins-5 {
  margin-right: 5px
}
.boxfix {
  padding: 1px
}
.boxfix-horz {
  padding: 0 1px
}
.boxfix-horse {
  padding: 0 1px
}
.boxfix-vert {
  padding: 1px 0
}
.pull-left {
  float: left
}
.pull-right {
  float: right
}
.text-left {
  text-align: left
}
.text-right {
  text-align: right
}
.text-center {
  text-align: center
}
.text-justify {
  text-align: justify
}
.bolder {
  font-weight: 900
}
.bold {
  font-weight: 700
}
.thin {
  font-weight: 300
}
.regular {
  font-weight: 400
}
.italic {
  font-style: italic
}
.underline {
  font-style: underline
}
.break-word {
  word-wrap: break-word
}
.no-wrap {
  white-space: nowrap
}
.uppercase {
  text-transform: uppercase
}
.lowercase {
  text-transform: lowercase
}
.truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap
}
.message {
  padding: 15px;
  margin-bottom: 15px
}
.message a {
  font-weight: 700
}
.message.message-default {
  background: #f1f1f1;
  color: #888
}
.message.message-success {
  background: #c9ebd7;
  color: #27ae60
}
.message.message-info {
  background: #cadfee;
  color: #2980b9
}
.message.message-error {
  background: #efceca;
  color: #c0392b
}
.message.message-default a {
  color: #888
}
.message.message-success a {
  color: #27ae60
}
.message.message-info a {
  color: #2980b9
}
.message.message-error a {
  color: #c0392b
}
.box {
  padding: 15px;
  margin-bottom: 15px
}
.box.box-default {
  background: #f1f1f1
}
.media {
  overflow: hidden;
  margin-bottom: 15px
}
.media .media-object {
  float: left;
  margin: 0 15px 0 0
}
.media .media-details {
  overflow: hidden;
  text-align: left
}
.media.media-right .media-object {
  float: right;
  margin: 0 0 0 15px
}
.media.media-right .media-details {
  text-align: right
}
img.img-rounded {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px
}
img.img-thumbnail {
  padding: 5px;
  background: #fff;
  border: 1px solid #ccc;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box
}
img.img-circle {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%
}
img.img-shadow {
  -webkit-box-shadow: 2px 2px 5px rgba(0,0,0,0.35);
  -moz-box-shadow: 2px 2px 5px rgba(0,0,0,0.35);
  box-shadow: 2px 2px 5px rgba(0,0,0,0.35)
}
img.img-responsive {
  max-width: 100%;
  height: auto
}
.valign-wrapper {
  display: table;
  vertical-align: middle;
  height: 100%;
  width: 100%
}
.valign {
  vertical-align: middle;
  display: table-cell
}
.embed-responsive {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%
}
.embed-responsive iframe,
.embed-responsive object,
.embed-responsive video,
.embed-responsive embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%
}
html {
  font-size: 1em;
  overflow-y: scroll
}
.animable {
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0
}
.wp-block-cover {
  margin-bottom: 15px
}
body {
  background: #fff;
  color: #000;
  font-family: 'Roboto', Arial, Helvetica, sans-serif;
  font-size: 14px;
  display: flex;
  min-height: 100vh;
  flex-direction: column;
  overflow-x: hidden
}
.form-group .form-control {
  border-radius: 0
}
section {
  flex: 1
}
.loading {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 200;
  background: rgba(255,255,255,0.65)
}
.button {
  border-radius: 0
}
.button.button-primary {
  background-color: #e32526;
  border-color: #e32526;
  color: #fff
}
.button.button-primary:hover,
.button.button-primary.checked {
  background-color: #ec6969;
  border-color: #e32526;
  color: #fff
}
.form-group.has-error label {
  color: #C00
}
.section {
  padding-top: 47px
}
.section .section-title {
  font-size: 2em;
  color: #e32526;
  margin-bottom: 15px
}
.section .section-title.has-headline {
  margin-bottom: 5px
}
.section .section-headline {
  font-size: 1.5em;
  font-style: italic;
  color: #333
}
.site-header {
  z-index: 10000;
  position: fixed;
  width: 100%;
  left: 0;
  background: black
}
.site-header .site-logo {
  float: left
}
.site-header .hamburger {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 10;
  display: block !important
}
@media (min-width: 768px) {
  .site-header .hamburger {
    display: none !important
  }
}
.site-header .social {
  display: none !important;
  float: right
}
@media (min-width: 768px) {
  .site-header .social {
    display: block !important
  }
}
.site-header .social a {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  padding: 4px;
  font-size: 1.5rem;
  color: #e32526;
  margin-top: -5px
}
.site-header .primary-navigation {
  position: fixed;
  background: black;
  bottom: 0;
  left: -100vw;
  width: 100vw;
  height: calc(100vh - 55px);
  -webkit-transition: all 500ms;
  -moz-transition: all 500ms;
  -ms-transition: all 500ms;
  -o-transition: all 500ms;
  transition: all 500ms
}
@media (min-width: 768px) {
  .site-header .primary-navigation {
    height: auto;
    width: auto;
    position: static;
    float: right
  }
}
.site-header .primary-navigation .menu {
  padding: 30px
}
@media (min-width: 768px) {
  .site-header .primary-navigation .menu {
    padding: 0
  }
}
@media (min-width: 768px) {
  .site-header .primary-navigation .menu .menu-item {
    float: left;
    margin-left: 30px
  }
}
.site-header .primary-navigation .menu .menu-item a {
  color: white;
  display: block;
  font-size: 1.5em
}
@media (min-width: 768px) {
  .site-header .primary-navigation .menu .menu-item a {
    font-size: 1em;
    line-height: 25px;
    padding: 0 15px
  }
}
.site-header .primary-navigation .menu .menu-item.current-menu-item a,
.site-header .primary-navigation .menu .menu-item:hover a {
  color: #e32526
}
.site-header .primary-navigation.is-open {
  left: 0
}
.whatsapp {
  position: fixed;
  right: 15px;
  bottom: 15px;
  background: #48DE56;
  color: white;
  padding: 7.5px 15px;
  border-radius: 100px;
  z-index: 100
}
.site-footer {
  background: black;
  color: white
}
.site-footer a {
  color: #e32526
}
.site-footer .footer-logo {
  display: block;
  margin-bottom: 15px
}
.site-footer .footer-columns .footer-patio {
  margin-bottom: 30px
}
.site-footer .footer-columns .footer-patio h2 {
  margin-bottom: 15px
}
.site-footer .footer-columns .footer-patio p {
  margin-bottom: 7.5px
}
.site-footer .footer-columns .footer-patio p a {
  color: inherit
}
.site-footer .footer-columns .footer-patio.has-line {
  position: relative
}
.site-footer .footer-columns .footer-patio.has-line:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -15px;
  width: 100%;
  border-bottom: 1px solid #e32526
}
@media (min-width: 768px) {
  .site-footer .footer-columns .footer-patio.has-line:after {
    width: auto;
    height: 100%;
    left: auto;
    bottom: auto;
    right: 0;
    top: 0;
    border: none;
    border-right: 1px solid #e32526
  }
}
.site-footer .footer-columns .footer-newsletter {
  width: 400px;
  max-width: 90%;
  margin: 0 auto;
  margin-bottom: 30px
}
@media (min-width: 768px) {
  .site-footer .footer-columns .footer-newsletter {
    float: right
  }
}
.site-footer .footer-columns .footer-newsletter .form-control {
  color: white;
  background: #343434;
  border-color: #343434
}
.site-footer .legal {
  text-align: center;
  font-size: 0.8em
}
.block-about {
  
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  color: white;
  padding: 60px 0
}
.block-about .section-title {
  position: absolute;
  left: 50%;
  background: #e32526;
  padding: 5px 10px;
  top: -100px;
  width: 250px;
  margin-left: -125px;
  text-align: center;
  color: black;
  font-size: 2.5em;
  line-height: 1
}
.block-about .section-title span {
  color: white
}
.block-about .the-content {
  font-size: 1.2em;
  line-height: 1.5;
  text-align: center;
  width: 80%;
  margin: 0 auto;
  margin-bottom: 60px
}
.block-about .about-features .feature {
  text-align: center;
  margin-bottom: 30px
}
.block-about .about-features .feature .fa {
  color: #e32526;
  font-size: 2.5em;
  margin-bottom: 15px
}
@media (min-width: 768px) {
  .block-about .about-features .feature .fa {
    margin-bottom: 30px;
    font-size: 3.5em
  }
}
.block-about .about-features .feature h3 {
  text-align: center;
  font-weight: 900;
  font-size: 1.5em;
  margin-bottom: 15px
}
.block-about .about-features .feature .feature-content {
  font-size: 1.2em;
  line-height: 1.2
}
.section-title-wrapper {
  background: #000 url('/Selectrucks/road.jpg') center center no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  padding: 60px 0;
  text-align: center;
  margin-bottom: 15px
}
.section-title-wrapper .section-title {
  font-size: 2em;
  text-transform: uppercase;
  font-weight: 500
}
@media (min-width: 768px) {
  .section-title-wrapper .section-title {
    font-size: 3.5em
  }
}
.block-filter {
  *zoom: 1
}
.block-filter:before,
.block-filter:after {
  content: " ";
  display: table
}
.block-filter:after {
  clear: both
}
@media (min-width: 768px) {
  .block-filter {
    padding: 60px 0
  }
}
.block-filter .filter-sidebar {
  margin-bottom: 15px;
  z-index: 1000
}
@media (min-width: 768px) {
  .block-filter .filter-sidebar {
    position: sticky;
    top: 70px;
    float: left;
    width: 300px
  }
}
.block-filter .filter-sidebar .control-label {
  font-weight: bold
}
.block-filter .filter-sidebar .form-control {
  background: #ECECEC;
  border-color: #ECECEC
}
@media (min-width: 768px) {
  .block-filter .filter-units {
    margin-left: 315px
  }
}
.block-filter .filter-units .insignias {
  position: absolute;
  margin-left: -15px;
  padding-top: 15px;
  z-index: 100
}
.block-filter .filter-units .insignias .insignia {
  background: black;
  color: white;
  padding: 3px 1rem;
  font-weight: bolder
}
.block-filter .filter-units .insignias .insignia:before {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 15px 15px 0;
  border-color: transparent #757575 transparent transparent;
  position: absolute;
  left: 0;
  bottom: -18px
}
.block-filter .filter-units .pagination {
  text-align: right
}
.block-filter .filter-units .pagination .page-numbers {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  line-height: 30px;
  min-width: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color: black;
  border: 1px solid #ccc;
  text-align: center;
  padding: 0 7.5px
}
.block-filter .filter-units .pagination .page-numbers:hover {
  background: #CCC
}
.block-filter .filter-units .pagination .page-numbers.current {
  background: #e32526;
  color: white
}
.block-filter .filter-units .unit {
  margin-bottom: 15px;
  background: #ECECEC
}
@media (min-width: 768px) {
  .block-filter .filter-units .unit {
    display: flex
  }
}
.block-filter .filter-units .unit:hover .unit-image img {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2)
}
.block-filter .filter-units .unit .unit-image {
  overflow: hidden;
  width: 340px
}
.block-filter .filter-units .unit .unit-image img {
  width: 100%;
  -webkit-transition: all 500ms;
  -moz-transition: all 500ms;
  -ms-transition: all 500ms;
  -o-transition: all 500ms;
  transition: all 500ms;
  aspect-ratio: 1.33333333;
  object-fit: cover
}
@media (min-width: 768px) {
  .block-filter .filter-units .unit .unit-image {
    float: left
  }
}
.block-filter .filter-units .unit .unit-info {
  padding: 60px 15px 60px 15px
}
@media (min-width: 768px) {
  .block-filter .filter-units .unit .unit-info {
    padding: 15px;
    flex: 1 0 auto
  }
}
.block-filter .filter-units .unit .unit-info .unit-price {
  color: white;
  position: absolute;
  right: 0;
  top: 0;
  background: #e32526;
  padding: 7.5px 15px;
  font-size: 1.5em
}
.block-filter .filter-units .unit .unit-info .unit-title {
  font-size: 1.2em;
  margin-bottom: 15px
}
.block-filter .filter-units .unit .unit-info p {
  font-size: 1.1em;
  padding: 5px 0;
  border-bottom: 1px solid #b2b2b2
}
.block-filter .filter-units .unit .unit-info p strong {
  width: 100px;
  display: inline-block;
  *display: inline;
  *zoom: 1
}
.block-filter .filter-units .unit .unit-info .unit-more {
  position: absolute;
  right: 0;
  width: 100%;
  bottom: 0;
  background: #9E9E9E;
  text-align: right;
  margin-bottom: 
}
@media (max-width: 767px) {
  .block-filter .filter-units .unit .unit-info .unit-more .button {
    width: 100%
  }
}
.block-unit {
  background: #ECECEC
}
.block-unit .unit-gallery {
  width: 100%;
  z-index: 10;
  background: white
}
    .block-unit .unit-gallery .no-gallery {
        background: #000 url('/Selectrucks/logo.png') center center no-repeat;
        -webkit-background-size: 60% auto;
        -moz-background-size: 60% auto;
        background-size: 60% auto;
        height: 220px
    }
@media (min-width: 768px) {
  .block-unit .unit-gallery .no-gallery {
    height: 378px
  }
}
.block-unit .unit-gallery .slick-slide {
  -webkit-opacity: .5;
  -moz-opacity: .5;
  opacity: .5
}
.block-unit .unit-gallery .slide img {
  width: 100%
}
.block-unit .unit-gallery .slick-slide.slick-current {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1
}
.block-unit .unit-price {
  color: white;
  position: absolute;
  right: 0;
  top: 0;
  background: #e32526;
  padding: 7.5px 15px;
  font-size: 1.5em;
  z-index: 11
}
.block-unit .unit-info {
  padding: 15px;
  padding-bottom: 40px
}
@media (min-width: 768px) {
  .block-unit .unit-info {
    padding: 45px 15px 15px 15px;
    flex: 1 0 auto
  }
}
.block-unit .unit-info .unit-title {
  font-size: 1.2em;
  margin-bottom: 15px
}
.block-unit .unit-info p {
  *zoom: 1;
  font-size: 1.1em;
  padding: 5px 0;
  border-bottom: 1px solid #b2b2b2
}
.block-unit .unit-info p:before,
.block-unit .unit-info p:after {
  content: " ";
  display: table
}
.block-unit .unit-info p:after {
  clear: both
}
.block-unit .unit-info p strong {
  width: 100px;
  float: left
}
.block-unit .unit-info p span {
  margin-left: 115px;
  display: block
}
.block-unit .unit-more {
  position: absolute;
  right: 0;
  width: 100%;
  bottom: 0;
  background: #9E9E9E;
  text-align: right
}
@media (max-width: 767px) {
  .block-unit .unit-more .button {
    width: 100%
  }
}
.block-unit-contact {
  background: #ECECEC;
  padding: 15px;
  display: none
}
.unit-contact-engine {
  margin-bottom: 50px !important
}
.section-about .block-about .the-content {
  text-align: left
}
.section-contact .contact-patio {
  margin-bottom: 15px
}
.section-contact .contact-patio h2 {
  color: #e32526;
  text-transform: uppercase;
  font-size: 1.2em;
  letter-spacing: 1px
}
.section-contact .contact-patio .patio-map {
  background: #CCC;
  height: 150px
}
.section-contact .contact-patio .patio-map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%
}
.section-contact .form-group .form-control {
  background: #CCC
}
.section-contact .action-submit {
  text-align: right
}
.section-contact .contact-title {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  background: #e32526;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: white;
  padding: 3px 5px;
  margin-bottom: 15px
}
.slider-wrapper {
  padding: 40px 15px 0 15px;
  z-index: 100
}
.pt-15 {
    padding-top: 15px;
}
