body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, 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%;
	font-weight: normal;
}

q:before, q:after {
	content: '';
}

a * {
	cursor: pointer;
}

html {
	height: 100%;
}

body {
	font-size: 12px;
	line-height: 14px;
	font-family: Arial, Helvetica, sans-serif;
	min-height: 100%;
	min-width: 320px;
	position: relative;
	color: #000;
	-webkit-text-size-adjust: none;
	-ms-text-size-adjust: none;
	background:#1d1d27;
}

a {
	color: #FFF;
	text-decoration: none;
	cursor: pointer;
	position:relative;
}

a:hover {
	color: #E52637;
}

input, select, textarea {
	font-size: 14px;
	line-height: 16px;
	font-family: Arial, Helvetica, sans-serif;
}

.container {
	max-width: 1235px;
	padding: 0;
	margin: 0 auto;
	overflow: hidden;
	position: relative;
	border:1px solid #272731;
	color: #fff;
}

.hidden {
	display: none;
}

.movable-top,
.movable-bottom {
	position: relative;
}

.country {
	margin: 1px 3px 1px 0;
}

.page-error {
	padding: 10px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	color: #e44242;
	border: 1px solid #e44242;
	font-size: 30px;
	line-height: 34px;
	text-align: center;
	margin: 20px 0 0;
}

/*sprite*/

.search .search-button,
.rating-container .rate-dislike,
.rating-container .rate-dislike.disabled,
.rating-container .rate-like,
.rating-container .rate-like.voted,
.rating-container .rate-like:hover,
.rating-container .rate-like.disabled,
.item .positive,
.btn-favourites .ico-favourite,
.btn-favourites ul li span,
.item .ico-fav-0,
.sort .icon,
.sort .type-sort,
.sort strong,
.sort:hover strong,
.toggle-button.done span,
.headline .button.done span {
background: url(/images/sprite.png) no-repeat 0 0;
}

/* forms */
form .two-sections:after {
	content: "";
	display: block;
	clear: both;
}

form .two-sections .section-one {
	float: left;
	width: 100%;
}

form .two-sections .section-two {
	float: left;
	width: 100%;
	margin: 20px 0 0 0;
}

form .section-title {
	display: block;
	font-size: 16px;
	line-height: 18px;
	margin: 15px 0 0;
	border-bottom: 1px solid #5a5a5a;
}

form .section-title:first-child {
	margin: 0;
}

form .section-title.expand {
	cursor: pointer;
	background: url(/images/ico-expand.gif) 100% 3px no-repeat;
}

form .section-title.collapse {
	cursor: pointer;
	background: url(/images/ico-collapse.gif) 100% 3px no-repeat;
}

form .row {
	display: block;
	position: relative;
	width: 100%;
	margin: 15px 0 0;
}

form .row:after {
	content: "";
	display: block;
	clear: both;
}

form .row:first-child {
	margin: 0;
}

form label {
	display: block;
	overflow: hidden;
	margin: 0 0 4px;
}

form label.error {
	color: #e44242;
	font-weight: bold;
}

form label.field-label:after {
	content: ":";
}

form label.field-label.required {
	font-weight: bold;
}

form .button-group .row {
	margin: 6px 0 0 0;
}

form .button-group .row:first-child {
	margin: 0;
}

form .button-group .row label {
	float: left;
	color: #9b9b9b;
	margin: 0 15px 0 0;
	cursor: pointer;
}

form .radio,
form .checkbox {
	width: 14px;
	height: 14px;
	float: left;
	margin: 0 5px 0 0;
	cursor: pointer;
}

form .submit {
	height: 30px;
	text-align: center;
	border: 1px solid transparent;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 14px;
	line-height: 16px;
	padding: 0 10px;
	cursor: pointer;
	background: #242431;
	color:#FFF;
}

form .submit.active {
	background: #E52637;
	color: #FFF;
}

form .submit:disabled {
	cursor: default;
	color: #a7a7a7;
}

form .submit:enabled:hover {
	background: #E52637;
	color: #FFF;
}

form .textfield,
form .textarea,
form .selectbox,
form .file {
	border: 1px solid #1d1d27;
	padding: 6px 5px;
	color: #FFF;
	background: #272731;
	width: 100%;
	height: 30px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

form .textarea {
	resize: vertical;
	height: auto;
}

form .selectbox {
	padding: 5px;
}

form .date .selectbox {
	width: auto;
}

form .file {
	position: absolute;
	left: 0;
	top: 0;
	padding: 0;
	opacity: 0;
	font-size: 200px;
	filter: alpha(opacity=0);
}

form .textfield:focus,
form .textarea:focus,
form .selectbox:focus,
form .file:focus {
	background:#2d2d3d;
}

form .textfield.error,
form .textarea.error,
form .selectbox.error,
form .file.error,
form fieldset.error .textfield,
form fieldset.error .textarea,
form fieldset.error .selectbox,
form fieldset.error .file {
	border: 1px solid #e44242;
}

form .file-control {
	position: relative;
	width: 100%;
	height: 30px;
}

form .file-control .textfield {
	position: absolute;
	left: 0;
	top: 0;
	padding-left: 12px;
}

form .file-control .button {
	position: absolute;
	left: 3px;
	top: 3px;
	bottom: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	padding: 4px 5px 2px 5px;
	font-size: 14px;
	line-height: 16px;
	color: #4e4e4e;
	background: #fff;
}

form .file-control .button.disabled {
	color: #a7a7a7;
}

form .list-selector-popup {
	position: absolute;
	width: 90%;
	height: 160px;
	left: 5%;
	bottom: 46px;
	background: #d5d5d5;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

form .list-selector-popup:after {
	position: absolute;
	content: "";
	border-left: 30px solid transparent;
	border-right: 30px solid transparent;
	border-top: 10px solid #c5c5c5;
	left: 45%;
	bottom: -10px;
}

form .list-selector-popup .button-group {
	overflow-y: scroll;
	overflow-x: hidden;
	position: absolute;
	top: 8px;
	left: 8px;
	bottom: 38px;
	right: 8px;
}

form .list-selector-popup .button-group .item {
	display: inline-block;
	width: 32%;
	padding-bottom: 10px;
	vertical-align: top;
}

form .list-selector-popup .button-group .item label {
	color: #4e4e4e;
	margin: 0 15px 0 0;
	cursor: pointer;
}

form .list-selector-popup .filter {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: 30px;
	background: #c5c5c5;
	border: none;
}

form .list-selector-popup .filter input {
	width: 100%;
	height: 100%;
	padding: 2px 10px;
	border: none;
	background: #c5c5c5;
	color: #4e4e4e;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

form .bottom {
	overflow: hidden;
	padding: 20px 0 0;
	clear: both;
	position: relative;
}

form .bottom a {
	color:#dcdcdc;
	font-size: 12px;
	line-height: 16px;
}

form .bottom a:hover {
	color: #fff;
}

form .bottom .links {
	float: left;
}

form .bottom .submit {
	float: left;
	margin: 0 10px 0 0;
}

form .bottom .submit.right {
	float: right;
	margin: 0 0 0 10px;
}

form .captcha-control {
	overflow: hidden;
}

form .captcha-control .image {
	float: left;
	border: 0;
	width: 280px;
	height: 52px;
	margin: 0 12px 0 0;
}

form .captcha-control .image img {
	display: block;
	float: left;
	width: 125px;
	height: 50px;
	margin: 0 5px 0 0;
}

form .captcha-control label {
	float: left;
	margin: 0 0 6px;
}

form .captcha-control .textfield {
	width: 135px;
}

form .captcha-control .submit {
	float: left;
	margin: 19px 0 0;
}

form .success {
	margin: 10px;
	padding: 10px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	background: #252525;
	color: #dcdcdc;
	font-size: 14px;
	line-height: 16px;
}

form .generic-error {
	text-align: center;
	margin: 0 10px 10px;
	padding: 10px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	color: #e44242;
	border: 1px solid #e44242;
	font-size: 14px;
	font-weight: bold;
	line-height: 16px;
}

form .field-error {
	display: none;
	position: absolute;
	max-width: 400px;
	padding: 5px;
	z-index: 9999;
	margin: 2px 0 0 15px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	background-color: #e57c7c;
	color: #fff;
	font-weight: bold;
}

form .field-error:before,
form .field-error:after {
	content: "";
	position: absolute;
}

form .field-error.down:before {
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-bottom: 10px solid #e57c7c;
	left: 20px;
	top: -10px;
}

form .field-error.down:after {
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-bottom: 10px solid #e57c7c;
	left: 20px;
	top: -9px;
}

form .field-error.up {
	background-image: none;
}

form .field-error.up:before {
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-top: 10px solid #e57c7c;
	left: 20px;
	bottom: -10px;
}

form .field-error.up:after {
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-top: 10px solid #e57c7c;
	left: 20px;
	bottom: -9px;
}

form .field-error label {
	margin: 0;
}

form .captcha-control .field-error {
	margin-left: 145px;
	bottom: 35px;
}

form .file-control .field-error {
	margin-top: 30px;
}

form .smileys-support {
	position: relative;
}

form .smileys-support .textarea {
	-webkit-border-radius: 0 0 3px 3px;
	border-radius: 0 0 3px 3px;
}

form .smileys-support .smileys-bar {
	-webkit-border-radius: 3px 3px 0 0;
	border-radius: 3px 3px 0 0;
	background: #3a3a3a;
	padding: 0 3px 4px 3px;
	cursor: default;
}

form .smileys-support img {
	cursor: pointer;
}

form .progressbar {
	position: absolute;
	z-index: 1200;
	width: 60%;
	left: 20%;
	top: 50%;
	height: 40px;
	margin-top: -20px;
}

form .progressbar .text {
	position: absolute;
	width: 100%;
	height: 40px;
	font-size: 22px;
	font-weight: bold;
	line-height: 40px;
	text-align: center;
}

form .progressbar .progress {
	position: absolute;
	height: 40px;
	background: #bfd128;
}

/* toggle button */
.toggle-button {
	display: block;
	color: #4e4e4e;
	font-size: 10px;
	height:30px;
	line-height: 30px;
	padding: 0 10px;
	background: #f4f4f4;
	cursor: pointer;
	outline: none;
}

.toggle-button * {
	cursor: pointer;
}

.toggle-button input {
	margin: 0;
	font-size: 11px;
	line-height: 14px;
}

.toggle-button span {
	font-size: 11px;
	line-height: 14px;
}

.toggle-button:hover,
.toggle-button.inversed:hover {
	background: #E52637;
	color: #fff;
}

.toggle-button.active,
.toggle-button.inversed {
	background: #2a2a2a;
	color: #a2a2a2;
}

.toggle-button.inversed.active {
	color: #4e4e4e;
	padding: 8px 10px;
	border: none;
	background: #fff;
}

.toggle-button.done *,
.toggle-button.disabled * {
	cursor: default;
}

.toggle-button.done span {
	background-position:0 -454px;
	padding: 0 0 0 21px;
}

/* top links */
.top {
	padding: 3px 0 6px;
	font-size: 11px;
	line-height: 28px;
	color: #fff;
}

.center-hold {
	max-width: 1235px;
	margin: 0 auto;
	padding: 0 5px;
	text-align: center;
}

.center-hold:after {
	content: "";
	display: block;
	clear: both;
}

.member-links {
	float: right;
	overflow: hidden;
	color:#fff;
}

.member-links ul {
	padding: 7px 0;
	line-height: 14px;
}

.member-links li {
	display: inline-block;
	vertical-align: top;
	padding-left: 15px;
	margin-left: 16px;
	border-left: 1px solid #CCC;
}

.member-links li:first-child {
	padding-left: 0;
	margin-left: 0;
	border-left: none;
}

.member-links a {
	color: #999;
}

.member-links a.disabled {
	color: #808080;
}

.member-links a:hover,
.member-links a.disabled:hover {
	color: #fff;
}

/* header */
.header {
	background:#15151d;
	max-width: 1235px;
	margin: 0 auto;
	z-index: 20;
	border:1px ;
}

.logo {
	float: left;
	margin: 20px 0 20px 20px;
}

.logo a {
	display: block;
	width: 190px;
	height: 32px;
	background: url(/images/logo.png) no-repeat;
}

.search {
	margin: 0 auto;
	padding: 20px;
	overflow: hidden;
}

.search form {
	height: 30px;
	background:#1d1d27;
	border: 1px solid #272731;
}

.search form:after {
	content: "";
	display: block;
	clear: both;
}

.search .search-text {
	padding: 0 0 0 14px;
	overflow: hidden;
}

.search .search-text input {
	height: 30px;
	width: 100%;
	margin: 0 0 0 -14px;
	padding: 0 0 0 14px;
	color: #FFF;
	font-size: 12px;
	line-height: 28px;
	border: 0;
	background: none;
}

.search .search-text input:focus {
	background:#242431;
	outline: none;
}

.search .advanced {
	float: right;
	font-size: 11px;
	line-height: 13px;
	color: #c5c5c5;
	display: block;
	padding: 8px 9px 9px 9px;
	background: #000;
}

.search .search-button {
	float: right;
	display: block;
	width: 39px;
	height: 30px;
	background-color: #E52637;
	background-position:11px 6.5px;
	text-indent: 100px;
	overflow: hidden;
	cursor: pointer;
	text-indent: -9999px;
}

.social-bookmarks {
	width: 184px;
	float: right;
	margin: 20px 0 0 20px;
}

/* navigation */
.navigation {
	background: #242431;
	height: 48px;
	position: relative;
	z-index: 10;
	padding:0;
	border-top: 1px solid #272731;
	border-bottom: 1px solid #272731;
}

.navigation .button {
	display: none;
	width: 100%;
	padding: 8px 0;
	margin: 0;
	border: none;
	outline: none;
	height: 38px;
	cursor: pointer;
	background:#242431;
}

.navigation .button .icon {
	display: inline-block;
	height: 20px;
	width: 29px;
	position: relative;
}

.navigation .button .ico-bar {
	background: #FFF;
	height: 4px;
	width: 100%;
	position: absolute;
	-webkit-transition: .1s ease-in-out;
	-moz-transition: .1s ease-in-out;
	-o-transition: .1s ease-in-out;
	transition: .1s ease-in-out;
	left: 0;
}

.navigation .button .ico-bar:first-child {
	top: 0;
}

.navigation .button .ico-bar:nth-child(2) {
	top: 8px;
}

.navigation .button .ico-bar:nth-child(3) {
	top: 16px;
}

.navigation.open .button .ico-bar {
	background: #FFF;
	left: 4px;
}

.navigation.open .button .ico-bar:first-child {
	top: -2px;
	-webkit-transform: rotate(45deg)translate(5px,9px);
	-moz-transform: rotate(45deg)translate(5px,9px);
	-ms-transform: rotate(45deg)translate(5px,9px);
	-o-transform: rotate(45deg)translate(5px,9px);
	transform: rotate(45deg)translate(5px,9px);
}

.navigation.open .button .ico-bar:nth-child(3) {
	top: 14px;
	-webkit-transform: rotate(-45deg)translate(2px,-6px);
	-moz-transform: rotate(-45deg)translate(2px,-6px);
	-ms-transform: rotate(-45deg)translate(2px,-6px);
	-o-transform: rotate(-45deg)translate(2px,-6px);
	transform: rotate(-45deg)translate(2px,-6px);
}

.navigation.open .button .ico-bar:nth-child(2) {
	opacity: 0;
}

.navigation .primary, .mob-primary {
	float: left;
	font-size: 13px;
	font-weight: bold;
	line-height: 26px;
	display: table;
	width: 100%;
	text-align: center;
}

	.mob-primary {
		display:none;
	}

.navigation .primary li, .mob-primary li {
	display: inline-block;
}

.navigation .primary li:first-child {
	border-left: none;
}

.navigation .primary a, .mob-primary a {
	display: block;
	padding: 6px 15px;
	margin:10px 5px;
	text-transform: uppercase;
	color: #FFF;
	line-height:16px;
	vertical-align:middle;
}

.navigation .primary a#item10 {
color:#E52637;
}

.navigation .primary .selected a, .mob-primary .selected a {
	color: #FFF;
	background: #E52637;
	position: relative;
}

.navigation .primary .selected a:hover,  .mob-primary .selected a:hover {
	background:#d21a2a;
}

.navigation .primary .selected a::before { 
border-top: 6px solid #E52637;
border-left: 8px solid transparent;
border-right: 8px solid transparent;
bottom: -6px;
content: "";
display: block;
left: 50%;
margin-left: -8px;
position: absolute;
box-sizing: border-box;
}

.navigation .primary a:hover, .mob-primary a:hover {
	background: #E52637;
	color:#FFF;
}

.navigation .primary a#item10:hover {
	color:#FFF;
}

.navigation .primary .highlight a {
	color:#E52637;
	padding: 16px 5px;
	margin:0;
}

.navigation .primary .highlight a:hover {
	color: #FFF;
}

.navigation .primary .drop {
	position: relative;
}

.navigation .primary .drop > a:after {
	content: '';
	border-top: 4px solid #dde2e4;
	border-left: 4px solid transparent;
	border-right: 4px solid transparent;
	right: 5px;
	display: inline-block;
	vertical-align: middle;
	margin: 0 0 2px 7px;
}

.navigation .primary .drop:hover a {
	color: #4e4e4e;
	background: #333;
}

.navigation .primary .drop:hover > a:after {
	border-top: none;
	border-bottom: 4px solid #000;
}

.navigation .primary .drop:hover ul {
	display: block;
}

.navigation .primary ul {
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 10;
	width: 100%;
	display: none;
	overflow: hidden;
	border-radius: 0 0 3px 3px;
	-webkit-border-radius: 0 0 3px 3px;
}

.navigation .primary ul li {
	border: solid #cdcdcd;
	border-width: 1px 0 0;
	display: block;
}

.navigation .primary .drop:hover ul a {
	color: #4e4e4e;
	display: block;
	float: none;
	padding: 11px 17px;
	text-transform: capitalize;
	background: #eee;
}

.navigation .primary .drop ul a:hover {
	color: #f56c08;
	background: #202020;
}

.navigation .primary .drop li:first-child a {
	border-radius: 0;
	-webkit-border-radius: 0;
}

.navigation .secondary {
	float: right;
	padding: 12px 0 12px;
	font-size: 11px;
	line-height: 14px;
}

.navigation .secondary li {
	float: left;
	border-left: 1px solid #373737;
}

.navigation .secondary li:first-child {
	border-left: none;
}

.navigation .secondary a {
	float: left;
	margin: 0 20px;
	color: #808080;
	text-decoration: underline;
}

.navigation .secondary a:hover {
	color: #f56c08;
}

/* footer */
.footer {
	width: 100%;
	padding-bottom:10px;
	color: #fff;
}

.footer .footer-wrap {
max-width: 1235px;
margin: 0 auto;
background: #15151d;
border-bottom: 1px solid #272731;
border-left: 1px solid #272731;
border-right: 1px solid #272731;
padding: 0px;
}

.footer a {
	color: #999;
	text-decoration: underline;
}

.footer a:hover {
	color: #9a9a9a;
	text-decoration: none;
}

.footer .nav {
	width: 100%;
	font-size:13px;
	text-align:center;
	background: #242431;
	min-height: 48px;
	text-transform: uppercase;
	border-bottom: 1px solid #272731;
}

.footer .nav li {
	display: inline-block;
	position: relative;
}

.footer .nav a {
text-decoration: none;
color: #FFF;
display: block;
line-height: 16px;
margin: 10px 5px;
padding: 6px 20px;
font-weight: bold;
}

.footer .nav a:hover {
color: #fff;
background: #E52637;
}

.footer .nav .active a,
.footer .nav .active a:hover {
background: #E52637;
color: #FFF;
position: relative;
}

.nav .selected a { 
background: #E52637;
color: #FFFFFF;
position: relative;
}

.footer .nav a#item12 {
    background: #00830c;
    color: #fff;
}

.footer .nav a#item12:hover {
    background: #E52637;
}



.footer .copyright {
	float: right;
	margin: 15px 0;
}

.footer .txt {
	margin: 18px 43px 0 0;
	text-align: right;
	overflow: hidden;
}

#footerlink a {
line-height: 24px;
text-decoration:none;
color: #999;
}

.box {
	padding: 0;
	overflow: hidden;
}

#list_models_models_list,
#list_models_other_model,
#list_videos_latest_videos_list,
#list_videos_common_videos_list,
#list_albums_list_albums,
#list_dvds_other_dvds,
#list_videos_videos_list_best,
#list_albums_common_albums_list,
#list_categories_categories_list,
#list_categories_other_categories,
#list_categories_categories_list_popular,
#list_videos_my_favourite_videos,
#list_albums_my_favourite_albums,
#list_videos_videos_list_popular,
#list_albums_albums_list_popular,
#list_models_models_list_search_result,
#list_dvds_dvds_search_result,
#list_videos_videos_list_search_result,
#list_albums_albums_list_search_result,
#list_posts_list_posts_items,
#list_dvds_dvd_list,
#list_playlists_common_playlists_list,
#list_videos_videos_from_my_subscriptions,
#list_members_subscriptions_my_subscriptions {
	padding: 0 10px;
	}

.box.message {
	font-size: 14px;
	line-height: 16px;
	width: 98%;
	margin: 1% 1% 36px 1%;
}


.footer-links { 
padding: 15px 25px;
}

.footer-links ul { 
font-size: 0px;
width:50%;
}

.footer-links ul li { 
display: inline-block;
width:100%;
}

.footer-links ul li a { 
font-size: 12px;
line-height: 16px;
color: #2B2C33;
position: relative;
text-decoration: none;
}

.footer-links ul li a:hover {
color:#E52637;
}


/* headings *****/
.headline {
	padding: 36px 1% 8px 1%;
}

.headline:after {
	content: "";
	display: block;
	clear: both;
}

h1, h2, h3 {
	float: left;
	font-size: 22px;
	line-height: 26px;
}

#h1_video_view {
padding:0 10px;
}

h2 a {
	text-decoration: underline;
}

.sidebar h2 {
	font-size: 16px;
}

.sort {
	float: right;
	min-width: 140px;
	position: relative;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	background: #E52637;
	cursor: pointer;
	margin-left:5px;
}

.sort:hover {
	border-radius: 2px 2px 0 0;
	-webkit-border-radius: 2px 2px 0 0;
	color: #fff;
	background: #242431;
}

.sort .icon {
	background-position:6px 279px;
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
}

.sort .type-sort {
	background-position:6px -279px;
}

.sort .type-fav {
	background: url("/images/ico-favourite.png") 5px 5px no-repeat;
}

.sort .type-edit {
	background: url("/images/ico-edit.png") 5px 5px no-repeat;
}

.sort strong {
	display: block;
	font-size: 12px;
	line-height: 15px;
	padding: 5px 18px 5px 28px;
	white-space: nowrap;
	color: #FFF;
	cursor: pointer;
	background-position:124px -329.5px;
	max-width: 200px;
	overflow: hidden;
}

.sort:hover strong {
	color: #fff;
	background-position:124px -386.5px;
}

.sort:hover ul {
	background:#242431;
	display: block;
	cursor:pointer;
}

.sort ul {
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	z-index: 100;
	display: none;
	overflow: hidden;
	border-radius: 0 0 2px 2px;
	-webkit-border-radius: 0 0 2px 2px;
	background: #242431;
}

.sort ul a {
	display: block;
	padding: 5px 8px;
	font-size: 12px;
	line-height: 15px;
	color: #FFF;
}

.sort ul a:hover {
	color: #FFF;
	background: #E52637;
	cursor: pointer;
}

.headline .button,
.headline .more,
.m-button {
	float: right;
	font-size:10px;
	color: #fff;
	height: 30px;
	line-height:30px;
	margin-left: 3px;
	background: #242431;
}

.headline .button.done,
.headline .button.done:hover {
	background: #E5E5E5;
	color: #a7a7a7;
	cursor: default;
}

.headline .button.done * {
	cursor: default;
}

.headline .button span, .m-button span {
	padding: 0 9px;
}

.headline .button.done span {
	background-position:4px -454px;
	padding: 0 9px 0 23px;
}

.headline .more span {
	padding: 0 25px 0 9px;
	background: url(/images/arrow-right.png) no-repeat 100% 5px;
}

.headline .button:hover,
.m-button:hover,
.headline .more:hover {
	color:#FFF;
	background:#E52637;
}

.headline .more:hover span {
	background-position: 100% -20px;
}

.headline .button-info, .m-button-info {
	position: relative;
	float: right;
	height: 30px;
	font-size:10px;
	line-height:30px;
	margin: 0 0 0 6px;
	padding: 0 8px 0 8px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	color: #fff;
	background: #242431;
}

.headline .button-info:before, .m-button-info:before {
	position: absolute;
	content: "";
	border-top: 5px solid transparent;
	border-bottom: 5px solid transparent;
	border-right: 5px solid #242431;
	left: -5px;
	top: 10px;
}

.empty-content {
	padding: 15px 15px 0;
	font-size: 14px;
	line-height: 16px;
}

.m-button, .m-button-info {
display:none;
float: left;
}

.m-button {
	margin-left: 0;
}

/* tags cloud *****/

.tags-cloud {
	margin: 30px 1% 30px 1%;
}

.tags-cloud .all {
	display: block;
	text-align: center;
	margin: 10px 0 0;
	font-size: 14px;
	font-weight: bold;
	line-height: 16px;
}

.tag-info {
color:#999; 
padding:20px 1%; 
margin-bottom:-30px; 
}

.tag-info  a {
color:#999; 
text-decoration:underline;
}

/* search cloud *****/

.search-cloud {
	margin:20px 1%;
	text-align: center;
}


/* advertisement boxes *****/

.spot img,
.spot embed,
.spot object,
.spot iframe {
	vertical-align: bottom;
	width:100%;
}

/* index ad */
.index-ad, .video-ad {
	float: right;
	overflow: hidden;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	background: #1d1d27;
	border: 1px solid #272731;
	box-sizing: border-box;
	position: relative;
	text-align: center;

}

.index-ad {
	width: 38%;
	margin:1%;
	display: inline-block;
}

.video-ad {
	width: 38%;
	margin:1%;
	display: inline-block;
	/* height: 335px; */
}

.index-ad .spot, .video-ad .spot {
display: inline-block;
margin:5%;
}

.video-ad .spot {
margin:3%;
}

.index-ad .rec {
height:200px;
width:300px;
}

.video-ad .rec {
height:252px;
width:300px;
padding: 24px 0;
}

/* playlists ad */
.playlists-ad {
	float: right;
	width: 315px;
	height: 683px;
	padding: 2px 40px;
	overflow: hidden;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	background: #1a1a1a;
	background: rgba(26, 26, 26, 0.7);
	margin-left: 15px;
	position: relative;
}

.margin-fix .playlists-ad {
	margin-top: 15px;
}

.playlists-ad .spot {
	padding: 27px 0 0;
	overflow: hidden;
}

.playlists-ad .spot a {
	width: 315px;
	height: 300px;
	background: #000;
	overflow: hidden;
	display: block;
}

.playlists-ad-inline {
	display: inline;
	float: right;
	width: 505px;
	height: 209px;
	margin: 15px 0 0 15px;
	padding: 5px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	background: #1a1a1a;
	background: rgba(26, 26, 26, 0.7);
	text-align: center;
	font-size: 20px;
	line-height: 25px;
	color: #8a8a8a;
}

form .playlists-ad-inline {
	height: 256px;
}

.playlists-ad-inline .spot {
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

/* bottom adv */
.bottom-adv {
	margin: 30px 0 10px;
	text-align: center;
	/* max-height:260px; */
	overflow: hidden;
}

.bottom-adv .spot {
	display: inline-block;
	vertical-align: top;
	width: 300px;
	overflow: hidden;
	margin: 1px;
}

.bottom-adv .spot a {
	width: 300px;
	height: 250px;
	background: #000;
	overflow: hidden;
	display: block;
}

/* lists *****/
.list-comments,
.list-subscriptions,
.list-playlists,
.list-models,
.list-dvds,
.list-sponsors,
.list-categories,
.list-tags,
.list-albums,
.list-albums-images,
.list-videos,
.list-videos-screenshots {
	width: 100%;
}

.list-tags {
	padding:0 1%;
}

.margin-fix {
	margin: -15px 0 0 -15px;
}

.list-albums-images .margin-fix,
.list-videos-screenshots .margin-fix {
	margin: 0 0 0 -15px;
}

.list-comments .margin-fix {
	margin: -10px 0 0 -10px;
}

.list-tags .margin-fix {
	margin:0;
}

.margin-fix .bottom {
	margin: 0 0 0 15px;
}

.margin-fix .bottom .submit,
.margin-fix .bottom .submit.right {
	margin-top: 5px;
}

.margin-fix .generic-error {
	margin: 15px 0 0 15px;
}

.list-playlists .item,
.list-models .item,
.list-dvds .item,
.list-sponsors .item,
.list-categories .item,
.list-albums .item,
.list-albums-images .item,
.list-videos .item,
.list-videos-screenshots .item,
.block-screenshots .item {
	display: inline-block;
	text-align: left;
	margin:1%;
	width: 14.66666%;
	background: #15151d;
	position:relative;
	vertical-align:top;
}

.list-videos .item,
.list-playlists .item {
	width: 18%;
}

.list-videos .item.best {
	width: 48%;
}

.block-screenshots .item {
position:relative;
width:23%;
margin:1%;
}

.list-playlists .item a,
.block-video .playlist .item a,
.list-models .item a,
.list-dvds .item a,
.list-sponsors .item a,
.list-categories .item a,
.list-albums .item a,
.list-videos .item a {
	display: block;
	outline: 0;
	width:auto;
}

.list-tags .item a {
	padding-left: 10px;
}

.list-videos-screenshots .item {
	width: 110px;
}

.list-albums-images .item {
	width: 200px;
}

.list-models .item,
.list-dvds .item,
.list-sponsors .item,
.list-categories .item {
	padding: 0 0 10px 0;
}

.list-tags .item {
	float: left;
	text-align: left;
	width: 20%;
}

.item em {
	color: #8A8A8A;
}

.item .img {
	position: relative;
	background: #000000;
	overflow: hidden;
}

.list-albums .img,
.list-models .img,
.list-dvds .img,
.list-sponsors .img,
.list-categories .img {
	width: 100%;
}

.list-videos-screenshots .img {
	width: 110px;
	height: 82px;
}

.list-albums-images .img {
	width: 200px;
	height: 150px;
	text-align: center;
}

.item .img img,
.item .img .no-thumb {
	display: block;
	width: 100%;
	height: auto;
	text-align: center;
	/*margin-top: -23px;*/
}

.item.disabled .img img {
	opacity: 0.3;
}

.list-models .img .no-thumb,
.list-dvds .img .no-thumb,
.list-sponsors .img .no-thumb,
.list-categories .img .no-thumb {
	line-height: 260px;
}

.list-albums-images .img .no-thumb {
	line-height: 150px;
}

.list-playlists .img img.video1,
.list-playlists .img img.video2,
.list-playlists .img img.video3,
.list-playlists .img img.video4,
.list-playlists .img img.video5 {
	float:left;
	width: 100%;
	height: auto;
}

.list-playlists .img img.video2:hover,
.list-playlists .img img.video3:hover,
.list-playlists .img img.video4:hover,
.list-playlists .img img.video5:hover {
	opacity: 1;
	z-index: 5;
}

.list-playlists .img img.video2 {
	left: 25px;
	top: 5px;
	z-index: 3;
}

.list-playlists .img img.video3 {
	left: 15px;
	top: 15px;
	z-index: 2;
}

.list-playlists .img img.video4 {
	left: 5px;
	top: 25px;
	z-index: 1;
}

.list-playlists .img .no-thumb {
	line-height: 135px;
}

.item .title {
	font-weight: bold;
	margin: 7px 0 2px 0;
	height: 28px;
	overflow: hidden;
	display: block;
	min-height: 16px;
}

.list-videos .item .title, .list-playlists .item .title, .block-video .playlist .item .title {
	height:auto;
}

.block_title {
	/* height:50px; */
margin-bottom: 10px;
}

.item.disabled .title,
.item.processing .title {
	color: #8a8a8a;
}

.item.error .title {
	color: #fc5729;
}

.list-models .item .title,
.list-dvds .item .title,
.list-sponsors .item .title,
.list-categories .item .title {
	height: 28px;
}

.list-tags .item .title {
	height: 20px;
	font-size: 20px;
	font-weight: bold;
	line-height: 22px;
	margin: 0;
	padding: 15px 0 7px 10px;
}

.list-subscriptions .item .title {
	float: left;
	height: 14px;
	margin: 5px 10px;
}

.item .movie {
padding-left: 18px;
background-image: url(/images/movie.png);
background-position: 0 center;
background-repeat: no-repeat;
margin-top: 5px;
opacity: 0.7;
}

.item .movie:hover {
    color:#E52637;
	background-image: url(/images/movie_hover.png);
	opacity: 1;
}

.item .wrap {
	position:absolute;
	left:0px;
	right:0px;
	bottom:35px;
	background: -moz-linear-gradient(top, transparent 0px, #222 150%);
	background: -webkit-linear-gradient(top, transparent 0px, #222 150%);
	background: -o-linear-gradient(top, transparent 0px, #222 150%);
	background: -ms-linear-gradient(top, transparent 0px, #222 150%);
	background: linear-gradient(top, transparent 0px, #222 150%);
	color:#FFF;
	padding:0 5px;
	height:26px;
	line-height:26px;
	overflow: hidden;
}

.list-videos .item .wrap, .list-playlists .item .wrap {
bottom: 0px;
}

.item .wrap:after {
	content: "";
	display: block;
	clear: both;
}

.item .duration,
.item .added,
.item .photos,
.item .videos,
.item .albums,
.item .user {
	float: left;
}

.item .views {
	float: right;
}

.item .user {
	height: 14px;
	overflow: hidden;
	white-space: nowrap;
}

.item .rating {
	float: right;
	position: relative;
	padding: 3px 21px 0 0;
	margin: -3px 0 0;
}

.item .positive {
	color: #FFF;
	background-position: 37px -164px;
	width: 32px; 
	text-align: right;
}

.item .ico-fav-0 {
	width: 24px;
	height: 24px;
	position: absolute;
	display: none;
	top: 4px;
	left: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	opacity: 0.6;
	background-color: #000;
	background-position:4px -221.5px; 
	z-index: 10;
}

.item .ico-fav-1 {
	width: 24px;
	height: 24px;
	position: absolute;
	display: none;
	top: 4px;
	right: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	opacity: 0.6;
/*	background: #000 url(/images/ico-later.png) 3px 3px no-repeat; */
}

.no-touch .item:hover .ico-fav-0,
.no-touch .item:hover .ico-fav-1 {
	display: block;
}

.no-touch .item .ico-fav-0:hover,
.no-touch .item .ico-fav-1:hover {
	display: block;
	opacity: 1;
}

.item .ico-fav-0.fixed,
.item .ico-fav-1.fixed {
	display: block;
}

.line-disabled,
.line-error,
.line-processing {
	position: absolute;
	top: 50%;
	left: 15%;
	width: 70%;
	margin-top: -13px;
	text-align: center;
	background: #000000;
	opacity: 0.7;
	padding: 3px 0;
	color: #8a8a8a;
	font-size: 16px;
	font-weight: bold;
	line-height: 20px;
}

.line-error {
	color: #fc5729;
}

.list-playlists .item-control,
.list-videos .item-control,
.list-videos-screenshots .item-control,
.list-albums .item-control,
.list-albums-images .item-control {
	position:absolute;
	top:4px;
	right:4px;
}

.list-subscriptions .item-control {
	float: right;
}

.item-control .item-control-holder {
	display: inline-block;
	overflow: hidden;
	vertical-align: top;
}

.item-control .toggle-button {
	float: left;
	height:14px;
	min-width:14px;
	line-height:14px;
	font-size:20px;
	text-align:center;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	background: #000;
	color:#fff;
	padding:5px;
	opacity: 0.6;
	margin-left:5px;
	
}

.item-control .toggle-button:hover {
background:#E52637;
opacity: 1;
}


.list-comments .item {
	margin: 10px 0 0 10px;
	padding: 10px;
	text-align: left;
	background: #272731;

}

.list-comments .item:after {
	content: "";
	display: block;
	clear: both;
}

.list-comments.fixed .item {
	float: left;
	width: 592px;
	height: 86px;
	overflow: hidden;
}

.list-comments.fixed.short .item {
	width: 490px;
}

.list-comments .comment-options {
	display: block;
	float: right;
}

.list-comments .comment-options:after {
	content: "";
	display: block;
	clear: both;
}

.list-comments .comment-options a {
	padding: 2px 5px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	background: #FFF;
	float: left;
	margin: 0 0 0 5px;
}

.list-comments .comment-options a.disabled {
	cursor: default;
	color: #333;
}

.list-comments .comment-options span {
	-webkit-border-radius: 3px;
	border-radius: 3px;
	background: #272731;
	padding: 2px 5px;
	float: left;
}

.list-comments .comment-options .positive {
	color: #1dbf31;
}

.list-comments .comment-options .negative {
	color: #E52637;
}

.list-comments .text {
	overflow: hidden;
}

.list-comments .comment-info {
	display: block;
	margin: 0 0 10px;
	font-size:11px;
	color:#999;
}

.list-comments p {
	display: block;
	line-height: 14px;
}

.list-comments .dim-comment p {
	opacity: 0.1;
}

.list-comments .dim-comment:hover p {
	opacity: 1;
}

.list-comments a {
	color: #666;
}

.list-comments a:hover {
	color: #E52637;
}

.list-comments .username {
	font-weight: bold;
	padding: 0 5px 0 0;
}

.list-subscriptions {
	padding:1%;
}

.list-subscriptions .item {
	float: left;
	text-align: left;
	margin:0 20px 10px 0;
	color: #8a8a8a;
	background: #e8e8e8;
	width: 98%;
}

.list-subscriptions .item:after {
	content: "";
	display: block;
	clear: both;
}

/* pagination */
.pagination {
	margin: 10px 0;
	width: 100%;
	text-align: center;
	overflow: hidden;
}

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

.pagination ul {
	text-align: center;
}

.pagination ul:after {
	content: "";
	display: block;
	clear: both;
}

.pagination li {
	background:#242431;
	float: left;
	font-weight: bold;
	text-align: center;
	margin-right: 3px;
}

.pagination a,
.pagination span {
	display: block;
	padding: 10px;
	min-width: 10px;
	color:#FFF;
}

.pagination .page-current {
background:#E52637;
}

.pagination a:hover {
	color: #999;
}


/* load-more */

.load-more {
	margin: 10px 0 0 0;
	text-align: center;
}

.load-more a {
	display: inline-block;
	padding: 12px 0 14px;
	background: #1d1d27;
	font-weight: bold;
	color: #FFF;
	width:98%;
}

.load-more a:hover {
	background: #E52637;
	color:#FFF;
}

/* content */

.content,
.main-content {
	width: 100%;
	overflow: hidden;
	background:#15151d;
}

.main-container {
	overflow: hidden;
	padding-bottom:30px;
}

.main-container-user {
	float: left;
	overflow: hidden;
	width:100%;
}

.upload_video {
	padding:0 10px;
	}

.form-upload {	
	margin: 1%;
	width: 98%;
	}
	
	
/* sidebar */
.sidebar, .member-menu {
	float: left;
	width: 200px;
	padding:0 10px 20px 20px;
}

.sidebar .list,
.sidebar .filter {
	overflow: hidden;
	font-size:11px;
}

.sidebar .list li,
.sidebar .filter li {
	border-bottom: 1px solid #272731;
}

.sidebar .list li:first-child,
.sidebar .filter li:first-child {
	background: none;
	margin: 0;
}

.sidebar .list a {
display: block;
font-size: 12px;
font-weight: 500;
line-height: 14px;
padding: 4px 38px 4px 5px;
position: relative;
text-decoration: none;
}

.sidebar .list a:hover {
	background: #E52637;
	color:#FFF;
}

.sidebar .list .rating {
display: block;
font-size: 10px;
font-weight: 400;
line-height: 14px;
position: absolute;
right: 0px;
top: 5px;
}

.sidebar .filter li {
	position: relative;
}

.sidebar .filter li:hover {
	background: #E52637;
	color:#fff;
}

.sidebar .filter li * {
	cursor: pointer;
}

.sidebar .filter li input {
	position: absolute;
	left: 5px;
	width: 14px;
	height: 14px;
	top: 5px;
}

.sidebar .filter li label {
	display: block;
	font-size: 12px;
	line-height: 14px;
	padding: 4px 12px 4px 23px;

}

.sidebar label.group {
	display: block;
	padding: 10px 12px 2px 5px;
}

.sidebar label.group:after {
	content: ":";
}

.sidebar .alphabet {
	overflow: hidden;
}

.sidebar .alphabet span,
.sidebar .alphabet a {
	float: left;
	width: 29px;
	height: 25px;
	text-align: center;
	color: #2e2e2e;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: bold;
	line-height: 24px;
	margin: 2px 0 0 2px;
	border:1px solid #272731;
	font-weight:400;
}

.sidebar .alphabet a {
	cursor: pointer;
}

.sidebar .alphabet span {
	background: #252525;
	color: #616161;
}

.sidebar .alphabet a:hover {
	background: #E52637;
	color: #FFF;
}

/* block-channel */
.block-channel {
	padding: 10px;
	overflow: hidden;
	background: #242431;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.block-channel .img {
	float: left;
	margin: 0 10px 0 0;
	border: 2px solid #222;
	-webkit-border-radius: 2px;
	border-radius: 2px;
}

.block-channel .img img {
	display: block;
	width: 360px;
	height: 200px;
}

.block-channel .img .no-thumb {
	display: block;
	width: 360px;
	height: 200px;
	text-align: center;
	line-height: 200px;
	background: #000;
}

.block-channel .channel-info {
	float: left;
	width: 449px;
	margin: 0 10px 0 0;
}

.block-channel .channel-list {
	background: #212121;
	overflow: hidden;
	color: #d8d8d8;
	font-size: 12px;
	margin: 0 0 5px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.block-channel .channel-list li {
	background: #000;
	overflow: hidden;
	padding: 9px 9px 13px 10px;
}

.block-channel .channel-list li:first-child {
	background: none;
}

.block-channel .channel-list .name {
	float: left;
	width: 130px;
	margin: 0 5px 0 0;
}

.block-channel .channel-list .rating {
	padding: 3px 0 0;
	overflow: hidden;
}

.block-channel .channel-list .rating span {
	float: left;
	width: 9%;
	height: 9px;
	background: #2a2a2a;
	margin: 0 1px 0 0;
	border: 1px solid #323232;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.block-channel .channel-list .rating .full {
	border: 0;
	background: #ff8e2a;
}

.block-channel .desc {
	background: #212121;
	color: #a7a7a7;
	font-size: 12px;
	line-height: 16px;
	padding: 4px 8px;
	height: 47px;
	overflow: hidden;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.block-channel .channel-rating {
	float: right;
	width: 176px;
	overflow: hidden;
}

.block-channel .channel-rating strong {
	display: block;
	text-align: center;
	color: #fff;
	height: 124px;
	padding: 42px 0 0;
	margin: 0 0 6px;
	background: #1a1a1a;
	background: rgba(26, 26, 26, 0.7);
	font-size: 72px;
	line-height: 74px;
}


.block-channel .channel-rating a {
	text-align: center;
	display: block;
	height: 24px;
	padding: 8px 4px 0 4px;
	color: #4e4e4e;
	overflow: hidden;
	white-space: nowrap;
	font-size: 12px;
	text-shadow: 1px 1px 1px #ededed;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	background: #f1f1f1;
}

.block-channel .channel-rating a:hover {
	color: #f56c08;
	background: #212121;
}

/* block-model */
.block-model {
	padding: 10px;
	margin-left:20px;
	overflow: hidden;
	background: #242431;
}

.block-model .img {
	float: left;
	margin: 0 10px 0 0;
	border: 1px solid #272731;
}

.block-model .img img {
	display: block;
	width: 180px;
	height: 240px;
}

.block-model .img .no-thumb {
	display: block;
	width: 180px;
	height: 240px;
	text-align: center;
	line-height: 240px;
	background: #000;
}

.block-model .model-list {
	max-width: 800px;
	overflow: hidden;
}

.block-model .model-list li {
	margin: 0px;
	padding: 3px 0;
	font-size: 12px;
	color:#999;
}

.block-model .model-list li:first-child {
	margin: 0;
}

.block-model .model-list li span {
	color: #FFF;
}

.block-model .model-list li a {
	text-decoration:underline;
}

.block-model .model-list li a:hover {
	color: #E52637;
}

.block-model .desc {
	color: #999;
	line-height: 17px;
	overflow: hidden;
	margin-top:10px;
	-moz-user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
}

.block-model .desc a {
	text-decoration: underline;
	font-style:italic;
}

.block-model .website {
	background: #212121;
	color: #a7a7a7;
	padding: 9px;
	margin-top: 11px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	overflow: hidden;
}

.block-model .wiki {
	width:100%;
	float:left;
	text-align:right;
}

.block-model .wiki a {
	color:#f4f4f4;
	text-decoration: none;
}

/* video / album common */
.sponsor {
	width: 100%;
	overflow: hidden;
	margin: 10px 0 0;
}

.sponsor img {
	width: 100%;
	height: auto;
}

.info-holder {
	width: 100%;
}

.info-holder:after {
	content: "";
	display: block;
	clear: both;
}

.info-buttons {
	width: 100%;
	margin: 0 0 12px;
	text-align: center;
}

.info-buttons:after {
	content: "";
	display: block;
	clear: both;
}

/* block-video */
.block-video {
	padding: 0 20px;
}

.block-video:after {
	content: "";
	display: block;
	clear: both;
}

.block-video .video-holder, .block-album .album-holder {
	overflow: hidden;
	padding-bottom:0px;
	
width: calc(100% - 340px);
float: left;		
}

.block-video .player {
	margin: 0 0 10px;
	background: #000;
}

.block-video .player a {
	/* color:#E52637; */
}

.block-video .player .embed-wrap {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	height: 0;
}

.block-video .player .player-wrap {
	width: 100%;
	height: auto;
	position: relative;
}

.block-video .player .player-wrap .poster {
	width: 100%;
	height: auto;
}

.block-video .player .embed-wrap iframe,
.block-video .player .player-wrap #kt_player {
	position: absolute !important;
	left: 0 !important;
	top: 0 !important;
	width: 100% !important;
	height: 100% !important;
}

.block-video .player .loading {
	display: block;
	text-align: center;
	font-size: 20px;
	font-weight: bold;
	line-height: 25px;
	color: #9b9b9b;
	padding: 50px 20px;
}

.block-video .no-player {
	display: block;
	position: relative;
	overflow: hidden;
}

.block-video .no-player img {
	position: absolute;
	width: 100%;
	height: 100%;
	opacity: 0.2;
	filter: alpha(opacity=0.2);
}

.block-video .no-player .message {
	display:  block;
	position: absolute;
	text-align: center;
	padding: 20px;
	left: 0;
	right: 0;
	top: 30px;
	font-size: 20px;
	font-weight: bold;
	line-height: 25px;
	color: #9b9b9b;
}

.block-video .no-player .message em {
	font-size: 20px;
	font-weight: bold;
	line-height: 25px;
	color: #ffffff;
}

.block-video .no-player .message form {
	display: block;
	padding: 20px 0 0 0;
}

.block-video .playlist {
	margin: 0 0 10px;
	background: #111;
}

.block-video .playlist-holder {
	overflow: hidden;
}

.block-video .playlist .item {
	background:#111;
	border: 5px solid transparent;
	box-sizing:border-box;
	float:left;
}

.block-video .playlist .item.selected,
.block-video .playlist .item.selected:hover {
	border-color: #E52637;
	background:#E52637;
}

.block-video .playlist .item:hover {
	border-color: #E52637;
	background:#E52637;
}

.block-video .playlist .pagination .prev,
.block-video .playlist .pagination .next {
	display: block;
}
.block-video .playlist .pagination .first,
.block-video .playlist .pagination .last,
.block-video .playlist .pagination .page,
.block-video .playlist .pagination .jump {
	display: none;
}

.block-video .playlist a {
color:#fff;
}

.block-video .sponsor {
	border: 2px solid #1f1f1f;
	width: auto;
	margin: 10px 0;
}

.block-video .adv {
	float: right;
	margin-left: 20px;
}

.block-video .adv .banner, .block-album .adv .banner {
	border: 2px solid #272731;
	margin: 0 0 10px;
	width: 315px;
	height: auto; 
	/* background: #1d1d27; */
	text-align:center;
	height: 505px;
	background: #E52636;
}

.block-video .adv .banner:last-child {
	margin: 0;
}


/* block-album */
.block-album {
	padding: 10px 20px;
	overflow: hidden;
}

.block-album .album-holder {
	overflow: hidden;
}

.block-album .images {
	position: relative;
	overflow: hidden;
	text-align: center;
	margin-bottom:10px;
	text-align:left;
	margin:-1%;
}


.block-album .images .item img {
width: 100%;
height:auto;
border:1px solid #272731;
box-sizing:border-box;
}

.block-album .images .message {
	display:  block;
	position: absolute;
	text-align: center;
	padding: 20px;
	left: 0;
	right: 0;
	top: 30px;
	font-size: 20px;
	font-weight: bold;
	line-height: 25px;
	color: #9b9b9b;
}

.block-album .images .message em {
	font-size: 20px;
	font-weight: bold;
	line-height: 25px;
	color: #ffffff;
}

.block-album .images .message form {
	display: block;
	padding: 20px 0 0 0;
}

.block-album .sponsor {
	border: 2px solid #1f1f1f;
	width: auto;
	margin: 10px 0;
}

.block-album .adv {
	float: right;
	margin-left: 10px;
}

/*
.block-album .adv .banner {
	border: 2px solid #e8e8e8;
	margin: 0 0 10px;
	width: 315px;
	height: auto;
	background: #e8e8e8;
}
*/

.block-album .adv .banner:last-child {
	margin: 0;
}

.block-album .images .items {
position: relative;
width: 23%;
margin: 1%;
display: inline-block;
vertical-align:top;
}

/* video / album rating */
.rating-container {
	float: left;
	margin: 3px 10px 0 0;
	vertical-align: top;
	height: 30px;
	overflow: hidden;
	width: 200px;
	background: #1D1D27;
	border: 1px solid #272731;
}

.rating-container .rate-like {
	float: left;
	text-indent: -9999px;
	overflow: hidden;
	width: 34px;
	height: 30px;
	background-position:9px -106px;
}

.rating-container .rate-like.voted,
.rating-container .rate-like:hover {
	background-color:#e5e5e5;
 	background-position:9px -106px;
}

.rating-container .rate-like.disabled {
	background-position:9px -106px;
}

.rating-container .rate-dislike {
	float: right;
	text-indent: -9999px;
	overflow: hidden;
	width: 34px;
	height: 30px;
	background-position: 9px -49px;
}

.rating-container .rate-dislike.voted,
.rating-container .rate-dislike:hover {
	background-color:#e5e5e5;
	background-position: 9px -49px;
}

.rating-container .rate-dislike.disabled {
	background-position: 9px -49px;
}

.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;
	font-size: 11px;
	line-height: 13px;
	margin: 0 0 4px;
}

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

.rating-container .scale-holder .scale {
	position: absolute;
	left: 0;
	top: 0;
	height: 4px;
	background: #1dbf31;
}

/* video / album add to favourites */

.btn-favourites {
	display: block;
	position: relative;
	float: left;
	height: 30px;
	margin: 3px 10px 0 0;
	text-align: left;
	color: #FFF;
	background: #1D1D27;
	border: 1px solid #272731;
}

.btn-favourites .ico-favourite {
	width: 18px;
	height: 15px;
	position: absolute;
	top: 8px;
	left: 6px;
	background-position:7px -120px;
}

.btn-favourites ul li a,
.btn-favourites ul li span {
	white-space: nowrap;
	padding: 8px 10px;
	display: block;
	font-weight: bold;
	color: #fff;
	background-color: #1D1D27;
}

.btn-favourites ul li span {
	position: relative;
	color: #FFF;
	padding: 8px 30px 8px 32px;
	background-color: #242431;
	background-position:7px -220px;
}

.btn-favourites ul li span .delete {
	position: absolute;
	right: 8px;
	top: 8px;
	margin: 0 0 0 10px;
	text-decoration: none;
}

.btn-favourites ul li span .delete:hover {
}

.btn-favourites ul li a:hover {
	color: #FFF;
	background: #E52637;
}

.btn-favourites ul li span a {
	padding: 0;
	background: transparent;
	text-decoration: underline;
}

.btn-favourites ul li span a:hover {
	color: #E52637;
}

.btn-favourites ul li span a:hover {
	background: transparent;
}

.tab-content {
	padding: 10px 0;
}

/* video / album details */
.block-details {
	overflow: hidden;
}

.block-details .info {
	overflow: hidden;
}

.block-details .item {
	width: 100%;
	overflow: hidden;
	padding: 5px 0;
}

.block-details .item:first-child {
	background: none;
}

.block-details .item img {
	margin: 1px;
}

.description {
	padding-bottom:10px;
	line-height:16px;
	}

.block-details .item a, .description a {
	display: inline-block;
	white-space: nowrap;
	text-decoration: underline;
}

.block-details .item a:hover {
}

.block-details .item span {
	float: left;
	padding-right: 48px;
	position: relative;
}

.block-details .item span.added-by {
	float: right;
	padding: 0;
}

.block-details .item span.added-by:after {
	display: none;
}

.block-details .item span em {
	margin-left: 3px;
}

/* video screenshots */
.block-screenshots {
	width: 100%;
	overflow: hidden;
	margin: -10px 0 0;
}

.block-screenshots span.item img,
.block-screenshots a.item img {
	width:100%;
	height:auto;
}

/* video / album comments */
.block-comments {
	width: 100%;
	overflow: hidden;
}

.block-comments .toggle-button {
	float: right;
}

.block-comments .block-new-comment {
	padding: 20px 0;
}

.block-comments .list-comments {
	padding: 20px 0 0;
}

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

.related-videos .box,
.related-albums .box {
	border-radius: 0 5px 5px;
	float:left;
	padding:5px 10px;
	margin-bottom:30px;
}

/*adapt*/

.list-models .margin-fix, .list-dvds .margin-fix, .list-categories .margin-fix, .list-albums .margin-fix, .list-videos .margin-fix, .list-subscriptions .margin-fix, .list-playlists .margin-fix {
	margin:0;
}


.block-flagging {
max-width:350px;
margin-bottom:20px;
}

/* related videos, albums  for  1195px */

@media screen and (min-width: 860px) {

.related-videos,
.related-albums {
	width: 320px;
	overflow: hidden;
	float:right;
	padding-left:20px;
}

.related-videos .box,
.related-albums .box {
	float:left;
	background:#1d1d27;
	border:1px solid #272731;
	overflow-x: hidden;
	overflow-y: auto;
	max-height: 480px;
	width:298px;
}

.related-videos .box .margin-fix,
.related-albums .box .margin-fix {
margin:0;
}

.related-videos .box .list-videos .item,
.related-albums .box .list-albums .item {
width:100%;
margin:5px 0;
display:block;
background:none;
float:left;
}

.related-videos .box .list-videos .item .wrap, 
.related-albums .box .list-albums .item .wrap {
display:none;
} 

.related-videos .box .list-videos .img, 
.related-videos .box .list-playlists .img,
.related-albums .box .list-albums .img {
width:150px;
height:auto;
float: left;
margin-right:5px;
}

.related-albums .box .list-albums .img {
width:80px;}

.related-albums .box .list-albums .item .title,
.related-videos .box .list-videos .item .title  {
margin:0;
}
}

/* playlist subscribe */
.btn-subscribe {
	margin: 3px 10px 0 0;
	float: left;
	position: relative;
	overflow: hidden;
}

.btn-subscribe .toggle-button {
	float: left;
}

.btn-subscribe .button-info:before {
	border-bottom: 5px solid rgba(0, 0, 0, 0);
	border-right: 5px solid #f4f4f4;
	border-top: 5px solid rgba(0, 0, 0, 0);
	content: "";
	left: -5px;
	position: absolute;
	top: 10px;
}
.btn-subscribe .button-info {
	font-size:10px;
	background: #f4f4f4;
	border-radius: 3px;
	color: #4E4E4E;
	float: left;
	height: 30px;
	line-height:30px;
	margin: 0 0 0 6px;
	padding: 0 8px 0;
	position: relative;
}

/* member-menu */

.member-menu .block-main {
	width: 100%;
	overflow: hidden;
}

.member-menu .block-main .avatar {
	margin: 0 auto 8px;
	width: 180px;
}

.member-menu .block-main .avatar img,
.member-menu .block-main .avatar .no-thumb {
	display: block;
	width: 180px;
	height: 180px;
	line-height: 180px;
	background: #000;
	color: #838383;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	text-align: center;
}

.member-menu .block-additional {
	width: 100%;
	overflow: hidden;
}

.member-menu .block-additional .user-menu li:first-child {
	background: none;
}

.member-menu .user-menu li {
	border-bottom: 1px solid #272731;
}

.member-menu .user-menu span,
.member-menu .user-menu a {
	display: block;
	font-size: 12px;
	font-weight: 500;
	line-height: 14px;
	padding: 4px 4px 4px 5px;
	position: relative;
	text-decoration: none;
}

.member-menu .user-menu span {
	background: #E52637;
	color:#FFF;
}

.member-menu .user-menu a:hover {
	background: #E52637;
	color: #ffffff;
}

.member-menu .user-menu em {
	display: block;
	font-size: 10px;
	font-weight: 400;
	line-height: 14px;
	float:right;
}

.member-menu .user-menu em.small {
	font-size: 10px;
}

.member-menu .user-menu a:hover em {
	color: #ffffff;
}

/* profile */
.profile-list {
	width: 100%;
	overflow: hidden;
}

.profile-list .margin-fix {
	margin: 0;
	overflow: hidden;
}

.profile-list .about-me {
	width: 100%;
	float: left;
	overflow: hidden;
	margin: -2px 0 0 0;
}

.profile-list .column {
	float: left;
	width: 33%;
	margin-right: 10px;
}

.profile-list .column:nth-child(3) {
	float: none;
	width: auto;
	margin-right: 0;
}

.profile-list .item {
	padding: 12px;
	background: #222;
	color: #838383;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.profile-list .column .item {
	margin: 0 0 10px;
	overflow: hidden;
}

.profile-list .item em {
	color: #fff;
}

.profile-list .item a {
	text-decoration: underline;
}

/* video / album edit */

.form-upload p {
	display: block;
	margin: 15px 0 0;
}

.form-upload p.preview {
	display: block;
	max-width: 320px;
	overflow: hidden;
	background: #000000;
	position: relative;
}

.form-upload p.preview em {
	position: absolute;
	bottom: 5px;
	background: #000000;
	opacity: 0.8;
	padding: 5px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	color: #dcdcdc;
	font-size: 14px;
	font-weight: bold;
	line-height: 16px;
}

.form-upload p.preview em.left {
	left: 5px;
	margin-right: 50px;
}

.form-upload p.preview em.right {
	right: 5px;
}

.form-upload p.preview em.negative {
	color: #fc5729;
}

.form-upload p.preview img {
	display: block;
	max-width: 320px;
	width: 100%;
	height: auto;
}

.form-upload p.preview.disabled img {
	opacity: 0.3;
}

/* popups */
.popup-title {
	display: block;
	color: #dcdcdc;
	margin: 0 10px 5px;
	font-size: 25px;
	line-height: 26px;
	font-weight:400;
}

.popup-holder {
	color: #dcdcdc;
	padding: 10px;
	min-width: 600px;
	max-width: 800px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}

.popup-holder form .two-sections .section-one {
	width: 50%;
}

.popup-holder form .two-sections .section-two {
	width: 44%;
}

/*vk*/
#modal {
z-index: 10000;
    position: absolute;
    width: 280px;
    height: 250px;
    left: 50%;
    top: 50%;
    margin-left: -160px;
    margin-top: -150px;
    background: #333;
    padding: 40px 20px 20px 20px;
}
.modal_box {
	position: relative; 
	top: -15px; 
	background:#FFF; 
	padding:10px;
}

#zakr, .zakr {
z-index: 10001;
color: #EEE !important;
text-decoration: none !important;
position: relative;
}

#zakr.bottom {
padding:10px 0 0 0; 
border-bottom: 1px dashed #eee;
}

#hovr {
z-index: 9999;
position: fixed;
top: 0px;
left: 0px;
background: rgba(0,0,0,0.5);
width: 100%;
height: 100%;
padding: 0px !important;
margin: 0px !important;
}

.slogan {
padding:10px 0; 
font-size:14px; 
line-height:18px
}

/*adlabs*/

.img_adlabs {
height:auto !important;
margin-bottom:7px;
}

.text_adlabs {
width:100%;
height:65px;
float:left;
text-decoration: none;
vertical-align: top;
color:#222; 
font-size:12px;
font-weight:bold;
font-family: Arial,Helvetica,sans-serif;
color:#222;
text-align:left;
}

.td_adlabs {
width:18% !important;
margin:1% 1% 70px 1%;
float:left;
display:inline-block;
vertical-align:top;
text-align:left;
}

.table_adlabs, .wrap_adlabs, .promo_adlabs  {
width:100%;
}


	.ya-share2 {
	position:fixed;
	bottom:0;
	left:0;
	right:0;
	z-index:11111;
	padding:4px 0;
	background:#f1f1f1;
	text-align:center;
	display:none;
	}
	
	.ya-share2__badge {
	padding:0 5px;
	}
	
	.ya-share2 .ya-share2__link {
	margin:0 4px;
	}

/* responsive */

@media screen and (max-width: 1255px) {
	.movable-top, .movable-bottom {
		position: static;
	}
	.network strong {
		margin-right: 6px;
	}
	.network li {
		padding: 0 6px 0 10px;
	}
	.member-links li {
		padding-left: 10px;
		margin-left: 10px;
	}
	.bottom-adv .spot:nth-child(4) {
		display: none;
	}
	.list-subscriptions .item,
	.list-sponsors .item,
	.list-albums-images .item,
	.list-videos-screenshots .item {
		float: none;
		display: inline-block;
		vertical-align: top;
	}
	.videos-ad-inline,
	.playlists-ad-inline,
	.albums-ad-inline {
		display: none;
	}
	.block-channel .channel-info {
		float: none;
		width: auto;
		margin-right: 0;
		margin-top: 10px;
	}
	.block-channel .channel-rating {
		float: none;
		width: auto;
	}
	.block-channel .desc {
		height: auto;
	}
	.main-container-user {
		float: none;
		width: auto;
	}
	
	.tabs-menu,
	.btn-favourites,
	.btn-subscribe,
	.rating-container {
		float: none;
		display: inline-block;
		vertical-align: top;
	}
	.block-details .item span.added-by {
		display: none;
	}

	.b-share_theme_counter .b-share_type_small .b-share-counter {
		margin: 2px 0px 2px 4px !important;
	}
	.b-share_theme_counter .b-share-icon_vkontakte:before, 
	.b-share_theme_counter .b-share-icon_gplus:before, 
	.b-share_theme_counter .b-share-icon_facebook:before, 
	.b-share_theme_counter .b-share-icon_twitter:before {
		content:"" !important; 
		padding:0 !important;
	}

}

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

	.list-videos .item,
	.list-playlists .item {
	width:23%;
	}

.list-models .item,
.list-dvds .item,
.list-sponsors .item,
.list-categories .item,
.list-albums .item,
.list-albums-images .item,
.list-videos-screenshots .item,
.block-screenshots .item {
	width: 18%;
}

	.video-ad {
	width: 48%;
	}


	#list_models_models_list,
	#list_models_other_model,
	#list_videos_latest_videos_list,
	#list_videos_common_videos_list,
	#list_albums_list_albums,
	#list_dvds_other_dvds,
	#list_videos_videos_list_best,
	#list_albums_common_albums_list,
	#list_categories_categories_list,
	#list_categories_other_categories,
	#list_categories_categories_list_popular,
	#list_videos_my_favourite_videos,
	#list_albums_my_favourite_albums,
	#list_videos_videos_list_popular,
	#list_albums_albums_list_popular,
	#list_models_models_list_search_result,
	#list_dvds_dvds_search_result,
	#list_videos_videos_list_search_result,
	#list_albums_albums_list_search_result,
	#list_posts_list_posts_items,
	#list_dvds_dvd_list,
	#list_playlists_common_playlists_list,
	#list_videos_videos_from_my_subscriptions,
	#list_members_subscriptions_my_subscriptions {
    	padding:0;
	}

	#h1_video_view {
		padding:0;
	}

	.tag-info {
	margin:0;
	}

	.main-content {
		display: table;
	}
	.main-container {
		display: table-header-group;
		width: 100%;
	}
	
	.upload_video {
	margin-bottom:20px;
	}
	
	.sidebar {
		width: 100%;
		display: table-footer-group;
		padding:10px 0 20px 0;
	}
	.sidebar .list li, .sidebar .filter li {
		display: inline-block;
		vertical-align: top;
		background: none;
	}
	.sidebar .list .rating {
		margin-left: 8px;
	}
	.btn-favourites ul {
		right: 0;
		left: auto;
		-webkit-border-radius: 3px 0 3px 3px;
		border-radius: 3px 0 3px 3px;
	}

	.block-model {
		margin:0;
	}

	.sidebar_top_categories, 
	.sidebar_top_models, 
	.member-menu {
		display:none;
	}

	.sidebar .alphabet a {
	width:4.66666%;
	margin:1% 1% 0 1%;
	box-sizing:border-box;
	}

	.tags-cloud {
		padding:0 1%;
		margin:5% 1%;
	}

	.search {
		padding: 20px 1%;
	}

	.list-tags .item .title, .list-tags .item a {
		padding-left: 0;
	}

	.block-album, .block-video {
		padding: 0 0.6% 0 0;
	}

	.block-video .player, .block-details, #comments, .block-album .description, .block-album .images {
	margin-left:1%;
	margin-right:1%;
	}

	.footer-links {
		padding: 15px 1%;
	}


}

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

	.container {
		border-left:0;
		border-right:0;
	}

	.network {
		float: none;
	}
	.member-links {
		float: none;
	}
	.member-links ul {
		line-height: 18px;
	}
	.navigation {
		height: auto;
	}
	.navigation .button {
		display: block;
	}

	.top {
		display:none;
	}
	.navigation .primary, .mob-primary {
		background:#242431;
		float: none;
		display: none;
		width: auto;
		border-right: none;
	}
	.navigation .primary a, .mob-primary a {
	color:#FFF;
	margin:0;
	padding:10px 20px;
	}
	.navigation .primary .selected a::before {
	border:none;
	}
	.navigation.open .primary, .navigation.open .mob-primary {
		display: block;
	}
	.navigation .primary li, .mob-primary li {
		display: block;
		border-top: 1px solid #343434;
		border-left: none;
		border-right: none;
	}

	.navigation .secondary {
		display: none;
		width: 100%;
	}
	.navigation.open .secondary {
		display: table;
	}
	.navigation .secondary li {
		float: none;
		display: table-cell;
		text-align: center;
	}
	.navigation .secondary a {
		float: none;
	}
	.block-model .model-list {
		width: auto;
		float: none;
		margin-right: 0;
	}
	.block-model .desc {
		height: auto;
		margin-top: 11px;
		padding-bottom: 5px;
	}
	.list-albums .item .title {
		height:48px;
	}
	.list-albums .item .wrap {
		bottom: 55px;
	}
/*adapt*/
	.block-screenshots .item {
	width:31.33333%
	}
	
	.block-album .images .items {
	width:31.33333%
	}
}

@media screen and (max-width: 940px) {
	.bottom-adv .spot:nth-child(3) {
		display: none;
	}
}

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


	.block-video .video-holder,
	.block-album .album-holder {
		float: none;
		width: auto;
	}

	.block-album .adv,
	.block-video .adv,
	.playlists-ad,
	.albums-ad,
	.videos-ad {
	/*	display: none;  */
	width:100%;
	}

	.block-video .adv .banner, .block-album .adv .banner {
	width:100%;
	margin:0;
	}
/*	
.video-ad {
	height:310px;
}	
*/	

	.pagination .prev,
	.pagination .next {
		display: block;
	}
	.pagination .first,
	.pagination .last,
	.pagination .page,
	.pagination .jump {
		display: none;
	}
	.profile-list .column {
		float: none;
		margin: 0;
		width: 100%;
	}
	form .bottom .submit.right {
		float: left;
		margin: 0 10px 0 0;
	}
	.related-videos .list-sort li:nth-child(3),
	.related-albums .list-sort li:nth-child(3) {
		display: none;
	}
	.main-container-user form .two-sections .section-one,
	.main-container-user form .two-sections .section-two {
		float: none;
		background: none;
		padding: 0;
		margin: 0;
		width: 100%;
	}
	.main-container-user form .two-sections .section-two {
		margin-top: 20px;
	}
/*adapt*/
	.block-screenshots .item {
	width:23%
	}

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

	.headline {
    padding: 10px 1% 8px;
	}
}

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

/*adapt*/
	.list-models .item, .list-dvds .item, .list-categories .item, .list-albums .item{
	width:23%;
	}

	.td_adlabs {
	width:23% !important;
	}

	.list-playlists .item,
	.list-videos .item,
	.block-screenshots .item  {
	width:31.33333%;
	}

	.index-ad {
	width:48%;
	}
	.index-ad .spot {
	margin: 4%;
	}
	.video-ad {
	width:100%;
	margin: 1% 0;
	height: 310px;
	}

	.video-ad .spot {
	margin:0;
	}

	.header {
		text-align: center;
	}
	.search {
		width: 98%;
		padding: 10px 0;
		margin:0 1%;
		box-sizing: border-box;
	}
	.logo {
		margin: 10px 0 0 0;
		float: none;
		display: inline-block;
		vertical-align: top;
	}
	.social-bookmarks {
		margin: 23px 0 0 0;
		float: none;
		display: inline-block;
		vertical-align: top;
	}
	.popup-holder {
		min-width: 500px;
	}
}

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

	.headline h2, .headline h1 {
		font-size:18px;
	}

	.profile-list .item,
	.block-model,
	.block-channel	{
		padding:5px;
	}

	.related-videos .box,
	.related-albums .box {
		padding:0;
	}

	#list_models_models_list .box,
	#list_videos_latest_videos_list .box,
	#list_videos_common_videos_list .box,
	#list_albums_list_albums .box,
	#list_dvds_other_dvds .box,
	#list_albums_common_albums_list .box,
	#list_categories_categories_list .box,
	#list_dvds_dvd_list .box,
	#list_playlists_common_playlists_list .box,
	#list_videos_videos_from_my_subscriptions .box,
	#list_members_subscriptions_my_subscriptions .box{
		padding:0;
	}
	.container {
		padding: 0;
	}
	.bottom-adv .spot:nth-child(2) {
		display: none;
	}
	.popup-holder {
		padding: 5px;
		min-width: 270px;
		-webkit-border-radius: 0;
		border-radius: 0;
	}
	form .two-sections .section-one,
	form .two-sections .section-two,
	.popup-holder form .two-sections .section-one,
	.popup-holder form .two-sections .section-two {
		float: none;
		background: none;
		padding: 0;
		margin: 0;
		width: 100%;
	}
	form .two-sections .section-two,
	.popup-holder form .two-sections .section-two {
		margin-top: 20px;
	}
	form .button-group .row label {
		float: none;
		overflow: hidden;
	}
	form .list-selector-popup .button-group .item {
		display: block;
		width: auto;
	}
	.member-menu {
		float: none;
		width: 100%;
		margin-left: 0;
		text-align: center;
	}
	.member-menu .block-main {
		padding: 0;
	}
	.member-menu .headline h2 {
		float: none;
	}
	.member-menu .avatar {
		display: none;
	}
	.member-menu .user-menu li {
		display: inline-block;
		background: none;
	}
	.block-video .sponsor,
	.block-video .player,
	.block-video .playlist,
	.block-album .sponsor,
	.block-album .images {
		border: none;
	}
	.related-videos .list-sort li:nth-child(2),
	.related-albums .list-sort li:nth-child(2) {
		display: none;
	}
	.block-album .images .message,
	.block-video .no-player .message {
		top: 0;
		padding: 10px;
		font-size: 12px;
		line-height: 12px;
	}
	.block-album .images .message em,
	.block-video .no-player .message em {
		font-size: 12px;
	}
	.block-album .images .message form,
	.block-video .no-player .message form {
		padding: 0;
	}
	.block-album .images .message form .submit,
	.block-video .no-player .message form .submit {
		font-size: 12px;
		padding: 5px;
		height: 25px;
	}

	.yashare-auto-init {
		display:none !important;
	}
	
	.ya-share2 {
	display:block;
	}
	
	.list-tags .item {
		width:50%;
	}

	.sidebar .alphabet a {
	width:8%;
	margin:1%;
	}

}

@media screen and (max-width: 590px) {
/*adapt*/
	.list-models .item, .list-dvds .item, .list-categories .item, .list-albums .item{
	width:31.333333%;
	}

	.td_adlabs {
	width:31.333333% !important;
	}

	.list-playlists .item,
	.list-videos .item,
	.block-screenshots .item {
	width:48%;
	}

	.list-videos .item.best {
	width: 98%;
	}

	.index-ad {
	display:none;
	}
	
.block-video .adv .banner.red, .block-album .adv .banner.red {
	height:505px;
}

.block_title {
	margin-bottom: 20px;
}
.item .movie {
	margin-top: 10px;
}

}


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

	.block-channel .img img,
	.block-channel .img .no-thumb {
		width: 252px;
		height: 140px;
		line-height: 140px;
	}
	.block-channel .channel-rating strong {
		height: 86px;
		padding-top: 20px;
	}
	.footer .nav {
		padding-top:5px;
	}

	.footer .nav li {
		width:100%;
	}
	.footer .nav a {
		margin:0 0 5px 0;
	}
	.footer .footer-wrap {
		border-left:none;
		border-right:none;
	}

}

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

	.headline h2, .headline h1 {
		float: none;
		text-align: center;
	}

/*adapt*/
	.list-models .item, .list-dvds .item, .list-categories .item, .list-albums .item {
	width:48%;
	}

	.td_adlabs {
	width:48% !important;
	}

	.block_title {
		height:60px;
	}
	.block-model .img img {
	height:auto;
	width:100%;
	}
	.block-model .img {
	width:48%;
	}
	.block-model .desc {
	width:100%;
	float:left;
	}
	.block-model .model-list li span {
	width:100%;
	float:left;
	padding:3px 0;
	}

	.headline .button, .headline .button-info {
	display:none;
	}
	.m-button, .m-button-info {
	display:block;
	}
}

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

	.margin-fix {
		margin: -10px 0 0 0;
	}
	.margin-fix .bottom {
		margin: 0;
	}
	.margin-fix .generic-error {
		margin: 10px 0 0 0;
	}
	.empty-content {
		padding: 10px 5px 10px 5px;
	}
	.list-comments .comment-options {
		margin-bottom: 3px;
	}
	
    .list-comments .comment-options .negative, .list-comments .comment-options .positive, .list-comments .comment-options a, .list-comments .comment-options span {
        padding: 10px;
    }
    .list-comments .comment-options .positive, .list-comments .comment-options .negative {
        margin-left: 5px;
        width: auto;
    }	
	
	.list-sponsors .item {
		margin: 10px 0 0 0;
		width: 140px;
	}
	.list-videos-screenshots .item,
	.list-albums-images .item {
		margin: 10px 0 0 0;
	}
	.list-models .img,
	.list-dvds .img,
	.list-sponsors .img,
	.list-categories .img
	.list-videos .img, 
	.list-playlists .img {
		width: 100%;
	}
	.list-models .img .no-thumb,
	.list-dvds .img .no-thumb,
	.list-sponsors .img .no-thumb,
	.list-categories .img .no-thumb {
		line-height: 202px;
	}
	.list-playlists .img .no-thumb {
		line-height: 105px;
	}
	.item-control-holder a.toggle-button {
		position: relative;
		width: 5px;
		text-indent: 30px;
		overflow: hidden;
	}
	.item-control-holder a.toggle-button:after {
		position: absolute;
		left: 4px;
		top: 4px;
		width: 16px;
		height: 16px;
		background: url("/images/ico-edit.png") 0 0 no-repeat;
		z-index: 5;
		content: '';
	}
	.block-video .playlist {
		padding: 3px;
	}
	.block-video .playlist .item {
		width: 140px;
		border-width: 3px;
	}
	.block-video .playlist .item .img {
		width: 140px;
		height: 90px;
	}
	.block-details .block-user {
		width: 75px;
	}
	.block-details .block-user .avatar img,
	.block-details .block-user .avatar .no-thumb {
		width: 75px;
		height: 75px;
		line-height: 75px;
	}
	.block-details .item span {
		display: block;
		float: none;
	}
	.block-details .item span:after {
		display: none;
	}
	.block-channel .img {
		float: none;
		border: 0;
		margin: 0 0 5px 0;
	}
	.block-model .img .no-thumb,
	.block-channel .img img,
	.block-channel .img .no-thumb {
		width: 100%;
		height: auto;
	}
	
	.block-album .images .items {
	width: 48%;
	margin: 1%;
	}
}

@supports (-webkit-overflow-scrolling: touch) {
  .sort,
  .content {
    cursor: pointer;
  }  
}


a#item10 span { 
background-color: #e52637;
margin-right: .3rem;
width: 10px;
height: 10px;
border-radius: 50%;
line-height: 10px;
display: inline-block;
}

a#item10:hover span {
background-color: #fff;
}




