#wpadminbar {
	display: none !important;
}

html {
	margin-top: 0 !important;
}

a,
a:focus, 
a:visited,
a:active,  
.highlight-color {
	-webkit-transition: all 1s;
	-moz-transition: all 1s;
	-o-transition: all 1s;
	transition: all 1s;
}

section a {
	text-decoration: underline;
	color: #000;
}

section a:hover {
	text-decoration: none;
}

.highlight-color {
	color: teal !important;
}

.highlight-color:hover {
	color: #333 !important;
}

a.navbar-brand {
	color: #333 !important;
	font-size: 28px;
	padding-right: 30px;
}

@media screen and (max-width:380px) {
	a.navbar-brand {
		font-size: 22px;
	}
}

nav .container {
	width: 100%;
	max-width: 1170px;
}

.navbar {
	text-transform: none;
	font-size: 15px;
	margin: 0;
	float: none;
	width: 100%;
	max-width: inherit;
}

.navbar-default .navbar-nav>li>a {
	padding: 15px 10px;
}

.navbar ul.social {
    margin: 7px 0 0 10px;
}

@media screen and (max-width:768px) {
	.navbar ul.social {
    	margin: 0px;
    	padding: 8px 0 3px 0;
	}
}

@media (max-width: 1000px) {
	.navbar .container {
	    width: 100% !important;
	}
}

.navbar-default {
	background: #FFF;
}

h1, h2, h3, h4 {
	text-align: center;
	margin: 2.5em 0 1.8em 0;
	text-transform: none;
	line-height: 1.6;
	padding: 0;
}

h5, h6 {
	margin: 1.5em 0 .5em 0;
	text-transform: none;
	line-height: 1.4;
	padding: 0;
}

h1:after, h2:after, h3:after, h4:after {
    display: block;
    content: "";
    width: 80px;
    margin: 14px auto 0 auto;
    border-top: 1px solid #CCC;
    line-height: 1px;
    height: 1px;
}

h1 {
	font-size: 28px;
}

h2 {
	font-size: 26px;
}

h3 {
	font-size: 24px;
}

h4 {
	font-size: 22px;
}

h5 {
	font-size: 20px;
}

h6 {
	font-size: 18px;
}

body, p {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    line-height: 1.5;
    margin-bottom: 1.5em;
    letter-spacing: .04em;
    font-weight: 400;
}

strong, b {
	font-weight: 700;
}

button:active, input[type="submit"]:active, input[type="button"]:active, input[type="reset"]:active,
button:hover, button:focus, input[type="submit"]:hover, input[type="button"]:hover, input[type="reset"]:hover, input[type="submit"]:focus, input[type="button"]:focus, input[type="reset"]:focus {
	background: none;
	padding: 9px 10px;
	border: 1px solid #ddd;
}

section {
	background-position: center top !important;
	background-size: cover !important;
	background-repeat: no-repeat;
	min-height: 600px;
}

@media screen and (max-width:599px) {
	section {
		min-height: inherit;
	}
}

section .row {
	margin-left: 0;
	margin-right: 0; 
}

section .container {
	padding-bottom: 30px;
}

@media screen and (max-width:599px) {
	section .container img {
		width: 100% !important;
		height: auto !important;
	}
}

section .col-lg-6 {
	padding-bottom: 30px;
	max-width: 620px;
	margin: 0 auto;
}

section .col-lg-12 {
	max-width: 800px;
	margin: 0 auto;
	float: none;
}

section.home {
	margin-top: 90px;
	background-position: center 90px !important;
	min-height: 690px;
}

@media screen and (max-width:768px) {
	section.home {
		margin-top: 50px;
	}
}

@media screen and (max-width:599px) {
	section.home {
		min-height: 350px;
	}
}

section.home.no-trailer {
	margin-top: 0;
}

section.home .container {
	width: 100% !important;
	background: rgba(0,0,0,.3);
	text-align: center;
	padding-bottom: 0;
}

section.home.videoMiniSite .container {
	background: #FFF;
}

section.home .container .center {
	display: table;
	margin: 0 auto;
}

section.home a.highlight-font {
	float: left;
	display: block;
	font-size: 20px;
	line-height: 26px;
	text-decoration: none !important;
	color: black !important;
	margin-top: 31px;
}

section.home a.play {
	line-height: 36px;
    margin: 28px 40px;
    float: left;
}

section.footer {
	min-height: inherit;
}

section.footer .container {
	padding: 20px 0 0 0;
	font-size: 0.85em;
	line-height: 30px;
}

section.footer ul {
	float: right;
	margin: 0;
	padding: 0;
}

section.footer .mc4wp-form {
	padding: 0 0 0 20px;
	float: right;
}

@media screen and (max-width:1199px) {
	section.footer .container {
		text-align: center;
	}
	
	section.footer .container .col-lg-6 {
		padding-bottom: 15px;
	}
	
	section.footer .container .col-lg-6:last-child {
		padding-bottom: 0;
	}
	
	section.footer ul,
	section.footer .mc4wp-form {
		float: none;
		padding: 0;
		text-align: center;
		padding-bottom: 20px;
	}
}

ul.social {
	padding: 0;
}

ul.social li {
	display: inline-block;
	padding-left: 10px;
}

.icon {
	display: block;
	text-indent: -9999em;
	width: 30px;
	height: 30px;
	background-size: 20px 20px;
	background-color: #777;
	border: 5px solid #777;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
	margin-top: 3px;
}

.icon:hover {
	background-color: #000;
	border-color: #000;
}

.icon-imdb {
	background-image: url(../../images/icon-imdb.png);
}

.icon-facebook {
	background-image: url(../../images/icon-facebook.png);
}

.icon-twitter {
	background-image: url(../../images/icon-twitter.png);
}

.icon-instagram {
	background-image: url(../../images/icon-instagram.png);
}

.play {
	display: block;
	width: 0;
	height: 0;
	border-top: 18px solid transparent;
	border-bottom: 18px solid transparent;
	border-left: 21.6px solid black;
	margin: 28px auto;
	position: relative;
	z-index: 1;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	left: 3.6px;
}

.play:before {
	content: '';
	position: absolute;
	top: -27px;
	left: -42.4px;
	bottom: -27px;
	right: -12.6px;
	border-radius: 50%;
	border: 3.6px solid black;
	z-index: 2;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
}

.play:after {
	content: '';
	opacity: 0;
	transition: opacity 0.6s;
	-webkit-transition: opacity 0.6s;
	-moz-transition: opacity 0.6s;
}

.play:hover:before, .play:focus:before {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
}

.pp_description {
	display: none !important;
}

div.pp_default .pp_close {
    width: 30px;
    height: 30px;
    background: url(../../images/close.png) center center no-repeat;
    background-size: 30px 30px;
    cursor: pointer;
}

.videoMiniSite {
	background: #FFF;
	min-height: inherit !important;
}

.videoMiniSite .container {
    padding: 0;
}

.videoMiniSite .videoLeft {
	float: left;
	width: 30%;
	background: #FFF;
}

.videoMiniSite .videoLeft img {
	width: 100%;
	height: auto;
}

.videoMiniSite .videoRight {
	float: right;
	width: 70%;
}

.videoMiniSite .videoWrapper {
	padding-bottom: 54.5%;
}

@media (max-width: 930px) {
	.videoMiniSite .videoLeft {
		float: none;
		width: 100%;
	}
	
	.videoMiniSite .videoLeft img {
		max-width: 500px;
		margin: 0 auto;
	}
	
	.videoMiniSite .videoRight {
		float: none;
		width: 100%;
	}
}



.royalslider {
	background: #000;
	overflow: hidden;
}

.royalslider .visibleNearbyZoom {
	padding: 0;
}

.mc4wp-form {
	float: right;
	padding-top: 8px;
	text-align: right;	
}

@media screen and (max-width:1140px) {
	.navbar .mc4wp-form {
		display: none;
	}
}

.mc4wp-form input[type="email"] {
	padding: 9px 10px;
	border: 1px solid #ddd;
	width: 130px;
	font-family: 'Open Sans', sans-serif;
	letter-spacing: .04em;
	font-size: 12px;
	line-height: 16px;
	margin: 0 5px 0 0;
}

.mc4wp-form input[type="submit"] {
	padding: 10px 15px;
	width: auto;
	font-family: 'Open Sans', sans-serif;
	letter-spacing: .04em;
	font-size: 10px;
	line-height: 16px;
	background: #777;
	margin: 0;
	border: none;
	-webkit-transition: all 1s;
	-moz-transition: all 1s;
	-o-transition: all 1s;
	transition: all 1s;
	text-transform: uppercase;
}

.mc4wp-form input[type="submit"]:hover {
	background: #333;
}

.mc4wp-notice {
	font-size: 12px;
    padding: 5px 0;
}