/* Variables */
/* Fonts */
@font-face {
  font-family: "Gill Sans";
  src: url("../fonts/Gill Sans MT.ttf");
  font-weight: normal;
}

@font-face {
  font-family: "Gill Sans";
  src: url("../fonts/GillSans Bold.ttf");
  font-weight: 700;
}

@font-face {
  font-family: "Sign Painter House Script";
  src: url("../fonts/SignPainter HouseScript Regular.ttf");
  font-weight: normal;
}

@font-face {
  font-family: "Dan Hand";
  src: url("../fonts/Dan_Hand.ttf");
  font-weight: normal;
}

@font-face {
  font-family: "Antro Vectra";
  src: url("../fonts/Antro_Vectra.otf");
  font-weight: normal;
}

/* Utilities */
@media (min-width: 1400px) {
  /* line 40, ../scss/style.scss */
  .d-xxl-block {
    display: block !important;
  }
}

@media (min-width: 1600px) {
  /* line 45, ../scss/style.scss */
  .d-full-block {
    display: block !important;
  }
}

/* line 50, ../scss/style.scss */
.header-container {
  max-width: 100%;
}
@media (min-width: 992px) {
  /* line 50, ../scss/style.scss */
  .header-container {
    max-width: 960px;
  }
}
@media (min-width: 1400px) {
  /* line 50, ../scss/style.scss */
  .header-container {
    max-width: 1230px;
  }
}
@media (min-width: 1600px) {
  /* line 50, ../scss/style.scss */
  .header-container {
    max-width: 1430px;
  }
}

@media (min-width: 1200px) {
  /* line 62, ../scss/style.scss */
  .banner-container {
    max-width: 1190px;
  }
}

@media (min-width: 1200px) {
  /* line 67, ../scss/style.scss */
  .about-container {
    max-width: 1170px;
  }
}
@media (min-width: 1400px) {
  /* line 67, ../scss/style.scss */
  .about-container {
    max-width: 1330px;
  }
}

@media (min-width: 1400px) {
  /* line 75, ../scss/style.scss */
  .films-container {
    max-width: 1360px;
  }
}

@media (min-width: 1200px) {
  /* line 80, ../scss/style.scss */
  .footer-container {
    max-width: 1190px;
  }
}

@media (min-width: 1200px) {
  /* line 85, ../scss/style.scss */
  .copyright-container {
    max-width: 1170px;
  }
}

/* line 91, ../scss/style.scss */
.gutter-sm-responsive {
  padding-left: 5px;
  padding-right: 5px;
}
@media (min-width: 768px) {
  /* line 91, ../scss/style.scss */
  .gutter-sm-responsive {
    padding-left: 15px;
    padding-right: 15px;
  }
}
/* line 98, ../scss/style.scss */
.gutter-sm-responsive .row {
  margin-left: -5px;
  margin-right: -5px;
}
@media (min-width: 768px) {
  /* line 98, ../scss/style.scss */
  .gutter-sm-responsive .row {
    margin-left: -15px;
    margin-right: -15px;
  }
}
/* line 106, ../scss/style.scss */
.gutter-sm-responsive [class^="col"] {
  padding-left: 5px;
  padding-right: 5px;
}
@media (min-width: 768px) {
  /* line 106, ../scss/style.scss */
  .gutter-sm-responsive [class^="col"] {
    padding-right: 15px;
    padding-left: 15px;
  }
}

/* Global */
/* line 117, ../scss/style.scss */
html {
  scroll-behavior: smooth;
}

/* line 120, ../scss/style.scss */
body {
  font-family: "Gill Sans";
  font-weight: 700;
  text-transform: uppercase;
  font-size: 12px;
  color: #323232;
}
@media (min-width: 992px) {
  /* line 120, ../scss/style.scss */
  body {
    font-size: 17px;
  }
}
/* line 129, ../scss/style.scss */
body.sm-dark {
  background-color: #f6f6f6;
}
@media (min-width: 992px) {
  /* line 129, ../scss/style.scss */
  body.sm-dark {
    background-color: initial;
  }
}
/* line 134, ../scss/style.scss */
body.sm-dark .contact .background-container .slant {
  filter: brightness(0.97);
}
@media (min-width: 992px) {
  /* line 134, ../scss/style.scss */
  body.sm-dark .contact .background-container .slant {
    filter: none;
  }
}

/* line 142, ../scss/style.scss */
img {
  max-width: 100%;
}

@media (min-width: 992px) {
  /* line 145, ../scss/style.scss */
  p:not(:last-of-type) {
    margin-bottom: 37px;
  }
}

/* line 150, ../scss/style.scss */
.color-primary {
  color: #dbae37;
}

/* Elements */
/* line 155, ../scss/style.scss */
a:hover {
  text-decoration: none;
}

/* line 158, ../scss/style.scss */
.btn {
  border-radius: 0;
  background-color: rgba(219, 174, 55, 0.8);
  color: #fff !important;
  text-transform: uppercase;
  font-size: 13.5px;
  font-weight: 700;
  padding: 7px 19px;
  border: none;
}
/* line 167, ../scss/style.scss */
.btn:hover {
  color: #fff;
}
@media (min-width: 992px) {
  /* line 158, ../scss/style.scss */
  .btn {
    font-size: 22px;
    padding: 10px 30px;
  }
}
/* line 174, ../scss/style.scss */
.btn.btn-secondary {
  background-color: #dbae37;
}
/* line 177, ../scss/style.scss */
.btn.btn-lg {
  font-size: 16px;
  padding: 7px 36px;
}
@media (min-width: 992px) {
  /* line 177, ../scss/style.scss */
  .btn.btn-lg {
    font-size: 22px;
    padding: 11px 50px;
  }
}

/* line 186, ../scss/style.scss */
.mobile-nav-toggle {
  position: relative;
  display: inline-block;
  cursor: pointer;
  padding: 5px 4px;
  vertical-align: middle;
  background: #fff;
}
/* line 193, ../scss/style.scss */
.mobile-nav-toggle .bar {
  width: 25px;
  height: 3px;
  background-color: #000;
  margin: 2px 0;
  transition: 0.4s;
}
/* line 200, ../scss/style.scss */
.mobile-nav-toggle .icon-x {
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  transition: 0.4s;
}
/* line 209, ../scss/style.scss */
.mobile-nav-toggle.change .icon-x {
  opacity: 1;
}
/* line 212, ../scss/style.scss */
.mobile-nav-toggle.change .bar1 {
  opacity: 0;
}
/* line 215, ../scss/style.scss */
.mobile-nav-toggle.change .bar2 {
  opacity: 0;
}
/* line 218, ../scss/style.scss */
.mobile-nav-toggle.change .bar3 {
  opacity: 0;
}

/* Fonts */
/* Sections */
/* line 227, ../scss/style.scss */
header {
  position: fixed;
  z-index: 5;
  width: 100%;
  top: 35px;
  background: #000;
  color: #fff;
  font-size: 14px;
  text-transform: uppercase;
}
@media (min-width: 1400px) {
  /* line 227, ../scss/style.scss */
  header {
    font-size: 18px;
  }
}

/* line 240, ../scss/style.scss */
.nav-darken {
  position: absolute;
  top: -35px;
  left: 0;
  width: 100%;
  height: 35px;
  background: rgba(0, 0, 0, 0.6);
}

/* line 248, ../scss/style.scss */
.nav-top {
  padding: 10px 0;
  position: relative;
}
@media (min-width: 992px) {
  /* line 248, ../scss/style.scss */
  .nav-top {
    padding: 30px 0;
  }
}
/* line 254, ../scss/style.scss */
.nav-top a {
  color: #fff;
  transition: color 0.3s;
}
/* line 257, ../scss/style.scss */
.nav-top a:hover {
  color: #dbae37;
}
/* line 261, ../scss/style.scss */
.nav-top .nav-item {
  vertical-align: middle;
}
/* line 264, ../scss/style.scss */
.nav-top img {
  vertical-align: middle;
}
/* line 267, ../scss/style.scss */
.nav-top .star-seperator {
  margin: 0 20px;
}
@media (min-width: 1400px) {
  /* line 267, ../scss/style.scss */
  .nav-top .star-seperator {
    margin: 0 25px;
  }
}
@media (min-width: 1600px) {
  /* line 267, ../scss/style.scss */
  .nav-top .star-seperator {
    margin: 0 60px;
  }
}
/* line 276, ../scss/style.scss */
.nav-top .logo-lg {
  position: absolute;
  top: -50px;
  left: 50%;
  transform: translateX(-50%);
  vertical-align: initial;
  width: 109px;
  max-width: none;
}
@media (min-width: 992px) {
  /* line 276, ../scss/style.scss */
  .nav-top .logo-lg {
    top: -70px;
    width: initial;
    max-width: 100%;
  }
}
/* line 290, ../scss/style.scss */
.nav-top .social-icons-container {
  display: inline-block;
  margin-left: 0;
}
@media (min-width: 992px) {
  /* line 290, ../scss/style.scss */
  .nav-top .social-icons-container {
    margin-left: 20px;
  }
}
@media (min-width: 1400px) {
  /* line 290, ../scss/style.scss */
  .nav-top .social-icons-container {
    margin-left: 40px;
  }
}
@media (min-width: 1600px) {
  /* line 290, ../scss/style.scss */
  .nav-top .social-icons-container {
    margin-left: 55px;
  }
}
/* line 303, ../scss/style.scss */
.nav-top .social-icons-container a:not(:last-of-type) {
  margin-right: 5px;
}
@media (min-width: 1200px) {
  /* line 303, ../scss/style.scss */
  .nav-top .social-icons-container a:not(:last-of-type) {
    margin-right: 10px;
  }
}
/* line 310, ../scss/style.scss */
.nav-top .social-icons-container img {
  max-width: 23px;
}
@media (min-width: 1400px) {
  /* line 310, ../scss/style.scss */
  .nav-top .social-icons-container img {
    max-width: 30px;
  }
}
@media (min-width: 1600px) {
  /* line 310, ../scss/style.scss */
  .nav-top .social-icons-container img {
    max-width: 100%;
  }
}

/* line 321, ../scss/style.scss */
.nav-mobile {
  position: relative;
  text-align: center;
}
/* line 324, ../scss/style.scss */
.nav-mobile .nav-item {
  color: #fff;
  display: block;
}
/* line 327, ../scss/style.scss */
.nav-mobile .nav-item:not(:first-of-type) {
  margin-top: 10px;
}

/* line 332, ../scss/style.scss */
.banner {
  position: relative;
  z-index: 1;
  background-image: url("../images/banner-bg-slant.png");
  background-size: 100% auto;
  background-position: bottom left;
  background-repeat: no-repeat;
  color: #fff;
  font-size: 12px;
  padding: 240px 0 40px 0;
}
@media (min-width: 992px) {
  /* line 332, ../scss/style.scss */
  .banner {
    font-size: 19px;
    padding: 48vh 0 69vh 0;
  }
}
/* line 346, ../scss/style.scss */
.banner .background-container {
  z-index: 1;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
/* line 353, ../scss/style.scss */
.banner .background-container .slide {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
/* line 364, ../scss/style.scss */
.banner .background-container .slant {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("../images/banner-bg-slant.png");
  background-size: 100% auto;
  background-position: bottom left;
  background-repeat: no-repeat;
}
/* line 377, ../scss/style.scss */
.banner .banner-container {
  position: relative;
  z-index: 2;
}

/* line 382, ../scss/style.scss */
.banner-about {
  padding-left: 5px;
  padding-right: 5px;
}
@media (min-width: 992px) {
  /* line 382, ../scss/style.scss */
  .banner-about {
    padding-top: 115px;
    padding-left: 55px;
    padding-right: 5px;
    margin-left: 55px;
    border-left: 2px solid #fff;
  }
}
/* line 392, ../scss/style.scss */
.banner-about p {
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  /* line 392, ../scss/style.scss */
  .banner-about p {
    margin-bottom: 35px;
  }
}

/* line 399, ../scss/style.scss */
.videos {
  position: relative;
  z-index: 2;
  margin-top: 0;
}
@media (min-width: 992px) {
  /* line 399, ../scss/style.scss */
  .videos {
    margin-top: -36vh;
  }
}

/* line 407, ../scss/style.scss */
.video-embed-container {
  position: relative;
}

/* line 410, ../scss/style.scss */
.video-overlay {
  background-color: #000;
  position: relative;
  cursor: pointer;
  z-index: 2;
  padding-bottom: calc(56.25%);
}
/* line 416, ../scss/style.scss */
.video-overlay img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  max-width: 115px;
}
@media (min-width: 992px) {
  /* line 416, ../scss/style.scss */
  .video-overlay img {
    max-width: 100%;
  }
}

/* line 427, ../scss/style.scss */
.video-title {
  font-size: 13px;
  font-family: "Dan Hand";
  text-transform: initial;
  color: #000;
  transform: rotate(-3.5deg);
  margin-bottom: 3px;
}
@media (min-width: 768px) {
  /* line 427, ../scss/style.scss */
  .video-title {
    font-size: 20px;
    margin-bottom: 12px;
  }
}
@media (min-width: 992px) {
  /* line 427, ../scss/style.scss */
  .video-title {
    color: #fff;
    margin-bottom: 5px;
  }
}
@media (min-width: 1200px) {
  /* line 427, ../scss/style.scss */
  .video-title {
    font-size: 24px;
  }
}
/* line 446, ../scss/style.scss */
.video-title .arrow {
  margin-top: 8px;
  vertical-align: top;
  margin-left: 6px;
  max-width: 30px;
  transform: rotate(-7deg);
  filter: invert(100%);
}
@media (min-width: 992px) {
  /* line 446, ../scss/style.scss */
  .video-title .arrow {
    filter: none;
    margin-top: 15px;
    margin-left: 8px;
    max-width: 30px;
    max-width: none;
  }
}

/* line 463, ../scss/style.scss */
.vimeo-embed {
  border: 13px solid #171717;
  border-radius: 10px;
  position: relative;
  padding-bottom: calc(56.25% - 15px);
  height: 0;
  overflow: hidden;
  max-width: 100%;
  background: #171717;
}
/* line 472, ../scss/style.scss */
.vimeo-embed iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* line 481, ../scss/style.scss */
.about {
  margin-top: 35px;
}
@media (min-width: 1200px) {
  /* line 481, ../scss/style.scss */
  .about {
    margin-top: 130px;
  }
}

/* line 487, ../scss/style.scss */
.signature {
  margin-top: 15px;
  font-family: "Antro Vectra";
  text-transform: initial;
  font-size: 38px;
}
@media (min-width: 1200px) {
  /* line 487, ../scss/style.scss */
  .signature {
    margin-top: 59px;
    font-size: 60px;
  }
}

/* line 497, ../scss/style.scss */
.films {
  margin-top: 35px;
}
@media (min-width: 1200px) {
  /* line 497, ../scss/style.scss */
  .films {
    margin-top: 95px;
  }
}
/* line 502, ../scss/style.scss */
.films .film-item {
  filter: grayscale(100%);
  transition: all 0.3s;
}
/* line 505, ../scss/style.scss */
.films .film-item:hover {
  filter: grayscale(0%);
}

/* line 510, ../scss/style.scss */
.films-slideshow {
  overflow: hidden;
  background: #000;
  color: #fff;
  padding-top: 35px;
  padding-bottom: 45px;
  /* slide when not active/center*/
  /*
  .slick-slide[aria-hidden="true"]:not(.slick-cloned) ~ .slick-cloned[aria-hidden="true"] {
  	filter: grayscale(100%);
  }
  */
  /* slide when active/center */
  /*
  .slick-slide[aria-hidden="true"]:not([tabindex="-1"]) + .slick-cloned[aria-hidden="true"] {
  	filter: grayscale(0%);
  }
  */
  /* slide when active (when playing last to first) */
  	/*
  	.slick-slide[aria-hidden="true"][tabindex="-1"] + .slick-center {
  		filter: grayscale(0%);
      }
  	*/
}
/* line 516, ../scss/style.scss */
.films-slideshow .sub-heading {
  color: #fff;
}
/* line 519, ../scss/style.scss */
.films-slideshow p {
  margin-bottom: 30px;
  position: relative;
  font-size: 11px;
  line-height: 1.9;
}
@media (min-width: 992px) {
  /* line 519, ../scss/style.scss */
  .films-slideshow p {
    line-height: 1.5;
  }
}
/* line 528, ../scss/style.scss */
.films-slideshow .slick-arrow {
  width: 15px;
  height: 23px;
}
/* line 531, ../scss/style.scss */
.films-slideshow .slick-arrow:before {
  content: "";
}
/* line 535, ../scss/style.scss */
.films-slideshow .slick-prev {
  left: -6px;
  background: url("../images/arrow-left.png");
}
/* line 539, ../scss/style.scss */
.films-slideshow .slick-next {
  right: -6px;
  background: url("../images/arrow-right.png");
}
/* line 543, ../scss/style.scss */
.films-slideshow .film-item {
  padding: 0 2.5px;
  text-align: center;
}
@media (min-width: 1200px) {
  /* line 543, ../scss/style.scss */
  .films-slideshow .film-item {
    padding: 0 14px;
  }
}
/* line 549, ../scss/style.scss */
.films-slideshow .film-item a {
  display: inline-block;
  border: none;
  outline: none;
}
/* line 554, ../scss/style.scss */
.films-slideshow .film-item:hover {
  filter: inherit;
}
/* line 558, ../scss/style.scss */
.films-slideshow .slick-slide {
  outline: none;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  filter: grayscale(0%);
}

/* line 588, ../scss/style.scss */
.vimeo-embed-container-alt {
  padding-top: 54.05405%;
}
@media (min-width: 992px) {
  /* line 588, ../scss/style.scss */
  .vimeo-embed-container-alt {
    padding-top: 54.05405%;
  }
}

/* line 597, ../scss/style.scss */
.vod-description {
  text-transform: initial;
  font-size: 14px;
}
@media (min-width: 992px) {
  /* line 597, ../scss/style.scss */
  .vod-description {
    font-size: 16px;
  }
}
/* line 603, ../scss/style.scss */
.vod-description .sub-heading {
  margin-bottom: 7px;
  padding-bottom: 0;
}
@media (min-width: 992px) {
  /* line 608, ../scss/style.scss */
  .vod-description .info-container .info {
    display: inline-block;
  }
}
@media (min-width: 992px) {
  /* line 612, ../scss/style.scss */
  .vod-description .info-container .info:not(:first-of-type) {
    margin-left: 40px;
  }
}
/* line 617, ../scss/style.scss */
.vod-description .info-container .info .description {
  color: #a27c18;
}
/* line 622, ../scss/style.scss */
.vod-description p {
  color: #706f6f;
}

/* line 626, ../scss/style.scss */
.windecker-accordion {
  background: none;
  border: none;
}
/* line 629, ../scss/style.scss */
.windecker-accordion .card {
  background: none;
  border: none;
  padding: 0;
}
/* line 633, ../scss/style.scss */
.windecker-accordion .card .card-header {
  padding: 10px 0;
  background: none;
  border: none;
  text-transform: uppercase;
}
/* line 638, ../scss/style.scss */
.windecker-accordion .card .card-header a {
  color: #000;
  display: block;
  background-size: initial;
  background-position: 130px center;
  background-repeat: no-repeat;
  background-size: contain;
}
/* line 640, ../scss/style.scss */
.windecker-accordion .card .card-header a:hover, .windecker-accordion .card .card-header a:focus, .windecker-accordion .card .card-header a:active {
  color: #000;
}
/* line 648, ../scss/style.scss */
.windecker-accordion .card .card-header a.closed {
  background-image: url("../images/icon-expand.png");
}
/* line 651, ../scss/style.scss */
.windecker-accordion .card .card-header a.opened {
  background-image: url("../images/icon-collapse.png");
}
/* line 656, ../scss/style.scss */
.windecker-accordion .card .card-body {
  padding: 0;
}

/* line 662, ../scss/style.scss */
.contact {
  color: #fff;
  padding: 285px 0 55px 0;
  position: relative;
  margin-top: 90px;
  font-size: 12px;
  text-shadow: 0 0 5px #000;
  overflow: visible;
}
@media (min-width: 576px) {
  /* line 662, ../scss/style.scss */
  .contact {
    overflow: hidden;
    padding: 199px 0 147px 0;
  }
}
@media (min-width: 768px) {
  /* line 662, ../scss/style.scss */
  .contact {
    font-size: 13px;
    padding: 212px 0 125px 0;
  }
}
@media (min-width: 992px) {
  /* line 662, ../scss/style.scss */
  .contact {
    padding: 190px 0 125px 0;
  }
}
@media (min-width: 1200px) {
  /* line 662, ../scss/style.scss */
  .contact {
    padding: 175px 0 125px 0;
    font-size: 16px;
  }
}
/* line 685, ../scss/style.scss */
.contact .pointer-container {
  position: absolute;
  z-index: 4;
  top: 40vw;
  left: 50%;
  transform: translateX(-50%) translateY(-93%);
  width: 160px;
  height: 182px;
}
@media (min-width: 576px) {
  /* line 685, ../scss/style.scss */
  .contact .pointer-container {
    top: 46px;
    left: 454px;
    height: 210px;
    width: 183px;
    transform: none;
  }
}
/* line 701, ../scss/style.scss */
.contact .pointer-container .arrow {
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  max-width: 100%;
}
@media (min-width: 576px) {
  /* line 701, ../scss/style.scss */
  .contact .pointer-container .arrow {
    max-width: initial;
  }
}
/* line 711, ../scss/style.scss */
.contact .pointer-container .circle {
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  max-width: initial;
}
/* line 719, ../scss/style.scss */
.contact .background-container {
  z-index: 1;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: url("../images/footer-map-sm.png"), black;
  background-size: 100% auto;
  background-position: center top, center center;
  background-repeat: no-repeat;
}
@media (min-width: 576px) {
  /* line 719, ../scss/style.scss */
  .contact .background-container {
    background: url("../images/footer-map.png"), black;
    background-size: initial;
    background-position: left bottom, center center;
    background-repeat: no-repeat;
  }
}
/* line 736, ../scss/style.scss */
.contact .background-container .slant {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../images/footer-bg-slant.png);
  background-size: 105% auto;
  background-position: top left;
  background-repeat: no-repeat;
}
@media (min-width: 576px) {
  /* line 736, ../scss/style.scss */
  .contact .background-container .slant {
    background-size: initial;
  }
}
/* line 752, ../scss/style.scss */
.contact .container {
  position: relative;
  z-index: 3;
}

/* line 757, ../scss/style.scss */
.attribution {
  margin-top: 4px;
}
@media (min-width: 768px) {
  /* line 757, ../scss/style.scss */
  .attribution {
    margin-top: 0;
  }
}
