/* Generated by less 2.2.0 */
/* ======== Site Variables ======== */
html,
body {
  font-family: 'Rubik', sans-serif;
  font-size: 18px;
  line-height: 24px;
}
html h1,
body h1,
html h2,
body h2,
html h3,
body h3,
html h4,
body h4,
html h5,
body h5,
html h6,
body h6 {
  font-family: 'Montserrat', sans-serif;
}
.alert-container {
  position: absolute;
  height: auto;
  width: 100vw;
  background: #332e31;
  z-index: 999 !important;
  padding: 0px;
  margin: 0px;
  display: none;
}
.alert-container .alert-img {
  top: 0px;
  left: 0px;
  height: 22px;
  width: 100vw;
  position: relative;
  background: url(img/alert-top.png) repeat;
}
.alert-container .alert-body {
  position: relative;
  padding: 10px 0px 20px 0px;
  z-index: 1;
}
.alert-container .alert-body h1 {
  color: #e6af0b;
  font-size: 36px;
  font-family: 'Montserrat', sans-serif;
}
.alert-container .alert-body p {
  color: white;
  font-family: 'Rubik', sans-serif;
  font-size: 24px;
}
.alert-container .close-alert {
  position: relative;
  float: right;
  z-index: 2;
}
@media (max-width: 767px) {
  .alert-container .close-alert {
    top: 25px;
  }
}
@media (min-width: 768px) {
  .alert-container .close-alert {
    top: 50px;
  }
}
.alert-container .close-alert:hover {
  cursor: pointer;
}
.site-wrapper {
  position: relative;
  top: 0px;
  left: 0px;
  width: 100vw;
  height: auto;
  overflow: hidden;
}
iframe {
  width: 100%;
  height: 300px;
}
.description-modal {
  position: fixed;
  top: 0px;
  left: 0px;
  height: 100vh;
  width: 100vw;
  z-index: 9999 !important;
}
.description-modal .bg-container {
  position: fixed;
  top: 0px;
  left: 0px;
  height: 100vh;
  width: 100vw;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 1;
}
.description-modal .close-zip {
  color: white;
  position: absolute;
  top: 10px;
  right: 30px;
  font-size: 40px !important;
  opacity: .7;
  z-index: 3;
}
.description-modal .close-zip:hover {
  cursor: pointer;
  opacity: 1;
}
.description-modal .descrition-container {
  position: relative;
  height: auto;
  width: 60%;
  display: block;
  padding: 30px;
  background: white;
  color: ;
  font-size: 18px;
  border-radius: 7px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}
@media (max-width: 767px) {
  .description-modal .close-zip {
    top: 5px;
  }
}
@media (max-width: 768px) {
  .description-modal .descrition-container {
    width: 85%;
    padding: 15px;
  }
}
.top-bar {
  position: relative;
  height: auto;
  width: 100%;
  background: #e6af0b;
  color: #332e31;
  font-size: 14px;
  font-family: 'Montserrat', sans-serif;
  letter-spacing: .05em;
  padding: 10px 15px 5px 15px;
  z-index: 9;
}
.top-bar a {
  text-decoration: none;
  color: inherit;
}
.top-bar .address {
  padding-top: 5px;
}
@media (max-width: 767px) {
  .top-bar .address {
    text-align: center;
    padding-bottom: 10px;
    font-size: 15px;
  }
}
.top-bar .social {
  list-style: none;
  padding: 10px 0px 0px 0px;
  text-align: right;
  color: #e6af0b;
  margin-top: -5px;
}
.top-bar .social li {
  display: inline-block;
  font-size: 16px;
  height: 25px;
  width: 25px;
  border-radius: 50px;
  background: #332e31;
  text-align: left;
  text-align: center;
  padding-top: 2px;
  padding-left: 2px;
}
.dates a {
  color: #fff;
}
.dates a:hover {
  text-decoration: none;
  color: #fff;
}
.nav-container {
  position: relative;
  height: auto;
  width: 100%;
  background: #4b4345;
  text-align: center;
  padding-top: 15px;
  padding-bottom: 5px;
  border-bottom: 2px solid #e6af0b;
  z-index: 9;
}
.nav-container .active-nav {
  border-bottom: 5px solid #e6af0b;
  position: relative;
}
.nav-container .active-nav:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: '\f0d8';
  font-size: 23px;
  width: 100%;
  position: absolute;
  bottom: -13px;
  color: #e6af0b;
}
.nav-container .main-nav {
  list-style: none;
  padding: 0px;
}
.nav-container .main-nav .active-nav {
  border-bottom: 5px solid #e6af0b;
  position: relative;
}
.nav-container .main-nav .active-nav:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: '\f0d8';
  font-size: 23px;
  width: 100%;
  position: absolute;
  bottom: -13px;
  color: #e6af0b;
}
.nav-container .main-nav a {
  color: white;
  text-transform: uppercase;
  font-family: 'Oswald', sans-serif;
  letter-spacing: .2em;
  font-size: 14px;
  padding-bottom: 16px;
  border-bottom: 5px solid #4b4345;
  text-decoration: none;
}
@media (min-width: 768px) and (max-width: 991px) {
  .nav-container .main-nav a {
    font-size: 12px;
    padding-bottom: 15px;
  }
}
.nav-container .main-nav a:hover {
  text-decoration: none;
  color: white;
}
.nav-container .main-nav li {
  display: inline-block;
  border-right: 1px dotted #e6af0b;
  padding: 5px 15px;
  transition: background .25s;
}
.nav-container .main-nav li:last-child {
  border-right: none;
}
.nav-container .main-nav li:hover {
  background: #332e31;
}
.nav-container .social {
  list-style: none;
  padding: 10px 0px 0px 0px;
  text-align: left;
  color: #e6af0b;
  margin-top: -5px;
}
.nav-container .social a {
  color: #e6af0b;
}
@media (max-width: 767px) {
  .nav-container .social a {
    color: #4b4345;
  }
}
.nav-container .social li {
  display: inline-block;
  font-size: 24px;
  height: 40px;
  width: 40px;
  border-radius: 80px;
  background: #332e31;
  text-align: left;
  text-align: center;
  padding-top: 3px;
  padding-left: 2px;
}
@media (max-width: 767px) {
  .nav-container .social li {
    background: #e6af0b;
  }
}
.nav-container .social .fa-twitter {
  padding-top: 2px;
  padding-right: 2px;
}
.nav-container .social .fa-facebook-f {
  margin-top: 3px;
  margin-left: 3px;
  padding-top: 1px;
}
.nav-container .menu-btn-container {
  position: absolute;
  height: auto;
  width: auto;
  display: block;
  top: 8px;
  right: 5px;
  z-index: 5 !important;
}
@media (min-width: 768px) {
  .nav-container .menu-btn-container {
    display: none;
  }
}
.nav-container .menu-btn-container p {
  position: relative;
  color: white;
  text-transform: uppercase;
  float: left;
  left: -10px;
  top: 2px;
}
.nav-container .menu-btn-container .bars {
  float: right;
}
.nav-container .menu-btn-container #top-bar {
  position: relative;
  height: 5px;
  width: 30px;
  background: #e6af0b;
  margin-top: 0px;
}
.nav-container .menu-btn-container #mid-bar {
  position: relative;
  height: 5px;
  width: 30px;
  background: #e6af0b;
  margin-top: 5px;
}
.nav-container .menu-btn-container #low-bar {
  position: relative;
  height: 5px;
  width: 30px;
  background: #e6af0b;
  margin-top: 5px;
}
.nav-container .menu-btn-container .hideBar {
  animation: .5s linear forwards alternate hideBar;
}
.nav-container .menu-btn-container .topDown {
  position: absolute;
  animation: .5s linear forwards alternate topDown;
}
.nav-container .menu-btn-container .topUp {
  position: absolute;
  animation: .5s linear forwards alternate topUp;
}
.nav-container .menu-btn-container .lowUp {
  position: absolute;
  animation: .5s linear forwards alternate lowUp;
}
.nav-container .menu-btn-container .lowDown {
  position: absolute;
  animation: .5s linear forwards alternate lowDown;
}
@keyframes topDown {
  0% {
    top: 0px;
    transform: rotate(0deg);
  }
  25% {
    top: 10px;
    transform: rotate(0deg);
  }
  50% {
    top: 10px;
    transform: rotate(0deg);
  }
  75% {
    top: 10px;
    transform: rotate(0deg);
  }
  100% {
    top: 10px;
    transform: rotate(45deg);
  }
}
@keyframes lowUp {
  0% {
    top: 0px;
    transform: rotate(0deg);
  }
  25% {
    top: -10px;
    transform: rotate(0deg);
  }
  50% {
    top: -10px;
    transform: rotate(0deg);
  }
  75% {
    top: -10px;
    transform: rotate(0deg);
  }
  100% {
    top: -10px;
    transform: rotate(-45deg);
  }
}
@keyframes topUp {
  0% {
    top: 10px;
    transform: rotate(45deg);
  }
  25% {
    top: 10px;
    transform: rotate(0deg);
  }
  50% {
    top: 10px;
    transform: rotate(0deg);
  }
  75% {
    top: 10px;
    transform: rotate(0deg);
  }
  100% {
    top: 0px;
    transform: rotate(0deg);
  }
}
@keyframes lowDown {
  0% {
    top: -10px;
    transform: rotate(-45deg);
  }
  25% {
    top: -10px;
    transform: rotate(0deg);
  }
  50% {
    top: -10px;
    transform: rotate(0deg);
  }
  75% {
    top: -10px;
    transform: rotate(0deg);
  }
  100% {
    top: 0px;
    transform: rotate(0deg);
  }
}
@keyframes hideBar {
  0% {
    visibility: visible;
  }
  25% {
    visibility: visible;
  }
  50% {
    visibility: visible;
  }
  75% {
    visibility: hidden;
  }
  100% {
    visibility: hidden;
  }
}
@media (max-width: 767px) {
  .nav-container .container {
    padding: 0px;
    margin: 0px;
  }
  .nav-container .container .row {
    padding: 0px;
    margin: 0px;
  }
  .nav-container .container .row .col-xs-6 {
    padding: 0px;
    margin: 0px;
  }
}
.nav-container .mobi-nav {
  position: absolute;
  height: auto;
  width: 100%;
  left: 0px;
  padding: 15px 0px;
  display: none;
  background: #4b4345;
}
.nav-container .mobi-nav a {
  color: white;
  font-size: 18px;
  text-transform: uppercase;
  text-decoration: none;
}
.nav-container .mobi-nav ul {
  list-style: none;
  padding: 0px;
}
.nav-container .mobi-nav ul li {
  border-bottom: 1px solid #e6af0b;
  padding: 10px 0px;
}
.nav-container .mobi-nav ul li:last-child {
  border-bottom: none;
}
.logo-container {
  position: absolute;
  left: 0px;
  width: 100vw;
  height: auto;
  padding-top: 20px;
  z-index: 5;
}
@media (max-width: 374px) {
  .logo-container {
    padding-top: 10px;
  }
}
.logo-container .logo {
  position: relative;
  width: 65%;
  max-width: 280px;
  height: auto;
  display: block;
  margin: 0 auto;
}
@media (max-width: 374px) {
  .logo-container .logo {
    width: 55%;
  }
}
.hero-container {
  padding: 0px !important;
  margin: 0px;
  position: relative;
  background: #000;
  height: 100vh;
  top: -100px;
  z-index: 1;
}
.hero-container .hero-movie {
  height: 100%;
  width: 100%;
  z-index: 1 !important;
  position: fixed;
  overflow: hidden;
}
@media (min-aspect-ratio: 16/9) {
  .hero-container .hero-movie {
    height: 300%;
    top: -100%;
  }
}
@media (max-aspect-ratio: 16/9) {
  .hero-container .hero-movie {
    width: 300%;
    left: -100%;
  }
}
@media (max-width: 767px) {
  .hero-container .hero-movie {
    background-size: cover;
    width: 100%;
    left: 0px;
  }
}
.hero-container .hero img {
  opacity: .7;
}
.hero-container .movie-cover {
  position: absolute;
  bottom: -190px;
  left: 0px;
  width: 100vw;
  height: auto;
  z-index: 1;
}
@media (max-width: 767px) {
  .hero-container .movie-cover {
    bottom: -100px;
  }
}
.hero-container .movie-cover .bg-filler {
  position: absolute;
  height: 300px;
  width: 50.5%;
  float: left;
  border-top: 4px solid #e6af0b;
  background: url(img/pattern-1.jpg) no-repeat;
  -ms-transform: skew(0deg, 9deg);
  -webkit-transform: skew(0deg, 8deg);
  transform: skew(0deg, 8deg);
  z-index: 1;
}
.hero-container .movie-cover .left-box {
  height: 300px;
  width: 50%;
  float: left;
  border-top: 4px solid #e6af0b;
  background: url(img/pattern-1.jpg) no-repeat;
  -ms-transform: skew(0deg, 9deg);
  -webkit-transform: skew(0deg, 8deg);
  transform: skew(0deg, 8deg);
  z-index: 2;
}
.hero-container .movie-cover .right-box {
  height: 300px;
  width: 50%;
  float: right;
  border-top: 4px solid #e6af0b;
  background: url(img/pattern-1.jpg) no-repeat;
  -ms-transform: skew(0deg, -8deg);
  -webkit-transform: skew(0deg, -8deg);
  transform: skew(0deg, -8deg);
  z-index: 2;
}
.hero-container .critic-review-container {
  position: absolute;
  width: 100%;
  height: auto;
  display: inline-block;
  text-align: center;
  color: white;
  bottom: 200px;
  z-index: 2;
}
@media (min-width: 320px) and (max-width: 374px) {
  .hero-container .critic-review-container {
    bottom: auto;
    top: 200px;
  }
}
@media (min-width: 375px) and (max-width: 767px) {
  .hero-container .critic-review-container {
    bottom: auto;
    top: 300px;
  }
}
.hero-container .critic-review-container .review {
  position: relative;
  height: auto;
  width: auto;
  padding-top: 25px;
  text-align: center;
  display: inline-block;
}
.hero-container .critic-review-container .review:before {
  content: url(img/laurel-left.png);
  position: absolute;
  left: 20px;
  top: 0px;
  height: 137px;
  width: 70px;
}
.hero-container .critic-review-container .review:after {
  content: url(img/laurel-right.png);
  position: absolute;
  right: 20px;
  top: 0px;
  height: 137px;
  width: 70px;
}
.hero-container .critic-review-container .review .title {
  position: relative;
  display: block;
  text-transform: uppercase;
  font-size: 28px;
  font-family: 'Oswald', sans-serif;
  line-height: 28px;
  width: 60%;
  margin: 0 auto;
}
.hero-container .critic-review-container .review .source {
  position: relative;
  display: block;
  padding-top: 7px;
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  font-weight: 700;
  width: 55%;
  margin: 0 auto;
}
.hero-container .date-picker {
  position: relative;
  height: auto;
  width: auto;
  top: 90vh;
  z-index: 3 !important;
}
@media (max-width: 375px) {
  .hero-container .date-picker {
    top: auto;
    margin-top: -300px;
  }
}
@media (min-width: 376px) and (max-width: 767px) {
  .hero-container .date-picker {
    top: auto;
    margin-top: -370px;
  }
}
@media only screen and (device-height: 812px) {
  .hero-container .date-picker {
    margin-top: -200px;
  }
}
.hero-container .date-picker .click-inst {
  position: absolute;
  color: #e6af0b;
  text-align: center;
  top: 75px;
  width: 100%;
  font-size: 14px;
}
.hero-container .date-picker .date-nav {
  position: absolute;
  width: 100%;
  height: 1px;
  top: 125px;
  z-index: 4;
}
.hero-container .date-picker .date-nav .prev {
  position: absolute;
  left: -50px;
}
.hero-container .date-picker .date-nav .next {
  position: absolute;
  right: -30px;
}
.hero-container .date-picker .dates {
  position: absolute;
  height: 150px;
  margin-top: 100px;
  margin-left: -15px;
  padding-bottom: 50px;
  text-align: center;
  text-transform: uppercase;
  color: white;
  z-index: 3;
}
@media (max-width: 767px) {
  .hero-container .date-picker .dates {
    margin-top: 111px;
  }
}
.hero-container .date-picker .dates .owl-stage-outer {
  padding-bottom: 50px;
}
.hero-container .date-picker .dates .item {
  padding-top: 10px;
  padding-bottom: 10px;
}
.hero-container .date-picker .dates .item:hover {
  background: #e6af0b;
  color: white;
}
.hero-container .date-picker .dates .active-date {
  position: relative;
  background: #e6af0b;
  color: white;
}
.hero-container .date-picker .dates .active-date:after {
  position: absolute;
  text-align: center;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: '\f0d7';
  font-size: 50px;
  width: 100%;
  bottom: -40px;
  left: 0px;
  color: #e6af0b;
}
.hero-container .date-picker .dates .dow {
  font-family: 'Oswald', sans-serif;
  font-size: 16px;
}
.hero-container .date-picker .dates .dom {
  font-family: 'Arvo', serif;
  font-size: 48px;
  margin-top: -10px;
}
@media (max-width: 767px) {
  .hero-container .date-picker .dates .dom {
    font-size: 40px;
  }
}
.hero-container .date-picker .dates .month {
  font-family: 'Oswald', sans-serif;
  font-size: 16px;
  margin-top: -10px;
}
.hero-container .filler-section {
  position: relative;
  height: 100px;
  width: 100%;
  background: url(img/pattern-2.jpg) repeat;
  z-index: 1 !important;
  bottom: -212px;
}
.hero-container .the-movie {
  position: absolute;
  width: 100%;
  height: auto;
  text-align: center;
  margin-top: -24px;
  z-index: 4;
}
.hero-container .the-movie .crumb {
  color: white;
}
.hero-container .the-movie .crumb ul {
  padding: 0px;
  list-style: none;
}
.hero-container .the-movie .crumb ul li {
  display: inline-block;
  text-transform: uppercase;
  font-family: 'Oswald', sans-serif;
  font-size: 14px;
  letter-spacing: .2em;
  border-right: 1px solid #e6af0b;
  padding-left: 7px;
  padding-right: 7px;
}
.hero-container .the-movie .crumb ul li:last-child {
  border-right: none;
}
.hero-container .the-movie .crumb ul a {
  color: white;
}
.hero-container .the-movie .movie-title h1 {
  font-size: 64px;
  letter-spacing: -0.025em;
  color: white;
  font-family: 'Montserrat', sans-serif;
  margin-top: -10px;
  display: inline-block;
  border-bottom: 7px solid #e6af0b;
}
.hero-container .the-movie .movie-title h1:after {
  position: absolute;
  text-align: center;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: '\f0d7';
  font-size: 50px;
  width: 100%;
  bottom: -22px;
  left: -10px;
  color: #e6af0b;
}
@media (max-width: 600px) {
  .hero-container .the-movie .movie-title h1 {
    font-size: 44px;
    margin-top: 8px;
  }
}
.sub-hero-container {
  padding: 0px !important;
  margin: 0px;
  position: relative;
  background: #000;
  height: auto;
  top: 0px;
  z-index: 1;
}
.sub-hero-container .hero-movie {
  height: 100%;
  width: 100%;
  z-index: 1 !important;
  position: fixed;
  overflow: hidden;
}
@media (min-aspect-ratio: 16/9) {
  .sub-hero-container .hero-movie {
    height: 300%;
    top: -100%;
  }
}
@media (max-aspect-ratio: 16/9) {
  .sub-hero-container .hero-movie {
    width: 300%;
    left: -100%;
  }
}
@media (max-width: 767px) {
  .sub-hero-container .hero-movie {
    background-size: cover;
    width: 100%;
    left: 0px;
  }
}
.sub-hero-container .hero-img {
  position: relative;
}
@media (max-width: 767px) {
  .sub-hero-container .hero-img {
    height: 480px;
    width: 1800px;
    left: 50%;
    transform: translateX(-50%);
  }
}
.sub-hero-container .movie-cover {
  position: absolute;
  bottom: -180px;
  left: 0px;
  width: 100vw;
  height: auto;
  z-index: 1;
}
.sub-hero-container .movie-cover .bg-filler {
  position: absolute;
  height: 300px;
  width: 50.5%;
  float: left;
  border-top: 4px solid #e6af0b;
  background: url(img/pattern-1.jpg) no-repeat;
  -ms-transform: skew(0deg, 9deg);
  -webkit-transform: skew(0deg, 8deg);
  transform: skew(0deg, 8deg);
  z-index: 1;
}
.sub-hero-container .movie-cover .left-box {
  height: 300px;
  width: 50%;
  float: left;
  border-top: 4px solid #e6af0b;
  background: url(img/pattern-1.jpg) no-repeat;
  -ms-transform: skew(0deg, 9deg);
  -webkit-transform: skew(0deg, 8deg);
  transform: skew(0deg, 8deg);
  z-index: 2;
}
.sub-hero-container .movie-cover .right-box {
  height: 300px;
  width: 50%;
  float: right;
  border-top: 4px solid #e6af0b;
  background: url(img/pattern-1.jpg) no-repeat;
  -ms-transform: skew(0deg, -8deg);
  -webkit-transform: skew(0deg, -8deg);
  transform: skew(0deg, -8deg);
  z-index: 2;
}
.sub-hero-container .date-picker {
  position: relative;
  height: auto;
  width: auto;
  top: 90vh;
  z-index: 3 !important;
}
@media (max-width: 767px) {
  .sub-hero-container .date-picker {
    top: 0vh;
  }
}
.sub-hero-container .date-picker .date-nav {
  position: absolute;
  width: 100%;
  height: 1px;
  top: 125px;
  z-index: 4;
}
.sub-hero-container .date-picker .date-nav .prev {
  position: absolute;
  left: -50px;
}
.sub-hero-container .date-picker .date-nav .next {
  position: absolute;
  right: -30px;
}
.sub-hero-container .date-picker .dates {
  position: absolute;
  height: 150px;
  margin-top: 100px;
  margin-left: -15px;
  padding-bottom: 50px;
  text-align: center;
  text-transform: uppercase;
  color: white;
  z-index: 3;
}
.sub-hero-container .date-picker .dates .owl-stage-outer {
  padding-bottom: 50px;
}
.sub-hero-container .date-picker .dates .item {
  padding-top: 10px;
  padding-bottom: 10px;
}
.sub-hero-container .date-picker .dates .active-date {
  position: relative;
  background: #e6af0b;
  color: white;
}
.sub-hero-container .date-picker .dates .active-date:after {
  position: absolute;
  text-align: center;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: '\f0d7';
  font-size: 50px;
  width: 100%;
  bottom: -40px;
  left: 0px;
  color: #e6af0b;
}
.sub-hero-container .date-picker .dates .dow {
  font-family: 'Oswald', sans-serif;
  font-size: 16px;
}
.sub-hero-container .date-picker .dates .dom {
  font-family: 'Arvo', serif;
  font-size: 48px;
  margin-top: -10px;
}
.sub-hero-container .date-picker .dates .month {
  font-family: 'Oswald', sans-serif;
  font-size: 16px;
  margin-top: -10px;
}
.sub-hero-container .filler-section {
  position: relative;
  height: 100px;
  width: 100%;
  background: url(img/pattern-2.jpg) repeat;
  z-index: 1 !important;
  bottom: -214px;
}
.body-container {
  position: relative;
  height: auto;
  width: auto;
  background: url(img/pattern-2.jpg) repeat;
  z-index: 9;
  margin-top: 73px;
  padding-top: 25px;
  padding-bottom: 85px;
}
@media (max-width: 767px) {
  .body-container {
    margin-left: 0px !important;
    margin-right: 0px !important;
    padding-left: 0px !important;
    padding-right: 0px !important;
    padding-top: 0px;
    margin-top: 0px;
    padding-bottom: 50px;
    left: 0px;
  }
  .body-container .container {
    margin: 0px;
    padding: 0px;
  }
  .body-container .container .row {
    margin: 0px;
  }
  .body-container .container .row .col-xs-12 {
    margin: 0px;
  }
}
.body-container .the-movie {
  position: absolute;
  width: 100%;
  height: auto;
  text-align: center;
  top: -99px;
  z-index: 4 !important;
}
@media (min-width: 320px) and (max-width: 767px) {
  .body-container .the-movie {
    top: -69px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .body-container .the-movie {
    top: -62px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .body-container .the-movie {
    top: -73px;
  }
}
.body-container .the-movie .crumb {
  color: white;
}
@media (max-width: 767px) {
  .body-container .the-movie .crumb {
    position: relative;
    top: -5px;
  }
}
.body-container .the-movie .crumb ul {
  padding: 0px;
  list-style: none;
}
.body-container .the-movie .crumb ul li {
  display: inline-block;
  text-transform: uppercase;
  font-family: 'Oswald', sans-serif;
  font-size: 14px;
  letter-spacing: .2em;
  border-right: 1px solid #e6af0b;
  padding-left: 7px;
  padding-right: 7px;
}
.body-container .the-movie .crumb ul li:last-child {
  border-right: none;
}
.body-container .the-movie .crumb ul a {
  color: white;
}
.body-container .the-movie .movie-title {
  margin-left: -15px;
}
@media (max-width: 767px) {
  .body-container .the-movie .movie-title {
    margin-left: 0px;
  }
}
.body-container .the-movie .movie-title h1 {
  font-size: 64px;
  letter-spacing: -0.025em;
  color: white;
  font-family: 'Montserrat', sans-serif;
  margin-top: -10px;
  display: inline-block;
  border-bottom: 7px solid #e6af0b;
}
@media (max-width: 767px) {
  .body-container .the-movie .movie-title h1 {
    padding-bottom: 8px;
  }
}
.body-container .the-movie .movie-title h1:after {
  position: absolute;
  text-align: center;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: '\f0d7';
  font-size: 50px;
  width: 100%;
  bottom: -22px;
  left: -10px;
  color: #e6af0b;
}
@media (max-width: 767px) {
  .body-container .the-movie .movie-title h1 {
    font-size: 22px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .body-container .the-movie .movie-title h1 {
    font-size: 30px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .body-container .the-movie .movie-title h1 {
    font-size: 40px;
  }
}
@media (max-width: 767px) {
  .body-container h3 {
    padding-bottom: 25px;
  }
}
.body-container #masonry {
  position: relative;
  width: 100%;
  height: auto;
  display: block;
  margin-left: -15px;
  text-align: center;
}
@media (max-width: 767px) {
  .body-container #masonry {
    margin-left: 0px;
  }
  .body-container #masonry .row {
    margin-right: 0px;
    margin-left: -20px;
  }
}
.body-container #masonry .movie-tile {
  position: relative;
  width: 100%;
  height: auto;
  padding: 10px;
  margin: 10px;
  top: 0px;
  background: white;
  color: #332e31;
  display: block;
  text-align: left;
}
@media (min-width: 768px) and (max-width: 868px) {
  .body-container #masonry .movie-tile {
    min-height: 107vw;
  }
}
@media (min-width: 869px) and (max-width: 950px) {
  .body-container #masonry .movie-tile {
    min-height: 100vw;
  }
}
@media (min-width: 951px) and (max-width: 1050px) {
  .body-container #masonry .movie-tile {
    min-height: 97vw;
  }
}
@media (min-width: 1051px) and (max-width: 1199px) {
  .body-container #masonry .movie-tile {
    min-height: 92vw;
  }
}
.body-container #masonry .movie-tile .poster {
  position: relative;
  display: block;
  width: 100%;
}
@media (max-width: 767px) {
  .body-container #masonry .movie-tile .poster {
    display: none;
  }
}
.body-container #masonry .movie-tile .movie-info {
  position: relative;
  width: 100%;
  padding-left: 5px;
  padding-right: 5px;
}
.body-container #masonry .movie-tile .movie-info .movie-title {
  position: relative;
  font-size: 24px;
  font-family: 'Montserrat', sans-serif;
  letter-spacing: -0.025em;
  padding-bottom: 5px;
  padding-top: 10px;
  display: block;
  align-items: center;
  border-bottom: 1px solid #332e31;
  height: auto;
}
.body-container #masonry .movie-tile .movie-info .showing {
  font-family: 'Oswald', sans-serif;
  font-size: 16px;
  text-transform: uppercase;
  padding-top: 5px;
}
.body-container #masonry .movie-tile .movie-info .showtimes {
  font-family: 'Rubik', sans-serif;
  font-size: 20px;
  height: auto;
}
@media (max-width: 767px) {
  .body-container #masonry .movie-tile .movie-info .showtimes {
    min-height: 75px;
    height: auto;
  }
}
.body-container #masonry .movie-tile .movie-info .showtimes ul {
  padding: 5px 0px 0px 0px;
  list-style: none;
}
.body-container #masonry .movie-tile .movie-info .showtimes ul li {
  position: relative;
  height: 33px;
  width: auto;
  display: inline-block;
  border-right: 1px solid #e6af0b;
  padding-right: 10px;
  padding-left: 5px;
}
.body-container #masonry .movie-tile .movie-info .showtimes ul li:last-child {
  border-right: none;
  padding-right: 0px;
}
.body-container #masonry .movie-tile .movie-info .showtimes ul li:first-child {
  padding-left: 0px;
}
.body-container #masonry .movie-tile .movie-info .reviews {
  position: relative;
  font-weight: 700;
}
.body-container #masonry .movie-tile .movie-info .reviews .tip {
  position: absolute;
  left: 0px;
  bottom: 100%;
  height: auto;
  width: 175px;
  padding: 10px;
  background: #4b4345;
  color: white;
  font-size: 13px;
  display: none;
  transition: all .35s;
}
.body-container #masonry .movie-tile .movie-info .reviews ul {
  padding: 0px;
  list-style: none;
}
.body-container #masonry .movie-tile .movie-info .reviews ul li {
  position: relative;
  width: auto;
  display: inline-block;
  padding-right: 5px;
  padding-left: 5px;
}
.body-container #masonry .movie-tile .movie-info .reviews ul li:hover .tip {
  display: block;
}
.body-container #masonry .movie-tile .movie-info .reviews ul .review-icon {
  max-width: 16px !important;
  height: auto;
}
.body-container #masonry .movie-tile .movie-info .buttons {
  position: relative;
  width: 100%;
  text-align: center;
}
.body-container #masonry .movie-tile .movie-info .buttons .gold-btn,
.body-container #masonry .movie-tile .movie-info .buttons .gray-btn {
  width: 48%;
}
@media (max-width: 767px) {
  .body-container #masonry .movie-tile .movie-info .buttons .gold-btn,
  .body-container #masonry .movie-tile .movie-info .buttons .gray-btn {
    font-size: 14px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .body-container #masonry .movie-tile .movie-info .buttons .gold-btn,
  .body-container #masonry .movie-tile .movie-info .buttons .gray-btn {
    font-size: 15px;
  }
}
.body-container #masonry .movie-tile .movie-info .buttons .gold-btn {
  float: left;
}
.body-container #masonry .movie-tile .movie-info .buttons .gray-btn {
  float: right;
}
.sub-body {
  padding-top: 80px;
  padding-bottom: 200px;
  font-size: 16px;
}
@media (max-width: 350px) {
  .sub-body {
    padding-top: 30px;
    padding-bottom: 75px;
  }
}
@media (min-width: 351px) and (max-width: 767px) {
  .sub-body {
    padding-top: 30px;
    padding-bottom: 155px;
  }
}
.sub-body .img-responsive {
  margin: 0 auto;
}
.sub-body .detail-poster {
  padding: 50px;
}
.sub-body .headline {
  font-size: 28px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  padding-bottom: 10px;
  margin-top: 0px;
  border-bottom: 2px solid #e6af0b;
}
@media (max-width: 767px) {
  .sub-body .headline {
    text-align: center;
    padding-bottom: 20px;
  }
}
.sub-body .second {
  margin-top: 60px;
}
.sub-body .date-range {
  font-size: 24px;
  font-family: 'Oswald', sans-serif;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .sub-body .date-range {
    text-align: center;
  }
}
.sub-body .showtimes {
  font-family: 'Rubik', sans-serif;
  font-size: 24px;
  border-top: 2px solid #ccc2a3;
  margin-top: 10px;
  padding-top: 20px;
}
@media (max-width: 767px) {
  .sub-body .showtimes {
    font-size: 20px;
    text-align: center;
  }
}
.sub-body .showtimes .col-xs-12 {
  padding: 0px;
  margin: 0px;
}
.sub-body .showtimes ul {
  padding: 0px;
  list-style: none;
}
.sub-body .showtimes ul li {
  display: inline-block;
  border-right: 2px solid #e6af0b;
  padding-left: 7px;
  padding-right: 7px;
}
.sub-body .showtimes ul li:last-child {
  border-right: none;
}
@media (max-width: 767px) {
  .sub-body .showtimes ul li {
    font-size: 24px;
  }
}
.sub-body .btn-container {
  position: relative;
  padding-bottom: 20px;
  border-bottom: 2px solid #e6af0b;
  margin-top: 40px;
}
.sub-body .btn-container .gold-btn,
.sub-body .btn-container .gray-btn,
.sub-body .btn-container .light-btn {
  display: inline-block;
  font-size: 24px;
  padding: 7px 35px;
  margin-right: 15px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .sub-body .btn-container .gold-btn,
  .sub-body .btn-container .gray-btn,
  .sub-body .btn-container .light-btn {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .sub-body .btn-container .gold-btn,
  .sub-body .btn-container .gray-btn,
  .sub-body .btn-container .light-btn {
    width: 100%;
    margin-bottom: 15px;
  }
}
.sub-body .btn-container .gold-btn img,
.sub-body .btn-container .gray-btn img,
.sub-body .btn-container .light-btn img {
  margin-right: 8px;
  height: 20px;
  width: auto;
  position: relative;
  top: -2px;
}
.sub-body .share {
  margin-top: 20px;
}
.sub-body .share ul {
  padding: 0px 0px 0px 15px;
  list-style: none;
}
@media (max-width: 767px) {
  .sub-body .share ul {
    padding: 0px;
  }
}
@media (max-width: 767px) {
  .sub-body .share ul .xs-pull-lft {
    margin-left: -25px;
  }
}
.sub-body .share ul a {
  color: black;
  font-weight: 700;
}
.sub-body .share ul li {
  display: inline-block;
  text-transform: uppercase;
  margin-right: 40px;
}
@media (max-width: 767px) {
  .sub-body .share ul li {
    display: block;
    text-align: center;
    border-bottom: 1px solid #ccc2a3;
    padding-bottom: 10px;
    padding-top: 7px;
    margin-right: 15px;
    margin-left: 0px;
    width: 100%;
  }
}
.sub-body .share ul li .fab,
.sub-body .share ul li .fas {
  font-size: 24px;
  color: #e6af0b;
  margin-right: 5px;
  position: relative;
  top: 3px;
}
.sub-body .reviews {
  padding: 0px;
  list-style: none;
}
@media (max-width: 767px) {
  .sub-body .reviews {
    text-align: center;
  }
}
.sub-body .reviews li {
  position: relative;
  display: inline-block;
  margin-left: 10px;
  margin-right: 10px;
  font-family: 'Montserrat', sans-serif;
  color: #665c5d;
}
.sub-body .reviews li:hover .tip {
  display: block;
}
.sub-body .reviews li .tip {
  position: absolute;
  left: 0px;
  bottom: 100%;
  height: auto;
  width: 175px;
  padding: 10px;
  background: #4b4345;
  color: white;
  font-size: 13px;
  display: none;
  transition: all .35s;
}
.sub-body .reviews li img {
  height: 20px;
  width: auto;
}
.sub-body .movie-stat {
  font-family: 'Rubik', sans-serif;
  font-size: 24px;
  border-top: 2px solid #ccc2a3;
  margin-top: 10px;
  padding-top: 20px;
}
.sub-body .movie-stat .col-xs-12 {
  padding: 0px;
  margin: 0px;
}
.sub-body .synopsis {
  max-width: 900px;
  font-size: 20px;
  font-family: 'Rubik', sans-serif;
  color: d-gray;
}
.sub-body .articles-container {
  padding-left: 15px;
  padding-right: 15px;
}
.sub-body .articles-container .row {
  position: relative;
  display: flex;
  width: 100%;
  margin: 0px;
}
@media (max-width: 991px) {
  .sub-body .articles-container .row {
    display: block;
    margin-left: -15px;
    margin-right: -15px;
    width: auto;
  }
}
.sub-body .articles-container .row .article {
  position: relative;
  flex: 1;
  padding-bottom: 80px;
  margin-left: 15px;
  margin-right: 15px;
  padding-left: 0px;
  padding-right: 0px;
  color: #332e31;
}
@media (max-width: 991px) {
  .sub-body .articles-container .row .article {
    flex: none;
  }
}
@media (max-width: 767px) {
  .sub-body .articles-container .row .article {
    padding-right: 15px;
    padding-left: 15px;
    margin-left: 0px;
    margin-right: 0px;
  }
}
.sub-body .articles-container .row .article h3 {
  position: relative;
  font-size: 28px;
  letter-spacing: -0.025em;
  padding-bottom: 10px;
  border-bottom: 1px solid #e6af0b;
}
.sub-body .articles-container .row .article h3:after {
  position: absolute;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: '\f0d7';
  font-size: 20px;
  width: 100%;
  bottom: -14px;
  left: 20px;
  color: #e6af0b;
}
.sub-body .articles-container .row .article .gold-btn {
  display: inline-block;
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
}
.sub-body .articles-container .row .clear-btn {
  display: inline-block;
  font-size: 24px;
  font-family: 'Oswald', sans-serif;
  padding: 10px 60px;
  margin-top: 50px;
}
.sub-body .anchor-nav {
  position: relative;
  height: auto;
  width: auto;
  display: inline-block;
  left: 50%;
  transform: translateX(-50%);
  border: 1px solid #665c5d;
  padding: 15px 25px 5px 25px;
  text-align: center;
}
@media (min-width: 768px) and (max-width: 991px) {
  .sub-body .anchor-nav {
    padding: 15px 10px 5px 10px;
  }
}
@media (max-width: 767px) {
  .sub-body .anchor-nav {
    display: block;
  }
}
.sub-body .anchor-nav a {
  color: #332e31;
  font-family: 'Rubik', sans-serif;
  font-size: 18px;
  text-decoration: none;
  background-color: transparent;
  transition: all .25s;
  padding: 5px 15px;
}
.sub-body .anchor-nav a:hover {
  color: #e6af0b;
  background-color: #332e31;
}
@media (min-width: 992px) and (max-width: 1329px) {
  .sub-body .anchor-nav a {
    font-size: 16px;
    padding: 5px 10px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .sub-body .anchor-nav a {
    font-size: 14px;
    padding: 5px;
  }
}
.sub-body .anchor-nav ul {
  padding: 0px;
  list-style: none;
}
.sub-body .anchor-nav ul li {
  display: inline-block;
  border-right: 1px solid #332e31;
}
.sub-body .anchor-nav ul li:last-child {
  border-right: none;
  border-bottom: none;
}
@media (max-width: 767px) {
  .sub-body .anchor-nav ul li {
    display: block;
    border-right: none;
    border-bottom: 1px solid #332e31;
    padding: 5px 0px;
  }
}
.sub-body .info-content {
  font-size: 18px;
  font-family: 'Rubik', sans-serif;
  position: relative;
}
@media (min-width: 768px) {
  .sub-body .info-content {
    display: block;
    width: 90%;
    margin: 0 auto;
  }
}
.sub-body .info-content a {
  color: #332e31;
  border-bottom: 1px solid #e6af0b;
  text-decoration: none;
}
.sub-body .info-content p,
.sub-body .info-content li {
  line-height: 30px;
}
.sub-body .info-content h3 {
  padding-top: 25px;
  font-family: 'Montserrat', sans-serif;
}
.sub-body .info-content h2 {
  text-align: center;
  padding-bottom: 5px;
  border-bottom: 3px solid #e6af0b;
  display: inline-block;
  position: relative;
  margin-top: 150px;
  margin-bottom: 50px;
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 767px) {
  .sub-body .info-content h2 {
    margin-top: 80px;
    margin-bottom: 30px;
  }
}
.sub-body .info-content h2:after {
  position: absolute;
  text-align: center;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: '\f0d7';
  font-size: 24px;
  width: 100%;
  bottom: -18px;
  left: 0px;
  color: #e6af0b;
}
.sub-body .info-content h4 {
  font-family: 'Montserrat', sans-serif;
  line-height: 35px;
}
.sub-body .info-content h4:hover {
  cursor: pointer;
}
.sub-body .info-content .faq-accordion .fa-chevron-circle-right {
  color: #e6af0b;
}
.sub-body .info-content .in {
  padding-left: 25px;
}
.sub-body .info-content .collapse {
  padding-left: 25px;
}
.sub-body .info-content .collapse p {
  line-height: 30px;
}
.sub-body .info-content li {
  list-style: none;
  position: relative;
}
.sub-body .info-content li:before {
  content: '';
  height: 10px;
  width: 10px;
  background: #e6af0b;
  position: absolute;
  left: -20px;
  top: 6px;
}
.sub-body .info-content .accolade {
  position: relative;
  margin-top: 80px;
}
.sub-body .info-content .accolade:first-child {
  margin-top: 0px;
}
.sub-body .info-content .quote {
  position: relative;
}
.sub-body .info-content .quote:before {
  position: relative;
  font-family: "Font Awesome 5 Free";
  content: '\f10d';
  font-size: 12px;
  font-weight: 900;
  top: -9px;
  margin-right: 5px;
  color: #e6af0b;
}
.sub-body .info-content .quote:after {
  position: relative;
  font-family: "Font Awesome 5 Free";
  content: '\f10e';
  font-size: 12px;
  font-weight: 900;
  top: -7px;
  margin-left: 5px;
  color: #e6af0b;
}
.sub-body .info-content .quoter {
  font-weight: 900;
}
.sub-body .contact-form {
  font-family: 'Rubik', sans-serif;
  font-size: 18px;
}
.sub-body .contact-form .row {
  padding: 10px 0px;
}
.sub-body .contact-form .form-control {
  font-size: 18px;
  font-family: 'Rubik', sans-serif;
  height: 45px;
  border-radius: 5px;
  border: 1px solid #ccc2a3;
}
.sub-body .contact-form .form-area {
  position: relative;
  width: 100%;
  height: 200px;
  padding: 10px;
  border-radius: 5px;
  border: 1px solid #ccc2a3;
}
.sub-body .contact-form .captcha-container {
  position: relative;
  margin-bottom: 25px;
}
@media (max-width: 349px) {
  .sub-body .contact-form .captcha-container {
    margin-left: -10px;
  }
}
.sub-body .contact-form .dark-btn {
  width: 100%;
}
.no-border {
  border: none !important;
}
.bolded {
  font-weight: 700;
}
.info-center {
  position: relative;
  background: url(img/pattern-1.jpg) repeat;
  padding-top: 50px;
  padding-bottom: 80px;
  z-index: 9;
}
@media (max-width: 767px) {
  .info-center {
    padding-left: 0px !important;
    padding-right: 0px !important;
    padding-top: 25px;
  }
  .info-center .container {
    padding: 0px;
  }
  .info-center .container .row {
    padding: 0px;
    margin: 0px;
  }
  .info-center .container .row .col-xs-12 {
    padding-left: 0px;
    padding-right: 0px;
  }
  .info-center .container .row .col-xs-12 p {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.info-center .section-title {
  color: white;
  padding-left: 25px;
  border-bottom: 10px solid #e6af0b;
  font-size: 28px;
  padding-bottom: 20px;
}
.info-center .row {
  position: relative;
  display: flex;
  width: 100%;
  margin: 0px;
}
@media (max-width: 991px) {
  .info-center .row {
    display: block;
  }
}
.info-center .row .col-md-4 {
  position: relative;
  flex: 2;
  padding-bottom: 80px;
  margin-left: 0px;
}
@media (max-width: 991px) {
  .info-center .row .col-md-4 {
    display: block;
    flex: none;
  }
}
@media (max-width: 767px) {
  .info-center .ticket-prices {
    margin-bottom: 30px;
  }
}
.info-center .ticket-prices .price-chart {
  position: relative;
  top: 0px;
  margin-top: -10px;
  padding: 0px;
  list-style: none;
  color: white;
  font-family: 'Rubik', sans-serif;
  font-size: 24px;
  font-weight: 400;
}
@media (max-width: 1199px) {
  .info-center .ticket-prices .price-chart {
    font-size: 17px;
  }
}
.info-center .ticket-prices .price-chart li {
  position: relative;
  width: 100%;
  height: auto;
  padding: 10px 0px 10px 10px;
  border-bottom: 1px solid #ccc6c2;
}
.info-center .ticket-prices .price-chart .price {
  position: absolute;
  right: 0px;
  top: 0px;
  padding: 10px;
  background-color: rgba(25, 23, 25, 0.3);
  font-family: 'Montserrat', sans-serif;
  font-size: 24px;
  height: 100%;
  width: 85px;
}
@media (max-width: 1199px) {
  .info-center .ticket-prices .price-chart .price {
    font-size: 17px;
    width: 65px;
  }
}
@media (min-width: 1200px) and (max-width: 1329px) {
  .info-center .ticket-prices .price-chart .price {
    font-size: 20px;
    width: 75px;
  }
}
.info-center .ticket-prices a {
  color: inherit;
}
.info-center .info-box {
  color: white;
  font-size: 18px;
  font-family: 'Rubik', sans-serif;
  font-weight: 400;
}
@media (max-width: 767px) {
  .info-center .info-box {
    margin-bottom: 30px;
  }
}
.info-center .info-box .info-box-img {
  position: relative;
  width: 100%;
  left: 0px;
  top: 0px;
  margin-top: -10px;
}
.info-center .info-box .info-box-img img {
  max-width: 100%;
  height: auto;
  display: block;
}
.info-center .info-box .teaser-text {
  padding-top: 10px;
}
.info-center a {
  text-decoration: none;
}
.info-center a:hover {
  text-decoration: none;
}
.info-center .gold-btn {
  position: absolute;
  font-size: 24px;
  width: 290px;
  height: auto;
  text-align: center;
  margin: 0px auto;
  bottom: 0px;
  left: 50%;
  transform: translateX(-50%);
}
.callout-container {
  position: relative;
  background: url(img/pattern-2.jpg) repeat;
  padding-top: 90px;
  padding-bottom: 75px;
  z-index: 9;
}
@media (max-width: 767px) {
  .callout-container {
    padding-left: 0px !important;
    padding-right: 0px !important;
    padding-top: 50px;
  }
  .callout-container .container {
    padding: 0px;
  }
  .callout-container .container .col-xs-12 {
    padding-left: 0px;
    padding-right: 0px;
  }
  .callout-container .container .col-xs-12 h3,
  .callout-container .container .col-xs-12 p {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.callout-container a:hover {
  text-decoration: none;
}
.callout-container .row {
  position: relative;
  display: flex;
  width: 100%;
  margin: 0px;
}
@media (max-width: 991px) {
  .callout-container .row {
    display: block;
    width: auto;
  }
}
@media (max-width: 767px) {
  .callout-container .row {
    margin: 0px;
  }
}
.callout-container .row .callout {
  position: relative;
  flex: 2;
  padding-bottom: 80px;
  border-bottom: 3px solid #e6af0b;
  margin-left: 15px;
  margin-right: 15px;
  padding-left: 0px;
  padding-right: 0px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .callout-container .row .callout {
    display: block;
    margin-left: 16.67%;
    margin-right: 0;
    flex: none;
  }
}
@media (max-width: 767px) {
  .callout-container .row .callout {
    display: block;
    margin-left: 0px;
    margin-right: 0;
    flex: none;
    border: none;
  }
  .callout-container .row .callout h3 {
    text-align: center;
  }
}
.callout-container .row .callout:after {
  position: absolute;
  text-align: center;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: '\f0d7';
  font-size: 30px;
  width: 100%;
  bottom: -26px;
  left: 0px;
  color: #e6af0b;
}
@media (max-width: 767px) {
  .callout-container .row .callout:after {
    display: none;
  }
}
.callout-container .row .callout .callout-img {
  position: relative;
  display: block;
  max-width: 100%;
  height: auto;
  border-top: 10px solid #e6af0b;
}
.callout-container .row .callout .gold-btn {
  display: inline-block;
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
}
.news-container {
  position: relative;
  height: auto;
  width: 100%;
  background: url(img/pattern-1.jpg) repeat;
  padding-top: 55px;
  padding-bottom: 85px;
  z-index: 9;
}
@media (max-width: 767px) {
  .news-container {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
}
.news-container h2 {
  position: relative;
  color: white;
  font-size: 48px;
  display: inline-block;
  z-index: 2;
  border-bottom: 3px solid #e6af0b;
  padding-bottom: 5px;
}
@media (max-width: 767px) {
  .news-container h2 {
    font-weight: 900;
  }
}
.news-container h2:after {
  position: absolute;
  text-align: center;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: '\f0d7';
  font-size: 24px;
  width: 100%;
  bottom: -18px;
  left: 0px;
  color: #e6af0b;
}
.news-container .head-film {
  position: absolute;
  top: 45px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
}
.news-container .articles-container {
  margin-top: 50px;
}
.news-container .articles-container .row {
  position: relative;
  display: flex;
  width: 100%;
  margin: 0px;
}
@media (max-width: 991px) {
  .news-container .articles-container .row {
    display: block;
    margin-left: -15px;
    margin-right: -15px;
    width: auto;
  }
}
.news-container .articles-container .row .article {
  position: relative;
  flex: 2;
  padding-bottom: 80px;
  margin-left: 15px;
  margin-right: 15px;
  padding-left: 0px;
  padding-right: 0px;
  color: white;
}
@media (max-width: 991px) {
  .news-container .articles-container .row .article {
    flex: none;
  }
}
@media (max-width: 767px) {
  .news-container .articles-container .row .article {
    padding-right: 15px;
    padding-left: 15px;
    margin-left: 0px;
    margin-right: 0px;
  }
}
.news-container .articles-container .row .article h3 {
  position: relative;
  font-size: 28px;
  letter-spacing: -0.025em;
  padding-bottom: 10px;
  border-bottom: 1px solid #e6af0b;
}
@media (max-width: 767px) {
  .news-container .articles-container .row .article h3 {
    text-align: center;
  }
}
.news-container .articles-container .row .article h3:after {
  position: absolute;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: '\f0d7';
  font-size: 20px;
  width: 100%;
  bottom: -14px;
  left: 20px;
  color: #e6af0b;
}
@media (max-width: 767px) {
  .news-container .articles-container .row .article h3:after {
    width: auto;
    left: 50%;
    transform: translateX(-50%);
  }
}
.news-container .articles-container .row .article .gold-btn {
  display: inline-block;
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
}
.news-container .articles-container .row .clear-btn {
  display: inline-block;
  font-size: 24px;
  font-family: 'Oswald', sans-serif;
  padding: 10px 60px;
  margin-top: 50px;
}
.about-container {
  position: relative;
  height: auto;
  background: url(img/about-bg.jpg) no-repeat;
  background-size: cover;
  padding-top: 100px;
  padding-bottom: 150px;
  color: white;
  z-index: 1;
}
@media (max-width: 767px) {
  .about-container {
    padding-top: 30px;
  }
}
.about-container h2 {
  position: relative;
  color: white;
  font-size: 48px;
  display: inline-block;
  z-index: 2;
  border-bottom: 3px solid #e6af0b;
  padding-bottom: 5px;
}
@media (max-width: 767px) {
  .about-container h2 {
    font-weight: 900;
  }
}
.about-container h2:after {
  position: absolute;
  text-align: center;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: '\f0d7';
  font-size: 24px;
  width: 100%;
  bottom: -18px;
  left: 0px;
  color: #e6af0b;
}
.about-container p {
  font-family: 'Rubik', sans-serif;
  font-size: 16px;
  line-height: 28px;
  margin-top: 25px;
}
.signup-container {
  position: relative;
  padding: 0px;
  margin: -120px 0px 0px 0px;
  z-index: 10;
  min-height: 370px;
}
@media (max-width: 767px) {
  .signup-container {
    overflow: hidden;
    background: url(img/mobi-signup-bg.png) no-repeat;
    background-size: cover;
    background-position: center;
  }
}
.signup-container .signup-img {
  position: absolute;
  width: 100%;
  min-height: 370px;
  max-height: 370px;
  left: 0;
  z-index: 1;
}
.signup-container .signup-form-container {
  position: relative;
  padding: 140px 0px 0px 0px;
  z-index: 2;
  color: #332e31;
}
@media (max-width: 991px) {
  .signup-container .signup-form-container .row {
    margin-right: 0px;
  }
}
@media (max-width: 767px) {
  .signup-container .signup-form-container {
    padding: 70px 0px 50px 0px;
    width: 100%;
  }
}
.signup-container .signup-form-container h4 {
  color: white;
  font-weight: 700;
  font-size: 28px;
  letter-spacing: .05em;
  text-transform: uppercase;
}
.signup-container .signup-form-container p {
  font-size: 18px;
  font-family: 'Rubik', sans-serif;
  margin-top: -5px;
}
.signup-container .signup-form-container .signup-form {
  position: relative;
  display: inline-block;
  width: 100%;
  height: auto;
  text-align: center;
}
.signup-container .signup-form-container .form-field {
  position: relative;
  height: 73px;
  width: 360px;
  border: 10px solid white;
  box-shadow: inset 0 0 1px #332e31;
  color: #332e31;
  font-family: 'Oswald', sans-serif;
  font-size: 24px;
  padding-left: 15px;
  top: 2px;
  margin-right: 15px;
}
@media (min-width: 1330px) and (max-width: 1449px) {
  .signup-container .signup-form-container .form-field {
    width: 300px;
  }
}
@media (min-width: 1200px) and (max-width: 1329px) {
  .signup-container .signup-form-container .form-field {
    width: 300px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .signup-container .signup-form-container .form-field {
    width: 300px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .signup-container .signup-form-container .form-field {
    width: 300px;
  }
}
@media (max-width: 767px) {
  .signup-container .signup-form-container .form-field {
    width: 100%;
    margin-right: 0px;
    margin-left: 7px;
  }
}
.signup-container .signup-form-container .recaptcha-container {
  position: relative;
  height: 73px;
  width: auto;
  overflow: hidden;
}
@media (max-width: 350px) {
  .signup-container .signup-form-container .recaptcha-container {
    margin-left: -15px;
  }
}
@media (min-width: 351px) {
  .signup-container .signup-form-container .recaptcha-container {
    display: block;
    margin: 0 auto;
    text-align: center;
  }
}
@media (min-width: 1200px) {
  .signup-container .signup-form-container .dark-btn {
    font-size: 20px;
    height: 73px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .signup-container .signup-form-container .dark-btn {
    font-size: 18px;
    height: 73px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .signup-container .signup-form-container .dark-btn {
    font-size: 18px;
    height: 73px;
  }
}
@media (max-width: 767px) {
  .signup-container .signup-form-container .dark-btn {
    margin-left: 50%;
    transform: translateX(-50%);
    margin-top: 25px;
  }
}
.footer-container {
  position: relative;
  padding-top: 85px;
  padding-bottom: 50px;
  text-align: center;
  background: #332e31;
  z-index: 9;
}
.footer-container .contact-info {
  position: relative;
  width: 100%;
  border-bottom: 1px solid #665c5d;
}
@media (max-width: 767px) {
  .footer-container .contact-info {
    border-bottom: none;
  }
}
.footer-container .contact-info a {
  font-size: 14px;
  font-weight: 700;
  letter-spacing: .05em;
  color: white;
  font-family: 'Montserrat', sans-serif;
  text-transform: uppercase;
  text-decoration: none;
  transition: color .35s;
}
.footer-container .contact-info a:hover {
  color: #ccc2a3;
}
.footer-container .contact-info .address,
.footer-container .contact-info .phone {
  width: auto;
  height: auto;
  display: inline-block;
}
.footer-container .contact-info .address {
  padding-right: 10px;
  padding-bottom: 10px;
  border-right: 1px solid #665c5d;
}
@media (max-width: 767px) {
  .footer-container .contact-info .address {
    border-right: none;
    border-bottom: 1px solid #665c5d;
  }
  .footer-container .contact-info .address a {
    font-size: 12px;
  }
}
.footer-container .contact-info .phone {
  padding-left: 7px;
}
@media (max-width: 767px) {
  .footer-container .contact-info .phone {
    padding-top: 5px;
    padding-bottom: 10px;
  }
}
.footer-container .link-container {
  position: relative;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 10px;
  border-bottom: 1px solid #665c5d;
}
@media (max-width: 767px) {
  .footer-container .link-container {
    border-bottom: none;
  }
}
.footer-container .link-container ul {
  padding: 0px;
  list-style: none;
}
.footer-container .link-container ul li {
  display: inline-block;
}
@media (max-width: 767px) {
  .footer-container .link-container ul li {
    display: block;
    border-bottom: 1px solid #e6af0b;
    padding-bottom: 15px;
    padding-top: 13px;
  }
}
.footer-container .link-container a {
  position: relative;
  color: #a6a09d;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: .05em;
  padding-left: 10px;
  padding-right: 10px;
  border-right: 2px solid #e6af0b;
  transition: color .35s;
}
@media (max-width: 767px) {
  .footer-container .link-container a {
    position: relative;
    border-right: none;
    font-size: 16px;
  }
}
.footer-container .link-container a:hover {
  color: white;
}
.footer-container .link-container .last {
  border-right: none !important;
}
.footer-container .social-container {
  position: relative;
  padding-top: 10px;
}
.footer-container .social-container ul {
  padding: 0px;
  list-style: none;
}
.footer-container .social-container ul li {
  position: relative;
  display: inline-block;
  margin-left: 5px;
  margin-right: 5px;
  font-size: 24px;
  height: 35px;
  width: 35px;
  border-radius: 100px;
  background: #e6af0b;
  transition: .25s;
}
.footer-container .social-container ul li:hover {
  background: white;
}
.footer-container .social-container ul li .fab {
  position: absolute;
  left: 7px;
  top: 5px;
}
.footer-container .social-container ul li .fa-facebook-f {
  padding-left: 5px;
  font-size: 30px;
}
.footer-container .social-container ul a {
  color: #332e31;
}
.footer-container .copy-container {
  font-size: 12px;
  font-weight: 400;
  font-family: 'Rubik', sans-serif;
  letter-spacing: .05em;
  color: #665c5d;
  text-transform: uppercase;
  padding-top: 10px;
  padding-bottom: 10px;
}
.footer-container .to-top {
  position: relative;
  padding-top: 15px;
  text-align: center;
}
.footer-container .to-top .gold-btn {
  font-size: 16px;
  font-weight: 700;
  letter-spacing: .05em;
  font-family: 'Montserrat', sans-serif;
  display: inline-block;
  padding: 7px 20px;
}
.footer-container .to-top .gold-btn .fas {
  position: relative;
  top: 2px;
  font-size: 24px;
  margin-right: 7px;
}
.footer-container .to-top .gold-btn:hover {
  cursor: pointer;
}
/* =========== Buttons ============= */
.gold-btn {
  background: #e6af0b;
  color: #332e31;
  font-family: 'Oswald', sans-serif;
  font-size: 16px;
  text-transform: uppercase;
  text-align: center;
  padding: 5px 15px;
  border: 3px solid #e6af0b;
  box-shadow: inset 0 0 1px #332e31;
  transition: all .25s;
}
.gold-btn:hover {
  box-shadow: inset 0 0 3px #332e31;
}
.gray-btn {
  background: #ccc2a3;
  color: #332e31;
  font-family: 'Oswald', sans-serif;
  font-size: 16px;
  text-transform: uppercase;
  text-align: center;
  padding: 5px 15px;
  border: 3px solid #ccc2a3;
  box-shadow: inset 0px 0 1px #332e31;
  transition: all .25s;
}
.gray-btn:hover {
  box-shadow: inset 0 0 3px #332e31;
}
.clear-btn {
  background-color: transparent;
  color: white;
  font-family: 'Oswald', sans-serif;
  font-size: 16px;
  text-transform: uppercase;
  text-align: center;
  padding: 5px 15px;
  border: 1px solid #e6af0b;
  transition: all .25s;
}
.clear-btn:hover {
  background-color: #e6af0b;
  color: #332e31;
}
.light-btn {
  background-color: #99866b;
  color: white;
  font-family: 'Oswald', sans-serif;
  font-size: 24px;
  text-transform: uppercase;
  text-align: center;
  padding: 10px 25px;
  border: 3px solid #99866b;
  box-shadow: inset 0px 0px 1px #332e31;
  transition: all .25s;
}
.light-btn:hover {
  background-color: #99866b;
  border: 3px solid #99866b;
  box-shadow: inset 0px 0px 3px #332e31;
}
.dark-btn {
  background-color: #332e31;
  color: white;
  font-family: 'Oswald', sans-serif;
  font-size: 24px;
  text-transform: uppercase;
  text-align: center;
  padding: 10px 25px;
  border: 10px solid #332e31;
  box-shadow: inset 0px 0px 1px 1px #e6af0b;
  transition: all .25s;
}
.dark-btn:hover {
  background-color: #ccc2a3;
  color: #332e31;
  border: 10px solid #ccc2a3;
  box-shadow: inset 0px 0px 1px 1px #332e31;
}
.white {
  color: white;
}
/* =========== Bootstrap Adjustments =========== */
@media (min-width: 1330px) and (max-width: 1449px) {
  .container {
    width: 1300px !important;
  }
}
@media (min-width: 1450px) and (max-width: 1574px) {
  .container {
    width: 1420px !important;
  }
}
@media (min-width: 1575px) and (max-width: 1724px) {
  .container {
    width: 1545px !important;
  }
}
@media (min-width: 1725px) and (max-width: 1829px) {
  .container {
    width: 1695px !important;
  }
}
@media (min-width: 1830px) {
  .container {
    width: 1800px !important;
  }
}
