
#pvg_videos:after {
	content: ".";
	display: block;
	overflow: auto;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

#pvg_videos {
	zoom: 1;
}

#pvg_videos div.pvg_iframe {
	display:none;
}

#pvg_videos:first-of-type .pvg_iframe {
	display:block;
}

#pvg_videos .pvg_container * {
	transition-duration: 0.25s;
}

#pvg_videos .pvg_container {
	min-width: 256px;
	width: 31%;
	display: inline-block;
	vertical-align: top;
	margin: 10px 1% 0;
}

#pvg_videos .pvg_thumbnails {
	margin: 10px 0 0;
	width: 100%;
	text-align: center;
	display: table;
}

#pvg_videos .pvg_thumb {
	width: 250px;
	position: relative;
	display: table;
	margin: 0 auto;
}

#pvg_videos .pvg_thumb a {
	width: 250px;
	text-decoration: none;
	overflow: hidden;
	cursor: pointer;
	display: table;
}

#pvg_videos .pvg_thumb img {
	height: 175px;
	width: 250px;
	background-color:#1e73be;		border-color: #eeee22;	border-width: 3px;	border-style: outset;	border-radius:6px;
									-o-border-radius:6px;
									-moz-border-radius:6px;
									-khtml-border-radius:6px;
									-webkit-border-radius:6px;	float: none !important;
	margin: 0 !important;
	vertical-align: top;
	overflow: hidden;
}

#pvg_videos .pvg_thumb .pvg_to {
		font-weight: normal;		font-size: 14px;	color: #ffffff;	word-break: break-all;	text-transform: capitalize;
	text-align: left;
	margin-top: 5px;
	overflow: hidden;
	display: block;
}

#pvg_videos .pvg_thumb:hover .pvg_to {
    color: #ffffff;}

#pvg_videos .pvg_thumb .pvg_ti {
	color: #ffffff;	border-radius:6px;
									-o-border-radius:6px;
									-moz-border-radius:6px;
									-khtml-border-radius:6px;
									-webkit-border-radius:6px;	top: 149px;
    margin: 3px;
	text-transform: capitalize;
	background-color: #000;
	padding: 5px 10px;
	overflow: hidden;
	display: block;
	height: 16px;
    opacity: 0.8;
    text-align: left;
    position: absolute;
}

#pvg_videos .pvg_thumb:hover .pvg_ti {
    height: 165px;
    margin: 3px;
    color: #ffffff;    top: 0;
}

#pvg_videos .pvg_thumb_hq {
	max-height: 480px;
	max-width: 850px;
	padding-bottom: 56.25%;
	position: relative;
	margin: 0 auto;
	height: 0;
	width: 100%;
}

#pvg_videos .pvg_thumb_hq iframe {
	min-height: 175px;
	min-width: 250px;
	background-color: #000;
	position: absolute;
	margin: 0 auto;
    height: 100%;
    width: 100%;
    padding: 0;
    bottom: 0;
    right: 0;
    left: 0;
    top: 0;
}

#pvg_videos #pvg_tbox {
	height: 480px;
	width: 850px;
}

#pvg_videos .pagination {
	margin: 20px 0 0;
	width: 100%;
	text-align: center;
	display: inline-block;
	float: none;
}

#pvg_videos .pagination input[type="button"] {
	margin: 0 2px;
	width: auto;
}

#pvg_videos .pagination input[type="button"].current_page {
	text-decoration: underline;
	font-weight: bold;
}

.fluid-width-video-wrapper{
	padding: 0 0 56.25% !important;
}