* {
	margin:0; padding:0;	
}

body {
	background-color:#f3f3f3;
	font-family:arial;
	font-size:12px;
	color:#787878;
}


h1, h2, h3, .list-sort {
	color:#1d1d1d;
	font-weight:normal;
	font-size:150%;
}
h1 span, h2 span, h3 span{
	opacity:0.5;
	font-size:80%;
}

a {
	text-decoration:none;
}

img {
	border:0 none;
}

a, img, input {
	outline:none;
}

.panel-bar, .box, nav, .thumbs, article, footer, .pagination, .videos-popular, .block-video {
	display:block;
	height:auto;
	overflow:hidden;
}

.box {
	max-width:1300px;
	margin:0 auto;
}

.big-box {
		max-width:1484px;
}

.panel-bar {
	background-color:#1d1d1d;
		color:#b9b9b9;
	font-weight:bold;

}
.panel-bar p {
	float:left;
		line-height:2;
}
.panel-bar a {
	color:#787878;
	font-weight:normal;
	padding:0 5px;
}
.panel-bar a:hover  {
	color:#fead5b;
}
.panel-bar a img {
	margin: 0 4px -3px 0 !important;
}

#search_form {
	float:right;
	margin:3px 0;
	padding: 0;
	color:#999999;
	width: 210px;
	position: relative;
}
#search_form input {
	border:0 none;
	background-color:transparent;
}
#search_form input[type="text"] {
	padding: 0 5px 0 30px;
	color:#999999;
	height: 20px;
	width: 100%;
	box-sizing: border-box;
	background: #fff;
	border-radius:3px;
}
#search_form .submit {
	border: none;
	background: none;
	color: #666;
	width: 26px;
	height: 20px;
	text-align: center;
	position: absolute;
	left: 0;
	top: 0;
	cursor: pointer;
}

nav {
background-color:#040404;
background-image:url(../images/header.png);
	background-position:left bottom;
	background-repeat:repeat-x;
}

.logo {
	display:block;
	float:left;
	width:145px;
	height:55px;
	background-image:url(../images/logo.png);
	background-repeat:no-repeat;
		background-position:left 5px;
}
nav ul {
	float:right;

}

nav li {
	display:inline-block;
		padding:5px 0;
	margin:0 -2px
}

nav li a {
	display:inline-block;
	vertical-align:middle;
	color:#ffffff;
	font-size:130%;
	line-height:2;
	padding:0 20px;
	border-left:1px solid #282828;
	font-weight:bold;
}
nav li:first-child a {
}
nav li:last-child {
	margin:0 0 0 -2px;
}
nav li:last-child a {
	padding-right:0;
}
@media (min-width: 1024px) {
	nav li:hover {
		box-shadow:inset 0 5px 0 #fea356
	}
}
nav li a:hover {
	color:#fea356;
}
nav li a i {
	color:#fc7845
}

.thumbs {
padding:10px 0;
	
}

.units {
	display:inline-block;
	vertical-align:top;
	width:240px;
	padding:1px;
	border:1px solid #dddddd;
	margin:2px 0;
	background-color:#ffffff;
}


.units img {
	display:block;
	width:240px;
	height:135px;
	
}
.item-info {
display:block;

	opacity:0.75;
	margin:-18px 0 0 0;
	line-height:1.5;
	color:#fff;

	text-align:center;
}

.item-info em {
	font-style:normal;
	float:right;
		padding:0 5px;
	background-color:#000;
}
.item-info u {
	text-decoration:none;
	float:left;
		padding:0 5px;
		background-color:#000;
}

.item-info ins {
	display:inline-block;
	text-decoration:none;
	opacity:0;
}


.units:hover em, .units:hover u {
	background-color:transparent;
}

.units:hover ins {
	opacity:1
}

.units:hover .item-info {
	background-color:#000;
}

.name {
	display:block;
	padding:0 5px;
	line-height:1.5;
	font-size:110%;
	color:#7b889b;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow:hidden;
}
.units:hover {
	border-color:#817585
}
.units:hover .name {
	color:#291e2d;
}

.date {
	color:#8a8a8a;
	font-size:80%;
}


.more-videos {
	display:block;
	line-height:2.5;
	text-align:center;
	border:1px solid #d4d4d4;
	background-color:#fff;
	color:#1d1d1d;
	font-size: 120%;
	font-weight:bold;
	margin-bottom:15px;
}

.more-videos:before {
	display:block;
	background-color:#fff;
border-top:0px solid red;
	border-right:10px solid #F3F3F3;
		border-left:10px solid #F3F3F3;
	border-bottom:10px solid #fff;
	content:'';
	width:0px;
	height:0px;
	float:none;
	clear:both;
	margin: -10px auto 0 auto;

}
.more-videos:hover {
	color:#fb633c
}





.videos {
	display:block;
	position:relative;
	float:left;
	background-color:#000;
	color:#fff;
	padding:2px 5px;
	margin:0 0 -22px 0;
	opacity:0.5
}

.spon-name {
	display:block;
	position:relative;
	float:right;
	background-color:#d54931;
	color:#fff;
	padding:2px 5px;
	margin:-16px 0 0 0;
	font-size:90%;
}

.descr {
	display:block;
	padding:0 5px;
	line-height:1.5;
	font-size:90%;
	color:#7b889b;
	overflow:hidden;
	height:32px;
}


.units:hover .descr {
	color:#291e2d;
}

.list-sponsors .units img {
	width:240px;
	height:195px;
}
.list-sponsors, .list-categories {
	padding:0 0 10px 0;
}

.cat-name {
	display:block;
	text-align:center;
	line-height:1.5;
		color:#7b889b;
}
.list-categories .units img {
	width:240px;
	height:165px;
}
.units:hover .cat-name {
	color:#291e2d;
}
.bottom-adv {
	text-align:center;
}
.spot {
	display:inline-block;
	vertical-align:top;
}

footer {
	background-color:#040404;
	margin:20px 0 0 0;
	padding:10px 0;
}

footer .nav {
	float:right;
	width:300px;
}

footer .nav li {
	float:left;
	width:48%;
	list-style:none;
}
footer a {
	color:#909090;
	line-height:1.5;
}
footer a:hover {
	color:#ffaf5b;
}

.footer-text {
	background-color:#1d1d1d;
	padding:5px 0;
	text-align:center;
}


/* pagination */
.pagination {
	margin: 10px 0 ;
	text-align: center;
}

.pagination-holder {
	display: inline-block;
	vertical-align: bottom;
}

.pagination ul {
border:1px solid #d4d4d4;
	border-left:0 none;
	border-radius:5px;
	list-style-type:none;
	height:auto;
	overflow:hidden;
	background-color:#fff;
}



.pagination li {
	float: left;
	border-left: 1px solid #d4d4d4;

	font-weight: bold;
	color: #1d1d1d;
	text-align: center;
}
@media all and (max-width:800px) {
	.pagination li.page {
		display: none;
	}
}
@media all and (max-width:400px) {
	.pagination li.last,
	.pagination li.first {
		display: none;
	}
}


.pagination a,
.pagination span {
	display: block;
	padding: 12px 12px 14px;
	min-width: 14px;
	color:#1d1d1d;
}

.pagination a:hover, .page-current {
	background: #dddddd;
}

.videos-popular {
float:left;
	width:420px;

}
.videos-popular a.more-videos {
	margin:0 10px 0 0
}
.videos-popular .units {
	width:200px;
}
.videos-popular .units img {
	width:100%;
	height:auto;
}

.video-adv {
	width:320px;
	float:right;
	margin:35px 0 0 0;
}

/* block-video */
.block-video {
float:left;
	width:735px;
	margin:3px 0;
}


.player-holder {
	display:block;
	width:100%;
	margin:10px 0 0 0;
	position: relative;
}

#kt_player, .embed-wrap iframe {
	width:100% !important;;
}
#kt_player, #kt_player_internal {
	height: 100% !important;
	position: absolute !important;
	left: 0;
	top: 0;
	width: 100% !important;
	z-index: 4;
}

.video-info {
background-color:#ffffff;
	padding:5px;
	border:1px solid #dbdbdb;
	margin:2px 0;
}
.clear {
	display:block;
	float:none;
	clear:both;
}


/* related videos, albums */
.related-videos,
.related-albums {
	width: 100%;
	overflow: hidden;
	margin: 20px 0 0;
}

.related-videos .list-sort,
.related-albums .list-sort {
	overflow: hidden;
}

.related-videos .list-sort li,
.related-albums .list-sort li {
	float: left;
	margin: 0 2px 0 0;
	overflow: hidden;
}
.related-videos i {
	float:left;
line-height:1.5;
margin:0 10px 0 0;}
.related-videos .list-sort a,
.related-albums .list-sort a,
.related-videos .list-sort span,
.related-albums .list-sort span {
	float: left;
	color: #1d1d1d;
	padding: 0 11px;
	border:1px solid #dddddd;
	background-color:#fff;
	line-height:1.5
}

.related-videos .list-sort a:hover,
.related-albums .list-sort a:hover {
	cursor: pointer;
	text-decoration:underline;
}

.related-videos .list-sort span,
.related-albums .list-sort span {
border:1px solid #dddddd;
	background-color:#dddddd;
}

.related-videos .box,
.related-albums .box {
	border-radius: 0 5px 5px;
}

/* video / album rating */

.rating-container {
	float: left;
	margin: 3px 10px 0 0;
	vertical-align: top;
	height: 30px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	overflow: hidden;
	width: 200px;
}
.rating-container a{
	font-size:220%;
}
.rating-container .rate-like {
	float: left;
	overflow: hidden;
	width: 34px;
	height: 30px;
color:#fb633c;
}

.rating-container .rate-like.voted,
.rating-container .rate-like:hover {
	background-position: 0 -31px;
}

.rating-container .rate-like.disabled {

}

.rating-container .rate-dislike {
	float: right;
	overflow: hidden;
	width: 33px;
	height: 30px;
	color:#616161;
}

.rating-container .rate-dislike.voted,
.rating-container .rate-dislike:hover {
	background-position: -34px -31px;
}

.rating-container .rate-dislike.disabled {

}

.rating-container .disabled,
.rating-container .voted {
	cursor: default;
}

.rating-container .rating {
	text-align: center;
	width: 120px;
	margin: 0 auto;
	overflow: hidden;
	padding: 5px 0 0;
}

.rating-container .voters {
	display: block;
	color: #818181;
	text-shadow: 1px 1px 0 #ededed;
	font-size: 10px;
	line-height: 12px;
	text-transform: uppercase;
	margin: 0 0 4px;
}

.rating-container .scale-holder {
	background: #989898;
	display: block;
	height: 4px;
	position: relative;
	width: 120px;
}

.rating-container .scale-holder .scale {
	position: absolute;
	left: 0;
	top: 0;
	height: 4px;
	background: #fb633c;
}
@media all and (max-width:480px){
	.info-buttons {
		text-align: center;
	}
	.rating-container {
		float: none;
		margin: 0 auto 5px;
	}
}


.video-info .addthis_toolbox {
	display:block;
	float:left;
	width:200px;
	height:36px;
}

.tabs-menu {
	float:right;
}
.tabs-menu li {
	display:inline-block;
	padding:5px;
	border:1px solid #d4d4d4;
}
.tabs-menu a {
	color:#fb6e4a;
	font-weight:bold;
}
@media all and (max-width:480px){
	.tabs-menu {
		float: none;
	}
}
.block-details {
	display:block;
	clear:both;
}

.icon-descr {
	display:block;
	text-align:right;
	line-height:2;
	font-size:110%;
	font-weight:bold;
}
.icon-descr span {
	padding:0 5px;
}

.icon-descr * {
	font-style:normal;
}
@media all and (max-width:480px){
	.icon-descr {
		text-align: center;
	}
}
.item-descr {
	display:block;
	padding:5px;
		border:1px solid #d4d4d4;
	margin:5px 0;
}

.item-cat {
		display:block;
	padding:5px;

}
.item-cat a {
	display:inline-block;
	vertical-align:middle;
	padding:3px 5px; 
			border:1px solid #d4d4d4;
	color:#fb6e4a;
	margin:2px 
}
.item-cat a:hover {
	border-color:#fb6e4a;
}
.hidden {display:none;}
.tab-content {
	float:none;
	clear:both;
	height:auto;
	overflow:hidden;
}

.generic-error, .success {
	line-height:2;
	font-size:120%;
	color:red;
}

.field-label {
	line-height:2;
}
.block-flagging .row {
	padding:5px 10px;
}

.block-flagging .row input {
	cursor:pointer;
}

.block-flagging input[type="submit"], .captcha-control input[type="submit"]{
	display:block;
	float:right;
	line-height:2;
	padding:0 15px;
	background-color:#fb6e4a;
	border:0 none;
	color:#fff;
	cursor:pointer;
	margin:0 8px;
}

.row .textarea {
	display:block;
	float:none;
	clear:both;
	width:100%;
	box-sizing: border-box;
}



/* video / album comments */
.block-comments {
	width: 100%;
	overflow: hidden;
	box-sizing: border-box;
	padding:20px 0;
}
.block-comments a {
	display:inline-block;
	vertical-align:middle;
	padding:5px; 
			border:1px solid #d4d4d4;
	color:#fb6e4a;
}
.block-comments a:hover {
	border-color:#fb6e4a;
}
.block-comments .toggle-button {
	float: right;
}

.block-comments .block-new-comment {
	background: url(/images/divider.png) repeat-x 0 10px;
	padding: 20px 0 20px 00px;
	display: none;
}

.block-comments .list-comments {
	background: url(/images/divider.png) repeat-x 0 10px;
	padding: 20px 0 0;
}

#comment_username {
	padding:5px;
	width:55%
}

.smileys-bar {
background-color:#dbdbdb;
	padding:0 5px;
	border-radius:5px 5px 0 0;
}
.captcha-control {
	padding-bottom:10px;
}
.captcha-control * {
	display:inline-block;
	vertical-align:middle;
	
}
.captcha-control .image {
	width:100%;
	}

#comment_code {
	padding:5px;
}


.list-comments .item  {
	padding:5px 0;
	margin:5px 0;
	border-bottom:1px solid #dbdbdb
}

.comment-info {
	font-weight:bold;
	padding:3px 5px;
	background-color:#EFEFEF;
		display:block;
}

.comment-text {
	padding:5px 5px 5px 50px;
	font-style:italic;
}

.empty-content {
	display:block;
	text-align:center;
	font-size:120%;
	color:red;
	height:370px;
}

.toplist {
	margin:10px auto;

}
.t-center {
	text-align:center;
}
.toplist .units a {
	text-align:left;
}

@media all and (max-width:1480px){
	.big-box, .box {
		max-width:1240px;
	}
	
	.units {
    width: 19.3%;
}
		.units img {
    width: 100%;
			height:auto;
}

.videos-popular {
	width:210px;

}
.videos-popular h2 span {
	display:none;
}
.videos-popular .units:nth-child(5), .videos-popular .units:nth-child(6) {
	display:none;
}

.block-video {
    float: left;
    width: 700px;
    margin: 3px 0;
    box-sizing:border-box;

}


}

@media all and (max-width:1240px) {
	.xmov {
		width:100%;
		max-width:1023px;
		margin:0 auto;
	}
	.block-video {
    float: left;
    width: 490px;
    margin: 3px 0;
    box-sizing:border-box;

}
.block-video  h2 {
	white-space:nowrap;
	text-overflow:ellipsis;
	overflow:hidden;
}
.embed-wrap {
	width:100%;
	  box-sizing:border-box;
	  	overflow:hidden;
}
}

@media all and (max-width:1023px){
	.videos-popular {
		display:none;
	}
	.block-video {
		float: none;
		width: 100%;
		clear:both;
	}
	.embed-wrap iframe {
		height:500px !important;

	}

	.bottom-adv.video-adv {
		display:block;
		width:100%;
		margin: 20px 0 0 0;
		padding: 0 5px;
		box-sizing: border-box;
	}
	.opt {
		display:inline-block;
	}
	.units {
		width: 24.2%;
	}
	.primary {
		position: absolute;
		top: 75px;
		right: 0;
		width: 260px;
		overflow: hidden;
		background-color: #000;
		z-index: 999;
		visibility: hidden;
		opacity: 0;
		transition: all .3s;
		margin: 0;
		border: 1px solid #282828;
	}

	.primary li {
		display: block;
		padding: 0;
		margin: 0;
	}
	.primary li a {
		display: block;
		border-bottom: 1px solid #282828;
		padding: 2px 10px;
		font-size: 15px;
	}

	.btn-menu.open + .primary {
		visibility: visible;
		opacity: 1;
	}

	#search_form {
		margin: 0;
		position: absolute;
		background: #000;
		border: 1px solid #1d1d1d;
		padding: 8px;
		width: 100%;
		left: 0;
		top: 75px;
		box-sizing: border-box;
		opacity: 0;
		visibility: hidden;
		transform: translateX(-100%);
		transition: transform 0.3s, opacity 0.3s, visibility 0.3s;
		z-index: 111;
	}
	#search_form input[type="text"] {
		height: 36px;
		padding: 0 40px 0 10px;
	}
	#search_form .submit {
		height: 36px;
		width: 36px;
		top: 8px;
		right: 8px;
		left: auto;
		background: #fb6e4a;
		border-radius: 0 3px 3px 0;
	}
	#search_form .icon-search {
		color: #fff;
		font-size: 20px;
	}
	body.search-opened #search_form {
		opacity: 1;
		visibility: visible;
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
	.logo {
		display: inline-block;
		float: none;
		width: 141px;
		height: 32px;
		background-position: 0;
		margin: 22px 0 12px 0;
	}
	nav .box {
		text-align: center;
	}
}

@media all and (max-width:960px){
	.panel-bar p {
		float:none;
		width:100%;
		box-sizing:border-box;
		padding:0 5px;
		white-space:nowrap;
		text-overflow:ellipsis;
		overflow:hidden;
	}
}


@media all and (max-width:800px){
	.units {
		width: 24%;
	}
}

@media all and (max-width:640px){
	.units {
    width: 32%;
}
.thumbs {
	text-align:center;
}
}

@media all and (max-width:480px){
	.units {
		width: 47%;
	}
}

@media all and (max-width:340px){
.item-info {
	display:none;
}
}

.under-player-holder {
    margin: 10px 0 0 0;
}
.under-player-holder .title {
    font-size: 20px;
    line-height: 26px;
    margin: 0 0 5px 0;
    color: #1d1d1d;
}

@media all and (max-width:1023px) {
  .under-player-holder {
      margin: 0;
  }
}

.go-up {
	display: none;
	background: #1d1d1d;
	border-radius: 50%;
	width: 50px;
	height: 50px;
	position: fixed;
	bottom: 40px;
	right: 20px;
	z-index: 99;
	cursor: pointer;
}
.go-up:after {
	content: "";
	width: 16px;
	height: 16px;
	border: solid #fff;
	border-width: 0 6px 6px 0;
	transform: rotate(-135deg);
	-webkit-transform: rotate(-135deg);
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	margin: 18px auto 0;
}

.top-links {
	display: flex;
	text-align: center;
	padding: 2px 0 0;
	align-items: center;
	justify-content: space-around;
}
.top-links a {
	padding: 0 2px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.mobile-top-sorts {
	margin: 0 0 20px 0;
	display: table;
	width: 100%;
	table-layout: fixed;
	text-align: center;
	border-collapse: collapse;
	box-sizing: border-box;
}
.mobile-top-sorts a {
	color: #fff;
	display: table-cell;
	padding: 3px 6px;
	text-transform: uppercase;
	border: 1px solid #d89483;
	font-size: 15px;
	font-weight: 700;
}





.btn-menu {
	display: none;
	width: 36px;
	height: 30px;
	position: relative;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: .5s ease-in-out;
	-moz-transition: .5s ease-in-out;
	-o-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
	cursor: pointer;
	float: right;
	margin: 0;
	position: absolute;
	right: 10px;
	top: 42px;
}

.btn-menu span {
	display: block;
	position: absolute;
	height: 5px;
	width: 100%;
	background: #fb6e4a;
	border-radius: 9px;
	opacity: 1;
	left: 0;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: .25s ease-in-out;
	-moz-transition: .25s ease-in-out;
	-o-transition: .25s ease-in-out;
	transition: .25s ease-in-out;
}

.btn-menu span:nth-child(1) {
	top: 0px;
}

.btn-menu span:nth-child(2),.btn-menu span:nth-child(3) {
	top: 12px;
}

.btn-menu span:nth-child(4) {
	top: 24px;
}

.btn-menu.open span:nth-child(1) {
	top: 18px;
	width: 0%;
	left: 50%;
}

.btn-menu.open span:nth-child(2) {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}

.btn-menu.open span:nth-child(3) {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.btn-menu.open span:nth-child(4) {
	top: 18px;
	width: 0%;
	left: 50%;
}

.btn-search {
	display: none;
	position: absolute;
	left: 10px;
	top: 38px;
	background-color: #fb6e4a;
	color: #fff;
	width: 36px;
	height: 36px;
	cursor: pointer;
	border-radius: 5px;
}
.btn-search i {
	font-size: 22px;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}

@media (max-width: 1023px) {
	.btn-menu {
		display: block;
	}
	.btn-search  {
		display: block;
	}
}

.sponsor-row {
	margin: 3px 0 0 0;
}
.sponsor-row a {
	display: block;
	width: 100%;
	text-align: center;
	background: #fff;
	padding: 8px 5px;
	border: 1px solid #d4d4d4;
	color: #fb6e4a;
	box-sizing: border-box;
	font-size: 15px;
	font-weight: 700;
}
@media (max-width: 480px) {
	.sponsor-row a {
		font-size: 13px;
	}
}

.webcamitems {
 overflow:hidden;
 position:relative;
 text-align:center;
}
.webcamitems div {
 display: inline-block;
 vertical-align: top;
 width: 100%;
 overflow: hidden;
 margin: 0 0 0 -8px;
 max-width: 1325px;
}
.webcamitems iframe {
 display: block;
 width: 100% !important;
 margin: -10px 0 -1px 8px;
}


@media screen and (max-width:1400px) {
 .webcamitems div {
  max-width: 1135px;
 }
}
@media screen and (max-width:1200px) {
 .webcamitems div {
  max-width: 946px;
 }
}
@media screen and (max-width:1000px) {
 .webcamitems div {
  max-width: 758px;
 }
}
@media screen and (max-width:800px) {
 .webcamitems div {
  max-width: 568px;
 }
}
@media screen and (max-width:610px) {
 .webcamitems div {
  max-width: 380px;
 }
}
@media screen and (max-width:420px) {
 .webcamitems div {
  max-width: 380px;
 }
}
@media screen and (max-width:387px) {
 .webcamitems div {
  max-width: 190px;
 }
}