@charset "UTF-8";.button,.front-page-hero{background-color:#E57200}.royalSlider>*,.rsGCaption,.rsOverflow,.rsTabs,.rsThumb,.rsThumbs{float:left}.site-footer__widgets--item.widget-logo .logo svg *,.site-footer__widgets--item.widget-logo .social-media-links svg *{fill:#fff}.text-orange{color:#E57200}.button,.button.white,.button:visited{color:#212020}.button{border-radius:6px;display:inline-block;font-family:Roboto,Arial,sans-serif;font-size:14px;font-weight:700;line-height:1.357142857;padding:16px 32px;text-decoration:none;text-transform:uppercase;transition:all .5s}.button:hover{background-color:#b25900}.button.white{background-color:#FFF}.button.white:hover{background-color:#f2f2f2}.slick-initialized{visibility:visible!important;height:auto!important}.slick-slide{cursor:grab}.slick-slide:active{cursor:grabbing}.rsArrow,.rsThumbs,.rsThumbsArrow{cursor:pointer}.slick-slide:focus{outline-color:#E57200}/*!
Animate.css - http://daneden.me/animate
Licensed under the MIT license - http://opensource.org/licenses/MIT

Copyright (c) 2014 Daniel Eden
@charset "UTF-8";
.button,
.front-page-hero {
  background-color: #e57200;
}
.royalSlider > *,
.rsGCaption,
.rsOverflow,
.rsTabs,
.rsThumb,
.rsThumbs {
  float: left;
}
.site-footer__widgets--item.widget-logo .logo svg *,
.site-footer__widgets--item.widget-logo .social-media-links svg * {
  fill: #fff;
}
.text-orange {
  color: #e57200;
}
.button,
.button.white,
.button:visited {
  color: #212020;
}
.button {
  border-radius: 6px;
  display: inline-block;
  font-family: Roboto, Arial, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.357142857;
  padding: 16px 32px;
  text-decoration: none;
  text-transform: uppercase;
  transition: all 0.5s;
}
.button:hover {
  background-color: #b25900;
}
.button.white {
  background-color: #fff;
}
.button.white:hover {
  background-color: #f2f2f2;
}
.slick-initialized {
  visibility: visible !important;
  height: auto !important;
}
.slick-slide {
  cursor: grab;
}
.slick-slide:active {
  cursor: grabbing;
}
.rsArrow,
.rsThumbs,
.rsThumbsArrow {
  cursor: pointer;
}
.slick-slide:focus {
  outline-color: #e57200;
} /*!
Animate.css - http://daneden.me/animate
Licensed under the MIT license - http://opensource.org/licenses/MIT

Copyright (c) 2014 Daniel Eden
*/
.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
  }
  .animated.infinite {
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
  }
  .animated.hinge {
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
  }
  @-webkit-keyframes bounce {
    0%,
    100%,
    20%,
    53%,
    80% {
      -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
      transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0);
    }
    40%,
    43% {
      -webkit-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
      transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
      -webkit-transform: translate3d(0, -30px, 0);
      transform: translate3d(0, -30px, 0);
    }
    70% {
      -webkit-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
      transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
      -webkit-transform: translate3d(0, -15px, 0);
      transform: translate3d(0, -15px, 0);
    }
    90% {
      -webkit-transform: translate3d(0, -4px, 0);
      transform: translate3d(0, -4px, 0);
    }
  }
  @keyframes bounce {
    0%,
    100%,
    20%,
    53%,
    80% {
      -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
      transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0);
    }
    40%,
    43% {
      -webkit-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
      transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
      -webkit-transform: translate3d(0, -30px, 0);
      transform: translate3d(0, -30px, 0);
    }
    70% {
      -webkit-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
      transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
      -webkit-transform: translate3d(0, -15px, 0);
      transform: translate3d(0, -15px, 0);
    }
    90% {
      -webkit-transform: translate3d(0, -4px, 0);
      transform: translate3d(0, -4px, 0);
    }
  }
  .bounce {
    -webkit-animation-name: bounce;
    animation-name: bounce;
    -webkit-transform-origin: center bottom;
    -ms-transform-origin: center bottom;
    transform-origin: center bottom;
  }
  @-webkit-keyframes flash {
    0%,
    100%,
    50% {
      opacity: 1;
    }
    25%,
    75% {
      opacity: 0;
    }
  }
  @keyframes flash {
    0%,
    100%,
    50% {
      opacity: 1;
    }
    25%,
    75% {
      opacity: 0;
    }
  }
  .flash {
    -webkit-animation-name: flash;
    animation-name: flash;
  }
  @-webkit-keyframes pulse {
    0%,
    100% {
      -webkit-transform: scale3d(1, 1, 1);
      transform: scale3d(1, 1, 1);
    }
    50% {
      -webkit-transform: scale3d(1.05, 1.05, 1.05);
      transform: scale3d(1.05, 1.05, 1.05);
    }
  }
  @keyframes pulse {
    0%,
    100% {
      -webkit-transform: scale3d(1, 1, 1);
      transform: scale3d(1, 1, 1);
    }
    50% {
      -webkit-transform: scale3d(1.05, 1.05, 1.05);
      transform: scale3d(1.05, 1.05, 1.05);
    }
  }
  .pulse {
    -webkit-animation-name: pulse;
    animation-name: pulse;
  }
  @-webkit-keyframes rubberBand {
    0%,
    100% {
      -webkit-transform: scale3d(1, 1, 1);
      transform: scale3d(1, 1, 1);
    }
    30% {
      -webkit-transform: scale3d(1.25, 0.75, 1);
      transform: scale3d(1.25, 0.75, 1);
    }
    40% {
      -webkit-transform: scale3d(0.75, 1.25, 1);
      transform: scale3d(0.75, 1.25, 1);
    }
    50% {
      -webkit-transform: scale3d(1.15, 0.85, 1);
      transform: scale3d(1.15, 0.85, 1);
    }
    65% {
      -webkit-transform: scale3d(0.95, 1.05, 1);
      transform: scale3d(0.95, 1.05, 1);
    }
    75% {
      -webkit-transform: scale3d(1.05, 0.95, 1);
      transform: scale3d(1.05, 0.95, 1);
    }
  }
  @keyframes rubberBand {
    0%,
    100% {
      -webkit-transform: scale3d(1, 1, 1);
      transform: scale3d(1, 1, 1);
    }
    30% {
      -webkit-transform: scale3d(1.25, 0.75, 1);
      transform: scale3d(1.25, 0.75, 1);
    }
    40% {
      -webkit-transform: scale3d(0.75, 1.25, 1);
      transform: scale3d(0.75, 1.25, 1);
    }
    50% {
      -webkit-transform: scale3d(1.15, 0.85, 1);
      transform: scale3d(1.15, 0.85, 1);
    }
    65% {
      -webkit-transform: scale3d(0.95, 1.05, 1);
      transform: scale3d(0.95, 1.05, 1);
    }
    75% {
      -webkit-transform: scale3d(1.05, 0.95, 1);
      transform: scale3d(1.05, 0.95, 1);
    }
  }
  .rubberBand {
    -webkit-animation-name: rubberBand;
    animation-name: rubberBand;
  }
  @-webkit-keyframes shake {
    0%,
    100% {
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0);
    }
    10%,
    30%,
    50%,
    70%,
    90% {
      -webkit-transform: translate3d(-10px, 0, 0);
      transform: translate3d(-10px, 0, 0);
    }
    20%,
    40%,
    60%,
    80% {
      -webkit-transform: translate3d(10px, 0, 0);
      transform: translate3d(10px, 0, 0);
    }
  }
  @keyframes shake {
    0%,
    100% {
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0);
    }
    10%,
    30%,
    50%,
    70%,
    90% {
      -webkit-transform: translate3d(-10px, 0, 0);
      transform: translate3d(-10px, 0, 0);
    }
    20%,
    40%,
    60%,
    80% {
      -webkit-transform: translate3d(10px, 0, 0);
      transform: translate3d(10px, 0, 0);
    }
  }
  .shake {
    -webkit-animation-name: shake;
    animation-name: shake;
  }
  @-webkit-keyframes swing {
    20% {
      -webkit-transform: rotate3d(0, 0, 1, 15deg);
      transform: rotate3d(0, 0, 1, 15deg);
    }
    40% {
      -webkit-transform: rotate3d(0, 0, 1, -10deg);
      transform: rotate3d(0, 0, 1, -10deg);
    }
    60% {
      -webkit-transform: rotate3d(0, 0, 1, 5deg);
      transform: rotate3d(0, 0, 1, 5deg);
    }
    80% {
      -webkit-transform: rotate3d(0, 0, 1, -5deg);
      transform: rotate3d(0, 0, 1, -5deg);
    }
    100% {
      -webkit-transform: rotate3d(0, 0, 1, 0deg);
      transform: rotate3d(0, 0, 1, 0deg);
    }
  }
  @keyframes swing {
    20% {
      -webkit-transform: rotate3d(0, 0, 1, 15deg);
      transform: rotate3d(0, 0, 1, 15deg);
    }
    40% {
      -webkit-transform: rotate3d(0, 0, 1, -10deg);
      transform: rotate3d(0, 0, 1, -10deg);
    }
    60% {
      -webkit-transform: rotate3d(0, 0, 1, 5deg);
      transform: rotate3d(0, 0, 1, 5deg);
    }
    80% {
      -webkit-transform: rotate3d(0, 0, 1, -5deg);
      transform: rotate3d(0, 0, 1, -5deg);
    }
    100% {
      -webkit-transform: rotate3d(0, 0, 1, 0deg);
      transform: rotate3d(0, 0, 1, 0deg);
    }
  }
  .swing {
    -webkit-transform-origin: top center;
    -ms-transform-origin: top center;
    transform-origin: top center;
    -webkit-animation-name: swing;
    animation-name: swing;
  }
  @-webkit-keyframes tada {
    0%,
    100% {
      -webkit-transform: scale3d(1, 1, 1);
      transform: scale3d(1, 1, 1);
    }
    10%,
    20% {
      -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
      transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    }
    30%,
    50%,
    70%,
    90% {
      -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
      transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    }
    40%,
    60%,
    80% {
      -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
      transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    }
  }
  @keyframes tada {
    0%,
    100% {
      -webkit-transform: scale3d(1, 1, 1);
      transform: scale3d(1, 1, 1);
    }
    10%,
    20% {
      -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
      transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    }
    30%,
    50%,
    70%,
    90% {
      -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
      transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    }
    40%,
    60%,
    80% {
      -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
      transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    }
  }
  .tada {
    -webkit-animation-name: tada;
    animation-name: tada;
  }
  @-webkit-keyframes wobble {
    0%,
    100% {
      -webkit-transform: none;
      transform: none;
    }
    15% {
      -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
      transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    }
    30% {
      -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
      transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    }
    45% {
      -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
      transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    }
    60% {
      -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
      transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    }
    75% {
      -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
      transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    }
  }
  @keyframes wobble {
    0%,
    100% {
      -webkit-transform: none;
      transform: none;
    }
    15% {
      -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
      transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    }
    30% {
      -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
      transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    }
    45% {
      -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
      transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    }
    60% {
      -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
      transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    }
    75% {
      -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
      transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    }
  }
  .wobble {
    -webkit-animation-name: wobble;
    animation-name: wobble;
  }
  @-webkit-keyframes bounceIn {
    0%,
    100%,
    20%,
    40%,
    60%,
    80% {
      -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
      transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    0% {
      opacity: 0;
      -webkit-transform: scale3d(0.3, 0.3, 0.3);
      transform: scale3d(0.3, 0.3, 0.3);
    }
    20% {
      -webkit-transform: scale3d(1.1, 1.1, 1.1);
      transform: scale3d(1.1, 1.1, 1.1);
    }
    40% {
      -webkit-transform: scale3d(0.9, 0.9, 0.9);
      transform: scale3d(0.9, 0.9, 0.9);
    }
    60% {
      opacity: 1;
      -webkit-transform: scale3d(1.03, 1.03, 1.03);
      transform: scale3d(1.03, 1.03, 1.03);
    }
    80% {
      -webkit-transform: scale3d(0.97, 0.97, 0.97);
      transform: scale3d(0.97, 0.97, 0.97);
    }
    100% {
      opacity: 1;
      -webkit-transform: scale3d(1, 1, 1);
      transform: scale3d(1, 1, 1);
    }
  }
  @keyframes bounceIn {
    0%,
    100%,
    20%,
    40%,
    60%,
    80% {
      -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
      transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    0% {
      opacity: 0;
      -webkit-transform: scale3d(0.3, 0.3, 0.3);
      transform: scale3d(0.3, 0.3, 0.3);
    }
    20% {
      -webkit-transform: scale3d(1.1, 1.1, 1.1);
      transform: scale3d(1.1, 1.1, 1.1);
    }
    40% {
      -webkit-transform: scale3d(0.9, 0.9, 0.9);
      transform: scale3d(0.9, 0.9, 0.9);
    }
    60% {
      opacity: 1;
      -webkit-transform: scale3d(1.03, 1.03, 1.03);
      transform: scale3d(1.03, 1.03, 1.03);
    }
    80% {
      -webkit-transform: scale3d(0.97, 0.97, 0.97);
      transform: scale3d(0.97, 0.97, 0.97);
    }
    100% {
      opacity: 1;
      -webkit-transform: scale3d(1, 1, 1);
      transform: scale3d(1, 1, 1);
    }
  }
  .bounceIn {
    -webkit-animation-name: bounceIn;
    animation-name: bounceIn;
    -webkit-animation-duration: 0.75s;
    animation-duration: 0.75s;
  }
  .bounceOut,
  .flipOutX {
    -webkit-animation-duration: 0.75s;
  }
  @-webkit-keyframes bounceInDown {
    0%,
    100%,
    60%,
    75%,
    90% {
      -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
      transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    0% {
      opacity: 0;
      -webkit-transform: translate3d(0, -3000px, 0);
      transform: translate3d(0, -3000px, 0);
    }
    60% {
      opacity: 1;
      -webkit-transform: translate3d(0, 25px, 0);
      transform: translate3d(0, 25px, 0);
    }
    75% {
      -webkit-transform: translate3d(0, -10px, 0);
      transform: translate3d(0, -10px, 0);
    }
    90% {
      -webkit-transform: translate3d(0, 5px, 0);
      transform: translate3d(0, 5px, 0);
    }
    100% {
      -webkit-transform: none;
      transform: none;
    }
  }
  @keyframes bounceInDown {
    0%,
    100%,
    60%,
    75%,
    90% {
      -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
      transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    0% {
      opacity: 0;
      -webkit-transform: translate3d(0, -3000px, 0);
      transform: translate3d(0, -3000px, 0);
    }
    60% {
      opacity: 1;
      -webkit-transform: translate3d(0, 25px, 0);
      transform: translate3d(0, 25px, 0);
    }
    75% {
      -webkit-transform: translate3d(0, -10px, 0);
      transform: translate3d(0, -10px, 0);
    }
    90% {
      -webkit-transform: translate3d(0, 5px, 0);
      transform: translate3d(0, 5px, 0);
    }
    100% {
      -webkit-transform: none;
      transform: none;
    }
  }
  .bounceInDown {
    -webkit-animation-name: bounceInDown;
    animation-name: bounceInDown;
  }
  @-webkit-keyframes bounceInLeft {
    0%,
    100%,
    60%,
    75%,
    90% {
      -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
      transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    0% {
      opacity: 0;
      -webkit-transform: translate3d(-3000px, 0, 0);
      transform: translate3d(-3000px, 0, 0);
    }
    60% {
      opacity: 1;
      -webkit-transform: translate3d(25px, 0, 0);
      transform: translate3d(25px, 0, 0);
    }
    75% {
      -webkit-transform: translate3d(-10px, 0, 0);
      transform: translate3d(-10px, 0, 0);
    }
    90% {
      -webkit-transform: translate3d(5px, 0, 0);
      transform: translate3d(5px, 0, 0);
    }
    100% {
      -webkit-transform: none;
      transform: none;
    }
  }
  @keyframes bounceInLeft {
    0%,
    100%,
    60%,
    75%,
    90% {
      -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
      transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    0% {
      opacity: 0;
      -webkit-transform: translate3d(-3000px, 0, 0);
      transform: translate3d(-3000px, 0, 0);
    }
    60% {
      opacity: 1;
      -webkit-transform: translate3d(25px, 0, 0);
      transform: translate3d(25px, 0, 0);
    }
    75% {
      -webkit-transform: translate3d(-10px, 0, 0);
      transform: translate3d(-10px, 0, 0);
    }
    90% {
      -webkit-transform: translate3d(5px, 0, 0);
      transform: translate3d(5px, 0, 0);
    }
    100% {
      -webkit-transform: none;
      transform: none;
    }
  }
  .bounceInLeft {
    -webkit-animation-name: bounceInLeft;
    animation-name: bounceInLeft;
  }
  @-webkit-keyframes bounceInRight {
    0%,
    100%,
    60%,
    75%,
    90% {
      -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
      transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    0% {
      opacity: 0;
      -webkit-transform: translate3d(3000px, 0, 0);
      transform: translate3d(3000px, 0, 0);
    }
    60% {
      opacity: 1;
      -webkit-transform: translate3d(-25px, 0, 0);
      transform: translate3d(-25px, 0, 0);
    }
    75% {
      -webkit-transform: translate3d(10px, 0, 0);
      transform: translate3d(10px, 0, 0);
    }
    90% {
      -webkit-transform: translate3d(-5px, 0, 0);
      transform: translate3d(-5px, 0, 0);
    }
    100% {
      -webkit-transform: none;
      transform: none;
    }
  }
  @keyframes bounceInRight {
    0%,
    100%,
    60%,
    75%,
    90% {
      -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
      transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    0% {
      opacity: 0;
      -webkit-transform: translate3d(3000px, 0, 0);
      transform: translate3d(3000px, 0, 0);
    }
    60% {
      opacity: 1;
      -webkit-transform: translate3d(-25px, 0, 0);
      transform: translate3d(-25px, 0, 0);
    }
    75% {
      -webkit-transform: translate3d(10px, 0, 0);
      transform: translate3d(10px, 0, 0);
    }
    90% {
      -webkit-transform: translate3d(-5px, 0, 0);
      transform: translate3d(-5px, 0, 0);
    }
    100% {
      -webkit-transform: none;
      transform: none;
    }
  }
  .bounceInRight {
    -webkit-animation-name: bounceInRight;
    animation-name: bounceInRight;
  }
  @-webkit-keyframes bounceInUp {
    0%,
    100%,
    60%,
    75%,
    90% {
      -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
      transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    0% {
      opacity: 0;
      -webkit-transform: translate3d(0, 3000px, 0);
      transform: translate3d(0, 3000px, 0);
    }
    60% {
      opacity: 1;
      -webkit-transform: translate3d(0, -20px, 0);
      transform: translate3d(0, -20px, 0);
    }
    75% {
      -webkit-transform: translate3d(0, 10px, 0);
      transform: translate3d(0, 10px, 0);
    }
    90% {
      -webkit-transform: translate3d(0, -5px, 0);
      transform: translate3d(0, -5px, 0);
    }
    100% {
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0);
    }
  }
  @keyframes bounceInUp {
    0%,
    100%,
    60%,
    75%,
    90% {
      -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
      transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    0% {
      opacity: 0;
      -webkit-transform: translate3d(0, 3000px, 0);
      transform: translate3d(0, 3000px, 0);
    }
    60% {
      opacity: 1;
      -webkit-transform: translate3d(0, -20px, 0);
      transform: translate3d(0, -20px, 0);
    }
    75% {
      -webkit-transform: translate3d(0, 10px, 0);
      transform: translate3d(0, 10px, 0);
    }
    90% {
      -webkit-transform: translate3d(0, -5px, 0);
      transform: translate3d(0, -5px, 0);
    }
    100% {
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0);
    }
  }
  .bounceInUp {
    -webkit-animation-name: bounceInUp;
    animation-name: bounceInUp;
  }
  @-webkit-keyframes bounceOut {
    20% {
      -webkit-transform: scale3d(0.9, 0.9, 0.9);
      transform: scale3d(0.9, 0.9, 0.9);
    }
    50%,
    55% {
      opacity: 1;
      -webkit-transform: scale3d(1.1, 1.1, 1.1);
      transform: scale3d(1.1, 1.1, 1.1);
    }
    100% {
      opacity: 0;
      -webkit-transform: scale3d(0.3, 0.3, 0.3);
      transform: scale3d(0.3, 0.3, 0.3);
    }
  }
  @keyframes bounceOut {
    20% {
      -webkit-transform: scale3d(0.9, 0.9, 0.9);
      transform: scale3d(0.9, 0.9, 0.9);
    }
    50%,
    55% {
      opacity: 1;
      -webkit-transform: scale3d(1.1, 1.1, 1.1);
      transform: scale3d(1.1, 1.1, 1.1);
    }
    100% {
      opacity: 0;
      -webkit-transform: scale3d(0.3, 0.3, 0.3);
      transform: scale3d(0.3, 0.3, 0.3);
    }
  }
  .bounceOut {
    -webkit-animation-name: bounceOut;
    animation-name: bounceOut;
    animation-duration: 0.75s;
  }
  @-webkit-keyframes bounceOutDown {
    20% {
      -webkit-transform: translate3d(0, 10px, 0);
      transform: translate3d(0, 10px, 0);
    }
    40%,
    45% {
      opacity: 1;
      -webkit-transform: translate3d(0, -20px, 0);
      transform: translate3d(0, -20px, 0);
    }
    100% {
      opacity: 0;
      -webkit-transform: translate3d(0, 2000px, 0);
      transform: translate3d(0, 2000px, 0);
    }
  }
  @keyframes bounceOutDown {
    20% {
      -webkit-transform: translate3d(0, 10px, 0);
      transform: translate3d(0, 10px, 0);
    }
    40%,
    45% {
      opacity: 1;
      -webkit-transform: translate3d(0, -20px, 0);
      transform: translate3d(0, -20px, 0);
    }
    100% {
      opacity: 0;
      -webkit-transform: translate3d(0, 2000px, 0);
      transform: translate3d(0, 2000px, 0);
    }
  }
  .bounceOutDown {
    -webkit-animation-name: bounceOutDown;
    animation-name: bounceOutDown;
  }
  @-webkit-keyframes bounceOutLeft {
    20% {
      opacity: 1;
      -webkit-transform: translate3d(20px, 0, 0);
      transform: translate3d(20px, 0, 0);
    }
    100% {
      opacity: 0;
      -webkit-transform: translate3d(-2000px, 0, 0);
      transform: translate3d(-2000px, 0, 0);
    }
  }
  @keyframes bounceOutLeft {
    20% {
      opacity: 1;
      -webkit-transform: translate3d(20px, 0, 0);
      transform: translate3d(20px, 0, 0);
    }
    100% {
      opacity: 0;
      -webkit-transform: translate3d(-2000px, 0, 0);
      transform: translate3d(-2000px, 0, 0);
    }
  }
  .bounceOutLeft {
    -webkit-animation-name: bounceOutLeft;
    animation-name: bounceOutLeft;
  }
  @-webkit-keyframes bounceOutRight {
    20% {
      opacity: 1;
      -webkit-transform: translate3d(-20px, 0, 0);
      transform: translate3d(-20px, 0, 0);
    }
    100% {
      opacity: 0;
      -webkit-transform: translate3d(2000px, 0, 0);
      transform: translate3d(2000px, 0, 0);
    }
  }
  @keyframes bounceOutRight {
    20% {
      opacity: 1;
      -webkit-transform: translate3d(-20px, 0, 0);
      transform: translate3d(-20px, 0, 0);
    }
    100% {
      opacity: 0;
      -webkit-transform: translate3d(2000px, 0, 0);
      transform: translate3d(2000px, 0, 0);
    }
  }
  .bounceOutRight {
    -webkit-animation-name: bounceOutRight;
    animation-name: bounceOutRight;
  }
  @-webkit-keyframes bounceOutUp {
    20% {
      -webkit-transform: translate3d(0, -10px, 0);
      transform: translate3d(0, -10px, 0);
    }
    40%,
    45% {
      opacity: 1;
      -webkit-transform: translate3d(0, 20px, 0);
      transform: translate3d(0, 20px, 0);
    }
    100% {
      opacity: 0;
      -webkit-transform: translate3d(0, -2000px, 0);
      transform: translate3d(0, -2000px, 0);
    }
  }
  @keyframes bounceOutUp {
    20% {
      -webkit-transform: translate3d(0, -10px, 0);
      transform: translate3d(0, -10px, 0);
    }
    40%,
    45% {
      opacity: 1;
      -webkit-transform: translate3d(0, 20px, 0);
      transform: translate3d(0, 20px, 0);
    }
    100% {
      opacity: 0;
      -webkit-transform: translate3d(0, -2000px, 0);
      transform: translate3d(0, -2000px, 0);
    }
  }
  .bounceOutUp {
    -webkit-animation-name: bounceOutUp;
    animation-name: bounceOutUp;
  }
  @-webkit-keyframes fadeIn {
    0% {
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
  }
  @keyframes fadeIn {
    0% {
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
  }
  .fadeIn {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
  }
  @-webkit-keyframes fadeInDown {
    0% {
      opacity: 0;
      -webkit-transform: translate3d(0, -100%, 0);
      transform: translate3d(0, -100%, 0);
    }
    100% {
      opacity: 1;
      -webkit-transform: none;
      transform: none;
    }
  }
  @keyframes fadeInDown {
    0% {
      opacity: 0;
      -webkit-transform: translate3d(0, -100%, 0);
      transform: translate3d(0, -100%, 0);
    }
    100% {
      opacity: 1;
      -webkit-transform: none;
      transform: none;
    }
  }
  .fadeInDown {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
  }
  @-webkit-keyframes fadeInDownBig {
    0% {
      opacity: 0;
      -webkit-transform: translate3d(0, -2000px, 0);
      transform: translate3d(0, -2000px, 0);
    }
    100% {
      opacity: 1;
      -webkit-transform: none;
      transform: none;
    }
  }
  @keyframes fadeInDownBig {
    0% {
      opacity: 0;
      -webkit-transform: translate3d(0, -2000px, 0);
      transform: translate3d(0, -2000px, 0);
    }
    100% {
      opacity: 1;
      -webkit-transform: none;
      transform: none;
    }
  }
  .fadeInDownBig {
    -webkit-animation-name: fadeInDownBig;
    animation-name: fadeInDownBig;
  }
  @-webkit-keyframes fadeInLeft {
    0% {
      opacity: 0;
      -webkit-transform: translate3d(-100%, 0, 0);
      transform: translate3d(-100%, 0, 0);
    }
    100% {
      opacity: 1;
      -webkit-transform: none;
      transform: none;
    }
  }
  @keyframes fadeInLeft {
    0% {
      opacity: 0;
      -webkit-transform: translate3d(-100%, 0, 0);
      transform: translate3d(-100%, 0, 0);
    }
    100% {
      opacity: 1;
      -webkit-transform: none;
      transform: none;
    }
  }
  .fadeInLeft {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
  }
  @-webkit-keyframes fadeInLeftBig {
    0% {
      opacity: 0;
      -webkit-transform: translate3d(-2000px, 0, 0);
      transform: translate3d(-2000px, 0, 0);
    }
    100% {
      opacity: 1;
      -webkit-transform: none;
      transform: none;
    }
  }
  @keyframes fadeInLeftBig {
    0% {
      opacity: 0;
      -webkit-transform: translate3d(-2000px, 0, 0);
      transform: translate3d(-2000px, 0, 0);
    }
    100% {
      opacity: 1;
      -webkit-transform: none;
      transform: none;
    }
  }
  .fadeInLeftBig {
    -webkit-animation-name: fadeInLeftBig;
    animation-name: fadeInLeftBig;
  }
  @-webkit-keyframes fadeInRight {
    0% {
      opacity: 0;
      -webkit-transform: translate3d(100%, 0, 0);
      transform: translate3d(100%, 0, 0);
    }
    100% {
      opacity: 1;
      -webkit-transform: none;
      transform: none;
    }
  }
  @keyframes fadeInRight {
    0% {
      opacity: 0;
      -webkit-transform: translate3d(100%, 0, 0);
      transform: translate3d(100%, 0, 0);
    }
    100% {
      opacity: 1;
      -webkit-transform: none;
      transform: none;
    }
  }
  .fadeInRight {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight;
  }
  @-webkit-keyframes fadeInRightBig {
    0% {
      opacity: 0;
      -webkit-transform: translate3d(2000px, 0, 0);
      transform: translate3d(2000px, 0, 0);
    }
    100% {
      opacity: 1;
      -webkit-transform: none;
      transform: none;
    }
  }
  @keyframes fadeInRightBig {
    0% {
      opacity: 0;
      -webkit-transform: translate3d(2000px, 0, 0);
      transform: translate3d(2000px, 0, 0);
    }
    100% {
      opacity: 1;
      -webkit-transform: none;
      transform: none;
    }
  }
  .fadeInRightBig {
    -webkit-animation-name: fadeInRightBig;
    animation-name: fadeInRightBig;
  }
  @-webkit-keyframes fadeInUp {
    0% {
      opacity: 0;
      -webkit-transform: translate3d(0, 100%, 0);
      transform: translate3d(0, 100%, 0);
    }
    100% {
      opacity: 1;
      -webkit-transform: none;
      transform: none;
    }
  }
  @keyframes fadeInUp {
    0% {
      opacity: 0;
      -webkit-transform: translate3d(0, 100%, 0);
      transform: translate3d(0, 100%, 0);
    }
    100% {
      opacity: 1;
      -webkit-transform: none;
      transform: none;
    }
  }
  .fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
  }
  @-webkit-keyframes fadeInUpBig {
    0% {
      opacity: 0;
      -webkit-transform: translate3d(0, 2000px, 0);
      transform: translate3d(0, 2000px, 0);
    }
    100% {
      opacity: 1;
      -webkit-transform: none;
      transform: none;
    }
  }
  @keyframes fadeInUpBig {
    0% {
      opacity: 0;
      -webkit-transform: translate3d(0, 2000px, 0);
      transform: translate3d(0, 2000px, 0);
    }
    100% {
      opacity: 1;
      -webkit-transform: none;
      transform: none;
    }
  }
  .fadeInUpBig {
    -webkit-animation-name: fadeInUpBig;
    animation-name: fadeInUpBig;
  }
  @-webkit-keyframes fadeOut {
    0% {
      opacity: 1;
    }
    100% {
      opacity: 0;
    }
  }
  @keyframes fadeOut {
    0% {
      opacity: 1;
    }
    100% {
      opacity: 0;
    }
  }
  .fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut;
  }
  @-webkit-keyframes fadeOutDown {
    0% {
      opacity: 1;
    }
    100% {
      opacity: 0;
      -webkit-transform: translate3d(0, 100%, 0);
      transform: translate3d(0, 100%, 0);
    }
  }
  @keyframes fadeOutDown {
    0% {
      opacity: 1;
    }
    100% {
      opacity: 0;
      -webkit-transform: translate3d(0, 100%, 0);
      transform: translate3d(0, 100%, 0);
    }
  }
  .fadeOutDown {
    -webkit-animation-name: fadeOutDown;
    animation-name: fadeOutDown;
  }
  @-webkit-keyframes fadeOutDownBig {
    0% {
      opacity: 1;
    }
    100% {
      opacity: 0;
      -webkit-transform: translate3d(0, 2000px, 0);
      transform: translate3d(0, 2000px, 0);
    }
  }
  @keyframes fadeOutDownBig {
    0% {
      opacity: 1;
    }
    100% {
      opacity: 0;
      -webkit-transform: translate3d(0, 2000px, 0);
      transform: translate3d(0, 2000px, 0);
    }
  }
  .fadeOutDownBig {
    -webkit-animation-name: fadeOutDownBig;
    animation-name: fadeOutDownBig;
  }
  @-webkit-keyframes fadeOutLeft {
    0% {
      opacity: 1;
    }
    100% {
      opacity: 0;
      -webkit-transform: translate3d(-100%, 0, 0);
      transform: translate3d(-100%, 0, 0);
    }
  }
  @keyframes fadeOutLeft {
    0% {
      opacity: 1;
    }
    100% {
      opacity: 0;
      -webkit-transform: translate3d(-100%, 0, 0);
      transform: translate3d(-100%, 0, 0);
    }
  }
  .fadeOutLeft {
    -webkit-animation-name: fadeOutLeft;
    animation-name: fadeOutLeft;
  }
  @-webkit-keyframes fadeOutLeftBig {
    0% {
      opacity: 1;
    }
    100% {
      opacity: 0;
      -webkit-transform: translate3d(-2000px, 0, 0);
      transform: translate3d(-2000px, 0, 0);
    }
  }
  @keyframes fadeOutLeftBig {
    0% {
      opacity: 1;
    }
    100% {
      opacity: 0;
      -webkit-transform: translate3d(-2000px, 0, 0);
      transform: translate3d(-2000px, 0, 0);
    }
  }
  .fadeOutLeftBig {
    -webkit-animation-name: fadeOutLeftBig;
    animation-name: fadeOutLeftBig;
  }
  @-webkit-keyframes fadeOutRight {
    0% {
      opacity: 1;
    }
    100% {
      opacity: 0;
      -webkit-transform: translate3d(100%, 0, 0);
      transform: translate3d(100%, 0, 0);
    }
  }
  @keyframes fadeOutRight {
    0% {
      opacity: 1;
    }
    100% {
      opacity: 0;
      -webkit-transform: translate3d(100%, 0, 0);
      transform: translate3d(100%, 0, 0);
    }
  }
  .fadeOutRight {
    -webkit-animation-name: fadeOutRight;
    animation-name: fadeOutRight;
  }
  @-webkit-keyframes fadeOutRightBig {
    0% {
      opacity: 1;
    }
    100% {
      opacity: 0;
      -webkit-transform: translate3d(2000px, 0, 0);
      transform: translate3d(2000px, 0, 0);
    }
  }
  @keyframes fadeOutRightBig {
    0% {
      opacity: 1;
    }
    100% {
      opacity: 0;
      -webkit-transform: translate3d(2000px, 0, 0);
      transform: translate3d(2000px, 0, 0);
    }
  }
  .fadeOutRightBig {
    -webkit-animation-name: fadeOutRightBig;
    animation-name: fadeOutRightBig;
  }
  @-webkit-keyframes fadeOutUp {
    0% {
      opacity: 1;
    }
    100% {
      opacity: 0;
      -webkit-transform: translate3d(0, -100%, 0);
      transform: translate3d(0, -100%, 0);
    }
  }
  @keyframes fadeOutUp {
    0% {
      opacity: 1;
    }
    100% {
      opacity: 0;
      -webkit-transform: translate3d(0, -100%, 0);
      transform: translate3d(0, -100%, 0);
    }
  }
  .fadeOutUp {
    -webkit-animation-name: fadeOutUp;
    animation-name: fadeOutUp;
  }
  @-webkit-keyframes fadeOutUpBig {
    0% {
      opacity: 1;
    }
    100% {
      opacity: 0;
      -webkit-transform: translate3d(0, -2000px, 0);
      transform: translate3d(0, -2000px, 0);
    }
  }
  @keyframes fadeOutUpBig {
    0% {
      opacity: 1;
    }
    100% {
      opacity: 0;
      -webkit-transform: translate3d(0, -2000px, 0);
      transform: translate3d(0, -2000px, 0);
    }
  }
  .fadeOutUpBig {
    -webkit-animation-name: fadeOutUpBig;
    animation-name: fadeOutUpBig;
  }
  @-webkit-keyframes flip {
    0% {
      -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
      transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
      -webkit-animation-timing-function: ease-out;
      animation-timing-function: ease-out;
    }
    40% {
      -webkit-transform: perspective(400px) translate3d(0, 0, 150px)
        rotate3d(0, 1, 0, -190deg);
      transform: perspective(400px) translate3d(0, 0, 150px)
        rotate3d(0, 1, 0, -190deg);
      -webkit-animation-timing-function: ease-out;
      animation-timing-function: ease-out;
    }
    50% {
      -webkit-transform: perspective(400px) translate3d(0, 0, 150px)
        rotate3d(0, 1, 0, -170deg);
      transform: perspective(400px) translate3d(0, 0, 150px)
        rotate3d(0, 1, 0, -170deg);
      -webkit-animation-timing-function: ease-in;
      animation-timing-function: ease-in;
    }
    80% {
      -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
      transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
      -webkit-animation-timing-function: ease-in;
      animation-timing-function: ease-in;
    }
    100% {
      -webkit-transform: perspective(400px);
      transform: perspective(400px);
      -webkit-animation-timing-function: ease-in;
      animation-timing-function: ease-in;
    }
  }
  @keyframes flip {
    0% {
      -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
      transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
      -webkit-animation-timing-function: ease-out;
      animation-timing-function: ease-out;
    }
    40% {
      -webkit-transform: perspective(400px) translate3d(0, 0, 150px)
        rotate3d(0, 1, 0, -190deg);
      transform: perspective(400px) translate3d(0, 0, 150px)
        rotate3d(0, 1, 0, -190deg);
      -webkit-animation-timing-function: ease-out;
      animation-timing-function: ease-out;
    }
    50% {
      -webkit-transform: perspective(400px) translate3d(0, 0, 150px)
        rotate3d(0, 1, 0, -170deg);
      transform: perspective(400px) translate3d(0, 0, 150px)
        rotate3d(0, 1, 0, -170deg);
      -webkit-animation-timing-function: ease-in;
      animation-timing-function: ease-in;
    }
    80% {
      -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
      transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
      -webkit-animation-timing-function: ease-in;
      animation-timing-function: ease-in;
    }
    100% {
      -webkit-transform: perspective(400px);
      transform: perspective(400px);
      -webkit-animation-timing-function: ease-in;
      animation-timing-function: ease-in;
    }
  }
  .animated.flip {
    -webkit-backface-visibility: visible;
    backface-visibility: visible;
    -webkit-animation-name: flip;
    animation-name: flip;
  }
  @-webkit-keyframes flipInX {
    0% {
      -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
      transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
      -webkit-transition-timing-function: ease-in;
      transition-timing-function: ease-in;
      opacity: 0;
    }
    40% {
      -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
      transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
      -webkit-transition-timing-function: ease-in;
      transition-timing-function: ease-in;
    }
    60% {
      -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
      transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
      opacity: 1;
    }
    80% {
      -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
      transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    }
    100% {
      -webkit-transform: perspective(400px);
      transform: perspective(400px);
    }
  }
  @keyframes flipInX {
    0% {
      -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
      transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
      -webkit-transition-timing-function: ease-in;
      transition-timing-function: ease-in;
      opacity: 0;
    }
    40% {
      -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
      transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
      -webkit-transition-timing-function: ease-in;
      transition-timing-function: ease-in;
    }
    60% {
      -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
      transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
      opacity: 1;
    }
    80% {
      -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
      transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    }
    100% {
      -webkit-transform: perspective(400px);
      transform: perspective(400px);
    }
  }
  .flipInX {
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-name: flipInX;
    animation-name: flipInX;
  }
  .flipInY,
  .flipOutX {
    -webkit-backface-visibility: visible !important;
  }
  @-webkit-keyframes flipInY {
    0% {
      -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
      transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
      -webkit-transition-timing-function: ease-in;
      transition-timing-function: ease-in;
      opacity: 0;
    }
    40% {
      -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
      transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
      -webkit-transition-timing-function: ease-in;
      transition-timing-function: ease-in;
    }
    60% {
      -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
      transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
      opacity: 1;
    }
    80% {
      -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
      transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    }
    100% {
      -webkit-transform: perspective(400px);
      transform: perspective(400px);
    }
  }
  @keyframes flipInY {
    0% {
      -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
      transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
      -webkit-transition-timing-function: ease-in;
      transition-timing-function: ease-in;
      opacity: 0;
    }
    40% {
      -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
      transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
      -webkit-transition-timing-function: ease-in;
      transition-timing-function: ease-in;
    }
    60% {
      -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
      transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
      opacity: 1;
    }
    80% {
      -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
      transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    }
    100% {
      -webkit-transform: perspective(400px);
      transform: perspective(400px);
    }
  }
  .flipInY {
    backface-visibility: visible !important;
    -webkit-animation-name: flipInY;
    animation-name: flipInY;
  }
  @-webkit-keyframes flipOutX {
    0% {
      -webkit-transform: perspective(400px);
      transform: perspective(400px);
    }
    30% {
      -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
      transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
      opacity: 1;
    }
    100% {
      -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
      transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
      opacity: 0;
    }
  }
  @keyframes flipOutX {
    0% {
      -webkit-transform: perspective(400px);
      transform: perspective(400px);
    }
    30% {
      -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
      transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
      opacity: 1;
    }
    100% {
      -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
      transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
      opacity: 0;
    }
  }
  .flipOutX {
    -webkit-animation-name: flipOutX;
    animation-name: flipOutX;
    animation-duration: 0.75s;
    backface-visibility: visible !important;
  }
  @-webkit-keyframes flipOutY {
    0% {
      -webkit-transform: perspective(400px);
      transform: perspective(400px);
    }
    30% {
      -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
      transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
      opacity: 1;
    }
    100% {
      -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
      transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
      opacity: 0;
    }
  }
  @keyframes flipOutY {
    0% {
      -webkit-transform: perspective(400px);
      transform: perspective(400px);
    }
    30% {
      -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
      transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
      opacity: 1;
    }
    100% {
      -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
      transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
      opacity: 0;
    }
  }
  .flipOutY {
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-name: flipOutY;
    animation-name: flipOutY;
    -webkit-animation-duration: 0.75s;
    animation-duration: 0.75s;
  }
  .rsDefault .rsCloseVideoBtn,
  .rsWebkit3d .rsABlock,
  .rsWebkit3d .rsAbsoluteEl,
  .rsWebkit3d .rsBtnCenterer,
  .rsWebkit3d .rsContainer,
  .rsWebkit3d .rsLink,
  .rsWebkit3d .rsOverflow,
  .rsWebkit3d .rsPreloader,
  .rsWebkit3d .rsSlide,
  .rsWebkit3d .rsThumbs,
  .rsWebkit3d img {
    -webkit-backface-visibility: hidden;
  }
  @-webkit-keyframes lightSpeedIn {
    0% {
      -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
      transform: translate3d(100%, 0, 0) skewX(-30deg);
      opacity: 0;
    }
    60% {
      -webkit-transform: skewX(20deg);
      transform: skewX(20deg);
      opacity: 1;
    }
    80% {
      -webkit-transform: skewX(-5deg);
      transform: skewX(-5deg);
      opacity: 1;
    }
    100% {
      -webkit-transform: none;
      transform: none;
      opacity: 1;
    }
  }
  @keyframes lightSpeedIn {
    0% {
      -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
      transform: translate3d(100%, 0, 0) skewX(-30deg);
      opacity: 0;
    }
    60% {
      -webkit-transform: skewX(20deg);
      transform: skewX(20deg);
      opacity: 1;
    }
    80% {
      -webkit-transform: skewX(-5deg);
      transform: skewX(-5deg);
      opacity: 1;
    }
    100% {
      -webkit-transform: none;
      transform: none;
      opacity: 1;
    }
  }
  .lightSpeedIn {
    -webkit-animation-name: lightSpeedIn;
    animation-name: lightSpeedIn;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  @-webkit-keyframes lightSpeedOut {
    0% {
      opacity: 1;
    }
    100% {
      -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
      transform: translate3d(100%, 0, 0) skewX(30deg);
      opacity: 0;
    }
  }
  @keyframes lightSpeedOut {
    0% {
      opacity: 1;
    }
    100% {
      -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
      transform: translate3d(100%, 0, 0) skewX(30deg);
      opacity: 0;
    }
  }
  .lightSpeedOut {
    -webkit-animation-name: lightSpeedOut;
    animation-name: lightSpeedOut;
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  @-webkit-keyframes rotateIn {
    0% {
      -webkit-transform-origin: center;
      transform-origin: center;
      -webkit-transform: rotate3d(0, 0, 1, -200deg);
      transform: rotate3d(0, 0, 1, -200deg);
      opacity: 0;
    }
    100% {
      -webkit-transform-origin: center;
      transform-origin: center;
      -webkit-transform: none;
      transform: none;
      opacity: 1;
    }
  }
  @keyframes rotateIn {
    0% {
      -webkit-transform-origin: center;
      transform-origin: center;
      -webkit-transform: rotate3d(0, 0, 1, -200deg);
      transform: rotate3d(0, 0, 1, -200deg);
      opacity: 0;
    }
    100% {
      -webkit-transform-origin: center;
      transform-origin: center;
      -webkit-transform: none;
      transform: none;
      opacity: 1;
    }
  }
  .rotateIn {
    -webkit-animation-name: rotateIn;
    animation-name: rotateIn;
  }
  @-webkit-keyframes rotateInDownLeft {
    0% {
      -webkit-transform-origin: left bottom;
      transform-origin: left bottom;
      -webkit-transform: rotate3d(0, 0, 1, -45deg);
      transform: rotate3d(0, 0, 1, -45deg);
      opacity: 0;
    }
    100% {
      -webkit-transform-origin: left bottom;
      transform-origin: left bottom;
      -webkit-transform: none;
      transform: none;
      opacity: 1;
    }
  }
  @keyframes rotateInDownLeft {
    0% {
      -webkit-transform-origin: left bottom;
      transform-origin: left bottom;
      -webkit-transform: rotate3d(0, 0, 1, -45deg);
      transform: rotate3d(0, 0, 1, -45deg);
      opacity: 0;
    }
    100% {
      -webkit-transform-origin: left bottom;
      transform-origin: left bottom;
      -webkit-transform: none;
      transform: none;
      opacity: 1;
    }
  }
  .rotateInDownLeft {
    -webkit-animation-name: rotateInDownLeft;
    animation-name: rotateInDownLeft;
  }
  @-webkit-keyframes rotateInDownRight {
    0% {
      -webkit-transform-origin: right bottom;
      transform-origin: right bottom;
      -webkit-transform: rotate3d(0, 0, 1, 45deg);
      transform: rotate3d(0, 0, 1, 45deg);
      opacity: 0;
    }
    100% {
      -webkit-transform-origin: right bottom;
      transform-origin: right bottom;
      -webkit-transform: none;
      transform: none;
      opacity: 1;
    }
  }
  @keyframes rotateInDownRight {
    0% {
      -webkit-transform-origin: right bottom;
      transform-origin: right bottom;
      -webkit-transform: rotate3d(0, 0, 1, 45deg);
      transform: rotate3d(0, 0, 1, 45deg);
      opacity: 0;
    }
    100% {
      -webkit-transform-origin: right bottom;
      transform-origin: right bottom;
      -webkit-transform: none;
      transform: none;
      opacity: 1;
    }
  }
  .rotateInDownRight {
    -webkit-animation-name: rotateInDownRight;
    animation-name: rotateInDownRight;
  }
  @-webkit-keyframes rotateInUpLeft {
    0% {
      -webkit-transform-origin: left bottom;
      transform-origin: left bottom;
      -webkit-transform: rotate3d(0, 0, 1, 45deg);
      transform: rotate3d(0, 0, 1, 45deg);
      opacity: 0;
    }
    100% {
      -webkit-transform-origin: left bottom;
      transform-origin: left bottom;
      -webkit-transform: none;
      transform: none;
      opacity: 1;
    }
  }
  @keyframes rotateInUpLeft {
    0% {
      -webkit-transform-origin: left bottom;
      transform-origin: left bottom;
      -webkit-transform: rotate3d(0, 0, 1, 45deg);
      transform: rotate3d(0, 0, 1, 45deg);
      opacity: 0;
    }
    100% {
      -webkit-transform-origin: left bottom;
      transform-origin: left bottom;
      -webkit-transform: none;
      transform: none;
      opacity: 1;
    }
  }
  .rotateInUpLeft {
    -webkit-animation-name: rotateInUpLeft;
    animation-name: rotateInUpLeft;
  }
  @-webkit-keyframes rotateInUpRight {
    0% {
      -webkit-transform-origin: right bottom;
      transform-origin: right bottom;
      -webkit-transform: rotate3d(0, 0, 1, -90deg);
      transform: rotate3d(0, 0, 1, -90deg);
      opacity: 0;
    }
    100% {
      -webkit-transform-origin: right bottom;
      transform-origin: right bottom;
      -webkit-transform: none;
      transform: none;
      opacity: 1;
    }
  }
  @keyframes rotateInUpRight {
    0% {
      -webkit-transform-origin: right bottom;
      transform-origin: right bottom;
      -webkit-transform: rotate3d(0, 0, 1, -90deg);
      transform: rotate3d(0, 0, 1, -90deg);
      opacity: 0;
    }
    100% {
      -webkit-transform-origin: right bottom;
      transform-origin: right bottom;
      -webkit-transform: none;
      transform: none;
      opacity: 1;
    }
  }
  .rotateInUpRight {
    -webkit-animation-name: rotateInUpRight;
    animation-name: rotateInUpRight;
  }
  @-webkit-keyframes rotateOut {
    0% {
      -webkit-transform-origin: center;
      transform-origin: center;
      opacity: 1;
    }
    100% {
      -webkit-transform-origin: center;
      transform-origin: center;
      -webkit-transform: rotate3d(0, 0, 1, 200deg);
      transform: rotate3d(0, 0, 1, 200deg);
      opacity: 0;
    }
  }
  @keyframes rotateOut {
    0% {
      -webkit-transform-origin: center;
      transform-origin: center;
      opacity: 1;
    }
    100% {
      -webkit-transform-origin: center;
      transform-origin: center;
      -webkit-transform: rotate3d(0, 0, 1, 200deg);
      transform: rotate3d(0, 0, 1, 200deg);
      opacity: 0;
    }
  }
  .rotateOut {
    -webkit-animation-name: rotateOut;
    animation-name: rotateOut;
  }
  @-webkit-keyframes rotateOutDownLeft {
    0% {
      -webkit-transform-origin: left bottom;
      transform-origin: left bottom;
      opacity: 1;
    }
    100% {
      -webkit-transform-origin: left bottom;
      transform-origin: left bottom;
      -webkit-transform: rotate3d(0, 0, 1, 45deg);
      transform: rotate3d(0, 0, 1, 45deg);
      opacity: 0;
    }
  }
  @keyframes rotateOutDownLeft {
    0% {
      -webkit-transform-origin: left bottom;
      transform-origin: left bottom;
      opacity: 1;
    }
    100% {
      -webkit-transform-origin: left bottom;
      transform-origin: left bottom;
      -webkit-transform: rotate3d(0, 0, 1, 45deg);
      transform: rotate3d(0, 0, 1, 45deg);
      opacity: 0;
    }
  }
  .rotateOutDownLeft {
    -webkit-animation-name: rotateOutDownLeft;
    animation-name: rotateOutDownLeft;
  }
  @-webkit-keyframes rotateOutDownRight {
    0% {
      -webkit-transform-origin: right bottom;
      transform-origin: right bottom;
      opacity: 1;
    }
    100% {
      -webkit-transform-origin: right bottom;
      transform-origin: right bottom;
      -webkit-transform: rotate3d(0, 0, 1, -45deg);
      transform: rotate3d(0, 0, 1, -45deg);
      opacity: 0;
    }
  }
  @keyframes rotateOutDownRight {
    0% {
      -webkit-transform-origin: right bottom;
      transform-origin: right bottom;
      opacity: 1;
    }
    100% {
      -webkit-transform-origin: right bottom;
      transform-origin: right bottom;
      -webkit-transform: rotate3d(0, 0, 1, -45deg);
      transform: rotate3d(0, 0, 1, -45deg);
      opacity: 0;
    }
  }
  .rotateOutDownRight {
    -webkit-animation-name: rotateOutDownRight;
    animation-name: rotateOutDownRight;
  }
  @-webkit-keyframes rotateOutUpLeft {
    0% {
      -webkit-transform-origin: left bottom;
      transform-origin: left bottom;
      opacity: 1;
    }
    100% {
      -webkit-transform-origin: left bottom;
      transform-origin: left bottom;
      -webkit-transform: rotate3d(0, 0, 1, -45deg);
      transform: rotate3d(0, 0, 1, -45deg);
      opacity: 0;
    }
  }
  @keyframes rotateOutUpLeft {
    0% {
      -webkit-transform-origin: left bottom;
      transform-origin: left bottom;
      opacity: 1;
    }
    100% {
      -webkit-transform-origin: left bottom;
      transform-origin: left bottom;
      -webkit-transform: rotate3d(0, 0, 1, -45deg);
      transform: rotate3d(0, 0, 1, -45deg);
      opacity: 0;
    }
  }
  .rotateOutUpLeft {
    -webkit-animation-name: rotateOutUpLeft;
    animation-name: rotateOutUpLeft;
  }
  @-webkit-keyframes rotateOutUpRight {
    0% {
      -webkit-transform-origin: right bottom;
      transform-origin: right bottom;
      opacity: 1;
    }
    100% {
      -webkit-transform-origin: right bottom;
      transform-origin: right bottom;
      -webkit-transform: rotate3d(0, 0, 1, 90deg);
      transform: rotate3d(0, 0, 1, 90deg);
      opacity: 0;
    }
  }
  @keyframes rotateOutUpRight {
    0% {
      -webkit-transform-origin: right bottom;
      transform-origin: right bottom;
      opacity: 1;
    }
    100% {
      -webkit-transform-origin: right bottom;
      transform-origin: right bottom;
      -webkit-transform: rotate3d(0, 0, 1, 90deg);
      transform: rotate3d(0, 0, 1, 90deg);
      opacity: 0;
    }
  }
  .rotateOutUpRight {
    -webkit-animation-name: rotateOutUpRight;
    animation-name: rotateOutUpRight;
  }
  @-webkit-keyframes hinge {
    0% {
      -webkit-transform-origin: top left;
      transform-origin: top left;
      -webkit-animation-timing-function: ease-in-out;
      animation-timing-function: ease-in-out;
    }
    20%,
    60% {
      -webkit-transform: rotate3d(0, 0, 1, 80deg);
      transform: rotate3d(0, 0, 1, 80deg);
      -webkit-transform-origin: top left;
      transform-origin: top left;
      -webkit-animation-timing-function: ease-in-out;
      animation-timing-function: ease-in-out;
    }
    40%,
    80% {
      -webkit-transform: rotate3d(0, 0, 1, 60deg);
      transform: rotate3d(0, 0, 1, 60deg);
      -webkit-transform-origin: top left;
      transform-origin: top left;
      -webkit-animation-timing-function: ease-in-out;
      animation-timing-function: ease-in-out;
      opacity: 1;
    }
    100% {
      -webkit-transform: translate3d(0, 700px, 0);
      transform: translate3d(0, 700px, 0);
      opacity: 0;
    }
  }
  @keyframes hinge {
    0% {
      -webkit-transform-origin: top left;
      transform-origin: top left;
      -webkit-animation-timing-function: ease-in-out;
      animation-timing-function: ease-in-out;
    }
    20%,
    60% {
      -webkit-transform: rotate3d(0, 0, 1, 80deg);
      transform: rotate3d(0, 0, 1, 80deg);
      -webkit-transform-origin: top left;
      transform-origin: top left;
      -webkit-animation-timing-function: ease-in-out;
      animation-timing-function: ease-in-out;
    }
    40%,
    80% {
      -webkit-transform: rotate3d(0, 0, 1, 60deg);
      transform: rotate3d(0, 0, 1, 60deg);
      -webkit-transform-origin: top left;
      transform-origin: top left;
      -webkit-animation-timing-function: ease-in-out;
      animation-timing-function: ease-in-out;
      opacity: 1;
    }
    100% {
      -webkit-transform: translate3d(0, 700px, 0);
      transform: translate3d(0, 700px, 0);
      opacity: 0;
    }
  }
  .hinge {
    -webkit-animation-name: hinge;
    animation-name: hinge;
  }
  @-webkit-keyframes rollIn {
    0% {
      opacity: 0;
      -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
      transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    }
    100% {
      opacity: 1;
      -webkit-transform: none;
      transform: none;
    }
  }
  @keyframes rollIn {
    0% {
      opacity: 0;
      -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
      transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    }
    100% {
      opacity: 1;
      -webkit-transform: none;
      transform: none;
    }
  }
  .rollIn {
    -webkit-animation-name: rollIn;
    animation-name: rollIn;
  }
  @-webkit-keyframes rollOut {
    0% {
      opacity: 1;
    }
    100% {
      opacity: 0;
      -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
      transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    }
  }
  @keyframes rollOut {
    0% {
      opacity: 1;
    }
    100% {
      opacity: 0;
      -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
      transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    }
  }
  .rollOut {
    -webkit-animation-name: rollOut;
    animation-name: rollOut;
  }
  @-webkit-keyframes zoomIn {
    0% {
      opacity: 0;
      -webkit-transform: scale3d(0.3, 0.3, 0.3);
      transform: scale3d(0.3, 0.3, 0.3);
    }
    50% {
      opacity: 1;
    }
  }
  @keyframes zoomIn {
    0% {
      opacity: 0;
      -webkit-transform: scale3d(0.3, 0.3, 0.3);
      transform: scale3d(0.3, 0.3, 0.3);
    }
    50% {
      opacity: 1;
    }
  }
  .zoomIn {
    -webkit-animation-name: zoomIn;
    animation-name: zoomIn;
  }
  @-webkit-keyframes zoomInDown {
    0% {
      opacity: 0;
      -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
      transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
      -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
      animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }
    60% {
      opacity: 1;
      -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
      transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
      -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
      animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
  }
  @keyframes zoomInDown {
    0% {
      opacity: 0;
      -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
      transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
      -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
      animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }
    60% {
      opacity: 1;
      -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
      transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
      -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
      animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
  }
  .zoomInDown {
    -webkit-animation-name: zoomInDown;
    animation-name: zoomInDown;
  }
  @-webkit-keyframes zoomInLeft {
    0% {
      opacity: 0;
      -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
      transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
      -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
      animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }
    60% {
      opacity: 1;
      -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
      transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
      -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
      animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
  }
  @keyframes zoomInLeft {
    0% {
      opacity: 0;
      -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
      transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
      -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
      animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }
    60% {
      opacity: 1;
      -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
      transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
      -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
      animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
  }
  .zoomInLeft {
    -webkit-animation-name: zoomInLeft;
    animation-name: zoomInLeft;
  }
  @-webkit-keyframes zoomInRight {
    0% {
      opacity: 0;
      -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
      transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
      -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
      animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }
    60% {
      opacity: 1;
      -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
      transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
      -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
      animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
  }
  @keyframes zoomInRight {
    0% {
      opacity: 0;
      -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
      transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
      -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
      animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }
    60% {
      opacity: 1;
      -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
      transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
      -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
      animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
  }
  .zoomInRight {
    -webkit-animation-name: zoomInRight;
    animation-name: zoomInRight;
  }
  @-webkit-keyframes zoomInUp {
    0% {
      opacity: 0;
      -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
      transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
      -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
      animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }
    60% {
      opacity: 1;
      -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
      transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
      -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
      animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
  }
  @keyframes zoomInUp {
    0% {
      opacity: 0;
      -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
      transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
      -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
      animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }
    60% {
      opacity: 1;
      -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
      transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
      -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
      animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
  }
  .zoomInUp {
    -webkit-animation-name: zoomInUp;
    animation-name: zoomInUp;
  }
  @-webkit-keyframes zoomOut {
    0% {
      opacity: 1;
    }
    50% {
      opacity: 0;
      -webkit-transform: scale3d(0.3, 0.3, 0.3);
      transform: scale3d(0.3, 0.3, 0.3);
    }
    100% {
      opacity: 0;
    }
  }
  @keyframes zoomOut {
    0% {
      opacity: 1;
    }
    50% {
      opacity: 0;
      -webkit-transform: scale3d(0.3, 0.3, 0.3);
      transform: scale3d(0.3, 0.3, 0.3);
    }
    100% {
      opacity: 0;
    }
  }
  .zoomOut {
    -webkit-animation-name: zoomOut;
    animation-name: zoomOut;
  }
  @-webkit-keyframes zoomOutDown {
    40% {
      opacity: 1;
      -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
      transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
      -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
      animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }
    100% {
      opacity: 0;
      -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
      transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
      -webkit-transform-origin: center bottom;
      transform-origin: center bottom;
      -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
      animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
  }
  @keyframes zoomOutDown {
    40% {
      opacity: 1;
      -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
      transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
      -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
      animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }
    100% {
      opacity: 0;
      -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
      transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
      -webkit-transform-origin: center bottom;
      transform-origin: center bottom;
      -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
      animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
  }
  .zoomOutDown {
    -webkit-animation-name: zoomOutDown;
    animation-name: zoomOutDown;
  }
  @-webkit-keyframes zoomOutLeft {
    40% {
      opacity: 1;
      -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
      transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    }
    100% {
      opacity: 0;
      -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
      transform: scale(0.1) translate3d(-2000px, 0, 0);
      -webkit-transform-origin: left center;
      transform-origin: left center;
    }
  }
  @keyframes zoomOutLeft {
    40% {
      opacity: 1;
      -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
      transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    }
    100% {
      opacity: 0;
      -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
      transform: scale(0.1) translate3d(-2000px, 0, 0);
      -webkit-transform-origin: left center;
      transform-origin: left center;
    }
  }
  .zoomOutLeft {
    -webkit-animation-name: zoomOutLeft;
    animation-name: zoomOutLeft;
  }
  @-webkit-keyframes zoomOutRight {
    40% {
      opacity: 1;
      -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
      transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    }
    100% {
      opacity: 0;
      -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
      transform: scale(0.1) translate3d(2000px, 0, 0);
      -webkit-transform-origin: right center;
      transform-origin: right center;
    }
  }
  @keyframes zoomOutRight {
    40% {
      opacity: 1;
      -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
      transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    }
    100% {
      opacity: 0;
      -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
      transform: scale(0.1) translate3d(2000px, 0, 0);
      -webkit-transform-origin: right center;
      transform-origin: right center;
    }
  }
  .zoomOutRight {
    -webkit-animation-name: zoomOutRight;
    animation-name: zoomOutRight;
  }
  @-webkit-keyframes zoomOutUp {
    40% {
      opacity: 1;
      -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
      transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
      -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
      animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }
    100% {
      opacity: 0;
      -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
      transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
      -webkit-transform-origin: center bottom;
      transform-origin: center bottom;
      -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
      animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
  }
  @keyframes zoomOutUp {
    40% {
      opacity: 1;
      -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
      transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
      -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
      animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }
    100% {
      opacity: 0;
      -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
      transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
      -webkit-transform-origin: center bottom;
      transform-origin: center bottom;
      -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
      animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
  }
  .zoomOutUp {
    -webkit-animation-name: zoomOutUp;
    animation-name: zoomOutUp;
  }
  @-webkit-keyframes slideInDown {
    0% {
      -webkit-transform: translateY(-100%);
      transform: translateY(-100%);
      visibility: visible;
    }
    100% {
      -webkit-transform: translateY(0);
      transform: translateY(0);
    }
  }
  @keyframes slideInDown {
    0% {
      -webkit-transform: translateY(-100%);
      transform: translateY(-100%);
      visibility: visible;
    }
    100% {
      -webkit-transform: translateY(0);
      transform: translateY(0);
    }
  }
  .slideInDown {
    -webkit-animation-name: slideInDown;
    animation-name: slideInDown;
  }
  @-webkit-keyframes slideInLeft {
    0% {
      -webkit-transform: translateX(-100%);
      transform: translateX(-100%);
      visibility: visible;
    }
    100% {
      -webkit-transform: translateX(0);
      transform: translateX(0);
    }
  }
  @keyframes slideInLeft {
    0% {
      -webkit-transform: translateX(-100%);
      transform: translateX(-100%);
      visibility: visible;
    }
    100% {
      -webkit-transform: translateX(0);
      transform: translateX(0);
    }
  }
  .slideInLeft {
    -webkit-animation-name: slideInLeft;
    animation-name: slideInLeft;
  }
  @-webkit-keyframes slideInRight {
    0% {
      -webkit-transform: translateX(100%);
      transform: translateX(100%);
      visibility: visible;
    }
    100% {
      -webkit-transform: translateX(0);
      transform: translateX(0);
    }
  }
  @keyframes slideInRight {
    0% {
      -webkit-transform: translateX(100%);
      transform: translateX(100%);
      visibility: visible;
    }
    100% {
      -webkit-transform: translateX(0);
      transform: translateX(0);
    }
  }
  .slideInRight {
    -webkit-animation-name: slideInRight;
    animation-name: slideInRight;
  }
  @-webkit-keyframes slideInUp {
    0% {
      -webkit-transform: translateY(100%);
      transform: translateY(100%);
      visibility: visible;
    }
    100% {
      -webkit-transform: translateY(0);
      transform: translateY(0);
    }
  }
  @keyframes slideInUp {
    0% {
      -webkit-transform: translateY(100%);
      transform: translateY(100%);
      visibility: visible;
    }
    100% {
      -webkit-transform: translateY(0);
      transform: translateY(0);
    }
  }
  .slideInUp {
    -webkit-animation-name: slideInUp;
    animation-name: slideInUp;
  }
  @-webkit-keyframes slideOutDown {
    0% {
      -webkit-transform: translateY(0);
      transform: translateY(0);
    }
    100% {
      visibility: hidden;
      -webkit-transform: translateY(100%);
      transform: translateY(100%);
    }
  }
  @keyframes slideOutDown {
    0% {
      -webkit-transform: translateY(0);
      transform: translateY(0);
    }
    100% {
      visibility: hidden;
      -webkit-transform: translateY(100%);
      transform: translateY(100%);
    }
  }
  .slideOutDown {
    -webkit-animation-name: slideOutDown;
    animation-name: slideOutDown;
  }
  @-webkit-keyframes slideOutLeft {
    0% {
      -webkit-transform: translateX(0);
      transform: translateX(0);
    }
    100% {
      visibility: hidden;
      -webkit-transform: translateX(-100%);
      transform: translateX(-100%);
    }
  }
  @keyframes slideOutLeft {
    0% {
      -webkit-transform: translateX(0);
      transform: translateX(0);
    }
    100% {
      visibility: hidden;
      -webkit-transform: translateX(-100%);
      transform: translateX(-100%);
    }
  }
  .slideOutLeft {
    -webkit-animation-name: slideOutLeft;
    animation-name: slideOutLeft;
  }
  @-webkit-keyframes slideOutRight {
    0% {
      -webkit-transform: translateX(0);
      transform: translateX(0);
    }
    100% {
      visibility: hidden;
      -webkit-transform: translateX(100%);
      transform: translateX(100%);
    }
  }
  @keyframes slideOutRight {
    0% {
      -webkit-transform: translateX(0);
      transform: translateX(0);
    }
    100% {
      visibility: hidden;
      -webkit-transform: translateX(100%);
      transform: translateX(100%);
    }
  }
  .slideOutRight {
    -webkit-animation-name: slideOutRight;
    animation-name: slideOutRight;
  }
  @-webkit-keyframes slideOutUp {
    0% {
      -webkit-transform: translateY(0);
      transform: translateY(0);
    }
    100% {
      visibility: hidden;
      -webkit-transform: translateY(-100%);
      transform: translateY(-100%);
    }
  }
  @keyframes slideOutUp {
    0% {
      -webkit-transform: translateY(0);
      transform: translateY(0);
    }
    100% {
      visibility: hidden;
      -webkit-transform: translateY(-100%);
      transform: translateY(-100%);
    }
  }
  .slideOutUp {
    -webkit-animation-name: slideOutUp;
    animation-name: slideOutUp;
  }
  .royalSlider {
    width: 600px;
    height: 400px;
    position: relative;
    direction: ltr;
  }
  .rsContainer,
  .rsOverflow,
  .rsVisibleNearbyWrap {
    height: 100%;
    -webkit-tap-highlight-color: transparent;
    width: 100%;
  }
  .rsWebkit3d .rsSlide {
    -webkit-transform: translateZ(0);
  }
  .rsFade.rsWebkit3d .rsContainer,
  .rsFade.rsWebkit3d .rsSlide,
  .rsFade.rsWebkit3d img {
    -webkit-transform: none;
  }
  .rsOverflow {
    position: relative;
    overflow: hidden;
  }
  .rsVisibleNearbyWrap {
    position: relative;
    overflow: hidden;
    left: 0;
    top: 0;
  }
  .rsVisibleNearbyWrap .rsOverflow {
    position: absolute;
    left: 0;
    top: 0;
  }
  .rsContainer {
    position: relative;
  }
  .rsThumb {
    position: relative;
  }
  .rsArrow,
  .rsNav,
  .rsThumbsArrow {
    opacity: 1;
    -webkit-transition: opacity 0.3s linear;
    -moz-transition: opacity 0.3s linear;
    -o-transition: opacity 0.3s linear;
    transition: opacity 0.3s linear;
  }
  .rsHidden {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: visibility 0s linear 0.3s, opacity 0.3s linear;
    -moz-transition: visibility 0s linear 0.3s, opacity 0.3s linear;
    -o-transition: visibility 0s linear 0.3s, opacity 0.3s linear;
    transition: visibility 0s linear 0.3s, opacity 0.3s linear;
  }
  .rsGCaption {
    width: 100%;
    text-align: center;
  }
  .royalSlider.rsFullscreen {
    position: fixed !important;
    height: auto !important;
    width: auto !important;
    margin: 0 !important;
    padding: 0 !important;
    z-index: 2147483647 !important;
    top: 0 !important;
    left: 0 !important;
    bottom: 0 !important;
    right: 0 !important;
  }
  .rsABlock,
  .rsDefault.rsHor .rsArrowLeft,
  .rsDefault.rsVer .rsArrowLeft,
  .rsLink,
  .rsSlide,
  .rsVideoFrameHolder {
    top: 0;
    left: 0;
  }
  .royalSlider .rsSlide.rsFakePreloader {
    opacity: 1 !important;
    -webkit-transition: 0s;
    -moz-transition: 0s;
    -o-transition: 0s;
    transition: 0s;
    display: none;
  }
  .rsSlide {
    position: absolute;
    display: block;
    overflow: hidden;
    height: 100%;
    width: 100%;
  }
  .royalSlider.rsAutoHeight,
  .rsAutoHeight .rsSlide {
    height: auto;
  }
  .rsContent {
    width: 100%;
    height: 100%;
    position: relative;
  }
  .rsPreloader {
    position: absolute;
    z-index: 0;
  }
  .rsNav {
    -moz-user-select: -moz-none;
    -webkit-user-select: none;
    user-select: none;
  }
  .rsNavItem {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0.25);
  }
  .rsThumbs {
    position: relative;
    overflow: hidden;
    z-index: 22;
  }
  .rsTabs {
    background: 0 0 !important;
  }
  .rsTabs,
  .rsThumbs {
    -webkit-tap-highlight-color: transparent;
  }
  .rsVideoContainer {
    width: auto;
    height: auto;
    line-height: 0;
    position: relative;
  }
  .rsVideoFrameHolder {
    position: absolute;
    background: #141414;
    opacity: 0;
    -webkit-transition: 0.3s;
  }
  .rsVideoFrameHolder.rsVideoActive {
    opacity: 1;
  }
  .rsVideoContainer .rsVideoObj,
  .rsVideoContainer embed,
  .rsVideoContainer iframe,
  .rsVideoContainer video {
    position: absolute;
    z-index: 50;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
  }
  .rsVideoContainer.rsIOSVideo embed,
  .rsVideoContainer.rsIOSVideo iframe,
  .rsVideoContainer.rsIOSVideo video {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-right: 44px;
  }
  .rsABlock {
    position: absolute;
    z-index: 15;
  }
  img.rsImg {
    max-width: none;
  }
  .grab-cursor {
    cursor: url(grab.png) 8 8, move;
  }
  .grabbing-cursor {
    cursor: url(grabbing.png) 8 8, move;
  }
  .rsNoDrag {
    cursor: auto;
  }
  .rsLink {
    position: absolute;
    width: 100%;
    height: 100%;
    display: block;
    z-index: 20;
    background: url(blank.gif);
  }
  #royalslider {
    width: 100%;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
  }
  .rsDefault,
  .rsDefault .rsOverflow,
  .rsDefault .rsSlide,
  .rsDefault .rsThumbs,
  .rsDefault .rsVideoFrameHolder {
    background: #fff;
    color: #333;
  }
  .rsDefault .rsOverflow {
    margin-bottom: 10px;
  }
  .rsDefault .rsArrow {
    height: 100%;
    width: 44px;
    position: absolute;
    display: block;
    cursor: pointer;
    z-index: 21;
  }
  .rsDefault.rsVer .rsArrow {
    width: 100%;
    height: 44px;
  }
  .rsDefault.rsVer .rsArrowRight {
    bottom: 0;
    left: 0;
  }
  .rsDefault.rsHor .rsArrowRight {
    right: 0;
    top: 0;
  }
  .rsDefault .rsArrowIcn {
    width: 32px;
    height: 32px;
    top: 50%;
    left: 50%;
    margin-top: -16px;
    margin-left: -16px;
    position: absolute;
    cursor: pointer;
    background: url(rs-default.png) #000;
    background-color: rgba(0, 0, 0, 0.75);
    border-radius: 2px;
  }
  .rsDefault .rsArrowIcn:hover {
    background-color: rgba(0, 0, 0, 0.9);
  }
  .rsDefault.rsHor .rsArrowLeft .rsArrowIcn {
    background-position: -64px -32px;
  }
  .rsDefault.rsHor .rsArrowRight .rsArrowIcn {
    background-position: -64px -64px;
  }
  .rsDefault.rsVer .rsArrowLeft .rsArrowIcn {
    background-position: -96px -32px;
  }
  .rsDefault.rsVer .rsArrowRight .rsArrowIcn {
    background-position: -96px -64px;
  }
  .rsDefault .rsArrowDisabled .rsArrowIcn {
    opacity: 0.2;
    filter: alpha(opacity=20);
  }
  .rsDefault .rsBullets {
    position: absolute;
    z-index: 35;
    left: 0;
    bottom: 0;
    width: 100%;
    height: auto;
    margin: 0 auto;
    background: #000;
    background: rgba(0, 0, 0, 0.75);
    text-align: center;
    line-height: 8px;
    overflow: hidden;
  }
  .rsDefault .rsBullet {
    width: 8px;
    height: 8px;
    display: inline-block;
    padding: 6px 5px;
  }
  .rsDefault .rsBullet span {
    display: block;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #777;
    background: rgba(255, 255, 255, 0.5);
  }
  .rsDefault .rsBullet.rsNavSelected span {
    background-color: #fff;
  }
  .rsDefault .rsThumbsHor {
    width: 100%;
    height: auto;
  }
  .rsDefault .rsThumbsVer {
    width: 200px;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
  }
  .rsDefault.rsWithThumbsHor .rsThumbsContainer {
    position: relative;
    height: 100%;
  }
  .rsDefault.rsWithThumbsVer .rsThumbsContainer {
    position: relative;
    width: 100%;
  }
  .rsDefault .rsThumb {
    float: left;
    overflow: hidden;
    width: 200px;
    height: 100%;
  }
  #main .rsDefault .rsThumb h3 {
    margin-bottom: 10px;
    padding-top: 10px;
    line-height: 1;
  }
  #main .rsDefault .rsThumb p {
    font-size: 12px;
  }
  .rsDefault .rsThumb img {
    width: 100%;
    height: 100%;
  }
  .rsDefault .rsThumb.rsNavSelected img {
    background-color: #4f7c32;
    opacity: 0.3;
    filter: alpha(opacity=30);
  }
  .rsDefault .rsTmb {
    display: block;
  }
  .rsDefault .rsTmb h5 {
    font-size: 16px;
    margin: 0;
    padding: 0;
    line-height: 20px;
    color: #fff;
  }
  .rsDefault .rsTmb span {
    color: #ddd;
    margin: 0;
    padding: 0;
    font-size: 13px;
    line-height: 18px;
  }
  .rsDefault .rsThumbsArrow {
    height: 52%;
    width: 20px;
    position: absolute;
    display: block;
    cursor: pointer;
    z-index: 21;
    background: #6cb33e;
  }
  .rsDefault .rsThumbsArrow:hover {
    background: #4f7c32;
  }
  .rsDefault.rsWithThumbsVer .rsThumbsArrow {
    width: 100%;
    height: 20px;
  }
  .rsDefault.rsWithThumbsVer .rsThumbsArrowLeft {
    top: 0;
    left: 0;
  }
  .rsDefault.rsWithThumbsVer .rsThumbsArrowRight {
    bottom: 0;
    left: 0;
  }
  .rsDefault.rsWithThumbsHor .rsThumbsArrowLeft {
    left: 0;
    top: 0;
  }
  .rsDefault.rsWithThumbsHor .rsThumbsArrowRight {
    right: 0;
    top: 0;
  }
  .rsDefault .rsThumbsArrowIcn {
    width: 16px;
    height: 16px;
    top: 50%;
    left: 50%;
    margin-top: -8px;
    margin-left: -8px;
    position: absolute;
    cursor: pointer;
    background: url(rs-default.png);
  }
  .rsDefault.rsWithThumbsHor .rsThumbsArrowLeft .rsThumbsArrowIcn {
    background-position: -128px -32px;
  }
  .rsDefault.rsWithThumbsHor .rsThumbsArrowRight .rsThumbsArrowIcn {
    background-position: -128px -48px;
  }
  .rsDefault.rsWithThumbsVer .rsThumbsArrowLeft .rsThumbsArrowIcn {
    background-position: -144px -32px;
  }
  .rsDefault.rsWithThumbsVer .rsThumbsArrowRight .rsThumbsArrowIcn {
    background-position: -144px -48px;
  }
  .rsDefault .rsThumbsArrowDisabled {
    background: #4f7c32;
  }
  @media screen and (min-width: 0px) and (max-width: 800px) {
    .rsDefault .rsThumbsArrow {
      height: 33%;
    }
    .rsDefault .rsThumb {
      width: 120px;
    }
    #main .rsDefault .rsThumb h3 {
      font-size: 14px;
    }
  }
  @media screen and (min-width: 0px) and (max-width: 550px) {
    .rsDefault .rsThumbsArrow {
      height: 55%;
    }
    .rsDefault .rsThumb {
      width: 80px;
    }
    #main .rsDefault .rsThumb h3 {
      font-size: 12px;
    }
    #main .rsDefault .rsThumb p {
      display: none;
    }
  }
  .rsDefault .rsTabs {
    width: 100%;
    height: auto;
    margin: 0 auto;
    text-align: center;
    overflow: hidden;
    padding-top: 12px;
    position: relative;
  }
  .rsDefault .rsTab {
    display: inline-block;
    cursor: pointer;
    text-align: center;
    height: auto;
    width: auto;
    color: #333;
    padding: 5px 13px 6px;
    min-width: 72px;
    border: 1px solid #d9d9dd;
    border-right: 1px solid #f5f5f5;
    text-decoration: none;
    background-color: #fff;
    background-image: -webkit-linear-gradient(top, #fefefe, #f4f4f4);
    background-image: -moz-linear-gradient(top, #fefefe, #f4f4f4);
    background-image: linear-gradient(to bottom, #fefefe, #f4f4f4);
    -webkit-box-shadow: inset 1px 0 0 #fff;
    box-shadow: inset 1px 0 0 #fff;
  }
  .rsDefault .rsTab:first-child {
    -webkit-border-top-left-radius: 4px;
    border-top-left-radius: 4px;
    -webkit-border-bottom-left-radius: 4px;
    border-bottom-left-radius: 4px;
  }
  .rsDefault .rsTab:last-child {
    -webkit-border-top-right-radius: 4px;
    border-top-right-radius: 4px;
    -webkit-border-bottom-right-radius: 4px;
    border-bottom-right-radius: 4px;
    border-right: 1px solid #cfcfcf;
  }
  .rsDefault .rsTab:active {
    border: 1px solid #d9d9dd;
    background-color: #f4f4f4;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2) inset;
  }
  .rsDefault .rsTab.rsNavSelected {
    color: #fff;
    border: 1px solid #999;
    text-shadow: 1px 1px #838383;
    box-shadow: 0 1px 9px rgba(102, 102, 102, 0.65) inset;
    background: #acacac;
    background-image: -webkit-linear-gradient(top, #acacac, #bbb);
    background-image: -moz-llinear-gradient(top, #acacac, #bbb);
    background-image: linear-gradient(to bottom, #acacac, #bbb);
  }
  .rsDefault .rsFullscreenBtn {
    right: 0;
    top: 0;
    width: 44px;
    height: 44px;
    z-index: 22;
    display: block;
    position: absolute;
    cursor: pointer;
  }
  .rsDefault .rsFullscreenIcn {
    display: block;
    margin: 6px;
    width: 32px;
    height: 32px;
    background: url(rs-default.png) #000;
    background-color: rgba(0, 0, 0, 0.75);
    border-radius: 2px;
  }
  .rsDefault .rsFullscreenIcn:hover {
    background-color: rgba(0, 0, 0, 0.9);
  }
  .rsDefault.rsFullscreen .rsFullscreenIcn {
    background-position: -32px 0;
  }
  .rsDefault .rsPlayBtn {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0.3);
    width: 64px;
    height: 64px;
    margin-left: -32px;
    margin-top: -32px;
    cursor: pointer;
  }
  .rsDefault .rsPlayBtnIcon {
    width: 64px;
    display: block;
    height: 64px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    transition: 0.3s;
    background: url(rs-default.png) 0 -32px no-repeat #6cb33e;
  }
  .rsDefault .rsPlayBtn:hover .rsPlayBtnIcon {
    background-color: #4f7c32;
  }
  .rsDefault .rsBtnCenterer {
    position: absolute;
    left: 50%;
    top: 50%;
  }
  .rsDefault .rsCloseVideoBtn {
    display: none;
    right: 0;
    top: 0;
    width: 44px;
    height: 44px;
    z-index: 500;
    position: absolute;
    cursor: pointer;
    -webkit-transform: translateZ(0);
  }
  .rsDefault .rsCloseVideoBtn.rsiOSBtn {
    top: -38px;
    right: -6px;
  }
  .rsDefault .rsCloseVideoIcn {
    margin: 6px;
    width: 32px;
    height: 32px;
    background: url(rs-default.png) -64px 0 #000;
    background-color: rgba(0, 0, 0, 0.75);
  }
  .rsDefault .rsCloseVideoIcn:hover {
    background-color: rgba(0, 0, 0, 0.9);
  }
  .rsDefault .rsPreloader {
    width: 20px;
    height: 20px;
    background-image: url(../preloaders/preloader-white.gif);
    left: 50%;
    top: 50%;
    margin-left: -10px;
    margin-top: -10px;
  }
  body,
  html {
    height: 100%;
  }
  .rsDefault .rsGCaption {
    position: absolute;
    float: none;
    bottom: 6px;
    left: 6px;
    text-align: left;
    background: #000;
    background: rgba(0, 0, 0, 0.75);
    color: #fff;
    padding: 2px 8px;
    width: auto;
    font-size: 12px;
    border-radius: 2px;
  }
  .buttons,
  a.gronn-knapp {
    text-align: center;
  }
  .hvit-ramme,
  a.hvit-knapp,
  body.error404 {
    background: #fff;
  }
  a,
  abbr,
  acronym,
  address,
  applet,
  article,
  aside,
  audio,
  b,
  big,
  blockquote,
  body,
  canvas,
  caption,
  center,
  cite,
  code,
  dd,
  del,
  details,
  dfn,
  div,
  dl,
  dt,
  em,
  embed,
  fieldset,
  figcaption,
  figure,
  footer,
  form,
  h1,
  h2,
  h3,
  h4,
  h5,
  h6,
  header,
  hgroup,
  html,
  i,
  iframe,
  img,
  ins,
  kbd,
  label,
  legend,
  li,
  mark,
  menu,
  nav,
  object,
  ol,
  output,
  p,
  pre,
  q,
  ruby,
  s,
  samp,
  section,
  small,
  span,
  strike,
  strong,
  summary,
  table,
  tbody,
  td,
  tfoot,
  th,
  thead,
  time,
  tr,
  tt,
  u,
  ul,
  var,
  video {
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    vertical-align: baseline;
  }
  #main em,
  #main em *,
  .product-title h3 {
    font-style: italic;
  }
  article,
  aside,
  details,
  figcaption,
  figure,
  footer,
  header,
  hgroup,
  menu,
  nav,
  section {
    display: block;
  }
  body {
    line-height: 1;
    overflow-x: hidden;
    overflow-y: scroll;
    color: #333;
  }
  ol,
  ul {
    list-style: none;
  }
  blockquote,
  q {
    quotes: none;
  }
  blockquote:after,
  blockquote:before,
  q:after,
  q:before {
    content: "";
    content: none;
  }
  table {
    border-collapse: collapse;
    border-spacing: 0;
  }
  *,
  body,
  html {
    -webkit-text-size-adjust: 100% !important;
    -ms-text-size-adjust: 100% !important;
    text-size-adjust: 100% !important;
    -webkit-box-sizing: border-box !important;
    -moz-box-sizing: border-box !important;
    box-sizing: border-box !important;
  }
  #ie7 body {
    overflow: visible;
  }
  #ie7 .p_infobox_title {
    height: 33px;
  }
  .ramme {
    width: 980px;
    max-width: 100%;
    margin: 0 auto;
    min-height: 154px;
  }
  .alt-ramme {
    min-height: 96px;
  }
  body.postid-77 .infrastructure-ramme {
    width: 1000px;
    max-width: 100%;
  }
  #main blockquote p:after,
  #main blockquote p:before {
    content: "";
    width: 50px;
    height: 32px;
  }
  .hvit-ramme {
    padding-bottom: 40px;
  }
  .clear {
    clear: both;
  }
  .grid-clear {
    padding: 20px 0;
  }
  a.gronn-knapp,
  a.hvit-knapp {
    border-right: 1px solid #b3b3b3;
    border-left: 1px solid #b3b3b3;
    border-radius: 5px;
    font-size: 14px;
    padding: 10px;
    -webkit-appearance: none !important;
    cursor: pointer;
  }
  iframe {
    max-width: 100%;
  }
  a.zoomLink {
    display: inline;
  }
  a,
  a:visited {
    color: #1ca7cc;
    text-decoration: underline;
  }
  a:hover {
    color: #333;
  }
  a.hvit-knapp {
    display: inline-block;
    border-top: 1px solid #b3b3b3;
    border-bottom: 3px solid #b3b3b3;
    text-decoration: none;
    color: #333;
    font-family: Roboto, Arial, sans-serif;
    font-weight: 400;
  }
  a.hvit-knapp:focus,
  a.hvit-knapp:hover {
    background: #f4f4f4;
  }
  a.hvit-knapp:active {
    background: #fff;
    border-top: 3px solid #b3b3b3;
    border-bottom: 1px solid #b3b3b3;
    margin-bottom: 3px;
    margin-top: -3px;
  }
  a.gronn-knapp {
    background: #6cb33e;
    display: inline-block;
    border-top: 1px solid #b3b3b3;
    border-bottom: 3px solid #b3b3b3;
    text-decoration: none;
    color: #fff !important;
    font-family: SohoGothicW01-BoldItali, sans-serif;
    min-width: 165px;
  }
  a.content-button {
    margin: 0 1.5em 1.5em;
  }
  a.gronn-knapp:focus,
  a.gronn-knapp:hover {
    background: #5e9939;
  }
  a.gronn-knapp:active {
    background: #4f7c32;
    border-top: 2px solid #b3b3b3;
    border-bottom: 1px solid #b3b3b3;
    margin-bottom: 1px;
  }
  a.gronn-knapp.stor-knapp {
    font-size: 25px;
    padding: 20px 30px;
  }
  a.get-a-quote-knapp {
    background: url(icons/icon-shopping.svg) 15px center no-repeat #fff;
    background-size: 25%;
    padding: 10px 20px 10px 60px;
    margin: 0 1% 10px;
    min-width: 167px;
  }
  .product-accessory-item a.get-a-quote-knapp {
    margin: 0 -20px 0 0;
  }
  .product-accessory-item a.get-a-quote-knapp:active {
    margin-bottom: 2px;
    margin-top: -2px;
  }
  a.get-a-quote-knapp:hover {
    background: url(icons/icon-shopping.svg) 15px center no-repeat #f4f4f4;
    background-size: 25%;
  }
  a.accessories-knapp {
    background: url(icons/icon-accessories.png) 15px center no-repeat #fff;
    padding: 10px 20px 10px 60px;
    margin: 0 1%;
  }
  a.accessories-knapp:hover {
    background: url(icons/icon-accessories.png) 15px center no-repeat #f4f4f4;
  }
  ol {
    display: block;
    list-style-type: decimal;
    -webkit-margin-before: 1em;
    -webkit-margin-after: 1em;
    -webkit-margin-start: 0;
    -webkit-margin-end: 0;
    -webkit-padding-start: 40px;
  }
  input[type="checkbox"] {
    -ms-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -o-transform: scale(1.2);
  }
  #main .blockquote {
    border: none;
  }
  #main2 blockquote {
    background-image: url(icons/icon-left-quote.svg),
      url(icons/icon-right-quote.svg);
    background-repeat: no-repeat;
    background-position: 0 0, 90% 100%;
    padding-left: 60px;
    text-align: right;
    display: inline-block;
  }
  #main blockquote p:before {
    background-image: url(icons/icon-left-quote.svg);
    background-repeat: no-repeat;
    line-height: 0;
    display: inline-block;
    float: left;
    vertical-align: top;
  }
  #main blockquote p:after {
    background-image: url(icons/icon-right-quote.svg);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    display: inline-block;
    float: right;
    vertical-align: bottom;
  }
  #main blockquote p {
    font-family: Roboto, Arial, sans-serif;
    font-size: 22px;
    font-weight: 400;
    margin: 0 2.5em 0 0;
    padding: 15px 0 0;
  }
  #main blockquote p:first-child {
    font-family: SohoGothicW01-BoldItali, sans-serif;
    font-size: 30px;
    line-height: 34px;
    font-weight: 700;
    padding: 0;
    margin: 0;
  }
  #submeny #submeny-liste,
  .hovedmeny {
    font-family: "Soho Gothic W01 Regular", sans-serif;
  }
  #main .checkmark-list {
    list-style-type: none;
    padding: 0;
    margin: 0;
  }
  #main .checkmark-list li {
    background-image: url(icons/icon-checkmark.svg);
    background-repeat: no-repeat;
    background-size: 32px 32px;
    background-position: 0 50%;
    padding: 0 0 0 40px;
    margin-bottom: 7px;
  }
  strong {
    font-weight: 700;
  }
  #main img {
    max-width: 100%;
    height: auto;
    vertical-align: middle;
  }
  #royalslider .rsVideoContainer img {
    max-width: none !important;
    width: 100% !important;
    margin: 0 auto !important;
  }
  .site-logo,
  .site-logo a {
    max-width: 100%;
    height: 31px;
  }
  .video-rs .rsOverflow {
    height: 100% !important;
  }
  .google-translate-widget {
    display: none;
    position: absolute;
    right: 2em;
    top: 0;
    z-index: 999;
  }
  @media screen and (min-width: 1024px) {
    .google-translate-widget {
      display: block;
    }
  }
  .google-translate-widget div {
    display: inline;
  }
  .google-translate-widget #flags {
    width: auto;
    margin-right: 0.5em;
  }
  .google-translate-widget select {
    margin-right: 0.5em !important;
  }
  .alt-header {
    padding-top: 19px;
  }
  .site-logo {
    width: 364px;
    float: left;
  }
  .site-logo a {
    display: block;
    background: url(images/logo-bartecpixavi.jpg) no-repeat;
    width: 239px;
    background-size: 100%;
    line-height: 20000px;
    overflow: hidden;
  }
  .site-logo-alt a {
    background: url(images/logo-bartec.png) no-repeat;
    background-size: 100%;
    width: 116px;
    height: 31px;
    margin-top: 15px;
  }
  #submeny {
    position: absolute;
    top: 0;
    right: 10px;
    padding-top: 35px;
  }
  .hovedmeny ul,
  .hovedmeny ul li,
  .responsiveSelectContainer {
    position: relative;
  }
  #submeny #sosiale-medier {
    float: right;
  }
  #submeny #sosiale-medier ul {
    float: left;
  }
  #submeny #sosiale-medier ul li {
    float: left;
    margin-right: 7px;
  }
  #submeny #sosiale-medier ul li:last-child {
    margin-right: 0;
  }
  #submeny #submeny-liste {
    font-size: 12px;
    color: #808083;
    margin-left: 6px;
    padding-top: 8px;
    float: left;
  }
  #submeny #submeny-liste a {
    color: #808083;
    text-decoration: none;
  }
  .hovedmeny {
    background: #fff;
    float: left;
    font-size: 14px;
    width: 70%;
    margin-top: 35px;
  }
  .hovedmeny ul {
    overflow: visible;
  }
  #toppbilde,
  .kart-bg,
  .page-slider,
  .slider-wrapper,
  .sokeboks {
    overflow: hidden;
  }
  .hovedmeny ul li {
    float: left;
    color: #808083;
    display: block;
  }
  .hovedmeny ul.responsiveSelectFullMenu li a {
    color: #808083;
    text-decoration: none;
    padding: 20px 15px 15px 0;
  }
  .hovedmeny ul.responsiveSelectFullMenu li.current-page-ancestor a,
  .hovedmeny ul.responsiveSelectFullMenu li.current_page_ancestor a,
  .hovedmeny ul.responsiveSelectFullMenu li.current_page_item a,
  .hovedmeny ul.responsiveSelectFullMenu li:hover a,
  body.single-products .hovedmeny ul.responsiveSelectFullMenu li.menu-item-233 a {
    color: #000;
  }
  .hovedmeny ul.responsiveSelectFullMenu li:hover .sub-menu li a {
    color: #808083;
  }
  .hovedmeny ul.responsiveSelectFullMenu li .sub-menu li.current-menu-item a,
  .hovedmeny ul.responsiveSelectFullMenu li .sub-menu li:hover a {
    color: #000;
  }
  .menu-link-wrap {
    padding-bottom: 19px;
  }
  .highlight_menu_item_box {
    background: #eee;
    border: 1px solid #e0e0e0;
    border-radius: 4px;
    padding: 8px 10px;
    width: 100%;
  }
  #magic-line {
    position: absolute;
    bottom: -20px;
    left: 0;
    height: 2px;
    background: #000;
  }
  .hovedmeny ul ul {
    margin-left: -10px;
    display: none;
    position: absolute;
    width: 190px;
    background: 0 0;
    z-index: 99;
    left: 0;
    top: 17px;
    padding-top: 30px;
  }
  .responsiveMenuSelect .sub-menu {
    display: block;
    position: relative;
    width: 100%;
    margin: 0;
    top: 0;
    left: 0;
  }
  .hovedmeny ul ul li.last-item {
    -webkit-border-bottom-right-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-bottomright: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
  }
  .hovedmeny ul li:hover + ul {
    display: block;
  }
  .hovedmeny ul ul li,
  .hovedmeny ul ul li.current-page-ancestor,
  .hovedmeny ul ul li.current_page_item {
    float: none;
    background: #fff;
    padding: 0 0 0 10px;
    margin: 0 10px 0 0;
    border-top: 0;
    border-right: 0;
    border-left: 0;
  }
  .hovedmeny ul li ul li a,
  .hovedmeny ul li:hover ul li a {
    padding: 7px 0 !important;
  }
  .hovedmeny .responsiveMenuSelect ul li a:hover {
    color: #333;
    text-decoration: none;
    display: block;
    padding: 4px 0 4px 19px;
  }
  .hovedmeny ul ul li a {
    border-top: 0;
    border-right: 0;
    border-bottom: 0;
    border-left: 0;
    display: block;
    padding: 10px 0;
    border-radius: 0;
  }
  #content .gsc-search-box,
  .sokeboks-mobil,
  td.gsc-clear-button {
    display: none;
  }
  .hovedmeny ul ul li a:hover,
  .hovedmeny ul ul li.current-menu-item a,
  .hovedmeny ul ul li.current-page-ancestor a,
  .hovedmeny ul ul li.current-products-ancestor a,
  .hovedmeny ul ul li.current_page_item a {
    color: #1ca7cc;
    padding: 10px 0;
  }
  .sokeboks .searchform > div,
  .sokeboks div:first-child {
    color: #fff;
  }
  .hovedmeny ul ul ul {
    display: none;
    position: absolute;
    width: 250px;
    background: #fff;
    border-radius: 5px;
    border: 1px solid #dfdfdf;
    z-index: 99;
    left: 60px;
    top: 30px;
  }
  .search #content {
    max-width: 960px;
    margin: 0 auto;
  }
  .sokeboks {
    float: right;
    width: 229px;
    margin-top: 25px;
    clear: right;
  }
  table.gsc-search-box {
    position: relative;
  }
  .sokeboks input {
    border: 1px solid #e0e0e0;
    border-radius: 5px;
    padding: 7px 7px 7px 25px;
    margin: 0;
  }
  input.gsc-search-button {
    background-color: transparent !important;
    background-image: url(images/ikon-search.jpg);
    background-repeat: no-repeat;
    background-position: 7px 40%;
    font-size: 0 !important;
    height: 27px !important;
    min-width: 30px !important;
    border: none !important;
    position: absolute;
    right: 21px;
    top: 2px;
    cursor: pointer;
  }
  .ui-widget-header,
  .ui-widget-overlay {
    background: 0 0 !important;
  }
  .gsc-control-cse,
  form.gsc-search-box,
  table.gsc-search-box td.gsc-input {
    padding: 0 !important;
  }
  .gsc-input {
    font-family: "Soho Gothic W01 Regular", sans-serif !important;
  }
  input.gsc-input {
    width: 228px !important;
    padding: 5px 10px 5px 15px !important;
  }
  .ui-widget-header {
    border: none !important;
    color: #333 !important;
    font-family: SohoGothicW01-BoldItali, sans-serif;
    font-size: 30px;
  }
  .ui-widget-content {
    z-index: 9999;
  }
  .ui-state-default .ui-icon {
    position: absolute;
    bottom: 0;
    right: 0;
    background: url(images/controls.png) -25px 0 no-repeat !important;
    width: 25px !important;
    height: 25px !important;
    text-indent: -9999px;
  }
  #toppbilde,
  #toppbilde .ramme {
    position: relative;
    height: 163px;
  }
  .ui-dialog .ui-dialog-titlebar-close {
    background: 0 0 !important;
    border: none !important;
    color: #fff !important;
  }
  .ui-state-default .ui-icon:hover {
    background-position: -25px -25px !important;
  }
  .gsc-result-info {
    font-family: Roboto, Arial, sans-serif !important;
    font-weight: 400 !important;
    color: #333 !important;
  }
  #main,
  #main h2,
  #toppbilde .smuler {
    font-family: Roboto, Arial, sans-serif;
  }
  .gsc-results .gsc-cursor-box .gsc-cursor-current-page {
    color: #fff !important;
    background: #333;
    padding: 0 5px;
  }
  #toppbilde {
    width: 100%;
    background: #eee;
    margin-bottom: 30px;
  }
  body.postid-67 #toppbilde {
    margin-bottom: 0;
  }
  #toppbilde img {
    position: absolute;
    z-index: 1;
    width: 100%;
    height: auto;
    min-width: 2152px;
  }
  @media screen and (max-width: 2152px) {
    #toppbilde img {
      left: 50%;
      margin-left: -1076px;
    }
  }
  #toppbilde .smuler {
    position: absolute;
    bottom: 30px;
    left: 10px;
    font-size: 24px;
    font-weight: 300;
    z-index: 2;
    letter-spacing: -1px;
  }
  #toppbilde .farge-black,
  #toppbilde .farge-black a {
    color: #333;
    font-weight: 300;
    text-decoration: none;
  }
  #toppbilde .farge-white,
  #toppbilde .farge-white a {
    color: #fff;
    font-weight: 300;
    text-decoration: none;
  }
  .grid {
    float: left;
    padding: 0 10px;
    min-height: 10px;
  }
  .en-av-fire {
    width: 25%;
  }
  .to-av-fire {
    width: 50%;
  }
  .tre-av-fire {
    width: 75%;
  }
  .fire-av-fire {
    width: 100%;
  }
  .en-av-tre {
    width: 33.33%;
  }
  .to-av-tre {
    width: 66.66%;
  }
  .tre-av-tre {
    width: 100%;
  }
  .en-av-tre img,
  .to-av-tre img,
  .tre-av-tre img {
    max-width: 100%;
    height: auto;
  }
  #main {
    font-weight: 400;
    font-size: 16px;
    line-height: 23.5px;
    color: #333;
  }
  #main h1 {
    font-size: 30px;
    padding-bottom: 10px;
    line-height: 36px;
    margin-bottom: 14px;
  }
  #main .fire-av-fire h1 {
    border-bottom: 1px solid #333;
    margin-bottom: 0;
    padding-bottom: 0;
  }
  body.home #main h1 {
    font-size: 22px;
    font-weight: 400;
    padding-bottom: 3px;
    margin-bottom: 0;
  }
  #main h2 {
    font-size: 22px;
    line-height: 30px;
    font-weight: 700;
  }
  #main h3,
  #main h4 {
    font-size: 18px;
  }
  body.home #main h2 {
    font-family: "Soho Gothic W01 Regular", sans-serif;
    font-size: 18px;
    font-weight: 400;
    padding-bottom: 3px;
    margin-bottom: 0;
    padding-top: 4px;
    margin-top: 0;
    line-height: 24px;
  }
  body.home #main h2 a,
  body.home #main p a {
    color: #333;
    text-decoration: none;
  }
  #main h3 {
    font-family: Roboto, Arial, sans-serif;
    font-weight: 300;
    padding-top: 20px;
    line-height: 22px;
  }
  #main h5 {
    font-size: 14px;
    color: #424242;
  }
  #main p {
    padding-bottom: 15px;
  }
  #main img.alignleft {
    float: left;
    margin-right: 15px;
    margin-bottom: 10px;
  }
  #main img.aligncenter {
    margin: 0 auto;
    display: block;
  }
  #main a.white-button-about {
    display: inline-block;
    width: 31.33%;
    margin: 4px 3px;
    font-size: 14px;
    color: #6c6c6e;
    text-decoration: none;
    text-align: center;
    border: 1px solid #6c6c6e;
    border-radius: 4px;
    padding: 5px 0 3px;
  }
  #main a.white-button-about:hover {
    background: #f4f4f4;
  }
  #main img.alignright {
    float: right;
    margin-left: 15px;
    margin-bottom: 10px;
  }
  #main ul {
    list-style: disc;
    padding: 0;
    margin-top: 15px;
    margin-left: 20px;
  }
  #main ul li {
    padding-bottom: 7px;
  }
  #main h1.blockquote {
    border-bottom: none;
  }
  .tp-caption.pixavi-header {
    font-family: SohoGothicW01-BoldItali, sans-serif !important;
    font-size: 30px;
    line-height: 36px;
    padding-right: 20px !important;
    color: #333 !important;
  }
  .tp-caption.pixavi-text {
    font-family: Roboto, Arial, sans-serif !important;
    font-weight: 400 !important;
    font-size: 22px;
    line-height: 30px;
    color: #333 !important;
  }
  .tparrows {
    display: none !important;
  }
  .home .rev_slider_wrapper {
    height: 350px;
  }
  .rev_slider_wrapper .tp-bullets {
    z-index: 22 !important;
  }
  .page-id-3193 .smuler {
    display: none;
  }
  .latest-news-front-page {
    float: right;
  }
  .latest-news-front-page .grid-innhold {
    border-right: 1px solid #fff !important;
  }
  body.home #main .latest-news-front-page h2 {
    padding-bottom: 10px;
  }
  .single-latest-news-front-page {
    padding-bottom: 15px;
  }
  #main .latest-news-front-page h4 {
    font-size: 15px;
    line-height: 20px;
    padding: 0;
    margin: 0;
  }
  .latest-news-front-page h4 a {
    color: #1ca7cc;
    text-decoration: none;
  }
  .latest-news-front-page h4 a:hover {
    text-decoration: underline;
  }
  #main .latest-news-front-page .publisert-dato-latest-news {
    font-size: 12px;
    color: #656565;
    padding: 0;
    margin: 0;
    line-height: 12px;
  }
  body.home .en-av-fire .grid-innhold {
    border-right: 1px solid #e5e5e5;
    font-size: 14px;
    padding: 0 15px 0 0;
  }
  body.home .to-av-fire .grid-innhold {
    border-right: 1px solid #e5e5e5;
    padding-right: 20px;
    min-height: 327px;
  }
  body.home #main .to-av-fire .grid-innhold p:last-child {
    padding-bottom: 0;
  }
  body.home .grid-clear {
    border-bottom: 1px solid #e5e5e5;
    padding: 22px 0 0;
    margin: 0 0 22px;
  }
  .page-id-2185 .white_framebox-ramme,
  body.page-id-12 .white_framebox-ramme {
    margin-top: 28px;
  }
  body.home .en-av-fire .clear {
    height: 1px;
    overflow: hidden;
  }
  body.home .forside-bokser-siste .grid-innhold {
    border-right: 1px solid #fff;
  }
  .app_list_ramme {
    position: relative;
    padding: 0 11px 30px;
  }
  .app_list_ramme h4 {
    font-size: 18px;
    padding-bottom: 5px;
  }
  .app_list_ramme a {
    display: block;
    position: relative;
    height: auto;
    max-width: 221px;
    border-top: 1px solid #cecece;
    border-right: 1px solid #cecece;
    border-bottom: 3px solid #b6b6b6;
    border-left: 1px solid #cecece;
    border-radius: 4px;
  }
  #main .app_list_ramme a img {
    z-index: 1;
    width: 100%;
    max-width: 219px;
    height: auto;
  }
  .app_list_ramme a .app_list_mouseover {
    position: absolute;
    bottom: 9px;
    left: 0;
    width: 100%;
    background: #333;
    color: #fff;
    padding: 10px 10px 25px;
    opacity: 0;
    -webkit-transition: opacity 0.5s ease-in-out;
    -moz-transition: opacity 0.5s ease-in-out;
    -ms-transition: opacity 0.5s ease-in-out;
    -o-transition: opacity 0.5s ease-in-out;
    transition: opacity 0.5s ease-in-out;
  }
  .app_list_ramme a:hover .app_list_mouseover {
    opacity: 0.7;
  }
  .app_list_ramme a .app_list_mouseover .app_list_mouseover_tittel {
    font-size: 18px;
    font-family: Roboto, Arial, sans-serif;
    font-weight: 700;
    display: block;
  }
  .app_list_ramme a .app_list_mouseover .app_list_mouseover_beskrivelse {
    font-size: 15px;
    display: block;
    line-height: 16px;
  }
  .page-template-cutom-login-php .hvit-ramme {
    padding-bottom: 0;
  }
  .kart-bg {
    width: 100%;
    height: 100%;
    background-size: cover !important;
  }
  body.page-id-255 .hvit-ramme {
    position: relative;
    padding-bottom: 0;
  }
  body.page-id-12 .white_framebox-grid {
    padding-bottom: 34px;
  }
  .white_framebox-ramme {
    border-top: 1px solid #cecece;
    border-right: 1px solid #cecece;
    border-bottom: 3px solid #b6b6b6;
    border-left: 1px solid #cecece;
    border-radius: 4px;
    min-height: 210px;
    padding: 28px;
  }
  .white_framebox-ramme h6 {
    font-family: SohoGothicW01-BoldItali, sans-serif;
    font-size: 18px;
    color: #6cb33f;
    line-height: 24px;
    padding-bottom: 5px;
  }
  input#user_login,
  input#user_pass,
  p.products-read-more a {
    font-family: Roboto, Arial, sans-serif;
  }
  .white_framebox-ramme p {
    font-size: 18px;
    line-height: 25px;
  }
  .single-products-liste .single-products-liste-ramme {
    border-right: 2px solid #e2e2e3;
    border-bottom: 2px solid #e2e2e3;
    height: 520px;
  }
  .single-products-liste-nummer-tre .single-products-liste-ramme {
    border-right: 2px solid #fff;
  }
  body.postid-67 .grid.single-products-liste,
  body.postid-67 .single-products-liste .single-products-liste-ramme {
    padding-left: 0;
    padding-right: 0;
  }
  body.postid-67 .single-products-liste .single-products-liste-ramme h4 {
    padding-left: 0;
  }
  body.postid-67 .single-products-liste .single-products-liste-ramme p {
    padding-right: 20px;
  }
  body.postid-67 .single-products-liste-nummer-to .single-products-liste-ramme h4,
  body.postid-67 .single-products-liste-nummer-to .single-products-liste-ramme p,
  body.postid-67
    .single-products-liste-nummer-tre
    .single-products-liste-ramme
    h4,
  body.postid-67
    .single-products-liste-nummer-tre
    .single-products-liste-ramme
    p {
    padding-left: 20px;
  }
  .single-products-liste-ramme {
    padding: 25px 10px 15px;
  }
  .single-products-liste-ramme img {
    max-width: 100%;
    height: auto;
  }
  .product-list-title a {
    color: #333;
    text-decoration: none;
  }
  .product-list-image {
    padding: 15px 0;
    max-height: 255px;
    width: auto !important;
  }
  p.products-read-more a {
    font-weight: 700;
    letter-spacing: 1px;
    color: #16b2d2;
    text-decoration: none;
    font-size: 16px;
  }
  p.products-read-more a:hover {
    color: #333;
  }
  .single-infrastructure-liste-featured {
    border-right: 1px solid #dbdbdb;
    margin-bottom: 30px;
  }
  .single-infrastructure-featured-liste-ramme {
    padding: 10px 10px 0;
  }
  .single-infrastructure-featured-liste-ramme img {
    margin: 10px 0;
    width: 229px;
    height: auto;
  }
  #main .single-infrastructure-featured-liste-ramme p.products-read-more {
    padding-bottom: 0;
  }
  .single-infrastructure-liste-nummer-fire {
    border-right: 0;
  }
  .single-infrastructure-liste-uten-featured {
    margin-bottom: 30px;
  }
  .single-infrastructure-liste-ramme {
    border-radius: 7px;
    border-top: 1px solid #dbdbdb;
    border-right: 1px solid #dbdbdb;
    border-bottom: 3px solid #dbdbdb;
    border-left: 1px solid #dbdbdb;
    margin: 10px;
  }
  .single-infrastructure-liste-ramme:hover {
    border-color: silver;
  }
  .single-infrastructure-liste-ramme a {
    color: #333;
    padding: 14px 20px;
    display: block;
    text-decoration: none;
  }
  .single-infrastructure-liste-uten-featured-bilderamme {
    margin: 10px 0 6px;
    display: block;
    width: 100%;
    height: 80px;
  }
  .single-infrastructure-liste-uten-featured-bilderamme img {
    display: block;
    margin: 0 auto;
  }
  #main .single-infrastructure-liste-ramme p {
    padding-bottom: 0;
  }
  .product-accessory-item .grid-innhold {
    border-bottom: 1px solid #333;
  }
  a.product-accessory-quote-button {
    display: none;
  }
  .product-accessory-item table td {
    padding: 0 10px 0 0;
  }
  .product-accessory-item table .tr-info td {
    padding-top: 20px;
  }
  .product-accessory-image {
    border-top: 1px solid #cecece;
    border-right: 1px solid #cecece;
    border-bottom: 3px solid #b6b6b6;
    border-left: 1px solid #cecece;
    border-radius: 4px;
    margin-left: -10px;
  }
  .quote-button-cell {
    text-align: right;
    max-width: 200px;
  }
  .product-accessory-title {
    margin-bottom: 1.5em;
  }
  table td.accessory-table-item-quote-button {
    padding-top: 1.5em;
  }
  .accessory-table-item-description {
    min-width: 115px;
  }
  .single-employee-liste {
    border-right: 2px solid #e2e2e3;
  }
  .single-employee-liste-siste {
    border-right: none;
  }
  .single-employee-liste img {
    width: 100%;
    height: auto;
  }
  body.page-id-691 #main {
    min-height: 680px;
  }
  .outer-reseller-login {
    max-width: 100%;
    text-align: center;
    margin: 8em auto 4em;
  }
  .reseller-login {
    color: #fff;
    display: inline-block;
    text-align: left;
  }
  .reseller-login .message {
    margin-bottom: 1.5em;
  }
  .reseller-login a {
    color: #1ca7cc;
    text-decoration: none;
    font-size: 18px;
    line-height: 22px;
  }
  .reseller-login a:hover {
    text-decoration: underline;
  }
  body.page-id-691 .hvit-ramme {
    padding-bottom: 0;
    margin-bottom: -3px;
  }
  #main h1.reseller-login-title {
    border: none;
    margin-bottom: 5px;
  }
  .login p.message {
    display: none;
  }
  input#user_login,
  input#user_pass {
    border: 1px solid #a4a4a4;
    border-radius: 4px;
    box-shadow: inset 0 0 7px 0 rgba(0, 0, 0, 0.2);
    padding: 13px;
    outline: 0;
    max-width: 100%;
    font-weight: 400;
    font-size: 20px;
    width: 290px;
  }
  input#wp-submit {
    background: #6cb33e;
    display: inline-block;
    border: none;
    border-radius: 5px;
    text-decoration: none;
    color: #fff !important;
    cursor: pointer;
    font-family: SohoGothicW01-BoldItali, sans-serif;
    -webkit-appearance: none !important;
    min-width: 120px;
    font-size: 25px;
    line-height: 16px;
    padding: 20px 30px;
  }
  input#wp-submit:active {
    background: #4f7c32;
  }
  input#wp-submit:focus,
  input#wp-submit:hover {
    background: #7fcf3e;
  }
  #main .login ul {
    list-style: none;
  }
  #main .tml-action-links {
    margin-left: 0;
  }
  .login form p.forgetmenot label {
    margin-left: 10px;
  }
  .page-template-custom-external-support-page-php .site-footer {
    display: none;
  }
  #main .velg-side-aktiv {
    display: none;
    margin: 0 1%;
  }
  #main .linkfill {
    position: absolute;
    width: 100%;
    height: 100%;
  }
  #main .page-tabs {
    position: relative;
    margin: 20px 0 40px 10px;
    width: 100%;
  }
  #main .page-tabs ul {
    background: url(images/tabbs-bg.gif) 0 100% repeat-x;
    list-style: none;
    width: 98%;
    margin: 0;
    padding: 0 0 10px;
    display: block;
    text-align: center;
  }
  #main .page-tabs ul li {
    display: inline-block;
    position: relative;
    padding: 0.2em 0;
    text-align: center;
    width: 19%;
  }
  #main .page-tabs ul li a {
    display: block;
    font-size: 14px;
    line-height: 1;
    padding: 1.3em 0.47em;
    margin-left: 0.2em;
    color: #6c6c6e;
    text-decoration: none;
    border: 1px solid #6c6c6e;
    -webkit-border-radius: 4px 4px 0 0;
    border-radius: 4px 4px 0 0;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  #main .page-tabs ul li:first-child a {
    margin-left: 0.2em;
  }
  #main .page-tabs ul li a:hover,
  #main .page-tabs ul li.current_page_item a {
    color: #333;
    background: #e6e6e6;
  }
  .page-slider {
    position: relative;
  }
  .tp-bannertimer {
    z-index: 22 !important;
  }
  .slider-wrapper {
    position: relative;
    padding-bottom: 30px;
  }
  .slider-wrapper.product-slider,
  .slider-wrapper.product-slider .ramme-wrapper {
    min-height: 0;
  }
  .slider-wrapper.product-slider .product-ramme {
    height: auto;
  }
  .slider-wrapper.product-slider .get-a-quote {
    bottom: -4em;
  }
  .ramme-wrapper {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 20;
  }
  .slider-quote-wrapper {
    min-height: 0;
    text-align: right;
  }
  .slider-quote-wrapper .get-a-quote {
    position: relative;
    z-index: 99;
    bottom: 0;
    top: -20px;
    height: 0;
    overflow: visible;
  }
  @media screen and (max-width: 767px) {
    .slider-quote-wrapper .get-a-quote {
      top: -3em;
    }
  }
  .product-ramme {
    position: relative;
    height: 354px;
  }
  .page-slider .smuler {
    position: absolute;
    top: 40%;
    left: 0;
    z-index: 20;
    letter-spacing: -1px;
    font-size: 24px;
    font-family: Roboto, Arial, sans-serif;
    font-weight: 300;
    width: 100%;
  }
  .page-slider .smuler-wrapper {
    width: 980px;
    margin: 0 auto;
    padding: 0 10px;
  }
  .page-slider .smuler a {
    color: #424242;
    text-decoration: none;
  }
  .smuler .current-item {
    font-size: 60px;
  }
  @media (min-width: 961px) {
    .contact-page-ramme-wrapper {
      width: 90%;
      position: absolute;
      left: 5%;
      top: 20%;
      z-index: 1;
    }
  }
  #google-kart {
    height: 1450px;
  }
  .contact-find-us {
    background: #609e42;
    color: #fff;
    margin: 50px 0;
    padding: 30px 20px;
  }
  #main .contact-find-us {
    font-size: 14px;
  }
  #main .contact-find-us h2 {
    padding-top: 0;
    padding-bottom: 10px;
    font-size: 24px;
  }
  #main .contact-find-us h3 {
    font-size: 18px;
    padding-bottom: 20px;
  }
  #main .contact-find-us a {
    color: #fff;
    white-space: nowrap;
    display: inline-block;
  }
  #main .contact-find-us a.hvit-knapp {
    color: #333;
    border: 0;
  }
  #main .contact-find-us a.hvit-knapp:active {
    margin: 0;
    border: 0;
  }
  .contact-page-form {
    margin-top: 39px;
    width: 338px;
  }
  .contact-page-form .gfield_label {
    display: none !important;
  }
  .latest-news-thumbnail-ramme {
    position: relative;
    width: 100%;
    height: auto;
    display: block;
  }
  .latest-news-thumbnail-ramme a {
    display: block;
    text-decoration: none;
  }
  .latest-news-thumbnail-ramme img {
    border-top: 1px solid #cecece;
    border-right: 1px solid #cecece;
    border-bottom: 3px solid #b6b6b6;
    border-left: 1px solid #cecece;
    border-radius: 4px;
  }
  .thumbnail-tittel {
    font-size: 16px;
    font-family: SohoGothicW01-BoldItali, sans-serif;
    color: #333;
    position: absolute;
    left: 15px;
    top: 12px;
  }
  .thumbnail-forfatter {
    font-family: "Soho Gothic W01 Italic", sans-serif;
    color: #1ba6cb;
    font-size: 12px;
    position: absolute;
    left: 15px;
    top: 32px;
  }
  .latest-news-grid-ramme {
    position: relative;
  }
  #main .latest-news-grid-ramme h2 {
    padding-top: 0;
  }
  .forfatter-navn,
  .publisert-dato {
    font-size: 12px;
    font-family: Roboto, Arial, sans-serif;
    font-weight: 300;
    color: #6c6c6e;
    float: left;
    height: 12px;
    line-height: 14px;
    padding: 0 6px 0 0;
    margin: 5px 0 10px;
  }
  .forfatter-navn-med-ikon {
    background: url(images/forfatter-ikon.jpg) left center no-repeat;
    padding-left: 17px;
  }
  .publisert-dato-med-ikon {
    background: url(images/publisert-klokke-ikon.jpg) left center no-repeat;
    padding-left: 15px;
  }
  .latest-news-white_framebox {
    height: auto;
    padding: 28px 10px;
  }
  .blog-featured-image {
    float: left;
    margin: 0 20px 20px 0;
  }
  #main .blog-meta {
    overflow: hidden;
  }
  #main .blog-featured-image {
    margin-bottom: 20px !important;
  }
  #main .latest-blog-posts-grid-ramme p {
    margin: 5px 0 10px;
    padding-bottom: 0;
  }
  .employments-featured-image {
    float: right;
    margin: 0 0 20px 20px;
  }
  #main .latest-tradeshow-posts-grid-ramme {
    background: #fff;
    border-top: 1px solid #b5b5b5;
    border-right: 1px solid #b5b5b5;
    border-bottom: 3px solid #b5b5b5;
    border-left: 1px solid #b5b5b5;
    border-radius: 6px;
    margin-bottom: 20px;
    overflow: auto;
  }
  #main .latest-tradeshow-posts-grid-ramme h2 {
    font-family: Roboto, Arial, sans-serif;
    font-weight: 300;
    font-size: 90px;
    line-height: 90px;
    letter-spacing: -5px;
    margin: 20px 0;
  }
  #main .icon,
  #main .large_title h1,
  #main .tradeshow-meta,
  .p_infobox_title {
    font-family: Roboto, Arial, sans-serif;
  }
  #main .tradeshow-meta-wrapper {
    margin-top: 20px;
  }
  #main .tradeshow-meta {
    font-weight: 300;
    font-size: 18px;
    line-height: 28px;
  }
  #main .tradeshow-meta-location {
    background: url(icons/icon-location.png) left center no-repeat;
    padding-left: 25px;
  }
  #main .tradeshow-meta-date {
    background: url(icons/icon-time.png) left center no-repeat;
    padding-left: 25px;
  }
  #main .tradeshow-meta-contact {
    background: url(icons/icon-calendar.png) left center no-repeat;
    padding-left: 25px;
  }
  #main .tradeshow-featured-image {
    margin: 0 0 0 -1%;
    max-width: 102.1%;
  }
  .book-demo-ramme {
    border-top: 1px solid #c9c9c9;
    border-right: 1px solid #c9c9c9;
    border-bottom: 3px solid #c9c9c9;
    border-left: 1px solid #c9c9c9;
    border-radius: 10px;
    padding: 40px 25px 25px;
  }
  .book-demo-ramme table {
    width: 100%;
  }
  .book-demo-ramme table tr td:first-child {
    width: 35%;
  }
  .book-demo-ramme table tr td {
    padding-bottom: 10px;
    vertical-align: top;
  }
  .book-demo-ramme table tr td input.wpcf7-date,
  .book-demo-ramme table tr td input.wpcf7-text,
  .book-demo-ramme table tr td textarea.wpcf7-textarea {
    width: 85%;
    max-width: 412px;
  }
  .book-demo-ramme input.wpcf7-submit {
    padding-left: 30px;
    padding-right: 30px;
  }
  #main .large_title h1 {
    font-size: 150px;
    font-weight: 300;
    line-height: 150px;
    padding: 0;
    margin: 0;
  }
  .large_title-plassering-venstre {
    background: url(images/large_title_position_left.png) right center no-repeat;
    text-align: right;
    padding-right: 95px;
  }
  .large_title-plassering-hoyre {
    background: url(images/large_title_position_right.png) left center no-repeat;
    text-align: left;
    padding-left: 95px;
  }
  #main .large-gallery-img {
    margin: 0;
    width: 100%;
    height: auto;
  }
  #main .large-gallery-img-1,
  #main .large-gallery-img-2 {
    margin: 0;
  }
  #main .small-gallery-img-wrapper {
    width: 49%;
    float: left;
  }
  #main .small-gallery-img-wrapper-1,
  #main .small-gallery-img-wrapper-3 {
    margin-right: 1%;
  }
  #main .small-gallery-img-wrapper-1,
  #main .small-gallery-img-wrapper-2 {
    margin-bottom: 1%;
  }
  #main .small-gallery-frame-box a,
  #main .small-gallery-img {
    width: 100%;
    display: block;
  }
  #main .mega-gallery-frame-box .left,
  #main .mega-gallery-frame-box .right {
    width: 200px;
    float: left;
  }
  #main .mega.gallery-frame-box .zoomHover {
    margin: 0;
  }
  #main .mega-gallery-frame-box .left {
    margin-right: 6px;
  }
  #main .mega-gallery-frame-box .middle {
    float: left;
    margin-right: 4px;
  }
  #main .mega-gallery-frame-box .middle img {
    max-width: 271px;
    height: auto;
    margin-right: 2px;
  }
  #main .icons {
    margin-top: 40px;
  }
  #main .icon-wrapper {
    width: 50%;
    float: left;
    display: block;
    text-align: center;
  }
  #main .icon-wrapper-1 {
    border-right: 1px solid #c3c4c6;
    border-bottom: 1px solid #c3c4c6;
    padding-top: 20px;
  }
  #main .icon-wrapper-2 {
    border-bottom: 1px solid #c3c4c6;
    padding-top: 20px;
  }
  #main .icon-wrapper-3 {
    border-right: 1px solid #c3c4c6;
    padding-top: 20px;
  }
  #main .icon-wrapper-4 {
    padding-top: 20px;
  }
  #main .icon-wrapper-11,
  #main .icon-wrapper-13,
  #main .icon-wrapper-15,
  #main .icon-wrapper-5,
  #main .icon-wrapper-7,
  #main .icon-wrapper-9 {
    border-right: 1px solid #c3c4c6;
    border-top: 1px solid #c3c4c6;
    padding-top: 20px;
  }
  #main .icon-wrapper-10,
  #main .icon-wrapper-12,
  #main .icon-wrapper-14,
  #main .icon-wrapper-16,
  #main .icon-wrapper-6,
  #main .icon-wrapper-8 {
    border-top: 1px solid #c3c4c6;
    padding-top: 20px;
  }
  #main .icon {
    font-weight: 400;
    display: inline-block;
    height: 120px;
    font-size: 14px;
    background-position: 50% 20%;
    background-repeat: no-repeat;
    padding-top: 85px;
  }
  #main .icon-ex-certified {
    background-image: url(icons/icon-ex-certified.svg);
  }
  #main .icon-dual-band-wifi {
    background-image: url(icons/icon-dual-band-wifi.svg);
  }
  @media (max-width: 640px) {
    #main .icon-dual-band-wifi {
      background-image: url(icons/icon-dual-band-wifi.svg);
      background-size: 100%;
    }
  }
  #main .icon-high-performance {
    background-image: url(icons/icon-high-performance.svg);
  }
  #main .icon-highly-customizable {
    background-image: url(icons/icon-highly-customizable.svg);
    background-position: 56% 20%;
  }
  #main .icon-high-end-imaging {
    background-image: url(icons/icon-high-end-imaging.svg);
  }
  #main .icon-sync-to-usb {
    background-image: url(icons/icon-sync-to-usb.svg);
  }
  #main .icon-extended-battery {
    background-image: url(icons/icon-extended-battery.svg);
    background-position: 50% 40%;
  }
  #main .icon-multi-frequency {
    background-image: url(icons/icon-multi-frequency.svg);
  }
  #main .icon-full-flexibility {
    background-image: url(icons/icon-full-flexibility.svg);
  }
  #main .icon-cloud-based {
    background-image: url(icons/icon-cloud-based.svg);
  }
  #main .icon-double-capacity {
    background-image: url(icons/icon-double-capacity.svg);
    background-position: 50% 40%;
  }
  #main .icon-extended-temperatures {
    background-image: url(icons/icon-extended-temperatures.svg);
    background-position: 50% 30%;
  }
  #main .icon-flipscape {
    background-image: url(icons/icon-flipscape.svg);
  }
  #main .icon-in-hand-presence {
    background-image: url(icons/icon-in-hand-presence.svg);
    background-position: 50% 30%;
  }
  #main .icon-rugged {
    background-image: url(icons/icon-rugged.svg);
    background-size: 33%;
  }
  #main .icon-zone-1 {
    background-image: url(icons/icon-zone-1.svg);
    background-size: 100%;
    min-width: 60px;
  }
  #main .icon-class-1 {
    background-image: url(icons/icon-class-1.svg);
    background-size: 40%;
  }
  #main .icon-atex-certified-with-frame {
    background-image: url(icons/icon-atex-certified-with-frame.svg);
    background-size: 45%;
  }
  #main .icon-enterprise-ready {
    background-image: url(icons/icon-enterprise-ready.svg);
    background-size: 66%;
  }
  #main .icon-feather-with-frame {
    background-image: url(icons/icon-feather-with-frame.svg);
    background-size: 58%;
  }
  #main .icon-feather-with-frame-v2 {
    background-image: url(icons/icon-feather-with-frame-v2.svg);
    background-size: 80%;
  }
  #main .icon-future-proof {
    background-image: url(icons/icon-future-proof.svg);
    background-size: 43%;
  }
  #main .icon-powerful {
    background-image: url(icons/icon-powerful.svg);
    background-size: 36%;
  }
  #main .icon-touchless-battery {
    background-image: url(icons/icon-touchless-battery.svg);
    background-size: 40%;
  }
  #main .icon-support {
    background-image: url(icons/icon-support.svg);
    background-size: 100%;
    background-position: 0 30%;
  }
  #main .icon-4g {
    background-image: url(icons/icon-4g.svg);
    background-size: 100%;
    min-width: 80px;
  }
  .infobox-placement-right {
    float: right;
  }
  .infobox-placement-left {
    float: left;
  }
  table.infobox_table {
    width: 100%;
    border-collapse: separate;
    border-top: 1px solid #b5b5b5;
    border-right: 1px solid #b5b5b5;
    border-bottom: 3px solid #b5b5b5;
    border-left: 1px solid #b5b5b5;
    border-radius: 0 6px 6px;
    margin-bottom: 20px;
  }
  table.infobox_table tr td.label {
    width: 41%;
    font-weight: 700;
    padding: 6px 10px;
    background: #fff;
  }
  table.infobox_table tr:first-child td.label {
    border-radius: 5px 0 0;
  }
  table.infobox_table tr:last-child td.label {
    border-radius: 0 0 0 4px;
  }
  table.infobox_table tr td.description {
    background: #fff;
    padding: 6px 10px;
    width: 65%;
    color: #333;
    border-left: 2px solid #efefef;
  }
  .frame-box,
  table.p_infobox_table {
    border-top: 1px solid #b5b5b5;
    border-right: 1px solid #b5b5b5;
    border-bottom: 3px solid #b5b5b5;
    border-left: 1px solid #b5b5b5;
    margin-bottom: 20px;
  }
  table.infobox_table tr:first-child td.description {
    border-radius: 0 5px 0 0;
  }
  table.infobox_table tr:last-child td.description {
    border-radius: 0 0 4px;
  }
  table.infobox_table tr td.description a {
    color: #1ba6cb;
    text-decoration: none;
  }
  table.infobox_table tr td.description a:hover {
    text-decoration: underline;
  }
  .p_infobox_title {
    background: url(icons/icon-title-bg.svg) -3px 0 no-repeat;
    font-size: 15px;
    font-weight: 400;
    color: #fff;
    width: 100%;
    height: 37px;
    padding: 10px 0 0 8px;
  }
  table.p_infobox_table {
    width: 100%;
    border-collapse: separate;
    border-radius: 0 6px 6px;
  }
  table.p_infobox_table tr td.label {
    width: 41%;
    font-weight: 700;
    padding: 6px 10px;
    background: #fff;
  }
  .product-title h1,
  .product-title h3 {
    font-family: Roboto, Arial, sans-serif;
    font-weight: 300;
  }
  table.p_infobox_table tr:first-child td.label {
    border-radius: 5px 0 0;
    padding-top: 10px;
  }
  table.p_infobox_table tr:last-child td.label {
    border-radius: 0 0 0 4px;
    padding-bottom: 15px;
  }
  table.p_infobox_table tr td.description {
    padding: 6px 10px;
    width: 65%;
    background: #fff;
    color: #333;
  }
  table.p_infobox_table tr:first-child td.description {
    border-radius: 0 5px 0 0;
    padding-top: 10px;
  }
  table.p_infobox_table tr:last-child td.description {
    border-radius: 0 0 4px;
    padding-bottom: 15px;
  }
  .frame-box {
    width: 100%;
    background: #fff;
    border-radius: 0 6px 6px;
    overflow: hidden;
  }
  .gallery-frame-box {
    background: #fff;
    overflow: hidden;
    margin: 0 -2px;
  }
  .gallery-frame-box a {
    width: 33.33333%;
    display: block;
    float: left !important;
    padding: 0 2px;
  }
  .gallery-frame-box a:nth-of-type(3n + 1) {
    clear: both;
  }
  .gallery-frame-box a:nth-of-type(1n) {
    clear: none;
  }
  .get-a-quote {
    position: absolute;
    right: 10px;
    bottom: 20px;
  }
  .get-a-quote a {
    background: url(icons/icon-shopping.svg) 15px center no-repeat #fff;
    background-size: 25%;
    padding: 15px 20px 15px 70px;
    font-size: 15px;
    line-height: 15px;
  }
  .get-a-quote a:hover {
    background: url(icons/icon-shopping.svg) 15px center no-repeat #f4f4f4;
    background-size: 25%;
  }
  .get-a-quote a:active {
    border-top: 2px solid #b3b3b3;
    border-right: 1px solid #b3b3b3;
    border-left: 1px solid #b3b3b3;
    margin: 0;
    bottom: 10px;
  }
  .product-title {
    position: absolute;
    top: 30px;
    left: 30px;
  }
  .product-title h1 {
    font-size: 65px;
    text-transform: uppercase;
    letter-spacing: -5px;
  }
  .product-title h3 {
    font-size: 50px;
    letter-spacing: -2px;
  }
  .product-category-ramme {
    border-top: 1px solid #c8c8c8;
    border-right: 1px solid #c8c8c8;
    border-bottom: 4px solid #c8c8c8;
    border-left: 1px solid #c8c8c8;
    border-radius: 6px;
    margin-bottom: 10px;
  }
  .product-category-ramme .single-product-category {
    border-right: 1px solid #c8c8c8;
    height: 350px;
  }
  .product-category-ramme .single-product-category-tre {
    border-right: 1px solid #fff;
  }
  .product-category-ramme .product-category-tekst {
    border-top: 1px solid #c8c8c8;
    margin: 1px -10px;
    padding: 17px 15px;
  }
  #main .product-category-ramme .product-category-tekst h1 {
    border: 0;
    padding: 0 0 7px;
    margin: 0;
    line-height: 29px;
    font-size: 28px;
  }
  #main .product-category-ramme .product-category-tekst h1 a {
    color: #333;
    text-decoration: none;
  }
  #main .product-category-ramme .product-category-tekst p a {
    color: #1ba6cb;
    text-decoration: none;
  }
  .single-cloud-content {
    margin-bottom: 0;
  }
  .single-cloud-content
    .single-cloud-content-text
    .single-cloud-content-text-main {
    border-top: 1px solid #b7b7b7;
    border-right: 1px solid #dbdbdb;
    border-bottom: 1px solid #cecece;
    border-left: 1px solid #cecece;
    border-radius: 5px 5px 0 0;
    padding: 15px;
    min-height: 384px;
  }
  #main
    .single-cloud-content
    .single-cloud-content-text
    .single-cloud-content-text-main
    h2 {
    font-size: 32px;
    line-height: 28px;
    margin: 0;
    padding: 0;
  }
  #main
    .single-cloud-content
    .single-cloud-content-text
    .single-cloud-content-text-main
    h3 {
    font-size: 14px;
    line-height: 22px;
    margin: 0;
    padding: 0;
  }
  #main
    .single-cloud-content
    .single-cloud-content-text
    .single-cloud-content-text-main
    img {
    width: 100%;
    height: auto;
    margin: 20px 0 10px;
  }
  #main
    .single-cloud-content
    .single-cloud-content-text
    .single-cloud-content-text-main
    p {
    font-size: 14px;
    line-height: 22px;
    margin: 0;
    padding: 0;
  }
  #main
    .single-cloud-content
    .single-cloud-content-text
    .single-cloud-content-text-link {
    background: #eaeaea;
    border-right: 1px solid #e7e7e7;
    border-bottom: 1px solid #d2d2d2;
    border-left: 1px solid #cdcdcd;
    border-radius: 0 0 5px 5px;
    padding: 10px;
    font-size: 14px;
    text-align: center;
  }
  #main
    .single-cloud-content
    .single-cloud-content-text
    .single-cloud-content-text-link
    a {
    color: #16b2d2;
    text-decoration: none;
  }
  #main
    .single-cloud-content
    .single-cloud-content-text
    .single-cloud-content-text-link
    a:hover {
    text-decoration: underline;
  }
  .scenarios_ramme {
    border-top: 1px solid #dbdbdb;
    border-right: 1px solid #dbdbdb;
    border-bottom: 3px solid #dbdbdb;
    border-left: 1px solid #dbdbdb;
  }
  .single-scenarios-ramme {
    padding: 0;
    border-bottom: 1px solid #dbdbdb;
    border-right: 1px solid #dbdbdb;
    height: 115px;
    overflow: hidden;
  }
  .scenarios_ramme .single-scenarios-bilde {
    height: 115px;
  }
  .scenarios_ramme .single-scenarios-bilde img {
    width: 120px;
    border: 0;
    height: 115px;
  }
  .oddscenarios .single-scenarios-bilde {
    float: left;
  }
  .evenscenarios .single-scenarios-bilde {
    float: right;
  }
  .scenarios_ramme .single-scenarios-tekst-ramme {
    display: table;
    padding: 10px;
  }
  #main .scenarios_ramme .single-scenarios-tekst-ramme p {
    padding: 0;
  }
  #main .scenarios_ramme .single-scenarios-tekst-ramme a {
    color: #1ba6cb;
    text-decoration: none;
    display: inline-block;
    margin-top: 7px;
  }
  #main .scenarios_ramme .single-scenarios-tekst-ramme a:hover {
    text-decoration: underline;
  }
  .love-pixavi-ramme {
    padding: 30px;
  }
  .love-pixavi-ramme .love-pixavi-bilde {
    float: left;
    width: 74px;
    height: 70px;
    margin-right: 10px;
  }
  .love-pixavi-ramme .love-pixavi-bilde img {
    border-top: 1px solid #d7d7d7;
    border-right: 1px solid #d7d7d7;
    border-bottom: 3px solid #d7d7d7;
    border-left: 1px solid #d7d7d7;
    border-radius: 7px;
  }
  .love-pixavi-ramme .love-pixavi-quote {
    display: table;
  }
  #main .love-pixavi-ramme .love-pixavi-quote .love-pixavi-quote-tekst {
    line-height: 18px;
    font-family: "Soho Gothic W01 Italic", sans-serif;
    padding-bottom: 0;
  }
  #main .love-pixavi-ramme .love-pixavi-quote .love-pixavi-quote-navn {
    font-size: 11px;
    line-height: 16px;
    font-family: SohoGothicW01-MediumIta, sans-serif;
    padding-bottom: 0;
  }
  #main .resellers-liste {
    margin-bottom: 5px;
  }
  #main .inner-resellers-liste {
    padding-bottom: 0;
    margin-bottom: 5px;
    border-top: 1px solid #dfdfdf;
    border-right: 1px solid #dfdfdf;
    border-bottom: 3px solid #dfdfdf;
    border-left: 1px solid #dfdfdf;
    border-radius: 5px;
  }
  #main .resellers-liste h2 {
    background: #e8e8e8;
    color: #333;
    font-family: Roboto, Arial, sans-serif;
    font-weight: 400;
    font-size: 18px;
    padding: 6px 12px;
    border-radius: 5px;
    margin: 0 0 -1px;
    cursor: pointer;
  }
  #main .resellers-liste h2:hover {
    border-color: #ddd !important;
    background: #6cb33e;
    color: #fff;
  }
  #main .resellers-liste h2.ui-state-active {
    font-family: SohoGothicW01-BoldItali, sans-serif;
    background: #6cb33e;
    color: #fff;
  }
  #main .resellers-liste-accodion-content {
    padding: 0;
    display: none;
  }
  table.resellers-table {
    width: 100%;
  }
  table.resellers-table tr td {
    padding: 4px 0 4px 10px;
  }
  table.resellers-table thead {
    font-size: 18px;
  }
  table.resellers-table thead tr td.resellers-table-country {
    width: 14%;
  }
  table.resellers-table thead tr td.resellers-table-company {
    width: 16%;
  }
  table.resellers-table thead tr td.resellers-table-product-range {
    width: 15%;
  }
  table.resellers-table thead tr td.resellers-table-email {
    width: 16%;
  }
  table.resellers-table thead tr td.resellers-table-phone {
    width: 15%;
  }
  table.resellers-table thead tr td.resellers-table-website {
    width: 8%;
  }
  table.resellers-table thead tr td.resellers-table-level {
    width: 7%;
  }
  table.resellers-table tbody {
    font-size: 14px;
    line-height: 16px;
  }
  table.resellers-table tbody tr:nth-child(odd) {
    background: #f2f2f2;
  }
  table.resellers-table tbody tr td a {
    color: #1ba6cb;
    text-decoration: none;
  }
  table.resellers-table tbody tr td a:hover {
    text-decoration: underline;
  }
  .quick-switch {
    padding-bottom: 20px;
  }
  .single-products .quick-switch {
    padding-bottom: 0;
    margin-bottom: -25px;
  }
  #main .quick-switch h4 {
    color: grey;
    font-size: 16px;
  }
  #main .quick-switch .velg-produkt-support-ramme {
    position: relative;
  }
  #main .page-tabs .velg-side-aktiv,
  #main .quick-switch .velg-produkt-support-aktiv,
  .hovedmeny .velg-produkt-support-aktiv1 {
    border: 1px solid #a4a4a4;
    border-radius: 4px;
    box-shadow: inset 0 0 7px 0 rgba(0, 0, 0, 0.2);
    padding: 0 43px 0 0;
    text-align: center;
    color: grey;
    background: url(images/support-dropdown.png) right top no-repeat #fff;
    height: 36px;
    line-height: 36px;
    cursor: pointer;
  }
  #main .quick-switch .velg-produkt-support-aktiv.med-dropdown,
  .hovedmeny .velg-produkt-support-aktiv1.med-dropdown {
    background: url(images/support-dropdown-aktiv.png) right top no-repeat #fff;
  }
  #main .quick-switch .velg-produkt-support-aktiv p,
  .hovedmeny .velg-produkt-support-aktiv1 p {
    padding: 0;
    margin: 0;
    color: grey;
    font-size: 18px;
  }
  #main .quick-switch ul.support-velg-produkt-selve-dropdown,
  .hovedmeny ul.support-velg-produkt-selve-dropdown1 {
    position: absolute;
    background: #eee;
    border: 1px solid #e0e0e0;
    border-radius: 4px;
    box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.2);
    width: 100%;
    list-style: none;
    padding: 0;
    display: none;
    margin-top: 0;
    margin-left: 0;
    left: 0;
    top: 38px;
    z-index: 1;
  }
  .latest-videos-footer-video-ramme,
  .pagination,
  .support-video-content-wrapper,
  .videobooking,
  table.price_table_plan tr.price_table_price td {
    position: relative;
  }
  .support_faq-ramme .grid-innhold,
  table.price_table {
    border-right: 1px solid #dbdbdb;
    border-left: 1px solid #dbdbdb;
    border-radius: 7px;
  }
  .hovedmeny ul.support-velg-produkt-selve-dropdown1 {
    top: 2px !important;
  }
  #main .quick-switch ul.support-velg-produkt-selve-dropdown li,
  .hovedmeny ul.support-velg-produkt-selve-dropdown1 li {
    font-size: 14px;
    padding: 0;
    border-bottom: 1px solid #e0e0e0;
    float: left;
    width: 100%;
  }
  .hovedmeny ul.support-velg-produkt-selve-dropdown1 li {
    line-height: 24px;
  }
  #main .quick-switch ul.support-velg-produkt-selve-dropdown li:last-child,
  .hovedmeny ul.support-velg-produkt-selve-dropdown1 li:last-child {
    border-bottom: 0;
  }
  #main .quick-switch ul.support-velg-produkt-selve-dropdown li:hover,
  .hovedmeny ul.support-velg-produkt-selve-dropdown1 li:hover {
    background: #e0e0e0;
  }
  #main .quick-switch ul.support-velg-produkt-selve-dropdown li a,
  .hovedmeny ul.support-velg-produkt-selve-dropdown1 li a {
    color: #333;
    text-decoration: none;
    display: block;
    padding: 4px 0 4px 19px;
  }
  .support_faq-ramme .grid-innhold {
    border-top: 1px solid #dbdbdb;
    border-bottom: 3px solid #dbdbdb;
    padding: 20px 15px;
  }
  .support_faq-ramme h4 {
    font-size: 22px;
    border-bottom: 1px solid #b7b7b7;
    padding-bottom: 5px;
    margin-bottom: 5px;
  }
  #main .support_faq-ramme ul {
    padding-bottom: 25px;
  }
  #main .support_faq-ramme ul.support_faq-siste {
    padding-bottom: 0;
  }
  #main .support_faq-ramme ul li {
    font-size: 14px;
    line-height: 16px;
    padding: 5px;
  }
  #main .support_faq-ramme ul li a {
    color: #1ba6cb;
    text-decoration: none;
  }
  #main .support_faq-ramme ul li a:hover {
    text-decoration: underline;
  }
  select#support-quick-switch {
    width: 100%;
  }
  .support-video-content {
    display: none;
    z-index: 0;
    width: 100%;
    height: auto;
  }
  #support-video-content-1 {
    z-index: 1;
  }
  .support-video-content-images a {
    float: left !important;
  }
  .support-video-content-images-2 a,
  .support-video-content-images-4 a {
    width: 50%;
  }
  .support-video-content-images-6 a {
    width: 33.33%;
  }
  .support-video-content-images-8 a {
    width: 25%;
  }
  table.support-video-list {
    width: 100%;
  }
  table.support-video-list tr {
    border-top: 1px solid #b7b7b7;
  }
  table.support-video-list .active,
  table.support-video-list tr:hover {
    background: #f4f4f4;
  }
  table.support-video-list tr td {
    padding: 0 5px;
    margin: 0;
    vertical-align: middle;
    font-size: 14px;
    line-height: 18px;
  }
  table.support-video-list tr td a {
    color: #333;
    display: block;
    padding: 15px 0;
    text-decoration: none;
  }
  table.price_table {
    width: 24%;
    margin: 0 10px;
    float: left;
    border-top: 1px solid #dbdbdb;
    border-bottom: 3px solid #dbdbdb;
    border-collapse: separate;
  }
  table.price_table td,
  table.price_table_info td {
    padding: 0;
    margin: 0;
  }
  tr.price_table_title {
    height: 65px;
  }
  tr.price_table_price td {
    background: #f2f2f2;
    height: 55px;
    margin-bottom: 20px;
    border-top: 5px solid #fff;
    border-bottom: 5px solid #fff;
  }
  tr.price_table_firmware td,
  tr.price_table_included td,
  tr.price_table_repair td,
  tr.price_table_response td {
    height: 30px;
    background: #f2f2f2;
    border-top: 5px solid #fff;
    border-bottom: 5px solid #fff;
  }
  #main tr.price_table_link_to h1 {
    font-size: 24px;
    border: 0;
    margin: 10px 0 15px;
    text-align: center;
    padding: 0;
    line-height: 26px;
  }
  tr.price_table_link_to a {
    width: 80%;
    margin: 0 auto 16px !important;
    display: block;
    text-align: center;
  }
  tr.price_table_link_to a:active {
    margin-bottom: 16px !important;
  }
  table.price_table_plan tr.price_table_title td {
    font-size: 24px;
    padding-left: 20%;
    vertical-align: middle;
    height: 65px;
  }
  table.price_table_plan tr.price_table_price td span.pt_price_price {
    font-size: 24px;
    padding-left: 20%;
    line-height: 55px;
  }
  table.price_table_plan tr.price_table_price td span.pt_price_desc {
    font-size: 12px;
    right: 10px;
    top: 12px;
    position: absolute;
    color: #999;
    line-height: 16px;
  }
  table.price_table_plan tr.price_table_firmware td,
  table.price_table_plan tr.price_table_included td,
  table.price_table_plan tr.price_table_repair td,
  table.price_table_plan tr.price_table_response td {
    font-family: SohoGothicW01-BoldItali, sans-serif;
    font-size: 16px;
    padding-left: 20%;
  }
  table.price_table_info {
    width: 20%;
    float: left;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    border-bottom: 3px solid #fff;
    border-left: 1px solid #fff;
    font-size: 15px;
    margin: 0 10px 0 0;
  }
  table.price_table_info tr td {
    padding-left: 15px;
    vertical-align: middle;
  }
  table.price_table_info tr.price_table_price {
    height: 65px;
  }
  span.price_table_mobile_info,
  table.price_table_mobile_info {
    display: none;
  }
  .validation_message {
    font-size: 300% !important;
    color: #e11616 !important;
    position: absolute !important;
    left: 102%;
    top: -10%;
  }
  #field_4_8 .validation_message {
    left: 27%;
    top: -10%;
  }
  #field_3_1 .validation_message,
  #field_6_1 .validation_message,
  #field_7_1 .validation_message {
    left: 0;
    top: 100%;
    width: 100%;
    font-size: 100% !important;
  }
  .gform_wrapper li.gfield_error input[type="email"],
  .gform_wrapper li.gfield_error input[type="number"],
  .gform_wrapper li.gfield_error input[type="password"],
  .gform_wrapper li.gfield_error input[type="tel"],
  .gform_wrapper li.gfield_error input[type="text"],
  .gform_wrapper li.gfield_error input[type="url"],
  .gform_wrapper li.gfield_error textarea {
    border-color: #e11616 !important;
  }
  .gform_wrapper .top_label input.small,
  .gform_wrapper .top_label select.small {
    width: 26% !important;
  }
  .gform_wrapper .gfield_description.validation_message,
  .gform_wrapper .top_label .gfield_description.validation_message {
    padding: 0 !important;
  }
  .gform_wrapper .ginput_container + .gfield_description.validation_message {
    margin: 0 !important;
  }
  .gform_wrapper li.gfield.gfield_error,
  .gform_wrapper
    li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
    background-color: transparent !important;
    margin-bottom: 6px !important;
    padding: 6px 6px 4px !important;
    border: none !important;
  }
  .gform_wrapper li.gfield.gfield_error.gfield_contains_required {
    margin: 0 !important;
    padding: 0 !important;
  }
  #main .gform_wrapper li.gfield.gfield_error.gfield_contains_required {
    padding-left: 0 !important;
  }
  .ui-datepicker {
    display: none !important;
  }
  #main .wpcf7 p {
    padding-bottom: 0;
  }
  input.wpcf7-date,
  input.wpcf7-text,
  textarea.wpcf7-textarea {
    box-shadow: inset 0 0 7px 0 rgba(0, 0, 0, 0.2);
    padding: 13px;
    font-family: Roboto, Arial, sans-serif;
    font-size: 20px;
    max-width: 100%;
    font-weight: 400;
    outline: 0;
  }
  input.wpcf7-date,
  input.wpcf7-text {
    border: 1px solid #a4a4a4;
    border-radius: 4px;
    width: 290px;
  }
  input.wpcf7-date {
    background: url(images/date-pick-img.png) right center no-repeat;
  }
  textarea.wpcf7-textarea {
    border: 1px solid #a4a4a4;
    border-radius: 4px;
    min-height: 100px;
    height: 100px;
    max-height: 600px;
    line-height: 26px;
  }
  .wpcf7-not-valid-tip,
  div.wpcf7-mail-sent-ok,
  div.wpcf7-validation-errors {
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.5) !important;
  }
  .gform_button,
  input.wpcf7-submit {
    border-right: 1px solid #b3b3b3;
    border-left: 1px solid #b3b3b3;
    font-family: SohoGothicW01-BoldItali, sans-serif;
    text-decoration: none;
    -webkit-appearance: none !important;
    cursor: pointer;
  }
  input.wpcf7-submit {
    background: #6cb33e;
    display: inline-block;
    border-top: 1px solid #b3b3b3;
    border-bottom: 3px solid #b3b3b3;
    border-radius: 5px;
    color: #fff !important;
    font-size: 14px;
    padding: 10px;
  }
  input.wpcf7-submit:active {
    background: #4f7c32;
    border-top: 2px solid #b3b3b3;
    border-bottom: 1px solid #b3b3b3;
    margin-bottom: 3px;
  }
  .gronn-knapp.stor-knapp {
    font-size: 25px !important;
    padding: 20px 30px !important;
  }
  input.wpcf7-submit:focus,
  input.wpcf7-submit:hover {
    background: #7fcf3e;
  }
  div.wpcf7-response-output {
    margin: 10px 0 !important;
    background: #fff !important;
    padding: 13px !important;
    font-size: 13px !important;
    color: #333 !important;
    line-height: 18px !important;
    border-radius: 4px !important;
  }
  div.wpcf7-mail-sent-ok {
    background: -webkit-linear-gradient(#84cf00 0, #70b31f 100%) !important;
    text-align: center;
    color: #fff !important;
  }
  div.wpcf7-validation-errors {
    background: -webkit-linear-gradient(#f8e90f 0, #dcce09 100%) !important;
    text-align: center;
  }
  .wpcf7-not-valid-tip {
    background: -webkit-linear-gradient(#fc1d00 0, #e5250c 100%) !important;
    top: -13px !important;
    color: #fff !important;
    left: auto !important;
    right: 0;
    width: 100% !important;
    padding: 10px !important;
    border-radius: 4px !important;
  }
  #main .gform_wrapper .gform_body > ul > li {
    position: relative;
    margin: 0;
    display: block;
  }
  .gform_button {
    background: #6cb33e;
    display: inline-block;
    border-top: 1px solid #b3b3b3;
    border-bottom: 3px solid #b3b3b3;
    border-radius: 5px;
    color: #fff !important;
    font-size: 14px;
    padding: 10px 20px;
  }
  .gform_button:active,
  .gform_button:hover {
    background: #5e9939;
  }
  .gform_button:active {
    background: #4f7c32;
    border-top: 2px solid #b3b3b3;
    border-bottom: 1px solid #b3b3b3;
    margin-bottom: 3px;
  }
  .gform_wrapper .gfield_date_day,
  .gform_wrapper .gfield_date_month,
  .gform_wrapper .gfield_date_year,
  .gform_wrapper .gfield_time_hour,
  .gform_wrapper .gfield_time_minute {
    width: 88px !important;
  }
  .gform_wrapper .chzn-container a,
  .gform_wrapper input[type="email"],
  .gform_wrapper input[type="number"],
  .gform_wrapper input[type="password"],
  .gform_wrapper input[type="tel"],
  .gform_wrapper input[type="text"],
  .gform_wrapper input[type="url"] {
    border: 1px solid #a4a4a4;
    border-radius: 4px;
    box-shadow: inset 0 0 7px 0 rgba(0, 0, 0, 0.2);
    padding: 10px !important;
    outline: 0;
    max-width: 100%;
    font-family: Roboto, Arial, sans-serif !important;
    font-weight: 400;
    font-size: 20px !important;
    line-height: 1 !important;
  }
  .gform_wrapper select,
  .gform_wrapper textarea {
    border: 1px solid #a4a4a4;
    border-radius: 4px;
    box-shadow: inset 0 0 7px 0 rgba(0, 0, 0, 0.2);
    padding: 13px !important;
    outline: 0;
    max-width: 100%;
    font-family: Roboto, Arial, sans-serif !important;
    font-weight: 400;
    font-size: 20px !important;
  }
  .gform_wrapper .gfield_label,
  .single-blog-footer-tekstramme .publisert-dato-med-ikon-footer,
  .single-tradeshow p.tradeshow-dato,
  .velg-produkt-support-ramme1 {
    font-family: Roboto, Arial, sans-serif;
  }
  .gform_wrapper .chzn-container .chzn-single {
    height: auto !important;
    background: 0 0 !important;
  }
  .gform_wrapper .chzn-container .chzn-single span {
    overflow: visible !important;
  }
  .gform_wrapper .chzn-container .chzn-single div b {
    background-position: 0 7px !important;
  }
  .gform_wrapper .gfield_label {
    font-size: 16px;
    font-weight: 400 !important;
    display: none !important;
  }
  .gform_wrapper .gform_footer {
    margin: 0 !important;
    padding: 0 !important;
    clear: both;
  }
  .ginput_container {
    margin: 0 !important;
  }
  .contact-page-ramme #gforms_confirmation_message {
    background: #609e42;
    color: #fff;
    margin: 13px 0;
    padding: 30px 20px;
  }
  .email-signup-form .gform_body {
    float: left;
    width: 65%;
    margin-bottom: 1.5em;
  }
  .email-signup-form .gform_footer,
  .gform_wrapper .gform_footer.right_label {
    width: 31% !important;
    float: left;
    clear: none !important;
    padding: 0;
  }
  #field_4_5,
  #field_4_6 {
    clear: none;
    float: left;
  }
  .email-signup-form input {
    width: 100% !important;
  }
  .email-signup-form .gform_button {
    padding: 0 20px;
    line-height: 42px;
    min-height: 47px;
    margin-left: 10px;
  }
  #gform_submit_button_3 {
    border: #333;
    padding: 0 21px;
    min-height: 46px;
    line-height: 46px;
  }
  #field_4_5 {
    width: 30%;
  }
  #field_4_5 .gfield_label {
    display: block !important;
    width: 200%;
  }
  #field_4_6 {
    padding-top: 34px;
    width: 60%;
  }
  #field_2_6 {
    padding-bottom: 0 !important;
  }
  #input_4_5 {
    width: 150px !important;
  }
  #gform_wrapper_2,
  #gform_wrapper_4 {
    margin-top: 0;
  }
  .pagination {
    clear: both;
    padding: 20px 0;
    font-size: 11px;
    line-height: 13px;
  }
  .pagination a,
  .pagination span {
    display: block;
    float: left;
    margin: 2px 2px 2px 0;
    padding: 6px 12px 5px;
    text-decoration: none;
    width: auto;
    color: #fff;
    background: #333;
  }
  .pagination .current,
  .pagination a:hover {
    background: #6cb33e;
    color: #fff;
  }
  .pagination .current {
    padding: 6px 12px 5px;
  }
  .tradeshow-calendar-grid {
    margin: 0 0 0 30px;
  }
  ul.latest-videos-footer li {
    padding-bottom: 7px;
  }
  .latest-videos-footer-video-ramme {
    float: left;
    margin-right: 10px;
  }
  .latest-videos-footer-video-ramme img {
    width: 98px;
    height: auto;
  }
  .latest-videos-footer-video-ramme .video-overlay {
    background: url(icons/icon-play.svg) center center no-repeat;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
  }
  .latest-videos-footer-tekst-ramme {
    display: table;
  }
  .latest-videos-footer-tekst-ramme p {
    display: block;
    padding: 0;
  }
  .latest-videos-footer-tekst-ramme p.latest-videos-footer-tekst-ramme-dato {
    font-size: 12px;
    font-family: Roboto, Arial, sans-serif;
    font-weight: 400;
    color: #fff;
    padding-top: 7px;
    line-height: 16px;
  }
  .latest-videos-footer-tekst-ramme p.latest-videos-footer-tekst-ramme-tittel a {
    color: #1ca7cc;
    text-decoration: none;
    font-size: 15px;
    line-height: 16px;
  }
  .latest-videos-footer-tekst-ramme
    p.latest-videos-footer-tekst-ramme-tittel
    a:hover {
    text-decoration: underline;
  }
  .were-social {
    padding-bottom: 20px;
  }
  .were-social-pic {
    float: left;
    margin-right: 7px;
    position: relative;
  }
  .were-social-pic img {
    width: 145px;
    height: 96px;
  }
  .were-social-text {
    display: table;
  }
  .were-social-text p {
    font-size: 11px;
    line-height: 14px;
    padding: 0;
    margin: 0;
  }
  .footer-interact {
    width: 227px;
    float: left;
    margin-top: 1em;
  }
  .footer-interact a {
    display: inline-block;
    width: 25%;
    overflow: visible;
    float: left;
  }
  .footer-interact .gplus-link {
    width: 17%;
  }
  .footer-interact a img {
    display: block;
    margin: 0 auto;
  }
  .linkedin-icon {
    margin-top: 2px !important;
  }
  .twitter-icon {
    margin-top: 4px !important;
  }
  .footer-watch {
    width: 114px;
    margin-top: 0.4em;
    margin-bottom: 2em;
  }
  .footer-watch a {
    display: inline-block;
    width: 50%;
    overflow: visible;
    float: left;
  }
  .footer-watch a img {
    display: block;
    margin: 0 auto;
  }
  .single-blog-footer {
    padding: 0 0 25px;
  }
  .single-blog-footer-bilderamme {
    float: left;
  }
  .single-blog-footer-bilderamme img {
    border-radius: 4px;
    max-width: 134px;
    width: 100%;
    height: auto;
  }
  .single-blog-footer-tekstramme {
    float: left;
    width: 45%;
    margin-left: 10px;
  }
  .single-blog-footer-tekstramme h6 {
    font-size: 10px;
    line-height: 14px;
    padding-bottom: 1px;
  }
  .single-blog-footer-tekstramme .forfatter-navn-med-ikon-footer {
    font-size: 9px;
    color: #fff;
    background: url(images/forfatter-ikon-7x6.png) left center no-repeat;
    height: 10px;
    line-height: 12px;
    padding-left: 10px;
    float: left;
    margin-right: 5px;
    overflow: visible;
  }
  .single-blog-footer-tekstramme .publisert-dato-med-ikon-footer {
    font-size: 10px;
    font-weight: 400;
    color: #fff;
    height: 10px;
    float: left;
    line-height: 15px;
    overflow: visible;
    margin-bottom: 5px;
  }
  .single-blog-footer-tekstramme .hvit-knapp {
    font-size: 11px;
    line-height: 16px;
    margin-top: 5px;
    padding: 6px 10px;
    width: 140px;
    text-align: center;
    border: none;
  }
  .single-blog-footer-tekstramme .hvit-knapp:active {
    border: none;
    margin-top: 6px !important;
    font-size: 11px;
    line-height: 16px;
    padding: 6px 10px;
  }
  .single-tradeshow {
    padding-bottom: 10px;
  }
  .single-tradeshow p.tradeshow-dato {
    color: #fff;
    font-size: 12px;
    font-weight: 400;
    float: left;
    padding-right: 5px;
    line-height: 20px;
  }
  .single-tradeshow p.tradeshow-tittel {
    font-size: 14px;
    line-height: 18px;
  }
  .single-tradeshow p.tradeshow-tittel a {
    color: #1ca7cc;
    font-size: 15px;
    text-decoration: none;
  }
  .single-tradeshow p.tradeshow-tittel a:hover {
    text-decoration: underline;
  }
  .single-tradeshow img {
    padding-top: 2px;
    width: 100%;
    max-width: 100%;
    height: auto;
  }
  @media screen and (max-width: 1200px) {
    .product-slider .product-title {
      top: 15px;
    }
    .product-slider .product-title h1 {
      font-size: 45px;
    }
    .product-slider .product-title h3 {
      font-size: 35px;
    }
    .slider-wrapper.product-slider .get-a-quote {
      bottom: 0;
    }
  }
  @media screen and (max-width: 1030px) {
    .home .rev_slider_wrapper,
    .slider-wrapper.product-slider {
      height: auto;
    }
    .product-slider .product-title h1 {
      font-size: 35px;
    }
    .product-slider .product-title h3 {
      font-size: 25px;
    }
    .slider-wrapper.product-slider .get-a-quote {
      bottom: 2em;
    }
    .ramme {
      width: 100%;
    }
    body.postid-77 .infrastructure-ramme {
      width: 97%;
    }
    .en-av-fire img,
    .fire-av-fire img,
    .to-av-fire img,
    .tre-av-fire img {
      max-width: 100%;
      height: auto;
    }
    .ramme-wrapper {
      height: 354px;
    }
    body.page-id-204 .latest-news-white_framebox {
      margin: 0;
      padding: 28px;
    }
    .email-signup-form .gform_body,
    .email-signup-form .gform_fields,
    .email-signup-form .gform_wrapper .right_label input.medium {
      width: 100%;
    }
    .email-signup-form .gform_footer {
      width: 100%;
      clear: both;
      float: none;
    }
    .email-signup-form .gform_button {
      margin-left: 0;
    }
    .single-products-liste {
      width: 50%;
    }
    .single-products-liste .single-products-liste-ramme {
      border-right: 2px solid #fff;
    }
    #main .single-products-liste:nth-child(2n + 1) .single-products-liste-ramme {
      border-right: 2px solid #e2e2e3;
    }
    body.postid-67 .single-products-liste .single-products-liste-ramme p {
      padding-right: 20px;
      padding-left: 20px;
    }
    body.postid-67 .single-products-liste .single-products-liste-ramme h4 {
      padding-left: 20px;
    }
    .email-signup-form .gform_body {
      width: 58%;
    }
    .gform_wrapper .gform_footer.left_label,
    .gform_wrapper .gform_footer.right_label {
      width: 38%;
      float: right;
    }
    .white_framebox-ramme {
      float: left;
    }
    #main .page-tabs {
      margin: 0 0 40px;
      width: 100%;
    }
    #main .page-tabs ul {
      position: absolute;
      display: none;
      background: #eee;
      border: 1px solid #e0e0e0;
      border-radius: 4px;
      box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.2);
      width: 98%;
      padding: 0;
      margin-top: 0;
      margin-left: 1%;
      left: 0;
      top: 38px;
      z-index: 10;
    }
    #main .page-tabs ul li {
      display: block;
      padding: 0;
      border-bottom: 1px solid #e0e0e0;
      float: left;
      width: 100%;
      text-align: left;
    }
    #main .page-tabs ul li a {
      font-size: 14px;
      border: none;
      padding: 1em 0.5em;
    }
    #main .page-tabs ul li a:hover {
      background: #f4f4f4;
      color: #333;
      border-bottom: none;
    }
    #main .velg-side-aktiv {
      display: block;
    }
  }
  @media screen and (max-width: 990px) {
    .footer-watch {
      clear: both;
      float: left;
    }
    .ramme-wrapper {
      height: auto;
    }
    .site-footer .en-av-tre {
      width: 50%;
    }
    .site-footer .grid-right {
      width: 100%;
    }
    .tradeshow-calendar-grid {
      margin: 0;
    }
    table.resellers-table tr td {
      padding: 4px 0 4px 100px;
    }
    table.resellers-table,
    table.resellers-table tbody,
    table.resellers-table td,
    table.resellers-table th,
    table.resellers-table thead,
    table.resellers-table tr {
      display: block;
    }
    table.resellers-table thead tr {
      position: absolute;
      top: -9999px;
      left: -9999px;
    }
    table.resellers-table tr {
      border: 1px solid #ccc;
    }
    table.resellers-table td {
      border: none;
      border-bottom: 1px solid #eee;
      position: relative;
      padding-left: 50px;
    }
    table.resellers-table td:before {
      position: absolute;
      top: 6px;
      left: 6px;
      width: 45%;
      padding-right: 10px;
      white-space: nowrap;
    }
    table.resellers-table td:nth-of-type(1):before {
      content: "Country";
    }
    table.resellers-table td:nth-of-type(2):before {
      content: "Region";
    }
    table.resellers-table td:nth-of-type(3):before {
      content: "Company";
    }
    table.resellers-table td:nth-of-type(4):before {
      content: "E-mail";
    }
    table.resellers-table td:nth-of-type(5):before {
      content: "Phone";
    }
    table.resellers-table td:nth-of-type(6):before {
      content: "Website";
    }
    table.resellers-table td:nth-of-type(7):before {
      content: "Level";
    }
  }
  @media screen and (max-width: 960px) {
    .price_table_mobile_info_skjult {
      display: none;
    }
    span.price_table_mobile_info {
      display: block;
      font-family: Roboto, Arial, sans-serif;
      font-weight: 400;
      font-size: 12px;
      color: #333;
      padding-top: 7px;
    }
    table.price_table_plan tr.price_table_price td span.price_table_mobile_info {
      padding-left: 20%;
    }
    table.price_table_plan {
      width: 100%;
      margin: 0 0 20px;
    }
    tr.price_table_title {
      height: 65px;
    }
    tr.price_table_firmware td,
    tr.price_table_included td,
    tr.price_table_price td,
    tr.price_table_repair td,
    tr.price_table_response td {
      height: auto;
      padding-bottom: 7px;
    }
    #main a.white-button-about {
      width: 46%;
      margin: 5px 1% 6px;
    }
    .tp-caption.pixavi-button {
      left: 550px !important;
    }
    .smuler .current-item {
      font-size: 50px;
    }
    #submeny {
      padding-top: 5px;
    }
    .sokeboks {
      display: none;
    }
    .sokeboks-mobil {
      display: block;
      float: right;
      margin-top: 4px;
    }
    #field_4_5,
    .hovedmeny {
      width: 100%;
    }
    #input_4_5 {
      width: 300px !important;
    }
    #field_4_5 .gfield_label {
      width: 100%;
    }
    #field_4_6 {
      float: none;
      clear: both;
      padding-top: 0;
      width: 100% !important;
    }
    .contact-page-ramme .en-av-tre,
    .contact-page-ramme .to-av-fire {
      width: 100%;
    }
    #main .icon {
      font-size: 16px;
      min-width: 60px;
    }
  }
  @media screen and (max-width: 890px) {
    .slider-wrapper {
      height: auto;
      min-height: 100%;
    }
    .single-products .quick-switch {
      margin-bottom: 20px;
    }
    .get-a-quote {
      bottom: 90px;
    }
    #google-kart {
      height: 700px;
    }
    .contact-page-ramme-wrapper {
      top: 12%;
    }
    .contact-page-ramme ul {
      width: 100%;
    }
    .contact-page-form {
      margin-top: 0;
      margin-bottom: 30px;
    }
    #main .large_title h1 {
      font-size: 125px;
    }
    body.home #main .forside-bokser h2 {
      font-size: 14px;
    }
  }
  @media screen and (max-width: 850px) {
    .to-av-fire img {
      display: block;
      float: none !important;
      margin: 0 auto !important;
    }
    .scenarios_ramme .single-scenarios-bilde img {
      margin: 0 !important;
    }
    .en-av-tre img,
    .to-av-tre img,
    .tre-av-tre img {
      display: block;
      float: none !important;
      margin: 0 auto !important;
    }
    .wpcf7 img {
      margin: 0 !important;
    }
    .tp-caption.pixavi-button {
      left: 470px !important;
    }
    .smuler .current-item {
      font-size: 40px;
    }
    .get-a-quote {
      bottom: 100px;
    }
    #main .product-category-ramme .product-category-tekst h1 {
      font-size: 26px;
    }
    .single-scenarios-ramme {
      height: 150px;
    }
  }
  @media only screen and (min-width: 768px) and (max-width: 925px) {
    .product-infobox-wrapper .to-av-fire .p_infobox_title {
      background-size: 100%;
      background-position: -5px bottom;
      padding-top: 15px;
    }
  }
  @media screen and (max-width: 767px) {
    .product-title h1,
    .product-title h3 {
      font-weight: 300;
      font-family: Roboto, Arial, sans-serif;
    }
    .product-title h1,
    .product-title h3,
    .smuler .current-item {
      font-family: Roboto, Arial, sans-serif;
    }
    #main .large_title,
    #menu-main-navigation-1,
    .thumbnail-forfatter,
    .thumbnail-tittel,
    .tp-caption.pixavi-button,
    body.page-id-257 #main .grid-clear {
      display: none;
    }
    .en-av-fire {
      width: 50%;
    }
    .en-av-tre,
    .to-av-fire,
    .to-av-tre,
    .tre-av-fire {
      width: 100%;
    }
    .single-products-liste {
      width: 50%;
    }
    .app_list_ramme {
      width: 25%;
    }
    .hovedmeny {
      width: 100%;
      margin-bottom: 35px;
    }
    .responsiveSelectContainer {
      width: 100%;
    }
    .page-slider {
      height: auto;
    }
    #main .latest-blog-posts-grid-ramme h2 {
      font-size: 60px;
      line-height: 60px;
    }
    body.home #main .forside-bokser h2 {
      font-size: 18px;
    }
    body.home .en-av-fire {
      margin-bottom: 20px;
    }
    body.home .to-av-fire .grid-innhold {
      padding-right: 10px;
      border-top: 1px solid #e5e5e5;
      padding-top: 15px;
      border-right: 1px solid #fff;
    }
    .single-products-liste,
    .single-products-liste .single-products-liste-ramme {
      padding-left: 0;
      padding-right: 0;
    }
    body.home .forside-bokser-andre .grid-innhold,
    body.home .forside-bokser-siste .grid-innhold {
      border-right: 1px solid #fff;
    }
    .single-employee-liste {
      margin-bottom: 30px;
    }
    .single-employee-liste-andre {
      border-right: 2px solid #fff;
    }
    .latest-news-grid-ramme {
      padding-bottom: 30px;
    }
    .single-products-liste {
      border-right: 0;
      height: auto;
    }
    .book-demo-ramme {
      padding: 25px 14px;
    }
    .book-demo-ramme table tr td input.wpcf7-date,
    .book-demo-ramme table tr td input.wpcf7-text,
    .book-demo-ramme table tr td textarea.wpcf7-textarea {
      width: 100%;
    }
    .product-category-ramme .single-product-category {
      border-right: 0;
      height: auto;
    }
    .product-category-ramme .single-product-category-tre {
      border-right: 0;
    }
    .product-category-ramme .product-category-tekst {
      border-top: 0;
      margin: 0 -10px;
      padding: 00px 20px 20px;
      border-bottom: 1px solid #cbcbcb;
    }
    .single-scenarios-ramme {
      height: auto;
    }
    footer .footer-grid {
      margin: 0;
    }
    body.single-products #main .to-av-fire img {
      margin: 0 !important;
      width: 100%;
      height: auto;
    }
    .product-title h1 {
      font-weight: 400;
      font-size: 50px;
    }
    .product-title h3 {
      font-weight: 400;
      font-size: 25px;
    }
    .page-slider .smuler {
      font-size: 0;
    }
    #toppbilde .smuler {
      letter-spacing: 0;
      font-size: 0;
      bottom: 34px;
    }
    .smuler .current-item {
      font-weight: 300;
      font-weight: 400;
      font-size: 30px;
    }
    .get-a-quote .get-a-quote-button {
      text-indent: -9999px;
      padding: 15px 20px 15px 30px;
      background-position: center center;
    }
    .slider-quote-wrapper .get-a-quote {
      top: -3em;
    }
    .slider-quote-wrapper .get-a-quote .get-a-quote-button {
      text-indent: 0;
      background-position: 15px center;
      padding: 15px 20px 15px 70px;
    }
    .get-a-quote a:hover {
      background-position: center center;
    }
    .get-a-quote {
      bottom: 150px;
    }
    .single-cloud-content-text {
      margin-bottom: 20px;
    }
    body.page-id-204 .white_framebox-grid {
      width: 100%;
      height: auto;
    }
    .responsiveSelectContainer select.responsiveMenuSelect,
    select.responsiveMenuSelect {
      border: 1px solid #a4a4a4;
      border-radius: 4px;
      -moz-box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.2) inset;
      -webkit-box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.2) inset;
      box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.2) inset;
      color: grey;
      cursor: pointer;
      padding: 6px;
      font-size: 19px;
      text-align: center;
    }
    option {
      text-align: left;
      font-size: 14px;
      color: #333;
      display: block;
      padding: 4px 0 4px 19px;
    }
    .velg-produkt-support-ramme1 {
      display: block !important;
    }
    .support-video-content-wrapper {
      height: auto;
    }
    .product-accessory-item {
      padding: 0;
    }
    .quote-button-cell {
      display: none;
    }
    a.product-accessory-quote-button {
      display: inline-block;
    }
    .product-accessory-item a.get-a-quote-knapp {
      margin: 20px 0;
    }
    .product-accessory-item table td {
      padding: 10px 0;
    }
    .product-accessory-image {
      margin-left: 0;
    }
  }
  @media screen and (max-width: 670px) {
    .sokeboks-mobil {
      float: none;
      width: 100%;
    }
    .sokeboks-mobil input.gsc-input,
    .sokeboks-mobil td.gsc-input {
      width: 100% !important;
    }
    .sokeboks-mobil table td {
      padding: 0;
    }
    .sokeboks-mobil .input.gsc-search-button {
      right: 3px;
    }
    .gallery-frame-box a {
      width: 100%;
    }
    #main .large-gallery-img {
      margin-bottom: 4px;
    }
  }
  @media screen and (max-width: 650px) {
    .p_infobox_title {
      background: url(icons/icon-title-bg.svg) -2px 0 no-repeat;
      background-size: 315px auto;
      font-size: 10px;
      line-height: 1;
      height: 26px;
      padding: 11px 0 0 8px;
    }
    .app_list_ramme {
      width: 33.33%;
    }
    .site-footer .en-av-tre,
    .site-footer .grid-right {
      width: 100%;
    }
    .error404 .sokeboks-mobil,
    .search .sokeboks-mobil {
      display: none !important;
      top: 0 !important;
      right: 0 !important;
      position: relative !important;
    }
    .error404 .sokeboks,
    .search .sokeboks {
      display: block;
    }
    .slider-wrapper.product-slider .ramme-wrapper {
      position: relative;
    }
    .product-slider .product-title {
      left: 10px;
    }
    .product-slider .product-title h1 {
      font-size: 30px;
    }
    .product-slider .product-title h3 {
      font-size: 20px;
    }
    .slider-wrapper.product-slider .get-a-quote {
      bottom: 0;
    }
  }
  @media screen and (max-width: 500px) {
    .en-av-fire {
      width: 100%;
    }
    .app_list_ramme {
      width: 50%;
    }
    .single-products-liste,
    .site-logo a {
      width: 100%;
    }
    #main .single-products-liste:nth-child(2n + 1) .single-products-liste-ramme {
      border-right: 2px solid #fff;
    }
    .single-products-liste .single-products-liste-ramme {
      height: auto;
    }
    .sokeboks-mobil {
      margin-top: 35px;
      width: 100%;
    }
    input.gsc-input {
      width: 100% !important;
    }
    body.home .en-av-fire .grid-innhold {
      border-right: 1px solid #fff;
      padding: 0;
    }
    body.home .to-av-fire .grid-innhold {
      padding-right: 0;
    }
    .single-employee-liste {
      border-right: 2px solid #fff;
      padding: 0 10px;
      margin-bottom: 20px;
    }
    .single-employee-liste .grid-innhold {
      border-bottom: 2px solid #e3e3e4;
      padding-bottom: 20px;
    }
    body.page-id-204 .latest-news-white_framebox {
      margin: 0;
      padding: 14px;
    }
    #main a.white-button-about {
      width: 100%;
      margin: 5px 0 6px;
    }
    .product-title {
      position: absolute;
    }
    .slider-wrapper .product-title {
      display: none;
    }
    .product-title h1 {
      font-size: 26px;
      letter-spacing: 0;
    }
    #main h1 {
      font-size: 20px;
    }
    .product-title h3 {
      font-size: 15px;
      letter-spacing: 0;
    }
    .get-a-quote {
      bottom: 240px;
    }
    .gform_wrapper .gform_footer input.button,
    .gform_wrapper .gform_footer input[type="submit"] {
      font-size: 0.8em !important;
    }
    .gform_wrapper .gform_footer.left_label,
    .gform_wrapper .gform_footer.right_label {
      float: none;
    }
    .email-signup-form .gform_body {
      width: 100%;
    }
    #main .icon {
      font-size: 12px;
      min-width: 60px;
    }
  }
  @media screen and (max-width: 350px) {
    #google-kart {
      height: 400px;
    }
  }
  #inifiniteLoader {
    position: relative;
    text-align: left;
    width: 100%;
    display: none;
  }
  #inifiniteLoader img {
    text-align: center;
  }
  .left a,
  .right a {
    width: 100%;
    margin-bottom: 6px;
  }
  .middle a {
    width: auto;
  }
  #ie8 .middle a {
    float: left;
    width: 275px;
  }
  #ie8 a.get-a-quote-knapp {
    min-width: 82px;
  }
  .ie .gform_button {
    height: 52px;
  }
  .ie .gform_wrapper ul.gform_fields {
    width: 100%;
  }
  #ie8 #toppbilde img {
    height: 160px;
    min-width: 1690px;
  }
  #ie8 .gronn-knapp.stor-knapp {
    height: 62px !important;
    line-height: 20px !important;
  }
  #ie8 #hugridUX div#hugridButtonBkgd {
    background-color: #c2c2c2;
  }
  .hovedmeny .velg-produkt-support-ramme1 ul.responsiveMenuSelect {
    position: relative;
    margin: 0;
    padding: 0;
  }
  .hovedmeny .velg-produkt-support-ramme1 ul.responsiveMenuSelect li {
    float: none;
    font-size: 16px;
    color: #808083;
    margin: 0;
    position: relative;
    padding: 0;
  }
  .velg-produkt-support-ramme1 {
    display: none;
    font-weight: 400;
  }
  #velg-produkt-menu ul.support-velg-produkt-selve-dropdown1 li a {
    background: 0 0 !important;
  }
  #ie9 .single-tradeshow img {
    height: auto;
  }
  .post-password-form input {
    border: 1px solid #a4a4a4;
    border-radius: 4px;
    box-shadow: inset 0 0 7px 0 rgba(0, 0, 0, 0.2);
    padding: 10px !important;
    outline: 0;
    max-width: 100%;
    font-family: Roboto, Arial, sans-serif !important;
    font-weight: 400;
    line-height: 1 !important;
    margin-right: 10px;
  }
  .post-password-form .button {
    background: #6cb33e;
    display: inline-block;
    border-top: 1px solid #b3b3b3;
    border-right: 1px solid #b3b3b3;
    border-bottom: 3px solid #b3b3b3;
    border-left: 1px solid #b3b3b3;
    border-radius: 5px;
    text-decoration: none;
    color: #fff !important;
    font-size: 14px;
    cursor: pointer;
    font-family: SohoGothicW01-BoldItali, sans-serif;
    padding: 10px 20px;
    -webkit-appearance: none !important;
  }
  .post-password-form .button:active {
    background: #4f7c32;
  }
  table th {
    font-weight: 700;
  }
  table td,
  table th {
    padding: 9px 10px;
    text-align: left;
  }
  .woocommerce .cart_totals td,
  .woocommerce-page #main table.cart td.product-subtotal {
    text-align: right;
  }
  @media only screen and (max-width: 767px) {
    table.responsive {
      margin-bottom: 0;
    }
    .pinned {
      position: absolute;
      left: 0;
      top: 0;
      background: #fff;
      width: 35%;
      overflow: hidden;
      overflow-x: scroll;
      border-right: 1px solid #ccc;
      border-left: 1px solid #ccc;
    }
    .pinned table {
      border-right: none;
      border-left: none;
      width: 100%;
    }
    .pinned table td,
    .pinned table th {
      white-space: nowrap;
    }
    .pinned td:last-child {
      border-bottom: 0;
    }
    div.table-wrapper {
      position: relative;
      margin-bottom: 20px;
      overflow: hidden;
      border-right: 1px solid #ccc;
    }
    div.table-wrapper div.scrollable table {
      margin-left: 35%;
    }
    div.table-wrapper div.scrollable {
      overflow: scroll;
      overflow-y: hidden;
    }
    table.responsive td,
    table.responsive th {
      position: relative;
      white-space: nowrap;
      overflow: hidden;
    }
    table.responsive td:first-child,
    table.responsive th:first-child,
    table.responsive.pinned td {
      display: none;
    }
  }
  .error404 .sokeboks-mobil,
  .search .sokeboks-mobil {
    display: block !important;
    position: absolute;
    right: 10px;
    top: 70px;
  }
  .error404 .sokeboks,
  .search .sokeboks,
  .woocommerce.post-type-archive-product #main ul.products li.product a h3 mark {
    display: none;
  }
  @media only screen and (min-width: 768px) and (max-width: 1024px) {
    #main .mega-gallery-frame-box .middle img {
      float: left;
      height: 380px;
      margin-right: 2px;
      max-width: 170px;
      width: 100%;
    }
    #main .mega-gallery-frame-box .middle {
      float: left;
      margin-right: 4px;
    }
    #main .mega-gallery-frame-box .left,
    #main .mega-gallery-frame-box .right {
      float: left;
      width: 25%;
    }
  }
  @media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
    #main .mega-gallery-frame-box .middle img {
      height: 468px !important;
      width: 98%;
      max-width: 235px !important;
    }
    #main .mega-gallery-frame-box .left,
    #main .mega-gallery-frame-box .right {
      width: 24.9% !important;
    }
    #main .mega-gallery-frame-box .middle {
      width: 48.2% !important;
    }
    #main .mega-gallery-frame-box .left {
      margin-right: 0 !important;
    }
  }
  @media only screen and (min-device-width: 320px) and (max-width: 568px) {
    #main .mega-gallery-frame-box .middle img {
      float: left;
      margin-right: 2px;
      margin-bottom: 5px;
      max-width: 100%;
      width: 100%;
    }
    #main .mega-gallery-frame-box .left {
      margin-right: 6px;
    }
    #main .mega-gallery-frame-box .middle {
      float: left;
      margin-right: 4px;
      width: 100%;
    }
    #main .mega-gallery-frame-box .left,
    #main .mega-gallery-frame-box .right {
      float: left;
      width: 100%;
    }
    #main img {
      max-width: 100%;
      width: 100%;
    }
  }
  @media only screen and (max-width: 600px) {
    #main .mega-gallery-frame-box .middle a,
    .left a,
    .right a {
      margin-bottom: 6px;
    }
    #main .mega-gallery-frame-box .left,
    #main .mega-gallery-frame-box .right {
      float: left;
      width: 100%;
    }
    .left a,
    .right a {
      width: auto;
    }
  }
  @media only screen and (min-width: 800px) and (max-width: 1024px) and (orientation: Landscape) {
    #main .mega-gallery-frame-box .middle img {
      float: left;
      height: auto;
      margin-right: 2px;
      min-height: 388px;
      width: 100%;
    }
  }
  @media only screen and (max-width: 768px) and (orientation: Portrait) {
    #main .mega-gallery-frame-box .middle img {
      float: left;
      height: auto;
      margin-right: 2px;
      min-height: 380px;
      width: 100%;
    }
  }
  @media only screen and (min-width: 801px) and (max-width: 1024px) and (orientation: Landscape) {
    #main .mega-gallery-frame-box .middle img {
      float: left;
      height: auto;
      margin-right: 2px;
      min-height: 470px;
      width: 100%;
    }
  }
  .woocommerce.post-type-archive-product #main ul.products {
    border-top: 1px solid #c8c8c8;
    border-right: 1px solid #c8c8c8;
    border-bottom: 4px solid #c8c8c8;
    border-left: 1px solid #c8c8c8;
    border-radius: 6px;
    margin-bottom: 10px;
    margin-left: 0 !important;
    margin-top: 0 !important;
  }
  .woocommerce.post-type-archive-product #main ul.products li.product {
    width: 33.33333%;
    float: left;
    padding: 0 10px;
    min-height: 10px;
    border-right: 1px solid #c8c8c8;
    height: 350px;
  }
  .woocommerce.post-type-archive-product
    #main
    ul.products
    li.product
    a
    .product-category-tekst {
    border-top: 1px solid #c8c8c8;
    margin: 0 -10px;
    padding: 17px 15px;
  }
  .woocommerce.post-type-archive-product
    #main
    ul.products
    li.product
    a
    .product-category-tekst
    p {
    color: #1ca7cc;
  }
  .woocommerce.post-type-archive-product #main ul.products li.product a h3 {
    color: #333;
    border: 0;
    padding: 0 0 7px;
    margin: 0;
    line-height: 29px;
    font-size: 28px !important;
  }
  .woocommerce mark {
    background-color: #fff;
  }
  @media screen and (max-width: 767px) {
    .woocommerce.post-type-archive-product #main ul.products li.product {
      width: 100%;
      float: none;
      border-bottom: 1px solid #c8c8c8;
      height: auto;
    }
    .woocommerce.post-type-archive-product
      #main
      ul.products
      li.product
      a
      .product-category-tekst {
      border: 0;
    }
  }
  .woocommerce #main ul.products {
    margin-top: 0;
    padding-left: 0;
    margin-left: 0;
  }
  .woocommerce #main ul.products li.product {
    width: 33.33333%;
    float: left;
    padding: 25px 20px 15px;
    min-height: 10px;
    border-right: 2px solid #e2e2e3;
    border-bottom: 2px solid #e2e2e3;
    height: 620px;
    margin-bottom: 0;
  }
  .woocommerce #main ul.products h3 {
    color: #333;
    font-weight: 400;
  }
  .woocommerce ul.products p {
    color: #333;
  }
  .woocommerce #main ul.products img.attachment-shop_catalog {
    padding: 15px 0;
    max-height: 255px;
    width: auto;
    margin: 0 auto !important;
  }
  .woocommerce #main img.attachment-shop_single {
    max-height: 255px;
    width: auto;
    margin: 0 auto !important;
  }
  .woocommerce #main .price {
    color: #16b2d2;
  }
  .woocommerce #main ul.products li.product:last-child,
  .woocommerce.tax-product_cat #main ul.products li.product.last {
    border-right: 2px solid #fff;
  }
  .woocommerce #main ul.products li.product a img,
  .woocommerce ul.products li.product a:hover img {
    box-shadow: none;
    -webkit-box-shadow: none;
  }
  .woocommerce #main ul.products a.added_to_cart {
    padding-left: 1em;
  }
  @media screen and (max-width: 1030px) {
    .woocommerce #main ul.products li.product {
      width: 50%;
    }
    .woocommerce.tax-product_cat #main ul.products li.product:nth-child(odd) {
      border-right: 2px solid #e2e2e3;
      border-left: 2px solid #fff;
    }
    .woocommerce.tax-product_cat #main ul.products li.product:nth-child(even) {
      border-right: 2px solid #fff;
      border-left: 2px solid #fff;
    }
  }
  @media screen and (max-width: 850px) {
    .woocommerce #main ul.products img.attachment-shop_catalog {
      display: block;
      margin: 0 auto !important;
    }
  }
  @media screen and (max-width: 500px) {
    .woocommerce #main ul.products li.product {
      width: 100%;
      height: auto;
    }
    .woocommerce.tax-product_cat #main ul.products li.product {
      border-left: 2px solid #fff !important;
      border-right: 2px solid #fff !important;
    }
  }
  .woocommerce #main div.product div.images {
    float: left;
    width: 40%;
    padding-right: 1.5em;
  }
  .woocommerce #main div.product div.images a.woocommerce-main-image {
    margin-right: 1.33%;
  }
  .woocommerce #main div.product div.images div.thumbnails a {
    width: 32%;
    max-width: 100%;
    display: inline-block;
    margin-right: 1.33%;
  }
  .woocommerce #main div.single-product-title h1 {
    border-bottom: 1px solid #333;
    margin-bottom: 20px;
    padding-bottom: 0;
  }
  .woocommerce #main div.product .woocommerce-tabs ul.tabs {
    padding: 0;
    margin: 0 0 1.618em;
    background: url(images/tabbs-bg.gif) 0 100% repeat-x;
    border: 0;
  }
  .woocommerce #main div.product .woocommerce-tabs ul.tabs:before {
    border: 0;
  }
  .woocommerce #main div.product .woocommerce-tabs ul.tabs li {
    background: #fff;
    border: 1px solid #6c6c6e;
    -webkit-border-radius: 4px 4px 0 0;
    border-radius: 4px 4px 0 0;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    margin-right: 0.1em;
    margin-left: 0;
    padding-top: 0.5em;
  }
  .woocommerce #main div.product .woocommerce-tabs ul.tabs li:after,
  .woocommerce #main div.product .woocommerce-tabs ul.tabs li:before {
    display: none;
  }
  .woocommerce #main div.product .woocommerce-tabs ul.tabs li.active,
  .woocommerce #main div.product .woocommerce-tabs ul.tabs li:hover {
    border-bottom: 1px solid #fff;
  }
  .woocommerce #main div.product .woocommerce-tabs ul.tabs li a {
    font-size: 14px;
    color: #6c6c6e;
    font-weight: 400;
  }
  .woocommerce #main div.product .woocommerce-tabs ul.tabs li.active a,
  .woocommerce #main div.product .woocommerce-tabs ul.tabs li:hover a {
    color: #333;
  }
  .woocommerce-page #main .shop_table.cart .actions {
    padding-bottom: 1em;
  }
  .woocommerce-page #main .shop_table.cart .actions input {
    float: right;
    margin-left: 1em;
  }
  .woocommerce-page #main .shop_table.cart .coupon:after {
    content: "";
    display: table;
    clear: both;
    margin-bottom: 2em;
  }
  .woocommerce-page #main .shop_table.cart .coupon label {
    display: block;
  }
  .woocommerce-page #main .shop_table.cart .coupon input.input-text {
    width: 80%;
    float: left;
    margin: 0;
    min-height: 38px;
    font-size: 1em !important;
  }
  .woocommerce-page #main .shop_table.cart .coupon input.button {
    width: 18%;
    float: right;
    margin-left: 0;
  }
  .woocommerce-page table.cart .product-thumbnail {
    display: none;
  }
  .woocommerce-page table.cart .product-quantity .quantity {
    margin: 0;
  }
  .woocommerce-page #main .shop_table.cart .coupon ::-webkit-input-placeholder {
    color: #fff;
  }
  .woocommerce-page #main .shop_table.cart .coupon ::-moz-placeholder {
    color: #fff;
  }
  .woocommerce-page #main .shop_table.cart .coupon :-ms-input-placeholder {
    color: #fff;
  }
  .woocommerce-page #main .shipping_calculator {
    margin-top: 1.5em;
  }
  .woocommerce #main .checkout .col-2 h3#ship-to-different-address,
  .woocommerce-page #main .checkout .col-2 h3#ship-to-different-address {
    margin-bottom: 1em;
  }
  .woocommerce #main .checkout .col-2 h3#ship-to-different-address input,
  .woocommerce-page #main .checkout .col-2 h3#ship-to-different-address input {
    margin-left: 1em;
  }
  .woocommerce #payment,
  .woocommerce #payment div.form-row,
  .woocommerce #payment ul.payment_methods,
  .woocommerce-page #payment,
  .woocommerce-page #payment div.form-row,
  .woocommerce-page #payment ul.payment_methods {
    background-color: #fff;
    padding-left: 0;
    padding-right: 0;
  }
  .woocommerce .cart_totals {
    width: 40em;
    max-width: 100%;
    float: right;
  }
  .woocommerce-cart .cart-collaterals .cart_totals table {
    width: 100%;
  }
  .woocommerce-cart .wc-proceed-to-checkout {
    padding: 1em 0;
    float: right;
  }
  .woocommerce-checkout-review-order {
    width: 40em;
  }
  .woocommerce-checkout #payment div.payment_box {
    width: 100%;
  }
  @media screen and (max-width: 425px) {
    .woocommerce-page #main .shop_table.cart .product-remove {
      padding: 0;
    }
    .woocommerce-page #main .shop_table.cart .cart_item,
    .woocommerce-page #main .shop_table.cart thead {
      font-size: 0.8em;
    }
    .woocommerce-page #main .shop_table.cart .cart_item td,
    .woocommerce-page #main .shop_table.cart thead th {
      padding-left: 0;
      padding-right: 0.3em;
      float: left;
      word-wrap: break-word;
      min-width: 0;
    }
    .woocommerce-page #main .shop_table.cart .cart_item td.product-remove,
    .woocommerce-page #main .shop_table.cart thead th.product-remove {
      width: 10%;
      padding-top: 1em;
    }
    .woocommerce-page #main .shop_table.cart .cart_item td.product-name,
    .woocommerce-page #main .shop_table.cart .cart_item td.product-price,
    .woocommerce-page #main .shop_table.cart .cart_item td.product-quantity,
    .woocommerce-page #main .shop_table.cart .cart_item td.product-subtotal,
    .woocommerce-page #main .shop_table.cart thead th.product-name,
    .woocommerce-page #main .shop_table.cart thead th.product-price,
    .woocommerce-page #main .shop_table.cart thead th.product-quantity,
    .woocommerce-page #main .shop_table.cart thead th.product-subtotal {
      width: 22%;
    }
    .woocommerce-page #main .shop_table.cart input.button {
      font-size: 0.7em;
    }
  }
  .woocommerce #main .order_details,
  .woocommerce-page #main .order_details {
    list-style: none;
    margin: 0 0 1.5em;
  }
  .woocommerce form .form-row.terms input {
    margin-left: 1em;
  }
  #main .woocommerce,
  .woocommerce #main {
    padding: 0 10px;
  }
  .woocommerce #main a.button,
  .woocommerce-page #main a.button,
  .woocommerce-page #main button.button.alt,
  .woocommerce-page #main input.button,
  .woocommerce-page #main input.button.alt {
    background: #fff;
    display: inline-block;
    border-top: 1px solid #b3b3b3;
    border-right: 1px solid #b3b3b3;
    border-bottom: 3px solid #b3b3b3;
    border-left: 1px solid #b3b3b3;
    border-radius: 5px;
    text-decoration: none;
    color: #333;
    font-size: 14px;
    cursor: pointer;
    font-family: Roboto, Arial, sans-serif;
    font-weight: 400;
    padding: 10px;
    -webkit-appearance: none !important;
  }
  .screen-reader-text,
  .site-footer,
  .site-header {
    font-family: Roboto, Arial, sans-serif;
  }
  .woocommerce #main a.button.wc-forward:after {
    content: "»";
    display: inline-block;
    padding-left: 0.5em;
    font-size: 14px;
  }
  .woocommerce #main a.button:focus,
  .woocommerce #main a.button:hover,
  .woocommerce-page #main button.button.alt:focus,
  .woocommerce-page #main button.button.alt:hover {
    background: #f4f4f4;
  }
  .woocommerce #main a.button.added:before {
    display: none !important;
  }
  div.pp_woocommerce a.pp_contract,
  div.pp_woocommerce a.pp_expand {
    left: 0.1em;
  }
  div.pp_woocommerce .pp_close {
    right: 0.1em;
  }
  .woocommerce #main .quantity input.qty,
  .woocommerce-page #main .quantity input.qty {
    height: 38px;
  }
  .woocommerce #main .quantity .minus,
  .woocommerce #main .quantity .plus,
  .woocommerce-page #main .quantity .minus,
  .woocommerce-page #main .quantity .plus {
    height: 19px;
  }
  .woocommerce #main .woocommerce-message,
  .woocommerce-page #main .woocommerce-message {
    border-color: #6cb33e;
    background: #fff;
  }
  .woocommerce #main .woocommerce-message:before,
  .woocommerce-page #main .woocommerce-message:before {
    background-color: #6cb33e;
  }
  .woocommerce #main .woocommerce-info,
  .woocommerce-page #main .woocommerce-info {
    border-color: #1ca7cc;
    background: #fff;
  }
  .woocommerce #main .woocommerce-info:before,
  .woocommerce-page #main .woocommerce-info:before {
    background-color: #1ca7cc;
  }
  .woocommerce #main .chosen-container .chosen-single,
  .woocommerce #main input[type="text"].input-text,
  .woocommerce #main input[type="email"].input-text,
  .woocommerce #main input[type="password"].input-text,
  .woocommerce #main select,
  .woocommerce #main textarea,
  .woocommerce-page #main .chosen-container .chosen-single,
  .woocommerce-page #main input[type="text"].input-text,
  .woocommerce-page #main input[type="email"].input-text,
  .woocommerce-page #main input[type="password"].input-text,
  .woocommerce-page #main select,
  .woocommerce-page #main textarea {
    border: 1px solid #a4a4a4;
    border-radius: 4px;
    box-shadow: inset 0 0 7px 0 rgba(0, 0, 0, 0.2);
    width: 100%;
    min-height: 48px;
    font-size: 1.5em !important;
    margin-bottom: 10px;
    padding-left: 0.5em !important;
    padding-right: 0.5em !important;
  }
  .woocommerce-page #main .shipping_method {
    font-size: 1em !important;
  }
  .woocommerce #main input[type="number"]::-webkit-inner-spin-button,
  .woocommerce-page #main input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
  }
  .woocommerce #main .chosen-container .chosen-single,
  .woocommerce-page #main .chosen-container .chosen-single {
    padding-top: 0.45em;
  }
  #main .chosen-container-single .chosen-single div {
    top: 0.45em;
    height: 1em;
  }
  .woocommerce-currency-switcher {
    width: 250px;
    float: right;
    margin: 0 0 20px;
  }
  .site-header {
    padding: 20px 10px;
  }
  @media screen and (min-width: 1024px) {
    .site-header {
      padding: 43px 10px 15px;
    }
  }
  .site-header .ramme {
    min-height: auto;
    padding: 0 10px !important;
  }
  .site-header__upper {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
  }
  .site-header__logo {
    margin-right: auto;
  }
  @media screen and (min-width: 1024px) {
    .site-header__upper {
      justify-content: space-between;
    }
    .site-header__logo {
      margin: 0;
    }
  }
  .site-header__logo svg {
    display: block;
    width: 117px;
    height: 31px;
  }
  .site-header__socials {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }
  .site-header__togglebtn {
    margin-left: 20px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding-top: 4px;
  }
  .site-header__togglebtn button {
    cursor: pointer;
    background-color: transparent;
    border-width: 0 0 3px !important;
    border-bottom-color: #d1d1d1 !important;
    border: solid;
    border-radius: 0 !important;
    color: #212020;
    padding: 0 0 2px;
    font-size: 18px;
    font-weight: 500;
  }
  .site-header__togglebtn button.open,
  .site-header__togglebtn button:hover {
    border-bottom-color: #e57200 !important;
  }
  .site-header__nav {
    display: none;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 5px;
  }
  @media screen and (min-width: 1024px) {
    .site-header__togglebtn {
      display: none;
    }
    .site-header__nav {
      margin-top: 25px;
      display: flex;
    }
  }
  .screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    margin: 1px;
    overflow: hidden;
    padding: 0;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important;
  }
  .screen-reader-text.skip-link {
    background-color: #e4e4e4;
    padding: 20px;
    z-index: 10000;
    color: #212020;
    text-decoration: none;
  }
  .screen-reader-text.skip-link:active,
  .screen-reader-text.skip-link:focus {
    clip: auto;
    clip-path: none;
    height: auto;
    margin: 0 0 0 5px;
    overflow: visible;
    position: static;
    width: auto;
    white-space: inherit;
    z-index: 100000;
  }
  .screen-reader-text.skip-link .tip-container {
    margin-top: 5px;
  }
  .screen-reader-text.skip-link p {
    margin-bottom: 5px;
  }
  .screen-reader-text.skip-link p:last-of-type {
    margin: 0;
  }
  .site-header__nav ul {
    margin: 0;
    list-style: none;
    padding: 0;
  }
  .site-header__nav ul li {
    display: block;
    padding: 10px 0;
    border-bottom: 1px solid #e4e4e4;
  }
  .site-header__nav ul li:last-of-type {
    border: 0;
  }
  .site-header__nav ul li a {
    font-size: 14px;
    line-height: 19px;
    text-decoration: none;
    display: block;
    color: #212020;
  }
  @media screen and (min-width: 1024px) {
    .site-header__nav ul li {
      position: relative;
      float: left;
      border: 0;
      padding: 10px 15px;
    }
    .site-header__nav ul li:first-of-type {
      padding-left: 0;
    }
    .site-header__nav ul li:last-of-type {
      padding-right: 0;
    }
    .site-header__nav ul li a {
      padding: 3px 0;
      border-bottom: 3px solid transparent;
    }
  }
  .site-header__nav ul li a .toggle-submenu {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    left: auto;
    width: 40px;
    height: 40px;
    text-align: right;
    cursor: pointer;
  }
  @media screen and (min-width: 1024px) {
    .site-header__nav ul li a .toggle-submenu {
      display: none;
    }
  }
  .site-header__nav ul li a .toggle-submenu::after {
    content: "";
    background-image: url(icons/icon-arrow-down.svg);
    transform: rotate(-90deg);
    display: block;
    width: 40px;
    height: 40px;
    background-size: 15px;
    background-repeat: no-repeat;
    background-position: 50% 150%;
  }
  .site-header__nav ul li.active .toggle-submenu::after {
    background-position: center;
    transform: rotate(0);
  }
  .site-header__nav ul li.menu-item-has-children {
    position: relative;
  }
  .site-header__nav ul li.menu-item-has-children a {
    padding-right: 50px;
  }
  .site-header__nav ul li.current-menu-item > a,
  .site-header__nav ul li:hover > a {
    text-decoration: underline;
  }
  @media screen and (min-width: 1024px) {
    .site-header__nav ul li.menu-item-has-children a {
      padding: 3px 0;
    }
    .site-header__nav ul li.current-menu-item > a,
    .site-header__nav ul li:hover > a {
      text-decoration: none;
      border-color: #212020 !important;
    }
    .site-header__nav ul li:focus-within > ul,
    .site-header__nav ul li:focus > ul,
    .site-header__nav ul li:hover > ul {
      left: auto;
    }
  }
  .site-header__nav ul ul {
    padding: 15px 0 5px;
    display: none;
  }
  @media screen and (min-width: 1024px) {
    .site-header__nav ul ul {
      background: #fff;
      box-shadow: 0 5px 20px rgba(33, 32, 32, 0.05);
      float: left;
      position: absolute;
      top: 100%;
      left: -999em;
      z-index: 99999;
      margin-left: -10px;
      display: block;
    }
  }
  .site-header__nav ul ul ul {
    left: -999em;
    top: 0;
  }
  .site-header__nav ul ul li {
    padding: 10px !important;
    border: 0;
  }
  .site-header__nav ul ul li:hover > ul {
    left: 100%;
  }
  .site-header__nav .secondary-navigation ul {
    text-align: center;
  }
  @media screen and (min-width: 1024px) {
    .site-header__nav ul ul li {
      padding: 5px 10px !important;
      width: 200px;
    }
    .site-header__nav ul ul li a {
      display: inline-block;
    }
    .site-header__nav .secondary-navigation ul {
      text-align: left;
    }
  }
  .site-header__nav .secondary-navigation ul li {
    display: inline-block;
    border: 0;
    padding: 10px 10px 0;
  }
  .site-header__nav .secondary-navigation ul li:last-of-type {
    padding-right: 0;
  }
  .site-header__nav .secondary-navigation ul li > a {
    padding: 3px 0;
    border-bottom: 3px solid transparent;
  }
  .site-header__nav .secondary-navigation ul li:hover a {
    border-bottom-color: #212020;
    text-decoration: none !important;
  }
  .site-footer {
    color: #fff;
  }
  .site-footer__wrapper {
    background: #000;
    padding: 40px 0;
  }
  .site-footer h1,
  .site-footer h2,
  .site-footer h3,
  .site-footer h4,
  .site-footer h5,
  .site-footer h6 {
    font-family: Oswald, sans-serif;
    color: #fff;
    text-transform: uppercase;
  }
  .site-footer .widget-title {
    font-size: 20px;
    line-height: 30px;
    font-weight: 500;
    margin-bottom: 15px;
  }
  .site-footer__widgets {
    display: flex;
    flex-wrap: wrap;
    align-content:space-between;
    text-align: center;
    padding: 0 10px;
  }
  @media screen and (min-width: 640px) {
    .site-footer__widgets {
      text-align: left;
    }
  }
  
  @media screen and (min-width: 690px) and (max-width:1800){
      .site-footer__widgets {
        flex-wrap: none;
      }
    }
  .site-footer__widgets--item {
    width: 100%;
  }
  @media screen and (min-width: 1024px) {
    .site-footer .widget-title {
      margin-bottom: 25px;
    }
    .site-footer__widgets--item {
      width: calc(100% / 2) !important;
    }
  }
  .site-footer__widgets--item.widget-logo {
    text-align: center;
    margin-bottom: 30px;
  }
  @media screen and (min-width: 640px) {
    .site-footer__widgets--item.widget-logo {
      margin-bottom: 100px;
    }
  }
  .site-footer__widgets--item.widget-logo .logo svg {
    width: 150px;
  }
  .site-footer__widgets--item.widget-logo .social-media-links {
    margin-top: 35px;
  }
  @media screen and (min-width: 1024px) {
    .site-footer__widgets--item.widget-logo {
      text-align: left;
      margin-bottom: 0;
    }
    .site-footer__widgets--item.widget-logo .social-media-links {
      margin-top: 25px;
    }
  }
  .site-footer__widgets--item.widget-menu {
    margin-top: 0;
  }
  @media (max-width: 640px) {
    .site-footer__widgets--item.widget-menu {
      margin-top: 25px;
    }
  }
  .site-footer__widgets--item.widget-menu
    .footer-nav:first-of-type:not(:last-of-type) {
    margin-bottom: 45px;
  }
  .site-footer__widgets--item.widget-menu .footer-nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
  }
  .site-footer__widgets--item.widget-menu .footer-nav ul li {
    margin-bottom: 15px;
  }
  .site-footer__widgets--item.widget-menu .footer-nav ul li a {
    color: #fff;
  }
  .site-footer__widgets--item.widget-menu .footer-nav ul li a:hover {
    color: #e57200;
  }
  .site-footer__widgets--item.widget-subscribe {
    margin-top: 30px;
    text-align: center;
  }
  @media screen and (min-width: 640px) {
    .site-footer__widgets--item.widget-menu {
      width: calc(100% / 2);
    }
    .site-footer__widgets--item.widget-subscribe {
      margin-top: 0;
      /* width: calc(100% / 2); */
    }
  }
  .site-footer__widgets--item.widget-subscribe p {
    font-family: Oswald, sans-serif;
    font-weight: 300;
    font-size: 16px;
    line-height: 24px;
    margin: 0 auto;
    max-width: 350px;
  }
  @media screen and (min-width: 640px) {
    .site-footer__widgets--item.widget-subscribe p {
      max-width: auto;
      /* margin: 0; */
  
    }
  }
  /* .site-footer__widgets--item.widget-subscribe .mailchimp-signup {
    margin: 25px auto 0;
    max-width: 350px;
  } */
  @media screen and (min-width: 640px) {
    .site-footer__widgets--item.widget-subscribe .mailchimp-signup {
      max-width: auto;
      margin: 25px 0 0;
    }
  }
  .site-footer__credits {
    text-align: center;
    padding: 20px 0;
    font-family: Oswald, sans-serif;
    color: #212020;
  }
  .site-footer__credits .ramme {
    min-height: auto;
  }
  .site-footer__credits p {
    font-size: 14px;
    line-height: 21px;
  }
  .site-footer__credits p a {
    color: #212020;
  }
  .site-footer__credits p a:hover {
    color: #e57200;
  }
  .home .ramme {
    width: 1084px;
    padding: 0 10px;
    max-width: 100%;
  }
  .front-page-article p {
    font-family: Roboto, Arial, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    margin-bottom: 20px;
  }
  @media screen and (min-width: 1024px) {
    .front-page-article p {
      margin-bottom: 34px;
    }
  }
  .front-page-article p:last-child {
    margin-bottom: 0;
  }
  .front-page-content {
    width: 100%;
    max-width: 1084px;
    padding: 0 10px;
    margin: 0 auto;
  }
  .front-page-hero {
    background: linear-gradient(90deg, #db6e01 0, #e57200 30%, #d06902 100%);
    margin-bottom: 50px;
  }
  .front-page-featured-products .image,
  .product-info__image,
  .product-related__image {
    background-position: center;
    background-repeat: no-repeat;
  }
  @media screen and (min-width: 1024px) {
    .front-page-hero {
      margin-bottom: 100px;
    }
  }
  .front-page-hero .inner {
    max-width: 1600px;
    margin: 0 auto;
  }
  .front-page-hero .grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 20px;
    align-items: center;
    float: none;
    padding: 0 10px;
    min-height: auto;
  }
  .front-page-hero .image-column {
    align-self: end;
  }
  .front-page-hero .content {
    color: #fff;
    padding: 20px 10px 40px;
  }
  .front-page-hero .image {
    width: 100%;
    margin: 40px 0 0;
    z-index: 99;
    position: relative;
  }
  @media screen and (min-width: 1024px) {
    .front-page-hero .grid {
      grid-template-columns: 1fr 1fr;
      gap: 50px;
    }
    .front-page-hero .content {
      padding: 80px 0 60px;
      max-width: 425px;
    }
    .front-page-hero .image {
      margin: 20px 0 -25px;
    }
  }
  .front-page-hero .subtitle,
  .front-page-hero .title {
    margin: 0 0 9px;
    color: #fff;
    font-family: Roboto, Arial, sans-serif;
  }
  .front-page-hero .subtitle {
    font-size: 18px;
    font-weight: 400;
    line-height: 1.3;
  }
  @media screen and (min-width: 1024px) {
    .front-page-hero .subtitle {
      font-size: 20px;
    }
  }
  .front-page-hero .title {
    font-size: 24px;
    font-weight: 700;
    line-height: 1.333333333;
    text-transform: uppercase;
  }
  @media screen and (min-width: 1024px) {
    .front-page-hero .title {
      font-size: 36px;
    }
  }
  .front-page-hero .icons {
    display: grid;
    grid-template-columns: 1fr 1fr;
    margin-bottom: 38px;
  }
  .front-page-hero .icon {
    display: flex;
    align-items: center;
  }
  .front-page-hero .icon-img {
    width: 14px;
    height: auto;
    margin-right: 12px;
  }
  .front-page-hero .icon-label {
    font-family: Roboto, Arial, sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.714285714;
  }
  .front-page-hero .description {
    color: #fff;
    font-family: Roboto, Arial, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    margin: 0 0 24px;
  }
  h2.front-page-heading {
    font-family: Roboto, Arial, sans-serif;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.333333333;
    margin: 0 0 30px;
    position: relative;
  }
  h2.front-page-heading:after {
    content: "";
    background-color: #e57200;
    width: 101px;
    height: 3px;
    position: absolute;
    left: 0;
    bottom: -10px;
  }
  @media screen and (min-width: 1024px) {
    h2.front-page-heading {
      font-size: 24px;
      margin: 0 0 55px;
    }
    h2.front-page-heading:after {
      bottom: -22px;
    }
  }
  .front-page-content-and-image {
    margin-bottom: 50px;
  }
  .front-page-content-and-image .grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 20px;
    float: none;
    padding: 0;
    min-height: auto;
    align-items: center;
  }
  @media screen and (min-width: 1024px) {
    .front-page-content-and-image {
      margin-bottom: 100px;
    }
    .front-page-content-and-image .grid {
      grid-template-columns: 1fr 1fr;
      gap: 63px;
    }
  }
  .front-page-content-and-image .content {
    margin-bottom: 25px;
  }
  .front-page-content-and-image .image-wrapper {
    position: relative;
  }
  .front-page-content-and-image .image {
    width: 100%;
  }
  .front-page-featured-products {
    display: grid;
    grid-template-columns: 1fr;
    gap: 18px;
    margin-bottom: 50px;
  }
  @media screen and (min-width: 1024px) {
    .front-page-featured-products {
      margin-bottom: 100px;
    }
  }
  .front-page-featured-products .product {
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.06);
    display: flex;
    flex-direction: column;
    text-decoration: none;
  }
  .front-page-featured-products .content,
  .product-info__file {
    flex-direction: column;
    text-align: center;
    text-decoration: none;
  }
  .front-page-featured-products .product:hover {
    box-shadow: none;
  }
  .front-page-featured-products .image {
    background-color: #fff;
    background-size: cover;
    width: 100%;
    height: 0;
    padding-bottom: 87%;
  }
  .front-page-featured-products .content {
    color: #222b1d;
    display: flex;
    flex: 1;
    font-family: Roboto, Arial, sans-serif;
    padding: 22px 22px 43px;
  }
  .front-page-featured-products .title {
    font-size: 24px;
    font-weight: 700;
    line-height: 1.333333333;
    margin: 0 0 25px;
  }
  .front-page-featured-products .read-more {
    font-size: 14px;
    font-weight: 700;
    line-height: 1.357142857;
    text-transform: uppercase;
    margin-top: auto;
  }
  .front-page-vimeo-video {
    margin-bottom: 50px;
  }
  @media screen and (min-width: 1024px) {
    .front-page-vimeo-video {
      margin-bottom: 100px;
    }
  }
  .front-page-vimeo-video .video-container {
    position: relative;
    width: 100%;
    padding-bottom: 56.25%;
  }
  .front-page-vimeo-video .overlay,
  .front-page-vimeo-video .video {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    left: 0;
  }
  .front-page-vimeo-video .video {
    border: 0;
  }
  .social-media-links {
    list-style: none;
    padding: 0;
    margin: 0;
  }
  .social-media-links li {
    display: inline-block;
  }
  .social-media-links li:not(:last-of-type) {
    margin-right: 8px;
  }
  .social-media-links li a {
    display: block;
  }
  .social-media-links li a svg {
    width: 18px;
    height: 18px;
  }
  .social-media-links li a svg * {
    fill: #212020;
  }
  .social-media-links li a:hover svg * {
    fill: #e57200;
  }
  .products .template-custom-products-2020 .ramme {
    width: 1084px;
    max-width: 100%;
    padding: 0 10px;
  }
  .product-article {
    font-family: Roboto, Arial, sans-serif;
    font-size: 16px;
    line-height: 1.5;
    margin-top: 60px;
  }
  .product-article h1,
  .product-article h2,
  .product-article h3,
  .product-article h4,
  .product-article h5,
  .product-article h6 {
    font-family: Oswald, sans-serif;
    font-weight: 500;
    line-height: 1.5;
    margin: 0 0 20px;
  }
  .product-article h1 {
    font-size: 24px;
  }
  .product-article h2 {
    font-size: 16px;
  }
  .product-article p {
    margin-bottom: 20px;
  }
  @media screen and (min-width: 1024px) {
    .product-article p {
      margin-bottom: 34px;
    }
  }
  .product-article p:last-child {
    margin-bottom: 0;
  }
  .product-article ul {
    margin: 0 0 20px;
  }
  .product-article li {
    line-height: 1.571428571;
    position: relative;
    padding-left: 30px;
  }
  .product-article li::before {
    content: "\2022";
    color: #e57200;
    font-weight: 700;
    font-size: 40px;
    position: absolute;
    left: 0;
    top: -20px;
  }
  .product-article img {
    max-width: 100%;
    height: auto;
  }
  .product-article img.aligncenter {
    display: block;
    margin: 0 auto;
  }
  .product-article blockquote {
    font-family: Georgia, Times, Times New Roman, serif;
    font-size: 20px;
    font-style: italic;
    line-height: 1.5;
    padding: 31px 51px;
    position: relative;
  }
  .product-article blockquote:after,
  .product-article blockquote:before {
    color: #e57200;
    font-family: Georgia, Times, Times New Roman, serif;
    font-size: 60px;
    line-height: 1;
    position: absolute;
    font-style: italic;
  }
  .product-article blockquote:before {
    content: "“";
    top: 0;
    left: 0;
  }
  .product-article blockquote:after {
    content: "”";
    bottom: -15px;
    right: 0;
  }
  .product-info {
    font-family: Roboto, Arial, sans-serif;
    font-size: 14px;
    margin-bottom: 50px;
  }
  .product-info__grid {
    overflow: hidden;
  }
  @media screen and (min-width: 1024px) {
    .product-info {
      margin-bottom: 100px;
    }
    .product-info__column {
      float: left;
    }
  }
  .product-info__column--gallery {
    margin-bottom: 50px;
  }
  @media screen and (min-width: 1024px) {
    .product-info__column--gallery {
      width: 55%;
      margin: 0;
    }
    .product-info__column--info {
      width: 41%;
      margin-left: 4%;
    }
  }
  .product-info__slider {
    margin-left: 80px;
  }
  .product-info__slider-navigation {
    width: 67px;
    float: left;
    max-height: 275px;
    overflow: hidden;
  }
  @media screen and (min-width: 640px) {
    .front-page-featured-products {
      grid-template-columns: repeat(3, 1fr);
    }
    .product-info__slider-navigation {
      max-height: none;
    }
  }
  .product-info__slide--navigation {
    margin-bottom: 12px;
  }
  .product-info__image {
    background-color: #e3e3e3;
    background-size: contain;
    padding-bottom: 100%;
  }
  .product-info h2.product-info__subtitle {
    color: #5b6770;
    font-family: Oswald, sans-serif;
    font-weight: 500;
    font-size: 14px;
    line-height: 1.5;
    margin-bottom: 3px;
  }
  .product-info h1.product-info__title {
    color: #e57200;
    font-family: Oswald, sans-serif;
    font-weight: 500;
    font-size: 26px;
    line-height: 1.5;
    margin-bottom: 10px;
  }
  .product-info__slogan {
    line-height: 1.571428571;
    font-style: italic;
    margin-bottom: 20px;
  }
  .product-info__description {
    margin-bottom: 30px;
  }
  .product-info__quote {
    font-size: 14px;
    margin-bottom: 20px;
  }
  .product-info__files {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 15px;
  }
  .product-info__file {
    background-color: #e3e3e3;
    color: #212020;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    font-family: Oswald, sans-serif;
    font-weight: 500;
    line-height: 1.571428571;
    padding: 5px 11px;
    transition: all 0.5s;
  }
  .product-info__file:hover {
    background-color: #cacaca;
  }
  .product-info__file:visited {
    color: #212020;
  }
  h2.product-heading {
    font-family: Roboto, Arial, sans-serif;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.333333333;
    margin: 0 0 30px;
    position: relative;
  }
  @media screen and (min-width: 1024px) {
    h2.product-heading {
      font-size: 24px;
      margin: 0 0 55px;
    }
  }
  .content-and-image__content,
  .product-content-two-columns {
    font-family: Roboto, Arial, sans-serif;
    font-size: 16px;
    line-height: 1.5;
  }
  h2.product-heading:after {
    content: "";
    background-color: #e57200;
    width: 101px;
    height: 3px;
    position: absolute;
    left: 0;
    bottom: -10px;
  }
  .content-and-image__grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 50px;
    margin-bottom: 50px;
  }
  @media screen and (min-width: 1024px) {
    h2.product-heading:after {
      bottom: -22px;
    }
    .content-and-image__grid {
      grid-template-columns: 1fr 1.2fr;
      margin-bottom: 100px;
    }
  }
  .content-and-image__column {
    display: flex;
    flex-direction: column;
  }
  .content-and-image__content p {
    margin-bottom: 34px;
  }
  .content-and-image__content p:last-child {
    margin-bottom: 0;
  }
  .content-and-image__image {
    width: 100%;
  }
  .images-and-content {
    margin-bottom: 50px;
  }
  .images-and-content__grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 35px;
  }
  @media screen and (min-width: 1024px) {
    .images-and-content {
      margin-bottom: 100px;
    }
    .images-and-content__grid {
      grid-template-columns: 1fr 2fr;
    }
  }
  .images-and-content__image {
    width: 100%;
    display: block;
    text-align: center;
  }
  .product-image {
    width: 100%;
    margin-bottom: 50px;
  }
  @media screen and (min-width: 1024px) {
    .product-image {
      margin-bottom: 100px;
    }
    .product-content-one-column {
      margin-bottom: 50px;
    }
  }
  .product-content-one-column {
    margin-bottom: 50px;
  }
  .product-content-one-column img.alignright {
    width: 100%;
    max-width: 370px;
    float: right;
    margin-left: 150px;
    margin-bottom: 60px;
  }
  .product-content-two-columns {
    margin-bottom: 50px;
  }
  @media screen and (min-width: 1024px) {
    .product-content-two-columns {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 108px;
      margin-bottom: 100px;
    }
  }
  .product-details {
    opacity: 0;
    margin: 0 0 50px;
  }
  .product-details--active {
    opacity: 1;
  }
  .product-details__grid-item {
    width: 100%;
  }
  .product-details__column-wrapper {
    padding: 0 0 16px;
  }
  @media screen and (min-width: 640px) {
    .product-details {
      margin: 0 -8px 50px;
    }
    .product-details__grid-item {
      width: 50%;
    }
    .product-details__column-wrapper {
      padding: 0 8px 16px;
    }
  }
  @media screen and (min-width: 1024px) {
    .product-details {
      margin: 0 -16px 100px;
    }
    .product-details__grid-item {
      width: 33.33%;
    }
    .product-details__column-wrapper {
      padding: 0 8px 16px;
    }
  }
  .product-details__column {
    border: 1px solid rgba(108, 178, 62, 0.5);
    border-radius: 19px;
    padding: 16px 16px 0;
    width: 100%;
  }
  .product-details__heading {
    color: #e57200;
    font-family: Oswald, sans-serif;
    font-size: 17px;
    font-weight: 500;
    line-height: 1.470588235;
    margin-bottom: 19px;
  }
  .product-details__table {
    width: 100%;
    font-family: Roboto, Arial, sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.476428571;
  }
  .product-details__cell--label {
    font-family: Oswald, sans-serif;
    font-weight: 700;
    font-size: 13px;
    line-height: 1.846153846;
    width: 40%;
    padding: 0 13px 22px 0;
  }
  .product-details__cell--value {
    width: 60%;
    padding: 0 0 22px 13px;
  }
  .product-related {
    display: grid;
    grid-template-columns: 1fr;
    gap: 18px;
    margin-bottom: 50px;
  }
  @media screen and (min-width: 640px) {
    .product-related {
      grid-template-columns: repeat(3, 1fr);
    }
  }
  @media screen and (min-width: 1024px) {
    .product-related {
      margin-bottom: 100px;
    }
  }
  .product-related__product {
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.06);
    display: flex;
    flex-direction: column;
    text-decoration: none;
  }
  .product-related__product:hover {
    box-shadow: none;
  }
  .product-related__image {
    background-color: #fff;
    background-size: cover;
    width: 100%;
    height: 0;
    padding-bottom: 87%;
  }
  .product-related__content {
    color: #222b1d;
    display: flex;
    flex-direction: column;
    flex: 1;
    font-family: Roboto, Arial, sans-serif;
    text-align: center;
    text-decoration: none;
    padding: 22px 22px 43px;
  }
  .product-related__title {
    font-size: 24px;
    font-weight: 700;
    line-height: 1.333333333;
    margin: 0 0 25px;
  }
  .product-related__read-more {
    font-size: 14px;
    font-weight: 700;
    line-height: 1.357142857;
    text-transform: uppercase;
    margin-top: auto;
  }
  .product-files-and-ingredients {
    margin-bottom: 50px;
  }
  .product-files-and-ingredients__grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 56px;
  }
  @media screen and (min-width: 1024px) {
    .product-files-and-ingredients {
      margin-bottom: 100px;
    }
    .product-files-and-ingredients__grid {
      grid-template-columns: 1fr 2fr;
    }
  }
  .product-files-and-ingredients__heading {
    font-family: Oswald, sans-serif;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.444444444;
    margin: 0 0 18px;
  }
  .product-files-and-ingredients__content {
    font-family: Oswald, sans-serif;
    font-size: 14px;
    font-weight: 400;
  }
  .product-files-and-ingredients__file {
    display: flex;
    justify-content: space-between;
    line-height: 1.857142857;
    margin-bottom: 10px;
  }
  .product-files-and-ingredients__filelink {
    color: #e57200;
    font-family: Roboto, Arial, sans-serif;
    font-weight: 700;
  }
  .product-files-and-ingredients__filelink:hover,
  .product-files-and-ingredients__filelink:visited {
    color: #e57200;
    text-decoration: none;
  }
  .product-files-and-ingredients__ingredients {
    line-height: 1.857142857;
  }
  