@charset "UTF-8";
body {
  overflow-x: hidden;
  font-family: 'Montserrat', sans-serif !important;
  margin: 0px;
  background: rgba(0, 0, 0, 0.8);
}
html {
  overflow-x: hidden;
}

#qLtempOverlay{
  display: none;
}

.home-films{
  position: absolute;
  right:5%;
  top: 35%;
  z-index: 2;
  max-width: 500px;
  text-align: center;
}

.home-films img{
 width: 100% !important;
}
.home-films p{
font-size: 22px;

font-weight: bold;
color: #fff;

}
.home-films p::before{
  content: '-';
  color: #000;
  margin-right: 10px;
  
  }
.home-films p::after{
  content: '-';
  color: #000;
  margin-left: 10px;
  
  }

.btn:hover,
input:hover,
.navbar-dark .navbar-toggler:hover,
a:hover {
  outline: 0;
  border: 0;
  box-shadow: none;
}
.upArrow {
  position: fixed;
  bottom: 60px;
  right: 10px;
  z-index: 5;
  cursor: pointer;
  opacity: 0.7;
  display: none;
  width: auto;
}
@media (max-width: 37.5em) {
  .upArrow {
    width: 40px;
    bottom: 10px;
    right: 0px;
  }
}
.upArrow:hover {
  opacity: 1;
}
.hover {
  position: relative;
  height: auto;
  transition: all 200ms linear;
}
.hover:hover {
  box-shadow: 0 15px 30px -15px rgba(0, 0, 0, 0.5);
  -webkit-transform: scale(1.1);
  transform: scale(1.01);
}
@font-face {
  font-family: 'Conv_Gotham-Light';
  src: url("../fonts/Gotham-Light.eot");
  src: local("☺"), url("../fonts/Gotham-Light.woff") format("woff"), url("../fonts/Gotham-Light.ttf") format("truetype"), url("../fonts/Gotham-Light.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Conv_GothamBold';
  src: url("../fonts/GothamBold.eot");
  src: local("☺"), url("../fonts/GothamBold.woff") format("woff"), url("../fonts/GothamBold.ttf") format("truetype"), url("../fonts/GothamBold.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Conv_GOTHAMMEDIUM';
  src: url("../fonts/GOTHAMMEDIUM.eot");
  src: local("☺"), url("../fonts/GOTHAMMEDIUM.woff") format("woff"), url("../fonts/GOTHAMMEDIUM.ttf") format("truetype"), url("../fonts/GOTHAMMEDIUM.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Conv_GOTHAMBOOK';
  src: url("../fonts/GOTHAMBOOK.eot");
  src: local("☺"), url("../fonts/GOTHAMBOOK.woff") format("woff"), url("../fonts/GOTHAMBOOK.ttf") format("truetype"), url("../fonts/GOTHAMBOOK.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Conv_FontsFree-Net-Athelas1';
  src: url("../fonts/FontsFree-Net-Athelas1.eot");
  src: local("☺"), url("../fonts/FontsFree-Net-Athelas1.woff") format("woff"), url("../fonts/FontsFree-Net-Athelas1.ttf") format("truetype"), url("../fonts/FontsFree-Net-Athelas1.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
#qLpercentage {
  font-size: 40px !important;
  color: #ccc !important;
  position: absolute !important;
  top: 55% !important;
  font-family: 'Conv_FontsFree-Net-Athelas1';
  font-weight: 100;
}
#qLoverlay::before {
  position: absolute;
  left: 0;
  right: 0;
  top: 30%;
  width: 152px;
  height: 106px;
  margin: auto;
}
.loaderCover {
  width: 100%;
  height: 100vh;
  background: #FFF;
  z-index: 20;
  position: fixed;
}
p {
  font-family: 'Conv_Gotham-Light';
}
.btn-link {
  background: transparent !important;
  color: #0080f7 !important;
  font-size: 1.6vh !important;
  font-family: 'Conv_Gotham-Light';
  letter-spacing: .1vh;
  padding: 0 !important;
  text-transform: uppercase;
  cursor: pointer;
  border: 0 !important;
  font-weight: bold;
}
.btn-link img {
  display: inline-block;
  vertical-align: baseline;
}
@media (max-width: 86.5em) {
  .btn-link img {
    width: 6px;
  }
}
@media (max-width: 37.5em) {
  .btn-link {
    font-size: 12px !important;
  }
}
.header1 {
  padding: 3vh 0;
  position: absolute;
  width: 100%;
  z-index: 6;
  background: linear-gradient(0deg, rgba(0, 73, 142, 0) 20%, rgba(0, 73, 142, 0) 72%);
  transition: all 500ms ease;
  left: 0;
  top: 0;
}

@media (max-width: 1440px) {
 
  .home-films{
   
    max-width: 420px;
  
  }
}

@media (max-width: 767px){
.home-films {
    max-width: 420px;
    left: 0;
    right: 0;
    bottom: 50px;
    top: inherit;
    width: 90%;
    margin: auto;
    background: rgba(0, 0, 0, 0.9);
    padding: 20px 20px 0 20px;
    border-radius: 10px;
}

.home-films p{
  font-size: 17px;
  margin-top: 15px;
}

.home-films p::before{
 
  color: #0080f7;
 
  }
.home-films p::after{
 
  color: #0080f7;
 
  }

}

@media (max-width: 62em) {
  .header1 {
    padding: 4vh 0;
    top: 0;
  }
  
}
.header1 .logo {
  float: left;
  margin-left: 5%;
  width: 27%;
  position: relative;
  transition: all 500ms ease;
  margin-top: 1vh;
}
@media (max-width: 86.5em) {
  .header1 .logo {
    margin-top: 2vh;
  }
}
@media (max-width: 62em) {
  .header1 .logo {
    width: 250px;
    margin-top: 0;
  }
}
.header1 .logoBlue {
  display: none;
}
.header1 .menu-row a.active {
  font-weight: bolder;
  color: #0080f7;
}
.header1 .menu-row {
  float: right;
  margin-right: 5%;
  width: 47%;
  top: 0;
}
@media (max-width: 1919px) {
  .header1 .menu-row {
    width: 50%;
  }
}
@media (max-width: 1599px) {
  .header1 .menu-row {
    width: 56%;
  }
}
@media (max-width: 1439px) {
  .header1 .menu-row {
    width: 58%;
    margin-right: 20px;
  }
}
@media (max-width: 1279px) {
  .header1 .menu-row {
    width: 100%;
    position: fixed;
    height: 100vh;
    background: rgba(0, 0, 0, 0.8);
    padding-top: 24%;
  }
}
.header1 .menu-row ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
@media (max-width: 1279px) {
  .header1 .menu-row ul {
    margin: auto;
  }
}
.header1 .menu-row ul li {
  display: inline-block;
  padding: 11px 0;
}
@media (max-width: 1279px) {
  .header1 .menu-row ul li {
    display: block;
    text-align: center;
  }
}
.header1 .menu-row ul li a {
  color: #fff;
  font-size: 17px;
  font-family: 'Conv_Gotham-Light';
  text-transform: uppercase;
  border-right: 1px solid #6db6e0;
  padding: 0 1.5vh;
}
@media (max-width: 1919px) {
  .header1 .menu-row ul li a {
    font-size: 14px;
  }
}
@media (max-width: 81.25em) {
  .header1 .menu-row ul li a {
    font-size: 13px;
  }
}
@media (max-width: 37.5em) {
  .header1 .menu-row ul li a {
    border-right: 0px solid #6db6e0 !important;
  }
}
.header1 .menu-row .logoSmall {
  width: 87%;
}
@media (max-width: 1279px) {
  .header1 .menu-row .logoSmall {
    width: auto;
  }
}
.header1 .menu-row .logoF2 {
  display: none;
}
.header1 .menu-icon {
  position: absolute;
  right: 10px;
  top: 24px;
  z-index: 10;
  display: none;
  transition: all 500ms ease;
}
@media (max-width: 1279px) {
  .header1 .menu-icon {
    display: block;
  }
}
.header1 .close-icon {
  position: fixed;
  right: 10px;
  top: 16px;
  z-index: 10;
  display: none;
}
.header2 {
  padding: 1vh 0;
  position: fixed;
  width: 100%;
  z-index: 1;
  background: linear-gradient(0deg, rgba(0, 73, 142, 0.9) 20%, rgba(0, 73, 142, 0.9) 72%);
  -webkit-box-shadow: inset 0px 0px 22px 0px rgba(0, 0, 0, 0.43);
  -moz-box-shadow: inset 0px 0px 22px 0px rgba(0, 0, 0, 0.43);
  box-shadow: inset 0px 0px 22px 0px rgba(0, 0, 0, 0.43);
  transition: all 500ms ease;
  -webkit-box-shadow: 0px 0px 14px -3px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 0px 14px -3px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 0px 14px -3px rgba(0, 0, 0, 0.75);
}
.header2 .logo {
  float: left;
  margin-left: 5%;
  width: 25%;
  transition: all 500ms ease;
}
@media (max-width: 62em) {
  .header2 .logo {
    width: 250px;
    margin-top: 0;
    padding: 5px 0 2px 0;
  }
}
.header2 .menu {
  float: right;
  margin-right: 5%;
  width: 47%;
}
.header2 .menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.header2 .menu ul li {
  display: inline-block;
}
.header2 .menu ul li a {
  color: #fff;
  font-size: 1.7vh;
  font-family: 'Conv_Gotham-Light';
  text-transform: uppercase;
  border-right: 1px solid #6db6e0;
  padding: 0 1.5vh;
}
.header2 .menu .logoSmall {
  width: 87%;
}
.header2 .menu-icon {
  position: absolute;
  right: 10px;
  top: 11px;
  z-index: 10;
  transition: all 500ms ease;
}
.social {
  position: fixed;
  right: 0;
  top: 20%;
  z-index: 10;
}
.social .fa {
  color: #fff;
  font-size: 20px;
  margin: 15px;
  display: block;
  transition: all .3s;
}
.social .fa:hover {
  transform: scale(1.2);
}
@media (max-width: 1279px) {
  .social {
    display: none;
  }
}
.social a {
  text-decoration: none;
}
.social a:hover {
  text-decoration: none;
}
#home {
  position: relative;
}
#home .home-slider {
  line-height: 0 !important;
}
#home .slick-next {
  right: 60px;
  background-image: url(../images/films-next.png);
  width: 4.7vh;
  height: 4.1vh;
  background-size: cover;
  transition: all .3s;
}
#home .slick-next:focus {
  outline: 0;
}
#home .slick-next:hover {
  background-color: rgba(0, 0, 0, 0.5);
}
#home .slick-prev {
  right: 120px;
  left: inherit;
  z-index: 10;
  background-image: url(../images/films-prev.png);
  width: 4.7vh;
  height: 4.1vh;
  background-size: cover;
  transition: all .3s;
}
@media (max-width: 1599px) {
  #home .slick-prev {
    right: 100px;
  }
}
#home .slick-prev:focus {
  outline: 0;
}
#home .slick-prev:hover {
  background-color: rgba(0, 0, 0, 0.5);
}
#home .slick-next,
#home .slick-prev {
  top: inherit;
  bottom: 3.3vh;
}
@media (max-width: 37.5em) {
  #home .slick-next,
  #home .slick-prev {
    display: none !important;
  }
}
#home .numberSliderHome {
  position: absolute !important;
  bottom: 5.6vh;
  right: 189px;
  width: 70px;
  z-index: 10;
}
@media (max-width: 1599px) {
  #home .numberSliderHome {
    right: 123px;
  }
}
@media (max-width: 37.5em) {
  #home .numberSliderHome {
    display: none;
  }
}
#home .numberSliderHome p {
  font-family: 'Conv_Gotham-Light';
  font-size: 2vh;
  color: #fff;
  margin-bottom: 0;
  font-weight: 500;
  letter-spacing: 2px;
}
#home .slider1 {
  background-image: url(../images/slider/slider1a.jpg);
  height: 100vh;
  background-size: cover;
  background-position: center top;
}
@media (max-width: 62em) {
  #home .slider1 {
    background-image: url(../images/slider/slider1b.jpg);
    height: 90vh;
    background-position: center bottom;
  }
}
#home .slider2 {
  background-image: url(../images/slider/slider2a.jpg);
  height: 100vh;
  background-size: cover;
  background-position: center top;
}
@media (max-width: 62em) {
  #home .slider2 {
    background-image: url(../images/slider/slider2b.jpg);
    height: 90vh;
    background-position: center bottom;
  }
}
#home .slider3 {
  background-image: url(../images/slider/slider3a.jpg);
  height: 100vh;
  background-size: cover;
  background-position: center top;
}
@media (max-width: 62em) {
  #home .slider3 {
    background-image: url(../images/slider/slider3b.jpg);
    height: 90vh;
    background-position: center bottom;
  }
}
#home .slider4 {
  background-image: url(../images/slider/slider4a.jpg);
  height: 100vh;
  background-size: cover;
  background-position: center top;
}
@media (max-width: 62em) {
  #home .slider4 {
    background-image: url(../images/slider/slider4b.jpg);
    height: 90vh;
    background-position: center bottom;
  }
}
#home .copy {
  position: absolute;
  z-index: 5;
  left: 0;
  right: 0;
  max-width: 1590px;
}
#home .copy img {
  width: 35%;
}
@media (max-width: 62em) {
  #home .copy img {
    width: 410px;
  }
}
@media (max-width: 37.5em) {
  #home .copy img {
    width: 100%;
    margin-top: 70px;
  }
}

#home .down-btn {
  background-color: rgba(35, 134, 226, 0.8);
  border-radius: 50%;
  width: 60px;
  line-height: 60px;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  bottom: 5px;
  z-index: 5;
  text-align: center;
  transition: all .3s;
}
#home .down-btn:hover {
  background-color: #2386e2;
}
@media (max-width: 1599px) {
  #home .down-btn {
    width: 50px;
    line-height: 50px;
  }
}
#home .down-btn img {
  -webkit-animation: action .6s infinite alternate;
  animation: action .6s infinite alternate;
  width: 20px;
}
@media (max-width: 1599px) {
  #home .down-btn img {
    width: 16px;
  }
}
@-webkit-keyframes action {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-4x);
  }
}
@keyframes action {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-4px);
  }
}
#bio {
  background: url(../images/bio/bg.jpg);
  background-size: cover;
  background-position: center;
  height: 100vh;
  display: flex;
}
@media (max-width: 62em) {
  #bio {
    background: #0e2c5f;
    height: auto;
    padding: 40px 0;
  }
}
#bio .inner {
  width: 78%;
  margin: auto;
}
#bio .inner .leftBox {
  width: 31%;
  float: left;
}
@media (max-width: 86.5em) {
  #bio .inner .leftBox {
    margin-top: 5%;
  }
}
@media (max-width: 62em) {
  #bio .inner .leftBox {
    width: 100%;
    left: 0;
    opacity: 1;
    padding-bottom: 45px;
  }
}
#bio .inner .leftBox h2 {
  font-size: 6vh;
  color: #0080f7;
  font-family: 'Conv_FontsFree-Net-Athelas1';
  margin-bottom: 2.5vh;
}
@media (max-width: 62em) {
  #bio .inner .leftBox h2 {
    text-align: center;
  }
}
#bio .inner .leftBox p {
  font-size: 1.8vh;
  color: #fff;
  text-align: justify;
  line-height: 2.5vh;
}
#bio .inner .leftBox .smallBox {
  display: inline-block;
  vertical-align: top;
  padding-right: 3vh;
  margin-right: 3vh;
  border-right: 1px solid #2e9de7;
  text-align: center;
}
#bio .inner .leftBox .smallBox h3 {
  font-size: 6.3vh;
  color: #fff;
  font-weight: bold;
  margin-bottom: 0;
  font-family: 'Conv_Gotham-Light';
  line-height: 6vh;
}
#bio .inner .leftBox .smallBox p {
  font-size: 1.6vh;
  color: #fff;
  font-weight: bold;
  margin-bottom: 0;
  text-transform: uppercase;
  text-align: center;
  line-height: 2vh;
}
#bio .inner .leftBox .btn-link {
  display: block;
  margin-bottom: 6vh;
}
#bio .inner .rightBox {
  width: 35%;
  float: right;
  top: 10vh;
  transition: all 1500ms ease;
}
@media (max-width: 81.25em) {
  #bio .inner .rightBox {
    width: 37%;
  }
}
@media (max-width: 62em) {
  #bio .inner .rightBox {
    width: 100%;
    right: 0;
    opacity: 1;
  }
}
#bio .inner .rightBox .twtRow .fa {
  display: inline-block;
  vertical-align: middle;
  color: #0080f7;
  font-size: 4vh;
}
@media (max-width: 62em) {
  #bio .inner .rightBox .twtRow .fa {
    display: none;
  }
}
#bio .inner .rightBox .twtRow .box {
  display: inline-block;
  vertical-align: middle;
  width: 92%;
}
#bio .inner .rightBox .twtRow .btn-link {
  font-size: 1.3vh !important;
  float: right;
  margin-top: 1.5vh;
}
#bio .inner .rightBox .filmBox {
  width: 68%;
  margin: auto;
  clear: both;
  padding: 7vh 0 0 3vh;
}
@media (max-width: 62em) {
  #bio .inner .rightBox .filmBox {
    width: 100%;
  }
}
#bio .inner .rightBox .filmBox .filmRow {
  width: 100%;
  margin: auto;
  clear: both;
  border-bottom: 1px solid #3f4255;
  padding: .5vh 0;
}
#bio .inner .rightBox .filmBox .filmRow h2 {
  font-size: 2.7vh;
  color: #0080f7;
  margin-bottom: 0;
  display: inline-block;
  vertical-align: middle;
  margin-right: 2vh;
}
#bio .inner .rightBox .filmBox .filmRow p {
  font-size: 1.8vh;
  color: #fff;
  margin: 0;
  display: inline-block;
  vertical-align: middle;
}
#bio .inner .rightBox .filmBox .filmRow:nth-child(1) {
  margin: auto auto 4.6vh auto;
}
#bio .inner .rightBox .filmBox .smallRow {
  width: 74%;
  float: right;
}
#bio .small-img {
  display: none;
}
@media (max-width: 62em) {
  #bio .small-img {
    display: block;
  }
}
#accolades {
  height: 100vh;
  background: #dee3ee;
  padding: 15vh 0;
}
@media (max-width: 62em) {
  #accolades {
    padding: 8vh 0;
    height: auto;
  }
}
#accolades h2 {
  font-size: 6vh;
  color: #0080f7;
  font-family: 'Conv_FontsFree-Net-Athelas1';
  margin-bottom: 2.5vh;
  text-align: center;
}
@media (max-width: 62em) {
  #accolades h2 {
    font-size: 27px;
    margin-bottom: 27px;
  }
}
#accolades .btn-linkBig {
  font-size: 2vh !important;
  display: block;
  margin: 5vh auto auto auto;
}
@media (max-width: 62em) {
  #accolades .btn-linkBig {
    margin: 5vh auto auto auto;
  }
}
#accolades .btn-linkBig img {
  position: relative;
  top: -0.3vh;
}
#accolades .accolades-slider img {
  width: 100%;
}
#accolades h3 {
  font-size: 2.7vh;
  margin: 20px 0;
  line-height: 3vh;
}
@media (max-width: 86.5em) {
  #accolades h3 {
    font-size: 2.2vh;
  }
}
#accolades p {
  font-size: 1.8vh;
  color: #000;
}
#accolades .slick-slide {
  margin: 0px 15px;
}
#accolades .slick-slide img {
  width: 100%;
}
#accolades .slick-slide .btn-link img {
  width: auto;
}
#news {
  background: url(../images/news/bg.jpg);
  background-position: center;
  background-size: cover;
  height: 100vh;
  padding: 15vh 0;
}

#contact {
  background: url(../images/contact-bg.jpg);
  background-position: center;
  background-size: cover;
  height: auto;
  padding: 7vh 0;
}

#contact h2 {
  font-size: 6vh;
  color: #fff;
  font-family: 'Conv_FontsFree-Net-Athelas1';
  margin-bottom: 5vh;
  text-align: center;
}

@media (max-width: 62em) {
  #news {
    background: url(../images/news/bg2.jpg);
    padding: 8vh 0 0 0;
    height: auto;
  }
}
#news .left {
  width: 22%;
  float: left;
  margin: 1% 0 0 5%;
}
@media (max-width: 62em) {
  #news .left {
    left: 0;
    opacity: 1;
    width: 90%;
    margin: auto;
    float: none;
  }
}
#news .left h2 {
  font-size: 4.7vh;
  color: #fff;
  margin: 0;
  font-family: 'Conv_Gotham-Light';
  text-transform: uppercase;
  font-weight: bold;
  line-height: 4.5vh;
}
#news .left h3 {
  font-size: 3.2vh;
  color: #0478e4;
  margin: 0;
  font-family: 'Conv_Gotham-Light';
  letter-spacing: 1.8vh;
  margin-bottom: 3vh;
}
#news .left h3.small {
  font-size: 2.5vh;
  letter-spacing: 0vh;
  font-weight: bold;
  margin-top: 7vh;
  margin-bottom: 1vh;
}
#news .left p {
  font-size: 1.8vh;
  color: #fff;
  margin: 0;
  line-height: 2.8vh;
}
#news .left .btn-link {
  margin-top: 3vh;
}
#news .left .img-small {
  display: none;
}

@media (max-width: 62em) {
  #news .left .img-small {
    display: block;
    width: 100%;
    margin-bottom: 25px;
  }
}
#news .form-group {
  margin-bottom: 1rem;
  width: 85%;
}
@media (max-width: 62em) {
  #news .form-group {
    width: 100%;
  }
}
#contact .form-control {
  background: #070504;
  border: 0;
  height: calc(2em + .75rem + 2px);
  font-size: 1.7vh;
  color: #fff;
  font-weight: 400;
 
}

#contact  textarea{
 
  height: calc(8em + .75rem + 2px) !important;
 
}

#news .right {
  width: 28%;
  float: right;
  margin: 0 5% 0 0;
  position: relative;
  top: 13%;
}
@media (max-width: 62em) {
  #news .right {
    right: 0;
    opacity: 1;
    width: 90%;
    margin: auto;
    float: none;
    padding: 70px 0 0 0;
  }
}
#news .right h2 {
  font-size: 1.9vh;
  color: #0080f7;
  margin: 0;
  font-family: 'Conv_Gotham-Light';
  text-transform: uppercase;
  font-weight: bold;
  line-height: 4.5vh;
}
#news .right .textBox {
  width: 100%;
  margin: auto;
  padding-bottom: 15%;
}
#news .right .textBox .icon {
  display: inline-block;
  vertical-align: top;
  width: 18%;
}
@media (max-width: 62em) {
  #news .right .textBox .icon {
    width: 17%;
  }
}
#news .right .textBox .texts {
  display: inline-block;
  vertical-align: top;
  width: 76%;
  margin-left: 2%;
}
#news .right .textBox p {
  line-height: 2.2vh;
  margin-bottom: 1.7vh;
}
#news p {
  font-size: 1.8vh;
  color: #fff;
  margin: 0;
  line-height: 2.8vh;
}
#films {
  background: #000;
}
#films h2 {
  font-size: 2.4vh;
  text-transform: uppercase;
  font-weight: 300;
}
#films hr {
  margin: 1.5rem auto 1.5rem auto;
  border: 0;
  border-top: 1px solid #0478e4;
  width: 60px;
}
#films p {
  line-height: 3vh;
  font-size: 1.8vh;
}
#films .btn-link {
  border: 1px solid #fff !important;
  border-radius: 0;
  font-size: 1.6vh;
  text-transform: uppercase;
  font-weight: 200;
  padding: 5px 15px !important;
  cursor: pointer;
  color: #fff !important;
  margin: 2vh .5vh 5vh .5vh;
}
@media (max-width: 86.5em) {
  #films .btn-link {
    margin: 2vh 0;
    font-size: 1.4vh;
    padding: 5px 10px !important;
  }
}
#films .mc {
  width: 56%;
}
#films .video {
  min-width: 100%;
  min-height: 120%;
  display: flex;
  left: -80%;
  top: -10%;
  position: relative;
  opacity: 0;
  position: absolute;
  z-index: 0;
  transition: all 1s;
}
#films .accordion ul li:nth-child(1) {
  background-image: url("../images/films/mafia1.jpg");
  background-position: center top;
  position: relative;
  overflow: hidden;
}
#films .accordion ul li:nth-child(1):hover {
  background: none;
}
#films .accordion ul li:nth-child(1):hover .video {
  opacity: 1;
}
@media (max-width: 86.5em) {
  #films .accordion ul li:nth-child(1) {
    background-image: url("../images/films/mafia2.jpg");
  }
}
#films .accordion ul li:nth-child(2) {
  background-image: url("../images/films/sg1.jpg");
  background-position: center top;
  position: relative;
  overflow: hidden;
}
#films .accordion ul li:nth-child(2):hover {
  background: none;
}
#films .accordion ul li:nth-child(2):hover .video {
  opacity: 1;
}
@media (max-width: 86.5em) {
  #films .accordion ul li:nth-child(2) {
    background-image: url("../images/films/sg2.jpg");
  }
}
#films .accordion ul li:nth-child(3) {
  background-image: url("../images/films/photograph1.jpg");
  background-position: center top;
  position: relative;
  overflow: hidden;
}
#films .accordion ul li:nth-child(3):hover {
  background: none;
}
#films .accordion ul li:nth-child(3):hover .video {
  opacity: 1;
}
@media (max-width: 86.5em) {
  #films .accordion ul li:nth-child(3) {
    background-image: url("../images/films/photograph2.jpg");
  }
}
#films .accordion ul li:nth-child(3) .video {
  min-width: 100%;
  min-height: 140%;
  top: -20%;
  left: -100%;
}
#films .accordion ul li:nth-child(4) {
  background-image: url("../images/films/gow1.jpg");
  background-position: center right;
  position: relative;
  overflow: hidden;
}
#films .accordion ul li:nth-child(4):hover {
  background: none;
}
#films .accordion ul li:nth-child(4):hover .video {
  opacity: 1;
}
@media (max-width: 86.5em) {
  #films .accordion ul li:nth-child(4) {
    background-image: url("../images/films/gow2.jpg");
  }
}
#films .accordion ul li:nth-child(4) .video {
  min-width: 100%;
  min-height: 140%;
  top: -20%;
  left: -100%;
}
.btn-primary {
  border: 0;
  border-radius: 0;
  font-size: 1.5vh;
  text-transform: uppercase;
  font-weight: 200;
  padding: 8px 35px;
  cursor: pointer;
}
#gallery {
  background: #dee2ee;
  height: 100vh;
  background: #dee3ee;
  padding-top: 11vh;
}
@media (max-width: 62em) {
  #gallery {
    width: 100%;
    padding: 0;
    height: auto;
  }
}
#gallery .inner {
  width: 80%;
  margin: auto;
}
@media (max-width: 62em) {
  #gallery .inner {
    width: 100%;
  }
}
#gallery .slick-slide {
  margin: 0 10px;
}
@media (max-width: 62em) {
  #gallery .slick-slide {
    margin: 0;
  }
}
#gallery img {
  margin-bottom: 20px;
}
@media (max-width: 62em) {
  #gallery img {
    margin-bottom: 0;
  }
}
#gallery .slick-dots li button:before {
  font-size: 42px;
  color: #ffffff;
  opacity: 1;
}
#gallery .slick-dots li.slick-active button:before {
  opacity: 1;
  color: #0478e4;
}
@media (max-width: 37.5em) {
  #gallery img {
    width: 46% !important;
    margin: 5px !important;
    display: inline-block !important;
    float: none !important;
  }
}
.films-header {
  background: url(../images/films-header-bg.png);
}
@media (max-width: 37.5em) {
  .films-header {
    background-position: left;
  }
}
.news-header {
  background: url(../images/news/page/news-header-bg.png);
}
@media (max-width: 37.5em) {
  .news-header {
    background-position: right;
  }
}
.accolades-header {
  background: url(../images/accolades-header-bg.png);
}
@media (max-width: 37.5em) {
  .accolades-header {
    background-position: right;
  }
}
.bio-header {
  background: url(../images/bio/page/header-bg.png);
}
@media (max-width: 37.5em) {
  .bio-header {
    background-position: right;
  }
}
.bio-header .breadcrumbs {
  background-color: #2d111e;
}
.bio-header .breadcrumbs a.active {
  color: #b4136b !important;
}
.inner-header {
  height: 4.7vh;
  top: 120px;
  position: absolute;
  z-index: 5;
  width: 100%;
  background-size: cover !important;
  display: table;
}
@media (max-width: 1919px) {
  .inner-header {
    top: 88px;
  }
}
@media (max-width: 37.5em) {
  .inner-header {
    top: 56px;
  }
}
.inner-header .container {
  max-width: 1345px;
}
.inner-header .container .breadcrumbs {
  float: right;
  margin-right: 77px;
  margin-top: 12px;
}
@media (max-width: 1919px) {
  .inner-header .container .breadcrumbs {
    margin-top: 7px;
  }
}
@media (max-width: 1439px) {
  .inner-header .container .breadcrumbs {
    margin-top: 6px;
  }
}
@media (max-width: 37.5em) {
  .inner-header .container .breadcrumbs {
    display: none;
  }
}
.inner-header .container .breadcrumbs a {
  color: #fff;
  text-transform: uppercase;
  font-size: 14px;
  font-family: 'Conv_Gotham-Light';
}
@media (max-width: 1439px) {
  .inner-header .container .breadcrumbs a {
    font-size: 13px;
  }
}
.inner-header .container .breadcrumbs a.active {
  color: #f0ce98;
}
.inner-header .container h2 {
  font-size: 4.5vh;
  color: #fff;
  font-family: 'Conv_FontsFree-Net-Athelas1';
  margin-bottom: 0;
  padding-left: 42px;
  float: left;
}
@media (max-width: 1919px) {
  .inner-header .container h2 {
    padding-left: 126px;
  }
}
@media (max-width: 1599px) {
  .inner-header .container h2 {
    padding-left: 200px;
  }
}
@media (max-width: 1439px) {
  .inner-header .container h2 {
    padding-left: 195px;
  }
}
@media (max-width: 37.5em) {
  .inner-header .container h2 {
    padding-left: 0px;
    font-size: 18px;
    padding-top: 5px;
  }
}
.film-main-slider .slick-next {
  right: 321px;
  background-image: url(../images/films-next.png);
  width: 4.7vh;
  height: 4.1vh;
  background-size: cover;
  transition: all .3s;
}
@media (max-width: 1599px) {
  .film-main-slider .slick-next {
    right: 242px;
  }
}
.film-main-slider .slick-next:focus {
  outline: 0;
}
.film-main-slider .slick-next:hover {
  background-color: rgba(0, 0, 0, 0.5);
}
.film-main-slider .slick-prev {
  right: 375px;
  left: inherit;
  z-index: 10;
  background-image: url(../images/films-prev.png);
  width: 4.7vh;
  height: 4.1vh;
  background-size: cover;
  transition: all .3s;
}
@media (max-width: 1599px) {
  .film-main-slider .slick-prev {
    right: 287px;
  }
}
.film-main-slider .slick-prev:focus {
  outline: 0;
}
.film-main-slider .slick-prev:hover {
  background-color: rgba(0, 0, 0, 0.5);
}
.film-main-slider .slick-next,
.film-main-slider .slick-prev {
  top: inherit;
  bottom: 3.3vh;
}
@media (max-width: 37.5em) {
  .film-main-slider .slick-next,
  .film-main-slider .slick-prev {
    display: none !important;
  }
}
.numberSlider {
  position: absolute !important;
  bottom: 6vh;
  right: 430px;
  width: 70px;
  z-index: 10;
}
@media (max-width: 1599px) {
  .numberSlider {
    right: 311px;
  }
}
@media (max-width: 37.5em) {
  .numberSlider {
    display: none;
  }
}
.numberSlider p {
  font-family: 'Conv_Gotham-Light';
  font-size: 2vh;
  color: #fff;
  margin-bottom: 0;
  font-weight: 500;
  letter-spacing: 2px;
}
.film-shape {
  position: absolute !important;
  bottom: 5vh;
  right: 0;
  z-index: 10;
  width: 16%;
}
@media (max-width: 47.9em) {
  .for-desktop {
    display: none !important;
  }
}
.for-mobile {
  display: none !important;
}
@media (max-width: 47.9em) {
  .for-mobile {
    display: block !important;
  }
}
.films-thumbs {
  background-color: #141c2c;
}
.films-thumbs .container {
  max-width: 1335px;
  background-color: #121a29;
  margin-top: -3.3vh !important;
  position: relative;
}
@media (max-width: 1439px) {
  .films-thumbs .container {
    max-width: 1175px;
  }
}
.films-thumbs .container p {
  font-size: 16px;
  font-family: 'Conv_Gotham-Light';
  color: #fff;
  text-align: center;
  line-height: 17px;
  margin-top: 13px;
  margin-bottom: 0;
}
@media (max-width: 37.5em) {
  .films-thumbs .container p {
    font-size: 14px;
  }
}
.films-thumbs .container p span {
  font-size: 14px;
  color: #0080f7;
}
.films-thumbs .container img {
  width: auto;
  transition: all .3s;
  border: 5px solid rgba(255, 255, 255, 0);
}
@media (max-width: 1439px) {
  .films-thumbs .container img {
    width: 100%;
  }
}
.films-thumbs .container img:hover {
  box-shadow: 0px 0px 22px 0px rgba(255, 255, 255, 0.1);
  transform: scale(0.98);
  border: 5px solid rgba(255, 255, 255, 0.1);
}
.films-thumbs .container a:hover,
.films-thumbs .container a:focus {
  text-decoration: none;
  outline: 0;
}
.films-thumbs .slick-slide {
  margin: 0 25px;
}
@media (max-width: 37.5em) {
  .films-thumbs .slick-slide {
    margin: 0 5px;
  }
}
.films-thumbs .thumbs-slider {
  padding-bottom: 20px;
  padding-top: 20px;
}
@media (max-width: 37.5em) {
  .films-thumbs .thumbs-slider {
    padding-bottom: 10px;
    padding-top: 10px;
  }
}
.slick-next:before,
.slick-prev:before {
  content: none;
}
.modal-open {
  padding-right: 0 !important;
}
.modal-content {
  border-radius: 0;
  background-image: url(fancybox_loading.gif);
  background-position: center;
  background-repeat: no-repeat;
}
.modal-header .close {
  padding: 1rem 1rem;
  margin: -1rem -1rem -1rem auto;
  position: absolute;
  right: 0;
  top: 0;
}
.modal-header .close:focus {
  outline: 0;
}
.close {
  opacity: 1;
}
.fims-modal h2 {
  font-size: 30px;
  font-family: 'Conv_GOTHAMMEDIUM';
  color: #000;
  line-height: 23px;
  margin-bottom: 10px;
}
.fims-modal h2 span {
  font-size: 20px;
}
@media (max-width: 37.5em) {
  .fims-modal h2 span {
    font-size: 15px;
  }
}
@media (max-width: 37.5em) {
  .fims-modal h2 {
    font-size: 25px;
    line-height: 18px;
  }
}
.fims-modal h3 {
  font-size: 20px;
  font-family: 'Conv_GOTHAMMEDIUM';
  color: #000;
  margin-top: 12px;
  margin-bottom: 12px;
}
@media (max-width: 37.5em) {
  .fims-modal h3 {
    margin-top: 6px;
    margin-bottom: 5px;
  }
}
.fims-modal p {
  font-size: 15px;
  font-family: 'Conv_GOTHAMBOOK';
  color: #000;
  line-height: 20px;
}
@media (max-width: 37.5em) {
  .fims-modal p {
    font-size: 13px;
    line-height: 17px;
  }
}
.fims-modal iframe {
  width: 100%;
  height: 430px;
}
@media (max-width: 37.5em) {
  .fims-modal iframe {
    height: 250px;
  }
}
.footer {
  background-color: #030303;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 18px;
  color: #595959;
  font-size: 15px;
}
@media (max-width: 62em) {
  .footer {
    text-align: center;
  }
}
.footer .fa {
  color: #fff;
  font-size: 20px;
  margin: 15px;
  transition: all .3s;
}
.footer .fa:hover {
  transform: scale(1.2);
}
@media (max-width: 37.5em) {
  .footer .fa {
    margin: 15px 15px 0 15px;
  }
}
@media (max-width: 37.5em) {
  .footer {
    padding-top: 16px;
    padding-bottom: 10px;
    font-size: 12px;
    color: #595959;
    display: table;
  }
}
.footer a {
  text-decoration: none;
}
.footer a:hover {
  text-decoration: none;
}
.footer .container {
  max-width: 1300px;
}
.news-page {
  background-color: #423c32;
  background-image: url(../images/news/page/bg.png);
  background-repeat: repeat-x;
}
.news-page h2 {
  font-size: 72px;
  color: #f0ce98;
  font-family: 'Conv_GothamBold';
}
@media (max-width: 1439px) {
  .news-page h2 {
    font-size: 52px;
  }
}
@media (max-width: 37.5em) {
  .news-page h2 {
    font-size: 34px;
  }
}
.news-page .breadcrumbs {
  background-color: #5b503f;
  padding: 0 7px;
}
.news-page .news-row1 {
  margin-top: 216px;
}
@media (max-width: 1919px) {
  .news-page .news-row1 {
    margin-top: 159px;
  }
}
@media (max-width: 37.5em) {
  .news-page .news-row1 {
    margin-top: 105px;
  }
}
.news-page .news-row1 h3 {
  font-size: 45px;
  color: #ffffff;
  font-family: 'Conv_GothamBold';
  line-height: 45px;
  margin-left: -28%;
  margin-bottom: 25px;
}
@media (max-width: 1599px) {
  .news-page .news-row1 h3 {
    font-size: 39px;
    line-height: 41px;
  }
}
@media (max-width: 1439px) {
  .news-page .news-row1 h3 {
    font-size: 32px;
    line-height: 35px;
  }
}
@media (max-width: 1279px) {
  .news-page .news-row1 h3 {
    margin-left: 0;
    padding-right: 15px;
  }
}
@media (max-width: 991px) {
  .news-page .news-row1 h3 {
    text-align: center;
    padding-right: 0;
  }
}
@media (max-width: 37.5em) {
  .news-page .news-row1 h3 {
    font-size: 22px;
    line-height: 27px;
    margin-bottom: 10px;
  }
}
@media (max-width: 1279px) {
  .news-page .news-row1 h3 br {
    display: none;
  }
}
.news-page .news-row1 p {
  font-size: 16px;
  color: #ffffff;
  font-family: 'Conv_GOTHAMBOOK';
}
@media (max-width: 1439px) {
  .news-page .news-row1 p {
    font-size: 14px;
  }
}
@media (max-width: 37.5em) {
  .news-page .news-row1 p {
    font-size: 13px;
  }
}
@media (max-width: 37.5em) {
  .news-page .news-row1 p br {
    display: none;
  }
}
.news-page .news-row1 p.small {
  font-size: 13px;
  font-family: 'Conv_Gotham-Light';
  margin: 0;
}
@media (max-width: 1439px) {
  .news-page .news-row1 p.small {
    font-size: 12px;
  }
}
.news-page .news-row1 p a {
  color: #f0ce98;
  font-size: 13px;
  font-family: 'Conv_GothamBold';
}
@media (max-width: 1439px) {
  .news-page .news-row1 p a {
    font-size: 12px;
  }
}
.news-page .news-row1 .btn-primary {
  margin-top: 20px;
}
.news-page .news-row1 .numbers {
  background-color: #ffffff;
  position: absolute;
  left: 30%;
  padding: 20px;
  bottom: -40px;
  font-family: 'Conv_GOTHAMBOOK';
  width: 250px;
  text-align: center;
}
@media (max-width: 1279px) {
  .news-page .news-row1 .numbers {
    display: none;
  }
}
@media (max-width: 1439px) {
  .news-page .news-row1 .numbers {
    padding: 10px;
    bottom: -30px;
    width: 200px;
  }
}
.news-page .news-row1 .numbers .active-text {
  color: #ebd99d;
  font-size: 32px;
  display: inline-block;
  vertical-align: middle;
}
@media (max-width: 1439px) {
  .news-page .news-row1 .numbers .active-text {
    font-size: 25px;
  }
}
.news-page .news-row1 .numbers hr {
  width: 63px;
  display: inline-block;
  vertical-align: middle;
  border-top: 1px solid #ebd99d;
}
.news-page .news-row1 .numbers .total-text {
  color: #000;
  font-size: 32px;
  display: inline-block;
  vertical-align: middle;
}
@media (max-width: 1439px) {
  .news-page .news-row1 .numbers .total-text {
    font-size: 25px;
  }
}
.news-page .news-row1 .news-slider-1b {
  padding: 12% 0 0 5%;
}
@media (max-width: 1279px) {
  .news-page .news-row1 .news-slider-1b {
    padding: 0;
  }
}
@media (max-width: 991px) {
  .news-page .news-row1 .news-slider-1b {
    text-align: center;
    padding-top: 25px;
  }
}
@media (max-width: 1279px) {
  .news-page .news-row1 .news-slider-1b {
    padding-top: 15px;
  }
}
.news-page .news-row1 .news-slider-1b .slick-list {
  overflow: visible;
}
.news-page .news-row1 .news-slider-1b .slick-next {
  right: 35% !important;
  width: 22px;
  height: 48px;
  background: url(../images/news/page/next1.png);
}
@media (max-width: 991px) {
  .news-page .news-row1 .news-slider-1b .slick-next {
    right: 0 !important;
  }
}
.news-page .news-row1 .news-slider-1b .slick-prev {
  left: 0 !important;
  width: 22px;
  height: 48px;
  background: url(../images/news/page/prev1.png);
}
.news-page .news-row1 .news-slider-1b .slick-next,
.news-page .news-row1 .news-slider-1b .slick-prev {
  top: inherit;
  bottom: -150px;
}
@media (max-width: 1439px) {
  .news-page .news-row1 .news-slider-1b .slick-next,
  .news-page .news-row1 .news-slider-1b .slick-prev {
    bottom: -100px;
  }
}
@media (max-width: 991px) {
  .news-page .news-row1 .news-slider-1b .slick-next,
  .news-page .news-row1 .news-slider-1b .slick-prev {
    bottom: inherit;
    top: -50px;
  }
}
@media (max-width: 37.5em) {
  .news-page .news-row1 .news-slider-1b .slick-next,
  .news-page .news-row1 .news-slider-1b .slick-prev {
    bottom: inherit;
    top: -50px;
    display: none !important;
  }
}
.news-page .news-row1 .news-slider-1b .slick-next:focus,
.news-page .news-row1 .news-slider-1b .slick-prev:focus {
  outline: 0;
}
.news-page .news-row2 {
  max-width: 1590px;
  padding-top: 140px;
}
@media (max-width: 1439px) {
  .news-page .news-row2 {
    max-width: 1200px;
  }
}
@media (max-width: 991px) {
  .news-page .news-row2 {
    padding-top: 70px;
  }
}
.news-page .news-row2 .textsLeft {
  left: 30.2%;
  position: relative;
}
@media (max-width: 991px) {
  .news-page .news-row2 .textsLeft {
    text-align: center;
    left: 0;
  }
}
.news-page .news-row2 .textsLeft h3 {
  font-size: 35px;
  color: #ffffff;
  font-family: 'Conv_GothamBold';
  line-height: 45px;
  margin-bottom: 15px;
}
@media (max-width: 1439px) {
  .news-page .news-row2 .textsLeft h3 {
    font-size: 25px;
    line-height: 30px;
  }
}
@media (max-width: 37.5em) {
  .news-page .news-row2 .textsLeft h3 {
    font-size: 22px;
    line-height: 27x;
  }
}
.news-page .news-row2 .textsLeft p {
  font-size: 16px;
  color: #ffffff;
  font-family: 'Conv_GOTHAMBOOK';
}
@media (max-width: 1439px) {
  .news-page .news-row2 .textsLeft p {
    font-size: 13px;
  }
}
@media (max-width: 1439px) {
  .news-page .news-row2 .textsLeft p br {
    display: none;
  }
}
.news-page .news-row2 .textsLeft p.big {
  font-size: 18px;
  font-family: 'Conv_Gotham-Light';
  margin-bottom: 8px;
  color: #f0ce98;
}
@media (max-width: 1439px) {
  .news-page .news-row2 .textsLeft p.big {
    font-size: 14px;
    margin-bottom: 2px;
  }
}
.news-page .news-row2 .textsLeft p.small {
  font-size: 13px;
  font-family: 'Conv_Gotham-Light';
  margin: 0;
}
@media (max-width: 1439px) {
  .news-page .news-row2 .textsLeft p.small {
    font-size: 12px;
  }
}
.news-page .news-row2 .textsLeft p a {
  color: #f0ce98;
  font-size: 13px;
  font-family: 'Conv_GothamBold';
}
@media (max-width: 1439px) {
  .news-page .news-row2 .textsLeft p a {
    font-size: 12px;
  }
}
.news-page .news-row2 .textsLeft .btn-primary {
  margin-top: 20px;
}
.news-page .news-row2 .textsRight {
  padding-left: 10.2%;
}
@media (max-width: 991px) {
  .news-page .news-row2 .textsRight {
    padding-left: 15px;
    text-align: center;
    padding-top: 50px;
  }
}
.news-page .news-row2 .textsRight h3 {
  font-size: 17px;
  color: #ffffff;
  font-family: 'Conv_GothamBold';
  line-height: 24px;
  margin-bottom: 15px;
}
@media (max-width: 1439px) {
  .news-page .news-row2 .textsRight h3 {
    font-size: 13px;
    line-height: 18px;
  }
}
.news-page .news-row2 .textsRight img {
  margin-bottom: 15px;
}
.news-page .news-row2 .textsRight p {
  font-size: 16px;
  color: #ffffff;
  font-family: 'Conv_GOTHAMBOOK';
}
.news-page .news-row2 .textsRight p.big {
  font-size: 14px;
  font-family: 'Conv_Gotham-Light';
  margin-bottom: 8px;
  color: #f0ce98;
}
.news-page .news-row2 .textsRight p.small {
  font-size: 11px;
  font-family: 'Conv_Gotham-Light';
  margin: 0;
}
.news-page .news-row2 .textsRight p a {
  color: #f0ce98;
  font-size: 11px;
  font-family: 'Conv_GothamBold';
}
@media (max-width: 37.5em) {
  .news-page .news-row2 .textsRight p a {
    padding-bottom: 30px;
    display: block;
    padding-top: 7px;
  }
}
.news-page .news-row2 .textsRight .btn-primary {
  margin-top: 20px;
}
.news-page .news-row3 {
  padding-top: 40px;
  padding-bottom: 200px;
  padding-right: 160px;
}
@media (max-width: 1439px) {
  .news-page .news-row3 {
    padding-right: 50px;
    padding-bottom: 120px;
  }
}
@media (max-width: 1279px) {
  .news-page .news-row3 {
    padding-right: 15px;
  }
}
@media (max-width: 37.5em) {
  .news-page .news-row3 {
    padding-bottom: 50px;
  }
}
.news-page .news-row3 h2 {
  margin-bottom: 30px;
  margin-left: 330px;
}
@media (max-width: 1279px) {
  .news-page .news-row3 h2 {
    margin-left: 0;
    text-align: center;
  }
}
.news-page .news-row3 .slick-slide {
  margin: 0 25px;
  padding-bottom: 1%;
}
@media (max-width: 1599px) {
  .news-page .news-row3 .slick-slide {
    padding-bottom: 2%;
  }
}
@media (max-width: 1279px) {
  .news-page .news-row3 .slick-slide {
    padding-bottom: 0px;
    margin: 0 15px;
  }
}
.news-page .news-row3 .slick-slide img {
  width: 100%;
}
.news-page .news-row3 .textBox {
  max-width: 485px;
  background-color: #fff;
  padding: 24px 36px;
  position: absolute;
  z-index: 9999999999999;
  right: 0;
  bottom: -93px;
}
@media (max-width: 1439px) {
  .news-page .news-row3 .textBox {
    padding: 18px 26px;
    bottom: -73px;
  }
}
@media (max-width: 1279px) {
  .news-page .news-row3 .textBox {
    bottom: 0;
    position: relative;
    max-width: 100%;
  }
}
@media (max-width: 1279px) {
  .news-page .news-row3 .textBox br {
    display: none;
  }
}
.news-page .news-row3 .textBox h3 {
  font-size: 35px;
  color: #3d3a2f;
  font-family: 'Conv_GothamBold';
  line-height: 35px;
  margin-bottom: 15px;
}
@media (max-width: 1439px) {
  .news-page .news-row3 .textBox h3 {
    font-size: 24px;
    margin-bottom: 10px;
    line-height: 26px;
  }
}
@media (max-width: 37.5em) {
  .news-page .news-row3 .textBox h3 {
    font-size: 19px;
    line-height: 21px;
  }
}
.news-page .news-row3 .textBox p {
  font-size: 12px;
  color: #3d3a2f;
  font-family: 'Conv_GOTHAMBOOK';
}
.news-page .news-row3 .textBox p.small {
  font-size: 12px;
  font-family: 'Conv_Gotham-Light';
  margin: 0;
}
@media (max-width: 1439px) {
  .news-page .news-row3 .textBox p.small {
    font-size: 10px;
  }
}
.news-page .news-row3 .textBox p a {
  color: #3d3a2f;
  font-size: 12px;
  font-family: 'Conv_GothamBold';
}
@media (max-width: 1439px) {
  .news-page .news-row3 .textBox p a {
    font-size: 10px;
  }
}
.news-page .news-row3 .slick-next {
  right: 45.5%;
  margin: auto;
  width: 6.2vh;
  height: 6.2vh;
  background-size: cover;
  background: url(../images/news/page/next2.png);
  background-size: cover;
}
@media (max-width: 1279px) {
  .news-page .news-row3 .slick-next {
    right: 5px;
  }
}
@media (max-width: 37.5em) {
  .news-page .news-row3 .slick-next {
    width: 30px;
    height: 30px;
    right: -5px;
  }
}
.news-page .news-row3 .slick-prev {
  left: 45.5%;
  margin: auto;
  width: 6.2vh;
  height: 6.2vh;
  background-size: cover;
  background: url(../images/news/page/prev2.png);
  background-size: cover;
}
@media (max-width: 1279px) {
  .news-page .news-row3 .slick-prev {
    left: 5px;
    z-index: 5;
  }
}
@media (max-width: 37.5em) {
  .news-page .news-row3 .slick-prev {
    width: 30px;
    height: 30px;
    left: -5px;
  }
}
.news-page .news-row3 .slick-next,
.news-page .news-row3 .slick-prev {
  top: inherit;
  bottom: -150px;
}
@media (max-width: 1439px) {
  .news-page .news-row3 .slick-next,
  .news-page .news-row3 .slick-prev {
    bottom: -60px;
  }
}
@media (max-width: 1279px) {
  .news-page .news-row3 .slick-next,
  .news-page .news-row3 .slick-prev {
    top: 50%;
    bottom: inherit;
  }
}
.news-page .news-row3 .slick-next:focus,
.news-page .news-row3 .slick-prev:focus {
  outline: 0;
}
.news-page .news-row3 .slick-next:hover,
.news-page .news-row3 .slick-prev:hover {
  opacity: .8;
}
.news-page .news-row4 {
  max-width: 1545px;
  text-align: center;
}
@media (max-width: 1439px) {
  .news-page .news-row4 {
    max-width: 1200px;
  }
}
.news-page .news-row4 .box {
  display: inline-block;
  margin: 10px;
  vertical-align: top;
  width: 18%;
}
@media (max-width: 1439px) {
  .news-page .news-row4 .box {
    margin: 5px;
  }
}
@media (max-width: 37.5em) {
  .news-page .news-row4 .box {
    width: 100%;
    padding-bottom: 15px;
    margin: auto;
  }
}
.news-page .news-row4 .box h3 {
  font-size: 17px;
  color: #ffffff;
  font-family: 'Conv_GothamBold';
  line-height: 24px;
  margin-bottom: 15px;
  text-align: left;
}
@media (max-width: 1439px) {
  .news-page .news-row4 .box h3 {
    font-size: 13px;
    line-height: 17px;
  }
}
@media (max-width: 37.5em) {
  .news-page .news-row4 .box h3 {
    text-align: center;
  }
}
@media (max-width: 1279px) {
  .news-page .news-row4 .box h3 br {
    display: none;
  }
}
.news-page .news-row4 .box img {
  margin-bottom: 15px;
}
.news-page .news-row4 .box p {
  font-size: 16px;
  color: #ffffff;
  font-family: 'Conv_GOTHAMBOOK';
  text-align: left;
}
@media (max-width: 37.5em) {
  .news-page .news-row4 .box p {
    text-align: center;
  }
}
.news-page .news-row4 .box p.big {
  font-size: 14px;
  font-family: 'Conv_Gotham-Light';
  margin-bottom: 8px;
  color: #f0ce98;
}
@media (max-width: 1439px) {
  .news-page .news-row4 .box p.big {
    font-size: 12px;
    margin-bottom: 5px;
  }
}
.news-page .news-row4 .box p.small {
  font-size: 11px;
  font-family: 'Conv_Gotham-Light';
  margin: 0;
}
@media (max-width: 1439px) {
  .news-page .news-row4 .box p.small {
    font-size: 10px;
  }
}
@media (max-width: 37.5em) {
  .news-page .news-row4 .box p.small {
    text-align: center;
  }
}
.news-page .news-row4 .box p a {
  color: #f0ce98;
  font-size: 11px;
  font-family: 'Conv_GothamBold';
}
@media (max-width: 37.5em) {
  .news-page .news-row4 .box p a {
    text-align: center;
  }
}
.news-page .archivedNews {
  background: url(../images/news/page/archivedBg.png);
  background-position: center;
  background-repeat: repeat-y;
  max-width: 1525px;
  margin-top: 50px;
  padding-top: 100px;
  padding-bottom: 200px;
  background-size: contain;
}
@media (max-width: 1919px) {
  .news-page .archivedNews {
    max-width: 1435px;
  }
}
@media (max-width: 1599px) {
  .news-page .archivedNews {
    max-width: 1350px;
  }
}
@media (max-width: 1439px) {
  .news-page .archivedNews {
    max-width: 1150px;
    padding-top: 70px;
    padding-bottom: 110px;
  }
}
@media (max-width: 991px) {
  .news-page .archivedNews {
    background: none;
    text-align: center;
    padding-left: 15px !important;
    padding-right: 15px !important;
    padding-top: 0px;
    padding-bottom: 0px;
  }
}
.news-page .archivedNews .container {
  max-width: 1540px;
}
.news-page .archivedNews .container .form-control {
  width: 212px;
  color: #f0ce98;
  background-color: #23211a;
  border-radius: 50px;
  border-color: #f0ce98;
  cursor: pointer;
  margin-right: 150px;
  background-image: url(../images/news/page/drop-arrow.png);
  background-position: center right;
  background-repeat: no-repeat;
  font-size: 14px;
  font-family: 'Conv_Gotham-Light';
}
@media (max-width: 991px) {
  .news-page .archivedNews .container .form-control {
    margin: 15px auto auto auto;
  }
}
.news-page .archivedNews .container .form-control:focus {
  box-shadow: none !important;
}
@media (max-width: 991px) {
  .news-page .archivedNews .archived-slider {
    padding-top: 25px;
  }
}
.news-page .archivedNews .slider-row {
  margin-top: 100px;
}
@media (max-width: 1439px) {
  .news-page .archivedNews .slider-row {
    margin-top: 50px;
  }
}
@media (max-width: 991px) {
  .news-page .archivedNews .slider-row {
    margin-top: 30px;
  }
}
.news-page .archivedNews .slider-row h3 {
  font-size: 36px;
  color: #ffffff;
  font-family: 'Conv_GothamBold';
  line-height: 40px;
  margin-bottom: 15px;
}
@media (max-width: 1599px) {
  .news-page .archivedNews .slider-row h3 {
    font-size: 31px;
    line-height: 35px;
  }
}
@media (max-width: 1439px) {
  .news-page .archivedNews .slider-row h3 {
    font-size: 26px;
    line-height: 30px;
  }
}
@media (max-width: 991px) {
  .news-page .archivedNews .slider-row h3 {
    font-size: 19px;
    line-height: 24px;
  }
}
.news-page .archivedNews .slider-row p {
  font-size: 12px;
  color: #ffffff;
  font-family: 'Conv_GOTHAMBOOK';
}
.news-page .archivedNews .slider-row p.big {
  font-size: 14px;
  font-family: 'Conv_Gotham-Light';
  margin-bottom: 8px;
  color: #f0ce98;
}
.news-page .archivedNews .slider-row p.small {
  font-size: 11px;
  font-family: 'Conv_Gotham-Light';
  margin: 0;
}
.news-page .archivedNews .slider-row p a {
  color: #f0ce98;
  font-size: 11px;
  font-family: 'Conv_GothamBold';
}
.news-page .archivedNews .slider-row hr {
  margin-top: 27px;
  margin-bottom: 40px;
  border: 0;
  border-top: 1px solid #6b6964;
}
@media (max-width: 991px) {
  .news-page .archivedNews .slider-row hr {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}
.news-page .archivedNews .slider-row .slick-next {
  right: 70%;
  margin: auto;
  width: 6.2vh;
  height: 6.2vh;
  background-size: cover !important;
  background: url(../images/news/page/next2.png);
}
@media (max-width: 991px) {
  .news-page .archivedNews .slider-row .slick-next {
    right: -20px;
    width: 30px;
    height: 30px;
  }
}
.news-page .archivedNews .slider-row .slick-prev {
  left: -20px;
  margin: auto;
  width: 6.2vh;
  height: 6.2vh;
  background-size: cover !important;
  background: url(../images/news/page/prev2.png);
  z-index: 5;
}
@media (max-width: 991px) {
  .news-page .archivedNews .slider-row .slick-prev {
    width: 30px;
    height: 30px;
  }
}
.news-page .archivedNews .slider-row .slick-next,
.news-page .archivedNews .slider-row .slick-prev {
  top: inherit;
  bottom: -90px;
}
@media (max-width: 991px) {
  .news-page .archivedNews .slider-row .slick-next,
  .news-page .archivedNews .slider-row .slick-prev {
    top: 50%;
    bottom: inherit;
  }
}
.news-page .archivedNews .slider-row .slick-next:focus,
.news-page .archivedNews .slider-row .slick-prev:focus {
  outline: 0;
}
.news-page .archivedNews .slider-row .slick-next:hover,
.news-page .archivedNews .slider-row .slick-prev:hover {
  opacity: .8;
}
.news-page .btn-primary {
  background-color: #fff;
  border-radius: 10px;
  font-size: 16px;
  color: #000;
  font-family: 'Conv_GOTHAMMEDIUM';
  text-transform: none;
  padding: 18px 25px;
  width: 285px;
  text-align: left;
  position: relative;
  left: 0;
  transition: all .3s;
}
@media (max-width: 1439px) {
  .news-page .btn-primary {
    width: 220px;
    padding: 13px 25px;
  }
}
@media (max-width: 37.5em) {
  .news-page .btn-primary {
    width: 172px;
    padding: 9px 19px;
  }
}
.news-page .btn-primary:hover {
  box-shadow: 0px 0px 20px -3px rgba(0, 0, 0, 0.53);
  left: 10px;
}
.news-page .btn-primary img {
  float: right;
  margin-top: 9px;
}
.accolades-page {
  background-color: #202020;
}
@media (max-width: 37.5em) {
  .accolades-page .tabs-nav-wrap {
    text-align: center;
  }
}
.accolades-page h2 {
  font-size: 72px;
  color: #f0ce98;
  font-family: 'Conv_GothamBold';
}
@media (max-width: 1439px) {
  .accolades-page h2 {
    font-size: 52px;
  }
}
@media (max-width: 37.5em) {
  .accolades-page h2 {
    font-size: 34px;
  }
}
.accolades-page .breadcrumbs {
  background-color: #202020;
  padding: 0 7px;
}
.accolades-page .main {
  background-image: url(../images/accoladesBg.jpg);
  background-repeat: no-repeat;
  background-color: #030303;
  background-position: center top;
  margin-top: 220px;
  min-height: 500px;
}
@media (max-width: 1919px) {
  .accolades-page .main {
    margin-top: 160px;
  }
}
@media (max-width: 37.5em) {
  .accolades-page .main {
    min-height: auto;
  }
}
@media (max-width: 37.5em) {
  .accolades-page .main {
    margin-top: 110px;
    background-image: none;
    padding-top: 30px;
  }
}
.accolades-page .main .container {
  max-width: 1260px;
}
.accolades-page .main .tabs-nav-wrap ul {
  display: inline-block;
  list-style: none;
  padding: 0;
}
.accolades-page .main .tabs-nav-wrap ul li {
  list-style: none;
  display: inline-block;
}
.accolades-page .main .tabs-nav li {
  list-style: none;
  display: block;
  padding: 5px 20px;
  text-transform: uppercase;
  font-size: 17px;
  font-family: 'Conv_GOTHAMBOOK';
  cursor: pointer;
  color: #fff;
  text-align: left;
  text-decoration: none;
}
@media (max-width: 37.5em) {
  .accolades-page .main .tabs-nav li {
    font-size: 13px;
  }
}
.accolades-page .main .tabs-nav li:nth-child(2) {
  border-left: 1px solid #cbb71c;
}
.accolades-page .main .tabs-nav .tab-nav-link.current,
.accolades-page .main .tabs-nav .tab-nav-link:hover {
  color: #cbb71c;
}
.accolades-page .main .tab-content {
  padding: 20px 0;
  display: none;
}
@media (max-width: 37.5em) {
  .accolades-page .main .tab-content {
    padding: 0 0;
  }
}
.accolades-page .main .box {
  width: 100%;
  margin: 13px auto;
  clear: both;
}
@media (max-width: 37.5em) {
  .accolades-page .main .box {
    text-align: center;
  }
}
@media (max-width: 37.5em) {
  .accolades-page .main .box br {
    display: none;
  }
}
.accolades-page .main .box .icon {
  display: inline-block;
  vertical-align: top;
}
.accolades-page .main .box .rightBox {
  display: inline-block;
  vertical-align: top;
  border-bottom: 1px solid #323019;
  margin-left: 10px;
  max-width: 495px;
  width: 100%;
}
@media (max-width: 37.5em) {
  .accolades-page .main .box .rightBox {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
.accolades-page .main .box .rightBox .texts {
  display: inline-block;
  vertical-align: top;
  margin-right: 20px;
  padding-bottom: 18px;
}
@media (max-width: 37.5em) {
  .accolades-page .main .box .rightBox .texts {
    padding-bottom: 10px;
  }
}
.accolades-page .main .box .rightBox .texts h3 {
  font-size: 18px;
  color: #fff;
  font-family: 'Conv_GothamBold';
  text-transform: uppercase;
}
@media (max-width: 37.5em) {
  .accolades-page .main .box .rightBox .texts h3 {
    font-size: 16px;
  }
}
.accolades-page .main .box .rightBox .texts p {
  color: #fbf17b;
  font-family: 'Conv_Gotham-Light';
  color: #fbf17b;
  font-size: 16px;
}
.accolades-page .main .box .rightBox .texts p.white {
  color: #fff;
  margin: 8px 0;
}
.accolades-page .main .box .rightBox .texts p.winner {
  font-size: 18px;
  text-transform: uppercase;
  font-family: 'Conv_GOTHAMBOOK';
}
.accolades-page .main .box .rightBox .texts p.nominated {
  color: #8e8e8e;
  text-transform: uppercase;
  font-family: 'Conv_GOTHAMBOOK';
}
.accolades-page .main .box .rightBox img {
  float: right;
  transition: all .3s;
}
.accolades-page .main .box .rightBox img:hover {
  transform: scale(1.1);
}
.accolades-page .main #international {
  display: none;
}
.bio-page {
  background-image: url(../images/bio/page/bg.jpg);
  background-color: #5d3438;
  background-position: center top;
}
@media (max-width: 1439px) {
  .bio-page {
    background-size: 124%;
  }
}
@media (max-width: 81.25em) {
  .bio-page {
    background-size: 134%;
  }
}
@media (max-width: 37.5em) {
  .bio-page {
    background-image: url(../images/bio/page/bg2.jpg);
    background-size: inherit;
    background-position: center;
  }
}
.bio-page .bio-main {
  max-width: 1275px;
  color: #fff;
  margin-top: 230px;
}
@media (max-width: 1439px) {
  .bio-page .bio-main {
    max-width: 1200px;
    margin-top: 171px;
  }
}
.bio-page .bio-main img {
  display: none;
}
@media (max-width: 37.5em) {
  .bio-page .bio-main img {
    display: block;
  }
}
@media (max-width: 37.5em) {
  .bio-page .bio-main {
    margin-top: 111px;
  }
}
.bio-page .bio-main p {
  font-size: 18px;
  line-height: 25px;
}
@media (max-width: 1439px) {
  .bio-page .bio-main p {
    font-size: 16px;
    line-height: 23px;
  }
}
@media (max-width: 37.5em) {
  .bio-page .bio-main p {
    font-size: 14px;
    line-height: 23px;
  }
}
@media (max-width: 37.5em) {
  .bio-page .bio-main p br {
    display: none;
  }
}
.bio-page .bio-main p.firstLine {
  line-height: 26px;
}
@media (max-width: 37.5em) {
  .bio-page .bio-main p.firstLine {
    line-height: 22px;
  }
}
.bio-page .bio-main p span {
  font-size: 32px;
  font-family: 'Conv_GothamBold';
}
@media (max-width: 1439px) {
  .bio-page .bio-main p span {
    font-size: 30px;
  }
}
@media (max-width: 1439px) {
  .bio-page .bio-main p span {
    font-size: 20px;
  }
}
.bio-page .bio-main p.big {
  font-size: 22px;
  margin: 0;
}
@media (max-width: 1439px) {
  .bio-page .bio-main p.big {
    font-size: 20px;
  }
}
.bio-page .bio-main p.big span {
  font-size: 22px;
  font-family: 'Conv_GothamBold';
}
.bio-page .bio-main h3 {
  font-size: 32px;
  font-family: 'Conv_GothamBold';
  line-height: 33px;
  margin-bottom: 20px;
}
@media (max-width: 1439px) {
  .bio-page .bio-main h3 {
    font-size: 30px;
    line-height: 30px;
  }
}
@media (max-width: 1439px) {
  .bio-page .bio-main h3 {
    font-size: 22px;
    line-height: 28px;
  }
}
@media (max-width: 37.5em) {
  .bio-page .bio-main h3 br {
    display: none;
  }
}
.bio-page .bio-main .bio-2 {
  padding-top: 20px;
}
.bio-page .bio-main .bio-3 {
  padding-top: 40px;
}
@media (max-width: 37.5em) {
  .bio-page .bio-main .bio-3 {
    padding-top: 0px;
  }
}
.bio-page .bio-main .bio-4 {
  margin-top: -196px;
  margin-bottom: 80px;
  margin-bottom: 60px;
}
@media (max-width: 37.5em) {
  .bio-page .bio-main .bio-4 {
    margin-top: 0px;
  }
}
.bio-page .bio-main .bio-4 h3 {
  margin-bottom: 60px;
}
@media (max-width: 1439px) {
  .bio-page .bio-main .bio-4 h3 {
    margin-bottom: 50px;
  }
}
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 1px;
  text-overflow: '';
}
select::-ms-expand {
  display: none;
}
.gallery-page {
  background-color: #3f5b47;
}
.gallery-page .breadcrumbs {
  background-color: #3f5b47;
  padding: 0 7px;
}
.gallery-page .breadcrumbs a.active {
  color: #8fcaa0 !important;
}
.gallery-page .gallery-header {
  background: url(../images/gallery/page/gallery-header-bg.png);
  background-repeat: no-repeat;
}
@media (max-width: 37.5em) {
  .gallery-page .gallery-header {
    background-position: right;
  }
}
.gallery-page .filter-row {
  margin-top: 170px;
  padding-top: 30px;
  padding-bottom: 30px;
  max-width: 1214px;
}
@media (max-width: 1919px) {
  .gallery-page .filter-row {
    margin-top: 129px;
  }
}
@media (max-width: 37.5em) {
  .gallery-page .filter-row {
    margin-top: 85px;
    text-align: center;
    display: block !important;
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
.gallery-page .filter-row a {
  color: #fff;
  font-size: 16px;
  text-transform: uppercase;
  text-decoration: none;
  text-transform: uppercase;
  margin: 0 10px;
  padding: 2px 12px;
  font-family: 'Conv_GOTHAMBOOK';
  transition: all .3s;
  border-radius: 10px;
  cursor: pointer;
}
@media (max-width: 37.5em) {
  .gallery-page .filter-row a {
    font-size: 13px;
    padding: 4px 12px;
  }
}
.gallery-page .filter-row a:hover {
  background-color: #fff;
  color: #3f5b47;
}
.gallery-page .filter-row .active {
  background-color: #fff;
  color: #3f5b47;
  font-family: 'Conv_GOTHAMMEDIUM';
  border-radius: 10px;
}
.gallery-page .grid-layout {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(212px, 1fr));
  grid-gap: 0;
  grid-auto-rows: minmax(180px, auto);
  grid-auto-flow: dense;
  padding: 0;
}
.gallery-page .grid-layout .texts {
  width: 275px;
}
@media (max-width: 37.5em) {
  .gallery-page .grid-layout .texts {
    text-align: center;
  }
}
.gallery-page .grid-layout .texts h3 {
  font-family: 'Conv_GOTHAMMEDIUM';
  color: #ffffff;
  font-size: 29px;
  line-height: 30px;
}
@media (max-width: 37.5em) {
  .gallery-page .grid-layout .texts h3 {
    font-size: 22px;
    line-height: 25px;
  }
}
.gallery-page .grid-layout .texts p {
  color: #aad3b6;
  font-size: 16px;
}
.gallery-page .grid-layout .grid-item {
  padding: 0;
  position: relative;
  background-color: #333;
  transition: all .3s;
}
.gallery-page .grid-layout .grid-item:hover .overlay {
  opacity: 1;
}
.gallery-page .grid-layout .grid-item .icon {
  position: absolute;
  right: 20px;
  bottom: 20px;
  z-index: 5;
  width: auto;
  cursor: pointer;
  transition: all .3s;
}
@media (max-width: 37.5em) {
  .gallery-page .grid-layout .grid-item .icon {
    right: 10px;
    bottom: 10px;
    width: 30px;
  }
}
.gallery-page .grid-layout .grid-item .icon:hover {
  transform: scale(1.1);
  opacity: 0.8;
  filter: grayscale(100%);
}
.gallery-page .grid-layout .grid-item .overlay {
  width: 100%;
  height: 100%;
  background: rgba(38, 52, 42, 0.9);
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  opacity: 0;
  transition: all .3s;
}
.gallery-page .grid-layout .span-1 {
  grid-column-end: span 2;
  grid-row-end: span 1;
}
@media (max-width: 991px) {
  .gallery-page .grid-layout .span-1 {
    grid-column-end: span 10;
  }
}
.gallery-page .grid-layout .span-2 {
  grid-column-end: span 2;
  grid-row-end: span 1;
}
@media (max-width: 991px) {
  .gallery-page .grid-layout .span-2 {
    grid-column-end: span 10;
  }
}
.gallery-page .grid-layout .span-3 {
  grid-column-end: span 4;
  grid-row-end: span 1;
}
@media (max-width: 991px) {
  .gallery-page .grid-layout .span-3 {
    grid-column-end: span 10;
  }
}
.gallery-page .grid-layout .span-4 {
  grid-column-end: span 2;
  grid-row-end: span 2;
}
@media (max-width: 991px) {
  .gallery-page .grid-layout .span-4 {
    grid-column-end: span 10;
  }
}
.gallery-page .grid-layout .span-5 {
  grid-column-end: span 4;
  grid-row-end: span 2;
}
@media (max-width: 991px) {
  .gallery-page .grid-layout .span-5 {
    grid-column-end: span 10;
  }
}
.gallery-page .grid-layout .span-9 {
  grid-column-end: span 2;
  grid-row-end: span 1;
}
@media (max-width: 991px) {
  .gallery-page .grid-layout .span-9 {
    grid-column-end: span 10;
  }
}
.gallery-page .grid-layout .span-11 {
  grid-column-end: span 2;
  grid-row-end: span 2;
}
@media (max-width: 991px) {
  .gallery-page .grid-layout .span-11 {
    grid-column-end: span 10;
  }
}
.gallery-page .grid-layout .span-12 {
  grid-column-end: span 2;
  grid-row-end: span 2;
}
@media (max-width: 991px) {
  .gallery-page .grid-layout .span-12 {
    grid-column-end: span 10;
  }
}
.gallery-page .grid-layout .span-13 {
  grid-column-end: span 2;
  grid-row-end: span 1;
}
@media (max-width: 991px) {
  .gallery-page .grid-layout .span-13 {
    grid-column-end: span 10;
  }
}
.gallery-page .grid-layout .span-14 {
  grid-column-end: span 2;
  grid-row-end: span 1;
}
@media (max-width: 991px) {
  .gallery-page .grid-layout .span-14 {
    grid-column-end: span 10;
  }
}
.gallery-page .grid-layout .span-15 {
  grid-column-end: span 4;
  grid-row-end: span 1;
}
@media (max-width: 991px) {
  .gallery-page .grid-layout .span-15 {
    grid-column-end: span 10;
  }
}
.gallery-page .grid-layout .span-16 {
  grid-column-end: span 2;
  grid-row-end: span 1;
}
@media (max-width: 991px) {
  .gallery-page .grid-layout .span-16 {
    grid-column-end: span 10;
  }
}
.gallery-page .grid-layout .span-18 {
  grid-column-end: span 2;
  grid-row-end: span 1;
}
@media (max-width: 991px) {
  .gallery-page .grid-layout .span-18 {
    grid-column-end: span 10;
  }
}
.gallery-page .grid-layout .span-19 {
  grid-column-end: span 2;
  grid-row-end: span 1;
}
@media (max-width: 991px) {
  .gallery-page .grid-layout .span-19 {
    grid-column-end: span 10;
  }
}
.gallery-page .grid-layout .span-25 {
  grid-column-end: span 4;
  grid-row-end: span 2;
}
@media (max-width: 991px) {
  .gallery-page .grid-layout .span-25 {
    grid-column-end: span 10;
  }
}
.gallery-page .grid-layout img {
  display: table;
  width: 100%;
}
.gallery-page .compensate-for-scrollbar {
  margin-right: 0;
}
.gallery-page .fancybox-slide--image .fancybox-content {
  border: 30px solid #fff;
}
.gallery-page .fancybox-nav {
  width: 60px;
}
.gallery-page .fancybox-nav span {
  visibility: visible;
}
.gallery-page .fancybox-next {
  right: -60px;
}
@media (max-width: 37.5em) {
  .gallery-page .fancybox-next {
    right: -45px;
  }
}
.gallery-page .fancybox-prev {
  left: -60px;
}
@media (max-width: 37.5em) {
  .gallery-page .fancybox-prev {
    left: -45px;
  }
}
.compensate-for-scrollbar {
  margin-right: 0 !important;
}
.fancybox-skin {
  border-radius: 0 !important;
}
.fancybox-next span {
  right: 10px !important;
  background-position: 0px -130px !important;
}
.fancybox-nav span {
  width: 50px !important;
  height: 71px !important;
  margin-top: 0 !important;
  top: 45% !important;
}
.fancybox-prev span {
  left: 5px !important;
  background-position: 0px -51px !important;
}
.fancybox-close {
  top: 0px !important;
  right: 0 !important;
  width: 50px !important;
  height: 50px !important;
}
/*# sourceMappingURL=style.css.map */