@charset "UTF-8";
@import url("modelStyle.css");


/*Start video player*/

.video-container {
	
	width: 90%;
	height: auto;
	position: relative;
	margin: 0 auto;
	max-width: 720 px;
	padding-left: 0;}

.controls {
	background-color: rgba(255,255,255,.5);
	position: relative;
	bottom: 0px;
	width: 100%;
	height: auto;
	padding: 0;
	margin: 0 auto;
}

.video-container .controls button {
	background-color: #fff;
	border: 1px solid #06F;
	opacity: 1;
	border-radius: 4px;
}

#inputSeek {
	width: 40%;
}

#inputVolume {
	width: 15%;
}
.wrapper {
	float: right;
	height: 475px;
	width:90%;
	max-width: 960px;
	margin-top: 20px;
	margin-right: 5%;
	margin-bottom: 0px;
	margin-left:0;
	border: 2px solid #06f;
	position: relative;
	background-color: #CCC;
	position: relative;
	padding-right: 0;
	padding-left: 0;
	box-sizing:border-box;
	
}

.wrapper_intro {
	
	height: 600px;
	width:75%;
	top: 25px;
	max-width: 960px;
	margin: 0 auto;
	border: 2px solid #06f;
	position: relative;
	background-color: white;
	position: relative;
	padding-right: 3%;
	padding-left: 3%;
	box-sizing:border-box;
	
}

/*End video player*/
	
.menu_item {	
	width: 65%;
	position: relative;
	top:150px;
	left:24%; 
	color:#900;
	font-size: 16px;
	}
	
.menu_item_tall {	
	width: 65%;
	position: relative;
	top:30px;
	left:24%; 
	color: #900;
	font-size: 16px;
	}
	
.menu_item_intro {	
	width: 80%;
	position: relative;
	top:5px;
	left:10%; 
	color: white;
	font-size: 13px;
	margin-bottom: 20px;
	}
	
.menu_item_intro p a {
	color:#FF0
	}
	
