.video-page-headline h1 {
	line-height: 32px;
	width: calc(100% - 400px);
	float: left;
}
.video-page-headline a {
    border: 1px solid #81842c;
    color: #ffffff;
    display: block;
    float: right;
    font-size: 15px;
    padding: 8px 8px 10px;
    text-decoration: none;
    text-align: center;
    width: 300px;
    overflow: hidden;
}
@media screen and (max-width: 991px) {
	.video-page-headline {
		display: flex;
		flex-wrap: wrap;
	}
	.video-page-headline h1 {
		line-height: 32px;
		width: 100%;
		float: none;
		text-align: center;
		order: 2;
	}
	.video-page-headline a {
		margin: 0 auto 10px;
		float: none;
		order: 1;
	}
}

/* --- */

.blockUI.blockOverlay {
	display: none !important;
}
.clearfix {
    position: relative;
}
.clearfix:after {
    content: ".";
    visibility: hidden;
    display: block;
    height: 0;
    clear: both;
}
.scrollbar-measure {
	width: 100px;
	height: 100px;
	overflow: scroll;
	position: absolute;
	top: -9999px;
}
.at-resp-share-element .at-share-btn {
	margin: 0 0 5px 5px !important;
	border-radius: 50% !important;
	-webkit-border-radius: 50% !important;
	-moz-border-radius: 50% !important;
}
.at-resp-share-element .at-share-btn:first-child {
	margin-left: 0 !important;
}
.btn-custom {
  background-color: #08c;
  border-color: #08c;
}
.btn-custom:hover,
.btn-custom:focus,
.btn-custom:active,
.btn-custom.active {
  background-color: #0077b3;
  border-color: #006699;
}
.btn-custom.disabled:hover,
.btn-custom.disabled:focus,
.btn-custom.disabled:active,
.btn-custom.disabled.active,
.btn-custom[disabled]:hover,
.btn-custom[disabled]:focus,
.btn-custom[disabled]:active,
.btn-custom[disabled].active,
fieldset[disabled] .btn-custom:hover,
fieldset[disabled] .btn-custom:focus,
fieldset[disabled] .btn-custom:active,
fieldset[disabled] .btn-custom.active {
  background-color: #08c;
  border-color: #08c;
}
.banner-top iframe {
	display: block;
	margin: 0 auto 15px;
}
@media screen and (min-width: 600px) {
	#divExoLayerWrapper,
	.banner-top {
		display: none !important;
	}
}
.addthis_inline_share_toolbox_xboe {
	clear: none !important;
	float: right;
}
.super-holder .fp-player + a {
	opacity: 0 !important;
}
.video-url {
	display: none !important;
}
.super-holder {
	width: calc(100% - 10px);
	margin-left: 10px;
	clear: both;
	overflow: hidden;
	position: relative;
	border-top: 2px solid #488814;
	padding-top: 2px;
	background: #2c2c2c;
	-webkit-animation-duration: 1s;
	-moz-animation-duration: 1s;
	-o-animation-duration: 1s;
	animation-duration: 1s;
}
.super-holder .kt-holder {
	border: none !important;
}
.prev-video,
.next-video {
	position: absolute;
	top: 50%;
	z-index: 100;
	display: block;
	width: 40px;
	height: 100px;
	margin-top: -50px;
	background: rgba(0,0,0,0.5);
	font-size: 30px;
	line-height: 100px;
}
.prev-video {
	left: 0;
	border-radius: 0 6px 6px 0;
	-webkit-border-radius: 0 6px 6px 0;
	-moz-border-radius: 0 6px 6px 0;
}
.next-video {
	right: 0;
	border-radius: 6px 0 0 6px;
	-webkit-border-radius: 6px 0 0 6px;
	-moz-border-radius: 6px 0 0 6px;
}
.prev-video .fa,
.next-video .fa {
	position: relative;
}
.prev-video .fa {
	left: -2px;
}
.next-video .fa {
	right: -2px;
}
.advertising {
	float: right;
	width: 300px;
	margin-left: 10px;
}
.advertising iframe {
	display: block;
	margin-bottom: 10px;
}
.advertising iframe:last-child {
	margin-bottom: 0;
}
.super-holder #kt_player, .super-holder #lj_player {
	width: auto !important;
	min-height: 480px;
}
/*#kt_player {
	position: absolute;
	right: 0;
	top: 0;
	width: 600px;
	height: 600px;
	background: #ccc;
	z-index: 100;
}*/
.super-wrap {
	width: 100%;
	overflow: hidden;
}
.super-wrap.video-close {
	text-align: right;
	color: #636363;
	font-size: 14px;
	margin-bottom: 8px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0 10px;
}
.super-wrap.video-close .fa {
	color: #fff;
	font-size: 20px;
	position: relative;
	top: 1px;
}
.super-wrap.video-close span {
	display: inline-block;
	cursor: pointer;
}
.list-videos .item.active {
	border-color: #488814 !important;
	position: relative;
	margin-bottom: 10px;
}
.list-videos .item.active:after {
	content: "\f0d8";
	font-family: 'FontAwesome';
	position: absolute;
	bottom: -15px;
	left: 50%;
	color: #488814;
	font-size: 17px;
}
.list-videos .item {
	position: relative;
}
.list-videos .item:focus, .list-videos .item:active {
	outline: none;
}


.kt-holder {
	overflow: hidden;
	border: 1px solid #505050;
	padding: 2px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}
.super-holder .video-info,
.super-holder-mobile .video-info {
	font-size: 12px;
	line-height: 25px;
	color: #a9a9a9;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 15px;
}
.super-holder .video-info .categories,
.super-holder .video-info .models {
	clear: both;
	text-align: left;
	margin: 3px;
}
.super-holder .kt-holder .video-info span {
	margin-right: 5px;
}
.super-holder .kt-holder .video-info .pull-left + .pull-left {
	margin-left: 20px;
}
.super-holder .kt-holder .video-info strong {
	font-weight: normal;
}
.super-holder .kt-holder .video-info strong a {
	font-size: 16px;
	color: #fff;
}
.super-holder .kt-holder .video-info a:hover {
	color: #fea70c;
}
.super-holder .kt-holder .video-info .sponsor-link {
	color: #fe9d0f;
	font-size: 16px;
	margin: 3px;
}

.super-holder-mobile {
	clear: both;
	margin: 10px 0 0 10px;
	width: calc(100% - 10px);
	border-top: 2px solid #488814;
	padding-top: 2px;
	-webkit-animation-duration: 1s;
	-moz-animation-duration: 1s;
	-o-animation-duration: 1s;
	animation-duration: 1s;
}
.super-holder-mobile .advertising {
	overflow: hidden;
	margin: 25px auto;
	width: 100%;
	height: 50vh;
}
.super-holder-mobile .advertising .spot {
	display: block;
	clear: both;
	float: none;
	padding: 0;
	width: 300px;
	height: 250px;
	margin: 0 auto;
}

.kt-holder .more-info {
	background: #010101;
	border-radius: 30px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	font-size: 14px;
	line-height: 25px;
	color: #8a8a8a;
	text-decoration: none;
	padding: 0 30px;
}
.kt-holder .more-info:hover {
	color: #fea70c;
}






.alphabet {
	overflow: hidden;
	font-weight: 500;
	font-size: 18px;
	line-height: 20px;
	text-transform: uppercase;
	border-bottom: 1px solid #323232;
	padding-bottom: 15px;
	margin-bottom: 15px;
}
.alphabet a {
	text-decoration: none;
	color: #fff;
	padding: 2px;
	margin: 0 10px 5px 0;
	display: inline-block;
	vertical-align: top;
}
.alphabet a:hover {
	text-decoration: none;
	color: #ffc300;
}
.all-categories .categories-letter {
	text-transform: uppercase;
	color: #c0c0c0;
	font-weight: 500;
	font-size: 25px;
	line-height: 27px;
	float: left;
	clear: both;
	margin: 5px 20px 0 0;
}
.all-categories a {
	font-size: 14px;
	line-height: 28px;
	text-decoration: none;
	color: #fff;
	display: inline-block;
	vertical-align: top;
	padding: 0 10px;
}
.all-categories a:hover {
	background: #000000;
	color: #ffc300;
}
.all-categories a:before {
	content: "\f142";
	font-family: 'FontAwesome';
	margin-right: 10px;
	color: #505050;
}
.all-categories .cat-wrapper {
	overflow: hidden;
	/*border-bottom: 1px solid #323232;*/
	padding: 10px;
	margin-bottom: 20px;
	background: #323232;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}
.no-margin {
	margin: 0 !important;
}
.color-black {
	line-height: 20px;
}
.color-black p {
	margin: 1em 0;
}
.color-black ul {
	list-style: disc;
	margin: 0 0 15px 15px;
}
.color-black ol {
	list-style: decimal;
	margin: 0 0 15px 15px;
}
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%;
	background: #000;
}
body {
	font-size: 12px;
	line-height: 14px;
	font-family: 'Roboto', Helvetica, sans-serif;
	min-height: 100%;
	min-width: 320px;
	position: relative;
	color: #ffffff;
	-webkit-text-size-adjust: none;
	-ms-text-size-adjust: none;
}
a {
	color: #ffffff;
	text-decoration: none;
	cursor: pointer;
}
a:hover {
	color: #ffc300;
}
input,
select,
textarea {
	font-size: 14px;
	line-height: 16px;
	font-family: Arial, Helvetica, sans-serif;
}
textarea {
	overflow: auto;
	background: #343434;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 10px;
	resize: none;
	border: none;
	color: #9b9b9b;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
}
.container {
	max-width: 1500px;
	padding: 0 70px;
	margin: 0 auto;
	overflow: hidden;
	position: relative;
}
.hidden {
	display: none;
}
.movable-top,
.movable-bottom {
	position: relative;
}
.country {
	margin: 1px 3px 1px 0;
}
.page-error {
	padding: 10px;
	background: transparent;
	color: #e44242;
	border: 1px solid #e44242;
	font-size: 30px;
	line-height: 34px;
	text-align: center;
	margin: 20px 0 0;
	border-radius: 3px;
	-webkit-border-radius: 3px;
}
/* forms */
form .two-sections:after {
	content: "";
	display: block;
	clear: both;
}
form .two-sections .section-one {
	float: left;
	width: 70%;
}
form .two-sections .section-two {
	float: left;
	width: 24%;
	margin: 0 0 0 2%;
	padding: 0 0 0 2%;
	background: url('../../images/separator.png') repeat-y;
}
form .section-title {
	display: block;
	font-size: 16px;
	line-height: 18px;
	margin: 15px 0 0;
	color: #ffffff;
	border-bottom: 1px solid #808080;
}
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;
    margin: 15px 0 0;
    position: relative;
    width: 100%;
}
form .row:after {
	content: "";
	display: block;
	clear: both;
}
form .row:first-child {
	margin: 0;
}
form label {
	display: block;
	overflow: hidden;
	color: #dcdcdc;
	margin: 0 0 10px 0;
}
form label.field-label:after {
	content: ":";
}
form label.field-label.required {
	margin-bottom: 10px;
}
form label.field-label.required:after {
	content: " (*):";
}
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: #909090;
	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;
	line-height: 30px;
	text-align: center;
	color: #4e4e4e;
	border: 1px solid transparent;
	font-size: 14px;
	line-height: 16px;
	padding: 0 20px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	cursor: pointer;
	-webkit-appearance: none;
	background: #ffffff;
	background: -moz-linear-gradient(top, #ffffff 0%, #cccccc 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #cccccc));
	background: -webkit-linear-gradient(top, #ffffff 0%, #cccccc 100%);
	background: -o-linear-gradient(top, #ffffff 0%, #cccccc 100%);
	background: -ms-linear-gradient(top, #ffffff 0%, #cccccc 100%);
	background: linear-gradient(to bottom, #ffffff 0%, #cccccc 100%);
	border-radius: 3px;
	-webkit-border-radius: 3px;
}
form .submit.active {
	color: #a2a2a2;
	border: 1px solid #373737;
	background: #2a2a2a;
}
form .submit:disabled {
	cursor: default;
	color: #9b9b9b;
	border: 1px solid transparent;
	background: #ffffff;
	background: -moz-linear-gradient(top, #ffffff 0%, #cccccc 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #cccccc));
	background: -webkit-linear-gradient(top, #ffffff 0%, #cccccc 100%);
	background: -o-linear-gradient(top, #ffffff 0%, #cccccc 100%);
	background: -ms-linear-gradient(top, #ffffff 0%, #cccccc 100%);
	background: linear-gradient(to bottom, #ffffff 0%, #cccccc 100%);
}
form .submit:enabled:hover {
	background: #ffffff;
	background: -moz-linear-gradient(top, #ccc 0%, #fff 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ccc), color-stop(100%, #fff));
	background: -webkit-linear-gradient(top, #ccc 0%, #fff 100%);
	background: -o-linear-gradient(top, #ccc 0%, #fff 100%);
	background: -ms-linear-gradient(top, #ccc 0%, #fff 100%);
	background: linear-gradient(to bottom, #ccc 0%, #fff 100%);
}
/*form .textarea,*/
form .textfield,
form .selectbox,
form .file {
	border: 1px solid #3a3a3a;
	padding: 8px 5px;
	color: #9b9b9b;
	background: none;
	width: 100%;
	/*height: 30px;*/
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border-radius: 3px;
	-webkit-border-radius: 3px;
}
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;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
}
/*form .textfield:focus,
form .textarea:focus,
form .selectbox:focus,
form .file:focus {
	border: 1px solid #545454;
	color: #9b9b9b;
	background: none;
}*/
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;
	padding: 4px 5px 2px 5px;
	font-size: 14px;
	line-height: 16px;
	color: #4e4e4e;
	background: #ffffff;
	background: -moz-linear-gradient(top, #ffffff 0%, #cccccc 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #cccccc));
	background: -webkit-linear-gradient(top, #ffffff 0%, #cccccc 100%);
	background: -o-linear-gradient(top, #ffffff 0%, #cccccc 100%);
	background: -ms-linear-gradient(top, #ffffff 0%, #cccccc 100%);
	background: linear-gradient(to bottom, #ffffff 0%, #cccccc 100%);
	border-radius: 3px;
	-webkit-border-radius: 3px;
}
form .file-control .button.disabled {
	color: #9b9b9b;
	background: #ffffff;
	background: -moz-linear-gradient(top, #ffffff 0%, #cccccc 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #cccccc));
	background: -webkit-linear-gradient(top, #ffffff 0%, #cccccc 100%);
	background: -o-linear-gradient(top, #ffffff 0%, #cccccc 100%);
	background: -ms-linear-gradient(top, #ffffff 0%, #cccccc 100%);
	background: linear-gradient(to bottom, #ffffff 0%, #cccccc 100%);
}
form .list-selector-popup {
	position: absolute;
	width: 90%;
	height: 160px;
	left: 5%;
	bottom: 46px;
	background: #d5d5d5;
	z-index: 10000;
	border-radius: 3px;
	-webkit-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 #bcbcbc;
	left: 45%;
	bottom: -10px;
	z-index: 10000;
}
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 .group-title {
	margin: 0 5px 10px 0;
	padding: 3px;
	background: #4e4e4e;
	color: #ffffff;
}
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: #bcbcbc;
	border: none;
}
form .list-selector-popup .filter input {
	width: 100%;
	height: 100%;
	padding: 2px 10px;
	border: none;
	background: #bcbcbc;
	color: #565656;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
form .bottom {
    clear: both;
    overflow: hidden;
    padding: 20px 0 0;
    position: relative;
}
form .bottom .btn.pull-left {
	margin-right: 5px;
}
form .bottom .btn.pull-right {
	margin-left: 5px;
}
/*form .bottom a:hover {
	color: #ffffff;
}*/
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: 52px;
	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;
	background: #252525;
	color: #dcdcdc;
	border: 1px solid #252525;
	font-size: 14px;
	line-height: 16px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
}
form .generic-error {
	text-align: center;
	margin: 0 10px 10px;
	padding: 10px;
	background: transparent;
	color: #e44242;
	border: 1px solid #e44242;
	font-size: 14px;
	font-weight: bold;
	line-height: 16px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
}
form .info-message {
	margin: 10px;
	padding: 10px;
	background: #4e4e4e;
	color: #dcdcdc;
	border: 1px solid #4e4e4e;
	font-size: 14px;
	line-height: 16px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
}
form .field-error {
	display: none;
	position: absolute;
	max-width: 400px;
	padding: 5px;
	z-index: 9999;
	margin: 2px 0 0 15px;
	background: #efefef;
	color: #e44242;
	font-weight: bold;
	border-radius: 3px;
	-webkit-border-radius: 3px;
}
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 #efefef;
	left: 20px;
	top: -10px;
}
form .field-error.down:after {
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-bottom: 10px solid #efefef;
	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 #efefef;
	left: 20px;
	bottom: -10px;
}
form .field-error.up:after {
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-top: 10px solid #efefef;
	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 {
	border-radius: 0 0 3px 3px;
	-webkit-border-radius: 0 0 3px 3px;
}
form .smileys-support .smileys-bar {
	background: #3a3a3a;
	padding: 0 3px 4px 3px;
	cursor: default;
	border-radius: 3px 3px 0 0;
	-webkit-border-radius: 3px 3px 0 0;
	display: none;
}
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;
	color: #ffffff;
}
form .progressbar .progress {
	position: absolute;
	height: 40px;
	background: #bfd128;
}
/* toggle button */
.toggle-button {
	display: block;
	color: #4e4e4e;
	border: 1px solid transparent;
	font-size: 11px;
	line-height: 14px;
	padding: 7px 9px;
	cursor: pointer;
	outline: none;
	background: #ffffff;
	background: -moz-linear-gradient(top, #ffffff 0%, #cccccc 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #cccccc));
	background: -webkit-linear-gradient(top, #ffffff 0%, #cccccc 100%);
	background: -o-linear-gradient(top, #ffffff 0%, #cccccc 100%);
	background: -ms-linear-gradient(top, #ffffff 0%, #cccccc 100%);
	background: linear-gradient(to bottom, #ffffff 0%, #cccccc 100%);
	border-radius: 2px;
	-webkit-border-radius: 2px;
}
.toggle-button * {
	cursor: pointer;
}
.toggle-button input {
	margin: 0;
	font-size: 11px;
	line-height: 14px;
}
.toggle-button span {
	padding: 0 0 0 3px;
	font-size: 11px;
	line-height: 14px;
}
.toggle-button:hover,
.toggle-button.inversed:hover {
	color: #4e4e4e;
	background: #ffffff;
	background: -moz-linear-gradient(top, #ccc 0%, #fff 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ccc), color-stop(100%, #fff));
	background: -webkit-linear-gradient(top, #ccc 0%, #fff 100%);
	background: -o-linear-gradient(top, #ccc 0%, #fff 100%);
	background: -ms-linear-gradient(top, #ccc 0%, #fff 100%);
	background: linear-gradient(to bottom, #ccc 0%, #fff 100%);
}
.toggle-button.active,
.toggle-button.inversed {
	color: #4e4e4e;
	background: #ffffff;
	background: -moz-linear-gradient(top, #ccc 0%, #fff 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ccc), color-stop(100%, #fff));
	background: -webkit-linear-gradient(top, #ccc 0%, #fff 100%);
	background: -o-linear-gradient(top, #ccc 0%, #fff 100%);
	background: -ms-linear-gradient(top, #ccc 0%, #fff 100%);
	background: linear-gradient(to bottom, #ccc 0%, #fff 100%);
}
.toggle-button.inversed.active {
	color: #4e4e4e;
	border: 1px solid transparent;
	background: #ffffff;
	background: -moz-linear-gradient(top, #ffffff 0%, #cccccc 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #cccccc));
	background: -webkit-linear-gradient(top, #ffffff 0%, #cccccc 100%);
	background: -o-linear-gradient(top, #ffffff 0%, #cccccc 100%);
	background: -ms-linear-gradient(top, #ffffff 0%, #cccccc 100%);
	background: linear-gradient(to bottom, #ffffff 0%, #cccccc 100%);
}
.toggle-button.disabled,
.toggle-button.disabled:hover,
.toggle-button.done,
.toggle-button.done:hover {
	cursor: default;
	color: #9b9b9b;
	border: 1px solid transparent;
	background: #ffffff;
	background: -moz-linear-gradient(top, #ffffff 0%, #cccccc 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #cccccc));
	background: -webkit-linear-gradient(top, #ffffff 0%, #cccccc 100%);
	background: -o-linear-gradient(top, #ffffff 0%, #cccccc 100%);
	background: -ms-linear-gradient(top, #ffffff 0%, #cccccc 100%);
	background: linear-gradient(to bottom, #ffffff 0%, #cccccc 100%);
}
.toggle-button.done *,
.toggle-button.disabled * {
	cursor: default;
}
.toggle-button.done span {
	background: url('../../images/ico-checkmark.png') 0 -2px no-repeat;
	padding: 0 0 0 21px;
}
/* top links */
.top-links {
	font-size: 12px;
	line-height: 30px;
}
/*.center-hold {
	max-width: 1235px;
	margin: 0 auto;
	padding: 0 5px;
	text-align: center;
}
.center-hold:after {
	content: "";
	display: block;
	clear: both;
}
.network {
	float: left;
	color: #909090;
	position: relative;
	z-index: 30;
}
.network strong {
	display: inline-block;
	font-weight: normal;
	margin-right: 16px;
}
.network ul {
	display: inline-block;
}
.network li {
	display: inline-block;
	vertical-align: top;
	padding: 0 17px 0 21px;
	background: url('../images/bullet.png') no-repeat 0 50%;
}
.network li:first-child {
	background: none;
	padding-left: 0;
}
.network a {
	color: #c3c3c3;
}
.network a:hover {
	color: #f56c08;
}
.network .more {
	display: none;
}*/
.member-links {
	float: right;
	color: #ffffff;
}
.member-links span {
	float: left;
}
.member-links ul {
	float: left;
}
.member-links li {
	float: left;
	margin-left: 20px;
}
.member-links b {
	font-weight: normal;
	margin-left: 5px;
}
.member-links a {
	color: #c0c0c0;
}
.member-links a:hover,
.member-links a.disabled:hover {
	color: #ffffff;
}
/* header */
.header {
	margin: 0 auto;
	/*z-index: 20;*/
	background: #2c2c2c;
}
.header .container {
	overflow: visible;
}
/*.menu-btn {
	cursor: pointer;
	width: 33px;
	height: 27px;
	float: left;
	position: absolute;
	left: 15px;
	top: 30px;
}
.menu-btn:before,
.menu-btn:after {
	content: "";
	width: 100%;
	height: 5px;
	background: #707070;
	position: absolute;
	left: 0;
}
.menu-btn:before {
	top: 0;
}
.menu-btn:after {
	bottom: 0;
}
.menu-btn span {
	display: block;
	width: 100%;
	height: 5px;
	background: #707070;
	position: absolute;
	left: 0;
	top: 11px;
}*/
.logo {
	float: left;
	display: block;
	width: 183px;
	height: 80px;
	background: url('../../images/logo.png') no-repeat 50% 50%;
	-webkit-background-size: 165px 40px;
	background-size: 165px 40px;
	border-right: 1px solid #222222;
}
.header-right {
	/*padding-left: 25px;*/
	width: calc(100% - 200px);
	float: left;
	padding-left: 25px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.search {
	overflow: hidden;
	height: 30px;
	background: #b9b9b9;
	border-radius: 20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	position: relative;
	float: left;
	width: calc(100% - 281px);
}
.search .search-text {
	padding: 0 15px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	border: none;
	background: none;
	height: 30px;
	color: #6a6a6a;
	font: 13px/17px 'Roboto';
	outline: 0;
}
/*.search .search-text:focus {
	background: #2f2f2f;
	outline: none;
}*/
.search .search-button {
	width: 40px;
	height: 30px;
	line-height: 30px;
	font-size: 15px;
	color: #616161;
	text-align: center;
	position: absolute;
	right: 0;
	top: 0;
	cursor: pointer;
}
.search .search-button:hover {
	color: #0c0c0c;
}
@-webkit-keyframes glowing {
	0% { background-color: #59b10e; -webkit-box-shadow: 0 0 3px #59b10e; }
	50% { background-color: #499707; -webkit-box-shadow: 0 0 20px #499707; }
	100% { background-color: #59b10e; -webkit-box-shadow: 0 0 3px #59b10e; }
}

@-moz-keyframes glowing {
	0% { background-color: #59b10e; -moz-box-shadow: 0 0 3px #59b10e; }
	50% { background-color: #499707; -moz-box-shadow: 0 0 20px #499707; }
	100% { background-color: #59b10e; -moz-box-shadow: 0 0 3px #59b10e; }
}

@-o-keyframes glowing {
	0% { background-color: #59b10e; box-shadow: 0 0 3px #59b10e; }
	50% { background-color: #499707; box-shadow: 0 0 20px #499707; }
	100% { background-color: #59b10e; box-shadow: 0 0 3px #59b10e; }
}
@keyframes glowing {
	0% { background-color: #59b10e; box-shadow: 0 0 3px #59b10e; }
	50% { background-color: #499707; box-shadow: 0 0 20px #499707; }
	100% { background-color: #59b10e; box-shadow: 0 0 3px #59b10e; }
}
.upload-video {
	position: relative;
	float: left;
	text-align: center;
	width: 115px;
	height: 30px;
	margin-left: 15px;
	font-size: 15px;
	line-height: 30px;
	color: #fff;
	background: #59b10e;
	border-radius: 30px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	box-shadow: 0 3px 10px rgba(0, 0, 0, 0.25);
	-webkit-animation: glowing 3000ms infinite;
	-moz-animation: glowing 3000ms infinite;
	-o-animation: glowing 3000ms infinite;
	animation: glowing 3000ms infinite;
}
.upload-video b {
	font-weight: normal;
}
.upload-video a {
	display: block;
}
.upload-video a:hover {
	color: #fff;
}
.upload-video .dropdown {
	position: absolute;
	left: 0;
	top: 30px;
	width: 100%;
	padding-top: 12px;
	display: none;
}
.upload-video:hover .dropdown {
	display: block;
}
.upload-video ul {
	background: #000;
	padding: 12px 0;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	position: relative;
}
.upload-video ul:before {
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 7.5px 7px 7.5px;
    border-color: transparent transparent #000 transparent;
    position: absolute;
    left: 50%;
    top: -7px;
    margin-left: -7px;
}
.upload-video ul li a:hover {
	background: #434343;
	color: #fff;
}
.upload-video .fa {
	margin-right: 3px;
}
.social-bookmarks {
	width: 184px;
	float: right;
	margin: 33px 0 0 30px;
}
.header-icons {
	float: right;
	text-align: center;
	border-left: 1px solid #222222;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-left: 5px;
	margin-left: 15px;
}
.search-btn {
	display: none;
}
.header-icons > div {
	float: left;
	position: relative;
	margin-left: 10px;
	cursor: pointer;
}
.header-icons span {
	display: block;
	width: 30px;
	height: 30px;
	background: #161616;
	color: #fff;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	line-height: 30px;
	cursor: pointer;
}
.header-icons span:hover {
	color: #ffc300;
	background: #000;
}
.langs ul {
	position: absolute;
	left: 50%;
	top: 100%;
	margin-left: -45px;
	width: 90px;
}
/* navigation */
.navigation {
	background: #1f1f1f;
	height: 35px;
	position: relative;
	/*z-index: 10;*/
	overflow: hidden;
	clear: both;
}
.navigation .button,
.menu-btn {
	display: none;
	margin: 0;
	padding: 0;
	border: none;
	outline: none;
	cursor: pointer;
	float: left;
	background: none;
	width: 29px;
	margin-top: 30px;
}
.navigation .button .icon,
.menu-btn .icon {
	display: inline-block;
	height: 20px;
	width: 29px;
	position: relative;
}
.navigation .button .ico-bar,
.menu-btn .ico-bar {
	background: #e4e4e4;
	height: 4px;
	width: 100%;
	position: absolute;
	-webkit-transition: 0.1s ease-in-out;
	-moz-transition: 0.1s ease-in-out;
	-o-transition: 0.1s ease-in-out;
	transition: 0.1s ease-in-out;
	left: 0;
}
.navigation .button .ico-bar:first-child,
.menu-btn .ico-bar:first-child {
	top: 0;
}
.navigation .button .ico-bar:nth-child(2),
.menu-btn .ico-bar:nth-child(2) {
	top: 8px;
}
.navigation .button .ico-bar:nth-child(3),
.menu-btn .ico-bar:nth-child(3) {
	top: 16px;
}
.navigation.open .button .ico-bar,
.menu-btn.active .ico-bar {
	left: 4px;
}
.navigation.open .button .ico-bar:first-child,
.menu-btn.active .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),
.menu-btn.active .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),
.menu-btn.active .ico-bar:nth-child(2) {
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
}
.navigation .primary {
	overflow: hidden;
}
.navigation .primary li {
	float: left;
	font-size: 14px;
	line-height: 36px;
}
.navigation .primary a {
    display: block;
    color: #dec34b;
    padding: 0 20px;
    text-transform: uppercase;
    font-weight: bold;
}
.navigation .primary li:first-child a {
	padding-left: 0;
}
/*.navigation .primary .selected a {
	background: none;
	color: #fff;
}*/
/*.navigation .primary .selected a:hover {
	background: none;
	color: #5e5e5e;
}*/
.navigation .primary a:hover {
	color: #fff;
	/*border-bottom: 2px solid #ffc300;*/
}
.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 #d5d5d5;
	border-width: 1px 0 0;
	display: block;
}
/* footer */
.footer {
	margin-top: 20px;
	width: 100%;
	color: #555555;
	font-size: 11px;
	line-height: 16px;
	background: #000;
	padding: 10px 0;
	border-top: 3px solid #343434;
}
.footer .footer-wrap {
	max-width: 1235px;
	padding: 0 5px;
	margin: 0 auto;
	overflow: hidden;
}
.footer a {
	color: #555555;
	text-decoration: underline;
}
.footer a:hover {
	color: #888888;
}
.footer .nav {
	width: 100%;
	overflow: hidden;
	padding: 8px 0;
	text-align: center;
}
.footer .nav li {
	display: inline-block;
	vertical-align: top;
	padding: 0 5px;
	position: relative;
}
.footer .nav li:first-child:before {
	content: "";
}
.footer .nav a {
	display: block;
	padding: 8px 10px;
	font-size: 14px;
	line-height: 16px;
	color: #b5b4b4;
	text-decoration: none;
}
.footer .nav a:hover {
	color: #f9a30c;
}
.footer .copyright {
	float: left;
	padding: 2px 0 2px 41px;
	min-height: 31px;
	background: url('../../images/ico-copy.png') no-repeat;
	margin: 16px 50px 0 43px;
}
.footer .txt {
	margin: 18px 43px 0 0;
	text-align: right;
	overflow: hidden;
}
.box {
	overflow: hidden;
}
.box.message {
	font-size: 14px;
	line-height: 16px;
	margin-bottom: 400px;
}
.logo-footer {
	display: block;
	height: 35px;
	width: auto;
	margin: 0 auto;
}
/* headings *****/
.headline {
	/*padding: 36px 0 20px 0;*/
	margin: 20px 0;
}
.headline:after {
	content: "";
	display: block;
	clear: both;
}
.headline .fa {
	float: right;
	font-size: 18px;
	color: #343434;
	margin: 4px 0 0 15px;
}
.headline b {
	display: block;
	overflow: hidden;
	height: 1px;
	background: #323232;
	margin-top: 12px;
}
.headline h1,
.headline h2 {
	position: relative;
}
.headline .line {
	overflow: hidden;
	padding: 0 0 0 15px;
}
.headline .line span {
	background: #323232;
	display: block;
	height: 1px;
	overflow: hidden;
	margin-top: 14px;
}
/*.headline .line:after {
	content: "\f03d";
	position: absolute;
	right: 0;
	top: 0;
}*/
h1,
h2 {
	float: left;
	color: #bbbbbb;
	padding: 0 2px;
	font-size: 20px;
	line-height: 25px;
}
h1 a,
h2 a {
	text-decoration: underline;
}
.sort {
	background: #343434;
	float: right;
	min-width: 140px;
	position: relative;
	cursor: pointer;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	margin-left: 15px;
}
.sort:after {
	content: "\f103";
	font-family: 'FontAwesome';
	border-left: 1px solid #161616;
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	width: 25px;
	height: 100%;
	text-align: center;
	color: #909090;
	line-height: 25px;
}
.sort:hover {
	border-radius: 10px 10px 0 0;
}
.sort .icon {
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	display: none !important;
}
.sort .type-sort {
	background: url('../../images/ico-sort.png') 5px 5px no-repeat;
}
.sort .type-video {
	background: url('../../images/ico-video.png') 5px 4px no-repeat;
}
.sort .type-fav {
	background: url('../../images/ico-favourite.png') 5px 5px no-repeat;
}
.sort .type-visibility {
	background: url('../../images/ico-private.png') 5px 4px no-repeat;
}
.sort .type-edit {
	background: url('../../images/ico-edit.png') 5px 5px no-repeat;
}
.sort strong {
	display: block;
	font-size: 13px;
	line-height: 25px;
	padding: 0 10px;
	white-space: nowrap;
	color: #959595;
	cursor: pointer;
	max-width: 200px;
	overflow: hidden;
	font-weight: normal;
}
.sort:hover strong {
	color: #ffffff;
}
.sort:hover ul {
	display: block;
}
.sort ul {
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	z-index: 100;
	display: none;
	overflow: hidden;
	background: #343434;
	padding: 5px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border-radius: 0 0 10px 10px;
	-webkit-border-radius: 0 0 10px 10px;
	-moz-border-radius: 0 0 10px 10px;
}
.sort ul a {
	display: block;
	padding: 5px 8px;
	font-size: 12px;
	line-height: 15px;
	color: #959595;
}
.sort ul a:hover {
	color: #fff;
	background: #000;
	cursor: pointer;
}
.headline .button,
.headline .more {
	float: right;
	color: #4e4e4e;
	height: 19px;
	margin-left: 3px;
	padding: 6px 0 0;
	background: #f1f1f1;
	background: -moz-linear-gradient(top, #f1f1f1 0%, #d8d8d8 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f1f1f1), color-stop(100%, #d8d8d8));
	background: -webkit-linear-gradient(top, #f1f1f1 0%, #d8d8d8 100%);
	background: -o-linear-gradient(top, #f1f1f1 0%, #d8d8d8 100%);
	background: -ms-linear-gradient(top, #f1f1f1 0%, #d8d8d8 100%);
	background: linear-gradient(to bottom, #f1f1f1 0%, #d8d8d8 100%);
	border-radius: 2px;
	-webkit-border-radius: 2px;
}
.headline .button {
	margin-left: 15px;
}
.headline .more {
	position: relative;
}
.headline .button.done,
.headline .button.done:hover,
.headline .button.disabled,
.headline .button.disabled:hover {
	color: #9b9b9b;
	cursor: default;
	background: #f1f1f1;
	background: -moz-linear-gradient(top, #f1f1f1 0%, #d8d8d8 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f1f1f1), color-stop(100%, #d8d8d8));
	background: -webkit-linear-gradient(top, #f1f1f1 0%, #d8d8d8 100%);
	background: -o-linear-gradient(top, #f1f1f1 0%, #d8d8d8 100%);
	background: -ms-linear-gradient(top, #f1f1f1 0%, #d8d8d8 100%);
	background: linear-gradient(to bottom, #f1f1f1 0%, #d8d8d8 100%);
}
.headline .button.done *,
.headline .button.disabled * {
	cursor: default;
}
.headline .button span {
	padding: 0 9px;
}
.headline .button.done span {
	background: url('../../images/ico-checkmark.png') 4px -2px no-repeat;
	padding: 0 9px 0 23px;
}
.headline .more span {
	font-weight: bold;
	padding: 0 25px 0 9px;
}
.headline .more:after {
	content: '';
	border-left: 4px solid #4e4e4e;
	border-top: 3px solid transparent;
	border-bottom: 3px solid transparent;
	display: block;
	position: absolute;
	top: 10px;
	right: 8px;
}
.headline .button:hover,
.headline .more:hover {
	color: #ffffff;
	background: #a4a4a4;
	background: -moz-linear-gradient(top, #a4a4a4 0%, #8b8b8b 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #a4a4a4), color-stop(100%, #8b8b8b));
	background: -webkit-linear-gradient(top, #a4a4a4 0%, #8b8b8b 100%);
	background: -o-linear-gradient(top, #a4a4a4 0%, #8b8b8b 100%);
	background: -ms-linear-gradient(top, #a4a4a4 0%, #8b8b8b 100%);
	background: linear-gradient(to bottom, #a4a4a4 0%, #8b8b8b 100%);
}
.headline .more:hover:after {
	border-left: 4px solid #ffffff;
}
.headline .button-info {
	position: relative;
	float: right;
	height: 17px;
	margin: 5px 0 0 10px;
	padding: 3px 8px 0 8px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	color: #4e4e4e;
	background: #bcbcbc;
}
.headline .button-info:before {
	position: absolute;
	content: "";
	border-top: 5px solid transparent;
	border-bottom: 5px solid transparent;
	border-right: 5px solid #bcbcbc;
	left: -5px;
	top: 5px;
}
.empty-content {
	padding: 15px 15px 0;
	font-size: 14px;
	line-height: 16px;
}
/* tags cloud *****/
.tags-cloud {
	margin-top: 20px;
	background: #272727 url('../../images/bg-grey.gif');
	padding: 10px 20px;
}
.tags-cloud a {
	font-weight: normal !important;
	margin: 3px 0;
	display: inline-block;
	vertical-align: top;
	margin: 10px 0;
}
.tags-cloud .all {
	display: block;
	text-align: center;
	margin: 10px 0 0;
	font-size: 14px;
	font-weight: bold;
	line-height: 16px;
}
/* search cloud *****/
.search-cloud {
	margin-top: 20px;
	text-align: center;
	padding: 15px;
	font-size: 14px;
}

.search-cloud a {
	color: #d2b760;
	background: #2c2c2c;
	padding: 5px 10px;
	display: inline-block;
	vertical-align: top;
	margin: 0 5px 10px;
	border-radius: 4px;
	-webkit-border-radius: 4px;
}

.search-cloud a.blurred-text {
	color: transparent;
	text-shadow: 0 0 7px rgba(210,183,96, 0.9);
}
/* advertisement boxes *****/
.spot img,
.spot embed,
.spot object,
.spot iframe {
	vertical-align: bottom;
}
/* top ad */
.top a {
	display: block;
	margin: 31px 0 0;
	width: 100%;
	overflow: hidden;
}
.top img {
	width: 100%;
	height: auto;
}
/* list ads */
.place {
	float: right;
	width: 315px;
	padding: 2px 40px;
	overflow: hidden;
	background: #1a1a1a;
	margin-left: 15px;
	position: relative;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	box-shadow: inset 0 0 30px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: inset 0 0 30px rgba(0, 0, 0, 0.2);
}
.margin-fix .place {
	margin-top: 15px;
}
.place .spot {
	overflow: hidden;
}
.place .spot a {
	width: 315px;
	height: 300px;
	background: #000000;
	overflow: hidden;
	display: block;
}
.list-videos .place,
.list-playlists .place {
	height: 683px;
}
.list-videos .spot,
.list-playlists .spot {
	padding: 27px 0 0;
}
.list-albums .place {
	height: 659px;
}
.list-albums .spot {
	padding: 20px 0 0;
}
/* bottom adv */
.bottom-adv {
	margin: 30px 0 10px;
	text-align: center;
	font-size: 0;
}
.bottom-adv .spot {
	display: inline-block;
	vertical-align: top;
	width: 300px;
	overflow: hidden;
	margin: 1px;
	padding: 5px;
	background: #2c2c2c;
}
.bottom-adv .spot a {
	width: 300px;
	height: 250px;
	background: #000000;
	overflow: hidden;
	display: block;
}
/* lists *****/
.list-comments,
.list-subscriptions,
.list-playlists,
.list-members,
.list-messages,
.list-models,
.list-sponsors,
.list-channels,
.list-categories,
.list-tags,
.list-albums,
.list-albums-images,
.list-videos,
.list-videos-screenshots {
	overflow: hidden;
	width: 100%;
	text-align: center;
}
.margin-fix {
	margin: -10px 0 0 -10px;
}
.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: -23px 0 0 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: 10px 0 0 10px;
}
.hd-label {
	position: absolute;
	right: 3px;
	top: 3px;
	color: #ffc300;
	font: 900 italic 14px/16px 'Roboto';
	display: block;
	padding: 3px;
	background: rgba(0,0,0,0.5);
}
.list-playlists .item,
.list-categories .item,
.list-members .item,
.list-models .item,
.list-sponsors .item,
.list-channels .item,
.list-albums .item,
.list-albums-images .item,
.list-videos .item,
.list-videos-screenshots .item {
	display: inline;
	float: left;
	text-align: left;
	margin: 10px 0 0 10px;
	width: calc(20% - 10px);
	padding: 0;
	background: #323232;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border: 1px solid #505050;
}

.list-categories .item {
	width: calc(16.666666666% - 10px);
}


.list-sponsors .item {
	width: calc(33.333333333% - 10px);
}
.list-videos .item {
	cursor: pointer;
}
.list-models .item {
	width: calc(16.66666666666% - 10px);
}
.list-models .item:hover {
	border-color: #ccc;
}
.list-playlists .item a,
.list-members .item a,
.list-models .item a,
.list-sponsors .item a,
.list-channels .item a,
.list-categories .item a,
.list-albums .item a,
.list-videos .item a {
	display: block;
	outline: 0;
}
.list-tags .item a {
	padding-left: 10px;
}
.list-videos-screenshots .item {
	width: 110px;
}
.list-albums-images .item {
	width: 200px;
}
.list-models .item,
.list-sponsors .item,
.list-channels .item,
.list-categories .item {
	/*padding: 2px 2px 10px;
	padding: 2px;*/
}
/*.list-playlists .item:hover,
.list-members .item:hover,
.list-models .item:hover,
.list-sponsors .item:hover,
.list-channels .item:hover,
.list-categories .item:hover,
.list-albums .item:hover,
.list-videos .item:hover {
	background: #1a1a1a;
	border-color: #488814;
}*/
.list-members .item.unread {
	background: #1a1a1a;
}
.list-tags .item {
	float: left;
	text-align: left;
	margin-top: 15px;
	width: 20%;
}
.item em {
	color: #e3e3e3;
}
.item .img {
	position: relative;
	overflow: hidden;
}
/*.list-models .img,
.list-sponsors .img,
.list-channels .img {
	width: 300px;
	height: 169px;
}
.list-videos .img,
.list-playlists .img,
.list-categories .img {
	width: 300px;
	height: 169px;
}
.list-members .img {
	width: 180px;
	height: 180px;
}
.list-videos-screenshots .img {
	width: 110px;
	height: 82px;
}
.list-albums .img {
	width: 180px;
	height: 240px;
}
.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;
}
.item.disabled .img img {
	opacity: 0.3;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
	filter: alpha(opacity=30);
}
.list-members .img .no-thumb {
	line-height: 180px;
}
.list-models .img .no-thumb,
.list-sponsors .img .no-thumb,
.list-channels .img .no-thumb,
.list-categories .img .no-thumb {
	line-height: 260px;
}
.list-albums-images .img .no-thumb {
	line-height: 150px;
}
.list-playlists .img img.video2,
.list-playlists .img img.video3,
.list-playlists .img img.video4,
.list-playlists .img img.video5 {
	position: absolute;
	width: 60px;
	height: auto;
	border: 2px solid #7c7c7c;
	opacity: 0.8;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	filter: alpha(opacity=80);
}
.list-playlists .img img.video2:hover,
.list-playlists .img img.video3:hover,
.list-playlists .img img.video4:hover,
.list-playlists .img img.video5:hover {
	z-index: 5;
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
}
.list-playlists .img img.video2 {
	right: 25px;
	top: 5px;
	z-index: 3;
}
.list-playlists .img img.video3 {
	right: 15px;
	top: 15px;
	z-index: 2;
}
.list-playlists .img img.video4 {
	right: 5px;
	top: 25px;
	z-index: 1;
}
.list-playlists .img .no-thumb {
	line-height: 135px;
}
.item .title {
	margin: 7px 2px 5px;
	/*height: 28px;*/
	font-size: 12px;
	height: 15px;
	overflow: hidden;
	display: block;
	color: #d2b760;
	font-weight: normal;
}
.list-models .title,
.list-sponsors .title {
	height: auto;
	font-size: 15px;
	line-height: 18px;
}
/*.item:hover .title {
	color: #fff;
}*/
.item.disabled .title,
.item.processing .title {
	color: #808080;
}
.item.error .title {
	color: #fc5729;
}
/*.list-members .item .title,
.list-models .item .title,
.list-sponsors .item .title,
.list-channels .item .title {
	height: 14px;
}*/
.list-categories .item .title {
	color: #d2b760;
	font-size: 16px;
	line-height: 28px;
	margin: 0 5px;
	height: auto;
}
.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 {
	color: #ffffff;
	float: left;
	height: 14px;
	margin: 5px 2px;
}
.list-subscriptions .item .title:hover {
	color: #f56c08;
}
.item .wrap {
	margin: 0 5px 2px 5px;
	color: #8a8a8a;
	overflow: hidden;
}
.item .wrap:after {
	content: "";
	display: block;
	clear: both;
}
.item .duration {
	display: block;
	position: absolute;
	left: 3px;
	bottom: 3px;
	background: rgba(0,0,0,0.5);
	padding: 3px;
	color: #ccc;
	font-size: 11px;
}
/*.item .duration,
.item .added,
.item .photos,
.item .videos,
.item .albums,
.item .user {

}*/
.list-categories .videos {
	display: block;
	position: absolute;
	right: 5px;
	bottom: 5px;
	background: rgba(0,0,0,0.5);
	padding: 2px 5px;
}
.item .views {
	float: right;
}
.item.unread .views {
	color: #f56c08;
	font-weight: bold;
}
.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: #d4d4d4;
	background: url('../../images/ico-rating-positive.png') no-repeat 100% 0;
}
.item .negative {
	color: #fc5729;
	background: url('../../images/ico-rating-negative.png') no-repeat 100% 3px;
}
.item.private .thumb,
.item .thumb.private {
	opacity: 0.2;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
	filter: alpha(opacity=20);
}
.item .ico-private {
	padding: 0 0 0 20px;
	background: url('../../images/ico-private.png') no-repeat;
}
.item .ico-fav-0 {
	width: 24px;
	height: 24px;
	position: absolute;
	display: none;
	top: 4px;
	left: 4px;
	/*background: #000000 url('../images/ico-favourite.png') 4px 5px no-repeat;*/
	background: #000;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	opacity: 0.6;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
	filter: alpha(opacity=60);
}
.item .ico-fav-1 {
	width: 24px;
	height: 24px;
	position: absolute;
	display: none;
	top: 4px;
	right: 4px;
	/*background: #000000 url('../images/ico-later.png') 3px 3px no-repeat;*/
	background: #000;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	opacity: 0.6;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
	filter: alpha(opacity=60);
}
.item .ico-fav-0:before {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	content: "\f004";
	font-family: "FontAwesome";
	text-align: center;
	line-height: 24px;
	font-size: 12px;
}
.item .ico-fav-1:before {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	content: "\f017";
	font-family: "FontAwesome";
	text-align: center;
	line-height: 24px;
	font-size: 16px;
}
.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,
.item .ico-fav-0.fixed,
.item .ico-fav-1.fixed {
	display: block;
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
}
.line-disabled,
.line-error,
.line-processing {
	position: absolute;
	top: 50%;
	left: 15%;
	width: 70%;
	margin-top: -13px;
	text-align: center;
	background: #000000;
	padding: 3px 0;
	color: #8a8a8a;
	font-size: 16px;
	font-weight: bold;
	line-height: 20px;
	opacity: 0.7;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
	filter: alpha(opacity=70);
}
.line-error {
	color: #fc5729;
}
.line-premium,
.line-private {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	text-align: center;
	background: #000000;
	padding: 3px 0;
	color: #fc5729;
	font-weight: bold;
	opacity: 0.7;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
	filter: alpha(opacity=70);
}
.line-premium {
	color: #fc5729;
}
.list-members .unread-notification {
	position: absolute;
	left: 5px;
	top: 5px;
	padding: 3px 5px;
	background: #f56c08;
	color: #ffffff;
}
.list-playlists .item-control,
.list-channels .item-control,
.list-members .item-control,
.list-videos .item-control,
.list-videos-screenshots .item-control,
.list-albums .item-control,
.list-albums-images .item-control {
	text-align: center;
	background: url('../../images/divider.png') repeat-x;
	margin: 10px 0 5px 0;
	padding: 10px 0 0;
}
.list-subscriptions .item-control {
	float: right;
}
.item-control .item-control-holder {
	display: inline-block;
	background: #cccccc;
	overflow: hidden;
	vertical-align: top;
	border-radius: 3px;
	-webkit-border-radius: 3px;
}
.item-control .toggle-button {
	float: left;
	padding: 4px 8px;
	margin: 0 1px 0 0;
}
.item-control .toggle-button:last-child {
	margin: 0;
}
.list-comments .item {
	margin: 10px 0 0 10px;
	padding: 15px 0 5px 0;
	color: #b3afaf;
	text-align: left;
}
.list-comments .item + .item {
	border-top: 1px solid #343434;
}
.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 .image {
	float: left;
	width: 60px;
	height: 60px;
	margin: 0 6px 0 0;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	overflow: hidden;
}
.list-comments .image img {
	width: 60px;
	height: 60px;
	display: block;
}
.list-comments .image .no-thumb {
	background: #343434;
	display: block;
	width: 60px;
	height: 60px;
	color: #ccc;
	font-size: 11px;
	line-height: 60px;
	text-align: center;
}
.list-comments .comment-options {
	display: block;
	overflow: hidden;
	font-size: 15px;
	line-height: 18px;
	float: right;
	margin-bottom: 5px;
}
.list-comments .comment-options:after {
	content: "";
	display: block;
	clear: both;
}
.list-comments .comment-options a {
	padding: 2px 5px;
	float: left;
	margin: 0 0 0 5px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	color: #343434;
}
.list-comments .comment-options a:hover {
	color: #fea70c;
}
.list-comments .comment-options a.disabled {
	cursor: default;
	color: #808080;
}
.list-comments .comment-options span {
	padding: 2px 10px;
	float: left;
}
.list-comments .comment-options .positive {
	color: #bfd128;
	padding-right: 20px !important;
}
.list-comments .comment-options .negative {
	color: #fc5729;
	padding-right: 20px !important;
}
.list-comments .text {
	overflow: hidden;
}
.list-comments .comment-info {
	display: block;
	float: left;
	margin: 0 15px 5px 0;
	color: #b2b2b2;
}
.list-comments p {
	display: block;
	font: 14px/17px 'Roboto', Helvetica, sans-serif !important;
	padding: 5px 10px;
	color: #b3afaf;
}
.list-comments .dim-comment p {
	opacity: 0.1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=10)";
	filter: alpha(opacity=10);
}
.list-comments .dim-comment:hover p {
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
}
.list-comments .username {
	color: #ccac51;
	font-size: 16px;
	line-height: 18px;
	padding: 0 5px 0 0;
}
.list-comments a.username:hover {
	color: #fea70c;
}
.list-subscriptions .item {
	float: left;
	text-align: left;
	width: 487px;
	margin: 10px 0 0 10px;
	color: #ffffff;
	padding: 5px;
	background: #414141;
	background: -moz-linear-gradient(top, #414141 0%, #3e3e3e 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #414141), color-stop(100%, #3e3e3e));
	background: -webkit-linear-gradient(top, #414141 0%, #3e3e3e 100%);
	background: -o-linear-gradient(top, #414141 0%, #3e3e3e 100%);
	background: -ms-linear-gradient(top, #414141 0%, #3e3e3e 100%);
	background: linear-gradient(to bottom, #414141 0%, #3e3e3e 100%);
	border-radius: 3px;
	-webkit-border-radius: 3px;
}
.list-subscriptions .item:after {
	content: "";
	display: block;
	clear: both;
}
.list-messages .item {
	position: relative;
	text-align: left;
	margin: 15px 42px 0 15px;
	overflow: hidden;
	background: #414141;
	border-radius: 3px;
	-webkit-border-radius: 3px;
}
.list-messages .item.me {
	margin: 15px 0 0 57px;
	background: #2f2f2f;
}
.list-messages .item.grouped,
.list-messages .item.me.grouped {
	margin-top: -3px;
}
.list-messages .item.editing {
	background: #1a1a1a;
}
.list-messages .image {
	float: left;
	width: 36px;
	height: 36px;
	overflow: hidden;
	margin: 3px;
}
.list-messages .image:hover {
	opacity: 0.7;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
	filter: alpha(opacity=70);
}
.list-messages .image a {
	outline: none;
}
.list-messages .image img,
.list-messages .image .no-thumb {
	display: block;
	width: 36px;
	height: 36px;
	background: #000000;
}
.list-messages .item.grouped .image img,
.list-messages .item.grouped .image .no-thumb {
	display: none;
}
.list-messages .message-text {
	display: block;
	padding: 10px;
	font-size: 14px;
	line-height: 20px;
	overflow: hidden;
	color: #ffffff;
}
.list-messages .item.deleted .message-text {
	color: #808080;
}
.list-messages .message-text .inline-text {
	display: block;
	padding-top: 5px;
	font-style: italic;
}
.list-messages .added {
	position: relative;
	float: right;
	padding: 10px 20px 10px 30px;
	color: #808080;
	line-height: 20px;
}
.list-messages .added.editable {
	padding-right: 25px;
	background: url('../../images/ico-edit-message.png') right 10px no-repeat;
	cursor: pointer;
}
.list-messages .added.editable:hover {
	color: #d9d9d9;
}
.list-messages .item.new .added:after {
	display: block;
	position: absolute;
	content: '';
	background: #f56c08;
	width: 8px;
	height: 8px;
	top: 16px;
	left: 12px;
	-webkit-border-radius: 50%;
	border-radius: 50%;
}
.list-messages .load-more {
	margin-top: 15px;
}
.message-form {
	background: #272727 url('../../images/bg-grey.gif');
	margin-top: 15px;
	padding: 10px;
	overflow: hidden;
	border-radius: 5px;
	-webkit-border-radius: 5px;
}
/* pagination */
#lj_pagination li {
	float: none !important;
}
#lj_pagination .active {
	background: #161616;
}
#lj_pagination .active span {
	color: #fea70c !important;
}

.pagination {
	margin: 20px 0 0 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 {
	float: left;
	color: #959595;
	text-align: center;
	background: #343434;
	margin: 0 4px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	overflow: hidden;
	font-size: 13px;
	line-height: 30px;
	display: inline-block;
}
.pagination a,
.pagination span {
	display: block;
	min-width: 30px;
	height: 30px;
	color: #959595;
}
.pagination a:hover,
.pagination .page-current span {
	color: #fea70c;
	background: #161616;
}
.pagination .prev,
.pagination .next {
	display: none;
	min-width: 120px;
}
.pagination .first,
.pagination .last {
	min-width: 60px;
	border-radius: 20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
}
/* load-more */
.load-more {
	margin: 10px 0 0 0;
	text-align: center;
}
.load-more a {
	display: inline-block;
	padding: 12px 28px 14px;
	font-weight: bold;
	background: #343434;
	color: #959595;
	border-radius: 20px;
	-webkit-border-radius: 20px;
}
.load-more a:hover {
	color: #f9a30c;
	background: #000000;
}
/* content */
.content,
.main-content {
	width: 100%;
	overflow: hidden;
}
.main-container {
	overflow: hidden;
}
.main-container-user {
	overflow: hidden;
}
/* sidebar */
.sidebar {
	float: left;
	width: 195px;
	margin: 0 10px 0 0;
}
.sidebar .comments,
.sidebar .list,
.sidebar .filter {
	overflow: hidden;
	background: #323232;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	border: 1px solid #505050;
	padding: 6px;
}
.sidebar .comments li,
.sidebar .list li,
.sidebar .filter li {
	overflow: hidden;
	font-size: 13px;
}
.sidebar .list a {
	display: block;
	padding: 4px;
	color: #bfbaaa;
	background: transparent;
	position: relative;
}
.sidebar .list a:before {
	content: "\f142";
	font-family: 'FontAwesome';
	margin-right: 10px;
	color: #505050;
}
.sidebar .list a:hover {
	color: #ffdd00;
	background: #000000;
	border-radius: 20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
}
.sidebar .list .rating {
	float: right;
	color: #999999;
}
.sidebar .list a:hover .rating {
	color: #999999;
}
.sidebar .comments .comment-text {
	font-size: 14px;
	font-style: italic;
	line-height: 16px;
	padding: 10px;
	color: #999999;
}
.sidebar .comments .comment-text a {
	color: #ffffff;
}
.sidebar .comments .comment-text a:hover {
	color: #f56c08;
}
.sidebar .comments .comment-info {
	padding: 0 10px 10px 10px;
	overflow: hidden;
}
.sidebar .comments .image {
	float: left;
	width: 30px;
	height: 30px;
	overflow: hidden;
	background: #000000;
}
.sidebar .comments .image img,
.sidebar .comments .image .no-thumb {
	display: block;
	width: 100%;
	height: 100%;
	text-align: center;
}
.sidebar .comments .username {
	height: 14px;
	overflow: hidden;
	padding: 0 5px 3px 5px;
}
.sidebar .comments .username a,
.sidebar .comments .username span {
	color: #ffffff;
}
.sidebar .comments .username a:hover {
	color: #f56c08;
}
.sidebar .comments .added {
	padding: 0 5px;
	overflow: hidden;
	color: #999999;
}
.sidebar .filter li {
	position: relative;
	background: transparent;
}
.sidebar .filter li:hover {
	background: #1a1a1a;
}
.sidebar .filter li * {
	cursor: pointer;
}
.sidebar .filter li input {
	position: absolute;
	left: 16px;
	width: 14px;
	height: 14px;
	top: 10px;
}
.sidebar .filter li label {
	display: block;
	padding: 10px 12px 13px 34px;
	font-size: 12px;
	font-weight: bold;
	line-height: 14px;
	color: #ffffff;
}
.sidebar .filter li:hover label {
	color: #f56c08;
}
.sidebar label.group {
	display: block;
	padding: 10px 12px 2px 14px;
	color: #ffffff;
}
.sidebar label.group:after {
	content: ":";
}
.sidebar form {
	padding: 10px 12px 10px 14px;
}
.sidebar form .selectbox.age {
	width: 70px;
}
.sidebar form .button-group label {
	float: none;
}
.sidebar .alphabet {
	overflow: hidden;
	padding: 0 0 4px;
	background: #272727 url('../../images/bg-grey.gif');
	text-align: center;
	border-radius: 5px;
	-webkit-border-radius: 5px;
}
.sidebar .alphabet span,
.sidebar .alphabet a {
	display: inline-block;
	vertical-align: middle;
	width: 26px;
	height: 25px;
	text-align: center;
	color: #ffffff;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: bold;
	line-height: 24px;
	margin: 4px 0 0 0;
	border: 1px solid #343434;
	background: transparent;
	border-radius: 2px;
	-webkit-border-radius: 2px;
}
.sidebar .alphabet a.all {
	width: 36px;
}
.sidebar .alphabet a {
	cursor: pointer;
}
.sidebar .alphabet span {
	color: #808080;
}
.sidebar .alphabet a:hover {
	background: #1a1a1a;
	border-color: #1a1a1a;
	color: #f56c08;
}
/* block-channel */
.block-channel {
	padding: 10px;
	overflow: hidden;
	background: #272727 url('../../images/bg-grey.gif');
	border-radius: 5px;
	-webkit-border-radius: 5px;
}
.block-channel .img {
	position: relative;
	float: left;
	margin: 0 10px 0 0;
	width: 764px;
}
.block-channel .img img {
	display: block;
	width: 100%;
	height: auto;
	/*width: 360px;*/
	/*height: 200px;*/
}
.block-channel .img .no-thumb {
	display: block;
	width: 360px;
	height: 200px;
	text-align: center;
	line-height: 200px;
	background: #000000;
}
.block-channel .img .channel-user {
	position: absolute;
	left: 10px;
	bottom: 10px;
	padding: 3px 8px;
	background: #212121;
	font-weight: bold;
	opacity: 0.5;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	filter: alpha(opacity=50);
	border-radius: 2px;
	-webkit-border-radius: 2px;
}
.block-channel .img .channel-user:hover {
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
}
.block-channel .channel-info {
	overflow: hidden;
}
.block-channel .channel-list {
	background: #212121;
	overflow: hidden;
	color: #d8d8d8;
	font-size: 12px;
	margin: 0 0 5px;
	box-shadow: inset 0 0 30px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: inset 0 0 30px rgba(0, 0, 0, 0.2);
}
.block-channel .channel-list li {
	background: url('../../images/divider.png') repeat-x;
	overflow: hidden;
	padding: 5px 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: #292929;
	margin: 0 1px 0 0;
	border: 1px solid #333333;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.block-channel .channel-list .rating .full {
	border-color: #ff8e2a;
	background: #ff8e2a;
}
.block-channel .desc {
	background: #212121;
	color: #d8d8d8;
	font-size: 12px;
	line-height: 16px;
	padding: 4px 8px;
	height: 47px;
	overflow: hidden;
	box-shadow: inset 0 0 30px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: inset 0 0 30px rgba(0, 0, 0, 0.2);
}
.block-channel .desc.long {
	height: 196px;
}
.block-channel .channel-rating {
	float: right;
	width: 176px;
	overflow: hidden;
	margin-left: 10px;
}
.block-channel .channel-rating strong {
	display: block;
	text-align: center;
	color: #ffffff;
	margin: 0 0 6px;
	background: #212121;
	font-size: 72px;
	line-height: 116px;
}
.block-channel .channel-rating .btn {
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
/*.block-channel .channel-rating a,
.block-channel .channel-rating a.disabled:hover {
	text-align: center;
	display: block;
	height: 22px;
	padding: 8px 4px 0 4px;
	color: #4e4e4e;
	overflow: hidden;
	white-space: nowrap;
	font-size: 12px;
	border: 1px solid transparent;
	background: #ffffff;
	background: -moz-linear-gradient(top, #ffffff 0%, #cccccc 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #cccccc));
	background: -webkit-linear-gradient(top, #ffffff 0%, #cccccc 100%);
	background: -o-linear-gradient(top, #ffffff 0%, #cccccc 100%);
	background: -ms-linear-gradient(top, #ffffff 0%, #cccccc 100%);
	background: linear-gradient(to bottom, #ffffff 0%, #cccccc 100%);
	border-radius: 3px;
	-webkit-border-radius: 3px;
}
.block-channel .channel-rating a.disabled,
.block-channel .channel-rating a.disabled:hover {
	color: #9b9b9b;
	border-color: transparent;
	cursor: default;
	background: #ffffff;
	background: -moz-linear-gradient(top, #ffffff 0%, #cccccc 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #cccccc));
	background: -webkit-linear-gradient(top, #ffffff 0%, #cccccc 100%);
	background: -o-linear-gradient(top, #ffffff 0%, #cccccc 100%);
	background: -ms-linear-gradient(top, #ffffff 0%, #cccccc 100%);
	background: linear-gradient(to bottom, #ffffff 0%, #cccccc 100%);
}
.block-channel .channel-rating a:hover {
	color: #f56c08;
	border-color: transparent;
	background: #1e1e1e;
}*/
/* block-model */
.block-model {
	padding: 10px;
	overflow: hidden;
	/*background: #272727 url('../images/bg-grey.gif');*/
	/*background: #161616;*/
	background: #2c2c2c;
	border: 1px solid #505050;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	margin-bottom: 20px;
}
.block-model .img {
	float: left;
	margin: 0 25px 0 0;
}
.block-model .img img {
	display: block;
	width: 280px;
	height: auto;
}
.block-model .img .super-wrap {
	margin-top: 10px;
}
.block-model .img .no-thumb {
	display: block;
	width: 280px;
	height: 200px;
	text-align: center;
	line-height: 200px;
	background: #000000;
}
.model-info {
	overflow: hidden;
}
.block-model .model-list {
	overflow: hidden;
}
.block-model .model-list li {
	font-size: 13px;
	line-height: 17px;
	color: #a9a9a9;
	width: 50%;
	float: left;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin-bottom: 15px;
	padding-right: 15px;
	font-weight: 300;
}
.block-model .model-list li a {
	color: #ccac51;
}
.block-model .model-list li span {
	color: #ccac51;
	font-size: 14px;
	font-weight: 400;
	margin-left: 3px;
}
.block-model .desc {
	color: #b3afaf;
	font-size: 14px;
	line-height: 19px;
	overflow: hidden;
	margin-bottom: 20px;
}
.block-model .desc .headline {
	padding: 10px 0;
}
/*.block-model .website {
	background: #212121;
	color: #8a8a8a;
	padding: 9px;
	margin-top: 11px;
	overflow: hidden;
	box-shadow: inset 0 0 30px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: inset 0 0 30px rgba(0, 0, 0, 0.2);
}
.block-model .website span {
	color: #e3e3e3;
}*/
/* video / album common */
.sponsor {
	width: 100%;
	overflow: hidden;
	margin: 10px 0 0;
}
.sponsor img {
	width: 100%;
	height: auto;
}
.info-holder {
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	/*padding: 10px;*/
	max-height: 30px;
	-webkit-transition: all 700ms linear;
	-moz-transition: all 700ms linear;
	-ms-transition: all 700ms linear;
	-o-transition: all 700ms linear;
	transition: all 700ms linear;
}
.playlist-info .info-holder {
	max-height: none;
}
.info-holder.expanded {
	max-height: 100000px;
}
.info-holder:after {
	content: "";
	display: block;
	clear: both;
}
.info-buttons {
	width: 100%;
	margin: 0 0 10px;
	text-align: center;
}
.info-buttons:after {
	content: "";
	display: block;
	clear: both;
}
.dropdown-btn {
	float: left;
	width: 30px;
	height: 30px;
	text-align: center;
	background: #000;
	float: left;
	line-height: 30px;
	font-size: 18px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	margin-top: 3px;
	color: #888888;
	text-decoration: none;
}
.dropdown-btn:hover {
	color: #fea70c;
}
.dropdown-btn .fa-angle-double-up {
	display: none;
}
.info-holder.expanded .dropdown-btn .fa-angle-double-up {
	display: inline-block;
}
.info-holder.expanded .dropdown-btn .fa-angle-double-down {
	display: none;
}
/* block-video */
.block-video {
	overflow: hidden;
	background: #2c2c2c;
	padding: 10px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border: 1px solid #505050
}
.block-video:after {
	content: "";
	display: block;
	clear: both;
}
.block-video .video-holder {
	overflow: hidden;
	/*border: 1px solid #505050;*/
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	/*padding: 3px;*/
	/*background: #161616;*/
}
.block-video .player {
	margin: 0 0 10px;
	border: 2px solid #1a1a1a;
	background: #000000;
}
.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,
.block-video .player .player-wrap #lj_player,
.block-video .player .player-wrap #kt_player_internal {
	position: absolute !important;
	left: 0 !important;
	top: 0 !important;
	width: 100% !important;
	height: 100% !important;
}
.block-video .player .player-wrap #kt_player.is-fullscreen {
	position: fixed !important;
}
.block-video .player .loading {
	display: block;
	text-align: center;
	font-size: 20px;
	font-weight: bold;
	line-height: 25px;
	color: #999999;
	padding: 50px 20px;
}
.block-video .no-player {
	display: block;
	position: relative;
	overflow: hidden;
}
.block-video .no-player img {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	opacity: 0.2;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
	filter: alpha(opacity=20);
}
.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: #999999;
}
.block-video .no-player .message em {
	font-size: 20px;
	font-weight: bold;
	line-height: 25px;
	color: #ffffff;
}
.block-video .no-player .message a {
	color: #ffffff;
}
.block-video .no-player .message a:hover {
	color: #f56c08;
}
.block-video .no-player .message form {
	display: block;
	padding: 20px 0 0 0;
}
.block-video .no-player .btn-play {
	position: absolute;
	width: 100%;
	height: 100%;
	background: url('../../player/btn_play.png') 50% 50% no-repeat;
}
.block-video .playlist {
	margin: 0 0 10px;
	padding: 7px;
	background: #161616;
	text-align: center;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}
.block-video .playlist-holder {
	overflow: hidden;
	font-size: 0;
	margin-left: -10px;
}
.block-video .playlist .item {
	display: inline-block;
	vertical-align: top;
	position: relative;
	/*width: 180px;*/
	width: calc(20% - 10px);
	border: 1px solid #505050;
	background: #323232;
	cursor: pointer;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 5px 0 5px 10px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	text-align: left;
}
.block-video .playlist .item.selected,
.block-video .playlist .item.selected:hover {
	border-color: #e8c320;
}
.block-video .playlist .item:hover {
	border-color: #ccc;
}
.block-video .playlist .item .img {
	width: 100%;
}
.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 .sponsor {
	border: 2px solid #1a1a1a;
	width: auto;
	margin: 10px 0;
}
.block-video .table {
	float: right;
	margin-left: 10px;
}
.block-video .table .opt {
	border: 2px solid #1a1a1a;
	margin: 0 0 10px;
	width: 315px;
	height: 300px;
	background: #000000;
}
.block-video .table .opt:last-child {
	margin: 0;
}
/* block-album */
.block-album {
	padding: 10px;
	overflow: hidden;
	margin: -3px 0 0;
	background: #272727 url('../../images/bg-grey.gif');
	border-radius: 5px;
	-webkit-border-radius: 5px;
}
.block-album .album-holder {
	overflow: hidden;
}
.block-album .images {
	position: relative;
	overflow: hidden;
	border: 2px solid #1a1a1a;
	padding: 7px;
	background: #000000;
	text-align: center;
}
.block-album .images span.item,
.block-album .images a.item {
	display: inline-block;
	vertical-align: top;
	border: 7px solid transparent;
	background: #000000;
}
.block-album .images span.item {
	opacity: 0.2;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
	filter: alpha(opacity=20);
}
.block-album .images a.item:hover {
	border-color: #f56c08;
}
.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: #999999;
}
.block-album .images .message em {
	font-size: 20px;
	font-weight: bold;
	line-height: 25px;
	color: #ffffff;
}
.block-album .images .message a {
	color: #ffffff;
}
.block-album .images .message a:hover {
	color: #f56c08;
}
.block-album .images .message form {
	display: block;
	padding: 20px 0 0 0;
}
.block-album .sponsor {
	border: 2px solid #1a1a1a;
	width: auto;
	margin: 10px 0;
}
.block-album .table {
	float: right;
	margin-left: 10px;
}
.block-album .table .opt {
	border: 2px solid #1a1a1a;
	margin: 0 0 10px;
	width: 315px;
	height: 300px;
	background: #000000;
}
.block-album .table .opt:last-child {
	margin: 0;
}
/* video / album rating */
.rating-container {
	float: left;
	margin: 3px 10px 0 0;
	vertical-align: top;
	height: 30px;
	overflow: hidden;
	width: 200px;
	background: #000;
	border-radius: 20px;
	-webkit-border-radius: 20px;
	text-align: center;
}
.block-model .rating-container {
	margin: 0 auto;
	float: none;
}
.rating-container .rate-like {
	float: left;
	overflow: hidden;
	width: 33px;
	height: 30px;
	line-height: 30px;
	border-right: 1px solid #343434;
	color: #888888;
}
.rating-container .rate-like.voted,
.rating-container .rate-like:hover {
	color: #fea70c;
	background: #000;
}
/*.rating-container .rate-like.disabled {
	background: url('../images/btn-vote.png') no-repeat;
}*/
.rating-container .rate-dislike {
	float: right;
	overflow: hidden;
	width: 33px;
	height: 30px;
	line-height: 30px;
	border-left: 1px solid #343434;
	color: #888888;
}
.rating-container .rate-dislike.voted,
.rating-container .rate-dislike:hover {
	color: #fea70c;
	background: #000;
}
/*.rating-container .rate-dislike.disabled {
	background: url('../images/btn-vote.png') no-repeat -34px 0;
}*/
.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: #b2b2b2;
	font-size: 10px;
	line-height: 11px;
	text-transform: uppercase;
	margin: 0 0 6px;
}
.rating-container .scale-holder {
	background: #343434;
	display: block;
	height: 4px;
	position: relative;
	width: 120px;
}
.rating-container .scale-holder .scale {
	position: absolute;
	left: 0;
	top: 0;
	height: 4px;
	background: #fea70c;
}
/* video / album add to favourites */
.btn-favourites {
	display: block;
	position: relative;
	float: left;
	width: 50px;
	height: 30px;
	margin: 3px 10px 0 0;
	text-align: center;
	color: #4e4e4e;
	background: #000000;
	border-radius: 20px;
	-webkit-border-radius: 20px;
}
.btn-favourites .ico-favourite {
	width: 18px;
	height: 15px;
	position: absolute;
	top: 8px;
	left: 6px;
	background: url('../../images/ico-favourite.png') no-repeat;
}
.btn-favourites .drop {
	display: block;
	width: 100%;
	height: 100%;
	cursor: pointer;
	line-height: 30px;
}
.btn-favourites .fa {
	vertical-align: top;
	line-height: 30px;
}
.btn-favourites .fa-heart {
	color: #fea70c;
	font-size: 14px;
	margin-right: 4px;
}
.btn-favourites .fa-chevron-down {
	color: #343434;
	font-size: 11px;
}
.btn-favourites ul {
	position: absolute;
	bottom: 100%;
	left: 50%;
	width: 160px;
	margin-left: -80px;
	z-index: 200;
	display: none;
	background: #000000;
	overflow: hidden;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}
.btn-favourites:hover ul {
	display: block;
}
.btn-favourites ul li a,
.btn-favourites ul li span {
	white-space: nowrap;
	padding: 8px;
	display: block;
	font-weight: bold;
	color: #888888;
	background: #000;
}
.btn-favourites ul li span {
	position: relative;
	padding: 8px 38px 8px 32px;
	background: #000;
}
.btn-favourites ul li span .delete {
	position: absolute;
	right: 8px;
	top: 8px;
	color: #9b9b9b;
	margin: 0 0 0 10px;
	text-decoration: none;
}
.btn-favourites ul li span .delete:hover {
	color: #888888;
}
.btn-favourites ul li a:hover {
	color: #fea70c;
	background: #1e1e1e;
}
.btn-favourites ul li span a {
	padding: 0;
	background: none;
	text-decoration: underline;
}
.btn-favourites ul li span a:hover {
	background: none;
}
.presented-by {
	color: #b2b2b2;
	float: right;
	line-height: 10px;
	font-size: 16px;
}
.presented-by span {
	font-size: 20px;
	color: #fea70c;
	font-weight: 600;
}
/* video / album tabs */
.tabs-menu {
	overflow: hidden;
	margin-bottom: 10px;
	border-bottom: 1px solid #343434;
	clear: both;
	text-align: left;
}
.tabs-menu li {
	margin: 10px 20px 0 0;
	display: inline-block;
	vertical-align: top;
	font-size: 16px;
}
.tabs-menu li a {
	color: #8e8e8e;
	display: inline-block;
	padding-bottom: 5px;
}
.tabs-menu li a:hover {
	color: #fff;
}
.tabs-menu li a.active {
	color: #fea70c;
	border-bottom: 2px solid #fea70c;
}
.tab-content {
	color: #999999;
	background: #161616;
	padding: 15px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}
/* video / album details */
.block-details {
	margin: -10px 0;
	overflow: hidden;
}
.block-details .info {
	overflow: hidden;
}
.block-details .item {
	width: 100%;
	overflow: hidden;
	padding: 5px 0;
	background: url('../../images/divider.png') repeat-x;
}
.block-details .item:first-child {
	background: none;
}
.block-details .item img {
	margin: 1px;
}
.block-details .item a {
	display: inline-block;
	color: #888888;
	margin: 2px;
	background: #252525;
	padding: 2px 10px;
	white-space: nowrap;
	border-radius: 3px;
	-webkit-border-radius: 3px;
}
.block-details .item a:hover {
	color: #fea70c;
	background: #181818;
}
.block-details .item span {
	float: left;
	padding-right: 48px;
	position: relative;
}
.block-details .item span:after {
	display: block;
	content: '|';
	position: absolute;
	right: 24px;
	top: 0;
	color: #999999;
}
.block-details .item span.added-by {
	float: right;
	padding: 0;
}
.block-details .item span.added-by:after {
	display: none;
}
.block-details .item span em {
	color: #ffffff;
	margin-left: 3px;
}
.block-details .block-user {
	float: right;
	margin: 10px 0 10px 10px;
	overflow: hidden;
	width: 150px;
}
.block-details .block-user .username {
	margin: 0 0 5px 0;
	font-weight: bold;
}
.block-details .block-user .avatar {
	display: block;
}
.block-details .block-user .avatar img,
.block-details .block-user .avatar .no-thumb {
	display: block;
	width: 150px;
	height: 150px;
	text-align: center;
	line-height: 150px;
	background: #000000;
}
/* video / album flagging */
.block-flagging {
	width: 100%;
	overflow: hidden;
}
.block-flagging .block-radios {
	float: left;
	margin-right: 20px;
}
.block-flagging .block-textarea {
	overflow: hidden;
}
.block-flagging .submit {
	margin: 11px 0 0;
}
/* video screenshots */
.block-screenshots {
	width: 100%;
	overflow: hidden;
	margin: -10px 0 0;
	text-align: center;
	font-size: 0;
}
.block-screenshots span.item,
.block-screenshots a.item {
	display: inline-block;
	vertical-align: top;
	border: 2px solid transparent;
	background: #000000;
	width: 20%;
/*	width: 167px;
	height: 126px;*/
	/*margin: 10px 0 0 0;*/
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.block-screenshots a.item:hover {
	border: 1px solid #f56c08;
}
.block-screenshots span.item img,
.block-screenshots a.item img {
/*	width: 167px;
	height: 126px;*/
	width: 100%;
	height: auto;
	display: block;
}
/* video / album sharing */
.block-share {
	width: 100%;
	overflow: hidden;
}
.block-share .block-bookmarks {
	float: right;
	width: 49%;
}
.block-share .middle {
	width: 50%;
}
.block-share .block-size {
	width: 100%;
	overflow: hidden;
	padding: 2px 0 0;
}
.block-share .block-size a {
	float: left;
	margin: 4px 10px 0 0;
/*	color: #373737;
	height: 23px;
	padding: 9px 17px 0;
	background: #d0d0d0;
	background: -moz-linear-gradient(top, #d0d0d0 0%, #b7b7b7 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #d0d0d0), color-stop(100%, #b7b7b7));
	background: -webkit-linear-gradient(top, #d0d0d0 0%, #b7b7b7 100%);
	background: -o-linear-gradient(top, #d0d0d0 0%, #b7b7b7 100%);
	background: -ms-linear-gradient(top, #d0d0d0 0%, #b7b7b7 100%);
	background: linear-gradient(to bottom, #d0d0d0 0%, #b7b7b7 100%);
	border-radius: 3px;
	-webkit-border-radius: 3px;*/
}
/*.block-share .block-size a:hover {
	color: #d9d9d9;
	background: #404040;
}
.block-share .custom-size {
	float: left;
	margin: 4px 0 0 0;
}*/
.block-share .custom-size {
	margin-top: 4px;
	overflow: hidden;
}
.block-share .custom-size label {
	float: left;
	margin: 0 9px 0 0;
	line-height: 34px;
}
.block-share .custom-size .textfield {
	float: left;
	width: 45px;
	margin: 0 8px 0 0;
	text-align: center;
}
/* video / album comments */
.block-comments .submit {
	background: #558c25;
	color: #fff;
	border-radius: 20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
}
.block-comments {
	width: 100%;
	overflow: hidden;
}
.model-comments {
	background: #161616;
	/*background: #2c2c2c;*/
	border: 1px solid #505050;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 10px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}
.block-comments .toggle-button {
	float: right;
}
.block-comments .block-new-comment {
	padding: 0 0 20px 0;
	display: none;
}
.block-comments .list-comments {
	background: url('../../images/divider.png') repeat-x 0 10px;
	padding: 20px 0 0;
	border-top: 1px solid #343434;
}
.block-comments .list-comments .super-wrap {
	padding: 0 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin-bottom: 5px;
}
/* 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;
	margin-bottom: 15px;
	border-bottom: 1px solid #343434;
}
.related-videos .list-sort li,
.related-albums .list-sort li {
	float: left;
	margin: 0 30px 0 0;
	overflow: hidden;
	border-radius: 3px 3px 0 0;
	-webkit-border-radius: 3px 3px 0 0;
}
.related-videos .list-sort li:last-child,
.related-albums .list-sort li:last-child {
	margin-right: 0;
}
.related-videos .list-sort a,
.related-albums .list-sort a,
.related-videos .list-sort span,
.related-albums .list-sort span {
	float: left;
	height: 30px;
	font-size: 16px;
	line-height: 30px;
	color: #c0c0c0;
	border-bottom: 2px solid transparent;
}
.related-videos .list-sort a:hover,
.related-albums .list-sort a:hover {
	color: #fea70c;
	border-bottom: 2px solid #fea70c;
}
.related-videos .list-sort span,
.related-albums .list-sort span {
	color: #fea70c;
	border-bottom: 2px solid #fea70c;
}
.related-videos .box,
.related-albums .box {
	border-radius: 0 5px 5px;
	-webkit-border-radius: 0 5px 5px;
}
/* playlist subscribe */
.btn-subscribe {
	margin: 3px 0 0 0;
	float: right;
	position: relative;
	overflow: hidden;
}
.btn-subscribe .toggle-button {
	float: left;
}
.btn-subscribe .button-info:before {
	border-bottom: 5px solid transparent;
	border-right: 5px solid #bcbcbc;
	border-top: 5px solid transparent;
	content: "";
	left: -5px;
	position: absolute;
	top: 5px;
}
.btn-subscribe .button-info {
	border-radius: 3px;
	-webkit-border-radius: 3px;
	float: left;
	height: 17px;
	margin: 5px 0 0 10px;
	padding: 3px 8px 0;
	position: relative;
	color: #4e4e4e;
	background: #bcbcbc;
}
/* member-menu */
.member-menu .sort {
	float: none;
	clear: both;
	margin: 0 0 15px 0;
}
/*.width50 {
	float: left;
	width: 50%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-left: 20px;
}*/
.list_members_blog {
	overflow: hidden;
	width: 100%;
	clear: both;
}
.list_members_blog .super-wrap {
	background: #272727;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 10px;
}
.list_members_blog .entry {
	overflow: hidden;
	margin-bottom: 15px;
	background: #212121;
	padding: 5px;
}
.list_members_blog form textarea {
	width: 100%;
}




.member-menu-holder {
	float: left;
	/*width: 35%;*/
	width: 220px;
	margin-right: 20px;
}
.member-menu {
	/*margin-left: -20px;*/
	/*float: left;*/
	/*width: 195px;*/
	/*width: 250px;*/
	/*width: 40%;*/
	/*margin-right: 20px;*/
}
.member-menu .block-main {
	padding: 8px 0 0;
	width: 100%;
	overflow: hidden;
	background: #2c2c2c;
	border: 1px solid #505050;
	border-radius: 5px;
	-webkit-border-radius: 5px;
}
.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: #000000;
	text-align: center;
	border-radius: 3px;
	-webkit-border-radius: 3px;
}
.member-menu .block-additional {
	width: 100%;
	overflow: hidden;
	background: #2c2c2c;
	border: 1px solid #505050;
	margin: 10px 0 0;
	border-radius: 5px;
	-webkit-border-radius: 5px;
}
.member-menu .block-additional .user-menu li:first-child {
	background: none;
}
.member-menu .user-menu li {
/*	margin: -1px 0 0;
	background: url('../images/divider.png') repeat-x;*/
}
.member-menu .user-menu span,
.member-menu .user-menu a {
	display: block;
	padding: 10px 12px;
	background: transparent;
	color: #ffffff;
}
.member-menu .user-menu span {
	color: #808080;
	padding: 10px 12px 13px 12px;
	font-size: 15px;
}
.member-menu .user-menu a:hover {
	background: #1a1a1a;
	color: #d2b760;
}
.member-menu .user-menu em {
	display: inline-block;
	margin: 0 0 0 5px;
	width: 14px;
	height: 14px;
	padding: 2px;
	font-size: 10px;
	font-weight: bold;
	text-align: center;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	background: #ada99d;
	color: #ffffff;
}
.member-menu .user-menu em.small {
	font-size: 9px;
}
/* profile */
.block-profile {
	background: #2c2c2c;
	border: 1px solid #505050;
	/*padding: 10px;*/
	overflow: hidden;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	/*margin-top: 10px;*/
}
.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: 50%;
	margin-right: 10px;
}
.profile-list .column:nth-child(3) {
	float: none;
	width: auto;
	margin-right: 0;
}
.profile-list .item {
	padding: 10px 12px;
	color: #8a8a8a;
/*	background: #212121;
	box-shadow: inset 0 0 30px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: inset 0 0 30px rgba(0, 0, 0, 0.2);*/
}
.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;
	padding: 5px;
	color: #dcdcdc;
	font-size: 12px;
	font-weight: bold;
	line-height: 16px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	opacity: 0.8;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	filter: alpha(opacity=80);
}
.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;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
	filter: alpha(opacity=30);
}
/* popups */
.popup-title {
	display: block;
	color: #dcdcdc;
	margin: 0 0 5px;
	font-size: 20px;
	line-height: 22px;
}
.popup-holder {
	color: #dcdcdc;
	padding: 10px;
	min-width: 600px;
	max-width: 800px;
	background: url('../../images/bg-grey.gif') repeat;
	border-radius: 4px;
	-webkit-border-radius: 4px;
}
.popup-holder form .two-sections .section-one {
	width: 50%;
}
.popup-holder form .two-sections .section-two {
	width: 44%;
}
/* block UI plugin overlay */
div.blockOverlay {
	opacity: 0.6;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
	filter: alpha(opacity=60);
	background-color: #000000;
	cursor: wait;
}
/* responsive */
@media screen and (max-width: 1255px) {
	.container {
		padding: 0 15px;
	}
	.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-playlists .item,
	.list-members .item,
	.list-sponsors .item,
	.list-channels .item,
	.list-albums .item,
	.list-albums-images .item,
	.list-videos .item,
	.list-videos-screenshots .item {
		width: calc(25% - 10px);
	}
	.list-categories .item {
		width: calc(20% - 10px);
	}
	.list-models .item {
		width: calc(20% - 10px);
	}
	.list-sponsors .item {
		width: calc(50% - 10px);
	}
/*	.list-subscriptions .item,
	.list-playlists .item,
	.list-members .item,
	.list-models .item,
	.list-sponsors .item,
	.list-channels .item,
	.list-categories .item,
	.list-albums .item,
	.list-albums-images .item,
	.list-videos .item,
	.list-videos-screenshots .item {
		float: none;
		display: inline-block;
		vertical-align: top;
	}*/
	.list-subscriptions .item {
		width: 380px;
	}
	.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,
	.block-channel .desc.long {
		height: auto;
	}
	.main-container-user {
		float: none;
		width: auto;
	}
	.block-video .video-holder,
	.block-album .album-holder {
		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;
	}
	.block-video .table {
		display: none;
	}
}
@media screen and (max-width: 1100px) {
	.member-links {
		position: relative;
	}
	.member-links span {
		cursor: pointer;
	}
	.member-links span:after {
		content: "\f0d7";
		font-family: 'FontAwesome';
		margin-left: 6px;
	}
	.member-links-full {
		text-align: left;
		position: absolute;
		right: 0;
		top: 36px;
		width: 200px;
		background: #000;
		z-index: 100;
		padding: 12px 0;
		border-radius: 10px;
		-webkit-border-radius: 10px;
		-moz-border-radius: 10px;
		display: none;
		box-shadow: 5px 4px 30px #000;
	}
/*	.member-links-full:before {
	    content: "";
	    display: inline-block;
	    width: 0;
	    height: 0;
	    border-style: solid;
	    border-width: 0 10px 10px 10px;
	    border-color: transparent transparent #6980fe transparent;
	    position: absolute;
	    left: 50%;
	    top: -10px;
	}*/
	.member-links-full li {
		float: none;
		margin: 0 !important;
		padding: 0 !important;
		font-size: 15px;
	}
	.member-links-full li a {
		display: block;
		padding: 5px 20px;
	}
}
@media screen and (max-width: 1040px) {
	.main-content {
		display: table;
	}
	.main-container {
		display: table-header-group;
		width: 100%;
	}
	.sidebar {
		float: none;
		width: 100%;
		display: table-footer-group;
	}
	.sidebar .alphabet {
		text-align: left;
	}
	.sidebar .list li,
	.sidebar .filter li {
		display: inline-block;
		vertical-align: top;
		background: none;
	}
	.sidebar .list .rating {
		margin-left: 8px;
	}
}
@media screen and (max-width: 980px) {
	.network {
		float: none;
	}
/*	.member-links ul {
		line-height: 18px;
	}*/
	.header-right {
		width: calc(100% - 213px);
	}
	.navigation {
		height: auto;
	}
	.navigation .button,
	.menu-btn {
		display: block;
	}
	.navigation .primary {
		float: none;
		display: none;
		width: auto;
		border-right: none;
	}
	.navigation.open .primary {
		display: block;
	}
	.navigation .primary li {
		display: block;
		border-top: 1px solid #2b2929 !important;
		border-bottom: 1px solid #181818 !important;
		float: none;
	}
	.navigation .primary li a {
		padding: 0 !important;
		margin: 0 !important;
	}
	.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;
	}
	.alphabet {
		text-align: center;
	}
	.block-share .custom-size {
		clear: both;
		margin-top: 0;
		padding-top: 15px;
	}
	.block-share .block-bookmarks {
		float: none;
		width: auto;
	}
	.block-share .middle {
		width: 100%;
	}
}
@media screen and (max-width: 940px) {
	.bottom-adv .spot:nth-child(3) {
		display: none;
	}
}
@media screen and (max-width: 860px) {
	.list-playlists .item,
	.list-members .item,
	.list-sponsors .item,
	.list-channels .item,
	.list-albums .item,
	.list-albums-images .item,
	.list-videos .item,
	.list-videos-screenshots .item {
		width: calc(33.33333333% - 10px);
	}
	.list-categories .item {
		width: calc(25% - 10px);
	}
	.list-models .item {
		width: calc(25% - 10px);
	}
	.list-sponsors .item {
		width: calc(50% - 10px);
	}
	.block-album .table,
	.block-video .table,
	.list-videos .place,
	.list-albums .place,
	.list-playlists .place {
		display: none;
	}
	.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;
	}
	.block-video .playlist .item {
		width: calc(25% - 10px);
	}
}
@media screen and (max-width: 785px) {
/*	.header {
		text-align: center;
	}
	.search {
		width: 90%;
		padding: 10px 0;
	}
	.logo {
		margin: 17px 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;
	}
	.footer .footer-wrap {
		text-align: center;
	}
	.footer .copyright {
		float: none;
		display: inline-block;
		margin: 8px 0;
		text-align: left;
	}
	.footer .txt {
		text-align: center;
		margin: 0;
	}
	.headline {
		padding: 10px 5px 8px 5px;
	}
	.tags-cloud {
		margin-top: 10px;
	}
	.bottom-adv {
		margin-top: 10px;
	}
	.popup-holder {
		min-width: 500px;
	}*/
}
@media screen and (min-width: 768px) {
	.search {
		display: block !important;
	}
}
@media screen and (max-width: 767px) {
	.logo {
		border-right: none;
		height: 60px;
	}
	.navigation .button,
	.menu-btn {
		margin-top: 20px;
	}
	.search {
		width: 100%;
		display: none;
		margin-bottom: 10px;
	}
	.header-right {
		padding: 16px 0 0 15px;
	}
	.top-links {
		float: left;
	}
/*	.member-links {
		float: left;
	}
	.member-links li {}
	.member-links li a {
		float: left;
		width: 30px;
		height: 30px;
		background: #000;
		text-align: center;
		border-radius: 50%;
		-webkit-border-radius: 50%;
		-moz-border-radius: 50%;
	}
	.member-links span {
		float: none;
	}
*/
	.member-links span {
		display: block;
		width: 30px;
		height: 30px;
		border-radius: 50%;
		-webkit-border-radius: 50%;
		-moz-border-radius: 50%;
		background: #000;
		text-align: center;
	}
	.member-links span:after,
	.member-links b {
		display: none;
	}
	.member-links li {
		padding-left: 0;
		margin-left: 10px;
	}
	.member-links-full {
		right: auto;
		left: 50%;
		margin-left: -100px;
	}
	.upload-video {
		width: 30px;
		height: 30px;
		border-radius: 50%;
		-webkit-border-radius: 50%;
		-moz-border-radius: 50%;
		text-align: center;
		margin-left: 10px;
	}
	.upload-video .fa {
		margin: 0;
	}
	.upload-video b {
		display: none;
	}
	.search-btn {
		float: left;
		margin-left: 10px;
		width: 30px;
		height: 30px;
		border-radius: 50%;
		-webkit-border-radius: 50%;
		-moz-border-radius: 50%;
		background: #000;
		text-align: center;
		display: block;
		line-height: 30px;
		cursor: pointer;
	}




	.footer {
		text-align: center;
	}
	.footer .copyright {
		float: none;
		display: inline-block;
		vertical-align: top;
		margin: 0;
		text-align: center;
	}
	.footer .txt {
		margin: 15px 0 0 0;
		text-align: center;
	}
	.logo-footer {
		margin: 0 auto 15px;
	}
	.presented-by {
		float: left;
		clear: both;
		margin-top: 15px;
	}
}
@media screen and (max-width: 640px) {
	.list-playlists .item,
	.list-members .item,
	.list-models .item,
	.list-sponsors .item,
	.list-channels .item,
	.list-categories .item,
	.list-albums .item,
	.list-albums-images .item,
	.list-videos .item,
	.list-videos-screenshots .item {
		width: calc(50% - 10px);
	}
	.list-categories .item,
	.list-models .item {
		width: calc(33.3333333% - 10px);
	}
	.list-sponsors .item {
		width: calc(100% - 10px);
	}
	.block-video .playlist .item {
		width: calc(33.33333333% - 10px);
	}
/*	.profile-list .item,
	.block-model,
	.block-channel,
	.block-profile,
	.block-album,
	.block-video,
	.tab-content,
	.related-videos .box,
	.related-albums .box,
	.box {
		padding: 5px;
		border-radius: 0;
		-webkit-border-radius: 0;
	}*/
	.navigation,
	.pagination,
	.member-menu .block-main,
	.member-menu .block-additional,
	.sidebar .list,
	.sidebar .comments,
	.sidebar .alphabet,
	.sidebar .filter {
		border-radius: 0;
		-webkit-border-radius: 0;
	}
	.headline h1,
	.headline h2 {
		float: none;
		text-align: center;
		margin-bottom: 5px;
	}
	.bottom-adv .spot:nth-child(2) {
		display: none;
	}
	.list-tags .item .title,
	.list-tags .item a {
		padding-left: 5px;
	}
	.popup-holder {
		padding: 5px;
		min-width: 270px;
		border-radius: 0;
		-webkit-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;
	}
	.box.message {
		margin-bottom: 300px;
	}
}
@media screen and (max-width: 560px) {

	.logo {
		margin: 0 auto;
		float: none;
	}
	.header-right {
		clear: both;
		width: 100%;
		margin: 5px 0 !important;
		text-align: center;
		padding: 0;
	}
	.member-links li:first-child {
		margin-left: 0;
	}
	.member-links ul {
		margin-left: 0;
		left: 0;
	}
/*	.upload-video {
		float: none;
		display: inline-block;
		vertical-align: top;
	}
	.header-icons {
		float: none;
		display: inline-block;
		vertical-align: top;
	}
	.header-icons div {
		float: none;
		display: inline-block;
		vertical-align: top;
		margin: 0 2px;
	}
	.upload-video {
		margin: 0 2px;
	}
	.member-links {
		margin: 0 !important;
	}
	.member-links li {
		margin: 0 2px;
	}*/

	.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;
	}
	.list-subscriptions .item {
		width: 300px;
	}
	.list-messages .added {
		float: none;
		overflow: hidden;
		padding: 5px 10px 0 10px;
	}
	.list-messages .added.editable {
		padding-left: 25px;
		background-position: 10px 5px;
	}
	.list-messages .item.new .added {
		padding-left: 25px;
	}
	.list-messages .item.new .added:after {
		top: 11px;
		left: 12px;
	}
	.list-models .item {
		width: calc(50% - 10px);
	}
	.block-details .item span {
		float: none;
		display: block;
		margin: 0 0 10px 0;
		padding: 0;
		border: none;
	}
	.block-details .item span::after {
		display: none;
	}
	.block-video .playlist .item {
		width: calc(50% - 10px);
	}
}
@media screen and (max-width: 479px) {
	.list-categories .item {
		width: calc(50% - 10px);
	}
	#tab_report_rrror .block-textarea {
		display: none;
	}
	.list-videos .item {
		width: calc(100% - 10px);
	}
}
@media screen and (max-width: 420px) {
	.margin-fix .bottom {
		margin: 0;
	}
	.margin-fix .generic-error {
		margin: 10px 0 0 0;
	}
	.empty-content {
		padding: 10px 0 0;
	}
	.list-comments .comment-options {
		float: none;
		margin-bottom: 3px;
	}
	/*.list-playlists .item,
	.list-members .item,
	.list-models .item,
	.list-sponsors .item,
	.list-channels .item,
	.list-categories .item,
	.list-albums .item,
	.list-videos .item {
		margin: 10px 0 0 0;
		width: 140px;
	}
	.list-subscriptions .item,
	.list-videos-screenshots .item,
	.list-albums-images .item {
		margin: 10px 0 0 0;
	}
	.list-models .img,
	.list-sponsors .img,
	.list-channels .img,
	.list-categories .img {
		width: 140px;
		height: 202px;
	}
	.list-models .img .no-thumb,
	.list-sponsors .img .no-thumb,
	.list-channels .img .no-thumb,
	.list-categories .img .no-thumb {
		line-height: 202px;
	}
	.list-videos .img,
	.list-playlists .img {
		width: 140px;
		height: 105px;
	}
	.list-members .img {
		width: 140px;
		height: 140px;
	}
	.list-playlists .img .no-thumb {
		line-height: 105px;
	}
	.list-members .img .no-thumb {
		line-height: 140px;
	}
	.list-albums .img {
		width: 140px;
		height: 187px;
	}
	.item .wrap {
		margin: 0 0 2px;
	}*/
	.item-control-holder a.toggle-button {
		position: relative;
		width: 5px;
		text-indent: -1000px;
		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: '';
	}
	.tab-content {
		border-width: 2px 0 0 0;
	}
	.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;
		padding: 0 0 3px 0;
	}
	.block-details .item span:after {
		display: none;
	}
	.block-share .block-bookmarks {
		float: none;
		width: 100%;
		margin-bottom: 5px;
	}
	.block-share .middle {
		width: 100%;
	}
	.block-screenshots span.item,
	.block-screenshots a.item,
	.block-screenshots span.item img,
	.block-screenshots a.item img {
		width: 140px;
		height: 105px;
	}
	.block-model .img,
	.block-channel .img {
		float: none;
		border: 0;
		margin: 0 0 5px 0;
	}
	.block-model .img img,
	.block-model .img .no-thumb,
	.block-channel .img img,
	.block-channel .img .no-thumb {
		width: 100%;
		height: auto;
	}
	.box.message {
		margin-bottom: 100px;
	}
	.list-comments .comment-info {
		margin: 0 0 10px 0;
	}
	.list-comments .comment-options {
		clear: both;
		float: left;
	}
	.list-comments .comment-options span {
		padding-left: 0;
	}
}
@media screen and (max-width: 400px) {
	.playlist-info .rating-container {
		margin: 3px 0 15px 0;
	}
	.playlist-info .btn-subscribe {
		clear: both;
		float: left;
	}
}
@media screen and (max-width: 360px) {
	.container {
		padding: 0 10px;
	}
	.rating-container {
		margin-bottom: 10px;
	}
	.btn-favourites {
		clear: both;
	}
	.btn-favourites ul {
		left: 100%;
		margin-left: -50px;
	}
	.block-video .playlist .item {
		width: calc(100% - 10px);
	}
}

.vthumb {
	display: none;
}
.vthumb {
	height: auto;
}
.vthumb video {
	width: 100% !important;
	height: auto;
}

.kt-player .fp-ui-inline {
	background: rgba(0,0,0,0.5) !important;
}

.adv-overlay {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.6);
	z-index: 10000000;
	display: flex;
	flex-wrap: wrap;
	align-content: center;
	display: none;
	text-align: center;
}
.adv-holder {
	width: 300px;
	margin: 0 auto;
	position: relative;
}
.adv-overlay iframe {
	display: block;
}
.adv-close {
/*	cursor: pointer;
	position: absolute;
	right: 0;
	top: -24px;
	height: 20px;
	line-height: 20px;
	font-size: 15px;
*/

	cursor: pointer;
	display: block;
	position: absolute;
	right: -15px;
	top: -15px;
	background: red url(../../images/popup-close.png) no-repeat 50% 50% !important;
	width: 30px;
	height: 30px;
	text-indent: -9999px;
	border: 1px solid #fff;
	border-radius: 50%;

}
.adv-text {
	display: block;
	height: 20px;
	line-height: 20px;
	background: rgba(0,0,0,0.5);
	position: absolute;
	left: 0;
	top: -22px;
	padding: 0 8px;
	color: #fff;
}
.adv-overlay .wrap {
	text-align: center;
	width: 100%;
}
.adv-overlay .wrap img {
	display: block;
}
.adv-overlay .continue {
	display: block;
	background: #fff;
	padding: 5px 10px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	color: #000;
	cursor: pointer;
	width: 180px;
	margin: 10px auto 0;
}

.hd-buttons {
    float: right;
    cursor: pointer;
    font: bold 12px/15px 'Open Sans', sans-serif;
    line-height: 25px;
    margin-left: 15px;
}
.hd-button {
    display: inline-block;
    background-color: #1f1f1f;
    padding: 0 15px;
}
.hd-button.right {
    border-radius: 0 5px 5px 0;
}
.hd-button.left {
    border-radius: 5px 0 0 5px;
}
.hd-buttons .active {
    background-color: #2c2c2c;
    color: #dec34b;
    font-style: italic;
}

#list_videos_per_country .box .blurred-text {
	text-shadow: 5px 0 15px rgba(255,255,255,1);
	color: transparent !important;
}

#list_videos_per_country .country-watching {
       max-width: 25px;
       vertical-align: baseline;
       box-shadow: 3px 2px 5px #bbbbbb;
}

.list-models-slider li a {
	display: block;
	background: #000;
	padding: 2px;
	overflow: hidden;
}
.list-models-slider li a strong {
	color: #dec34b;
	float: left;
}
.list-models-slider .hp-videos-counter {
	color: #bbb;
	float: right;
}
#list_models_top_models .bx-pager-link.active, #list_models_top_models .bx-pager-link:hover {
	background: #bbb;
}

div.mobile-preview {
	display: none;
	position: absolute;
	top: 10px;
	right: 10px;
	width: 65px;
	height: 65px;
	background-image: url('../../images/preview.png');
	background-size: 60%;
	background-position: center;
	background-repeat: no-repeat;
	border-radius: 50%;
	background-color: #000000;
	opacity: 0.4;
	z-index: 10;
        cursor: pointer;
}

@media screen and (max-width: 1024px) {
	div.mobile-preview {
		display: block;
	}
}

#lj_banner .item {
	padding: 2px;
	box-sizing: border-box;
	flex: 0 50%;
}

@media (min-width: 320px) and (max-width: 480px) {
	.desktop-only {
		display: none;
	}
}
