@font-face {
font-family: "amiri";
src: url("../fonts/Amiri-Bold.ttf");
font-weight: 700;
font-style: normal; }

@font-face {
font-family: "amiri";
src: url("../fonts/Amiri-Regular.ttf");
font-weight: 300;
font-style: normal; }

@font-face {
font-family: "avant-garde";
src: url("../fonts/avantgarde_bk.otf");
font-weight: 300;
font-style: normal; }

@font-face {
font-family: "avant-garde";
src: url("../fonts/avantgarde_demi.otf");
font-weight: 500;
font-style: normal; }

@font-face {
font-family: "avant-garde";
src: url("../fonts/avantgarde_demi.otf");
font-weight: 500;
font-style: normal; }

@font-face {
font-family: "butler";
src: url("../fonts/butler_medium.otf");
font-weight: 500;
font-style: normal; }

@font-face {
font-family: "butler";
src: url("../fonts/butler_regular.otf");
font-weight: 400;
font-style: normal; }

.arrow-btn {
	position: relative;
	width: 15px;
	height: 7px;
	display: inline-block;
	top: 2px;
	margin-left: 10px; }
.arrow-btn.left-arrow-btn {
	-webkit-transform: rotate(-180deg);
	-ms-transform: rotate(-180deg);
	transform: rotate(-180deg);
	margin-right: 10px;
	margin-left: 0px; }
.arrow-btn .line {
	background: #c39d63;
	display: inline-block;
	margin-left: 10px;
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	height: 1px;
	-webkit-transform-origin: center center;
	-ms-transform-origin: center center;
	transform-origin: center center;
	width: 101%;
	height: 1px;
	right: -1px;
	left: inherit; }
.arrow-btn .line.line-top {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	width: 6px;
	top: -4px; }
.arrow-btn .line.line-bottom {
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	width: 6px;
	bottom: -4px; }

.line-before {
	position: relative;
	padding-left: 65px; }
.line-before:before {
	position: absolute;
	top: 50%;
	content: '';
	display: block;
	left: 0;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	width: 55px;
	background: #c39d63;
	height: 2px; }

/* Sweep To Right */
.hvr-sweep-to-right {
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: perspective(1px) translateZ(0);
	transform: perspective(1px) translateZ(0);
	-webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	position: relative;
	-webkit-transition-property: color;
	-o-transition-property: color;
	transition-property: color;
	-webkit-transition-duration: 0.3s;
	-o-transition-duration: 0.3s;
	transition-duration: 0.3s; }

.hvr-sweep-to-right:before {
	content: "";
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #c39d63;
	-webkit-transform: scaleX(0);
	-ms-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transform-origin: 0 50%;
	-ms-transform-origin: 0 50%;
	transform-origin: 0 50%;
	-webkit-transition-property: transform;
	-webkit-transition-property: -webkit-transform;
	transition-property: -webkit-transform;
	-o-transition-property: transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform;
	-webkit-transition-duration: 0.3s;
	-o-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-timing-function: ease-out;
	-o-transition-timing-function: ease-out;
	transition-timing-function: ease-out; }

.hvr-sweep-to-right:hover, .hvr-sweep-to-right:focus, .hvr-sweep-to-right:active {
	color: white; }

.hvr-sweep-to-right:hover:before, .hvr-sweep-to-right:focus:before, .hvr-sweep-to-right:active:before {
	-webkit-transform: scaleX(1);
	-ms-transform: scaleX(1);
	transform: scaleX(1); }

* {
	padding: 0;
	margin: 0; }

html,
body {
	background: #131313; }

p {
	font-family: 'avant-garde', 'Helvetica', serif;
	font-size: 0.8125rem;
	font-style: normal;
	font-weight: 300;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	line-height: 1.8;
	color: #bebebe;
	letter-spacing: 1px; }

.wrapper {
	width: 80%;
	margin: 0 auto; }

.content-wrapper {
	width: 80%;
	max-width: 600px;
	margin: 0 auto; }

header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100px;
	z-index: 4; }

#eaglefilms-logo {
	width: 300px;
	margin-left: -30px;
	position: relative;
	padding-top: 40px;
	float: left; }
#eaglefilms-logo .text {
	position: absolute;
	-webkit-transform: scale(1.25) translateX(85px) translateY(-40px);
	-ms-transform: scale(1.25) translateX(85px) translateY(-40px);
	transform: scale(1.25) translateX(85px) translateY(-40px); }

.fullpage-menu {
	position: fixed;
	top: -100%;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 3;
	-webkit-transition: .5s top;
	-o-transition: .5s top;
	transition: .5s top;
	background: rgba(27, 27, 27, 0.85);
	background-image: url("../images/whisplash.png");
	background-size: cover;
	background-position: right center; }
.fullpage-menu.active {
	top: 0; }
.fullpage-menu .fullpage-menu-links {
	position: absolute;
	top: 50%;
	width: 100%;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%); }
.fullpage-menu ul li {
	list-style: none;
	margin-bottom: 30px; }
.fullpage-menu ul li:last-child {
	margin-bottom: 0; }
.fullpage-menu ul li a {
	font-family: 'butler', 'Helvetica', sans-serif;
	font-size: 4.5rem;
	font-style: normal;
	font-weight: 400;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-decoration: none;
	line-height: 1.14;
	color: #fff;
	-webkit-transition: .2s color;
	-o-transition: .2s color;
	transition: .2s color; }
.fullpage-menu ul li a:hover {
	color: #c39d63; }

.menu-buttons {
	float: right;
	padding-top: 20px; }

.search-icon-container {
	width: 20px;
	float: right;
	height: 21px;
	margin-right: 20px;
	margin-top: 15px;
	cursor: pointer; }
.search-icon-container path {
	fill: #FFF; }

.arabic-container {
	float: right;
	margin-right: 20px;
	margin-top: 6px; }
.arabic-container a {
/*	font-family: "Cairo", Verdana;*/
	font-family: 'Amiri', serif;
	color: #FFF;
	text-decoration: none; 
	text-shadow:0px 0px 5px #000;
}

.loading-page {
	position: fixed;
	top: 0;
	left: 0;
	background-color: #151515;
	width: 100%;
	height: 100%;
	z-index: 999999;
	background-size: cover;
	background-position: center center; }
.loading-page .loading-page-progress {
	display: none;
	z-index: 1;
	position: absolute;
	left: 50%;
	top: 50%;
	text-align: center;
	margin: auto;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%); }
.loading-page .loading-page-progress p {
	font-size: 25rem;
	font-family: 'butler', 'Helvetica', sans-serif;
	font-style: normal;
	font-weight: 400;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	line-height: 1;
	color: #1b1b1b; }
.loading-page .loading-page-quote {
	z-index: 2;
	position: absolute;
	display: none;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	text-align: center; }
.loading-page .loading-page-quote p {
	font-family: 'butler', 'Helvetica', sans-serif;
	font-size: 3.125rem;
	font-style: normal;
	font-weight: 500;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	line-height: 1.25;
	text-align: center;
	color: #fff;
	margin-bottom: 30px; }
.loading-page .loading-page-quote p span {
	color: #c39d63; }
.loading-page h5 {
	position: relative;
	z-index: 10;
	margin: 0 auto;
	padding: 0;
	font-family: 'avant-garde', 'Helvetica', serif;
	font-size: 0.6875rem;
	font-style: normal;
	font-weight: 500;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #FFF;
	padding-left: 80px;
	display: table; }
.loading-page h5:before {
	position: absolute;
	height: 2px;
	background: #c39d63;
	width: 50px;
	content: '';
	left: 0;
	top: 50%;
	left: 0;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%); }

.menu-icon-container {
	float: right; }
.menu-icon-container .menu {
	position: relative;
	display: block;
	width: 50px;
	height: 50px;
	background: #1b1b1b;
	cursor: pointer; }
.menu-icon-container .menu .bar {
	position: absolute;
	left: 13px;
	height: 2px;
	background: #fff; }
.menu-icon-container .menu .bar.top-bar, .menu-icon-container .menu .bar.bottom-bar {
	width: 25px; }
.menu-icon-container .menu .bar.top-bar {
	top: 17px; }
.menu-icon-container .menu .bar.mid-bar {
	top: 24px;
	width: 9px; }
.menu-icon-container .menu .bar.bottom-bar {
	top: 31px; }

.centered-header {
	text-align: center;
	padding: 120px 0 50px; }
.centered-header h6 {
	font-family: 'avant-garde', 'Helvetica', serif;
	font-size: 0.6875rem;
	font-weight: 500;
	-webkit-font-smoothing: antialiased;
	text-align: center;
	-moz-osx-font-smoothing: grayscale;
	letter-spacing: 1px;
	color: #c39d63;
	text-transform: uppercase;
	margin-bottom: 40px; }
.centered-header h1 {
	font-family: 'butler', 'Helvetica', sans-serif;
	font-size: 4.5rem;
	font-weight: 400;
	line-height: 1.14;
	text-align: center;
	color: #FFF; }
.centered-header h2 {
	font-family: 'avant-garde', 'Helvetica', serif;
	font-size: 1.125rem;
	font-weight: 500;
	color: #FFF;
	line-height: 1.5;
	text-align: center;
	padding-bottom: 20px;
	padding-top: 60px; }
.centered-header p {
	text-align: center;
	margin: 0 auto; }

.page-header {
	padding: 250px 0 50px;
	position: relative;
	overflow: hidden;
	z-index: 1; }
.page-header.extra-padding {
	padding-bottom: 150px; }
.page-header .wrapper {
	position: relative;
	z-index: 1; }
.page-header h2 {
	font-family: 'avant-garde', 'Helvetica', serif;
	font-size: 0.6875rem;
	font-weight: 500;
	color: #FFF;
	letter-spacing: 1px;
	text-transform: uppercase; }
.page-header h6 {
	font-family: 'avant-garde', 'Helvetica', serif;
	font-size: 0.6875rem;
	font-weight: 500;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	letter-spacing: 1px;
	color: #c39d63;
	text-transform: uppercase; }
.page-header h1 {
	padding: 30px 0 10px;
	font-family: 'butler', 'Helvetica', sans-serif;
	font-size: 4.5rem;
	font-weight: 400;
	line-height: 1.14;
	color: #FFF;
	max-width: 850px; }
.page-header a {
	display: block;
	font-family: 'avant-garde', 'Helvetica', serif;
	font-size: 0.6875rem;
	font-weight: 500;
	color: #FFF;
	text-transform: uppercase;
	text-decoration: none; }
.page-header a .arrow-btn {
	top: -1px; }

.share-wrapper {
	border-top: 1px solid #323232;
	border-bottom: 1px solid #323232;
	padding: 50px 0; }
.share-wrapper:after {
	content: '';
	display: table;
	clear: both; }
.share-wrapper .left {
	float: left; }
.share-wrapper .left a {
	color: #FFF;
	text-decoration: none;
	text-transform: uppercase;
	font-family: 'avant-garde', 'Helvetica', serif;
	font-size: 0.6875rem;
	font-weight: 500;
	color: #FFF;
	padding-left: 60px;
	position: relative; }
.share-wrapper .left a:before {
	content: '';
	display: table;
	position: absolute;
	left: 0;
	top: 50%;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	background: #c39d63;
	height: 2px;
	width: 50px; }
.share-wrapper .right {
	float: right; }
.share-wrapper .right .share-icon {
	display: inline-block;
	margin-left: 25px; }
.share-wrapper .right .share-icon .twitter-icon {
	width: 19px;
	height: 15px;
	fill: #a5a5a5; }
.share-wrapper .right .share-icon .facebook-icon {
	width: 20px;
	height: 16px;
	fill: #a5a5a5; }
.share-wrapper .right .share-icon .mail-icon {
	width: 21px;
	height: 14px;
	fill: #a5a5a5; }

footer {
	background: #1b1b1b;
	width: 100%; }
footer .wrapper:after {
	content: '';
	display: table;
	clear: both; }
footer p {
	float: left;
	font-family: 'avant-garde', "Helvetica", serif;
	font-size: 0.5rem;
	padding: 50px 0;
	font-weight: 600;
	opacity: .3;
	letter-spacing: 1px;
	color: #a5a5a5;
	text-transform: uppercase; }
footer .social {
	padding: 50px 0;
	float: right; }
footer .social a {
	display: inline-block;
	margin-left: 30px; }
footer .social a .icon:hover {
	fill: #c39d63; }
footer .social a .icon {
	-webkit-transition: .3s fill;
	-o-transition: .3s fill;
	transition: .3s fill; }
footer .social a .facebook-icon {
	width: 20px;
	height: 16px;
	fill: #a5a5a5; }
footer .social a .twitter-icon {
	width: 19px;
	height: 15px;
	fill: #a5a5a5; }

.load-more-btn {
	margin: 80px auto;
	display: table; }
.load-more-btn a {
	font-family: 'avant-garde', 'Helvetica', serif;
	font-size: 0.6875rem;
	display: table;
	background: #1b1b1b;
	font-weight: 500;
	text-decoration: none;
	padding: 20px 50px;
	text-transform: uppercase;
	color: #FFF; }

.news-grid {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 1fr 1fr 1fr;
	grid-template-columns: 1fr 1fr 1fr;
	grid-column-gap: 20px; }
.news-grid.small {
	-ms-grid-columns: 1fr 1fr !important;
	grid-template-columns: 1fr 1fr !important;
	max-width: 780px;
	margin: 80px auto; }
.news-grid .news-grid-item:hover .news-grid-date:before {
	-webkit-transform: scaleX(1);
	-ms-transform: scaleX(1);
	transform: scaleX(1); }
.news-grid .news-grid-item .news-grid-image {
	background-size: cover;
	background-position: center center;
	width: 100%;
	padding-bottom: 70%;
	position: relative;
	margin-bottom: 40px;
	height: 0; }
.news-grid .news-grid-item .news-grid-date {
	position: absolute;
	top: 10px;
	left: 10px;
	background: #131313;
	height: 60px;
	width: 60px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	text-align: center;
	font-size: 0.9375rem;
	font-family: 'avant-garde', 'Helvetica', serif;
	font-weight: 500;
	color: #FFF;
	vertical-align: middle;
	-webkit-transform: perspective(1px) translateZ(0);
	transform: perspective(1px) translateZ(0);
	-webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	position: relative;
	-webkit-transition-property: color;
	-o-transition-property: color;
	transition-property: color;
	-webkit-transition-duration: 0.3s;
	-o-transition-duration: 0.3s;
	transition-duration: 0.3s; }
.news-grid .news-grid-item .news-grid-date span {
	font-size: 0.6875rem; }
.news-grid .news-grid-item .news-grid-date:before {
	content: "";
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #c39d63;
	-webkit-transform: scaleX(0);
	-ms-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transform-origin: 0 50%;
	-ms-transform-origin: 0 50%;
	transform-origin: 0 50%;
	-webkit-transition-property: transform;
	-webkit-transition-property: -webkit-transform;
	transition-property: -webkit-transform;
	-o-transition-property: transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform;
	-webkit-transition-duration: 0.3s;
	-o-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-timing-function: ease-out;
	-o-transition-timing-function: ease-out;
	transition-timing-function: ease-out; }
.news-grid .news-grid-item h4 {
	font-size: 1.125rem;
	font-weight: 500;
	font-family: 'avant-garde', 'Helvetica', serif;
	line-height: 1.5;
	color: #FFF;
	margin-bottom: 20px; }
.news-grid .news-grid-item p {
	margin-bottom: 20px; }
.news-grid .news-grid-item a {
	font-size: 0.6875rem;
	color: #FFF;
	font-family: 'avant-garde', 'Helvetica', serif;
	letter-spacing: 1px;
	text-transform: uppercase;
	text-decoration: none; }
.news-grid .news-grid-item a .arrow-btn {
	top: -2px; }

.homepage-movie-slideshow {
	margin-bottom: 100px; }
.homepage-movie-slideshow .next-button {
	position: absolute;
	top: 50%;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	z-index: 3;
	left: 83%; }
.homepage-movie-slideshow .next-button a {
	text-decoration: none;
	text-transform: uppercase;
	color: #FFF;
	font-family: 'avant-garde', 'Helvetica', serif;
	font-size: 0.6875rem;
	font-weight: 500;
	display: block;
	position: relative;
	letter-spacing: 1px; }
.homepage-movie-slideshow .homepage-movie-slide {
	opacity: .8;
	-webkit-transition: .3s opacity;
	-o-transition: .3s opacity;
	transition: .3s opacity; }
.homepage-movie-slideshow .homepage-movie-slide.transitioned, .homepage-movie-slideshow .homepage-movie-slide.sp-selected {
	opacity: 1; }
.homepage-movie-slideshow .homepage-movie-slide.transitioned .homepage-movie-slide-image, .homepage-movie-slideshow .homepage-movie-slide.sp-selected .homepage-movie-slide-image {
	-webkit-transform: scale(1, 1);
	-ms-transform: scale(1, 1);
	transform: scale(1, 1); }
.homepage-movie-slideshow .homepage-movie-slide.transitioned .homepage-movie-slide-text,
.homepage-movie-slideshow .homepage-movie-slide.transitioned .homepage-movie-slide-movie, .homepage-movie-slideshow .homepage-movie-slide.sp-selected .homepage-movie-slide-text,
.homepage-movie-slideshow .homepage-movie-slide.sp-selected .homepage-movie-slide-movie {
	opacity: 1; }
.homepage-movie-slideshow .homepage-movie-slide.transitioned .homepage-movie-slide-text.opaque, .homepage-movie-slideshow .homepage-movie-slide.sp-selected .homepage-movie-slide-text.opaque {
	opacity: 0; }
.homepage-movie-slideshow .homepage-movie-slide .homepage-movie-slide-status {
	position: absolute;
	top: 3%;
	background: rgba(190, 152, 97, 0.6);
	background: transparent;
	    text-shadow: 1px 0 0 #000;
	font-family: 'avant-garde', 'Helvetica', serif;
	font-size: 1.125rem;
	opacity: .7;
	color: #FFF;
	padding: 15px 120px;
	text-transform: uppercase;
	letter-spacing: 1px;
	top: 30px;
	left: 5%;
	-webkit-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
	opacity: .95;
	bottom: 400px;
	top: auto;
	padding: 15px 50px; }
.homepage-movie-slideshow .homepage-movie-slide .homepage-movie-slide-status:before {
	position: absolute;
	width: 30px;
	left: 10px;
	height: 2px;
	content: '';
	display: block;
	background: #1b1b1b;
	top: 50%;
	margin-top: -1px; }
.homepage-movie-slideshow .homepage-movie-slide .homepage-movie-slide-status:after {
	position: absolute;
	width: 30px;
	right: 10px;
	height: 2px;
	content: '';
	display: block;
	background: #1b1b1b;
	top: 50%;
	margin-top: -1px; }
.homepage-movie-slideshow .homepage-movie-slide .homepage-movie-slide-image {
	overflow: hidden;
	position: relative;
	-webkit-transform: scale(1, 0.8);
	-ms-transform: scale(1, 0.8);
	transform: scale(1, 0.8);
	-webkit-transition: .3s transform;
	-o-transition: .3s transform;
	transition: .3s transform;
	height: 75vh;
	width: 90%;
	background-size: cover;
	background-position: center center;
	margin: 0 auto; }
.homepage-movie-slideshow .homepage-movie-slide .homepage-movie-slide-gradient {
	width: 110%;
	height: 110%;
	position: absolute;
	top: -10%;
	left: -10%;
	background-image: -webkit-gradient(linear, right top, left top, color-stop(50%, rgba(0, 0, 0, 0)), color-stop(99%, rgba(0, 0, 0, 0.5)));
	background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.5) 99%);
	background-image: -o-linear-gradient(right, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.5) 99%);
	background-image: linear-gradient(-90deg, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.5) 99%); }
.homepage-movie-slideshow .homepage-movie-slide .homepage-movie-slide-text {
	position: absolute;
	opacity: 0;
	z-index: 2;
	-webkit-transition: 1s opacity;
	-o-transition: 1s opacity;
	transition: 1s opacity;
	top: 100px;
	left: 5%;
	margin-left: -120px;
	font-size: 4.5rem;
	font-weight: 400;
	font-family: 'butler', 'Helvetica', sans-serif;
	line-height: 1.4;
	color: #FFF; }
.homepage-movie-slideshow .homepage-movie-slide .homepage-movie-slide-text.opaque {
	top: 50%;
	opacity: .1;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	-webkit-transition: .3s opacity;
	-o-transition: .3s opacity;
	transition: .3s opacity; }
.homepage-movie-slideshow .homepage-movie-slide .homepage-movie-slide-movie {
	position: absolute;
	opacity: 0;
	bottom: 20px;
	-webkit-transition: 1s opacity;
	-o-transition: 1s opacity;
	transition: 1s opacity;
	left: 5%;
	-webkit-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
	transform: translate(-50%, 0); }
.homepage-movie-slideshow .homepage-movie-slide .homepage-movie-slide-movie img {
	width: 250px;
	display: block; }
.homepage-movie-slideshow .homepage-movie-slide .homepage-movie-slide-movie a {
	color: #FFF;
	font-family: 'avant-garde', 'Helvetica', sans-serif;
	font-size: 0.6875rem;
	font-weight: 500;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 1px;
	padding-left: 0;
	-webkit-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	transform: rotate(-90deg);
	display: block;
	position: absolute;
	top: 50%;
	left: 100%;
	width: 75px; }
.homepage-movie-slideshow .homepage-movie-slide .homepage-movie-slide-movie a:before {
	width: 2px;
	height: 50px;
	top: 50%;
	left: 31px;
	-webkit-transform: translate(-50%, -140%);
	-ms-transform: translate(-50%, -140%);
	transform: translate(-50%, -140%); }

#homepage .homepage-slideshow {
	height: 100vh;
	background: #1b1b1b;
	width: 100%; }
#homepage .homepage-slideshow .page-header {
	position: relative;
	height: 100%;
	padding: 0; }
#homepage .homepage-slideshow .page-header .wrapper {
	position: absolute;
	top: 50%;
	z-index: 2;
	left: 10%;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%); }
#homepage .homepage-slideshow .page-header h1 {
	margin-bottom: 20px;
	font-size: 6.25rem; }
#homepage .homepage-slideshow .page-header h1 span {
	position: relative;
	display: inline-block; }
#homepage .homepage-slideshow .page-header h1 span:after {
	background: #c39d63;
	position: absolute;
	content: '';
	top: 0;
	left: 0;
	width: 110%;
	z-index: -1;
	bottom: 0;
	height: 100%;
	left: -5%; }
#homepage .homepage-slideshow .poster-image .poster-background {
	position: absolute;
	top: 0;
	right: 0;
	width: 35%;
	height: 100%;
	background: #e4e5dd; }
#homepage .homepage-slideshow .poster-image img {
	z-index: 1;
	position: absolute;
	right: 35%;
	bottom: -50%;
	height: 145%;
	-webkit-transform: translateX(50%) scale(1.05);
	-ms-transform: translateX(50%) scale(1.05);
	transform: translateX(50%) scale(1.05);
	-webkit-transform-origin: center right;
	-ms-transform-origin: center right;
	transform-origin: center right; }
#homepage .homepage-slideshow .poster-bottom {
	position: absolute;
	left: 0;
	width: 100%;
	bottom: 40px; }
#homepage .homepage-slideshow .poster-bottom .scroll-down {
	float: left;
	margin-top: -20px; }
#homepage .homepage-slideshow .poster-bottom .scroll-down .scroll-down-icon {
	height: 25px;
	width: 15px; }
#homepage .homepage-slideshow .poster-bottom .scroll-down .scroll-down-icon path {
	fill: #FFF; }
#homepage .homepage-slideshow .poster-bottom .movie-link {
	float: right; }
#homepage .homepage-slideshow .poster-bottom .movie-link a {
	display: inline-block;
	width: auto;
	margin-top: -90px;
	min-width: 100px;
	letter-spacing: 1px;
	font-family: 'avant-garde', 'Helvetica', serif;
	font-size: 0.6875rem;
	font-weight: 500;
	padding: 25px 40px;
	background: #131313;
	overflow: hidden;
	cursor: pointer;
	-webkit-mask-image: -webkit-radial-gradient(#fff, #000); }
#homepage .homepage-slideshow .poster-bottom .movie-link a:hover .arrow-btn .line {
	background: #FFF !important; }

#homepage .homepage-main-scene {
	background: #181818;
	display: table;
	padding: 0 30px 30px 30px;
	margin: 50px auto; }
#homepage .homepage-main-scene strong {
	font-size: 1.525rem;
	font-weight: 500;
	color: #c39d63;
	font-family: 'avant-garde', 'Helvetica', serif; }
#homepage .homepage-main-scene p {
	max-width: 610px;
	padding-top: 30px;
	width: 100%;
	margin: 0 auto;
	font-family: 'avant-garde', 'Helvetica', serif;
	font-weight: 300;
	font-size: 1rem; }

#homepage .homepage-showreel h2 {
	color: #FFF;
	font-family: 'avant-garde', 'Helvetica', serif;
	font-size: 0.6875rem;
	font-weight: 500;
	display: block;
	position: relative;
	letter-spacing: 1px;
	text-transform: uppercase;
	margin-bottom: 10px; }

#homepage .homepage-showreel .video-container {
	width: 100%;
	height: 100vh;
	-webkit-transform: scale(0.8);
	-ms-transform: scale(0.8);
	transform: scale(0.8);
	-webkit-transition: .3s transform;
	-o-transition: .3s transform;
	transition: .3s transform;
	position: relative;
	overflow: hidden; }
#homepage .homepage-showreel .video-container video {
	-o-object-fit: cover;
	object-fit: cover;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%; }

#homepage .homepage-quote {
	padding: 100px 0 80px 0; }
#homepage .homepage-quote .homepage-quote-box {
	width: 75%;
	margin: 0 auto;
	border: 10px solid rgba(255, 255, 255, 0.05);
	padding: 100px 40px;
	position: relative; }
#homepage .homepage-quote .homepage-quote-box h3 {
	font-family: 'butler', 'Helvetica', sans-serif;
	font-size: 3.125rem;
	font-weight: 500;
	line-height: 1.25;
	color: #FFF;
	margin: 0 auto;
	max-width: 720px;
	position: relative;
	z-index: 2;
	text-align: center; }
#homepage .homepage-quote .homepage-quote-box h3 span {
	color: #c39d63; }
#homepage .homepage-quote .homepage-quote-box h4 {
	color: #FFF;
	font-family: 'avant-garde', 'Helvetica', serif;
	font-size: 0.6875rem;
	font-weight: 500;
	display: block;
	letter-spacing: 1px;
	text-transform: uppercase;
	display: table;
	margin: 30px auto 0 auto;
	position: relative;
	z-index: 2; }
#homepage .homepage-quote .homepage-quote-box .sylv-stallone {
	display: block;
	position: absolute;
	top: auto;
	left: 0;
	bottom: 0;
	right: auto;
	overflow: hidden;
	max-height: none;
	width: 60%;
	max-height: 60vw;
	-webkit-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	transform: translate(0, 0); }
#homepage .homepage-quote .homepage-quote-box .sylv-stallone img {
	width: auto;
	height: auto;
	max-height: 110%;
	max-width: 45%; }

#homepage .homepage-news {
	padding-top: 80px;
	padding-bottom: 250px; }
#homepage .homepage-news h3 {
	color: #FFF;
	font-family: 'avant-garde', 'Helvetica', serif;
	font-size: 0.6875rem;
	font-weight: 500;
	display: block;
	position: relative;
	letter-spacing: 1px;
	text-transform: uppercase;
	margin-bottom: 20px; }
#homepage .homepage-news h2 {
	font-size: 4.5rem;
	font-family: 'butler', 'Helvetica', sans-serif;
	font-weight: 400;
	color: #FFF;
	line-height: 1.4;
	margin-bottom: 60px; }

#homepage .homepage-touch h3 {
	color: #FFF;
	font-family: 'avant-garde', 'Helvetica', serif;
	font-size: 0.6875rem;
	font-weight: 500;
	display: block;
	position: relative;
	letter-spacing: 1px;
	text-transform: uppercase;
	margin-bottom: 20px; }

#homepage .homepage-touch h2 {
	font-size: 4.5rem;
	font-family: 'butler', 'Helvetica', sans-serif;
	font-weight: 400;
	color: #FFF;
	line-height: 1.4;
	margin-bottom: 60px; }

#homepage .homepage-touch .homepage-touch-container {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 13fr 7fr;
	grid-template-columns: 13fr 7fr; }
#homepage .homepage-touch .homepage-touch-container .homepage-touch-image {
	background-position: center center;
	background-size: cover; }
#homepage .homepage-touch .homepage-touch-container .homepage-touch-text {
	background: #1b1b1b;
	padding: 100px 0; }
#homepage .homepage-touch .homepage-touch-container .homepage-touch-text .homepage-touch-text-box {
	max-width: 335px;
	width: 90%;
	margin: 0 auto;
	text-align: center; }
#homepage .homepage-touch .homepage-touch-container .homepage-touch-text .homepage-touch-text-box:nth-child(2) {
	padding-top: 12.5vh; }
#homepage .homepage-touch .homepage-touch-container .homepage-touch-text .homepage-touch-text-box h4 {
	font-family: 'avant-garde', 'Helvetica', serif;
	font-size: 1.125rem;
	font-weight: 500;
	color: #FFF;
	line-height: 1.5; }
#homepage .homepage-touch .homepage-touch-container .homepage-touch-text .homepage-touch-text-box p {
	padding: 25px 0; }
#homepage .homepage-touch .homepage-touch-container .homepage-touch-text .homepage-touch-text-box a {
	display: block;
	text-align: center;
	background: #131313;
	padding: 15px 0;
	font-family: 'avant-garde', 'Helvetica', serif;
	font-size: 0.6875rem;
	font-style: normal;
	font-weight: 500;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #c39d63;
	color: #fff;
	text-decoration: none; }
#homepage .homepage-touch .homepage-touch-container .homepage-touch-text .homepage-touch-text-box ::-webkit-input-placeholder {
	font-family: 'avant-garde', 'Helvetica', serif;
	line-height: 1.5;
	font-size: 0.6875rem;
	font-style: normal;
	font-weight: 500;
	text-transform: uppercase;
	color: #bebebe; }
#homepage .homepage-touch .homepage-touch-container .homepage-touch-text .homepage-touch-text-box ::-moz-placeholder {
	font-family: 'avant-garde', 'Helvetica', serif;
	line-height: 1.5;
	font-style: normal;
	font-size: 0.6875rem;
	font-weight: 500;
	text-transform: uppercase;
	color: #bebebe; }
#homepage .homepage-touch .homepage-touch-container .homepage-touch-text .homepage-touch-text-box :-ms-input-placeholder {
	font-family: 'avant-garde', 'Helvetica', serif;
	line-height: 1.5;
	font-style: normal;
	font-size: 0.6875rem;
	font-weight: 500;
	text-transform: uppercase;
	color: #bebebe; }
#homepage .homepage-touch .homepage-touch-container .homepage-touch-text .homepage-touch-text-box :-moz-placeholder {
	font-family: 'avant-garde', 'Helvetica', serif;
	line-height: 1.5;
	font-size: 0.8125rem;
	font-style: normal;
	font-weight: 500;
	text-transform: uppercase;
	color: #bebebe; }
#homepage .homepage-touch .homepage-touch-container .homepage-touch-text .homepage-touch-text-box form {
	position: relative; }
#homepage .homepage-touch .homepage-touch-container .homepage-touch-text .homepage-touch-text-box button {
	position: absolute;
	width: 55px;
	height: 100%;
	top: 0;
	border: 0;
	right: 0;
	cursor: pointer;
	background: #a5a5a5; }
#homepage .homepage-touch .homepage-touch-container .homepage-touch-text .homepage-touch-text-box button .arrow-submit-icon {
	width: 15px;
	height: 7px; }
#homepage .homepage-touch .homepage-touch-container .homepage-touch-text .homepage-touch-text-box button .arrow-submit-icon path {
	fill: #FFF; }
#homepage .homepage-touch .homepage-touch-container .homepage-touch-text .homepage-touch-text-box input[type=text] {
	text-align: center;
	width: calc(100% - 55px);
	padding: 15px 0;
	border: 0;
	margin-left: -55px;
	background: #131313;
	text-transform: none;
	font-family: 'avant-garde', 'Helvetica', serif;
	font-size: 0.6875rem;
	font-style: normal;
	font-weight: 500;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	line-height: 1.8;
	color: #bebebe;
	letter-spacing: 1px;
	text-transform: uppercase; }

#distribution {
	padding-bottom: 100px; }
#distribution .distribution-video-overlay {
	position: absolute;
	width: 100%;
	top: 0;
	left: 0;
	height: 75.5vh;
	z-index: 0;
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.8)), to(#131313));
	background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.8) 0%, #131313 100%);
	background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.8) 0%, #131313 100%);
	background-image: linear-gradient(-180deg, rgba(0, 0, 0, 0.8) 0%, #131313 100%);
	-webkit-backface-visibility: hidden;
	-webkit-transform: translateZ(0) scale(1, 1); }
#distribution .distribution-video {
	position: absolute;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 0;
	overflow: hidden;
	height: 75vh; }
#distribution .distribution-video .main-video {
	width: 100%;
	min-height: 100%;
	min-width: 100%;
	-o-object-fit: cover;
	object-fit: cover; }
#distribution .distribution-grid {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 1fr 1fr;
	grid-template-columns: 1fr 1fr;
	grid-column-gap: 1px;
	grid-row-gap: 1px; }
#distribution .distribution-grid .distribution-item {
	position: relative;
	height: 0;
	padding-bottom: 63%;
	overflow: hidden; }
#distribution .distribution-grid .distribution-item:hover .distribution-item-image-container {
	padding: 0; }
#distribution .distribution-grid .distribution-item:hover .distribution-item-number {
	bottom: 35px;
	opacity: .5; }
#distribution .distribution-grid .distribution-item .distribution-item-image-container {
	padding: 25px 12px;
	position: absolute;
	top: 0;
	-webkit-transition: .5s padding;
	-o-transition: .5s padding;
	transition: .5s padding;
	left: 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	height: 100%; }
#distribution .distribution-grid .distribution-item .distribution-item-image-container .distribution-item-image {
	background-size: cover;
	background-position: center center;
	width: 100%;
	height: 100%; }
#distribution .distribution-grid .distribution-item .distribution-item-title {
	font-family: 'avant-garde', 'Helvetica', serif;
	font-size: 1.125rem;
	font-weight: 500;
	color: #FFF;
	position: absolute;
	bottom: 60px;
	left: 50px; }
#distribution .distribution-grid .distribution-item .distribution-item-number {
	font-family: 'avant-garde', 'Helvetica', serif;
	font-size: 0.875rem;
	font-weight: 500;
	color: #FFF;
	opacity: 0;
	position: absolute;
	bottom: 20px;
	text-transform: uppercase;
	-webkit-transition: .4s all;
	-o-transition: .4s all;
	transition: .4s all;
	left: 50px; }

.category-filters {
	padding: 30px 0; }
.category-filters ul {
	padding-left: 65px;
	position: relative;
	list-style: none; }
.category-filters ul:before {
	background: #c39d63;
	position: absolute;
	height: 2px;
	content: '';
	display: block;
	width: 50px;
	top: 25%;
	left: 0;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%); }
.category-filters ul li {
	display: inline-block;
	margin-right: 10px; }
.category-filters ul li:last-child:after {
	display: none; }
.category-filters ul li:after {
	content: '';
	display: inline-block;
	height: 10px;
	background: #FFF;
	opacity: .2;
	width: 2px;
	margin-left: 13px; }
.category-filters ul li a {
	font-family: 'avant-garde', 'Helvetica', serif;
	font-size: 1rem;
	font-weight: 500;
	text-transform: uppercase;
	color: #FFF;
	letter-spacing: 1px;
	text-decoration: none;
	opacity: .2; }
.category-filters ul li a:hover, .category-filters ul li a.active {
	color: #c39d63;
	opacity: 1; }

#distribution-category .page-header {
	background-image: url("http://apieagle.unlikely.work/wp-content/uploads/2017/03/coverSingle_Thriller@2x.jpg");
	background-size: cover;
	background-position: center top; }
#distribution-category .page-header .overlay {
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.6)), color-stop(98%, rgba(0, 0, 0, 0.25)));
	background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.25) 98%);
	background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.25) 98%);
	background-image: linear-gradient(-180deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.25) 98%);
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 125%;
	z-index: 0; }

#distribution-category .distribution-category-grid {
	display: -ms-grid;
	display: grid;
	padding-top: 20px;
	grid-column-gap: 20px;
	grid-row-gap: 40px;
	-ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
	grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr; }
#distribution-category .distribution-category-grid .distribution-category-item {
	padding-bottom: 144%;
	height: 0;
	position: relative; }
#distribution-category .distribution-category-grid .distribution-category-item .distribution-category-item-image {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: center center; }

#movie .movie-trailer {
	padding: 130px 0 0 0; }
#movie .movie-trailer .wrapper .movie-container {
	width: 100%;
	padding-bottom: 56.25%;
	position: relative; }
#movie .movie-trailer .wrapper .movie-container iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%; }

#movie .movie-info img {
	margin-top: 50px;
	width: 444px; 
	max-width: 100%;
}

#movie .movie-cast {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 1fr 1fr 1fr 1fr;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	grid-column-gap: 20px;
	margin-top: 20px;
	margin-bottom: 100px; }
#movie .movie-cast .movie-cast-item .movie-cast-item-image {
	padding-bottom: 143%;
	height: 0;
	background-size: cover;
	background-position: center center; }
#movie .movie-cast .movie-cast-item h5 {
	font-size: 0.6875rem;
	font-weight: 500;
	color: #FFF;
	text-transform: uppercase;
	font-family: 'avant-garde', 'Helvetica', serif;
	margin-top: 20px;
	text-align: center;
	letter-spacing: 1px; }

#movie .share-wrapper {
	margin-bottom: 100px; }

#movie .similar-movies h2 {
	padding-left: 65px;
	position: relative;
	font-family: 'avant-garde', 'Helvetica', serif;
	font-size: 0.6875rem;
	font-weight: 500;
	color: #FFF;
	margin-bottom: 25px;
	letter-spacing: 1px;
	text-transform: uppercase; }
#movie .similar-movies h2:before {
	content: '';
	display: table;
	height: 2px;
	background: #c39d63;
	width: 55px;
	position: absolute;
	top: 50%;
	left: 0;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%); }

#movie .similar-movies .similar-movies-grid {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
	grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
	grid-column-gap: 20px;
	margin-bottom: 100px; }
#movie .similar-movies .similar-movies-grid .similar-movies-item {
	padding-bottom: 144%;
	height: 0;
	position: relative; }
#movie .similar-movies .similar-movies-grid .similar-movies-item .similar-movies-item-image {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: center center; }

#contact {
	padding-bottom: 100px; }
#contact .contact-header {
	padding: 180px 0 0 0; }
#contact .contact-header h2 {
	font-family: 'avant-garde', 'Helvetica', serif;
	color: #FFF;
	letter-spacing: 1px;
	font-size: 0.6875rem;
	font-weight: 500;
	text-transform: uppercase; }
#contact .contact-header h1 {
	font-size: 4.5rem;
	margin-top: 20px;
	font-weight: 400;
	line-height: 1.14;
	color: #FFF;
	margin-bottom: 60px;
	font-family: "butler", "Helvetica", sans-serif; }
#contact .contact-form {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 7fr 2fr;
	grid-template-columns: 7fr 2fr;
	grid-column-gap: 70px; }
#contact .contact-form form {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 1fr 1fr;
	grid-template-columns: 1fr 1fr;
	grid-column-gap: 25px;
	grid-row-gap: 50px; }
#contact .contact-form form > div {
	position: relative; }
#contact .contact-form form > div.textarea {
	-ms-grid-column: 1;
	-ms-grid-column-span: 2;
	grid-column: 1/3; }
#contact .contact-form form ::-webkit-input-placeholder {
	font-family: 'avant-garde', 'Helvetica', serif;
	line-height: 1.5;
	font-size: 0.8125rem;
	font-style: normal;
	font-weight: 300;
	color: #bebebe; }
#contact .contact-form form ::-moz-placeholder {
	font-family: 'avant-garde', 'Helvetica', serif;
	line-height: 1.5;
	font-size: 0.8125rem;
	font-style: normal;
	font-weight: 300;
	color: #bebebe; }
#contact .contact-form form :-ms-input-placeholder {
	font-family: 'avant-garde', 'Helvetica', serif;
	line-height: 1.5;
	font-size: 0.8125rem;
	font-style: normal;
	font-weight: 300;
	color: #bebebe; }
#contact .contact-form form :-moz-placeholder {
	font-family: 'avant-garde', 'Helvetica', serif;
	line-height: 1.5;
	font-size: 0.8125rem;
	font-style: normal;
	font-weight: 300;
	color: #bebebe; }
#contact .contact-form form .arrow-icon {
	position: absolute;
	bottom: 24px;
	right: 28px;
	width: 8px;
	fill: #a5a5a5;
	height: 17px; }
#contact .contact-form form input[type=text] {
	width: 100%;
	background: transparent;
	border: 0;
	border-bottom: 1px solid #323232;
	padding: 20px 0;
	font-family: 'avant-garde', 'Helvetica', serif;
	line-height: 1.5;
	font-size: 0.8125rem;
	font-style: normal;
	font-weight: 300;
	color: #bebebe;
	border-radius: 0; }
#contact .contact-form form select {
	width: 100%;
	height: 60px;
	padding: 20px 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	outline: none;
	background: transparent;
	background-image: none;
	-webkit-appearance: none;
	border-radius: 0;
	border: none;
	border-bottom: 1px solid #323232;
	font-family: 'avant-garde', 'Helvetica', serif;
	font-size: 0.8125rem;
	font-style: normal;
	font-weight: 300;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	line-height: 1.8;
	color: #bebebe;
	letter-spacing: 1px; }
#contact .contact-form form textarea {
	width: 100%;
	height: 140px;
	padding: 20px 0;
	resize: none;
	border-radius: 0;
	background: transparent;
	outline: none;
	border: none;
	border-bottom: 1px solid #323232;
	font-family: 'avant-garde', 'Helvetica', serif;
	font-size: 0.8125rem;
	font-style: normal;
	font-weight: 300;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	line-height: 1.8;
	color: #bebebe;
	letter-spacing: 1px; }
#contact .contact-form form .submit-btn {
	position: absolute;
	top: 120px;
	right: 0;
	height: 60px;
	width: 60px;
	background: #a5a5a5;
	cursor: pointer;
	overflow: hidden;
	border: 0;
	-webkit-box-shadow: none;
	box-shadow: none; }
#contact .contact-form form .submit-btn .arrow-submit-icon {
	position: relative;
	width: 16px;
	height: 7px; }
#contact .contact-form form .submit-btn .arrow-submit-icon path {
	fill: #FFF; }
#contact .contact-addresses {
	margin-top: -40px; }
#contact .contact-addresses .contact-addresses-titles {
	margin-bottom: 20px; }
#contact .contact-addresses a {
	font-family: 'avant-garde', 'Helvetica', serif;
	font-size: 0.6875rem;
	font-weight: 500;
	color: #FFF;
	letter-spacing: 1px;
	text-decoration: none;
	text-transform: uppercase;
	opacity: .5; }
#contact .contact-addresses a.active, #contact .contact-addresses a:hover {
	opacity: 1; }
#contact .contact-addresses span {
	font-family: 'avant-garde', 'Helvetica', serif;
	font-size: 0.6875rem;
	font-weight: 500;
	color: #FFF;
	letter-spacing: 1px;
	padding: 0 8px;
	opacity: .2; }
#contact .contact-addresses .contact-slider {
	background: #1b1b1b; }
#contact .contact-addresses .contact-slider img {
	width: 100%; }
#contact .contact-addresses .contact-slider .contact-text-slider {
	padding: 35px 0 30px;
	text-align: center; }
#contact .contact-addresses .contact-slider .contact-text-slider h2 {
	font-family: 'avant-garde', 'Helvetica', serif;
	font-weight: 500;
	font-size: 0.685rem;
	color: #FFF;
	text-transform: uppercase;
	margin-bottom: 20px; }

#news-section {
	padding-top: 150px; }
#news-section .main-news .main-news-image {
	width: 100%;
	height: 0;
	padding-bottom: 42%;
	background-size: cover;
	background-position: center center; }
#news-section .main-news .main-news-date {
	background: #c39d63;
	margin: 0 auto;
	height: 60px;
	width: 60px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	text-transform: uppercase;
	margin-top: -30px;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	text-align: center;
	font-size: 0.9375rem;
	font-family: 'avant-garde', 'Helvetica', serif;
	font-weight: 500;
	color: #FFF; }
#news-section .main-news .main-news-date span {
	font-size: 0.6875rem; }
#news-section .main-news .main-news-tag {
	font-size: 0.6875rem;
	color: #c39d63;
	text-align: center;
	width: 100%;
	margin: 50px auto;
	font-family: 'avant-garde', 'Helvetica', serif;
	font-weight: 500; }
#news-section .main-news .main-news-title {
	font-family: 'butler', 'Helvetica', sans-serif;
	font-size: 2rem;
	font-weight: 400;
	line-height: 1.14;
	color: #FFF;
	text-align: center;
	margin: 0 auto; }
#news-section .main-news .main-news-paragraph {
	margin: 0 auto;
	text-align: left;
	margin-top: 60px;
	margin-bottom: 80px; }
#news-section .news-grid {
	-ms-grid-columns: 1fr 1fr 1fr 1fr;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	grid-row-gap: 100px; }
#news-section .all-news {
	margin-top: 50px;
	padding-bottom: 120px; }

#production {
	padding-top: 130px; }

.text-box strong {
	font-family: 'avant-garde', 'Helvetica', serif;
	font-size: 1.4rem;
	display: block;
	font-style: normal;
	font-weight: 500;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	line-height: 1.5;
	color: #fff; }

.text-box p {
	font-family: 'avant-garde', 'Helvetica', serif;
	font-size: 1rem;
	font-style: normal;
	font-weight: 300;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	line-height: 1.8;
	color: #bebebe;
	letter-spacing: 1px; }

#about-page .about-page-header b{
	color:#c39d63;
}
#about-page .about-page-header {
	padding-top: 150px; 
}
.font20{
	font-size: 20px!important;;
}
#about-page .about-page-header span{
	/*font-size: 32px;*/
}
#about-page .about-page-header h6 {
	display: block;
	position: relative;
	margin: 0;
	padding: 0;
	font-family: 'avant-garde', 'Helvetica', serif;
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 500;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #c39d63;
	margin-bottom: 25px;
	text-align: center; }
#about-page .about-page-header h5 {
	font-family: 'butler', 'Helvetica', sans-serif;
	margin-bottom: 70px;
	font-size: 3.5rem;
	font-style: normal;
	font-weight: 400;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	line-height: 1.14;
	color: #fff;
	text-align: center; }
#about-page .about-page-header h5 span {
	color: #c39d63; }

#about-page .about-page-images-1 {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 1fr 1fr;
	grid-template-columns: 1fr 1fr;
	margin-bottom: 100px;
	width: 100%;
	grid-row-gap: 30px;
	grid-column-gap: 30px; }
#about-page .about-page-images-1 > div {
	position: relative; }
#about-page .about-page-images-1 > div:nth-child(1) {
	-ms-grid-column: 1;
	-ms-grid-column-span: 2;
	grid-column: 1/3;
	height: 75vh;
	background-size: cover;
	background-position: center center; }
#about-page .about-page-images-1 > div img {
	width: 100%; }
#about-page .about-page-images-1 > div .major-box.text-box {
	height: auto;
	background: transparent;
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	margin-left: 0;
	margin-right: 0;
	margin-top: 0;
	margin-bottom: 0; }

#about-page .major-box {
	max-width: 600px;
	width: 90%;
	background: #181818;
	background: transparent;
	padding: 30px 30px 30px 30px;
	margin: 50px 0 50px 130px; }

#about-page .major-box-slideshow .sp-slide img {
	width: 100%; }

.arrow-header {
	display: block;
	position: relative;
	z-index: 10;
	margin: 0;
	padding: 0;
	font-family: 'avant-garde', 'Helvetica', serif;
	font-size: 0.6875rem;
	font-style: normal;
	font-weight: 500;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #fff;
	padding-left: 75px;
	margin-bottom: 30px; }
.arrow-header:before {
	position: absolute;
	height: 2px;
	width: 50px;
	left: 0;
	background: #c39d63;
	content: '';
	top: 50%;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%); }

.vision-text .text-boxes {
	padding: 50px 0 110px 0;
	width: 90%;
	margin: 0 auto;
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 1fr 1fr;
	grid-template-columns: 1fr 1fr;
	grid-column-gap: 50px; }
.vision-text .text-boxes .text-box {
/*	background: #181818;*/
	padding: 50px; }

.timeline-full-container {
	position: relative; }
.timeline-full-container:after {
	content: '';
	position: absolute;
	top: 0;
	left: 50%;
	height: 100%;
	width: 1px;
	background: #333; }

.timeline-container {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 1fr;
	grid-template-columns: 1fr;
	grid-row-gap: 100px; }
.timeline-container .year {
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	background: #161616;
	padding: 10px 30px;
	font-family: 'butler', 'Helvetica', sans-serif;
	color: #FFF;
	z-index: 2;
	font-size: 4.25rem; }
.timeline-container .timeline-item {
	position: relative; }
.timeline-container .timeline-item .content {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 1fr 1fr;
	grid-template-columns: 1fr 1fr; }
.timeline-container .timeline-item:nth-child(2n) .image img {
	margin-right: 20%;
	margin-left: 0;
	float: right; }
.timeline-container .timeline-item:nth-child(2n) .image h3 {
	left: auto;
	right: 100%;
	-webkit-transform: translate(20%, -50%);
	-ms-transform: translate(20%, -50%);
	transform: translate(20%, -50%); }
.timeline-container .timeline-item:nth-child(2n) .text {
	-ms-grid-row: 1;
	grid-row: 1; }
.timeline-container .timeline-item .image {
	position: relative; }
.timeline-container .timeline-item .image img {
	display: block;
	width: 60%;
	margin-left: 20%; }
.timeline-container .timeline-item .image h3 {
	position: absolute;
	top: 50%;
	left: 100%;
	-webkit-transform: translate(-20%, -50%);
	-ms-transform: translate(-20%, -50%);
	transform: translate(-20%, -50%);
	font-family: 'butler', 'Helvetica', sans-serif;
	font-size: 6.25rem;
	font-style: normal;
	font-weight: 400;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	line-height: 1.1;
	color: #fff; }
.timeline-container .timeline-item .text {
	position: relative; }
.timeline-container .timeline-item .text .text-content {
	position: absolute;
	width: 60%;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%); }
.timeline-container .timeline-item .text .text-content h4 {
	font-family: 'avant-garde', 'Helvetica', serif;
	font-size: 1.125rem;
	font-style: normal;
	font-weight: 500;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	line-height: 1.5;
	color: #fff;
	font-size: 1.4rem;
	padding-bottom: 20px; }
.timeline-container .timeline-item .text .text-content p {
	font-size: 1rem; }

.mall-pictures {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 1fr 1fr;
	grid-template-columns: 1fr 1fr;
	grid-column-gap: 90px; }
.mall-pictures .image-grid {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 1fr;
	grid-template-columns: 1fr; }
.mall-pictures .image-grid div:nth-child(1) {
	width: 100%;
	height: 40vh;
	background-size: cover;
	background-position: center center; }
.mall-pictures.jordan {
	padding-top: 150px; }

.in-the-spotlight {
	padding-top: 150px; }
.in-the-spotlight h2 {
	font-family: 'butler', 'Helvetica', sans-serif;
	font-size: 4.5rem;
	font-style: normal;
	font-weight: 400;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	line-height: 1.14;
	color: #fff; }
.in-the-spotlight .text {
	max-width: 550px;
	width: 90%;
	background: #191919;
	background: transparent;
	margin-top: 40px;
	padding: 60px; }
.in-the-spotlight .numbers {
	padding-top: 100px;
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 1fr 1fr 1fr 1fr;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	grid-column-gap: 25px; }
.in-the-spotlight .numbers .number {
	text-align: center; }
.in-the-spotlight .numbers .number img {
	height: 100px;
	margin-top: 20px; }
.in-the-spotlight .numbers .number span {
	font-family: 'butler', 'Helvetica', sans-serif;
	font-size: 6.25rem;
	font-style: normal;
	font-weight: 400;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	line-height: 1.1;
	color: #fff; }
.in-the-spotlight .numbers .number p {
	font-family: 'avant-garde', 'Helvetica', serif;
	font-size: 0.6875rem;
	font-style: normal;
	font-weight: 500;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #c39d63;
	width: 100%;
	text-align: center; }

.columns-partners {
	padding-top: 40px;
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
	grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
	grid-row-gap: 20px; }
.columns-partners .partner-img {
	margin: 0 auto;
	width: 100%; }

#newsElement {
	display: none;
	background: #151515; }
#newsElement #news-section {
	padding-top: 50px; }




.sp-slide .homepage-movie-slide-status{
	opacity:0!important;
	transition: all 1s;
}
.sp-selected .homepage-movie-slide-status{
	opacity:.95!important;
	transition: all 1s;
}
.newspopup{
	background:#000;
}