@font-face {
    font-family: 'gt_haptiklight';
    src: url('fonts/gt-haptik-light-webfont.eot');
    src: url('fonts/gt-haptik-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/gt-haptik-light-webfont.woff2') format('woff2'),
         url('fonts/gt-haptik-light-webfont.woff') format('woff'),
         url('fonts/gt-haptik-light-webfont.ttf') format('truetype'),
         url('fonts/gt-haptik-light-webfont.svg#gt_haptiklight') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'gt_haptikthin';
    src: url('fonts/gt-haptik-thin-webfont.eot');
    src: url('fonts/gt-haptik-thin-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/gt-haptik-thin-webfont.woff2') format('woff2'),
         url('fonts/gt-haptik-thin-webfont.woff') format('woff'),
         url('fonts/gt-haptik-thin-webfont.ttf') format('truetype'),
         url('fonts/gt-haptik-thin-webfont.svg#gt_haptikthin') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'gt_haptikthin_oblique';
    src: url('fonts/gt-haptik-thin-oblique-webfont.eot');
    src: url('fonts/gt-haptik-thin-oblique-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/gt-haptik-thin-oblique-webfont.woff2') format('woff2'),
         url('fonts/gt-haptik-thin-oblique-webfont.woff') format('woff'),
         url('fonts/gt-haptik-thin-oblique-webfont.ttf') format('truetype'),
         url('fonts/gt-haptik-thin-oblique-webfont.svg#gt_haptikthin_oblique') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'gt_haptikthin_rotalic';
    src: url('fonts/gt-haptik-thin-rotalic-webfont.eot');
    src: url('fonts/gt-haptik-thin-rotalic-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/gt-haptik-thin-rotalic-webfont.woff2') format('woff2'),
         url('fonts/gt-haptik-thin-rotalic-webfont.woff') format('woff'),
         url('fonts/gt-haptik-thin-rotalic-webfont.ttf') format('truetype'),
         url('fonts/gt-haptik-thin-rotalic-webfont.svg#gt_haptikthin_rotalic') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'gt_haptiklight_rotalic';
    src: url('fonts/gt-haptik-light-rotalic-webfont.eot');
    src: url('fonts/gt-haptik-light-rotalic-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/gt-haptik-light-rotalic-webfont.woff2') format('woff2'),
         url('fonts/gt-haptik-light-rotalic-webfont.woff') format('woff'),
         url('fonts/gt-haptik-light-rotalic-webfont.ttf') format('truetype'),
         url('fonts/gt-haptik-light-rotalic-webfont.svg#gt_haptiklight_rotalic') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'gt_haptiklight_oblique';
    src: url('fonts/gt-haptik-light-oblique-webfont.eot');
    src: url('fonts/gt-haptik-light-oblique-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/gt-haptik-light-oblique-webfont.woff2') format('woff2'),
         url('fonts/gt-haptik-light-oblique-webfont.woff') format('woff'),
         url('fonts/gt-haptik-light-oblique-webfont.ttf') format('truetype'),
         url('fonts/gt-haptik-light-oblique-webfont.svg#gt_haptiklight_oblique') format('svg');
    font-weight: normal;
    font-style: normal;

}

body,
html {
	background-color: #fff;
	font-family: 'gt_haptiklight';
}

* {

}

h1 {
	font-size: 45px;
  	color: #ffd200;
}

.h2 {

}

h3 {	
	color: #5A7AAE;
	font-size: 15px;
}

.h4 {

}

.h5 {

}

.h6 {

}

p {
	font-size: 15px;
  	font-weight: 300;
  	font-family: 'gt_haptiklight';
}

a {
	color: #000;
  	text-decoration: none;
  	font-family: 'gt_haptiklight';
}

a, a:visited {

}

a:hover, a:active, a:focus {

}

strong, b, .bold {
	font-weight: 700;
}

.blue {
	color: #6D8EBD;
}

.white {
	color: #fff !important;
}

.grey {
	color: #9B9B9B;
}

.center {
	text-align: center;
}

.normal {
	font-weight: 400;
}

.capital {
	text-transform: uppercase;
}

.helvetica {
	font-family: 'Helvetica Neue';
}

:focus {
  outline: none;
}

.line-height {
	line-height: 19px;
}

small {

}

/* ======= COLORS ======== */

/* ======= MARGINS & PADDINGS ======== */
.pd-zero {
	padding: 0;
}

.pd-left-zero {
	padding-left: 0;
}

.mg-top-zero {
	margin-top: 0;
}

.mg-left-zero {
	margin-left: 0;
}

.mg-bottom-zero {
	margin-bottom: 0;
}


.sm-mg-top {
	margin-top: 5px;
}

.sm-mg-right {
	margin-right: 5px;
}

.sm-mg-bottom {
	margin-bottom: 5px;
}

.sm-mg-left {
	margin-left: 5px;
}

.md-mg-top {
	margin-top: 30px;
}

.md-mg-right {
	margin-right: 30px;
}

.md-mg-bottom, .dk-md-mg-bottom {
	margin-bottom: 30px;
}

.md-pd-bottom-two {
	padding-bottom: 0;
}

.md-mg-left {
	margin-left: 30px;
}

.lg-mg-top {
	margin-top: 50px;
}

.lg-mg-right {
	margin-right: 50px;
}

.lg-mg-bottom {
	margin-bottom: 50px;
}

.lg-mg-left {
	margin-left: 50px;
}

.sm-pd-top {
	padding-top: 5px;
}

.sm-pd-right {
	padding-right: 5px;
}

.sm-pd-bottom {
	padding-bottom: 5px;
}

.sm-pd-left {
	padding-left: 5px;
}

.md-pd-top {
	padding-top: 30px;
}

.md-pd-bottom {
	padding-bottom: 30px;
}

.md-pd-right {
	padding-right: 15px;
}

.md-pd-left {
	padding-left: 15px;
}

.lg-pd-top {
	padding-top: 50px;
}

.lg-pd-right, .dk-lg-pd-right {
	padding-right: 50px;
}

.lg-pd-right-two {
	padding-right: 250px;
}

.lg-pd-bottom {
	padding-bottom: 50px;
}

.lg-pd-left, .dk-lg-pd-left {
	padding-left: 50px;
}

.lg-pd-left-two {
	padding-left: 250px;
}

/* ======= GENERAL ======== */

input {
	-webkit-appearance: none;
}

/* ======= MENU AND HEADER ======== */

.header {
	height: auto;
	z-index: 999;
	position: relative;
}

.logo {
	float: left;
	height: 113px;
	width: 300px;
	background-image: url(img/logo.svg);
	background-repeat: no-repeat;
	margin-top: 42px;
	margin-left: 50px;
}

.logo-white {
	background-image: url(img/logo-white.svg);
}

.logo strong {
	font-family: 'gt_haptiklight';
	font-weight: normal;
}

.blue-logo {
	color: #6D8EBD;
}

.links {
	float: right;
	padding: 47px 0;
}

.facebook-icon {
	float: left;
	padding: 0 5px;
	fill:#DBD9D9;
	cursor: pointer;
	-webkit-transition: all 50ms ease-in-out;
  	transition: all 50ms ease-in-out;
}

.facebook-icon:hover {
	fill:#6D8EBD;
}

.twitter-icon {
	float: left;
	padding: 0 5px;
	fill:#DBD9D9;
	cursor: pointer;
	-webkit-transition: all 50ms ease-in-out;
  	transition: all 50ms ease-in-out;
}

.twitter-icon:hover {
	fill:#6D8EBD;
}

.instagram-icon {
	float: left;
	padding: 0 5px;
	fill:#DBD9D9;
	cursor: pointer;
	-webkit-transition: all 50ms ease-in-out;
	transition: all 50ms ease-in-out;
}

.instagram-icon:hover {
	fill:#6D8EBD;
}

.linkedin-icon {
	float: left;
	padding: 0 5px;
	fill:#DBD9D9;
	cursor: pointer;
	-webkit-transition: all 50ms ease-in-out;
	transition: all 50ms ease-in-out;
}

.linkedin-icon:hover {
	fill:#6D8EBD;
}

.mail-icon {
	float: left;
	padding: 0 5px;
	fill:#DBD9D9;
	cursor: pointer;
	-webkit-transition: all 50ms ease-in-out;
  	transition: all 150ms ease-in-out;
}

.mail-icon:hover {
	fill:#6D8EBD;
}

.language {
	float: left;
	padding: 0 5px;
	color: #DBD9D9;
	cursor: pointer;
	-webkit-transition: all 50ms ease-in-out;
  	transition: all 50ms ease-in-out;
}

.language:hover {
	color:#6D8EBD;
}

.stop-scrolling {
  	height: 100%;
  	overflow: hidden;
}

/* ======= FULL MENU ======== */

.full-menu {
  	visibility: hidden;
  	display: table;
  	position: fixed;
  	top: 0;
  	left: 0;
  	height: 100%;
  	width: 100%;
  	opacity: 0;
  	z-index: 10;
  	background-color: rgba(92, 122, 174, 0.96);
  	-webkit-transform: scale(0.85);
  	-ms-transform: scale(0.85);
  	transform: scale(0.85);
  	-webkit-transition: all 200ms ease-in-out;
  	transition: all 200ms ease-in-out;
}

.full-menu-open {
  	visibility: visible;
  	opacity: 1;
  	-webkit-transform: scale(1);
  	-ms-transform: scale(1);
  	transform: scale(1);
}

.full-menu-open > .links {
	display: none;
}

.full-menu-transition {
  	-webkit-transition: all 200ms ease-in-out;
  	transition: all 200ms ease-in-out;
}

.full-menu-middle {
  	display: table-cell;
  	padding-top: 175px;
}

.sub-menu {
	padding: 0;
	padding-bottom: 0;
}

.main-nav li {
  	margin: 0 0 3px 0;
  	list-style: none;
}

.main-nav li a {
  	font-size: 30px;
  	color: #fff;
  	text-transform: uppercase;
  	letter-spacing: 1.15px;
  	-webkit-transition: all 50ms ease-in-out;
  	transition: all 50ms ease-in-out;
}

.main-nav li a:hover,
.main-nav li a:focus {
  	border-bottom: none;
  	text-decoration: none;
  	color: #000;
}

.sub-menu li a {
	color: #90A9D2;
	text-transform: none;
}

.social-menu-toggle {
	width: 300px;
	border-top: 1px solid rgba(255, 255, 255, 0.15);
	margin-left: auto;
	margin-right: auto;
	padding-top: 20px;
}

.social {
	width: 120px;
	margin-right: auto;
	margin-left: auto;
}

.facebook {
	float: left;
	padding: 0 5px;
}

.twitter {
	float: left;
	padding: 0 5px;
}

.instagram {
	float: left;
	padding: 0 5px;
}

.linkedin {
	float: left;
	padding: 0 5px;
}

.instagram svg {
	overflow: visible!important;
}

.switch-mobile {
	display: none;
}

.menu-toggle {
  	background-color: transparent;
  	border: 0;
  	text-transform: uppercase;
  	color: #5A7AAE;
  	font-size: 20px;
  	position: absolute;
  	bottom: 0;
}

.menu {
	padding: 0;
}

.menu-toggle-close {
  	position: absolute;
  	top: 30px;
  	right: 30px;
}

.menu-toggle-close:before {
  	content: '\f00d';
  	color: #000;
  	font-size: 40px;
  	margin: 0;
}

.menu-toggle-text {
	float: left;
	padding-top: 2px;
}

.menu-toggle-icon {
	float: left;
	padding-right: 15px;
	fill: #000;
}

.menu-toggle-icon-white {
	fill: #fff;
}

.menu-center {
	margin-left: auto;
	margin-right: auto;
	margin-top: 86px;
	width: 110px;
	height: 40px;
	color: black;
}

.display {
	display: none;
}

.btn {
  	background-color: #ffd200;
  	color: #00174f;
  	display: inline-block;
  	text-decoration: none;
  	padding: 13px 30px;
  	margin: 30px 0 0 0;
  	border-radius: 3px;
  	font-weight: bold;
}

.btn:hover {
  	background-color: #fff;
}

.btn--transition {
  	-webkit-transition: -webkit-transform 0.2s;
  	-webkit-transition: all 200ms ease-in-out;
  	transition: all 200ms ease-in-out;
}

.main-nav {
  	list-style: none;
  	padding: 0;
  	margin: 0;
  	text-align: center;
}

body.no-scroll {
	overflow: hidden;
}
.welcome.hidden {
	display: none;
}
.welcome {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 9999;
	height: 100vh;
	overflow: hidden;
	background-color: #000;
}
.welcome .welcome-header {
	position: absolute;
	display: flex;
	align-items: center;
	justify-content: space-between;
	left: 20px;
	top: 0;
	right: 0;
	z-index: 9999;
}
.welcome-main-top .swiper .slider-overlay {
	background: linear-gradient( 240deg, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.9) );
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	font-family: 'gt_haptiklight';
	padding: 80px 20px;
}
.welcome-main-top .swiper .slider-overlay-inner {
	position: absolute;
	left: 20px;
	right: 20px;
	bottom: 160px;
	font-size: 16px;
	letter-spacing: 1.15px;
	line-height: 1;
}
.welcome-main-top .swiper .slider-overlay-inner a {
	display: inline-block;
	opacity: 0.8;
	padding-top: 20px;
}
@media (min-width: 768px) {
	.welcome-main-top .swiper .slider-overlay-inner {
		font-size: 30px;
		left: 30px;
		max-width: 80%;
		bottom: 200px;
	}
	.welcome-main-top .swiper .slider-overlay {
		padding: 0 50px;
	}
	.welcome-main-top .swiper .slider-overlay-inner a {
		font-size: 19px;
	}
}
@media (min-width: 1200px) {
	.welcome .welcome-header {
		top: 0;
		left: 0;
		right: 0;
	}
	.welcome-main-top .swiper .slider-overlay-inner {
		max-width: 50%;
		font-size: 45px;
		left: 50px;
		right: auto;
		bottom: 220px;
	}
}
@media (min-width: 1800px) {
	.welcome-main-top .swiper .slider-overlay-inner {
		bottom: 260px;
	}
}
.welcome-main-top .swiper .slider-overlay h2 {
	font-family: 'gt_haptiklight';
	text-transform: uppercase;
	margin: 0;
}
.welcome-main-top .swiper img,
.welcome-main-top .swiper iframe {
	width: 100%;
	height: 100vh;
	object-fit: cover;
	object-position: center;
}

.welcome-main-top .swiper .video-frame-wrapper {
	position: relative;
	overflow: hidden;
	width: 100vw;
	height: 100vh;
}
@media (max-width: 991px) {
	.welcome-main-top .swiper .video-frame-wrapper iframe {
		position: absolute;
		top: 50%;
		left: 50%;
		width: 177.77vh; /* 100vh * (16/9) */
		height: 100vh;
		transform: translate(-50%, -50%);
		pointer-events: none; /* Optional: Prevents interaction */
	}
}

.welcome-main-bottom {
	position: absolute;
	bottom: 20px;
	left: 20px;
	right: 20px;
}
.welcome-main-bottom .swiper {
	overflow: visible;
}
.welcome-main-bottom .swiper-slide {
	background-color: #000;
}
.welcome-main-bottom .swiper .crop {
	height: 110px;
	opacity: 0.5;
}
.welcome-main-bottom .swiper .crop .overlay {
	line-height: 1.6;
}
.welcome-main-bottom .swiper-slide-thumb-active .crop,
.welcome-main-bottom .swiper .crop:hover {
	opacity: 1;
}
.welcome-main-bottom .swiper-button-next:after, 
.welcome-main-bottom .swiper-button-prev:after {
	color: #fff;
}
.welcome-main-bottom .swiper img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.close-welcome-button {
	position: absolute;
	right: 0;
	z-index: 2;
	bottom: 140px;
	font-size: 16px;
	letter-spacing: 1.15px;
	line-height: 1;
	opacity: 0.8;
}

@media (min-width: 768px) {
	.welcome-main-bottom {
		bottom: 30px;
		left: 30px;
		right: 30px;
	}
	.welcome-main-bottom .swiper .crop {
		height: 120px;
	}
	.close-welcome-button {
		bottom: 170px;
		font-size: 19px;
	}
}
@media (min-width: 992px) {
	.welcome-main-bottom .swiper .crop {
		height: 130px;
	}
}
@media (min-width: 1200px) {
	.welcome-main-bottom {
		bottom: 20px;
		left: 40px;
		right: 40px;
	}
	.welcome-main-bottom .swiper .crop {
		height: 140px;
	}
	.close-welcome-button {
		bottom: 205px;
	}
}
@media (min-width: 1800px) {
	.welcome-main-bottom .swiper .crop {
		height: 180px;
	}
	.close-welcome-button {
		bottom: 245px;
	}
}

.welcome-main-bottom .swiper .crop .overlay {
	font-size: 16px;
}
.welcome-main-bottom .swiper-button-next:after, 
.welcome-main-bottom .swiper-button-prev:after {
	font-size: 26px;
}
@media (min-width: 1200px) {
	.welcome-main-bottom .swiper .crop .overlay {
		font-size: 22px;
	}
	.welcome-main-bottom .swiper-button-next:after, 
	.welcome-main-bottom .swiper-button-prev:after {
		font-size: 36px;
	}
}
@media (min-width: 1800px) {
	.welcome-main-bottom .swiper .crop .overlay {
		font-size: 26px;
	}
	.welcome-main-bottom .swiper-button-next:after, 
	.welcome-main-bottom .swiper-button-prev:after {
		font-size: 46px;
	}
}

/* ======= HOMEPAGE ======== */

.home .entrance {
	position: relative;
    overflow: hidden;
}

.home .entrance .bigvideo {
	position: relative;
    height: calc(100vh - 150px);
}

.bigvideo video.canplay {
	opacity: 1;
}

.bigvideo video {
	position: absolute;
    background: #6D8EBD;
    top: 50%;
    left: 50%;
    width: auto;
    height: auto;
    max-width: none;
    min-height: 100%;
    min-width: 100%;
}

.bigvideo {
	position: relative;
    min-height: 400px;
    height: 85vh;
    overflow: hidden;
    background: #F0F4F9 no-repeat 50% 50%;
    background-size: cover;
}

.bigvideo img {
	width: 100%;
}

hgroup {
    opacity:1;
    transition:opacity 500ms;
}
hgroup.fadeout {
    opacity:0;
}

.entrance iframe {
	width: 100%;
	height: 100%;
}

.entrance hgroup {
	position: absolute;
    top: calc(60vh - 165px);
    right: 0;
    left: 0;
    color: #fff;
    text-align: center;
}

.entrance hgroup p {
    font-size: 45px;
    line-height: 18px;
    text-transform: uppercase;
}

.title-slider {
	width: 100%;
}

.line-bottom {
	border-bottom: 1px solid #CECECE;
	width: 150px;
	margin-left: auto;
	margin-right: auto;
}

.homepage-menu {
	margin-top: 140px;
	margin-bottom: 140px;
}

.homepage-menu li {
	list-style: none;
	text-align: center;
	font-size: 42px;
	line-height: 60px;
	letter-spacing: 1.55px;
}

.homepage-menu a {
	color: #6D8EBD;
	text-transform: uppercase;
	text-align: center;
	-webkit-transition: all 50ms ease-in-out;
  	transition: all 50ms ease-in-out;
}

.homepage-menu a:hover {
	color: black;
	text-decoration: none;
}

.movies-homepage {
	overflow: hidden;
}
.welcome-main-top .movies-homepage {
	height: 100vh;
}

.movie-homepage .col-md-6, .movie-homepage .col-lg-4 {
	padding-left: 0;
	padding-right: 0;
}

.crop {
	width: 100%;
  	height: 290px;
  	overflow: hidden;
  	background-position: center;
   	-webkit-background-size: cover;
  	-moz-background-size: cover;
  	-o-background-size: cover;
  	background-size: cover;
}

.crop img {
	width: 100%;
    height: 100%;
	object-fit: cover;
}

.overlay {
	display: none;
	width: 100%;
	height: 100%;
	text-align: center;
	position: absolute;
	cursor: pointer;
	font-family: 'gt_haptiklight';
	text-transform: uppercase;
	letter-spacing: 1.15px;
	font-size: 30px;
	padding: 30px;
}

.overlay {
	background-color: rgba(0, 0, 0, 0.0);
	color: rgba(255, 255, 255, 0.0);
	-webkit-transition: all 0.3s ease;
     -moz-transition: all 0.3s ease;
       -o-transition: all 0.3s ease;
      -ms-transition: all 0.3s ease;
          transition: all 0.3s ease;
}

.overlay:hover {
	background-color: rgba(0, 0, 0, 0.6);
	color: rgba(255, 255, 255, 1);
}

.crop:hover .overlay {
	display: block;
    display: flex;
    flex-direction: column;
    justify-content: center;
    -webkit-justify-content: center; /* Safari 6.1+ */
    -webkit-box-flex: center;
	justify-content: center; /* align horizontal */
	align-items: center; /* align vertical */
    position: relative;
    top: 50%; 
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}

.md-awards {
	float: left;
	padding-bottom: 140px;
	margin-bottom: 20px;
}

.md-awards a {
	color: #000;
}

.award-home {
	height: 130px;
}

.more-awards {
	margin-top: 20px;	
	text-align: center;
}

.more-awards a {
	color: #000;
}

.award-sidebar {
	height: 110px;
	margin-bottom: 20px;
	padding: 0 30px;
}

.credits-sidebar {
	margin-bottom: 50px;
}

.awards-sidebar .title-sidebar {
	letter-spacing: 0.23px;
}

.credits-sidebar .title-sidebar {
	letter-spacing: 0.23px;
}

.media-sidebar .title-sidebar {
	letter-spacing: 0.23px;	
}

.particularities .title-sidebar {
	letter-spacing: 0.23px;	
}

.particularities a {
	font-weight: 300 !important;
}

.arrow-line {
	height: 20px;
	width: 20px;
	margin-left: auto;
	margin-right: auto;
	margin-top: -10px;
	background-color: #fff;
	border-right: 1px solid #CECECE;
	border-bottom: 1px solid #CECECE;
	-ms-transform: rotate(45deg); /* IE 9 */
    -webkit-transform: rotate(45deg); /* Safari */
    transform: rotate(45deg);
}

.more-awards-line {
	border-top: 1px solid #CECECE;
	height: 20px;
}

.text-award {
	text-align: center;
	line-height: 8px;
	margin-left: auto;
	margin-right: auto;
	display: table;
}

.text-award-text {
	padding-left: 20px;
	padding-right: 20px;
	font-size: 14px;
	width: calc(100% - 60px);
}

.text-award .font {
	line-height: 8px;
	font-family: 'Helvetica Neue';
	font-weight: 500;
}

.text-award .fontpadding {
	line-height: 23px;
	font-family: 'Helvetica Neue';
	font-weight: 500;
}

.left .ja {
	background-image: url(img/crown-two.svg);
	background-repeat: no-repeat;
	float: left;
	height: 100px;
	width: 30px;
}

.right .ja {
	background-image: url(img/crown.svg);
	background-repeat: no-repeat;
	float: right;
	height: 100px;
	width: 30px;
}

.awards .text-award {
	text-align: left;
	margin-left: 0;
	margin-right: 0;
}
.awards .text-award .fontpadding {
	font-size: 19px;
	padding-bottom: 6px;
	margin: 0;
    text-transform: uppercase;
    font-family: 'gt_haptikthin';
}
.awards .text-award .last {
	color: #9B9B9B;
}

.awards.awards-table .award-item .fontpadding {
	text-transform: uppercase;
    font-family: 'gt_haptikthin';
	font-size: 19px;
}
.awards.awards-table .award-item .subfont {
	color: #9B9B9B;
	font-size: 17px;
	margin: 0;
}
@media (max-width: 1199px) {
	.awards.awards-table .award-item .subfont {
		font-size: 15px;
	}
}
@media (max-width: 991px) {
	.awards.awards-table .award-item .subfont {
		padding-top: 6px;
	}
}

/* ======= FOOTER ======== */

.footer-text {
	text-align: center;
	letter-spacing: 0.40px;
}

.footer-location {
	font-size: 19px;
	padding-bottom: 6px;
}

.copyright {
	color: #9B9B9B;
}

.copyright a {
	color: #9B9B9B;
}

/* ======= CONTACTPAGINA ======== */

.title {
	font-size: 42px;
	margin-top: 80px;
	text-transform: uppercase;
	color: #6D8EBD;
	font-family: 'gt_haptikthin';
	letter-spacing: 1.69px;
}

.mg-top-title {
	margin-top: 10px;
}

.lg-pd-bottom-two {
	padding-bottom: 25px;
}

.block-contact {
	margin-left: auto;
	margin-right: auto;
	width: 500px;
	margin-top: 100px;
	margin-bottom: 100px;
	text-align: center;
}

.ginput_container_textarea textarea {
	width: 100% !important;
	border: 1px solid #DADADA;
	background-color: #F0F0F0;
	border-radius: 2px;
	outline: none;
}

.ginput_container_text input {
	width: 100% !important;
	height: 45px;
	border: 1px solid #DADADA;
	background-color: #F0F0F0;
	border-radius: 2px;
	outline: none;
}

.ginput_container_phone input {
	width: 100% !important;
	height: 45px;
	border: 1px solid #DADADA;
	background-color: #F0F0F0;
	border-radius: 2px;
	outline: none;
}

.ginput_container_email input {
	width: 100% !important;
	height: 45px;
	border: 1px solid #DADADA;
	background-color: #F0F0F0;
	border-radius: 2px;
	outline: none;
}

.gform_wrapper textarea {
	padding: 10px !important;
}

.gform_wrapper input {
	padding: 10px 10px !important;
}

.gform_button {
	background-color: #6D8EBD;
	border: none;
	padding: 10px 20px !important;
	color: #fff;
	text-transform: uppercase;
	border-radius: 2px;
	-webkit-transition: all 50ms ease-in-out;
  	transition: all 50ms ease-in-out;
}

.gform_button_alt {
	background-color: #fff;
	border: none;
	padding: 10px 20px !important;
	color: #6D8EBD;
	text-transform: uppercase;
	border-radius: 2px;
	-webkit-transition: all 50ms ease-in-out;
  	transition: all 50ms ease-in-out;
}
.gform_button_alt:hover {
	background-color: #F0F4F9;
}

.gform_wrapper li.gfield.gfield_error, .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
	background-color: #fff !important;
	margin-bottom: 0 !important;
	padding: 0 !important;
	border-top: 1px solid #fff !important;
	border-bottom: 1px solid #fff !important;
}

.validation_message {
	display: none;
}


/* ======= STANDAARDPAGINA ======== */

.subtitle {
	color: #ADADAD;
	font-size: 30px;
	font-family: 'gt_haptikthin';
	letter-spacing: 1.69px;
	line-height: 28px;
}

.introtext {
	font-size: 15px;
}

.introtext a {
	text-decoration: underline;
}

.content-page a {
	text-decoration: underline;
}

.line-page {
	width: 100px;
	height: 1px;
	background-color: #D8D8D8;
	margin-left: auto;
	margin-right: auto;
}

.image-page {
	margin-left: auto;
	margin-right: auto;
}

.image-page img {
	width: 100%;
	height: auto;
}

.menu-page {
	margin-top: 0;
}

/* ======= FILM DETAIL ======== */

.title-movie-information {
	text-transform: uppercase;
	font-size: 20px;
	letter-spacing: 0.29px;
	color: #ADADAD;
}

.pd-movie-left {
	padding-right: 130px;
	padding-left: 60px;
}

.npo-icon {
	margin-right: 10px;
	position: relative;
	top: 12px;
}

.npo-text-icon a {
	text-decoration: none;
}

.npo-text-icon a:hover {
	color: #6D8EBD;
}

.background-blue {
	background-color: #F0F4F9;
	padding: 50px;
	position: relative;
	font-family: 'Helvetica Neue';
	right: 60px;
}

.background-blue p {
	font-weight: 300;
	font-family: 'Helvetica Neue';
}

.background-blue a {
	text-decoration: none;
	font-weight: normal;
	color:#337ab7;
	font-family: 'Helvetica Neue';
}

.background-blue a:hover {
	color: #6D8EBD;
	text-decoration: underline;
}

.information-movie {
	font-size: 15px;
	margin-top: 100px;
}

.right {
	text-align: right;
	text-transform: uppercase;
	font-size: 12px;
	line-height: 24px;
	color: #717171;
	font-weight: 300;
	left: 5px;
	position: relative;
}

.left {
	text-align: left;
	color: #6D8EBD;
	font-size: 12px;
	line-height: 24px;
	font-weight: 300;
	right: 5px;
	position: relative;
}

.line-movie {
	width: 15%;
	height: 1px;
	float: left;
	background-color: #D8D8D8;
}

.quote {
	text-align: center;
	font-size: 24px;
	color: #5A7AAE;
	cursor: pointer;
}

.more-tooltip {
	width: 15px;
	height: 15px;
	margin: 0 auto;
}

.icon-tooltip {
	width: 4px;
	height: 4px;
	background-color: red;
	float: left;
}

.rotate {
	    -ms-transform: rotate(0deg); /* IE 9 */
    -webkit-transform: rotate(0deg); /* Chrome, Safari, Opera */
    transform: rotate(0deg);
}

.quote-two {
	background-color: #5A7AAE;
	display: none;
	color: white;
	border-radius: 5px;
	padding: 20px;
	font-style: italic;
}

.quote-two-display {
	display: block;
}

.images-movie img {
	width: 100%;
	height: auto;
	margin-bottom: 30px;
}

.title-sidebar {
	font-size: 16px;
	color: #7E99C5;
	text-transform: uppercase;
	width: 100%;
	border-bottom: 1px solid #D1D8DF;
	margin-bottom: 30px;
	padding-bottom: 8px;
}

.test {
	display: none;
}

.test-one {
	display: block;
}

/* ======= AWARDS ======= */

.crop-awards {
	width: 100%;
    height: 220px;
    overflow: hidden;
    background-position: center;
    -webkit-background-size: cover;
  	-moz-background-size: cover;
  	-o-background-size: cover;
  	background-size: cover;
}

.crop-awards img {
	width: 100%;
    height: auto;
}

.crop-awards:hover .overlay-awards {
	visibility: visible !important;
}

.overlay-awards {
	height: 100%;
	width: 100%;
	text-align: center;
	cursor: pointer;
	font-family: 'gt_haptiklight';
	text-transform: uppercase;
	font-size: 30px;
	display: flex;
    flex-direction: column;
    justify-content: center;
  	visibility: hidden;
  	-webkit-transition: all 0.25s ease;
     -moz-transition: all 0.25s ease;
       -o-transition: all 0.25s ease;
      -ms-transition: all 0.25s ease;
          transition: all 0.25s ease;
}

.overlay-awards span {
	font-size: 15px;
	padding: 8px 0;
}

.overlay-awards {
	background-color: rgba(0, 0, 0, 0.6);
	color: rgba(255, 255, 255, 0.0);
	-webkit-transition: all 0.25s ease;
     -moz-transition: all 0.25s ease;
       -o-transition: all 0.25s ease;
      -ms-transition: all 0.25s ease;
          transition: all 0.25s ease;
}

.overlay-awards:hover {
	background-color: rgba(0, 0, 0, 0.6);
	color: rgba(255, 255, 255, 1);
}

.photoswipe-popup-container {
	margin-top: 5%; 
}

.popup-image {
	width: 60%; 
	position: relative;
	margin-left: auto;
	margin-right: auto;

}

.popup-description {
	width: 60%; 
	color: #fff !important;
	margin-top: 20px;
	position: relative;
	margin-left: auto;
	margin-right: auto;
}

.popup-description a {
	color: #fff;
	text-decoration: underline;
}

.specialty-icon {
	height: 15px;
	margin-top: 18px;
	transform: rotate(270deg);
	width: 15px;
}

/* ======= MEDIA ======= */

.crop-media {
	width: 100%;
    height: 200px;
    overflow: hidden;
}

.crop-media img {
	width: 100%;
    height: auto;
}

.information-media {
	padding: 15px;
	background-color: #F0F4F9;
	border-left: 1px solid #E7E9EC;
	border-right: 1px solid #E7E9EC;
	border-bottom: 1px solid #E7E9EC;
}

.title-information-media {
	font-size: 21px;
}

.subtitle-information-media {
	font-size: 16px;
}

.text-information-media {
	font-family: 'Helvetica Neue';
	font-weight: normal;
}

.awards a:hover {
	color: #000;
	text-decoration: none;
}

.images-page img {
	float: left;
	width: 50%;
	padding-right: 10px;
	padding-bottom: 10px;
}

.p24-left {
	float: left;
}

.no-decoration {
	text-decoration: none !important;
}

.underline {
	text-decoration: underline;
}

.light {
	font-weight: 300;
}

.awards-sidebar .text-award .nee {
	width: 30px;
}

.awards-sidebar .left.p24-left, .awards-sidebar .right.p24-left {
	width: 30px;
	height: 100px;
}

a .media-single .date-media-single {
	text-decoration: none !important;
	font-weight: 300;
	color: #4A4A4A;
}

@media (min-width: 1399px) and (max-width: 1900px) {
	.crop {
	  	height: 220px;
	}
}

@media (min-width: 1199px) and (max-width: 1399px) {
	.crop {
	  	height: 200px;
	}
}

/* ======= SPECIFIC STYLING ======= */

@media (min-width: 992px) and (max-width: 1199px){
	.text-slider {
		display: none;
	}

	.logo {
		margin-left: 0;
	}

	.crop img {
		height: 100%;
		width: auto;
	}

	.crop {
		height: 200px;
		background-position: center;
	}

	.bigvideo {
    	height: 570px;
    	min-height: 360px;
	}

	.overlay {
		display: block;
		display: flex;
    	flex-direction: column;
    	justify-content: center;
    	font-size: 20px;
	}

	.overlay {
    	background-color: rgba(0, 0, 0, 0.6);
    	color: rgba(255, 255, 255, 1);
    	text-align: center;
		vertical-align: middle;
		line-height: 150px; 
	}

	.overlay {
		-webkit-transition: all 0s ease;
     	-moz-transition: all 0s ease;
       	-o-transition: all 0s ease;
      	-ms-transition: all 0s ease;
         transition: all 0s ease;
	}

	.entrance hgroup {
	    top: calc(50vh - 165px);
	}

	.entrance hgroup p {
		font-size: 35px;
	}

	.award-sidebar {
		padding: 0 10px;
	}	
}

@media only screen and (max-width: 991px){
	.text-slider {
		display: none;
	}

	.logo {
		margin-left: 0;
	}

	.background-blue {
		right: 0;
	}

	.pd-movie-left {
		padding-right: 15px;
		padding-left: 15px;
	}

	.crop {
		height: 200px;
		background-position: center;
	}

	.menu-toggle {
		right: 0;
	}

	.bigvideo {
    	height: 450px;
    	min-height: 360px;
	}

	.links {
		position: absolute;
		top: 0;
		right: 0;
		padding: 47px 0 0 0;
	}

	.overlay {
		display: block;
		display: flex;
    	flex-direction: column;
    	justify-content: center;
    	font-size: 20px;
	}

	.overlay {
    	background-color: rgba(0, 0, 0, 0.6);
    	color: rgba(255, 255, 255, 1);
    	text-align: center;
		vertical-align: middle;
		line-height: 30px; 
	}

	.lg-pd-right-two {
		padding-right: 80px;
	}

	.lg-pd-left-two {
		padding-left: 80px;
	}

	.overlay {
		-webkit-transition: all 0s ease;
     	-moz-transition: all 0s ease;
       	-o-transition: all 0s ease;
      	-ms-transition: all 0s ease;
         transition: all 0s ease;
	}
	
}

@media only screen and (max-width: 767px){

	header .md-pd-left {
		padding: 0;
	}

	header .md-pd-right {
		padding: 0;
	}

	.menu-center {
		margin-left: none;
		margin-right: none;
		margin-top: 46px;
		width: auto;
	}

	.menu-toggle {
		right: 0;
	}

	.full-menu-middle {
  		padding-top: 130px;
	}

	.sub-menu {
		padding-top: 3px;
	}

	.sub-menu li a {
		font-size: 15px !important;
		line-height: 16px !important;
	}

	.switch-mobile {
		display: table;
		width: 70px;
		margin-top: 30px;
		margin-left: auto;
		margin-right: auto;
	}

	.switch-mobile a {
		display: inline-block;
	}

	.homepage-menu li {
		font-size: 26px;
		line-height: 45px;
	}

	.homepage-menu {
    	margin-top: 80px;
    	margin-bottom: 80px;
	}

	.movie-homepage {
		margin-top: 40px;
	}

	.popup-image {
		width: 100%; 
		margin-top: 20px;
	}

	.popup-description {
		width: 100%; 
	}

	.logo {
		width: 210px;
		height: 85px;
		margin-top: 36px;
		margin-left: 0;
	}

	.pd-movie-left {
		padding-left: 15px;
		padding-right: 15px;
	}

	.title {
		font-size: 26px;
	}

	.subtitle {
		font-size: 20px;
	}

	.bigvideo {
    	height: 13vh;
    	min-height: 220px;
	}

	.main-nav li a {
		font-size: 19px;
		line-height: 24px;
	}

	.main-nav li {
    	margin: 0 0 5px 0;
	}

	.award-mobile {
		padding: 10px 0;
		margin-bottom: 20px;
	}

	.awards-sidebar {
		margin-top: 20px;
	}

	.background-blue {
		right: 0;
	}

	.background-blue a {
		text-decoration: none;
	}

	.md-awards {
		float: left;
		padding-bottom: 10px;
	}

	.overlay {
    	background-color: rgba(0, 0, 0, 0.6);
    	color: rgba(255, 255, 255, 1);
	}	

	.overlay-awards {
		display: block;
		display: flex;
    	flex-direction: column;
    	justify-content: center;
    	background-color: rgba(0, 0, 0, 0.6);
		color: rgba(255, 255, 255, 0.0);
		visibility: visible;
	}

	.photoswipe-popup-container {
		margin-top: 10%;
	}

	.block-contact {
		width: 100%;
	}

	.lg-pd-left {
		padding-left: 0;
	}

	.lg-pd-right {
		padding-right: 0;
	}

	.lg-pd-right-two {
		padding-right: 0;
	}

	.lg-pd-left-two {
		padding-left: 0;
	}

	.image-page {
		width: 100%;
	}

	.images-page img {
		width: 100%;
	}

	.background-blue {
		padding: 25px;
	}

	.single-films .lg-pd-right {
		padding-right: 15px;
	}
}