@charset "UTF-8";
/* CSS Document */

/*video pages only*/

.video{
	background: #f2f2f2;
		
}

.video header{
	-webkit-box-shadow: 0px 0px 8px 3px #ccc;
       -moz-box-shadow: 0px 0px 8px 3px #ccc;
            box-shadow: 0px 0px 8px 3px #ccc;	
}

.fancyVideo{
		font-family: 'Sacramento', cursive;
		font-size: 2em;
		margin:0px;
		padding: 0px;
	
	}
	
.videoWrapper{
	width: 100%;
	margin: 80px auto;


}

iframe{
	width: 100%;
	height: 600px;
}


.videoContainer{
	width: 100%;
}

.videoDetails{
	width: 95%;
	margin: 0 auto;
	
	
}

.videoButtons{

	
}
.videoButtons button{
	width: 150px;
	background: none;
	border-top: none;
	border-bottom: 1px #000 solid;
	border-left: none;
	height: 45px;
	border-right: none;
	text-align: center;
	font-family: 'Open Sans', 'Century Gothic', sans-serif;
	font-size: 14px;
	padding: 0px;
	margin: 0px;
	 -webkit-appearance: none;
}	

.videoButtons button:hover{
	background: #fff;	
}

.previous{
	border-right: 1px #000 solid !important;
	margin-right: -5px !important;
}

.videoContent{
	font-family: 'Open Sans', 'Century Gothic', sans-serif;
	color: #000;	
	margin: 0px;
}

.videoContent h1{
	font-size: 2.5em;
	font-weight: normal !important;
	padding: 0px;
	margin-top: 20px;
	margin-bottom: 0px;
}

.videoContent h1 span {
	font-weight: 800;
}


.subHead{
font-family: 'Open Sans', 'Century Gothic', sans-serif;
text-transform: uppercase;
font-size: 13px;	
padding: 0px;
margin: 0px !important;
}

.videoInfo{
	font-size: 12px;
	color: #1a1a1a;
	line-height: 20px;
	font-weight: normal;	
}

.videoShare{
	border-top: 1px solid #1a1a1a;	
	padding-top: 10px;
}

.videoShare span{
font-size: 22px;
	padding-right: 20px;	

}

@media only screen and (min-width: 320px) and (max-width:480px){
	.videoContent h1{
	font-size: 1.9em;
	
}


.videoButtons button{
	width: 49.5%;
	
}	


iframe{
	height: 300px;
}


}
