@import url('https://fonts.googleapis.com/css?family=Poppins:100,200,300,400,500,600,700,800,900');
/* Magnific Popup CSS */
/*.featureProducts_li {
  float: left;
  width: 100%;
  position: relative;
}
.featureProducts_li ul {
  list-style: none;
  margin: 0 -15px;
  padding: 0;
}
.featureProducts_li li {
  float: left;
  width: 25%;
  padding: 0 15px;
}
.featureProducts_li li.product {
    border: none;
    position: relative;
}
.product_image {
  width: 100%;
  float: left;
}
.product_image img {
  width: 100%;
}
.featureProducts_li .product_title {
    border-bottom: 1px solid #d7d7d7;
    height: auto;
    min-height: 60px;
    padding: 0 50px 10px 0;
}
.product_title a {
    bottom: 10px;
    color: #000;
    padding-right: 65px;
    position: absolute;
}
.product_description {
    display: block;
    -ms-flex: 0 0 110px;
    flex: 0 0 110px;
    font-size: 14px;
    margin-top: 10px;
    -ms-flex-order: 4;
    order: 4;
    overflow: hidden;
}
.featureProducts_li .product_link {
    bottom: 150px;
}
section, footer {
  width: 100%;
  float: left;
}
.pageHeader {
  margin-top: 52px;
}*/
.width100 {
  width: 100%;
  float: left;
  display: inline-block;
}
.global_presence {
  display: inline-block;
  text-align: left;
  float: left;
  width: 40%;
}
.global_presence h6 {
    font-weight: bold;
    color: #000;
    font-size: 14px;
    text-align: left;
    margin: 0 0 5px 0;
    margin-bottom: 25px;
}
.global_presence ul{
  margin: 0;
  padding: 0;
  float: right;
  display: inline-block;
}
.global_presence li {
  width: 100%;
  float: left;
  margin: 5px 0;
}
.global_presence .locas, .global_presence .locas2 {
    float: left;
    display: inline-block;
    width: 50%;
    padding: 0 10px;
}
.locas img {
  opacity: 0.5;
}
.global_presence .locas2 img  {
    height: 100px;
}
.global_presence li img {
  max-height: 30px;
  opacity: .3;
  margin: 5px;
}
.f_contact {
  float: right;
  width: 30%;
  font-size: 14px;
}
.f_contact p i {
  margin-right: 5px;
}
.f_contact h6 {
    font-weight: bold;
    color: #000;
    font-size: 14px;
    text-align: left;
    margin: 0 0 5px 0;
    margin-bottom: 25px;
}
.pageHeader.fixed {
    height: 100px;
    position: fixed;
    top: 0;
    left: 0;
  margin-top: 0;
    background: #fff;
    z-index: 999;
    width: 100%;
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2);
}
.carousel-fade .carousel-inner .item {
  -webkit-transition-property: opacity;
  transition-property: opacity;
}
.carousel-fade .carousel-inner .item,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  opacity: 0;
}
.carousel-fade .carousel-inner .active,
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}
.carousel-fade .carousel-inner .next,
.carousel-fade .carousel-inner .prev,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.carousel-indicators {
    width: 30%;
    height: 20px;
    padding: 20px;
    text-align: right;
    top: 35%;
    margin: 0;
    z-index: 2;
    right: 9%;
}
.carousel-indicators li {
  float:none;
  display: inline-block;
    width: 12px;
    height: 12px;
  margin:0px 2px;
  border: 0px;
    background: #fff;
    border-radius: 100%;
    cursor: pointer;
    transition: all .5s;
}
.carousel-indicators li.active, .carousel-indicators li:hover  {
    background: #FF762D;
    width: 12px;
    height: 12px;
  margin:0px 2px;
    transition: all .5s;
}
.carousel-inner {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 100%;
}
.scrollup {
    width: 40px;
    height: 40px;
    position: fixed;
    bottom: 50px;
    right: 15px;
    display: none;
    z-index: 2222222;
    background: #333;
    border: 1px solid #fff;
    color: #fff;
    text-align: center;
    line-height: 38px;
    opacity: 0.95;
    cursor: pointer;
}
.scrollup:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 38px;
}
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
  filter: alpha(opacity=80);
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box;
}

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}

.mfp-preloader a {
  color: #CCC;
}

.mfp-preloader a:hover {
  color: #FFF;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  filter: alpha(opacity=65);
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}

.mfp-close:hover,
.mfp-close:focus {
  opacity: 1;
  filter: alpha(opacity=100);
}

.mfp-close:active {
  top: 1px;
}

.mfp-close-btn-in .mfp-close {
  color: #333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  filter: alpha(opacity=65);
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}

.mfp-arrow:active {
  margin-top: -54px;
}

.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
  filter: alpha(opacity=100);
}

.mfp-arrow:before,
.mfp-arrow:after,
.mfp-arrow .mfp-b,
.mfp-arrow .mfp-a {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}

.mfp-arrow:after,
.mfp-arrow .mfp-a {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}

.mfp-arrow:before,
.mfp-arrow .mfp-b {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}

.mfp-arrow-left {
  left: 0;
}

.mfp-arrow-left:after,
.mfp-arrow-left .mfp-a {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}

.mfp-arrow-left:before,
.mfp-arrow-left .mfp-b {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F;
}

.mfp-arrow-right {
  right: 0;
}

.mfp-arrow-right:after,
.mfp-arrow-right .mfp-a {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}

.mfp-arrow-right:before,
.mfp-arrow-right .mfp-b {
  border-left: 27px solid #3F3F3F;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}

.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}

.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}

.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}

@media all and (max-width: 900px) {
  .mfp-arrow {
    transform: scale(0.75);
  }
  .mfp-arrow-left {
    transform-origin: 0;
  }
  .mfp-arrow-right {
    transform-origin: 100%;
  }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}

.mfp-ie7 .mfp-img {
  padding: 0;
}

.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px;
}

.mfp-ie7 .mfp-container {
  padding: 0;
}

.mfp-ie7 .mfp-content {
  padding-top: 44px;
}

.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0;
}

/* 
 *  Core Owl Carousel CSS File
 *  v1.3.3
 */
/* clearfix */
.owl-carousel .owl-wrapper:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

/* display none until init */
.owl-carousel {
  display: none;
  position: relative;
  width: 100%;
  -ms-touch-action: pan-y;
}

.owl-carousel .owl-wrapper {
  display: none;
  position: relative;
  -webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-wrapper-outer {
  overflow: hidden;
  position: relative;
  width: 100%;
}

.owl-carousel .owl-wrapper-outer.autoHeight {
  transition: height 500ms ease-in-out;
}

.owl-carousel .owl-item {
  float: left;
}

.owl-controls .owl-page,
.owl-controls .owl-buttons div {
  cursor: pointer;
}

.owl-controls {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
}

/* mouse grab icon */
.grabbing {
  cursor: url(grabbing.html) 8 8, move;
}

/* fix */
.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}

/* 
 *  Owl Carousel CSS3 Transitions 
 *  v1.3.2
 */
.owl-origin {
  -webkit-perspective: 1200px;
  -webkit-perspective-origin-x: 50%;
  -webkit-perspective-origin-y: 50%;
  -moz-perspective: 1200px;
  -moz-perspective-origin-x: 50%;
  -moz-perspective-origin-y: 50%;
  perspective: 1200px;
}

/* fade */
.owl-fade-out {
  z-index: 10;
  animation: fadeOut .7s both ease;
}

.owl-fade-in {
  animation: fadeIn .7s both ease;
}

/* backSlide */
.owl-backSlide-out {
  animation: backSlideOut 1s both ease;
}

.owl-backSlide-in {
  animation: backSlideIn 1s both ease;
}

/* goDown */
.owl-goDown-out {
  animation: scaleToFade .7s ease both;
}

.owl-goDown-in {
  animation: goDown .6s ease both;
}

/* scaleUp */
.owl-fadeUp-in {
  animation: scaleUpFrom .5s ease both;
}

.owl-fadeUp-out {
  animation: scaleUpTo .5s ease both;
}

/* Keyframes */
/*empty*/

@keyframes empty {
  0% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes backSlideOut {
  25% {
    opacity: .5;
    transform: translateZ(-500px);
  }
  75% {
    opacity: .5;
    transform: translateZ(-500px) translateX(-200%);
  }
  100% {
    opacity: .5;
    transform: translateZ(-500px) translateX(-200%);
  }
}

@keyframes backSlideIn {
  0%, 25% {
    opacity: .5;
    transform: translateZ(-500px) translateX(200%);
  }
  75% {
    opacity: .5;
    transform: translateZ(-500px);
  }
  100% {
    opacity: 1;
    transform: translateZ(0) translateX(0);
  }
}

@keyframes scaleToFade {
  to {
    opacity: 0;
    transform: scale(0.8);
  }
}

@keyframes goDown {
  from {
    transform: translateY(-100%);
  }
}

@keyframes scaleUpFrom {
  from {
    opacity: 0;
    transform: scale(1.5);
  }
}

@keyframes scaleUpTo {
  to {
    opacity: 0;
    transform: scale(1.5);
  }
}

.float-right {
  float: right !important;
}

.alignright {
  float: right;
  margin-left: 20px;
}

.alignleft {
  float: left;
  margin-right: 20px;
}

.orange {
  color: #ff803c;
}

.orange-bg {
  background: #ff803c;
}

.icon {
  background-repeat: no-repeat;
  background-position: center center;
  display: inline-block;
  margin-right: 4px;
}

.icon.arrowRight-utility {
  background-image: url(../images/icon-arrow-right.png);
  background-size: 6px 12px;
  height: 12px;
  width: 6px;
}

.icon.phone-utility {
  background-image: url(../images/icon-phone-2x.png);
  background-size: 100%;
  height: 26px;
  width: 26px;
}

.icon.arrowRight-black {
  background-image: url(../images/arrow-right-black.html);
  height: 16px;
  width: 10px;
}

.icon.arrowRight-white {
  background-image: url(../images/arrow-right-white.html);
  height: 16px;
  width: 10px;
}

.icon.cube {
  background-image: url(../images/icon-box.png);
  background-size: 15px 15px;
  height: 15px;
  width: 15px;
}

.icon.pin {
  background-image: url(../images/icon-pin-2x.html);
  background-size: 11px 17px;
  height: 17px;
  width: 11px;
}

.icon.phone {
  background-image: url(../images/icon-phone-footer-2x.html);
  background-size: 15px 15px;
  height: 15px;
  width: 15px;
}

.icon.scrollDown {
  background-image: url(../images/scroll-down-arrow.html);
  background-size: 26px 36px;
  height: 36px;
  width: 26px;
}

.icon.arrowLeft {
  background-image: url(../images/arrow-left.html);
  height: 12px;
  width: 6px;
}

.icon.arrowRight {
  background-image: url(../images/arrow-right.html);
  height: 12px;
  width: 6px;
}

.icon.play {
  background-image: url(../images/icon-play.html);
  height: 26px;
  width: 26px;
}

.icon.times {
  background-image: url(../images/icon-times.html);
  height: 26px;
  width: 26px;
}

.icon.download {
  background-image: url(../images/icon-download-white.html);
  border-bottom: none;
  height: 26px;
  width: 11px;
}

.icon.download-black {
  background-image: url(../images/icon-download-black.html);
  height: 26px;
  width: 11px;
}

.icon.eye-black {
  background-image: url(../images/icon-eye-black.html);
  height: 26px;
  width: 21px;
}

.icon.eye-orange {
  background-image: url(../images/icon-eye-orange.html);
  height: 26px;
  width: 21px;
}

.icon.orange {
  background-color: #ff803c;
}

.icon.black {
  background-color: #000;
}

.icon.circle {
  border-radius: 50%;
  height: 26px;
  padding: 0;
  width: 26px;
}

.icon.circle.small {
  height: 16px;
  width: 16px;
}

.inner {
  margin: 0 auto;
  max-width: 1140px;
  padding: 0 20px;
  position: relative;
}

.screen-reader-text {
  display: none;
}

.dot:before {
  background: #ff803c;
  border-radius: 50%;
  content: '';
  display: inline-block;
  height: 4px;
  margin: 3px 6px;
  width: 4px;
}

.dottedLine {
  background: url(../images/border-dot.html) repeat-x bottom left;
  padding-bottom: 15px;
}

.dottedLine.above {
  background: url(../images/border-dot.html) repeat-x top left;
  padding: 15px 0 0;
}

.small-text {
  color: #aaa;
  font-family: "Poppins", serif;
  font-size: 14px;
}

ul.inline {
  list-style: none;
  margin: 0;
  padding: 0;
}

ul.inline li {
  display: inline-block;
  margin: 0;
  padding: 0;
}

ul.stacked {
  list-style: none;
  margin: 0;
  padding: 0;
}

ul.stacked li {
  display: block;
  margin: 0;
  padding: 0;
}

ul.ticks {
  margin: 0;
  padding: 0;
}

ul.ticks li {
  font-weight: bold;
  background: url(../images/tick.html) no-repeat left top;
  line-height: 23px;
  list-style: none;
  margin: 10px 0px;
  padding: 0 0 0 35px;
}

ul.arrows li {
  font-weight: bold;
  list-style-image: url(../images/chevron.html);
}

table.downloads td {
  padding: 20px 10px;
}

table.downloads td:nth-child(1) {
  padding-left: 0;
}

table.downloads td:nth-child(2) {
  white-space: nowrap;
}

table.downloads td:nth-child(2) a:hover .icon.download-black {
  background-image: url(../images/icon-download-orange.html);
}

table.downloads td:nth-child(3) {
  padding-right: 0;
  white-space: nowrap;
}

table.downloads td:nth-child(3) a:hover .icon.eye-black {
  background-image: url(../images/icon-eye-orange.html);
}

table.downloads .icon {
  float: left;
}

table.downloads a {
  color: #000;
  font-family: "Poppins", serif;
  font-size: 14px;
}

table.downloads a:hover {
  color: #ff803c;
}

.row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 20px;
}

.row:after {
  content: "";
  display: table;
  clear: both;
}

.columns-one {
  float: left;
  width: calc(25% - 20px);
}

.columns-two {
  float: left;
  width: calc(50% - 20px);
}

.small-only {
  display: block;
}

@media (min-width: 600px) {
  .small-only {
    display: none;
  }
}

.medium-up {
  display: none;
}

@media (min-width: 600px) {
  .medium-up {
    display: block;
  }
}

.medium-down {
  display: none;
}

@media (max-width: 1079px) {
  .medium-down {
    display: block;
  }
}

.large-up {
  display: none;
}

@media (min-width: 1080px) {
  .large-up {
    display: block;
  }
}

html {
  overflow-y: scroll;
}

body {
  box-sizing: border-box;
  font-family: 'Poppins', "Open Sans", sans-serif;
  font-size: 14px;
  line-height: 1.4;
  margin: 0;
  -webkit-font-smoothing: antialiased;
  overflow: hidden;
}

* {
  box-sizing: inherit;
}

h1, h2, h3, h4,
.heading1, .heading2, .heading3, .heading4 {
  /*font-family: "Poppins", serif;*/
  line-height: 1.2;
  margin: 0;
}

h1, .heading1 {
  font-size: 26px;
}

@media (min-width: 600px) {
  h1, .heading1 {
    font-size: 30px;
  }
}

h2, .heading2 {
  font-size: 20px;
}

@media (min-width: 600px) {
  h2, .heading2 {
    font-size: 24px;
  }
}

@media (min-width: 1080px) {
  h2, .heading2 {
    font-size: 24px;
  }
}

h3, .heading3 {
  font-size: 16px;
}

@media (min-width: 600px) {
  h3, .heading3 {
    font-size: 20px;
  }
}

@media (min-width: 1080px) {
  h3, .heading3 {
    font-size: 20px;
  }
}

h4, .heading4 {
  font-size: 14px;
}

@media (min-width: 600px) {
  h4, .heading4 {
    font-size: 16px;
  }
}

@media (min-width: 1080px) {
  h4, .heading4 {
    font-size: 16px;
  }
}

a {
  color: #ff803c;
  text-decoration: none;
}

.button {
  background: #ff803c;
  border: none;
  color: #fff;
  cursor: pointer;
  display: block;
  font-family: "Poppins", serif;
  font-size: 20px;
  padding: 15px 40px;
  margin: 0 0 10px;
  text-align: center;
  -webkit-appearance: none;
  border-radius: 0;
}

.button:hover {
  background: #000;
}

@media (min-width: 600px) {
  .button {
    display: inline-block;
  }
}

.button.orange {
  background: #ff803c;
  color: #fff;
}

.button.black {
  background: #000;
  color: #fff;
  transition: all 0.3;
}

.button.black .icon.arrowLeft, .button.black .icon.arrowRight {
  opacity: 0.3;
  transition: opacity 0.3;
}

.button.black:hover .icon.arrowLeft, .button.black:hover .icon.arrowRight {
  opacity: 1;
}

.button.circle {
    border-radius: 50%;
    cursor: pointer;
    font-family: "Poppins", serif;
    font-size: 16px;
    height: 60px;
    margin: 0 auto;
    padding: 0;
    text-align: center;
    transition-duration: 0.2s;
    width: 60px;
    margin-top: 10px;
}

.button.circle:hover {
  background: #fff;
  border: 1px solid #000;
  color: #000;
}

.button.icon {
  height: 30px;
  position: relative;
  width: 30px;
}

.button.icon .icon {
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
}

.button.circle.orange.icon {
  background: #ff803c;
  border: none !important;
  color: #fff;
}

.button.circle.black.icon {
  background: #000;
  border: none !important;
}

/*.button.circle.black {
  background: #2ea748;
  border: 1px solid #2ea748;
}*/

.button.circle.black:hover {
  background: #fff;
  border: 1px solid #000;
  color: #000;
}

.button.arrow {
  clear: both;
  display: inline-block;
}

.button.arrow .icon {
  opacity: 0.4;
}

.button.arrow:hover .icon {
  background-image: url(../images/arrow-right-white.html);
}

input[type='text'],
input[type='email'],
input[type='search'],
textarea,
.custom-select .ginput_container,
select {
  border: 1px solid #dedede;
  color: #000;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-weight: bold;
  padding: 12px;
  width: 100%;
  -webkit-appearance: none;
  border-radius: 0;
}

.gfield_error input[type='text'], .gfield_error
input[type='email'], .gfield_error
input[type='search'], .gfield_error
textarea, .gfield_error
.custom-select .ginput_container, .gfield_error
select {
  outline: 1px solid #d00;
}

::-webkit-input-placeholder {
  color: #000;
}

/* Container used for styling the custom select, the buttom class below adds the bg gradient, corners, etc. */
.custom-select .ginput_container {
  position: relative;
  display: block;
  margin-top: 0.5em;
  padding: 0;
}

/* This is the native select, we're making everything but the text invisible so we can see the button styles in the wrapper */
.custom-select select {
  width: 100%;
  margin: 0;
  background: none;
  border: 1px solid transparent;
  outline: none;
  /* Prefixed box-sizing rules necessary for older browsers */
  box-sizing: border-box;
  /* Remove select styling */
  -moz-appearance: none;
  appearance: none;
  -webkit-appearance: none;
  /* Font size must the 16px or larger to prevent iOS page zoom on focus */
  font-size: 1em;
  /* General select styles: change as needed */
  font-family: helvetica, sans-serif;
  font-weight: bold;
  color: #444;
  padding: .6em 1.9em .5em .8em;
  line-height: 1.3;
}

/* Custom arrow sits on top of the select - could be an image, SVG, icon font, etc. or the arrow could just baked into the bg image on the select. Note this si a 2x image so it will look bad in browsers that don't support background-size. In production, you'd handle this resolution switch via media query but this is a demo. */
.custom-select .ginput_container::after {
  content: "";
  position: absolute;
  width: 9px;
  height: 8px;
  top: 50%;
  right: 1em;
  margin-top: -4px;
  background-image: url(../images/arrow-down.png);
  background-repeat: no-repeat;
  background-position: center;
  z-index: 2;
  /* This hack make the select behind the arrow clickable in some browsers */
  pointer-events: none;
}

/* Hover style */
.custom-select .ginput_container:hover {
  border: 1px solid #888;
}

/* Focus style */
.custom-select select:focus {
  outline: none;
  box-shadow: 0 0 1px 3px #b4defa;
  background-color: transparent;
  color: #222;
  border: 1px solid #aaa;
}

/* Set options to normal weight */
.custom-select option {
  font-weight: normal;
}

/* ------------------------------------  */
/* START OF UGLY BROWSER-SPECIFIC HACKS */
/* ----------------------------------  */
/* OPERA - Pre-Blink nix the custom arrow, go with a native select button to keep it simple. Targeted via this hack http://browserhacks.com/#hack-a3f166304aafed524566bc6814e1d5c7 */
x:-o-prefocus, .custom-select::after {
  display: none;
}

/* IE 10/11+ - This hides native dropdown button arrow so it will have the custom appearance, IE 9 and earlier get a native select - targeting media query hack via http://browserhacks.com/#hack-28f493d247a12ab654f6c3637f6978d5 - looking for better ways to achieve this targeting */
/* The second rule removes the odd blue bg color behind the text in the select button in IE 10/11 and sets the text color to match the focus style's - fix via http://stackoverflow.com/questions/17553300/change-ie-background-color-on-unopened-focused-select-box */
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .custom-select select::-ms-expand {
    display: none;
  }
  .custom-select select:focus::-ms-value {
    background: transparent;
    color: #222;
  }
}

/* FIREFOX won't let us hide the native select arrow, so we have to make it wider than needed and clip it via overflow on the parent container. The percentage width is a fallback since FF 4+ supports calc() so we can just add a fixed amount of extra width to push the native arrow out of view. We're applying this hack across all FF versions because all the previous hacks were too fragile and complex. You might want to consider not using this hack and using the native select arrow in FF. Note this makes the menus wider than the select button because they display at the specified width and aren't clipped. Targeting hack via http://browserhacks.com/#hack-758bff81c5c32351b02e10480b5ed48e */
/* Show only the native arrow */
@-moz-document url-prefix() {
  .custom-select {
    overflow: hidden;
  }
  .custom-select select {
    width: 120%;
    width: calc(100% + em);
  }
}

/* Firefox focus has odd artifacts around the text, this kills that. See https://developer.mozilla.org/en-US/docs/Web/CSS/:-moz-focusring */
.custom-select select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #000;
}

/* ------------------------------------  */
/*  END OF UGLY BROWSER-SPECIFIC HACKS  */
/* ------------------------------------  */
.gfield_radio input[type='radio'] {
  opacity: 0;
}

.gfield_radio input[type='radio']:checked + label:after {
  opacity: 1;
}

.gfield_radio label {
  line-height: 30px;
  margin-right: 30px;
  padding-left: 20px;
  position: relative;
}

.gfield_radio label:before, .gfield_radio label:after {
  border-radius: 50%;
  content: '';
  display: block;
  left: 0;
  position: absolute;
  top: 0;
}

.gfield_radio label:before {
  background: #fff;
  border: 1px solid #dedede;
  height: 30px;
  left: -22px;
  width: 30px;
}

.gfield_radio label:after {
  background: #ff803c;
  height: 12px;
  left: -11.2px;
  opacity: 0;
  top: 10px;
  width: 12px;
  z-index: 1;
}

.gfield_checkbox {
  padding-top: 8px;
}

.gfield_checkbox input[type='checkbox'] {
  opacity: 0;
  position: absolute;
}

.gfield_checkbox input[type='checkbox']:checked + label:after {
  opacity: 1;
}

.gfield_checkbox label {
  line-height: 26px;
  padding-left: 40px;
  padding-top: 3px;
  position: relative;
}

.gfield_checkbox label:before, .gfield_checkbox label:after {
  content: '';
  display: block;
  left: 0;
  position: absolute;
  top: 0;
}

.gfield_checkbox label:before {
  background: #fff;
  border: 1px solid #dedede;
  height: 30px;
  left: 0;
  width: 30px;
}

.gfield_checkbox label:after {
  background: url(../images/checkbox-tick.html) no-repeat center;
  height: 22px;
  left: 5px;
  opacity: 0;
  top: 5px;
  width: 22px;
  z-index: 1;
}

.pageMain_content form {
  margin: 20px 0;
  padding: 40px 0;
}

.pageMain_content form:after {
  content: "";
  display: table;
  clear: both;
}

.pageMain_content form ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.pageMain_content form li {
  list-style: none;
  margin: 0;
  padding: 0;
}

.pageMain_content form label {
  color: #000;
  display: block;
  font-family: "Poppins", serif;
  font-size: 16px;
  margin-bottom: 10px;
}

.pageMain_content .gform_heading {
  margin-bottom: 40px;
}

.pageMain_content .gform_wrapper {
  position: relative;
}

.pageMain_content .gform_body ul, .pageMain_content .gform_footer {
  margin: 0 auto;
  max-width: 480px;
  padding: 20px;
}

.pageMain_content .gform_body {
  background: #e7e7e7;
  padding: 10px 0 90px;
}

@media (min-width: 600px) {
  .pageMain_content .gform_body {
    padding: 30px 0 130px;
  }
}

.pageMain_content .gform_footer {
  bottom: 30px;
  right: 20px;
  padding: 25px 0 50px;
  position: absolute;
}

@media (min-width: 600px) {
  .pageMain_content .gform_footer {
    bottom: 40px;
    left: 50%;
    right: auto;
    transform: translate(70px, 0);
  }
}

.pageMain_content .gform_footer .gform_button {
  float: right;
}

.pageMain_content .gfield {
  margin-bottom: 25px;
}

.pageMain_content .gfield input[type='text'],
.pageMain_content .gfield input[type='email'],
.pageMain_content .gfield textarea,
.pageMain_content .gfield.custom-select .ginput_container {
  border: 1px solid #dedede;
  color: #000;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-weight: bold;
  padding: 12px;
  width: 100%;
}

.pageMain_content .gfield.custom-select .ginput_container,
.custom-select .ginput_container {
  background: #fff;
  padding: 0;
}

.pageMain_content .gfield.custom-select .ginput_container select,
.custom-select .ginput_container select {
  height: 48px;
}

.pageMain_content .gfield.custom-select .ginput_container:hover,
.custom-select .ginput_container:hover {
  border: 1px solid #dedede;
}

.pageMain_content .gfield.custom-select .ginput_container:after,
.custom-select .ginput_container:after {
  background-color: #ff803c;
  height: 48px;
  position: absolute;
  width: 48px;
  top: 0;
  margin: 0;
  right: 0;
}

.pageMain_content .gfield_radio label {
  display: inline-block;
  font-family: "Open Sans", sans-serif;
  font-weight: normal;
}

.pageMain_content .gfield_radio li {
  display: inline-block;
}

.pageMain_content .gfield_checkbox label {
  display: inline-block;
  font-family: "Open Sans", sans-serif;
  font-weight: normal;
}

.pageMain_content .gfield_checkbox li {
  display: block;
}

.gfield_description {
  margin-bottom: 20px;
}

#gform_submit_button_1 {
  float: right;
}

.validation_error, .validation_message {
  color: #d00;
  font-size: 14px;
  margin-top: 5px;
}

.validation_error {
  margin-bottom: 20px;
}

table {
  border-collapse: collapse;
  margin: 30px 0;
}

th {
  background: #ff803c;
  color: #fff;
  font-family: "Poppins", serif;
  padding: 15px 20px;
  text-align: left;
  vertical-align: top;
}

td {
  border-bottom: 1px solid #e6e6e6;
  padding: 20px 0;
  vertical-align: top;
}

.pageMain_content .gfield.datepicker input {
  background: url(../images/calendar.html) no-repeat calc(100% - 10px) 50%;
  padding: 8px 40px 8px 12px;
  width: 100%;
}

@media (min-width: 600px) {
  .pageMain_content .gfield.datepicker input {
    float: left;
    margin-left: 20px;
    width: 170px;
  }
}

.ui-datepicker-trigger {
  display: none;
}

.picker {
  background: #fff;
  margin-top: 50px;
  position: absolute;
  z-index: 1;
}

.picker[aria-hidden='true'] {
  display: none;
}

.picker__header {
  background: #ff803c;
  color: #fff;
  font-weight: bold;
  padding: 10px 0;
  position: relative;
  text-align: center;
  text-transform: uppercase;
}

.picker__header .picker__month {
  display: inline;
  margin-right: 5px;
}

.picker__header .picker__year {
  display: inline;
}

.picker__header .picker__nav--prev, .picker__header .picker__nav--next {
  background: url(../images/arrow-left.html) no-repeat center;
  cursor: pointer;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  transition-duration: 0.3s;
  width: 30px;
}

.picker__header .picker__nav--prev:hover, .picker__header .picker__nav--next:hover {
  opacity: 0.5;
}

.picker__header .picker__nav--next {
  background: url(../images/arrow-right.html) no-repeat center;
  left: auto;
  right: 0;
}

.picker__table {
  margin: 0;
}

.picker__table thead {
  display: none;
}

.picker__table td {
  background: #000;
  border: none;
  color: #fff;
  padding: 5px 10px;
  text-align: center;
}

.picker__table .picker__day {
  cursor: pointer;
  font-weight: bold;
}

.picker__table .picker__day--outfocus {
  color: #444953;
}

.picker__footer {
  display: none;
}

.pageMain_aside {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}

@media (min-width: 600px) {
  .pageMain_aside {
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
}

.aside_container {
  width: 100%;
}

@media (min-width: 600px) {
  .aside_container {
    float: left;
    margin-right: 10px;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    width: auto;
  }
}

@media (min-width: 1080px) {
  .aside_container {
    float: none;
    margin-right: 0;
    margin-bottom: 40px;
    width: 100%;
  }
}

.aside_title h2 {
  color: #000;
}

.aside_cta {
  border: 1px solid #e1e1e1;
  display: none;
  padding: 30px 30px 15px;
}

@media (min-width: 1080px) {
  .aside_cta {
    display: block;
  }
}

.aside_cta h1, .aside_cta h2, .aside_cta h3, .aside_cta h4 {
  margin: 0 0 10px;
}

.aside_cta a {
  font-family: "Poppins", serif;
}

.pageFooter:after {
  content: "";
  display: table;
  clear: both;
}

@media (min-width: 1080px) {
  .pageFooter {
    padding-bottom: 0px;
  }
}

.pageFooter {
  background-image: url(../images/grey-map.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center
}


.pageFooter ul {
  margin: 0;
  padding: 0;
}

.pageFooter li {
  list-style: none;
  margin: 0;
  padding: 0;
}

.pageFooter a {
  color: #000;
  font-size: 14px;
}

.pageFooter a:hover {
  color: #ff803c;
}

.pageFooter-top {
  display: none;
}

@media (min-width: 600px) {
  .pageFooter-top {
    /*background: #f4f4f4;*/
    display: block;
    padding: 30px 0;
  }
}

.pageFooter-bottom {
  background: #fff;
}

.footer_navLeft {
  display: none;
}

@media (min-width: 600px) {
  .footer_navLeft {
    display: block;
    float: left;
  }
}
.footer_navSitemap .menu > li {
    width: 100%;
}
.footer_navLeft {
    min-width: 30%;
}
.footer_navLeft li {
  margin-bottom: 10px;
}

.footer_navLeft a {
  font-weight: bold;
}

.footer_navSitemap {
  display: none;
}

@media (min-width: 600px) {
  .footer_navSitemap {
    display: inline-block;
    width: 20%;
    float: left;
  }
}

@media (min-width: 600px) {
  .footer_navSitemap .menu {
    display: inline-block;
  }
}

@media (min-width: 1080px) {
  /*.footer_navSitemap .menu {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }    */
  .footer_navSitemap .menu > li {
      width: 100%;
  }
  .footer_navLeft {
      min-width: 30%;
  }
}

@media (min-width: 600px) {
  /*.footer_navSitemap .menu > li {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
  } */ 
  .footer_navSitemap .menu > li {
      width: 100%;
  }
  .footer_navLeft {
      min-width: 18%;
  }
}

@media (min-width: 1080px) {
  .footer_navSitemap .menu > li {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
}

.footer_navSitemap .menu > li > a {
  font-weight: bold;
  margin-bottom: 10px;
}

.footer_navSitemap li {
    display: block;
    margin-bottom: 10px;
    min-width: 100%;
    padding-left:20px;
    float: left;
    position:relative;
}
.footer_navSitemap .sub-menu li:before {
    position:absolute;
    top:-1px;
    color:#999;
    left:5px;
    content:'\f105';
    font-family:'FontAwesome';
}
.footer_navSitemap li.current-menu-item > a {
  color: #ff803c;
}

.footer_navSitemap a {
  display: block;
}

.footer_partners {
  clear: left;
  padding: 20px 0 20px;
  text-align: center;
}
.footer_partners img {
  height: 50px;
}
@media (min-width: 1080px) {
  .footer_partners {
    padding: 25px 18% 10px;
  }
}

.footer_partners h1 {
  font-size: 14px;
  margin-bottom: 25px;
}

@media (min-width: 1080px) {
  .footer_partners h1 {
    float: left;
    line-height: 40px;
    margin-right: 40px;
  }
}

.footer_partners ul {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}

@media (min-width: 600px) {
  .footer_partners ul {
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

.footer_partners li {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.pageHeader {
  height: 105px;
  position: relative;
}

@media (min-width: 600px) {
  .pageHeader {
    height: 100px;
  }
}

.pageHeader .inner {
  -ms-flex-align: center;
  align-items: center;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0 20px;
  position: relative;
}

@media (min-width: 1080px) {
  .pageHeader .inner {
    display: -ms-flexbox;
    display: flex;
    position: static;
  }
}

.header_logo {
  -ms-flex: 0 0 112px;
  flex: 0 0 112px;
}

@media (min-width: 600px) {
  .header_logo {
    -ms-flex: 0 0 120px;
    flex: 0 0 120px;
  }
}

@media (min-width: 1080px) {
  .header_logo {
    -ms-flex: 0 0 142px;
    flex: 0 0 142px;
    margin-right: 22%;
  }
}

.header_logo img {
  height: 55px;
}

@media (min-width: 600px) {
  .header_logo img {
    height: 60px;
  }
}

@media (min-width: 1080px) {
  .header_logo img {
    height: 90px;
  }
}

.header_quote {
  height: 75px;
  -ms-flex: 0 0 75px;
  flex: 0 0 75px;
  position: relative;
}

.header_quote .quote-item-quantity {
  background: #000;
  border-radius: 50%;
  bottom: 0;
  color: #fff;
  font-family: "Poppins", serif;
  font-size: 14px;
  height: 26px;
  left: 0;
  line-height: 26px;
  position: absolute;
  text-align: center;
  width: 26px;
}

@media (min-width: 1080px) {
  .header_quote {
    height: 100px;
    -ms-flex: 0 0 100px;
    flex: 0 0 100px;
  }
}

.header_quote a {
  background: #2ea748;
  border-radius: 50%;
  color: #fff;
  display: block;
  font-family: "Poppins", serif;
  font-size: 12px;
  height: 100%;
  line-height: 1.1;
  padding: 24px 10px;
  text-align: center;
  width: 100%;
}

@media (min-width: 1080px) {
  .header_quote a {
    font-size: 16px;
    padding: 31px 10px;
  }
}

.page:not(.home) .pageHero,
.error404 .pageHero,
.archive .pageHero,
.single .pageHero,
.blog .pageHero {
  height: 70px;
  position: relative;
}

@media (min-width: 600px) {
  .page:not(.home) .pageHero,
  .error404 .pageHero,
  .archive .pageHero,
  .single .pageHero,
  .blog .pageHero {
    height: 100px;
  }
}

.page:not(.home) .pageHero .inner,
.error404 .pageHero .inner,
.archive .pageHero .inner,
.single .pageHero .inner,
.blog .pageHero .inner {
  background: url(../images/hero-shape-page.png) no-repeat 0 10px;
  -ms-flex-align: center;
  align-items: center;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  margin-left: 20px;
  position: absolute;
  z-index: 2;
  width: calc(100vw - 35px);
}

@media (min-width: 1080px) {
  .page:not(.home) .pageHero .inner,
  .error404 .pageHero .inner,
  .archive .pageHero .inner,
  .single .pageHero .inner,
  .blog .pageHero .inner {
    background-position: left bottom;
    left: 50%;
    margin-left: 28px;
    transform: translate(-50%, 0);
  }
}

.hero_image {
  background-position: center;
  background-size: cover;
  height: 100%;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 0;
}

.hero_mask {
  background: rgba(0, 0, 0, 0.5);
  height: 100%;
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 1;
}

.hero_mask:after {
  background: #fff;
  bottom: 0;
  content: '';
  display: block;
  height: 39px;
  left: 0;
  position: absolute;
  width: 20px;
}

@media (min-width: 600px) {
  .hero_mask:after {
    height: 68px;
  }
}

@media (min-width: 1080px) {
  .hero_mask:after {
    width: calc(50% - 512px);
  }
}

.hero_text {
  color: #fff;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  font-family: "Poppins", serif;
  font-size: 18px;
  line-height: 1.2;
  text-align: center;
}

@media (min-width: 600px) {
  .hero_text {
    font-size: 30px;
  }
}

@media (min-width: 1080px) {
  .hero_text {
    font-size: 40px;
  }
}

.hero_text span {
  display: block;
}

@media (min-width: 600px) {
  .hero_text span {
    display: inline;
  }
}

.pageMain .inner {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}

@media (min-width: 1080px) {
  .pageMain .inner {
    -ms-flex-direction: row;
    flex-direction: row;
  }
}

.pageMain_aside {
  margin-bottom: 20px;
}

@media (min-width: 1080px) {
  .pageMain_aside {
    display: block;
    -ms-flex: 0 0 250px;
    flex: 0 0 250px;
    margin-right: 30px;
    margin-bottom: 0;
  }
}

.pageMain_aside h2 {
  margin: 0 0 5px;
}

.pageMain_content {
  padding: 0 0 60px;
}

.pageMain_content > h1:nth-child(1) {
  margin: 0 0 25px;
}

.pageMain_content h1 {
  margin: 40px 0 25px;
}

.pageMain_content h2, .pageMain_content h3, .pageMain_content h4, .pageMain_content h5, .pageMain_content h6 {
  margin: 25px 0 10px;
}

.pageMain_content h2 + p, .pageMain_content h3 + p, .pageMain_content h4 + p, .pageMain_content h5 + p, .pageMain_content h6 + p {
  margin-top: 0;
}

.pageMain_content ul, .pageMain_content ol {
  line-height: 1.15;
  margin: 5px 0;
  padding: 0px 0 0 15px;
}

.pageMain_content li {
  list-style-image: url(../images/bullet.html);
  margin: 10px 0;
}

.pageMain_content p a {
  text-decoration: underline;
}

.pageMain_content img {
  height: auto;
  max-width: 100%;
}

@media (min-width: 1080px) {
  .pageMain_content {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
  }
}

.asideNav ul {
  list-style: none;
  margin: 20px 0 0;
  padding: 0;
}

.asideNav li {
  padding: 0 0 15px;
}

.asideNav a {
  color: #ff803c;
  font-family: "Poppins", serif;
}

.asideNav .current-menu-item a {
  color: #000;
}

.header_nav {
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  transition-duration: 0.1s;
  transition-property: opacity;
  z-index: 12;
  font-weight: bold;
}

@media (min-width: 1080px) {
  .header_nav {
    display: block;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    max-height: none;
    opacity: 1;
    overflow: visible;
    padding: 0px;
    margin-right: -15px;
  }
}

.header_nav ul {
  border-top: 1px solid #fff;
  list-style: none;
  margin: 0;
  padding: 0;
  width: 80%;
}

@media (min-width: 1080px) {
  .header_nav ul {
    border-top: none;
  }
}

.header_nav li {
  display: block;
  position: relative;
}

@media (min-width: 1080px) {
  .header_nav li {
    display: inline-block;
    padding: 0 13px;
  }
  .header_nav ul.sub-menu li {
    float: left;
    width: 100%;
    color: #333;
    text-align: left;
    border-bottom: 1px solid #eee;
  }
  .header_nav ul.sub-menu li a {
    color: #333;
  }
}

.header_nav a {
  background: #ff803c;
  border-bottom: 1px solid #e5671b;
  color: #fff;
  display: block;
  font-size: 16px;
  padding: 16px 20px;
}

@media (min-width: 1080px) {
  .header_nav a {
    background: transparent;
    border: none;
    font-size: 15px;
    color: #333;
    padding: 0;
  }
}
.header_nav ul.sub-menu li a:hover {
  color: #e5671b;
}
.header_nav .menu {
  opacity: 0;
  transform: translate(0, -10px);
  transition-property: opacity transform;
  transition-duration: 0.3s;
  transition-delay: 0.3s;
}

@media (min-width: 1080px) {
  .header_nav .menu {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    opacity: 1;
    transform: none;
    transition: none;
  }
}

@media (min-width: 1080px) {
  .header_nav .menu > li {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    position: relative;
  }
}

@media (min-width: 1080px) {
  .header_nav .menu > li > a {
    padding: 39px 0;
  }
  .header_nav .menu > li > a:hover {
    color: #ff803c;
  }
}

@media (min-width: 1080px) {
  .header_nav .menu > li:hover > a {
    color: #ff803c;
  }
}

@media (min-width: 1080px) {
  .header_nav .menu > li.current_page_item > a,
  .header_nav .menu > li.current_page_ancestor > a {
    color: #ff803c;
  }
}

.header_nav .parent-expanded > .sub-menu {
  max-height: none;
  transform: translate(0, 0);
  opacity: 1;
}

.header_nav .sub-menu {
  border: none;
  max-height: 0;
  opacity: 0;
  transform: translate(0, -10px);
  transition: transform 0.3s;
  z-index: 12;
}

@media (min-width: 1080px) {
  .header_nav .sub-menu, .header_nav .sub-menu .sub-menu {
    background: #fff;
    text-align: left;
    border: none;
    display: none;
    max-height: 0;
    opacity: 1;
    /*padding: 15px;*/
    position: absolute;
    transform: none;
    width: 250px;
  }
  /*.header_nav .sub-menu:after {
    background: #ff803c;
    content: '';
    height: 5px;
    left: 50%;
    position: absolute;
    top: 0;
    transform: translate(-50%, -100%);
    width: 80px;
  }*/
  .header_nav .sub-menu .sub-menu {
    top: 0;
    left: 100%;
    box-shadow: 3px 2px 10px 0px rgba(0,0,0,0.2);
  }
  .header_nav .sub-menu li:hover .sub-menu {
    display: block;
  }
}

.header_nav .sub-menu li {
  position: relative;
  padding: 7px 15px;
}

@media (min-width: 1080px) {
  .header_nav .sub-menu li {
    display: block;
  }
}

@media (min-width: 1080px) {
  .header_nav .sub-menu > li.current_page_item > a,
  .header_nav .sub-menu > li.current_page_ancestor > a {
    color: #000;
  }
}

.header_nav .sub-menu a {
  background: #000;
  border-bottom: 1px solid #fff;
}

@media (min-width: 1080px) {
  .header_nav .sub-menu a {
    background: transparent;
    color: #fff;
    padding: 5px 0;
    border: none;
  }
}

@media (min-width: 1080px) {
  .header_nav .sub-menu a:hover {
    color: #000;
  }
}

@media (max-width: 1079px) {
  .header_nav .menu > li.parent-expanded {
    background: #fff;
  }
  .header_nav .menu > li.parent-expanded > .sub-menu {
    padding: 0 0 20px 20px;
  }
  .header_nav .menu > li.parent-expanded a {
    background: #fff;
    color: #000;
    border-bottom: 1px solid #fff;
  }
  .header_nav .menu > li .parent-expanded > .sub-menu {
    padding: 0 0 10px 20px;
    background: #f3f3f3;
  }
  .header_nav .menu > li.parent-expanded > .menu-expand,
  .header_nav .menu > li.parent-expanded .parent-expanded > .menu-expand {
    background: url(../images/arrow-down-black.png) no-repeat center;
  }
  .header_nav .menu > li .sub-menu a {
    background: #f3f3f3;
    font-size: 13px;
    padding: 15px 20px;
    border-bottom: none;
    border-top: 1px solid #fff;
  }
  .header_nav .menu > li .sub-menu .menu-expand {
    height: 50px;
    background: url(../images/arrow-down-orng.png) no-repeat center;
  }
  .header_nav .menu > li .sub-menu .sub-menu a {
    border: none;
    padding: 9px 20px;
  }
  .header_nav .menu > li .sub-menu .sub-menu .menu-expand {
    height: 35px;
  }
  .header_nav .menu > li.menu-item-has-children > a,
  .header_nav .menu > li.menu-item-has-children .menu-item-has-children > a {
    padding-right: 63px !important;
  }
  .header_nav .menu > li .current-menu-item > a {
    color: #ff803c;
  }
}

@media (min-width: 1080px) {
  .header_nav li:hover > .sub-menu {
    display: block;
    max-height: none;
  }
}

@media (min-width: 1080px) {
  .header_nav .menu > li > .sub-menu {
    left: 0%;
    box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.2);
    transform: translate(0%, 0);
  }
}

@media (min-width: 1080px) {
  .header_nav .menu > li > .sub-menu a {
    text-align: left;
  }
}

.menu-expand {
  background: transparent url(../images/arrow-down.png) no-repeat center;
  height: 55px;
  overflow: hidden;
  position: absolute;
  right: 0px;
  text-indent: 100%;
  top: 1px;
  white-space: nowrap;
  width: 63px;
  z-index: 11;
  transition: transform 0.3s;
}

.parent-expanded > .menu-expand {
  transform: rotate(0.5turn);
}

@media (min-width: 1080px) {
  .menu-expand {
    display: none;
  }
}

@media (max-width: 1079px) {
  .navButton-isActive .header_nav {
    background: rgba(0, 0, 0, 0.8);
    cursor: pointer;
    min-height: 100vh;
    left: 0;
    max-height: none;
    overflow: visible;
    opacity: 1;
    position: absolute;
    top: 0;
    transition-duration: 0.2s;
    transition-property: opacity;
    width: 100%;
  }
  .navButton-isActive .header_nav .menu {
    opacity: 1;
    transform: translate(0, 0);
  }
}

@media (min-width: 1080px) {
  .navButton-isActive .header_nav {
    background: transparent;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    min-height: none;
    position: static;
  }
}

@media (max-width: 1079px) {
  .header_nav .menu > li.mega-nav > .sub-menu > li > a, .header_nav .menu > li.mega-nav > .sub-menu > li > .menu-expand {
    display: none;
  }
  .header_nav .menu > li.mega-nav.parent-expanded > .sub-menu > li > .sub-menu {
    max-height: none;
    transform: translate(0, 0);
    opacity: 1;
  }
  .header_nav .menu > li.mega-nav .sub-menu .sub-menu a {
    padding: 15px 20px;
    border-bottom: none;
    border-top: 1px solid #fff;
  }
  .header_nav .menu > li.mega-nav .sub-menu .sub-menu .menu-expand {
    height: 50px;
  }
  .header_nav .menu > li.mega-nav .sub-menu .sub-menu .sub-menu a {
    border: none;
    padding: 9px 20px;
  }
  .header_nav .menu > li.mega-nav .sub-menu .sub-menu .sub-menu .menu-expand {
    height: 35px;
  }
}

@media (min-width: 1080px) {
  .header_nav .menu > li.mega-nav:hover {
    background: #f3f3f3;
    position: static;
  }
  .header_nav .menu > li.mega-nav:hover > a {
    color: #000;
  }
  .header_nav .menu > li.mega-nav > .sub-menu {
    background: #f3f3f3;
    width: 100%;
    padding: 30px 0;
    margin-top: -1px;
  }
  .header_nav .menu > li.mega-nav > .sub-menu > li {
    padding: 0;
  }
  .header_nav .menu > li.mega-nav > .sub-menu > li > a {
    display: block;
    font-size: 18px;
    font-family: "Poppins", serif;
    font-style: italic;
    font-weight: 700;
    margin: 0 auto 12px;
    padding: 0;
    color: #000;
    text-align: left;
    max-width: 1030px;
  }
  .header_nav .menu > li.mega-nav .sub-menu .sub-menu {
    display: block;
    position: relative;
    background: transparent;
    opacity: 1;
    max-height: none;
    width: 100%;
    max-width: 1080px;
    font-size: 0;
    padding: 0 10px;
    margin: 0 auto;
  }
  .header_nav .menu > li.mega-nav .sub-menu .sub-menu > li {
    display: inline-block;
    vertical-align: top;
    width: 25%;
    padding: 0 15px;
  }
  .header_nav .menu > li.mega-nav .sub-menu .sub-menu a {
    color: #000;
    text-align: left;
    font-weight: 400;
    position:relative;
    font-size:14px;
    padding-left:15px;
  }
  .header_nav .menu > li.mega-nav .sub-menu .sub-menu a:before {
    position:absolute;
    top:5px;
    left:0;
    color:#999;
    content:'\f105';
    font-family:'FontAwesome';
  }
  .header_nav .menu > li.mega-nav .sub-menu .sub-menu a:hover, .header_nav .menu > li.mega-nav .sub-menu .sub-menu .current-menu-item > a {
    color: #ff803c;
  }
  .header_nav .menu > li.mega-nav .sub-menu .sub-menu:after {
    display: none;
  }
  .header_nav .menu > li.mega-nav .sub-menu .sub-menu .sub-menu {
    width: auto;
    height: auto;
    padding: 0 0 0 20px;
  }
  .header_nav .menu > li.mega-nav .sub-menu .sub-menu .sub-menu li {
    padding: 0;
    width: auto;
    display: block;
  }
  .header_nav .menu > li.mega-nav .sub-menu .sub-menu .sub-menu a {
    font-weight: normal;
    font-size: 12px;
  }
  .header_nav .menu > li.mega-nav .sub-menu .sub-menu .sub-menu .menu-item-has-children > a {
    display: inline-block;
    vertical-align: middle;
  }
  .header_nav .menu > li.mega-nav .sub-menu .sub-menu .sub-menu .menu-item-has-children > .menu-expand {
    display: inline-block;
    background: url(../images/aside-orange-arrow.html) no-repeat center;
    height: 16px;
    position: relative;
    top: -1px;
    width: 16px;
    transform: rotate(90deg);
    vertical-align: middle;
    margin-left: 5px;
    transition: transform 0.3s;
    overflow: hidden;
  }
  .header_nav .menu > li.mega-nav .sub-menu .sub-menu .sub-menu .parent-expanded > .menu-expand {
    transform: none;
  }
  .header_nav .menu > li.mega-nav .sub-menu .sub-menu .sub-menu .sub-menu {
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    transform: translate(0, -10px);
    transition: transform 0.3s;
  }
  .header_nav .menu > li.mega-nav .sub-menu .sub-menu .sub-menu .sub-menu a {
    padding: 2px 0;
  }
  .header_nav .menu > li.mega-nav .sub-menu .sub-menu .sub-menu .parent-expanded > .sub-menu {
    max-height: none;
    transform: translate(0, 0);
    opacity: 1;
    padding: 5px 0 5px 20px;
  }
  .header_nav .menu > li.mega-nav .menu-item.all {
    position: absolute;
    z-index: 1;
  }
  .header_nav .menu > li.mega-nav .menu-item.all + li {
    padding-top: 40px;
  }
}

.pageUtility.bottom {
  background: rgba(0, 0, 0,9);
  display: block;
  font-size: 14px;
  padding: 35px 0 35px;
}

@media (min-width: 1080px) {
  .pageUtility.bottom {
    padding: 20px 0;
  }
}

.pageUtility.bottom .inner {
  -ms-flex-align: center;
  align-items: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media (min-width: 1080px) {
  .pageUtility.bottom .inner {
    -ms-flex-align: center;
    align-items: center;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

.pageUtility.bottom .utility_socialLinks {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 200px;
}

@media (min-width: 1080px) {
  .pageUtility.bottom .utility_socialLinks {
    width: 150px;
  }
}

.pageUtility.bottom .utility_socialLinks ul {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.pageUtility.bottom .utility_socialLinks li {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.pageUtility.bottom .utility_socialLinks a {
  height: 28px;
  width: 28px;
}

.pageUtility.bottom .utility_location {
  color: #fff;
  display: -ms-flexbox;
  display: flex;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  -ms-flex-direction: column;
  flex-direction: column;
  font-size: 14px;
  line-height: 1.3;
  margin-top: 30px;
  text-align: center;
}

@media (min-width: 700px) {
  .pageUtility.bottom .utility_location {
    -ms-flex-direction: row;
    flex-direction: row;
    margin-top: 20px;
  }
}

@media (min-width: 1080px) {
.pageUtility.bottom .utility_location {
    font-size: 13px;
    margin: 0;
    color: #999;
}
}

.pageUtility.bottom .utility_location h1 {
  font-size: 14px;
  margin: 0 0 10px;
}

@media (min-width: 600px) {
  .pageUtility.bottom .utility_location h1 {
    margin: 4px 20px 0 0;
  }
}

@media (min-width: 1080px) {
  .pageUtility.bottom .utility_location h1 {
    margin: 0px 20px 0 0;
    font-size: 14px;
  }
}

.pageUtility.bottom .utility_location a {
  color: #fff;
  margin: 0 5px;
}

.pageUtility.bottom .utility_location a:hover {
  color: #ff803c;
}

.pageUtility.bottom .utility_location .location_address {
  margin-bottom: 10px;
}

@media (min-width: 600px) {
  .pageUtility.bottom .utility_location .location_address {
    margin: 0 20px 0 0;
  }
}

.pageUtility.bottom .utility_location .icon.pin {
  float: none;
  transform: translate(0px, 4px);
}

@media (min-width: 1080px) {
  .pageUtility.bottom .utility_location .icon.pin {
    float: left;
    transform: translate(0, 0);
  }
}

.pageUtility.bottom .utility_location .icon.phone {
  float: none;
}

@media (min-width: 600px) {
  .pageUtility.bottom .utility_location .icon.phone {
    margin-top: 2px;
    transform: translate(0px, 3px);
  }
}

@media (min-width: 1080px) {
  .pageUtility.bottom .utility_location .icon.phone {
    float: left;
    margin: 0;
    transform: translate(0, 0);
  }
}

.pageUtility.bottom .utility_credit {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  margin-top: 35px;
}

@media (min-width: 1080px) {
  .pageUtility.bottom .utility_credit {
    margin: 0;
  }
}

.pageUtility.bottom .utility_credit a {
  background: url(../images/3kits.png) no-repeat top left;
  background-size: 50px 20px;
  display: inline-block;
  height: 23px;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  width: 84px;
}

.pageUtility.bottom .utility_credit a:hover {
  background-position: bottom left;
}

.pageUtility.top {
  background: #003466;
  /*font-family: "Poppins", serif;*/
  padding: 10px 0 12px;
}

@media (min-width: 600px) {
  .pageUtility.top {
    padding: 10px 0;
    font-size: 14px;
    font-weight: 300;
  }
}

.pageUtility.top .inner {
  -ms-flex-align: center;
  align-items: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-pack: justify;
  font-weight: 300;
  justify-content: space-between;
}

@media (min-width: 1080px) {
  .pageUtility.top .inner {
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}

.pageUtility.top .utility_shipping {
  display: none;
}

@media (min-width: 768px) {
  .pageUtility.top .utility_shipping {
    display: inline-block;
    line-height: 1;
    padding-right: 10px;
  }
}

@media (min-width: 1080px) {
  .pageUtility.top .utility_shipping {
    padding-right: 40px;
  }
}

@media (min-width: 1080px) {
  .pageUtility.top .utility_shipping {
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
  }
}

.pageUtility.top .utility_shipping a {
  color: #fff;
}

.pageUtility.top .utility_shipping .icon {
  margin-left: 5px;
}

.pageUtility.top .utility_shipping .icon.cube {
  transform: translate(0, 2px);
}

.pageUtility.top .utility_shipping .icon.arrowRight-utility {
  transform: translate(0, 1px);
}

.pageUtility.top .utility_socialLinks {
  display: none;
}

@media (min-width: 1080px) {
  .pageUtility.top .utility_socialLinks {
    display: inline-block;
    transform: translate(0, 4px);
  }
}

.pageUtility.top .utility_socialLinks li {
  display: inline-block;
  float: left;
}

@media (min-width: 1080px) {
  .pageUtility.top .utility_socialLinks li {
    margin-right: 10px;
  }
}

.pageUtility.top .utility_phone {
  color: #fff;
}

@media (min-width: 600px) {
  .pageUtility.top .utility_phone {
    padding-right: 50px;
  }
}

@media (min-width: 1080px) {
  .pageUtility.top .utility_phone {
    padding-right: 0;
    transform: translate(0, 2px);
  }
}

.pageUtility.top .utility_phone a {
  color: #fff;
}

.pageUtility.top .utility_phone a:hover {
  opacity: 0.8;
}

.pageUtility.top .utility_phone .icon.phone-utility {
  float: left;
  height: 19px;
  transform: translate(0, 2px);
  width: 19px;
}

@media (min-width: 1080px) {
  .pageUtility.top .utility_phone .icon.phone-utility {
    height: 26px;
    margin-right: 6px;
    transform: translate(0, -1px);
    width: 26px;
  }
}

.pageUtility.top .utility_navButton {
  background: transparent;
  position: absolute;
  right: 0;
  transform: translate(0, -10px);
  top: 0;
}

@media (min-width: 1080px) {
  .pageUtility.top .utility_navButton {
    display: none;
  }
}

.pageNewsletter {
  background: #ff803c;
  padding: 40px 0 35px;
}

.pageNewsletter:after {
  content: "";
  display: table;
  clear: both;
}

@media (min-width: 600px) {
  .pageNewsletter {
    padding: 25px 0;
  }
}

@media (min-width: 1080px) {
  .pageNewsletter {
    padding: 20px 0;
  }
}

.pageNewsletter .inner {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}

.pageNewsletter .inner:after {
  content: "";
  display: table;
  clear: both;
}

@media (min-width: 1080px) {
  .pageNewsletter .inner {
    -ms-flex-direction: row;
    flex-direction: row;
  }
}

.pageNewsletter .subForm-error {
  display: block;
}

.pageNewsletter h1 {
  color: #fff;
  font-size: 22px;
  margin-bottom: 10px;
}

@media (min-width: 600px) {
  .pageNewsletter h1 {
    font-size: 20px;
    margin-bottom: 5px;
  }
}

@media (min-width: 1080px) {
  .pageNewsletter h1 {
    font-size: 20px;
    margin-top: 2px;
    margin-bottom: 0;
  }
}

.pageNewsletter h3 {
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-weight: normal;
  margin-bottom: 25px;
}

@media (min-width: 600px) {
  .pageNewsletter h3 {
    font-size: 14px;
  }
}

@media (min-width: 1080px) {
  .pageNewsletter h3 {
    font-size: 16px;
    margin: 0;
  }
}

.pageNewsletter .newsletter_header {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

@media (min-width: 1080px) {
  .pageNewsletter .newsletter_header {
    -ms-flex: 0 0 18%;
    flex: 0 0 18%;
  }
}

.pageNewsletter form {
  background: transparent;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  margin: 0;
  padding: 0;
}

@media (min-width: 600px) {
  .pageNewsletter form {
    -ms-flex-direction: row;
    flex-direction: row;
  }
}

@media (min-width: 1080px) {
  .pageNewsletter form {
    -ms-flex: 0 0 80%;
    flex: 0 0 80%;
    -ms-flex-direction: row;
    flex-direction: row;
    height: 50px;
  }
}

.pageNewsletter form .ginput_container {
  margin-bottom: 10px;
}

@media (min-width: 600px) {
  .pageNewsletter form .ginput_container {
    margin: 0 20px 0 0;
    -ms-flex: 0 1 50%;
    flex: 0 1 50%;
  }
}

.pageNewsletter form input[type='text'], .pageNewsletter form input[type='email'] {
  background: #f07230;
  border: none;
  color: #fff;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-weight: bold;
  padding: 14px;
  width: 100%;
}

.pageNewsletter form input[type='text']::-webkit-input-placeholder,
.pageNewsletter form input[type='email']::-webkit-input-placeholder {
  color: #fff;
}

.pageNewsletter form label {
  display: none;
}

.pageNewsletter form button {
  float: right;
  font-size: 16px;
  height: 80px;
  margin: 0;
  width: 80px;
}

.pageNewsletter form button:hover {
  border: none;
}

@media (min-width: 600px) {
  .pageNewsletter form button {
    margin: 0 25px 0 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    transform: translate(0, -16px);
  }
}

@media (min-width: 1080px) {
  .pageNewsletter form button {
    margin: 0;
  }
}

.blogDetail {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.blogDetail_header {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  margin-bottom: 20px;
  -ms-flex-order: 1;
  order: 1;
}

@media (min-width: 600px) {
  .blogDetail_header {
    -ms-flex: 1 0 calc(50% - 10px);
    flex: 1 0 calc(50% - 10px);
    -ms-flex-order: 2;
    order: 2;
    width: 50%;
  }
}

.blogDetail_header h1, .blogDetail_header h2 {
  margin-top: 0;
}

.blogDetail_info {
  color: #aaa;
  font-family: "Poppins", serif;
  font-size: 14px;
}

.blogDetail_date {
  display: inline;
}

.blogDetail_author {
  display: inline;
}

.blogDetail_author:before {
  background: #ff803c;
  border-radius: 50%;
  content: '';
  display: inline-block;
  height: 4px;
  margin: 3px 6px;
  width: 4px;
}

.blogDetail_tags {
  color: #000;
  margin-top: 20px;
}

.blogDetail_categories {
  display: inline;
}

.blogDetail_categories a {
  display: inline-block;
}

.blogDetail_categories a:before {
  background: #ff803c;
  border-radius: 50%;
  content: '';
  display: inline-block;
  height: 4px;
  margin: 3px 6px;
  width: 4px;
}

.blogDetail_image {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  -ms-flex-order: 2;
  order: 2;
}

@media (min-width: 600px) {
  .blogDetail_image {
    -ms-flex: 0 0 calc(50% - 10px);
    flex: 0 0 calc(50% - 10px);
    margin: 0 20px 20px 0;
    -ms-flex-order: 1;
    order: 1;
    width: 50%;
  }
}

.blogDetail_image img {
  height: auto;
  width: auto;
}

.blogDetail_text {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  -ms-flex-order: 3;
  order: 3;
}

.blogDetail_nav {
  display: -ms-flexbox;
  display: flex;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-order: 4;
  order: 4;
  margin-top: 30px;
}

@media (min-width: 600px) {
  .blogDetail_nav {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
}

.blogDetail_nav a {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
}

@media (min-width: 600px) {
  .blogDetail_nav a {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
}

.blogFilter .blogFilter_list:after {
  content: "";
  display: table;
  clear: both;
}

.blogFilter ul {
  margin: 0;
  padding: 0;
}

.blogFilter li {
  display: inline-block;
  float: left;
  margin: 0;
  padding: 0;
}

.blogFilter a {
  background: #ff803c;
  color: #fff;
  display: inline-block;
  font-size: 14px;
  margin: 0 5px 5px 0;
  padding: 12px 20px;
}

.blogFilter a:hover {
  opacity: 0.8;
}

.blogFilter .current-cat a {
  background: #000;
}

.blogTeaser {
  border-bottom: 1px solid #d7d7d7;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-bottom: 30px;
  padding-bottom: 30px;
}

.blogTeaser:after {
  content: "";
  display: table;
  clear: both;
}

@media (min-width: 600px) {
  .blogTeaser {
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    margin-bottom: 30px;
  }
}

.blogTeaser .excerpt-read-more {
  display: none;
}

.blogTeaser_date {
  display: inline;
}

.blogTeaser_author {
  display: inline;
}

.blogTeaser_categories {
  display: inline;
}

.blogTeaser_categories a {
  display: inline-block;
}

.blogTeaser_categories a:before {
  background: #ff803c;
  border-radius: 50%;
  content: '';
  display: inline-block;
  height: 4px;
  margin: 3px 6px;
  width: 4px;
}

.blogTeaser_image {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  margin-bottom: 20px;
}

@media (min-width: 600px) {
  .blogTeaser_image {
    -ms-flex: 0 0 280px;
    flex: 0 0 280px;
    margin: 0 20px 0 0;
  }
}

.blogTeaser_image img {
  height: auto;
  width: 100%;
}

.blogTeaser-feature .blogTeaser_image {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

@media (min-width: 600px) {
  .blogTeaser-feature .blogTeaser_image {
    -ms-flex: 0 0 380px;
    flex: 0 0 380px;
  }
}

.blogTeaser_content {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

@media (min-width: 600px) {
  .blogTeaser_content {
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
  }
}

.blogTeaser_content .button.circle {
  font-size: 12px;
  height: 50px;
  line-height: 48px;
  width: 50px;
}

.blogTeaser_title h1, .blogTeaser_title h2, .blogTeaser_title h3 {
  margin-top: 0;
}

.blogTeaser_title h1 a, .blogTeaser_title h2 a, .blogTeaser_title h3 a {
  color: #000;
}

.blogTeaser_title h1 a:hover, .blogTeaser_title h2 a:hover, .blogTeaser_title h3 a:hover {
  color: #ff803c;
}

.pagination {
  text-align: center;
}

.paging {
  display: inline-block;
}

.paging:after {
  content: "";
  display: table;
  clear: both;
}

.paging a, .paging .current, .paging .dots {
  background: #e1e1e1;
  color: #fff;
  display: inline-block;
  float: left;
  font-family: "Poppins", serif;
  font-size: 20px;
  height: 42px;
  line-height: 42px;
  margin-right: 5px;
  text-align: center;
  width: 42px;
}

.paging a:hover {
  background: #000;
}

.paging .current {
  background: #ff803c;
}

.paging .dots {
  background: transparent;
  color: #000;
}

.paging .prev, .paging .next {
  background: #e1e1e1 url(../images/arrow-right.html) no-repeat center;
  overflow: hidden;
  text-indent: 100%;
}

.paging .prev:hover, .paging .next:hover {
  background: #000 url(../images/arrow-right.html) no-repeat center;
}

.paging .prev {
  background: #e1e1e1 url(../images/arrow-left.html) no-repeat center;
}

.paging .prev:hover {
  background: #000 url(../images/arrow-left.html) no-repeat center;
}

.productCategory_header {
  background: #ff803c;
  cursor: pointer;
  margin-bottom: 15px;
  padding: 15px 20px;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.productCategory_header:after {
  background: #ff803c url(../images/arrow-down-orange.html) no-repeat 0 0;
  content: '';
  height: 8px;
  position: absolute;
  right: 15px;
  transform: translate(0, -50%);
  transition-duration: 0.3s;
  top: 50%;
  width: 13px;
}

.expand .productCategory_header:after {
  transform: translate(0, -50%) rotateX(0.5turn);
}

.productCategory_header h3 {
  color: #fff;
  margin: 0;
}

.productCategory_header h6 {
  color: #000;
  margin: 0;
}

.productCategory_list {
  background: #fff;
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.2);
  display: none;
  transform: translate(0, -15px);
  position: absolute;
  width: calc(100% - 40px);
  z-index: 11;
}

@media (min-width: 600px) {
  .productCategory_list {
    width: calc(33.33% - 23px);
  }
}

@media (min-width: 1080px) {
  .productCategory_list {
    box-shadow: none;
    position: relative;
    transform: none;
    width: 100%;
  }
}

.expand .productCategory_list {
  display: block;
}

.productCategory_list ul {
  list-style: none;
  margin: 0;
  padding: 10px 0;
}

@media (min-width: 1080px) {
  .productCategory_list ul {
    padding: 0;
  }
}

.productCategory_list li {
  display: block;
  margin: 0;
  position: relative;
}

.productCategory_list a {
  background: #fff;
  color: #000;
  display: block;
  font-family: "Poppins", serif;
  font-size: 16px;
  padding: 5px 20px 8px;
  position: relative;
}

.productCategory_list > ul > .current-cat-parent > a {
  background: #000;
  color: #fff;
}

.productCategory_list .children, .productCategory_list .children .children {
  display: none;
  padding: 0;
}

.productCategory_list .parent-cat-item.menu-expanded > .children {
  display: block;
  padding: 10px 10px 10px 20px;
}

.productCategory_list .sub-menu a, .productCategory_list .current-cat .children a {
  background: transparent;
  color: #000;
  font-size: 14px;
}

.productCategory_list .current-cat > a {
  background: #000;
  color: #fff;
}

.productCategory_list .children .current-cat > a {
  background: transparent;
  color: #ff803c;
}

.productCategory_list .parent-cat-item > .aside-menu-expand {
  background: url(../images/aside-grey-arrow.html) no-repeat center;
  content: '';
  height: 34px;
  position: absolute;
  right: 0px;
  top: 0;
  width: 34px;
}

.productCategory_list .parent-cat-item.menu-expanded > .aside-menu-expand {
  transform: rotate(-90deg);
}

.productCategory_list .current-cat.parent-cat-item.menu-expanded > .aside-menu-expand,
.productCategory_list .current-cat-parent.menu-expanded > .aside-menu-expand {
  transform: rotate(0);
}

.productCategory_list .current-cat-parent > .aside-menu-expand,
.productCategory_list .current-cat.parent-cat-item > .aside-menu-expand {
  background-image: url(../images/aside-orange-arrow.html);
  transform: rotate(90deg);
}

.productCategory_list .children .current-cat-parent .aside-menu-expand,
.productCategory_list .children .parent-cat-item > .aside-menu-expand {
  background: none;
}

.productListing {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 40px 0 40px;
}

.productListing .product {
  -ms-flex: 0 0 calc(100% - 15px);
  flex: 0 0 calc(100% - 15px);
  margin: 0 0 20px;
}

@media (min-width: 500px) {
  .productListing .product {
    -ms-flex: 0 0 calc(50% - 20px);
    flex: 0 0 calc(50% - 20px);
    margin: 0 0 40px;
  }
}

@media (min-width: 650px) {
  .productListing .product {
    -ms-flex: 0 0 calc(33.33% - 20px);
    flex: 0 0 calc(33.33% - 20px);
    margin-right: 20px;
  }
}

.productListing .product_id {
  display: block;
  font-size: 12px;
}

.productDetail_title h1 {
  margin-top: 0;
}

.productDetail_info {
  position: relative;
  margin-bottom: 20px;
}

@media (min-width: 600px) {
  .productDetail_info {
    float: left;
    width: calc(50% - 10px);
  }
}

.productDetail_info h3 {
  margin: 0 0 5px;
}

.productDetail_id {
  margin-bottom: 20px;
  padding-right: 100px;
}

.productDetail_leaseOptions {
  margin-bottom: 20px;
}

.productDetail_leaseOptions ul {
  padding-left: 0;
}

.productDetail_links ul.stacked {
  padding-left: 0;
}

.productDetail_links ul.stacked li {
  margin: 10px 0;
}

.productDetail_links .icon {
  float: left;
  margin-right: 12px;
}

.productDetail_links a {
  color: #ff803c;
  font-size: 14px;
  line-height: 26px;
}

.productDetail_links a:hover {
  color: #000;
}

.productDetail_links a:hover .button.icon.orange {
  background-color: #000;
}

.productDetail_text {
  clear: both;
}

.productDetail_quoteButton {
  position: absolute;
  right: 0;
  top: 0;
}

.productDetail_quoteButton .button {
  line-height: 1;
  padding: 21px 0;
}

.otherProducts {
  margin-top: 40px;
}

@media (min-width: 600px) {
  .otherProducts {
    margin-top: 60px;
  }
}

.otherProducts h3 {
  margin: 20px 0 0;
}

.otherProducts .productListing {
  margin: 0;
  padding: 0;
}

.downloadables {
  margin: 30px 0;
}

.downloadables_header {
  background: #ff803c;
  color: #fff;
  font-family: "Poppins", serif;
  padding: 15px 20px;
  text-align: left;
  vertical-align: top;
}

.downloadables_header h3 {
  font-size: 20px;
  margin: 0;
}

.download {
  border-bottom: 1px solid #e6e6e6;
  padding: 20px 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media (min-width: 600px) {
  .download {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
}

.download_text {
  -ms-flex: 1 0 100%;
  flex: 1 0 100%;
}

@media (min-width: 600px) {
  .download_text {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
  }
}

.download_link a:hover .icon.download-black {
  background-image: url(../images/icon-download-orange.html);
}

.download_link, .download_view {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
}

@media (min-width: 600px) {
  .download_link, .download_view {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    margin-left: 30px;
  }
}

.download_link a, .download_view a {
  color: #000;
  font-family: "Poppins", serif;
  font-size: 14px;
}

.download_link a:hover, .download_view a:hover {
  color: #ff803c;
}

.download_link a:hover .icon.eye-black, .download_view a:hover .icon.eye-black {
  background-image: url(../images/icon-eye-orange.html);
}

.download_link .icon, .download_view .icon {
  float: left;
  margin-right: 10px;
}

.productDetail_images {
  margin-bottom: 20px;
}

@media (min-width: 600px) {
  .productDetail_images {
    float: left;
    margin: 0 20px 20px 0;
    width: calc(50% - 10px);
  }
}

.image_feature {
  margin: 0 0 20px;
}

.image_feature img {
  height: auto;
  width: 100%;
}

.image_list ul:after {
  content: "";
  display: table;
  clear: both;
}

.image_list li {
  width: calc(33.33% - 5px);
  border: 1px solid #fff;
  float: left;
}

@media (min-width: 600px) {
  .image_list li {
    width: calc(25% - 5px);
  }
}

.image_list li.current {
  border: 1px solid #ff803c;
}

.image_list img {
  display: inline-block;
  height: auto;
  width: 100%;
}

.quoteItems_header h1 {
  text-align: center;
}

@media (min-width: 550px) {
  .quoteItems_header h1 {
    margin-bottom: 40px;
  }
}

.quoteItems_header h2 {
  margin: 0 0 40px;
  text-align: left;
}

@media (min-width: 600px) {
  .quoteItems_header #empty-quote {
    padding-right: 240px;
  }
}

.quoteItem_listing {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 20px;
}

.quoteItem {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  margin: 0 0px 10px 0;
}

@media (min-width: 550px) {
  .quoteItem {
    -ms-flex: 0 0 calc(50% - 10px);
    flex: 0 0 calc(50% - 10px);
    margin: 0 0px 20px 0;
  }
}

@media (min-width: 600px) {
  .quoteItem {
    -ms-flex: 0 0 calc(33.33% - 10px);
    flex: 0 0 calc(33.33% - 10px);
  }
}

@media (min-width: 1080px) {
  .quoteItem {
    -ms-flex: 0 0 calc(25% - 10px);
    flex: 0 0 calc(25% - 10px);
  }
}

.quoteItem_image {
  display: inline-block;
  float: left;
  margin: 0 10px 0px 0;
  width: 80px;
}

@media (min-width: 550px) {
  .quoteItem_image {
    margin-bottom: 20px;
  }
}

.quoteItem_image img {
  height: auto;
  width: 100%;
}

.quoteItem_title {
  display: inline-block;
  float: left;
  font-size: 14px;
  margin-right: 10px;
  width: calc(100% - 116px);
}

@media (min-width: 550px) {
  .quoteItem_title {
    width: calc(100% - 100px);
  }
}

.quoteItem_action {
  float: left;
  margin-top: 10px;
  width: 16px;
}

.quoteItem_action a {
  display: inline-block;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}

.quoteItem_action a:hover {
  background-color: #ff803c;
}

.quoteItems_text {
  font-family: "Poppins", serif;
  text-align: center;
}

.quoteItems_text .button {
  right: 20px;
  top: 120px;
}

@media (min-width: 550px) {
  .quoteItems_text .button {
    position: absolute;
    right: 0;
    top: 90px;
  }
}

.home.page .pageHero {
  color: #fff;
  height: 1140px;
  position: relative;
}

@media (min-width: 1080px) {
  .home.page .pageHero {
    height: 900px;
  }
}
.hero_slides {
  height: 100%;
  left: 0;
  margin: 0 auto;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}

.slide {
  height: 100%;
  position: relative;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide .inner {
  left: auto;
  text-align: right;
  padding: 100px 20px 0 20px;
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
  z-index: 2;
}

@media (min-width: 1080px) {
  .slide .inner {
    right: 9%;
    /*transform: translate(15%, 0);*/
  }
}

.slide .slide_text {
  font-size: 18px;
  text-align: right;
  text-shadow: 0px 0px 3px #333;
}

.slide .slide_links {
  text-align: right;
}

.slide h1 {
  font-size: 32px;
}

@media (min-width: 600px) {
  .slide h1 {
    font-size: 38px;
  }
}

@media (min-width: 1080px) {
  .slide h1 {
    font-size: 50px;
  }
}

.slide .button {
  background: rgba(0, 0, 0, 0.6);
  border: 1px solid rgba(255, 255, 255, 0.5);
  color: #fff;
  display: block;
  font-size: 18px;
  padding: 15px 30px;
  transition-duration: 0.3s;
}

.slide .button:hover {
  border-color: #ff803c;
  color: #ff803c;
}

@media (min-width: 600px) {
  .slide .button {
    display: inline-block;
    margin-right: 5px;
  }
}

.slide_image {
  background-size: cover;
  background-position: top center;
  height: 100%;
  width: 100%;
}

/*.slide_mask {
  background: rgba(0, 0, 0, 0.5);
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 0;
}
.slide_mask {
background: -moz-linear-gradient(left, rgba(0,0,0,0) 0%, rgba(0,0,0,0.65) 100%);
background: -webkit-linear-gradient(left, rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%);
background: linear-gradient(to right, rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=1 ); 
}*/

.feature_products {
  background: url(../images/product-background.png) no-repeat left top;
  padding: 60px 0;
}

@media (min-width: 600px) {
  .feature_products {
    background: url(../images/product-background.png) no-repeat calc(50% + 380px) top;
    padding-top: 50px;
  }
}

@media (min-width: 1080px) {
  .feature_products {
    padding-top: 40px;
    width: 100%;
    display: table;
  }
}

.featureProducts_header {
  color: #ff803c;
  font-family: "Poppins", serif;
  font-size: 30px;
  margin-bottom: 40px;
  text-align: center;
}

@media (min-width: 600px) {
  .featureProducts_header {
    margin-bottom: 50px;
  }
}

@media (min-width: 1080px) {
  .featureProducts_header {
    margin-bottom: 40px;
  }
}
  .featureProducts_header {
    font-weight: 700;
  }
/*.featureProducts_body {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: justify;
  justify-content: space-between;
}*/

.featureProducts_body {
  display: block;
  width: 100%;
  float: left;
}

@media (min-width: 1080px) {
  .featureProducts_body {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
}

.featureProducts_body .product {
  border: none;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  height: auto;
  padding: 20px 0 10px;
  position: relative;
}

.featureProducts_body .product:nth-child(2n+2) {
  margin-right: 0;
}

@media (min-width: 600px) {
  .featureProducts_body .product {
    border: none;
    -ms-flex: 0 1 47%;
    flex: 0 1 47%;
    height: auto;
  }
}

@media (min-width: 750px) {
  .featureProducts_body .product {
    -ms-flex: 0 1 23%;
    flex: 0 1 23%;
  }
}

@media (min-width: 1080px) {
  .featureProducts_body .product {
    border: none;
    -ms-flex: 0 1 22%;
    flex: 0 1 22%;
    height: auto;
  }
}

.featureProducts_body .product_title {
  border-bottom: 1px solid #d7d7d7;
  height: 25px;
  margin: 10px 0;
  display: block;
  min-height: 36px;
  line-height: 28px;
  padding: 0;
  overflow: hidden;
}

.featureProducts_body .product_link {
  top: auto;
}

@media (min-width: 600px) {
  .featureProducts_body .product_link {
    bottom: 150px;
  }
}

.feature_text {
    background-color: #000;
    background-repeat: no-repeat;
    background-position: top left;
    background-size: cover;
    color: #fff;
    font-size: 24px;
    padding: 40px 0;
    text-align: center;
    width: 100%;
    display: table;
}

@media (min-width: 600px) {
  .feature_text {
    font-size: 20px;
    padding: 70px 0 45px;
  }
}

@media (min-width: 1080px) {
  .feature_text {
    font-size: 26px;
    font-weight: 300;
    padding: 50px 0;
  }
}
  .feature_text {
    background-color: #009ece; 
  }
  .feature_text a  {
    color: #fff; 
  }

.feature_leaseOptions {
  color: #fff;
  margin-top: -500px;
}

@media (min-width: 600px) {
  .feature_leaseOptions {
    margin-top: -629px;
    padding: 0 20px;
  }
}

@media (min-width: 1080px) {
  .feature_leaseOptions {
    height: 530px;
    overflow: hidden;
    padding: 0;
    margin-top: -530px;
  }
}

.feature_leaseOptions .inner {
  background: url(../images/hero-shape.png) no-repeat left top;
  height: 100%;
  padding: 35px 0 0;
}

@media (min-width: 1080px) {
  .feature_leaseOptions .inner {
    padding-top: 50px;
    background-position: -90px bottom;
  }
}

.feature_leaseOptions .inner:before {
  background: #fff;
  content: '';
  height: 100%;
  left: -100%;
  position: absolute;
  top: 0;
  width: 100%;
}

.leaseOptions_header {
  background: #ff762d;
  font-family: "Poppins", serif;
  font-size: 24px;
  font-weight: 600;
  padding: 20px;
  text-align: center;
}

.leaseOptions_header .icon.arrow-right {
  background: url(../images/arrow-right-dark-orange.html) no-repeat center;
  height: 20px;
  width: 12px;
}

@media (min-width: 600px) {
  .leaseOptions_body {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

@media (min-width: 1080px) {
  .leaseOptions_body {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
}

.leaseOption {
  background: rgba(0, 43, 85,0.9);
  font-size: 14px;
  padding: 30px 20px 20px;
  position: relative;
  text-align: center;
  font-weight: 300;
  transition: background 0.2s cubic-bezier(0.29, 0.69, 1, 1);
}

@media (min-width: 600px) {
  .leaseOption {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
  }
}

@media (min-width: 1080px) {
  .leaseOption {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
  }
}

.leaseOption:hover {
  background: #ff803c;
  color: #fff;
}

.leaseOption:hover a {
  color: #000;
}

.leaseOption header {
  font-family: "Poppins", serif;
  font-size: 22px;
  margin-bottom: 10px;
}

.leaseOption a {
  color: #ff803c;
  font-family: "Poppins", serif;
  transition: background 0.2s cubic-bezier(0.29, 0.69, 1, 1);
}

.leaseOption .hidden-link {
  bottom: 0;
  display: block;
  left: 0;
  right: 0;
  position: absolute;
  top: 0;
}

@media (min-width: 600px) {
  .leaseOption + .leaseOption {
    border-left: 1px solid rgba(255, 255, 255, 0.1);
  }
}

.leaseOptions_footer {
  background: #003465;
  color: #fff;
  font-family: "Open Sans", sans-serif;
  font-size: 20px;
  padding: 20px 20px 25px;
  text-align: center;
}

.leaseOptions_footer a {
  color: #fff;
}

.feature_browseLinks {
    margin-top: -60px;
    display: table;
    width: 100%;
}

@media (min-width: 600px) {
  .feature_browseLinks {
    transform: translate(0px, 50%);
  }
}

.feature_browseLinks .inner {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  max-width: 600px;
  padding: 0;
  /*@include respond-to(medium) {
      flex-direction: row;
    }*/
}

.feature_browseLinks .button {
  background: #ff803c;
  -ms-flex: 0 0 60px;
  flex: 0 0 60px;
  margin: 0;
  padding: 15px 0;
}

@media (min-width: 600px) {
  .feature_browseLinks .button {
    font-size: 18px;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    padding: 15px 40px;
  }
}

@media (min-width: 1080px) {
  .feature_browseLinks .button {
    font-size: 20px;
  }
}

.feature_browseLinks .button:nth-child(2) {
  background: #ee712f;
}

.archive .custom-select .ginput_container {
  font-weight: normal;
}

.archive .custom-select select {
  font-weight: normal;
}

.breadcrumbs {
  font-size: 14px;
  margin: 30px 0;
}

.breadcrumbs a {
  font-size: 14px;
}

.owl-carousel .owl-wrapper-outer,
.owl-wrapper,
.owl-item {
  height: 100%;
}

.owl-controls {
  height: 10px;
  left: 0;
  position: absolute;
  width: 100%;
  top: 570px;
}

@media (min-width: 600px) {
  .owl-controls {
    top: 340px;
  }
}

.owl-pagination {
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  text-align: center;
}

.owl-page {
  background: rgba(255, 255, 255, 0.4);
  border-radius: 50%;
  display: inline-block;
  height: 10px;
  margin: 0 5px;
  width: 10px;
  transition: background 0.2s;
}

.owl-page:hover {
  background: white;
}

.owl-page.active {
  background: #ff803c;
}

.wp-caption {
  margin-top: 15px;
  margin-bottom: 15px;
}

.wp-caption a {
  display: block;
  line-height: 0;
}

.wp-caption img {
  float: left;
  margin: 0;
  width: 100%;
}

.wp-caption-text {
  background: #000;
  color: #fff;
  display: block;
  float: left;
  font-family: "Open Sans", sans-serif;
  font-weight: bold;
  font-size: 16px;
  padding: 10px 10px;
  margin: 0;
  width: 100%;
}

.gallery {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.gallery:after {
  content: " ";
  display: block;
  clear: both;
}

.gallery br {
  display: none;
}

.gallery-item {
  margin: 0 0 10px 0;
  width: 100%;
  float: left;
}

.gallery-item:nth-child(1n + 1) {
  margin-left: 0;
  margin-right: -100%;
  clear: none;
}

@media (min-width: 400px) {
  .gallery-item {
    width: 48.93617%;
    float: left;
  }
  .gallery-item:nth-child(2n + 1) {
    margin-left: 0;
    margin-right: -100%;
    clear: both;
    margin-left: 0;
  }
  .gallery-item:nth-child(2n + 2) {
    margin-left: 51.06383%;
    margin-right: -100%;
    clear: none;
  }
}

@media (min-width: 600px) {
  .gallery-item {
    width: 31.91489%;
    float: left;
  }
  .gallery-item:nth-child(3n + 1) {
    margin-left: 0;
    margin-right: -100%;
    clear: both;
    margin-left: 0;
  }
  .gallery-item:nth-child(3n + 2) {
    margin-left: 34.04255%;
    margin-right: -100%;
    clear: none;
  }
  .gallery-item:nth-child(3n + 3) {
    margin-left: 68.08511%;
    margin-right: -100%;
    clear: none;
  }
}

@media (min-width: 900px) {
  .gallery-item {
    width: 23.40426%;
    float: left;
  }
  .gallery-item:nth-child(4n + 1) {
    margin-left: 0;
    margin-right: -100%;
    clear: both;
    margin-left: 0;
  }
  .gallery-item:nth-child(4n + 2) {
    margin-left: 25.53191%;
    margin-right: -100%;
    clear: none;
  }
  .gallery-item:nth-child(4n + 3) {
    margin-left: 51.06383%;
    margin-right: -100%;
    clear: none;
  }
  .gallery-item:nth-child(4n + 4) {
    margin-left: 76.59574%;
    margin-right: -100%;
    clear: none;
  }
}

.gallery-item img {
  height: auto;
  width: 100%;
}

.navButton {
  display: block;
  height: 44px;
  overflow: hidden;
  position: relative;
  text-indent: 100%;
  transition-duration: 0.2s;
  transition-delay: 0.1s;
  white-space: nowrap;
  width: 60px;
}

.navButton span {
  background: #ff803c;
  display: block;
  height: 2px;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -1px);
  transition-duration: 0.3s;
  transition-delay: 0.1s;
  width: 25px;
}

.navButton span:before, .navButton span:after {
  background: #ff803c;
  content: '';
  display: block;
  height: 2px;
  left: 0;
  position: absolute;
  top: 0;
  transition-duration: 0.3s;
  transition-delay: 0.1s;
  width: 100%;
}

.navButton span:before {
  transform: translate(0, -6px);
}

.navButton span:after {
  transform: translate(0, 6px);
}

.navButton-isActive .navButton {
  background: #ff803c;
  transition-delay: 0.2s;
}

.navButton-isActive .navButton span {
  background: transparent;
  transition-delay: 0.2s;
}

.navButton-isActive .navButton span:before {
  background: #fff;
  transform: translate(0, 0px) rotate(45deg);
  transition-delay: 0.2s;
}

.navButton-isActive .navButton span:after {
  background: #fff;
  transform: translate(0, 0px) rotate(-45deg);
  transition-delay: 0.2s;
}

.newsletter-cta a {
  border: 1px solid #d7d7d7;
  color: #000;
  display: block;
  font-family: "Poppins", serif;
  font-size: 20px;
  padding: 30px 30px 35px;
  position: relative;
}

.newsletter-cta .icon {
  bottom: 0;
  margin: auto 0;
  position: absolute;
  right: 30px;
  top: 0;
}

.product {
  border-bottom: 1px solid #d7d7d7;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 20px 0 10px;
  position: relative;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
}

@media (min-width: 600px) {
  .product {
    border: none;
    height: auto;
    -ms-flex: 0 1 50%;
    flex: 0 1 50%;
  }
}

.product_image {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  margin-bottom: 5px;
  -ms-flex-order: 1;
  order: 1;
  text-align: center;
}

.product_image img {
  max-width: 100%;
}

.product_title {
  display: block;
  -ms-flex: 0 0 80px;
  flex: 0 0 80px;
  height: auto;
  min-height: 60px;
  font-weight: bold;
  padding-right: 65px;
  padding-bottom: 10px;
  position: relative;
  -ms-flex-order: 2;
  order: 2;
}

@media (min-width: 600px) {
  .product_title {
    border-bottom: 1px solid #d7d7d7;
  }
}

.product_title a {
  bottom: 0;
  color: #000;
  font-size: 15px;
  width: 100%;
  float: left;
  text-align: left;
  padding-right: 0px;
  position: relative;
}

.product_title a:hover {
  color: #ff803c;
}

.product_id {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  display: none;
  margin-top: 10px;
  -ms-flex-order: 5;
  order: 5;
  position: absolute;
  top: 100%;
}

.product_id strong {
  color: #999999;
}

.product_description {
  display: none;
  -ms-flex: 0 0 110px;
  flex: 0 0 110px;
  font-size: 14px;
  margin-top: 10px;
  -ms-flex-order: 4;
  order: 4;
  overflow: hidden;
}

.product_description p {
  margin: 0;
}

@media (min-width: 600px) {
  .product_description {
    display: block;
    max-height: 78px;
    overflow: hidden;
  }
}

.product_link {
  -ms-flex-order: 3;
  order: 3;
  position: absolute;
  right: 0px;
  bottom: 30px;
}

@media (min-width: 600px) {
  .product_link {
    right: 10px;
    top: 50%;
  }
}

.product_link .button.circle.black {
  font-size: 12px;
  height: 40px;
  line-height: 38px;
  width: 120px;
  text-align: center;
  border-radius: 2px;
  border:1px solid #fff;
  background: rgba(0,0,0,0);
}

.search-form {
  margin-bottom: 40px;
  position: relative;
}

.search-form .search-field {
  background: #e6e6e6;
  color: #000;
  font-family: "Poppins", serif;
  font-size: 16px;
  font-weight: normal;
}

.search-form .search-field::-webkit-input-placeholder {
  color: #666;
  font-style: italic;
}

.search-form .search-submit {
  background: #ff803c url(../images/search-icon.png) no-repeat center;
  border: none;
  border-radius: 50%;
  color: #fff;
  cursor: pointer;
  height: 32px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  right: 10px;
  text-indent: 100%;
  top: 8px;
  white-space: nowrap;
  width: 32px;
}

.search-form .search-submit:hover {
  background: #000 url(../images/search-icon-orange.png) no-repeat center;
}

.search-form a {
  font-family: "Poppins", serif;
  font-size: 14px;
  position: absolute;
  right: 0;
  top: 60px;
}

.search-form a:hover {
  color: #000;
}

.pageHero .product-search {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 10;
  overflow: hidden;
  padding-left: 30px;
}

.pageHero .product-search:before {
  content: ' ';
  width: 70px;
  height: 70px;
  position: absolute;
  top: -28px;
  left: 10px;
  transform: rotate(63deg);
  background: #e6e6e6;
  display: block;
}

.pageHero .product-search .search-form {
  margin: 0;
}

.pageHero .product-search .search-form .search-field {
  padding: 16px 50px 16px 8px;
  border: none;
  width: 270px;
}

.pageHero .product-search .search-form .search-field::-webkit-input-placeholder {
  color: #ff803c;
  font-style: italic;
}

.pageHero .product-search .search-form .search-submit {
  top: 10px;
}

.pageHero .product-search.search-sub {
  top: 100px;
}

@media (max-width: 1079px) {
  .pageHero .product-search.search-sub {
    display: none;
  }
}

.pageHero .product-search.search-sub:before {
  background: #ff803c;
}

.pageHero .product-search.search-sub .search-form .search-field {
  color: #fff;
  background: #ff803c;
}

.pageHero .product-search.search-sub .search-form .search-field::-webkit-input-placeholder {
  color: #fff;
}

.pageHero .product-search.search-sub .search-form .search-submit {
  background: #000 url(../images/search-icon.png) no-repeat center;
}

.pageHero .product-search.search-sub .search-form .search-submit:hover {
  background: #fff url(../images/search-icon-orange.png) no-repeat center;
}

.socialLinks ul {
  margin: 0;
  padding: 0;
}

.socialLinks li {
  display: inline-block;
  float: left;
  margin-right: 6px;
}

.socialLinks a {
  background-repeat: no-repeat;
  background-position: center center;
  display: inline-block;
  background-size: 100%;
  height: 26px;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  width: 26px;
}

.socialLinks a:hover {
  opacity: 0.6;
}

.socialLinks .twitter a {
  background-image: url(../images/icon-twitter-2x.png);
}

.socialLinks .facebook a {
  background-image: url(../images/icon-facebook-2x.png);
}

.socialLinks .linkedin a {
  background-image: url(../images/icon-linkedin-2x.png);
}

.socialLinks .youtube a {
  background-image: url(../images/icon-youtube-2x.png);
}

.socialLinks .vimeo a {
  background-image: url(../images/icon-vimeo-2x.png);
}

.pageMain_content .quoteForm h2 {
  color: #ff803c;
}

.pageMain_content .quoteForm .gform_body {
  background: none;
  padding: 0;
  max-width: none;
}

.pageMain_content .quoteForm .gform_footer {
  float: right;
  left: 0;
  padding: 20px;
  position: relative;
  transform: none;
}

.pageMain_content .quoteForm ul {
  margin: 0;
  max-width: none;
}

#gform_fields_1 {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

#gform_fields_1:after {
  content: " ";
  display: block;
  clear: both;
}

#field_1_9 {
  border-top: 1px solid #e6e6e6;
}

@media (min-width: 1080px) {
  #field_1_1 {
    width: 23.40426%;
    float: left;
    margin-right: 2.12766%;
  }
}

@media (min-width: 1080px) {
  #field_1_2 {
    width: 23.40426%;
    float: left;
    margin-right: 2.12766%;
  }
}

@media (min-width: 1080px) {
  #field_1_3 {
    width: 48.93617%;
    float: right;
    margin-right: 0;
  }
}

@media (min-width: 1080px) {
  #field_1_4 {
    width: 23.40426%;
    float: left;
    margin-right: 2.12766%;
  }
}

@media (min-width: 1080px) {
  #field_1_5 {
    width: 23.40426%;
    float: left;
    margin-right: 2.12766%;
  }
}

@media (min-width: 1080px) {
  #field_1_6 {
    width: 23.40426%;
    float: left;
    margin-right: 2.12766%;
  }
}

@media (min-width: 1080px) {
  #field_1_7 {
    width: 23.40426%;
    float: right;
    margin-right: 0;
  }
}

#field_1_8 {
  border-top: 1px solid #e6e6e6;
}

@media (min-width: 1080px) {
  #field_1_8 {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 5px;
  }
}

@media (min-width: 1080px) {
  #field_1_10 {
    width: 48.93617%;
    float: left;
    margin-right: 2.12766%;
  }
}

@media (min-width: 1080px) {
  #field_1_11 {
    width: 23.40426%;
    float: left;
    margin-right: 2.12766%;
  }
}

#field_1_31 {
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
  clear: both;
  color: #aaa;
  font-family: "Poppins", serif;
  margin-bottom: 10px;
}

@media (min-width: 1080px) {
  #field_1_12 {
    width: 48.93617%;
    float: left;
    margin-right: 2.12766%;
    clear: both;
  }
}

@media (min-width: 1080px) {
  #field_1_13 {
    width: 23.40426%;
    float: left;
    margin-right: 2.12766%;
  }
}

@media (min-width: 1080px) {
  #field_1_14 {
    width: 23.40426%;
    float: right;
    margin-right: 0;
  }
}

@media (min-width: 1080px) {
  #field_1_15 {
    width: 23.40426%;
    float: left;
    margin-right: 2.12766%;
  }
}

@media (min-width: 1080px) {
  #field_1_16 {
    width: 23.40426%;
    float: left;
    margin-right: 2.12766%;
  }
}

@media (min-width: 1080px) {
  #field_1_17 {
    width: 23.40426%;
    float: left;
    margin-right: 2.12766%;
  }
}

#field_1_32 {
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
  clear: both;
  color: #aaa;
  font-family: "Poppins", serif;
  margin-bottom: 10px;
}

@media (min-width: 1080px) {
  #field_1_33 {
    width: 48.93617%;
    float: left;
    margin-right: 2.12766%;
    clear: both;
  }
}

@media (min-width: 1080px) {
  #field_1_34 {
    width: 23.40426%;
    float: left;
    margin-right: 2.12766%;
  }
}

@media (min-width: 1080px) {
  #field_1_35 {
    width: 23.40426%;
    float: right;
    margin-right: 0;
  }
}

@media (min-width: 1080px) {
  #field_1_36 {
    width: 23.40426%;
    float: left;
    margin-right: 2.12766%;
  }
}

@media (min-width: 1080px) {
  #field_1_37 {
    width: 23.40426%;
    float: left;
    margin-right: 2.12766%;
  }
}

@media (min-width: 1080px) {
  #field_1_18 {
    float: right;
    margin: 0;
    text-align: right;
    transform: translate(0, -60px);
  }
}

#field_1_19 {
  border-top: 1px solid #e6e6e6;
}

@media (min-width: 1080px) {
  #field_1_19 {
    clear: both;
  }
}

@media (min-width: 1080px) {
  #field_1_20 {
    width: 40.42553%;
    float: left;
    margin-right: 2.12766%;
  }
}

#field_1_23 {
  font-family: "Poppins", serif;
}

@media (min-width: 1080px) {
  #field_1_23 {
    width: 40.42553%;
    float: left;
    margin-right: 2.12766%;
    margin-bottom: 10px;
  }
}

#field_1_30 label {
  font-family: "Open Sans", sans-serif;
  padding-top: 4px;
}

@media (min-width: 600px) {
  #field_1_30 label {
    float: left;
  }
}

#field_1_30 .ginput_container:after {
  content: "";
  display: table;
  clear: both;
}

@media (min-width: 1080px) {
  #field_1_30 {
    width: 31.91489%;
    float: left;
    margin-right: 2.12766%;
  }
}

#field_1_24 {
  font-family: "Poppins", serif;
}

@media (min-width: 1080px) {
  #field_1_24 {
    width: 40.42553%;
    float: left;
    margin-right: 2.12766%;
    clear: both;
    margin-bottom: 10px;
  }
}

#field_1_29 label {
  float: left;
  font-family: "Open Sans", sans-serif;
  padding-top: 4px;
}

#field_1_29 .ginput_container:after {
  content: "";
  display: table;
  clear: both;
}

@media (min-width: 1080px) {
  #field_1_29 {
    width: 40.42553%;
    float: left;
    margin-right: 2.12766%;
    clear: both;
  }
}

@media (min-width: 1080px) {
  #field_1_26 {
    width: 40.42553%;
    float: left;
    margin-right: 2.12766%;
  }
}

@media (min-width: 1080px) {
  #field_1_21 {
    width: 57.44681%;
    float: right;
    margin-right: 0;
    display: block;
  }
}

@media (min-width: 1080px) {
  #field_1_27 {
    width: 57.44681%;
    float: right;
    margin-right: 0;
    display: block;
  }
}

#field_1_38 {
  clear: both;
}

#field_1_41 {
  clear: left;
  float: left;
  line-height: 50px;
  margin-right: 10px;
}

#field_1_39 {
  float: left;
  margin-right: 10px;
}

#field_1_39 label {
  display: none;
}

#field_1_39 select {
  width: 130px;
}

#field_1_39 .ginput_container {
  margin-top: 0;
}

#field_1_40 {
  float: left;
}

#field_1_40 label {
  display: none;
}

#field_1_40 select {
  width: 130px;
}

#field_1_40 .ginput_container {
  margin-top: 0;
}

#field_1_42 {
  display: none;
}

.page-id-113 {
  text-align: center;
}

.page-id-113 .pageMain .inner {
  padding: 80px 0;
}

.up-arrow {
  background: #ff803c url(../images/arrow-up.html) no-repeat center 15px;
  border-radius: 50%;
  bottom: 10px;
  color: #fff;
  display: block;
  font-family: "Poppins", serif;
  font-size: 14px;
  height: 85px;
  text-align: center;
  padding: 54px 0 0;
  position: fixed;
  right: 10px;
  width: 85px;
  z-index: 1;
}

/*# sourceMappingURL=../maps/main.css.map */
.slide_text, .slide_links {
  opacity: 0;
  transition: all .5s;
}
.item.active .slide_text ,
.item.active .slide_links {
  opacity: 1;
    -webkit-animation-duration: 2s;
          animation-duration: 2s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-name: fadeInUp;
          animation-name: fadeInUp;
}
.carousel-inner > .item.slide {
    background-size:cover;
    background-repeat:no-repeat;
}
/*innerpages*/
.home.page .pageHero.innerpage {
  height: 300px;
}
.innerbanner {
  height: 300px;
  overflow: hidden;
}
.innerbanner img {
  width: 100%;
}

.page:not(.home) .pageHero, .about_s .pageHero, .home.about_page .pageHero {
    height: 350px;
}
.page:not(.home) .pageHero, .single .pageHero, .home.inpage .pageHero {
    height: 100px;
}
.pageHero.single .hero_mask, .pageHero.about_s .hero_mask {
    z-index: 0;
}
.pageHero.single .hero_mask::before, .pageHero.about_s .hero_mask::before {
    width: calc(96% - 89px);
    content: '';
    background: url(../images/hero-shape-page.png) no-repeat 0 10px;
    position: absolute;
    bottom: 0;
    right: -20px;
    height: 100px;
}
.pageHero.about_s .hero_text {
  padding-top: 100px;
  padding-bottom: 50px;
}
.pageHero.single .hero_text {
  padding-top: 20px;
}
.hero_text .ptxt {
  font-size: 16px;
  line-height: 28px;
  font-family: "Open Sans", sans-serif;
  margin-top: 15px;
  font-weight: 400;
  display: block;
  padding: 0 15%;
  position: relative;
}
.hero_text .ptxt:after {
  position: absolute;
  bottom: -100px;
  width: 1px;
  height: 60px;
  background: #fff;
  left: 0;
  right: 0;
  content: '';
  margin: 0 auto;
  display: table;
}

.inner_page {
  padding: 25px 0;
  text-align: justify;
  color: #333;
  font-size: 15px;
  line-height: 24px;
}
.page_text {
  text-align: center;
  color: #333;
}
.page_text h3 {
  font-size: 20px;
  line-height: 32px;
  color: #f68922;
  padding: 0 5%;
  display: block;
}
.about_links {
  background: #f7f7f7;
  padding: 15px 0;
}
.about_links ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.about_links ul li {
  margin: 10px 0;
  width: 100%;
  float: left;
  border: 1px solid #eee;
  background: #fff;
}
.about_links ul li .al_img {
  width: 30%;
  float: right;
}
.about_links ul li .al_img img {
  width: 100%;
}
.about_links ul li .al_txt {
  width: 100%;
  float: left;
  padding: 15px;
  color: #555;
  font-size: 15px;
}
.about_links ul li .al_txt h4 {
  display: block;
  font-size: 20px;
  margin-bottom: 10px;
  color: #333;
}
.about_links ul li:nth-child(2n) .al_img {
  float: left;
}
.about_links ul li:nth-child(2n) .al_txt {
  float: right;
}

/* client_block */
.client_block ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.client_block ul li {
  float: left;
  width: 18%;
  padding: 0;
  margin: 10px 1%;
  border: 1px solid #ddd;
  position: relative;
}
.client_block ul li img {
  float: left;
  width: 100%;
}
.cnt_adr {
  width: 38%;
  float: left;
  border:1px solid #eee;
  background: #eee;
}
.cnt_adress {
  padding: 30px 30px 10px 30px;
}
.map iframe {
  height: 250px;
  border: 0px;
  width: 100%;
}
.cnt_form {
  width: 60%;
  float: right;
  background: #eee;
  border:1px solid #eee;
  padding: 30px;
  font-size: 16px;
}
.cnt_form p {
  display: block;
  font-size: 14px;
}
.halfspan {
  width: 49%;
  float: left;
}
.btn_submit {
  padding: 10px 30px;
  margin-top: 17px;
  font-weight: 600;
  letter-spacing: 1px;
}
input.fileds, textarea.fileds {
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 15px;
}
/*career_form*/
.career_form {
  margin-top: 10px;
  background: #f5f5f5;
  padding: 20px;
}
.halfspan {
  width: 49%;
  float: left;
}
.halfspan.right {
  float: right;
}
.career_form h2 {
  color: #ff803c;
  margin-bottom: 10px;
  padding-bottom: 10px;
  display: block;
  font-size: 24px;
  font-weight: 400;
  border-bottom:1px solid #eee;
}
.career_form label {
  margin: 5px 0 0 0;
  display: block;
  font-weight: 400;
}
input.c-input, textarea.c-input {
    width: 100%;
    float: left;
    height: 40px;
    padding: 10px;
    color: #333;
    border-radius: 4px;
    background: #fff;
    border: 1px solid #ccc;
    margin: 0 0 15px 0;
    font-size: 14px;
    font-weight: 300;
    transition: all .5s;
}
input.c-input[type=file] {
  padding: 0 10px;
}
input.c-input:hover, textarea.c-input:hover,
input.c-input:focus, textarea.c-input:focus {
  border: 1px solid #ff803c;
  outline: 0px;
  transition: all .5s;
}
textarea.c-input {
  height: 120px;
}
input.c-btn {
  float: left;
  margin-top: 15px;
  padding: 10px 30px;
  background: #07539c;
  color: #fff;
  border: 0px;
  border-radius: 4px; 
    font-size: 16px;
  cursor: pointer;
  transition: all .5s;
}
input.c-btn:hover, input.c-btn:focus {
  background: #003466;
  transition: all .5s;
}
.inpage.feature_products {
  padding: 25px 0;
  margin-top: 10px;
}
/*products*/
.pro_page_left {
  width: 60%;
  float: left;
}
.pro_page_right {
  width: 38%;
  float: right;
}
.pro_page_right img {
  width: 100%;
}
.pro_img {
  width: 40%;
  float: left;
}
.pro_img .carousel-inner {
  width: 100%;
  float: left;
  background: #ddd;
}
.pro_img .item {
  width: 100%;
  float: left;
  background: #ddd;
  padding: 5px;
}
.pro_img .carousel-indicators {
  position: relative;
  width: 100%;
  padding: 0;
  margin: 0;
left:0;
right:0;
  bottom: 0;
text-align:center;
  min-height: 80px;
}
.pro_img .carousel-indicators li {
    display: inline-block;
float:none;
    width: 60px;
    height: 60px;
    margin: 10px 2px 0 2px;
    padding: 0;
    text-indent: 0px;
    border: 2px solid #ddd;
    border-radius: 0px;
    cursor: pointer;
    transition: all .1s ease 0.3s;
}
.pro_img .carousel-indicators li img {
    width: 100%;
    height: 100%
}
.pro_img .carousel-indicators li.active {
    width: 60px;
    height: 60px;
    margin: 10px 2px 0 2px;
    padding: 0;
    border: 2px solid #f68d45;
    transition: all .1s ease 0.3s;
}
a.dnld_brch {
  float: right;
  width: auto;
  padding: 10px 40px;
  text-align: center;
  margin-top: 20px;
}
.pro_desc {
  float: right;
  width: 57%;
}
.pro_desc h1 {
  display: block;
  margin-bottom: 15px;
}
.pro_details {
  margin-top: 20px;
}
.dest_tabs {
  list-style: none;
  margin: 0;
  padding: 0;
  border-bottom: 1px solid #ddd;
}
.dest_tabs li {
  float: left;
  font-size: 16px;
  color: #333;
  background: #fff;
  padding: 6px 20px;
  border: 1px solid #ddd;
  border-right: 0px solid #ddd;
  transition: all .5s;
  z-index: 2;
  cursor: pointer;
  margin-bottom: -1px;
}
.dest_tabs li:last-child {
  border-right: 1px solid #ddd;
}
.dest_tabs li.active {
  color: #d56b23;
  font-weight: 600;
  background: #f7f7f7;
  border-bottom: 1px solid #f7f7f7;
  transition: all .5s;
}
.dest_tabs li:hover {
  color: #d56b23;
  transition: all .5s;
}
.dest_attr_box {
  background: #f7f7f7;
  padding: 15px;
  border: 1px solid #ddd;
  border-top: 0px solid #ddd;
}
.dest_attr_desc {
  display: none;
}
.dest_attr_desc input.fields, .dest_attr_desc textarea.fields {
  height: 40px;
  margin-bottom: 15px;
  font-weight: 400;
  font-size: 14px;
}
.dest_attr_desc textarea.fields {
  height: 80px;
}
.dest_attr_desc input.e_btn {
    padding: 0px 20px;
    font-size: 15px;
    font-weight: 500;
    line-height: 40px;
}
.page_ul ul {
  list-style: none;
  width: 100%;
  margin: 0;
  padding: 0;
  float: left;
}
.page_ul ul li {
  width: 100%;
  float: left;
  padding: 5px 0 5px 20px;
  position: relative;
}
.page_ul ul li:before {
  position: absolute;
  top: 5px;
  left: 5px;
  content: '\f105';
  font-family: 'FontAwesome';
}
.pro_nav {
  width: 26%;
  float: left;
  background: #eee;
}
.pro_nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.pro_nav ul li {
  width: 100%;
  float: left;
}
.pro_nav ul li.title {
  background: #2ea748;
  color: #fff;
  padding: 15px;
  font-size: 16px;
  font-family: "Poppins", serif;
}
.pro_nav ul li a {
  width: 100%;
  text-align: left;
  float: left;
  position: relative;
  font-size: 14px;
  color: #333;
  padding: 12px 12px 12px 25px;
  border-bottom: 1px solid #fff;
}
.pro_nav ul li a.active, .pro_nav ul li a:hover {
  background: rgba(1, 26, 6,0.7);
  color: #fff;
}
.pro_nav ul li a:before {
  position: absolute;
  top: 12px;
  left: 10px;
  content: '\f105';
  font-family: 'FontAwesome';
}
.pro_content {
  width: 72%;
  float: right;
}
.pro_content.full {
  width: 100%;
}
.featureProducts_body .product:hover img {
  filter: grayscale(100%);
}
.featureProducts_body .product:hover .button.circle.black {
  background: #f68922;
}
.featureProducts_body .hproduct {
  width: 23.5%;
  float: left;
  position: relative;
  margin-right: 2%;
}
.relaeted_pros .featureProducts_body .hproduct {
  height:330px;
}
.featureProducts_body .hproduct:nth-child(4n) {
  margin-right: 0px;
}
.featureProducts_body .hproduct .product_image {
  height: 180px;
  overflow: hidden;
}
.featureProducts_body .hproduct .product_image img {
  width: 100%;
  height: 100%;
}
.product_link .button.circle.black {
  font-size: 12px;
  height: 40px;
  line-height: 38px;
  width: 120px;
  text-align: center;
  border-radius: 2px;
  border:1px solid #fff;
  background: rgba(0,0,0,0);
}
.hproduct:hover .product_title a {
    color: #ff803c;
}
.product_link:hover .button.circle.black {
    background: #ff803c;
}
.featureProducts_body .product_link {
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 180px;
    transform: scale(0);
    text-align: center;
    padding-top: 20%;
    background: rgba(0,0,0,0.5);
    transition: all .5s;
}
.featureProducts_body .hproduct:hover .product_link {
    transform: scale(1);
    transition: all .5s;
}
.featureProducts_body.hproductss .hproduct {
  margin-bottom: 20px;
  height:330px;
}
.relaeted_pros {
  padding: 30px 0 10px 0;
}
.relaeted_pros h2 {
  font-size: 24px;
  margin-bottom: 20px;
  color: #333;
  display: block;
}
/*career_links*/
.career_links {
    padding: 30px 0;
    background: #f5f5f5;
}
.career_link {
    width: 100%;
    float: left;
    list-style: none;
    position: relative;
    padding: 20px;
    margin: 10px 0;
    font-size: 15px;
    line-height: 26px;
    background : #fff;
}
.career_link .txt {
    max-height: 96px;
    overflow: hidden;
}
.career_link h3 {
    display: block;
    font-size: 22px;
    font-weight: 400;
    color: #333;
}
.career_link a {
    float: left;
    margin-top: 15px;
    padding: 5px 30px;
    color: #fff;
    background: #ff803c;
    transition: all .5s;
}
.career_link a:hover {
    background: #333;
    transition: all .5s;
}
/*contact*/
.addresss {
    width: 100%;
    float: right;
}
.addresss_map {
  width: 48%;
  float: right;
  border: 1px solid #eee;
  position: relative;
}
.pinned_map {
  padding: 15px;
  position: relative;
}
.addresss_map img {
  width: 100%;
  float: left;
}
.pin {
  position: absolute;
  height: 30px;
}
.pin span {
  width: 12px;
  height: 12px;
  float: left;
  margin-top: 10px;
  border: 2px solid #fff;
  background: #111;
  border-radius: 100%;
  animation-name: flash;
    -webkit-animation-duration: 2s;
          animation-duration: 2s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
            -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}
.pin_info {
  position: relative;
  width: auto;
  padding: 5px 15px;
  display: inline-block;
  border-radius: 5px;
  box-shadow: 0px 0px 5px rgba(0,0,0,0.2);
  background: #fff;
  color: #333;
  margin-left: 5px;
}
.pin1 {
    top: 28%;
    left: 32%;
}
.pin2 {
    top: 45%;
    left: 13%;
}
.pin2 .pin_info {
    top: -100%;
    left: -50%;
}
.pin3 {
    top: 59%;
    left: 17%;
}
.pin4 {
    top: 46%;
    left: 25%;
}
.pin5 {
    top: 62%;
    left: 35%;
}
.pin6 {
    top: 72%;
    left: 34%;
}
.pin7 {
    top: 79%;
    left: 40%;
}
.pin8 {
    top: 89%;
    left: 28%;
}
.contact_from {
  width: 50%;
  float: left;
  padding: 0 15px;
  border: 1px solid #eee;
}
.cont_icons {
  border-bottom: 1px solid #eee;
}
.cont_icons i {
  width: 20px;
  height: 20px;
  margin-right: 2px;
  border-radius: 20px;
  text-align: center;
  line-height: 18px;
  font-size: 10px;
  border: 1px solid #003466;
  color: #003466;
}
.addresss_map h4, .contact_from h4 {
    display: block;
    font-size: 20px;
    margin: 20px 0;
    color: #363636;
    text-transform: uppercase;
}
.addresss_map h4 {
  text-align: center;
    background: #f5f5f5;
    margin: 0;
        margin-bottom: 0px;
    padding: 10px;
    margin-bottom: 16px;
}
ul.address li {
    list-style: none;
    float: left;
    width: 100%;
    border: 1px solid #eee;
    border-bottom: 0px solid #eee;
}
ul.address li:last-child {
    border-bottom: 1px solid #eee;
}
ul.address li h3 {
    height: 50px;
    line-height: 50px;
    padding-left: 65px;
    display: block;
    margin: 0px;
    font-weight: bold;
    font-size: 30px;
    cursor: pointer;
    font-family: "bodoni-webfont";
    position: relative;
}
ul.address li h3:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 50px;
    height: 101%;
    background: #38ab50;
    text-align: center;
    font-size: 30px;
    content: '+';
    line-height: 140%;
    color: #fff;
    border-bottom: 1px solid #fff;
}
ul.address li h3.open {
    color: #F18400;
    background: #f7f7f7;
}
ul.address li h3.open:before {
    content: '-';
}
.address_box {
    border-top: 1px solid #eee;
    display: none;
    background: #f7f7f7;
}
.address_cnt {
    width: 35%;
    float: left;
    text-align:left;
    padding: 15px;
    padding-left: 50px;
    font-family: 'Lato', sans-serif;
}
.address_cnt p {
    display:block;
    margin: 0 0 10px 0;
}
.address_cnt a {
    vertical-align: top;
    color: #0384b4;
}
.address_cnt a:hover {
    color: #00aeef;
}
.address_map {
    width: 60%;
    float: right;
}
.address_cnt p i {
    margin-right: 10px;
}
.address h3 , .contact_from h3 {
    font-size: 22px;
    font-weight: 400;
    margin-bottom: 20px;
    display: block;
}
.contact_from {
}
.contact_from form {
    text-align: left;
    margin-top: 10px;
}
.contact_from form label {
    font-weight: 400;
    font-size: 14px;
}
.contact_from h3 span {
    color: #F18400;
}
.contact_from input.c-btn {
    padding: 10px 30px;
    font-weight: bold;
    letter-spacing: 1px;
    font-size: 16px;
    margin: 20px 0;
    float: right;
}
.map {
    height: 250px;
    overflow: hidden;
}
.map iframe {
    height: 100%;
    width: 100%;
    border: 0px;
}
.halfdiv {
    width: 48%;
    float: left;
}
.halfdiv.right, .right {
    float: right;
}
/*job_text*/
.job_text {
    width: 70%;
    float: left;
    position: relative;
}
.job_text h2, .job_dets h2 {
    border-bottom: 1px solid #eee;
    padding-bottom: 10px;
    font-size: 26px;
    margin-bottom: 20px;
    font-weight: 400;
}
.job_dets h2 {
    border-bottom: 0px solid #eee;
}
.job_dets {
    width: 26%;
    float: right;
}
.job_nav {
    margin-top: -10px;
    padding: 20px;
    background: #f7f7f7;
    border: 1px solid #ccc;
}
.job_nav ul, .address {
    margin: 0;
    padding: 0;
    list-style: none;
}
.job_nav li {
    width: 100%;
    float: left;
    text-align: left;
    position: relative;
    padding: 0 0 20px 30px;
}
.job_nav li b {
    color: #FFA200;
    font-weight: 500;
}
.job_nav li span {
    display: block;
    font-size: 14px;
}
.job_nav li i {
    position: absolute;
    top: 5px;
    left: 0;
    color: #FFA200;
}
.job_nav li:last-child {
    padding: 0;
}
.job_nav li:last-child a {
    width: 100%;
    float: left;
    text-align: center;
    line-height: 40px;
    color: #fff;
    background: #FFA200;
}
.pageHero.fixed {
  margin-top:100px;
}

@media (max-width: 1279px) {
.pageHero.single .hero_mask::before, .pageHero.about_s .hero_mask::before , .hero_mask::after {
    display: none;
}
.pageHeader.fixed {
    position:relative;
}
.page:not(.home) .pageHero, .single .pageHero, .home.inpage .pageHero {
    margin-top:0px !important;
}

}
@media (max-width: 979px) {
.pro_nav {
  display: none;
}
.pro_content {
  width: 100%;
}
.cnt_adress {
    padding: 15px;
    padding-bottom: 5px;
}
.cnt_form {
  padding: 15px;
}
.featureProducts_body .hproduct {
  width: 49%;
  margin: 10px 0;
}
.featureProducts_body .hproduct:nth-child(2n) {
  float: right;
}
.feature_products {
  padding: 30px 0;
  margin-bottom: 40px;
}
.featureProducts_header {
  margin-bottom: 10px;
}
.featureProducts_body .product_link {
    bottom: 95px;
}
.pageHeader.fixed {
    position:relative;
}
.page:not(.home) .pageHero, .about_s .pageHero, .home.about_page .pageHero, .home.inpage .pageHero {
    height: inherit !important;
    margin-top: 0px !important;
}
.slide .inner {
    text-align: center;
    padding: 100px 15px;
    width: 100%;
}
.slide .slide_text {
    text-align: center;
}
.header_nav .sub-menu li {
    position: relative;
    padding: 0;
}
.relaeted_pros {
  display: none;
}
.header_nav .sub-menu, .header_nav .sub-menu .sub-menu, .parent-expanded .sub-menu .sub-menu  {
  visibility: hidden;
}
.parent-expanded .sub-menu, .parent-expanded .sub-menu .parent-expanded .sub-menu {
  visibility: visible;
}
.uv_img .inner {
    padding: 0px !important;
}
.pageHero.single .hero_text {
  padding: 20px 0;
}
.pageHero.about_s .hero_text {
  padding: 50px 0;
}

}
@media (max-width: 767px) {
.about_links ul li .al_img, .about_links ul li .al_txt {
  width: 100%;
}
.hero_text .ptxt::after {
  display: none;
}
.pageHero.about_s .hero_text {
    padding-top: 30px;
    padding-bottom: 20px;
}
.page:not(.home) .pageHero, .about_s .pageHero, .home.about_page .pageHero {
    height: auto;
}
.hero_text .ptxt {
    font-size: 14px;
    line-height: 24px;
    padding: 0;
}
.page_text h3 {
    padding: 0;
}
.pro_nav {
  display: none;
}
.pro_content, .pro_img, .pro_desc {
  width: 100%;
}
a.dnld_brch {
    margin: 10px 0;
}
.client_block ul li {
    width: 31.3%;
}
.halfspan, .cnt_adr, .cnt_form {
  width: 100%;
}
.cnt_adress {
    padding: 15px;
    padding-bottom: 5px;
}
.cnt_form {
  padding: 15px;
  margin-top: 20px;
}
.featureProducts_body .hproduct {
  width: 100%;
  margin: 10px 0;
}
.featureProducts_body .product_link {
    bottom: 10px;
}
.feature_products {
  padding: 30px 0;
  margin-bottom: 40px;
}
.featureProducts_header {
  margin-bottom: 10px;
}
.pageHero.single .hero_text {
    padding: 30px 0;
    font-size: 20px;
}
.job_dets {
  width: 100%;
}
.job_text {
  width: 100%;
  margin-top: 15px;
}
ul.address li h3 {
    height: 30px;
    line-height: 30px;
    padding-left: 50px;
    font-weight: 600;
    font-size: 20px;
}
ul.address li h3::before {
    width: 40px;
    line-height: 27px;
}
.address_cnt {
    width: 100%;
    padding-left: 0;
}
.address_box {
  padding-top: 0;
}
.address_map {
    width: 100%;
}
.contact_from form {
  padding: 0;
}
.halfdiv {
    width: 100%;
}
.featureProducts_body.hproductss .hproduct {
    height:auto;
}
.home.page .pageHero {
    height: 920px;
}
.pageHeader.fixed {
    position:relative;
}
.page:not(.home) .pageHero, .single .pageHero, .home.inpage .pageHero {
    margin-top:0px !important;
    height: inherit;
}
.carousel-indicators {
    width: 100%;
    text-align: center;
    right: 0;
}
.pro_page_left, .pro_page_right {
  width: 100%;
}
.pro_page_right {
  display: none;
}
.pageHero.fixed {
  margin-top:0px;
}
.utility_phone span {
  display: none;
}
.page:not(.home) .pageHero, .about_s .pageHero, .home.about_page .pageHero {
    height: inherit !important;
    margin-top: 0px !important;
}
.contact_from, .addresss_map {
  width: 100%;
}
.addresss_map {
  display: none;
}
.slide .inner {
    text-align: center;
    padding: 100px 15px;
    width: 100%;
}
.slide .slide_text {
    text-align: center;
}
.header_nav .sub-menu li {
    position: relative;
    padding: 0;
}
.relaeted_pros {
  display: none;
}
.header_nav .sub-menu, .header_nav .sub-menu .sub-menu {
  visibility: hidden;
}
.parent-expanded .sub-menu {
  visibility: visible;
}
.uv_img .inner {
    padding: 0px !important;
}
.pro_desc {
    margin-top: 20px;
}
.hero_text span {
    font-size: 20px;
}
.hero_text h1 {
    font-size: 16px;
}

}
@media (max-width: 359px) {
.client_block ul li {
    width: 48%;
}
.dest_tabs li {
  width: 50%;
  text-align: center;
  padding: 6px;
}
.dest_tabs li.active {
    font-weight: 400;
}


}