/*WIDGET VIDEO THUMB*/
.widget-video-li {
	width: 25%;
	display: block;
	float: left;
	height: 190px;
}

.widget-video-holder {
	display: block;
	position: relative;
	width: 224px;
	margin: 0 auto;
}

.widget-video-link {
	display: block;
	width: 100%;
	position: relative;
	margin-bottom: 5px;
}

.widget-video-img {
	width: 100%;
	height: auto;
}
.widget-video-link .badge {
    position: absolute;
    right: 3px;
    top: 3px;
    width: 20px;
    height: 20px;
    z-index: 100;
}
.widget-video-duration {
    position: absolute;
    background-color: rgba(0,0,0,0.7);
    right: 0;
    bottom: 0;
    padding: 4px 5px;
    line-height: 1;
    color: #eee;
    z-index: 9;
	font-size: 12px;
}
.widget-video-name, .widget-video-name:hover {
	font-size: 12px;
	text-overflow: ellipsis;
	display: block;
	overflow: hidden;
    white-space: nowrap;
    color: #fff;
    text-decoration: none;
    margin-bottom: 5px;
}

.widget-video-views {
	color: #929292;
	font-size: 11px;
	margin-bottom: 20px;
}

.widget-video-proc {
	color: #929292;
	font-size: 11px;
	float: right;
	margin-bottom: 20px;
}
.hd-video-icon {
	background-image: url("../../images/layout/icon-hd.png");
	display: block;
	width: 24px;
	height: 16px;
	position: absolute;
	top: 5px;
	left: 5px;
	z-index: 15;
}
.vr-video-icon {
	margin-right: 4px;
}
/*WIDGET VIDEO THUMB END*/

/*TABLET PLAY FAKE BUTTONS*/
.rt_tablet .widget-video-holder .play-button{
	position: absolute;
	left: 5px;
	top: 95px;
	width: 40px;
	height: 25px;
	text-indent: -9999px;
	overflow: hidden;
	background: url("../../images/layout/video-list-play.png") rgba(0,0,0,0.7) no-repeat 50% 50%;
	border: solid 1px #333;
	z-index: 20;
}
.rt_tablet .widget-video-holder .play-fake{
	position: absolute;
	left: 0;
	top: 0;
	width: 224px;
	height: 126px;
	z-index: 18;
	display: block;
}

#thumbsRotate, #thumbsRotate img {
	width: 100%;
}

/* Premium videos */
.premium-video.widget-video-li {
	height: auto;
}
.premium-video.widget-video-li:first-child {
	margin-left: 12px;
}
.premium-video .widget-video-holder {
	width: 100%;
}
.premium-video .widget-video-name {
	height: 16px;
	margin-bottom: 3px;
}
.premium-video-icon {
	background-color: #af1a21;
	padding: 4px 6px;
	position: absolute;
	left: -24px;
	top: 0;
	line-height: 0;
}
.premium-video .thumbs-wrapper {
	width: 100%;
	position: relative;
	overflow: hidden;
	line-height: 0;
	margin-bottom: 5px;
}
.premium-video .widget-video-proc {
	margin-bottom: 0;
	font-size: 12px;
	color: #fff;
}
/* Premium videos end */

