@font-face {
	font-family: "Bembo-Semibold";
	src: url("../fonts/Bembo-Semibold.eot?#iefix") format("embedded-opentype"),  url("../fonts/Bembo-Semibold.woff") format("woff"), url("../fonts/Bembo-Semibold.ttf")  format("truetype"), url("../fonts/Bembo-Semibold.svg#Bembo-Semibold") format("svg");
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: "Bembo-SemiboldItalic";
	src: url("../fonts/Bembo-SemiboldItalic.eot?#iefix") format("embedded-opentype"),  url("../fonts/Bembo-SemiboldItalic.woff") format("woff"), url("../fonts/Bembo-SemiboldItalic.ttf")  format("truetype"), url("../fonts/Bembo-SemiboldItalic.svg#Bembo-SemiboldItalic") format("svg");
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: "Bembo-Bold";
	src: url("../fonts/Bembo-Bold.eot?#iefix") format("embedded-opentype"),  url("../fonts/Bembo-Bold.woff") format("woff"), url("../fonts/Bembo-Bold.ttf")  format("truetype"), url("../fonts/Bembo-Bold.svg#Bembo-Bold") format("svg");
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: "Bembo-BoldItalic";
	src: url("../fonts/Bembo-BoldItalic.eot?#iefix") format("embedded-opentype"),  url("../fonts/Bembo-BoldItalic.woff") format("woff"), url("../fonts/Bembo-BoldItalic.ttf")  format("truetype"), url("../fonts/Bembo-BoldItalic.svg#Bembo-BoldItalic") format("svg");
	font-weight: normal;
	font-style: normal;
}

@font-face {
  font-family: "Helvetica-Condensed-Bold";
  src: url("../fonts/Helvetica-Condensed-Bold.eot?#iefix") format("embedded-opentype"),  url("../fonts/Helvetica-Condensed-Bold.woff") format("woff"), url("../fonts/Helvetica-Condensed-Bold.ttf")  format("truetype"), url("../fonts/Helvetica-Condensed-Bold.svg#Helvetica-Condensed-Bold") format("svg");
  font-weight: normal;
  font-style: normal;
}

*, 
*:before, 
*:after {
	margin: 0;
	padding: 0;
	border: 0;
	-webkit-box-sizing: border-box;
			box-sizing: border-box;
}

body {
	position: relative;
	width: 100%;
	font-family: "Bembo-Semibold", serif;
	font-size: 1vw;
	line-height: 1;
	background: #2e3133;
	overflow-x: hidden;
	overflow-y: hidden;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased; 
	-webkit-text-size-adjust: none; 
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	cursor: default; 
	text-rendering: optimizeLegibility;
}

.transition-none, 
.transition-none * {
	-webkit-transition: none !important;
			transition: none !important;
}

a {
	text-decoration: none;
}

sup {
	vertical-align: bottom;
	font-size: 0.4em;
	position: relative;
	bottom: 1.8em;
	display: inline-block;
	padding: 0 0 0 0.2em;
}

.opacity-0 {
	opacity: 0;
	pointer-events: none;
}

.clear-both {
	clear: both;
}

.uppercase {
	text-transform: uppercase;
}

.display-none {
	display: none;
}

.pointer-events-none,
.pointer-events-none * {
	pointer-events: none !important;
	cursor: default !important;
}

.nowrap {
	white-space: nowrap;
}

.center {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
			transform: translate(-50%, -50%);
}

.no-width-start {
	display: inline-block;
	width: 0;
}

.no-width-start span {
	display: inline-block;
	-webkit-transform: translate(-100%, 0);
			transform: translate(-100%, 0);
}

.no-width-end {
	display: inline-block;
	width: 0;
}

.translate3d,
.translate3d * {
	-webkit-transform: translate3d(0, 0, 0);
			transform: translate3d(0, 0, 0);
}

*:focus {
	outline: none;
}

/*


 ad88888ba   88                      
d8"     "8b  ""    ,d                
Y8,                88                
`Y8aaaaa,    88  MM88MMM  ,adPPYba,  
  `"""""8b,  88    88    a8P_____88  
		`8b  88    88    8PP"""""""  
Y8a     a8P  88    88,   "8b,   ,aa  
 "Y88888P"   88    "Y888  `"Ybbd8"'


*/

.hidden {
	pointer-events: none;
	visibility: hidden;
	overflow: hidden;
	height: 0 !important;
}

.vh100 {
	position: fixed;
	height: 100vh;
	width: 0;
}

.overlay {
	z-index: 10000;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #000;
	overflow: hidden;
	will-change: transform;
	-webkit-transform: translate(0, -110%);
	        transform: translate(0, -110%);
	-webkit-transition: transform 1.2s cubic-bezier(0.455, 0.030, 0.515, 0.955);
	        transition: transform 1.2s cubic-bezier(0.455, 0.030, 0.515, 0.955);
}

.overlay-down {
	-webkit-transform: translate(0, 0);
	        transform: translate(0, 0);
	-webkit-transition: transform 1.5s cubic-bezier(0.455, 0.030, 0.515, 0.955);
	        transition: transform 1.5s cubic-bezier(0.455, 0.030, 0.515, 0.955);
}

	.youtube-video-outer {
		position: absolute; 
		top: 0;
		left: 0;
		width: 100%;
	}

		.youtube-video {
			position: absolute; 
			top: 50%;
			left: 50%;
			width: 100%;
			height: 0;
			padding-bottom: 56.25%;
			-webkit-transform: translate(-50%, -50%);
			        transform: translate(-50%, -50%);
		}

			.youtube-video iframe {
				position: absolute; 
				width: 100%;
				height: 100%;
			}

	.close-button {
		position: absolute;
		z-index: 20;
		width: 40px;
		height: 40px;
		padding: 8px;
		top: 9px;
		left: 9px;
		cursor: pointer;
		background: #303e46;
		border-radius: 50%;
		-webkit-transition: background 0.45s cubic-bezier(0.455, 0.030, 0.515, 0.955);
		        transition: background 0.45s cubic-bezier(0.455, 0.030, 0.515, 0.955);
	}

	.close-button:hover {
		background: #738e9b;
	}

.menu-container {
	z-index: 300;
	position: fixed;
	width: 100vw;
	font-size: 2em;
	pointer-events: none;
	text-align: center;
	height: 2.32em;
	background: rgba(46, 49, 51, 0);
	-webkit-backdrop-filter: saturate(100%) blur(0);
	        backdrop-filter: saturate(100%) blur(0);
	-webkit-transition: opacity 0.87s cubic-bezier(0.455, 0.030, 0.515, 0.955);
	        transition: opacity 0.87s cubic-bezier(0.455, 0.030, 0.515, 0.955);
}

.menu-background {
	background: rgba(46, 49, 51, 0.9);
	-webkit-backdrop-filter: saturate(180%) blur(0.2vw);
	        backdrop-filter: saturate(180%) blur(0.2vw);
}

	.menu {
		position: absolute;
		top: 0.45em;
		padding: 0 0.19em;
		left: 50%;
		pointer-events: none;
		-webkit-transform: translate(-50%, 0);
		        transform: translate(-50%, 0);
	}

		.top-link {
			position: relative;
			display: inline-block;
			color: #f4ddd1;
			padding: 0.29em 0.1em 0.2em 0.1em;
			line-height: 1.1;
			margin: 0 0.5em;
			pointer-events: auto;
			cursor: pointer;
			font-size: 0.88em;
			-webkit-transition: color 0.5s cubic-bezier(0.500, 0.940, 0.680, 1.000);
					transition: color 0.5s cubic-bezier(0.500, 0.940, 0.680, 1.000);
		}

		.top-link:hover {
			color: #fff;
		}

		.top-link-active {
			color: #fff;
			pointer-events: none;
			cursor: default;
		}

		.menu-dark .top-link {
			color: #303e46;
		}

		.menu-dark .top-link:hover {
			color: #738e9b;
		}

		.menu-dark .top-link-active {
			color: #738e9b;
			pointer-events: none;
			cursor: default;
		}

	.social-media {
		position: absolute;
		top: 0.45em;
		right: calc(5px + 0.8em);
		text-align: left;
	}

		.social-media-icon {
			width: 1.39em;
			display: inline-block;
		}

			.social-media-icon a {
				pointer-events: auto;
				cursor: pointer;
			}

				.social-media-icon svg {
					display: block;
					padding: 0.26em;
				}

					.social-icon {
						fill: #303e46;
						-webkit-transition: fill 0.34s cubic-bezier(0.500, 0.940, 0.680, 1.000);
								transition: fill 0.34s cubic-bezier(0.500, 0.940, 0.680, 1.000);
					}

					.social-media-icon:hover .social-icon {
						fill: #738e9b;
					}

					.social-light .social-icon {
						fill: #738e9b;
					}

					.social-light .social-media-icon:hover .social-icon {
						fill: #fff;
					}

.big-image {
	z-index: 1;
	position: fixed;
	width: 100vw;
	top: 0;
	left: 0;
	background-image: url(data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==);
	background-repeat: no-repeat;
	background-size: cover;
}

.console {
	z-index: 10000;
	font-family: sans-serif;
	font-size: 16px;
	text-transform: uppercase;
	background: rgba(255, 255, 255, 0.6);
	position: fixed;
	bottom: 0;
	left: 0;
	color: #333;
	padding: 0.4em 0.5em 0.3em 0.5em;
	pointer-events: none;
}

	.console:before {
		content: "normal";
	}

/*


88        88                                               
88        88                                               
88        88                                               
88aaaaaaaa88   ,adPPYba,   88,dPYba,,adPYba,    ,adPPYba,  
88""""""""88  a8"     "8a  88P'   "88"    "8a  a8P_____88  
88        88  8b       d8  88      88      88  8PP"""""""  
88        88  "8a,   ,a8"  88      88      88  "8b,   ,aa  
88        88   `"YbbdP"'   88      88      88   `"Ybbd8"'


*/

.home-big-image {
	background-color: #8ca6bf;
	background-position: 40% 4%;
	-webkit-transition: opacity 0.76s cubic-bezier(0.59, 0, 0.42, 1);
			transition: opacity 0.76s cubic-bezier(0.59, 0, 0.42, 1);
}


.fandango-container {
	z-index: 10000;
	font-size: 0.62vw;
	position: fixed;
	top: 4.5em;
	right: calc(5px + 2em);
	width: 14em;
	border: 0.3vh solid #303e46;
	margin: 1.8em auto 0.5em auto;
	background: rgba(255, 255, 255, 0.3)
	-webkit-transition: opacity 0.74s cubic-bezier(0.455, 0.030, 0.515, 0.955);
	        transition: opacity 0.74s cubic-bezier(0.455, 0.030, 0.515, 0.955);
}

	.fandango-logo {
		float: left;
		width: 28%;
		padding: 0.3em 0.45em;
		cursor: pointer;
	}

		.fandango-logo img {
			width: 100%;
			display: block;
			margin: 0;
		}

	.fandango-divide {
		position: absolute;
		width: 1px;
		left: 29%;
		top: 8%;
		height: 84%;
		background: #303e46;
	}

	.fandango-input-holder {
		float: right;
		width: 71%;
	}

		.fandango-input {	
			font-family: "Helvetica-Condensed-Bold";				
			font-size: 1.8em;
			color: #303e46 !important;
			letter-spacing: -0.01em;
			width: 100%;
			text-align: center;
			text-transform: uppercase;
			border: none;
			background: transparent;
			padding: 0.55em 0.1em 0 0.2em;
			border-radius: 0;
		}

		.ios .fandango-input {
			padding: 0.35em 0.2em 0 0.2em;
		}

.home-content-gradient {
	z-index: 100;
	position: fixed;
	left: 0;
	bottom: 0;
	height: 70%;
	width: 100%;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.4));
	display: none;
	-webkit-transition: opacity 0.76s cubic-bezier(0.59, 0, 0.42, 1);
			transition: opacity 0.76s cubic-bezier(0.59, 0, 0.42, 1);
}

.home-content {
	z-index: 100;
	position: absolute;
	width: 46%;
	top: 50%;
	right: -134.3%;
	text-align: center;
	-webkit-transform: translate3d(-300%, -50%, 0);
			transform: translate3d(-300%, -50%, 0);
	-webkit-transition: opacity 0.76s cubic-bezier(0.59, 0, 0.42, 1);
			transition: opacity 0.76s cubic-bezier(0.59, 0, 0.42, 1);
}

	.home-content img {
		width: 100%;
		height: auto;
		display: block;
	}

	.home-text-1 {
		position: relative;
		width: 99%;
		height: 0;
		padding-bottom: 11.5%;
		margin: 1em auto 0.4em auto;
	}

		.home-text-1 svg {
			position: absolute;
			width: 100%;
			top: 0;
			left: 0;
		}

			.home-text-1-path {
				fill: #303e46;
			}

	.home-row-2 {
		width: 100%;
		height: 0;
		padding-bottom: 21.5%;
		position: relative;
		margin: 8% 0 9% 0;
	}

		.bafta {
			background: #303e46;
			height: 100%;
			position: absolute;
			left: 0.5%;
			
		}

			.bafta img {
				background: #fff;
				display: block;
				height: 100%;
				width: auto;
				border: 0.4vh solid #303e46;
			}

		.view-trailer {
			background: #303e46;
			cursor: pointer;
			height: 100%;
			width: 32.2%;
			position: absolute;
			right: 2%;
		}

			.view-trailer-image {
				height: 100%;
			}

				.view-trailer-image img {
					display: block;
					height: 100%;
					width: auto;
					border: 0.4vh solid #303e46;
					-webkit-transition: border 0.4s cubic-bezier(0.455, 0.030, 0.515, 0.955);
							transition: border 0.4s cubic-bezier(0.455, 0.030, 0.515, 0.955);
				}

				.view-trailer:hover .view-trailer-image img {
					border: 0.4vh solid #738e9b;
				}

			.view-trailer-text {
				width: 78%;
				position: absolute;
				bottom: 9%;
				left: 11%;
			}

	.title-treatment {
		width: 100%;
		margin: 0 auto;
	}

	.home-text-2 {
		width: 98.36%;
		margin: 2em auto 0 auto;
	}

	.open-date {
		font-size: 0.92em;
		position: relative;
		width: 29em;
		height: 0;
		padding-bottom: 2em;
		margin: 4em auto 0 auto;
	}

		.open-date svg {
			position: absolute;
			width: 100%;
			top: 0;
			left: 0;
		}
		
			.open-date-path {
				fill: #303e46;
			}

/*


 ad88888ba                                               
d8"     "8b  ,d                                          
Y8,          88                                          
`Y8aaaaa,  MM88MMM  ,adPPYba,   8b,dPPYba,  8b       d8  
  `"""""8b,  88    a8"     "8a  88P'   "Y8  `8b     d8'  
        `8b  88    8b       d8  88           `8b   d8'   
Y8a     a8P  88,   "8a,   ,a8"  88            `8b,d8'    
 "Y88888P"   "Y888  `"YbbdP"'   88              Y88'     
                                                d8'      
                                               d8'
*/

.story {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	-webkit-transition: opacity 0.6s cubic-bezier(0.59, 0, 0.42, 1);
			transition: opacity 0.6s cubic-bezier(0.59, 0, 0.42, 1);
}

	.story-images {
		font-size: 2em;
		width: 100%;
		overflow: hidden;
		padding-top: 2.32em;
	}

		.story-images img {
			width: 100vw;
			height: auto;
		}

	.story-holder {
		font-size: 1em;
		width: 55%;
		margin: 0 auto;
		padding: 0 0 6em calc(100vw - 100%);
	}

		.story-title {
			color: #fff;
			font-size: 3.5em;
			margin: 0.4em 0 0.7em 0;
			text-align: center;
		}

		.story-text {
			font-size: 1.75em;
			color: #a6c5d4;
			line-height: 1.6;
			text-align: justify;
		}

			.story-text p {
				margin-top: 0.9em;
			}

			.story-text i {
				font-family: "Bembo-SemiboldItalic";
				font-style: normal;
				padding: 0 0.08em 0 0.04em;
			}

/*


  ,ad8888ba,                                         ,adba,          ,ad8888ba,                                               
 d8"'    `"8b                           ,d           8I  I8         d8"'    `"8b                                              
d8'                                     88           "8bdP'        d8'                                                        
88             ,adPPYYba,  ,adPPYba,  MM88MMM       ,d8"8b  88     88             8b,dPPYba,   ,adPPYba,  8b      db      d8  
88             ""     `Y8  I8[    ""    88        .dP'   Yb,8I     88             88P'   "Y8  a8P_____88  `8b    d88b    d8'  
Y8,            ,adPPPPP88   `"Y8ba,     88        8P      888'     Y8,            88          8PP"""""""   `8b  d8'`8b  d8'   
 Y8a.    .a8P  88,    ,88  aa    ]8I    88,       8b,   ,dP8b       Y8a.    .a8P  88          "8b,   ,aa    `8bd8'  `8bd8'    
  `"Y8888Y"'   `"8bbdP"Y8  `"YbbdP"'    "Y888     `Y8888P"  Yb       `"Y8888Y"'   88           `"Ybbd8"'      YP      YP      


*/

.cast-crew {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	-webkit-transition: opacity 0.6s cubic-bezier(0.59, 0, 0.42, 1);
			transition: opacity 0.6s cubic-bezier(0.59, 0, 0.42, 1);
}

	.cast-crew-holder {
		font-size: 1em;
		text-align: center;
		padding: 0 0 3em calc(100vw - 100%);
	}

		.cast-crew-title {
			color: #fff;
			font-size: 3.5em;
			margin: 2em 0 0.7em 0;
		}

		.cast-crew-bio {
			border: 1px solid #738e9b;
			width: 62%;
			margin: 0 auto 4em auto;
			padding: 2.2em;
			overflow: hidden;
			text-align: justify;
			position: relative;
		}

			.bio-top {
				position: relative;
				margin-bottom: 2em;
			}

				.bio-photo {
					width: 28%;
					float: right;
				}

					.bio-photo img {
						width: 100%;
						height: auto;
						display: block;
					}

				.bio-name-outer {
					position: absolute;
					top: 50%;
					text-transform: uppercase;
					-webkit-transform: translate(0, -50%);
							transform: translate(0, -50%);
				}

					.bio-name-1 {
						font-size: 2.55em;
						letter-spacing: 0.04em;
						color: #738e9b;
						line-height: 0.84;
						margin-bottom: 0.11em;
					}

					.bio-name-2 {
						font-size: 2em;
						letter-spacing: 0.04em;
						font-family: "Bembo-SemiboldItalic";
						color: #fff;
					}

			.bio {
				font-size: 1.75em;
				color: #a6c5d4;
				line-height: 1.6;
				position: relative;
				height: 10em;
			}

				.bio p {
					margin-top: 0.9em;
				}

				.bio i {
					font-family: "Bembo-SemiboldItalic";
					font-style: normal;
				}

			.bio-full {
				height: auto;
			}

			.read-more-holder {
				position: absolute;
				padding-top: 2em;
				bottom: 0;
				left: 0;
				width: 100%;
				text-align: center;
				font-size: 1.64em;
			}

			.read-more-hidden {
				opacity: 0;
			}

				.read-more {
					display: inline-block;
					color: #fff;
					background: rgba(115, 142, 156, 1);
					padding: 0.4em 1.2em 0.3em 1.2em;
					-webkit-transition: background 0.4s cubic-bezier(0.59, 0, 0.42, 1), color 0.4s cubic-bezier(0.59, 0, 0.42, 1);
							transition: background 0.4s cubic-bezier(0.59, 0, 0.42, 1), color 0.4s cubic-bezier(0.59, 0, 0.42, 1);
				}

				.read-more:hover {
					color: #303e46;
					background: rgba(255, 255, 255, 1);
				}

			.cast-crew-bio .read-more-holder {
				background: linear-gradient(180deg, rgba(46, 49, 51, 0), rgba(46, 49, 51, 1));
			}

				.cast-crew-bio .read-more {
					cursor: pointer;
					bottom: 0;
				}

				.cast-crew-bio .read-more-hidden .read-more {
					pointer-events: none;
					cursor: default;
				}

/*


  ,ad8888ba,               88  88                                       
 d8"'    `"8b              88  88                                       
d8'                        88  88                                       
88             ,adPPYYba,  88  88   ,adPPYba,  8b,dPPYba,  8b       d8  
88      88888  ""     `Y8  88  88  a8P_____88  88P'   "Y8  `8b     d8'  
Y8,        88  ,adPPPPP88  88  88  8PP"""""""  88           `8b   d8'   
 Y8a.    .a88  88,    ,88  88  88  "8b,   ,aa  88            `8b,d8'    
  `"Y88888P"   `"8bbdP"Y8  88  88   `"Ybbd8"'  88              Y88'     
                                                               d8'      
                                                              d8'
*/

.gallery {
	z-index: 200;
	position: absolute;
	width: 100vw;
	height: 100%;
	top: 0;
	left: 0;
	overflow: hidden;
	font-size: 2em;
	-webkit-transition: opacity 0.6s cubic-bezier(0.59, 0, 0.42, 1);
			transition: opacity 0.6s cubic-bezier(0.59, 0, 0.42, 1);
}

	.gallery-top {
		width: 100vw;
		height: 100%;
		position: absolute;
		overflow: hidden;
	}

		.stills-slide {
			overflow: hidden;
		}

			.slide-image {
				position: absolute;
				top: -1px;
				left: -1px;
				width: calc(100% + 2px);
				height: calc(100% + 2px);
				background-image: url(data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==);
				background-repeat: no-repeat;
				background-size: cover;
				will-change: transform;
			}

			.slide-1 .slide-image {
				background-position: 20% 1%;
			}

			.slide-2 .slide-image {
				background-position: 37% 24%;
			}

			.slide-3 .slide-image {
				background-position: 59% 30%;
			}

			.slide-4 .slide-image {
				background-position: 54% 25%;
			}

			.slide-5 .slide-image {
				background-position: 45% 30%;
			}

			.slide-6 .slide-image {
				background-position: 43% 20%;
			}


	.gallery-elements {
		z-index: 999999;
		position: absolute;
		bottom: 0.45em;
		right: calc(5px + 0.8em);
		width: 20em;
	}

		.pagination {
			float: right;
			position: relative;
			font-size: 0.6em;
			color: #fff;
			background: #2f3a3a;
			width: 3em;
			height: 3em;
			border-radius: 50%;
			margin: 0 0.55em 0 1.6em;
			-webkit-transform: translate(0, -17%);
					transform: translate(0, -17%);
		}

			.pagination-index {
				position: absolute;
				top: 36%;
				right: 61%;
				text-align: right;
			}

			.pagination-of {
				position: absolute;
				top: 37%;
				left: 53%;
				-webkit-transform: translate(-50%, 0);
						transform: translate(-50%, 0);
			}

			.pagination-total {
				position: absolute;
				top: 36%;
				left: 63%;
			}

		.stills-arrow {
			float: right;
			color: #fff;
			padding: 0.3em 0.5em;
			cursor: pointer;
			font-size: 0.88em;
			-webkit-transition: color 0.5s cubic-bezier(0.500, 0.940, 0.680, 1.000);
					transition: color 0.5s cubic-bezier(0.500, 0.940, 0.680, 1.000);
		}

		.stills-arrow:hover {
			color: #738e9b;
		}

/*


888b      88                                             
8888b     88                                             
88 `8b    88                                             
88  `8b   88   ,adPPYba,  8b      db      d8  ,adPPYba,  
88   `8b  88  a8P_____88  `8b    d88b    d8'  I8[    ""  
88    `8b 88  8PP"""""""   `8b  d8'`8b  d8'    `"Y8ba,   
88     `8888  "8b,   ,aa    `8bd8'  `8bd8'    aa    ]8I  
88      `888   `"Ybbd8"'      YP      YP      `"YbbdP"'


*/

.news {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	-webkit-transition: opacity 0.6s cubic-bezier(0.59, 0, 0.42, 1);
			transition: opacity 0.6s cubic-bezier(0.59, 0, 0.42, 1);
}

	.news-holder {
		font-size: 1em;
		text-align: center;
		padding: 0 0 6em calc(100vw - 100%);
	}

		.behind-the-scenes-outer {
			width: 68%;
			max-width: 1320px;
			margin: 0 auto;
		}

			.yt-opacity-0 {
				opacity: 0;
			}

			.behind-the-scenes-video {
				position: relative;
				height: 0;
				width: 100%;
				padding-bottom: 56.25%;
				background: #000;
				overflow: hidden;
			}
				
				.behind-the-scenes-video iframe {
					z-index: 1;
					position: absolute;
					width: 100%;
					height: 100%;
					top: 0;
					left: 0;
				}

				.behind-the-scenes-poster {
					z-index: 10;
					position: absolute;
					width: 100%;
					height: 100%;
					pointer-events: none;
					background-image: url(../images/news/behind-the-scenes.jpg);
					background-repeat: no-repeat;
					background-size: cover;
					-webkit-transition: opacity 0.56s cubic-bezier(0.59, 0, 0.42, 1);
							transition: opacity 0.56s cubic-bezier(0.59, 0, 0.42, 1);
				}

					.video-play {
						width: 20%;
						pointer-events: none;
					}

		.news-top-divider {
			width: 68%;
			max-width: 1320px;
			height: 1px;
			background: #738e9b;
			margin: 0 auto 1.4em auto;
		}

		.news-title {
			color: #fff;
			font-size: 3.5em;
			margin: 2em 0 0.7em 0;
		}

		.news-wrapper {
			position: relative;
		}

			.news-column {
				width: 49%;
				padding: 1.2em 0 0 0;
				display: inline-block;
				vertical-align: top;
			}

			.news-divider {
				position: absolute;
				height: calc(100% + 1em);
				top: 0;
				left: 50%;
				width: 1px;
				background: #738e9b;
			}

				.news-holder a,
				.news-no-link {
					display: block;
					width: 86%;
					margin: 0 auto 4.6em auto;
				}

					.news-item {
						position: relative;
						padding-bottom: 0.3em;
					}

					.news-item-left {
						margin-bottom: 5.4em;
					}

					.new-item-first-tee {
						margin-bottom: 5.2em;
					}

					.news-item:hover .read-more {
						color: #303e46;
						background: rgba(255, 255, 255, 1);
					}

						.news-quote {
							font-size: 1.8em;
							color: #a6c5d4;
							line-height: 1.31;
							margin-bottom: 0.2em;
						}

						.news-quote i {
							font-family: "Bembo-SemiboldItalic";
							font-style: normal;
							padding-right: 0.07em;
						}

						.news-no-link .news-quote {
							margin-bottom: 0.45em;
						}

						.news-quote b {
							font-size: 0.9em;
							font-family: "Bembo-Bold";
							display: inline-block;
							font-weight: normal;
							text-transform: uppercase;
							padding-bottom: 0.1em;
						}

						.news-quote b i {
							font-family: "Bembo-BoldItalic";
							font-style: normal;
						}

						.nowrap-o {
							white-space: nowrap;
						}

						.news-logo {

						}

						.news-source {
							font-size: 1.3em;
							color: #fff;
							margin-top: 0.8em;
							padding-right: 0.6em;
							line-height: 1.3;
						}

							.news-source img {
								height: auto;
							}

							.news-thewrap img {
								width: 12.1em;
								margin: 1em 0 1.6em 0;
							}

							.news-golf-digest img {
								width: 11em;
								margin: 1.1em 0 1.56em 0;
							}

							.news-thr img {
								width: 12em;
								margin: 0.6em 0 1.1em 0;
							}

							.news-met-golfer img {
								width: 11em;
								margin: 0.9em 0 1.7em 0;
							}

							.news-amateur-golf img {
								width: 15.5em;
								margin: 1.12em 0 1.93em 0;
							}

							.news-pga-tour img {
								width: 4.6em;
								margin: 1.12em 0 1.6em 0;
							}

							.news-golf img {
								width: 6.7em;
								margin: 1.12em 0 1.6em 0;
							}

							.news-golfweek img {
								width: 10.4em;
								margin: 1em 0 1.5em 0;
							}

							.news-kingdom img {
								width: 10.3em;
								margin: 1em 0 1.5em 0;
							}

							.news-linkedgolfers img {
								width: 17em;
								margin: 0.8em 0 1.6em 0;
							}

							.news-pro-golf-weekly img {
								width: 11em;
								margin: 0.9em 0 1.5em 0;
							}

							.news-bazaar img {
								width: 9.1em;
								margin: 0.9em 0 1.6em 0;
							}

							.news-visit-scotland img {
								width: 12.4em;
								margin: 0.9em 0 1.6em 0;
							}

							.news-golf-channel img {
								width: 9.7em;
								margin: 0.9em 0 1.6em 0;
							}

							.news-golf-coast img {
								width: 12em;
								margin: 1.1em 0 1.9em 0;
							}

							.news-chicago-tribune img {
								width: 13.1em;
								margin: 1em 0 1.6em 0;
							}

							.news-golf-talk-america img {
								width: 17.3em;
								margin: 1em 0 1.6em 0;
							}

							.news-chicago-golf-report img {
								width: 15.9em;
								margin: 0.9em 0 1.6em 0;
							}

							.news-pga-magazine img {
								width: 11.1em;
								margin: 0.7em 0 1.5em 0;
							}

							.news-jewish-journal img {
								width: 9em;
								margin: 1em 0 1.4em 0;
							}

							.news-town-and-country img {
								width: 15.1em;
								margin: 0.7em 0 1.4em 0;
							}

							.news-los-angeles-times img {
								width: 14.4em;
								margin: 0.7em 0 1.4em 0;
							}

							.news-wwd img {
								width: 6.5em;
								margin: 0.8em 0 1.5em 0;
							}

							.news-parade img {
								width: 8.7em;
								margin: 0.7em 0 1.56em 0;
							}

							.news-wall-street-journal img {
								width: 15.4em;
								margin: 0.8em 0 1.6em 0;
							}

						.news-item .read-more-holder {
							position: relative;
							padding-top: 0;
							margin-top: 0.2em;
						}

						.first-tee-read-more {
							margin-top: 0.6em;
						}

		.top-news-quote {
			color: #fff;
			padding: 0.7em 0 0.52em 0;
		}

			.top-news-nowrap {
				white-space: nowrap;
			}

/*


I8,        8        ,8I  88                        88                                              
`8b       d8b       d8'  ""                        88                                              
 "8,     ,8"8,     ,8"                             88                                              
  Y8     8P Y8     8P    88  8b,dPPYba,    ,adPPYb,88   ,adPPYba,   8b      db      d8  ,adPPYba,  
  `8b   d8' `8b   d8'    88  88P'   `"8a  a8"    `Y88  a8"     "8a  `8b    d88b    d8'  I8[    ""  
   `8a a8'   `8a a8'     88  88       88  8b       88  8b       d8   `8b  d8'`8b  d8'    `"Y8ba,   
    `8a8'     `8a8'      88  88       88  "8a,   ,d88  "8a,   ,a8"    `8bd8'  `8bd8'    aa    ]8I  
     `8'       `8'       88  88       88   `"8bbdP"Y8   `"YbbdP"'       YP      YP      `"YbbdP"'


*/

.windows .pagination-index {
	top: 35%;
	text-align: right;
}

.windows .pagination-of {
	top: 36%;
}

.windows .pagination-total {
	top: 35%;
}

/*


88888888ba                                                                           88                           
88      "8b                                                                          ""                           
88      ,8P                                                                                                       
88aaaaaa8P'  ,adPPYba,  ,adPPYba,  8b,dPPYba,    ,adPPYba,   8b,dPPYba,   ,adPPYba,  88  8b       d8   ,adPPYba,  
88""""88'   a8P_____88  I8[    ""  88P'    "8a  a8"     "8a  88P'   `"8a  I8[    ""  88  `8b     d8'  a8P_____88  
88    `8b   8PP"""""""   `"Y8ba,   88       d8  8b       d8  88       88   `"Y8ba,   88   `8b   d8'   8PP"""""""  
88     `8b  "8b,   ,aa  aa    ]8I  88b,   ,a8"  "8a,   ,a8"  88       88  aa    ]8I  88    `8b,d8'    "8b,   ,aa  
88      `8b  `"Ybbd8"'  `"YbbdP"'  88`YbbdP"'    `"YbbdP"'   88       88  `"YbbdP"'  88      "8"       `"Ybbd8"'  
								   88                                                                             
								   88                                                                             
*/

		@media (max-aspect-ratio: 79/100) {
			.console:before {
				content: "super-tall";
			}

			.menu-container {
				font-size: 3.8em;
				height: 2.1em;
			}

			.menu {
				top: 0.35em;
				left: 0.3em;
				-webkit-transform: none;
				        transform: none;
			}

			.top-link {
				margin: 0 0.3em;
			}

			.top-link-hide {
				display: none;
			}

			.social-media {
				top: 0.35em;
				right: 0.8em;
				-webkit-transform: translate(0, -10%);
				        transform: translate(0, -10%);
			}

			.social-media-icon {
				width: 1.7em;
			}

			.social-media-icon svg {
				padding: 0.4em;
			}

			.home-big-image {
				width: 81vh;
				left: 50%;
				-webkit-transform: translate(-50%, 0);
				        transform: translate(-50%, 0);
			}

			.vh .home-big-image {
				background-position: 0 2.2vh;
			}

			.home-content {
				top: auto;
				bottom: 21.7%;
				right: 50%;
				width: 63%;
				font-size: 3.8em;
				-webkit-transform: translate3d(50%, 36%, 0);
				        transform: translate3d(50%, 36%, 0);
			}

			.home-text-1-path {
				fill: #fff;
			}

			.home-row-2 {
				margin: 5% 0 6% 0;
			}

			.home-text-2 {
				margin: 0.8em auto 0 auto;
			}

			.open-date {
				font-size: 0.33em;
				margin: 3.5em auto 4em auto;
			}

			.open-date-path {
				fill: #fff;
			}

			.fandango-container {
				font-size: 1.01vw;
				top: 5em;
			}

			.story-images {		
				font-size: 3.8em;
				padding-top: 2.1em;
			}

			.story-holder {
				font-size: 1.8em;
				width: 89%;
			}

			.cast-crew-holder {
				font-size: 1.8em;
			}

			.cast-crew-bio {
				width: 90.5%;
			}

			.gallery {
				font-size: 3.8em;
			}

			.gallery-elements {
				right: 0.8em;
			}

			.slide-6 .slide-image {
				background-position: 0 20%;
			}

			.pagination {
				margin: 0 0.85em 0 1.6em;
			}

			.news-holder {
				font-size: 1.8em;
			}

			.news-column {
				padding: 1.2em 0.8em 0 0.8em;
			}

			.news .nowrap {
				white-space: normal;
			}
		}

	@media (min-aspect-ratio: 79/100) and (max-aspect-ratio: 105/100) {
		.console:before {
			content: "taller";
		}

		.menu-container {
			font-size: 2.8em;
			height: 1.95em;
		}

		.menu {
			top: 0.23em;
		}

		.top-link {
			margin: 0 0.4em;
		}

		.social-media {
			top: 0.23em;
			-webkit-transform: translate(4%, -16%);
			        transform: translate(4%, -16%);
		}

		.social-media-icon {
			width: 2em;
		}

		.social-media-icon svg {
			padding: 0.5em;
		}

		.home-big-image {
			width: 182vh;
			left: 50%;
			-webkit-transform: translate(-29.5%, 0);
			        transform: translate(-29.5%, 0);
		}

		.home-content {
			width: 49vh;
			right: 50%;
			top: auto;
			bottom: 0;
			-webkit-transform: translate3d(50%, 0, 0);
			        transform: translate3d(50%, 0, 0);
		}

		.open-date {
			font-size: 1.1em;
			margin: 3.7em auto 4em auto;
		}

		.open-date-path {
			fill: #738e9b;
		}

		.fandango-container {
			font-size: 0.85vw;
			top: 4.4em;
		}

		.story-images {
			font-size: 2.8em;
			padding-top: 1.95em;
		}

		.story-holder {
			font-size: 1.3em;
			width: 71%;
		}

		.cast-crew-holder {
			font-size: 1.3em;
		}

		.cast-crew-bio {
			width: 80%;
		}

		.gallery {
			font-size: 2.8em;
		}

		.slide-6 .slide-image {
			background-position: 11% 20%;
		}

		.pagination {
			margin: 0 1em 0 1.6em;
		}

		.news-holder {
			font-size: 1.3em;
		}
	}

	@media (max-aspect-ratio: 105/100) {
		.home-big-image {
			background-position: 7% 2.2vh;
		}

		.home-content-gradient {
			display: block;
		}

		.home-text-1-path {
			fill: #fff;
		}

		.home-row-2 {
			margin: 4% 0 5% 0;
		}

		.bafta img {
			border: 0.4vh solid #303e46;
		}

		.view-trailer-image img {
			border: 0.4vh solid #303e46;
		}

		.view-trailer:hover .view-trailer-image img {
			border: 0.4vh solid #738e9b;
		}

		.cast-crew-title {
			margin: 1.8em 0 0.6em 0;
		}

		.behind-the-scenes-outer,
		.news-top-divider {
			width: 91%;
		}

		.news-title {
			margin: 1.8em 0 0.6em 0;
		}
	}

@media (min-aspect-ratio: 105/100) and (max-aspect-ratio: 120/100) {
	.console:before {
		content: "tall";
	}

	.menu-container {
		font-size: 2.3em;
	}

	.home-big-image {
		background-position: 26% 4%;
	}

	.home-content {
		width: 48%;
		right: -140%;
	}

	.fandango-container {
		font-size: 0.66vw;
		top: 5.3em;
	}

	.story-images {
		font-size: 2.3em;
	}

	.story-holder {
		font-size: 1.03em;
		width: 54%;
	}

	.cast-crew-holder {
		font-size: 1.03em;
	}

	.cast-crew-bio {
		width: 65%;
	}

	.gallery {
		font-size: 2.3em;
	}

	.slide-6 .slide-image {
		background-position: 2% 20%;
	}

	.news-holder {
		font-size: 1.03em;
	}

	.behind-the-scenes-outer,
	.news-top-divider {
		width: 76%;
	}
}

@media (min-aspect-ratio: 140/100) {
	.console:before {
		content: "wide";
	}

	.menu-container {
		font-size: 1.9em;
	}

	.home-content {
		width: 42%;
		right: -120.1%;
	}

	.open-date {
		font-size: 0.84em;
	}

	.fandango-container {
		font-size: 0.58vw;
		top: 4.6em;
	}

	.story-images {		
		font-size: 1.9em;
	}

	.story-holder {
		font-size: 0.92em;
		width: 52%;
	}

	.cast-crew-holder {
		font-size: 0.92em;
	}

	.cast-crew-bio {
		width: 57%;
	}

	.gallery {
		font-size: 1.9em;
	}

	.news-holder {
		font-size: 0.92em;
	}
}

	@media (min-aspect-ratio: 155/100) {
		.console:before {
			content: "wider";
		}

		.youtube-video {
			width: 85%;
			padding-bottom: 47.8%;
		}
		
		.menu-container {
			font-size: 1.8em;
		}

		.home-content {
			width: 39.4%;
			right: -111%;
			top: 50.6%;
		}

		.home-row-2 {
			margin: 7% 0 8% 0;
		}

		.open-date {
			font-size: 0.76em;
		}

		.fandango-container {
			font-size: 0.55vw;
			top: 4.8em;
		}

		.story-images {
			font-size: 1.8em;
		}

		.story-holder {
			font-size: 0.87em;
			width: 46%;
		}

		.cast-crew-holder {
			font-size: 0.87em;
		}

		.cast-crew-bio {
			width: 54%;
		}

		.gallery {
			font-size: 1.8em;
		}

		.news-holder {
			font-size: 0.87em;
		}
	}

		@media (min-aspect-ratio: 170/100) {
			.console:before {
				content: "super-wide";
			}

			.youtube-video {
				width: 80%;
				padding-bottom: 45%;
			}

			.menu-container {
				font-size: 1.7em;
				height: 1.95em;
			}

			.menu,
			.social-media {
				top: 0.3em;
			}

			.home-content {
				width: 37%;
				top: 51.6%;
				right: -101%;
			}

			.home-row-2 {
				margin: 6% 0 7% 0;
			}

			.open-date {
				font-size: 0.7em;
			}

			.fandango-container {
				font-size: 0.51vw;
				top: 4.3em;
			}

			.story-images {
				font-size: 1.7em;
			}

			.story-holder {
				font-size: 0.8em;
				width: 48%;
			}

			.cast-crew-holder {
				font-size: 0.8em;
				top: 23.5%;
			}

			.cast-crew-bio {
				width: 51%;
			}

			.gallery {
				font-size: 1.7em;
			}

			.news-holder {
				font-size: 0.8em;
				top: 23.5%;
			}
		}

@media (max-width: 700px) {
	.read-more {
		padding: 0.5em 1em 0.3em 1em;
	}

	.video-play {
		width: 24%;
	}
}

@media (max-aspect-ratio: 105/100) and (max-width: 700px) {
	.menu-container {
		height: 2.4em;
	}

	.menu {
		top: 0.5em;
	}

	.social-media {
		top: 0.5em;
	}

	.social-media-icon {
		margin: 0 0.2em;
	}

	.fandango-container {
		font-size: 1.17vw;
		top: 5.7em;
	}

	.story-images {
		padding-top: 2.4em;
	}

	.story-holder {
		font-size: 2.2em;
	}

	.cast-crew-holder {
		font-size: 2.2em;
	}

	.cast-crew-bio {
		padding: 1.8em;
	}

	.bio-name-1 {
		font-size: 1.9em;
	}

	.bio-name-2 {
		font-size: 1.4em;
	}

	.gallery-elements {
		bottom: 1em;
	}

	.news-holder {
		font-size: 2.2em;
	}
}

@media (min-aspect-ratio: 170/100) and (max-width: 700px) {
	.menu-container {
		font-size: 2.3em;
	}

	.social-media-icon {
		margin: 0 0.2em;
	}

	.home-content {
		top: 55%;
	}

	.fandango-container {
		font-size: 0.7vw;
		top: 5em;
		border: 0.4vh solid #303e46;
	}

	.story {
		position: relative;
		height: auto;
		overflow: auto;
	}

	.story-images {
		font-size: 2.3em;
	}

	.story-holder {
		font-size: 1.4em;
		width: 70%;
	}

	.cast-crew-holder {
		font-size: 1.4em;
	}

	.cast-crew-bio {
		width: 78%;
		padding: 2.1em;
	}

	.gallery {
		font-size: 2.3em;
	}

	.news-holder {
		font-size: 1.4em;
	}
}	

/**
 * Swiper 3.2.6
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * 
 * http://www.idangero.us/swiper/
 * 
 * Copyright 2015, Vladimir Kharlampidi
 * The iDangero.us
 * http://www.idangero.us/
 * 
 * Licensed under MIT
 * 
 * Released on: November 28, 2015
 */
.swiper-container{margin:0 auto;position:relative;overflow:hidden;z-index:1}.swiper-container-no-flexbox .swiper-slide{float:left}.swiper-container-vertical>.swiper-wrapper{-webkit-box-orient:vertical;-moz-box-orient:vertical;-ms-flex-direction:column;-webkit-flex-direction:column;flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-transition-property:-webkit-transform;-moz-transition-property:-moz-transform;-o-transition-property:-o-transform;-ms-transition-property:-ms-transform;transition-property:transform;-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box}.swiper-container-android .swiper-slide,.swiper-wrapper{-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-o-transform:translate(0,0);-ms-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.swiper-container-multirow>.swiper-wrapper{-webkit-box-lines:multiple;-moz-box-lines:multiple;-ms-flex-wrap:wrap;-webkit-flex-wrap:wrap;flex-wrap:wrap}.swiper-container-free-mode>.swiper-wrapper{-webkit-transition-timing-function:ease-out;-moz-transition-timing-function:ease-out;-ms-transition-timing-function:ease-out;-o-transition-timing-function:ease-out;transition-timing-function:ease-out;margin:0 auto}.swiper-slide{-webkit-flex-shrink:0;-ms-flex:0 0 auto;flex-shrink:0;width:100%;height:100%;position:relative}.swiper-container-autoheight,.swiper-container-autoheight .swiper-slide{height:auto}.swiper-container-autoheight .swiper-wrapper{-webkit-box-align:start;-ms-flex-align:start;-webkit-align-items:flex-start;align-items:flex-start;-webkit-transition-property:-webkit-transform,height;-moz-transition-property:-moz-transform;-o-transition-property:-o-transform;-ms-transition-property:-ms-transform;transition-property:transform,height}.swiper-container .swiper-notification{position:absolute;left:0;top:0;pointer-events:none;opacity:0;z-index:-1000}.swiper-wp8-horizontal{-ms-touch-action:pan-y;touch-action:pan-y}.swiper-wp8-vertical{-ms-touch-action:pan-x;touch-action:pan-x}.swiper-button-next,.swiper-button-prev{position:absolute;top:50%;width:27px;height:44px;margin-top:-22px;z-index:10;cursor:pointer;-moz-background-size:27px 44px;-webkit-background-size:27px 44px;background-size:27px 44px;background-position:center;background-repeat:no-repeat}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-prev,.swiper-container-rtl .swiper-button-next{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");left:10px;right:auto}.swiper-button-prev.swiper-button-black,.swiper-container-rtl .swiper-button-next.swiper-button-black{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")}.swiper-button-prev.swiper-button-white,.swiper-container-rtl .swiper-button-next.swiper-button-white{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")}.swiper-button-next,.swiper-container-rtl .swiper-button-prev{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");right:10px;left:auto}.swiper-button-next.swiper-button-black,.swiper-container-rtl .swiper-button-prev.swiper-button-black{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")}.swiper-button-next.swiper-button-white,.swiper-container-rtl .swiper-button-prev.swiper-button-white{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")}.swiper-pagination{position:absolute;text-align:center;-webkit-transition:.3s;-moz-transition:.3s;-o-transition:.3s;transition:.3s;-webkit-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);-o-transform:translate3d(0,0,0);transform:translate3d(0,0,0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-pagination-bullet{width:8px;height:8px;display:inline-block;border-radius:100%;background:#000;opacity:.2}button.swiper-pagination-bullet{border:none;margin:0;padding:0;box-shadow:none;-moz-appearance:none;-ms-appearance:none;-webkit-appearance:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-white .swiper-pagination-bullet{background:#fff}.swiper-pagination-bullet-active{opacity:1;background:#007aff}.swiper-pagination-white .swiper-pagination-bullet-active{background:#fff}.swiper-pagination-black .swiper-pagination-bullet-active{background:#000}.swiper-container-vertical>.swiper-pagination{right:10px;top:50%;-webkit-transform:translate3d(0,-50%,0);-moz-transform:translate3d(0,-50%,0);-o-transform:translate(0,-50%);-ms-transform:translate3d(0,-50%,0);transform:translate3d(0,-50%,0)}.swiper-container-vertical>.swiper-pagination .swiper-pagination-bullet{margin:5px 0;display:block}.swiper-container-horizontal>.swiper-pagination{bottom:10px;left:0;width:100%}.swiper-container-horizontal>.swiper-pagination .swiper-pagination-bullet{margin:0 5px}.swiper-container-3d{-webkit-perspective:1200px;-moz-perspective:1200px;-o-perspective:1200px;perspective:1200px}.swiper-container-3d .swiper-cube-shadow,.swiper-container-3d .swiper-slide,.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top,.swiper-container-3d .swiper-wrapper{-webkit-transform-style:preserve-3d;-moz-transform-style:preserve-3d;-ms-transform-style:preserve-3d;transform-style:preserve-3d}.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-container-3d .swiper-slide-shadow-left{background-image:-webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));background-image:-webkit-linear-gradient(right,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-moz-linear-gradient(right,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-o-linear-gradient(right,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-3d .swiper-slide-shadow-right{background-image:-webkit-gradient(linear,right top,left top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));background-image:-webkit-linear-gradient(left,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-moz-linear-gradient(left,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-o-linear-gradient(left,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-3d .swiper-slide-shadow-top{background-image:-webkit-gradient(linear,left top,left bottom,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));background-image:-webkit-linear-gradient(bottom,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-moz-linear-gradient(bottom,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-o-linear-gradient(bottom,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-3d .swiper-slide-shadow-bottom{background-image:-webkit-gradient(linear,left bottom,left top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));background-image:-webkit-linear-gradient(top,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-moz-linear-gradient(top,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-o-linear-gradient(top,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-coverflow .swiper-wrapper{-ms-perspective:1200px}.swiper-container-fade.swiper-container-free-mode .swiper-slide{-webkit-transition-timing-function:ease-out;-moz-transition-timing-function:ease-out;-ms-transition-timing-function:ease-out;-o-transition-timing-function:ease-out;transition-timing-function:ease-out}.swiper-container-fade .swiper-slide{pointer-events:none}.swiper-container-fade .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-fade .swiper-slide-active,.swiper-container-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-container-cube{overflow:visible}.swiper-container-cube .swiper-slide{pointer-events:none;visibility:hidden;-webkit-transform-origin:0 0;-moz-transform-origin:0 0;-ms-transform-origin:0 0;transform-origin:0 0;-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;backface-visibility:hidden;width:100%;height:100%;z-index:1}.swiper-container-cube.swiper-container-rtl .swiper-slide{-webkit-transform-origin:100% 0;-moz-transform-origin:100% 0;-ms-transform-origin:100% 0;transform-origin:100% 0}.swiper-container-cube .swiper-slide-active,.swiper-container-cube .swiper-slide-next,.swiper-container-cube .swiper-slide-next+.swiper-slide,.swiper-container-cube .swiper-slide-prev{pointer-events:auto;visibility:visible}.swiper-container-cube .swiper-slide-shadow-bottom,.swiper-container-cube .swiper-slide-shadow-left,.swiper-container-cube .swiper-slide-shadow-right,.swiper-container-cube .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;backface-visibility:hidden}.swiper-container-cube .swiper-cube-shadow{position:absolute;left:0;bottom:0;width:100%;height:100%;background:#000;opacity:.6;-webkit-filter:blur(50px);filter:blur(50px);z-index:0}.swiper-scrollbar{border-radius:10px;position:relative;-ms-touch-action:none;background:rgba(0,0,0,.1)}.swiper-container-horizontal>.swiper-scrollbar{position:absolute;left:1%;bottom:3px;z-index:50;height:5px;width:98%}.swiper-container-vertical>.swiper-scrollbar{position:absolute;right:3px;top:1%;z-index:50;width:5px;height:98%}.swiper-scrollbar-drag{height:100%;width:100%;position:relative;background:rgba(0,0,0,.5);border-radius:10px;left:0;top:0}.swiper-scrollbar-cursor-drag{cursor:move}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;-webkit-transform-origin:50%;-moz-transform-origin:50%;transform-origin:50%;-webkit-animation:swiper-preloader-spin 1s steps(12,end) infinite;-moz-animation:swiper-preloader-spin 1s steps(12,end) infinite;animation:swiper-preloader-spin 1s steps(12,end) infinite}.swiper-lazy-preloader:after{display:block;content:"";width:100%;height:100%;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");background-position:50%;-webkit-background-size:100%;background-size:100%;background-repeat:no-repeat}.swiper-lazy-preloader-white:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E")}@-webkit-keyframes swiper-preloader-spin{100%{-webkit-transform:rotate(360deg)}}@keyframes swiper-preloader-spin{100%{transform:rotate(360deg)}}


