body{
	margin:0;
	padding:0;
	background-color:#212429;
	color: #C5C5C5;
	font-family: 'Open Sans', 'Helvetica', sans-serif;
}

img{
	width:100%;
}

.clear{
	clear:both;
}

h1{
	color:#46C2FD;
	font-weight:800;
	font-size:.9em;
	margin:0;

}

h2{
	color:#EFEFEF;
	font-size:1em;
	font-weight:400;
	margin:0;
	margin-top:8px;
}

p{
	font-size: .9em;
	margin:0;
	
}

.header img{
	margin: 10px;
	margin-bottom: 20px;
	max-width: 200px;
}


.container{
	max-width:1000px;
}



/* TRAILER STYLE STARTS HERE */
.trailer .col-xs-12{
	max-width:1400px;
	height:550px;
}


#slider1_container {
	background-image: url('img/posters/adaline.jpg');
}



/* NAVBAR STYLE STARTS HERE */
.navbar{
	margin-top:50px;
	margin-bottom:25px;
}

.navbar-text {
	font-family: 'Open Sans', 'Helvetica', sans-serif;
}

/*
.navbar .sort {
	border: solid 2px blue;	
}
.navbar .genre {
	border: solid 2px blue;	
}
.navbar .ratings {
	border: solid 2px blue;	
}
.navbar .search {
	border: solid 2px blue;	
}*/

.btn-primary {
	background-image: linear-gradient(to bottom,#212429 0,#2C2D2F 100%);
	border-color: #FFFFFF;
	font-family: 'Open Sans', 'Helvetica', sans-serif;
	color:#46C2FD;
	font-weight:800;
	font-size:1.2em;
	position: block;
	width: 120px;
	margin: auto;
	text-align: center;
	margin-bottom: 12px;
/*	background-color:#212429;*/
}

.btn-primary:hover, .btn-primary:hover, .open>.dropdown-toggle.btn-primary {
	background-color: #212429;
	  border-color: #204d74;
	    color: #fff;

}

.btn-primary .col-xs-6{
	font-size:1em;
}

.sort, .genre, .ratings, .search{
	text-align: center;
}



/* POSTERS STYLE STARTS HERE */


.posters{
	margin-bottom:80px;
	margin-top:40px;
}

.posters p{
	margin-left: 60px;
	text-align: center;
}

.posters .col-xs-12.col-sm-4 {
	margin-bottom: 20px;
}



.movie-poster {
	height:400px;
	width: 100%;
	background-size: contain;
	background-position: center center;
	background-repeat: no-repeat;

}


@media(max-width:500px) {
.movie-poster  {
	height: 250px;
}}

.posters p{
	margin:5px 0 0 0;
	font-size:12px;
	color:#C5C5C5;
	font-weight:400;
}




/* VIDEO STYLE STARTS HERE */

.video .col-xs-6{
	margin-bottom:30px;
}



@media (max-width: 767px) {
	.tomatometer, .audience, .thumbs{
		margin-bottom:20px;
	}



	.trailer .col-xs-12{
		height:300px;
	}





