/*@media only screen and (min-width: 500px) {*/
    .film-splash h1 {
    	top: auto;
    	bottom: 5%;
    }
/*}*/

.lt-ie9 body {
	min-width: 1060px;
}

header {
	background-color: #050608;
}
header.true-inner #logo img {
	margin-top: 12.5em;
}

header h1.like-inner img {
	margin-top:12.5em;
}



header .release-date {
	color:white;	
	font-size: 1.75em;
	display:block;
	margin-top:10px;
	font-weight: bold;
}

@media only screen and (max-width: 700px) {
	header .release-date {
		font-size: 1.5em;
	}
}



.header-link {
	margin-top: -1.5em;
	margin-bottom: 2.5em;
	text-align: center;
}

.header-link a {
	display: inline-block;
	padding: .25em .5em;
	border-style: solid;
	border-color: #ddd;
	border-width: 1px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background: #151515;
	#background: rgba(255,255,255,0.2);
	color:white;
	font-size: 1.4em;
}

@media only screen and (max-width:600px) {
	.header-link a {
		font-size: 1.25em;
	}
}

.header-link a:hover {
	background: #000;
	#background: rgba(255,255,255,0.3);
	color: #fff !important;
	border-color: #aaa;
	
}
.inner h1.like-inner, .inner #logo {
	margin-bottom: 2em;
}

header .signup {
	border: 0px solid #f0f0f0;
	width: 500px;
	max-width: 98%;
	margin: 1em auto 3em auto;
	/*-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;*/
	padding: 0 1.25%;
}
header .signup h3 {
	font-size: 1.5em;
	margin: .5em 0;
	height: 5px;
	border-style:solid;
	border-color: #ccc;
	border-width: 1px 1px 0 1px;
	
}


header .signup h3 span {
	display: inline-block;
	padding: 0 1em;
	background: black;
	position: relative;
	top: -.75em;
}

@media only screen and (max-width:700px) {
	header .signup h3 {
		font-size: 1.15em;
	}
	header .signup h3 span {
		padding: 0 .5em;
	}
}

header .signup input.type-text{
	font-size: 1em;
	line-height: 1.5;
	height: 1.75em;
}
header .signup .control-group {
	display: inline-block;
	vertical-align: bottom;
	width: 37.5%;
	margin-right: 2.5%;
}
header .signup .control-group .type-text {
	background-color: #ddd;
}
header .signup input.type-text {
	color: #222;
}
header .signup input::-webkit-input-placeholder {
		color: #464646;
}
header .signup input:-moz-placeholder {
		color: #464646;
}
header .signup input::-moz-placeholder {
		color: #464646;
}
header .signup input:-ms-input-placeholder
{
	color: #464646;
}

header .signup .control-group .type-text
, header .signup .control-group .type-submit {
	width: 100%;
}

header .signup .submit-control-group {
	width: 18%;
	margin-right: 0;
}

header .signup .dogwoof-control-group {
	margin-top: 5px;
	width: 100%;
	clear: left;
}
header .signup .type-checkbox {
	margin-right: 5px;
}

header input.type-submit {
	background: #222;
	border: 3px solid #444;
	padding: 1%;	
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	font-size: 1em;
	line-height: 1.5;
}

header input.type-submit:hover {
	background: #444;
	border-color: #666;
}

header .signup label, header .signup h3{
	color: #f0f0f0;
}

header .container {
	position: relative;
}

.international_links {
	position: absolute;
	right: 2%;
	top: -100px;
	width: 25%;
}
.international_links a {
	display: block;
	width: 100%;
}
.international_links img {
	max-width: 75px;
	width: 100%;
}
.international_links h5 {
	font-size: 18px;
	margin-top: 5px;
}

.international_links li {
	 display: inline-block;
	 width: 30%;
	 position: relative;
	 margin: 0;
	 padding: 0;
	 margin-right: 5%;
}
.international_links li.last {
	
	 margin-right: 0;
}

.seaworld_reacts {
	display:block;
	width: 25%;
	position: absolute;
	left:2%;
	top: -100px;
	
}

.seaworld_reacts img {
	width: 45%;
}

@media only screen and (max-width: 960px) {
	header .container {
		position: static;
	}
	.international_links {
		top: 5px;
		left: 14%;
		max-width: none;
		width: 30%;
		margin: 0;
		margin-top: 1%;
		padding:0;
		margin-right: 6.5%;
	}
	.international_links li.last {
		margin-right: 0;
	}
	.international_links li {
			width: 30%;
	}
	.international_links h5 {
		font-size: 14px;
	}
	.seaworld_reacts {
		top: 5px;
		left: 5px;
		width:10%;
	}
	.seaworld_reacts img {
		width: 100%;
	}
		
}


@media only screen and (max-width: 700px) {
	.international_links {
		left: 19%;
		width: 45%;
	}
	.seaworld_reacts {
		width:15%;
	}
	
	
	.international_links h5 {
		display: none;
	}
}

@media only screen and (max-width: 1060px) {
	header nav a {
		font-size: 1.1rem;
	}
	
	header.inner nav .trailer-link a {
		font-size: 1.5rem;	
		line-height: 1.75rem;
	}
		
}