/* CSS Document */
#thumbs_list .videocenter {
	/*padding:10px 0 10px;*/
	position:relative;
}

.videocenter:after {
	background: url('../img/video-icon-trans.png') no-repeat scroll center center transparent;
	position: absolute;
	font-size: 26px;
	text-align: center;
	width: 100%;
	height: 100%;
	content: " ";
	z-index: 3;
	vertical-align: middle;
	top: 0;
	left:-3px;
}

.videocenter:hover:after {
	opacity:0.6;
}

.vresponsive {
	position:relative;
	padding-bottom: 56.25%; /* 16:9 */	
}

#videothumb a {
height:100%;
}
#videoholder {
	position:relative;
	padding-bottom:100%;
}
#videoholder iframe, .vresponsive iframe {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;	
}

.bigtext {
	text-transform:uppercase;
	font-size: 20px;
}
.videobutton:before {
    background: url('../img/icon-video-link.png') no-repeat scroll center center transparent;
    position: absolute;
    height: 46px;
    left: 5px;
    line-height: 47px;
    z-index: 15;
    width: 51px;
    display: block;
    content: " ";
	}

.videobutton {
	width:98%; 
	margin:1%;
	text-align:center;
	padding: 0px;
	border-width: 1px;
	border-style: solid;
	border-color: #0079B6 #006FA8 #012740;
	border-radius: 5px;
	position: relative;
	display: block;
	background-image: linear-gradient(#009AD0, #007AB7);
    line-height: 47px;
	padding-top: 3px;
	color:#F2F2F2;
}

.videobutton:visited {	color:#F2F2F2; }
.videobutton:hover {
	text-shadow:2px 2px 2px #000;
	color:#fff;	
}

@media (min-width:768px) and (max-width:992px) {
	.videobutton:before {
	background:none;
	content:"";
    width: 0px;
	}
}