/* line 3, ../sass/pages/home/_hero.scss */
.section-hero .gradiant-top {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 11em;
  background: url(../img/gradiants/hero-top.png) repeat-x left top/auto 102%;
  pointer-events: none;
}
/* line 14, ../sass/pages/home/_hero.scss */
.section-hero .gradiant-bot {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 15em;
  background: url(../img/gradiants/hero-bot.png) repeat-x left bottom/auto 102%;
  pointer-events: none;
}

/* line 27, ../sass/pages/home/_hero.scss */
#video-main {
  margin: 0 auto;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
/* line 36, ../sass/pages/home/_hero.scss */
#video-main video {
  min-height: 100%;
  min-width: 100%;
}

/* line 42, ../sass/pages/home/_hero.scss */
.video-js.vjs-playing .vjs-tech {
  pointer-events: none;
}

/* line 46, ../sass/pages/home/_hero.scss */
#hero-carousel.slick-carousel {
  position: absolute;
  left: 20%;
  bottom: 1em;
  width: 60%;
  text-align: center;
}
/* line 55, ../sass/pages/home/_hero.scss */
#hero-carousel.slick-carousel .carousel-item {
  border: 0.1em solid #656364;
  height: 7em;
  margin: 0.5em;
  position: relative;
  display: block;
}
/* line 62, ../sass/pages/home/_hero.scss */
#hero-carousel.slick-carousel .carousel-item:hover {
  border: 0.1em solid #fff;
  box-shadow: 0.2em 0.2em 0.2em rgba(255, 255, 255, 0.4), 0.2em -0.2em 0.2em rgba(255, 255, 255, 0.4), -0.2em 0.2em 0.2em rgba(255, 255, 255, 0.4), -0.2em -0.2em 0.2em rgba(255, 255, 255, 0.4);
}
/* line 69, ../sass/pages/home/_hero.scss */
#hero-carousel.slick-carousel .slick-dots {
  display: none;
}
/* line 72, ../sass/pages/home/_hero.scss */
#hero-carousel.slick-carousel .slick-next {
  right: -3em;
}
/* line 75, ../sass/pages/home/_hero.scss */
#hero-carousel.slick-carousel .slick-prev {
  left: -3em;
}
/* line 78, ../sass/pages/home/_hero.scss */
#hero-carousel.slick-carousel .news-item-banner {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
}
/* line 89, ../sass/pages/home/_hero.scss */
#hero-carousel.slick-carousel .news-item-cont {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("../img/gradiants/hero-bot.png") repeat-x top left/auto 100%;
  overflow: hidden;
  padding: 4.25em 0 0;
}
/* line 98, ../sass/pages/home/_hero.scss */
#hero-carousel.slick-carousel .news-item-cont h3 {
  padding: 0.25em 0.5em;
  font-size: 0.85em;
  line-height: 125%;
  text-transform: none;
  font-family: "Titillium Web";
  font-weight: 400;
  color: #fff;
  text-align: center;
  text-shadow: 0.1em 0.1em rgba(0, 0, 0, 0.8);
  height: 3em;
  overflow: hidden;
}

/* line 114, ../sass/pages/home/_hero.scss */
.scrolldown {
  position: absolute;
  bottom: 1em;
  left: 50%;
  margin-left: -1em;
  display: none;
}

/* line 122, ../sass/pages/home/_hero.scss */
.btn-video {
  display: none;
}

/* line 127, ../sass/pages/home/_hero.scss */
.mobile #hero-carousel.slick-carousel {
  left: 0;
  bottom: auto;
  position: relative;
  width: 100%;
}
/* line 133, ../sass/pages/home/_hero.scss */
.mobile #hero-carousel.slick-carousel .carousel-item {
  height: 24em;
  margin: 0;
}
/* line 137, ../sass/pages/home/_hero.scss */
.mobile #hero-carousel.slick-carousel .carousel-item:hover {
  border: 0.1em solid #656364;
}
/* line 141, ../sass/pages/home/_hero.scss */
.mobile #hero-carousel.slick-carousel .slick-next {
  right: 0;
}
/* line 144, ../sass/pages/home/_hero.scss */
.mobile #hero-carousel.slick-carousel .slick-prev {
  left: 0;
}
/* line 148, ../sass/pages/home/_hero.scss */
.mobile #hero-carousel.slick-carousel .news-item-cont {
  padding: 18em 0 0;
}
/* line 150, ../sass/pages/home/_hero.scss */
.mobile #hero-carousel.slick-carousel .news-item-cont h3 {
  font-size: 1.5em;
}

/* line 158, ../sass/pages/home/_hero.scss */
.mobile #video-main, .tablet #video-main {
  display: none;
}
/* line 161, ../sass/pages/home/_hero.scss */
.mobile .btn-audio, .tablet .btn-audio {
  display: none;
}
/* line 164, ../sass/pages/home/_hero.scss */
.mobile .btn-video, .tablet .btn-video {
  display: block;
}

/* line 170, ../sass/pages/home/_hero.scss */
.tablet .btn-video {
  top: 16em;
}
/* line 173, ../sass/pages/home/_hero.scss */
.tablet #hero-carousel.slick-carousel {
  left: 5%;
  width: 90%;
}

/* line 2, ../sass/pages/home/_cards.scss */
.panel {
  position: absolute;
  bottom: 1em;
  left: 0.5em;
  background: rgba(0, 0, 0, 0.7);
  border: 0.1em solid rgba(165, 147, 147, 0.3);
  box-shadow: 0.25em 0.25em 0.1em rgba(0, 0, 0, 0.2);
  padding: 0.5em;
  text-align: center;
  width: 32em;
}
/* line 14, ../sass/pages/home/_cards.scss */
.panel h1 {
  font-size: 1.5em;
  letter-spacing: 1px;
}
/* line 19, ../sass/pages/home/_cards.scss */
.panel a.btn-cta {
  font-size: 1.25em;
  margin-top: 0.5em;
}
/* line 24, ../sass/pages/home/_cards.scss */
.panel h2 {
  font-size: 1.5em;
  letter-spacing: 1px;
}
/* line 29, ../sass/pages/home/_cards.scss */
.panel p {
  font-size: 1.25em;
  line-height: 150%;
  border-top: 0.1em solid #fff;
  margin: 0.5em 1em 0;
  padding: 0.25em 0 0;
}
/* line 37, ../sass/pages/home/_cards.scss */
.panel .btn-skew {
  margin: 0.5em 0;
}

/* line 43, ../sass/pages/home/_cards.scss */
.section .cd-section-fixed {
  position: relative;
}
/* line 46, ../sass/pages/home/_cards.scss */
.section .cd-section-cont {
  position: relative;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}
/* line 53, ../sass/pages/home/_cards.scss */
.section .card-mobile, .section .card-tablet, .section .card-desktop {
  display: none;
}

/* line 58, ../sass/pages/home/_cards.scss */
#overview-carousel {
  text-align: center;
}
/* line 60, ../sass/pages/home/_cards.scss */
#overview-carousel .carousel-slide {
  position: relative;
}
/* line 63, ../sass/pages/home/_cards.scss */
#overview-carousel .slick-dots {
  position: absolute;
  bottom: 2em;
  right: 3em;
}
/* line 68, ../sass/pages/home/_cards.scss */
#overview-carousel .slick-arrow {
  font-size: 1.25em;
}

/* line 74, ../sass/pages/home/_cards.scss */
.mobile .panel, .tablet .panel {
  left: 50%;
  margin-left: -16em;
}
/* line 78, ../sass/pages/home/_cards.scss */
.mobile .cd-section-cont, .tablet .cd-section-cont {
  position: relative;
}
/* line 81, ../sass/pages/home/_cards.scss */
.mobile .section, .tablet .section {
  height: auto !important;
}
/* line 84, ../sass/pages/home/_cards.scss */
.mobile .scrolldown, .tablet .scrolldown {
  display: none !important;
}
/* line 87, ../sass/pages/home/_cards.scss */
.mobile .section.section.cd-section.section1
, .mobile .section.section.cd-section.section2
, .mobile .section.section.cd-section.section3
, .mobile .section.section.cd-section.section4, .tablet .section.section.cd-section.section1
, .tablet .section.section.cd-section.section2
, .tablet .section.section.cd-section.section3
, .tablet .section.section.cd-section.section4 {
  display: none;
}
/* line 95, ../sass/pages/home/_cards.scss */
.mobile .section-hero .cd-section-cont .btn-cta, .tablet .section-hero .cd-section-cont .btn-cta {
  display: none;
}

/* line 107, ../sass/pages/home/_cards.scss */
.mobile {
    /*.panel {
        bottom: 3.25em;
        left: 0;
        width: 100%;
        padding: 0 1.5em;

        h2 {
            font-size: 2em;
        }

        p {
            padding: 0.25em 0;
            font-size: 1.5em;
        }

        .btn-skew {
            margin-right: 0.5em;
        }
    }*/
}
/* line 108, ../sass/pages/home/_cards.scss */
.mobile .panel {
  bottom: 3.25em;
}
/* line 111, ../sass/pages/home/_cards.scss */
.mobile .panel .btn-skew {
  font-size: 1.25em;
}
/* line 135, ../sass/pages/home/_cards.scss */
.mobile .section .card-mobile {
  display: block;
}
/* line 139, ../sass/pages/home/_cards.scss */
.mobile .cd-section, .mobile .cd-section-fixed, .mobile .cd-section-cont {
  height: 50em;
}
/* line 142, ../sass/pages/home/_cards.scss */
.mobile .section-hero .cd-section-cont {
  background: url("../img/banners/mobile-banner-hero.jpg") no-repeat top center/cover;
}
/* line 146, ../sass/pages/home/_cards.scss */
.mobile #overview-carousel .slick-prev {
  left: -0.5em;
}
/* line 149, ../sass/pages/home/_cards.scss */
.mobile #overview-carousel .slick-next {
  right: -0.5em;
}
/* line 153, ../sass/pages/home/_cards.scss */
.mobile .slick-dots {
  display: none !important;
}
/* line 156, ../sass/pages/home/_cards.scss */
.mobile .section-news.cd-section, .mobile .section-news .cd-section-fixed, .mobile .section-news .cd-section-cont {
  height: auto;
}

/* line 163, ../sass/pages/home/_cards.scss */
.tablet {
    /*.panel {
        width: 32em;

        h2 {
            font-size: 1.75em;
        }

        p {
            padding: 0.25em 0;
            font-size: 1.25em;
        }

        .btn-skew {
            margin-right: 3em;
        }
    }*/
}
/* line 181, ../sass/pages/home/_cards.scss */
.tablet .section .card-tablet {
  display: block;
}
/* line 185, ../sass/pages/home/_cards.scss */
.tablet .cd-section, .tablet .cd-section-fixed, .tablet .cd-section-cont {
  height: 45em;
}
/* line 188, ../sass/pages/home/_cards.scss */
.tablet .section-hero .cd-section-cont {
  background: url("../img/banners/tablet-banner-hero.jpg") no-repeat top center/cover;
}
/* line 191, ../sass/pages/home/_cards.scss */
.tablet .section-news.cd-section, .tablet .section-news .cd-section-fixed, .tablet .section-news .cd-section-cont {
  height: 49em;
}
/* line 195, ../sass/pages/home/_cards.scss */
.tablet #overview-carousel .slick-prev {
  left: 0;
}
/* line 198, ../sass/pages/home/_cards.scss */
.tablet #overview-carousel .slick-next {
  right: 0;
}
/* line 206, ../sass/pages/home/_cards.scss */
.tablet #news-carousel .slick-dots, .tablet #news-carousel .slick-next, .tablet #news-carousel .slick-prev {
  display: none !important;
}

/* line 212, ../sass/pages/home/_cards.scss */
.desktop {
  /*.cd-section-cont {
      animation-duration: 0.8s;
      animation-name: slideout;
  }
  &.active {
      .cd-section-cont {
          animation-duration: 1s;
          animation-name: slidein;
      }
  }*/
}
/* line 214, ../sass/pages/home/_cards.scss */
.desktop .section .card-desktop {
  display: block;
}
/* line 218, ../sass/pages/home/_cards.scss */
.desktop .cd-section, .desktop .cd-section-fixed, .desktop .cd-section-cont {
  height: 100vh;
}
/* line 231, ../sass/pages/home/_cards.scss */
.desktop .section-hero .cd-section-cont {
  background: #000 url(../img/img_loading.gif) no-repeat center 16em;
}
/* line 239, ../sass/pages/home/_cards.scss */
.desktop #overview-carousel {
  height: 100vh;
}
/* line 241, ../sass/pages/home/_cards.scss */
.desktop #overview-carousel .carousel-slide .cd-section-cont {
  position: relative;
  -webkit-animation-name: none !important;
          animation-name: none !important;
}
/* line 245, ../sass/pages/home/_cards.scss */
.desktop #overview-carousel .slick-prev {
  left: 0;
}
/* line 248, ../sass/pages/home/_cards.scss */
.desktop #overview-carousel .slick-next {
  right: 0;
}
/* line 251, ../sass/pages/home/_cards.scss */
.desktop #overview-carousel .slick-dots {
  position: absolute;
  bottom: 2em;
  right: 3em;
}
/* line 258, ../sass/pages/home/_cards.scss */
.desktop #news-carousel .slick-dots, .desktop #news-carousel .slick-next, .desktop #news-carousel .slick-prev {
  display: none !important;
}
/* line 262, ../sass/pages/home/_cards.scss */
.desktop .news {
  font-size: 1em;
}
/* line 265, ../sass/pages/home/_cards.scss */
.desktop .panel {
  bottom: 2em;
  font-size: 0.8em;
}

/* line 2, ../sass/pages/home/_news.scss */
.news {
  min-height: 130vh;
  text-align: left;
  padding: 3em 0 0;
  max-width: 100%;
}
/* line 8, ../sass/pages/home/_news.scss */
.news a {
  color: #fff;
}
/* line 12, ../sass/pages/home/_news.scss */
.news .btn-skew {
  float: right;
  clear: both;
  margin-right: 3.5em;
  z-index: 1;
}
/* line 19, ../sass/pages/home/_news.scss */
.news h2 {
  text-align: left;
  display: block;
  font-size: 2em;
  color: #000;
  padding: 0.25em 0.25em 0.1em;
  letter-spacing: 1px;
  width: 96%;
  margin: 0 auto;
}
/* line 30, ../sass/pages/home/_news.scss */
.news .news-cont {
  width: 100%;
  margin: 0 auto;
  text-align: left;
  clear: both;
}
/* line 37, ../sass/pages/home/_news.scss */
.news .news-grid {
  clear: both;
}
/* line 41, ../sass/pages/home/_news.scss */
.news .news-item {
  position: relative;
  border: 0.1em solid rgba(118, 118, 118, 0.8);
  box-shadow: 0.2em 0.2em 0.5em rgba(0, 0, 0, 0.4), 0.2em -0.2em 0.5em rgba(0, 0, 0, 0.4), -0.2em 0.2em 0.5em rgba(0, 0, 0, 0.4), -0.2em -0.2em 0.5em rgba(0, 0, 0, 0.4);
  margin: 1em;
  background: #1e1e1e;
  height: 12em;
  width: 28.85%;
  float: left;
  text-align: center;
}
/* line 56, ../sass/pages/home/_news.scss */
.news .news-item:hover {
  border: 0.1em solid #fff;
  box-shadow: 0.2em 0.2em 0.5em rgba(255, 255, 255, 0.4), 0.2em -0.2em 0.5em rgba(255, 255, 255, 0.4), -0.2em 0.2em 0.5em rgba(255, 255, 255, 0.4), -0.2em -0.2em 0.5em rgba(255, 255, 255, 0.4);
}
/* line 64, ../sass/pages/home/_news.scss */
.news .news-item-banner {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
}
/* line 75, ../sass/pages/home/_news.scss */
.news .news-item-cont {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("../img/gradiants/hero-bot.png") repeat-x top left/auto 100%;
  overflow: hidden;
  padding: 8.5em 0 0;
}
/* line 84, ../sass/pages/home/_news.scss */
.news .news-item-cont h3 {
  padding: 0.25em 0.5em;
  font-size: 1em;
  line-height: 125%;
  text-transform: none;
  font-family: "Titillium Web";
  font-weight: 400;
  text-shadow: 0.1em 0.1em rgba(0, 0, 0, 0.8);
  height: 3em;
  overflow: hidden;
}

/* line 99, ../sass/pages/home/_news.scss */
.mobile .news {
  background: url("../img/bg/mobile-news-bg.jpg") no-repeat top center/cover;
  padding: 1em;
  min-height: 70em;
}
/* line 105, ../sass/pages/home/_news.scss */
.mobile .news .news-item {
  background: #3B3B3B;
}
/* line 109, ../sass/pages/home/_news.scss */
.mobile .news .news-item {
  width: 93%;
  display: block;
  height: 10em;
}
/* line 113, ../sass/pages/home/_news.scss */
.mobile .news .news-item .news-item-cont {
  padding: 0.25em 0.25em 0.25em 12.5em;
  overflow: hidden;
  text-align: left;
}
/* line 117, ../sass/pages/home/_news.scss */
.mobile .news .news-item .news-item-cont h3 {
  font-size: 1.5em;
  height: 5em;
}
/* line 124, ../sass/pages/home/_news.scss */
.mobile .news .news-item-banner {
  width: 12em;
}
/* line 128, ../sass/pages/home/_news.scss */
.mobile .news .news-item-cont {
  width: 100%;
  top: 0;
  bottom: auto;
  padding: 0.25em 0.25em 0.25em 12.5em;
  overflow: hidden;
  background: none;
}
/* line 137, ../sass/pages/home/_news.scss */
.mobile .news .btn-skew {
  margin-right: 2em;
}

/* line 146, ../sass/pages/home/_news.scss */
.tablet .news .news-item:nth-child(1), .tablet .news .news-item:nth-child(2), .desktop .news .news-item:nth-child(1), .desktop .news .news-item:nth-child(2) {
  width: 45.5%;
  height: 18em;
}
/* line 149, ../sass/pages/home/_news.scss */
.tablet .news .news-item:nth-child(1) h3, .tablet .news .news-item:nth-child(2) h3, .desktop .news .news-item:nth-child(1) h3, .desktop .news .news-item:nth-child(2) h3 {
  font-size: 1.5em;
}
/* line 152, ../sass/pages/home/_news.scss */
.tablet .news .news-item:nth-child(1) .news-item-cont, .tablet .news .news-item:nth-child(2) .news-item-cont, .desktop .news .news-item:nth-child(1) .news-item-cont, .desktop .news .news-item:nth-child(2) .news-item-cont {
  padding: 13em 0 0;
}
/* line 156, ../sass/pages/home/_news.scss */
.tablet .news .news-item:nth-child(3), .desktop .news .news-item:nth-child(3) {
  clear: both;
}

/* line 163, ../sass/pages/home/_news.scss */
.tablet .news {
  background: #121212 url("../img/bg/tablet-news-bg.jpg") no-repeat top center/cover;
  padding: 1em;
  min-height: 51em;
}

/* line 172, ../sass/pages/home/_news.scss */
.desktop .news {
  background: #121212 url("../img/bg/desktop-news-bg.jpg") no-repeat top center/cover;
}
/* line 175, ../sass/pages/home/_news.scss */
.desktop .news .news-cont {
  width: 75%;
}

/* line 2, ../sass/pages/home/_fullpage.scss */
#fp-nav {
  font-size: 0.75em;
  position: fixed;
  z-index: 100;
  margin-top: 0;
  top: 50%;
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
}

/* line 12, ../sass/pages/home/_fullpage.scss */
#fp-nav.right {
  right: 1.5em;
}

/* line 16, ../sass/pages/home/_fullpage.scss */
#fp-nav ul li, .fp-slidesNav ul li {
  display: block;
  height: 1em;
  width: 1em;
  margin: 2em 0.5em;
  position: relative;
}

/* line 24, ../sass/pages/home/_fullpage.scss */
#fp-nav ul li a, .fp-slidesNav ul li a {
  cursor: pointer;
  display: block;
  height: 100%;
  position: relative;
  text-decoration: none;
  width: 100%;
  z-index: 1;
}

/* line 34, ../sass/pages/home/_fullpage.scss */
#fp-nav ul li a span, .fp-slidesNav ul li a span {
  background: #ffffff none repeat scroll 0 0;
  border: 0 none;
  border-radius: 50%;
  height: 1em;
  width: 1em;
  left: 50%;
  margin: 0;
  position: absolute;
  top: 50%;
  -webkit-transition: all 0.1s ease-in-out 0s;
          transition: all 0.1s ease-in-out 0s;
  z-index: 1;
}

/* line 48, ../sass/pages/home/_fullpage.scss */
#fp-nav ul li a.active span,
.fp-slidesNav ul li a.active span,
#fp-nav ul li:hover a.active span,
.fp-slidesNav ul li:hover a.active span {
  height: 1em;
  width: 1em;
  margin: 0;
  border-radius: 100%;
  background: #720000 none repeat scroll 0 0;
}

/* line 59, ../sass/pages/home/_fullpage.scss */
#fp-nav ul li:hover a span,
.fp-slidesNav ul li:hover a span {
  width: 1em;
  height: 1em;
  margin: 0;
  background: #720000 none repeat scroll 0 0;
}

/* line 67, ../sass/pages/home/_fullpage.scss */
#fp-nav ul li .fp-tooltip {
  position: absolute;
  top: 0.5em;
  color: #fff;
  font-size: 1em;
  font-family: "Orbitron";
  white-space: nowrap;
  max-width: 10em;
  overflow: hidden;
  display: block;
  opacity: 0;
  width: 0;
  cursor: pointer;
  text-shadow: 0.1em 0.1em 0.1em rgba(0, 0, 0, 0.8), -0.1em 0.1em 0.1em rgba(0, 0, 0, 0.8), -0.1em -0.1em 0.1em rgba(0, 0, 0, 0.8), 0.1em -0.1em 0.1em rgba(0, 0, 0, 0.8);
}

/* line 87, ../sass/pages/home/_fullpage.scss */
.mobile #fp-nav, .tablet #fp-nav {
  display: none;
}
