@charset "utf-8";
/* CSS Document */
/*===========================================================================================================*/
/*=========================================== GENERAL SETTINGS ==============================================*/
/*===========================================================================================================*/
body {
  margin: 0;
  padding: 0;
  overflow-x: hidden;font-size: 10px;
  background-color: #fff;
  -webkit-font-smoothing: antialiased;
  font-family: montserrat, sans-serif;
  /*font-family: athelas, serif;*/
}
b, strong {
	font-weight: bold;
}
.back-to-top {
  display: none;
  padding-top: 9px;
  text-align: center;
  position: fixed;
  z-index: 5;
  bottom: 45px;
  right: 25px;
  font-size: 28px;
  color: #bbc346;
  line-height: 52px;
  width: 50px;
  height: 50px;
  border: solid 2px #bbc346;
  border-radius: 26%;
  -webkit-border-radius: 26%;
  -moz-border-radius: 26%;
  -o-border-radius: 26%;
  background-color: transparent;
}
.back-to-top .fa {
  display: block;
}
.back-to-top:focus {
  color: #b0b0b0;
  border-color: #e8e8e8;
  background-color: transparent;
}
.back-to-top:hover {
  color: #b0b0b0;
  border-color: #e8e8e8;
  background-color: #e8e8e8;
}
strong.stronger {
  font-weight: 900;
}
* {
  margin: 0;
}
.break-word {
  -webkit-word-wrap: break-word;
  -moz-word-wrap: break-word;
  -ms-word-wrap: break-word;
  -o-word-wrap: break-word;
  word-wrap: break-word;
}
p, .section-white {
  font-size: 20px;
  line-height: 1.6em;
  color: #282828;
  font-weight: 400;
}
p {
  margin: 0 0 30px;
}
.list-unstyled {
	list-style: none;
}
.list-unstyled li {
	display: block;
	margin: 0!important;
}
ul, ol {
  margin: 0 0 30px;
}
ul *, ol * {
  vertical-align: top;
}
li {
  font-size: 20px;
  line-height: 1.6em;
  color: #282828;
  font-weight: 400;
}
span.fa-li {
  top: 0.3em;
  color: #28aae2;
}
td, th {
  font-size: 20px;
  line-height: 1.6em;
  color: #282828;
  font-weight: 400;
}
a {
  color: #28aae2;
  text-decoration: none;
  display: inline-block;
  -o-transition: color 0.2s ease-out, background 0.2s ease-in;
  -ms-transition: color 0.2s ease-out, background 0.2s ease-in;
  -moz-transition: color 0.2s ease-out, background 0.2s ease-in;
  -webkit-transition: color 0.2s ease-out, background 0.2s ease-in;
  transition: color 0.2s ease-out, background 0.2s ease-in;
  /* ...and now for the proper property */
}
a:hover, a:focus {
  color: #0271a1;
  text-decoration: none;
}
a img {
  border: none;
}
img {
  max-width: 100%;
  width: auto;
}
h1, .h1-style {
 font-family: athelas, serif;
 text-transform: none;
 font-weight: 400;
 font-style: normal;
 font-size: 90px;
 line-height: .9em;
 color: #282828;
 margin: 30px 0;
}
h2 {
 font-family: athelas, serif;
 text-transform: none;
 font-weight: 400;
 font-style: normal;
 font-size: 48px;
 line-height: 1.2em;
 color: #282828;
 margin: 30px 0;
}
h3 {
 font-family: athelas, serif;
 text-transform: none;
 font-weight: 400;
 font-style: normal;
 font-size: 40px;
 line-height: 1.2em;
 color: #282828;
 margin: 30px 0;
}
h4 {
 font-family: athelas, serif;
 text-transform: none;
 font-weight: 600;
 font-style: normal;
 font-size: 30px;
 line-height: 1.2em;
 color: #282828;
 margin: 30px 0;
}
h1 > span, .h1-style > span, h2 > span, h3 > span, h4 > span {
  display: block;
  font-family: montserrat, sans-serif;
  text-transform: uppercase;
  font-weight: 400;
  font-size: .38em;
  line-height: 1.2em;
}
h1 > span, .h1-style > span {
 font-size: .25em;
 line-height: 1.2em;
 font-weight: 400;
 margin: 8px 0;
 }

/* Blog Default titles */
.events-page .media-module .right .title {
 font-family: athelas, serif;
 text-transform: none;
 font-weight: 400;
 font-style: normal;
 font-size: 34px;
 line-height: 1.2em;
 color: #282828;
 margin: 30px 0;
}
.events-page .blog .post-meta,
.events-page .media-module .right .post-meta {margin: 15px 0;}
.events-page .blog .post-meta a,
.events-page .media-module .right a.read-more,
.events-page .media-module .right .post-meta a {color: #676767; text-decoration: underline; text-transform: capitalize;}
.events-page .blog .post-meta a:hover,
.events-page .media-module .right a.read-more:hover,
.events-page .media-module .right .post-meta a:hover {color: #000;}
.events-page .media-module .right .post-date {font-size: .8em; font-weight: bold; line-height: 1.6em; margin: 0 0 15px; letter-spacing: .05em;}
.events-page .media-module .right i {margin-right: 8px;}
.events-page .blog p i {margin: 0 12px;}
.news-right-column h2,
.news-right-column h3 {
 font-family: athelas, serif;
 text-transform: none;
 font-weight: 400;
 font-style: normal;
 font-size: 19px;
 line-height: 1.2em;
 color: #282828;
 margin: 30px 0;
}

/*===========================================================================================================*/
/*=========================================== TOP ===========================================================*/
/*===========================================================================================================*/

.menu {
  display: block;
  position: absolute;
  z-index: 11;
  top: 0;
  left: 0;
  right: 0;
  padding: 4vw 4vw 0;
  background-color: transparent;
  transition: padding .4s ease;
}
.menu.ready {
  animation: fadeInDown .6s ease;
}
.menu.menu-interior {
  position: fixed;
  z-index: 11;
  background-color: #fff;
  box-shadow: 0 -2px 4px #000;
}
.menu.menu-interior.actived {
  padding: 12px 15px;
}
.menu.behaved {
  background-color: transparent;
  box-shadow: none;
  padding: 4vw 4vw 0;
}
.menu > .container {
  position: relative;
  max-width: 100%;
}
.menu.behaved > .container {
  position: static;
}
.customize-support .menu {
  top: 32px;
}
.menu.actived:before {
  top: -43px;
}
.menu.actived:behaved {
  top: -200px;
}
.menu > div .navigation,
.scroll-nav-section .navigation {
  display: block;
  color: #fff;
  font-size: 2.6em;
  letter-spacing: 0px;
  font-weight: 400;
  line-height: .7em;
  text-transform: capitalize;
  position: relative;
  text-decoration: none;
  margin: 31px 0;
  margin-right: 0;
  float: right;
  width: 48px;
  height: 27px;/* margin-right: 10px; */
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}
.scroll-nav-section .navigation {
  color: #282828;
  margin: 25px 0;
  margin-right: 20px;
}
.menu > div .navigation:hover, .menu > div .navigation:focus,
.scroll-nav-section .navigation:hover, .scroll-nav-section .navigation:focus {
  text-decoration: none;
}
.menu.behaved > div .navigation,
.scroll-nav-section.behaved .navigation {
  color: #282828;
  margin: 0;
  right: -10px;top: 0;
  width: 48px;
  height: 43px;
}
.scroll-nav-section.behaved .navigation {
  right: 20px;
  top: 20px;}
.menu.behaved > div .navigation:hover,
.scroll-nav-section.behaved .navigation:hover {
  color: #282828;
}
/*
.menu.behaved > div a > .txt:before {
  content: 'Close';
  font-size: 13px;
  letter-spacing: 0;
  position: relative;
  text-transform: uppercase;
  top: -5px;
}*/
.menu > div a > .bar,
.scroll-nav-section .navigation .bar {
  position: absolute;
  left: 0;
  width: 48px;
  height: 2px;
  border-radius: 2px;
  background-color: #fff;
  -webkit-transition: top .3s ease, transform .4s ease, opacity .3s ease;
  -moz-transition: top .3s ease, transform .4s ease, opacity .3s ease;
  -ms-transition: top .3s ease, transform .4s ease, opacity .3s ease;
  -o-transition: top .3s ease, transform .4s ease, opacity .3s ease;
  transition: top .3s ease, transform .4s ease, opacity .3s ease;
}
.scroll-nav-section .navigation .bar {
  background-color: #282828;
}
.menu.actived > div a > .bar,
.scroll-nav-section.actived .navigation .bar {
  
}
.menu.behaved > div a > .bar,
.scroll-nav-section.behaved .navigation > .bar {
  background-color: #282828;
}
.menu > div a > span:first-child,
.scroll-nav-section .navigation > span:first-child {
  top: 0px;
}
.menu > div a > span:nth-child(2),
.scroll-nav-section .navigation > span:nth-child(2) {
  top: 12px;
}
.menu > div a > span:nth-child(3),
.scroll-nav-section .navigation > span:nth-child(3) {
  top: 24px;
}
.menu > div a:hover > span:first-child,
.scroll-nav-section .navigation:hover > span:first-child {
  top: -2px;
}
.menu > div a:hover > span:nth-child(3),
.scroll-nav-section .navigation:hover > span:nth-child(3) {
  top: 26px;
}
.menu > div a.behaved > span:first-child,
.scroll-nav-section .navigation.behaved > span:first-child {
  top: 21px;
  transform: rotate(135deg);
}
.menu > div a.behaved > span:nth-child(2),
.scroll-nav-section .navigation.behaved > span:nth-child(2) {
  display: none;
}
.menu > div a.behaved > span:nth-child(3),
.scroll-nav-section .navigation.behaved > span:nth-child(3) {
  top: 21px;
  transform: rotate(-135deg);
}

.menu .logo-nav {
  position: absolute;
  /*top: 0;
  left: 0;*/
  display: block;
  width: 100%;
  max-width: 254px;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}
.menu .logo-nav img {
  display: block;
  width: 100%;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}
.menu.menu-interior.actived .logo-nav {
  max-width: 240px;
  top: 11px;
}
.menu.behaved .logo-nav {}

.menu div > ul > li > ul {
  display: none;
  background-color: #fff;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.10);
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 5;
  padding: 10px 0;
  width: 180px;
  margin-top: 5px!important;
}
.menu div > ul > li > ul > li {
  padding: 0;
  font-size: 16px;
  text-align: left;
  text-transform: capitalize;
  margin: 0;
}
.menu div > ul > li > ul > li a {
  display: block;
  padding: 8px 10px!important;
  color: #28aae2;
}
.menu div > ul > li > ul > li a:focus {
  color: #28aae2;
  text-decoration: none;
}
.menu div > ul > li > ul > li a:hover {
  color: #fff;
  background-color: #28aae2;
}

.menu > div {
  position: relative;
  /* max-width: 100%; */
}
.menu.behaved > div {
  background-color: transparent;
  border-color: transparent;
}
.menu .desktop-nav {
	float: right;
}
.menu div > ul  {
	margin: 12px 0 5px;
	text-align: right;
	transition: all 250ms linear;
	-webkit-transition: all 250ms linear;
	-moz-transition: all 250ms linear;
	-o-transition: all 250ms linear;
}
.menu.actived div > ul  {
	margin: 10px 0 10px;
}
.menu div > ul.top-menu  {
	margin: 5px 0 0;
}
.menu.actived div > ul.top-menu  {
	margin: 10px 0 0;
}
.menu div > ul > li {
  text-align: center;
  margin: 0;
  padding: 0 5px;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.1em;
  text-transform: uppercase;
}
.menu div > ul.top-menu > li {
  font-size: 15px;
}
.menu div > ul > li:not(:last-child) {
  margin-right: 15px;
}
.menu div > ul.collapse-menu > li:not(:last-child) {
  margin-right: 15px;
}

.menu div > ul > li.dad {
  position: relative;
}
.menu div > ul > li a,
.menu div > ul > li a:focus {
  position: relative;
  text-decoration: none;
  padding: 8px 0 6px;
  transition: all 250ms linear;
  -webkit-transition: all 250ms linear;
  -moz-transition: all 250ms linear;
  -o-transition: all 250ms linear;
  color: #28aae2;
  text-transform: none;
}
.menu div > ul.top-menu > li a,
.menu div > ul.top-menu > li a:focus,
.menu div > ul.top-menu > li a:hover:after {
  color: #969696;
}
.menu div > ul > li a:hover {
  color: #004867;
}
.menu div > ul.top-menu > li a:hover {
  color: #333333;
}

/*=========================================== SCROLL NAV SCETION ======================================================*/
.scroll-nav-section {
  position: relative;
  z-index: 3;
  padding: 10px 0;
  background-color: #fff;
}
.scroll-nav-section-wrapper.sticky {
  height: 122px;
}
.scroll-nav-section-wrapper.sticky .scroll-nav-section {
  position: fixed;
  z-index: 99;
  top: 0;
  left: 0;
  width: 100%;
  box-shadow: 0 0 3px rgb(0 0 0 / 7%);
}
.scroll-nav-section .logo-nav,
.scroll-nav-section .scroll-nav,
.scroll-nav-section .cta-link{
	opacity: 0;
}
.scroll-nav-section.ready .logo-nav {
  opacity: 1;
  animation: fadeInLeft 1.2s ease both;
}
.scroll-nav-section.ready .scroll-nav {  
  opacity: 1;
  animation: fadeInLeft 1.2s ease both .1s;
}
.scroll-nav-section.ready .cta-link {  
  opacity: 1;
  animation: fadeInRight 1.2s ease both .3s;
}
.scroll-nav-section .logo-nav {
  padding: 14px 20px;
  background-color: #282828;
  display: inline-block;
}
.scroll-nav-section .logo-nav:hover {
  background-color: #000;
}
.scroll-nav-section .logo-nav img {
  width: 70px;
}
.scroll-nav-section .list-inline {
  margin: 0;
  margin-left: 2vw;
  display: inline-block;
  vertical-align: middle;
}
.scroll-nav-section .list-inline li.dad {
  position: relative;
}
.scroll-nav-section .list-inline li {
  font-size: 24px;
  font-weight: 600;
  line-height: 1.1em;
  text-transform: uppercase;
}
.scroll-nav-section .list-inline li:not(:last-child) {
  margin-right: 2vw;
}
.scroll-nav-section .list-inline li a {position: relative;color: #282828;padding: 7px 0;}
.scroll-nav-section .list-inline li a:hover {color: #000;}
.scroll-nav-section .list-inline li a:after {
	content: '';
	display: block;
	position: absolute;
	height: 3px;
	margin: 5px 0 0;
	background-color: #a2dade;
	width: 0;
}
.scroll-nav-section .list-inline li a:focus:after,
.scroll-nav-section .list-inline li a:hover:after {
	width: 100%;
	animation: stretchInLeft .4s ease both;
}
.scroll-nav-section .list-inline li > ul {
  height: 0;
  overflow: hidden;
  position: absolute;
  opacity: 0;
  left: 0;
  top: 100%;
  width: 200px;
  background-color: #fff;
  padding: 5px 10px 10px;
  box-shadow: 0 4px 5px rgb(0 0 0 / 19%);
  transition: all .4s ease;
}

.scroll-nav-section-wrapper:not(.sticky) .scroll-nav-section .list-inline li > ul {
  top: unset;
  bottom: 100%;
}

.scroll-nav-section .list-inline li.dad:hover > ul {
  height: auto;
  overflow: visible;
  opacity: 1;
}
.scroll-nav-section .list-inline li > ul li {
  font-size: 16px;
}
.scroll-nav-section .list-inline li > ul li a {
  padding: 10px 0;
}

.scroll-nav-section .cta-link {
  float: right;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.1em;
  text-transform: uppercase;
  padding: 38px 2vw;
  color: #fff;
  background-color: #a2dade;
}
.scroll-nav-section .cta-link:after {
  display: none
}
.scroll-nav-section .cta-link:hover {
  color: #fff;
  background-color: #7cc3c8;
}
.scroll-nav-section .cta-link .fa-light {
  margin-left: 10px;
}
.customize-support .scroll-nav-section-wrapper.sticky .scroll-nav-section {
  top: 32px;
}
@media (max-width: 600px) {
  .customize-support .scroll-nav-section-wrapper .scroll-nav-section {
    /* top: 20px; */
  }
  .customize-support .scroll-nav-section-wrapper.sticky .scroll-nav-section {
    top: 0;
  }
}

/*=========================================== NAVIGATION OVERLAY ======================================================*/
.navigation-overlay {
  display: none;
  position: absolute;
  z-index: 10;
  top: 0;
  right: -105px;
  bottom: 0;
  width: 60%;
  height: 80%;
  padding: 7vw 7vw 0;
  background-color: #fff;
  overflow-y: hidden;
  transition: right .6s ease;
}
.customize-support .navigation-overlay {
  top: 32px;
}
.navigation-overlay.behaved {
  right: 0;
}

.navigation-overlay > ul {
  display: flex;flex-wrap: wrap;opacity: 0;
  margin: 0;
  padding: 0;
  -webkit-transition: opacity .4s ease;
  -moz-transition: opacity .4s ease;
  -ms-transition: opacity .4s ease;
  -o-transition: opacity .4s ease;
  transition: opacity .4s ease;
}
.navigation-overlay.behaved > ul {
  opacity: 1;
}
.navigation-overlay > ul > li {
  width: 50%;
  margin-bottom: 25px!important;
}
.navigation-overlay > ul > li > a {
  font-family: athelas, serif;
  text-transform: capitalize;
  font-style: normal;
  color: #282828;
  font-size: 40px;
  font-weight: 400;
  letter-spacing: 0px;
  line-height: 1.1em;
  margin: 0 0 0;
  padding: 8px 0;
  display: block;
}
.navigation-overlay > ul > li > a:focus {
  color: #282828;
  text-decoration: none;
}
.navigation-overlay > ul > li > a:hover,
.navigation-overlay > ul > li.current-menu-item > a,
.navigation-overlay > ul > li.current-menu-ancestor > a {
  text-decoration: none;
  color: #a2dade;
}
.navigation-overlay > ul > li > a .fal {
  font-size: 60%;
  margin-top: 10px;
}

.navigation-overlay ul.social-nav {
	margin: 40px 0 0;
    padding-top: 70px;
    border-top: solid 1px #282828;
}
.navigation-overlay ul.social-nav li {
	width: auto;
    margin: 0 0 15px;
    display: inline-block;
}
.navigation-overlay ul.social-nav li:not(:last-child) {
	margin-right: 8px;
}
.navigation-overlay ul.social-nav li a {
	text-align: center;
	display: block;
	padding: 8px 0 0;
	font-size: 24px;
	width: 40px;
	height: 40px;
	color: #fff;
	background-color: #adc051;
	border-radius: 50%;
}
.navigation-overlay ul.social-nav li a:hover {
	background-color: #563a22;
}

.navigation-overlay p {
    text-transform: uppercase;
    font-weight: 600;
    font-style: italic;
    margin: 0 0 12px;
}

.navigation-overlay > ul > li {
 position: relative;
}
.navigation-overlay > ul > li ul {
  position: absolute;
  z-index: 2;
  background-color: rgb(40 40 40);
  display: none;
  padding: 5px 0;
  width: 100%;
}
.navigation-overlay > ul > li > ul li {
  padding: 0;
}
.navigation-overlay > ul > li > ul li a {
  display: block;
  text-transform: capitalize;
  font-weight: 400;
  font-style: normal;
  color: #fff;
  padding: 14px 17px;
  font-size: 14px;
  letter-spacing: 0px;
  line-height: 1.1em;
}
.navigation-overlay > ul > li > ul li a:focus {
  text-decoration: none;
  color: #fff;
}
.navigation-overlay > ul > li > ul li a:hover,
.navigation-overlay > ul > li.current-menu-ancestor > ul li.current-menu-item a {
  text-decoration: none;
  color: #adc051;
}
.navigation-overlay > ul > li > ul .fal  {
	transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-o-transform: rotate(90deg);
}
.navigation-overlay .social-nav {
	position: relative;
	margin-top: 20px;
	text-align: left;
	padding: 0;
    display: block;
    flex-wrap: nowrap;
}
.navigation-overlay .social-nav li:not(:last-child) {
	margin-right: 10px;
}
.navigation-overlay .social-nav li {
	margin-bottom: 8px;
}
.navigation-overlay .social-nav li a {
    text-align: center;
    display: block;
    padding: 10px 0 0;
    font-size: 24px;
    width: 40px;
    height: 40px;
    color: #fff;
    background-color: #adc051;
    border-radius: 50%;
}
.navigation-overlay .social-nav li a:hover {
  text-decoration: none;
  color: #fff;
  background-color: #573b23;
}
.navigation-overlay .btns-top {
	display: block;
	margin: 0;
	position: relative;
}
.navigation-overlay .btns-top a {
	display: block;
	padding: 10px;
	margin: 0 15px 15px!important;
}
body.behaved {
  /* overflow: hidden; */
}
body.actived {
  overflow: hidden;
}
.page {
  background-color: #fff;
  position: relative;
  overflow: hidden;
  -webkit-transition: transform 500ms cubic-bezier(0.77, 0, 0.175, 1);
  -moz-transition: transform 500ms cubic-bezier(0.77, 0, 0.175, 1);
  -ms-transition: transform 500ms cubic-bezier(0.77, 0, 0.175, 1);
  -o-transition: transform 500ms cubic-bezier(0.77, 0, 0.175, 1);
  transition: transform 500ms cubic-bezier(0.77, 0, 0.175, 1);
  -webkit-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  -o-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}
@media screen and (max-width: 1700px) {
  .scroll-nav-section .list-inline li {
    font-size: 20px
  }
 .scroll-nav-section .cta-link {
    font-size: 18px;
  }
}
@media screen and (max-width: 1500px) {
    .scroll-nav-section-wrapper.sticky {
      height: 98px;
    }
    .scroll-nav-section .logo-nav {
      padding: 7px 8px;
    }
    .scroll-nav-section .logo-nav img {
      width: 60px;
    }
    .scroll-nav-section .list-inline li {
      font-size: 16px;
    }
    .scroll-nav-section .list-inline {
      margin-left: 2vw;
    }
    .scroll-nav-section .list-inline li:not(:last-child) {
     margin-right: 2vw;
    }
	.scroll-nav-section .cta-link {
      font-size: 16px;
      padding: 30px 15px;
    }
}
@media screen and (max-width: 1200px) {
	.menu div > ul > li {}
    .navigation-overlay > ul > li > a {
      font-size: 23px;
    }
    .navigation-overlay ul.social-nav {
      margin: 15px 0;
      padding-top: 40px;
    }
    .navigation-overlay p {
     font-size: 16px;
    }
}
@media screen and (max-width: 1100px) {
  .scroll-nav-section .cta-link {
    bottom: 100%;
    right: 10px;
    position: absolute;
    z-index: 3;float: none;
    margin-bottom: 10px;
  }
}
@media screen and (min-width: 991px) {
  /*============== TOP ================*/
  /*.menu .navigation,
  .navigation-overlay {
     display: none !important;
  }*/
  .scroll-nav-section .navigation { display: none !important; }
}
@media screen and (max-width: 991px) {
  /*============== TOP ================*/
  .scroll-nav-section-wrapper.sticky .scroll-nav-section {
    box-shadow: none;
  }
  .navigation-overlay.interior-navigation-overlay {
    position: fixed;
    padding-top: 110px;
    height: 100%;
    overflow-y: auto;
  }
  .scroll-nav-section .list-inline {
    display: block;
    position: absolute;
    left: 80px;
    top: 50%;
    transform: translateY(-50%);
  }
  .scroll-nav-section.ready .scroll-nav {  
	  animation: fadeIn 1.2s ease both .1s;
  }
  .scroll-nav-section .list-inline li {
    margin: 5px 0;
  }
  .scroll-nav-section .list-inline.interior-scroll-nav { display: none }
  .scroll-nav-section-wrapper.sticky .cta-link {
    display: none;
  }
  .menu .btns-top .btn-layout {display: none}
  body.actived {
    overflow: auto !important;
  }
  .products-dropdown {
    display: none !important;
  }
  .menu {
    top: 0;
    padding: 30px 30px 0;
  }
  .menu.actived {}
  .menu.behaved,
  .menu.behaved:before {
    background-image: none;
  }
  .menu.behaved:after {
	background-color: transparent;
  }
  .menu > div {
    padding: 0;
    width: 100%;
  max-width: 100%;}
  .menu > .navigation {
    display: inline-block;
  }
  .menu div > ul {
    display: none;
  }
  .menu .logo-nav {
  	max-width: 140px;
  }
}
@media screen and (max-width: 650px) {
  /*============== TOP NAV ================*/
  .scroll-nav-section .list-inline li {
   font-size: 13px;
  }
  .menu.behaved > div .navigation {

  }
   .navigation-overlay {
     width: 80%;
     padding: 46px 20px 5px;
   }
  .navigation-overlay > ul {
    margin: 20px 0 0; 
  }
  .navigation-overlay > ul > li {
    width: 100%;
    margin-bottom: 10px!important;
  }
  .navigation-overlay > ul > li > a {
    font-size: 22px;
  }
  .navigation-overlay > ul > li > ul > li a {
    font-size: 12px;
  }
  .menu > div .navigation {
  	margin: 28px 0;
  	margin-right: 4px;
  }
  .menu.actived > div .navigation {
    margin: 22px 0;
    margin-right: 0px;
  }
  .menu.behaved > div .navigation, .scroll-nav-section.behaved .navigation {
   width: 26px;
  }
  .menu.behaved > div a > .bar,
  .scroll-nav-section.behaved .navigation .bar {
   width: 23px;
  }
  .menu .logo-nav {
  	max-width: 130px;
  }
  .menu.behaved .logo-nav {
    opacity: 0;
    left: -100%;
  }
  .navigation-overlay p {
     font-size: 13px;
    }
  .navigation-overlay ul.social-nav li a {
	padding: 7px 0 0;
	font-size: 18px;
	width: 32px;
	height: 32px;
  }
}
@media screen and (max-width: 600px) {
  .customize-support .menu {
    top: 46px;
  }
  .customize-support .menu.actived {
    top: 0;
  }
}
@media screen and (max-width: 558px) {
  .scroll-nav-section .list-inline {
    /* max-width: 260px; */
  }
}
@media screen and (max-width: 480px) {
  .scroll-nav-section .cta-link {
    left: 10px;
    text-align: center;
    font-size: 14px;
  }
}

/*=========================================== BANNER TOP ======================================================*/
.banner-top {
  overflow: hidden;
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 420px;
}

.banner-top:before {
  content: '';
  position: absolute;
  z-index: 2;
  left: 0;
  right: 0;
  height: 100%;
  bottom: 0;
  opacity: .8;
  background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.65) 77%, rgba(0,0,0,0.8) 100%);
  background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 77%,rgba(0,0,0,0.8) 100%);
  background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 77%,rgba(0,0,0,0.8) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#cc000000',GradientType=0 );
}
.banner-top .text-content {
  position: absolute;
  z-index: 4;
  left: 40px;
  right: 40px;
  top: 50%;
  max-width: 100%;
  text-align: center;
  transform: translate(0, -50%);
}
.banner-top .text-content h1 {
  position: relative;
  display: inline-block;
  font-size: 126px;
  line-height: 1em;
  color: #fff;
  text-transform: capitalize;
  opacity: 0;
  margin: 0;
  padding: 26px 48px;
}
.banner-top .text-content h1:after {
  content: '';
  display: block;
  height: 7px;
  width: 100px;
  margin: 20px auto;
  background: #fff;
}
.banner-top.ready .text-content h1 {
  animation: fadeInLeft 1.2s ease both;
  opacity: 1;
}
.banner-top .text-content h1 > span {
	display: block;
	font-family: 'Montserrat', sans-serif;
	text-transform: capitalize;
	font-size: 20px;
	transition: left .8s ease .6s, opacity .8s linear .6s;
	-webkit-transition: left .8s ease .6s, opacity .8s linear .6s;
	-moz-transition: left .8s ease .6s, opacity .8s linear .6s;
	-o-transition: left .8s ease .6s, opacity .8s linear .6s;
}
.banner-top span.parallax {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.banner-top .banner-video-iframe {
  width: 104%;
  position: absolute;
  z-index: 2;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}
.banner-top .banner-video-iframe .iframe-holder {
  width: 104%;
  padding-bottom: 56.25%;
  position: relative;
}
.banner-top .banner-video-iframe .iframe-holder iframe {
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.banner-top .search-wrapper {
  position: relative;
  display: block;
  max-width: 680px;
  opacity: 0;
  filter: alpha(opacity=0);
  top: 50%;
  left: 50%;

  margin-top: -126px;
  margin-left: -340px;
  padding: 0 15px;
  top: 40px;
}
@media screen and (max-width: 1400px) {
  .banner-top {
    height: 345px;
  }
  .banner-top .text-content h1 {
    font-size: 82px;
  }
}
@media screen and (max-width: 991px) {
  .banner-top {
  height: 280px;
  }
}
@media screen and (max-width: 768px) {
  .banner-top .banner-video-iframe {
    display: none;
  }
  .banner-top {
  height: 230px;
  }
  .banner-top .text-content h1 {
    font-size: 54px;
    padding: 18px 20px;
  }
 .banner-top .text-content h1:after {
   height: 4px;
   width: 62px;
 }
}
@media screen and (max-width: 650px) {
}
/*===========================================================================================================*/
/*=========================================== INTERIOR ======================================================*/
/*===========================================================================================================*/
.section-white {
  display: block;
  background-color: #fff;
  padding: 40px 0;
}
.section-white > .container {
  opacity: 0;
}
.section-white.ready > .container {
  opacity: 1;
  animation: fadeInUp 1.2s ease both;
}

/*===========================================================================================================*/
/*=========================================== KEY FRAMES ====================================================*/
/*===========================================================================================================*/
@keyframes fadeIn {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}
@keyframes stretchInLeft {
	from {
		opacity: 0;
		width: 0;
	}
	to {
		opacity: 1;
		width: 100%;
	}
}
@keyframes sapceOutLeft {
	0%, 90% {
		transform: translateX(0);
		-webk9t-transform: translateX(0);
		-moz-transform: translateX(0);
		-o-transform: translateX(0);
	}
	90%, 100% {
		transform: translateX(10px);
		-webk9t-transform: translateX(10px);
		-moz-transform: translateX(10px);
		-o-transform: translateX(10px);
	}
}
@keyframes fadeInDown {
	from {
		opacity: 0;
		transform: translateY(-20%);
		-webkit-transform: translateY(-20%);
		-moz-webkit-transform: translateY(-20%);
		-o-webkit-transform: translateY(-20%);
	}
	to {
		opacity: 1;
		transform: translateY(0);
		-webkit-transform: translateY(0);
		-moz-transform: translateY(0);
		-o-transform: translateY(0);
	}
}
@keyframes fadeInUp {
	from {
		opacity: 0;
		transform: translateY(20%);
		-webkit-transform: translateY(20%);
		-moz-webkit-transform: translateY(20%);
		-o-webkit-transform: translateY(20%);
	}
	to {
		opacity: 1;
		transform: translateY(0);
		-webkit-transform: translateY(0);
		-moz-transform: translateY(0);
		-o-transform: translateY(0);
	}
}
@keyframes fadeInLeft {
	from {
		opacity: 0;
		transform: translateX(-20%);
	}
	to {
		opacity: 1;
		transform: translateX(0);
		-webk9t-transform: translateX(0);
		-moz-transform: translateX(0);
		-o-transform: translateX(0);
	}
}
@keyframes fadeInRight {
	from {

		opacity: 0;
		transform: translateX(20%);
		-webkit-transform: translateX(20%);
		-moz-transform: translateX(20%);
		-o-transform: translateX(20%);
	}
	to {
		opacity: 1;
		transform: translateX(0);
		-webk9t-transform: translateX(0);
		-moz-transform: translateX(0);
		-o-transform: translateX(0);
	}
}