.searchDiv{
	text-align: center;
}

#mainContainer{
	width: 60%;
	margin:auto;
}

div.sticky{
	position: absolute;
	bottom: 5px;
	text-align: center;
	width:100%;
	font-size: 12px;
	font-weight: 700;
	color: #a9dedf;
}

html{
	height:100% !important;
}

a{
	color: #00b6b8;
	text-decoration: none;
}

div.header h1 a{
	color: #fff;
}

a:hover{
	opacity: 0.8;
}

body{
	background-color: #000 !important;
	font-family: 'Open Sans', sans-serif;
}

body.vfa_home{
	background-image: url('vfa_bg.png');
	background-position: center bottom;
	background-color: #000;
	background-repeat: no-repeat;
	height:100%;
}

body.vfa_home input, body.vfa_home button{
	font-size: 25px !important;
	font-family: 'Open Sans', sans-serif;
	height:45px !important;
	border:0px solid #fff;
	vertical-align: bottom;
	padding:0px 5px !important;
	margin:0px !important;
}

body.vfa_home button{
	background-color: #00b6b8;
	color: #fff;
	font-size: 20px !important;
	cursor: pointer;
}

body.vfa_home form{
	display: block;
	margin-top:30px;
}

h1{
	font-family: 'Open Sans', sans-serif;
	font-size: 28px !important;
	font-weight: bold;
	color: #fff;
	margin-top:30px !important;
}

h3{
	font-family: 'Open Sans', sans-serif;
	font-size: 18px !important;
	font-weight: 400;
	color: #fff;
	margin-top:12px !important;
	margin-bottom:20px !important;
}

h2{
	font-family: 'Open Sans', sans-serif;
	font-size: 22px !important;
	font-weight: bold;
	color: #a9dedf;
	margin-top:32px !important;
	margin-bottom:20px !important;
}

.movieDetails{
	text-align: left;
	color: #fff;
}

.moviePoster img{
	max-width: 100%;
	max-height: 150px;
}

.movieResults{
	margin-top:40px;
}

a.movieTitle{
	font-size: 24px;
	font-weight: bold;
}

p.year{
	font-weight: bold;
	margin-top:15px;
}

h4{
	font-size: 28px !important;
	margin-bottom:12px !important;
	color: #fff;
	font-weight: bold;
}

h4.detailsTitle{
	font-size: 40px !important;
	color: #a9dedf;
}


h5{
	font-size: 18px !important;
	margin-bottom: 40px !important;
	color: #fff;
	font-weight: normal;
}

h5.directorTitle{
	color: #d3d3d3
}

div.details input{
	font-size: 25px !important;
	font-family: 'Open Sans', sans-serif;
	height:45px !important;
	border:0px solid #fff;
	vertical-align: bottom;
	padding:0px 5px !important;
	margin:0px !important;
	margin-bottom:30px !important;
	text-align: center;
	width: 100px;
}

#tape_error, #shelf_error{
	color: #00b6b8;
	font-weight: bold;
	margin-bottom:30px !important;
	display: none;
	
}

button.finish{
	font-size: 25px !important;
	font-family: 'Open Sans', sans-serif;
	height:45px !important;
	border:0px solid #fff;
	vertical-align: bottom;
	padding:0px 5px !important;
	margin:30px 0px !important;
	background-color: #00b6b8;
	color: #fff;
	font-size: 20px !important;
	padding: 0px 20px !important;
	cursor: pointer;
}

p.description{
	color: #fff;
	margin-top:40px;
	margin-bottom:25px;
	font-weight: bold;
}

ul{
	color: #fff;
	text-align: left;
	list-style-type: none;
	
}

ul li{
	border-bottom: 1px solid #00b6b8;
	padding:10px 0px;
}

h1.label{
	font-size: 50px !important;
}

div.header{
	background-color: rgba(216, 255, 255, 0.18);
	text-align: center;
	padding:20px 0px;
}

span.labelLabel{
	color: #a9dedf;
}

p.plot{
	color:#fff;
	background-color: #222;
	margin-bottom:40px;
	font-size: 12px;
	line-height: 20px;
	padding:15px;
}

p.notes{
	color:#fff;
	background-color: #00b6b8;
	margin-bottom:40px;
	font-size: 12px;
	line-height: 20px;
	padding:15px;
}

a.startOver{
	padding:15px 20px;
	border: 1px solid #00b6b8;
	margin:20px 0px;
	display: inline-block;
}

div.descriptionDiv{
	margin-top:40px;
}

div.descriptionDiv p{
	color:#fff;
	margin-bottom:20px;
	font-size: 14px;
	line-height: 20px;
}

div.detailLinks{
	margin-top:30px;
	font-size: 12px;
	font-weight: 700;
	color: #a9dedf;
}

/* -500px version */
@media screen and (max-width:500px) {
	
	
	div.header{
		padding:10px 0px;
	}
	
	h1{
		font-size: 22px !important;
		margin-top:15px !important;
	}
	
	h3{
		font-size: 14px !important;
		margin-top:12px !important;
		margin-bottom:10px !important;
	}
	
	h2{
		font-size: 14px !important;
		margin-top:22px !important;
		margin-bottom:10px !important;
	}
	
	body.vfa_home{
		background-image: url('vfa_bg_small.png');
		background-position: center bottom;
		background-color: #000;
		background-repeat: no-repeat;
		height:100%;
	}
	
	body.vfa_home input, body.vfa_home button{
		font-size: 22px !important;
		font-family: 'Open Sans', sans-serif;
		height:45px !important;
		border:0px solid #fff;
		vertical-align: bottom;
		padding:0px 0px !important;
		margin:0px !important;
		display: block;
		width:100%;
		text-align: center;
		margin-bottom:10px !important;
	}
	
	body.vfa_home button{
		background-color: #00b6b8;
		color: #fff;
		font-size: 20px !important;
		display: block;
	}
	
	body.vfa_home form{
		display: block;
		margin-top:30px;
	}

	#mainContainer{
		width: 90%;
		margin:auto;
	}
	
	.movieDetails{
		text-align: center;
		color: #fff;
	}

	p.year{
		font-weight: bold;
		margin-top:10px;
		margin-bottom:20px;
	}

	h4.detailsTitle{
		font-size: 30px !important;
		color: #a9dedf;
	}
	
	h4{
		font-size: 24px !important;
		margin-bottom:12px !important;
		color: #fff;
		font-weight: bold;
	}
	
}