body{
	font-family: 'Montserrat', 'Helvetica', sans-serif;
	background-color: #3A3A3A;
	color: white;
	margin: 0px auto;
	position: relative;
	max-width: 1200px;
	margin: 0px auto;
}

nav{
	height: 37px;
	top: 0px;
	left: 0px;
	width: 100%;
	position: fixed;
	z-index: 410;
	background-color: white;
	padding: 13px 0px 0px 20px;
}

#searchBar{
	width: 300px;
	height: 30px;
	background-color: #C3C3C3;
	position: absolute;
	right: 28px;
	top: 10px;
	border-radius: 5px;
}

a{
	text-decoration: none;
	list-style-type: none;
	color: inherit;
}

a:hover{
	opacity: 0.85;
}

#nav-type{
	width: 100%;
	text-align: left;
}

#mainpage-toggle{
	position: fixed;
	background-color: #6D6D6D;
	height: 100%;
	width: 200px;
	left: 0px;
	top: 0px;
	z-index: 400;
}

#mainpage-toggle ul{
	margin-top: 90px;
	list-style-type: none;
	line-height: 18pt;
	font-size: 11pt;
}

#mainpage-toggle ul li:hover{
	opacity: 0.85;
	cursor: pointer;
}

.video embed{
	width: 100%;
	height: 100%;
	top: 0px;
	position: absolute;
}

.video{
	max-width: 800px;
	position: relative;
	top: 50px;
}

.title{
	position: relative;
	margin: 40px 0px 0px 0px;
}

#all{
	position: absolute;
	top: 50px;
	width: 100%;
	left: 0px;
}

.movies{
	margin: 50px 0px 0px 0px;
	position: absolute;
	left: 100px;
	list-style-type: none;
	width: calc(100% - 280px);
}

.yellow{
	color: #F9C04E;
}

.black{
	color: #3A3A3A;
}

.details{
	width: 100%;
	position: relative;
	display: inline-block;	
	float: left;
	margin: 40px 0px 0px 0px;
}

.cycleButton, .reverseCycleButton{
    width: 20px;
    height: 20px;
    margin: 0px auto 0px auto;
    border: none;
    border-right: 1px solid #3A3A3A;
    border-bottom: 1px solid #3A3A3A;
    position: absolute;
    bottom: 28px;
    z-index: 60;
    -ms-transform: rotate(-45deg); /* IE 9 */
    -webkit-transform: rotate(-45deg); /* Chrome, Safari, Opera */
    transform: rotate(-45deg);    
}

.cycleButton{
	right: 40px;
}

.playButton{
	width: 0; 
	height: 0; 
	border-top: 60px solid transparent;
	border-right: 60px solid white;
	border-bottom: none;
	opacity: 0.8;
	top: 72px;
	right: 170px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease;   	
}

.playButton:hover{
	opacity: 1;
	cursor: pointer;
}

.reverseCycleButton{
	left: 40px;
    border-right: none;
    border-bottom: none;	
    border-left: 1px solid #3A3A3A;
    border-top: 1px solid #3A3A3A;	
}

#content, .video{
	width: 60%;
	position: relative;
	display: inline-block;
	float: left;	
}

.poster{
	width: 138px;
	height: auto;
	position: relative;
	max-width: 180px;
	display: inline-block;
	float: left;
	border: 1px solid #606060;
}

.poster img{
	width: 100%;
	height: auto;
}

.list-hr{
	width: 100%;
	height: 1px;
	background-color: #606060;
	position: relative;
	display: inline-block;
	margin:40px 0px 0px 0px;
}

.details-text{
	width: 250px;
	display: inline-block;
	float: left;
	padding: 0px 30px;
}

#content{
	margin-left: 40%;
	margin-top: 50px;
}

h1{
	font-size: 13pt;
	margin-bottom: 0;
	margin-top: 0;
}	

h2{
	font-size: 11pt;
	margin-top: 8px;
	line-height: 16pt;	
}

h2.label{
	line-height: 2pt;
	color: #6D6D6D;
}

.label{
	color: #6D6D6D;	
}

p{
	font-size: 9.5pt;
	font-weight: 400;
	line-height: 17pt;
	margin: 0px;
}

#movie-image-collection{
	margin-top: 20px;
}

.trailer{
	min-width: 360px;
	width: 40%;
	position: relative;
	display: inline-block;
	float: left;
	background-size: cover;
	height: 200px;
	background-position: center;
	padding-left: 25px;
}

#banner{
	position: relative;
	display: inline-block;	
	margin: 0px 0px 0px 0px;	
	top: 50px;
	width: 100%;
	height: 400px;
	background-size: cover;
	background-image: url("EX-Machina-Movie-2015.jpg");
	background-position: top;
}

#banner-title{
	position: absolute;
	bottom: 16px;
	left: 140px;
	z-index: 50;
}

#banner-title-background{
	background-color: white;
	height: 80px;
	width: 100%;
	position: absolute;
	bottom: 0px;
	opacity: 0.8;
}

#home-car{
	background-image: url("home-car.jpg");
}

#horse{
	background-image: url("horse.jpg");
}

#furious-team{
	background-image: url("furious-team.jpg");
}

#home{
	background-image: url("home.jpg");
}

#furious{
	background-image: url("fast-furious-7.jpg");
}

.last{
	margin-bottom: 50px;
}
	
#mainpage-toggle, #mainpage-toggle ul{
	width: 100%;
	height: auto;
	top: 40px;
	left: 0px;
}

#mainpage-toggle ul{
	margin-top: 23px;
	text-align: center;
	margin-left: -44px;
}

#mainpage-toggle li{
	display: inline-block;
	width: auto;
	padding: 0px 10px;		
}

@media(max-width: 1150px){

	nav{
		height: 84px;
		padding-left: 0px;
	}

	#searchBar{
		left: calc(50% - 150px);
		top: 44px;
	}

	#mainpage-toggle{
		top: 85px;
	}

	.movies{
		left: -40px;
		margin: 50px 5% 0px;
		width: 90%;
	}

	#banner{
		margin-left: 0px;
		width: 100%;
		background-size: cover;
		top: 100px;
	}

	.title{
		margin-top: 84px;
	}

	#banner-title{
		left: 78px;
	}

	.details{
		margin-left: 40px;
		width: calc(100% - 40px);
	}	

	#nav-type{
		width: 100%;
		text-align: center;
	}		

}

@media(max-width: 985px){
	.trailer{
		display: none;
	}
	.movies{
		left: -40px;
		margin: 50px 10% 0px;
		width: 80%;
	}
	#banner-title{
		width: 200px;
		text-align: center;
		left: calc(50% - 100px);
	}	
	.title{
		text-align: center;
	}
}

@media(max-width: 630px){

	.details{
		margin: 20px 0px 0px 30px;
	}

	.list-hr{
		margin-bottom: 30px;
	}

	.poster{
		width: 30%;
	}

	.details-text{
		width: 55%;
		padding: 0px 10px 0px 20px;
	}
	.movies{
		left: -40px;
		margin: 50px 0px;
		width: 100%;
	}	

	#banner{
		margin-left: 0px;
		width: 100%;
	}

	.last{
		margin-bottom: 60px;
	}
}

@media(max-width: 420px){

	.details{
		margin: 20px 0px 0px 20px;
	}

	.last{
		margin-bottom: 60px;
	}

	.list-hr{
		margin-bottom: 20px;
	}

}