/*
  1. TEMPLATE BACKGROUNDS
    1.1. single IMG BACKGROUND
  2. reset
  3. layout
  4. upper page
  5. center container
  6. section
  7. heading
  8. footer
  9. hero container
  10. to top arrow
  15. link underline
  17. fullwidth IMG
  18. preloader
  19. Slick v1.6.0 CUSTOM
  
  20. 2018/19/20 EDITS
  layout
  preview
  works hover
  spacer
  navigation
  link underline menu
  intro
  overlay
  the button
  scroll indicator
  the line
  intro txt
  the button LIGHT
  divider
*/
/* 1. TEMPLATE BACKGROUNDS */
/* 1.1. single IMG BACKGROUND */
.bg-img-SINGLE {
  background-image: url("../images/background/single-bg.jpg");
}

/* 2. reset */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
html, body {
  height: 100%;
  line-height: 170%;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}
ol, ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
*:focus {
  outline: none;
}
/* remove dotted outline from links,
button and input element */
a:focus, a:active, button::-moz-focus-inner, input[type="reset"]::-moz-focus-inner, input[type="button"]::-moz-focus-inner, input[type="submit"]::-moz-focus-inner {
  border: 0;
  outline: 0;
}
/* 3. layout */
body {
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  line-height: 1.5;
  font-style: normal;
  font-weight: 400;
  text-align: center;
  color: #5f5f5f;
  background: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  margin: 0;
  padding: 0;
}
a, a:hover, a:visited, a:active, a:focus {
  color: #5f5f5f;
  text-decoration: none;
  outline: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -ms-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  transition: all 0.5s linear;
}
p {
  font-size: 14px;
  line-height: 1.7;
  letter-spacing: normal;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
p a, p a:hover {
  color: #5f5f5f;
  text-decoration: none;
  outline: none;
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -ms-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  transition: all 0.5s linear;
}
strong {
  font-weight: bold;
}
::-moz-selection {
  background: #5f5f5f;
  color: #fff;
}
::selection {
  background: #5f5f5f;
  color: #fff;
}
.nopadding {
  padding: 0 !important;
  margin: 0 !important;
}
/* 4. upper page */
.upper-page {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  left: 0;
  top: 0;
  margin: 0;
}
/* 5. center container */
.center-container {
  position: absolute;
  display: table;
  table-layout: fixed;
  width: 100%;
  height: 100%;
  background: none;
}
.center-block {
  display: table-cell;
  vertical-align: middle;
}
/* 6. section */
.sections {
  position: relative;
  z-index: 5;
}
section {
  position: relative;
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
}
/* 7. heading */
h2.section-heading {
  position: relative;
  font-family: 'Oswald', sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 75px;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: -0.04em;
  color: #000;
  margin: 0 auto -3px auto;
  width: 100%;
  line-height: 100%;
  z-index: 1;
}
@media all and (min-width: 1920px) {
  h2.section-heading {
    font-size: 85px;
    margin: -8px auto -3px auto;
  }
}
@media only screen and (max-width: 1200px) {
  h2.section-heading {
    font-size: 65px;
    margin: 0 auto -1px auto;
  }
}
@media only screen and (max-width: 995px) {
  h2.section-heading {
    font-size: 65px;
    margin: -8px auto -1px auto;
  }
}
@media only screen and (max-width: 640px) {
  h2.section-heading {
    font-size: 55px;
    margin: -6px auto -1px auto;
  }
}
h2.section-heading.light {
  color: #fff;
}
h2.section-heading span {
  color: #90c741;
}
h2.section-heading.section-heading-small {
  font-size: 42px;
  margin: -4px auto 0 auto;
}
@media only screen and (max-width: 995px) {
  h2.section-heading.section-heading-small {
    font-size: 30px;
    margin: -2px auto 0 auto;
  }
}
h2.section-subheading {
  font-family: 'Oswald', sans-serif;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  text-transform: uppercase;
  margin: 0 auto;
  text-align: center;
  letter-spacing: 0.05em;
  color: #5f5f5f;
}
h2.section-subheading span {
  position: relative;
  display: inline-block;
  padding-right: 50px;
  line-height: 1;
}
@media all and (min-width: 1920px) {
  h2.section-subheading span {
    padding-right: 60px;
  }
}
h2.section-subheading span:before {
  content: "";
  position: absolute;
  display: block;
  top: 50%;
  right: 0;
  width: 30px;
  height: 0;
  margin-top: 0;
  border-top: 1px solid #5f5f5f;
}
@media all and (min-width: 1920px) {
  h2.section-subheading span:before {
    width: 40px;
    margin-top: 0;
  }
}
h2.section-subheading.light {
  color: #fff;
}
h2.section-subheading.light span:before {
  border-top: 1px solid #fff;
}
/* 9. hero container */
.hero-fullscreen {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  overflow: hidden;
  z-index: 0;
}
.hero-bg {
  position: relative;
  width: 100%;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.hero-fullscreen-FIX {
  width: 100%;
  height: 100%;
}
/* 10. to top arrow */
.to-top-arrow {
  position: fixed;
  right: 20px;
  bottom: -10px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  cursor: pointer;
  font-size: 16px;
  text-align: center;
  color: #fff;
  background: #90c741;
  opacity: 0;
  -moz-opacity: 0;
  -webkit-opacity: 0;
  filter: alpha(opacity=0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-transform: translateY(40px);
  -moz-transform: translateY(40px);
  -ms-transform: translateY(40px);
  -o-transform: translateY(40px);
  transform: translateY(40px);
  -webkit-transition: all .7s;
  -moz-transition: all .7s;
  -ms-transition: all .7s;
  -o-transition: all .7s;
  transition: all .7s;
  z-index: 105;
}
@media only screen and (max-width: 1200px) {
  .to-top-arrow {
    right: 26px;
  }
}
@media only screen and (max-width: 995px) {
  .to-top-arrow {
    right: 20px;
  }
}
.to-top-arrow.show {
  bottom: 0;
  -webkit-transform: translateY(-20px);
  -moz-transform: translateY(-20px);
  -ms-transform: translateY(-20px);
  -o-transform: translateY(-20px);
  transform: translateY(-20px);
  opacity: 1;
  -moz-opacity: 1;
  -webkit-opacity: 1;
  filter: alpha(opacity=100);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
.to-top-arrow.show:hover {
  -webkit-transform: translateY(-22px);
  -moz-transform: translateY(-22px);
  -ms-transform: translateY(-22px);
  -o-transform: translateY(-22px);
  transform: translateY(-22px);
}
@media only screen and (max-width: 1200px) {
  .to-top-arrow.show {
    bottom: 5px;
  }
}
@media only screen and (max-width: 995px) {
  .to-top-arrow.show {
    bottom: 0;
  }
}
.to-top-arrow:hover {
  opacity: 1;
  -moz-opacity: 1;
  -webkit-opacity: 1;
  filter: alpha(opacity=100);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
/* 15. link underline */
.link-underline {
  position: relative;
  display: inline-block;
}
.link-underline::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #5f5f5f;
  -webkit-transform-origin: right center;
  -moz-transform-origin: right center;
  -ms-transform-origin: right center;
  transform-origin: right center;
  -webkit-transform: scale(0, 1);
  -moz-transform: scale(0, 1);
  -ms-transform: scale(0, 1);
  -o-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  -moz-transition: -moz-transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  -ms-transition: -ms-transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  -o-transition: -o-transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
.link-underline:hover::before {
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -ms-transform-origin: left center;
  transform-origin: left center;
  -webkit-transform: scale(1, 1);
  -moz-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  transform: scale(1, 1);
}
/* 18. preloader */
.preloader-bg {
  position: fixed;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: #000;
  z-index: 999999;
}
#preloader {
  position: fixed;
  display: table;
  table-layout: fixed;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: #000;
  z-index: 999999;
}
#preloader-status {
  display: table-cell;
  vertical-align: middle;
}
.preloader-position {
  position: relative;
  margin: 0 auto;
  text-align: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
.loader {
  position: relative;
  width: 45px;
  height: 45px;
  left: 50%;
  top: 50%;
  margin-left: -22px;
  margin-top: 2px;
  -webkit-animation: rotate 1s infinite linear;
  -moz-animation: rotate 1s infinite linear;
  -ms-animation: rotate 1s infinite linear;
  -o-animation: rotate 1s infinite linear;
  animation: rotate 1s infinite linear;
  border: 3px solid rgb(255 255 255 / 0.12);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
}
.loader span {
  position: absolute;
  width: 45px;
  height: 45px;
  top: -3px;
  left: -3px;
  border: 3px solid transparent;
  border-top: 3px solid #90c741;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
}
@-webkit-keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* 19. Slick v1.6.0 CUSTOM */
.slick-track, .slick-list {
  -webkit-perspective: 2000;
  perspective: 2000;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
@media only screen and (max-width: 880px) {
  .slick-slide {
    height: 450px;
  }
}
@media only screen and (max-width: 640px) {
  .slick-slide {
    height: 350px;
  }
}
.slick-slide-must-haves {
  text-align: center;
  color: #000;
  height: 396px;
  background: #fff;
}
@media only screen and (max-width: 995px) {
  .slick-slide-must-haves {
    height: 336px;
  }
}
@media only screen and (max-width: 640px) {
  .slick-slide-must-haves {
    /* height: 326px; */
    height: 356px;
  }
}
@media only screen and (max-width: 640px) and (orientation: landscape) {
  .slick-slide-must-haves {
    height: 396px;
  }
}
@media only screen and (max-width: 480px) {
  .slick-slide-must-haves {
    height: 236px;
  }
}
.slick-slider {
  margin-bottom: 0;
  margin-top: 0;
  cursor: default;
  overflow: hidden;
}
.slick-auto {
  width: 100%;
  height: auto;
}
.slick-auto p {
  padding: 20px;
}
.bg-color-1 {
  background: #fafafa;
}
.slick-prev, .slick-next {
  position: absolute;
  display: block;
  top: 50%;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  -webkit-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
  -moz-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
  -ms-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
  -o-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
  transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
  opacity: 0;
  -moz-opacity: 0;
  -webkit-opacity: 0;
  filter: alpha(opacity=0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  z-index: 1;
  visibility: visible;
}
.testimonial-slider:hover .slick-prev, .testimonial-slider:hover .slick-next{
	opacity: 0.5;
  -moz-opacity: 0.5;
  -webkit-opacity: 0.5;
  filter: alpha(opacity=50);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  -webkit-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
  -moz-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
  -ms-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
  -o-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
  transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
}
.slick-prev {
  left: -35px;
}
.slick-next {
  right: -35px;
}
.slick-must-haves .slick-prev, .slick-must-haves-2 .slick-prev {
  left: -35px;
}
.slick-must-haves .slick-next, .slick-must-haves-2 .slick-next {
  right: -35px;
}
.slick-prev:before, .slick-next:before {
  font-size: 12px;
  color: #90c741;
  padding: 0;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  display: block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  position: absolute;
  background: transparent;
  -webkit-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
  -moz-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
  -ms-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
  -o-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
  transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
  opacity: 1;
  -moz-opacity: 1;
  -webkit-opacity: 1;
  filter: alpha(opacity=100);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
.slick-prev:before {
  left: 75px;
  top: 9px;
}
.slick-next:before {
  right: 75px;
  top: 9px;
}
.slick-must-haves .slick-prev:before, .slick-must-haves-2 .slick-prev:before {
  left: 55px;
}
.slick-must-haves .slick-next:before, .slick-must-haves-2 .slick-next:before {
  right: 55px;
}
.slick-prev:hover, .slick-next:hover {
  -webkit-transition: 0 none;
  -moz-transition: 0 none;
  -ms-transition: 0 none;
  -o-transition: 0 none;
  transition: 0 none;
  opacity: 1 !important;
  -moz-opacity: 1 !important;
  -webkit-opacity: 1 !important;
  filter: alpha(opacity=100) !important;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)" !important;
}
.slick-prev:hover:before, .slick-next:hover:before, .slick-prev:active:before, .slick-next:active:before, .slick-benefits:hover .slick-prev, .slick-benefits:hover .slick-next, .slick-must-haves:hover .slick-prev, .slick-must-haves:hover .slick-next, .slick-must-haves-2:hover .slick-prev, .slick-must-haves-2:hover .slick-next {
  opacity: 1;
  -moz-opacity: 1;
  -webkit-opacity: 1;
  filter: alpha(opacity=100);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
.slick-benefits:hover .slick-prev {
  left: -55px;
}
.slick-benefits:hover .slick-next {
  right: -55px;
}
.slick-must-haves:hover .slick-prev, .slick-must-haves-2:hover .slick-prev {
  left: -55px;
}
@media only screen and (max-width: 1200px) {
  .slick-must-haves:hover .slick-prev, .slick-must-haves-2:hover .slick-prev {
    left: -50px;
  }
}
@media only screen and (max-width: 995px) {
  .slick-must-haves:hover .slick-prev, .slick-must-haves-2:hover .slick-prev {
    left: -50px;
  }
}
.slick-must-haves:hover .slick-next, .slick-must-haves-2:hover .slick-next {
  right: -55px;
}
@media only screen and (max-width: 1200px) {
  .slick-must-haves:hover .slick-next, .slick-must-haves-2:hover .slick-next {
    right: -50px;
  }
}
@media only screen and (max-width: 995px) {
  .slick-must-haves:hover .slick-next, .slick-must-haves-2:hover .slick-next {
    right: -50px;
  }
}
/* 20. 2018/19/20 EDITS */
/* layout */
h2 {
  font-family: 'Oswald', sans-serif;
  font-size: 13px;
  font-weight: 400;
  font-style: normal;
  text-transform: uppercase;
  color: #5f5f5f;
  text-align: center;
  margin: 0 auto;
  padding: 0;
  line-height: 1;
}
/* preview */
img {
  vertical-align: middle;
  max-width: 100%;
}
/* navigation */
.logo .logo-light, .main-navigation-bg .logo .logo-dark {
  opacity: 1;
  -moz-opacity: 1;
  -webkit-opacity: 1;
  filter: alpha(opacity=100);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  height: auto;
}
.logo .logo-dark, .main-navigation-bg .logo .logo-light {
  opacity: 0;
  -moz-opacity: 0;
  -webkit-opacity: 0;
  filter: alpha(opacity=0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  height: 0;
}
.navbar-bg-switch {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  -webkit-transition: background .4s ease-out;
  -moz-transition: background .4s ease-out;
  -ms-transition: background .4s ease-out;
  -o-transition: background .4s ease-out;
  transition: background .4s ease-out;
  z-index: 999;
	border: 0;
}
.logo {
  padding-top: 0;
  padding-left: 0;
  -webkit-transition: all .4s ease-out;
  -moz-transition: all .4s ease-out;
  -ms-transition: all .4s ease-out;
  -o-transition: all .4s ease-out;
  transition: all .4s ease-out;
}
.main-navigation .navbar-nav li a {
  position: relative;
  font-family: 'Oswald', sans-serif;
  font-style: normal;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  text-decoration: none;
  color: #fff;
  padding: 10px;
  -webkit-transition: all .4s ease-out;
  -moz-transition: all .4s ease-out;
  -ms-transition: all .4s ease-out;
  -o-transition: all .4s ease-out;
  transition: all .4s ease-out;
}
@media only screen and (max-width: 767.98px) {
  .main-navigation .navbar-nav li a {
    color: #fff;
	opacity: 0.75;
    padding: 10px 20px;
    right: auto;
  }
}
.main-navigation .navbar-nav li a:hover {
  color: #fff;
  -webkit-transition: all .4s ease-out;
  -moz-transition: all .4s ease-out;
  -ms-transition: all .4s ease-out;
  -o-transition: all .4s ease-out;
  transition: all .4s ease-out;
}
@media only screen and (max-width: 767.98px) {
  .main-navigation .navbar-nav li a:hover {
    color: #fff;
	  opacity: 1;
  }
	.main-navigation .navbar-nav li.active a{
		opacity: 1;
	}
}
.nav li a:focus, .nav li a:hover {
  color: #fff;
  background: none;
  -webkit-transition: all .4s ease-out;
  -moz-transition: all .4s ease-out;
  -ms-transition: all .4s ease-out;
  -o-transition: all .4s ease-out;
  transition: all .4s ease-out;
}
.main-navigation-bg {
  background: rgb(16 16 16 / 0.95);
  backdrop-filter: blur(10px);
  -webkit-transition: background .4s ease-out;
  -moz-transition: background .4s ease-out;
  -ms-transition: background .4s ease-out;
  -o-transition: background .4s ease-out;
  transition: background .4s ease-out;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, .35);
  -moz-box-shadow: 0 0 5px rgba(0, 0, 0, .35);
  box-shadow: 0 0 5px rgba(0, 0, 0, .35);
  border: 0;
}
.main-navigation-bg .logo {
  padding: 0;
  -webkit-transition: all .4s ease-out;
  -moz-transition: all .4s ease-out;
  -ms-transition: all .4s ease-out;
  -o-transition: all .4s ease-out;
  transition: all .4s ease-out;
}
.main-navigation-bg .main-navigation .navbar-nav li a {
  color: #fff;
  -webkit-transition: all .4s ease-out;
  -moz-transition: all .4s ease-out;
  -ms-transition: all .4s ease-out;
  -o-transition: all .4s ease-out;
  transition: all .4s ease-out;
}
@media only screen and (max-width: 767.98px) {
  .main-navigation-bg .main-navigation .navbar-nav li a {
    padding: 10px 20px;
  }
}
.main-navigation-bg .main-navigation .navbar-nav li a:hover {
  color: #fff;
}
@media only screen and (max-width: 767.98px) {
  .navbar-toggle .icon-bar {
    background: #fff;
  }
  .navbar-collapse {
    background: #101010;
  }
}
.main-navigation-bg .link-underline-menu:before {
  bottom: 0;
  background: #fff;
}
.navbar-nav li.active {
  color: #ccc !important;
  text-decoration: none;
}
.navbar-nav > li > a.active {
  background: none;
  text-decoration: none;
}
/* link underline menu */
.link-underline-menu {
  position: relative;
  text-decoration: none;
  cursor: pointer;
}
.link-underline-menu:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  bottom: 0;
  left: 0;
  background: #fff;
  visibility: hidden;
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -ms-transform: scaleX(0);
  -o-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: all 0.4s ease-in-out 0s;
  -moz-transition: all 0.4s ease-in-out 0s;
  -ms-transition: all 0.4s ease-in-out 0s;
  -o-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
}
.link-underline-menu:hover:before {
  visibility: visible;
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -ms-transform: scaleX(1);
  -o-transform: scaleX(1);
  transform: scaleX(1);
}
@media only screen and (max-width: 767.98px) {
  .link-underline-menu:hover:before {
    visibility: hidden;
  }
}
.link-underline-menu.active:before {
  background: #90c741;
}
.main-navigation-bg .link-underline-menu.active:before {
  background: #90c741;
}
h2.home-page-title {
  font-family: 'Oswald', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  color: #fff;
  margin: -2px 0 0 11px;
}
/* overlay */
.overlay:before {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
  backdrop-filter: blur(3px);
}
.overlay-top-bottom-dark-15:before, .overlay-dark-70:before, .overlay-dark-60:before, .overlay-dark-40:before {
  -webkit-pointer-events: none;
  -moz-pointer-events: none;
  pointer-events: none;
}
.overlay-top-bottom-dark-15:before {
  background: -moz-linear-gradient(top, rgba(0, 0, 0, .2) 0%, rgba(0, 0, 0, .1) 100%);
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, .2) 0%, rgba(0, 0, 0, .1) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, .2) 0%, rgba(0, 0, 0, .1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a6000000', endColorstr='#00000000', GradientType=0);
}
.overlay-dark-70:before {
  background: rgba(0, 0, 0, .7);
}
.overlay-dark-60:before {
  background: rgba(0, 0, 0, .6);
}
.overlay-dark-40:before {
  background: rgba(0, 0, 0, .4);
}
/* the button */
.the-button-wrapper {
  position: relative;
  min-width: 165px;
  max-width: 180px;
  height: auto;
  line-height: 1.5;
  padding: 0;
  text-align: center;
  cursor: pointer;
}
@media all and (min-width: 1920px) {
  .the-button-wrapper {
    width: 205px;
    margin: -4px auto 0 auto;
  }
}
@media only screen and (max-width: 640px) {
  .the-button-wrapper {
    width: 165px;
  }
}
.the-button, .the-button-purchase {
  position: relative;
  font-size: 10px;
  font-weight: 500;
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: 0.10em;
  color: #90c741;
  background: none;
  padding: 9px 40px 0 40px;
  margin-top: 10px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
}
@media all and (min-width: 1920px) {
  .the-button, .the-button-purchase {
    font-size: 11px;
    letter-spacing: 0.25em;
    padding: 11px 40px 0 40px;
  }
}
@media only screen and (max-width: 640px) {
  .the-button, .the-button-purchase {
    font-size: 10px;
    letter-spacing: 0.10em;
  }
}
.the-button:hover:before, .the-button-purchase:hover:before {
  width: 100%;
}
.the-button:hover:after, .the-button-purchase:hover:after {
  width: 100%;
}
.the-button::before, .the-button-purchase::before {
  content: "";
  position: absolute;
  width: 15px;
  height: 38px;
  top: -2px;
  left: -6px;
  border: 1px solid #90c741;
  border-right: none;
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -ms-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  transition: all 0.5s linear;
}
@media all and (min-width: 1920px) {
  .the-button::before, .the-button-purchase::before {
    width: 20px;
    height: 47px;
    top: -5px;
  }
}
@media only screen and (max-width: 640px) {
  .the-button::before, .the-button-purchase::before {
    width: 15px;
    height: 38px;
    top: -2px;
  }
}
.the-button::after, .the-button-purchase::after {
  content: "";
  position: absolute;
  width: 15px;
  height: 38px;
  top: -2px;
  right: -6px;
  border: 1px solid #90c741;
  border-left: none;
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -ms-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  transition: all 0.5s linear;
}
@media all and (min-width: 1920px) {
  .the-button::after, .the-button-purchase::after {
    width: 20px;
    height: 47px;
    top: -5px;
  }
}
@media only screen and (max-width: 640px) {
  .the-button::after, .the-button-purchase::after {
    width: 15px;
    height: 38px;
    top: -2px;
  }
}
/* scroll indicator */
.scroll-indicator-wrapper {
  position: absolute;
  width: 1px !important;
  height: 100%;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  opacity: 1;
  -moz-opacity: 1;
  -webkit-opacity: 1;
  filter: alpha(opacity=100);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  visibility: visible;
  -webkit-transition: all .7s;
  -moz-transition: all .7s;
  -ms-transition: all .7s;
  -o-transition: all .7s;
  transition: all .7s;
}
.scroll-indicator {
  position: absolute;
  bottom: 50px;
  left: 50%;
  -webkit-transform: translate(-50%, 50%);
  -moz-transform: translate(-50%, 50%);
  -ms-transform: translate(-50%, 50%);
  transform: translate(-50%, 50%);
  z-index: 1;
}
@media all and (min-width: 1920px) {
  .scroll-indicator {
    bottom: 60px;
  }
}
.scroll-line {
  display: block;
  width: 1px;
  height: 50px;
  background: none;
}
@media all and (min-width: 1920px) {
  .scroll-line {
    height: 60px;
  }
}
.scroll-line::before {
  content: "";
  display: block;
  width: 1px;
  height: 50%;
  top: 0;
  background-color: #fff;
  -webkit-animation: scroll-down 2s ease-in-out infinite;
  -ms-animation: scroll-down 2s ease-in-out infinite;
  animation: scroll-down 2s ease-in-out infinite;
}
@-webkit-keyframes scroll-down {
  0% {
    height: 0;
  }
  50% {
    height: 100%;
  }
  70% {
    height: 100%;
    transform: scaleY(0.5);
    transform-origin: bottom;
  }
  100% {
    height: 100%;
    transform: scaleY(0);
    transform-origin: bottom;
  }
}
@-ms-keyframes scroll-down {
  0% {
    height: 0;
  }
  50% {
    height: 100%;
  }
  70% {
    height: 100%;
    transform: scaleY(0.5);
    transform-origin: bottom;
  }
  100% {
    height: 100%;
    transform: scaleY(0);
    transform-origin: bottom;
  }
}
@keyframes scroll-down {
  0% {
    height: 0;
  }
  50% {
    height: 100%;
  }
  70% {
    height: 100%;
    transform: scaleY(0.5);
    transform-origin: bottom;
  }
  100% {
    height: 100%;
    transform: scaleY(0);
    transform-origin: bottom;
  }
}
/* the line */
.the-line {
  position: relative;
  width: 1px;
  height: 80px;
  background: #5f5f5f;
  margin: 1px auto;
}
@media all and (min-width: 1920px) {
  .the-line {
    height: 90px;
  }
}
@media only screen and (max-width: 995px) {
  .the-line {
    height: 70px;
  }
}
/* intro txt */
.txt {
  position: relative;
  margin: -3px auto -3px auto;
}
/* the button LIGHT */
.the-button-light {
  position: relative;
  text-align: left;
  font-size: 12px;
  font-weight: 500;
  text-decoration: none;
  color: #fff;
  background: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
}
.the-button-light:hover:before {
  width: 100%;
}
.the-button-light:hover:after {
  width: 100%;
}
.the-button-light::before {
  content: "";
  position: absolute;
  width: 15px;
  height: 100%;
  top: 0;
  left: 0;
  border: 2px solid #fff;
  border-right: none;
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -ms-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  transition: all 0.5s linear;
}
.the-button-light::after {
  content: "";
  position: absolute;
  width: 15px;
  height: 100%;
  top: 0;
  right: 0;
  border: 2px solid #fff;
  border-left: none;
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -ms-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  transition: all 0.5s linear;
}
/* divider */
.inner-divider, .inner-divider-half, .inner-divider-ultra-half {
  position: relative;
  width: 100%;
  margin: 0 auto;
  background: none;
  z-index: -1;
}
.inner-divider {
  height: 75px;
}
@media all and (min-width: 1920px) {
  .inner-divider {
    height: 125px;
  }
}
@media only screen and (max-width: 980px) {
  .inner-divider {
    height: 75px;
  }
}
@media only screen and (max-width: 640px) {
  .inner-divider {
    height: 50px;
  }
}
.inner-divider-half {
  height: 30px;
}
@media all and (min-width: 1920px) {
  .inner-divider-half {
    height: 50px;
  }
}
.inner-divider-ultra-half {
  height: 15px;
}
h2.hide-me {
  display: none;
  visibility: hidden;
}