body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,p,blockquote,th,td{margin:0;padding:0;}fieldset,img{border:0;}img,object,embed{vertical-align:bottom;}address,caption,cite,code,dfn,em,th,var{font-style:normal;font-weight:normal;}ol,ul{list-style:none;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;}q:before,q:after{content:'';}a *{cursor:pointer;}

html{
	height:100%;
	background:#180e00;
}
body{
	font:11px/1.2 Arial, Helvetica, sans-serif;
	min-height:100%;
	position:relative;
	color:#747474;
	-webkit-text-size-adjust:100%;
	-ms-text-size-adjust: none;
}
a{
	color:#fff;
	text-decoration:none;
}
a:active{background-color:transparent;}
.container{
	width:100%;
	overflow:hidden;
}
.header{
	position:relative;
}
.header-holder{
	height:60px;
	background:#ed6a00 url(../images/bg-header.png) no-repeat;
}
.logo{
	position:absolute;
	background:url(../images/logo.png) no-repeat;
	width:236px;
	height:47px;
	left:18px;
	top:7px;
	overflow:hidden;
	text-indent:-9999px;
}
.logo a{
	display:block;
	height:100%;
}
.header select{
	float:right;
	margin:19px 19px 0 0;
	width:122px;
	background:#940000;
	color:#fff;
	border:1px solid #680000;
	font-size:11px;
	padding:3px;
}
.select{
	float:right;
	margin:18px 20px 0 0;
	width:140px;
	background:#d7711e;
	border:1px solid #f58429;
	position:relative;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
	z-index:10;
}
.select strong{
	display:block;
	font-weight:normal;
	color:#fff;
	padding:3px 20px 3px 8px;
	line-height:16px;
	overflow:hidden;
	white-space:nowrap;
	text-overflow:ellipsis;
	text-transform:capitalize;
	cursor:pointer;
	background:url(../images/arrow-select.png) no-repeat 100% 50%;
}
.select ul{
	display:none;
	position:absolute;
	top:100%;
	left:-1px;
	width:140px;
	background:#d7711e;
	border:1px solid #f58429;
	z-index:12;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
	max-height:400px;
	overflow:auto;
	text-transform:capitalize;
}
.select:hover ul{display:block;}
.select ul a{
	display:block;
	padding:3px 8px;
	color:#fff;
}
.select ul a:hover{
	background:#703302;
	color:#fff;
}
.bookmark{
	position:absolute;
	overflow:hidden;
	text-indent:-9999px;
	top:23px;
	right:184px;
	background:url(../images/bookmark.png) no-repeat;
	width:186px;
	height:13px;
}
.bookmark:hover{opacity:0.7;}
.search{
	position:absolute;
	left:274px;
	right:392px;
	top:12px;
	padding:0 94px 0 10px;
	background:#ebebeb;
	border:1px solid #e1e1e1;
	-webkit-border-radius:2px;
	-moz-border-radius:2px;
	border-radius:2px;
}
.search .button{
	position:absolute;
	right:0;
	top:0;
	background:#fff;
	border:none;
	text-transform:uppercase;
	width:83px;
	height:34px;
	margin:0;
	padding:0 5px 2px;
	-webkit-border-radius:0 2px 2px 0;
	-moz-border-radius:0 2px 2px 0;
	border-radius:0 2px 2px 0;
	color:#666;
	font:bold 11px Arial, Helvetica, sans-serif;
	cursor:pointer;
}
.search .text{
	display:block;
	width:100%;
	background:#ebebeb;
	-webkit-border-radius:2px 0 0 2px;
	-moz-border-radius:2px 0 0 2px;
	border-radius:2px 0 0 2px;
	color:#333;
	font:17px/20px Arial, Helvetica, sans-serif;
	padding:7px 10px;
	margin:0 -11px 0 -10px;
	height:20px;
	border:none;
	border-right:1px solid #d7d7d7;
}
.content{
	position:relative;
	margin:6px 0 0;
}
.content:after{
	content:"";
	display:block;
	clear:both;
}
.thumbs{margin:-3px 0 0 -11px;}
.thumb{
	display:inline-block;
	vertical-align:top;
	width:250px;
	overflow:hidden;
	margin:11px 0 0 11px;
	background:#0c0700;
}
*+html .thumb{display:inline;}
.thumb>.holder{
	display:block;
	padding:5px;
	overflow:hidden;
}
.thumb:hover{background:#241d14;}
.thumb .link,
.thumb .image{
	display:block;
	position:relative;
	height:180px;
	overflow:hidden;
	background:#000;
}
.thumb .link img{
	display:block;
	width:100%;
	height:180px;
}
.thumb .link h3{
	position:absolute;
	left:1px;
	bottom:1px;
	padding:4px 35px 4px 6px;
	width:156px;
	font:12px/15px Arial, Helvetica, sans-serif;
	background:rgba(0,0,0,.7);
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
}
.thumb .link:hover h3{
	color:#9db5ff;
	background:rgba(0,0,0,.9);
}
.thumb .duration{
	position:absolute;
	right:1px;
	bottom:1px;
	padding:4px 0;
	width:40px;
	text-align:center;
	font:12px/15px Arial, Helvetica, sans-serif;
	background:rgba(0,0,0,.7);
}
.thumb .link:hover .duration{background:rgba(0,0,0,0.9);}
*+html .thumb .link h3,
*+html .thumb .duration{
	filter:progid:DXImageTransform.Microsoft.gradient (startColorstr=#aa000000, endColorstr=#aa000000);
}
*+html .thumb .link:hover h3,
*+html .thumb .link:hover .duration{
	filter:progid:DXImageTransform.Microsoft.gradient (startColorstr=#ee000000, endColorstr=#ee000000);
}
.thumb a h3{
	float:left;
	width:189px;
	padding:4px 5px 0;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
	font:14px/22px Arial, Helvetica, sans-serif;
	color:#c1c1c1;
	max-width:70%;
}
.thumb a.link h3{
	max-width:9999px;
	color:#fefefe;
}
.thumb:hover a.link h3{color:#ed7806;}
.thumb:hover a h3{color:#ed6a00;}
.thumb .amount{
	float:right;
	line-height:22px;
	color:#7f7f7f;
	font-weight:bold;
	padding:5px 5px 0 0;
}
.thumb .tags{
	line-height:20px;
	padding:7px 0 0;
	margin:0 0 15px;
	height:38px;
	overflow:hidden;
}
.thumb .tags a{
	display:inline-block;
	padding:0 12px 0 18px;
	color:#9c9c9c;
	background:url(../images/bg-tag.png) no-repeat 3px 50%;
}
.thumb .tags a:hover{
	color:#ed6a00;
	background-image:url(../images/bg-tag-hover.png);
}
.thumb .added{
	float:left;
	color:#564e42;
}
.thumb .sponsor{float:right; text-transform:capitalize;}
.thumb .sponsor a{color:#9c9c9c;}
.thumb .sponsor a:hover{color:#ed6a00;}
.main{
	overflow:hidden;
	padding:14px 20px 0 0;
}
.sidebar{
	float:left;
	width:185px;
	padding-bottom:70px;
	margin-right:15px;
	margin-top:66px;
	z-index:10;
	position:relative;
}
.box,
.nav{
	width:185px;
	background:#ed6a00;
	-webkit-border-radius:0 3px 3px 0;
	-moz-border-radius:0 3px 3px 0;
	border-radius:0 3px 3px 0;
	margin:20px 0;
	font:11px/13px Arial, Helvetica, sans-serif;
	text-shadow:0 1px 1px rgba(0,0,0,0.7);
	color:#fff;
	overflow:hidden;
}
.nav > ul > li:first-child > a{
	-webkit-border-radius:0 3px 0 0;
}
.box li:last-child a,
.nav > ul > li:last-child > a{
	-webkit-border-radius:0 0 3px 0;
}
.sidebar .opener{display:none;}
.box{
	position:relative;
	z-index:3;
}
.nav.scrolled{
	position:fixed;
	left:0;
	top:0;
}
.nav>ul>li>a{
	display:block;
	font:12px/14px Arial, Helvetica, sans-serif;
	padding:10px 20px 10px 35px;
	position:relative;
	text-transform:capitalize;
}
.nav>ul>li:hover a{background-color:#703302;}
.nav i{
	position:absolute;
	left:10px;
}
.i-home{
	background:url(../images/i-home.png) no-repeat;
	width:18px;
	height:17px;
	top:9px;
	left:9px;
}
.i-new{
	background:url(../images/i-new.png) no-repeat;
	height:15px;
	top:9px;
	width:18px;
}
.i-categories{
	background:url(../images/i-categories.png) no-repeat;
	width:16px;
	height:17px;
	top:10px;
}
.i-pornstars{
	background:url(../images/i-pornstars.png) no-repeat;
	width:20px;
	height:14px;
	top:10px;
	left:8px;
}
.i-channels{
	width:17px;
	height:12px;
	background:url(../images/i-channels.png) no-repeat;
	top:12px;
	left:11px;
}
.hasdrop{background:url(../images/arrow-nav.gif) no-repeat 100% 50%;}
.popup{
	display:none;
	background:#180e00;
	padding:3px 0;
	width:100%;
	overflow:hidden;
	font-size:12px;
	line-height:1.2;
}
.popup .col{
	float:left;
	width:16.5%;
	padding:10px 0;
	min-width:146px;
}
.popup strong{
	display:block;
	width:85%;
	margin:10px auto 0;
	color:#d5b296;
	font-size:14px;
}
.popup strong:first-child{margin-top:0;}
.popup a{
	display:block;
	width:85%;
	margin:auto;
	padding:2px 8px;
	color:#c1c1c1;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
}
.popup a:hover{
	background:#703302;
	color:#fff;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
}
.title{
	background:#703302;
	-webkit-border-radius:0 3px 0 0;
	-moz-border-radius:0 3px 0 0;
	border-radius:0 3px 0 0;
	font:12px/15px Arial, Helvetica, sans-serif;
	padding:5px 11px;
}
.box li,
.nav>ul>li{
	background:url(../images/spr.png) repeat-x;
	padding-top:2px;
}
.box li:first-child,
.nav>ul>li:first-child{
	background:none;
	padding-top:0;
}
.box li a{
	display:block;
	padding:6px 11px 8px;
}
.box li a:hover{background-color:#735e33;}
.box li label{
	display:block;
	padding:5px 11px 8px;
}
.box li label input{
	width:13px;
	height:13px;
	vertical-align:middle;
	margin:0 4px 0 0;
}
.sortby{
	padding:10px 11px 12px;
	position:relative;
	zoom:1;
}
.sortby:before{
	content:"";
	position:absolute;
	left:11px;
	right:11px;
	bottom:12px;
	height:13px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
	background:#4e7a00 url(../images/bg-progress.png) repeat-x;
}
.sortby a{
	float:right;
	width:48%;
	text-align:right;
	padding:0 0 18px;
	position:relative;
	z-index:2;
}
.sortby a:first-child{
	text-align:left;
	float:left;
}
.sortby a.active{background:url(../images/bg-active.png) no-repeat 100% 100%;}
.sortby a.active:first-child{background-position:0 100%;}
.toplist{
	background:#0c0700;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
	overflow:hidden;
	width:100%;
	padding:4px 0 9px;
}
.toplist ul{
	float:left;
	width:16.6%;
}
.toplist li{
	padding:8px 14px;
	color:#c1c1c1;
	font:bold 12px/17px Arial, Helvetica, sans-serif;
	height:13px;
	overflow:hidden;
	width:100%;
}
.toplist a{color:#c1c1c1;}
.toplist a:hover{color:#ed6a00;}
h1{
	color:#d5b296;
	font:24px/30px Arial, Helvetica, sans-serif;
	padding-left:25px;
	background:url(../images/bg-h2.png) no-repeat 0 50%;
}
h2{
	color:#d5b296;
	font:24px/30px Arial, Helvetica, sans-serif;
	margin:38px 0 10px;
	padding-left:25px;
	background:url(../images/bg-h2.png) no-repeat 0 50%;
}
.pagination{
	margin:14px 0;
	width:100%;
	text-transform:uppercase;
	overflow:hidden;
}
.pagination ul{
	margin:0 0 0 -6px;
	overflow:hidden;
}
.pagination li{
	float:left;
	margin:0 0 6px 6px;
}
.pagination a{
	float:left;
	padding:0 16px;
	color:#fff;
	font:bold 14px/35px Arial, Helvetica, sans-serif;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzU1NWU0MSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM0MjQ5MzIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: #924100; /* Old browsers */
	background: -moz-linear-gradient(top,  #924100 0%, #713302 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#924100), color-stop(100%,#713302)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #924100 0%,#713302 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #924100 0%,#713302 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #924100 0%,#713302 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #924100 0%,#713302 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#924100', endColorstr='#713302',GradientType=0 ); /* IE6-9 */
}
*+html .pagination a,
*+html .showmore a{
	background:#585858;
}
.pagination a:hover{
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzcwOWYwMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM0ZjdiMDAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: #fe8422; /* Old browsers */
	background: -moz-linear-gradient(top,  #fe8422 0%, #ed6a01 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fe8422), color-stop(100%,#ed6a01)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #fe8422 0%,#ed6a01 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #fe8422 0%,#ed6a01 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #fe8422 0%,#ed6a01 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #fe8422 0%,#ed6a01 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fe8422', endColorstr='#ed6a01',GradientType=0 ); /* IE6-9 */
}
.pagination .active a,
.pagination .active a:hover{
	color:#ababab;
	background:#2a2319;
}
.showmore{
	margin:14px 0;
	text-align:center;
}
.showmore a{
	display:inline-block;
	width:210px;
	height:45px;
	color:#fff;
	font:18px/45px Arial, Helvetica, sans-serif;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzU1NWU0MSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM0MjQ5MzIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: #924100; /* Old browsers */
	background: -moz-linear-gradient(top,  #924100 0%, #713302 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#924100), color-stop(100%,#713302)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #924100 0%,#713302 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #924100 0%,#713302 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #924100 0%,#713302 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #924100 0%,#713302 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#924100', endColorstr='#713302',GradientType=0 ); /* IE6-9 */
}
.showmore a:hover{
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzcwOWYwMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM0ZjdiMDAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: #fe8422; /* Old browsers */
	background: -moz-linear-gradient(top,  #fe8422 0%, #ed6a01 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fe8422), color-stop(100%,#ed6a01)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #fe8422 0%,#ed6a01 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #fe8422 0%,#ed6a01 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #fe8422 0%,#ed6a01 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #fe8422 0%,#ed6a01 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fe8422', endColorstr='#ed6a01',GradientType=0 ); /* IE6-9 */
}

*+html .pagination a:hover,
*+html .showmore a:hover{
	background:#da1313;
}
*+html .pagination .active a,
*+html .pagination .active a:hover{
	background:#313131;
}
.select-opener,
.sidebar-opener{
	display:none;
}
.footer{
	background:#000;
	position:relative;
	margin:27px 0 0;
	zoom:1;
}
.footer:after,
.sortby:after{
	content:"";
	display:block;
	clear:both;
}
.disclaimer{
	background:#0c0700;
	text-align:center;
	padding:12px 130px 12px;
	color:#7c7c7c;
	border-bottom:1px solid #180e00;
}
.scrolltotop{
	position:fixed;
	display:none;
	bottom:72px;
	left:20px;
	width:100px;
	background:#ae4f00;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
	text-align:center;
	color:#fff;
	padding:12px 0;
	opacity:0.5;
	z-index:2;
}
.scrolltotop:hover{opacity:1;}
.scrolltotop:before{
	content:"";
	position:absolute;
	width:17px;
	height:9px;
	top:-10px;
	left:50%;
	margin-left:-9px;
	background:url(../images/arrow.png);
}
.copyright{
	float:left;
	color:#747474;
	padding:25px 0 25px 170px;
	line-height:14px;
	background:url(../images/logo-footer.png) no-repeat 12px 18px;
}
.footer ul{
	float:right;
	padding:25px;
	font:12px/14px Arial, Helvetica, sans-serif;
}
.footer li{
	float:left;
	padding-left:25px;
}
.footer li a{color:#3e3e3e;}
.footer li a:hover{text-decoration:underline;}
.nothing{
	font-size:20px;
	text-align:center;
}
.fancybox-skin {
	position: relative;
	background: #ed6a00;
	color: #444;
	padding:5px !important;
	text-shadow: none;
	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
	        border-radius: 4px;
}

@media screen and (max-width: 1210px){
	.search{right:368px;}
	.bookmark{right: 172px;}
	.thumbs{margin:-7px 0 0 -15px;}
	.thumb{margin:15px 0 0 15px;}
	.toplist .holder{margin:0 -20px 0 0;}
	.disclaimer{padding:13px 140px 12px;}
	.footer ul{padding:24px 18px 24px 0;}
	.footer li{
		padding-left:19px;
		display:none;
	}
}
@media screen and (max-width: 1009px){
	.toplist ul{width:33.3%;}
}
@media screen and (max-width: 961px){
	.fancybox-skin {
		padding:2px !important;
		-webkit-border-radius:2px;
		   -moz-border-radius:2px;
		        border-radius:2px;
	}
	.popup .col{
		float:none;
		display:block;
		width:auto;
		padding:10px;
	}
	.popup .col ul li{
		display:inline-block;
		margin-right:5px;
	}
	.popup strong{
		width:auto;
		padding:0 8px;
	}
	.container{position:relative;}
	.sidebar{display:none;}
	.container.active .sidebar{
		display:block;
		width:209px;
		background:#20221d;
		margin:0 0 -9999px;
		padding:0 0 9999px;
	}
	.container.active .sidebar .box,
	.container.active .sidebar .nav{
		width:100%;
		max-width:209px;
		margin:0;
		padding:13px 0 0;
		background:#191b16;
		text-shadow:0 1px 0 rgba(0,0,0,1);
	}
	.container.active .sidebar .box:first-child,
	.container.active .sidebar .nav:first-child{
		padding:0;
	}
	.title{
		background:#30322e;
		border-bottom:1px solid #191b16;
		border-top:1px solid #22231f;
		font-size:12px;
		border-radius:0;
		-webkit-border-radius:0;
		-moz-border-radius:0;
		padding:2px 15px 4px;
	}
	.nav{
		border-radius:0;
		-webkit-border-radius:0;
		-moz-border-radius:0;
	}
	.box li,
	.nav > ul > li{
		background:none;
		border-bottom:1px solid #191b16;
		background:#252722;
		padding:0;
		margin:0;
	}
	.box li:first-child,
	.nav > ul > li:first-child{
		background:#252722;
	}
	.nav > ul > li > a{padding:10px 20px 10px 41px;}
	.nav > ul > li:hover a,
	.nav > ul > li >a:hover,
	.box > ul > li >a:hover{
		background-color:#120000;
	}
	.hasdrop{background-position:100% 50%;}
	.nav i{left:15px;}
	.sortby{
		background:#20221d;
		padding:10px 13px 12px;
	}
	.sortby:before{background:url(../images/bg-progress-m.png) repeat-x 0 100%;}
	.box li a{padding:9px 16px 12px;}
	.slider{position:relative;}
	.container.active .slider{
		margin-left:209px;
		width:100%;
	}
	.container.expanded .slider{
		margin-left:-209px;
		width:100%;
	}
	.header{
		height:110px;
		background:#a34900;
	}
	.header-holder{background:#ed6a00 url(../images/bg-header-m.png) no-repeat 50% 0;}
	.logo{
		background:url(../images/logo-m.png) no-repeat;
		width:188px;
		height:38px;
		top:11px;
		left:50%;
		margin:0 0 0 -83px;
	}
	.bookmark{display:none;}
	.container.expanded .select{
		display:block;
		float:right;
		width:209px;
		margin:0 0 -9999px;
		background:#20221d;
		padding:0 0 9999px;
	}
	.container.expanded .select strong{
		font-size:18px;
		line-height:25px;
		font-weight:normal;
		background:#252722;
		color:#f1f1f1;
		padding:18px 20px;
		border-bottom:1px solid #191b16;
		cursor:default;
	}
	.container.expanded .select ul{
		display:block !important;
		position:static;
		width:100%;
		background:none;
		border:none;
		border-radius:0;
		-webkit-border-radius:0;
		-moz-border-radius:0;
		font-size:12px;
		line-height:15px;
		font-weight:bold;
		max-height:9999px;
	}
	.container.expanded .select ul li{border-bottom:1px solid #191b16;}
	.container.expanded .select ul a{
		padding:10px 20px 12px;
		color:#f1f1f1;
	}
	.container.expanded .select ul a:hover{background:#120000;}
	.select{
		-webkit-border-radius:0;
		-moz-border-radius:0;
		border-radius:0;
		background:none;
		width:25px;
		border:none;
		margin:18px 12px 0 0;
		display:none;
	}
	.select-opener{
		display:block;
		position:absolute;
		top:0;
		right:0;
		background:url(../images/i-lang.png) no-repeat 50% 50%;
		width:52px;
		height:60px;
		text-indent:-9999px;
		overflow:hidden;
		padding:0;
		z-index:10
	}
	.container.expanded .select-opener{background-color:#d55f00;}
	.select ul{display:none !important;}
	.search{
		top:69px;
		left:11px;
		right:13px;
	}
	.search .text{padding:5px 10px 4px;}
	.search .button{height:29px;}
	.content{
		position:static;
		/*padding:6px 0 71px;*/
		padding:6px 0 0;
	}
	.sidebar-opener{
		display:block;
		position:absolute;
		top:0;
		left:0;
		background:url(../images/i-menu.png) no-repeat 50% 50%;
		width:62px;
		height:60px;
		text-indent:-9999px;
		overflow:hidden;
		z-index:100;
	}
	.container.active .sidebar-opener{background-color:#d55f00;}
	.sidebar{
		padding:0;
		margin:0;
		width:0;
	}
	.main{padding:6px 18px 0;}
	h1{font-size:20px;}
	.thumbs{margin:-13px 0 0 -2.86%;}
	.thumb{
		width:30.65%;
		margin:19px 0 0 2.41%;
	}
	.thumb .link img,
	.thumb img{
		height:auto;
		width:100%;
	}
	.thumb .image,
	.thumb .link{
		height:150px;
	}
	.thumb a h3{
		font-size:12px;
		width:auto;
		padding:3px 2px 0;
	}
	.thumb .amount{
		font-size:10px;
		padding:4px 0 0;
	}
	h2{
		margin:29px 0 6px;
		font-size:20px;
	}
	.pagination .next,
	.pagination .prev{
		display:none;
	}
	.pagination ul{
		text-align:center;
	}
	.pagination li{
		display:inline-block;
		float:none;
		margin-left:3px;
	}
	.toplist{padding:1px 0 5px;}
	.thumb .duration{
		z-index:10;
	}
	.thumb .link h3{
		width:auto;
		box-sizing:border-box;
		-webkit-box-sizing:border-box;
		-moz-box-sizing:border-box;
		-ms-box-sizing:border-box;
		-o-box-sizing:border-box;
		right:1px;
	}
	.scrolltotop{
		/*bottom:100%;*/
		left:5px;
		margin:0;
		/*position:absolute;*/
		position:fixed;
		bottom:5px;
	}
	.disclaimer{padding:12px 40px;}
	.disclaimer br{display:none;}
	.copyright span{display:none;}
	.footer ul{
		font-size:11px;
		float:none;
		overflow:hidden;
		text-align:right;
		padding:23px 16px 24px 0;
	}
	.footer ul li{
		padding-left:35px;
		display:inline-block;
		float:none;
	}
}
@media screen and (max-width: 775px){
	.thumb{width:30.55%;}
}
@media screen and (max-width: 639px){
	/*.popup .col{
		float:none;
		display:inline-block;
		width:48%;
		vertical-align:top;
	}*/
	.main{padding:0 4px;}
	.thumbs{margin:-2px 0 0 -1.28%;}
	.thumb{
		width:48.2%;
		margin:8px 0 0 1.27%;
	}
	.thumb>.holder{padding:2px;}
	.thumb a h3{
		font-size:11px;
		padding:1px 2px 0;
	}
	.thumb .amount{
		font-size:9px;
		padding:2px 0 0;
	}
	.thumb .image,
	.thumb .link{
		height:170px;
	}
	.content{/*padding:6px 0 65px;*/padding:6px 0 0;}
	h2{margin:13px 0 6px;}
	.toplist{padding:0 0 5px;}
	.toplist.first ul li{font-size:11px;}
	.toplist ul{width:50%;}
	.toplist li{width:auto;}
	.thumb .sponsor{margin:0 2px 5px 0;}
	.thumb .tags{
		height:37px;
		padding:7px 0;
		margin:0;
	}
	.thumb .tags a{
		font-size:10px;
		padding:0 5px 0 18px;
	}
	.thumb .duration{font-size:9px;}
	.thumb .link h3{font-size:11px;}
	.disclaimer{padding:20px 25px 17px;}
	.copyright{
		background:url(../images/logo-footer-m.png) no-repeat 12px 17px;
		font-size:10px;
		padding: 38px 16px 24px;
	}
	.footer ul{padding:15px 15px 24px 0;}
	.footer ul li{
		padding-left:30px;
		margin:0 0 4px;
	}
}
@media screen and (max-width: 479px){
	/*.popup .col{
		float:none;
		display:block;
		width:100%;
		vertical-align:top;
	}*/
	.thumb .image,
	.thumb .link{
		height:111px;
	}
}