/*
 * Videoflow System Plugin
 */

.vflowplg-list{
	padding:5px !important;
	float:left;
	clear: both;
}

.vflowplg-player h3, .vflowplg-list h4 {
	margin: 2px 0px;
	text-align: left;
	clear:both !important;
}

.vflowplg-player-item {
	margin-bottom: 40px;
	clear:both;
}

.vflowplg-list ol{
	list-style:none outside none !important;
}

.vflowplg-list img {
}

.vflowplg-list li {
	padding-right:5px !important;
	float:left;
	list-style:none outside none !important;
	margin: 0px 25px 40px 0px !important;
}


.vflowplg-item{
	text-align:left;
	padding:2px;
}

.vflowplg-thumb{
	
}

.vflowplg-title{
	
}

.vflowplg-player{
	border:none;
}

.vfplg_rating {
    float:right;
    overflow:hidden;
    font-size: 12px;
    margin-left: 4px;
    max-height:40px;
}

.vfplg_tools {
vertical-align: middle;
margin: 8px 0px;
}

.vfplg_share {
    float: left;
    margin-right: 4px;
    max-height:40px;
    overflow:hidden;
}

.fb_iframe_widget {
 position: relative !important;
 text-align: left !important;
}

.vfrespiframe {
 position: relative;
 padding-bottom: 56.25%;
 padding-top: 30px; height: 0; overflow: hidden;
}
              
.vfrespiframe iframe,
.vfrespiframe object,
.vfrespiframe embed {
 position: absolute;
 top: 0;
 left: 0;
 width: 100%;
 height: 100%;
}
    