@import url("//cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css");
html {
  font-size: 10px;
  -webkit-font-smoothing: antialiased;
}
html body {
  font-family: "Nunito", sans-serif;
  font-size: 1.8rem;
  line-height: 1.6;
  color: #4f4f4f;
}
@media only screen and (max-width: 1920px) {
  html {
    font-size: 9.5px;
  }
}
@media only screen and (max-width: 1440px) {
  html {
    font-size: 9px;
  }
}
@media only screen and (min-width: 1920px) {
  html {
    font-size: 10px;
  }
}
@media only screen and (max-width: 1024px) {
  html {
    font-size: 8.5px;
  }
}
html a {
  line-height: 1.2;
  text-decoration: none;
  color: #2b674f;
}
html a:hover {
  text-decoration: none;
  color: #368163;
}
html h1,
html h2,
html h3,
html h4,
html h5,
html h6 {
  font-family: 'Montserrat', sans-serif;
}
html h1 {
  font-size: 7rem;
}
@media only screen and (max-width: 1280px) {
  html h1 {
    font-size: 5.5rem;
  }
}
@media only screen and (max-width: 767px) {
  html h1 {
    font-size: 4rem;
  }
}
html h2 {
  font-size: 4.2rem;
}
@media only screen and (max-width: 767px) {
  html h2 {
    font-size: 3.5rem;
  }
}
html h3 {
  font-size: 3rem;
}
@media only screen and (max-width: 425px) {
  html h3 {
    font-size: 2.4rem;
  }
}
html h4 {
  font-size: 2.5rem;
}
@media only screen and (max-width: 425px) {
  html h4 {
    font-size: 2rem;
  }
}
html h5 {
  font-size: 1.6rem;
}
html p {
  font-weight: 300;
}
html img {
  max-width: 100%;
  height: auto;
}
#sectionMain {
  max-width: 153.5rem;
  width: 100%;
  padding: 10rem 3rem;
  margin: auto;
}
.page-id-191 #sectionMain {
  padding: 0rem !important;
  max-width: 1250px;
}
.page-id-191 #sectionMain h3 {
  padding: 0rem 2rem;
}
@media only screen and (max-width: 1024px) {
  .page-id-191 #sectionMain h3 {
    font-size: 2.5rem;
  }
}
@media only screen and (max-width: 767px) {
  .page-id-191 #sectionMain h3 {
    font-size: 2rem;
  }
}
.page-id-218 #sectionMain {
  padding: 0rem !important;
  max-width: 1250px;
}
.page-id-218 #sectionMain h3 {
  padding: 0rem 2.5rem;
}
@media only screen and (max-width: 1024px) {
  .page-id-218 #sectionMain h3 {
    font-size: 2.5rem;
  }
}
@media only screen and (max-width: 767px) {
  .page-id-218 #sectionMain h3 {
    font-size: 2rem;
  }
}
.font-alt2 {
  font-family: 'Cormorant Garamond', serif;
}
.font-alt3 {
  font-family: 'Garamond', serif;
}
#wpadminbar {
  position: fixed;
}
.hidden_animated {
  opacity: 0;
}
.animated {
  opacity: 1 !important;
}
img.alignright {
  float: right;
  margin: 0 0 1em 1em;
}
img.alignleft {
  float: left;
  margin: 0 1em 1em 0;
}
img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.alignright {
  float: right;
}
.alignleft {
  float: left;
}
.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.sec-center {
  display: flex;
  align-items: center;
  margin: 5rem 0rem;
}
.sec-center h1 {
  margin-top: 0px;
}
.sec-center h2 {
  margin-top: 0px;
}
.sec-center p {
  font-size: 2rem;
}
@media only screen and (max-width: 1024px) {
  .sec-center h2 {
    padding: 0rem 2rem;
    font-size: 3rem;
  }
  .sec-center p {
    padding: 0rem 2rem;
    font-size: 1.8rem;
  }
}
@media only screen and (max-width: 767px) {
  .sec-center h1 {
    font-size: 3rem;
    padding: 0rem 2rem;
  }
  .sec-center h2 {
    font-size: 1.5rem;
  }
  .sec-center p {
    font-size: 1.5rem;
    line-height: 1.25;
  }
}
.sec-center .wpb_content_element {
  margin-bottom: 0px;
}
.sec-center .vc_column_container>.vc_column-inner {
  padding-left: 0px;
  padding-right: 0px;
}
.sec-center.vc_row-has-fill+.vc_row>.vc_column_container>.vc_column-inner {
  padding-top: 0px !important;
}
.sec-center.vc_row-has-fill>.vc_column_container>.vc_column-inner {
  padding-top: 0px !important;
}
.btn.btn-product {
  background-color: #2b674f;
  color: #fff;
  border-radius: 0;
  border: none;
  font-family: sans-serif;
  letter-spacing: 2px;
  margin-top: 2rem;
  padding: 0rem 4rem;
}
.btn.btn-product a {
  color: #fff;
  font-size: 1.6rem;
}
.btn.btn-product:hover {
  cursor: pointer;
  background-color: #e6e6e6;
}
.btn.btn-product:hover a {
  color: #2b674f !important;
}
.button.btn-product {
  margin-top: 1rem;
}
html header {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999;
  transition: 0.5s;
  flex-wrap: wrap;
  background-color: transparent;
  font-family: 'Montserrat', sans-serif;
}
html header .header-image {
  position: absolute;
  top: -2.5vw;
  left: 0;
  width: 100vw;
  -webkit-filter: drop-shadow(0 0 15px #222);
  filter: drop-shadow(0 0 15px #222);
  pointer-events: none;
}
@media only screen and (max-width: 1024px) {
  html header .header-image {
    display: none;
  }
}
html header .header-bottom {
  display: flex;
  width: 100%;
  align-items: flex-end;
  height: 4vw;
  margin: 0 auto;
  max-width: 96vw;
  justify-content: space-between;
  transition: 0.5s;
  position: relative;
}
@media only screen and (max-width: 1024px) {
  html header .header-bottom {
    max-width: none;
    background-image: url("//oldaep.jlb.webservice.team/public_html/wp-content/uploads/2017/08/29-05-13_paper07.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    background-position: top center;
  }
}
@media only screen and (max-width: 1024px) {
  html header .header-bottom {
    padding: 2.5% 5%;
    height: auto;
    justify-content: space-between;
  }
}
html header .header-bottom .header-left {
  transition: 0.5s;
  width: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  opacity: 0;
}
@media only screen and (max-width: 1024px) {
  html header .header-bottom .header-left {
    opacity: 1;
  }
}
html header .header-bottom .header-left .logo-container {
  display: flex;
  align-items: flex-start;
  position: absolute;
  left: 14.1vw;
  top: -1.4vw;
}
@media only screen and (max-width: 1024px) {
  html header .header-bottom .header-left .logo-container {
    position: relative;
    left: auto;
    top: auto;
  }
}
html header .header-bottom .header-left .logo-container img.logo {
  max-width: none;
  width: 7.4vw;
}
html header .header-bottom .header-left .logo-container img.logo-text {
  max-width: none;
  margin-top: 1.5vw;
  width: 21vw;
  margin-left: 1.2vw;
}
@media only screen and (max-width: 1024px) {
  html header .header-bottom .header-left .logo-container .logo,
  html header .header-bottom .header-left .logo-container .logo-text {
    display: none;
  }
}
html header .header-bottom .header-left .logo-container .logo-mobile {
  display: none;
  max-height: 7rem;
}
@media only screen and (max-width: 1024px) {
  html header .header-bottom .header-left .logo-container .logo-mobile {
    display: inline-block;
  }
}
html header .header-bottom .header-right {
  width: auto;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  padding-top: 1vw;
}
@media only screen and (max-width: 1024px) {
  html header .header-bottom .header-right {
    display: none;
  }
}
html header .header-bottom .header-right .menu-menu-1-container {
  width: 100%;
  text-align: right;
  margin-right: 4vw;
}
html header .header-bottom .header-right .menu-menu-1-container #menu-menu-1 {
  padding: 0;
  width: 100%;
  margin: 0;
  display: flex;
  justify-content: flex-end;
}
html header .header-bottom .header-right .menu-menu-1-container #menu-menu-1 li {
  display: inline-block;
  padding-right: 2vw;
  letter-spacing: 0.02rem;
  text-transform: lowercase;
  font-weight: 400;
}
html header .header-bottom .header-right .menu-menu-1-container #menu-menu-1 li a {
  display: block;
  font-size: 1.1vw;
  color: #2b674f;
  transition: 0.2s;
}
html header .header-bottom .header-right .menu-menu-1-container #menu-menu-1 li a:hover {
  color: #368163;
  transition: 0.2s;
}
html header .header-bottom .header-right .menu-menu-1-container #menu-menu-1 .current-menu-item a {
  font-weight: 600;
}
html header .header-bottom .header-right .menu-menu-1-container #menu-menu-1 .sub-menu {
  display: none;
  position: absolute;
  background-color: rgba(255,255,255,0.3);
  padding: 0.3rem 0.8rem;
}
html header .header-bottom .header-right .menu-menu-1-container #menu-menu-1 .sub-menu li {
  display: block;
  padding-right: 0;
  text-align: left;
  line-height: 2rem;
}
html header .header-bottom .header-right .menu-menu-1-container #menu-menu-1 :hover .sub-menu {
  display: block;
}
html header .header-bottom .header-right .menu-menu-1-container #menu-menu-1 li:last-child {
  padding-right: 0;
}
html header .header-bottom .header-right .header-contact {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  max-width: 12vw;
  width: 100%;
  font-size: 1.1vw;
}
html header .header-bottom .header-right .header-contact a {
  color: #2b674f;
  transition: 0.2s;
}
html header .header-bottom .header-right .header-contact a:hover {
  color: #368163;
  transition: 0.2s;
}
html header .header-bottom .header-right .header-contact .header-phone {
  padding-right: 1vw;
}
html header .header-bottom .header-right .header-contact .header-social {
  font-size: 0.6vw;
  display: none;
  align-items: center;
  padding-right: 2vw;
  padding-top: 0.3vw;
}
@media only screen and (max-width: 1024px) {
  html header {
    justify-content: space-between;
  }
}
html header .mobile-button,
html header .mobile-button:hover,
html header .mobile-button:active,
html header .mobile-button:focus {
  display: none;
  border-radius: 0;
  border: none;
  background-color: transparent;
  color: #fff;
}
@media only screen and (max-width: 1024px) {
  html header .mobile-button,
  html header .mobile-button:hover,
  html header .mobile-button:active,
  html header .mobile-button:focus {
    display: inline-block;
  }
}
@media only screen and (min-width: 1024px) {
  html header.active {
    transition: 0.5s;
  }
  html header.active .header-left {
    transition: 0.5s;
  }
  html header.active .header-right {
    width: 82%;
  }
}
html header.active .header-bottom {
  transition: 0.5s;
}
html #mobileMenu .well {
  margin: 0;
  border-radius: 0;
  background: rgba(255,255,255,0.9);
  text-align: center;
}
html #mobileMenu #menu-menu-2 {
  padding: 0;
  margin: 0;
  list-style: none;
}
html #mobileMenu #menu-menu-2 li {
  text-align: center;
  font-size: 1.5rem;
  line-height: 2rem;
  margin-bottom: 0.5rem;
  padding-bottom: 0.5rem;
}
html #mobileMenu #menu-menu-2 li a {
  font-weight: 500;
  color: #2b674f;
}
html #mobileMenu #menu-menu-2 li .sub-menu {
  padding: 0;
  font-size: 1.5rem;
  line-hegith: 2rem;
  margin-top: 0.5rem;
  padding-top: 0.5rem;
  list-style: none;
}
html #mobileMenu #menu-menu-2 li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}
html #mobileMenu #menu-menu-2 .menu-item-has-children {
  margin-bottom: 0;
  padding-bottom: 0;
}
html #mobileMenu .mod-links {
  text-align: center;
  padding-top: 0.5rem;
}
html #mobileMenu .mod-links i {
  color: primaryColor;
  font-size: 2rem;
  padding: 0 1rem;
}
html #mobileMenu .header-contact {
  border-top: 1px solid #2b674f;
  padding-top: 1rem;
  margin-top: 1rem;
  display: inline-block;
  text-align: center;
  margin-top: 1rem;
}
html #mobileMenu .header-contact a {
  color: #2b674f;
}
html #mobileMenu .header-contact .header-social {
  margin-top: 1rem;
  display: none;
  justify-content: center;
}
.container {
  display: inline-block;
  cursor: pointer;
}
.bar1,
.bar2,
.bar3 {
  width: 35px;
  height: 5px;
  background-color: #2b674f;
  margin: 6px 0;
  transition: 0.4s;
}
.change .bar1 {
  -webkit-transform: rotate(-45deg) translate(-9px, 6px);
  transform: rotate(-45deg) translate(-9px, 6px);
}
.change .bar2 {
  opacity: 0;
}
.change .bar3 {
  -webkit-transform: rotate(45deg) translate(-8px, -8px);
  transform: rotate(45deg) translate(-8px, -8px);
}
.home-page-template #section1 {
  position: relative;
  z-index: 1;
}
.home-page-template #section1:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  height: 15%;
  background-color: rgba(255,255,255,0);
  background-image: -webkit-linear-gradient(0deg, #fff 0%, rgba(255,255,255,0) 100%);
  background-image: -moz-linear-gradient(0deg, #fff 0%, rgba(255,255,255,0) 100%);
  background-image: -ms-linear-gradient(0deg, #fff 0%, rgba(255,255,255,0) 100%);
  background-image: -o-linear-gradient(0deg, #fff 0%, rgba(255,255,255,0) 100%);
  background-image: linear-gradient(0deg, #fff 0%, rgba(255,255,255,0) 100%);
  width: 100%;
}
.home-page-template #section1 .slide {
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  color: #fff;
  padding: 10% 0 20%;
  margin-top: 2.5vw;
}
@media only screen and (max-width: 700px) {
  .home-page-template #section1 .slide {
    margin-top: 0vw;
    padding: 10% 0 23%;
  }
}
@media only screen and (max-width: 600px) {
  .home-page-template #section1 .slide {
    padding: 10% 0 26%;
  }
}
@media only screen and (max-width: 500px) {
  .home-page-template #section1 .slide {
    padding: 10% 0 31%;
  }
}
@media only screen and (max-width: 400px) {
  .home-page-template #section1 .slide {
    padding: 10% 0 35%;
  }
}
.home-page-template #section1 .slide .slide-inner {
  padding-left: 41.5vw;
}
@media only screen and (max-width: 1024px) {
  .home-page-template #section1 .slide .slide-inner {
    text-shadow: 0 0 15px rgba(0,0,0,0.8);
    padding: 0 6rem;
  }
}
.home-page-template #section1 .slide .slide-inner .small-title {
  letter-spacing: 0.38em;
  text-transform: uppercase;
}
.home-page-template #section1 .slide .slide-inner .title {
  letter-spacing: 0.06em;
  text-transform: uppercase;
}
.home-page-template #section1 .slide .slide-inner .text {
  font-size: 2.2rem;
  letter-spacing: 0.1em;
}
.home-page-template #section1 .slide .slide-inner .button {
  text-transform: uppercase;
  margin-top: 3rem;
}
.home-page-template #section1 .slide .slide-inner .button a {
  padding: 2rem 3.5rem;
  background: #2b674f;
  font-weight: 400;
  letter-spacing: 0.16em;
  color: #fff;
  display: inline-block;
}
.home-page-template #section1 .slide .slide-inner .button a:hover {
  background-color: #e6e6e6;
  color: #2b674f !important;
}
.home-page-template #section2 {
  position: relative;
  z-index: 2;
  margin-top: -18rem;
  margin-bottom: -12.5rem;
  padding-top: 12rem;
  padding-bottom: 19.5rem;
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
}
.home-page-template #section2 .section-inner {
  max-width: 121.7rem;
  padding: 0 3rem;
  width: 100%;
  margin: auto;
}
.home-page-template #section2 .section-inner h3 {
  letter-spacing: 0.1em;
  text-align: center;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 3rem;
}
.home-page-template #section2 .section-inner p {
  text-align: justify;
  -moz-text-align-last: center;
  text-align-last: center;
}
.home-page-template #section3 {
  position: relative;
  z-index: 3;
}
.home-page-template #section3 .section-inner .section3-column-wrap {
  max-width: 153.5rem;
  padding: 0 3rem;
  width: 100%;
  margin: auto;
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 1024px) {
  .home-page-template #section3 .section-inner .section3-column-wrap {
    flex-direction: column;
    justify-content: center;
  }
}
.home-page-template #section3 .section-inner .section3-column-wrap .section3-column {
  max-width: 47.5rem;
  width: 100%;
}
@media only screen and (max-width: 1440px) {
  .home-page-template #section3 .section-inner .section3-column-wrap .section3-column {
    max-width: 32%;
  }
}
@media only screen and (max-width: 1024px) {
  .home-page-template #section3 .section-inner .section3-column-wrap .section3-column {
    max-width: 46.5rem;
    margin: auto;
  }
}
.home-page-template #section3 .section-inner .section3-column-wrap .section3-column .section3-column-image {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative;
  text-align: center;
  padding: 1.5rem;
}
.home-page-template #section3 .section-inner .section3-column-wrap .section3-column .section3-column-image:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-color: rgba(255,255,255,0);
  transition: 0.2s;
}
.home-page-template #section3 .section-inner .section3-column-wrap .section3-column .section3-column-image a {
  position: relative;
  color: #fff;
  display: block;
  padding: 10rem 5rem;
  background-color: rgba(43,103,79,0.78);
  opacity: 0;
  z-index: 2;
  transition: 0.2s;
}
.home-page-template #section3 .section-inner .section3-column-wrap .section3-column .section3-column-image a h4 {
  margin: auto;
  letter-spacing: 0.32em;
  text-transform: uppercase;
  line-height: 1.6;
  margin-bottom: 1.4rem;
  height: 8rem;
}
.home-page-template #section3 .section-inner .section3-column-wrap .section3-column .section3-column-image a p {
  margin: auto;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  font-weight: 300;
  text-align: center;
}
.home-page-template #section3 .section-inner .section3-column-wrap .section3-column .section3-column-image:hover a {
  opacity: 1;
  transition: 0.2s;
}
.home-page-template #section3 .section-inner .section3-column-wrap .section3-column .section3-column-image:hover:after {
  background-color: rgba(255,255,255,0.88);
  transition: 0.2s;
}
.home-page-template #section3 .section-inner .section3-column-wrap .section3-column .column-bottom {
  padding: 3rem 1.5rem;
}
.home-page-template #section3 .section-inner .section3-column-wrap .section3-column .column-bottom h4 {
  text-transform: uppercase;
  color: #2b674f;
  letter-spacing: 0.18em;
  font-weight: 600;
  margin-bottom: 1.5rem;
}
.home-page-template #section3 .section-inner .section3-column-wrap .section3-column .column-bottom p {
  line-height: 1.6;
  text-align: justify;
}
.home-page-template #section3 .email-signup {
  max-width: 191rem;
  padding: 3rem;
  width: 100%;
  margin: auto;
  border-top: 1px solid rgba(0,0,0,0.15);
  display: flex;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width: 1024px) {
  .home-page-template #section3 .email-signup {
    flex-direction: column;
  }
}
.home-page-template #section3 .email-signup p {
  font-size: 2.5rem;
  font-style: italic;
  margin-right: 2rem;
  margin-bottom: 0;
  color: #585858;
}
@media only screen and (max-width: 1024px) {
  .home-page-template #section3 .email-signup p {
    margin-right: 0;
    margin-bottom: 1rem;
    text-align: center;
  }
}
.home-page-template #section4 {
  background-image: url("//oldaep.jlb.webservice.team/public_html/wp-content/uploads/2017/08/BLUE-BG.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  padding: 13rem 0;
  position: relative;
  z-index: 1;
}
.home-page-template #section4:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  height: 15%;
  background-color: rgba(106,153,153,0);
  background-image: -webkit-linear-gradient(0deg, #6a9999 0%, rgba(106,153,153,0) 100%);
  background-image: -moz-linear-gradient(0deg, #6a9999 0%, rgba(106,153,153,0) 100%);
  background-image: -ms-linear-gradient(0deg, #6a9999 0%, rgba(106,153,153,0) 100%);
  background-image: -o-linear-gradient(0deg, #6a9999 0%, rgba(106,153,153,0) 100%);
  background-image: linear-gradient(0deg, #6a9999 0%, rgba(106,153,153,0) 100%);
  width: 100%;
}
.home-page-template #section4 .section-inner {
  max-width: 116rem;
  width: 100%;
  margin: auto;
  padding: 0 3rem;
}
.home-page-template #section4 .section-inner .products {
  display: flex;
  justify-content: space-between;
  padding: 0;
}
@media only screen and (max-width: 767px) {
  .home-page-template #section4 .section-inner .products {
    flex-direction: column;
  }
}
.home-page-template #section4 .section-inner .products li {
  list-style: none;
  max-width: 36rem;
  width: 100%;
  text-align: center;
}
@media only screen and (max-width: 1280px) {
  .home-page-template #section4 .section-inner .products li {
    max-width: 32%;
  }
}
@media only screen and (max-width: 767px) {
  .home-page-template #section4 .section-inner .products li {
    margin: 1rem auto;
    max-width: 36rem;
  }
}
.home-page-template #section4 .section-inner .products li a {
  color: #fff;
}
.home-page-template #section4 .section-inner .products li a .product-image {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative;
  padding: 12rem 5rem;
}
.home-page-template #section4 .section-inner .products li a .product-image:after {
  content: "";
  display: block;
  background: rgba(0,0,0,0.41);
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  opacity: 1;
  transition: 0.2s;
  z-index: 1;
}
@media only screen and (max-width: 1280px) {
  .home-page-template #section4 .section-inner .products li a .product-image {
    padding: 30% 10%;
  }
}
@media only screen and (max-width: 767px) {
  .home-page-template #section4 .section-inner .products li a .product-image {
    padding: 12rem 5rem;
  }
}
.home-page-template #section4 .section-inner .products li a .product-image h4 {
  text-transform: uppercase;
  position: relative;
  font-weight: 300;
  letter-spacing: 0.06em;
  opacity: 1;
  transition: 0.2s;
  z-index: 2;
}
.home-page-template #section4 .section-inner .products li.active a .product-image:after {
  opacity: 0;
  transition: 0.2s;
}
.home-page-template #section4 .section-inner .products li.active a h4 {
  opacity: 0;
  transition: 0.2s;
}
.home-page-template #section4 .section-inner .tab-content .tab-pane {
  padding: 1rem;
  color: #fff;
}
.home-page-template #section4 .section-inner .tab-content .tab-pane h2 {
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-weight: 500;
  margin: 3rem auto 4rem;
}
@media only screen and (max-width: 767px) {
  .home-page-template #section4 .section-inner .tab-content .tab-pane h2 {
    text-align: center;
  }
}
.home-page-template #section4 .section-inner .tab-content .tab-pane .bottom-products {
  display: flex;
  align-items: flex-start;
}
@media only screen and (max-width: 1024px) {
  .home-page-template #section4 .section-inner .tab-content .tab-pane .bottom-products {
    flex-direction: column;
  }
}
@media only screen and (max-width: 767px) {
  .home-page-template #section4 .section-inner .tab-content .tab-pane .bottom-products {
    text-align: center;
  }
}
.home-page-template #section4 .section-inner .tab-content .tab-pane .bottom-products h4 {
  font-weight: 400;
}
.home-page-template #section4 .section-inner .tab-content .tab-pane .bottom-products p {
  line-height: 2;
  margin-bottom: 0;
  margin-right: 4em;
  text-align: justify;
}
@media only screen and (max-width: 1024px) {
  .home-page-template #section4 .section-inner .tab-content .tab-pane .bottom-products p {
    margin-right: 0;
    margin-bottom: 4rem;
  }
}
.home-page-template #section4 .section-inner .tab-content .tab-pane .bottom-products a {
  line-height: 4;
}
.home-page-template #section4 .section-inner .tab-content .tab-pane .bottom-products .products-logo {
  flex: 0 0 auto;
  margin: 0rem 0rem 0rem 6rem;
}
@media only screen and (max-width: 1024px) {
  .home-page-template #section4 .section-inner .tab-content .tab-pane .bottom-products .products-logo {
    margin: 1rem 0rem;
  }
}
@media only screen and (max-width: 767px) {
  .home-page-template #section4 .section-inner .tab-content .tab-pane .bottom-products .products-logo {
    margin: 1rem auto;
  }
}
.home-page-template #section5 {
  background-image: url("//oldaep.jlb.webservice.team/public_html/wp-content/uploads/2017/08/shape.png");
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
  padding-top: 10rem;
  margin-top: -5rem;
  position: relative;
  z-index: 2;
}
.home-page-template #section5 .section-inner {
  display: flex;
  max-width: 137rem;
  width: 100%;
  margin: auto;
  padding: 5rem 3rem 8rem;
}
@media only screen and (max-width: 1024px) {
  .home-page-template #section5 .section-inner {
    flex-direction: column;
  }
}
.home-page-template #section5 .section-inner h4 {
  color: #2b674f;
  font-weight: 600;
  letter-spacing: 0.06em;
  margin-bottom: 2rem;
  font-size: 3rem;
}
.home-page-template #section5 .section-inner h4 .first-word {
  border-bottom: 2px solid #2b674f;
  padding-bottom: 2rem;
  display: inline-block;
}
.home-page-template #section5 .section-inner p {
  color: #7c7c7c;
  line-height: 1.2;
}
.home-page-template #section5 .section-inner .section5-right {
  max-width: 48rem;
  width: 100%;
  margin-left: 4rem;
  flex: 0 0 auto;
}
@media only screen and (max-width: 1024px) {
  .home-page-template #section5 .section-inner .section5-right {
    margin-left: 0;
  }
}
.home-page-template #section5 .section-inner .section5-right .news-wrap {
  display: flex;
}
@media only screen and (max-width: 767px) {
  .home-page-template #section5 .section-inner .section5-right .news-wrap {
    flex-direction: column;
  }
}
.home-page-template #section5 .section-inner .section5-right .news-wrap .news-left {
  max-width: 18rem;
  width: 100%;
  flex: 0 0 auto;
  margin-right: 2rem;
}
@media only screen and (max-width: 767px) {
  .home-page-template #section5 .section-inner .section5-right .news-wrap .news-left {
    max-width: 100%;
    margin: 0 auto 2rem;
  }
}
.home-page-template #section5 .section-inner .section5-right .news-wrap .news-right h5 {
  margin-top: 0;
}
.home-page-template #section5 .section-inner .section5-right .news-wrap .news-right h5 a {
  color: #2b674f;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}
.section-footer {
  background: url("//oldaep.jlb.webservice.team/public_html/wp-content/uploads/2017/08/29-05-13_paper07.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative;
}
.section-footer:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255,255,255,0.65);
  z-index: 1;
}
.child_header {
  background: url("https://oldaep.jlb.webservice.team/public_html/wp-content/uploads/2017/09/childheadernew.jpg") no-repeat center center;
  background-size: cover;
  width: 100%;
  min-height: 350px;
  padding: 2rem;
  background-attachment: fixed;
}
.child_header h1 {
  margin: 0;
  color: #fff;
  margin-top: 5%;
  font-size: 3rem;
  max-width: 1000px;
}
.blog #content .flexrow {
  display: flex;
  justify-content: space-between;
  max-width: 90vw;
  margin: 1vw auto;
}
@media only screen and (max-width: 767px) {
  .blog #content .flexrow {
    flex-wrap: wrap;
  }
}
.blog #content .leftCol {
  width: 39vw;
}
.blog #content .leftCol .imgHolder {
  height: 30vw;
}
@media only screen and (max-width: 767px) {
  .blog #content .leftCol {
    width: 100%;
    padding-bottom: 2vw;
  }
  .blog #content .leftCol .imgHolder {
    height: 70vw;
  }
}
.blog #content .rightCol {
  width: 29vw;
}
.blog #content .rightCol .imgHolder {
  height: 30vw;
}
@media only screen and (max-width: 767px) {
  .blog #content .rightCol {
    width: 100%;
  }
  .blog #content .rightCol .imgHolder {
    height: 70vw;
  }
}
.blog #content .middleCol {
  width: 20vw;
  margin-left: 1vw;
  margin-right: 1vw;
}
.blog #content .middleCol .imgHolder {
  height: 14.5vw;
}
.blog #content .middleCol .topHolder {
  padding-bottom: 1vw;
}
@media only screen and (max-width: 767px) {
  .blog #content .middleCol {
    width: 100%;
    padding-bottom: 2vw;
  }
  .blog #content .middleCol .imgHolder {
    height: 70vw;
  }
  .blog #content .middleCol .topHolder {
    padding-bottom: 2vw;
  }
}
.blog #content .imgHolder {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
}
.blog #content .top-section-blog-post {
  padding: 0.5vw;
  background-color: primaryColor;
}
.blog #content .top-section-blog-post h4 {
  color: #fff;
  font-size: 1vw;
  margin: 0;
  font-weight: 300;
  letter-spacing: 0.05vw;
}
@media only screen and (max-width: 767px) {
  .blog #content .top-section-blog-post {
    padding: 2vw;
  }
  .blog #content .top-section-blog-post h4 {
    font-size: 4.5vw;
    letter-spacing: 0.1vw;
  }
}
.blog #content .bottom-section-blog-post {
  width: 100%;
  background-color: rgba(0,0,0,0.3);
  padding: 0.5vw;
}
.blog #content .bottom-section-blog-post h3 {
  margin: 0;
  font-size: 1vw;
  color: #fff;
  text-transform: uppercase;
}
@media only screen and (max-width: 767px) {
  .blog #content .bottom-section-blog-post {
    padding: 2vw;
  }
  .blog #content .bottom-section-blog-post h3 {
    font-size: 2.5vw;
  }
}
.blog #content .bottom-section-blog-post .blog-archive-single-title h2 {
  font-size: 1vw;
  color: #fff;
  margin: 0.5vw 0;
}
@media only screen and (max-width: 767px) {
  .blog #content .bottom-section-blog-post .blog-archive-single-title h2 {
    font-size: 4.5vw;
    margin: 1vw 0;
  }
}
.blog #content .bottom-section-blog-post .blog-archive-single-length h4 {
  font-size: 0.8vw;
  margin: 0;
  color: #fff;
  text-transform: lowercase;
}
@media only screen and (max-width: 767px) {
  .blog #content .bottom-section-blog-post .blog-archive-single-length h4 {
    font-size: 4vw;
  }
}
.blog #content .popular-container {
  margin: 2rem auto;
  max-width: 90vw;
}
.blog #content .popular-container .popular-row {
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  .blog #content .popular-container .popular-row {
    flex-wrap: wrap;
  }
}
.blog #content .popular-container .popular-row .highlight-news {
  width: 59vw;
  margin-right: 1vw;
}
@media only screen and (max-width: 767px) {
  .blog #content .popular-container .popular-row .highlight-news {
    width: 100%;
    margin-right: 0;
  }
}
.blog #content .popular-container .popular-row .popular-news {
  width: 29vw;
}
@media only screen and (max-width: 767px) {
  .blog #content .popular-container .popular-row .popular-news {
    width: 100%;
  }
}
.blog #content .popular-container .col-title {
  text-transform: uppercase;
  border-bottom: 2px solid primaryColor;
  margin-bottom: 2rem;
}
.blog #content .popular-container .col-title h3 {
  background: primaryColor;
  padding: 0.5rem 1rem;
  color: #fff;
  display: inline-block;
  margin: 0;
  font-size: 1.1rem;
  letter-spacing: 2px;
  font-weight: 300;
}
.blog #content .popular-container .highlight-news .single-highlight {
  margin-bottom: 2rem;
}
.blog #content .popular-container .highlight-news .single-highlight img {
  height: auto;
}
@media only screen and (max-width: 768px) {
  .blog #content .popular-container .highlight-news .single-highlight {
    text-align: center;
  }
}
.blog #content .popular-container .highlight-news .single-highlight .highlight-feature-img {
  margin: 0 auto;
  width: 100%;
}
.blog #content .popular-container .highlight-news a {
  color: #808080;
}
.blog #content .popular-container .highlight-news .blog-highlight-title {
  margin-top: 1rem;
}
.blog #content .popular-container .highlight-news .btn.btn-default {
  background-color: primaryColor;
  color: #fff;
  border-radius: 0;
  font-family: sans-serif;
  letter-spacing: 2px;
}
.blog #content .popular-container .highlight-news .btn.btn-default:hover {
  cursor: pointer;
  color: #2b674f !important;
}
.blog #content .popular-container .highlight-news .single-highlight-reg {
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .blog #content .popular-container .highlight-news .single-highlight-reg {
    margin-bottom: 0;
  }
}
.blog #content .popular-container .highlight-news .single-highlight-reg .highlight-img {
  height: 200px;
  width: auto;
  display: block;
  margin: 1rem auto;
}
@media only screen and (max-width: 768px) {
  .blog #content .popular-container .highlight-news .single-highlight-reg .highlight-img {
    max-width: 100%;
    width: 100%;
    height: auto;
  }
}
.blog #content .popular-container .popular-news .single-pop {
  display: block;
  margin: 1rem 0;
}
.blog #content .popular-container .popular-news .single-pop .popular-img {
  margin: 0 auto 1rem;
  height: auto;
  width: 100%;
}
.blog #content .popular-container .popular-news .single-pop .single-pop-title {
  margin: 0;
  font-family: 'Montserrat', sans-serif;
  font-size: 3rem;
  color: #2b674f;
  font-weight: 500;
  transition: 0.2s;
}
.blog #content .popular-container .popular-news .single-pop .single-pop-title:hover {
  color: #368163;
  transition: 0.2s;
}
.blog #content .popular-container .popular-news .single-pop .popular-cat-date {
  font-size: 1.7rem;
}
.blog #content .popular-container .popular-news .single-pop .popular-cat-date span {
  color: primaryColor;
}
.photoLoopContainer {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
}
.photoLoopContainer .photoHolder {
  width: 20%;
  height: 15vw;
  background-size: cover;
  background-position: center;
}
.single-post .top-of-post {
  margin-bottom: 3rem;
  display: flex;
  align-items: center;
}
.single-post .top-of-post .post-title {
  padding-left: 3rem;
}
.blog #content .popular-container .col-title {
  background: #2b674f;
}
.blog #content .popular-container .col-title h3 {
  font-size: 2rem;
}
.highlight-news h2 {
  color: #2b674f;
}
.highlight-news p {
  text-align: justify;
}
.highlight-news button {
  color: #fff;
  background: #2b674f;
  border: none;
  padding: 1rem 2rem;
  text-transform: uppercase;
}
.search-content {
  display: flex;
  justify-content: space-between;
}
.search-content .search-right input[type="search"] {
  border: 1px solid #ddd;
  padding: 0.9rem;
}
.search-content .search-right input[type="submit"] {
  color: #fff;
  background: #2b674f;
  border: none;
  padding: 1rem 2rem;
  text-transform: uppercase;
}
.search-content .search-right h2 {
  font-size: 2rem;
}
.search-content .search-right ul {
  list-style: none;
}
#section1.child-header {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative;
  z-index: 1;
  padding: 30rem 3rem;
}
@media only screen and (max-width: 1024px) {
  #section1.child-header {
    padding: 25% 3rem 30%;
  }
}
#section1.child-header h1 {
  letter-spacing: 0.06em;
  font-weight: 600;
  text-transform: uppercase;
  color: #fff;
  text-align: center;
}
#section1.child-header:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  height: 15%;
  background-color: rgba(255,255,255,0);
  background-image: -webkit-linear-gradient(0deg, #fff 0%, rgba(255,255,255,0) 100%);
  background-image: -moz-linear-gradient(0deg, #fff 0%, rgba(255,255,255,0) 100%);
  background-image: -ms-linear-gradient(0deg, #fff 0%, rgba(255,255,255,0) 100%);
  background-image: -o-linear-gradient(0deg, #fff 0%, rgba(255,255,255,0) 100%);
  background-image: linear-gradient(0deg, #fff 0%, rgba(255,255,255,0) 100%);
  width: 100%;
}
#section2.child-top {
  position: relative;
  z-index: 2;
  margin-top: -18rem;
  padding-top: 12rem;
  padding-bottom: 8rem;
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
}
@media only screen and (max-width: 767px) {
  #section2.child-top {
    margin-top: -10rem;
  }
}
#section2.child-top .section-inner {
  max-width: 122rem;
  padding: 0 3rem;
  width: 100%;
  margin: auto;
}
#section2.child-top .section-inner h3 {
  margin-bottom: 3rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-weight: 600;
  text-align: center;
}
#section2.child-top .section-inner p {
  text-align: justify;
  -moz-text-align-last: center;
  text-align-last: center;
}
.child-1 #section3 {
  padding: 12.5rem 3rem;
  max-width: 190rem;
  width: 100%;
  margin: auto;
  border-bottom: 1px solid rgba(0,0,0,0.15);
}
.child-1 #section3 .section-inner {
  display: flex;
  max-width: 136.5rem;
  width: 100%;
  margin: auto;
  align-items: center;
}
@media only screen and (max-width: 1280px) {
  .child-1 #section3 .section-inner {
    flex-direction: column;
  }
}
.child-1 #section3 .section-inner .section3-left {
  max-width: 69.5rem;
  width: 100%;
  flex: 1 0 auto;
  margin-right: 13rem;
}
@media only screen and (max-width: 1280px) {
  .child-1 #section3 .section-inner .section3-left {
    margin: 0 auto 2rem;
  }
}
.child-1 #section3 .section-inner .section3-right {
  line-height: 1.6;
}
.child-1 #section3 .section-inner .section3-right h4 {
  color: #2b674f;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  margin-bottom: 3rem;
}
.child-1 #section3 .section-inner .section3-right p {
  text-align: justify;
}
.child-1 #section4 {
  padding: 12.5rem 0;
}
.child-1 #section4 .section-inner {
  max-width: 142.5rem;
  width: 100%;
  padding: 0 3rem;
  margin: auto;
}
.child-1 #section4 .section-inner h2 {
  margin-top: 0;
  margin-bottom: 4rem;
  text-align: center;
  letter-spacing: 0.16em;
  color: #2b674f;
}
.child-1 #section4 .section-inner p {
  line-height: 2;
}
.child-1 #section5 {
  background-image: url("//oldaep.jlb.webservice.team/public_html/wp-content/uploads/2017/08/background_1.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-attachment: fixed;
  position: relative;
  z-index: 1;
}
.child-1 #section5:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  height: 15%;
  background-color: rgba(106,153,153,0);
  background-image: -webkit-linear-gradient(0deg, #6a9999 0%, rgba(106,153,153,0) 100%);
  background-image: -moz-linear-gradient(0deg, #6a9999 0%, rgba(106,153,153,0) 100%);
  background-image: -ms-linear-gradient(0deg, #6a9999 0%, rgba(106,153,153,0) 100%);
  background-image: -o-linear-gradient(0deg, #6a9999 0%, rgba(106,153,153,0) 100%);
  background-image: linear-gradient(0deg, #6a9999 0%, rgba(106,153,153,0) 100%);
  width: 100%;
}
.child-1 #section5 .section-inner {
  padding: 15rem 0;
}
.child-1 #section5 .section-inner .testimonials-wrap {
  min-width: 0;
  min-height: 0;
}
.child-1 #section5 .section-inner .testimonials-wrap .testimonials {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 3rem;
}
.child-1 #section5 .section-inner .testimonials-wrap .testimonials .slick-arrow {
  cursor: pointer;
}
.child-1 #section5 .section-inner .testimonials-wrap .testimonials .slick-list {
  max-width: 87.5rem;
  width: 100%;
}
.child-1 #section5 .section-inner .testimonials-wrap .testimonials .testimonial {
  color: #fff;
  padding: 0 3rem;
}
@media only screen and (max-width: 767px) {
  .child-1 #section5 .section-inner .testimonials-wrap .testimonials .testimonial {
    padding: 0;
  }
}
.child-1 #section5 .section-inner .testimonials-wrap .testimonials .testimonial h3 {
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.child-1 #section5 .section-inner .testimonials-wrap .testimonials .testimonial p {
  text-align: justify;
}
.child-1 #section5 .section-inner .testimonials-wrap .testimonials .testimonial p + p {
  font-size: 2.5rem;
}
.child-1 #section6 {
  background-image: url("//oldaep.jlb.webservice.team/public_html/wp-content/uploads/2017/08/shape.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-position: center top;
  padding: 7.5rem 0;
  margin-top: -5rem;
  position: relative;
  z-index: 2;
}
.site-footer {
  position: relative;
  z-index: 2;
}
.site-footer .footer-top {
  padding: 2rem 4rem 0rem;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 124rem;
  width: 100%;
  margin: auto;
}
@media only screen and (max-width: 1024px) {
  .site-footer .footer-top {
    flex-direction: column;
  }
}
.site-footer .footer-top a {
  color: #2b674f;
  transition: 0.2s;
}
.site-footer .footer-top a:hover {
  color: #368163;
  transition: 0.2s;
}
.site-footer .footer-top .footer-social {
  font-size: 1.2rem;
  display: flex;
  align-items: center;
}
.site-footer .footer-top .footer-phone {
  margin: 2rem 3rem;
  padding-left: 11.5rem;
}
@media only screen and (max-width: 1024px) {
  .site-footer .footer-top .footer-phone {
    padding-left: 0rem;
  }
}
.site-footer .footer-top .footer-phone a {
  font-size: 1.9rem;
  font-weight: 500;
  letter-spacing: 0.06em;
}
.site-footer .footer-top .footer-logo {
  margin: 2rem 3rem;
}
.site-footer .footer-top .footer-email {
  margin: 2rem 3rem;
}
.site-footer .footer-top .footer-email a {
  font-size: 2rem;
  letter-spacing: 0.06em;
}
.site-footer .footer-bottom {
  text-align: center;
  padding: 1rem;
}
.site-footer .footer-bottom a {
  color: #2b674f;
  transition: 0.2s;
}
.site-footer .footer-bottom a:hover {
  color: #368163;
  transition: 0.2s;
}
#gform_wrapper_1 {
  max-width: 50% !important;
  margin: 0 !important;
  width: 100%;
}
@media only screen and (max-width: 1024px) {
  #gform_wrapper_1 {
    max-width: 100% !important;
  }
}
@media only screen and (max-width: 1024px) {
  #gform_wrapper_1 .gform_body {
    flex: 1 1 auto;
    width: 100%;
  }
}
#gform_1 {
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 1024px) {
  #gform_1 {
    flex-direction: column;
  }
}
#gform_1 #gform_fields_1 {
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 1024px) {
  #gform_1 #gform_fields_1 {
    flex-direction: column;
  }
}
#gform_1 #gform_fields_1 input[type="text"] {
  border: 1px solid rgba(0,0,0,0.15);
  margin: auto !important;
}
#gform_1 #gform_fields_1 .ginput_container.ginput_container_text {
  margin: auto !important;
}
#gform_1 #gform_fields_1 .gfield {
  margin: auto !important;
  width: 50% !important;
}
@media only screen and (max-width: 1024px) {
  #gform_1 #gform_fields_1 .gfield {
    margin-bottom: 1rem !important;
  }
}
#gform_1 .gform_footer {
  margin: auto !important;
  padding: 0 !important;
  width: auto !important;
}
#gform_1 .gform_footer input[type="submit"] {
  border: none !important;
  background: none !important;
  font-family: 'Cormorant Garamond', serif !important;
  text-transform: lowercase;
  font-style: italic;
  font-size: 2.5rem;
  letter-spacing: 0.04em;
  color: #585858;
}
#gform_2 li.hidden_label input {
  margin-top: 0 !important;
}
#gform_submit_button_2 {
  color: #fff;
  background: #2b674f;
  border: none;
  padding: 1rem 2rem;
  text-transform: uppercase;
}
#gform_submit_button_2:hover {
  color: #2b674f !important;
  background-color: #e6e6e6;
}
