@font-face {
  font-family: 'FontAwesome';
  src: url('../fonts/fontawesome-webfont.eot?v=4.6.3');
  src: url('../fonts/fontawesome-webfont.eot?#iefix&v=4.6.3') format('embedded-opentype'), url('../fonts/fontawesome-webfont.woff2?v=4.6.3') format('woff2'), url('../fonts/fontawesome-webfont.woff?v=4.6.3') format('woff'), url('../fonts/fontawesome-webfont.ttf?v=4.6.3') format('truetype'), url('../fonts/fontawesome-webfont.svg?v=4.6.3#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
.fa,
.primary a:before,
.item .duration:before,
.item .rating:before,
.headline h1:before, .headline h2:before,
.pagination a:before, .pagination span:before,
.rating-container a:before,
.v-duration:before,
.v-added:before,
	.navigation:before,
	.search:before {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.headline h1:before, .headline h2:before {
	content: '\f18e';
	float: left;
	color: #999999;
	margin: 4px 5px 0 5px
}
a, input {outline:none;}
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-color: #F3F3F3;
}
body {
	font-size: 12px;
	line-height: 14px;
	font-family: Arial, 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: #019eed;
}
input,
select,
textarea {
	font-size: 14px;
	line-height: 16px;
	font-family: Arial, Helvetica, sans-serif;
}
.container {
	max-width: 1860px;
	padding: 0 5px;
	margin: 0 auto;
	overflow: hidden;
	position: relative;
}
.header .container {
	overflow:visible;
}

.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;
}


.header_mobile_banner {
	display:block;
	height:auto;
	overflow:hidden;
	text-align:center;
	padding:10px 0 0 0;
}
.header_mobile_banner div, .header_mobile_banner iframe {
	display:inline-block;
	border:0 none;
	width:300px;
	height:100px;
}


/* 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-image: url(../images/separator.png);
	background-repeat: 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-image: url(../images/ico-expand.gif);
	background-repeat: no-repeat;
	background-position: 100% 3px;
}
form .section-title.collapse {
	cursor: pointer;
	background-image: url(../images/ico-collapse.gif);
	background-repeat: no-repeat;
	background-position: 100% 3px;
}
form .row {
	display: block;
	position: relative;
	width: 100%;
	margin: 15px 0 0;
}
form .row:after {
	content: "";
	display: block;
	clear: both;
}
form .row:first-child {
	margin: 0;
}
form label {
	display: block;
	overflow: hidden;
	color: #dcdcdc;
	margin: 0 0 4px;
}
form label.field-label:after {
	content: ":";
}
form label.field-label.required {
	font-weight: bold;
}
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: #ffffff;
	margin: 0 15px 0 0;
	cursor: pointer;
}
form .radio,
form .checkbox {
	width: 14px;
	height: 14px;
	float: left;
	margin: 0 5px 0 0;
	cursor: pointer;
}
form .submit {
	height: 30px;
	text-align: center;
	color: #4e4e4e;
	border: 1px solid transparent;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 14px;
	line-height: 16px;
	padding: 0 10px;
	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 {
	color: #019eed;
	border: 1px solid transparent;
	background: #1e1e1e;
}
form .textfield,
form .textarea,
form .selectbox,
form .file {
	border: 1px solid #3a3a3a;
	padding: 6px 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;
	box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.2);
}
form .textarea {
	resize: vertical;
	height: auto;
	background-color: #FFF;
}
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;
	color: #9b9b9b;
	background: none;
}
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 {
	overflow: hidden;
	padding: 20px 0 0;
	clear: both;
	position: relative;
	background-image: url(../images/divider.png);
	background-repeat: repeat-x;
	background-position: left 10px;
}
form .bottom a {
	color: #019eed;
	font-size: 12px;
	line-height: 16px;
}
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;
}
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: #FFF;
	border: 1px solid transparent;
	text-transform: uppercase;
	font-size: 11px;
	font-weight: bold;
	line-height: 14px;
	padding: 7px 9px;
	cursor: pointer;
	outline: none;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	background-color: #FF46EB;
}
.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: #CCCCCC;
	border: 1px solid transparent;
	background-color: #000000;
}
.toggle-button.active,
.toggle-button.inversed {
	color: #a2a2a2;
	border: 1px solid #000;
	background: #000;
}

.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 {
	padding: 0 0 0 21px;
	background-image: url(../images/ico-checkmark.png);
	background-repeat: no-repeat;
	background-position: 0 -2px;
}
/* top links */
.top-links {
	background: #171717;
	border-bottom: 1px solid #292929;
	padding: 3px 0 6px;
	font-size: 11px;
	line-height: 28px;
}
.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-image: url(../images/bullet.png);
	background-repeat: no-repeat;
	background-position: 0 50%;
}
.network li:first-child {
	background: none;
	padding-left: 0;
}
.network a {
	color: #c3c3c3;
}
.network a:hover {
	color: #019eed;
}
.network .more {
	display: none;
}
.member-links {
	float: right;
	overflow: hidden;
	color: #ffffff;
}
.member-links ul {
	padding: 7px 0;
	line-height: 14px;
}
.member-links li {
	display: inline-block;
	vertical-align: top;
	padding-left: 15px;
	margin-left: 16px;
	border-left: 1px solid #262626;
}
.member-links li:first-child {
	padding-left: 0;
	margin-left: 0;
	border-left: none;
}
.member-links a {
	color: #019eed;
}
.member-links a.disabled {
	color: #808080;
}
.member-links a:hover,
.member-links a.disabled:hover {
	color: #ffffff;
}
/* header */
.header {
	padding: 5px 0;
	margin: 0 auto;
	z-index: 20;
	background-color: #000000;
	border-top-width: 2px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: dashed;
	border-top-color: #333333;
	border-bottom-color: #333333;
}
.logo {
	float: left;
	margin: 0px 15px 0 0;
}
.logo a {
	display: block;
	width: 600px;
	height: 65px;
	background-image: url(../images/logo.png);
	background-repeat: no-repeat;
	background-position: center center;
}
.search {
	margin: 0 auto;
	padding: 8px 0 5px 0;
	overflow: hidden;
}
.search form {
	height: 50px;
	border-radius: 30px;
	overflow: hidden;
	background-color: #3A3A3A;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}
.search form:after {
	content: "";
	display: block;
	clear: both;
}
.search .search-text {
	padding: 0 0 0 14px;
	overflow: hidden;
}
.search .search-text input {
	height: 50px;
	width: 100%;
	margin: 0 0 0 -14px;
	padding: 0 0 0 14px;
	color: #CCCCCC;
	font-size: 15px;
	line-height: 28px;
	border: 0;
	background: none;
}
.search .search-text input:focus {

	outline: none;
}
.search .search-button {
	float: right;
	display: block;
	width: 59px;
	height: 50px;
	text-indent: -1000px;
	overflow: hidden;
	cursor: pointer;
	background-image: url(../images/btn-search.png);
	background-repeat: no-repeat;
	background-position: center center;
}
.social-bookmarks {
	width: 184px;
	float: right;
	margin: 33px 0 0 30px;
}
/* navigation */
.navigation {
	height: 38px;
	position: relative;
	z-index: 10;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	float:left;
width:700px;
}
.navigation .button {
	display: none;
	width: 100%;
	padding: 8px 0;
	margin: 0;
	border: none;
	outline: none;
	background: #2d2d2d;
	height: 38px;
	cursor: pointer;
}
.navigation .button .icon {
	display: inline-block;
	height: 20px;
	width: 29px;
	position: relative;
}
.navigation .button .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 {
	top: 0;
}
.navigation .button .ico-bar:nth-child(2) {
	top: 8px;
}
.navigation .button .ico-bar:nth-child(3) {
	top: 16px;
}
.navigation.open .button .ico-bar {
	background: #fc5729;
	left: 4px;
}
.navigation.open .button .ico-bar:first-child {
	top: -2px;
	-webkit-transform: rotate(45deg) translate(5px, 9px);
	-moz-transform: rotate(45deg) translate(5px, 9px);
	-ms-transform: rotate(45deg) translate(5px, 9px);
	-o-transform: rotate(45deg) translate(5px, 9px);
	transform: rotate(45deg) translate(5px, 9px);
}
.navigation.open .button .ico-bar:nth-child(3) {
	top: 14px;
	-webkit-transform: rotate(-45deg) translate(2px, -6px);
	-moz-transform: rotate(-45deg) translate(2px, -6px);
	-ms-transform: rotate(-45deg) translate(2px, -6px);
	-o-transform: rotate(-45deg) translate(2px, -6px);
	transform: rotate(-45deg) translate(2px, -6px);
}
.navigation.open .button .ico-bar:nth-child(2) {
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
}
.navigation .primary {
	float: left;
	font-size: 13px;
	font-weight: bold;
	line-height: 16px;
	display: table;
	width: 85%;
	text-align: center;
}
.navigation .primary li {
	display: table-cell;
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #333333;
}
.navigation .primary li:first-child {
	border-left: none;
}
.navigation .primary a {
	display: block;
	padding: 11px 0;
	text-transform: uppercase;
	color: #FF46EB;
}
.primary a:before {
	display: block;
	line-height: 2;
	font-size: 110%;
	color: #999999;
}
#item1:before {
	content:'\f015';
		font-size:110%;
}
#item2:before {
	content:'\f073';
}
#item3:before {
	content:'\f26c';
}

#item4:before {
	content:'\f0f3';
}
#item5:before {
	content:'\f015';
}
#item6:before {
	content:'\f0c9';
}

#item6-1:before {
	content:'\f03d';
}
.link-Webcam:before {
	content:'\f03d';
}

.navigation .primary li:first-child a {
	border-radius: 3px 0 0 3px;
	-webkit-border-radius: 3px 0 0 3px;
}
.navigation .primary .selected a:hover:before {
	background: none;
	color:#f1f1f1
}
.navigation .primary .selected a:before {
	background: none;
	color:#f1f1f1
}
.navigation .primary a:hover:before {
color:#f1f1f1
}
.navigation .primary .highlight a {

}
.navigation .primary .highlight a:hover {

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

}
.navigation .primary .drop:hover > a:after {
	border-top: none;
	border-bottom: 4px solid #DD51CE;
}
.navigation .primary .drop:hover ul {
	display: block;
}
.navigation .primary ul {
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 10;
	width: 100%;
	display: none;
	overflow: hidden;
	border-radius: 0 0 3px 3px;
	-webkit-border-radius: 0 0 3px 3px;
}


.navigation .primary ul li {
	border: solid #d5d5d5;
	border-width: 1px 0 0;
	display: block;
}
.navigation .primary .drop:hover ul a {
	color: #4e4e4e;
	display: block;
	float: none;
	padding: 11px 17px;
	text-transform: capitalize;
	background: #eeeeee;
}
.navigation .primary .drop ul a:hover {
	color: #019eed;
	background: #202020;
}
.navigation .primary .drop li:first-child a {
	border-radius: 0;
	-webkit-border-radius: 0;
}
.navigation .secondary {
	float: right;
	padding: 12px 0 12px;
	font-size: 11px;
	line-height: 14px;
}
.navigation .secondary li {
	float: left;
	border-left: 1px solid #3c3c3c;
}
.navigation .secondary li:first-child {
	border-left: none;
}
.navigation .secondary a {
	float: left;
	margin: 0 20px;
	color: #999999;
	text-decoration: underline;
}
.navigation .secondary a:hover {
	color: #019eed;
}

.navigation .primary ul.drop-cat {
	width: 600px;
	background-color: #333333;
	margin: 0 0 0 -370px;
	padding: 5px;
}

.navigation .primary ul.drop-cat li {
	float:left;
	width:150px;
	border:0 none;
}
.navigation .primary  .drop:hover ul.drop-cat li  a {
	padding: 5px;
	background-color: transparent;
	color: #999;
	text-align: left;
}
.navigation .primary  .drop:hover ul.drop-cat li  a:hover {
	color: #fff;
	background-color: #820075;
}
.navigation .primary  .drop:hover ul.drop-cat li:last-child {
	width:100%;
	text-align:center;
	float:none;
	clear:both;
}
.navigation .primary  .drop:hover ul.drop-cat li:last-child a {
	text-align: center;
	display: block;
	background-color: #000000;
	margin: 5px;
	color: #FFB9F8;
}
/* footer */
.footer {
	width: 100%;
	color: #999999;
	font-size: 11px;
	line-height: 16px;
	padding: 10px 0;
	background-color: #000000;
}
.footer .footer-wrap {
	max-width: 1235px;
	padding: 0 5px;
	margin: 0 auto;
	overflow: hidden;
}
.footer a {
	color: #FF99CC;
	text-decoration: underline;
}
.footer a:hover {
	color: #FFFFFF;
}
.footer .nav {
	width: 100%;
	overflow: hidden;
	padding: 8px 0;
	text-align: center;
	text-transform: uppercase;
}
.footer .nav li {
	display: inline-block;
	vertical-align: bottom;
	padding: 0 10px;
	position: relative;
}
.footer .nav li:before {
	content: "|";
	position: absolute;
	left: -2px;
	top: 7px;
	color: #999999;
	font-size: 11px;
	line-height: 14px;
}
.footer .nav li:first-child:before {
	content: "";
}
.footer .nav a {
	display: block;
	padding: 8px 22px;
	font-size: 11px;
	font-weight: bold;
	line-height: 14px;
	color: #FF99CC;
	text-decoration: none;
}
.footer .nav a:hover {
	color: #FFFFFF;
}
.footer .copyright {
	float: left;
	padding: 2px 0 2px 41px;
	min-height: 31px;
	margin: 16px 50px 0 43px;
	background-image: url(../images/ico-copy.png);
	background-repeat: no-repeat;
}
.footer .txt {
	margin: 18px 43px 0 0;
	text-align: right;
	overflow: hidden;
}
.box {
	padding: 10px;
	overflow: hidden;
	border-radius: 5px;
	-webkit-border-radius: 5px;
}
.box.message {
	font-size: 14px;
	line-height: 16px;
	margin-bottom: 400px;
}
/* headings *****/
.headline {
	padding: 6px 5px 0px 5px;
}
.headline:after {
	content: "";
	display: block;
	clear: both;
}
h1,
h2 {
	float: left;
	color: #800073;
	padding: 0 2px;
	font-size: 20px;
	line-height: 25px;
	font-size: 150%;
}
h1 a,
h2 a {
	color: #666;
	margin-left: 12px;
	text-decoration: underline;
}
h2 a:hover {
	color: #C39;
}
.sort {
	float: right;
	min-width: 140px;
	position: relative;
	margin: 0 8px 0 3px;
	cursor: pointer;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	background-color: #303030;
}
.sort:after {
	content: '';
	border-top: 4px solid #F84FDA;
	border-left: 4px solid transparent;
	border-right: 4px solid transparent;
	display: block;
	position: absolute;
	top: 11px;
	right: 6px;
}
.sort:hover {
	
}
.sort:hover:after {
	border-bottom: 4px solid #F84FDA;
	border-top: none;
}
.sort .icon {
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
}

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

.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;
	border-radius: 0 0 2px 2px;
	-webkit-border-radius: 0 0 2px 2px;
	background-color: #3A3A3A;
}
.sort ul a {
	display: block;
	padding: 5px 8px;
	font-size: 12px;
	line-height: 15px;
	color: #FFA8F7;
}
.sort ul a:hover {
	color: #B5B5B5;
	cursor: pointer;
	background-color: #000000;
}
.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 .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 {
	padding: 0 9px 0 23px;
	background-image: url(../images/ico-checkmark.png);
	background-repeat: no-repeat;
	background-position: 4px -2px;
}
.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: 2px 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-color: #272727;
	background-image: url(../images/bg-grey.gif);
}
.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;
}
/* 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;
}
.bottom-adv .spot a {
	width: 300px;
	height: 250px;
	background: #000000;
	overflow: hidden;
	display: block;
}
/* lists *****/

.item ul {
	display:table;
	position:absolute;
	width:100%;
	height:100%;
	z-index:999;
bottom:0;
}

.item ul li {
	display:table-cell;
	border:1px solid transparent;
	position:relative;
}
.item:hover ul li:after {
content:'';
display;block;
	position:absolute;
	bottom:0;
	background-color:#23B5FF;
width:100%;
	height:28px;
	opacity:0.5;
	z-index:9;
}
.item:hover ul li:hover:after {

	opacity:1;

}

.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: -5px 0 0 -5px;
}
.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: 15px 0 0 15px;
}
.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: left;
	display: inline;
	text-align: left;
	margin: 5px 0 0 5px;
	width: 300px;
	padding: 0px;
	background: #000;
	border: 1px solid #999;
}

.item:hover {
	border-color: #FB5390
}

.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 {

}
.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;
}
.list-members .item.unread {
	background: #1a1a1a;
}
.list-tags .item {
	float: left;
	text-align: left;
	margin-top: 15px;
	width: 20%;
}
.item em {
	color: #FFFFFF;
}
.item .img {
	position: relative;
	overflow: hidden;
	background-color: #000000;
}
.list-models .img,
.list-sponsors .img,
.list-channels .img,
.list-categories .img {

}
.list-models .img,
.list-sponsors .img,
.list-channels .img,
.list-categories .img,
.list-videos .img,
.list-playlists .img {
	width: 300px;
	height: 225px;
}
.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 {
	font-weight: bold;
	margin: -24px 0px 0px 0px;
	height: 24px;
	overflow: hidden;
	display: block;
	color: #FFC4F9;
	background-color: #000;
	position: relative;
	line-height: 2;
	opacity: 0;
	padding: 0 5px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	z-index: 999;
}
.item:hover .title {
	opacity:1
}
.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,
.list-categories .item .title {
opacity:1;
	text-transform:uppercase;
}
.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: #019eed;
}
.item .wrap {
	display:block;
	position:relative;
	z-index:1;
	font-size:110%;
	margin: 2px 0px -24px 0px;
	color: #8a8a8a;
	overflow: hidden;
		height:22px;
	line-height:16px;
}
.item .wrap:after {
	content: "";
	display: block;
	clear: both;
}
.item .duration,
.item .added,
.item .photos,
.item .videos,
.item .albums,
.item .user {
	float: left;
	background-color: #3A3A3A;
	padding: 3px 5px;
	color: #FFBFF9;
	opacity: 0;
}
.item .duration {
	opacity:1;
}
.item:hover .added {
	opacity:1
}

.item .duration:before {
	content: '\f017';
	color: #ffffff;
	font-size: 120%;
	margin: 0 5px 0 0;
}


.list-categories .item .duration:before {
	content:'\f0c9';
}

.item .added:before {
	content: '|';
	font-size: 80%;
	margin: -1px 5px 0 0;
	display: inline-block;
	vertical-align: top;
	color: #999999;
}

.item .views {
	float: right;
}
.item.unread .views {
	color: #019eed;
	font-weight: bold;
}
.item .user {
	height: 14px;
	overflow: hidden;
	white-space: nowrap;
}
.item .rating {
	float: right;
	position: relative;
		background-color:#3A3A3A;
padding:3px 5px;
	color:#fff;
	opacity:0;
}
.item:hover .rating {
	opacity:1
}
.item .rating:before {
	content: '\f004';
	color: #FF46EB;
}

.item .positive {
	color: #d4d4d4;
	background-image: url(../images/ico-rating-positive.png);
	background-repeat: no-repeat;
	background-position: 100% 0;
}
.item .negative {
	color: #fc5729;
	background-image: url(../images/ico-rating-negative.png);
	background-repeat: no-repeat;
	background-position: 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-image: url(../images/ico-private.png);
	background-repeat: no-repeat;
}
.item .ico-fav-0 {
	width: 24px;
	height: 24px;
	position: absolute;
	display: none;
	top: 4px;
	left: 4px;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	opacity: 0.6;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
	filter: alpha(opacity=60);
	background-color: #000000;
	background-image: url(../images/ico-favourite.png);
	background-repeat: no-repeat;
	background-position: 4px 5px;
}
.item .ico-fav-1 {
	width: 24px;
	height: 24px;
	position: absolute;
	display: none;
	top: 4px;
	right: 4px;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	opacity: 0.6;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
	filter: alpha(opacity=60);
	background-color: #000000;
	background-image: url(../images/ico-later.png);
	background-repeat: no-repeat;
	background-position: 3px 3px;
}
.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: #019eed;
	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;
	margin: 10px 0 5px 0;
	padding: 10px 0 0;
	background-image: url(../images/divider.png);
	background-repeat: repeat-x;
}
.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;
	color: #8a8a8a;
	padding: 5px;
	text-align: left;
	background: #171B24;

}
.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: 86px;
	height: 86px;
	margin: 0 6px 0 0;
}
.list-comments .image img {
	width: 86px;
	height: 86px;
	display: block;
}
.list-comments .image .no-thumb {
	background: #000000;
	display: block;
	width: 86px;
	height: 86px;
	line-height: 86px;
	text-align: center;
}
.list-comments .comment-options {
	display: block;
	float: right;
}
.list-comments .comment-options:after {
	content: "";
	display: block;
	clear: both;
}
.list-comments .comment-options a {
	padding: 2px 5px;
	background: #0a0a0a;
	float: left;
	margin: 0 0 0 5px;
	color: #ffffff;
	font-weight: bold;
	border-radius: 3px;
	-webkit-border-radius: 3px;
}
.list-comments .comment-options a:hover {
	color: #019eed;
}
.list-comments .comment-options a.disabled {
	cursor: default;
	color: #808080;
}
.list-comments .comment-options span {
	background: #0a0a0a;
	padding: 2px 10px;
	font-weight: bold;
	float: left;
	border-radius: 3px;
	-webkit-border-radius: 3px;
}
.list-comments .comment-options .positive {
	color: #bfd128;
}
.list-comments .comment-options .negative {
	color: #fc5729;
}
.list-comments .text {
	overflow: hidden;
}
.list-comments .comment-info {
	display: block;
	margin: 0 0 5px;
}
.list-comments p {
	display: block;
	font-size: 14px;
	font-style: italic;
	line-height: 16px;
	padding: 5px 10px;
}
.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: #ffffff;
	font-weight: bold;
	padding: 0 5px 0 0;
}
.list-comments a.username:hover {
	color: #019eed;
}
.list-subscriptions .item {
	float: left;
	text-align: left;
	width: 487px;
	margin: 15px 0 0 15px;
	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;
	cursor: pointer;
	background-image: url(../images/ico-edit-message.png);
	background-repeat: no-repeat;
	background-position: right 10px;
}
.list-messages .added.editable:hover {
	color: #d9d9d9;
}
.list-messages .item.new .added:after {
	display: block;
	position: absolute;
	content: '';
	background: #019eed;
	width: 8px;
	height: 8px;
	top: 16px;
	left: 12px;
	-webkit-border-radius: 50%;
	border-radius: 50%;
}
.list-messages .load-more {
	margin-top: 15px;
}
.message-form {
	margin-top: 15px;
	padding: 10px;
	overflow: hidden;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	background-color: #272727;
	background-image: url(../images/bg-grey.gif);
}
/* pagination */
.pagination {
	margin: 10px 0 0 0;
	width: 100%;
	text-align: center;
	overflow: hidden;
	border-radius: 5px;
	-webkit-border-radius: 5px;
}
.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;

	font-weight: bold;
	color: #666666;
	text-align: center;
}
.pagination a,
.pagination span {
	display: block;
	padding: 0px 12px;
	min-width: 14px;
	background-color: #FF66CC;
	border-radius: 20px;
	line-height: 3;
	margin: 2px;
}
.pagination a {
	color: #ffffff;
}
.pagination a:hover, .pagination span {
	color: #fff;
	background-color: #333333;
}
 .pagination .prev span,
 .pagination .next span {
opacity:0.25
}

.pagination .prev a, .pagination .prev span,
.pagination .next a, .pagination .next span {
background-color:transparent;
}

.pagination .prev a:before, .pagination .prev span:before {
	content: '\f0a8';
	font-size: 32px;
	line-height: 1.2;
	color: #FF3399;
}

.pagination .next a:before, .pagination .next span:before {
	content: '\f0a9';
	font-size: 32px;
	line-height: 1.2;
	color: #333333;
}
/* 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: #272727;
	border-radius: 5px;
	-webkit-border-radius: 5px;
}
.load-more a:hover {
	color: #019eed;
	background: #1f1f1f;
	background: -moz-linear-gradient(top, #1f1f1f 0%, #1a1a1a 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #1f1f1f), color-stop(100%, #1a1a1a));
	background: -webkit-linear-gradient(top, #1f1f1f 0%, #1a1a1a 100%);
	background: -o-linear-gradient(top, #1f1f1f 0%, #1a1a1a 100%);
	background: -ms-linear-gradient(top, #1f1f1f 0%, #1a1a1a 100%);
	background: linear-gradient(to bottom, #1f1f1f 0%, #1a1a1a 100%);
}
/* content */
.content,
.main-content {
	width: 100%;
	overflow: hidden;
}
.main-container {
	overflow: hidden;
}
.main-container-user {
	width: 1030px;
	float: left;
	overflow: hidden;
}
/* sidebar */
.sidebar {
	float: left;
	width: 195px;
	margin: 0 10px 0 0;
}
.sidebar .comments,
.sidebar .list,
.sidebar .filter {
	overflow: hidden;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	background-color: #272727;
	background-image: url(../images/bg-grey.gif);
}
.sidebar .comments li,
.sidebar .list li,
.sidebar .filter li {
	margin: -1px 0 0;
	background-image: url(../images/divider.png);
	background-repeat: repeat-x;
}
.sidebar .comments li:first-child,
.sidebar .list li:first-child,
.sidebar .filter li:first-child {
	background: none;
	margin: 0;
}
.sidebar .list a {
	display: block;
	padding: 10px 12px 13px 14px;
	font-weight: bold;
	color: #ffffff;
	background: transparent;
}
.sidebar .list a:hover {
	color: #019eed;
	background: #1a1a1a;
}
.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: #019eed;
}
.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: #019eed;
}
.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: #019eed;
}
.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;
	text-align: center;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	background-color: #272727;
	background-image: url(../images/bg-grey.gif);
}
.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: #019eed;
}
/* block-channel */
.block-channel {
	padding: 10px;
	overflow: hidden;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	background-color: #272727;
	background-image: url(../images/bg-grey.gif);
}
.block-channel .img {
	position: relative;
	float: left;
	margin: 0 10px 0 0;
	border: 2px solid #212121;
}
.block-channel .img img {
	display: block;
	width: 360px;
	height: 200px;
}
.block-channel .img .no-thumb {
	display: block;
	width: 360px;
	height: 200px;
	text-align: center;
	line-height: 200px;
	background: #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 {
	float: left;
	width: 449px;
	margin: 0 10px 0 0;
}
.block-channel .channel-list {
	background: #212121;
	overflow: hidden;
	color: #d8d8d8;
	font-size: 12px;
	margin: 0 0 5px;
	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 {
	overflow: hidden;
	padding: 9px 9px 13px 10px;
	background-image: url(../images/divider.png);
	background-repeat: repeat-x;
}
.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;
}
.block-channel .channel-rating strong {
	display: block;
	text-align: center;
	color: #ffffff;
	height: 124px;
	padding: 42px 0 0;
	margin: 0 0 6px;
	background: #212121;
	font-size: 72px;
	line-height: 74px;
	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-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: #019eed;
	border-color: transparent;

	background: #1e1e1e;
}
/* block-model */
.block-model {
	padding: 10px;
	overflow: hidden;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	background-color: #272727;
	background-image: url(../images/bg-grey.gif);
}
.block-model .img {
	float: left;
	margin: 0 10px 0 0;
	border: 2px solid #212121;
	border-radius: 2px;
	-webkit-border-radius: 2px;
}
.block-model .img img {
	display: block;
	width: 280px;
	height: 200px;
}
.block-model .img .no-thumb {
	display: block;
	width: 280px;
	height: 200px;
	text-align: center;
	line-height: 200px;
	background: #000000;
}
.block-model .model-list {
	float: left;
	width: 250px;
	margin: 0 10px 0 0;
	overflow: hidden;
}
.block-model .model-list li {
	margin: 11px 0 0;
	padding: 9px;
	background: #212121;
	font-size: 12px;
	color: #8a8a8a;
	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 .model-list li:first-child {
	margin: 0;
}
.block-model .model-list li span {
	color: #e3e3e3;
}
.block-model .desc {
	background: #212121;
	color: #e3e3e3;
	height: 156px;
	line-height: 17px;
	padding: 5px 9px 0 9px;
	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 {
	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%;
	box-sizing: border-box;
	padding: 5px;
	background-color: #333333;
}
.info-holder:after {
	content: "";
	display: block;
	clear: both;
}
.info-buttons {
	width: 100%;
	margin: 0 0 12px;
	text-align: center;
}
.info-buttons:after {
	content: "";
	display: block;
	clear: both;
}
/* block-video */
.block-video {
	float:left;
	width:100%;
	max-width:1420px;
	padding: 10px 0;
	margin: -3px 0 0;
	border-radius: 5px;
	-webkit-border-radius: 5px;
}


.block-video:after {
	content: "";
	display: block;
	clear: both;
}
.block-video .video-holder {
	overflow: hidden;
}
.block-video .player {
	margin: 0 0 0px;

	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;
}
.embed-wrap-off {
	width:100%;
}
.embed-wrap-off > iframe{
width:100% !important;
height:calc(50vw / 4 * 3);
}



.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 #kt_player_internal {
	position: absolute !important;
	left: 0 !important;
	top: 0 !important;
	width: 100% !important;
	height: 100% !important;
}
.block-video .player .loading {
	display: block;
	text-align: center;
	font-size: 20px;
	font-weight: bold;
	line-height: 25px;
	color: #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: #019eed;
}
.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-image: url(../player/btn_play.png);
	background-repeat: no-repeat;
	background-position: 50% 50%;
}
.block-video .playlist {
	margin: 0 0 10px;
	padding: 7px;
	border: 2px solid #1a1a1a;
	background: #000000;
	text-align: center;
}
.block-video .playlist-holder {
	overflow: hidden;
}
.block-video .playlist .item {
	display: inline-block;
	vertical-align: top;
	position: relative;
	width: 180px;
	border: 7px solid transparent;
	background: #000000;
	cursor: pointer;
}
.block-video .playlist .item.selected,
.block-video .playlist .item.selected:hover {
	border-color: #1a1a1a;
}
.block-video .playlist .item:hover {
	border-color: #019eed;
}
.block-video .playlist .item .img {
	width: 180px;
	height: 135px;
}
.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;
}


.recomended_video {
	display:block;
	float:left;
	width:440px;
	margin:-20px 0 0 0;
}

.recomended_video ~.headline {
height:auto;
	overflow:hidden;
}

.recomended_video .list-videos .item, .recomended_video .list-videos .item .img {
	width:205px;
	height:auto;
}

.block-video .table {
	float: right;
	margin-left: 10px;
}
.block-video .table .opt {
	border: 2px solid #1a1a1a;
	margin: 0 0 10px;
	width: 300px;
	height: 250px;
	background: #000000;
}
.block-video .table .opt:last-child {
	margin: 0;
}
/* block-album */
.block-album {
	padding: 10px;
	overflow: hidden;
	margin: -3px 0 0;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	background-color: #272727;
	background-image: url(../images/bg-grey.gif);
}
.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: #019eed;
}
.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: #019eed;
}
.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: 50px;
	overflow: hidden;
	width: 260px;

}
.rating-container .rate-like {
	float: right;

color:transparent;
	overflow: hidden;
	width: 50px;
	height: 50px;


}

.rating-container .rate-like:before {
	content: '\f087';
	color: #FFFFFF;
	font-size: 300%;
}
.rating-container .rate-dislike:before {
	content:'\f088';
	color:#FFFFFF;
	font-size:300%;
}

.rating-container .rate-like.voted,
.rating-container .rate-like:hover {

}
.rating-container .rate-like.disabled {

}
.rating-container .rate-dislike {
	float: left;
	overflow: hidden;
	width: 50px;
	height: 50px;

color:transparent
}
.rating-container .rate-dislike.voted,
.rating-container .rate-dislike:hover {

}
.rating-container .rate-dislike.disabled {

}
.rating-container .disabled,
.rating-container .voted {
	cursor: default;
}
.rating-container .rating {
	text-align: center;
	width: 120px;
	margin: 0 auto;
	overflow: hidden;
	padding: 5px 0 0;
}
.rating-container .voters {
	display: block;
	color: #CCCCCC;
	font-size: 12px;
	line-height: 12px;
	text-transform: lowercase;
	margin: 0 0 4px;
}
.rating-container .scale-holder {
	display: block;
	height: 4px;
	position: relative;
	width: 120px;
	background-color: #FF66CC;
}
.rating-container .scale-holder .scale {
	position: absolute;
	left: 0;
	top: 0;
	height: 4px;
	background: #fff;
	min-width:10%;
}
.rating-container a:hover {
	opacity:0.7
}

.v-info {
	display:inline-block;
	line-height:2.5;
	font-size: 120%;
	color:#9e9e9e
}
.v-info span {

}
.v-duration:before {
	content:'\f017';
		margin:0 5px;
	color:#FFFFFF;
	font-size:150%;
	display:inline-block;
	vertical-align: middle
}
.v-added:before {
		content:'\f073';
		margin:0px 0 0 15px;
		color:#FFFFFF;
		font-size: 130%;
		display:inline-block;
	vertical-align: middle
}

.cs-join {
	display:block;
	height:auto;
	overflow:hidden;
	text-align:center;
	background-color:#000000;
	padding:3px;
			line-height:2;
	width:100%;
}

.cs-join img {
	display:inline-block;
	height:auto;
	margin:3px;
}
.cs-join .cs_avatar {
	display:block;
	float:left;
	width:210px;
	height:160px;
	border:1px solid #000;
}
.cs-join span {
	font-size:190%;
display:inline-block;
	color:#c3c6c7;
}
.cs-join em {
	display: inline-block;
	text-transform: uppercase;
	font-size: 250%;
	line-height: 1.5;
	color: #FF66CC;
	display: block;
	width: 70%;
	margin: 0 auto;
}

/* video / album add to favourites */
.btn-favourites {
	display: block;
	position: relative;
	float: left;
	width: 40px;
	height: 30px;
	margin: 3px 10px 0 0;
	text-align: left;
	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: 2px;
	-webkit-border-radius: 2px;
}
.btn-favourites:hover {
	border-radius: 2px 2px 0 0;
	-webkit-border-radius: 2px 2px 0 0;
}
.btn-favourites .ico-favourite {
	width: 18px;
	height: 15px;
	position: absolute;
	top: 8px;
	left: 6px;
	background-image: url(../images/ico-favourite.png);
	background-repeat: no-repeat;
}
.btn-favourites .drop {
	display: block;
	width: 100%;
	height: 100%;
	cursor: pointer;
}
.btn-favourites .drop:after {
	content: '';
	border-top: 4px solid #4e4e4e;
	border-left: 4px solid transparent;
	border-right: 4px solid transparent;
	display: block;
	position: absolute;
	top: 12px;
	right: 6px;
}
.btn-favourites:hover .drop:after {
	border-bottom: 4px solid #4e4e4e;
	border-left: 4px solid transparent;
	border-right: 4px solid transparent;
	border-top: none;
}
.btn-favourites ul {
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 10;
	display: none;
	overflow: hidden;
	border-radius: 0 2px 2px 2px;
	-webkit-border-radius: 0 2px 2px 2px;
}
.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: #4e4e4e;
	background: #cccccc;
}
.btn-favourites ul li span {
	position: relative;
	padding: 8px 38px 8px 32px;
	background-color: #cccccc;
	background-image: url(../images/ico-checkmark.png);
	background-repeat: no-repeat;
	background-position: 7px 7px;
}
.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: #4e4e4e;
}
.btn-favourites ul li a:hover {
	color: #019eed;
	background: #1e1e1e;
}
.btn-favourites ul li span a {
	padding: 0;
	background: none;
	text-decoration: underline;
}
.btn-favourites ul li span a:hover {
	background: none;
}
/* video / album tabs */
.tabs-menu {
	margin-top: 3px;
	overflow: hidden;
	float: right;
}
.tabs-menu ul {
	margin-top: -2px;
}
.tabs-menu li {
	margin: 2px 5px 0 0;
	display: inline-block;
	vertical-align: top;
}
.tabs-menu li:last-child {
	margin: 2px 0 0 0;
}
.tab-content {
	padding: 10px;
	color: #FCC;
}
/* video / album details */
.block-details {
	margin: -10px 0;
	overflow: hidden;
}
.block-details .info {
	overflow: hidden;
}
.block-details .item {
	width: 100%;
	overflow: hidden;
	padding: 10px 0;

}
.block-details .item:first-child {
	background: none;
}
.block-details .item img {
	margin: 1px;
}
.block-details .item a {
	display: inline-block;
	color: #FF99CC;
	margin: 1px 0 1px 3px;
	font-weight: bold;
	background: #000;
	padding: 5px 10px;
	white-space: nowrap;
}
.block-details .item a:hover {
	color: #ffffff;
	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;
}
.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;
}
.block-screenshots span.item,
.block-screenshots a.item {
	display: inline-block;
	vertical-align: top;
	border: 1px solid transparent;
	background: #000000;
	width: 167px;
	height: 126px;
	margin: 10px 0 0 0;
}
.block-screenshots a.item:hover {
	border: 1px solid #019eed;
}
.block-screenshots span.item img,
.block-screenshots a.item img {
	width: 167px;
	height: 126px;
}
/* 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: #CC0066;
	height: 23px;
	padding: 9px 17px 0;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	background-color: #FFFFFF;
}
.block-share .block-size a:hover {
	color: #FFFFFF;
	background-color: #000000;
}
.block-share .custom-size {
	float: left;
	margin: 4px 0 0 0;
}
.block-share .custom-size label {
	float: left;
	margin: 8px 9px 0 0;
}
.block-share .custom-size .textfield {
	float: left;
	width: 45px;
	margin: 0 8px 0 0;
	text-align: center;
}
/* video / album comments */
.block-comments {
	width: 100%;
	overflow: hidden;
}
.block-comments .toggle-button {
	float: right;
}
.block-comments .block-new-comment {
	padding: 20px 0 20px 0px;
	display: none;
	background-image: url(../images/divider.png);
	background-repeat: repeat-x;
	background-position: 0 10px;
}
.block-comments .list-comments {
	padding: 20px 0 0;
	background-image: url(../images/divider.png);
	background-repeat: repeat-x;
	background-position: 0 10px;
}
/* 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:0 10px;
}
.related-videos .list-sort li,
.related-albums .list-sort li {
	float: left;
	margin: 0 2px 0 0;
	overflow: hidden;

}
.related-videos .list-sort a,
.related-albums .list-sort a,
.related-videos .list-sort span,
.related-albums .list-sort span {
	float: left;
	height: 27px;
	font-weight: bold;
	color: #FFFFFF;
	padding: 11px 11px 0;
	background-color: #F6C;
}
.related-videos .list-sort a:hover,
.related-albums .list-sort a:hover {
	color: #ffffff;
	background-color: #333333;
}
.related-videos .list-sort span,
.related-albums .list-sort span {
	color: #FCF;
	border-bottom-color: transparent;
	background-color: #333333;
}
.related-videos .box,
.related-albums .box {
	border-radius: 0 5px 5px;
	-webkit-border-radius: 0 5px 5px;
}
/* playlist subscribe */
.btn-subscribe {
	margin: 3px 10px 0 0;
	float: left;
	position: relative;
	overflow: hidden;
}
.btn-subscribe .toggle-button {
	float: left;
}
.btn-subscribe .button-info:before {
	border-bottom: 5px solid 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 {
	float: right;
	width: 195px;
	margin-left: 10px;
}
.member-menu .block-main {
	padding: 8px 0 0;
	width: 100%;
	overflow: hidden;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	background-color: #272727;
	background-image: url(../images/bg-grey.gif);
}
.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;
	margin: 10px 0 0;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	background-color: #272727;
	background-image: url(../images/bg-grey.gif);
}
.member-menu .block-additional .user-menu li:first-child {
	background: none;
}
.member-menu .user-menu li {
	margin: -1px 0 0;
	background-image: url(../images/divider.png);
	background-repeat: repeat-x;
}
.member-menu .user-menu span,
.member-menu .user-menu a {
	display: block;
	font-weight: bold;
	padding: 10px 12px 13px 14px;
	background: transparent;
	color: #ffffff;
}
.member-menu .user-menu span {
	color: #808080;
	padding: 10px 12px 13px 25px;
	background-image: url(../images/bullet.png);
	background-repeat: no-repeat;
	background-position: 14px 50%;
}
.member-menu .user-menu a:hover {
	background: #1a1a1a;
	color: #019eed;
}
.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: #fc5729;
	color: #ffffff;
}
.member-menu .user-menu em.small {
	font-size: 9px;
}
/* profile */
.block-profile {
	padding: 10px;
	overflow: hidden;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	background-color: #272727;
	background-image: url(../images/bg-grey.gif);
}
.profile-list {
	width: 100%;
	overflow: hidden;
}
.profile-list .margin-fix {
	margin: 0;
	overflow: hidden;
}
.profile-list .about-me {
	width: 100%;
	float: left;
	overflow: hidden;
	margin: -2px 0 0 0;
}
.profile-list .column {
	float: left;
	width: 33%;
	margin-right: 10px;
}
.profile-list .column:nth-child(3) {
	float: none;
	width: auto;
	margin-right: 0;
}
.profile-list .item {
	padding: 12px;
	background: #212121;
	color: #8a8a8a;
	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: #e3e3e3;
}
.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;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	background-image: url(../images/bg-grey.gif);
	background-repeat: repeat;
}
.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;
}
.about {
	padding:0 0 20px 0;
}
.about p {
	padding: 5px 10px;
	line-height: 1.5;
	font-size: 120%;
	color: #333;
}


/* responsive */

@media all and (max-width: 1880px) {
	.container {
		max-width:1580px;
	}
	
	.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(100% / 6.2);
}
	.list-models .img, .list-sponsors .img, .list-channels .img, .list-categories .img, .list-videos .img, .list-playlists .img {
    width: 100%;
    height: auto;
}
.logo a {
	display: block;
	width: 350px;
	height: 65px;
	background-image: url(../images/logo.png);
	background-repeat: no-repeat;
	background-position: center center;
}
	.block-video {
    max-width: 1130px;

}
	
}
@media all and (max-width:1590px) {
			.block-video {
    max-width: 68%;

}
	.block-video .table {
   margin-top:-4px;
}
		.cs-join a {
	width:100%;	
	}
	.cs-join {
		text-align:center;
	}
	.cs-join img {
		display:inline-block;
 width:90%;
		height:auto;
		box-sizing: border-box;
	margin:0 none;
}
	
}
@media all and (max-width:1400px) {
			.block-video {
    max-width: 100%;

}
	.recomended_video {
  display:none;
}
}

@media all and (max-width:1340px) {
		.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(100% / 5.2);
			float:none;
			display:inline-block;
			vertical-align:middle;
}
	.logo a {
	display: block;
	width: 250px;
	height: 65px;
	background-image: url(../images/logo.png);
	background-repeat: no-repeat;
	background-position: center center;
}

}



@media all and (max-width:1260px) {
		.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(100% / 5.3);
			float:none;
			display:inline-block;
			vertical-align:middle;
}
	.logo a {
	display: block;
	width: 250px;
	height: 65px;
	background-image: url(../images/logo.png);
	background-repeat: no-repeat;
	background-position: center center;
}
.embed-wrap-off > iframe{
width:100% !important;
height:calc(50vw / 4 * 3.5);
}

}

@media all and (max-width:1023px) {
		.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(100% / 4.2);
			float:none;
			display:inline-block;
			vertical-align:middle;
}
	.logo {
   float:none;
    margin: 0px 0px 0 0;
}
	.logo a {
    display: block;
    width: 170px;
  
}
	
	.navigation {
		float:right;
		width:480px;
	}
	
	.navigation .primary {
	width: 100%;
}
.navigation .primary ul.drop-cat {
    width: 600px;
    background-color: #333333;
    margin: 0 0 0 -470px;
    padding: 5px;
}
}

@media all and (max-width:820px) {
		.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(100% / 4.25);
			float:none;
			display:inline-block;
			vertical-align:middle;
}
	.logo a {
	display: block;
	width: 250px;
	height: 65px;
	background-image: url(../images/logo.png);
	background-repeat: no-repeat;
	background-position: center center;
}
	.embed-wrap-off > iframe{
width:100% !important;
height:calc(60vw );
}

}

@media all and (max-width:720px) {
		.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(100% / 3.2);
			float:none;
			display:inline-block;
			vertical-align:middle;
}
	.logo a {
	display: block;
	width: 250px;
	height: 65px;
	background-image: url(../images/logo.png);
	background-repeat: no-repeat;
	background-position: center center;
}
	
	
	.navigation {
		display: block;
		position:absolute;
		width:45px;
		height:45px;
		overflow:hidden;
		right:35px;
		top:0px;
		background-color:#0B0C0F;
		border-radius:50%;
		z-index:999;
	}
	.navigation:before {
		content:'\f0c9';
	font-size:150%;
		line-height:45px;
		cursor:pointer;
	}
	.navigation.open {
		width:130px;
		border-radius:10px;
		height:auto;
		box-shadow: 0 0 2px rgba(255,255,255,0.25)
	}
	.navigation .primary li {
    display: block;
}
	.drop-cat {
		display:none !important;
	}
	.navigation .primary .drop > a::after {
		display:none;
	}
}


@media all and (max-width:820px) {
		.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(100% / 2.2);
			float:none;
			display:inline-block;
			vertical-align:middle;
}
	.logo a {
	display: block;
	width: 250px;
	height: 65px;
	background-image: url(../images/logo.png);
	background-repeat: no-repeat;
	background-position: center center;
}
	
}

@media screen and (max-width: 1255px) {
	.movable-top,
	.movable-bottom {
		position: static;
	}
	.network strong {
		margin-right: 6px;
	}
	.network li {
		padding: 0 6px 0 10px;
	}
	.member-links li {
		padding-left: 10px;
		margin-left: 10px;
	}
	.bottom-adv .spot:nth-child(4) {
		display: none;
	}
	.list-subscriptions .item,
	.list-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;
	}
}
@media screen and (max-width: 1040px) {
	.main-content {

	}
	.main-container {

		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;
	}
	.btn-favourites ul {
		right: 0;
		left: auto;
		border-radius: 3px 0 3px 3px;
		-webkit-border-radius: 3px 0 3px 3px;
	}
}
@media screen and (max-width: 980px) {

.video-info {
	height:37px;
	overflow:hidden;
}
.video-info:before {
	display: block;
	height: 32px;
	content: 'SHOW VIDEO INFO';
	text-align: center;
	line-height: 32px;
	background-color: #333333;
	margin: 5px 0;
	border-radius: 5px;
	border: 1px solid #3a404e;
	;
	box-sizing: border-box;
	color: #FF99CC;
	font-weight: bold;
}
.video-info.open{
	height:auto;
}
.video-info.open:before {
	display:none;
}

	.network {
		float: none;
	}
	.member-links {
		float: none;
	}
	.member-links ul {
		line-height: 18px;
	}
/*	.navigation {
		background: #202020 url('../images/bg-grey.gif');
		height: auto;
		width: 60%;
		margin: 0 auto;
	}
	.navigation .button {
		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 #353535;
		border-bottom: 1px solid #252525;
		border-left: none;
		border-right: none;
	}
	.navigation .secondary {
		display: none;
		width: 100%;
	}
	.navigation.open .secondary {
		display: table;
	}
	.navigation .secondary li {
		float: none;
		display: table-cell;
		text-align: center;
	}
	.navigation .secondary a {
		float: none;
	}
	*/
	.block-model .model-list {
		width: auto;
		float: none;
		margin-right: 0;
	}
	.block-model .desc {
		height: auto;
		margin-top: 11px;
		padding-bottom: 5px;
	}
}
@media screen and (max-width: 940px) {
	.bottom-adv .spot:nth-child(3) {
		display: none;
	}
}
@media screen and (max-width: 860px) {
	.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;
	}
}
@media screen and (max-width: 785px) {
	.header {
		text-align: center;
	}
	
.logo a {
    display: block;
    width: 150px;
    height: 45px;
   background-size:130px;
}

.search {
	display:block;
	position:absolute;
	width:45px;
	height:45px;
	overflow:hidden;
	top:0px;
right:70px;
padding:0;
}
.search:before {
	display: block;
	height: 45px;
	content: '\f002';
	color: #FF66CC;
	line-height: 45px;
	font-size: 220%;
	background-color: #0b0c0f;
	;
	border-radius: 50%;
	}
.search.open {
	position:relative;
	widtH:95%;
	right:0;
	padding:10px 0;
}
.search.open:before {
	display:none;
}
	.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;
	}
	.headline h1::before, .headline h2::before {
    margin: 4px 5px 0 15px;
}
}
@media screen and (max-width: 640px) {
	.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;
	}

	.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 {
		display:block;
		float: none;

		margin-bottom: 5px;
	}
	.container {
		padding: 0;
	}
	.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) {
	.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;
	}
			.navigation {
		right:25px;

	}
		.embed-wrap-off > iframe{
width:100% !important;
height:calc(70vw );
}
}
@media screen and (max-width: 420px) {
	.margin-fix {
		margin: -10px 0 0 0;
	}
	.margin-fix .bottom {
		margin: 0;
	}
	.margin-fix .generic-error {
		margin: 10px 0 0 0;
	}
	.empty-content {
		padding: 10px 0 0;
	}
	.list-comments .comment-options {
		float: none;
		margin-bottom: 3px;
	}
	
	.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;
	z-index: 5;
	content: '';
	background-image: url(../images/ico-edit.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	}
	.tab-content {
		border-width: 2px 0 0 0;
	}
	.block-video .playlist {
		padding: 3px;
	}
	.block-video .playlist .item {
		width: 140px;
		border-width: 3px;
	}
	.block-video .playlist .item .img {
		width: 140px;
		height: 105px;
	}
	.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;
	}
		.navigation {
		right:15px;

	}
}
