@font-face {
    font-family: 'Rubik';
    src: url('../fonts/Momslust-Rubik-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: swap; /* Улучшает скорость загрузки */
}

@font-face {
    font-family: 'Rubik';
    src: url('../fonts/Momslust-Rubik-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Rubik';
    src: url('../fonts/Momslust-Rubik-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Rubik';
    src: url('../fonts/Momslust-Rubik-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

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: '';
}
*, *::before, *::after {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
a * {
	cursor: pointer;
}
html {
	height: 100%;
	background-color: #f8f8f8;
}
body {
	font-size: 12px;
	line-height: 1.2;
	font-family: 'Rubik', Arial, Helvetica, sans-serif;
	min-height: 100%;
	min-width: 320px;
	position: relative;
	color: #444;
	-webkit-text-size-adjust: none;
	-ms-text-size-adjust: none;
}
a {
	color: #444;
	text-decoration: none;
	cursor: pointer;
}
a:hover {
	color: #ff1165;
}
input,
select,
textarea {
	font-size: 12px;
	font-family: 'Rubik', Arial, Helvetica, sans-serif;
}
.page-wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	height: 100vh;
}
.page-header, .page-foter {
	-ms-flex-negative: 0;
	flex-shrink: 0;
}
.page-main {
	-webkit-box-flex: 1;
	-ms-flex: 1 0 auto;
	flex: 1 0 auto;
}
.container {
	max-width: 1580px;
	padding: 0 10px;
	margin: 0 auto;
	position: relative;
}
.hidden {
	display: none;
}
.header {
	background-color: #fff;
}
.header .container {
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-align-items: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	position: relative;
	z-index: 102;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
	overflow: visible;
}
.logo {
	-webkit-box-flex: 1;
	-ms-flex: 1 0 auto;
	flex: 1 0 auto;
	margin: 12px 0;
}
.logo img {
	display: block;
	width: 199px;
	height: 44px;
}
.header .holder {
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-align-items: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	padding: 12px 0;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
	position: relative;
}
.logo a {
	display: inline-block;
}
/* navigation */

.header .button {
	display: none;
	width: 50px;
	height: 50px;
	margin: 0;
	border: none;
	outline: none;
	background: #ff1165;
	cursor: pointer;
}
.header .button .icon {
	display: inline-block;
	height: 16px;
	width: 29px;
	position: relative;
}
.header .button .ico-bar {
	background: #fff;
	height: 4px;
	width: 100%;
	position: absolute;
	-webkit-transition: 0.1s ease-in-out;
	transition: 0.1s ease-in-out;
	left: 0;
}
.header .button .ico-bar:first-child {
	top: 0;
}
.header .button .ico-bar:nth-child(2) {
	top: 8px;
}
.header .button .ico-bar:nth-child(3) {
	top: 16px;
}
.header.open .button .ico-bar {
	background: #fff;
	left: 2px;
}
.header.open .button .ico-bar:first-child {
	top: -2px;
	-webkit-transform: rotate(45deg) translate(5px, 9px);
	transform: rotate(45deg) translate(5px, 9px);
}
.header.open .button .ico-bar:nth-child(3) {
	top: 14px;
	-webkit-transform: rotate(-45deg) translate(2px, -6px);
	transform: rotate(-45deg) translate(2px, -6px);
}
.header.open .button .ico-bar:nth-child(2) {
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
}
.navigation > .primary {
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-align-items: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.navigation > .primary > li {
	margin: 0 15px;
}
.navigation > .primary > li.separator {
	color: #161616;
	margin: 0;
}
.navigation > .primary > li:first-child {
	border-left: none;
}
.navigation > .primary > li > a {
	display: block;
	text-transform: uppercase;
	color: #161616;
	font-size: 14px;
	line-height: 50px;
}
.navigation > .primary > .selected > a {
	color: #b3b3b3;
}
.navigation > .primary > .selected > a:hover {
	color: #b3b3b3;
}
.navigation > .primary > li > a:hover {
	color: #b3b3b3;
}
.drop-cols {
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	white-space: nowrap;
	margin: 0 -20px;
}
.drop-cols.categories {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}
.drop-cols .col {
	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	padding: 0 20px;
}
.drop-cols .col li {
	padding: 10px 0;
}
.drop-cols .col li  a {
	color: #e53970;
	font-size: 14px;
	text-transform: uppercase;
}
.drop-cols .col li a:hover {
	text-decoration: underline;
}
.drop-cols .col h4 {
	color: black;
	font-size: 14px;
	text-transform: uppercase;
	margin: 0 0 10px;
}
.drop-cats {
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin: 20px -3px 20px;
}
.drop-cats .item {
	margin: 3px;
}
.drop-cats img {
	max-width: 100%;
	height: auto;
}
.navigation > .primary > ul > li {
	border: solid #d5d5d5;
	border-width: 1px 0 0;
	display: block;
}

@font-face {
	font-family: 'icomoon';
	src:    url('../fonts/icomoon.eot?f4kexu');
	src:    url('../fonts/icomoon.eot?f4kexu#iefix') format('embedded-opentype'),
			url('../fonts/icomoon.ttf?f4kexu') format('truetype'),
			url('../fonts/icomoon.woff?f4kexu') format('woff'),
			url('../fonts/icomoon.svg?f4kexu#icomoon') format('svg');
	font-weight: normal;
	font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
	/* use !important to prevent issues with browser extensions that change fonts */
	font-family: 'icomoon' !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;

	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}


.icon-search:before {
	content: "\f002";
}
.icon-close:before {
	content: "\f00d";
}
.icon-remove:before {
	content: "\f00d";
}
.icon-times:before {
	content: "\f00d";
}
.icon-bars:before {
	content: "\f0c9";
}
.icon-navicon:before {
	content: "\f0c9";
}
.icon-reorder:before {
	content: "\f0c9";
}
.icon-angle-left:before {
	content: "\f104";
}
.icon-angle-right:before {
	content: "\f105";
}
.icon-angle-up:before {
	content: "\f106";
}
.icon-angle-down:before {
	content: "\f107";
}
.icon-thumbs-up:before {
	content: "\f164";
}
.icon-thumbs-down:before {
	content: "\f165";
}
.search {
	margin: 0 10px;
}
.search .search-text {
	border: 1px solid #bbbbbb;
	position: relative;
	background: #fff;
}
.search .search-text input {
	height: 50px;
	width: 100%;
	color: #bebebe;
	font-size: 12px;
	line-height: 16px;
	display: block;
	padding-right: 60px;
	border: 0;
	padding-left: 15px;
	text-transform: uppercase;
}
.search .search-button {
	position: absolute;
	background-color: #fff;
	width: 48px;
	height: 48px;
	overflow: hidden;
	cursor: pointer;
	color: #bebebe;
	right: 1px;
	top: 1px;
	line-height: 48px;
	text-align: center;
	font-size: 16px;
	z-index: 1;
}
.social-holder {
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.upload, .social {
	font-size: 14px;
	display: block;
	color: #fff;
	text-transform: uppercase;
	line-height: 1;
}
.upload {
	padding: 18px 15px;
	background-color: #ff1165;
	margin-left: 1px;
}
.upload:hover {
	color: #fff;
}
.social {
	padding: 20px 15px 19px;
	background-color: #dedede;
	font-size: 11px;
	color: #000;
}
.btn-wrap {
	white-space: normal;
	margin: -2px;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
}
.btn {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	padding: 10px 20px;
	font-size: 11px;
	font-weight: 400;
	line-height: 1;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	border: 1px solid #ebebeb;
	background-color: #f8f8f8;
	color: #464546;
	text-transform: uppercase;
	margin: 2px;
}
.collapse {
  display: none;
}
.collapse.in {
  display: block;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-timing-function: ease;
		  transition-timing-function: ease;
  -webkit-transition-duration: .35s;
		  transition-duration: .35s;
  -webkit-transition-property: height;
		  transition-property: height;
}
.visible-mobile {
	display: none !important;
}
.drop-menu.collapse {
	display: block;
}
.drop-menu .collapse {
	display: block;
}
.playlist-holder, .list-videos > div, .list-playlists > div, .list-members > div, .list-models > div, .list-sponsors > div, .list-channels > div, .list-categories > div, .list-albums > div, .list-albums-images > div, .flex-container, .list-videos-screenshots > div{
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: -20px -6px 0;
}
.playlist-holder .item, .list-playlists .item, .list-members .item, .list-models .item, .list-sponsors .item, .list-channels .item, .list-categories .item, .list-albums .item, .list-albums-images .item, .list-videos .item, .images .item, .list-videos-screenshots .item {
	padding: 20px 6px 0;
	width: 16.666%;
}
.list-playlists .item a, .list-members .item a, .list-models .item a, .list-sponsors .item a, .list-channels .item a, .list-categories .item a, .list-albums .item a, .images .item a, .list-videos .item a {
	display: block;
	outline: 0;
}
.list-videos .img, .list-playlists .img {
	display: block;
	width: 100%;
}
.item .img, .block-model .img {
	position: relative;
	overflow: hidden;
	padding-bottom: 76%;
	background: #ebebeb;
}
.item .img.models {
	padding-bottom: 146%;
}
.block-model .img {
	padding-bottom: 22%;
}
.item .img img, .block-model .img img {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
}
.item .img .no-thumb, .block-model .img .no-thumb{
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	z-index: 1;
}
.item .title {
	margin: 10px 0;
	height: 28px;
	overflow: hidden;
	display: block;
	color: #676767;
	font-weight: normal;
}
.text-paragraph {
	padding: 20px 0 0;
	margin: 20px 0 0;
	border-top: 1px solid #eaeaea;
	-webkit-box-shadow: inset 0px 1px 0px 0px white;
	box-shadow: inset 0px 1px 0px 0px white;
	font-size: 12px;
	text-transform: uppercase;
	color: #0b0b0b;
}
.text-paragraph.big {
	line-height: 20px;
}
.text-paragraph strong {
	color: #ff1165;
	font-weight: normal;
}
.headline {
	padding: 10px 0;
	margin: 20px 0;
	border-top: 1px solid #eaeaea;
	border-bottom: 1px solid #eaeaea;
	-webkit-box-shadow: 0px 1px 0px 0px white, inset 0px 1px 0px 0px white;
	box-shadow: 0px 1px 0px 0px white, inset 0px 1px 0px 0px white;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-align-items: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
}

.dropdown {
	position: relative;
	margin: 0 2px 0 0;
}

.dropdown .dropdown_toggle {
    padding: 17px;
    border: 1px solid #dedede;
	background: transparent;
	display: block;
	cursor: pointer;
	font-size: 12px;
	line-height: 14px;
	-webkit-transition: all .3s;
	transition: all .3s;
}

.dropdown .dropdown_menu {
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	right: 0;
	text-align: center;
    border: 1px solid #dedede;
    background: #fff;
    width: 100%;
    font-size: 12px;
	line-height: 14px;
	border-top: none;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

.dropdown .dropdown_menu li a {
	display: block;
	padding: 10px 0;
}

.dropdown_toggle:hover+.dropdown_menu {
	display: block;
}

.dropdown_menu:hover {
	display: block;
}

.dropdown_menu li a:hover {
	color: #b3b3b3;
}

.dropdown_toggle:hover {
	color: #b3b3b3;
}



 
.headline h1, .headline h2 {
	font-size: 21px;
	font-weight: 300;
	color: #262424;
}
.headline h1 strong, .headline h2 strong {
	font-weight: 300;
	color: #ff1165;
}
.headline a {
	color: #111111;
}
.sorting {
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-align-items: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding-top:15px;
}
.sorting span {
	color: #444;
	font-size: 11px;
	text-transform: uppercase;
	margin: 0 10px 0 0;
}
.sorting ul {
	display: -moz-flex;
	display: -ms-flex;  
	display: -o-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: -2px -2px 0;
}
.sorting li {
	margin: 2px 2px 0;
}
.btn-primary {
	background-color: #ffffff;
	border: 1px solid #cbcbcb;
	color: #111111;
	margin: 0;
}
.btn-primary:hover {
	border-color: #ff1165;
	background-color: #ff1165;
	color: #fff;
}
/* forms */
form .two-sections:after {
	content: "";
	display: block;
	clear: both;
}
form .two-sections .section-one {
	float: left;
	width: 70%;
}
form .two-sections .section-two {
	float: left;
	width: 24%;
	margin: 0 0 0 2%;
	padding: 0 0 0 2%;
}
form .section-title {
	display: block;
	font-size: 16px;
	font-weight: 300;
	margin: 15px 0 0;
	color: #222222;
	padding: 0 0 5px;
}
form .section-title:first-child {
	margin: 0;
}
form .section-title.expand {
	cursor: pointer;
	background: url('../images/white/ico-expand.gif') 100% 3px no-repeat;
}
form .section-title.collapse {
	cursor: pointer;
	background: url('../images/white/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: #444;
	font-size: 11px;
	text-transform: uppercase;
	margin: 0 0 15px;
	font-weight: normal;
	cursor: pointer;
}
form label.field-label:after {
	content: ":";
}
.radio + label {
	display: inline-block;
	vertical-align: middle;
	margin: 0 0 0 5px;
}
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 {
	display: inline-block;
	vertical-align: middle;
	margin: 0 0 0 10px;
	cursor: pointer;
	color: #343434;
	font-size: 12px;
	font-weight: 400;
	text-transform: uppercase;
}
.item-control-holder {
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-align-items: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.item-control-holder .toggle-button .checkbox{
	margin: 0;
}
.item-control-holder .checkbox-label {
	pointer-events: none;
}
.item-control-holder .toggle-button:first-child {
	padding: 4px 5px;
}
.button-group .radio {
	display: inline-block;
	vertical-align: middle;
}
form .form-label {
	vertical-align: middle;
	margin: 2px 0 0;
	display: inline-block;
	color: #343434;
}
.checkbox {
	width: 18px;
	position: relative;
	display: inline-block;
	vertical-align: middle;
	height: 18px;
	margin: 0 10px 0 0;
}

.checkbox-label {
	width: 18px;
	height: 18px;
	cursor: pointer;
	position: absolute;
	top: 0;
	left: 0;
	background-color: #f2f2f2;
	border: 1px solid #e4e4e5;
	margin: 0;
}

.checkbox-label::after {
	content: '';
	width: 10px;
	height: 6px;
	position: absolute;
	top: 3px;
	left: 4px;
	border: 1px solid #000;
	border-top: none;
	border-right: none;
	background: 0 0;
	opacity: 0;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	-webkit-transition: opacity .25s;
	transition: opacity .25s;
}

.checkbox-label:hover::after {
	opacity: .3;
}

.checkbox-field[type=checkbox] {
	visibility: hidden;
}

.checkbox-field[type=checkbox]:checked + .checkbox-label::after {
	opacity: 1;
}
form .submit {
	text-align: center;
	color: #ffffff;
	text-transform: uppercase;
	padding: 10px;
	min-width: 120px;
	cursor: pointer;
	-webkit-appearance: none;
	background-color: #ff1165;
	border: 1px solid #ff377e;
	display: block;
}
form .submit.active {
	color: #ffffff;
	background: #ff1165;
}
form .submit:disabled {
	cursor: default;
	color: #a2a2a2;
	border: 1px solid #e4e4e4;
	background: #f1f1f1;
}
form .submit:enabled:hover {
	color: #ffffff;
	background: #da1158;
}
form .textfield,
form .textarea,
form .selectbox,
form .file {
	border: 1px solid #ececec;
	padding: 0 15px;
	color: #444;
	background: #ffffff;
	width: 100%;
	height: 38px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	font-weight: normal;
}
form .textarea {
	resize: vertical;
	height: auto;
	padding: 15px;
}
form .selectbox {
	padding: 5px;
}
form .date .selectbox {
	width: 33.333%;
}
form .file {
	position: absolute;
	left: 0;
	top: 0;
	padding: 0;
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
}
form .textfield:focus,
form .textarea:focus,
form .selectbox:focus,
form .file:focus {
	border: 1px solid #ff1165;
	color: #444;
	background: #ffffff;
	outline: 0;
}
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 #ff1165;
	color: #444;
	background: #ffffff;
}
form .file-control {
	position: relative;
	width: 100%;
	height: 38px;
}
form .file-control .textfield {
	position: absolute;
	left: 0;
	top: 0;
	padding-left: 85px;
}
form .file-control .button {
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	padding: 12px 10px 8px 12px;
	color: #ffffff;
	background: #ff1165;
	text-transform: uppercase;
}
form .file-control .button.disabled {
	color: #a2a2a2;
	background: #f1f1f1;
}
form .list-selector-popup {
	position: absolute;
	width: 90%;
	height: 160px;
	left: 5%;
	bottom: 46px;
	background: #fefefe;
	z-index: 10000;
	-webkit-box-shadow: 0 0 10px rgba(0, 0, 2, 0.1);
	box-shadow: 0 0 10px rgba(0, 0, 2, 0.1);
}
form .list-selector-popup .button-group {
	overflow-y: scroll;
	overflow-x: hidden;
	position: absolute;
	top: 8px;
	left: 8px;
	bottom: 38px;
	right: 8px;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
}
form .list-selector-popup .button-group .group-title {
	margin: 0 5px 10px 0;
	padding: 3px;
	background: #c8c8c8;
	color: #222222;
}
form .list-selector-popup .button-group .item {
	display: inline-block;
	width: 32%;
	padding-bottom: 10px;
	vertical-align: top;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-align-items: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
form .list-selector-popup .button-group .item label {
	margin: 0 15px 0 0;
	cursor: pointer;
	color: #202020;
	font-size: 12px;
	font-weight: 400;
	text-transform: uppercase;
}
form .list-selector-popup .filter {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: 30px;
	background: #c8c8c8;
	border: none;
}
form .list-selector-popup .filter input {
	width: 100%;
	height: 100%;
	padding: 2px 10px;
	border: none;
	background: #fff;
	color: #444;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
form .bottom {
	overflow: hidden;
	clear: both;
	position: relative;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 14px 0 0 -10px;
}
form .bottom.right {
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}
form .bottom .submit {
	margin: 0 0 0 10px;
}

form .bottom a {
	font-size: 13px;
	color: #333;
	text-transform: uppercase;
	text-decoration: underline;
	display: block;
	margin: 5px 0 0;
}
form  p {
	margin: 10px 0;
}
form .bottom a:hover {
	color: #ff1165;
	text-decoration: none;
}
form .bottom .links {
	-ms-flex-preferred-size: 100%;
	flex-basis: 100%;
	width: 100%;
	padding: 0 0 0 10px;
}
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;
	width: 100%;
}
form .captcha-control .image img {
	float: left;
	width: 125px;
	height: 52px;
	margin: 0 5px 0 0;
}
form .captcha-control .image .hold {
	overflow: hidden;
}
form .captcha-control label {
	float: left;
	margin: 0 0 6px;
}
form .captcha-control .textfield {
	width: 100%;
}
form .captcha-control .submit {
	margin: 15px auto 0;
}
form .success {
	margin: 10px;
	padding: 10px;
	background: #ff1165;
	color: #fff;
	text-transform: uppercase;
	text-align: center;
}
form .generic-error {
	text-align: center;
	margin: 0 0 15px;
	padding: 10px;
	background: transparent;
	color: #e62117;
	border: 2px solid #e62117;
	font-size: 12px;
	line-height: 16px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	text-transform: uppercase;
}
form .info-message {
	margin: 10px;
	padding: 10px;
	background: #dfeffc;
	color: #222222;
	border: 2px solid #dfeffc;
	font-size: 14px;
	line-height: 16px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
}
form .field-error {
	display: none;
	position: absolute;
	max-width: 400px;
	padding: 5px;
	z-index: 9999;
	margin: 2px 0 0 15px;
	background: #f8bbb8;
	color: #e62117;
	border-radius: 3px;
	-webkit-border-radius: 3px;
}
form .field-error:before,
form .field-error:after {
	content: "";
	position: absolute;
}
form .field-error.down:before {
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-bottom: 10px solid #f8bbb8;
	left: 20px;
	top: -10px;
}
form .field-error.down:after {
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-bottom: 10px solid #f8bbb8;
	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 #f8bbb8;
	left: 20px;
	bottom: -10px;
}
form .field-error.up:after {
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-top: 10px solid #f8bbb8;
	left: 20px;
	bottom: -9px;
}
form .field-error label {
	margin: 0;
}
form .captcha-control .field-error {
	margin-left: 145px;
	bottom: 35px;
}
form .file-control .field-error {
	margin-top: 30px;
}
form .smileys-support {
	position: relative;
}
form .smileys-support .textarea {
	border-radius: 0 0 3px 3px;
	-webkit-border-radius: 0 0 3px 3px;
}
form .smileys-support .smileys-bar {
	background: #bebebe;
	padding: 0 3px 4px 3px;
	cursor: default;
	border-radius: 3px 3px 0 0;
	-webkit-border-radius: 3px 3px 0 0;
}
form .smileys-support img {
	cursor: pointer;
}
form .progressbar {
	position: absolute;
	z-index: 1200;
	width: 60%;
	left: 20%;
	top: 50%;
	height: 40px;
	margin-top: -20px;
}
form .progressbar .text {
	position: absolute;
	width: 100%;
	height: 40px;
	font-size: 22px;
	line-height: 40px;
	text-align: center;
	color: #222222;
}
form .progressbar .progress {
	position: absolute;
	height: 40px;
	background: #18cc18;
}
/* toggle button */
.toggle-button {
	color: #444;
	border: 1px solid #cfcfcf;
	text-transform: uppercase;
	font-size: 11px;
	line-height: 14px;
	padding: 7px 9px;
	cursor: pointer;
	outline: none;
	background: #ffffff;
	margin: 0 0 0 10px;
	line-height: 1;
}
.toggle-button:first-child {
	margin: 0;
}
.toggle-button * {
	cursor: pointer;
}
.toggle-button input {
	margin: 0;
	font-size: 11px;
	line-height: 14px;
}
.toggle-button span {
	padding: 0 0 0 3px;
	font-size: 11px;
	line-height: 14px;
}
.toggle-button:hover,
.toggle-button.inversed:hover {
	color: #ffffff;
	background: #da1158;
}
.toggle-button.active {
	color: #ffffff;
	background: #da1158;
}
.toggle-button.inversed {
	color: #222222;
	border: 1px solid #e4e4e4;
	background: #f1f1f1;
}
.toggle-button.inversed.active {
	color: #ffffff;
	border: 1px solid #ff1165;
	background: #ff1165;
}
.toggle-button.disabled,
.toggle-button.disabled:hover,
.toggle-button.done,
.toggle-button.done:hover {
	cursor: default;
	color: #a2a2a2;
	border: 1px solid #e4e4e4;
	background: #f1f1f1;
}
.toggle-button.done *,
.toggle-button.disabled * {
	cursor: default;
}
.toggle-button.done span {
	background: url('../images/white/ico-checkmark.png') 0 -2px no-repeat;
	padding: 0 0 0 21px;
}
/* popups */
.popup-title {
	display: block;
	font-size: 14px;
	color: #ff1165;
	text-transform: uppercase;
	font-weight: normal;
	padding: 20px;
	background-color: #fefefe;
}
.popup-holder {
	color: #222222;
	max-width: 800px;
	min-width: 600px;
	padding: 20px;
	background: #fbfbfb url('../images/blank.gif') repeat;
}
.popup-holder form .two-sections .section-one {
	width: 50%;
}
.popup-holder form .two-sections .section-two {
	width: 44%;
}
.fancybox-skin {
	padding: 0 !important;
}
/* block UI plugin overlay */
div.blockOverlay {
	opacity: 0.6;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
	filter: alpha(opacity=60);
	background-color: #f1f1f1;
	cursor: wait;
}
.footer {
	background-color: #494949;
	margin: 20px 0 0;
}
.footer-logo {
	margin-left: 9%;
	display: block;
}
.footer-logo img {
	display: inline-block;
	vertical-align: top;
}
.footer-text {
	color: #ebebeb;
	font-size: 10px;
	line-height: 20px;
	text-transform: uppercase;
	-ms-flex-negative: 1;
	flex-shrink: 1;
}
.footer-row {
	padding: 15px 0;
	border-top: 1px solid #5a5a5a;
	-webkit-box-shadow: 0px -1px 0 #242424;
	box-shadow: 0px -1px 0 #242424;
}
.footer-row:first-child {
	border: 0;
	-webkit-box-shadow: none;
	        box-shadow: none;
}
.footer-hold {
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-align-items: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.footer-nav {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-top: -10px;
}
.footer-col {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-top: 10px;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
}
.footer-nav span {
	color: #8b8b8b;
	font-size: 13px;
	line-height: 20px;
	text-transform: uppercase;
	margin: 0 12px 0;
	display: block;
}
.footer-nav ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: -3px 0 0 -3px;
}
.footer-nav li {
	margin: 3px 0 0 3px;
}
.footer-nav li a {
	color: #ededed;
	font-size: 13px;
	text-transform: uppercase;
	padding: 9px 15px;
	border: 1px solid #535353;
	display: block;
}
.footer-nav li a:hover {
	background-color: #e11d5c;
}
.footer-copy {
	color: #ededed;
	font-size: 10px;
	text-transform: uppercase;
	text-align: center;
}
/* pagination */
.pagination {
	margin: 20px 0;
	width: 100%;
	overflow: hidden;
	text-align: center;
}
.pagination-holder {
	display: inline-block;
	vertical-align: bottom;
}
.pagination ul {
	text-align: center;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin: -1px 0 0 -1px;
}
.pagination li {
	padding: 1px 0 0 1px;
}
.pagination a,
.pagination span {
	display: block;
	min-width: 14px;
	color: #010101;
	font-size: 21px;
	font-weight: 300;
	text-align: center;
	background-color: #fff;
	padding: 12px 21px 12px;
}
.pagination a {
	color: #010101;
}
.pagination a:hover, .pagination .page-current span {
	color: #fff;
	background: #ff1165;
}
.pagination .prev,
.pagination .next {
	/* display: none; */
	/* min-width: 100px; */
}
.pagination .prev span,
.pagination .next span,
.pagination .jump span {
	opacity: .4;
	cursor: not-allowed;
}
/* load-more */
.load-more {
	margin: 10px 0 0 0;
	text-align: center; 
}
.load-more a {
	display: inline-block;
	padding: 12px 28px 14px;
	font-weight: bold;
	font-size: 21px;
	font-weight: 300;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	color: #fff;
	background: #ff1165;
}
.social span {
	display: none;
}
.load-more a:hover {
	background: #fff;
	color: #000;
}
.tags-list {
	margin: -4px 0 0 -4px;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
}
.tags-item {
	margin: 4px 0 0 4px;
   /* -webkit-box-flex: 1;
	-ms-flex: 1 1 160px;
	flex: 1 1 160px;*/
	text-align: center;
}
.tags-item .btn {
	display: block;
}
.sort {
	min-width: 140px;
	position: relative;
	cursor: pointer;
	background: #ffffff;
	border: 1px solid #cfcfcf;
	padding: 11px 48px 10px 10px;
	margin: 0 5px 0 0;
}
.sort:last-child {
	margin: 0;
}
.sortings {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
	.sortings {
		width: 100%;
	}
}
.sort:before {
	position: absolute;
	right: 0;
	top: 0;
	width: 38px;
	height: 34px;
	border-left: 1px solid #cfcfcf;
	z-index: 1;
	background-color: #e9e9e9;
	content: '';
}
.sort:after {
	content: '';
	border-top: 4px solid #222222;
	border-left: 4px solid transparent;
	border-right: 4px solid transparent;
	display: block;
	position: absolute;
	top: 15px;
	right: 14px;
	z-index: 11;
}
.sort:hover {
	background: #ff1165;
}
.sort:hover:after {
	border-bottom: 4px solid #222222;
	border-top: none;
}
.sort strong {
	display: block;
	color: #444;
	font-size: 11px;
	text-transform: uppercase;
	font-weight: normal;
}
.sort:hover strong {
	color: #ffffff;
}
.sort:hover ul {
	display: block;
}
.sort ul {
	position: absolute;
	top: calc(100% + 1px);
	left: 0;
	z-index: 100;
	display: none;
	overflow: hidden;
	border: 1px solid #cfcfcf;
	background-color: #e9e9e9;
	margin: 0;
	width: calc(100% + 1px);
	border-top: 0;
}
.sort ul a {
	display: block;
	padding: 10px;
	font-size: 11px;
	color: #444;
}
.sort ul a:hover {
	color: #ffffff;
	background: #ff1165;
	cursor: pointer;
}
.sort ul li {
	margin: 0;
}
.empty-content {
	font-size: 14px;
	color: #444;
	margin: 20px 0;
	text-align: center;
	width: 100%;
	text-transform: uppercase;
}
.flag {
	color: white;
	font-size: 12px;
	background-color: rgba(0, 0, 0, .7);
	padding: 5px;
	position: absolute;
	bottom: 10px;
	right: 10px;
	z-index: 20;
}
.flag-left {
	right: auto;
	left: 10px;
}
.list-playlists .img img.video2,
.list-playlists .img img.video3,
.list-playlists .img img.video4,
.list-playlists .img img.video5 {
	position: absolute;
	width: 45px;
	height: 34px;
	background: #ebebeb;
	border: 1px solid #464646;
	left: auto;
}
.list-playlists .img img.video2 {
	right: 5px;
	top: 6px;
}
.list-playlists .img img.video3 {
	right: 5px;
	top: 47px;
}
.list-playlists .img img.video4 {
	right: 5px;
	top: 89px;
}
.user-panel .headline {
	margin-top: 0;
	border-top: 0;
	border-bottom: 0;
	margin-bottom: 0;
	padding-bottom: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	padding-top: 20px;
}
.radio {
	display: inline-block;
	vertical-align: middle;
}
.user-links {
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: -10px -10px 0;
}
.user-links li {
	padding: 10px 10px 0;
}
.user-links li a {
	color: #ff1165;
	font-size: 14px;
	display: block;
}
.user-links li a span {
	color: #000;
}
.user-panel .user {
	font-size: 14px;
	color: #393939;
}
.user-panel .user span {
	color: #e11d5c;
}
.alphabet {
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin: -1px 0 0 -1px;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
}
.alphabet-item {
	-webkit-box-flex: 1;
	-ms-flex: 1 1 55px;
	flex: 1 1 55px;
	margin: 1px 0 0 1px;
}
.alphabet a {
	color: #454545;
	display: block;
	font-size: 20px;
	font-weight: 300;
	text-transform: uppercase;
	background-color: #fff;
	padding: 14px 5px;
	text-align: center;
}
.alphabet a:hover,
.alphabet a.active {
	background-color: #ff1165;
	color: #fff;
}
.list-videos > div > form, .list-playlists > div > form, .list-members > div > form, .list-models > div > form, .list-sponsors > div > form, .list-channels > div > form, .list-categories > div > form, .list-albums > div > form, .list-albums-images > div > form, .list-videos-screenshots > div > form {
	padding: 0 6px;
	width: 100%;
}
/* profile */
.block-profile {
	background: #f1f1f1 url('../images/blank.gif');
	padding: 10px;
	overflow: hidden;
}
.profile-list {
	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	margin: 0 0 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;
}
.profile-list .item {
	padding: 12px;
	background: #e1e1e1;
	color: #222222;
}
.profile-list .column .item {
	margin: 0 0 10px;
	overflow: hidden;
}
.profile-list .item em {
	color: #222222;
	font-weight: bold;
}
.profile-list .item a {
	text-decoration: underline;
	font-weight: bold;
	color: #ff1165;
}
/* video / album edit */
.form-upload p {
	display: block;
	margin: 15px 0 0;
	color: #444;
}
.form-upload p.preview {
	display: block;
	max-width: 320px;
	overflow: hidden;
	background: #c8c8c8;
	position: relative;
}
.form-upload p.preview em {
	position: absolute;
	bottom: 5px;
	background: #ffffff;
	padding: 5px;
	color: #222222;
	font-size: 12px;
	font-weight: bold;
	line-height: 16px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	opacity: 0.8;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	filter: alpha(opacity=80);
}
.form-upload p.preview em.left {
	left: 5px;
	margin-right: 50px;
}
.form-upload p.preview em.right {
	right: 5px;
}
.form-upload p.preview em.negative {
	color: #e62117;
}
.form-upload p.preview img {
	display: block;
	max-width: 320px;
	width: 100%;
	height: auto;
}
.form-upload p.preview.disabled img {
	opacity: 0.3;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
	filter: alpha(opacity=30);
}
.block-profile {
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
}
.block-model .desc {
	color: #404040;
	font-size: 16px;
	font-weight: 300;
	padding: 10px 0;
	overflow:hidden;
}
.block-model .model-list {
	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
}
.block-model .model-list ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	-ms-align-items: center;
	-webkit-box-align: center;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
}
.block-model .model-list ul:not(:first-child) {
	margin: 20px 0 0;
}
.block-model .model-list li {
	font-size: 16px;
	font-weight: 300;
	line-height: 27px;
	color: #9a9a9a;
	margin-right: 25px;
}
.block-model .model-list li span {
	color: black;
}
.block-model .model-list li a {
	color: #ff1165;
}
.block-model .models-info {
	padding: 10px 0;
	border-top: 1px solid #eaeaea;
	border-bottom: 1px solid #eaeaea;
	-webkit-box-shadow: 0px 1px 0px 0px white, inset 0px 1px 0px 0px white;
	box-shadow: 0px 1px 0px 0px white, inset 0px 1px 0px 0px white;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.rating-hold {
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-align-items: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.rating-links {
	width: 75px;
	height: 75px;
	background-color: #fff;
	color: #444;
	line-height: 75px;
	text-align: center;
	border: 1px solid #cfcfcf;
	font-size: 36px;
	color: #ff1165;
}
.rating-links:hover {
	background-color: #ff1165;
	color: #fff;
}
.rating-text {
	color: #464646;
	font-size: 45px;
	font-weight: 300;
	margin: 0 30px;
}
.rating-ov {
	font-size: 24px;
	font-weight: 300;
	color: #bbb;
	text-align: center;
	margin: 23px 0 0;
}
.rating-ov span {
	color: #ff1165;
}
.video_spots {
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: -5px;
}
.video_spots .opt {
	width: 310px;
	height: 260px;
	padding: 5px;
	display: inline-block;
	vertical-align: top;
}
.video_spots img {
	width: 100%;
	height: auto;
	display: block;
}
.block-player::after {
	content: '';
	clear: both;
	display: table;
}
/* block-video */

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

.block-video .video-holder {
	overflow: hidden;
}
.block-video .block-player {
	float: left;
	width: calc(100% - 300px);
	padding-right: 10px;
}
.block-video .table {
	overflow: hidden;
}
.block-video .player .embed-wrap, .block-video .player .embed-wrap-off {
	position: relative;
	padding-bottom: 56.25%;
	/* 16:9 */
	height: 0;
}
.block-video .player .player-wrap {
	width: 100%;
	height: auto;
	position: relative;
}
.block-video .player .player-wrap .poster {
	width: 100%;
	height: auto;
}
.block-video .player .embed-wrap iframe,
.block-video .player .embed-wrap-off 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: #444444;
	padding: 50px 20px;
}
.block-video .no-player {
	display: block;
	position: relative;
	overflow: hidden;
}
.block-video .no-player img {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	opacity: 0.2;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
	filter: alpha(opacity=20);
}
.block-video .no-player .message {
	display: block;
	position: absolute;
	text-align: center;
	padding: 20px;
	left: 0;
	right: 0;
	top: 30px;
	font-size: 20px;
	font-weight: bold;
	line-height: 25px;
	color: #444444;
}
.block-video .no-player .message em {
	font-size: 20px;
	font-weight: bold;
	line-height: 25px;
	color: #222222;
}
.block-video .no-player .message a {
	color: #222222;
	text-decoration: underline;
}
.block-video .no-player .message a:hover {
	color: #222222;
	text-decoration: none;
}
.block-video .no-player .message form {
	display: block;
	padding: 20px 0 0 0;
}
.block-video .no-player .btn-play {
	position: absolute;
	width: 100%;
	height: 100%;
	background: url('../player/btn_play.png') 50% 50% no-repeat;
}
.block-video .playlist {
	margin: 0 0 10px;
	padding: 7px;
	text-align: center;
}
.block-video .playlist-holder {
	overflow: hidden;
}
/* .block-video .playlist .item {
	display: inline-block;
	vertical-align: top;
	position: relative;
	width: 180px;
	padding: 7px;
	margin: 8px 5px;
	cursor: pointer;
	text-align: left;
	background: transparent;
} */
.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 {
	width: auto;
	margin: 10px 0;
}
/* video / album add to favourites */
.btn-favourites {
	min-width: 90px;
	display: inline-block;
	vertical-align: top;
	padding: 0;
	height: 36px;
}
.btn-favourites .ico-favourite {
	width: 18px;
	height: 15px;
	position: absolute;
	top: 10px;
	left: 10px;
	background: url('../images/ico-favourite.png') no-repeat;
}
.btn-favourites ul {
	width: auto;
	margin: -1px 0 0;
	border-top: 1px solid #cfcfcf;
}
.btn-favourites ul li a,
.btn-favourites ul li span {
	white-space: nowrap;
	padding: 8px;
	display: block;
}
.btn-favourites ul li span {
	position: relative;
	padding: 8px 38px 8px 32px;
	background: transparent url('../images/white/ico-checkmark.png') 7px 7px no-repeat;
}
.btn-favourites ul li span .delete {
	position: absolute;
	right: 8px;
	top: 8px;
	color: #222222;
	margin: 0 0 0 10px;
	text-decoration: none;
}
.btn-favourites ul li span .delete:hover {
	color: #ff1165;
}
.btn-favourites ul li a:hover {
	color: #ffffff;
	background: #ff1165;
}
.btn-favourites ul li span a {
	color: #222222;
	padding: 0;
	background: none;
	text-decoration: underline;
}
.btn-favourites ul li span a:hover {
	background: none;
	color: #ff1165;
}
/* video / album tabs */
.info-buttons {
	margin: 10px 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

@media screen and (max-width: 1023px) {
	.info-buttons {
		display:block;
		text-align: center;
	}
}
.tabs-menu {
	overflow: hidden;
	margin: -2px 0 0 0;
}
@media screen and (max-width: 1023px) {
	.tabs-menu {
		margin: 10px 0 0;
		text-align: center;
	}
}
.tabs-menu li {
	margin: 2px 0 0 0;
	display: inline-block;
	vertical-align: top;
}
.tabs-menu .toggle-button {
	padding: 11px;
}
.tabs-menu .toggle-button.active {
	color: #ffffff;
	background: #da1158;
	border-color: #da1158;
}
.tab-content {
	background: #ffffff;
	padding: 10px;
	border: 1px solid #d7d7d7;
}
/* video / album details */
.block-details {
	margin: 0 0 15px;
	overflow: hidden;
}
.block-details .info {
	overflow: hidden;
}
.block-details .item {
	width: 100%;
	overflow: hidden;
}
.block-details .item span {
	float: left;
	padding-right: 20px;
	position: relative;
	color: #676767;
	margin-bottom:5px;
}
.block-details .item span em {
	color: #000;
	margin-left: 3px;
	font-style: normal;
}
.block-details .item em {
	color: #000;
}
.block-details .cats{
	float:right;
}
.block-details .cats a{
	float:left;
	margin:0 0 0 5px;
}
/* video / album flagging */
.block-flagging {
	width: 100%;
	overflow: hidden;
}
.block-flagging .block-radios {
	float: left;
	margin: 0 15px 0 0;
}
.block-flagging .block-textarea {
	overflow: hidden;
}
.block-flagging .submit {
	margin: 11px 0 0;
}
/* video screenshots */
.block-screenshots {
	width: 100%;
	overflow: hidden;
	margin: -3px 0 0;
	text-align: center;
}
.block-screenshots span.item,
.block-screenshots a.item {
	display: inline-block;
	vertical-align: top;
	border: 3px solid #c8c8c8;
	background: #c8c8c8;
	width: 163px;
	height: 124px;
	margin: 3px 0 0 0;
}
.block-screenshots a.item:hover {
	border: 3px solid #e62117;
}
.block-screenshots span.item img,
.block-screenshots a.item img {
	width: 163px;
	height: 124px;
}
/* video / album sharing */
.block-share {
	width: 100%;
	overflow: hidden;
}
.block-share .block-bookmarks {
	float: right;
	width: 49%;
}
.block-share .middle {
	width: 50%;
}
.block-share .block-size {
	width: 100%;
	overflow: hidden;
	padding: 2px 0 0;
}
.block-share .block-size a {
	float: left;
	margin: 4px 10px 0 0;
	color: #ffffff;
	height: 23px;
	padding: 9px 17px 0;
	background: #ff1165;
	border-radius: 3px;
	-webkit-border-radius: 3px;
}
.block-share .block-size a:hover {
	color: #222222;
	background: #f1f1f1;
}
.block-share .custom-size {
	float: left;
	margin: 4px 0 0 0;
}
.block-share .custom-size label {
	float: left;
	margin: 8px 9px 0 0;
}
.block-share .custom-size .textfield {
	float: left;
	width: 45px;
	margin: 0 8px 0 0;
	text-align: center;
}
/* video / album comments */
.block-comments {
	width: 100%;
	overflow: hidden;
}
.block-comments .toggle-button {
	float: right;
}
.block-comments .block-new-comment {
	padding: 0 0 20px 0;
	display: none;
}
/* related videos, albums */
.related-videos,
.related-albums {
	width: 100%;
	overflow: hidden;
}
.related-videos .list-sort,
.related-albums .list-sort {
	overflow: hidden;
	border-bottom: 2px solid #222222;
}
.related-videos .list-sort li,
.related-albums .list-sort li {
	float: left;
	margin: 0 2px 0 0;
	overflow: hidden;
}
.related-videos .list-sort a,
.related-albums .list-sort a,
.related-videos .list-sort span,
.related-albums .list-sort span {
	float: left;
	height: 22px;
	margin-top: 6px;
	font-weight: bold;
	color: #222222;
	padding: 9px 11px 0;
	background: #f1f1f1;
}
.related-videos .list-sort a:hover,
.related-albums .list-sort a:hover {
	color: #ff1165;
}
.related-videos .list-sort span,
.related-albums .list-sort span {
	color: #ffffff;
	background: #ff1165;
	height: 27px;
	padding: 11px 11px 0;
	margin: 0;
}
/* playlist subscribe */
.btn-subscribe {
	margin: 4px 10px 0 0;
	float: left;
	position: relative;
	overflow: hidden;
}
.btn-subscribe .toggle-button {
	float: left;
	padding: 4px 9px;
}
.btn-subscribe .button-info:before {
	border-bottom: 5px solid transparent;
	border-right: 5px solid #e1e1e1;
	border-top: 5px solid transparent;
	content: "";
	left: -5px;
	position: absolute;
	top: 5px;
}
.btn-subscribe .button-info {
	border-radius: 3px;
	-webkit-border-radius: 3px;
	float: left;
	height: 17px;
	margin: 2px 0 0 10px;
	padding: 3px 8px 0;
	position: relative;
	color: #222222;
	background: #e1e1e1;
}
.block-comments {
	width: 100%;
	overflow: hidden;
}
.block-comments .toggle-button {
	float: right;
}
.list-comments .item {
	color: #343434;
	padding: 10px;
	text-align: left;
	background-color: #f2f2f2;
	margin: 10px 0 0;
}
.list-comments .item:first-child {
	margin: 0;
}
.list-comments .item:after {
	content: "";
	display: block;
	clear: both;
}
.list-comments.fixed .item {
	float: left;
	width: 592px;
	height: 86px;
	overflow: hidden;
}
.list-comments.fixed.short .item {
	width: 490px;
}
.list-comments .image {
	float: left;
	width: 86px;
	height: 86px;
	margin: 0 6px 0 0;
}
.list-comments .image img {
	width: 86px;
	height: 86px;
	display: block;
}
.list-comments .image .no-thumb {
	background: #000000;
	display: block;
	width: 86px;
	height: 86px;
	line-height: 86px;
	text-align: center;
}
.list-comments .comment-options {
	display: block;
	float: right;
}
.list-comments .comment-options:after {
	content: "";
	display: block;
	clear: both;
}
.list-comments .comment-options a {
	padding: 7px 8px;
	background: #fff;
	float: left;
	margin: 0 0 0 5px;
	color: #343434;
}
.list-comments .comment-options a:hover {
	color: #f56c08;
}
.list-comments .comment-options a.disabled {
	cursor: default;
	color: #808080;
	opacity: .4;
}
.list-comments .comment-options span {
	background: #ffffff;
	padding: 7px 12px;
	float: left;
	color: #ff1165;
}
.list-comments .comment-options .positive {
	color: #bfd128;
}
.list-comments .comment-options .negative {
	color: #fc5729;
}
.list-comments .text {
	overflow: hidden;
}
.list-comments .comment-info {
	display: block;
	margin: 0 0 5px;
	color: #b1b1b1;
	text-transform: uppercase;
}
.list-comments p {
	display: block;
	color: #343434;
	text-transform: uppercase;
	padding: 15px 0 0;
}
.list-comments .dim-comment p {
	opacity: 0.1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=10)";
	filter: alpha(opacity=10);
}
.list-comments .dim-comment:hover p {
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
}
.list-comments .username {
	color: #ff1165;
	text-transform: uppercase;
	padding: 0 5px 0 0;
}
.list-comments a.username:hover {
	color: #f56c08;
}
.block-channel {
	overflow: hidden;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.block-channel .img {
	position: relative;
	margin: 0 10px 0 0;
	border: 2px solid #e1e1e1;
}
.block-channel .img img {
	display: block;
	width: 360px;
	height: 200px;
}
.headline-wrap {
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-align-items: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}
.headline-wrap strong {
	font-size: 21px;
	font-weight: 300;
	color: #ff1165;
	margin: 0 0 0 4px;
}
.block-channel .img .no-thumb {
	display: block;
	width: 360px;
	height: 200px;
	text-align: center;
	line-height: 200px;
	background: #c8c8c8;
}
.block-channel .img .channel-user {
	position: absolute;
	left: 10px;
	bottom: 10px;
	padding: 3px 8px;
	background: #e1e1e1;
	font-weight: bold;
	opacity: 0.5;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	filter: alpha(opacity=50);
}
.block-channel .img .channel-user:hover {
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
}
.block-channel .channel-info {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	margin: 0 10px 0 0;
}
.block-channel .desc {
	color: #404040;
	font-size: 16px;
	line-height: 18px;
	font-weight: 300;
}
.btn-cs {
	width: 100%;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 17px;
	margin: 15px 0 0;
	background: #ff1165;
	color: #fff;
	font-size: 16px;
}
.btn-cs:hover {
	color: #fff;
}
.page-error {
	padding: 10px;
	background: transparent;
	color: #e62117;
	border: 1px solid #e62117;
	font-size: 30px;
	line-height: 34px;
	text-align: center;
	margin: 20px 0 0;
}
.footer-spots {
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	margin: -20px -7px 0;
	height: 270px;
	overflow: hidden;
}
.footer-spots .spot {
	padding: 20px 7px 0;
}
.footer-hold-center{-webkit-box-pack: center;-ms-flex-pack: center;justify-content: center;}
.footer-hold-center .footer-logo{margin: 0;}
@media screen and (max-width: 1300px) {
	.nav {
		width: 100%;
		margin-bottom: 12px;
	}
	.nav .primary {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
	.search {
		margin: 0;
	}
	.logo {
		text-align: center;
	}
	.list-playlists .item, .list-members .item, .list-models .item, .list-sponsors .item, .list-channels .item, .list-categories .item, .list-albums .item, .images .item,  .list-albums-images .item, .list-videos .item, .list-videos-screenshots .item, .playlist-holder .item {
		width: 20%;
	}
	.header .holder {
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}
	.block-video .block-player {
		float: none;
		width: 100%;
		padding: 0;
	}
	.block-video .table {
		margin: 10px 0 0;
	}
	.video_spots {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		height: 260px;
		overflow: hidden;
	}
}
@media screen and (max-width: 1024px) {
	.search {
		margin-bottom: 12px;
	}
	.popup-holder form .two-sections .section-one {
		width: 100%;
	}
	.popup-holder form .two-sections .section-two {
		width: 100%;
		margin: 10px 0 0;
		padding: 0;
	}
	.headline {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
	.sorting {
		-webkit-box-ordinal-group: 0;
		-ms-flex-order: -1;
		order: -1;
		-ms-flex-preferred-size: 100%;
		flex-basis: 100%;
		margin-bottom: 10px;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
	.sorting span {
		-ms-flex-preferred-size: 100%;
		flex-basis: 100%;
		text-align: center;
		margin: 0 0 10px;
	}
	.sorting ul {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
	.sorting li {
		-webkit-box-flex: 1;
		-ms-flex: 1 1 auto;
		flex: 1 1 auto;
	}
	.sorting .btn {
		display: block;
	}
	.pagination li {
		display: none;
	}
	.pagination-holder {
		display: block;
	}
	.pagination .prev, .pagination .next, .pagination .page-current {
		display: block;
		-webkit-box-flex: 1;
		-ms-flex: 1 1 auto;
		flex: 1 1 auto;
	}
	.visible-mobile {
		display: block !important;
	}
	.hidden-mobile {
		display: none !important;
	}
	.header .button {
		display: block;
	}
	.header .holder {
		position: fixed;
		right: 0;
		top: 63px;
		z-index: 100;
		opacity: 0;
		-webkit-transform: translateX(100%);
		transform: translateX(100%);
		background-color: rgba(255, 255, 255, 0.9);
		-webkit-box-shadow: 0 0 8px rgba(0, 0, 2, 0.13);
		box-shadow: 0 0 8px rgba(0, 0, 2, 0.13);
		text-align: right;
		padding: 12px 7px;
		-webkit-transition: all .3s;
		transition: all .3s;
		width: 250px;
		overflow: auto;
		height: calc(100vh - 63px);
		bottom: 0;
	}
	.navigation > .primary > li > a {
		line-height: 1;
	}
	.header.open .holder{
		opacity: 1;
		-webkit-transform: translateX(0);
		transform: translateX(0);
		display: block;
	}
	.logo {
		text-align: left;
	}
	.header .container {
		position: relative;
	}
	.nav .navigation > .primary {
		display: block;
	}
	.navigation.user > .primary {
		background-color: #e9e9e9;
		margin: 0 0 12px;
	}
	.navigation.user > .primary, .social-holder {
		-webkit-box-pack: end;
		-ms-flex-pack: end;
		justify-content: flex-end;
		display: -moz-inline-flex;
		display: -ms-inline-flex;
		display: -o-inline-flex;
		display: -webkit-inline-box;
		display: -ms-inline-flexbox;
		display: inline-flex;
	}
	.navigation > .primary > li {
		padding: 18px 0;
	}
	.navigation > .primary > li:not(:first-child) {
		border-top: 1px solid #f1f1f1;
	}
	.navigation > .primary > li:last-child {
		border-bottom: 1px solid #f1f1f1;
	}
	.drop-menu.collapse, .drop-menu .collapse {
		display: none;
	}
	.drop-menu.collapse.in, .drop-menu .collapse.in {
		display: block;
	}
	.drop-cols {
		display: block;
		white-space: normal;
		margin: 18px 0 0;
	}
	.drop-cols .btn {
		width: 100%;
		margin: 3px 0 0;
	}
	.drop-cols .col {
		padding: 0;
	}
	.drop-cats {
		-ms-flex-wrap: wrap;
		-o-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.popup-holder {
		min-width: 100%;
	}
	.footer-col {
		width: 100%;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
	.footer-nav span {
		margin: 0 0 10px;
	}
	.footer-nav ul {
		width: 100%;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
	.footer-hold {
		-ms-flex-wrap: wrap;
		-o-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.footer-logo {
		-webkit-box-ordinal-group: 0;
		-ms-flex-order: -1;
		order: -1;
		text-align: center;
		margin: 0 0 10px 0;
		width: 100%;
	}
	.playlist-holder .item, .list-playlists .item, .list-members .item, .list-models .item, .list-sponsors .item, .list-channels .item, .list-categories .item, .list-albums .item, .images .item, .list-albums-images .item, .list-videos .item, .list-videos-screenshots .item {
		width: 33.333%;
	}
	.user-links {
		-ms-flex-preferred-size: 100%;
		flex-basis: 100%;
		margin: 10px 0 0;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
	.block-flagging .block-radios {
		float: none;
		width: 100%;
		margin: 0 0 10px;
	}
	.block-channel {
		-ms-flex-wrap: wrap;
		-o-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.block-channel .img, .block-channel .channel-info, .channel-rating {
		-ms-flex-preferred-size: 100%;
		    flex-basis: 100%;
		margin: 10px 0 0;
	}
	.block-channel .img {
		margin: 0;
	}
	.block-channel .img .no-thumb {
		width: 100%;
	}
	.sort {
		-ms-flex-preferred-size: 100%;
		    flex-basis: 100%;
		margin: 10px 0 0;
	}
	.rating-links {
		width: 50px;
		height: 50px;
		line-height: 50px;
		font-size: 18px;
	}
	.rating-text {
		font-size: 20px;
		margin: 0 15px;
	}
	.rating-ov {
		font-size: 18px;
	}
	.btn-cs {
		padding: 10px;
		margin: 10px 0 0;
		font-size: 14px;
	}
	.block-model .models-info {
		-ms-flex-wrap: wrap;
		-o-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.block-model .models-info .rating-container {
		-ms-flex-preferred-size: 100%;
		    flex-basis: 100%;
		margin: 10px 0 0;
	}
	.block-model .model-list ul {
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
	}
	.profile-list {
		-ms-flex-preferred-size: 100%;
		    flex-basis: 100%;
	}
	.block-profile .avatar {
		margin: auto auto 10px;
	}
	.profile-list .column {
		width: 50%;
	}
}
@media screen and (max-width: 480px) {
	.playlist-holder .item, .list-playlists .item, .list-members .item, .list-models .item, .list-sponsors .item, .list-channels .item, .list-categories .item, .list-albums .item, .images .item, .list-albums-images .item, .list-videos .item, .list-videos-screenshots .item {
		width: 50%;
	}
	.list-comments .comment-options {
		float: none;
		margin-bottom: 3px;
	}
	.profile-list .column {
		width: 100%;
	}
	.block-share .block-bookmarks {
		float: none;
		width: 100%;
	}
	.block-share .middle {
		width: 100%;
	}
	.block-details .item span {
		display: inline-block;
		float: none;
	}
	.block-details .item {
		text-align: center;
	}
}
@media screen and (min-width: 768px) {
	.navigation > .primary .drop:hover .drop-menu {
		display: block;
	}
	.navigation > .primary .drop-menu {
		position: absolute;
		top: 60px;
		left: auto;
		right: auto;
		z-index: 101;
		display: none;
		background: rgba(255, 255, 255, 0.9);
		padding: 30px;
		max-width: 80%;
		border: 1px solid #d9d9d9;
	}
	.navigation > .primary .drop-menu.drop-menu-cats {
		left: 0;
		right: 0;
		max-width: 100%;
	}
}

.tags_cloud.index .tags-list {
	padding: 20px 0 0;
	margin: 20px 0 0;
	border-top: 1px solid #eaeaea;
}

.tags_cloud.index .headline {
	display: none;
}

.tags_cloud.new .tags-item:nth-child(2n) {
	display: none;
}

.tags_cloud.new .tags-item.show-tag,
.tags_cloud.new .tags-item.all-btn,
.tags_cloud.new .tags-item.js-more-btn {
	display: inline-block;
}

.tags_cloud.new .tags-item.all-btn a,
.tags_cloud.new .tags-item.js-more-btn span {
	background-color: #ff1165;
	border: 1px solid #ff1165;
	color: #fff;
}

.tags_cloud.new .tags-item.all-btn a:hover,
.tags_cloud.new .tags-item.js-more-btn span:hover {
	background-color: #dedede;
	border: 1px solid #dedede;
	color: #000;
}

.tags-holder {
	border-bottom: 1px solid #eaeaea;
	padding: 0 0 20px;
}

.tags-holder:first-of-type {
	border-top: 1px solid #eaeaea;
	margin: 20px 0 0;
}

.tags-holder:last-of-type {
	border-bottom: none;
}

.tags-holder .letter {
	font-weight: 300;
	color: #ff1165;
	font-size: 21px;
	line-height: 23px;
	padding: 15px 0;
}

.alphabet.js-letter-tag a {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	padding: 10px 20px;
	font-size: 11px;
	font-weight: 400;
	line-height: 1;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	border: 1px solid #ebebeb;
	background-color: #f8f8f8;
	color: #464546;
	text-transform: uppercase;
	margin: 2px;
	background-color: #ffffff;
	border: 1px solid #cbcbcb;
	color: #111111;
	margin: 4px 0 0 4px;
	text-align: center;
}

.alphabet.js-letter-tag a:hover {
	border-color: #ff1165;
	background-color: #ff1165;
	color: #fff;
}

.high-item .img {
	padding-bottom: 140%;
	width: 100%;
}
.high-item .img img {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
	text-align: center;
}
/* .drop {
	position: relative;
}
 */
.images .item {
	display: inline-block;
}
.list-albums > div > .flex-container {
	padding: 20px 6px;
}
.flex-container .bottom {
	width: 100%;
}
.images {
	margin: 0 0 20px 0;
}


.big-link {
	display: block;
	text-align: center;
	padding: 15px;
	font-size: 40px;
	line-height: 1;
	background: #ff1165;
	color: #fff;
	border: 1px solid #ff1165;
	-webkit-transition: background .3s, color .3s, border .3s;
	transition: background .3s, color .3s, border .3s; 
}
.big-link:hover {
	background: #fff;
	color: #444;
	border: 1px solid #cfcfcf;
}
.album-spot {
	width: 300px;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}
.album-spot__wrapper {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.flex-block {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0 0 20px 0;
}
.flex-block .high-item {
	padding: 20px 6px 0;
	width: 16.666%;
}
@media screen and (max-width: 1152px) {
	.flex-block .high-item {
		width: 25%;
	}
	.album-spot__wrapper {
		width: 50%;
		-webkit-box-flex: 0;
		-ms-flex-positive: 0;
		flex-grow: 0;
	}
}
@media screen and (max-width: 1024px) {
	.big-link {
		font-size: 35px;
		padding: 10px;
	}
}
@media screen and (max-width: 830px) {
	.flex-block .high-item {
		width: 33.33%;
	}
	.album-spot__wrapper {
		width: 66.66%;
	}
	.big-link {
		font-size: 30px;
	}
}
@media screen and (max-width: 640px) {
	.album-spot__wrapper {
		display: none;
	}
	.big-link {
		font-size: 25px;
		padding: 5px;
	}
}
@media screen and (max-width: 550px) {
	.flex-block .high-item {
		width: 50%;
	}
}
.full-row {
	width: 100%;
}

.mask-holder {
	max-width: 1580px;
    padding: 0 10px;
    margin: 0 auto;
    position: relative;
}

.mask-holder .mask {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
	background: rgba(248, 248, 248, 0.98);
	z-index: 99;
	display: block;
}

html.open .mask {
	display: none;
}

@keyframes lds-double-ring {
	0% {
	  -webkit-transform: rotate(0);
	  transform: rotate(0);
	}
	100% {
	  -webkit-transform: rotate(360deg);
	  transform: rotate(360deg);
	}
  }
  @-webkit-keyframes lds-double-ring {
	0% {
	  -webkit-transform: rotate(0);
	  transform: rotate(0);
	}
	100% {
	  -webkit-transform: rotate(360deg);
	  transform: rotate(360deg);
	}
  }
  @keyframes lds-double-ring_reverse {
	0% {
	  -webkit-transform: rotate(0);
	  transform: rotate(0);
	}
	100% {
	  -webkit-transform: rotate(-360deg);
	  transform: rotate(-360deg);
	}
  }
  @-webkit-keyframes lds-double-ring_reverse {
	0% {
	  -webkit-transform: rotate(0);
	  transform: rotate(0);
	}
	100% {
	  -webkit-transform: rotate(-360deg);
	  transform: rotate(-360deg);
	}
  }
  .lds-double-ring {
	position: relative;
	margin: 0 auto;
  }
  .lds-double-ring div {
	position: absolute;
	width: 100px;
	height: 100px;
	top: 20px;
	left: 20px;
	border-radius: 50%;
	border: 8px solid #000;
	border-color: #28292f transparent #28292f transparent;
	-webkit-animation: lds-double-ring 1.5s linear infinite;
	animation: lds-double-ring 1.5s linear infinite;
  }
  .lds-double-ring div:nth-child(2) {
	width: 80px;
	height: 80px;
	top: 30px;
	left: 30px;
	border-color: transparent #0a0a0a transparent #0a0a0a;
	-webkit-animation: lds-double-ring_reverse 1.5s linear infinite;
	animation: lds-double-ring_reverse 1.5s linear infinite;
  }
  .lds-double-ring {
	width: 200px !important;
	height: 200px !important;
	-webkit-transform: translate(-100px, -100px) scale(1) translate(100px, 100px);
	transform: translate(-100px, -100px) scale(1) translate(100px, 100px);
  }

  .lds-css {
	  position: absolute;
	  z-index: 100;
	  left: 0;
	  right: 0;
	  margin: 0 auto;
	  top: 50%;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%);
  }

  .hidden-block .search-block {
	  display: none;
  }

.main-content-center {
	text-align: center;
}

.main-content-center .headline {
	justify-content: center;
}

#list_videos_my_uploaded_videos_items form {
	display: flex;
	flex-wrap: wrap;
}

.embedded-block{
	margin-top:20px;
}

.embedded-block iframe{
	border-radius: 2px;
	background: #fff;
	padding: 10px 23px;
	height: 248px;
}

@media screen and (max-width: 1024px) {
	.embedded-block iframe{
		padding: 10px 20px;
	}
}

@media screen and (max-width: 832px) {
	.embedded-block iframe{
		padding:10px 85px;
	}
}

@media screen and (max-width: 320px) {
	.embedded-block iframe{
		padding: 10px 58px;
	}
}

.svg-icon {
	display: inline-block;
	width: 1em;
	height: 1em;
	stroke-width: 0;
	stroke: currentColor;
	fill: currentColor;
}

.star-rating{
	font-size:13px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

@media screen and (max-width: 1023px) {
	.star-rating{
		display:block;
		margin:10px 0 0 0;
	}
}

.star-rating-label{
	text-transform:uppercase;
	font-weight:bold;
}

.star-rating-body{
	margin:0 15px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

@media screen and (max-width: 1023px) {
	.star-rating-body{
		margin:10px 0;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
}

.star-rating-body a{
	margin:0 0 0 5px;
}

.star-rating-body .svg-icon{
	color:#c2c2c2;
	font-size:25px;
}

.star-rating-body .full .svg-icon,
.star-rating-body .svg-icon:hover{
	color:#ff2b59;
}

.star-rating-body a:first-child{
	margin:0;
}

.star-rating-range{
	text-transform:uppercase;
	font-weight:bold;
}

.star-rating-range mark{
	background:none;
	color:#da1158;
}

.star-rating .voters{
	margin:0 0 0 10px;
}

[data-ctrl]{
	color:#da1158;
}

@media screen and (min-width: 1024px) {
	[data-ctrl]:hover{
		color:#000;
	}
}

.desc.hide-class>div{
	position:relative;
}

.desc.hide-class>div:after{
	content:'';
	position:absolute;
	bottom:0;
	left:0;
	width:100%;
	height:20px;
	background: -moz-linear-gradient(top,  rgba(30,87,153,0) 0%, rgba(248,248,248,1) 100%);
	background: -webkit-linear-gradient(top,  rgba(30,87,153,0) 0%,rgba(248,248,248,1) 100%);
	background: linear-gradient(to bottom,  rgba(30,87,153,0) 0%,rgba(248,248,248,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#001e5799', endColorstr='#f8f8f8',GradientType=0 );
}

.video.sponsor a {
	display: block;
    margin: 0 auto;
    max-width: 300px;
    width: 100%;
}

.video.sponsor a img {
    width: 100%;
    height: 100px;
}

@media screen and (max-width: 1024px) {
	.video.sponsor a {
		/* max-width: 468px; */
	}
}

@media screen and (max-width: 1024px) {
	.video.sponsor a {
		max-width: 300px;
	}
	.text-paragraph {
		display: none;
	}
	.tags_cloud.new {
		display: none;
	}
	#list_videos_most_popular_videos_new .headline {
		display: none;
	}
	.list-videos .item {
		width: 25%;
	}
}

@media screen and (max-width: 767px) {
	.list-videos .item {
		width: 33.33%;
	}
}

@media screen and (max-width: 600px) {
	.list-videos .item {
		width: 50%;
	}
}

@media screen and (max-width: 414px) {
	.list-videos .item {
		width: 100%;
	}
}

.block-video .video-holder .headline {
	margin-top: 0;
	border-top: none;
}

.block-video .video-holder .headline .sorting {
	order: 1;
}

.description_holder {
	margin: 15px 0;
	font-size: 15px;
	position: relative;
}

.description_holder .video_description {
	display: inline;
}

.description_holder .more_description {
	color: #da1158;
	background: #f8f8f8;
	display: none;
}

.description_holder.short_text .more_description {
	position: absolute;
	right: 0;
	bottom: 0;
	padding: 0 0 0 9px;
}

.description_holder.short_text .more_description:before {
	content: '...';
	display: inline-block;
	color: #444;
	position: relative;
    left: -9px;
}

.description_holder.short_text {
	display: inline-block;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}

.description_holder.show_btn .more_description {
	display: inline-block;
}

/* CMS compatibility layer for the Momslust skin. */
.screen-reader-text {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}
.skip-to-main-content:focus {
	position: fixed;
	left: 10px;
	top: 10px;
	z-index: 1000;
	width: auto;
	height: auto;
	padding: 10px 14px;
	clip: auto;
	background: #ff1165;
	color: #fff;
}
.momslust-template .page-wrapper {
	height: auto;
	min-height: 100vh;
}
.momslust-template .page-main {
	padding-top: 10px;
}
.logo.logo-text {
	-webkit-box-flex: 0;
	-ms-flex: 0 1 auto;
	flex: 0 1 auto;
	min-width: 180px;
	max-width: 42%;
}
.momslust-logo {
	display: inline-flex;
	align-items: baseline;
	max-width: 100%;
	overflow: hidden;
	color: #161616;
	font-size: 34px;
	font-weight: 700;
	line-height: 1;
	letter-spacing: -1px;
	text-transform: uppercase;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.momslust-logo:hover {
	color: #161616;
}
.momslust-logo-main,
.momslust-logo-accent {
	overflow: hidden;
	text-overflow: ellipsis;
}
.momslust-logo-accent {
	color: #ff1165;
}
.header .search {
	width: min(360px, 34vw);
}
.search .search-text input {
	padding-right: 58px;
}
.search .search-button {
	border: 0;
	padding: 0;
}
.search-svg {
	width: 18px;
	height: 18px;
	margin: 15px auto;
	fill: currentColor;
}
.language-switch {
	position: relative;
	margin-left: 1px;
}
.language-current {
	display: block;
	height: 50px;
	min-width: 54px;
	padding: 0 14px;
	border: 1px solid #bbbbbb;
	background: #fff;
	color: #161616;
	font-size: 12px;
	font-weight: 500;
	line-height: 48px;
	text-align: center;
	text-transform: uppercase;
	cursor: pointer;
}
.language-current:hover,
.language-switch.open .language-current {
	border-color: #ff1165;
	color: #ff1165;
}
.language-menu {
	display: none;
	position: absolute;
	right: 0;
	top: calc(100% + 6px);
	z-index: 250;
	min-width: 180px;
	max-height: 320px;
	overflow: auto;
	padding: 8px;
	background: #fff;
	border: 1px solid #dedede;
	box-shadow: 0 8px 24px rgba(0, 0, 0, .12);
	text-align: left;
}
.language-switch.open .language-menu {
	display: block;
}
.language-menu a {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 10px;
	padding: 9px 10px;
	color: #161616;
	font-size: 12px;
	text-transform: uppercase;
}
.language-menu a:hover,
.language-menu a.active {
	background: #ff1165;
	color: #fff;
}
.language-menu span {
	font-size: 10px;
	opacity: .8;
}
.ads-container {
	margin: 12px auto;
}
.ads-row {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 10px;
}
.ad-slot {
	max-width: 100%;
	overflow: hidden;
	text-align: center;
}
.ad-slot img,
.ad-slot iframe,
.ad-slot object,
.ad-slot embed {
	max-width: 100%;
}
.listing-count {
	color: #ff1165;
	font-size: 14px;
	font-weight: 500;
	text-transform: uppercase;
}
.cms-alert,
.empty-content {
	margin: 15px 0;
	padding: 15px;
	border: 1px solid #eaeaea;
	background: #fff;
	color: #444;
	text-align: center;
}
.empty-content h2 {
	font-size: 18px;
	font-weight: 300;
}
.cms-seo-text {
	margin: 20px 0;
}
.cms-seo-text .text-paragraph {
	text-transform: none;
}
.item .img img {
	object-fit: cover;
}
.empty-thumb {
	color: #777;
	font-size: 12px;
	text-align: center;
	text-transform: uppercase;
}
.cms-pagination {
	overflow: visible;
}
.cms-pagination .pagination-holder {
	display: block;
}
.cms-pagination nav.pagination {
	margin: 0;
	overflow: visible;
}
.cms-pagination nav.pagination ul {
	flex-wrap: wrap;
}
.cms-pagination nav.pagination li.chosen .current,
.cms-pagination nav.pagination li a:hover {
	color: #fff;
	background: #ff1165;
}
.cms-pagination .pagination-ellipsis span {
	background: transparent;
}
.block-video.cms-wide-player .block-player {
	float: none;
	width: 100%;
	padding-right: 0;
}
.block-video.cms-wide-player .player-wrap {
	width: 100%;
	height: 0;
	padding-bottom: 56.25%;
	background: #000;
}
.block-video.cms-wide-player #player,
.block-video.cms-wide-player .jwplayer {
	position: absolute !important;
	left: 0 !important;
	top: 0 !important;
	width: 100% !important;
	height: 100% !important;
}
.block-video.cms-wide-player .video-holder {
	clear: both;
}
.cms-rating .star-rating-body {
	gap: 6px;
	margin: 0 10px;
}
.cms-rating .rate-like {
	display: inline-block;
	padding: 8px 10px;
	border: 1px solid #cbcbcb;
	background: #fff;
	color: #111;
	font-size: 11px;
	text-transform: uppercase;
}
.cms-rating .rate-like:hover {
	border-color: #ff1165;
	background: #ff1165;
	color: #fff;
}
.description_holder .section-title {
	display: block;
	margin-bottom: 8px;
	color: #222;
	font-size: 16px;
	font-weight: 300;
}
.description_holder .video_description {
	display: block;
	line-height: 1.6;
}
.share-content {
	margin-top: 10px;
}
.share-field {
	cursor: text;
}
.footer-text-logo {
	margin: 0;
	color: #fff;
	font-size: 28px;
	font-weight: 700;
	line-height: 1;
	text-transform: uppercase;
}
.footer-text-logo:hover {
	color: #ff1165;
}
.footer-col-languages ul {
	flex-wrap: wrap;
}
.footer-nav li a.active {
	color: #ff1165;
}
.footer-counters {
	text-align: center;
}
.footer-counters img,
.footer-counters iframe,
.footer-counters object,
.footer-counters embed {
	max-width: 100%;
}
.is-rtl .language-menu {
	right: auto;
	left: 0;
	text-align: right;
}
@media screen and (max-width: 1300px) {
	.header .search {
		width: min(420px, 100%);
	}
	.logo.logo-text {
		max-width: 100%;
	}
}
@media screen and (max-width: 1024px) {
	.logo.logo-text {
		min-width: 0;
		max-width: calc(100% - 60px);
	}
	.momslust-logo {
		font-size: 28px;
	}
	.header .holder {
		text-align: left;
	}
	.header .search {
		width: 100%;
		margin: 12px 0;
	}
	.language-switch {
		display: inline-block;
		margin: 0;
	}
	.language-menu {
		left: 0;
		right: auto;
	}
}
@media screen and (max-width: 480px) {
	.momslust-logo {
		font-size: 23px;
		letter-spacing: -.5px;
	}
	.headline h1,
	.headline h2,
	.headline-wrap strong {
		font-size: 18px;
	}
	.pagination a,
	.pagination span {
		padding: 10px 15px;
		font-size: 18px;
	}
	.cms-rating {
		text-align: center;
	}
	.cms-rating .star-rating-body {
		justify-content: center;
		margin: 8px 0;
	}
}
