@charset "UTF-8";
/* CSS Document */
.youtuberesponsive{}
.youtuberesponsive-white {
	position:relative;
	-moz-box-shadow:0 1px 8px #4E4E4E;
	-webkit-box-shadow:0 1px 8px #4E4E4E;
	box-shadow:0 1px 8px #4E4E4E;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
	background-color:#E4E4E4;
	margin:20px;
	}
.youtuberesponsive-black{
	position:relative;
	padding:10px;
	-webkit-box-shadow:0px 25px 15px -18px rgba(0,0,0,0.7);
	box-shadow:0px 25px 15px -18px rgba(0,0,0,0.7);
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
	background-color:#161616;
	margin:20px;
}
.responsive_youtube{
	position:relative;
	padding-bottom:56.25%;
	padding-top:30px;
	height:0;
	overflow:hidden;
	z-index:101;
	border:none;
}
.responsive_youtube iframe,
.responsive_youtube object,
.responsive_youtube embed{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	outline:0;
	outline:none;
	overflow:hidden;
}
#shadow{
	background:#000;
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:100;
	opacity:0.85;
	filter:alpha(opacity=85);
	zoom:1;
}
