@font-face {
  font-family: "proxima_nova_altbold";
  src: url("/fonts/mark_simonson_-_proxima_nova_alt_bold-webfont.woff2") format("woff2"), url("/fonts/mark_simonson_-_proxima_nova_alt_bold-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "proxima_nova_altlight";
  src: url("/fonts/mark_simonson_-_proxima_nova_alt_light-webfont.woff2") format("woff2"), url("/fonts/mark_simonson_-_proxima_nova_alt_light-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "proxima_nova_altregular";
  src: url("/fonts/mark_simonson_-_proxima_nova_alt_regular-webfont.woff2") format("woff2"), url("/fonts/mark_simonson_-_proxima_nova_alt_regular-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
body {
  font-family: "proxima_nova_altregular";
  color: #0f2644;
}

header {
  position: fixed;
  height: 40px;
  line-height: 40px;
  display: block;
  width: 100%;
  background: rgba(255, 255, 255, 0.8);
  z-index: 9;
  top: 0;
  text-transform: uppercase;
  font-family: "Bebas Neue";
}
@media (max-width: 991px) {
  header {
    height: 30px;
    line-height: 30px;
  }
}
header a {
  color: inherit !important;
  text-decoration: none !important;
}
header a.lang {
  margin: 0 5px;
  opacity: 0.6;
}
header a.lang.active {
  opacity: 1;
}
header .text-left .logo {
  height: 16px;
}
@media (max-width: 991px) {
  header .text-left .logo {
    height: 14px;
  }
}
@media (max-width: 767px) {
  header .text-left .logo {
    height: 12px;
  }
}
header .text-center {
  font-size: 14px;
}
@media (max-width: 991px) {
  header .text-center {
    display: none;
  }
}
header .text-center .dropdown .btn {
  outline: none !important;
  border: 0;
  padding: 0;
  box-shadow: none !important;
}
header .text-center .dropdown .dropdown-item {
  background-color: white !important;
}
header .text-center .dropdown .dropdown-item.current {
  color: #3371b5 !important;
}
header .text-center .section-pagination {
  padding-left: 10px;
  min-width: 30px;
}
header .text-right {
  font-size: 14px;
}

.loading-layer {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  background-image: url(../img/loading.gif);
  background-repeat: no-repeat;
  background-position: center;
  z-index: 100;
}

.call-to-rotate {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  z-index: 8;
  flex-direction: column;
  justify-content: center;
  display: none;
}
@media (max-width: 991px) and (orientation: portrait) {
  .call-to-rotate {
    display: flex;
  }
}

.text-light-blue {
  color: #3371b5;
}

.text-red {
  color: #dc1c22;
}

.fullh {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

#home .s1 {
  min-height: 90vh;
}
#home .s1 .video {
  padding-top: 56.25%;
  position: relative;
  margin: 50px 0;
}
#home .s1 .video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media (max-width: 991px) and (orientation: landscape) {
  #home .s1 .video {
    padding-top: 0;
  }
  #home .s1 .video iframe {
    height: calc(100vh - 60px);
    width: 100%;
    position: static;
  }
}
#home .s1 .descr {
  margin: 50px 0;
}
#home .s1 .descr h1 {
  font-family: "Bebas Neue";
  font-size: 60px;
  line-height: 40px;
  background-image: url("../img/line.jpg");
  background-repeat: no-repeat;
  background-position: left bottom;
  padding-bottom: 20px;
  margin: 0 0 20px 0;
}
#home .s1 .descr h1 span {
  font-size: 20px;
}
#home .s1 .descr p {
  font-size: 16px;
  margin: 0;
}
#home .s1 .descr p .kickstarter-link {
  display: block;
  color: #fff;
  padding: 8px;
  text-transform: uppercase;
  background-color: #dc1c22;
  margin-top: 15px;
  text-decoration: none;
  font-family: "Bebas Neue";
  text-align: center;
}
@media (min-width: 1200px) {
  #home .s1 .descr h1 {
    font-size: 80px;
    line-height: 50px;
    padding-bottom: 20px;
    margin: 0 0 30px 0;
  }
  #home .s1 .descr h1 span {
    font-size: 40px;
  }
  #home .s1 .descr p {
    font-size: 20px;
  }
}
#home .section-home {
  margin-top: 15px;
}
#home .section-home .col-text .text {
  padding: 0 30px;
  color: #fff;
  font-family: "Bebas Neue";
  font-size: 40px;
}
@media (max-width: 991px) {
  #home .section-home .col-text .text {
    padding: 0;
  }
}
@media (max-width: 767px) {
  #home .section-home .col-text .text {
    font-size: 25px;
  }
}
#home .section-home .col-text .text a {
  color: inherit;
  text-decoration: none;
  line-height: 1.2;
}
#home .section-home .col-text .text .arrow-right {
  width: 20px;
  -webkit-appearance: none;
  background: 0 0;
  border: 0;
  outline: 0;
}
#home .section-home .col-img {
  height: 384px;
  position: relative;
  overflow: hidden;
}
@media (max-width: 991px) {
  #home .section-home .col-img {
    height: 345px;
    max-height: calc(100vh - 30px);
  }
}
@media (max-width: 7671px) {
  #home .section-home .col-img {
    height: 250px;
  }
}
#home .section-home .col-img img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
}
#home .section-home .col-img.col-sx img {
  left: auto;
  right: 0;
}
#home .s2 {
  background-color: #489f1d;
}
#home .s3 {
  background-color: #fab222;
}
#home .s4 {
  background-color: #dc1c22;
}

.ss-1 .slide {
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}
.ss-1 .slide.first {
  background-color: #dc1c22;
}
.ss-1 .slide.first h1 {
  color: #fff;
  font-family: "Bebas Neue";
  font-size: 80px;
  margin: 0;
}
@media (max-width: 991px) {
  .ss-1 .slide.first h1 {
    font-size: 50px;
  }
}
.ss-1 .slide.first h2 {
  color: #fff;
  font-family: "Bebas Neue";
  font-size: 40px;
  margin: 15px 0 0 0;
}
@media (max-width: 991px) {
  .ss-1 .slide.first h2 {
    font-size: 20px;
    margin: 10px 0 0 0;
  }
}
.ss-1 .slide .text {
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 880px;
  margin-left: -440px;
  background-color: rgba(255, 255, 255, 0.8);
  padding: 10px;
  text-align: center;
  min-height: 92px;
}
@media (max-width: 991px) {
  .ss-1 .slide .text {
    width: 90%;
    left: 5%;
    margin: 0;
    min-height: 0;
  }
}
@media (max-width: 767px) {
  .ss-1 .slide .text {
    font-size: 11px;
  }
}
.ss-1 .slide .buy-text {
  font-size: 22px;
  text-align: center;
}
.ss-1 .slide .kickstarter-box {
  color: #fff;
  padding: 60px;
  width: 600px;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .ss-1 .slide .kickstarter-box {
    padding: 40px;
    width: 500px;
  }
}
.ss-1 .slide .kickstarter-box.c-1 {
  background: #dc1c22;
}
.ss-1 .slide .kickstarter-box.c-2 {
  background: #0f2644;
}
.ss-1 .slide .kickstarter-box.c-3 {
  background: #3371b5;
}
.ss-1 .slide .kickstarter-box.c-4 {
  background: #489f1d;
}
.ss-1 .slide .kickstarter-box.c-5 {
  background: #fab222;
}
.ss-1 .slide .kickstarter-box a {
  color: inherit;
  text-decoration: none;
}
.ss-1 .slide .kickstarter-box .arrow-right {
  width: 20px;
  -webkit-appearance: none;
  background: 0 0;
  border: 0;
  outline: 0;
}
.ss-1 .fp-slidesNav.fp-top {
  text-align: center;
  top: 50px;
}
.ss-1 .fp-slidesNav.fp-top a span {
  background-color: #0f2644;
}
.ss-1 .my-arrow {
  cursor: pointer;
  position: absolute;
  top: 50%;
  margin-top: -24px;
  width: 30px;
  height: 48px;
  z-index: 99;
  -webkit-appearance: none;
  background: 0 0;
  border: 0;
  outline: 0;
  padding: 0;
}
@media (max-width: 991px) {
  .ss-1 .my-arrow {
    width: 20px;
    height: 32px;
    margin-top: -16px;
  }
}
.ss-1 .my-arrow.left {
  left: 35px;
  display: none;
}
@media (max-width: 991px) {
  .ss-1 .my-arrow.left {
    left: 15px;
  }
}
.ss-1 .my-arrow.right {
  right: 35px;
}
@media (max-width: 991px) {
  .ss-1 .my-arrow.right {
    right: 15px;
  }
}
.ss-1.nav-white .my-arrow svg polyline {
  stroke: #fff;
}
.ss-1.nav-white .fp-slidesNav.fp-top a span {
  background-color: #fff;
}

#intro-page {
  margin-bottom: 50px;
}
#intro-page h1 {
  text-transform: uppercase;
  font-family: "Bebas Neue";
  font-size: 40px;
  color: #dc1c22;
  margin-bottom: 20px;
  margin-top: 50px;
}
#intro-page p {
  font-size: 16px;
}
#intro-page p.signature {
  text-align: right;
  font-family: "proxima_nova_altbold";
}

#shop-page {
  padding-top: 100px;
  padding-bottom: 100px;
}
#shop-page h1 {
  text-transform: uppercase;
  font-family: "Bebas Neue";
  font-size: 40px;
  text-align: center;
  margin: 0 0 50px 0;
}
#shop-page .shop-item {
  border: solid 1px #0f2644;
  padding: 24px;
  margin-bottom: 24px;
  text-align: center;
}
#shop-page .shop-item .image {
  margin-bottom: 24px;
}
#shop-page .shop-item .name {
  color: #0f2644;
  font-size: 26px;
  margin-bottom: 24px;
}
#shop-page .shop-item a {
  text-decoration: none !important;
  outline: none !important;
}
#shop-page .shop-item .btn {
  /*border-color: $green;
  color: $green;
  background: transparent !important;*/
  background: #0f2644;
  color: #ffffff;
  text-transform: uppercase;
  text-decoration: none !important;
}

#photo-index {
  padding-top: 100px;
  padding-bottom: 100px;
}
#photo-index h1 {
  text-transform: uppercase;
  font-family: "Bebas Neue";
  font-size: 40px;
  text-align: center;
  margin: 0 0 50px 0;
}
#photo-index .thumb {
  width: calc(100% - 2px);
  border: solid 1px #000;
  margin-bottom: 30px;
}

.footer footer {
  background-color: #fff;
  padding-top: 26px;
  padding-bottom: 20px;
  background-image: url(../img/footer-border.png);
  background-repeat: repeat-x;
  background-position: top center;
}
.footer footer img {
  width: 20px;
}
.footer footer a {
  color: inherit;
}

/*# sourceMappingURL=site.css.map */
