/* Custom Stylesheet */
/**
 * Use this file to override Materialize files so you can update
 * the core Materialize files in the future
 *
 * Made By MaterializeCSS.com
 */

.icon-block {
  padding: 0 15px;
}
.icon-block .material-icons {
	font-size: inherit;
}

/* Thumbs */
	#container {
		width:100%; /* 600px */
		margin:10px;
	}
	
	#tabs ul {
		list-style:none;
		margin:0; 
		padding:0;
	}
	
		#tabs ul li {
			float:left;
		}
		
		#tabs ul li a {
			display:block;
			padding:5px 10px;
			font-weight:bold;
			color:#aaa;
			text-decoration:none;
			font-size:120%;
		}		
		#tabs ul li.active a {
			background:#ccc;
			color:#fff;
		}				
	
	#panels {
		width:100%;
		background:#ccc;
	}
		#panels .panel-wrapper {
			padding:10px;
		}
	
		#panels .panel {
			
		}

		#panels .panel h2 {
			margin:0 0 10px 0;	
		}		

	.clearfix:after {
		visibility: hidden;
		display: block;
		font-size: 0;
		content: " ";
		clear: both;
		height: 0;
		}
	* html .clearfix             { zoom: 1; } /* IE6 */
	*:first-child+html .clearfix { zoom: 1; } /* IE7 */		
	
	/*
	* CSS3 Styling
	*/
	
	#tabs ul li a {	
	    border-top-left-radius : 5px;      
	    border-top-right-radius : 5px;      		
	}
	#panels {
	    border-bottom-left-radius : 5px;      
	    border-bottom-right-radius : 5px;      	
	}
.promo {
	font-size: 28px;
	font-family: Arial, Helvetica, sans-serif;
	color: #FF6600;
	font-weight: bold;
	padding:10px;
	display:block;
	margin:5px;
	text-align:center;
	width:100%;
	float: left
}

.myvideo {
position:relative;
padding-bottom:56.25%;
padding-top:30px;
height:0;
overflow:hidden;
border:1px solid #ccc;
}
.myvideo iframe,.myvideo object,.myvideo embed {
position:absolute;
top:0;
left:0;
width:100%;
height:100%;
}







