.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp
{
	padding: 0;
	margin: 0;
	border: 0;
	outline: none;
	vertical-align: top;
}

.fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 8020;
}

.fancybox-skin {
	position: relative;
	background: rgba(20, 20, 20, 0.7);
	color: #444;
	text-shadow: none;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

.fancybox-opened {
	z-index: 8030;
}

.fancybox-opened .fancybox-skin {
	-webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.fancybox-outer, .fancybox-inner {
	position: relative;
}

.fancybox-inner {
	overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
	-webkit-overflow-scrolling: touch;
}

.fancybox-error {
	color: #444;
	font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	margin: 0;
	padding: 15px;
	white-space: nowrap;
}

.fancybox-image, .fancybox-iframe {
	display: block;
	width: 100%;
	height: 100%;
}

.fancybox-image {
	max-width: 100%;
	max-height: 100%;
}

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
	background-image: url('../images/fancybox_sprite.png');
}

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -22px;
	margin-left: -22px;
	background-position: 0 -108px;
	opacity: 0.8;
	cursor: pointer;
	z-index: 8060;
}

#fancybox-loading div {
	width: 44px;
	height: 44px;
	background: url('../images/fancybox_loading.gif') center center no-repeat;
}

.fancybox-close {
	position: absolute;
	top: -18px;
	right: -18px;
	width: 36px;
	height: 36px;
	cursor: pointer;
	z-index: 8040;
}

.fancybox-nav {
	position: absolute;
	top: 0;
	width: 40%;
	height: 100%;
	cursor: pointer;
	text-decoration: none;
	background: transparent url('../images/blank.gif'); /* helps IE */
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	z-index: 8040;
}

.fancybox-prev {
	left: 0;
}

.fancybox-next {
	right: 0;
}

.fancybox-nav span {
	position: absolute;
	top: 50%;
	width: 36px;
	height: 34px;
	margin-top: -18px;
	cursor: pointer;
	z-index: 8040;
	visibility: hidden;
}

.fancybox-prev span {
	left: 10px;
	background-position: 0 -36px;
}

.fancybox-next span {
	right: 10px;
	background-position: 0 -72px;
}

.fancybox-nav:hover span {
	visibility: visible;
}

.fancybox-tmp {
	position: absolute;
	top: -99999px;
	left: -99999px;
	visibility: hidden;
	max-width: 99999px;
	max-height: 99999px;
	overflow: visible !important;
}

/* Overlay helper */

.fancybox-lock {
	overflow: hidden !important;
	width: auto;
}

.fancybox-lock body {
	overflow: hidden !important;
}

.fancybox-lock-test {
	overflow-y: hidden !important;
}

.fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	display: none;
	z-index: 8010;
	background: url('../images/fancybox_overlay.png');
}

.fancybox-overlay-fixed {
	position: fixed;
	bottom: 0;
	right: 0;
}

.fancybox-lock .fancybox-overlay {
	overflow: auto;
	overflow-y: scroll;
}

/* Title helper */

.fancybox-title {
	visibility: hidden;
	font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	position: relative;
	text-shadow: none;
	z-index: 8050;
}

.fancybox-opened .fancybox-title {
	visibility: visible;
}

.fancybox-title-float-wrap {
	position: absolute;
	bottom: 0;
	right: 50%;
	margin-bottom: -35px;
	z-index: 8050;
	text-align: center;
}

.fancybox-title-float-wrap .child {
	display: inline-block;
	margin-right: -100%;
	padding: 2px 20px;
	background: transparent; /* Fallback for web browsers that doesn't support RGBa */
	background: rgba(0, 0, 0, 0.8);
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	text-shadow: 0 1px 2px #222;
	color: #FFF;
	font-weight: bold;
	line-height: 24px;
	white-space: nowrap;
}

.fancybox-title-outside-wrap {
	position: relative;
	margin-top: 10px;
	color: #fff;
}

.fancybox-title-inside-wrap {
	padding-top: 10px;
}

.fancybox-title-over-wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	padding: 10px;
	background: #000;
	background: rgba(0, 0, 0, .8);
}

/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
	only screen and (min--moz-device-pixel-ratio: 1.5),
	only screen and (min-device-pixel-ratio: 1.5){

	#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
		background-image: url('../images/fancybox_sprite%402x.png');
		background-size: 44px 152px; /*The size of the normal image, half the size of the hi-res image*/
	}

	#fancybox-loading div {
		background-image: url('../images/fancybox_loading%402x.gif');
		background-size: 24px 24px; /*The size of the normal image, half the size of the hi-res image*/
	}
}

@media screen and (max-width: 560px) {
	.fancybox-skin {
		padding: 0 !important;
	}
}* {
  box-sizing: border-box;
}
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;
}
.ico {
  padding-right: 20px;
}
.ico.ico-eye {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAABPElEQVQ4T7VTy23CQBCdZ988h5AKgCu7lugglEA6MB2QCoAO3EHoAKgglIDkhStQQbiYG37RWhsJiJQoIOa2n3l6nxnInYU7++UxAJvNpl9V1YuIdAPDFYClMWZxzfiCwXq9zkiOSO4BzEmufAOALsk+gGYURW+dTmf+DVQDbLfbRlmWM5KIomiYJMmuLMuRiAzDx1xVJ8fjsVVVVQ6AqvrabrcPCM0fJBdpmo59g3MuF5GGtTYL56mIHKy1NWB476lqD845ry83xvhPdTnnaK29kHd9F+QO7wcIEpYAZsaYyRnFJ2vt4E8JZyZ6CU0Ag2DimGTtAYCpqo69iSTfRWSvqllt4nmuIX9v4KeI5HEc7/z76XRqhUSefUo/YrwejqIoegD6JOtBArAiOU/TdPnrIN2yF4/Zhf8w+QKLa7wDvsQeRQAAAABJRU5ErkJggg==) 100% 0 no-repeat;
}
.block-video .player {
  position: relative;
}
.adv-under-video {
  position: absolute;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  background: #272727;
  background: rgba(0,0,0,0.7);
  padding: 5px 10px 10px;
  z-index: 200;
  box-sizing: border-box;
  width: 630px;
  height: 340px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
}
.adv-under-video .clearfix:before,
.adv-under-video .clearfix:after {
  content: "";
  display: table;
}
.adv-under-video .clearfix:after {
  clear: both;
}
.adv-under-video .box {
  background: none;
  margin: 0;
  padding: 0;
  border-radius: 0;
  border: none;
}
.adv-under-video .box .spot {
  float: left;
  margin-bottom: 12px;
}
.adv-under-video .box .spot:nth-child(2) {
  margin-left: 7px;
}
.adv-under-video .box .spot-margin {
  margin-right: 10px;
}
.spot {
  display: inline-block;
}
.spot div {
  width: 300px;
  height: 250px;
}
.adv-under-video h3 {
  display: block;
/*color: #dcdcdc;*/
  margin: 0 0 5px;
/*font-size: 20px;*/
  line-height: 22px;
/* Shit */
  font-weight: 400;
  margin-bottom: 6px;
  color: #fafafa;
  font-size: 16px;
}
.button-close {
  margin: 0 auto;
  display: block;
  height: 30px;
  text-align: center;
  color: #4e4e4e;
  border-radius: 3px;
  border: 1px solid transparent;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 14px;
  line-height: 16px;
  padding: 0 10px;
  cursor: pointer;
  background: #fff;
  background: linear-gradient(to bottom, #fff, #d5d5d5);
  -webkit-appearance: none;
  z-index: 301;
}
.button-close:hover {
  background: #1e1e1e;
  color: #f56c08;
  border: 1px solid #242424;
}
.adv-under-video .close {
  position: absolute;
  top: -15px;
  right: -15px;
  width: 36px;
  height: 36px;
  cursor: pointer;
  z-index: 300;
  background-image: url("../images/fancybox_sprite.png");
}
.bottom-adv {
  margin: 30px 0 10px;
  text-align: center;
  font-size: 0;
}
.bottom-adv .bottom-adv__link-wrapper {
  text-align: left;
  padding: 5px 6px 10px;
}
.bottom-adv a {
  color: #de971b;
  font-size: 13px;
  text-decoration: none;
}
.bottom-adv a:hover {
  color: #de971b;
  text-decoration: underline;
}
.bottom-adv > a {
  display: block;
  text-align: left;
}
.bottom-adv .spot {
  display: inline-block;
  vertical-align: top;
  width: 300px;
  overflow: hidden;
}
.bottom-adv .spot a {
  width: 300px;
  height: 250px;
  background: #000;
  overflow: hidden;
  display: block;
}
.adv {
  float: right;
  margin-left: 10px;
  width: 300px;
/*box-shadow: inset 0 0 30px rgba(0,0,0,0.3);*/
  position: relative;
}
.adv.is-wide {
  width: 315px;
/*width: 425px;
		height: 687px;*/
  margin-top: 15px;
}
@media screen and (max-width: 860px) {
  .adv.is-wide {
    display: none;
  }
}
.adv > a {
  display: block;
  color: #de971b;
  font-size: 13px;
  text-decoration: none;
}
.adv > a:hover {
  color: #de971b;
  text-decoration: underline;
}
.adv .banner {
  margin: 0 0 10px;
}
.adv .banner:last-child {
  margin: 0;
}
.list-playlists .margin-fix .playlists-ad {
  padding: 2px 5px;
  background: none;
  box-shadow: none;
  margin-top: 11px;
}
.list-playlists .margin-fix .playlists-ad .spot {
  padding: 0;
}
.list-playlists .margin-fix .playlists-ad a {
  float: left;
}
.topad {
  width: 300px;
  margin: 10px auto 0;
}
.topad .topad__small {
  color: #9b9b9b;
  text-align: center;
}
.page_404 .box {
  padding: 10px;
}
@media all and (min-width: 861px) and (max-width: 3000px) {
  .page_404 .box .margin-fix {
    padding-right: 330px;
    min-height: 625px;
  }
}
.page_404 .box .adv.is-wide,
.page_404 .box .albums-ad {
  text-align: left;
  width: 315px;
  height: auto;
  padding: 0;
  position: absolute;
  right: 15px;
}
.page_404 .box .adv.is-wide .spot,
.page_404 .box .albums-ad .spot {
  padding: 0;
  display: block;
}
.page_404 .box .adv.is-wide .spot:first-child,
.page_404 .box .albums-ad .spot:first-child {
  margin-left: 0;
  margin-bottom: 5px;
}
@media screen and (max-width: 1070px) {
  .adv-under-video {
    width: 320px;
    height: auto;
    top: 7%;
    left: 50%;
  }
  .adv-under-video .spot {
    float: none;
  }
  .adv-under-video .spot:first-child {
    display: none;
  }
}
@media screen and (max-width: 860px) {
  .block-album .adv,
  .block-video .adv,
  .playlists-ad,
  .albums-ad,
  .videos-ad {
    display: none;
  }
}
@media screen and (max-width: 620px) {
  .bottom-adv.box {
    display: none;
  }
}
@media screen and (max-width: 3000px) {
  .adv-under-video {
    top: 480px;
    left: 40%;
  }
}
@media screen and (max-width: 1508px) {
  .adv-under-video {
    top: 430px;
    left: 462px;
  }
}
@media screen and (max-width: 1250px) {
  .adv-under-video {
    top: 360px;
    left: 340px;
  }
}
@media screen and (max-width: 1070px) {
  .adv-under-video {
    top: 365px;
    left: 33%;
  }
}
@media screen and (max-width: 980px) {
  .adv-under-video {
    top: 253px;
    left: 33%;
  }
}
@media screen and (max-width: 860px) {
  .adv-under-video {
    top: 285px;
    left: 50%;
  }
}
@media screen and (max-width: 740px) {
  .adv-under-video {
    top: 270px;
    left: 50%;
  }
}
@media screen and (max-width: 620px) {
  .adv-under-video {
    top: 240px;
    left: 50%;
  }
}
@media screen and (max-width: 420px) {
  .adv-under-video {
    display: none;
    visibility: hidden;
  }
}
.network {
  float: left;
  color: #909090;
  position: relative;
  z-index: 1001;
  padding-top: 2px;
}
.network .member-links {
  float: right;
}
.network .member-links li {
  padding: 0;
  margin-right: 25px;
}
.network strong {
  display: inline-block;
  font-weight: normal;
  margin-right: 16px;
}
.network ul {
  display: inline-block;
}
.network li {
  display: inline-block;
  vertical-align: top;
  padding: 0 17px 0 21px;
  background: url("../images/bullet.png") no-repeat 0 50%;
}
.network li:first-child {
  background: none;
  padding-left: 0;
}
.network a {
  color: #bcbcbc;
}
.network a:hover {
  color: #bfd128;
}
.network .more {
  display: none;
  float: left;
}
.network .more ul {
  width: auto;
}
.network .more:hover .active a {
  cursor: default;
  color: #909090;
}
.active.nav-item {
  cursor: default;
}
.navigation .primary li.sidebar-network {
  display: none;
}
@media screen and (max-width: 1255px) {
  .network .more {
    display: none;
  }
  .network strong {
    margin-right: 6px;
  }
  .network li {
    padding: 0 6px 0 10px;
  }
}
@media screen and (max-width: 1508px) {
  .network .member-links {
    float: right;
  }
  .network .more {
    display: block;
  }
  .network .more ul > li {
    display: block;
  }
  .network .more ul > li:nth-child(1),
  .network .more ul > li:nth-child(2),
  .network .more ul > li:nth-child(3),
  .network .more ul > li:nth-child(4),
  .network .more ul > li:nth-child(5),
  .network .more ul > li:nth-child(6),
  .network .more ul > li:nth-child(7),
  .network .more ul > li:nth-child(8) {
    display: none;
  }
  .network > ul > li:nth-child(9),
  .network > ul > li:nth-child(10),
  .network > ul > li:nth-child(11) {
    display: none;
  }
}
@media screen and (max-width: 980px) {
  .network .more ul > li {
    display: block;
  }
  .network .more ul > li:nth-child(6),
  .network .more ul > li:nth-child(7),
  .network .more ul > li:nth-child(8) {
    display: block;
  }
  .network > ul > li:nth-child(6),
  .network > ul > li:nth-child(7),
  .network > ul > li:nth-child(8) {
    display: none;
  }
}
@media screen and (max-width: 700px) {
  .network > .member-links {
    float: right;
  }
  .network .more {
    display: block;
  }
  .network .more ul > li {
    display: block;
  }
  .network .more ul > li:nth-child(6),
  .network .more ul > li:nth-child(5),
  .network .more ul > li:nth-child(4) {
    display: block;
  }
  .network > ul > li:nth-child(6),
  .network > ul > li:nth-child(5),
  .network > ul > li:nth-child(4) {
    display: none;
  }
}
@media screen and (max-width: 580px) {
  .network .more {
    display: block;
  }
  .network .more ul > li {
    display: block;
  }
  .network .more ul > li:nth-child(4),
  .network .more ul > li:nth-child(3) {
    display: block;
  }
  .network > ul > li:nth-child(3),
  .network > ul > li:nth-child(4) {
    display: none;
  }
}
@media screen and (max-width: 450px) {
  .network {
    float: none;
  }
}
.language-links.select.more {
  display: inline-block;
  float: left;
  margin-top: 2px;
}
.language-links .lang-icon {
  float: left;
  margin-right: 8px;
  top: 4px;
  position: relative;
  fill: #a9a9a9;
}
.language-links .lang-btn {
  float: left;
  color: #a9a9a9;
}
.language-links .lang__ul {
  width: auto;
  min-width: 100%;
}
.language-links .lang__ul-item {
  position: relative;
  text-align: left;
  padding-left: 25px;
}
.language-links .lang__ul-item .lang-ico {
  position: absolute;
  width: 20px;
  height: 20px;
  left: 8px;
  top: 6px;
}
.language-links .lang__ul-item .en-ico {
  background: url("../fonts/en.svg") 0 0 no-repeat;
  background-size: contain;
}
.language-links .lang__ul-item .cn-ico {
  background: url("../fonts/cn.svg") 0 0 no-repeat;
  background-size: contain;
}
.language-links .lang__ul-item .jp-ico {
  background: url("../fonts/jp.svg") 0 0 no-repeat;
  background-size: contain;
}
.language-links .lang__ul-item .es-ico {
  background: url("../fonts/es.svg") 0 0 no-repeat;
  background-size: contain;
}
.language-links .lang__ul-item .fr-ico {
  background: url("../fonts/fr.svg") 0 0 no-repeat;
  background-size: contain;
}
.language-links .lang__ul-item .de-ico {
  background: url("../fonts/de.svg") 0 0 no-repeat;
  background-size: contain;
}
.language-links .lang__ul-item .it-ico {
  background: url("../fonts/it.svg") 0 0 no-repeat;
  background-size: contain;
}
.language-links .lang__ul-item .pt-ico {
  background: url("../fonts/pt.svg") 0 0 no-repeat;
  background-size: contain;
}
.language-links .lang__ul-item .ru-ico {
  background: url("../fonts/ru.svg") 0 0 no-repeat;
  background-size: contain;
}
.info-buttons .rating-wrap {
  float: left;
  width: 230px;
  margin-right: 10px;
}
.info-buttons .rating-wrap .rating-container {
  width: 180px;
  display: inline-block;
  float: left;
  vertical-align: top;
  margin: 3px 10px 0 0;
  height: 30px;
  border-radius: 3px;
  overflow: hidden;
  background: #d5d5d5;
  background: linear-gradient(to bottom, #d5d5d5 0%, #fff 100%);
}
.info-buttons .rating-wrap .rating-container .rating {
  width: 100px;
  text-align: center;
  margin: 0 auto;
  overflow: hidden;
  padding: 5px 0 0;
}
.info-buttons .rating-wrap .btn-favourites {
  float: left;
  margin: 3px 0 0 0;
  display: block;
  position: relative;
  vertical-align: top;
  width: 40px;
  height: 30px;
  text-align: left;
  color: #4e4e4e;
  border-radius: 2px;
  background: #fff;
  background: linear-gradient(to bottom, #fff 0%, #d5d5d5 100%);
}
.info-buttons .menu-wrap {
  margin-left: 240px;
  text-align: right;
}
.info-buttons .menu-wrap .tabs-menu.main-tabs {
  float: none;
  display: inline-block;
  overflow: hidden;
  margin: 3px 0 0 0;
  vertical-align: top;
}
@media screen and (max-width: 1070px) and (min-width: 925px) {
  .info-buttons .menu-wrap .tabs-menu.main-tabs {
    width: 85%;
  }
}
@media screen and (max-width: 925px) and (min-width: 861px) {
  .info-buttons .menu-wrap .tabs-menu.main-tabs {
    width: 80%;
  }
}
@media screen and (max-width: 860px) {
  .info-buttons .menu-wrap .tabs-menu.main-tabs {
    width: 100%;
  }
}
@media screen and (max-width: 760px) {
  .info-buttons .menu-wrap .tabs-menu.main-tabs {
    width: 83%;
  }
}
@media screen and (max-width: 600px) {
  .info-buttons .menu-wrap .tabs-menu.main-tabs {
    width: 70%;
  }
}
@media screen and (max-width: 440px) {
  .info-buttons .menu-wrap .tabs-menu.main-tabs {
    width: 70%;
  }
}
@media screen and (max-width: 420px) {
  .info-buttons .menu-wrap .tabs-menu.main-tabs {
    display: none;
  }
}
.info-buttons .menu-wrap .tabs-menu.main-tabs>ul {
  width: 100%;
  display: inline-block;
  margin-top: -2px;
}
.info-buttons .menu-wrap .tabs-menu.main-tabs>ul>li {
  display: inline-block;
  vertical-align: middle;
  float: none;
  margin: 2px 5px 0 0;
}
.info-buttons .menu-wrap .tabs-menu.main-tabs>ul>li .toggle-button {
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 8px 5px;
  white-space: nowrap;
}
.info-buttons .menu-wrap .tabs-menu.main-tabs>ul>li .toggle-button.active {
  background: #b7b6b6;
  color: #ed1b24;
}
@media screen and (max-width: 1250px) and (min-width: 1070px) {
  .info-buttons .menu-wrap .tabs-menu.main-tabs>ul>li {
    width: 30%;
  }
  .info-buttons .menu-wrap .tabs-menu.main-tabs>ul>li:nth-child(5),
  .info-buttons .menu-wrap .tabs-menu.main-tabs>ul>li:nth-child(4) {
    display: none;
  }
}
@media screen and (max-width: 1070px) and (min-width: 925px) {
  .info-buttons .menu-wrap .tabs-menu.main-tabs>ul>li {
    width: 30%;
  }
  .info-buttons .menu-wrap .tabs-menu.main-tabs>ul>li:nth-child(5),
  .info-buttons .menu-wrap .tabs-menu.main-tabs>ul>li:nth-child(4) {
    display: none;
  }
}
@media screen and (max-width: 925px) and (min-width: 861px) {
  .info-buttons .menu-wrap .tabs-menu.main-tabs>ul>li:nth-child(5),
  .info-buttons .menu-wrap .tabs-menu.main-tabs>ul>li:nth-child(4),
  .info-buttons .menu-wrap .tabs-menu.main-tabs>ul>li:nth-child(3) {
    display: none;
  }
}
@media screen and (max-width: 860px) {
  .info-buttons .menu-wrap .tabs-menu.main-tabs>ul>li {
    width: 18%;
  }
}
@media screen and (max-width: 760px) {
  .info-buttons .menu-wrap .tabs-menu.main-tabs>ul>li {
    width: 30%;
  }
  .info-buttons .menu-wrap .tabs-menu.main-tabs>ul>li:nth-child(5),
  .info-buttons .menu-wrap .tabs-menu.main-tabs>ul>li:nth-child(4) {
    display: none;
  }
}
@media screen and (max-width: 600px) {
  .info-buttons .menu-wrap .tabs-menu.main-tabs>ul>li {
    width: 45%;
  }
  .info-buttons .menu-wrap .tabs-menu.main-tabs>ul>li:nth-child(5),
  .info-buttons .menu-wrap .tabs-menu.main-tabs>ul>li:nth-child(4),
  .info-buttons .menu-wrap .tabs-menu.main-tabs>ul>li:nth-child(3) {
    display: none;
  }
}
@media screen and (max-width: 440px) {
  .info-buttons .menu-wrap .tabs-menu.main-tabs>ul>li {
    width: 44%;
  }
  .info-buttons .menu-wrap .tabs-menu.main-tabs>ul>li:nth-child(5),
  .info-buttons .menu-wrap .tabs-menu.main-tabs>ul>li:nth-child(4),
  .info-buttons .menu-wrap .tabs-menu.main-tabs>ul>li:nth-child(3) {
    display: none;
  }
}
.info-buttons .menu-wrap .tabs-menu.additional {
  float: none;
  text-align: center;
  display: none;
  vertical-align: top;
  margin-top: 3px;
  overflow: visible;
  position: relative;
}
@media screen and (max-width: 1250px) and (min-width: 1070px) {
  .info-buttons .menu-wrap .tabs-menu.additional {
    display: inline-block;
  }
}
@media screen and (max-width: 1070px) and (min-width: 925px) {
  .info-buttons .menu-wrap .tabs-menu.additional {
    display: inline-block;
  }
}
@media screen and (max-width: 925px) and (min-width: 861px) {
  .info-buttons .menu-wrap .tabs-menu.additional {
    display: inline-block;
  }
}
@media screen and (max-width: 760px) {
  .info-buttons .menu-wrap .tabs-menu.additional {
    display: inline-block;
  }
}
@media screen and (min-width: 1070px) and (max-width: 1250px) {
  .info-buttons .menu-wrap .tabs-menu.additional.is-high {
    height: 95px;
  }
}
@media screen and (min-width: 925px) and (max-width: 1070px) {
  .info-buttons .menu-wrap .tabs-menu.additional.is-high {
    height: 95px;
  }
}
@media screen and (min-width: 861px) and (max-width: 925px) {
  .info-buttons .menu-wrap .tabs-menu.additional.is-high {
    height: 125px;
  }
}
@media screen and (max-width: 760px) {
  .info-buttons .menu-wrap .tabs-menu.additional.is-high {
    height: 95px;
  }
}
@media screen and (max-width: 600px) {
  .info-buttons .menu-wrap .tabs-menu.additional.is-high {
    height: 125px;
  }
}
@media screen and (max-width: 440px) {
  .info-buttons .menu-wrap .tabs-menu.additional.is-high {
    height: 125px;
  }
}
@media screen and (max-width: 420px) {
  .info-buttons .menu-wrap .tabs-menu.additional.is-high {
    height: 192px;
  }
}
.info-buttons .menu-wrap .tabs-menu.additional .show-options {
/*background: url("/images/show-options.svg") 7px 1px no-repeat;*/
  position: relative;
  height: 32px;
  display: inline-block;
  width: 44px;
  padding: 8px 0;
  outline: none;
  color: #4e4e4e;
  text-transform: uppercase;
  font-size: 11px;
  font-weight: bold;
  line-height: 14px;
  border-radius: 2px;
  border: 1px solid #d4d2d2;
}
.info-buttons .menu-wrap .tabs-menu.additional .show-options:hover {
  padding: 8px 0;
/*background: url("/images/show-options.svg") 7px 0px no-repeat*/
  background-color: #b7b6b6;
}
.info-buttons .menu-wrap .tabs-menu.additional .show-options.is-active + ul {
  display: block;
}
.info-buttons .menu-wrap .tabs-menu.additional .show-options svg {
  position: absolute;
  top: 0;
  left: 7px;
}
.info-buttons .menu-wrap .tabs-menu.additional>ul {
  display: none;
  margin-top: 0px;
  position: absolute;
  right: 0;
}
.info-buttons .menu-wrap .tabs-menu.additional>ul>li {
  margin: 2px 0 0 0;
  display: block;
  vertical-align: top;
  width: 110px;
}
@media screen and (max-width: 1250px) and (min-width: 1070px) {
  .info-buttons .menu-wrap .tabs-menu.additional>ul>li:nth-child(1),
  .info-buttons .menu-wrap .tabs-menu.additional>ul>li:nth-child(2),
  .info-buttons .menu-wrap .tabs-menu.additional>ul>li:nth-child(3) {
    display: none;
  }
}
@media screen and (max-width: 1070px) and (min-width: 925px) {
  .info-buttons .menu-wrap .tabs-menu.additional>ul>li:nth-child(1),
  .info-buttons .menu-wrap .tabs-menu.additional>ul>li:nth-child(2),
  .info-buttons .menu-wrap .tabs-menu.additional>ul>li:nth-child(3) {
    display: none;
  }
}
@media screen and (max-width: 925px) and (min-width: 861px) {
  .info-buttons .menu-wrap .tabs-menu.additional>ul>li:nth-child(1),
  .info-buttons .menu-wrap .tabs-menu.additional>ul>li:nth-child(2) {
    display: none;
  }
}
@media screen and (max-width: 760px) {
  .info-buttons .menu-wrap .tabs-menu.additional>ul>li:nth-child(1),
  .info-buttons .menu-wrap .tabs-menu.additional>ul>li:nth-child(2),
  .info-buttons .menu-wrap .tabs-menu.additional>ul>li:nth-child(3) {
    display: none;
  }
}
@media screen and (max-width: 600px) {
  .info-buttons .menu-wrap .tabs-menu.additional>ul>li:nth-child(1),
  .info-buttons .menu-wrap .tabs-menu.additional>ul>li:nth-child(2) {
    display: none;
  }
  .info-buttons .menu-wrap .tabs-menu.additional>ul>li:nth-child(3) {
    display: block;
  }
}
@media screen and (max-width: 440px) {
  .info-buttons .menu-wrap .tabs-menu.additional>ul>li:nth-child(1),
  .info-buttons .menu-wrap .tabs-menu.additional>ul>li:nth-child(2) {
    display: none;
  }
}
@media screen and (max-width: 420px) {
  .info-buttons .menu-wrap .tabs-menu.additional>ul>li:nth-child(1),
  .info-buttons .menu-wrap .tabs-menu.additional>ul>li:nth-child(2),
  .info-buttons .menu-wrap .tabs-menu.additional>ul>li:nth-child(3),
  .info-buttons .menu-wrap .tabs-menu.additional>ul>li:nth-child(4),
  .info-buttons .menu-wrap .tabs-menu.additional>ul>li:nth-child(5) {
    display: block;
  }
}
.info-buttons .menu-wrap .tabs-menu.additional>ul>li .toggle-button {
  padding: 8px 0;
  display: block;
  color: #4e4e4e;
  text-transform: uppercase;
  font-size: 11px;
  font-weight: bold;
  line-height: 14px;
  border-radius: 2px;
  background: #fff;
  background: linear-gradient(to bottom, #fff 0%, #d5d5d5 100%);
  cursor: pointer;
  outline: none;
}
.info-buttons .menu-wrap .tabs-menu.additional>ul>li .toggle-button.active,
.info-buttons .menu-wrap .tabs-menu.additional>ul>li .toggle-button.inversed {
  background: #b7b6b6;
  color: #ed1b24;
}
.playlist-info .info-buttons .rating-wrap {
  width: 330px;
  margin-right: 0;
}
@media screen and (max-width: 420px) {
  .playlist-info .info-buttons .rating-wrap {
    width: 260px;
  }
}
.playlist-info .info-buttons .rating-wrap .rating-container {
  margin: 3px 7px 0 0;
}
.playlist-info .info-buttons .rating-wrap .btn-subscribe {
  float: left;
  margin: 3px 0 0 0;
}
.playlist-info .info-buttons .rating-wrap .btn-subscribe .toggle-button {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media screen and (max-width: 420px) {
  .playlist-info .info-buttons .rating-wrap .btn-subscribe .toggle-button {
    width: 70px;
  }
}
@media screen and (max-width: 420px) {
  .playlist-info .info-buttons .rating-wrap .btn-subscribe .button-info {
    display: none;
  }
}
.playlist-info .info-buttons .menu-wrap {
  margin-left: 330px;
}
@media screen and (max-width: 420px) {
  .playlist-info .info-buttons .menu-wrap {
    margin-left: 260px;
  }
}
.playlist-info .info-buttons .menu-wrap .tabs-menu.main-tabs {
  width: 100%;
}
@media screen and (max-width: 520px) {
  .playlist-info .info-buttons .menu-wrap .tabs-menu.main-tabs {
    display: none;
  }
}
.playlist-info .info-buttons .menu-wrap .tabs-menu.main-tabs>ul>li {
  display: inline-block;
  max-width: 115px;
}
@media screen and (max-width: 1070px) and (min-width: 925px) {
  .playlist-info .info-buttons .menu-wrap .tabs-menu.main-tabs>ul>li {
    width: 29%;
  }
}
@media screen and (max-width: 925px) and (min-width: 861px) {
  .playlist-info .info-buttons .menu-wrap .tabs-menu.main-tabs>ul>li {
    width: 29%;
  }
}
@media screen and (max-width: 860px) {
  .playlist-info .info-buttons .menu-wrap .tabs-menu.main-tabs>ul>li {
    width: 29%;
  }
}
@media screen and (min-width: 520px) {
  .playlist-info .info-buttons .menu-wrap .tabs-menu.additional {
    display: none;
  }
}
@media screen and (max-width: 520px) {
  .playlist-info .info-buttons .menu-wrap .tabs-menu.additional.is-high {
    height: 125px;
  }
}
.playlist-info .info-buttons .menu-wrap .tabs-menu.additional>ul > li {
  margin: 2px 0 0 0;
  display: block;
  vertical-align: top;
  width: 110px;
}
@media screen and (max-width: 1070px) and (min-width: 925px) {
  .album-info .info-buttons .menu-wrap .tabs-menu.additional.is-high {
    height: 60px;
  }
}
@media screen and (max-width: 925px) and (min-width: 860px) {
  .album-info .info-buttons .menu-wrap .tabs-menu.additional.is-high {
    height: 95px;
  }
}
@media screen and (max-width: 760px) {
  .album-info .info-buttons .menu-wrap .tabs-menu.additional.is-high {
    height: 60px;
  }
}
@media screen and (max-width: 600px) {
  .album-info .info-buttons .menu-wrap .tabs-menu.additional.is-high {
    height: 95px;
  }
}
@media screen and (max-width: 420px) {
  .album-info .info-buttons .menu-wrap .tabs-menu.additional.is-high {
    height: 155px;
  }
}
.block-model .info-buttons {
  margin: 0;
}
.block-model .info-buttons .rating-wrap {
  margin: 0;
  width: 100%;
}
.block-model .info-buttons .rating-wrap .rating-container {
  width: 100%;
}
.block-model .info-buttons .rating-wrap .rating-container .rating {
  width: 70%;
}
.box-wrap {
  position: relative;
}
.box-wrap .box-padding {
  padding-bottom: 55px;
}
.box-wrap .show-all {
  text-align: center;
  position: absolute;
  width: 100%;
  bottom: 10px;
}
.box-wrap .show-all_link {
  display: block;
  color: #4e4e4e;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: bold;
  line-height: 16px;
  border-radius: 2px;
  padding: 8px 10px;
  background: #fff;
  background: linear-gradient(to bottom, #fff 0%, #d5d5d5 100%);
  cursor: pointer;
  outline: none;
  width: 395px;
  margin: 0 auto;
}
.box-wrap .show-all_link:hover {
  background: #1e1e1e;
  color: #f56c08;
}
@media screen and (max-width: 420px) {
  .box-wrap .show-all_link {
    width: 250px;
  }
}
.top .center-hold {
  padding: 0 10px;
  max-width: 1235px;
  margin: 0 auto;
  text-align: center;
}
.top .center-hold .member-links {
  float: right;
  padding-top: 2px;
  margin-right: 20px;
}
.top .center-hold .member-links > ul > li {
  display: inline-block;
  vertical-align: top;
  padding-left: 15px;
  margin-left: 16px;
  border-left: 1px solid #282828;
}
.top .center-hold .member-links > ul > li:first-child {
  padding-left: 0;
  margin-left: 0;
  border-left: none;
}
.top .center-hold .member-links > ul > li .select ul {
  left: -21px;
  width: 125px;
  z-index: 1001;
}
.top .center-hold .member-links a {
  color: #f56c08;
}
.top .center-hold .member-links a.disabled {
  color: #808080;
}
.top .center-hold .member-links a:hover,
.top .center-hold .member-links a .disabled:hover {
  color: #fff;
}
@media screen and (min-width: 1508px) {
  .playlist .playlist-holder a.item {
    width: 223px;
  }
}
@media screen and (max-width: 1508px) {
  .playlist .playlist-holder a.item {
    width: 173px;
  }
}
@media screen and (max-width: 1250px) {
  .playlist .playlist-holder a.item {
    width: 209px;
  }
}
@media screen and (max-width: 1024px) {
  .playlist .playlist-holder a.item {
    width: 32%;
  }
}
@media screen and (max-width: 420px) {
  .playlist .playlist-holder a.item {
    width: 47%;
  }
}
@media screen and (max-width: 320px) {
  .playlist .playlist-holder a.item {
    width: 90%;
  }
}
.playlist .playlist-holder a.item .img {
  width: 100%;
  height: auto;
}
@media screen and (min-width: 1508px) {
  .block-album .album-holder .images {
    padding: 7px 0 0 5px;
  }
}
@media screen and (max-width: 1508px) {
  .block-album .album-holder .images {
    padding: 7px 0 0 7px;
  }
}
@media screen and (min-width: 1508px) {
  .block-album .album-holder .images a.item {
    width: 19%;
    margin: 0 7px 7px 0;
  }
}
@media screen and (max-width: 1508px) {
  .block-album .album-holder .images a.item {
    width: 31%;
    margin: 0 7px 10px 0;
  }
}
@media screen and (max-width: 1250px) {
  .block-album .album-holder .images a.item {
    width: 31%;
    margin: 0 7px 10px 0;
  }
}
@media screen and (max-width: 420px) {
  .block-album .album-holder .images a.item {
    width: 48%;
    margin: 0 2px 5px 0;
  }
}
@media screen and (max-width: 320px) {
  .block-album .album-holder .images a.item {
    width: 90%;
    margin-bottom: 7px;
  }
}
.block-album .album-holder .images a.item .thumb {
  width: 100%;
  height: auto;
}
.tab-content .block-screenshots {
  margin: 0;
}
.tab-content .block-screenshots a.item {
  height: auto;
  margin: 5px 0 0 0;
}
@media screen and (min-width: 1508px) {
  .tab-content .block-screenshots a.item {
    width: 19%;
    margin-right: 8px;
  }
}
@media screen and (max-width: 1508px) {
  .tab-content .block-screenshots a.item {
    width: 168px;
    margin-right: 3px;
  }
}
@media screen and (max-width: 1250px) {
  .tab-content .block-screenshots a.item {
    width: 204px;
    margin-right: 3px;
  }
}
@media screen and (max-width: 1024px) {
  .tab-content .block-screenshots a.item {
    width: 32%;
    margin-right: 3px;
  }
}
@media screen and (max-width: 420px) {
  .tab-content .block-screenshots a.item {
    width: 47%;
  }
}
@media screen and (max-width: 320px) {
  .tab-content .block-screenshots a.item {
    width: 90%;
  }
}
.tab-content .block-screenshots a.item .thumb {
  width: 100%;
  height: auto;
}
.content,
.main-content {
  width: 100%;
  overflow: hidden;
}
.main-container {
  overflow: hidden;
}
.main-container-user {
  width: 1020px;
  float: left;
  overflow: hidden;
}
.sidebar {
  float: left;
  width: 195px;
  margin: 0 10px 0 0;
}
.sidebar .comments,
.sidebar .list,
.sidebar .filter {
  overflow: hidden;
/*background: #272727 url(/images/bg-grey.gif);*/
  background-color: #292828;
  border-radius: 5px;
}
.sidebar .comments li,
.sidebar .list li,
.sidebar .filter li {
  background: url("../images/divider.png") repeat-x;
  margin: -1px 0 0;
}
.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;
}
.sidebar .list a:hover {
  background: #1a1a1a;
}
.sidebar .list .rating {
  float: right;
  color: #979797;
}
.sidebar .comments .comment-text {
  font-size: 14px;
  font-style: italic;
  line-height: 16px;
  padding: 10px;
  color: #8a8a8a;
}
.sidebar .comments .comment-info {
  padding: 0 10px 10px 10px;
  overflow: hidden;
}
.sidebar .comments .image {
  float: left;
  width: 30px;
  height: 30px;
  overflow: hidden;
  background: #000;
}
.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 .added {
  padding: 0 5px;
  overflow: hidden;
  color: #8a8a8a;
}
.sidebar .filter li {
  position: relative;
}
.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;
}
.sidebar label.group {
  display: block;
  padding: 10px 12px 2px 14px;
}
.sidebar label.group:after {
  content: ":";
}
.sidebar form {
  padding: 10px 12px 10px 14px;
}
.sidebar form .selectbox.age {
  width: 70px;
}
.sidebar .alphabet {
  overflow: hidden;
  padding: 0 0 4px;
  background-color: #292828;
/*background: #272727 url(/images/bg-grey.gif);*/
  border-radius: 5px;
  text-align: center;
}
.sidebar .alphabet span,
.sidebar .alphabet a {
  display: inline-block;
  vertical-align: middle;
  width: 26px;
  height: 25px;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: bold;
  line-height: 24px;
  margin: 4px 0 0 0;
  border: 1px solid #313131;
  border-radius: 2px;
}
.sidebar .alphabet a.all {
  width: 36px;
}
.sidebar .alphabet a {
  cursor: pointer;
}
.sidebar a.is-choosen {
  color: #5b5b5b;
  cursor: default;
  pointer-events: none;
}
.sidebar .alphabet span {
  background: #252525;
  border-color: #252525;
  color: #616161;
}
.sidebar .alphabet a:hover {
  background: #232323;
  border-color: #222;
  color: #f56c08;
}
.select {
  cursor: pointer;
  background: #1c1c1c url("../images/arrow-down-network.gif") no-repeat 100% 50%;
  border: 1px solid #222;
  border-radius: 3px;
  padding: 0 25px 0 9px;
  line-height: 26px;
  position: relative;
}
.select.is-active ul {
  display: block;
}
.select ul {
  position: absolute;
  top: 100%;
  left: -1px;
  width: 100%;
  float: none;
  z-index: 1001;
  background: #1c1c1c;
  border: solid #222;
  overflow: hidden;
  display: none;
  border-width: 0 1px;
  border-radius: 0 0 3px 3px;
}
.select ul li {
  float: none;
  background: none;
  padding: 0;
  border-top: 1px solid #222;
}
.select ul a {
  display: block;
  padding: 0 9px;
}
@media screen {
  .select:hover ul {
    display: block;
  }
}
.list-playlists .item,
.list-members .item,
.list-models .item,
.list-sponsors .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: 15px 0 0 15px;
  width: 188px;
  padding: 5px;
  border-radius: 3px;
  background: #393939;
  background: linear-gradient(to bottom, #393939 0%, #252525 100%);
  vertical-align: top;
}
.list-playlists .item a,
.list-members .item a,
.list-models .item a,
.list-sponsors .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-categories .item {
  padding: 5px 5px 10px;
}
.list-playlists .item:hover,
.list-members .item:hover,
.list-models .item:hover,
.list-sponsors .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: #e0e0e0;
}
.item .img {
  position: relative;
  background: #000;
  overflow: hidden;
}
.thumb__hd {
  display: inline-block;
  background-color: #262626;
  position: absolute;
  bottom: 2px;
  font-weight: bold;
  padding: 3px;
  border-radius: 3px;
  left: 2px;
  opacity: 0.7;
}
.item .img img,
.item .img .no-thumb {
  display: block;
  width: 100%;
  text-align: center;
}
.item.disabled .img img {
  opacity: 0.3;
}
.item .title {
  font-weight: bold;
  margin: 7px 2px;
  height: 28px;
  overflow: hidden;
  display: block;
}
.item.disabled .title,
.item.processing .title {
  color: #8a8a8a;
}
.item.error .title {
  color: #fc5729;
}
.list-members .item .title,
.list-models .item .title,
.list-sponsors .item .title,
.list-categories .item .title {
  height: 14px;
}
.list-models .item__title {
  padding: 0 5px;
}
.list-models .item__title .model-name {
  line-height: 28px;
}
.list-models .item__title .model-rating {
  float: right;
  line-height: 28px;
}
.list-tags .item .title {
  height: 45px;
  font-size: 20px;
  font-weight: bold;
  line-height: 22px;
  margin: 0;
  padding: 15px 0 7px 10px;
  color: #191818;
}
.list-subscriptions .item .title {
  float: left;
  height: 14px;
  margin: 5px 2px;
}
.item .wrap {
  margin: 0 5px 2px 5px;
  color: #8a8a8a;
  overflow: hidden;
}
.item .wrap:after {
  content: "";
  display: block;
  clear: both;
}
.item .duration,
.item .added,
.item .photos,
.item .videos,
.item .albums,
.item .user {
  float: left;
}
.item .views {
  float: right;
}
.item.unread .views {
  color: #f56c08;
  font-weight: bold;
}
.item .user {
  height: 14px;
  overflow: hidden;
  white-space: nowrap;
}
.item .rating {
  float: right;
  position: relative;
  padding: 3px 21px 0 0;
  margin: -3px 0 0;
}
.item .positive {
  color: #d4d4d4;
  background: url("../images/ico-rating-positive.png") no-repeat 100% 0;
}
.item .negative {
  color: #fc5729;
  background: url("../images/ico-rating-negative.png") no-repeat 100% 3px;
}
.item.private .thumb,
.item .thumb.private {
  opacity: 0.2;
}
.item .ico-private {
  padding: 0 0 0 20px;
  background: url("../images/ico-private.png") no-repeat;
}
.item .ico-fav-0 {
  width: 24px;
  height: 24px;
  position: absolute;
  display: none;
  top: 4px;
  left: 4px;
  border-radius: 4px;
  opacity: 0.6;
/*background: #000 url("/images/ico-favourite.png") 4px 5px no-repeat;*/
  background: #000 url("../fonts/heart.svg") 3px 3px no-repeat;
  background-size: 19px;
}
.item .ico-fav-1 {
  width: 24px;
  height: 24px;
  position: absolute;
  display: none;
  top: 4px;
  right: 4px;
  border-radius: 4px;
  opacity: 0.6;
  background: #000 url("../fonts/watch-later-1.svg") 3px 3px no-repeat;
  background-size: 18px;
}
.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;
}
@media screen and (max-width: 1255px) {
  .list-subscriptions .item,
  .list-playlists .item,
  .list-members .item,
  .list-models .item,
  .list-sponsors .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;
  }
}
@media screen and (max-width: 1060px) {
  div.main-container {
    display: block;
  }
  .list-videos .margin-fix .item {
    margin-left: 0;
  }
  .list-models .margin-fix .item {
    margin-left: 0;
  }
  .list-albums .margin-fix .item {
    margin-left: 0;
  }
  .list-categories .margin-fix .item {
    margin-left: 0;
  }
}
@media screen and (max-width: 985px) {
  .list-videos .margin-fix .item {
    margin-left: 50px;
  }
  .list-models .margin-fix .item {
    margin-left: 50px;
  }
  .list-albums .margin-fix .item {
    margin-left: 50px;
  }
  .list-categories .margin-fix .item {
    margin-left: 50px;
  }
}
@media screen and (max-width: 850px) {
  .list-videos .margin-fix .item {
    margin-left: 15px;
  }
  .list-models .margin-fix .item {
    margin-left: 15px;
  }
  .list-albums .margin-fix .item {
    margin-left: 15px;
  }
  .list-categories .margin-fix .item {
    margin-left: 15px;
  }
}
@media screen and (min-width: 1024px) {
  .list-videos .margin-fix .item,
  .list-categories .margin-fix .item,
  .list-members .margin-fix .item,
  .list-playlists .margin-fix .item {
    margin-left: 5px;
    width: 19%;
  }
  .list-albums .margin-fix .item {
    margin-left: 5px;
    width: 19%;
    height: auto;
  }
  .list-subscriptions .item,
  .list-videos-screenshots .item,
  .list-albums-images .item {
    margin: 10px 0 0 3px;
    width: 49%;
  }
  .list-albums .img {
    width: 100%;
    height: auto;
  }
  .list-models .margin-fix .item,
  .list-members .margin-fix .item {
    margin-left: 5px;
    width: 31%;
  }
  .index_list_models .list-models .margin-fix .item {
    width: 19%;
  }
  .list-members .img {
    width: 100%;
    height: auto;
/*min-height: 223px;*/
  }
  .list-members .img .no-thumb {
    line-height: 225px;
  }
  .list-videos .img,
  .list-playlists .img,
  .list-models .img,
  .list-sponsors .img,
  .list-categories .img {
    width: 100%;
    height: auto;
  }
  .item .img img,
  .item .img .no-thumb {
    display: block;
    width: 100%;
    text-align: center;
    height: auto;
  }
  .network li {
    padding: 0 6px 0 10px;
  }
  .list-models .img .no-thumb {
    line-height: 383px;
  }
  .bottom-adv .spot:nth-child(4) {
    display: none;
  }
}
@media (min-width: 1250px) {
  .list-playlists .item,
  .list-members .item,
  .list-sponsors .item,
  .list-categories .item,
  .list-albums .item,
  .list-albums-images .item,
  .list-videos .item,
  .list-videos-screenshots .item {
    float: none;
    display: inline-block;
    margin: 15px 0 0 9px;
    width: 19%;
  }
  .list-subscriptions .item,
  .list-videos-screenshots .item,
  .list-albums-images .item {
    width: 31%;
  }
  .list-models .margin-fix .item {
    float: none;
    display: inline-block;
    margin: 15px 0 0 9px;
    width: 18%;
  }
  .index_list_models .list-models .margin-fix .item {
    width: 19%;
  }
  .list-members .margin-fix .item {
    width: 19%;
  }
  .list-members .img {
    width: 100%;
    height: auto;
/*min-height: 225px;*/
  }
  .list-videos .margin-fix .item,
  .list-albums .margin-fix .item,
  .list-categories .margin-fix .item {
    float: none;
    display: inline-block;
    margin: 15px 0 0 5px;
    width: 19%;
  }
  .list-videos .margin-fix .item,
  .list-albums .margin-fix .item,
  .list-categories .margin-fix .item {
    float: none;
    display: inline-block;
    margin: 15px 0 0 5px;
    width: 19%;
  }
  .list-videos .img,
  .list-playlists .img {
    width: 100%;
    height: auto;
  }
  .item .img img,
  .item .img .no-thumb {
    height: auto;
  }
}
@media (min-width: 1508px) {
  .list-videos .margin-fix .item,
  .list-albums .margin-fix .item,
  .list-playlists .margin-fix .item,
  .list-categories .margin-fix .item {
    float: none;
    display: inline-block;
    margin: 15px 0 0 5px;
    width: 16%;
  }
  .list-albums-images .item,
  .list-videos-screenshots .item {
    margin: 15px 0 0 6px;
    width: 19%;
  }
  .list-models .margin-fix .item {
    float: none;
    display: inline-block;
    margin: 15px 0 0 5px;
    width: 19%;
  }
  .index_list_models .list-models .margin-fix .item {
    width: 16%;
  }
  .list-playlists .item,
  .list-members .item,
  .list-models .item,
  .list-sponsors .item,
  .list-categories .item,
  .list-albums .item,
  .list-videos .item {
    float: none;
    display: inline-block;
    margin: 15px 0 0 5px;
    width: 16%;
  }
  .list-videos .margin-fix .item {
    float: none;
    display: inline-block;
    margin: 15px 0 0 5px;
    width: 16%;
  }
  .list-members .margin-fix .item {
    width: 19%;
  }
  .list-members .img {
    width: 100%;
    height: auto;
/*min-height: 232px;*/
  }
  .bottom-adv .spot:nth-child(4) {
    display: inline-block;
  }
}
@media screen and (max-width: 1040px) {
  .list-models .margin-fix .item,
  .list-members .margin-fix .item {
    margin-left: 5px;
    width: 19%;
  }
}
@media screen and (max-width: 1024px) {
  .list-videos .margin-fix .item,
  .list-albums .margin-fix .item,
  .list-models .margin-fix .item,
  .list-categories .margin-fix .item,
  .list-members .margin-fix .item,
  .list-playlists .item {
    margin-left: 5px;
    width: 19%;
  }
  .list-subscriptions .item,
  .list-videos-screenshots .item,
  .list-albums-images .item {
    width: 30%;
  }
  .list-videos .img,
  .list-playlists .img,
  .list-models .img,
  .list-albums .img,
  .list-sponsors .img,
  .list-categories .img {
    width: 100%;
    height: auto;
  }
  .item .img img,
  .item .img .no-thumb {
    display: block;
    width: 100%;
    text-align: center;
    height: auto;
  }
  .list-models .img .no-thumb {
    line-height: 282px;
  }
}
@media screen and (max-width: 860px) {
  .list-subscriptions .item,
  .list-videos-screenshots .item,
  .list-albums-images .item,
  .list-videos .margin-fix .item,
  .list-albums .margin-fix .item,
  .list-models .margin-fix .item,
  .list-categories .margin-fix .item,
  .list-members .margin-fix .item,
  .list-playlists .item {
    margin-left: 0px;
    width: 32%;
  }
}
@media screen and (max-width: 760px) {
  .list-subscriptions .item,
  .list-videos-screenshots .item,
  .list-albums-images .item,
  .list-videos .margin-fix .item,
  .list-albums .margin-fix .item,
  .list-models .margin-fix .item,
  .list-categories .margin-fix .item,
  .list-members .margin-fix .item,
  .list-playlists .item {
    margin-left: 0px;
    width: 32%;
  }
  .margin-fix {
    margin: 0;
  }
  .item .img img,
  .item .img .no-thumb {
    height: auto;
  }
  .item .img .no-thumb {
    height: auto;
    line-height: 226px;
  }
  .list-models .img .no-thumb {
    line-height: 282px;
  }
}
@media screen and (max-width: 560px) {
  .list-videos .margin-fix .item,
  .list-albums .margin-fix .item,
  .list-models .margin-fix .item,
  .list-categories .margin-fix .item,
  .list-members .margin-fix .item,
  .list-playlists .item {
    margin-left: 0;
    width: 32%;
  }
  .list-subscriptions .item,
  .list-videos-screenshots .item,
  .list-albums-images .item {
    width: 49%;
  }
  .margin-fix {
    margin: -5px 0 0 0;
  }
}
@media screen and (max-width: 520px) {
  .network {
    width: 100%;
    display: none;
  }
  .top .center-hold .member-links {
    display: inline-block;
    vertical-align: top;
    margin-right: 20px;
  }
  .navigation .primary li {
    width: 100%;
  }
  .navigation .primary li.sidebar-network {
    display: block;
  }
  .topad {
    display: block;
  }
}
ul.more__ul.more__ul-active {
  display: block;
}
.member-links .select svg#Layer_1 {
  width: 15px;
  height: 16px;
  fill: #fff;
  position: relative;
  top: 4px;
}
.list-members .margin-fix .item {
  vertical-align: top;
}
@media screen and (max-width: 420px) {
  .list-playlists .item,
  .list-members .item,
  .list-models .item,
  .list-sponsors .item,
  .list-categories .item,
  .list-albums .item,
  .list-videos .item {
    margin: 10px 0 0 0;
    width: 140px;
  }
  .list-subscriptions .item,
  .list-videos-screenshots .item,
  .list-albums-images .item {
    margin: 10px 0 0 0;
    width: 49%;
  }
  .list-playlists .img .no-thumb {
    line-height: 105px;
  }
  .list-members .img .no-thumb {
    line-height: 140px;
  }
  .item .wrap {
    margin: 0 0 2px;
  }
  .item-control-holder a.toggle-button {
    position: relative;
    width: 5px;
    text-indent: 30px;
    overflow: hidden;
  }
  .item-control-holder a.toggle-button:after {
    position: absolute;
    left: 4px;
    top: 4px;
    width: 16px;
    height: 16px;
    background: url("../images/ico-edit.png") 0 0 no-repeat;
    z-index: 5;
    content: '';
  }
}
@media screen and (max-width: 420px) {
  .item .img img,
  .item .img .no-thumb {
    display: block;
    width: 100%;
    text-align: center;
    height: auto;
  }
  .list-videos .margin-fix .item,
  .list-models .margin-fix .item,
  .list-albums .margin-fix .item,
  .list-categories .margin-fix .item,
  .list-playlists .item,
  .list-members .margin-fix .item {
    margin-left: 0;
    width: 49%;
  }
}
@media screen and (max-width: 320px) {
  .list-videos .margin-fix .item {
    width: 100%;
    max-width: 240px;
  }
  .list-models .margin-fix .item,
  .list-albums .margin-fix .item,
  .list-categories .margin-fix .item,
  .list-members .margin-fix .item,
  .list-playlists .item {
    margin-left: 0;
    width: 100%;
    max-width: 240px;
    height: auto;
  }
  .list-subscriptions .item,
  .list-videos-screenshots .item,
  .list-albums-images .item {
    margin: 10px 0 0 0;
    width: 100%;
    max-width: 240px;
  }
}
@media all and (min-width: 861px) and (max-width: 1250px) {
  .page_404 .list-videos .margin-fix .item,
  .page_404 .list-albums .margin-fix .item {
    width: 30%;
  }
}
@media all and (min-width: 1250px) and (max-width: 1900px) {
  .page_404 .list-videos .margin-fix .item,
  .page_404 .list-albums .margin-fix .item {
    width: 235px;
  }
}
@media all and (min-width: 1040px) {
  .main-container-user .list-videos .margin-fix .item,
  .main-container-user .list-albums .margin-fix .item,
  .main-container-user .list-playlists .margin-fix .item {
    width: 31%;
  }
}
@media all and (min-width: 1250px) {
  .main-container-user .list-videos .margin-fix .item,
  .main-container-user .list-albums .margin-fix .item,
  .main-container-user .list-playlists .margin-fix .item {
    width: 18%;
  }
}
@media all and (min-width: 1508px) {
  .main-container-user .list-videos .margin-fix .item,
  .main-container-user .list-albums .margin-fix .item,
  .main-container-user .list-playlists .margin-fix .item {
    width: 19%;
  }
}
.filters {
  margin-bottom: 10px;
}
.filters .filters__section {
  overflow: hidden;
  padding: 5px 5px 0 0;
  background-color: #292828;
  border-radius: 5px;
  text-align: center;
}
.filters .filters__section .filters__item {
  display: inline-block;
  color: #fff;
  border: 1px solid #313131;
  border-radius: 2px;
  line-height: 27px;
  padding: 0 8px;
  margin-left: 5px;
  margin-bottom: 5px;
}
.filters .filters__section .filters__item:hover {
  background: #232323;
  border-color: #222;
  color: #f56c08;
}
.filters .filters__age .filters__item {
  width: 21%;
  padding: 0;
}
.filters .filters__height .filters__item {
  padding: 0 10px;
/*white-space: nowrap;
			overflow: hidden;
			text-overflow: ellipsis;*/
}
@media screen and (max-width: 1040px) {
  .filters .filters__height .filters__item {
    width: 29%;
  }
}
.filters .filters__tits-size .filters__item {
  width: 21%;
}
.filters .filters__reset {
  width: 100%;
  margin-top: 20px;
  text-align: center;
}
.filters .filters__reset a {
  display: block;
  color: #4e4e4e;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: bold;
  line-height: 16px;
  border-radius: 2px;
  padding: 8px 10px;
  background: #fff;
  background: linear-gradient(to bottom, #fff 0%, #d5d5d5 100%);
  cursor: pointer;
  outline: none;
  margin: 10px auto 0;
  width: 100%;
  text-align: center;
}
.filters .filters__reset a:hover {
  background: #1e1e1e;
  color: #f56c08;
}
.filters .filters__reset a span {
  margin-right: 5px;
  text-transform: initial;
  position: relative;
  left: 0px;
  top: -1px;
}
.sort {
  float: right;
  min-width: 122px;
  position: relative;
  border-radius: 2px;
  margin: 0 0 3px 3px;
  background: #f1f1f1;
  background: linear-gradient(to bottom, #f1f1f1 0%, #dcdcdc 100%);
  cursor: pointer;
}
.sort:hover {
  border-radius: 2px 2px 0 0;
  -webkit-border-radius: 2px 2px 0 0;
  color: #fff;
  text-shadow: 1px 1px 1px #7c7c7c;
  background: #adadad;
  background: linear-gradient(to bottom, #adadad 0%, #828282 100%);
}
.sort .icon {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
}
.sort .type-sort {
/*background: url("/images/ico-sort.png") 5px 5px no-repeat;
	background: url("/images/tr-up-down.svg") 4px 3px no-repeat;
	background-size: 19px;*/
  background: url("../fonts/tr-up.svg") 5px 1px no-repeat, url("../fonts/tr-down.svg") 10px 12px no-repeat;
  background-size: 13px;
}
.sort .type-video {
  background: url("../images/ico-video.png") 5px 4px no-repeat;
}
.sort .type-fav {
/*background: url("/images/ico-favourite.png") 5px 5px no-repeat;*/
  background: url("../fonts/heart.svg") 5px 3px no-repeat;
  background-size: 18px;
}
.sort .type-visibility {
  background: url("../images/ico-private.png") 5px 4px no-repeat;
}
.sort .type-edit {
  background: url("../images/ico-edit.png") 5px 5px no-repeat;
}
.sort strong {
  display: block;
  font-size: 12px;
  line-height: 15px;
  padding: 5px 18px 5px 28px;
  white-space: nowrap;
  color: #4e4e4e;
  text-shadow: 1px 1px 1px #efefef;
  cursor: pointer;
  background: url("../images/arrow-down.gif") no-repeat 100% 50%;
  max-width: 200px;
  overflow: hidden;
}
.sort:hover strong {
  color: #fff;
  text-shadow: 1px 1px 1px #7c7c7c;
  background: url("../images/arrow-up.png") no-repeat 100% 50%;
}
.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: #ebebeb;
  background: linear-gradient(to bottom, #ebebeb 0%, #dcdcdc 100%);
}
.sort ul a {
  display: block;
  padding: 5px 8px;
  font-size: 12px;
  line-height: 15px;
  color: #4e4e4e;
  text-shadow: 1px 1px 1px #efefef;
}
.sort ul a:hover {
  color: #f56c08;
  text-shadow: none;
  background: #202020;
  background: linear-gradient(to bottom, #202020 0%, #191919 100%);
  cursor: pointer;
}
.sort--reset,
.sort--switch:hover {
  border-radius: 2px;
}
.sort--switch:hover {
  background: #f1f1f1;
}
.sort--reset {
  min-width: 0;
  margin-right: -5px;
}
.sort--reset a {
  display: block;
  background: #de971b;
  line-height: 31px;
  text-transform: uppercase;
  padding: 0 8px;
  text-align: center;
  color: #fff;
}
.sort--reset:hover,
.sort--reset a {
  border-radius: 2px;
}
.sort--reset:hover a {
  background: #c88818;
  color: #fff;
}
.sort--reset span {
  font-size: 15px;
  display: inline-block;
  padding-right: 2px;
}
.models-sort {
  float: right;
}
.sidebar .filters__reset {
  width: 100%;
  margin-top: 20px;
  text-align: center;
}
.sidebar .filters__reset a {
  display: block;
  color: #4e4e4e;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: bold;
  line-height: 16px;
  border-radius: 2px;
  padding: 8px 10px;
  background: #fff;
  background: linear-gradient(to bottom, #fff 0%, #d5d5d5 100%);
  cursor: pointer;
  outline: none;
  margin: 10px auto 0;
  width: 100%;
  text-align: center;
}
.sidebar .filters__reset a:hover {
  background: #1e1e1e;
  color: #f56c08;
}
.sidebar .filters__reset a span {
  margin-right: 5px;
  text-transform: initial;
  position: relative;
  left: 0px;
  top: -1px;
}
.sidebar .filters__reset a span {
  margin-right: 5px;
}
.sidebar form {
  padding: 10px 12px 10px 14px;
}
.sidebar .list-item a {
  display: inline-block;
  vertical-align: top;
  white-space: nowrap;
}
.list-item {
  background: #272727;
  border-bottom: 1px solid #2d2d2d;
  cursor: pointer;
  position: relative;
}
.list-item .list-item__action label {
  display: block;
}
.list-item input[type=checkbox] {
  opacity: 0;
  position: absolute;
  visibility: hidden;
  z-index: -1;
  margin: 0;
}
.list-item:last-child {
  border-radius: 0 0 5px 5px;
}
.list-item:hover {
  background: #1a1a1a;
}
.list-item:hover a {
  color: #fff;
}
.list-item.hidden {
  display: none;
}
.list-item.disabled .list-item__link {
  color: #888;
}
.list-item__action {
  display: inline-block;
  vertical-align: top;
}
.list-item__action a {
  width: 34px;
  line-height: 34px;
  text-align: center;
  font-weight: 200;
  font-size: 20px;
  color: #fff;
  border-right: 1px solid #2d2d2d;
}
.list-item__action:hover~.list-item__info {
  z-index: -1;
}
.list-item__action:hover~.list-item__info.list-item__info--sub {
  z-index: 1;
  color: #c88818;
}
.list-item__action--add {
  background: #4caf50;
}
.list-item__action--add:hover {
  background: #3b823e;
}
.list-item__action--remove {
  background: #f44336;
}
.list-item__action--remove:hover {
  background: #b33d35;
}
.list-item__link {
  line-height: 34px;
  padding: 0 10px;
  width: 136px;
}
.list-item__info {
  position: absolute;
  right: 5px;
  top: 0;
  font-size: 11px;
  line-height: 34px;
  color: #979797;
}
.list-item__info--sub {
  z-index: -1;
}
.list-item--search {
  line-height: 40px;
  vertical-align: middle;
  border-radius: 5px 5px 0 0;
  text-align: center;
  padding: 0 5px 0 6px;
}
.list-item--search input {
  display: inline-block;
  width: 100%;
  background: #1a1a1a;
  color: #fff;
  border: 0;
  line-height: 20px;
  padding: 4px 10px;
  border-radius: 5px;
}
.list-item--search input:focus {
  outline: 0;
}
.list-item--search:hover {
  background: #272727;
}
.sidebar .filters__item {
  display: inline-block;
  color: #fff;
  border: 1px solid #313131;
  border-radius: 2px;
  line-height: 27px;
  padding: 0 8px;
  margin: 5px 0 5px 5px;
}
.sidebar .filters__item.active,
.sidebar .filters__item:hover {
  background: #232323;
  border-color: #222;
  color: #de971b;
}
.sidebar .filters {
  overflow: hidden;
  padding: 0 5px 4px;
  border-radius: 5px;
}
.sidebar .filters h4 {
  font-size: 15px;
  margin: 15px 5px 8px;
}
.sidebar .filters h4:first-child {
  margin-top: 10px;
}
.sidebar .filter li {
  position: relative;
}
.sidebar .filter li:hover {
  background: #b7b6b6;
}
.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;
  line-height: 14px;
  color: #191818;
}
.sidebar label.group {
  display: block;
  padding: 10px 12px 2px 14px;
  color: #191818;
  font-weight: 600;
}
.sidebar label.group:after {
  content: ":";
}
.sidebar .alphabet span {
  float: left;
  width: 27px;
  height: 27px;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 27px;
  margin: 4px 0 0 8px;
  border: 1px solid #313131;
  border-radius: 2px;
}
.sidebar .alphabet span {
  background: #252525;
  border-color: #252525;
  color: #616161;
}
.sidebar .alphabet .alphabet__action--clear {
  width: auto;
  padding: 0 10px;
  float: right;
}
.sidebar .alphabet .alphabet__action--clear:hover {
  color: #fff;
}
.sidebar .alphabet .alphabet__action--clear:before {
  content: '';
  display: inline-block;
  background: url("../images/clear.png") no-repeat;
  vertical-align: middle;
  background-size: 16px 16px;
  width: 16px;
  height: 16px;
  margin-right: 3px;
  margin-bottom: 2px;
}
.sidebar .alphabet .alphabet__action--clear:after {
  content: '';
  display: table;
  clear: both;
}
.filters__section {
  background: #272727;
}
.filters-countries {
  cursor: pointer;
  font-size: 14px;
  position: relative;
}
.filters-countries .filters-countries__value {
  border: 1px solid #313131;
  padding: 7px 0 7px 5px;
}
.filters-countries .filters__item {
  background: url("../images/divider.png") repeat-x;
  margin: -1px 0 0;
  line-height: 30px;
  padding-left: 5px;
  padding-right: 0;
  border: 0;
  display: block;
}
.filters-countries .filters__item:hover {
  background: #1a1a1a;
}
.filters-countries .filters__item:first-child {
  background: none;
  margin: 0;
}
.filters-countries .arrow {
  position: absolute;
  top: 11px;
  width: 5px;
  height: 5px;
  right: 5px;
  border-top: 5px solid #191818;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
}
.filters-countries.active .arrow {
  width: 10px;
}
.filters-countries.active .arrow:after {
  right: 60%;
  -ms-transform: skew(-45deg, 0deg);
  transform: skew(-45deg, 0deg);
}
.filters-countries.active .arrow:before {
  left: 20%;
  -ms-transform: skew(45deg, 0deg);
  transform: skew(45deg, 0deg);
}
.filters-countries.active .filters-countries__list {
  display: block;
}
.filters-countries__list {
  display: none;
  background: #272727;
  max-height: 490px;
  width: 100%;
  overflow-y: auto;
  position: absolute;
}
html {
  height: 100%;
  background: #212121;
}
body {
  font-size: 12px;
  line-height: 14px;
  font-family: Arial, Helvetica, sans-serif;
  min-height: 100%;
  min-width: 320px;
  position: relative;
  color: #fff;
  -webkit-text-size-adjust: none;
  -ms-text-size-adjust: none;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  height: 100%;
}
#edit_video_screenshot {
  overflow: hidden;
}
a {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
a:hover {
  color: #f56c08;
}
input,
select,
textarea {
  font-size: 14px;
  line-height: 16px;
  font-family: Arial, Helvetica, sans-serif;
}
.container {
  max-width: 1235px;
  padding: 0 5px;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
  -ms-flex: 1 0 auto;
      flex: 1 0 auto;
  width: 100%;
}
.hidden {
  display: none;
}
.movable-top,
.movable-bottom {
  position: relative;
}
.country {
  margin: 1px 3px 1px 0;
}
.page-error {
  padding: 10px;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  color: #e44242;
  border: 1px solid #e44242;
  font-size: 30px;
  line-height: 34px;
  text-align: center;
  margin: 20px 0 0;
}
form .two-sections:after {
  content: "";
  display: block;
  clear: both;
}
form .two-sections .section-one {
  float: left;
  width: 70%;
}
form .two-sections .section-two {
  float: left;
  width: 24%;
  margin: 0 0 0 2%;
  padding: 0 0 0 2%;
  background: url("../images/separator.png") repeat-y;
}
form .section-title {
  display: block;
  font-size: 16px;
  line-height: 18px;
  margin: 15px 0 0;
  border-bottom: 1px solid #5a5a5a;
}
form .section-title:first-child {
  margin: 0;
}
form .section-title.expand {
  cursor: pointer;
  background: url("../images/ico-expand.gif") 100% 3px no-repeat;
}
form .section-title.collapse {
  cursor: pointer;
  background: url("../images/ico-collapse.gif") 100% 3px no-repeat;
}
form .row {
  display: block;
  position: relative;
  width: 100%;
  margin: 15px 0 0;
}
form .row:after {
  content: "";
  display: block;
  clear: both;
}
form .row:first-child {
  margin: 0;
}
form label {
  display: block;
  overflow: hidden;
  color: #dcdcdc;
  margin: 0 0 4px;
}
form label.error {
  color: #e44242;
  font-weight: bold;
}
form label.field-label:after {
  content: ":";
}
form label.field-label.required {
  font-weight: bold;
}
form 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: #9b9b9b;
  margin: 0 15px 0 0;
  cursor: pointer;
}
form .radio,
form .checkbox {
  width: 13px;
  height: 13px;
  float: left;
  margin: 0 5px 0 0;
  cursor: pointer;
}
form .submit {
  height: 30px;
  text-align: center;
  color: #4e4e4e;
  border-radius: 3px;
  border: 1px solid transparent;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 14px;
  line-height: 16px;
  padding: 0 10px;
  cursor: pointer;
  background: #fff;
  background: linear-gradient(to bottom, #fff 0%, #d5d5d5 100%);
  -webkit-appearance: none;
}
form .submit.active {
  background: #2a2a2a;
  border: 1px solid #323232;
  color: #a2a2a2;
}
form .submit:disabled {
  cursor: default;
  color: #a7a7a7;
}
form .submit:enabled:hover {
  background: #1e1e1e;
  color: #f56c08;
  border: 1px solid #242424;
}
form .textfield,
form .textarea,
form .selectbox,
form .file {
  border: 1px solid #3a3a3a;
  border-radius: 3px;
  padding: 6px 5px;
  color: #9b9b9b;
  background: none;
  box-shadow: inset 0 0 10px rgba(6,6,6,0.2);
  width: 100%;
  height: 30px;
  box-sizing: border-box;
}
form .textarea {
  resize: vertical;
  height: auto;
}
form .selectbox {
  padding: 5px;
}
form .date .selectbox {
  width: auto;
}
form .file {
  position: absolute;
  left: 0;
  top: 0;
  padding: 0;
  opacity: 0;
  font-size: 200px;
}
form .textfield:focus,
form .textarea:focus,
form .selectbox:focus,
form .file:focus {
  border: 1px solid #5a5a5a;
}
form .textfield.error,
form .textarea.error,
form .selectbox.error,
form .file.error,
form fieldset.error .textfield,
form fieldset.error .textarea,
form fieldset.error .selectbox,
form fieldset.error .file {
  border: 1px solid #e44242;
}
form .file-control {
  position: relative;
  width: 100%;
  height: 30px;
}
form .file-control .textfield {
  position: absolute;
  left: 0;
  top: 0;
  padding-left: 12px;
}
form .file-control .button {
  position: absolute;
  left: 3px;
  top: 3px;
  bottom: 3px;
  border-radius: 3px;
  padding: 4px 5px 2px 5px;
  font-size: 14px;
  line-height: 16px;
  color: #4e4e4e;
  background: #fff;
  background: linear-gradient(to bottom, #fff 0%, #d5d5d5 100%);
}
form .file-control .button.disabled {
  color: #a7a7a7;
}
form .list-selector-popup {
  position: absolute;
  width: 90%;
  height: 160px;
  left: 5%;
  bottom: 46px;
  background: #d5d5d5;
  border-radius: 3px;
}
form .list-selector-popup:after {
  position: absolute;
  content: "";
  border-left: 30px solid transparent;
  border-right: 30px solid transparent;
  border-top: 10px solid #c5c5c5;
  left: 45%;
  bottom: -10px;
}
form .list-selector-popup .button-group {
  overflow-y: scroll;
  overflow-x: hidden;
  position: absolute;
  top: 8px;
  left: 8px;
  bottom: 38px;
  right: 8px;
}
form .list-selector-popup .button-group .item {
  display: inline-block;
  width: 32%;
  padding-bottom: 10px;
  vertical-align: top;
}
form .list-selector-popup .button-group .item label {
  color: #4e4e4e;
  margin: 0 15px 0 0;
  cursor: pointer;
}
form .list-selector-popup .filter {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 30px;
  background: #c5c5c5;
  border: none;
}
form .list-selector-popup .filter input {
  width: 100%;
  height: 100%;
  padding: 2px 10px;
  border: none;
  background: #c5c5c5;
  color: #4e4e4e;
  box-sizing: border-box;
}
form .bottom {
  background: url("../images/divider.png") left 10px repeat-x;
  overflow: hidden;
  padding: 20px 0 0;
  clear: both;
  position: relative;
}
form .bottom a {
  color: #f56c08;
  font-size: 12px;
  line-height: 16px;
}
form .bottom a:hover {
  color: #bfd128;
}
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;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  background: #252525;
  color: #dcdcdc;
  font-size: 14px;
  line-height: 16px;
}
form .generic-error {
  text-align: center;
  margin: 0 10px 10px;
  padding: 10px;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  color: #e44242;
  border: 1px solid #e44242;
  font-size: 14px;
  font-weight: bold;
  line-height: 16px;
}
form .info-message {
  margin: 10px;
  padding: 10px;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  background: #4e4e4e;
  color: #dcdcdc;
  font-size: 14px;
  line-height: 16px;
}
form .field-error {
  display: none;
  position: absolute;
  max-width: 400px;
  padding: 5px;
  z-index: 9999;
  margin: 2px 0 0 15px;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  background-color: #d4d4d4;
  color: #e44242;
  font-weight: bold;
  border: 1px solid #b1b1b1;
}
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 #b1b1b1;
  left: 20px;
  top: -10px;
}
form .field-error.down:after {
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #d4d4d4;
  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;
}
form .smileys-support .smileys-bar {
  border-radius: 3px 3px 0 0;
  background: #3a3a3a;
  padding: 0 3px 4px 3px;
  cursor: default;
}
form .smileys-support img {
  cursor: pointer;
}
form .progressbar {
  position: absolute;
  z-index: 1200;
  width: 60%;
  left: 20%;
  top: 50%;
  height: 40px;
  margin-top: -20px;
}
form .progressbar .text {
  position: absolute;
  width: 100%;
  height: 40px;
  font-size: 22px;
  font-weight: bold;
  line-height: 40px;
  text-align: center;
}
form .progressbar .progress {
  position: absolute;
  height: 40px;
  background: #bfd128;
}
.toggle-button {
  display: block;
  color: #4e4e4e;
  text-transform: uppercase;
  font-size: 11px;
  font-weight: bold;
  line-height: 14px;
  border-radius: 2px;
  padding: 8px 10px;
  background: #fff;
  background: linear-gradient(to bottom, #fff 0%, #d5d5d5 100%);
  cursor: pointer;
  outline: none;
}
.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 {
  background: #1e1e1e;
  padding: 8px 20px;
  color: #f56c08;
}
.toggle-button.inversed.active {
  color: #4e4e4e;
  padding: 8px 10px;
  border: none;
  background: #fff;
  background: linear-gradient(to bottom, #fff 0%, #d5d5d5 100%);
}
.toggle-button.disabled,
.toggle-button.disabled:hover,
.toggle-button.done,
.toggle-button.done:hover {
  background: #fff;
  background: linear-gradient(to bottom, #fff 0%, #d5d5d5 100%);
  border: none;
  padding: 8px 10px;
  cursor: default;
  color: #a7a7a7;
}
.toggle-button.done *,
.toggle-button.disabled * {
  cursor: default;
}
.toggle-button.done span {
  background: url("../images/ico-checkmark.png") 0 -2px no-repeat;
  padding: 0 0 0 21px;
}
.top {
  background: #171717;
  border-bottom: 1px solid #272727;
  padding: 3px 0 6px;
  font-size: 11px;
  line-height: 28px;
  -ms-flex: 0 0 auto;
      flex: 0 0 auto;
}
.center-hold {
  max-width: 1235px;
  margin: 0 auto;
  padding: 0 5px;
  text-align: center;
}
.center-hold:after {
  content: "";
  display: block;
  clear: both;
}
.header {
  max-width: 1235px;
  padding: 0 5px;
  margin: 0 auto;
  z-index: 20;
}
.logo {
  float: left;
}
.logo a {
  display: block;
  width: 280px;
  height: 90px;
  background: url("../images/logo.png") 40px 16px no-repeat;
  background-size: 72%;
}
.search {
  margin: 0 auto;
  padding: 33px 0;
  overflow: hidden;
}
.search form {
  height: 30px;
  border: 1px solid #2c2c2c;
/*background: url(../images/bg-search.png) repeat-x;*/
  background: #212121;
  background: linear-gradient(to bottom, #212121 0%, #252525 50%, #212121 100%);
}
.search form:after {
  content: "";
  display: block;
  clear: both;
}
.search .search-text {
  padding: 0;
  overflow: hidden;
}
.search .search-text input {
  height: 30px;
  width: 100%;
  margin: 0;
  padding: 0 0 0 14px;
  color: #c5c5c5;
  font-size: 11px;
  line-height: 28px;
  border: 0;
  background: none;
}
.search .search-text input:focus {
/*background: url(/images/bg-grey.gif);*/
  background-color: #292828;
  outline: none;
}
.search .advanced {
  float: right;
  font-size: 11px;
  line-height: 13px;
  color: #c5c5c5;
  display: block;
  padding: 8px 9px 9px 9px;
  background: url("../images/bg-search.png") repeat-x 0 -30px;
}
.search .search-button,
.show-search-btn {
  float: right;
  display: block;
  width: 39px;
  height: 29px;
  background: #313131 url("../fonts/icon-search.svg") 7px 2px no-repeat;
  background-size: 25px 25px;
  text-indent: 100px;
  overflow: hidden;
  cursor: pointer;
}
.show-search-btn {
  display: none;
}
.close-search-btn {
  display: none;
}
.social-bookmarks {
  width: 184px;
  float: right;
  margin: 33px 0 0 30px;
  display: none;
}
.social--sign {
  width: 100%;
  text-align: center;
}
.social--sign .social__item {
  display: inline-block;
  width: 24px;
  height: 24px;
  border-radius: 4px;
  padding: 7px 6px;
  margin: 10px 5px;
  box-sizing: content-box;
}
.social--sign .social__item--facebook {
  background-color: #3b5998;
}
.social--sign .social__item--google {
  background-color: #dd4b39;
}
.social__delimiter {
  display: block;
}
.social__delimiter:after,
.social__delimiter:before {
  content: "";
  position: relative;
  display: inline-block;
  width: 48%;
  height: 1px;
  vertical-align: middle;
  background: padding-box content-box #ddd;
}
.social__delimiter:before {
  left: -0.5em;
  margin: 0 0 0 -50%;
}
.social__delimiter:after {
  left: 0.5em;
  margin: 0 -50% 0 0;
}
.social .i {
  height: 100%;
  width: 100%;
  background-size: 1.7em;
  background-position: 50%;
  background-repeat: no-repeat;
  display: block;
}
.i--facebook {
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22https%3A//www.w3.org/2000/svg%22%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M10.5%203C9.12%203%208%204.12%208%205.5V7H6v2h2v7h2V9h2.25l.5-2H10V5.5c0-.276.224-.5.5-.5H13V3h-2.5z%22/%3E%3C/svg%3E");
}
.i--google {
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22https%3A//www.w3.org/2000/svg%22%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M8.735%201H4.548C2.67%201%20.905%202.422.905%204.07c0%201.682%201.28%203.04%203.19%203.04.132%200%20.26-.002.387-.01-.124.236-.213.504-.213.78%200%20.47.25.848.57%201.158-.24%200-.475.007-.728.007C1.788%209.045%200%2010.525%200%2012.06c0%201.513%201.96%202.46%204.285%202.46%202.65%200%204.114-1.505%204.114-3.017%200-1.213-.36-1.94-1.466-2.72-.378-.27-1.102-.92-1.102-1.303%200-.45.128-.67.804-1.198.692-.54%201.182-1.302%201.182-2.186%200-1.053-.47-2.08-1.35-2.418h1.326L8.734%201zM7.273%2011.242c.033.14.05.284.05.432%200%201.222-.786%202.177-3.045%202.177-1.607%200-2.767-1.015-2.767-2.237%200-1.198%201.44-2.194%203.048-2.177.375.004.724.064%201.042.167.87.607%201.497.95%201.674%201.64zM4.7%206.684C3.62%206.652%202.596%205.477%202.41%204.06s.537-2.5%201.615-2.468c1.078.032%202.104%201.17%202.29%202.585S5.778%206.715%204.7%206.683zM13%204V1h-1v3H9v1h3v3h1V5h3V4z%22/%3E%3C/svg%3E");
}
.navigation {
/*background: #2d2d2d url(/images/bg-nav.gif) repeat-x;*/
  border-radius: 3px;
  min-height: 38px;
  position: relative;
  z-index: 1000;
  background: #313131;
  background: -webkit-gradient(left top, left bottom, color-stop(0%, #313131), color-stop(50%, #2c2c2c), color-stop(100%, #313131));
  background: linear-gradient(to bottom, #313131 0%, #2c2c2c 50%, #313131 100%);
}
.navigation .button {
  display: none;
  width: 100%;
  padding: 8px 0;
  margin: 0;
  border: none;
  outline: none;
  background: #171717;
  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;
  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: #f56c08;
  left: 4px;
}
.navigation.open .button .ico-bar:first-child {
  top: -2px;
  -ms-transform: rotate(45deg) translate(5px, 9px);
  transform: rotate(45deg) translate(5px, 9px);
}
.navigation.open .button .ico-bar:nth-child(3) {
  top: 14px;
  -ms-transform: rotate(-45deg) translate(2px, -6px);
  transform: rotate(-45deg) translate(2px, -6px);
}
.navigation.open .button .ico-bar:nth-child(2) {
  opacity: 0;
}
.navigation .primary {
  float: left;
  font-size: 13px;
  font-weight: bold;
  line-height: 16px;
/*border-right: 1px solid #343434;*/
  display: table;
  width: 100%;
  text-align: center;
}
.navigation .primary li {
  display: table-cell;
  border-left: 1px solid #343434;
  border-right: 1px solid #252525;
  vertical-align: middle;
}
.navigation .primary li:first-child {
  border-left: none;
}
li.selected {
  box-shadow: inset 0px -3px 0px 0px rgba(0,176,242,0.89);
}
.navigation .primary a {
  display: block;
  padding: 11px 0;
  text-transform: uppercase;
}
.arrow-down {
  border-top: 4px solid #dde2e4;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  right: 5px;
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 2px 7px;
  position: absolute;
  top: 17px;
}
.arrow-up {
  border-bottom: 4px solid #dde2e4;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: none;
}
.navigation .primary li:first-child a {
  -webkit-border-top-left-radius: 3px;
  -webkit-border-bottom-left-radius: 3px;
  -moz-border-radius-topleft: 3px;
  -moz-border-radius-bottomleft: 3px;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.navigation .primary .selected a {
  color: #5b5b5b;
  pointer-events: none;
  cursor: default;
}
.navigation .primary .selected a:hover {
  background: none;
}
.navigation .primary a:hover {
  background: -webkit-gradient(to bottom, #151414 0%, #292929 50%, #151414 100%);
  background: linear-gradient(to bottom, #151414 0%, #292929 50%, #151414 100%);
}
.navigation .primary .highlight {
  border-right: none;
}
.navigation .primary .highlight li {
  width: 100%;
}
.navigation .primary .highlight a {
  color: #bfd128;
}
.navigation .primary .highlight a:hover {
  color: #f56c08;
}
.navigation .primary .drop {
  position: relative;
}
.navigation .primary .drop > a:after {
  content: '';
  border-top: 4px solid #dde2e4;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  right: 5px;
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 2px 7px;
}
.navigation .primary .drop:hover a {
  color: #4e4e4e;
  background: #eee;
}
.navigation .primary .drop:hover > a:after {
  border-top: none;
  border-bottom: 4px solid #000;
}
.navigation .primary .drop:hover ul {
  display: block;
}
.navigation .primary ul {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 10;
  width: 100%;
  display: none;
  overflow: hidden;
  border-radius: 0 0 3px 3px;
  -webkit-border-radius: 0 0 3px 3px;
}
.navigation .primary ul li {
  border: solid #cdcdcd;
  border-width: 1px 0 0;
  display: block;
}
.navigation .primary .drop:hover ul a {
  color: #4e4e4e;
  display: block;
  float: none;
  padding: 11px 17px;
  text-transform: capitalize;
  background: #eee;
}
.navigation .primary .drop ul a:hover {
  color: #f56c08;
  background: #202020;
  background: linear-gradient(to bottom, #202020 0%, #191919 100%);
}
.navigation .primary .drop li:first-child a {
  border-radius: 0;
  -webkit-border-radius: 0;
}
.navigation .secondary {
  float: right;
  padding: 12px 0 12px;
  font-size: 11px;
  line-height: 14px;
}
.navigation .secondary li {
  float: left;
  border-left: 1px solid #373737;
}
.navigation .secondary li:first-child {
  border-left: none;
}
.navigation .secondary a {
  float: left;
  margin: 0 20px;
  color: #808080;
  text-decoration: underline;
}
.navigation .secondary a:hover {
  color: #f56c08;
}
.footer {
  position: relative;
  width: 100%;
  color: #555;
  font-size: 11px;
  background: rgba(0,0,0,0.4);
  padding: 10px 0;
  box-sizing: border-box;
  -ms-flex: 0 0 auto;
      flex: 0 0 auto;
}
.footer .footer-wrap {
  max-width: 1235px;
  padding: 0 5px;
  margin: 0 auto;
  overflow: hidden;
  width: 90%;
}
@media all and (min-width: 1508px) {
  .footer .footer-wrap {
    max-width: 1488px;
  }
}
.footer-col {
  display: inline-block;
  vertical-align: top;
  color: #888;
  font-size: 13px;
  line-height: 1.5;
  margin-right: 60px;
}
.footer-col__title {
  text-transform: uppercase;
  color: #888;
}
.footer a {
  color: #888;
  text-decoration: underline;
}
.footer a:hover {
  color: #9a9a9a;
  text-decoration: none;
}
.footer .copyright {
  float: right;
  padding: 2px 0 2px 41px;
  min-height: 37px;
  background: url("../images/ico-copy.png") no-repeat;
  margin: 16px 50px 0 43px;
}
.footer .txt {
  margin: 18px 43px 0 0;
  text-align: right;
  overflow: hidden;
}
.box {
/*background: #272727 url(/images/bg-grey.gif);*/
  background-color: #292828;
  border-radius: 5px;
  padding: 10px 0;
  overflow: hidden;
}
.box .box {
  padding: 0;
}
.box.message {
  font-size: 14px;
  line-height: 16px;
  margin-bottom: 10px;
}
.headline {
  padding: 10px 5px 8px 5px;
}
.headline:after {
  content: "";
  display: block;
  clear: both;
}
h2 {
  float: left;
  color: #9d9d9d;
  padding: 0 2px;
  font-size: 20px;
  line-height: 25px;
}
h2 a {
  text-decoration: underline;
}
.title-h2,
h2 {
  float: left;
  color: #9d9d9d;
  padding: 0 2px;
  font-size: 20px;
  line-height: 30px;
}
.title-h2 a,
h2 a {
  text-decoration: underline;
}
.i--gender-male {
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C%21--%20Generated%20by%20IcoMoon.io%20--%3E%0A%3C%21DOCTYPE%20svg%20PUBLIC%20%22-//W3C//DTD%20SVG%201.1//EN%22%20%22https%3A//www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd%22%3E%0A%3Csvg%20version%3D%221.1%22%20xmlns%3D%22https%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22https%3A//www.w3.org/1999/xlink%22%20width%3D%221024%22%20height%3D%221024%22%20viewBox%3D%220%200%201024%201024%22%3E%3Cg%20id%3D%22icomoon-ignore%22%3E%0A%3C/g%3E%0A%3Cpath%20d%3D%22M384%20384c55.040%200%20106.667%2017.493%20148.053%2047.36l218.027-218.027h-195.413v-85.333h341.333v341.333h-85.333v-195.84l-218.027%20217.173c29.867%2042.667%2047.36%2093.867%2047.36%20149.333%200%20141.385-114.615%20256-256%20256s-256-114.615-256-256c0-141.385%20114.615-256%20256-256zM384%20469.333c-94.257%200-170.667%2076.41-170.667%20170.667s76.41%20170.667%20170.667%20170.667c94.257%200%20170.667-76.41%20170.667-170.667s-76.41-170.667-170.667-170.667z%22%3E%3C/path%3E%0A%3C/svg%3E%0A");
  background-repeat: no-repeat;
}
.i--gender-female {
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C%21--%20Generated%20by%20IcoMoon.io%20--%3E%0A%3C%21DOCTYPE%20svg%20PUBLIC%20%22-//W3C//DTD%20SVG%201.1//EN%22%20%22https%3A//www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd%22%3E%0A%3Csvg%20version%3D%221.1%22%20xmlns%3D%22https%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22https%3A//www.w3.org/1999/xlink%22%20width%3D%221024%22%20height%3D%221024%22%20viewBox%3D%220%200%201024%201024%22%3E%3Cg%20id%3D%22icomoon-ignore%22%3E%0A%3C/g%3E%0A%3Cpath%20d%3D%22M512%20170.667c141.385%200%20256%20114.615%20256%20256%200%20126.72-92.16%20232.107-213.333%20252.587v88.747h85.333v85.333h-85.333v85.333h-85.333v-85.333h-85.333v-85.333h85.333v-88.747c-121.173-20.48-213.333-125.867-213.333-252.587%200-141.385%20114.615-256%20256-256zM512%20256c-94.257%200-170.667%2076.41-170.667%20170.667s76.41%20170.667%20170.667%20170.667c94.257%200%20170.667-76.41%20170.667-170.667s-76.41-170.667-170.667-170.667z%22%3E%3C/path%3E%0A%3C/svg%3E%0A");
  background-repeat: no-repeat;
}
.i--gender-female,
.i--gender-male {
  width: 20px;
  height: 25px;
  background-size: 100%;
  display: inline-block;
  font-family: icomoon;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  font-size: 12px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #444;
  background-position-y: 46%;
}
.all-gender-item {
  position: relative;
  top: -9px;
  line-height: 25px;
}
.sort--switch {
  position: static;
  min-width: 120px;
  text-align: center;
  font-size: 0;
  border-radius: 3px;
}
.sort--switch a {
  border-radius: 0;
}
.sort--switch a.active {
  background: #de971b;
  color: #000;
}
.sort--switch ul a:hover {
  color: #fff;
  text-shadow: none;
  background: #de971b;
  cursor: pointer;
}
.sort--switch ul {
  position: static;
  display: block;
  visibility: visible;
  border-radius: 2px;
  background: none;
  text-align: center;
  height: 25px;
}
.sort--switch ul a {
  padding: 0;
  height: 25px;
  line-height: 25px;
  text-shadow: none;
  color: #000;
  font-weight: bold;
}
.sort--switch li {
  display: inline-block;
  width: 40px;
}
.sort--switch li:nth-child(2) {
  box-sizing: border-box;
  border-left: 1px solid #212121;
  border-right: 1px solid #212121;
}
.headline .button,
.headline .more {
  float: right;
  color: #4e4e4e;
  text-shadow: 1px 1px 1px #f0f0f0;
  height: 19px;
  margin-left: 3px;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  padding: 3px 0 0;
  background: #f1f1f1;
  background: linear-gradient(to bottom, #f1f1f1 0%, #dcdcdc 100%);
}
.members-action {
  float: right;
  margin-top: 2px;
}
.members-action .button {
  padding: 0 5px;
  line-height: 20px;
  height: 20px;
  margin-bottom: 3px;
}
.members-action div.button-info {
  height: 18px;
  margin: 1px 0 0 10px;
  padding: 2px 8px 0 8px;
}
.headline .button.done,
.headline .button.done:hover {
  background: #f1f1f1;
  background: linear-gradient(to bottom, #f1f1f1 0%, #dcdcdc 100%);
  color: #a7a7a7;
  text-shadow: 1px 1px 1px #f0f0f0;
  cursor: default;
}
.headline .button.done * {
  cursor: default;
}
.headline .button span {
  padding: 0 9px;
}
.headline .button.done span {
  background: url("../images/ico-checkmark.png") 4px -2px no-repeat;
  padding: 0 9px 0 23px;
}
.headline .more span {
  padding: 0 25px 0 9px;
  background: url("../images/arrow-right.png") no-repeat 100% 5px;
}
.headline .button:hover,
.headline .more:hover {
  color: #fff;
  text-shadow: 1px 1px 1px #7c7c7c;
  background: #adadad;
  background: linear-gradient(to bottom, #adadad 0%, #828282 100%);
}
.headline .more:hover span {
  background-position: 100% -20px;
}
.headline .button-info {
  position: relative;
  float: right;
  height: 19px;
  margin-left: 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: -4px;
  top: 4px;
}
.empty-content {
  padding: 15px 15px 0;
  font-size: 14px;
  line-height: 16px;
}
.tags-cloud.box {
  margin-top: 30px;
  margin-bottom: 10px;
  padding: 10px;
}
.tags-cloud .all {
  display: block;
  color: #4e4e4e;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: bold;
  line-height: 16px;
  border-radius: 2px;
  padding: 8px 10px;
  background: #fff;
  background: linear-gradient(to bottom, #fff 0%, #d5d5d5 100%);
  cursor: pointer;
  outline: none;
  margin: 10px auto 0;
  width: 395px;
  text-align: center;
}
.tags-cloud .all:hover {
  background: #1e1e1e;
  color: #f56c08;
}
.search-cloud {
  margin-top: 20px;
  text-align: center;
}
.spot img,
.spot embed,
.spot object,
.spot iframe {
  vertical-align: bottom;
}
.topad {
  width: 300px;
  margin: 10px auto 0;
  display: none;
}
.top-ad a,
.topad a {
  display: block;
  margin: 31px 0 0;
  width: 100%;
  overflow: hidden;
  display: none;
}
.top-ad img,
.topad img {
  width: 100%;
  height: auto;
}
.videos-ad {
  float: right;
  width: 425px;
  height: 688px;
  padding: 2px 40px;
  overflow: hidden;
  border-radius: 3px;
  background: #1a1a1a;
  background: rgba(26,26,26,0.7);
  box-shadow: inset 0 0 30px rgba(0,0,0,0.3);
  margin-left: 15px;
  position: relative;
}
.margin-fix .videos-ad {
  margin-top: 15px;
}
.videos-ad .spot {
  padding: 27px 0 0;
  overflow: hidden;
}
.videos-ad .spot a {
  width: 315px;
  height: 300px;
  background: #000;
  overflow: hidden;
  display: block;
}
.videos-ad-inline {
  display: inline;
  float: right;
  width: 505px;
  height: 209px;
  margin: 15px 0 0 15px;
  padding: 5px;
  border-radius: 3px;
  background: #1a1a1a;
  background: rgba(26,26,26,0.7);
  box-shadow: inset 0 0 30px rgba(0,0,0,0.3);
  text-align: center;
  font-size: 20px;
  line-height: 25px;
  color: #8a8a8a;
}
form .videos-ad-inline {
  height: 256px;
}
.videos-ad-inline .spot {
  position: relative;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.albums-ad {
  float: right;
  width: 315px;
  height: 659px;
  padding: 2px 40px;
  overflow: hidden;
  border-radius: 3px;
  background: #1a1a1a;
  background: rgba(26,26,26,0.7);
  box-shadow: inset 0 0 30px rgba(0,0,0,0.3);
  margin-left: 15px;
  position: relative;
}
.margin-fix .albums-ad {
  margin-top: 15px;
}
.albums-ad .spot {
  padding: 20px 0 0;
  overflow: hidden;
}
.albums-ad .spot a {
  width: 315px;
  height: 300px;
  background: #000;
  overflow: hidden;
  display: block;
}
.albums-ad-inline {
  display: inline;
  float: right;
  width: 505px;
  height: 314px;
  margin: 15px 0 0 15px;
  padding: 5px;
  border-radius: 3px;
  background: #1a1a1a;
  background: rgba(26,26,26,0.7);
  box-shadow: inset 0 0 30px rgba(0,0,0,0.3);
  text-align: center;
  font-size: 20px;
  line-height: 25px;
  color: #8a8a8a;
}
form .albums-ad-inline {
  height: 361px;
}
.albums-ad-inline .spot {
  position: relative;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.playlists-ad {
  float: right;
  width: 315px;
  height: 683px;
  padding: 2px 40px;
  overflow: hidden;
  border-radius: 3px;
  background: #1a1a1a;
  background: rgba(26,26,26,0.7);
  box-shadow: inset 0 0 30px rgba(0,0,0,0.3);
  margin-left: 15px;
  position: relative;
}
.margin-fix .playlists-ad {
  margin-top: 15px;
}
.playlists-ad .spot {
  padding: 27px 0 0;
  overflow: hidden;
}
.playlists-ad .spot a {
  width: 315px;
  height: 300px;
  background: #000;
  overflow: hidden;
  display: block;
}
.playlists-ad-inline {
  display: inline;
  float: right;
  width: 505px;
  height: 209px;
  margin: 15px 0 0 15px;
  padding: 5px;
  border-radius: 3px;
  background: #1a1a1a;
  background: rgba(26,26,26,0.7);
  box-shadow: inset 0 0 30px rgba(0,0,0,0.3);
  text-align: center;
  font-size: 20px;
  line-height: 25px;
  color: #8a8a8a;
}
form .playlists-ad-inline {
  height: 256px;
}
.playlists-ad-inline .spot {
  position: relative;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.list-comments,
.list-subscriptions,
.list-playlists,
.list-members,
.list-messages,
.list-models,
.list-sponsors,
.list-categories,
.list-tags,
.list-albums,
.list-albums-images,
.list-videos,
.list-videos-screenshots {
  overflow: hidden;
  width: 100%;
  text-align: center;
}
.margin-fix {
  margin: -15px 0 0 0;
}
.list-albums-images .margin-fix,
.list-videos-screenshots .margin-fix {
  margin: -5px 0 0 0;
}
.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-videos-screenshots .img {
  width: 100%;
  height: auto;
}
.list-albums-images .img {
  width: 100%;
  height: auto;
  text-align: center;
}
.list-members .img .no-thumb {
  line-height: 180px;
}
.list-models .img .no-thumb,
.list-sponsors .img .no-thumb,
.list-categories .img .no-thumb {
  line-height: 260px;
}
.list-albums-images .img .no-thumb {
  line-height: 150px;
}
.list-playlists .img img.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;
}
.list-playlists .img img.video2:hover,
.list-playlists .img img.video3:hover,
.list-playlists .img img.video4:hover,
.list-playlists .img img.video5:hover {
  opacity: 1;
  z-index: 5;
}
.list-playlists .img img.video2 {
  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;
}
.line-disabled,
.line-error,
.line-processing {
  position: absolute;
  top: 50%;
  left: 15%;
  width: 70%;
  margin-top: -13px;
  text-align: center;
  background: #000;
  opacity: 0.7;
  padding: 3px 0;
  color: #8a8a8a;
  font-size: 16px;
  font-weight: bold;
  line-height: 20px;
}
.line-error {
  color: #fc5729;
}
.line-premium,
.line-private {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center;
  background: #000;
  opacity: 0.7;
  padding: 3px 0;
  color: #fc5729;
  font-weight: bold;
}
.list-members .unread-notification {
  position: absolute;
  left: 5px;
  top: 5px;
  padding: 3px 5px;
  background: #f56c08;
  color: #fff;
}
.list-playlists .item-control,
.list-members .item-control,
.list-videos .item-control,
.list-videos-screenshots .item-control,
.list-albums .item-control,
.list-albums-images .item-control {
  text-align: center;
  background: url("../images/divider.png") repeat-x;
  margin: 10px 0 5px 0;
  padding: 10px 0 0;
}
.list-subscriptions .item-control {
  float: right;
}
.item-control .item-control-holder {
  display: inline-block;
  border-radius: 3px;
  background: #d5d5d5;
  overflow: hidden;
  vertical-align: top;
}
.item-control .toggle-button {
  float: left;
  padding: 5px 9px;
  margin: 0 1px 0 0;
}
.item-control .toggle-button:last-child {
  margin: 0;
}
.item-control .toggle-button.active,
.item-control .toggle-button:hover {
  padding: 5px 9px;
}
.item-control .toggle-button.disabled:hover {
  padding: 5px 9px;
}
.list-comments .item {
  margin: 10px 0 0 10px;
  color: #8a8a8a;
  padding: 5px;
  border-radius: 3px;
  box-shadow: inset 0 0 3px rgba(6,6,6,0.2);
  text-align: left;
  border: 1px solid #c5c5c5;
  background: #f3f3f3;
}
.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: none repeat scroll 0 0 #000;
  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;
  border-radius: 3px;
  background: #000;
  float: left;
  margin: 0 0 0 5px;
}
.list-comments .comment-options a.disabled {
  cursor: default;
  color: #333;
}
.list-comments .comment-options span {
  border-radius: 3px;
  background: #000;
  padding: 2px 10px;
  font-weight: bold;
  float: left;
}
.list-comments .comment-options .positive {
  color: #bfd128;
}
.list-comments .comment-options .negative {
  color: #f45655;
}
.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;
}
.list-comments .dim-comment:hover p {
  opacity: 1;
}
.list-comments a {
  color: #fff;
  font-weight: bold;
}
.list-comments a:hover {
  color: #f56c08;
}
.list-comments .username {
  color: #222;
  font-weight: bold;
  padding: 0 5px 0 0;
}
.list-subscriptions .item {
  float: left;
  text-align: left;
  width: 487px;
  margin: 15px 0 0 15px;
  color: #8a8a8a;
  padding: 5px;
  border-radius: 3px;
  box-shadow: inset 0 0 5px rgba(6,6,6,0.2);
  background: #242424;
  background: linear-gradient(to bottom, #242424 0%, #202020 100%);
}
.list-subscriptions .item:after {
  content: "";
  display: block;
  clear: both;
}
.list-messages .item {
  position: relative;
  text-align: left;
  margin: 15px 42px 0 15px;
  background: #404040;
  border-radius: 3px;
  overflow: hidden;
}
.list-messages .item.me {
  background: #2d2d2d;
  margin: 15px 0 0 57px;
}
.list-messages .item.grouped,
.list-messages .item.me.grouped {
  margin-top: -3px;
}
.list-messages .item.editing {
  background: #171717;
}
.list-messages .image {
  float: left;
  width: 36px;
  height: 36px;
  overflow: hidden;
  margin: 3px;
}
.list-messages .image:hover {
  opacity: 0.7;
}
.list-messages .image a {
  outline: none;
}
.list-messages .image img,
.list-messages .image .no-thumb {
  display: block;
  width: 36px;
  height: 36px;
  background: #000;
}
.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;
}
.list-messages .item.deleted .message-text {
  color: #909090;
}
.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: #909090;
  line-height: 20px;
}
.list-messages .added.editable {
  padding-right: 25px;
  background: url("../images/ico-edit-message.png") right 10px no-repeat;
  cursor: pointer;
}
.list-messages .added.editable:hover {
  color: #c5c5c5;
}
.list-messages .item.new .added:after {
  display: block;
  position: absolute;
  content: '';
  background: #f56c08;
  width: 8px;
  height: 8px;
  top: 16px;
  left: 12px;
  border-radius: 4px;
}
.list-messages .load-more {
  margin-top: 15px;
}
.message-form {
/*background: #272727 url(/images/bg-grey.gif);*/
  background-color: #292828;
  margin-top: 15px;
  border-radius: 5px;
  padding: 10px;
  overflow: hidden;
}
.pagination {
  border-radius: 5px;
  overflow: hidden;
}
.pagination {
  margin: 10px 0 0;
  width: 100%;
  text-align: center;
  background: #282828;
}
.pagination ul {
  border-left: 1px solid #1e1e1e;
  border-right: 1px solid #292929;
  text-align: center;
}
.pagination ul:after {
  content: "";
  display: block;
  clear: both;
}
.pagination li {
  float: left;
  border-left: 1px solid #292929;
  border-right: 1px solid #1e1e1e;
  font-weight: 700;
  color: #4d4d4d;
  text-align: center;
}
.pagination a:hover {
  color: #de971b;
  background: linear-gradient(to bottom, #212121, #191919);
}
.pagination-holder {
  display: inline-block;
  vertical-align: bottom;
}
.pagination a,
.pagination span {
  display: block;
  padding: 12px 12px 14px;
  min-width: 14px;
}
.pagination .next,
.pagination .prev {
  display: none;
  min-width: 100px;
}
.load-more {
  margin: 10px 0 0 0;
  text-align: center;
}
.load-more a {
  display: inline-block;
  padding: 12px 28px 14px;
  background: #282828;
  border-radius: 5px;
  font-weight: bold;
}
.load-more a:hover {
  color: #f56c08;
  background: #212121;
  background: linear-gradient(to bottom, #212121 0%, #191919 100%);
}
.block-channel {
  padding: 10px;
  overflow: hidden;
  background-color: #292828;
/*background: #272727 url(/images/bg-grey.gif);*/
  border-radius: 5px;
}
.block-channel .img {
  float: left;
  margin: 0 10px 0 0;
  border: 2px solid #222;
  border-radius: 2px;
}
.block-channel .img img {
  display: block;
  width: 360px;
  height: 200px;
}
.block-channel .img .no-thumb {
  display: block;
  width: 360px;
  height: 200px;
  text-align: center;
  line-height: 200px;
  background: #000;
}
.block-channel .channel-info {
  float: left;
  width: 449px;
  margin: 0 10px 0 0;
}
.block-channel .channel-list {
  background: #212121;
  overflow: hidden;
  color: #d8d8d8;
  font-size: 12px;
  margin: 0 0 5px;
  border-radius: 3px;
  box-shadow: inset 0 0 5px rgba(0,0,0,0.3);
}
.block-channel .channel-list li {
  background: url("../images/divider.png") repeat-x;
  overflow: hidden;
  padding: 9px 9px 13px 10px;
}
.block-channel .channel-list li:first-child {
  background: none;
}
.block-channel .channel-list .name {
  float: left;
  width: 130px;
  margin: 0 5px 0 0;
}
.block-channel .channel-list .rating {
  padding: 3px 0 0;
  overflow: hidden;
}
.block-channel .channel-list .rating span {
  float: left;
  width: 9%;
  height: 9px;
  background: #2a2a2a;
  margin: 0 1px 0 0;
  border: 1px solid #323232;
  box-sizing: border-box;
}
.block-channel .channel-list .rating .full {
  border: 0;
  background: #ff8e2a;
  background: linear-gradient(to bottom, #ff8e2a 0%, #ff7903 100%);
}
.block-channel .desc {
  background: #212121;
  color: #a7a7a7;
  font-size: 12px;
  line-height: 16px;
  padding: 4px 8px;
  height: 47px;
  overflow: hidden;
  border-radius: 3px;
  box-shadow: inset 0 0 5px rgba(0,0,0,0.3);
}
.block-channel .channel-rating {
  float: right;
  width: 176px;
  overflow: hidden;
}
.block-channel .channel-rating strong {
  display: block;
  text-align: center;
  color: #fff;
  height: 124px;
  padding: 42px 0 0;
  margin: 0 0 6px;
  background: #1a1a1a;
  background: rgba(26,26,26,0.7);
  box-shadow: inset 0 0 30px rgba(0,0,0,0.3);
  font-size: 72px;
  line-height: 74px;
}
.block-channel .channel-rating a {
  text-align: center;
  display: block;
  height: 24px;
  padding: 8px 4px 0 4px;
  color: #4e4e4e;
  overflow: hidden;
  white-space: nowrap;
  font-size: 12px;
  text-shadow: 1px 1px 1px #ededed;
  border-radius: 3px;
  background: #f1f1f1;
  background: linear-gradient(to bottom, #f1f1f1 0%, #dcdcdc 100%);
}
.block-channel .channel-rating a:hover {
  color: #f56c08;
  text-shadow: none;
  box-shadow: inset 0 0 5px rgba(0,0,0,0.3);
  background: #212121;
  background: linear-gradient(to bottom, #212121 0%, #1c1c1c 100%);
}
.models-rating {
  width: 35px;
  height: 20px;
  position: absolute;
  bottom: 5px;
  left: 5px;
  background: #262626;
  padding: 3px 5px;
  text-align: center;
  color: #fff;
  border-radius: 4px;
  opacity: 0.73;
}
.block-model {
  padding: 10px;
  overflow: hidden;
  background-color: #292828;
  border-radius: 5px;
}
.block-model .img {
  float: left;
  margin: 0 10px 0 0;
  border: 2px solid #222;
  border-radius: 2px;
}
.block-model .img img {
  display: block;
  width: 240px;
  height: auto;
}
.block-model .img .no-thumb {
  display: block;
  width: 280px;
  height: 200px;
  text-align: center;
  line-height: 200px;
  background: #000;
}
@media all and (max-width: 980px) {
  .block-model .model-comments {
    width: 100%;
  }
}
.block-model .model-list {
  float: left;
  width: 250px;
  margin: 0;
  overflow: hidden;
}
@media all and (min-width: 980px) {
  .block-model .model-list {
    width: auto;
    overflow: hidden;
    float: none;
  }
}
.block-model .model-list ul.column {
  margin-bottom: 10px;
}
@media all and (min-width: 980px) {
  .block-model .model-list ul.column {
    float: left;
    width: 32%;
    margin-right: 13px;
    display: inline-block;
    margin-bottom: 0;
  }
}
@media all and (min-width: 1250px) {
  .block-model .model-list ul.column {
    margin-right: 18px;
  }
}
@media all and (min-width: 1508px) {
  .block-model .model-list ul.column {
    margin-right: 23px;
  }
}
.block-model .model-list ul.column:last-child {
  margin-bottom: 0;
  margin-right: 0;
}
.block-model .model-list li {
  margin: 11px 0 0;
  padding: 9px;
  background: #222;
  font-size: 12px;
  color: #838383;
  border-radius: 3px;
  box-shadow: inset 0 0 8px rgba(0,0,0,0.3);
}
@media all and (min-width: 980px) {
  .block-model .model-list li {
    margin-bottom: 10px;
  }
}
.block-model .model-list li:first-child {
  margin: 0;
}
.block-model .model-list li span {
  color: #fff;
}
.block-model .model-list li a {
  color: #f56c08;
}
.block-model .model-list li a:hover {
  color: #fff;
}
.block-model .desc {
  background: #212121;
  color: #a7a7a7;
  line-height: 17px;
  padding: 5px 9px 0 9px;
  border-radius: 3px;
  box-shadow: inset 0 0 5px rgba(0,0,0,0.3);
  overflow: hidden;
  margin-bottom: 10px;
}
.block-model .website {
  margin: 11px 0 0 0;
}
.block-model .model-info {
  background: #212121;
  color: #a7a7a7;
  padding: 9px;
  margin-bottom: 11px;
  border-radius: 3px;
  box-shadow: inset 0 0 5px rgba(0,0,0,0.3);
  overflow: hidden;
}
.block-model .model-info span {
  color: #fff;
}
.sponsor {
  width: 100%;
  overflow: hidden;
	display:inline-block;
}
.sponsor-container {
	text-align:center;
  position:relative;
  height:100px;
}
@media all and (min-width: 1024px) and (max-width: 1250px) {
  .sponsor-container {
    height: 100px;
  }
}
@media all and (max-width: 420px) {
  .sponsor-container {
    display:none;
  }
}
.sponsor img {
  width: 100%;
  height: auto;
}
.info-holder {
  width: 100%;
}
.info-holder:after {
  content: "";
  display: block;
  clear: both;
}
.info-buttons {
  width: 100%;
  margin: 0 0 12px;
  text-align: center;
}
.info-buttons:after {
  content: "";
  display: block;
  clear: both;
}
.block-video {
  padding: 10px;
  border-radius: 5px;
  margin: -3px 0 0;
/*background: #272727 url(/images/bg-grey.gif);*/
  background-color: #292828;
}
.block-video:after {
  content: "";
  display: block;
  clear: both;
}
.block-video .video-holder {
  overflow: hidden;
}
.block-video .player {
  margin: 0 0 10px;
  border: 2px solid #1f1f1f;
  background: #000;
  position: relative;
  z-index: 10;
}
.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;
  z-index: 1;
}
.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: #9b9b9b;
  padding: 50px 20px;
}
.block-video .no-player {
  display: block;
  position: relative;
  overflow: hidden;
}
.block-video .no-player img {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0.2;
}
.block-video .no-player .message {
  display: block;
  position: absolute;
  text-align: center;
  padding: 20px;
  left: 0;
  right: 0;
  top: 30px;
  font-size: 20px;
  font-weight: bold;
  line-height: 25px;
  color: #9b9b9b;
}
.block-video .no-player .message em {
  font-size: 20px;
  font-weight: bold;
  line-height: 25px;
  color: #fff;
}
.block-video .no-player .message form {
  display: block;
  padding: 20px 0 0 0;
}
.block-video .playlist {
  margin: 0 0 10px;
  padding: 7px;
  border: 2px solid #1f1f1f;
  background: #000;
  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;
  cursor: pointer;
}
.block-video .playlist .item.selected,
.block-video .playlist .item.selected:hover {
  border-color: #f56c08;
}
.block-video .playlist .item:hover {
  border-color: #1f1f1f;
}
.block-video .playlist .item .img {
  width: 166px;
  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 #1f1f1f;
  width: auto;
}
.block-album {
  padding: 10px;
  overflow: hidden;
  border-radius: 5px;
  margin: -3px 0 0;
/*background: #272727 url(/images/bg-grey.gif);*/
  background-color: #292828;
}
.block-album .album-holder {
  overflow: hidden;
}
.block-album .images {
  position: relative;
  overflow: hidden;
  border: 2px solid #1f1f1f;
  padding: 7px;
  background: #000;
  text-align: center;
  margin-bottom: 10px;
}
.block-album .images span.item,
.block-album .images a.item {
  display: inline-block;
  vertical-align: middle;
  margin: 7px;
}
.block-album .images span.item {
  opacity: 0.2;
}
.block-album .images a.item:hover {
  outline: 7px solid #f56c08;
  outline-offset: -6px;
}
.block-album .images .message {
  display: block;
  position: absolute;
  text-align: center;
  padding: 20px;
  left: 0;
  right: 0;
  top: 30px;
  font-size: 20px;
  font-weight: bold;
  line-height: 25px;
  color: #9b9b9b;
}
.block-album .images .message em {
  font-size: 20px;
  font-weight: bold;
  line-height: 25px;
  color: #fff;
}
.block-album .images .message form {
  display: block;
  padding: 20px 0 0 0;
}
.block-video .sponsor,
.block-album .sponsor {
  border: 2px solid #1f1f1f;
  width: auto;
  
}
@media all and (min-width: 1024px) and (max-width: 1250px) {
  .block-video .sponsor,
  .block-album .sponsor {
    -ms-transform: scale(0.75) translate(-7%, -8%);
        transform: scale(0.75) translate(-7%, -8%);
    -webkit-transform: scale(0.75) translate(-7%, -8%);
  }
}
@media all and (max-width: 1024px) {
  .block-video .sponsor,
  .block-album .sponsor {
    -ms-transform-origin: top left;
        transform-origin: top left;
    -webkit-transform-origin: top left;
  }
}
.rating-container .rate-like {
  float: left;
  text-indent: -9999px;
  overflow: hidden;
  width: 34px;
  height: 30px;
  background: url("../fonts/like-icon.svg") no-repeat 6px 4px;
  background-size: 20px;
  border-right: 1px solid #928f8f;
}
.rating-container .rate-like.voted,
.rating-container .rate-like:hover {
  background: url("../fonts/like-icon-1.svg") no-repeat 6px 4px;
  background-size: 20px;
}
.rating-container .rate-like.disabled {
  background: url("../fonts/like-icon.svg") no-repeat 6px 4px;
  background-size: 20px;
}
.rating-container .rate-dislike {
  float: right;
  text-indent: -9999px;
  overflow: hidden;
  width: 33px;
  height: 30px;
  background: url("../fonts/dislike-icon.svg") no-repeat 5px 6px;
  background-size: 20px;
  border-left: 1px solid #928f8f;
}
.rating-container .rate-dislike.voted,
.rating-container .rate-dislike:hover {
  background: url("../fonts/dislike-icon-1.svg") no-repeat 5px 6px;
  background-size: 20px;
}
.rating-container .rate-dislike.disabled {
  background: url("../fonts/dislike-icon.svg") no-repeat 5px 6px;
  background-size: 20px;
}
.rating-container .disabled,
.rating-container .voted {
  cursor: default;
}
.rating-container .voters {
  display: block;
  color: #818181;
  text-shadow: 1px 1px 0 #ededed;
  font-size: 10px;
  line-height: 12px;
  text-transform: uppercase;
  margin: 0 0 4px;
}
.rating-container .scale-holder {
  background: #f45655;
  display: block;
  height: 4px;
  position: relative;
  width: 100%;
}
.rating-container .scale-holder .scale {
  position: absolute;
  left: 0;
  top: 0;
  height: 4px;
  background: #bfd128;
}
.btn-favourites:hover {
  border-radius: 2px 2px 0 0;
}
.btn-favourites .ico-favourite {
  width: 18px;
  height: 18px;
  position: absolute;
  top: 6px;
  left: 4px;
  background: url("../fonts/heart.svg") 0 0 no-repeat;
  background-size: 18px;
}
.btn-favourites .drop {
  display: block;
  width: 100%;
  height: 100%;
  background: url("../fonts/arrow-down.svg") 26px 10px no-repeat;
  cursor: pointer;
}
.btn-favourites:hover .drop {
  background: url("../fonts/arrow-up.svg") 26px 10px no-repeat;
  background-size: 10px;
}
.btn-favourites ul {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 10;
  display: none;
  overflow: hidden;
  border-radius: 0 3px 3px 3px;
  -webkit-border-radius: 0 3px 3px 3px;
}
.btn-favourites:hover ul {
  display: block;
  width: auto;
  max-width: 230px;
}
.btn-favourites ul li a,
.btn-favourites ul li span {
  white-space: nowrap;
  padding: 8px;
  display: block;
  font-weight: bold;
  color: #4e4e4e;
  background: #d5d5d5;
}
.btn-favourites ul li span {
  position: relative;
  color: #808080;
  padding: 8px 38px 8px 32px;
  background: #d5d5d5 url("../fonts/check.svg") 9px 3px no-repeat;
}
.btn-favourites ul li span .delete {
  position: absolute;
  right: 8px;
  top: 8px;
  color: #808080;
  margin: 0 0 0 10px;
  text-decoration: none;
}
.btn-favourites ul li span .delete:hover {
  color: #4e4e4e;
}
.btn-favourites ul li a:hover {
  color: #f56c08;
  background: #202020;
  background: linear-gradient(to bottom, #202020 0%, #191919 100%);
}
.btn-favourites ul li span a {
  padding: 0;
  background: transparent;
  text-decoration: underline;
}
.btn-favourites ul li span a:hover {
  background: transparent;
}
.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 {
  border: 2px solid #1f1f1f;
  padding: 10px;
  color: #9b9b9b;
  border-radius: 3px;
  overflow: hidden;
}
.block-details {
  margin: -10px 0;
  overflow: hidden;
}
.block-details .info {
  overflow: hidden;
}
.block-details .item {
  width: 100%;
  overflow: hidden;
  padding: 10px 0;
  background: url("../images/divider.png") repeat-x;
}
.block-details .item:first-child {
  background: none;
}
.block-details .item img {
  margin: 1px;
}
.block-details .item a {
  display: inline-block;
  color: #f56c08;
  margin: 1px 0 1px 3px;
  font-weight: bold;
  background: #252525;
  padding: 2px 10px;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  white-space: nowrap;
}
.block-details .item a:hover {
  color: #fff;
}
.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: #353535;
}
.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: #dcdcdc;
  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: #000;
}
.avatar-mobile {
  display: none;
  float: left;
  margin-right: 10px;
  border-radius: 3px;
  overflow: hidden;
}
@media all and (max-width: 1040px) {
  .avatar-mobile {
    display: block;
  }
}
@media all and (max-width: 420px) {
  .avatar-mobile {
    display: block;
    width: 180px;
    margin: 0 auto 10px;
    float: none;
  }
}
.avatar-mobile img {
  width: 180px;
}
.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;
}
.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 #1f1f1f;
  width: 167px;
  height: 126px;
  margin: 10px 0 0 0;
}
.block-screenshots a.item:hover {
  border: 1px solid #da6109;
}
.block-screenshots span.item img,
.block-screenshots a.item img {
  width: 167px;
  height: 126px;
}
.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 8px 0;
  color: #4e4e4e;
  text-shadow: 1px 1px 0 #e0e0e0;
  background: #d0d0d0;
  height: 23px;
  padding: 0 17px;
  border-radius: 3px;
  line-height: 23px;
  background: linear-gradient(to bottom, #d0d0d0 0%, #c5c5c5 100%);
}
.block-share .block-size a:hover {
  color: #9b9b9b;
  text-shadow: 1px 1px 0 #323232;
  background: #404040;
  background: linear-gradient(to bottom, #404040 0%, #373737 100%);
}
.block-share .custom-size {
  float: left;
}
.block-share .custom-size label {
  float: left;
  color: #9b9b9b;
  margin: 8px 9px 0 0;
}
.block-share .custom-size .textfield {
  float: left;
  width: 50px;
  margin: 0 8px 0 0;
  text-align: center;
}
.block-comments {
  width: 100%;
  overflow: hidden;
}
.block-comments .toggle-button {
  float: right;
}
.block-comments .block-new-comment {
  background: url("../images/divider.png") repeat-x 0 10px;
  padding: 20px 0 20px 30px;
  display: none;
}
.block-comments .list-comments {
  background: url("../images/divider.png") repeat-x 0 10px;
  padding: 20px 0 0;
}
.related-videos,
.related-albums {
  width: 100%;
  overflow: hidden;
  margin: 20px 0 0;
}
.related-videos .list-sort,
.related-albums .list-sort {
  overflow: hidden;
}
.related-videos .list-sort li,
.related-albums .list-sort li {
  float: left;
  margin: 0 2px 0 0;
  overflow: hidden;
  border-radius: 3px 3px 0 0;
}
.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: #f56c08;
  background: url("../images/bg-sort.gif") repeat-x;
  padding: 11px 11px 0;
}
.related-videos .list-sort a:hover,
.related-albums .list-sort a:hover {
  color: #fff;
  cursor: pointer;
}
.related-videos .list-sort span,
.related-albums .list-sort span {
  color: #d8d8d8;
  background: url("../images/bg-sort.gif") repeat-x 0 100%;
}
.related-videos .box,
.related-albums .box {
  border-radius: 0 5px 5px;
}
.btn-subscribe {
  margin: 3px 10px 0 0;
  float: left;
  position: relative;
  overflow: hidden;
}
.btn-subscribe .toggle-button {
  float: left;
}
.btn-subscribe .button-info:before {
  border-bottom: 5px solid rgba(0,0,0,0);
  border-right: 5px solid #bcbcbc;
  border-top: 5px solid rgba(0,0,0,0);
  content: "";
  left: -4px;
  position: absolute;
  top: 4px;
}
.btn-subscribe .button-info {
  background: none repeat scroll 0 0 #bcbcbc;
  border-radius: 3px;
  color: #4e4e4e;
  float: left;
  height: 17px;
  margin: 5px 0 0 10px;
  padding: 3px 8px 0;
  position: relative;
}
.member-menu {
  float: right;
  width: 195px;
  margin-left: 10px;
}
@media all and (max-width: 1040px) {
  .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;
  }
}
.member-menu .block-main {
  padding: 8px 0 0;
  width: 100%;
  border-radius: 5px;
  overflow: hidden;
/*background: #272727 url(/images/bg-grey.gif);*/
  background-color: #292828;
}
.member-menu .block-main .avatar {
  margin: 0 auto 8px;
  width: 180px;
}
.member-menu .block-main .avatar img,
.member-menu .block-main .avatar .no-thumb {
  display: block;
  width: 180px;
  height: 180px;
  line-height: 180px;
  background: #000;
  color: #838383;
  border-radius: 3px;
  text-align: center;
}
.member-menu .block-additional {
  width: 100%;
  border-radius: 5px;
  overflow: hidden;
/*background: #272727 url(/images/bg-grey.gif);*/
  background-color: #292828;
  margin: 10px 0 0;
}
.member-menu .block-additional .user-menu li:first-child {
  background: none;
}
.member-menu .user-menu li {
  margin: -1px 0 0;
  background: url("../images/divider.png") repeat-x;
}
.member-menu .user-menu span,
.member-menu .user-menu a {
  display: block;
  font-weight: bold;
  padding: 10px 12px 13px 14px;
}
.member-menu .user-menu span {
  color: #838383;
  padding: 10px 12px 13px 25px;
  background: url("../images/bullet.png") no-repeat 14px 50%;
}
.member-menu .user-menu a:hover {
  background: #1a1a1a;
}
.member-menu .user-menu em {
  display: inline-block;
  margin: 0 0 0 5px;
  width: 14px;
  height: 14px;
  font-size: 10px;
  font-weight: bold;
  text-align: center;
  border-radius: 50%;
  background: #fc5729;
  color: #fff;
}
.member-menu .user-menu em.small {
  font-size: 9px;
}
.member-menu .user-menu a:hover em {
  color: #fff;
}
.profile-list {
  width: 100%;
  overflow: hidden;
  padding: 0 10px;
}
.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;
}
@media all and (max-width: 1040px) {
  .profile-list .column,
  .profile-list .column:nth-child(3) {
    float: left;
    width: 32%;
  }
}
@media screen and (max-width: 860px) {
  .profile-list .column,
  .profile-list .column:nth-child(3) {
    width: 100%;
  }
}
@media all and (max-width: 1040px) {
  .profile-list .member-info {
    margin-left: 190px;
  }
}
@media all and (max-width: 420px) {
  .profile-list .member-info {
    margin: 0 0 5px;
  }
}
@media all and (max-width: 1040px) {
  .profile-list .member-info .about-me {
    width: 99%;
  }
}
@media screen and (max-width: 860px) {
  .profile-list .member-info .about-me {
    width: 100%;
  }
}
.profile-list .item {
  padding: 12px;
  background: #222;
  color: #838383;
  border-radius: 3px;
  box-shadow: inset 0 0 10px rgba(6,6,6,0.2);
}
@media screen and (max-width: 640px) {
  .profile-list .item {
    padding: 9px;
  }
}
.profile-list .column .item {
  margin: 0 0 10px;
  overflow: hidden;
}
.profile-list .item em {
  color: #fff;
}
.profile-list .item a {
  text-decoration: underline;
}
.form-upload p {
  display: block;
  margin: 15px 0 0;
}
.form-upload p.preview {
  display: block;
  max-width: 320px;
  overflow: hidden;
  background: #000;
  position: relative;
}
.form-upload p.preview em {
  position: absolute;
  bottom: 5px;
  background: #000;
  opacity: 0.8;
  padding: 5px;
  border-radius: 3px;
  color: #dcdcdc;
  font-size: 14px;
  font-weight: bold;
  line-height: 16px;
}
.form-upload p.preview em.left {
  left: 5px;
  margin-right: 50px;
}
.form-upload p.preview em.right {
  right: 5px;
}
.form-upload p.preview em.negative {
  color: #fc5729;
}
.form-upload p.preview img {
  display: block;
  max-width: 320px;
  width: 100%;
  height: auto;
}
.form-upload p.preview.disabled img {
  opacity: 0.3;
}
.popup-title {
  display: block;
  color: #dcdcdc;
  margin: 0 0 5px;
  font-size: 20px;
  line-height: 22px;
}
.popup-holder {
  color: #dcdcdc;
  padding: 10px;
  min-width: 600px;
  max-width: 800px;
/*background: url(/images/bg-grey.gif) repeat;*/
  background: #212121;
  border-radius: 4px;
}
.popup-holder form .two-sections .section-one {
  width: 50%;
}
.popup-holder form .two-sections .section-two {
  width: 44%;
}
.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
}
@media screen and (max-width: 1255px) {
  .movable-top,
  .movable-bottom {
    position: static;
  }
  .bottom-adv .spot:nth-child(4) {
    display: none;
  }
  .bottom-adv .spot:nth-child(4) .list-subscriptions .item,
  .bottom-adv .spot:nth-child(4) .list-playlists .item,
  .bottom-adv .spot:nth-child(4) .list-members .item,
  .bottom-adv .spot:nth-child(4) .list-models .item,
  .bottom-adv .spot:nth-child(4) .list-sponsors .item,
  .bottom-adv .spot:nth-child(4) .list-categories .item,
  .bottom-adv .spot:nth-child(4) .list-albums .item,
  .bottom-adv .spot:nth-child(4) .list-albums-images .item,
  .bottom-adv .spot:nth-child(4) .list-videos .item,
  .bottom-adv .spot:nth-child(4) .list-videos-screenshots .item {
    float: none;
    display: inline-block;
    vertical-align: top;
  }
  .list-subscriptions .item {
    width: 380px;
  }
  .videos-ad-inline,
  .playlists-ad-inline,
  .albums-ad-inline {
    display: none;
  }
  .block-channel .channel-info {
    float: none;
    width: auto;
    margin-right: 0;
    margin-top: 10px;
  }
  .block-channel .channel-rating {
    float: none;
    width: auto;
  }
  .block-channel .desc {
    height: auto;
  }
  .main-container-user {
    float: none;
    width: auto;
  }
  .block-video .video-holder,
  .block-album .album-holder {
    float: none;
    width: auto;
  }
  .btn-subscribe {
    float: none;
    display: inline-block;
    vertical-align: top;
  }
  .block-details .item span.added-by {
    display: none;
  }
}
@media screen and (max-width: 1040px) {
  .main-content {
    display: table;
  }
  .main-container {
    display: table-header-group;
    width: 100%;
  }
  .sidebar {
    float: none;
    width: 100%;
    display: table-footer-group;
  }
  .sidebar .alphabet {
    text-align: left;
  }
  .sidebar .list li,
  .sidebar .filter li {
    display: inline-block;
    vertical-align: top;
    background: none;
  }
  .sidebar .list .rating {
    margin-left: 8px;
  }
  .btn-favourites ul {
    right: 0;
    left: auto;
    border-radius: 3px 0 3px 3px;
  }
}
@media screen and (max-width: 980px) {
  .navigation {
/*background: #272727 url(/images/bg-grey.gif);*/
    height: auto;
    width: 60%;
    margin: 0 auto;
    background: #313131;
    background: -webkit-gradient(left top, left bottom, color-stop(0%, #313131), color-stop(50%, #2c2c2c), color-stop(100%, #313131));
    background: linear-gradient(to bottom, #313131 0%, #2c2c2c 50%, #313131 100%);
  }
  .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 #343434;
    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) {
  .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;
  }
  .search {
    width: 90%;
    padding: 10px 0;
  }
  .logo {
    margin: 17px 0 0 0;
    float: none;
    display: inline-block;
    vertical-align: top;
  }
  .social-bookmarks {
    margin: 23px 0 0 0;
    float: none;
    display: inline-block;
    vertical-align: top;
    display: none;
  }
  .footer .footer-wrap {
    text-align: center;
  }
  .footer .copyright {
/*float: none;*/
    display: inline-block;
    margin: 8px 0;
    text-align: left;
  }
  .footer .txt {
    text-align: center;
    margin: 0;
  }
  .headline {
    padding: 10px 5px 8px 5px;
  }
  .tags-cloud {
    margin-top: 10px;
  }
  .bottom-adv {
    margin-top: 10px;
  }
  .popup-holder {
    min-width: 500px;
  }
}
@media screen and (max-width: 640px) {
  .footer .copyright {
    float: none;
  }
  .footer-col {
    margin-right: 0;
    width: 45%;
  }
  .block-model,
  .block-channel,
  .block-album,
  .block-video,
  .tab-content,
  .related-videos .box,
  .related-albums .box,
  .box {
    padding: 5px;
    border-radius: 0;
  }
  .navigation,
  .pagination,
  .member-menu .block-main,
  .member-menu .block-additional,
  .sidebar .list,
  .sidebar .comments,
  .sidebar .alphabet,
  .sidebar .filter {
    border-radius: 0;
  }
  .headline h2 {
    text-align: center;
    margin-bottom: 5px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
  }
  .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;
  }
  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;
  }
}
@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;
  }
}
@media screen and (max-width: 420px) {
  .topad {
    display: block;
  }
  .topad a {
    display: block;
    margin: 10px auto 0;
    width: 300px;
    overflow: hidden;
    height: 100px;
    background-color: #000;
  }
  .social-bookmarks {
    display: none;
  }
  .margin-fix {
    margin: -5px 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;
  }
  .list-subscriptions .item,
  .list-videos-screenshots .item,
  .list-albums-images .item {
    margin: 10px 0 0 0;
  }
  .item .wrap {
    margin: 0 0 2px;
  }
  .item-control-holder a.toggle-button {
    position: relative;
    width: 5px;
    text-indent: 30px;
    overflow: hidden;
  }
  .item-control-holder a.toggle-button:after {
    position: absolute;
    left: 4px;
    top: 4px;
    width: 16px;
    height: 16px;
    background: url("../images/ico-edit.png") 0 0 no-repeat;
    z-index: 5;
    content: '' x;
  }
  .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;
  }
  .tags-cloud .all {
    width: 250px;
  }
  .list-models {
    padding-bottom: 10px;
  }
}
ul.more__ul.more__ul-active {
  display: block;
}
.member-links .select svg#Layer_1 {
  width: 15px;
  height: 16px;
  fill: #fff;
  position: relative;
  top: 4px;
}
.list-members .margin-fix .item {
  vertical-align: top;
}
@media screen and (max-width: 980px) {
  .header {
/*float: left;*/
    width: 100%;
/*position: relative;*/
  }
  .logo {
    margin: 0;
    float: right;
    display: inline-block;
    vertical-align: middle;
    width: 100%;
  }
  .logo a {
    display: block;
    width: 154px;
    height: 47px;
    background: url("../images/logo.png") 50% no-repeat;
    background-size: 75%;
    margin: 0 auto;
  }
  .search {
    width: 100%;
    top: -57px;
    position: absolute;
    background-color: #212121;
    z-index: 1001;
    left: 1px;
    transition: top 0.3s;
    padding: 10px 10px 10px 0;
  }
  .search-is-active {
    top: 4px;
    padding-right: 10px;
    padding-left: 5px;
  }
  #search_form {
    width: 80%;
    float: left;
    border-radius: 3px;
    margin-left: 10px;
  }
  .show-search-btn {
    position: absolute;
    top: 10px;
    border-radius: 3px;
    display: block;
  }
  .close-search-btn {
    display: block;
    width: 40px;
    height: 30px;
    padding: 7px 0;
    border: 1px solid #2c2c2c;
    border-radius: 3px;
    outline: none;
    float: right;
    cursor: pointer;
  }
  .close-search-btn .icon {
    display: inline-block;
    height: 15px;
    width: 20px;
    position: relative;
    top: -2px;
  }
  .close-search-btn .ico-bar {
    background: #e3e3e3;
    height: 3px;
    width: 100%;
    position: absolute;
    background: #f56c08;
    left: 4px;
  }
  .close-search-btn .ico-bar:first-child {
    top: -2px;
    -ms-transform: rotate(45deg) translate(5px, 9px);
        transform: rotate(45deg) translate(5px, 9px);
  }
  .close-search-btn .ico-bar:last-child {
    top: 14px;
    -ms-transform: rotate(-45deg) translate(2px, -6px);
        transform: rotate(-45deg) translate(2px, -6px);
  }
  nav {
    position: absolute;
    top: 10px;
    right: 5px;
  }
  .navigation {
    width: 40px;
  }
  .navigation,
  .navigation.open {
    background: none;
  }
  .navigation.open {
    width: 120px;
  }
  .open .button {
    width: 40px;
    position: relative;
    right: -80px;
  }
  .top {
    margin-bottom: 5px;
  }
  .navigation .button {
    height: 30px;
    padding: 7px 0;
    background: #313131;
    border: 1px solid #2c2c2c;
    border-radius: 3px;
  }
  .navigation .button .icon {
    display: inline-block;
    height: 15px;
    width: 20px;
    position: relative;
  }
  .navigation.open .icon {
    top: -2px;
    display: none;
  }
  .navigation.open .button,
  .close-search-btn {
    background: #313131 url("../fonts/icon-close-1.svg") 10px no-repeat;
    background-size: 18px 18px;
  }
  .navigation .button .ico-bar {
    background: #e3e3e3;
    height: 3px;
    width: 100%;
    position: absolute;
    transition: 0.1s ease-in-out;
    left: 0;
  }
  .navigation .button .ico-bar:nth-child(2) {
    top: 6px;
  }
  .navigation .button .ico-bar:nth-child(3) {
    top: 12px;
  }
  .navigation .primary {
/*background: #272727 url("/images/bg-grey.gif");*/
    background: #313131;
    background: -webkit-gradient(left top, left bottom, color-stop(0%, #313131), color-stop(50%, #2c2c2c), color-stop(100%, #313131));
    background: linear-gradient(to bottom, #313131 0%, #2c2c2c 50%, #313131 100%);
    display: block;
    width: 150px;
    transition: left 0.3s;
    position: absolute;
    left: 45px;
  }
  .navigation.open .primary {
    display: block;
    left: -30px;
  }
  .sidebar-network {
    position: relative;
  }
  .sidebar-network_list {
    background-color: #cccbcb;
    position: absolute;
    bottom: -352px;
    width: 150px;
    transition: bottom 0.5s;
    z-index: -1;
  }
  .sidebar-network .sidebar-network_list li.network_item {
    border-bottom: 1px solid #ababab;
  }
  .sidebar-network .sidebar-network_list li.network_item.is-current a {
    color: #888787;
    pointer-events: none;
  }
  .collapsed {
    bottom: 0;
  }
  .modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 999;
    background-color: #000;
    display: none;
  }
  .modal-backdrop.fade {
    opacity: 0;
    display: block;
  }
  .modal-backdrop.in {
    opacity: 0.5;
  }
  .fade {
    opacity: 0;
    transition: opacity 0.15s linear;
  }
}
@media screen and (min-width: 1024px) {
  .container {
    width: 992px;
  }
  .main-container-user .box {
    padding: 10px;
  }
  .top .center-hold {
    max-width: 992px;
  }
  .box {
    padding: 10px 0;
  }
  .margin-fix {
    margin: -15px 0 0 0px;
  }
}
@media (min-width: 1250px) {
  .network li {
    padding: 0 17px 0 21px;
  }
  .container {
    width: 1240px;
  }
  .navigation .primary li {
    width: 10%;
  }
  .top .center-hold {
    max-width: 1240px;
  }
  .margin-fix {
    margin: -15px 0 0 -5px;
  }
}
@media (min-width: 1508px) {
  .top .center-hold {
    max-width: 1488px;
  }
  .header {
    max-width: 1488px;
  }
  .main-container-user {
    width: 1270px;
  }
  .container {
    width: 1488px;
    max-width: 1488px;
  }
}
@media screen and (max-width: 420px) {
  .logo {
    margin-bottom: 10px;
  }
}
.spinner-wrap {
  -ms-transform: rotate(180deg) translateX(50%) translateY(50%);
      transform: rotate(180deg) translateX(50%) translateY(50%);
  position: absolute;
  left: 50%;
  top: 50%;
  background: #fff;
  width: 70px;
  height: 70px;
  border-radius: 50%;
}
.spinner-wrap.is-not-visible {
  display: none;
}
.spinner-wrap #div3 {
  position: relative;
  width: 100px;
  height: 100px;
  -moz-border-radius: 100px;
  float: left;
  -ms-transform: scale(0.5);
      transform: scale(0.5);
  bottom: 15px;
  left: -15px;
}
.spinner-wrap #div3 div {
  width: 10px;
  height: 30px;
  background: #000;
  position: absolute;
  top: 35px;
  left: 45px;
}
.spinner-wrap #div3 .bar1 {
  opacity: 0.12;
  -ms-transform: rotate(0deg) translate(0, -40px);
      transform: rotate(0deg) translate(0, -40px);
}
.spinner-wrap #div3 .bar2 {
  opacity: 0.25;
  -ms-transform: rotate(45deg) translate(0, -40px);
      transform: rotate(45deg) translate(0, -40px);
}
.spinner-wrap #div3 .bar3 {
  opacity: 0.37;
  -ms-transform: rotate(90deg) translate(0, -40px);
      transform: rotate(90deg) translate(0, -40px);
}
.spinner-wrap #div3 .bar4 {
  opacity: 0.5;
  -ms-transform: rotate(135deg) translate(0, -40px);
      transform: rotate(135deg) translate(0, -40px);
}
.spinner-wrap #div3 .bar5 {
  opacity: 0.62;
  -ms-transform: rotate(180deg) translate(0, -40px);
      transform: rotate(180deg) translate(0, -40px);
}
.spinner-wrap #div3 .bar6 {
  opacity: 0.75;
  -ms-transform: rotate(225deg) translate(0, -40px);
      transform: rotate(225deg) translate(0, -40px);
}
.spinner-wrap #div3 .bar7 {
  opacity: 0.87;
  -ms-transform: rotate(270deg) translate(0, -40px);
      transform: rotate(270deg) translate(0, -40px);
}
.spinner-wrap #div3 .bar8 {
  opacity: 1;
  -ms-transform: rotate(315deg) translate(0, -40px);
      transform: rotate(315deg) translate(0, -40px);
}
html {
  background: #fff;
}
a:hover {
  color: #ed1b24;
}
.top,
.footer {
  background: #444;
  color: #fff;
}
.top .center-hold .member-links a,
.top .select ul a {
  color: #fff;
}
.top .center-hold .member-links a:hover,
.top .select ul a:hover {
  color: #ed1b24;
}
.top .center-hold .member-links a.disabled {
  color: #808080;
  border: none;
}
.top .center-hold .member-links > ul > li {
  border-left: 1px solid #6b6b6b;
}
.top .center-hold .member-links > ul > li .select ul {
  left: -38px;
  width: 130px;
}
.select ul {
  background: #3a3a3a;
  border: none;
}
.select ul li {
  border-top: 1px solid #585858;
}
.network a {
  color: #fff;
}
.network a:hover {
  color: #ed1b24;
}
svg.lang-icon path {
  fill: #fff;
}
.search form {
  background: #f1f1f1;
  border: 1px solid #d8d8d8;
}
.search .search-text input:focus {
  background-color: #e6e6e6;
  outline: none;
  color: #000;
}
.select {
  background: #3a3a3a url("../fonts/arrow-down-w.svg") no-repeat 90% 50%;
  border: 1px solid #4e4d4d;
  background-size: 8%;
}
.language-links .lang-btn {
  color: #fff;
}
.logo a {
  {background: url("../images/logo.png") 3px -12px no-repeat;}
  background-size: 94%;
}
.search .search-button,
.show-search-btn {
  background: #e1e1e1 url("../fonts/icon-search-w.svg") 5px 0px no-repeat;
  background-size: contain;
}
.navigation .primary li {
  border-left: 1px solid #eaeaea;
  border-right: 1px solid #d6d6d6;
}
.navigation .primary li:hover {
  background: linear-gradient(to bottom, #ccc7c7 0%, #f1efef 50%, #d4d4d4 100%);
}
li.selected {
  box-shadow: inset 0px -3px 0px 0px #ed1b24;
}
.navigation .primary a:hover {
  background: none;
}
.navigation {
  background: #cdcdcd;
  background: linear-gradient(to bottom, #efeeee 0%, #eaeaea 50%, #dadada 100%);
}
.navigation .primary .highlight a {
  color: #ed1b24;
}
.navigation .primary a,
.title-h2,
h2,
.pagination a {
  color: #191818;
}
.navigation .primary .drop ul a:hover,
.sort ul a:hover {
  color: #ed1b24;
  background: linear-gradient(to bottom, #b1b1b1 0%, #d2d1d1 100%);
}
.pagination li {
  border: none;
  color: #a79d9d;
  background: #ed1b24;
  border-left: 1px solid #f3f3f3;
  border-right: 1px solid #f3f3f3;
}
.pagination a {
  color: #fff;
}
.pagination li.page-current,
.pagination li.disabled {
  background: #f3f3f3;
}
.pagination span {
  color: #afafaf;
}
.pagination a,
.pagination span {
  display: block;
  padding: 12px 12px 14px;
  min-width: 45px;
  line-height: 24px;
  font-size: 18px;
}
.pagination a:hover {
  color: #ed1b24;
  background: #f3f3f3;
}
.box,
.block-video,
.block-album,
.block-model {
  background: #f3f3f3;
  border-top: 2px solid #bdbcbc;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.pagination {
  border-bottom: 2px solid #bdbcbc;
  border-radius: 0;
  background: #f3f3f3;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.pagination ul {
  border: none;
}
.pagination li {
  border: none;
  color: #a79d9d;
  background: #ed1b24;
  border-left: 1px solid #f3f3f3;
  border-right: 1px solid #f3f3f3;
}
.list-playlists .item,
.list-members .item,
.list-models .item,
.list-sponsors .item,
.list-categories .item,
.list-albums .item,
.list-albums-images .item,
.list-videos .item,
.list-videos-screenshots .item {
  background: #dcdcdc;
  background: linear-gradient(to bottom, #9c9c9c 0%, #fff 100%);
  border: 1px solid #e4e4e4;
}
.list-playlists .item:hover,
.list-members .item:hover,
.list-models .item:hover,
.list-sponsors .item:hover,
.list-categories .item:hover,
.list-albums .item:hover,
.list-videos .item:hover {
  background: linear-gradient(to bottom, #fff 0%, #d2d1d1 100%);
}
.box.bottom-adv {
  border: none;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.item em,
.item .positive {
  color: #191818;
}
.item .wrap {
  color: #484848;
}
.item .positive {
  background: url("../images/ico-rating-positive-w.png") no-repeat 100% 3px;
  background-size: 14px;
}
.ico.ico-eye {
  background: url("../fonts/ico-eye-w.svg") no-repeat 100% 0;
  background-size: 16px;
}
.navigation .primary .drop > a:after {
  border-top: 4px solid #000;
}
.box-wrap .show-all_link,
.toggle-button,
.info-buttons .rating-wrap .rating-container,
.info-buttons .rating-wrap .btn-favourites,
.sidebar .filters__reset a,
form .submit:enabled:hover {
  border: 1px solid #d4d2d2;
}
form .submit {
  border: 1px solid #b5b5b5;
}
.footer-col__title,
.footer a {
  color: #fff;
}
.footer .copyright {
  background: url("../fonts/ico-copy-w.svg") no-repeat;
  background-size: contain;
}
.item .ico-fav-0 {
  background: #fff url("../fonts/heart.svg") 3px 3px no-repeat;
  background-size: 18px;
}
.item .ico-fav-1 {
  background: #fff url("../fonts/watch-later-1.svg") 3px 3px no-repeat;
  background-size: 18px;
}
.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: 0.8;
}
.button-close:hover {
  color: #ed1b24;
}
.block-video .player {
  margin: 0 0 10px;
  border: 2px solid #bdbcbc;
}
.info-buttons .rating-wrap .rating-container {
  background: linear-gradient(to bottom, #fff 0%, #dedede 100%);
}
.tab-content {
  border: 2px solid #bdbcbc;
  padding: 10px;
  color: #3c3b3b;
  background: #e0e0e0;
}
a {
  color: #000;
}
.block-details .item span em {
  color: #7d7d7d;
  font-weight: bold;
}
.adv.movable-top,
.bottom-adv a,
.bottom-adv a:hover {
  color: #ed1b24;
}
.related-videos .list-sort a,
.related-albums .list-sort a,
.related-videos .list-sort span,
.related-albums .list-sort span {
  padding: 7px 11px 0;
}
.related-videos .box,
.related-albums .box {
  border-radius: 0;
}
.toggle-button:hover,
.toggle-button.inversed:hover,
.btn-favourites ul li a:hover,
.box-wrap .show-all_link:hover,
.sidebar .filters__item.active,
.sidebar .filters__item:hover,
.sidebar .filters__reset a:hover,
form .submit:enabled:hover {
  background: #b7b6b6;
  color: #ed1b24;
}
.block-details .item a {
  color: #ed1b24;
  background: #d2d2d2;
}
.related-videos .list-sort span,
.related-albums .list-sort span {
  color: #fff;
  background: #bdbcbc;
}
.related-videos .list-sort a,
.related-albums .list-sort a {
  background: #f3f3f3;
  color: #8a8989;
}
.related-videos .list-sort a:hover,
.related-albums .list-sort a:hover {
  color: #ed1b24;
}
.related-videos .list-sort span,
.related-albums .list-sort span {
  color: #4e4e4e;
  background: #dedede;
}
form .textfield,
form .textarea,
form .selectbox,
form .file {
  box-shadow: inset 0 0 7px rgba(6,6,6,0.2);
  border: 1px solid #bebebe;
  color: #222;
  background: #f1f1f1;
}
.block-screenshots a.item:hover {
  border: 3px solid #da6109;
}
.block-screenshots span.item,
.block-screenshots a.item {
  border: 3px solid #c8c8c8;
}
form label {
  color: #222;
}
form .smileys-support .smileys-bar {
  background: #9d9d9d;
}
.sidebar .list-item.list-item--search {
  border-top: 2px solid #bdbcbc;
  border-radius: 0;
}
.list-item.list-item--search:hover {
  background: #e1e1e1;
}
.list-item {
  background: #e1e1e1;
  border-bottom: 1px solid #c5c5c5;
}
.list-item:hover {
  background: linear-gradient(to bottom, #b1b1b1 0%, #e2e2e2 100%);
}
.list-item:hover a {
  color: #ed1b24;
}
.list-item__info {
  color: #828282;
}
.list-item--search input {
  display: inline-block;
  width: 100%;
  background: #f1f1f1;
  color: #aba9a9;
  border: 1px solid #bdbdbd;
}
.list-item--search input:focus {
  color: #191818;
}
.sidebar .comments,
.sidebar .list,
.sidebar .filter {
  border-radius: 5px;
  border: 1px solid #d4d4d4;
  border-top: 2px solid #bdbcbc;
  background: #e1e1e1;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
form .textfield,
form .textarea,
form .selectbox,
form .file {
  box-shadow: none;
}
.list-item__action a {
  border-right: 1px solid #c5c5c5;
}
.block-album .sponsor,
.block-video .sponsor {
  border: none;
}
.block-album .images {
  border: 2px solid #bdbcbc;
  background: #444;
}
.sponsor div {
  margin: 0 auto;
}
.block-album .images a.item:hover {
  outline: 7px solid #ed1b24;
}
.filters__section {
  border: 1px solid #d4d4d4;
  border-top: 2px solid #bdbcbc;
  background: #e1e1e1;
}
.sidebar a.is-choosen,
.sidebar .alphabet a.is-choosen {
  color: #ababab;
}
.sidebar .alphabet a:hover {
  color: #ed1b24;
}
.sidebar .filters__item {
  color: #191818;
  border: 1px solid #c1b9b9;
  font-weight: 600;
  background: #d0d0d0;
}
.sidebar .alphabet {
  background-color: #e1e1e1;
  border-radius: 0;
  border: 1px solid #d4d4d4;
  border-top: 2px solid #bdbcbc;
}
.sidebar .alphabet span,
.sidebar .alphabet a {
  color: #191818;
  border: 1px solid #c1b9b9;
}
.sidebar .list-item a {
  font-weight: bold;
}
.filters-countries .filters-countries__value {
  border: none;
  color: #191818;
}
.sidebar .filters__item.active,
.sidebar .filters__item:hover,
.sidebar .alphabet a:hover {
  background: #b7b6b6;
  border-color: #a7a7a7;
}
.filters-countries {
  font-size: 12px;
  font-weight: bold;
}
.filters-countries__list {
  width: 196px;
  margin-left: -2px;
}
.sidebar .filters__reset a span {
  position: static;
}
.filters-countries .filters__item:first-child {
  background: #d0d0d0;
}
.block-model .img {
  border: 2px solid #e1e1e1;
  box-shadow: inset 0 0 1px rgba(0,0,0,0.3);
}
.block-model .model-list li,
.block-model .desc {
  box-shadow: inset 0 0 1px rgba(0,0,0,0.3);
  background: #e1e1e1;
  color: #222;
}
.block-model .model-list li span,
.block-model .model-list li a {
  color: #222;
  font-weight: bold;
}
.block-model .model-list li a:hover {
  color: #cb5c08;
}
.block-video .playlist {
  border: 2px solid #bdbcbc;
  background: #f3f3f3;
}
.toggle-button:hover,
.toggle-button.inversed:hover {
  padding: 8px 10px;
}
.block-video .playlist .item.selected,
.block-video .playlist .item.selected:hover {
  border-color: #ed1b24;
}
.btn-subscribe .button-info {
  margin: 8px 0 0 10px;
  padding: 2px 8px 0;
  background: #e0e0e0;
}
.btn-subscribe .button-info:before {
  border-right: 5px solid #e0e0e0;
}
.profile-list .item {
  box-shadow: inset 0 0 1px rgba(0,0,0,0.3);
  background: #e1e1e1;
  color: #222;
}
.headline .button-info {
  background: #e0e0e0;
}
.headline .button-info:before {
  border-right: 5px solid #e0e0e0;
}
.member-menu .block-main,
.member-menu .block-additional {
  background: #e1e1e1;
}
.profile-list .item em,
.profile-list .item a {
  color: #222;
  font-weight: bold;
}
.member-menu .user-menu a:hover {
  background: #b7b6b6;
}
.member-menu .user-menu li {
  border-top: 1px solid #c5c5c5;
  background: none;
}
.member-menu .block-main {
  border-top: 2px solid #bdbcbc;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.fancybox-skin {
  background: #fff;
}
.popup-title {
  color: #0a0a0a;
}
.popup-holder {
  background: #f3f3f3;
  color: #222;
  border-top: 2px solid #bdbcbc;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
ul.info-tabs__header {
  display: table;
  table-layout: fixed;
  width: 100%;
}
.info-tabs__body {
  padding: 10px;
  color: #222;
}
li.info-tabs__tab {
  display: table-cell;
  text-align: center;
  line-height: 30px;
  border-right: 1px solid #d4d4d4;
  background: #f1f1f1;
  vertical-align: middle;
}
.info-tabs__tab.is-active {
  background: #bdbcbc;
}
li.info-tabs__tab a h3 {
  font-weight: bold;
  color: #222;
}
li.info-tabs__tab:last-child {
  border: none;
}
form .section-title {
  border-bottom: 1px solid #c5c5c5;
  color: #222;
}
.form-upload p {
  color: #222;
}
form .file-control .button {
  border: 1px solid #b7b7b7;
}
form .bottom {
  background: none;
}
.list-subscriptions .item {
  background: #f1f1f1;
}
.empty-content,
form .row {
  color: #222;
}
.footer .copyright {
  float: left;
}
.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;
}
@media all and (max-width: 420px) {
  .footer .nav li {
    display: block;
  }
}
.footer .nav a {
  display: block;
  padding: 8px 22px;
  font-size: 11px;
  font-weight: bold;
  line-height: 14px;
  text-decoration: none;
}
.footer .nav li:before {
  content: "|";
  position: absolute;
  left: -2px;
  top: 7px;
  color: #969696;
  font-size: 11px;
  line-height: 14px;
}
.footer .nav li:first-child:before {
  content: "";
}
@media screen and (max-width: 1040px) {
  .member-menu .user-menu li {
    border: none;
  }
  .member-menu .block-main {
    padding: 0;
  }
}
@media screen and (max-width: 980px) {
  .search {
    padding: 10px 10px 3px 0;
    background-color: #808080;
  }
  .search-is-active {
    top: -1px;
  }
  .navigation.open .button,
  .close-search-btn {
    background: #e1e1e1 url("../fonts/icon-close-1.svg") 10px no-repeat;
    background-size: 18px 18px;
  }
  .close-search-btn {
    border: 1px solid #d6d6d6;
  }
  .navigation .button {
    background: #e1e1e1;
    border: 1px solid #d0cfcf;
  }
  .show-search-btn {
    background: #e1e1e1 url("../fonts/icon-search-w.svg") 5px 0px no-repeat;
    border: 1px solid #d0cfcf;
    background-size: contain;
  }
  .navigation .button .ico-bar {
    background: #444;
  }
  .navigation .primary {
    background: #e1e1e1;
  }
  .navigation .primary li {
    border: none;
    border-bottom: 1px solid #b3b3b3;
  }
  .arrow-down {
    border-top: 4px solid #020202;
  }
}
@media screen and (max-width: 860px) {
  .pagination .first,
  .pagination .last,
  .pagination .page,
  .pagination .jump,
  .pagination .disabled {
    display: none;
  }
}
@media screen and (max-width: 620px) {
  .bottom-adv.box {
    display: block;
  }
  .footer .copyright {
    float: none;
  }
}


.information.terms p,
.information.content-tab p,
.information.privacy p,
.information.cookies-tab p,
.information.dmca p{
	text-indent: 15px;
	font-size: 14px;
	line-height: 18px;
	margin-bottom: 10px;
	margin-top: 5px;
	text-align: justify;
	font-weight: normal;
}

.information .contact_form,
.information a {
	color: #0000FF;
}

.information.content-tab ul,
.information.privacy ol,
.information.terms ol,
.information.dmca ul {
	font-size: 14px;
	line-height: 18px;
	list-style-position: inside;
}

.information.privacy ol,
.information.terms ol {
	list-style-type: decimal;
}

.information.dmca ul {
	list-style-type: lower-alpha;
	text-indent: 15px;
}

.information.privacy>ol>li,
.information.terms>ol>li {
	text-indent: 15px;
	font-weight: bold;
}

.information.terms ol ul li{
	font-weight: normal;
}

.information.terms ul {
	list-style: disc inside;
	padding-left: 15px;
}

.information.content-tab ul li {
	margin-bottom: 5px;
}

.information.content-tab ul li:before {
	content: '-';
	margin-right: 5px;

}

.information.terms p.strong-p {
	font-weight: bold;
}
/*# sourceMappingURL=all.css.map*/