@charset "UTF-8";
/*
Theme Name: ZHW
Author: the ZHW team
Author URI: ZHW
Description: Zimmerei Holzbau Wiedmer Theme
Version: 1.3
*/
.o-wrapper {
  min-height: 100%;
  height: auto !important;
  height: 100%;
  -webkit-transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
}
.c-menu {
  position: fixed;
  z-index: 200;
  background-color: #67b5d1;
  -webkit-transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
}
.c-menu__items {
  list-style: none;
  margin: 0;
  padding: 0;
}
.c-menu--slide-left, .c-menu--slide-right, .c-menu--push-left, .c-menu--push-right {
  width: 100%;
  height: 100%;
  overflow-y: scroll;
}
@media (min-width: 320px) {
  .c-menu--slide-left, .c-menu--slide-right, .c-menu--push-left, .c-menu--push-right {
    width: 300px;
  }
}
.c-menu--slide-left .c-menu__item, .c-menu--slide-right .c-menu__item, .c-menu--push-left .c-menu__item, .c-menu--push-right .c-menu__item {
  display: block;
  text-align: center;
  border-top: solid 1px #b5dbe9;
  border-bottom: solid 1px #3184a1;
}
.c-menu--slide-left .c-menu__item:first-child, .c-menu--slide-right .c-menu__item:first-child, .c-menu--push-left .c-menu__item:first-child, .c-menu--push-right .c-menu__item:first-child {
  border-top: none;
}
.c-menu--slide-left .c-menu__item:last-child, .c-menu--slide-right .c-menu__item:last-child, .c-menu--push-left .c-menu__item:last-child, .c-menu--push-right .c-menu__item:last-child {
  border-bottom: none;
}
.c-menu--slide-left .c-menu__link, .c-menu--slide-right .c-menu__link, .c-menu--push-left .c-menu__link, .c-menu--push-right .c-menu__link {
  display: block;
  padding: 12px 24px;
  color: #fff;
}
.c-menu--slide-left .c-menu__close, .c-menu--slide-right .c-menu__close, .c-menu--push-left .c-menu__close, .c-menu--push-right .c-menu__close {
  display: block;
  padding: 12px 24px;
  width: 100%;
}
.c-menu--slide-left, .c-menu--push-left {
  top: 0;
  left: 0;
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
}
@media (min-width: 320px) {
  .c-menu--slide-left, .c-menu--push-left {
    -webkit-transform: translateX(-300px);
    -ms-transform: translateX(-300px);
    transform: translateX(-300px);
  }
}
.c-menu--slide-left.is-active, .c-menu--push-left.is-active {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}
.c-menu--slide-right, .c-menu--push-right {
  top: 0;
  right: 0;
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
}
@media (min-width: 320px) {
  .c-menu--slide-right, .c-menu--push-right {
    -webkit-transform: translateX(300px);
    -ms-transform: translateX(300px);
    transform: translateX(300px);
  }
}
.c-menu--slide-right.is-active, .c-menu--push-right.is-active {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}
.c-menu--slide-top, .c-menu--slide-bottom, .c-menu--push-top, .c-menu--push-bottom {
  vertical-align: middle;
  width: 100%;
  height: 60px;
  text-align: center;
  overflow-x: scroll;
}
.c-menu--slide-top .c-menu__items, .c-menu--slide-bottom .c-menu__items, .c-menu--push-top .c-menu__items, .c-menu--push-bottom .c-menu__items {
  display: inline-block;
  text-align: center;
}
.c-menu--slide-top .c-menu__item, .c-menu--slide-bottom .c-menu__item, .c-menu--push-top .c-menu__item, .c-menu--push-bottom .c-menu__item {
  display: inline-block;
  line-height: 60px;
}
.c-menu--slide-top .c-menu__link, .c-menu--slide-bottom .c-menu__link, .c-menu--push-top .c-menu__link, .c-menu--push-bottom .c-menu__link {
  display: block;
  padding: 0 4px;
  color: #fff;
}
.c-menu--slide-top .c-menu__close, .c-menu--slide-bottom .c-menu__close, .c-menu--push-top .c-menu__close, .c-menu--push-bottom .c-menu__close {
  display: inline-block;
  margin-right: 12px;
  padding: 0 24px;
  height: 60px;
  line-height: 60px;
}
.c-menu--slide-top, .c-menu--push-top {
  top: 0;
  left: 0;
  -webkit-transform: translateY(-60px);
  -ms-transform: translateY(-60px);
  transform: translateY(-60px);
}
.c-menu--slide-top.is-active, .c-menu--push-top.is-active {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.c-menu--slide-bottom, .c-menu--push-bottom {
  bottom: 0;
  left: 0;
  -webkit-transform: translateY(60px);
  -ms-transform: translateY(60px);
  transform: translateY(60px);
}
.c-menu--slide-bottom.is-active, .c-menu--push-bottom.is-active {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.o-wrapper.has-push-left {
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
}
@media (min-width: 320px) {
  .o-wrapper.has-push-left {
    -webkit-transform: translateX(300px);
    -ms-transform: translateX(300px);
    transform: translateX(300px);
  }
}
.o-wrapper.has-push-right {
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
}
@media (min-width: 320px) {
  .o-wrapper.has-push-right {
    -webkit-transform: translateX(-300px);
    -ms-transform: translateX(-300px);
    transform: translateX(-300px);
  }
}
.o-wrapper.has-push-top {
  -webkit-transform: translateY(60px);
  -ms-transform: translateY(60px);
  transform: translateY(60px);
}
.o-wrapper.has-push-bottom {
  -webkit-transform: translateY(-60px);
  -ms-transform: translateY(-60px);
  transform: translateY(-60px);
}
body.has-active-menu {
  overflow: hidden;
}
.c-menu__close {
  color: #fff;
  background-color: #3184a1;
  font-size: 14px;
  border: none;
  box-shadow: none;
  border-radius: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
}
.c-menu__close:focus {
  outline: none;
}
.c-mask {
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  overflow: hidden;
  width: 0;
  height: 0;
  background-color: #000;
  opacity: 0;
  -webkit-transition: opacity 0.3s, width 0s 0.3s, height 0s 0.3s;
  transition: opacity 0.3s, width 0s 0.3s, height 0s 0.3s;
}
.c-mask.is-active {
  width: 100%;
  height: 100%;
  opacity: 0.7;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.c-buttons {
  margin-bottom: 48px;
  text-align: center;
}
.c-button {
  display: inline-block;
  margin: 4px;
  padding: 12px 24px;
  color: #67b5d1;
  background: none;
  font-size: 14px;
  border: solid 2px #67b5d1;
  box-shadow: none;
  border-radius: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
}
.c-button:focus {
  outline: none;
}
.c-button:disabled {
  opacity: 0.3;
  cursor: not-allowed;
}
.closeBtn {
  float: left;
  position: absolute;
  top: 0px;
  right: 0px;
}
.closeBtn i {
  color: #fff;
  font-size: 22px;
}
.closeBtn:hover {
  text-decoration: none !important;
}
.c-menu {
  background-color: #aecb3c;
  color: #fff;
  overflow: hidden;
}
.c-menu__close {
  background-color: #aecb3c;
  text-align: right;
}
.offcanvas {
  margin-top: 70px;
}
.offcanvas ul {
  padding-left: 20px;
}
.offcanvas ul li {
  list-style: none;
  margin-bottom: 5px;
}
.offcanvas ul li ul {
  padding-left: 20px;
  display: none;
}
.offcanvas ul li ul ul {
  padding-left: 20px;
  display: none;
}
.offcanvas ul li a {
  color: #fff;
  display: block;
  width: 100%;
  padding: 5px 6px;
}
.offcanvas ul li a:hover {
  text-decoration: none;
  background: #fff !important;
  color: #aecb3c !important;
}
.offcanvas .topNav {
  display: none;
  background: rgba(255, 255, 255, 0.2);
  padding-top: 15px;
  padding-bottom: 1px;
  margin-top: 15px;
}
.offcanvas .topNav ul {
  padding-left: 20px;
}
.offcanvas .topNav li {
  list-style: none;
  margin-bottom: 5px;
}
.offcanvas .topNav li a {
  color: #fff;
  display: block;
  width: 100%;
  padding: 5px 6px;
}
.offcanvas .topNav li a:hover {
  text-decoration: none;
  background: #fff !important;
  color: #aecb3c !important;
}
@media screen and (max-width: 600px) {
  .offcanvas .topNav {
    display: block;
  }
}
.offcanvas .socials {
  display: none;
  margin-top: 15px;
}
@media screen and (max-width: 600px) {
  .offcanvas .socials {
    display: block;
  }
}
.offcanvas .socials li {
  list-style: none;
  display: inline-block;
  margin-right: 4px;
}
.offcanvas .socials li a {
  color: #fff;
  display: block;
  width: 100%;
  padding: 5px 6px;
}
.offcanvas .socials li a:hover {
  text-decoration: none;
  background: #fff;
  color: #222;
}
#header {
  position: fixed;
  background: #fff;
  z-index: 120;
  width: 100%;
  -moz-transition: height 0.5s 0s;
  -o-transition: height 0.5s 0s;
  -webkit-transition: height 0.5s 0s;
  transition: height 0.5s 0s;
}
#header .menubar {
  position: absolute;
  top: 25px;
  right: 25px;
}
#header .notice {
  width: 100%;
  background: #ff0000;
  color: #fff;
  font-size: 12px;
  text-align: center;
  padding: 10px 5% 10px 5%;
  -webkit-transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
}
#header .notice p {
  margin-bottom: 0;
}
#header .notice a {
  color: #fff;
}
@media screen and (max-width: 500px) {
  #header .notice {
    font-size: 11px;
  }
}
#header .navbar {
  height: auto;
  -moz-transition: height 0.5s 0s;
  -o-transition: height 0.5s 0s;
  -webkit-transition: height 0.5s 0s;
  transition: height 0.5s 0s;
  z-index: 10;
  padding: 0 0 0 0;
  flex-direction: unset !important;
}
#header .navbar.scrolling {
  -webkit-box-shadow: 0 4px 4px -2px #999;
  -moz-box-shadow: 0 4px 4px -2px #999;
  box-shadow: 0 4px 4px -2px #999;
}
#header .navBottom {
  float: right;
  width: 100%;
  text-align: right;
}
#header .logo {
  z-index: 10;
}
#header .logo img {
  width: 100%;
}
#header .logo.left {
  display: inline-block;
  position: absolute;
  top: 25px;
  left: 25px;
  -moz-transition: top 0.5s, width 0.5s 0s;
  -o-transition: top 0.5s, width 0.5s 0s;
  -webkit-transition: top 0.5s, width 0.5s 0s;
  transition: top 0.5s, width 0.5s 0s;
}
#header .logo.left.vertical {
  width: 120px;
}
@media screen and (max-width: 1100px) {
  #header .logo.left.vertical {
    width: 80px;
  }
}
#header .logo.left.horizontal {
  width: 200px;
}
@media screen and (max-width: 1100px) {
  #header .logo.left.horizontal {
    width: 140px;
  }
}
#header .logo.left.square {
  width: 100px;
}
@media screen and (max-width: 1100px) {
  #header .logo.left.square {
    width: 90px;
  }
}
#header .logo.center {
  display: inline-block;
  position: absolute;
  top: 5px;
  left: 50%;
  -moz-transition: margin-left 0.5s, width 0.5s 0s;
  -o-transition: margin-left 0.5s, width 0.5s 0s;
  -webkit-transition: margin-left 0.5s, width 0.5s 0s;
  transition: margin-left 0.5s, width 0.5s 0s;
}
#header .logo.center.vertical {
  width: 120px;
  margin-left: -60px;
}
#header .logo.center.horizontal {
  width: 200px;
  top: 20px;
  margin-left: -100px;
}
#header .logo.center.square {
  width: 100px;
  top: 10px;
  margin-left: -50px;
}
#header .navbar {
  -webkit-transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
}
@media screen and (max-width: 600px) {
  #header .navbar {
    height: 100px;
  }
}
#header .navbar.has-notice .logo.left {
  top: 10px;
  left: 10px;
}
#header .navbar.has-notice .logo.center {
  top: 10px;
}
#header .navbar .navbar-collapse {
  float: right;
  width: 100%;
  text-align: right;
}
#header .navbar .navbar-header {
  float: right;
  width: 100%;
  padding: 5px 0;
  -moz-transition: padding-top 0.5s, padding-bottom 0.5s 0s;
  -o-transition: padding-top 0.5s, padding-bottom 0.5s 0s;
  -webkit-transition: padding-top 0.5s, padding-bottom 0.5s 0s;
  transition: padding-top 0.5s, padding-bottom 0.5s 0s;
}
@media screen and (max-width: 1100px) {
  #header .navbar .navbar-header {
    display: none;
  }
}
#header .navbar.full-nav .navbar-header {
  background: #eee;
}
@media screen and (max-width: 1100px) {
  #header .navbar.centered-logo .search-social {
    padding-right: 20px;
  }
}
#header .topNav {
  /*float:left;*/
  margin: 5px auto 20px auto;
  width: 100%;
  clear: both;
  text-align: right;
  padding-left: 0;
  padding-right: 23px;
  -moz-transition: margin-bottom 0.5s 0s;
  -o-transition: margin-bottom 0.5s 0s;
  -webkit-transition: margin-bottom 0.5s 0s;
  transition: margin-bottom 0.5s 0s;
}
#header .topNav ul {
  padding-left: 0;
}
#header .topNav li {
  display: inline;
  margin-left: 20px;
}
#header .topNav li a {
  color: #999;
  text-transform: none;
  font-size: 10px;
  padding: 0;
}
#header .topNav li a:hover {
  background: none;
  color: #333;
}
@media screen and (max-width: 600px) {
  #header .topNav {
    display: none;
  }
}
#header .search-social {
  /*float:left;*/
  margin: 0 auto 10px auto;
  width: 100%;
  clear: both;
  text-align: right;
  padding-right: 13px;
  -moz-transition: margin-bottom 0.5s 0s;
  -o-transition: margin-bottom 0.5s 0s;
  -webkit-transition: margin-bottom 0.5s 0s;
  transition: margin-bottom 0.5s 0s;
}
#header .search-social .screen-reader-text {
  display: none;
}
#header .search-social .search {
  float: right;
}
#header .search-social .search input[type="submit"] {
  background: none;
  border: none;
  box-shadow: none;
}
#header .search-social .search button {
  background: none;
  border: none;
  box-shadow: none;
}
#header .search-social .search input[type="search"] {
  display: inline-block;
  background: #fff;
  border: 1px solid #ddd;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  padding: 4px 8px;
  font-size: 12px;
  color: #666;
}
#header .search-social .search input[type="search"]:focus {
  border-color: #333;
  outline: none;
}
@media screen and (max-width: 768px) {
  #header .search-social .search {
    display: none;
  }
}
#header .search-social .socials {
  float: right;
  padding-left: 0;
  margin-top: 7px;
  display: block;
}
#header .search-social .socials li {
  list-style: none;
  display: inline-block;
  margin-left: 15px;
}
#header .search-social .socials li a {
  padding: 0;
}
#header .search-social .socials li a:hover {
  background: none;
  color: #333;
}
@media screen and (max-width: 600px) {
  #header .search-social .socials {
    margin-top: 40px;
  }
}
@media screen and (max-width: 600px) {
  #header .search-social .socials {
    display: none;
  }
}
@media screen and (max-width: 1100px) {
  #header .search-social {
    padding-right: 80px;
  }
}
#header .navigation ul {
  padding-left: 0;
  margin-bottom: 5px;
  margin-top: 5px;
  flex-direction: unset;
  display: block;
  padding-right: 10px !important;
  -moz-transition: margin-top 0.5s 0s;
  -o-transition: margin-top 0.5s 0s;
  -webkit-transition: margin-top 0.5s 0s;
  transition: margin-top 0.5s 0s;
}
#header .navigation ul li {
  list-style: none;
  display: inline;
  position: relative;
}
#header .navigation ul li a {
  font-size: 14px;
  text-transform: uppercase;
  text-decoration: none;
  color: #333;
  display: inline-block;
  padding: 6px 15px;
  -moz-transition: font-size 0.5s 0s;
  -o-transition: font-size 0.5s 0s;
  -webkit-transition: font-size 0.5s 0s;
  transition: font-size 0.5s 0s;
}
#header .navigation ul li a:hover {
  background: #888;
  color: #fff;
  -webkit-transition: background-color 0.5s ease-out;
  -moz-transition: background-color 0.5s ease-out;
  -o-transition: background-color 0.5s ease-out;
  transition: background-color 0.5s ease-out;
}
#header .navigation ul li a:focus {
  border: none;
  outline: none;
}
#header .navigation ul li:hover ul {
  left: 0;
  top: 20px;
  background: #fff;
  width: 200px;
  text-align: left;
  padding-right: 0 !important;
}
#header .navigation ul li:hover ul li {
  width: 100%;
  display: block;
  position: relative;
}
#header .navigation ul li:hover ul li a {
  width: 100%;
  display: block;
}
#header .navigation ul li:hover ul li ul {
  left: -99999em;
  top: 0;
  background: #eee;
}
#header .navigation ul li:hover ul li:hover ul {
  left: 200px;
}
#header .navigation ul li ul {
  position: absolute;
  left: -99999em;
}
@media screen and (max-width: 1100px) {
  #header .navigation ul li {
    width: 100%;
    float: left;
  }
  #header .navigation ul li ul {
    display: none;
    text-align: right;
  }
}
@media screen and (max-width: 1100px) {
  #header .navigation ul {
    margin-top: 0px;
    float: left;
    width: 100%;
    background: #fff;
  }
}
@media screen and (max-width: 1100px) {
  #header .navigation {
    padding: 0 !important;
    margin: 0 !important;
  }
  #header .navigation ul {
    background: #eee;
  }
}
#header .navigation.left ul {
  text-align: left;
}
#header .navigation.center ul {
  text-align: center;
}
#header #c-button--push-left {
  cursor: pointer;
  float: left;
  position: absolute;
  top: 40px;
  left: 24px;
  display: none;
  cursor: pointer;
  -moz-transition: top 0.5s 0s;
  -o-transition: top 0.5s 0s;
  -webkit-transition: top 0.5s 0s;
  transition: top 0.5s 0s;
  z-index: 8;
}
#header #c-button--push-left i {
  color: #888;
  font-size: 30px;
}
@media screen and (max-width: 1100px) {
  #header #c-button--push-left {
    display: block;
  }
}
@media screen and (max-width: 600px) {
  #header #c-button--push-left {
    top: 38px;
  }
}
@media screen and (max-width: 350px) {
  #header #c-button--push-left {
    left: 14px;
  }
}
#header #c-button--push-right {
  cursor: pointer;
  float: right;
  position: absolute;
  top: 47px;
  right: 24px;
  display: none;
  cursor: pointer;
  -moz-transition: top 0.5s 0s;
  -o-transition: top 0.5s 0s;
  -webkit-transition: top 0.5s 0s;
  transition: top 0.5s 0s;
  z-index: 8;
}
#header #c-button--push-right i {
  color: #888;
  font-size: 30px;
}
@media screen and (max-width: 1100px) {
  #header #c-button--push-right {
    display: block;
  }
}
#header .menuIcon {
  cursor: pointer;
  float: right;
  position: absolute;
  top: 47px;
  right: 24px;
  display: none;
  cursor: pointer;
  -moz-transition: top 0.5s 0s;
  -o-transition: top 0.5s 0s;
  -webkit-transition: top 0.5s 0s;
  transition: top 0.5s 0s;
  z-index: 8;
}
#header .menuIcon i {
  color: #888;
  font-size: 30px;
}
@media screen and (max-width: 1100px) {
  #header .menuIcon {
    display: block;
  }
}
.headerTop {
  width: 100%;
  position: relative;
  margin: 0 auto;
  float: left;
  min-height: 120px;
  -moz-transition: min-height 0.5s 0s;
  -o-transition: min-height 0.5s 0s;
  -webkit-transition: min-height 0.5s 0s;
  transition: min-height 0.5s 0s;
}
.navbar-header.navigation .menu-primary-menu-container {
  float: none !important;
  margin: 0 auto;
}
#footer-menu li {
  position: relative;
}
#footer-menu .menu-item-has-children .toggle {
  position: absolute;
  background: url(images/arrow.svg) center center no-repeat;
  width: 20px;
  height: 20px;
  right: 10px;
  top: 7px;
  cursor: pointer;
}
#footer-menu .menu-item-has-children:hover .toggle {
  /*background-image:url(images/arrow2.svg);*/
}
#footer-menu .menu-item-has-children li .toggle {
  display: none;
}
#footer-menu .menu-item-has-children li.menu-item-has-children .toggle {
  display: block;
}
#footer-menu .menu-item-has-children.active .toggle {
  -moz-transform: rotate(-180deg);
  -webkit-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
#header .navbar.navbar-default.navbar-fixed-top.scrolling #c-button--push-left, #header .navbar.navbar-default.navbar-fixed-top.scrolling #c-button--push-right, #header .navbar.navbar-default.navbar-fixed-top.scrolling .menuIcon {
  top: 35px;
}
#header .navbar.navbar-default.navbar-fixed-top.scrolling .topNav {
  margin-bottom: 5px;
}
#header .navbar.navbar-default.navbar-fixed-top.scrolling .search-social {
  margin-bottom: 0;
}
#header .navbar.navbar-default.navbar-fixed-top.scrolling .navigation li a {
  font-size: 12px;
}
#header .navbar.navbar-default.navbar-fixed-top.scrolling .navbar-header {
  padding: 0;
}
#header .navbar.navbar-default.navbar-fixed-top.scrolling .logo.center.vertical {
  width: 80px;
  margin-left: -40px;
}
#header .navbar.navbar-default.navbar-fixed-top.scrolling .logo.center.horizontal {
  width: 80px;
  margin-left: -40px;
}
#header .navbar.navbar-default.navbar-fixed-top.scrolling .logo.center.square {
  width: 70px;
  margin-left: -35px;
}
#header .navbar.navbar-default.navbar-fixed-top.scrolling .logo.left.vertical {
  width: 80px;
  margin-left: 0;
}
#header .navbar.navbar-default.navbar-fixed-top.scrolling .logo.left.horizontal {
  width: 140px;
  margin-left: 0;
}
#header .navbar.navbar-default.navbar-fixed-top.scrolling .logo.left.square {
  width: 70px;
  margin-left: 0;
}
#header .navbar.navbar-default.navbar-fixed-top.scrolling.has-notice .logo.left.vertical {
  left: 7px;
  top: 1px;
}
#header .navbar.navbar-default.navbar-fixed-top.scrolling.has-notice .logo.left.horizontal {
  left: 7px;
  top: 1px;
}
#header .navbar.navbar-default.navbar-fixed-top.scrolling.has-notice .logo.left.square {
  left: 7px;
  top: 1px;
}
@media screen and (max-width: 1100px) {
  #header .navbar.navbar-default.navbar-fixed-top.scrolling .logo.center.vertical {
    width: 60px;
    margin-left: -30px;
  }
  #header .navbar.navbar-default.navbar-fixed-top.scrolling .logo.center.horizontal {
    width: 60px;
    margin-left: -30px;
  }
  #header .navbar.navbar-default.navbar-fixed-top.scrolling .logo.center.square {
    width: 70px;
    margin-left: -30px;
  }
  #header .navbar.navbar-default.navbar-fixed-top.scrolling .logo.left.vertical {
    width: 60px;
    margin-left: 0;
    margin-top: 8px;
  }
  #header .navbar.navbar-default.navbar-fixed-top.scrolling .logo.left.horizontal {
    width: 100px;
    margin-left: 0;
    margin-top: 8px;
  }
  #header .navbar.navbar-default.navbar-fixed-top.scrolling .logo.left.square {
    width: 70px;
    margin-left: 0;
    margin-top: 8px;
  }
  #header .navbar.navbar-default.navbar-fixed-top.scrolling.has-notice .logo.left.vertical {
    left: 7px;
    top: 1px;
  }
  #header .navbar.navbar-default.navbar-fixed-top.scrolling.has-notice .logo.left.horizontal {
    left: 7px;
    top: 1px;
  }
  #header .navbar.navbar-default.navbar-fixed-top.scrolling.has-notice .logo.left.square {
    left: 7px;
    top: 1px;
  }
}
@media screen and (max-width: 620px) {
  #header .navbar.navbar-default.navbar-fixed-top .logo.center.vertical {
    width: 60px;
    margin-left: -30px;
  }
  #header .navbar.navbar-default.navbar-fixed-top .logo.center.horizontal {
    width: 60px;
    margin-left: -30px;
  }
  #header .navbar.navbar-default.navbar-fixed-top .logo.center.square {
    width: 70px;
    margin-left: -30px;
  }
  #header .navbar.navbar-default.navbar-fixed-top .logo.left.vertical {
    width: 60px;
    margin-left: 0;
    margin-top: 8px;
  }
  #header .navbar.navbar-default.navbar-fixed-top .logo.left.horizontal {
    width: 100px;
    margin-left: 0;
    margin-top: 8px;
  }
  #header .navbar.navbar-default.navbar-fixed-top .logo.left.square {
    width: 70px;
    margin-left: 0;
    margin-top: 8px;
  }
  #header .navbar.navbar-default.navbar-fixed-top.has-notice .logo.left.vertical {
    left: 7px;
    top: 1px;
  }
  #header .navbar.navbar-default.navbar-fixed-top.has-notice .logo.left.horizontal {
    left: 7px;
    top: 1px;
  }
  #header .navbar.navbar-default.navbar-fixed-top.has-notice .logo.left.square {
    left: 7px;
    top: 1px;
  }
}
/* fix header bug for transitions */
body.has-active-menu #header {
  -moz-transition: -moz-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
body.has-active-menu #header.rightpush .navbar {
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
}
body.has-active-menu #header.rightpush .notice {
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
}
body.has-active-menu #header.leftpush .navbar {
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
}
body.has-active-menu #header.leftpush .notice {
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
}
@media (min-width: 320px) {
  body.has-active-menu #header.rightpush .navbar {
    -webkit-transform: translateX(-300px);
    -ms-transform: translateX(-300px);
    transform: translateX(-300px);
  }
  body.has-active-menu #header.rightpush .notice {
    -webkit-transform: translateX(-300px);
    -ms-transform: translateX(-300px);
    transform: translateX(-300px);
  }
  body.has-active-menu #header.leftpush .navbar {
    -webkit-transform: translateX(300px);
    -ms-transform: translateX(300px);
    transform: translateX(300px);
  }
  body.has-active-menu #header.leftpush .notice {
    -webkit-transform: translateX(300px);
    -ms-transform: translateX(300px);
    transform: translateX(300px);
  }
}
* html {
  visibility: visible;
}
body {
  font-family: "Raleway", "Open Sans", Arial, sans-serif !important;
  color: #333;
  font-size: 16px;
  padding: 0;
  margin: 0;
  line-height: 1.1em;
}
h1, h2, h3, h4, h5, h6 {
  font-family: "Raleway", "Open Sans", Arial, sans-serif;
}
h1, h2 {
  font-size: 36px;
}
h3, h4, h5, h6 {
  font-size: 14px;
}
section {
  float: left;
  width: 100%;
  background: #fff;
}
html, body, p {
  margin: 0 !important;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  color: #202020;
}
article, aside, details, figcaption, figure, footer, hgroup, menu, nav, section {
  display: block;
}
.closeBtn {
  float: left;
  position: absolute;
  top: 0px;
  right: 0px;
}
.closeBtn i {
  color: #fff;
  font-size: 22px;
}
.closeBtn:hover {
  text-decoration: none !important;
}
.closeSection {
  float: left;
  width: 100%;
  position: relative;
}
#header {
  position: fixed;
  background: none;
  z-index: 110;
  min-height: 130px;
}
#header.scrolling .navTop {
  padding: 10px 0 6px;
}
@media screen and (max-width: 768px) {
  #header.scrolling .navTop {
    min-height: 40px;
  }
}
#header.scrolling .navTop a {
  font-size: 15px;
}
@media screen and (max-width: 1300px) {
	 .banner {
        left: 10%!important;
  }
}
@media screen and (max-width: 990px) {
  #header.scrolling .navTop a {
    font-size: 14px;
  }
	 .banner {
    display: none!important;
  }
}
#header.scrolling .navBottom {
  background: #000;
}
@media screen and (max-width: 990px) {
  #header.scrolling .navBottom {
    background: none;
  }
}
#header.scrolling #c-button--push-right {
  top: -33px;
}
#header .navTop {
  width: 100%;
  float: left;
  background: #aecb3c;
  color: #000;
  padding: 20px 0 12px;
  -moz-transition: padding-top 0.5s, padding-bottom 0.5s 0s;
  -o-transition: padding-top 0.5s, padding-bottom 0.5s 0s;
  -webkit-transition: padding-top 0.5s, padding-bottom 0.5s 0s;
  transition: padding-top 0.5s, padding-bottom 0.5s 0s;
}
#header .navTop a {
  color: #000;
  text-decoration: none;
  font-weight: bold;
  font-size: 18px;
  -moz-transition: font-size 0.5s 0s;
  -o-transition: font-size 0.5s 0s;
  -webkit-transition: font-size 0.5s 0s;
  transition: font-size 0.5s 0s;
}
@media screen and (max-width: 990px) {
  #header .navTop a {
    font-size: 14px;
  }
}
#header .navTop a:hover {
  text-decoration: none;
  color: #fff;
}
#header .navTop a:hover i {
  color: #fff;
}
@media screen and (max-width: 400px) {
  #header .navTop a {
    display: none;
  }
}
#header .navTop .socials {
  float: right;
  padding: 0;
  margin: 0;
}
@media screen and (max-width: 990px) {
  #header .navTop .socials {
    margin-right: 40px;
  }
}
@media screen and (max-width: 768px) {
  #header .navTop .socials {
    display: none;
  }
}
#header .navTop .socials li {
  display: inline;
  margin-left: 0px;
  list-style: none;
}
#header .navTop .socials li a {
  color: #000;
  text-decoration: none;
}
#header .navTop .socials li a:hover {
  text-decoration: none;
  color: #fff;
}
#header .navTop .socials li a:hover i {
  color: #fff;
}
#header .navBottom {
  float: left;
  width: 100%;
  height: 43px;
  -moz-transition: background-color 0.5s 0s;
  -o-transition: background-color 0.5s 0s;
  -webkit-transition: background-color 0.5s 0s;
  transition: background-color 0.5s 0s;
}
#header .logo {
  display: inline-block;
  position: absolute;
  top: 3px;
  left: 50%;
  margin-left: 0px;
  width: 40px;
  margin-left: -20px;
  display: none;
}
#header .logo img {
  width: 100%;
}
#header .navbar-collapse {
  float: left;
  width: 80%;
  text-align: center;
}
#header .navbar-header {
  float: none;
  margin: 0 auto;
  text-align: center;
  width: 80%;
  background: #000;
  padding: 8px 10px;
  height: 43px;
}
#header .navbar-header a {
  color: #fff;
  text-transform: none !important;
  margin: 0 8px !important;
  font-size: 16px !important;
}
#header .navbar-header .sub-menu a {
  margin-left: 0 !important;
}
@media screen and (max-width: 990px) {
  #header .navbar-header {
    display: none;
  }
}
#header .headerRight {
  position: absolute;
  top: -18px;
  right: 0;
  text-align: right;
  font-size: 14px;
  line-height: 1.4em;
}
#header .headerRight a {
  text-decoration: none;
  color: #000;
}
#header .headerRight a:hover {
  color: #aecb3c;
  font-size: 14px;
}
#header .headerRight a.email {
  text-decoration: underline;
}
@media screen and (max-width: 990px) {
  #header .headerRight {
    display: none;
    top: 0;
  }
}
#header ul {
  padding-left: 0;
  margin-bottom: 0;
}
@media screen and (max-width: 990px) {
  #header ul {
    margin-top: 0;
  }
}
#header ul li {
  list-style: none;
  display: inline;
  position: relative;
}
#header ul li a {
  font-size: 14px;
  text-transform: uppercase;
  text-decoration: none;
  color: #333;
  display: inline-block;
  padding: 6px 10px 6px 16px;
  font-weight: bold;
  -moz-transition: background-color 0.5s 0s;
  -o-transition: background-color 0.5s 0s;
  -webkit-transition: background-color 0.5s 0s;
  transition: background-color 0.5s 0s;
}
#header ul li a:hover {
  /*background:$green; color:#fff; */
  color: #aecb3c;
}
#header ul li a:focus {
  border: none;
  outline: none;
}
#header ul li ul {
  position: absolute;
  left: -99999em;
  background: #000;
  width: 250px;
  padding-left: 0;
  text-align: left;
  padding-top: 4px;
}
#header ul li ul li {
  width: 100%;
  float: left;
  clear: both;
}
#header ul li ul li.menu-item-has-children > a {
  color: #aecb3c;
}
#header ul li ul li.menu-item-has-children > a:hover {
  background: none;
  color: #aecb3c !important;
  cursor: default;
}
#header ul li ul li a {
  width: 100%;
  padding: 4px 8px;
  font-weight: normal;
  text-align: left;
  margin-left: 0 !important;
  display: block;
}
#header ul li ul li a:hover {
  background: #aecb3c;
  color: white !important;
}
#header ul li ul li ul {
  padding-left: 15px;
  width: 100%;
  float: left;
  position: static;
  width: 100%;
  float: left;
  clear: both;
}
#header ul li:hover ul {
  left: 0;
}
#header #c-button--push-right {
  cursor: pointer;
  float: left;
  position: absolute;
  top: -39px;
  right: 1px;
  display: none;
  z-index: 8;
}
@media screen and (max-width: 990px) {
  #header #c-button--push-right {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  #header #c-button--push-right {
    top: -32px;
  }
}
#header #c-button--push-right i {
  color: #aecb3c;
  font-size: 30px;
}
.placeholder {
  float: left;
  width: 100%;
  height: 65px;
  clear: both;
  background: #aecb3c;
}
@media screen and (max-width: 990px) {
  .placeholder {
    height: 60px;
  }
}
body.has-active-menu {
  overflow: hidden;
}
#c-menu--push-right {
  padding: 20px 0;
  overflow-y: auto;
}
#c-menu--push-right ul {
  padding-left: 0;
  position: static;
}
#c-menu--push-right ul ul {
  padding-left: 15px;
}
#c-menu--push-right ul li {
  list-style: none;
  position: relative;
}
#c-menu--push-right ul li.menu-item-has-children .toggle {
  position: absolute;
  background: url(images/arrow.svg) center center no-repeat !important;
  background-size: 16px !important;
  width: 30px;
  height: 30px;
  right: 10px;
  top: 7px;
  cursor: pointer;
}
#c-menu--push-right ul li.menu-item-has-children li .toggle {
  display: none;
}
#c-menu--push-right ul li.menu-item-has-children li.menu-item-has-children .toggle {
  display: none;
}
#c-menu--push-right ul li.menu-item-has-children li.menu-item-has-children li .toggle {
  display: none !important;
}
#c-menu--push-right ul li.menu-item-has-children.active > .toggle {
  -moz-transform: rotate(-180deg);
  -webkit-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
#c-menu--push-right ul li a {
  color: #fff;
  text-transform: uppercase;
  font-size: 14px;
  display: block;
  text-decoration: none;
  line-height: 17px;
  padding: 6px 15px;
}
#c-menu--push-right ul li a:hover {
  background: #aecb3c;
  color: #fff;
}
#c-menu--push-right .offcanvas {
  float: left;
  width: 100%;
  margin-top: 60px;
  min-height: 100%;
}
#c-menu--push-right .offcanvas ul {
  padding-left: 0;
}
#c-menu--push-right .offcanvas ul ul {
  padding-left: 10px;
  display: none;
}
#c-menu--push-right .offcanvas ul ul ul {
  display: block;
}
#c-menu--push-right .offcanvas ul ul ul a {
  opacity: 0.8;
}
#c-menu--push-right .offcanvas ul li {
  width: 100%;
  list-style: none;
}
#c-menu--push-right .offcanvas ul li a {
  width: 100%;
  display: block;
  border-bottom: none;
  padding: 8px 5%;
  color: #fff;
  text-decoration: none;
}
#c-menu--push-right .offcanvas .contactInfo {
  float: left;
  width: 100%;
  padding: 5%;
  margin-top: 30px;
  clear: both;
  line-height: 1.5em;
  border-top: 1px solid #87553C;
}
#c-menu--push-right .offcanvas .contactInfo a {
  border-bottom: none;
  color: #fff;
  text-decoration: none;
}
#c-menu--push-right .socials {
  float: left;
  margin: 0;
  display: none;
  width: 100%;
  padding: 0px 0;
}
#c-menu--push-right .socials li {
  display: inline-block;
  margin-right: 6px;
  float: none;
  list-style: none;
  width: 10% !important;
  margin-left: 5% !important;
}
#c-menu--push-right .socials li a {
  font-size: 0px;
  color: #aecb3c;
}
#c-menu--push-right .socials li a i {
  font-size: 30px;
  color: white;
}
@media screen and (max-width: 768px) {
  #c-menu--push-right .socials {
    display: block;
  }
}
#c-menu--push-right .phone {
  color: #000;
  text-decoration: none;
  font-weight: bold;
  font-size: 18px;
  -moz-transition: font-size 0.5s 0s;
  -o-transition: font-size 0.5s 0s;
  -webkit-transition: font-size 0.5s 0s;
  transition: font-size 0.5s 0s;
  display: none;
}
@media screen and (max-width: 990px) {
  #c-menu--push-right .phone {
    font-size: 14px;
  }
}
#c-menu--push-right .phone:hover {
  text-decoration: none;
  color: #fff;
}
#c-menu--push-right .phone:hover i {
  color: #fff;
}
@media screen and (max-width: 400px) {
  #c-menu--push-right .phone {
    display: block;
  }
}
.container-fluid {
  max-width: 1440px;
  clear: both;
}
@media screen and (max-width: 1400px) {
  .container-fluid {
    max-width: 96%;
  }
}
.featureBox {
  float: left;
  width: 100%;
  clear: both;
  background: #efefef;
  padding: 10px 2%;
  margin: 40px 0;
  font-size: 18px;
}
.featureBox i {
  font-size: 36px;
  float: left;
  margin-right: 10px;
}
blockquote {
  float: left;
  width: 100%;
  clear: both;
  padding: 18px 2% 6px 7%;
  margin: 40px 0;
  font-size: 18px;
  background: #efefef url(images/info.svg) 2% 50% no-repeat;
}
.cms-content {
  font-size: 13px;
  clear: both;
}
.cms-content h2 {
  font-size: 25px;
  color: #000;
  margin-top: 22px;
}
.cms-content h3 {
  font-size: 23px;
  color: #aecb3c;
  margin-top: 8px;
}
.cms-content h4 {
  font-size: 21px;
  color: #777;
  margin-top: 8px;
}
.cms-content p {
  margin-bottom: 14px !important;
  display: block;
  text-align: justify;
  font-size: 16px;
}
.cms-content .alignleft {
  float: left;
  max-width: 33%;
  margin: 10px 10px 10px 0;
}
.cms-content .alignright {
  float: right;
  max-width: 33%;
  margin: 10px 0px 10px 10px;
}
.cms-content .aligncenter {
  float: left;
  width: 100%;
  margin: 10px 0px 10px 0;
}
.cms-content ul {
  margin-bottom: 15px;
  font-size: 16px !important;
  margin-top: 15px;
}
.cms-content ul.featureList li {
  list-style: none;
  position: relative;
}
.cms-content ul.featureList li::before {
  position: absolute;
  left: -26px;
  background: url(images/check.gif) top left no-repeat;
  width: 22px;
  height: 22px;
  content: "";
  top: 0px;
}
.cms-content ol {
  margin-bottom: 15px;
  font-size: 16px !important;
  margin-top: 15px;
}
.cms-content a {
  color: #aecb3c;
  text-decoration: underline;
}
.cms-content i {
  color: #aecb3c !important;
}
footer {
  background: #373737;
  float: left;
  width: 100%;
  clear: both;
  color: #fff;
  font-size: 16px;
  padding-top: 120px;
}
@media screen and (max-width: 575px) {
  footer {
    padding-top: 60px;
  }
}
footer h3 {
  color: #aecb3c;
  font-size: 26px;
  margin-bottom: 20px;
  font-weight: bold;
  line-height: 1.3em;
}
@media screen and (max-width: 575px) {
  footer h3 br {
    display: none;
  }
}
footer p {
  font-size: 16px;
  color: #fff;
  line-height: 1.6em;
}
footer ul {
  padding-left: 0;
  margin-left: 0;
}
footer ul li {
  list-style: none;
  margin-bottom: 15px;
}
footer ul li a {
  color: #fff;
  text-decoration: none;
  font-size: 16px;
  position: relative;
}
footer ul li a::after {
  content: "";
  position: absolute;
  background: #aecb3c;
  width: 0px;
  height: 4px;
  bottom: -6px;
  left: 0;
  -moz-transition: width 0.5s 0s;
  -o-transition: width 0.5s 0s;
  -webkit-transition: width 0.5s 0s;
  transition: width 0.5s 0s;
}
footer ul li a:hover {
  color: #aecb3c;
  text-decoration: none;
}
footer ul li a:hover::after {
  width: 100%;
}
footer ul.third li {
  position: relative;
  padding-left: 15px;
}
footer ul.third li::before {
  content: "»";
  position: absolute;
  top: 0;
  left: 0px;
  color: #fff;
  font-size: 16px;
}
footer .columnFooter {
  padding-right: 15%;
  margin-bottom: 30px;
}
@media screen and (max-width: 575px) {
  footer .columnFooter {
    padding-right: 0;
    margin-bottom: 0;
    margin-top: 40px;
  }
}
footer .copyright {
  float: left;
  background: #aecb3c;
  width: 100%;
  clear: both;
  text-align: center;
  padding: 20px 0;
  margin-top: 120px;
  line-height: 1.5em;
}
footer .copyright a {
  color: #fff;
  text-decoration: none;
  font-size: 16px;
  position: static;
}
footer .copyright a:hover {
  color: #373737;
}
@media screen and (max-width: 575px) {
  footer .copyright {
    margin-top: 60px;
  }
}
#form {
  background: #aecb3c;
  float: left;
  width: 100%;
  clear: both;
  padding: 120px 0 80px;
}
#form h2 {
  font-size: 32px;
  color: #000;
  line-height: 1.3em;
  text-align: center;
  font-weight: bold;
}
#form p {
  font-size: 16px;
  color: #000;
  line-height: 1.5em;
  text-align: center;
}
#form .formIntro {
  padding: 0 15%;
  margin-bottom: 60px;
}
@media screen and (max-width: 575px) {
  #form .formIntro {
    padding: 0;
  }
}
#form .formSection {
  background: #fff;
  border: 10px solid black;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  padding-top: 80px;
  padding-bottom: 80px;
}
#form .formSection .contact {
  float: left;
  width: 100%;
  clear: both;
  margin-bottom: 40px;
  padding-left: 120px;
}
@media screen and (max-width: 575px) {
  #form .formSection .contact {
    padding-left: 80px;
  }
}
#form .formSection .contact a {
  color: #000;
  line-height: 1.5em;
  display: block;
}
#form .formSection .contact a:hover {
  color: #aecb3c;
  text-decoration: none;
}
#form .formSection .contact.location {
  background: url(images/icon-map.svg) 40px 0px no-repeat;
}
@media screen and (max-width: 575px) {
  #form .formSection .contact.location {
    background-position: top left;
  }
}
#form .formSection .contact.phone {
  background: url(images/icon-phone.svg) 40px 0px no-repeat;
}
@media screen and (max-width: 575px) {
  #form .formSection .contact.phone {
    background-position: top left;
  }
}
#form .formSection .contact.mail {
  background: url(images/icon-mail.svg) 40px 0px no-repeat;
}
@media screen and (max-width: 575px) {
  #form .formSection .contact.mail {
    background-position: top left;
  }
}
#form .formSection .contact.mail a {
  font-weight: bold;
  color: #aecb3c;
}
#form .formSection .contact h3 {
  text-transform: uppercase;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
}
#form .formSection .contact address {
  font-size: 16px;
  color: #000;
  line-height: 1.5em;
}
#form .formSection .contactForm input[type=text] {
  border: 1px solid #ccc;
  margin-bottom: 20px;
  padding: 6px 10px;
  width: 100%;
}
#form .formSection .contactForm input[type=email] {
  border: 1px solid #ccc;
  margin-bottom: 20px;
  padding: 6px 10px;
  width: 100%;
}
#form .formSection .contactForm input[type=submit] {
  border: none;
  box-shadow: none;
  background: #74b92e;
  color: #fff;
  padding: 10px 15px;
}
#form .formSection .contactForm textarea {
  border: 1px solid #ccc;
  margin-bottom: 20px;
  padding: 6px 10px;
  width: 100%;
}
#form .formSection .contactForm label {
  color: #777;
  font-size: 16px;
}
#news {
  float: left;
  width: 100%;
  padding: 80px 0;
  clear: both;
}
#news .leftColumn {
  float: left;
  width: 75%;
  margin-right: 5%;
}
@media screen and (max-width: 768px) {
  #news .leftColumn {
    width: 100%;
    margin-right: 0;
  }
}
#news .rightColumn {
  float: left;
  width: 20%;
  background: #aecb3c;
  padding: 3% 4%;
}
#news .rightColumn ul {
  padding-left: 0;
}
#news .rightColumn ul li {
  list-style-type: none;
  color: #fff;
  margin-bottom: 10px;
}
#news .rightColumn ul li a {
  line-height: 1.4em;
  color: #fff;
}
#news .rightColumn ul li a:hover {
  color: black;
}
@media screen and (max-width: 768px) {
  #news .rightColumn {
    width: 100%;
    margin-right: 0;
  }
}
#news .listLeft {
  float: left;
  width: 35%;
  margin-right: 5%;
}
@media screen and (max-width: 575px) {
  #news .listLeft {
    width: 100%;
    margin-right: 0;
    margin-bottom: 40px;
  }
}
#news .listRight {
  float: left;
  width: 60%;
}
@media screen and (max-width: 575px) {
  #news .listRight {
    width: 100%;
    margin-right: 0;
    margin-bottom: 40px;
  }
}
#news .listRow {
  float: left;
  width: 100%;
  clear: both;
}
#news img {
  width: 100%;
  margin-bottom: 50px;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (max-width: 768px) {
  #news img {
    margin: 30px 0;
  }
}
#news .imageBox {
  float: left;
  width: 100%;
  height: 160px;
  margin-bottom: 40px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  #news .imageBox {
    margin-bottom: 10px;
  }
}
#news .imageBox img {
  width: auto;
}
#news h2 {
  float: left;
  width: 100%;
  background: #aecb3c;
  color: #fff;
  padding: 10px 5%;
  clear: both;
  clear: both;
  margin: 30px 0 40px;
}
#news a {
  text-decoration: none;
  position: relative;
  overflow: hidden;
  width: 100%;
  display: block;
}
#news a:hover {
  text-decoration: none;
}
#news a:hover img {
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
#news .title {
  font-size: 30px;
  color: #aecb3c;
  line-height: 1.2em;
  margin-bottom: 10px;
  display: block;
  font-weight: normal;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  #news .title {
    margin: 0;
    hyphens: auto;
  }
}
#news p {
  font-size: 16px;
  line-height: 1.4em;
}
#news .more {
  color: #ff8718;
  font-size: 18px;
  text-decoration: none;
  position: relative;
  margin-bottom: 40px;
  width: auto;
}
@media screen and (max-width: 768px) {
  #news .more {
    margin-bottom: 20px;
  }
}
#news .more::after {
  content: "";
  position: absolute;
  background: #ff8718;
  width: 0px;
  height: 2px;
  bottom: -4px;
  left: 0;
  -moz-transition: width 0.5s 0s;
  -o-transition: width 0.5s 0s;
  -webkit-transition: width 0.5s 0s;
  transition: width 0.5s 0s;
}
#news .more:hover {
  text-decoration: none;
}
#news .more:hover::after {
  width: 100%;
}
#feature {
  float: left;
  background: #aecb3c;
  clear: both;
  width: 100%;
  padding-top: 30px;
}
#feature .featureLeft {
  float: right;
  width: 35%;
  position: relative;
  height: 410px;
}
#feature .featureLeft img {
  width: 100%;
  height: auto;
  position: absolute;
  bottom: 0;
  left: 0;
}
@media screen and (min-width: 1400px) {
  #feature .featureLeft img {
    width: auto;
    height: 100%;
  }
}
@media screen and (max-width: 768px) {
  #feature .featureLeft img {
    position: static;
  }
}
@media screen and (max-width: 400px) {
  #feature .featureLeft img {
    position: absolute;
  }
}
@media screen and (max-width: 768px) {
  #feature .featureLeft {
    width: 100%;
    height: auto;
    float: left;
  }
}
@media screen and (max-width: 400px) {
  #feature .featureLeft {
    height: 350px;
  }
}
#feature .featureRight {
  float: right;
  width: 65%;
  padding-left: 3%;
  color: #000;
  font-size: 30px;
  height: 410px;
}
@media screen and (max-width: 768px) {
  #feature .featureRight {
    width: 100%;
    padding: 0 5%;
    float: left;
  }
}
#feature .featureRight .rightBox {
  display: table;
  width: 100%;
  height: 100%;
}
#feature .featureRight .rightBox .rightField {
  display: table-cell;
  width: 100%;
  height: 100%;
  vertical-align: middle;
  line-height: 1.6em;
  font-weight: bold;
}
#feature .featureRight .rightBox .rightField p {
  font-weight: bold;
}
@media screen and (max-width: 990px) {
  #feature .featureRight {
    font-size: 25px;
  }
}
#feature.subPage {
  background: #dcdcdc !important;
}
#feature.subPage .featureRight {
  position: absolute;
  width: 100%;
  padding-left: 0;
}
@media screen and (max-width: 768px) {
  #feature.subPage .featureRight {
    width: 100%;
    padding: 0 5%;
    float: left;
    position: static;
  }
}
#feature.subPage .featureRight .rightBox {
  position: absolute;
  left: 50%;
  width: 60%;
  margin-left: -705px;
}
@media screen and (max-width: 1440px) {
  #feature.subPage .featureRight .rightBox {
    margin-left: -46.5%;
    width: 60%;
  }
}
@media screen and (max-width: 768px) {
  #feature.subPage .featureRight .rightBox {
    display: table;
    width: 100%;
    height: 100%;
    position: static;
    margin-left: 0;
  }
}
#cta {
  float: left;
  width: 100%;
  clear: both;
  padding: 90px 0;
}
#cta .flip {
  height: 440px;
  margin-bottom: 60px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  #cta .flip {
    margin-bottom: 30px;
  }
}
#cta .flip .front {
  position: relative;
}
#cta .flip .front .mask {
  background: rgba(255, 255, 255, 0.9);
  padding: 5px 5%;
  color: #aecb3c;
  font-size: 20px;
  font-weight: bold;
  position: absolute;
  bottom: 30px;
  left: 0;
  right: 0;
  width: 100%;
}
#cta .flip .front .mask .icon {
  float: left;
  margin-right: 10px;
  width: 100px;
  height: 77px;
}
#cta .flip .front .mask .icon.tick {
  background: url(images/icon-cta1.svg) top left no-repeat;
  background-size: 100%;
}
#cta .flip .front .mask .icon.comment {
  background: url(images/icon-cta2.svg) top left no-repeat;
  background-size: 100%;
}
#cta .flip .front .mask .icon.badges {
  background: url(images/icon-cta3.png) top left no-repeat;
  background-size: 100%;
}
#cta .flip .front .mask .icon.star {
  background: url(images/icon-cta4.svg) top left no-repeat;
  background-size: 100%;
}
@media screen and (max-width: 460px) {
  #cta .flip .front .mask .icon {
    width: 100%;
    background-position: center center !important;
    background-size: 100px !important;
  }
}
#cta .flip .front .mask .title {
  float: left;
  padding-top: 17px;
  font-size: 34px;
}
@media screen and (max-width: 1100px) {
  #cta .flip .front .mask .title {
    font-size: 28px;
  }
}
@media screen and (max-width: 930px) {
  #cta .flip .front .mask .title {
    font-size: 20px;
  }
}
@media screen and (max-width: 768px) {
  #cta .flip .front .mask .title {
    font-size: 30px;
  }
}
@media screen and (max-width: 600px) {
  #cta .flip .front .mask .title {
    font-size: 28px;
  }
}
@media screen and (max-width: 460px) {
  #cta .flip .front .mask .title {
    font-size: 23px;
    width: 100%;
    text-align: center;
    margin-bottom: 10px;
  }
}
#cta .flip .imageBox {
  width: 100%;
  height: 440px;
}
#cta .flip .back {
  background: #aecb3c;
  color: #000;
  padding: 40px 5%;
  font-size: 18px;
}
#cta .flip .back .title {
  color: #000;
  font-size: 35px;
  font-weight: bold;
  margin-bottom: 10px;
}
#cta .flip .back h3 {
  font-size: 25px;
  line-height: 1.4em;
  color: #fff;
  font-weight: bold;
  margin-bottom: 6px;
}
#cta .flip .back p {
  font-size: 18px;
  line-height: 1.4em;
  margin-bottom: 10px !important;
}
#cta .flip .back a {
  text-decoration: underline;
  color: #fff;
}
#cta .flip .back a:hover {
  color: #fff;
}
#cta .flip.red .front .mask {
  color: #a20a00;
}
#cta .flip.red .back {
  background: #a20a00;
  color: #fff;
}
#cta .flip.red .back .title {
  color: #fff;
}
#cta .flip.red .back a {
  color: #fff;
}
#cta .flip.red .back p {
  color: #fff;
}
#rotator {
  float: left;
  width: 100%;
  clear: both;
  background: #aecb3c;
  position: relative;
  padding: 0 3%;
}
#rotator .flexslider {
  margin: 0;
  border: 10px solid black;
}
#rotator .flexslider li {
  position: relative;
}
#rotator .flexslider li img {
  position: relative;
  z-index: 1;
}
#rotator .flexslider li .mask {
  float: left;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 2;
  background: url(images/mask.png) bottom right no-repeat;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}
@media screen and (max-width: 768px) {
  #rotator .flexslider li .mask {
    display: none;
  }
}
#rotator .mainImage {
  width: 100%;
  float: left;
  clear: both;
  height: 400px;
  border: 10px solid black;
  position: relative;
}
#rotator .mainImage .mask {
  float: left;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 2;
  background: url(images/mask.png) bottom right no-repeat;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}
@media screen and (max-width: 768px) {
  #rotator .mainImage .mask {
    display: none;
  }
}
#rotator .sliderLogo {
  position: absolute;
  bottom: 0;
  right: 6%;
  z-index: 4;
}
@media screen and (max-width: 768px) {
  #rotator .sliderLogo {
    display: none;
  }
}
#rotator .sliderBadge {
  width: 150px;
  border: 4px solid black;
  position: absolute;
  bottom: -50px;
  left: 50%;
  margin-left: -75px;
  z-index: 5;
  background: #fff;
}
#rotator .sliderBadge img {
  width: 100%;
}
@media screen and (max-width: 768px) {
  #rotator .sliderBadge {
    display: none;
  }
}
#mainImage {
  float: left;
  width: 100%;
  clear: both;
  background: #aecb3c;
  position: relative;
  padding: 0 3%;
}
#mainImage .imageBox {
  margin: 0;
  border: 10px solid black;
  float: left;
  width: 100%;
  height: 550px;
}
#mainImage .imageBox .mask {
  float: left;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 2;
  background: url(images/mask.png) bottom right no-repeat;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}
@media screen and (max-width: 768px) {
  #mainImage .imageBox .mask {
    display: none;
  }
}
#mainImage .sliderLogo {
  position: absolute;
  bottom: 0;
  right: 6%;
  z-index: 4;
}
@media screen and (max-width: 768px) {
  #mainImage .sliderLogo {
    display: none;
  }
}
#white {
  background: #fff;
  float: left;
  width: 100%;
  clear: both;
  padding: 80px 0;
}
#downloads {
  float: left;
  width: 100%;
  clear: both;
}
#downloads .downloadItem {
  float: left;
  width: 100%;
  border-bottom: 1px solid #ccc;
  clear: both;
  padding: 20px 5%;
}
#downloads .downloadItem:nth-child(2n) {
  background: #efefef;
}
#downloads .downloadItem .downloadLeft {
  float: left;
  width: 15%;
}
#downloads .downloadItem .downloadLeft img {
  width: 100%;
}
@media screen and (max-width: 768px) {
  #downloads .downloadItem .downloadLeft {
    width: 30%;
  }
}
@media screen and (max-width: 500px) {
  #downloads .downloadItem .downloadLeft {
    width: 100%;
    margin-bottom: 20px;
  }
}
#downloads .downloadItem .downloadRight {
  float: left;
  width: 85%;
  padding: 20px 5%;
}
#downloads .downloadItem .downloadRight a {
  text-decoration: none;
  color: #777 !important;
  display: block;
  margin-top: 10px;
}
#downloads .downloadItem .downloadRight a i {
  color: #aecb3c;
}
@media screen and (max-width: 768px) {
  #downloads .downloadItem .downloadRight {
    width: 70%;
  }
}
@media screen and (max-width: 500px) {
  #downloads .downloadItem .downloadRight {
    width: 100%;
    margin-bottom: 20px;
  }
}
.teamBlock {
  float: left;
  width: 100%;
  clear: both;
  border-bottom: 1px solid #efefef;
  padding: 20px 0;
}
.teamBlock:nth-child(2n) {
  background: #efefef;
}
.teamBlock h2 {
  font-size: 22px;
  margin: 30px 0;
  float: left;
  width: 100%;
}
.teamBlock .full_width {
  float: left;
  width: 100%;
  clear: both;
}
.teamBlock .full_width .imageBox {
  float: left;
  width: 30%;
  height: 250px;
  margin-bottom: 30px;
}
@media screen and (max-width: 575px) {
  .teamBlock .full_width .imageBox {
    width: 100%;
  }
}
.teamBlock .full_width .fullRight {
  float: left;
  width: 70%;
  padding: 30px 5%;
}
@media screen and (max-width: 575px) {
  .teamBlock .full_width .fullRight {
    width: 100%;
  }
}
.teamBlock .full_width .fullRight strong {
  font-size: 27px;
  display: block;
  margin: 15px 0;
}
.teamBlock .full_width .fullRight em {
  font-size: 14px;
  color: #aecb3c;
}
.teamBlock .memberPhoto {
  width: 250px;
  height: 250px;
  -webkit-border-radius: 300px;
  -moz-border-radius: 300px;
  -ms-border-radius: 300px;
  border-radius: 300px;
  margin: 0 auto 30px auto;
  display: block;
}
.teamBlock .memberDesc {
  float: left;
  width: 100%;
  clear: both;
  padding: 0 5% 20px;
  text-align: center;
  margin-bottom: 30px;
}
.teamBlock .memberDesc strong {
  font-size: 22px;
  display: block;
}
.teamBlock .memberDesc em {
  font-size: 14px;
  color: #aecb3c;
}
.teamBlock .memberDesc em.txtblack {
  color: black;
}
#partners {
  float: left;
  width: 100%;
  clear: both;
  padding: 40px 0;
}
#partners .logo {
  float: left;
  width: 100%;
  height: 250px;
  position: relative;
}
@media screen and (max-width: 575px) {
  #partners .logo {
    height: auto;
  }
}
#partners .logo img {
  margin: 0 auto;
  max-width: 100%;
}
#partners .logo img.portrait {
  height: 100%;
}
@media screen and (max-width: 575px) {
  #partners .logo img.portrait {
    height: auto;
    width: 100%;
  }
}
#partners .logo img.landscape {
  width: 100%;
  margin-top: 40px;
}
@media screen and (max-width: 575px) {
  #partners .logo img.landscape {
    height: auto;
    width: 100%;
  }
}
#partners .logo img.square {
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 575px) {
  #partners .logo img.square {
    height: auto;
    width: 100%;
  }
}
#partners .logoDesc {
  float: left;
  width: 100%;
  background: #efefef;
  padding: 20px 5%;
  text-align: center;
  min-height: 80px;
  margin-bottom: 40px;
}
#partners .logoDesc a {
  font-size: 14px;
  font-weight: bold;
  color: #777;
}
#archiv {
  float: left;
  width: 100%;
  clear: both;
  padding: 40px 0;
  border-top: 1px solid #ccc;
  background: #eee;
}
#archiv h2 {
  font-size: 22px;
  margin-bottom: 25px;
  position: relative;
}
#archiv h2::after {
  position: absolute;
  left: 0;
  bottom: -8px;
  height: 4px;
  background: #aecb3c;
  content: "";
  width: 40px;
}
#archiv .item {
  width: 90%;
  float: left;
}
#archiv .item .newsImage {
  width: 90%;
  float: left;
  height: 200px;
  margin-bottom: 30px;
}
#archiv .item span {
  color: #aecb3c;
  display: block;
  float: left;
  width: 90%;
  clear: both;
  font-size: 13px;
}
#archiv .item strong {
  float: left;
  width: 90%;
  clear: both;
  font-size: 17px;
}
#archiv .item .description {
  width: 100%;
  margin-bottom: 10px;
  float: left;
  width: 90%;
  clear: both;
  font-size: 15px;
}
#archiv .item .description p {
  font-size: 15px;
}
#archiv .item a {
  border-bottom: 4px solid #aecb3c;
  color: #000;
  display: inline-block;
}
#gallery {
  float: left;
  width: 100%;
  clear: both;
}
#gallery h2 {
  font-size: 22px;
  margin-bottom: 25px;
  position: relative;
}
#gallery h2::after {
  position: absolute;
  left: 0;
  bottom: -8px;
  height: 4px;
  background: #aecb3c;
  content: "";
  width: 40px;
}
#gallery ul {
  padding: 0;
}
#gallery li {
  display: inline;
  list-style: none;
}
#gallery li a {
  float: left;
  width: 18%;
  margin-right: 2%;
  margin-bottom: 30px;
}
#gallery li a img {
  width: 100%;
}
#gallery li a:hover img {
  opacity: 0.9;
}
@media screen and (max-width: 1200px) {
  #gallery li a {
    width: 23%;
    margin-right: 2%;
  }
}
@media screen and (max-width: 990px) {
  #gallery li a {
    width: 30%;
    margin-right: 2%;
  }
}
@media screen and (max-width: 575px) {
  #gallery li a {
    width: 48%;
    margin-right: 2%;
  }
}
@media screen and (max-width: 420px) {
  #gallery li a {
    width: 100%;
    margin-right: 0%;
  }
}
#qualification {
  float: left;
  width: 100%;
  background: #efefef;
  border-bottom: 1px solid #ccc;
  padding: 30px 5%;
  font-size: 18px;
  font-weight: bold;
}
#qualification img {
  width: 100%;
}
#repeater {
  float: left;
  width: 100%;
  clear: both;
  margin-top: 40px;
}
#repeater .repeaterItem {
  float: left;
  width: 100%;
  clear: both;
}
#repeater .repeaterItem:nth-child(2n-1) {
  background: #eee;
}
#repeater .repeaterItem:nth-child(2n) {
  background: #aecb3c;
  color: #fff;
}
#repeater .repeaterItem .repeaterLeft {
  width: 50%;
  height: 400px;
}
@media screen and (max-width: 575px) {
  #repeater .repeaterItem .repeaterLeft {
    width: 100%;
    height: 300px;
  }
}
#repeater .repeaterItem .repeaterRight {
  width: 50%;
  height: 400px;
}
@media screen and (max-width: 575px) {
  #repeater .repeaterItem .repeaterRight {
    width: 100%;
    height: auto;
  }
}
#repeater .repeaterItem .repeaterRight .repeaterTable {
  display: table;
  width: 100%;
  height: 100%;
}
#repeater .repeaterItem .repeaterRight .repeaterTable .repeaterCell {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  height: 100%;
  padding: 0 5%;
}
@media screen and (max-width: 575px) {
  #repeater .repeaterItem .repeaterRight .repeaterTable .repeaterCell {
    padding: 14% 5%;
  }
}
#repeater .repeaterItem.odd .repeaterLeft {
  float: right;
}
#repeater .repeaterItem.odd .repeaterRight {
  float: right;
}
#repeater .repeaterItem.even .repeaterLeft {
  float: left;
}
#repeater .repeaterItem.even .repeaterRight {
  float: left;
}
#mainTitle {
  background: #aecb3c;
  float: left;
  width: 100%;
  clear: both;
  padding: 60px 0 60px;
  text-align: center;
}
#mainTitle.home h1 {
  font-size: 50px;
  line-height: 1.1em;
  margin-bottom: 15px;
  color: black;
  font-weight: bold;
}
#mainTitle.home h2 {
  color: #fff;
  font-size: 30px;
  font-weight: bold;
  line-height: 1.3em;
}
#mainTitle.home h2 small {
  font-weight: normal;
  font-size: 25px;
  display: block;
}
@media screen and (max-width: 768px) {
  #mainTitle {
    padding: 40px 0;
  }
}
#mainTitle .breadcrumbs a {
  color: #fff;
}
#mainTitle.noImage {
  padding-top: 90px;
}
#videos {
  background: #efefef;
  float: left;
  width: 100%;
  padding: 50px 0;
}
#videos h2 {
  font-size: 22px;
  margin-bottom: 25px;
  position: relative;
}
#videos h2::after {
  position: absolute;
  left: 0;
  bottom: -8px;
  height: 4px;
  background: #aecb3c;
  content: "";
  width: 40px;
}
#serviceList {
  float: left;
  width: 100%;
  background: #eee;
  padding: 60px 0;
}
#serviceList h2 {
  font-size: 22px;
  margin-bottom: 25px;
  position: relative;
}
#serviceList h2::after {
  position: absolute;
  left: 0;
  bottom: -8px;
  height: 4px;
  background: #aecb3c;
  content: "";
  width: 40px;
}
#serviceList .cms-content {
  margin-bottom: 40px;
}
#serviceList .serviceItem {
  float: left;
  width: 100%;
  text-decoration: none;
  color: #222;
  margin-bottom: 40px;
  border: 2px solid white;
}
#serviceList .serviceItem .imageBox {
  float: left;
  width: 100%;
  height: 250px;
  overflow: hidden;
}
#serviceList .serviceItem .imageBox img {
  opacity: 1;
  -moz-transition: opacity 0.5s 0s;
  -o-transition: opacity 0.5s 0s;
  -webkit-transition: opacity 0.5s 0s;
  transition: opacity 0.5s 0s;
}
#serviceList .serviceItem .title {
  font-size: 16px;
  font-weight: bold;
  color: #333;
  display: block;
  padding: 2% 5%;
  float: left;
  width: 100%;
  background: #fff;
  -moz-transition: background-color 0.5s 0s;
  -o-transition: background-color 0.5s 0s;
  -webkit-transition: background-color 0.5s 0s;
  transition: background-color 0.5s 0s;
}
#serviceList .serviceItem .more {
  color: #aecb3c;
  font-size: 13px;
  padding: 2% 5%;
  display: block;
  float: left;
  width: 100%;
  background: #fff;
  -moz-transition: background-color 0.5s 0s;
  -o-transition: background-color 0.5s 0s;
  -webkit-transition: background-color 0.5s 0s;
  transition: background-color 0.5s 0s;
}
#serviceList .serviceItem:hover .title {
  color: #fff;
  background: #aecb3c;
}
#serviceList .serviceItem:hover .more {
  color: #222;
  background: #aecb3c;
}
#serviceList .serviceItem:hover img {
  opacity: 0.8;
}
/* Timeline*/
.timeline.front {
  padding: 4px 0 0 0;
  margin-top: 22px;
  list-style: none;
}
.timeline.front > li {
  margin-bottom: 20px;
}
.timeline.front > li:nth-child(odd) {
  position: relative;
  min-height: 1px;
  padding-left: 20px;
  padding-right: 20px;
}
@media screen and (min-width: 1200px) {
  .timeline.front > li:nth-child(odd) {
    float: left;
    width: 100%;
  }
}
@media screen and (min-width: 1200px) {
  .timeline.front > li:nth-child(even) {
    float: left;
    width: 91.66666667%;
  }
}
@media screen and (min-width: 1200px) {
  .timeline.front > li:nth-child(even) {
    margin-left: 8.33333333%;
  }
}
.timeline.front > li:nth-child(even) {
  position: relative;
  min-height: 1px;
  padding-left: 20px;
  padding-right: 20px;
}
.timeline.front > li:before, .timeline.front > li:after {
  content: " ";
  display: table;
}
.timeline.front > li .item-icon {
  z-index: 100;
  position: absolute;
  left: 10%;
  border: 7px solid #b9ca1a;
  border-radius: 100%;
  background-color: #ffffff;
  width: 100px;
  height: 100px;
  margin-left: -50px;
}
.timeline.front > li .item-icon span {
  margin-top: 12px;
  line-height: 14px;
  color: #999999;
  text-align: center;
  padding-top: 20px;
  display: inherit;
}
.timeline.front > li .item-content {
  position: relative;
  float: right;
  width: 80%;
  padding: 0 20px 20px 30px;
  text-align: left;
}
.timeline.front > li .line {
  position: relative;
  top: -50px;
}
.timeline.front > li:nth-child(even) .line {
  left: -50px;
}
.timeline.front > li:nth-child(odd) .line:before {
  content: "";
  position: absolute;
  top: 60px;
  bottom: 0;
  left: 11%;
  width: 3px;
  height: 200px;
  background-color: #eeeeee;
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.timeline.front > li:nth-child(even) .line:before {
  content: "";
  position: absolute;
  top: 60px;
  bottom: 0;
  left: 11%;
  width: 3px;
  height: 200px;
  background-color: #eeeeee;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.timeline.front > li:after {
  clear: both;
  min-height: 15px;
}
.timeline.front > li:before, .timeline.front > li:after {
  content: " ";
  display: table;
}
@media (max-width: 1199px) and (min-width: 992px) {
  .timeline:before {
    content: " ";
    /* position: absolute; */
    width: 5px;
    height: 90%;
    top: 30px;
    background: #eeeeee;
    left: 11.5%;
  }
  .timeline.front > li:nth-child(odd) .line:before {
    content: "";
    position: absolute;
    top: 60px;
    bottom: 0;
    left: 8%;
    width: 3px;
    height: 200px;
    background-color: #eeeeee;
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  .timeline.front > li:nth-child(even) .line:before {
    content: "";
    position: absolute;
    top: 60px;
    bottom: 0;
    left: 13.5%;
    width: 3px;
    height: 200px;
    background-color: #eeeeee;
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
@media (max-width: 991px) {
  .timeline.front > li:nth-child(odd) .line:before, .timeline.front > li:nth-child(even) .line:before, .timeline.front > li .line {
    display: none !important;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .timeline > li .line {
    display: none;
  }
}
#preloader {
  position: fixed;
  background: #aecb3c;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10000;
}
.sk-folding-cube {
  margin: 20px auto;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -20px;
  margin-top: -20px;
  -webkit-transform: rotateZ(45deg);
  transform: rotateZ(45deg);
}
.sk-folding-cube .sk-cube {
  float: left;
  width: 50%;
  height: 50%;
  position: relative;
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.sk-folding-cube .sk-cube:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  -webkit-animation: sk-foldCubeAngle 2.4s infinite linear both;
  animation: sk-foldCubeAngle 2.4s infinite linear both;
  -webkit-transform-origin: 100% 100%;
  -ms-transform-origin: 100% 100%;
  transform-origin: 100% 100%;
}
.sk-folding-cube .sk-cube2 {
  -webkit-transform: scale(1.1) rotateZ(90deg);
  transform: scale(1.1) rotateZ(90deg);
}
.sk-folding-cube .sk-cube3 {
  -webkit-transform: scale(1.1) rotateZ(180deg);
  transform: scale(1.1) rotateZ(180deg);
}
.sk-folding-cube .sk-cube4 {
  -webkit-transform: scale(1.1) rotateZ(270deg);
  transform: scale(1.1) rotateZ(270deg);
}
.sk-folding-cube .sk-cube2:before {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}
.sk-folding-cube .sk-cube3:before {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}
.sk-folding-cube .sk-cube4:before {
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
}
@-webkit-keyframes sk-foldCubeAngle {
  0%, 10% {
    -webkit-transform: perspective(140px) rotateX(-180deg);
    transform: perspective(140px) rotateX(-180deg);
    opacity: 0;
  }
  25%, 75% {
    -webkit-transform: perspective(140px) rotateX(0deg);
    transform: perspective(140px) rotateX(0deg);
    opacity: 1;
  }
  90%, 100% {
    -webkit-transform: perspective(140px) rotateY(180deg);
    transform: perspective(140px) rotateY(180deg);
    opacity: 0;
  }
}
@keyframes sk-foldCubeAngle {
  0%, 10% {
    -webkit-transform: perspective(140px) rotateX(-180deg);
    transform: perspective(140px) rotateX(-180deg);
    opacity: 0;
  }
  25%, 75% {
    -webkit-transform: perspective(140px) rotateX(0deg);
    transform: perspective(140px) rotateX(0deg);
    opacity: 1;
  }
  90%, 100% {
    -webkit-transform: perspective(140px) rotateY(180deg);
    transform: perspective(140px) rotateY(180deg);
    opacity: 0;
  }
}
/* disable customer reviews onhome */
.sliderBadge, #preloader {
  display: none !important;
}
/* correct recaptcha size */
@media (max-width: 450px) {
  .ginput_recaptcha {
    transform: scale(0.7);
  }
}
/* correct recaptcha size */
@media (max-width: 900px) {
  .provenexpert {
    transform: scale(0.5) !important;
  }
}
/* correct recaptcha size */
@media (min-width: 1900px) {
  .provenexpert {
    transform: scale(1) !important;
    bottom: -41px !important;
  }
}
