html,
body{
	min-height:100%;
}
body{
	margin:0;
	font:11px/13px Tahoma, Arial, Helvetica, sans-serif;
	color:#7a7a79;
	background:#0f0e0e url(../images/bg-body-mobile.png) repeat-x 0 100%;
	min-width:320px;
	-webkit-text-size-adjust:none;
}
header,
footer,
article,
section,
hgroup,
nav,
figure{display:block;}
input,
textarea,
select{
	font:100% Tahoma, Arial, Helvetica, sans-serif;
	vertical-align:middle;
}
form,
fieldset{
	margin:0;
	padding:0;
	border-style:none;
}
input[type=text]{
	-webkit-appearance:none;
}
ul{
	list-style:none;
	padding:0;
	margin:0;
}
a{
	color:#9ee700;
	text-decoration:none;
	outline:none !important;
}
a:hover{
	text-decoration:none;
}
a img{
	border-style:none;
}
.wrapper{
	overflow:hidden;
	position:relative;
}
header{
	overflow:hidden;
	padding:7px 6px 0;
	min-width:308px;
	margin:0 0 9px;
}
header .banner{
overflow: hidden;
display: block;
padding: 2px 0 5px 0;
text-align: center;
width: 300px;
height: auto;
margin: 10px auto;
background: none repeat scroll 0% 0% #222;
border-top: 1px solid #333;
border-bottom: 1px solid #333;
color: #7a7a79;
}
header .banner img{
	display:block;
	margin:0 auto;
	border:1px solid #fff;
}
.form-holder{
	width:100%;
	overflow:hidden;
	background:url(../images/divider.png) repeat-x 0 100%;
	padding:0 0 4px;
	margin:0 0 7px;
}
.search-form{
	width:320px;
	margin:0 auto;
}
.search-form .search-text{
	float:left;
	width:259px;
	height:30px;
	margin:0 1px 0 0;
	background:url(../images/bg-search.png) no-repeat;
}
.search-form .search-text input{
	background:none;
	border:0;
	width:243px;
	color:#7a7a79;
	padding:8px 8px;
}
.search-form .form-submit{
	width:60px;
	height:30px;
	cursor:pointer;
	border:0;
	background:url(../images/btn-search.png) no-repeat;
	color:#99e000;
	font:12px/14px Verdana, Arial, Helvetica, sans-serif;
	padding:0 0 4px;
}
.header-area{
	background:#0f0f0f url(../images/divider.png) repeat-x;
	margin:0 -6px;
	padding:7px 6px 0;
	overflow:hidden;
}
.logo{
	margin:2px -5px 0 0;
	float:left;
	text-indent:-9999px;
	overflow:hidden;
	background:url(../images/logo_mobile.png) no-repeat;
	width:194px;
	height:41px;
	-o-background-size:194px 41px;
	-webkit-background-size:194px 41px;
	background-size:194px 41px;
}
.logo a{
	height:100%;
	display:block;
}
.top-menu{
	list-style:none;
	padding:0;
	margin:0;
	float:right;
	background:url(../images/bg-top-menu.png) repeat-x;
	-moz-border-radius:7px 7px 0 0;
	-webkit-appearance:none;
	-webkit-border-top-left-radius:7px;
	-webkit-border-top-right-radius:7px;
	-webkit-border-bottom-right-radius:0;
	-webkit-border-bottom-left-radius:0;
	border-radius:7px 7px 0 0;
}
.top-menu li{
	float:left;
	border-left:1px solid #000;
}
.top-menu li:first-child{
	border:0;
}
.top-menu a{
	display:block;
	overflow:hidden;
	text-align:center;
	font:9px/9px Arial, Helvetica, sans-serif;
	color:#fff;
	width:51px;
	height:20px;
	padding:35px 3px 0;
	letter-spacing:-1px;
}
.top-menu .phone a{
	background:url(../images/ico-phone.png) no-repeat 50% 6px;;
	-o-background-size:26px 26px;
	-webkit-background-size:26px 26px;
	background-size:26px 26px;
}
.top-menu .premium a{
	background:url(../images/ico-hd2.png) no-repeat 50% 9px;
	-o-background-size:43px 24px;
	-webkit-background-size:43px 24px;
	background-size:43px 24px;
	font:12px/12px Arial, Helvetica, sans-serif;
	text-transform:lowercase;
}
nav{
	overflow:hidden;
	margin:0 -6px;
	clear:both;
	border-top:1px solid #000;
	border-bottom:1px solid #040404;
	height:54px;
	padding:6px 6px 4px;
	background: -moz-linear-gradient(top, rgba(47,47,47,1) 1%, rgba(33,33,33,1) 50%, rgba(19,19,19,0) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,rgba(47,47,47,1)), color-stop(50%,rgba(33,33,33,1)), color-stop(100%,rgba(19,19,19,0)));
	background: -webkit-linear-gradient(top, rgba(47,47,47,1) 1%,rgba(33,33,33,1) 50%,rgba(19,19,19,0) 100%);
	background: -o-linear-gradient(top, rgba(47,47,47,1) 1%,rgba(33,33,33,1) 50%,rgba(19,19,19,0) 100%);
	background: linear-gradient(top, rgba(47,47,47,1) 1%,rgba(33,33,33,1) 50%,rgba(19,19,19,0) 100%);
}
.main-menu{
	text-align:center;
	overflow:hidden;
	background:url(../images/bg-menu.png) repeat-x;
	display:table;
	width:100%;
}
.main-menu li{
	display:table-cell;
	vertical-align:bottom;
	overflow:hidden;
}
.main-menu li:hover{
	background:#000;
}
.main-menu a{
	color:#fff;
	font:12px/14px Arial, Helvetica, sans-serif;
	display:block;
	overflow:hidden;
	height:18px;
	min-width:38px;
	padding-top:36px;
	width:100%;
	border-left:1px solid #000;
}
.main-menu .selected a,
.main-menu a:hover{
	color:#9ee700;
	text-decoration:none;
}
.main-menu .selected{
	background:#000;
}
.main-menu .new{
	background:url(../images/bg-menu-corners.png) no-repeat;
}
.main-menu .new:hover,
.main-menu .selected.new{
	background:#000 url(../images/bg-menu-corners.png) no-repeat 0 -54px;
}
.main-menu .free{
	background:url(../images/bg-menu-corners.png) no-repeat 100% -108px;
}
.main-menu .free:hover,
.main-menu .selected.free{
	background:#000 url(../images/bg-menu-corners.png) no-repeat 100% -162px;
}
.main-menu .new a{
	background:url(../images/ico-new.png) no-repeat 50% 5px;
	border:none;
	-o-background-size:33px 31px;
	-webkit-background-size:33px 31px;
	background-size:33px 31px;
}
.main-menu .new a:active,
.main-menu .new a:hover,
.main-menu .selected.new a{
	background:url(../images/ico-new-active.png) no-repeat 50% 5px;
	-o-background-size:33px 31px;
	-webkit-background-size:33px 31px;
	background-size:33px 31px;
}
.main-menu .best a{
	background:url(../images/ico-best.png) no-repeat 50% 7px;
	-o-background-size:24px 28px;
	-webkit-background-size:24px 28px;
	background-size:24px 28px;
}
.main-menu .best a:active,
.main-menu .best a:hover,
.main-menu .selected.best a{
	background:url(../images/ico-best-active.png) no-repeat 50% 7px;
	-o-background-size:24px 28px;
	-webkit-background-size:24px 28px;
	background-size:24px 28px;
}
.main-menu .local a{
	background:url(../images/ico-local.png) no-repeat 50% 8px;
	-o-background-size:34px 29px;
	-webkit-background-size:34px 29px;
	background-size:34px 29px;
}
.main-menu .local a:active,
.main-menu .local a:hover,
.main-menu .selected.local a{
	background:url(../images/ico-local-active.png) no-repeat 50% 8px;
	-o-background-size:34px 29px;
	-webkit-background-size:34px 29px;
	background-size:34px 29px;
}
.main-menu .live a{
	background:url(../images/ico-live.png) no-repeat 50% 7px;
	-o-background-size:31px 28px;
	-webkit-background-size:31px 28px;
	background-size:31px 28px;
}
.main-menu .live a:active,
.main-menu .live a:hover,
.main-menu .selected.live a{
	background:url(../images/ico-live-active.png) no-repeat 50% 7px;
	-o-background-size:31px 28px;
	-webkit-background-size:31px 28px;
	background-size:31px 28px;
}
.main-menu .free a{
	background:url(../images/ico-free.png) no-repeat 50% 9px;
	-o-background-size:39px 26px;
	-webkit-background-size:39px 26px;
	background-size:39px 26px;
}
.main-menu .free a:active,
.main-menu .free a:hover,
.main-menu .selected.free a{
	background:url(../images/ico-free-active.png) no-repeat 50% 9px;
	-o-background-size:39px 26px;
	-webkit-background-size:39px 26px;
	background-size:39px 26px;
}
.main{
	overflow:hidden;
	max-width:960px;
	margin:0 auto;
}
.block-video-preview{
	padding:0 6px;
	overflow:hidden;
	margin:0 0 11px;
}
.block-video-preview .preview-item{
	overflow:hidden;
	padding:6px 3px;
	background:#181916;
	margin:0 auto 3px;
	width:314px;
}
@media screen and (min-width: 640px){
	.block-video-preview{
		text-align:center;
		letter-spacing:-.25em;
		word-spacing:-.25em;
	}
	.block-video-preview .preview-item{
		display:inline-block;
		text-align:left;
		vertical-align:top;
		margin:0 2px 3px 2px;
		letter-spacing:0;
		word-spacing:0;
	}
}
.block-video-preview .image-holder{
	float:left;
	border:1px solid #424242;
	margin:0 6px 0 0;
}
.block-video-preview .image-holder img{
	display:block;
}
.block-video-preview .video-info{
	overflow:hidden;
	position:relative;
	height:115px;
	width:156px;
}
.block-video-preview .video-info a{
	font:bold 12px/14px Tahoma, Arial, Helvetica, sans-serif;
}

.row{
	width:100%;
}
.row:after{
	content:"";
	display:block;
	clear:both;
}
.block-video-preview .video-meta{
	position:absolute;
	bottom:-5px;
	left:0;
	width:100%;
}
.video-rating{
	float:right;
	color:#fff;
	font:11px/15px Tahoma,Arial,Helvetica,sans-serif;
	margin:-5px 0 0;
	padding:5px 23px 4px 0;
	background:url(../images/ico-rating.png) no-repeat 100% 2px;
}

/*------------------------------block-category-preview ------------------------------------*/

.block-category-preview{
	padding:0 6px;
	overflow:hidden;
	margin:0 0 11px;
}
.block-category-preview .preview-item{
border: solid 1px #3A3A3A;
width: 310px;
overflow: hidden;
padding: 6px 3px;
background: #181916;
display: inline-block;
text-align: left;
}

.block-category-preview .image-holder{
	float:left;
	border:1px solid #424242;
	margin:0 6px 0 0;
}
.block-category-preview .image-holder img{
	display:block;
}
.block-category-preview .category-info{
	overflow:hidden;
	position:relative;
	height:115px;
	width:150px;
}
.block-category-preview .category-info a{
	font:bold 12px/14px Tahoma, Arial, Helvetica, sans-serif;
}

.row{
	width:100%;
	color: white;
}
.row:after{
	content:"";
	display:block;
	clear:both;
}
.block-category-preview .category-meta{
	position:absolute;
	left:0;
	width:100%;
}

.date {
	margin:5px;
	overflow:hidden;
	height: 80px;
	}
/*------------------------------//block-category-preview ------------------------------------*/


.pagination{
	overflow:hidden;
	margin:0 0 6px;
	padding:0 8px;
	height:41px;
	border:solid #000;
	border-width:1px 0;
	background:rgb(47,47,47);
	background:-moz-linear-gradient(top, rgba(47,47,47,1) 0%, rgba(19,19,19,1) 100%, rgba(125,185,232,1) 100%);
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(47,47,47,1)), color-stop(100%,rgba(19,19,19,1)), color-stop(100%,rgba(125,185,232,1)));
	background:-webkit-linear-gradient(top, rgba(47,47,47,1) 0%,rgba(19,19,19,1) 100%,rgba(125,185,232,1) 100%);
	background:-o-linear-gradient(top, rgba(47,47,47,1) 0%,rgba(19,19,19,1) 100%,rgba(125,185,232,1) 100%);
	background:linear-gradient(top, rgba(47,47,47,1) 0%,rgba(19,19,19,1) 100%,rgba(125,185,232,1) 100%);
}
.pagination-holder{
	text-align:center;
	width:100%;
	color:#fff;
	font:14px/16px Tahoma, Arial, Helvetica, sans-serif;
	padding:4px 0 0;
	display:table;
}
.pagination .prev,
.pagination .next{
	display:table-cell;
	min-width:10px;
	border:1px solid #000;
	text-align:center;
	height:25px;
	background:rgb(24,24,24);
	background:-moz-linear-gradient(top,  rgba(24,24,24,1) 0%, rgba(58,57,57,1) 100%, rgba(125,185,232,1) 100%);
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(24,24,24,1)), color-stop(100%,rgba(58,57,57,1)), color-stop(100%,rgba(125,185,232,1)));
	background:-webkit-linear-gradient(top,  rgba(24,24,24,1) 0%,rgba(58,57,57,1) 100%,rgba(125,185,232,1) 100%);
	background:-o-linear-gradient(top,  rgba(24,24,24,1) 0%,rgba(58,57,57,1) 100%,rgba(125,185,232,1) 100%);
	background:linear-gradient(top,  rgba(24,24,24,1) 0%,rgba(58,57,57,1) 100%,rgba(125,185,232,1) 100%);
}
.pagination .prev{
	margin:0 0 0 8px;
	-moz-border-radius:5px 0 0 5px;
	-webkit-appearance:none;
	-webkit-border-top-left-radius:5px;
	-webkit-border-top-right-radius:0;
	-webkit-border-bottom-right-radius:0;
	-webkit-border-bottom-left-radius:5px;
	border-radius:5px 0 0 5px;
	width:50%;
}
.pagination .next{
	margin:0 8px 0 0;
	border-left:0;
	-moz-border-radius:0 5px 5px 0;
	-webkit-appearance:none;
	-webkit-border-top-left-radius:0;
	-webkit-border-top-right-radius:5px;
	-webkit-border-bottom-right-radius:5px;
	-webkit-border-bottom-left-radius:0;
	border-radius:0 5px 5px 0;
	width:50%;
}
.pagination a,
.pagination span{
	display:inline-block;
	margin:8px 5px 0;
}
.pagination em.prev,
.pagination em.next{
	font-style:normal;
	padding:7px 0 0;
	text-shadow:1px 1px 0 #000;
	color:#494949;
	width:50%;
}
.pagination .prev a,
.pagination .next a{
	padding:7px 0 9px;
	text-shadow:1px 1px 0 #000;
	color:#8dcf01;
	margin:0;
	display:block;
}
.pagination .prev a:hover,
.pagination .next a:hover{
	text-decoration:none;
}
.video-view{
	padding:0 6px;
	margin:0 0 15px;
}
.block-video-preview h2{
	font:18px/20px Verdana, Arial, Helvetica, sans-serif;
	color:#fff;
	letter-spacing:0;
	word-spacing:0;
	margin:0 0 5px;
}
.video-view h2{
	font:bold 14px/16px Tahoma, Arial, Helvetica, sans-serif;
	color:#9ee700;
	margin:0 0 14px;
}
.video-view .player{
	border:1px solid #424242;
	margin:0 0 3px -1px;
	position:relative;
}
.video-view .player img{
	display:block;
	width:100%;
}
.video-view .player:before{
	display:none;
	content:"";
	position:absolute;
	left:50%;
	top:50%;
	width:73px;
	height:73px;
	margin:-37px 0 0 -37px;
	background:url(../images/btn-play.png) no-repeat;
	-o-background-size:73px 73px;
	-webkit-background-size:73px 73px;
	background-size:73px 73px;
}
.video-view .player .btn-play{
	display:none;
	position:absolute;
	top:50%;
	left:50%;
	background:url(../images/btn-play.png) no-repeat;
	text-indent:-9999px;
	overflow:hidden;
	width:73px;
	height:73px;
	margin:-37px 0 0 -37px;
}
.download{
	background:url(../images/button-small.png) no-repeat;
	width:133px;
	height:47px;
	margin:-8px 3px 0 15px;
	text-align:center;
	float:right;
}
.download a{
	padding:7px 0 9px;
	color:#8dcf01;
	font:14px/16px Tahoma, Arial, Helvetica, sans-serif;
	display:block;
}
.download a:hover{
	text-decoration:none;
}
.provider-link{
	text-align:center;
}
.provider-link a{
	font:bold 14px/16px Tahoma, Arial, Helvetica, sans-serif;
}
.banner-bottom{
overflow: hidden;
display: block;
padding: 2px 0 5px 0;
text-align: center;
width: 100%;
height: auto;
margin: 10px auto;
background: none repeat scroll 0% 0% #222;
border-top: 1px solid #333;
border-bottom: 1px solid #333;
color: #7a7a79;
}
.banner-bottom img{
	display:block;
	margin:0 auto;
	border:1px solid #fff;
}
footer{
	background:url(../images/divider.png) repeat-x;
	padding:15px 20px;
	min-height:44px;
}
footer p{
	margin:0;
}

/*mobile cats*/
.categories-mobile {padding-left:0; margin-top:0; margin-bottom:8px; }
.categories-mobile li{background: url(../images/mob-menu-bg.gif); height:51px; list-style-type:none; text-align: center; line-height: 55px; font-size: 16px; text-transform: uppercase; margin: 0 10px 0 10px;}
.categories-mobile li a {display:block; color: #B3B3B3;}
.categories-mobile li a:hover {color: #9EE700; text-decoration:none;}
.pagination em.next{width: 50% !important;}



/* Additional buttons by MediaReps */

.main-menu .iphone {
	background: url(../images/bg-menu-corners.png) no-repeat 100% -108px;
}
.main-menu .iphone:hover, .main-menu .selected.iphone {
	background: #000 url(../images/bg-menu-corners.png) no-repeat 100% -162px;
}
.main-menu .iphone a {
	background: url(http://cdn1.traffichaus.com/uploads/19/ico-iphone-text__d6d612057b0684f9724a58de1731076bdbd5ac27.png) no-repeat 50% 9px;
	-o-background-size: 39px 26px;
	-webkit-background-size: 39px 26px;
	background-size: 39px 26px;
}
.main-menu .iphone a:active, .main-menu .iphone a:hover, .main-menu .selected.iphone a {
	background: url(http://cdn1.traffichaus.com/uploads/19/ico-iphone-text-active__6edc268376e651006810beec967cfe0950485705.png) no-repeat 50% 9px;
	-o-background-size: 39px 26px;
	-webkit-background-size: 39px 26px;
	background-size: 39px 26px;
}
.main-menu .blackberry {
	background: url(../images/bg-menu-corners.png) no-repeat 100% -108px;
}
.main-menu .blackberry:hover, .main-menu .selected.blackberry {
	background: #000 url(../images/bg-menu-corners.png) no-repeat 100% -162px;
}
.main-menu .blackberry a {
	background: url(http://cdn1.traffichaus.com/uploads/19/ico-blackberry__6edc268376e651006810beec967cfe0950485705.png) no-repeat 50% 9px;
	-o-background-size: 39px 26px;
	-webkit-background-size: 39px 26px;
	background-size: 39px 26px;
}
.main-menu .blackberry a:active, .main-menu .blackberry a:hover, .main-menu .selected.blackberry a {
	background: url(http://cdn1.traffichaus.com/uploads/19/ico-blackberry-active__fedd7777d34e0bfc3b7db5abec8fef24f8dbe4f0.png) no-repeat 50% 9px;
	-o-background-size: 39px 26px;
	-webkit-background-size: 39px 26px;
	background-size: 39px 26px;
}
.main-menu .free2 {
	background: url(../images/bg-menu-corners.png) no-repeat 100% -108px;
}
.main-menu .free2:hover, .main-menu .selected.free2 {
	background: #000 url(../images/bg-menu-corners.png) no-repeat 100% -162px;
}
.main-menu .free2 a {
	background: url(http://cdn1.traffichaus.com/uploads/19/ico-free__e7ea4713b3d6739409c297f06086c63c6ad2defc.png) no-repeat 50% 9px;
	-o-background-size: 39px 26px;
	-webkit-background-size: 39px 26px;
	background-size: 39px 26px;
}
.main-menu .free2 a:active, .main-menu .free2 a:hover, .main-menu .selected.free2 a {
	background: url(http://cdn1.traffichaus.com/uploads/19/ico-free-active__6edc268376e651006810beec967cfe0950485705.png) no-repeat 50% 9px;
	-o-background-size: 39px 26px;
	-webkit-background-size: 39px 26px;
	background-size: 39px 26px;
}
.main-menu .exgf {
	background: url(../images/bg-menu-corners.png) no-repeat 100% -108px;
}
.main-menu .exgf:hover, .main-menu .selected.exgf {
	background: #000 url(../images/bg-menu-corners.png) no-repeat 100% -162px;
}
.main-menu .exgf a {
	background: url(http://cdn1.traffichaus.com/uploads/19/ico-exgf__bbe246a200ede61f907a851193b713e261262fb8.png) no-repeat 50% 9px;
	-o-background-size: 39px 26px;
	-webkit-background-size: 39px 26px;
	background-size: 39px 26px;
}
.main-menu .exgf a:active, .main-menu .exgf a:hover, .main-menu .selected.exgf a {
	background: url(http://cdn1.traffichaus.com/uploads/19/ico-exgf-active__6edc268376e651006810beec967cfe0950485705.png) no-repeat 50% 9px;
	-o-background-size: 39px 26px;
	-webkit-background-size: 39px 26px;
	background-size: 39px 26px;
}
.main-menu .android {
	background: url(../images/bg-menu-corners.png) no-repeat 100% -108px;
}
.main-menu .android:hover, .main-menu .selected.android {
	background: #000 url(../images/bg-menu-corners.png) no-repeat 100% -162px;
}
.main-menu .android a {
	background: url(http://cdn1.traffichaus.com/uploads/19/ico-android__c23f540d7690f6da365c0a991b9a1ca9e1cdcc88.png) no-repeat 50% 9px;
	-o-background-size: 39px 26px;
	-webkit-background-size: 39px 26px;
	background-size: 39px 26px;
}
.main-menu .android a:active, .main-menu .android a:hover, .main-menu .selected.android a {
	background: url(http://cdn1.traffichaus.com/uploads/19/ico-android-active__9f95a3105b9cfe1a2dca82129d651accbb54ca22.png) no-repeat 50% 9px;
	-o-background-size: 39px 26px;
	-webkit-background-size: 39px 26px;
	background-size: 39px 26px;
}
.main-menu .androidlogoonly {
	background: url(../images/bg-menu-corners.png) no-repeat 100% -108px;
}
.main-menu .androidlogoonly:hover, .main-menu .selected.androidlogoonly {
	background: #000 url(../images/bg-menu-corners.png) no-repeat 100% -162px;
}
.main-menu .androidlogoonly a {
	background: url(http://cdn1.traffichaus.com/uploads/19/ico-android-only-logo__0f59d43dd9eb125d2fff63c42069045ad9b70030.png) no-repeat 50% 9px;
	-o-background-size: 39px 26px;
	-webkit-background-size: 39px 26px;
	background-size: 39px 26px;
}
.main-menu .androidlogoonly a:active, .main-menu .androidlogoonly a:hover, .main-menu .selected.androidlogoonly a {
	background: url(http://cdn1.traffichaus.com/uploads/19/ico-android-only-logo-active__9f95a3105b9cfe1a2dca82129d651accbb54ca22.png) no-repeat 50% 9px;
	-o-background-size: 39px 26px;
	-webkit-background-size: 39px 26px;
	background-size: 39px 26px;
}


/*mobile categories icon*/
.mobile-categories img { height: 24px; width: 37px; margin-top: 9px; }
.mobile-categories span { display: block; font-size: 12px; margin-top: 2px; font-family: Arial, Helvetica, sans-serif; letter-spacing: normal; }
.top-menu .mobile-categories a {
/*background: url(../tb/images/mobile-categories.png) no-repeat 50% 9px;*/
-o-background-size: 43px 24px;
-webkit-background-size: 43px 24px;
background-size: 43px 24px;
height:46px;
padding:0;
}

/*category name*/
.niche {
margin: 0 0 5px 0;
font: bold 16px/26px Tahoma, Arial, Helvetica, sans-serif;
color:white; text-align:center;
}

/*related videos*/

.rel_banner{
	width: 100%;
	display: block;
	height: 115px;
	float: left;
	background: #222;
	}

div.rel_thumbs {
	margin: 0 auto;
	width: 720px;
	text-align: center;
	max-width: 100%;
	min-width: 320px;
	overflow: hidden;
	}

div.rel_thumbs h2 {
	text-align: left;
	padding-left: 1%;
	}

.altimg {
	float: left;
	max-width: none;
	min-width: 18%;
	width: 32.3%;
	height: auto;
	padding: 0.5%;
	}

img.thumb1 {
	width: 100%;
	height: auto;
	display: block;
	}

span.descr {
	margin-top: -2px;
	float: left;
	max-width: 240px;
	height: 20px;
	overflow: hidden;
	text-align: left;
	background: #181916;
	width: 100%;
	color: #bebebe;
	font: 12px/18px Tahoma, Arial, Helvetica, sans-serif;
	}

a.video-title {
	color: #bebebe;
	font: 14px/18px Arial, Tahoma, Helvetica, sans-serif;
	}

a.kt_imgrc {
    display: block;
    overflow: hidden;
	text-align: right;
	position:relative;
	}
	
em.time{
	position: absolute;
	z-index: 99;
	height: 18px;
	font-style: normal;
	border-left: 1px #2a2a2a solid;
	border-top: 1px #2a2a2a solid;
	background: rgba(26, 26, 26, 0.85);
	color: #bebebe;
	padding: 0 6px;
	bottom: 20px;
	right: 0px;
	font: 14px/16px Arial, Tahoma, Helvetica, sans-serif;
	}

.showmore {
	width: 100%;
	display: block;
	overflow: hidden;
	text-align: center;
	}

.showmore_btn {
	margin-top: 18px;
	height: 47px;
	width: 133px;
	background: url(http://www.bravotube.net/tb/images/button-small.png) no-repeat;
	padding-top: 9px;
	}

.showmore_btn a {
	color: #bebebe;
	}

.showmore_btn a:hover {
	text-decoration: none;
	}

@media screen and (max-width: 500px) {

div.rel_thumbs {
	margin: 0 auto;
	text-align: center;
	max-width: 100%;
	min-width: 320px;
	overflow: hidden;
	}

div.rel_thumbs h2 {
	text-align: left;
	padding-left: 1%;
	}

.altimg {
	float: left;
	max-width: 48%;
	height: auto;
	padding: 1%;
	min-width: 130px;
	width: auto;
	}


	div.rel_thumbs {
		width: 500px;
	}
	a.video-title {
	color: #bebebe;
	font: 12px/14px Tahoma, Arial, Helvetica, sans-serif;
	}
	
	span.descr {
	min-width: 150px;
	height: 18px;
	width: 100%;
	color: #bebebe;
	font: 12px/18px Tahoma, Arial, Helvetica, sans-serif;
	}
	
	em.time{
	position: absolute;
	z-index: 99;
	height: 13px;
	font-style: normal;
	border-left: 1px #2a2a2a solid;
	border-top: 1px #2a2a2a solid;
	background: rgba(26, 26, 26, 0.85);
	color: #bebebe;
	padding: 0 4px;
	bottom: 14px;
	right:0px;
	font: 11px/13px Arial, Tahoma, Helvetica, sans-serif;
	}
}



/*------------------------------------*/
/*---------- floating banner ---------*/
/*------------------------------------*/

.atitle {
  margin: 0 auto auto;
  width: 300px;
  text-align: center;
  overflow: hidden;
  height: 13px;
  border: 0px;
  font: 12px/12px Tahoma, sans-serif;
  color: #6F6F6F;
  background: rgba(228, 228, 228, 0.85);
  display: block;
  padding: 0px;
  }

.btn_cls {
  width: 30px;
  right: 5px;
  position: absolute;
  margin-top: -15px;
  height: 30px;
  padding: 0px;
}

.ffb_wrap {
  width: 320px;
  right: 50%;
  margin: 0 -160px 0 0;
  height: 113px;
  bottom: 0;
  position: fixed;
  padding: 0px;
  z-index: 996;
  }

.ffb {
  margin: 0 auto;
  height: 100px;
  width: 300px;
  background: rgba(228, 228, 228, 0.85);
  padding: 0px;
  }
  
/*------------------------------------*/
/*--------// floating banner ---------*/
/*------------------------------------*/

/*------------------------------------*/
/*--------------- popup --------------*/
/*------------------------------------*/

.pp__overlay {
    z-index: 998;
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.6);
    text-align: center
    }
.pp__overlay:after {
  display: inline-block;
  height: 100%;
  width: 0;
  vertical-align: middle;
  content: ''
  }

.pp {
  z-index: 999;
  width: 300px;
  display: inline-block;
  position: relative;
  vertical-align: middle
  }

.pp__close {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  text-align: center;
  color: #000;
  text-decoration: none;
  }
	
.pp__close:hover {
  background: #ddd
  }

.advpop {
  font: bold 18px/32px 'Tahoma';
  color: #bebebe;
  text-shadow: 1px 1px 0 #000;
  }

.ctwv{
	overflow:hidden;
	margin:0;
	padding:0 8px;
	height:41px;
	border:solid #000;
	border-width:1px 0;
	background:rgb(47,47,47);
	background:-moz-linear-gradient(top, rgba(47,47,47,1) 0%, rgba(19,19,19,1) 100%, rgba(125,185,232,1) 100%);
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(47,47,47,1)), color-stop(100%,rgba(19,19,19,1)), color-stop(100%,rgba(125,185,232,1)));
	background:-webkit-linear-gradient(top, rgba(47,47,47,1) 0%,rgba(19,19,19,1) 100%,rgba(125,185,232,1) 100%);
	background:-o-linear-gradient(top, rgba(47,47,47,1) 0%,rgba(19,19,19,1) 100%,rgba(125,185,232,1) 100%);
	background:linear-gradient(top, rgba(47,47,47,1) 0%,rgba(19,19,19,1) 100%,rgba(125,185,232,1) 100%);
}
.ctwv-holder{
	text-align:center;
	width:100%;
	color:#fff;
	font:14px/16px Tahoma, Arial, Helvetica, sans-serif;
	padding:4px 0 0;
	display:table;
}

.ctwv .ctwv_next{
	display:table-cell;
	min-width:10px;
	border:1px solid #000;
	text-align:center;
	height:25px;
	background:rgb(24,24,24);
	background:-moz-linear-gradient(top,  rgba(24,24,24,1) 0%, rgba(58,57,57,1) 100%, rgba(125,185,232,1) 100%);
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(24,24,24,1)), color-stop(100%,rgba(58,57,57,1)), color-stop(100%,rgba(125,185,232,1)));
	background:-webkit-linear-gradient(top,  rgba(24,24,24,1) 0%,rgba(58,57,57,1) 100%,rgba(125,185,232,1) 100%);
	background:-o-linear-gradient(top,  rgba(24,24,24,1) 0%,rgba(58,57,57,1) 100%,rgba(125,185,232,1) 100%);
	background:linear-gradient(top,  rgba(24,24,24,1) 0%,rgba(58,57,57,1) 100%,rgba(125,185,232,1) 100%);
}

.ctwv .ctwv_next{
	margin:0 8px 0 0;
	-moz-border-radius:5px;
	-webkit-appearance:none;
	-webkit-border-radius:5px;
	border-radius:5px;
}

.ctwv a, .ctwv span{
  display:inline-block;
  margin:8px 5px 0;
}

.ctwv em.ctwv_next{
	font-style:normal;
	padding:7px 0 0;
	text-shadow:1px 1px 0 #000;
	color:#494949;
	width:50%;
}

.ctwv .ctwv_next a{
	padding:7px 0 9px;
	text-shadow:1px 1px 0 #000;
	color:#bebebe;
	margin:0;
	display:block;
}


/*------------------------------------*/
/*-------------- //popup -------------*/
/*------------------------------------*/