#main-video {
	position:relative;
	min-height:487px;
}

#home {
	background: url('../dg_img/bg-home.jpg') top left repeat;
	position: relative;
	margin-bottom:50px;
}

#menu-video {
		position:relative; 
		text-align:center; 
		text-transform:uppercase; 
		height:35px;
		padding-top:20px;
		color:#999;
		font-size:14px;
		background:url('../dg_img/bg-menu-video.jpg') center top no-repeat;
		background-size:cover;
}

#menu-video  a{
		color:#8C8B90;
		text-decoration: none;
}



#menu-video  a:hover{
		color:#000000;
}


div.titlevideo {
	color: #fff;
}

.label-menu {
	padding: 0px 3%;
}



#navigation-container {
	width:100%;
	background:url('../dg_img/landing-video/pager-shadow.png') top center no-repeat;
	height:50px;
	padding-top:10px;
	position:relative;
	z-index:10;
}
ul.nav-video { text-align:center; padding:0; margin:0 auto;}
ul.nav-video li { display:inline-block; list-style:none; margin: 0 5px; }
ul.nav-video li a { color:#333; }


a.link_page {
	color: #999;
	margin-left:2%;
	margin-right:2%;
}
a.link_current_page{
	font-weight: bold;
	color: #000;
	 margin-left:2%;
        margin-right:2%;
}

.v-text {
	width: 25%;
	position:absolute;
	left: 9%;
	bottom: 34%;
	padding: 1%;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	-khtml-opacity: 0;
	opacity: 0;
}
#top-container .v-text.visible { 
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
	z-index: 89999;
}
.v-text h2 { color: #fff !important; line-height:22px; font-size:20px;}
.v-text p { color: #fff !important; }

p#sharevideo, p.video-description {
	color: #999;
}

	
span.shares {
	width: auto;
	width: 18px;
	height: 18px;
	display: inline-block;
	margin: 0 13px;
}

 

span.shares.fb{
		background:url('../tmp_img/facebook.png') no-repeat;
		background-position:0px 0px;
}

span.shares.fb:hover {
		background-position: 0px -17px;
}


span.shares.tw{
		background:url('../tmp_img/twitter.png') no-repeat;
		background-position:0px 0px;
}

span.shares.tw:hover {
		background:url('../tmp_img/twitter.png') no-repeat;
		background-position: 0px -17px;
}

span.shares.gp {
		background:url('../tmp_img/gplus.png') no-repeat;
		background-position:0px 0px;
}

span.shares.gp:hover {
		background:url('../tmp_img/gplus.png') no-repeat;
		background-position: 0px -17px;		
}


span.shares.pn {
		background:url('../tmp_img/pinterest.png')no-repeat;
		background-position:0px 0px;
}


span.shares.pn:hover {
		background:url('../tmp_img/pinterest.png')no-repeat;
		background-position: 0px -17px;
}

.box-content.white {
	background-color: #fff;
}

div.tutorial {
	background: url('../dg_img/landing-video/back-tutorial.png') top center no-repeat;
	background-size:100%;
	color: #999;
	text-align: center;
	font-size:12px;
	position:absolute;
	bottom:0;
	height:50px;
	width:100%;
	text-transform:capitalize;
}
#content.page-video .transparent { padding-bottom:50px; }

#video-container .span3 {
	margin: 25px 10px !important;
	list-style: none;
	width: 270px !important;
	height: 315px;
	display:none;
}
#video-container { margin-left:0;}


div.video-thumb {
	max-width: 100%;
	position:relative;
	background:#000;
}

#sharevideo a img {
	border: none;
	text-decoration:none;
}

.video-line-separator {
	/*margin-top:3%;*/
	background: url('../dg_img/landing-video/video-line-separator.png') top center no-repeat;
	background-size:100%;
	height:40px;
	width:100%;
}

p.titlevideo {
	color: #fff;
}

#video-placeholder {
	/*position: absolute;
	z-index: 99999;*/
}

.fluid-width-video-wrapper { display:none;}

.now_playing {
	position: absolute;
	display: none;
	color: #FFF;
	width: 100%;
	text-align: center;
	margin-top:-10px;
	top: 50%;
	z-index: 100;
}

#main-video img { border:0 !important; display:none; }
.video-featured-description { display:none; }



@media (max-width: 1200px){
	#main-video { min-height:391px; }
}


@media (max-width: 1024px){
	#home {
		margin-bottom: 20px;
	}
	#video-container .span3 {
		margin: 10px 8% !important;
		list-style: none;
		width: 34% !important;
		height: 315px;
		display: none;
	}
}

@media (max-width: 979px){
	#main-video { min-height:301px; }
	.v-text {
		width: 35%;
		position: absolute;
		left: 1%;
		bottom: 17%;
	}
}
@media (max-width: 767px){
	#main-video { min-height: inherit; }
	#top-container .v-text {
		width: auto;
		position: relative;
		left: auto;
		bottom: auto;
		padding: 30px;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
		filter: alpha(opacity=100);
		-moz-opacity: 1;
		-khtml-opacity: 1;
		opacity: 1;
	}
#video-container .span3 {
	margin: 0 auto !important;
	list-style: none;
	width: 270px !important;
	height: 315px;
	display: none;
}

}
@media (max-width: 640px){}