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

/* // CLASSES STYLING - - - - - - - - - - - - - - */
div.classesWrap {
	background:#dddddd;
	border-top:20px solid #3a2141;
	padding:10px;
	padding-bottom:30px;
	box-shadow: 0px 0px 20px rgba(0,0,0,0.75);
}
h2.classesTitle {
	font-weight:bold;
	font-size:2em;
	color:#343434;
}
div.classesImage img {
	border-bottom:7px solid #121212;
	width:100%;
	height:auto;
}
h3.classesSubTitle {
	font-weight:bold;
	font-size:1.2em;
	color:#343434;
	margin:0 auto;
}
ul.classesList {
	width:60%;
	margin:0 auto;
	list-style-image:url(../images/list-image.gif);
}
ul.classesList li {
	margin-bottom:15px;
}
	ul.classesList li.noImage {
		list-style-image:none;
	}

.youtube-container {
	float:left;
	text-align:center;
}
	.youtube-container a {
		margin:0 auto;
		text-align:center;
	}
.youtube-player {
   width: 260px;
   height: 147px;
   margin: 20px;
   float: left;
   overflow: hidden;
   position: relative;
   text-align: center;
   -webkit-box-shadow: 0px 0px 20px rgba(0,0,0,0.7);
   -moz-box-shadow: 0px 0px 20px rgba(0,0,0,0.7);
   box-shadow: 0px 0px 20px rgba(0,0,0,0.7);
   cursor: default;
}
/* // END CLASSES STYLING - - - - - - - - - - - - - - */