.autocomplete-suggestions { border: 1px solid #1b1b1b; background: #000; overflow: auto; margin: 0 -60px 0 13px; }
.autocomplete-suggestion { padding: 2px 5px; white-space: nowrap; overflow: hidden; cursor: pointer; }
.autocomplete-selected { background: #151515; }
.autocomplete-suggestions strong { font-weight: normal; color: #276fdb; border-bottom: 1px solid #276fdb; }
.autocomplete-group { padding: 5px; font-weight: bold;}
.autocomplete-group strong { display: block; }

/* NOTE */
/* .place ~ .item:nth-of-type such selection used 
in case of banner or sidebar is placed on one line with items */
/* NOTE */
/* @import "https://fonts.googleapis.com/css?family=Roboto:400,500,700&amp;subset=cyrillic";
@font-face {
  font-family: "icomoon";
  src: url("../images/fonts/icomoon.eot?nddhpi");
  src: url("../images/fonts/icomoon.eot?nddhpi#iefix")
      format("embedded-opentype"),
    url("../images/fonts/icomoon.ttf?nddhpi") format("truetype"),
    url("../images/fonts/icomoon.woff?nddhpi") format("woff"),
    url("../images/fonts/icomoon.svg?nddhpi#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
} */
/* NEW */
@font-face {
  font-family: 'icomoon';
  src:  url('../images/fonts/icomoon.eot?jtrn4n');
  src:  url('../images/fonts/icomoon.eot?jtrn4n#iefix') format('embedded-opentype'),
    url('../images/fonts/icomoon.ttf?jtrn4n') format('truetype'),
    url('../images/fonts/icomoon.woff?jtrn4n') format('woff'),
    url('../images/fonts/icomoon.svg?jtrn4n#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: never;
  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;
}
/* NEW */
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;
}
* {
  outline: none;
  text-decoration: none;
}
img,
object,
embed {
  vertical-align: bottom;
}
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
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;
}
p.text {
  font-size: 1.8rem;
  font-weight: 500;
  color: #fff;
  margin: 0 0 2.5rem;
  width: 100%;
  display: block;
}
q:before,
q:after {
  content: "";
}
a * {
  cursor: pointer;
}

html {
  height: 100%;
  background: #000;
  font-size: 62.5%;
}
body {
  font: 400 14px/1.2 "Roboto", Helvetica, sans-serif;
  min-height: 100%;
  min-width: 320px;
  position: relative;
  color: #fff;
  -webkit-text-size-adjust: none;
  -ms-text-size-adjust: none;
}
a {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
  -webkit-transition: color 0.3s, background-color 0.3s;
  transition: color 0.3s, background-color 0.3s;
}

.no-touch a:hover {
  color: #276fdb;
}
.no-touch .headline-btn a:hover {
	color: #fff;
}

input,
select,
textarea {
  font-size: 13px;
  line-height: 1.2;
  font-family: "Roboto", Helvetica, sans-serif;
}
.container {
  margin: 0 auto;
  overflow: hidden;
  position: relative;
  background-color: #151515;
}
.hidden {
  display: none;
}
/* .movable-top,
.movable-bottom {
	position: relative;
} */
.country {
  margin: 1px 3px 1px 0;
}
.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;
  border-radius: 3px;
  -webkit-border-radius: 3px;
}
.icon:before {
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* .icon-time:before {
  content: "\e91d";
}
.icon-categories:before {
  content: "\e903";
}
.icon-eye:before {
  content: "\e909";
}
.icon-comment:before {
  content: "\e914";
}
.icon-calendar:before {
  content: "\e902";
}
.icon-info:before {
  content: "\e90e";
}
.icon-flag:before {
  content: "\e90a";
}
.icon-album:before {
  content: "\e900";
}
.icon-share:before {
  content: "\e91a";
}
.icon-member:before {
  content: "\e913";
}
.icon-add:before {
  content: "\e917";
}
.icon-video:before {
  content: "\e91c";
}
.icon-categories:before {
  content: "\e903";
}
.icon-world:before {
  content: "\e908";
}
.icon-model:before {
  content: "\e915";
} */
/* NEW ICONS */
.icon-ava:before {
  content: "\e900";
}
.icon-calendar:before {
  content: "\e901";
}
.icon-categories:before {
  content: "\e902";
}
.icon-change:before {
  content: "\e903";
}
.icon-chat:before {
  content: "\e904";
}
.icon-close:before {
  content: "\e905";
}
.icon-computer:before {
  content: "\e906";
}
.icon-dislike:before {
  content: "\e907";
}
.icon-down-arrow:before {
  content: "\e908";
}
.icon-fire:before {
  content: "\e909";
}
.icon-galery:before {
  content: "\e90a";
}
.icon-heart:before {
  content: "\e90b";
}
.icon-info:before {
  content: "\e90c";
}
.icon-left-arrow:before {
  content: "\e90d";
}
.icon-like:before {
  content: "\e90e";
}
.icon-logout:before {
  content: "\e90f";
}
.icon-network:before {
  content: "\e910";
}
.icon-play-button:before {
  content: "\e911";
}
.icon-player:before {
  content: "\e912";
}
.icon-playlist:before {
  content: "\e913";
}
.icon-premium:before {
  content: "\e914";
}
.icon-right-arrow:before {
  content: "\e915";
}
.icon-search:before {
  content: "\e916";
}
.icon-share:before {
  content: "\e917";
}
.icon-sort-az:before {
  content: "\e918";
}
.icon-upload:before {
  content: "\e919";
}
.icon-user-drop:before {
  content: "\e91a";
}
.icon-user:before {
  content: "\e91b";
}
.icon-video:before {
  content: "\e91c";
}
.icon-violation:before {
  content: "\e91d";
}
.icon-visibility:before {
  content: "\e91e";
}

/* forms */
form .section-title {
	color: #ccc;
	font-size: 18px;
	font-weight: 500;
	margin: 1rem 0;
	display: block;
}

form .section-title.expand,
form .section-title.collapse {
	position: relative;
	cursor: pointer;
	display: inline-block;
}

form .section-title.expand:hover,
form .section-title.collapse:hover {
	color: #dc0000;
}

form .section-title.collapse:after,
form .section-title.expand:after {
	content: "\e901";
	display: block;
	position: absolute;
	margin-left: 10px;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	left: 100%;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	font-family: "icomoon" !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	z-index: 1;
	font-size: 6px;
	-webkit-transition: -webkit-transform 0.3s;
	transition: -webkit-transform 0.3s;
	transition: transform 0.3s;
	transition: transform 0.3s, -webkit-transform 0.3s;
}

form .section-title.collapse:after {
	-webkit-transform: translateY(-50%) rotate(180deg);
	transform: translateY(-50%) rotate(180deg);
}

form .row {
	display: block;
	position: relative;
	width: 100%;
	margin: 0 0 2rem;
	line-height: 0;
}

.message-form form .row {
	width: 100%;
	max-width: 100%;
}

form .row:last-child {
	margin: 0;
}

form label {
	display: block;
	color: #ccc;
	margin: 0 0 5px;
	font-weight: 500;
	line-height: 1.2;
	font-size: 14px;
}

form label.field-label:after {
	content: ":";
}

form label.field-label.required:after {
	content: " (*):";
}

form .bottom label {
	font-size: 12px;
	color: #9f9f9f;
	margin: 0 0 7px;
}

form .bottom label.field-label {
	color: #ccc;
	font-size: 14px;
	font-weight: 500;
}

form .button-group .row {
	margin: 6px 0 0 0;
}

.button-group {
	margin: 0 0 2rem;
}

.two-sections .button-group {
	margin: 0;
}

form .button-group .row:first-child {
	margin: 0;
}

form .button-group .row label {
	margin: 0 0 5px;
	cursor: pointer;
}

form .radio,
form .checkbox {
	display: none;
}

form .radio + label,
form .radio + span,
form .checkbox + label,
form .checkbox + span {
	position: relative;
	padding-left: 24px !important;
	cursor: pointer;
}

form .radio + span {
	line-height: 1.2;
}

form .checkbox + label::before,
form .checkbox + span::before {
	content: "\e908";
	position: absolute;
	left: 0;
	top: -2px;
	z-index: 2;
	width: 20px;
	height: 20px;
	border-radius: 5px;
	border: 1px solid #3f3f3f;
	background-color: #262626;
	font-family: "icomoon" !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	color: #262626;
	font-size: 11px;
	text-align: center;
	padding: 3px 0 0;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-transition: background-color 0.3s, border 0.3s, color 0.3s;
	transition: background-color 0.3s, border 0.3s, color 0.3s;
}

form .checkbox:checked + label::before,
form .checkbox:checked + span::before {
	background-color: #dc0000;
	border: 1px solid #dc0000;
	color: #fff;
}

form .radio + span::before,
form .radio + label::before {
	content: "";
	position: absolute;
	left: 0;
	top: -2px;
	z-index: 2;
	width: 20px;
	height: 20px;
	border-radius: 5px;
	border: 2px solid #3f3f3f;
	background-color: #262626;
	padding: 3px 0 0;
	-webkit-transition: background-color 0.3s, border 0.3s, color 0.3s;
	transition: background-color 0.3s, border 0.3s, color 0.3s;
}

form .radio:checked + span::before,
form .radio:checked + label::before {
	background-color: #dc0000;
	border: 5px solid #e0dfdf;
}

form .submit {
	text-align: center;
	color: #ffffff;
	text-transform: uppercase;
	font-weight: 500;
	font-size: 14px;
	padding: 12px 30px;
	cursor: pointer;
	border: 0;
	min-width: 140px;
	-webkit-appearance: none;
	background-color: #dc0000;
	border-radius: 10px;
	-webkit-transition: background-color 0.3s, color 0.3s;
	transition: background-color 0.3s, color 0.3s;
	-webkit-box-ordinal-group: 3;
	-ms-flex-order: 2;
	order: 2;
}

.no-touch form .submit:hover {
	background-color: #212121;
	color: #fff;
}

.sidebar form .submit {
	min-width: 154px;
}

.margin-fix .bottom .submit.active,
.margin-fix .bottom .submit.right.active,
form .submit.active {
	background-color: #dc0000;
	color: #fff;
}

.margin-fix .bottom .submit:disabled,
.margin-fix .bottom .submit.right:disabled,
form .submit:disabled {
	pointer-events: none;
	color: #3f3f3f;
}

form .textfield,
form .textarea,
form .selectbox,
form .file {
	border: 1px solid #262626;
	padding: 12px 20px;
	color: #fff;
	background: #2e2e2e;
	width: 100%;
	border-radius: 10px;
	height: 40px;
}

form .textarea {
	resize: none;
	min-height: 120px;
}

form .selectbox {
	cursor: pointer;
	padding: 10px 20px;
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	background-image: url("data:image/svg+xml,%3Csvg viewBox='0,0,51,32' stroke='white' fill='white' width='10' height='8' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 4.544c-0 0.005-0 0.011-0 0.017 0 1.277 0.486 2.44 1.284 3.315l-0.004-0.004 21.248 22.784c0.767 0.827 1.859 1.343 3.072 1.343s2.305-0.516 3.070-1.34l0.002-0.003 21.248-22.784c0.803-0.873 1.296-2.043 1.296-3.328s-0.492-2.455-1.299-3.332l0.003 0.004c-0.773-0.861-1.89-1.401-3.133-1.401-1.212 0-2.305 0.513-3.073 1.334l-0.002 0.002-18.112 19.456-18.112-19.456c-0.77-0.823-1.862-1.337-3.075-1.337-1.243 0-2.36 0.539-3.13 1.397l-0.003 0.004c-0.794 0.871-1.28 2.034-1.28 3.311 0 0.006 0 0.012 0 0.018v-0.001z'%3E%3C/path%3E%3C/svg%3E"),
		linear-gradient(to bottom, #2e2e2e 0%, #2e2e2e 100%);
	background-repeat: no-repeat, repeat;
	background-position: right 10px top 50%;
	background-size: auto;
}

form .selectbox::-ms-expand {
	display: none;
}

form .selectbox:disabled,
form .selectbox[aria-disabled=true] {
	color: graytext;
}

form .selectbox option {
	font-weight: normal;
}

form .date {
	font-size: 0;
}

form .date .selectbox {
	width: auto;
	margin-right: 10px;
}

form .file {
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	padding: 0;
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	cursor: pointer;
}

form .file[disabled] {
	cursor: default;
}

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: 2px solid #f30702;
}

form .file-control {
	position: relative;
	width: 100%;
	margin: 0 0 2rem;
}

form .file-control .textfield {
	padding-left: 24px;
}

form .file-control .button {
	position: absolute;
	left: 6px;
	top: 5px;
	border-radius: 5px;
	text-align: center;
	font-weight: 500;
	padding: 15px 10px;
	font-size: 13px;
	color: #fff;
	background-color: #212121;
}

form .file-control .button.disabled {
	color: #a2a2a2;
	background: #383838;
}

form .list-selector-popup {
	position: absolute;
	width: 100%;
	height: 160px;
	left: 0;
	bottom: 52px;
	border-radius: 5px;
	-webkit-box-shadow: -1px 1px 5px rgba(33, 33, 33, 0.65);
	box-shadow: -1px 1px 5px rgba(33, 33, 33, 0.65);
	z-index: 10000;
	background-color: #000;
}

form .list-selector-popup:after {
	position: absolute;
	content: "";
	width: 10px;
	height: 10px;
	background-color: #2e2e2e;
	left: 50%;
	-webkit-transform: translateX(-50%) rotate(45deg);
	transform: translateX(-50%) rotate(45deg);
	-webkit-box-shadow: -1px 1px 5px rgba(33, 33, 33, 0.65);
	box-shadow: -1px 1px 5px rgba(33, 33, 33, 0.65);
	bottom: -5px;
	z-index: 10000;
}

form .list-selector-popup:before {
	position: absolute;
	content: "";
	width: 40px;
	height: 7px;
	background-color: #2e2e2e;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	bottom: 0;
	z-index: 10001;
}

form .list-selector-popup .button-group {
	overflow-y: scroll;
	overflow-x: hidden;
	position: absolute;
	top: 8px;
	left: 8px;
	bottom: 30px;
	right: 8px;
}

form .list-selector-popup .button-group .group-title {
	margin: 0 5px 10px 0;
	padding: 3px;
	line-height: 1.2;
	background: #212121;
	font-weight: 800;
}

form .list-selector-popup .button-group .item {
	display: inline-block;
	width: 31%;
	padding: 3px 0 10px;
	vertical-align: top;
}

.fancybox-inner form .list-selector-popup .button-group .item {
	width: 49%;
}

.fancybox-outer,
.fancybox-inner {
	height: auto !important;
}

form .list-selector-popup .button-group .item label {
	color: #fff;
	font-size: 12px;
	cursor: pointer;
	position: relative;
	padding: 0 0 0 25px;
}

form .list-selector-popup .filter {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	background: #c8c8c8;
	border: none;
}

form .list-selector-popup .filter input {
	width: 100%;
	height: 100%;
	padding: 8px 10px;
	border: none;
	color: #fff;
	background: #2e2e2e;
	font-weight: 400;
	line-height: 14px;
}

form .bottom {
	position: relative;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

form .bottom a {
	color: #fff;
	font-size: 12px;
	line-height: 20px;
	text-decoration: none;
	font-weight: 500;
	text-transform: uppercase;
	-webkit-transition: color 0.3s;
	transition: color 0.3s;
}

form .bottom .links {
	width: 100%;
	-webkit-box-ordinal-group: 2;
	-ms-flex-order: 1;
	order: 1;
	margin: 0 0 2.7rem;
}

form .bottom .links p:first-child a {
	font-weight: bold;
	color: #dc0000;
}

form .bottom .links p:first-child a:hover {
	color: #fff;
}

form .bottom .submit.right {
	float: right;
	margin: 0 0 0 10px;
}

.no-touch form .bottom a:hover {
	color: #dc0000;
}

.no-touch form .bottom .submit.right:hover {
	background-color: #dc0000;
	color: #fff;
}

form .captcha-control {
	width: 100%;
}

form .captcha-control .image {
	margin: 0 0 2rem;
	overflow: hidden;
}

form .captcha-control .image img {
	display: block;
	width: 165px;
	height: 68px;
	margin: 0 1rem 1rem 0;
	float: left;
}

form .captcha-control .image .textfield {
	width: 150px;
}

form [data-name="code"] {
	margin: 0 0 2rem;
	min-height: 78px;
}

form .success {
	margin: 1rem;
	padding: 2.5rem 2rem;
	background: #dc0000;
	color: #fff;
	font-weight: 500;
	font-size: 14px;
	border-radius: 1.5rem;
	width: 100%;
	text-align: center;
}

.fancybox-outer form .success {
	width: auto;
	margin: 3rem;
}

form .generic-error {
	text-align: center;
	padding: 10px;
	color: #f30702;
	border: 2px solid #f30702;
	font-size: 14px;
	font-weight: bold;
	line-height: 16px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	margin: 0 0 10px;
}

form .info-message {
	display: inline-block;
	position: relative;
	margin: 0 1rem 1rem 1rem;
	padding: 1rem;
	font-size: 14px;
	background: #444444;
	border-radius: 5px;
	-webkit-border-radius: 5px;
}

form .info-message:before {
	position: absolute;
	content: "";
	width: 10px;
	height: 10px;
	background-color: #444444;
	left: 20px;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	top: -5px;
}

form .info-message .bottom {
	display: block;
	padding: 1rem 0 0;
}

form .info-message .submit {
	font-size: 12px;
	min-width: auto;
	margin: 5px 5px 0 0;
}

form .field-error {
	display: none;
	padding: 5px 0 0 0;
	color: #f30702;
	font-size: 14px;
	font-weight: 500;
	line-height: 1.2;
}

form .field-error label {
	margin: 0;
}

form .smileys-support {
	position: relative;
}

form .smileys-support .textarea {
	border-radius: 0 0 10px 10px;
}

form .smileys-support .smileys-bar {
	background: #444444;
	padding: 2px 10px 4px;
	cursor: default;
	font-size: 0;
	border-radius: 10px 10px 0 0;
}

form .smileys-support img {
	cursor: pointer;
	margin-right: 5px;
}

form .smileys-support img:last-child {
	margin: 0;
}

form .progressbar {
	position: absolute;
	z-index: 990;
	width: 60%;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	height: 5.0rem;
	border: 0.2rem solid #dc0000;
	padding: 0.8rem;
	border-radius: 2.4rem;
	background: #151515;
}

form .progressbar .text {
	position: absolute;
	width: 100%;
	top: 1rem;
	height: 3rem;
	font-size: 2.2rem;
	line-height: 3rem;
	text-align: center;
}

form .progressbar .progress {
	width: 0;
	height: 3rem;
	background: #dc0000;
	border-radius: 2rem;
}

/* toggle button */
.toggle-button {
	color: #fff;
	border: 1px solid #3f3f3f;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 500;
	padding: 2.7rem 9px 2.7rem 2.9rem;
	cursor: pointer;
	background-color: #000;
	border-radius: 5px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-transition: background-color 0.3s, color 0.3s, border 0.3s;
	transition: background-color 0.3s, color 0.3s, border 0.3s;
	cursor: pointer;
}

.toggle-button * {
	cursor: pointer;
}

.toggle-button input::before {
	position: absolute;
	content: "";
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 20px;
	height: 20px;
	border: 2px solid #d4d4d4;
	background-color: #000;
	border-radius: 50%;
	z-index: 1;
	-webkit-transition: border 0.3s, background-color 0.3s;
	transition: border 0.3s, background-color 0.3s;
}

.toggle-button.inversed.active input::before {
	border: 5px solid #ffffff;
	background-color: #dc0000;
}

.toggle-button.active {
	color: #ffffff;
	background-color: #dc0000;
}

.toggle-button.inversed {
	border: 1px solid #e4e4e4;
	background: #f1f1f1;
	color: #222;
}

.toggle-button.inversed label {
	color: #222;
}

.toggle-button.inversed.active {
	color: #ffffff;
	border: 1px solid #dc0000;
	background-color: #dc0000;
}

.toggle-button.inversed.active label {
	color: #ffffff;
}

.toggle-button.done {
	pointer-events: none;
}

.toggle-button.done *,
.toggle-button.disabled * {
	cursor: default;
}

/* top links */

.member-links {
	margin-left: 40px;
	flex-shrink: 0;
	order: 3;
}

.member-links.user {
	display: none;
	margin-left: 0;
	position: absolute;
	right: 10px;
	top: calc(100% + 10px);
	width: 204px;
	z-index: 9999;
}

.member-links.user ul {
	background-color: #212121;
	border-radius: 5px;
	overflow: hidden;
	box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 3px, rgba(0, 0, 0, 0.24) 0px 1px 2px;
	flex-direction: column;
}
.member-links.user li {
	width: 100%;
	text-align: center;
}
.member-links.user li + li {
	margin: 0;
}
.member-links.user ul a {
	border-radius: 0;
}
.member-links.user .name {
	padding: 8px 2px;
}

.member-links.user:before {
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	position: absolute;
	bottom: 100%;
	border-width: 0 5px 6px 5px;
	border-color: transparent transparent #212121 transparent;
	right: 14px;
}

@media screen and (max-width: 1024px) {
	.member-links {
		margin-left: 5px;
	}
}

@media screen and (max-width: 639px) {
	.member-links {
		display: none;
		margin-left: 0;
		position: absolute;
		right: 10px;
		top: 54px;
		width: 110px;
		z-index: 9999;
	}
	.member-links:before {
		content: "";
		width: 0;
		height: 0;
		border-style: solid;
		position: absolute;
		bottom: 100%;
		border-width: 0 5px 6px 5px;
		border-color: transparent transparent #212121 transparent;
		right: 14px;
	}
	.member-links.user {
		top: 54px;
	}
	.member-links ul {
		background-color: #212121;
		border-radius: 5px;
		overflow: hidden;
		box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 3px, rgba(0, 0, 0, 0.24) 0px 1px 2px;
		flex-direction: column;
	}
	.member-links li {
		width: 100%;
		text-align: center;
	}
	.member-links ul li + li {
		margin: 0;
	}
	.member-links ul a {
		border-radius: 0;
	}
	.member-links .name {
		padding: 8px 2px;
	}
}

@media screen and (max-width: 479px) {
	.member-links:before {
		right: auto;
		left: 34px;
	}
	.member-links.user:before {
		left: 132px;
	}
}

@media screen and (max-width: 370px) {
	.member-links,
	.member-links.user {
		top: 50px;
	}
	.member-links:before {
		left: 52px;
	}
	.member-links.user:before {
		left: auto;
		right: 48px;
	}
}

.network {
	margin-bottom: 20px;
}

@media screen and (max-width: 768px) {
	.network {
		margin-bottom: 10px;
	}
}

.footer .name {
	margin-bottom: 10px;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
}

.footer .cols {
	display: flex;
	margin-bottom: 20px;
}

@media screen and (max-width: 539px) {
	.footer .cols {
		flex-wrap: wrap;
		margin-bottom: 5px;
	}
}

.footer .col {
	width: 25%;
	padding: 0 5px;
}

@media screen and (max-width: 768px) {
	.footer .col {
		width: 33.333%;
	}
}

@media screen and (max-width: 539px) {
	.footer .col {
		width: 50%;
	}
	.footer .col {
		margin-bottom: 15px;
	}
}

.footer .cols .name {
	position: relative;
	margin-bottom: 20px;
	display: inline-block;
}

.footer .cols .name:before {
	content: "";
	height: 2px;
	width: 30px;
	background-color: #303030;
	position: absolute;
	bottom: -5px;
	left: 0;
}

.network ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	line-height: 1.4;
}

.network li {
	margin-right: 20px;
}

.network li:last-child {
	margin: 0;
}

.footer .network a {
	color: #fff;
	display: block;
	position: relative;
	padding-left: 14px;
	-webkit-transition: color 0.3s;
	transition: color 0.3s;
	text-decoration: none;
}

@media screen and (max-width: 1350px) {
	.footer .network a {
		font-size: 12px;
	}
}

.network a::before {
	position: absolute;
	content: "";
	width: 9px;
	height: 9px;
	border-radius: 50%;
	z-index: 1;
	background-color: #dc0000;
	left: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.footer .network a:hover {
	color: #dc0000;
}

.network .more {
	display: none;
}

.member-links ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.member-links li {
	/*padding: 0 20px 0 0;*/
	color: #fff;
}

.btn-icon {
	position: relative;
	padding-left: 39px;
}

.member-links .btn-icon {
	padding-left: 34px;
}

.btn-icon:before {
	font-family: "icomoon" !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
}

.login-btn:before {
	content: "\e913";
	top: 50%;
	left: 15px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	font-size: 14px;
}

.signup-btn:before {
	content: "\e90f";
	top: 50%;
	left: 15px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	font-size: 14px;
}

.logout-btn:before {
	content: "\e916";
	top: 50%;
	left: 15px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	font-size: 14px;
}

.member-links a {
	color: #ffffff;
	background-color: transparent;
	-webkit-transition: background-color .3s, color .3s;
	transition: background-color .3s, color .3s;
	display: block;
	/*margin: 0 -20px 0 0;*/
	border-radius: 10px;
	padding: 12px 25px;
	text-transform: uppercase;
}

@media screen and (max-width: 1350px) {
	.member-links a {
		font-size: 12px;
	}
}

@media screen and (max-width: 768px) {
	.member-links a {
		padding: 10px 15px;
	}
}

.member-links .active {
	background-color: #dc0000;
	color: #fff;
}

@media screen and (min-width: 1025px) {
	.member-links .active:hover {
		background-color: #aa0404;
	}
}

.member-links a.disabled {
	color: #fff;
}

@media screen and (min-width: 1025px) {
	.member-links a:hover {
		background-color: #dc0000;
		color: #fff;
	}
}

.member-links li + li {
	margin-left: 5px;
}

.spot-primary {
	margin-top: 3rem;
}

.spot-primary.second {
	margin: 2rem 0;
}

.spot-primary.second a {
	text-align: left;
	padding: 6px 10px;
	text-transform: inherit;
}

.spot-primary a {
	display: block;
	font-weight: bold;
	padding: 6px;
	text-transform: uppercase;
	text-align: center;
	background-color: #dc0000;
	color: #151515;
	border-radius: 5px;
}

@media screen and (min-width: 1025px) {
	.spot-primary a:hover {
		color: #fff;
	}
}

/* header */
.header {
	z-index: 20;
	padding: 20px;
	background-color: #000;
}

@media screen and (max-width: 1410px) {
	.header {
		padding: 20px 0;
	}
}

.header-inner {
	max-width: 1370px;
	margin: 0 auto;
	padding: 0 10px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: relative;
}

.logo {
	-webkit-box-ordinal-group: 2;
	-ms-flex-order: 1;
	order: 1;
	-webkit-box-flex: 0;
}

.logo a {
	display: block;
}

.search {
	-webkit-box-ordinal-group: 3;
	-ms-flex-order: 2;
	order: 2;
	-webkit-box-flex: 1;
	-ms-flex: 1 1;
	flex: 1 1;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-left: 70px;
}

@media screen and (max-width: 1024px) {
	.search {
		margin-left: 20px;
	}
}

.search form {
	-webkit-box-flex: 0;
	-ms-flex: 1 1;
	flex: 1 1;
	position: relative;
	padding: 0 10px 0 0;
	border-radius: 10px;
	-webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.08);
	box-shadow: 0 3px 7px rgba(0, 0, 0, 0.08);
}

.search .search-text input {
	width: 100%;
	border: 0;
	background: none;
	border-radius: 10px;
	background-color: #fff;
	color: #000000;
	font-size: 13px;
	padding: 13px 60px 13px 20px;
}

.search-text input::-webkit-input-placeholder {
	color: #000000;
	-webkit-transition: color 0.3s;
	transition: color 0.3s;
}

.search-text input:-ms-input-placeholder {
	color: #000000;
	-webkit-transition: color 0.3s;
	transition: color 0.3s;
}

.search-text input::-ms-input-placeholder {
	color: #000000;
	-webkit-transition: color 0.3s;
	transition: color 0.3s;
}

.search-text input::placeholder {
	color: #000000;
	-webkit-transition: color 0.3s;
	transition: color 0.3s;
}

.search-text input:focus::-webkit-input-placeholder {
	color: transparent;
}

.search-text input:focus:-ms-input-placeholder {
	color: transparent;
}

.search-text input:focus::-ms-input-placeholder {
	color: transparent;
}

.search-text input:focus::placeholder {
	color: transparent;
}

.search .search-text input:focus {
	outline: none;
}

.search .search-button {
	position: absolute;
	top: 0;
	right: 0;
	height: 100%;
	width: 60px;
	background: #dc0000 url("../images/search.svg") center no-repeat;
	text-indent: -1000px;
	overflow: hidden;
	cursor: pointer;
	border-radius: 10px;
	-webkit-transition: background 0.3s;
	transition: background 0.3s;
}

.no-touch .search .search-button:hover {
	background-color: #aa0404;
}

/* navigation */
.header + nav {
	border: 1px solid #1b1b1b;
	-webkit-box-shadow: 0 1px 0 #2c2d32;
	box-shadow: 0 1px 0 #2c2d32;
	border-left: 0;
	border-right: 0;
	background-color: #000;
}

@media screen and (max-width: 1250px) {
	.header + nav {
		border: none;
		box-shadow: none;
		background-color: transparent;
	}
}

.navigation {
	position: relative;
}

.burger {
	display: none;
	padding: 8px 0;
	margin: 0;
	border: none;
	background: transparent;
	height: 38px;
	cursor: pointer;
	margin-right: 20px;
}

@media screen and (max-width: 1024px) {
	.burger {
		display: block;
	}
}

@media screen and (max-width: 640px) {
	.burger {
		margin-right: 10px;
	}
}

@media screen and (max-width: 479px) {
	.burger {
		margin-right: 50px;
	}
}

@media screen and (max-width: 479px) {
	.burger {
		margin-right: 40px;
	}
}

.burger .icon {
	display: inline-block;
	height: 20px;
	width: 28px;
	position: relative;
}

@media screen and (max-width: 370px) {
	.burger .icon {
		width: 25px;
	}
}

.burger .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;
	border-radius: 2px;
}

.burger .ico-bar:first-child {
	top: 0;
}

.burger .ico-bar:nth-child(2) {
	top: 8px;
}

.burger .ico-bar:nth-child(3) {
	top: 16px;
}

.btn-member.user {
	display: block;
	margin-left: 70px;
}

.btn-member,
.btn-search {
	display: none;
	order: 3;
	font-size: 20px;
	margin-left: 20px;
	outline: none;
	border: none;
	border-radius: 50%;
	padding: 0;
	width: 40px;
	height: 40px;
	background-color: #212121;
	color: #fff;
	flex-shrink: 0;
	flex-grow: 0;
	transition: background-color .3s;
	cursor: pointer;
}

@media screen and (max-width: 1024px) {
	.btn-member.user {
		margin-left: 20px;
	}
}

@media screen and (max-width: 640px) {
	.btn-member,
	.btn-search {
		margin-left: 10px;
	}
}

@media screen and (max-width: 639px) {
	.btn-member {
		display: flex;
		align-items: center;
		justify-content: center;
	}
}

@media screen and (max-width: 479px) {
	.btn-search {
		display: flex;
		align-items: center;
		justify-content: center;
	}
	.btn-member,
	.btn-member.user,
	.btn-search {
		margin-left: 5px;
	}
}

@media screen and (max-width: 370px) {
	.btn-member,
	.btn-search {
		font-size: 16px;
		width: 32px;
		height: 32px;
	}
}

@media screen and (min-width: 1025px) {
	.btn-member:hover {
		background-color: #dc0000;
	}
}

.header.open .burger .ico-bar {
	background: #dc0000;
	left: 4px;
}

.header.open .burger .ico-bar:first-child {
	top: -2px;
	-webkit-transform: rotate(45deg) translate(5px, 9px);
	transform: rotate(45deg) translate(5px, 9px);
}

.header.open .burger .ico-bar:nth-child(3) {
	top: 14px;
	-webkit-transform: rotate(-45deg) translate(2px, -6px);
	transform: rotate(-45deg) translate(2px, -6px);
}

.header.open .burger .ico-bar:nth-child(2) {
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
}

.header.open + nav .primary {
	opacity: 1;
	visibility: visible;
	-webkit-transform: translateX(0);
	transform: translateX(0);
}

.container.member-active .btn-member,
.header.mobile-search .btn-search {
	background-color: #dc0000;
}

.navigation .primary img {
	flex-shrink: 0;
	flex-grow: 0;
	margin-right: 4px;
}

.navigation .primary a {
	padding: 17px 4px;
	text-transform: uppercase;
	position: relative;
	color: #fff;
	-webkit-transition: color 0.3s;
	transition: color 0.3s;
	white-space: nowrap;
	-webkit-box-flex: 1;
	-ms-flex: 1 1;
	flex: 1 1;
	display: block;
	will-change: transform;
}

#theporndude {
	padding: 13px 4px;
	display: flex;
	align-items: center;
	justify-content: center;
}

/*@media screen and (max-width: 1152px) {
	#theporndude {
		padding: 5px 4px;
	}
}
*/

.navigation {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	max-width: 1370px;
	padding: 0 10px;
	width: 100%;
	margin: 0 auto;
}

.navigation .primary {
	text-transform: uppercase;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-flex: 1;
	-ms-flex: 1 1;
	flex: 1 1;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	text-align: center;
}

@media screen and (max-width: 1250px) {
	/*	.navigation .primary {
		opacity: 0;
		visibility: hidden;
		position: absolute;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		top: calc(100% + 1px);
		left: 0;
		max-width: 330px;
		width: 100%;
		background-color: #000;
		padding: 10px;
		-webkit-transform: translateX(-100%);
		transform: translateX(-100%);
		-webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.28);
		box-shadow: 0 3px 7px rgba(0, 0, 0, 0.28);
		-webkit-transition: opacity 0.3s, visibility 0.3s, -webkit-transform 0.3s;
		transition: opacity 0.3s, visibility 0.3s, -webkit-transform 0.3s;
		transition: transform 0.3s, opacity 0.3s, visibility 0.3s;
		transition: transform 0.3s, opacity 0.3s, visibility 0.3s, -webkit-transform 0.3s;
		transition: transform 0.3s, opacity 0.3s, visibility 0.3s, -webkit-transform 0.3s;
		z-index: 1000;
	}

	.navigation .primary ul {
		top: 39px;
	}

	.navigation .primary .highlight.drop {
		padding: 5px 0 0;
		margin: 0;
	}

	.navigation .primary > li:first-child,
	.navigation .primary > li {
		-webkit-box-flex: 1;
		-ms-flex: 1 1 100%;
		flex: 1 1 100%;
		margin: 0 0 3px;
	}

	#item1 {
		height: 34px;
	}*/

	.navigation .primary a {
		/*padding: 9px 4px;*/
		padding: 14px 3px;
		font-size: 13px;
	}

	#theporndude {
		padding: 12px 3px;
	}

	.navigation .primary img {
		width: 18px;
		margin-right: 3px;
	}

	/*	.navigation .primary .drop > a {
		padding: 9px 38px 9px 54px;
	}

	.secondary {
		position: absolute;
		top: 0;
		bottom: 0;
		right: 10px;
		z-index: 5;
	}

	.navigation .secondary a {
		padding: 11px 6px;
	}*/
}

@media screen and (max-width: 1100px) {
	.navigation .primary a {
		font-size: 12px;
		padding: 0 2px;
	}
}

.navigation .primary li:first-child {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 50px;
	flex: 0 0 50px;
	-ms-flex-item-align: stretch;
	-ms-grid-row-align: stretch;
	align-self: stretch;
}

@media screen and (max-width: 1250px) {
	.navigation .primary li:first-child {
		/*flex: 1 1;*/
		flex: 0 0 22px;
	}
}

@media screen and (max-width: 1024px) {
	.navigation .primary {
		opacity: 0;
		visibility: hidden;
		position: absolute;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		top: calc(100% + 1px);
		left: 0;
		max-width: 330px;
		width: 100%;
		background-color: #000;
		padding: 10px;
		-webkit-transform: translateX(-100%);
		transform: translateX(-100%);
		-webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.28);
		box-shadow: 0 3px 7px rgba(0, 0, 0, 0.28);
		-webkit-transition: opacity 0.3s, visibility 0.3s, -webkit-transform 0.3s;
		transition: opacity 0.3s, visibility 0.3s, -webkit-transform 0.3s;
		transition: transform 0.3s, opacity 0.3s, visibility 0.3s;
		transition: transform 0.3s, opacity 0.3s, visibility 0.3s, -webkit-transform 0.3s;
		transition: transform 0.3s, opacity 0.3s, visibility 0.3s, -webkit-transform 0.3s;
		z-index: 1000;
	}

	.navigation .primary ul {
		top: 39px;
	}

	.navigation .primary .highlight.drop {
		padding: 5px 0 0;
		margin: 0;
	}

	.navigation .primary > li:first-child,
	.navigation .primary > li {
		-webkit-box-flex: 1;
		-ms-flex: 1 1 100%;
		flex: 1 1 100%;
		margin: 0 0 3px;
	}

	.primary #item1 {
		height: 34px;
	}

	.navigation .primary .drop > a {
		padding: 9px 38px 9px 54px;
	}

	.secondary {
		position: absolute;
		top: 0;
		bottom: 0;
		right: 10px;
		z-index: 5;
	}

	.navigation .secondary a {
		padding: 11px 6px;
	}

	.navigation .primary img {
		width: 24px;
		margin-right: 5px;
	}

	.navigation .primary a {
		padding: 9px 3px;
		font-size: 13px;
	}

	#theporndude {
		padding: 4px 3px;
	}
}

.navigation .primary a:before {
	position: absolute;
	content: "";
	left: 0;
	bottom: 0;
	background-color: #dc0000;
	height: 3px;
	width: 0;
	-webkit-transition: width 0.3s;
	transition: width 0.3s;
}

.no-touch .navigation .primary a:hover::before {
	width: 100%;
}

.no-touch .navigation .primary .highlight.drop a:hover::before {
	width: auto;
}

.no-touch .navigation .primary a:hover {
	color: #dc0000;
}

.navigation .primary .selected a {
	color: #dc0000;
	pointer-events: none;
}

#item1 {
	position: relative;
	font-size: 0;
	height: 100%;
}

#item1::after {
	position: absolute;
	content: "\e90d";
	font-family: "icomoon" !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-size: 20px;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.navigation .primary .selected a::before {
	width: 100%;
}

.navigation .primary .drop {
	position: relative;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.navigation .primary .drop > a {
	position: relative;
	background-color: #212121;
	border-radius: 10px;
	-webkit-transition: background-color 0.3s, border-radius 0.3s;
	transition: background-color 0.3s, border-radius 0.3s;
	padding: 12px 38px 12px 54px;
}

.navigation .primary .drop > a:after {
	position: absolute;
	z-index: 1;
	content: "\e901";
	font-family: "icomoon" !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-size: 5px;
	top: calc(50% - 1px);
	right: 20px;
	will-change: transform;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transform: translateY(-50%) rotate(0);
	transform: translateY(-50%) rotate(0);
	-webkit-transition: -webkit-transform 0.3s;
	transition: -webkit-transform 0.3s;
	transition: transform 0.3s;
	transition: transform 0.3s, -webkit-transform 0.3s;
}

.navigation .primary .drop > a:before {
	position: absolute;
	z-index: 1;
	content: "\e91b";
	font-family: "icomoon" !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	width: auto;
	height: auto;
	background: transparent;
	font-size: 20px;
	top: calc(50% - 1px);
	bottom: inherit;
	left: 20px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.navigation .primary ul {
	position: absolute;
	top: 40px;
	left: 0;
	z-index: 10;
	width: 100%;
	opacity: 0;
	visibility: hidden;
	-webkit-transform: translateY(-10px);
	transform: translateY(-10px);
	-webkit-transition: opacity 0.3s, visibility 0.3s, -webkit-transform 0.3s;
	transition: opacity 0.3s, visibility 0.3s, -webkit-transform 0.3s;
	transition: opacity 0.3s, visibility 0.3s, transform 0.3s;
	transition: opacity 0.3s, visibility 0.3s, transform 0.3s, -webkit-transform 0.3s;
	transition: opacity 0.3s, visibility 0.3s, transform 0.3s, -webkit-transform 0.3s;
	overflow: hidden;
	border-radius: 0 0 10px 10px;
}

.navigation .primary ul li {
	display: block;
}

.navigation .primary ul li a {
	background-color: #212121;
	color: #fff;
	padding: 12px 5px;
	-webkit-transition: background-color 0.3s, color 0.3s;
	transition: background-color 0.3s, color 0.3s;
}

.navigation .primary ul li a:before {
	display: none;
}

.navigation .primary .drop:focus ul,
.navigation .primary .drop:hover ul {
	opacity: 1;
	visibility: visible;
	-webkit-transform: translateY(0);
	transform: translateY(0);
}

.navigation .primary .drop:hover > a {
	border-radius: 10px 10px 0 0;
	background-color: #dc0000;
	color: #fff;
}

.navigation .primary .drop:hover > a::after {
	-webkit-transform: translateY(-50%) rotate(180deg);
	transform: translateY(-50%) rotate(180deg);
}

.no-touch .navigation .primary ul li a:hover {
	background-color: #dc0000;
	color: #fff;
}

.navigation .primary ul li a {
	padding: 9px 5px;
}

.navigation .secondary li:first-child {
	border-left: none;
}

.navigation .secondary a {
	text-decoration: none;
	padding: 17px 6px;
	position: relative;
	display: block;
	white-space: nowrap;
}

.navigation .secondary a:before {
	position: absolute;
	content: "";
	left: 0;
	bottom: 0;
	background-color: #dc0000;
	height: 3px;
	width: 0;
	-webkit-transition: width 0.3s;
	transition: width 0.3s;
}

.no-touch .navigation .secondary a:hover {
	color: #dc0000;
}

.no-touch .navigation .secondary a:hover::before {
	width: 100%;
}

/* footer */
.footer {
	width: 100%;
	background-color: #000000;
}

.footer .footer-wrap {
	max-width: 1235px;
	padding: 3rem 5px;
	margin: 0 auto;
	overflow: hidden;
	font-size: 12px;
	font-weight: 400;
}

.footer a {
	color: #ffffff;
	text-decoration: underline;
}

.footer a:hover {
	color: #ffffff;
}

.footer .nav li {
	margin-bottom: 5px;
}

.footer .nav li:last-child {
	margin-bottom: 0;
}

.footer .social-list li {
	margin: 0 10px 0 0;
}

.footer .social-list li:last-child {
	margin: 0;
}

.footer .nav a {
	display: inline-block;
	color: #fff;
	font-size: 14px;
	font-weight: 500;
	text-decoration: none;
	-webkit-transition: color 0.3s;
	transition: color 0.3s;
}

.footer .nav a:hover {
	color: #dc0000;
}

.footer .social-list {
	display: flex;
	align-items: center;
}

.footer .social-list a {
	display: inline-block;
	padding: 5px;
	width: 42px;
	height: 42px;
	background-color: #212121;
	border-radius: 50%;
	font-size: 28px;
	padding: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: background-color .3s;
}

@media screen and (max-width: 1024px) {
	.footer .social-list a {
		background-color: #ff4500;
	}
	.footer .social-list .twit {
		background-color: rgb(29, 161, 242);
	}
}

@media screen and (min-width: 1025px) {
	.footer .social-list a:hover {
		background-color: #ff4500;
		color: #fff;
	}
	.footer .social-list .twit:hover {
		background-color: rgb(29, 161, 242);
	}
}

.footer .bottom {
	text-align: center;
}

.footer .copyright {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	justify-content: center;
	color: #6d6161;
}

.footer .copyright a {
	color: #6d6161;
	padding: 0 4px;
	text-decoration: none;
}

.footer .copyright br {
	display: none;
}

.footer .txt {
	-webkit-box-ordinal-group: 3;
	-ms-flex-order: 2;
	order: 2;
	margin: 0 0 15px;
}

.box {
	margin: 0 0 3rem;
	width: 100%;
}

.box.message {
	font-size: 14px;
	line-height: 16px;
	margin-bottom: 400px;
}

/* headings *****/
.headline {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 3rem 0 1rem;
	width: 100%;
}

h1,
h2 {
	color: #fff;
	font-size: 2.4rem;
	font-weight: 500;
	-webkit-box-flex: 1;
	-ms-flex: 1 1;
	flex: 1 1;
	-webkit-box-ordinal-group: 1;
	-ms-flex-order: 0;
	order: 0;
}

h1 a,
h2 a {
	text-decoration: underline;
}

.sort {
	position: relative;
	border-radius: 5px;
	background-color: #212121;
	color: #fff;
	font-size: 12px;
	font-weight: 500;
	letter-spacing: 0.3px;
	padding: 8px 16px;
	margin: 0 15px 0 0;
	min-width: 140px;
	-webkit-transition: background-color 0.3s, border-radius 0.3s;
	transition: background-color 0.3s, border-radius 0.3s;
}
.sort > .icon + strong {
	display: block;
	padding-left: 16px;
	padding-right: 16px;
	white-space: nowrap;
}

.sort:last-child {
	margin: 0;
}

.sort:before {
	font-family: "icomoon" !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	position: absolute;
	right: 10px;
	top: 50%;
	-webkit-transform: translateY(-50%) rotate(0);
	transform: translateY(-50%) rotate(0);
	z-index: 1;
	font-size: 6px;
	content: "\e901";
	will-change: transform;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transition: -webkit-transform 0.3s;
	transition: -webkit-transform 0.3s;
	transition: transform 0.3s;
	transition: transform 0.3s, -webkit-transform 0.3s;
}

.sort:focus,
.sort:hover {
	border-radius: 5px 5px 0 0;
	background-color: #dc0000;
	color: #fff;
}

.sort:hover:before {
	-webkit-transform: translateY(-50%) rotate(180deg);
	transform: translateY(-50%) rotate(180deg);
}

.sort .icon {
	position: absolute;
	left: 10px;
	top: 50%;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 1;
	font-size: 15px;
}

.sort .type-sort:before {
	content: "\e921";
}

.sort [class*="videos"]:before,
.sort .type-video:before {
	content: "\e91c";
}

.sort .type-fav:before {
	content: "\e90b";
}

.sort .type-visibility:before {
	content: "\e91e";
}

.sort .type-edit:before {
	content: "\e903";
}

.sort [class*="release_year"]:before,
.sort [class*="post_date"]:before {
	content: "\e902";
}

.sort [class*="duration"]:before {
	content: "\e91d";
}

.sort [class*="dir"]:before,
.sort [class*="title"]:before {
	content: "\e91e";
}

.sort [class*="popularity"]:before,
.sort [class*="viewed"]:before,
.sort [class*="watched"]:before,
.sort [class*="last_time"]:before {
	content: "\e909";
}

.sort [class*="albums"]:before {
	content: "\e900";
}

.sort [class*="popularity"] + strong,
.sort [class*="viewed"] + strong,
.sort [class*="last_time"] + strong {
	padding: 0 17px 0 30px;
}

.sort [class*="dir"]:before,
.sort [class*="title"]:before {
	content: "\e91e";
}

.sort [class*="rating"]:before {
	content: "\e90b";
}

.icon type-sort last_content_date,
.sort [class*="most_favourited"]:before {
	content: "\e90c";
}

.sort [class*="date"]:before {
	content: "\e902";
}

.sort [class*="comments"]:before,
.sort [class*="most_commented"]:before {
	content: "\e914";
}

.sort strong {
	padding: 0 17px 0 20px;
	display: block;
	text-align: center;
}

.icon.type-visibility + strong {
	padding: 0 17px 0 25px;
}

.sort .icon.total_albums + strong,
.sort .icon.type-video + strong {
	padding: 0 17px 0 25px;
}

.sort ul {
	position: absolute;
	top: 100%;
	width: 100%;
	right: 0;
	z-index: 100;
	overflow: hidden;
	background-color: #212121;
	border-radius: 0 0 5px 5px;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: opacity 0.3s, visibility 0.3s;
	transition: opacity 0.3s, visibility 0.3s;
}

.sort ul li:first-child {
	margin-top: 5px;
}

.no-touch .sort ul li:first-child {
	margin-top: 0;
}

.sort:hover ul {
	opacity: 1;
	visibility: visible;
	-webkit-transform: translateY(0);
	transform: translateY(0);
}

.sort ul a {
	display: block;
	padding: 8px 5px;
	text-align: center;
	background: transparent;
	-webkit-transition: background 0.3s, color 0.3s;
	transition: background 0.3s, color 0.3s;
}

.no-touch .sort ul a:hover {
	color: #ffffff;
	background: #dc0000;
	cursor: pointer;
}

.headline .button,
.headline .more {
	padding: 7px 15px;
	color: #fff;
	background-color: #dc0000;
	border-radius: 5px;
	margin: 2px 0 2px 3px;
}

.no-touch .headline .more:hover,
.no-touch .headline .button:hover {
	background-color: #333333;
	color: #fff;
}

.headline .button.icon {
	position: relative;
	padding: 7px 15px 7px 25px;
}

.headline .button.done {
	padding: 7px 15px;
}

.headline .button.icon:before {
	position: absolute;
	left: 15px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.headline .button.done:before {
	content: "";
}

.headline .more {
	position: relative;
}

.headline .button.done,
.headline .button.disabled {
	pointer-events: none;
}

.headline .button.done *,
.headline .button.disabled * {
	cursor: default;
}

.headline .button span {
	padding: 0 9px;
	-webkit-transition: padding 0.3s;
	transition: padding 0.3s;
}

.toggle-button.done span,
.headline .button.done span {
	position: relative;
	padding: 0 9px 0 23px;
}

.toggle-button.done span:before,
.headline .button.done span:before {
	position: absolute;
	content: "\e908";
	font-size: 12px;
	left: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	font-family: "icomoon" !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.headline .more span {
	font-weight: bold;
	padding: 0 25px 0 9px;
}

.headline .more:after {
	content: "";
	border-left: 4px solid #222222;
	border-top: 3px solid transparent;
	border-bottom: 3px solid transparent;
	display: block;
	position: absolute;
	top: 10px;
	right: 8px;
}

.headline .more:hover:after {
	border-left: 4px solid #ffffff;
}

.headline .button-info {
	padding: 7px 15px 7px 30px;
	border-radius: 3px;
	background-color: #444444;
	border-radius: 5px;
	margin: 0 0 0 3px;
	-webkit-box-ordinal-group: 3;
	-ms-flex-order: 2;
	order: 2;
	border-radius: 0 5px 5px 0;
	margin: 2px 0;
	position: relative;
}

.headline .button-info:before {
	content: "\e91a";
	position: absolute;
	left: 15px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	font-family: "icomoon" !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.headline .button-info + .button {
	-webkit-box-ordinal-group: 2;
	-ms-flex-order: 1;
	order: 1;
	border-radius: 5px 0 0 5px;
}

.empty-content {
	margin: 0 0 3rem;
	font-size: 14px;
	line-height: 1.2;
	padding: 10px 0 0 10px;
}

.empty-content h2 {
	font-size: 1.8rem;
	margin: 0 0 10px;
}

.empty-content a {
	text-decoration: underline;
}

.empty-content p {
	margin: 0 0 10px;
	line-height: 20px;
}

.empty-content ul,
.empty-content ol {
	padding-left: 20px;
}

.empty-content li {
	list-style: disc inside;
	line-height: 20px;
	margin-bottom: 10px;
}

.empty-content ol li {
	list-style: decimal inside;
}

/* tags cloud *****/
.tags-cloud {
	margin: 0 0 3rem;
	padding: 3rem 0 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 100%;
}

.tags-cloud a {
	padding: 0.8rem 1rem;
	background-color: transparent;
	border-radius: 5px;
	-webkit-transition: background-color 0.3s, color 0.3s;
	transition: background-color 0.3s, color 0.3s;
	text-transform: uppercase;
}

.no-touch .tags-cloud a:hover {
	color: #fff;
	background-color: #dc0000;
}

.tags-cloud .all {
	font-weight: 500;
	text-align: center;
	font-size: 14px;
	color: #fff;
	background-color: #212121;
	padding: 12px 20px;
	border-radius: 10px;
	width: 100%;
	margin: 10px 0 0;
}

/* search cloud *****/
.search-cloud {
	margin-top: 2rem;
	text-align: center;
}

/* advertisement boxes *****/
.spot img,
.spot embed,
.spot object,
.spot iframe {
	vertical-align: bottom;
	width: 100%;
	height: 100%;
}

/* top ad */
div.top {
	width: 100%;
	margin: 0 auto;
	padding: 30px 0 0;
}

div.top a {
	display: block;
	width: 100%;
}

div.top img {
	width: 100%;
	height: auto;
}

/* list ads */
.place {
	float: right;
	width: 320px;
	overflow: hidden;
	background: transparent;
	position: relative;
	-webkit-box-shadow: -1px 1px 5px rgba(33, 33, 33, 0.65);
	box-shadow: -1px 1px 5px rgba(33, 33, 33, 0.65);
	background-color: #000;
	border-radius: 5px;
	text-align: center;
	padding: 66px 0;
	font-size: 0;
}

.sidebar + .main-container .list-albums .place {
	padding: 102px 0;
}

.place ~ .item:nth-of-type(-n + 7) {
	width: calc((100% - 362px) / 3);
}

.margin-fix .place {
	margin-top: 10px;
}

.place .spot {
	overflow: hidden;
	margin: 0 0 10px;
}

.place .spot:last-child {
	margin: 0;
}

.place .spot a {
	width: 300px;
	height: 250px;
	background: #c8c8c8;
	overflow: hidden;
	display: block;
}

.list-albums .spot,
.list-videos .spot,
.list-playlists .spot {
	display: inline-block;
	width: 300px;
	height: 250px;
}

/* bottom adv */
.footer-margin {
	background-color: #151515;
	padding: 2rem 0;
}

.bottom-adv {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
  flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin: 0;
	width: 100%;
}

.bottom-adv .spot {
	display: inline-block;
	vertical-align: top;
	width: 300px;
	height: 250px;
	overflow: hidden;
	margin: 1px;
}

.bottom-adv .spot a {
	width: 300px;
	height: 250px;
	background: #c8c8c8;
	overflow: hidden;
	display: block;
}

/* lists *****/
.list-comments,
.list-subscriptions,
.list-playlists,
.list-members,
.list-messages,
.list-models,
.list-sponsors,
.list-channels,
.list-categories,
.list-tags,
.list-albums,
.list-albums-images,
.list-videos-screenshots {
	width: 100%;
}

.margin-fix {
	margin: -10px 0 0 -10px;
	font-size: 0;
	line-height: 0;
}

.margin-fix::after .margin-fix::before {
	content: "";
	display: table;
	width: 100%;
	overflow: hidden;
	clear: both;
}

.list-albums-images .margin-fix {
	margin-bottom: 20px;
}

.list-comments .margin-fix {
	margin: 0;
}

.list-tags .margin-fix {
	margin: 0;
	font-size: 14px;
	line-height: 20px;
}

.list-tags .margin-fix {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.list-tags .margin-fix .item {
	-webkit-box-flex: 1;
	-ms-flex: 1 1;
	flex: 1 1;
}

.margin-fix .bottom {
	margin: 0;
	max-width: 100%;
	width: 100%;
	padding: 2rem 0 0 10px;
}

.margin-fix .bottom .submit,
.margin-fix .bottom .submit.right {
	margin: 5px 5px 0 0;
	background-color: #212121;
	color: #fff;
}

.no-touch .margin-fix .bottom .submit:hover,
.no-touch .margin-fix .bottom .submit.right:hover {
	background-color: #dc0000;
}

.margin-fix .bottom .submit:last-child,
.margin-fix .bottom .submit.right:last-child {
	margin: 5px 0 0;
}

.margin-fix .generic-error {
	margin: 15px 0 0 15px;
}

.no-thumb {
	background: url("../images/kvs.svg") no-repeat center;
}

.list-members .item {
	width: calc(20% - 10px);
	display: inline-block;
	text-align: center;
	margin: 10px 0 2.5rem 10px;
	/* padding: 0 5px; */
	vertical-align: top;
}

.list-playlists .item,
.list-models .item,
.list-sponsors .item,
.list-channels .item,
.list-categories .item,
.list-albums .item,
.list-albums-images .item,
.list-videos .item,
.list-videos-screenshots .item {
	display: inline-block;
	text-align: left;
	background: transparent;
	vertical-align: top;
	cursor: pointer;
	margin: 10px 0 0 10px;
	width: calc(20% - 10px);
	cursor: pointer;
	-webkit-box-shadow: -1px 1px 5px rgba(33, 33, 33, 0.65);
	box-shadow: -1px 1px 5px rgba(33, 33, 33, 0.65);
	border-radius: 0 0 5px 5px;
	background-color: #000000;
}

.sidebar + .main-container .place ~ .item:nth-of-type(-n + 5) {
	width: calc((100% - 352px) / 2);
}

.sidebar + .main-container .list-albums .place ~ .item:nth-of-type(-n + 7) {
	width: calc((100% - 362px) / 3);
}

.sidebar + .main-container .list-videos .item {
	width: calc(33.33% - 10px);
}

.list-members .item a {
	display: block;
}

.list-members .item.unread a {
	padding-bottom: 20px;
}

.list-playlists .item a,
.list-sponsors .item,
.list-channels .item a,
.list-categories .item,
.list-models .item,
.list-albums .item a,
.list-videos .item a {
	display: block;

	font-size: 12px;
	line-height: 1.2;
}

.list-tags .item a {
	padding-left: 10px;
}

.list-channels .item,
.list-models .item,
.list-sponsors .item,
.list-categories .item {
	display: inline-block;
	margin: 10px 0 0 10px;
	padding: 0;
	width: calc(20% - 10px);
}

.item-control {
	border-top: 1px solid #1b1b1b;
	padding: 10px;
	cursor: default;
}

.list-members .item.unread .img {
	border: 2px solid #ee0000;
}

.item .img {
	position: relative;
	background-color: #212121;
	overflow: hidden;
}

.list-models .img,
.list-categories .img {
	padding-bottom: 133.44%;
}

.list-videos-screenshots .img,
.list-channels .img,
.list-sponsors .img,
.list-videos .img {
	width: 100%;
	padding-bottom: 56.25%;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.list-videos .is-hd {
	position: absolute;
	top: 5px;
	right: 5px;
	z-index: 3;
	opacity: 0.8;
	background-color: #ee0000;
	border-radius: 6px;
	font-size: 14px;
	font-weight: 900;
	letter-spacing: 0.33px;
	color: #ffffff;
	text-transform: uppercase;
	padding: 4px 8px;
}

.list-playlists .img {
	width: 100%;
	padding-bottom: 56.25%;
	position: relative;
}

.list-videos .img.preview-loading:after {
	display: block;
	position: absolute;
	content: "";
	width: 21px;
	height: 21px;
	background: url("../images/loader.gif") no-repeat;
	bottom: 5px;
	right: 5px;
	z-index: 1;
	opacity: 0.8;
}

.list-members .img {
	display: inline-block;
	width: 10rem;
	height: 10rem;
	position: relative;
	border-radius: 50%;
	overflow: visible;
}

.list-albums .img {
	padding-bottom: 133.44%;
}

.list-albums-images .img {
	width: 100%;
	padding-bottom: 75%;
	text-align: center;
}

.item .img img:first-child {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.list-members .item .img img:first-child {
	border-radius: 50%;
}

.item .img .no-thumb {
	display: block;
	height: 100%;
	background-size: 6rem;
}

.item.disabled .img {
	background-color: #000;
}

.item.disabled .img img {
	opacity: 0.3;
}

.list-albums-images .img .no-thumb,
.list-models .img .no-thumb,
.list-sponsors .img .no-thumb,
.list-channels .img .no-thumb,
.list-categories .img .no-thumb {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	height: 100%;
	width: 100%;
	z-index: 2;
	font-size: 0;
}

.list-playlists .img img.video2,
.list-playlists .img img.video3,
.list-playlists .img img.video4,
.list-playlists .img img.video5 {
	position: absolute;
	width: 7rem;
	height: 4rem;
	border: 2px solid rgba(255, 255, 255, 0.5);
	z-index: 2;
	-webkit-transition: border 0.3s;
	transition: border 0.3s;
}

.no-touch .list-playlists .item:hover .img img {
	opacity: 1;
}

.no-touch .list-playlists .item .img .video3:hover,
.no-touch .list-playlists .item .img .video4:hover,
.no-touch .list-playlists .item .img .video2:hover {
	z-index: 3;
	border: 2px solid rgba(39, 111, 219, 0.5);
}

.list-playlists .img img.video2 {
	right: 25px;
	top: 5px;
}

.list-playlists .img img.video3 {
	right: 15px;
	top: 15px;
}

.list-playlists .img img.video4 {
	right: 5px;
	top: 25px;
}

.list-playlists .img .no-thumb {
	/* line-height: 135px; */
	position: absolute;
	height: 67px;
	font-size: 0;
	width: 60px;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	z-index: 5;
}

.item .title {
	font-size: 14px;
	font-weight: 500;
	line-height: 18px;
	display: block;
	color: #fff;
	padding: 1rem 1rem 0;
	margin: 0 0 5px;
	-webkit-transition: color 0.3s;
	transition: color 0.3s;
	overflow: hidden;
}

.list-playlists .item .title,
.list-albums .item .title,
.list-videos .item .title {
	height: 45px;
}

.no-touch .list-subscriptions .item:hover .title {
	color: #fff;
}

.no-touch .item:hover .title {
	color: #276fdb;
}

.item .wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 0 10px 8px;
	color: #3f3f3f;
	font-size: 12px;
	line-height: 1.2;
}

.list-members .item .wrap {
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.list-members .item .wrap .views {
	display: none;
}

.list-members .item .wrap .added {
	margin: 0 5px 0;
}

.item .wrap div {
	position: relative;
	padding-left: 20px;
}

.item .wrap .albums {
	padding-left: 25px;
}

.item .wrap div:before {
	font-family: "icomoon" !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	position: absolute;
	left: 0;
	top: calc(50% - 1px);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 1;
	font-size: 15px;
}

.item .wrap .duration:before {
	content: "\e91d";
}

.item .wrap .rating::before {
	content: "\e90b";
}

.item .wrap .albums::before {
	content: "\e900";
}

.item .wrap .videos::before {
	content: "\e91c";
}

.item .wrap .photos::before {
	content: "\e900";
}

.item .wrap .photos {
	padding-left: 25px;
}

.item .wrap .rating.negative::before {
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
	top: calc(50% - 7px);
}

.item .wrap .added::before {
	content: "\e902";
}

.item .wrap .views {
	padding-left: 28px;
}

.item .wrap .views::before {
	content: "\e909";
}

.item.disabled .title,
.item.processing .title {
	color: #276fdb;
}

.item.error .title {
	color: #e62117;
}

.list-tags .item .title {
	height: auto;
	font-size: 24px;
	font-weight: 700;
	line-height: 25px;
	margin: 0;
	padding: 20px 0 15px 10px;
}

.list-subscriptions .item .title {
	min-height: auto;
	text-decoration: underline;
	display: block;
	padding: 1.6rem 10px;
	font-size: 14px;
	font-weight: 500;
	text-decoration: none;
	color: #fff;
}

.no-touch .list-subscriptions .item .title:hover {
	color: #dc0000;
}

.no-touch .item:hover .title {
	color: #dc0000;
}

.no-touch .list-tags .item:hover .title {
	color: inherit;
}

.item.unread .views {
	font-weight: bold;
}

.item .user {
	height: 14px;
	overflow: hidden;
	white-space: nowrap;
}

.item .rating {
	position: relative;
}

.item .positive {
	color: #23c56c;
}

.item .negative {
	color: #f30702;
}

.item .is_hd {
	position: absolute;
	z-index: 2;
	right: 5px;
	top: 5px;
	color: #fff;
	font-size: 13px;
	text-transform: uppercase;
	letter-spacing: 0.33px;
	opacity: 0.8;
	background-color: #ee0000;
	border-radius: 6px;
	padding: 5px 8px;
	opacity: 0;
	visibility: hidden;
	-webkit-transform: translateX(150%);
	transform: translateX(150%);
	-webkit-transition: opacity 0.3s, visibility 0.3s, -webkit-transform 0.3s;
	transition: opacity 0.3s, visibility 0.3s, -webkit-transform 0.3s;
	transition: transform 0.3s, opacity 0.3s, visibility 0.3s;
	transition: transform 0.3s, opacity 0.3s, visibility 0.3s, -webkit-transform 0.3s;
	transition: transform 0.3s, opacity 0.3s, visibility 0.3s, -webkit-transform 0.3s;
}

.item .ico-fav-0 {
	width: 40px;
	height: 40px;
	position: absolute;
	top: 5px;
	left: 5px;
	z-index: 10;
	background-color: #000;
	border-radius: 50%;
	color: #fff;
	-webkit-transform: translateX(-150%);
	transform: translateX(-150%);
	-webkit-transition: background-color 0.3s;
	transition: background-color 0.3s;
}

.no-touch .item .ico-fav-0:hover {
	background-color: #dc0000;
}

.item .ico-fav-0::before {
	content: "\e90c";
}

.item .ico-fav-1 {
	width: 40px;
	height: 40px;
	position: absolute;
	top: 5px;
	left: 48px;
	z-index: 10;
	background-color: #000;
	border-radius: 50%;
	color: #fff;
	-webkit-transform: translateY(-150%);
	transform: translateY(-150%);
}

.item .ico-fav-1::before {
	content: "\e91d";
}

.no-touch .item .ico-fav-1:hover {
	background-color: #dc0000;
}

.item .touch-preview,
.item [class*="ico-fav"] {
	font-family: "icomoon" !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 40px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-align: center;
	font-size: 19px;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: opacity 0.3s, visibility 0.3s, -webkit-transform 0.3s;
	transition: opacity 0.3s, visibility 0.3s, -webkit-transform 0.3s;
	transition: transform 0.3s, opacity 0.3s, visibility 0.3s;
	transition: transform 0.3s, opacity 0.3s, visibility 0.3s, -webkit-transform 0.3s;
	transition: transform 0.3s, opacity 0.3s, visibility 0.3s, -webkit-transform 0.3s;
}

.item .touch-preview {
	display: block;
	opacity: 0.6;
	visibility: visible;
	width: 40px;
	height: 40px;
	position: absolute;
	top: 5px;
	left: 5px;
	z-index: 20;
	background-color: #000;
	border-radius: 50%;
	color: #fff;
	-webkit-transition: background-color 0.3s;
	transition: background-color 0.3s;
}

.item .touch-preview::before {
	content: "\e923";
}

.no-touch .item:hover .is_hd,
.no-touch .item:hover [class*="ico-fav"] {
	opacity: 1;
	visibility: visible;
	-webkit-transform: translateY(0);
	transform: translateY(0);
	-webkit-transform: translateX(0);
	transform: translateX(0);
}

.no-touch .item .ico-fav-0 {
	opacity: 0;
	visibility: hidden;
	-webkit-transform: translateX(-150%);
	transform: translateX(-150%);
}

.no-touch .item .ico-fav-1 {
	opacity: 0;
	visibility: hidden;
	-webkit-transform: translateY(-150%);
	transform: translateY(-150%);
}

.item .ico-fav-0.fixed,
.item .ico-fav-1.fixed {
	opacity: 1;
	visibility: visible;
	-webkit-transform: translateY(0);
	transform: translateY(0);
	-webkit-transform: translateX(0);
	transform: translateX(0);
}

.line-disabled,
.line-error,
.line-processing {
	position: absolute;
	top: 50%;
	left: 15%;
	width: 70%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	text-align: center;
	background: #dc0000;
	padding: 5px 0;
	color: #ffffff;
	font-size: 1.6rem;
	font-weight: 500;
	line-height: 2rem;
	border-radius: 5px;
}

.line-error {
	color: #ffffff;
}

.line-premium,
.line-private {
	position: absolute;
	z-index: 2;
	bottom: 5px;
	right: 5px;
	text-align: center;
	border-radius: 6px;
	background-color: rgba(39, 111, 219, 0.6);
	color: #ffffff;
	font-size: 12px;
	font-weight: bold;
	line-height: 18px;
	text-transform: uppercase;
	padding: 2px 9px;
}

.line-premium [class*="ico"],
.line-private [class*="ico"] {
	padding: 2px 0 0 20px;
	position: relative;
}

.line-premium [class*="ico"]:before,
.line-private [class*="ico"]:before {
	font-family: "icomoon" !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	position: absolute;
	left: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 1;
	content: "\e918";
}

.line-private [class*="ico"] {
	padding: 2px 0 0 15px;
}

.line-private [class*="ico"]:before {
	content: "\e912";
}

.list-members .unread-notification {
	position: absolute;
	left: calc(100% - 5px);
	white-space: nowrap;
	top: -3px;
	font-size: 0;
	line-height: 1.2;
	color: #ee0000;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.list-members .unread-notification:before {
	font-family: "icomoon" !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: "\e914";
	margin: 0 5px -2px 0;
	font-size: 15px;
}

.item-control .item-control-holder {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.item-control .toggle-button {
	background-color: #212121;
	border-radius: 5px;
	border: none;
	padding: 8px 10px;
	font-size: 11px !important;
	line-height: 1.2;
	color: #fff;
	margin: 0 3px 0 0;
	-webkit-transition: background-color 0.3s, color 0.3s;
	transition: background-color 0.3s, color 0.3s;
}

.item-control .toggle-button:last-child {
	margin: 0;
}

.no-touch .item-control .toggle-button[data-action="delete"]:hover {
	background-color: #ee0000;
	color: #fff;
}

.item-control .toggle-button.active,
.no-touch .item-control .toggle-button:hover {
	background-color: #dc0000;
	color: #ffffff;
}

.item-control .toggle-button .radio + span::before,
.item-control .toggle-button .radio + label::before {
	top: -3px;
}

.item-control .toggle-button .checkbox + span::before,
.item-control .toggle-button .checkbox + label::before {
	top: -3px;
}

.item-control .toggle-button[data-action="select"] {
	background: 0;
	position: relative;
	padding: 8px 10px;
	margin: 0 1rem 0 0;
}

.item-control .toggle-button[data-action="select"]:after {
	content: "";
	width: 20px;
	height: 20px;
	border-radius: 5px;
	border: 1px solid #3f3f3f;
	background-color: #000;
	padding: 0;
	position: absolute;
	left: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 2;
}

.item-control .toggle-button[data-action="select"]:before {
	font-family: "icomoon" !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	left: 3px;
	z-index: 3;
	font-size: 11px;
	color: #000;
	content: "\e908";
}

.list-albums-images .item-control .toggle-button[data-action="select"]:before,
.list-albums-images .item-control .toggle-button[data-action="select"]:after {
	display: none;
}

.list-albums-images .item-control .toggle-button.active .checkbox + span {
	color: #fff;
}

.no-touch .list-albums-images .item-control .toggle-button.active:hover .checkbox + span {
	color: #fff;
}

.item-control .toggle-button[data-action="select"].active::after {
	background-color: #dc0000;
	border: 1px solid #dc0000;
}

.item-control .toggle-button:last-child {
	margin: 0;
}

.item-control .toggle-button.disabled {
	pointer-events: none;
	color: #6f6f6f;
}

.list-comments .item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	font-size: 12px;
	line-height: 1.2;
	margin: 0 0 2.7rem;
	color: #fff;
}

.list-comments .image {
	width: 6rem;
	height: 6rem;
	border-radius: 50%;
	background-color: #212121;
	overflow: hidden;
	margin: 0 10px 0 0;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

.list-comments .image img {
	width: 100%;
	height: 100%;
}

.list-comments .image .no-thumb {
	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;
	width: 100%;
	height: 100%;
	font-size: 0;
	line-height: 0;
	background-size: 4rem;
}

.list-comments .comment-options {
	-webkit-box-ordinal-group: 3;
	-ms-flex-order: 2;
	order: 2;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.list-comments .comment-options a {
	min-width: 42px;
	height: 30px;
	border-radius: 5px;
	background-color: #212121;
	margin: 0 3px 0 0;
	-webkit-transition: background-color 0.3s;
	transition: background-color 0.3s;
}

.list-comments .comment-options a:last-child {
	margin: 0;
}

.comment-edit {
	font-size: 12px;
	text-align: center;
	font-weight: 500;
	line-height: 30px;
}

.no-touch .list-comments .comment-options .comment-edit:hover {
	color: #fff;
	background-color: #dc0000;
}

.list-comments .comment-options a:before {
	font-size: 14px;
	line-height: 30px;
}

.list-comments .comment-options a.comment-dislike.disabled,
.list-comments .comment-options a.comment-like.disabled {
	pointer-events: none;
}

.list-comments .comment-options a.comment-dislike,
.list-comments .comment-options a.comment-like {
	font-family: "icomoon" !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-size: 0;
	line-height: 0;
	text-align: center;
}

.list-comments .comment-options a.comment-dislike:before {
	content: "\e907";
}

.list-comments .comment-options a.comment-like:before {
	content: "\e90e";
}

.no-touch .list-comments .comment-options a.comment-like:hover {
	color: #dc0000;
}

.no-touch .list-comments .comment-options a.comment-dislike:hover {
	color: #f30702;
}

.list-comments .comment-options span {
	border-radius: 5px;
	background-color: #dc0000;
	color: #ffffff;
	font-size: 12px;
	font-weight: 500;
	letter-spacing: 0.3px;
	padding: 8px 15px;
	margin: 0 3px 0 0;
}

.list-comments .text {
	-webkit-box-flex: 1;
	-ms-flex: 1 1;
	flex: 1 1;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.list-comments .comment-info {
	display: block;
	color: #3f3f3f;
	-webkit-box-ordinal-group: 2;
	-ms-flex-order: 1;
	order: 1;
	-webkit-box-flex: 1;
	-ms-flex: 1 1;
	flex: 1 1;
}

.comment-date.icon.icon-calendar:before {
	margin: 0 2px 0 0;
	font-size: 15px;
}

.list-comments p {
	-webkit-box-flex: 1;
	-ms-flex: 1 1 100%;
	flex: 1 1 100%;
	-webkit-box-ordinal-group: 4;
	-ms-flex-order: 3;
	order: 3;
	line-height: 2.4rem;
	font-size: 14px;
	padding: 9px 0 0;
}

.list-comments .username {
	font-size: 14px;
	margin: 0 10px 0 0;
}

.list-subscriptions .item {
	display: inline-block;
	background-color: #000;
	-webkit-box-shadow: -1px 1px 5px rgba(33, 33, 33, 0.65);
	box-shadow: -1px 1px 5px rgba(33, 33, 33, 0.65);
	text-align: left;
	margin: 10px 0 0 10px;
	border-radius: 5px;
}

.list-subscriptions .item:after {
	content: "";
	display: block;
	clear: both;
}

.list-messages .item {
	display: inline-block;
	position: relative;
	overflow: hidden;
	margin: 10px 0 0 10px;
	border-top: 1px solid #3f3f3f;
	padding-top: 10px;
}

.list-messages .item:first-child,
.list-messages .item.grouped {
	border-top: none;
	padding-top: 0;
}

.list-messages .item.grouped {
	padding-left: 50px;
}

.list-messages .item.me {
	padding-left: 40%;
}

.list-messages .image {
	float: left;
	width: 40px;
	height: 40px;
	overflow: hidden;
	margin: 0 10px 0 0;
}

.list-messages .grouped .image {
	display: none;
}

.list-messages .image a {
	display: block;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	overflow: hidden;
}

.list-messages .image:hover {
	opacity: 0.7;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
	filter: alpha(opacity=70);
}

.list-messages .image img,
.list-messages .image .no-thumb {
	display: block;
	width: 100%;
	height: 100%;
	background-color: #212121;
	background-size: 70% 70%;
}

.list-messages .message-text {
	font-size: 14px;
	line-height: 1.2;
	font-weight: 500;
	font-size: 14px;
	overflow: hidden;
}

.list-messages .item.deleted .message-text {
	color: #6f6f6f;
}

.list-messages .message-text .inline-text {
	display: block;
	padding: 10px 0 0 10px;
}

.list-messages .item.editing .message-text {
	background: #999999;
}

.list-messages .added {
	display: inline-block;
	position: relative;
	color: #3f3f3f;
	font-size: 12px;
	line-height: 1.2;
	padding: 0 0 0 20px;
	margin: 3px 8px 5px 0;
}

.list-messages .added:before {
	font-family: "icomoon" !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: "\e902";
	position: absolute;
	font-size: 15px;
	left: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.list-messages .grouped .added {
	display: none;
}

.list-messages .grouped.me .added {
	display: inline-block;
}

.list-messages .added.editable {
	cursor: pointer;
}

.no-touch .list-messages .added.editable:hover {
	color: #dc0000;
}

.list-messages .added.editable:before {
	content: "\e91e";
}

.list-messages .item.new .added {
	padding: 0 20px;
}

.list-messages .item.new .added:after {
	display: block;
	position: absolute;
	content: "";
	background-color: #ee0000;
	width: 10px;
	height: 10px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	right: 0;
	border-radius: 50%;
}

.list-messages .load-more {
	margin-top: 15px;
}

.list-messages .bottom {
	padding: 0 0 5px 10px;
}

.list-messages .bottom .submit {
	font-size: 12px;
	padding: 8px 20px;
	min-width: auto;
}

/* pagination */
.pagination {
	text-align: center;
}

.pagination-holder {
	display: inline-block;
	vertical-align: bottom;
}

.pagination ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.pagination li {
	min-width: 50px;
	margin: 1.5px;
}

.pagination a,
.pagination span {
	display: block;
	font-size: 14px;
	font-weight: 500;
	border-radius: 10px;
	padding: 12px 15px;
	background-color: #212121;
	color: #fff;
	-webkit-transition: background-color 0.3s, color 0.3s;
	transition: background-color 0.3s, color 0.3s;
}

.no-touch .pagination a:hover {
	color: #ffffff;
	background-color: #3f3f3f;
}

.pagination .page-current a,
.pagination .page-current span {
	color: #ffffff;
	background-color: #dc0000;
	pointer-events: none;
}

.pagination .prev span,
.pagination .next span,
.pagination .first,
.pagination .last {
	display: none;
}

/* load-more */
.load-more {
	padding: 1.5rem 0 0;
	text-align: center;
}

.load-more a {
	display: inline-block;
	padding: 1.2rem 1.4rem;
	font-size: 14px;
	font-weight: 500;
	text-transform: uppercase;
	background-color: #212121;
	border-radius: 10px;
	min-width: 20rem;
	-webkit-transition: background-color 0.3s, color 0.3s;
	transition: background-color 0.3s, color 0.3s;
}

.load-more a:hover {
	color: #ffffff;
	background: #dc0000;
}

/* content */
.content {
	max-width: 1370px;
	padding: 0 10px;
	width: 100%;
	margin: 0 auto;
	overflow: hidden;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.main-content {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	padding: 0 0 2rem;
}

/* sidebar */
.sidebar {
	-webkit-box-shadow: -1px 1px 5px rgba(33, 33, 33, 0.65);
	box-shadow: -1px 1px 5px rgba(33, 33, 33, 0.65);
	border-radius: 5px;
	background-color: #000;
	width: 250px;
	margin: 75px 15px 0 0;
	padding: 2rem;
}

.sidebar.second {
	width: 100%;
	margin: 0 0 15px;
}

.main-container {
	width: 100%;
}

.main-container.col-1 .list-videos .item {
	width: calc(100% - 5px);
}

.main-container.col-1 .mobile-tile {
	color: #dc0000;
}

.sidebar + .main-container {
	width: calc(100% - 265px);
}

.sidebar + .main-container > .headline:first-child,
.sidebar + .main-container div:first-child .headline {
	margin: 0 0 15px -265px;
	width: auto;
}

.sidebar .headline {
	padding: 0;
	margin: 0 0 2.5rem;
}

.sidebar h2 {
	color: #fff;
	font-size: 1.8rem;
	font-weight: 500;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: baseline;
	-ms-flex-align: baseline;
	align-items: baseline;
}

.sidebar h1 a,
.sidebar h2 a {
	text-decoration: none;
}

.sidebar .icon:before {
	font-size: 14px;
	margin: 0 1rem 0 0;
}

.sidebar .list {
	padding: 0 10px;
}

.sidebar .comments,
.sidebar .list,
.sidebar .filter {
	margin: 0 0 3rem;
	width: 100%;
}

/* .sidebar div:last-of-type {
	margin: 0;
} */
.sidebar .comments li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding: 0 0 17px;
	border-bottom: 1px solid #1b1b1b;
	margin: 0 0 2rem;
}

.sidebar .list a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	color: #fff;
	font-size: 14px;
	position: relative;
	padding: 0 0 5px;
	margin: 0 0 10px;
	cursor: pointer;
}

.sidebar .list a::before {
	position: absolute;
	content: "";
	left: 0;
	bottom: 0;
	width: 0%;
	height: 3px;
	background-color: #dc0000;
	-webkit-transition: width 0.3s;
	transition: width 0.3s;
}

.no-touch .sidebar .list a:hover {
	color: #dc0000;
}

.no-touch .sidebar .list a:hover::before {
	width: 100%;
}

.sidebar .list .rating {
	color: #3f3f3f;
	font-size: 14px;
	font-weight: 400;
}

.no-touch .sidebar .list a:hover .rating {
	color: #fff;
}

.sidebar .comments .comment-text {
	color: #fff;
	font-size: 14px;
	font-weight: 400;
	-webkit-box-flex: 1;
	-ms-flex: 1 1 100%;
	flex: 1 1 100%;
	line-height: 2.4rem;
	-webkit-box-ordinal-group: 3;
	-ms-flex-order: 2;
	order: 2;
}

.sidebar .comments .comment-text a {
	color: #fff;
	-webkit-transition: color 0.3s;
	transition: color 0.3s;
}

.no-touch .sidebar .comments .comment-text a:hover {
	color: #dc0000;
}

.sidebar .comments .comment-info {
	margin: 0 0 10px;
	-webkit-box-flex: 1;
	-ms-flex: 1 1 100%;
	flex: 1 1 100%;
	overflow: hidden;
}

.sidebar .comments .image {
	width: 40px;
	height: 40px;
	background-color: #212121;
	border-radius: 50%;
	margin: 0 10px 0 0;
	overflow: hidden;
	float: left;
}

.sidebar .comments .image a {
	display: block;
	height: 100%;
}

.sidebar .comments .image img,
.sidebar .comments .image .no-thumb {
	display: block;
	width: 100%;
	height: 100%;
	text-align: center;
	position: relative;
}

.sidebar .comments .image .no-thumb {
	background-size: 23px;
}

.sidebar .comments .username a {
	color: #fff;
	font-size: 14px;
	font-weight: 500;
	-webkit-transition: color 0.3s;
	transition: color 0.3s;
}

.sidebar .comments .username {
	margin: 0 8px 0 0;
}

.sidebar .comments .username a:hover {
	color: #dc0000;
}

.sidebar .comments .added {
	display: inline-block;
	color: #3f3f3f;
	font-size: 12px;
	font-weight: 400;
	position: relative;
	padding: 0 0 0 20px;
	margin: 3px 8px 0 0;
}

.sidebar .comments .added:before {
	position: absolute;
	font-family: "icomoon" !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	position: absolute;
	font-size: 15px;
	left: 0;
	top: calc(50% - 1px);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 1;
	content: "\e902";
}

.sidebar .filter li {
	position: relative;
	background: transparent;
	margin: 0 0 1.5rem;
}

.sidebar .filter li * {
	cursor: pointer;
}

.sidebar .filter li input {
	display: none;
}

.sidebar .filter li label {
	display: block;
	padding: 0 0 0 25px;
	font-size: 14px;
	position: relative;
}

.sidebar .filter li label::before {
	content: "\e908";
	position: absolute;
	left: 0;
	top: -2px;
	z-index: 2;
	width: 20px;
	height: 20px;
	border-radius: 5px;
	border: 1px solid #3f3f3f;
	background-color: #fff;
	font-family: "icomoon" !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	color: #fff;
	font-size: 11px;
	text-align: center;
	padding: 3px 0 0;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-transition: background-color 0.3s, border 0.3s, color 0.3s;
	transition: background-color 0.3s, border 0.3s, color 0.3s;
}

.sidebar .filter li input:checked + label::before {
	background-color: #dc0000;
	border: 1px solid #dc0000;
}

.sidebar .filter li:hover label {
	/* conflict on search page */
	/* color: #ffffff; */
}

.sidebar label.group {
	display: block;
	margin: 0 0 2rem;
}

.sidebar label.group:after {
	content: ":";
}

.sidebar form .selectbox.age {
	width: 90px;
}

.sidebar form .button-group label {
	float: none;
}

.sidebar .alphabet {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding: 0 10px;
	margin: 0 0 3rem;
}

.sidebar.second .alphabet {
	padding: 0;
	margin: 0;
	justify-content: center;
}

.sidebar .alphabet span,
.sidebar .alphabet a {
	display: inline-block;
	text-align: center;
	text-transform: uppercase;
	min-width: calc(20% - 3px);
	margin: 1.5px;
	font-size: 14px;
	font-weight: 500;
	border-radius: 10px;
	padding: 0.8rem 1.0rem;
	background-color: #212121;
	color: #fff;
	-webkit-transition: background-color 0.3s, color 0.3s;
	transition: background-color 0.3s, color 0.3s;
}

.sidebar .alphabet a {
	cursor: pointer;
}

.sidebar .alphabet span {
	color: #a2a2a2;
}

.no-touch .sidebar .alphabet a:hover {
	color: #ffffff;
	background-color: #dc0000;
}

.sidebar.second .alphabet span,
.sidebar.second .alphabet a {
	min-width: auto;
	width: 40px;
	height: 40px;
	padding: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
}

/* block-channel */
.block-channel {
  box-shadow: none;
  border-radius: 0;
  background-color: transparent;
  padding: 0;
  margin: 2rem 0 0;
  font-size: 14px;
  color: #e8ebf0;
  clear: both;
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 100%;
  min-width: 0;
  box-sizing: border-box;
}

.block-channel *,
.block-channel *:before,
.block-channel *:after {
  box-sizing: border-box;
}

.block-channel h1 {
  margin: 0 0 1.8rem;
  font-size: 3rem;
  line-height: 1.2;
  font-weight: 700;
  color: #ffffff;
}

.block-channel .channel-cover {
  width: 100%;
  margin: 0 0 2rem;
  background-color: #171b22;
  overflow: hidden;
}

.block-channel .channel-cover img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
  max-height: 460px;
  object-fit: cover;
  object-position: center center;
}

.block-channel .channel-description {
  width: 100%;
  margin: 0 0 2.5rem;
  font-size: 15px;
  line-height: 23px;
  color: #c4cad4;
  overflow-wrap: anywhere;
}

.block-channel .channel-bottom {
  display: grid;
  grid-template-columns: 180px minmax(0, 1fr) 440px;
  gap: 1.2rem;
  align-items: stretch;
  width: 100%;
  max-width: 100%;
  min-width: 0;
}

.block-channel .channel-bottom:not(:has(.channel-meta)) {
  grid-template-columns: minmax(0, 1fr) 440px;
}

.block-channel .channel-meta {
  min-width: 0;
  padding: 1.4rem 1.5rem;
  border-radius: 5px;
  background-color: #171b22;
  border: 1px solid #2a313d;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 1rem;
}

.block-channel .channel-meta .channel-user {
  display: inline-flex;
  align-items: center;
  gap: 0.7rem;
  color: #6ca8ff;
  font-size: 14px;
  line-height: 1.25;
  font-weight: 600;
  word-break: break-word;
  overflow-wrap: anywhere;
}

.block-channel .channel-meta .channel-user:before {
  font-family: "icomoon" !important;
  content: "\e913";
  flex: 0 0 auto;
  font-size: 15px;
  line-height: 1;
  font-weight: normal;
}

.no-touch .block-channel .channel-meta .channel-user:hover {
  color: #8bbaff;
}

.block-channel .channel-meta-row {
  min-width: 0;
}

.block-channel .channel-meta-row a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.6rem;
  max-width: 100%;
  padding: 0.9rem 1.3rem;
  border-radius: 999px;
  background-color: #276fdb;
  color: #ffffff;
  font-size: 12px;
  line-height: 1.2;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  text-align: center;
  box-shadow: 0 4px 14px rgba(39, 111, 219, 0.3);
  transition: background-color 0.3s, box-shadow 0.3s, transform 0.3s;
  overflow-wrap: anywhere;
}

.block-channel .channel-meta-row a:after {
  content: "↗";
  font-size: 13px;
  line-height: 1;
}

.no-touch .block-channel .channel-meta-row a:hover {
  background-color: #3f82e8;
  box-shadow: 0 6px 18px rgba(39, 111, 219, 0.42);
  transform: translateY(-1px);
}

.block-channel .channel-meta-row span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  max-width: 100%;
  padding: 0.9rem 1.3rem;
  border-radius: 999px;
  background-color: #252b35;
  color: #777f8d;
  font-size: 12px;
  line-height: 1.2;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  text-align: center;
  overflow-wrap: anywhere;
}

.block-channel .channel-stats {
  min-width: 0;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(105px, 1fr));
  gap: 1.2rem;
}

.block-channel .channel-stat-item {
  min-width: 0;
  padding: 1.4rem 1.5rem;
  border-radius: 5px;
  background-color: #171b22;
  border: 1px solid #2a313d;
}

.block-channel .channel-stat-title {
  margin: 0 0 0.7rem;
  color: #8892a3;
  font-size: 11px;
  line-height: 1.2;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.block-channel .channel-stat-value {
  color: #ffffff;
  font-size: 1.9rem;
  line-height: 1.2;
  font-weight: 700;
  word-break: break-word;
  overflow-wrap: anywhere;
}

.block-channel .channel-actions {
  min-width: 0;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.2rem;
  align-items: stretch;
}

.block-channel .channel-actions .button {
  min-width: 0;
  width: 100%;
  min-height: 100%;
  padding: 13px 12px;
  border-radius: 5px;
  background-color: #276fdb;
  color: #ffffff;
  font-size: 13px;
  line-height: 1.25;
  font-weight: 600;
  text-align: center;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background-color 0.3s, color 0.3s, box-shadow 0.3s, transform 0.3s;
  overflow-wrap: anywhere;
}

.block-channel .channel-actions .button:only-child {
  grid-column: 2;
}

.block-channel .channel-actions .button span {
  display: block;
}

.block-channel .channel-actions .button.disabled {
  color: #858d9a;
  background-color: #252b35;
  cursor: default;
}

.no-touch .block-channel .channel-actions .button:hover {
  color: #ffffff;
  background-color: #3f82e8;
  box-shadow: 0 4px 14px rgba(39, 111, 219, 0.36);
  transform: translateY(-1px);
}

.no-touch .block-channel .channel-actions .button.disabled:hover {
  color: #858d9a;
  background-color: #252b35;
  box-shadow: none;
  transform: none;
}

.block-channel .channel-actions .button.done {
  background-color: #276fdb;
  color: #ffffff;
  gap: 0.7rem;
  cursor: default;
  text-decoration: none;
  box-shadow: none;
  transform: none;
  pointer-events: none;
}

.block-channel .channel-actions .button.done:before {
  content: "✓";
  flex: 0 0 auto;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.24);
  color: #ffffff;
  font-size: 13px;
  line-height: 18px;
  font-weight: 700;
  text-align: center;
}

.no-touch .block-channel .channel-actions .button.done:hover {
  background-color: #276fdb;
  color: #ffffff;
  box-shadow: none;
  transform: none;
}

@media (max-width: 1300px) {
  .block-channel .channel-bottom,
  .block-channel .channel-bottom:not(:has(.channel-meta)) {
    grid-template-columns: minmax(0, 1fr) 440px;
  }

  .block-channel .channel-stats {
    grid-column: 1 / -1;
    grid-row: 1;
    grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
  }

  .block-channel .channel-meta {
    grid-column: 1;
    grid-row: 2;
  }

  .block-channel .channel-actions {
    grid-column: 2;
    grid-row: 2;
  }

  .block-channel .channel-bottom:not(:has(.channel-meta)) .channel-actions {
    grid-column: 1 / -1;
    grid-row: 2;
    justify-self: end;
    width: 440px;
    max-width: 100%;
  }
}

@media (max-width: 900px) {
  .block-channel .channel-bottom,
  .block-channel .channel-bottom:not(:has(.channel-meta)) {
    grid-template-columns: 1fr;
  }

  .block-channel .channel-stats {
    grid-column: 1;
    grid-row: auto;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .block-channel .channel-meta {
    grid-column: 1;
    grid-row: auto;
    width: 100%;
  }

  .block-channel .channel-actions,
  .block-channel .channel-bottom:not(:has(.channel-meta)) .channel-actions {
    grid-column: 1;
    grid-row: auto;
    width: 100%;
    max-width: 100%;
  }
}

@media (max-width: 767px) {
  .block-channel {
    margin-top: 1.5rem;
  }

  .block-channel h1 {
    margin: 0 0 1.5rem;
    font-size: 2.6rem;
  }

  .block-channel .channel-cover {
    margin: 0 0 1.5rem;
  }

  .block-channel .channel-cover img {
    max-height: none;
  }

  .block-channel .channel-description {
    margin: 0 0 2rem;
  }
}

@media (max-width: 560px) {
  .block-channel .channel-stats {
    grid-template-columns: 1fr;
  }

  .block-channel .channel-actions {
    grid-template-columns: 1fr;
  }

  .block-channel .channel-actions .button:only-child {
    grid-column: auto;
  }
}

@media (max-width: 480px) {
  .block-channel h1 {
    font-size: 2.3rem;
  }

  .block-channel .channel-stat-value {
    font-size: 2rem;
  }
}

/* block-model */
.block-model {
	background-color: #000;
}

.block-model:after,
.block-model:before {
	content: "";
	display: table;
	width: 100%;
	overflow: hidden;
	clear: both;
}

.block-model .img {
	float: left;
	display: block;
	margin: 0 1rem 0 0;
	width: 25rem;
	height: 35rem;
	position: relative;
}

.block-model .img a {
	display: block;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
}

.block-model .img span,
.block-model .img img {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
}

.block-model .img a img {
	position: inherit;
	left: inherit;
	right: inherit;
	top: inherit;
	bottom: inherit;
	display: block;
	width: 100%;
}

.totals-holder {
	position: absolute;
	z-index: 3;
	bottom: 5px;
	left: 5px;
	color: #fff;
	background: #000;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-size: 12px;
	border-radius: 6px;
	opacity: 0.8;
	padding: 5px 10px;
}

.totals-holder div {
	margin: 0 1rem 0 0;
}

.totals-holder div:last-child {
	margin: 0;
}

.totals-holder .icon::before {
	margin: 0 5px 0 0;
}

.block-model .img .no-thumb {
	background-color: #212121;
	font-size: 0;
	line-height: 0;
	background-size: 6rem;
	width: 100%;
	padding-bottom: 71.42%;
	display: block;
	position: inherit;
}

.block-model .model-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.block-model .model-list li {
	width: 33.33%;
	color: #3f3f3f;
	margin: 0 0 1.5rem;
	padding: 0 1rem 0 0;
}

.block-model .model-list li span {
	color: #fff;
}

.block-model .desc {
	line-height: 20px;
}

.block-model .website {
	line-height: 20px;
	clear: both;
	padding: 1.5rem 0 0;
	color: #3f3f3f;
}

.block-model .website a {
	color: #dc0000;
}

.no-touch .block-model .website a:hover {
	color: #fff;
}

/* video / album common */

.sponsor {
	width: 100%;
	overflow: hidden;
	margin: 10px 0 0;
}

.sponsor img {
	width: 100%;
	height: auto;
}

.info-holder {
	width: 100%;
}

.info-holder:after {
	content: "";
	display: block;
	clear: both;
}

.info-buttons {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding: 0 10px 10px;
	border-bottom: 1px solid #1b1b1b;
	margin: 0 0 2rem;
}

/* block-video */
.block-video {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	width: 100%;
}

.block-video .video-holder {
	margin-right: 1.7rem;
	flex-shrink: 1;
	flex-grow: 1;
	min-width: 1px;
}

.block-video .inner-box {
	background-color: #000;
	border-radius: 0 0 5px 5px;
	-webkit-box-shadow: -1px 1px 5px rgba(33, 33, 33, 0.65);
	box-shadow: -1px 1px 5px rgba(33, 33, 33, 0.65);
}

.block-video .player {
	margin: 0 0 2rem;
}

.block-video .player .embed-wrap {
	position: relative;
	padding-bottom: 56.25%;
	/* 16:9 */
	height: 0;
}

.block-video .player .player-wrap {
	width: 100%;
	height: auto;
	position: relative;
}

.block-video .player .player-wrap .poster {
	width: 100%;
	height: auto;
}

.block-video .player .embed-wrap iframe,
.block-video .player .player-wrap #kt_player,
.block-video .player .player-wrap #kt_player_internal {
	position: absolute !important;
	left: 0 !important;
	top: 0 !important;
	width: 100% !important;
	height: 100% !important;
}

.block-video .player .player-wrap #kt_player.is-fullscreen {
	position: fixed !important;
}

.block-video .player .loading {
	display: block;
	text-align: center;
	font-size: 20px;
	font-weight: bold;
	line-height: 25px;
	color: #444444;
	padding: 50px 20px;
}

.block-video .no-player {
	display: block;
	position: relative;
	overflow: hidden;
	background-color: #000;
}

.no-player form .submit {
	min-width: 20rem;
}

.no-touch .no-player form .submit:hover {
	background-color: #212121;
	color: #fff;
}

.block-video .no-player img {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	opacity: 0.2;
}

.block-video .no-player .message {
	position: absolute;
	text-align: center;
	width: 95%;
	left: 50%;
	top: 50%;
	color: #fff;
	font-size: 2.4rem;
	font-weight: 500;
	line-height: 3.6rem;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.block-video .no-player .message em {
	font-weight: bold;
}

.block-video .no-player .message a {
	color: #dc0000;
	text-decoration: underline;
	-webkit-transition: color 0.3s;
	transition: color 0.3s;
}

.no-touch .block-video .no-player .message a:hover {
	color: #fff;
}

.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/skin/img/play_white.png") 50% 50% no-repeat;
}

.block-video .playlist {
	padding: 2rem;
	border-bottom: 1px solid #1b1b1b;
	margin: 0 0 10px;
}

.block-video .playlist-holder {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0 0 0 -10px;
}

.block-video .playlist .item {
	position: relative;
	cursor: pointer;
	width: calc(25% - 10px);
	margin: 0 0 10px 10px;
	background-color: #000;
	border-radius: 0 0 5px 5px;
	-webkit-box-shadow: -1px 1px 5px rgba(33, 33, 33, 0.65);
	box-shadow: -1px 1px 5px rgba(33, 33, 33, 0.65);
}

.no-touch .block-video .playlist .item.selected img {
	border: 4px solid #dc0000;
}

.block-video .playlist .item .title {
	height: 36px;
	margin: 10px;
	padding: 0;
}

.block-video .playlist .item:hover .title {
	color: #dc0000;
}

.block-video .playlist .item .img {
	position: relative;
	padding-bottom: 74.51%;
}

.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 {
	margin: 0 auto 2rem;
	max-width: 730px;
}

.sponsor a {
	display: block;
}

.table {
	-webkit-box-shadow: -1px 1px 5px rgba(33, 33, 33, 0.65);
	box-shadow: -1px 1px 5px rgba(33, 33, 33, 0.65);
	border-radius: 5px;
	background-color: #000;
	-webkit-box-ordinal-group: 3;
	-ms-flex-order: 2;
	order: 2;
	width: 320px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding: 10px 0;
	flex-shrink: 0;
	flex-grow: 0;
}

.table .opt {
	margin: 0 0 10px;
	width: 300px;
	height: 250px;
	display: inline-block;
}

.table .opt img,
.table .opt a {
	display: block;
	width: 100%;
	height: 100%;
}

.table .opt:last-child {
	margin: 0;
}

/* block-album */
.block-album {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	width: 100%;
}

.block-album .album-holder {
	margin: 0 1.7rem 3rem 0;
	flex-shrink: 1;
	flex-grow: 1;
	min-width: 1px;
	border-radius: 5px;
	background-color: #000;
	-webkit-box-shadow: -1px 1px 5px rgba(33, 33, 33, 0.65);
	box-shadow: -1px 1px 5px rgba(33, 33, 33, 0.65);
}

.block-album .images {
	position: relative;
	min-height: 20rem;
	padding: 0 3rem 3rem;
	margin: 0 0 2rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	border-bottom: 1px solid #1b1b1b;
}

.block-album .images span.item,
.block-album .images a.item {
	display: inline-block;
	/* width: calc(25% - 3rem);
	padding-bottom:  28.6%; */
	margin: 3rem 1.5rem 0;
	position: relative;
}

.block-album .images .item img {
	width: 100%;
	display: block;
	/* position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	height: 100%;
	z-index: 2; */
}

/* .block-album .images span.item {
	opacity: 0.5;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	filter: alpha(opacity=50);
} */
.block-album .images a.item:hover {
	border-color: #e62117;
}

.block-album .images .message {
	position: absolute;
	text-align: center;
	padding: 40px 20px 20px;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 2;
	font-size: 2.4rem;
	line-height: 3.6rem;
	font-weight: 500;
	color: #fff;
	background-color: rgba(0, 0, 0, 0.9);
}

.block-album .images .message em {
	font-weight: bold;
}

.block-album .images .message a {
	color: #dc0000;
	margin: 0 5px;
	-webkit-transition: color 0.3s;
	transition: color 0.3s;
}

.no-touch .block-album .images .message a:hover {
	color: #fff;
}

.block-album .images .message form {
	display: block;
	padding: 20px 0 0 0;
}

.block-album .sponsor {
	margin: 0 auto 2rem;
	max-width: 730px;
}

/* video / album rating */
.rating-container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-right: 2rem;
}

.rate-dislike,
.rate-like {
	font-size: 0;
	line-height: 0;
	overflow: hidden;
	width: 21px;
	height: 20px;
	font-family: "icomoon" !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	position: relative;
}

.rate-like {
	margin: 0 5px 0 0;
}

.rate-dislike {
	margin: 0 10px 0 0;
}

.rate-dislike:before,
.rate-like:before {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	z-index: 1;
	font-size: 20px;
	color: #3f3f3f;
	content: "\e90b";
	-webkit-transition: color 0.3s;
	transition: color 0.3s;
}

.rate-dislike:before {
	-webkit-transform: translate(-50%, -50%) rotate(180deg);

	transform: translate(-50%, -50%) rotate(180deg);
}

.rate-like.disabled,
.rate-dislike.voted,
.rate-dislike.disabled,
.rate-like.voted {
	pointer-events: none;
}

.rate-like.voted::before {
	color: #dc0000;
}

.rate-dislike.voted:before {
	color: #f30702;
}

.no-touch .rate-dislike:hover::before {
	color: #f30702;
}

.no-touch .rate-like:hover::before {
	color: #23c56c;
}

.rating-container .rating {
	min-width: 100px;
	text-align: center;
}

.rating-container .voters {
	display: block;
	color: #fff;
	font-size: 12px;
	font-weight: 400;
	text-transform: uppercase;
	margin: 0 0 5px;
}

.rating-container .scale-holder {
	height: 4px;
	border-radius: 2px;
	background-color: #3f3f3f;
	display: block;
	position: relative;
	overflow: hidden;
}

.rating-container .scale-holder .scale {
	position: absolute;
	left: 0;
	top: 0;
	height: 4px;
	background-color: #dc0000;
	border-radius: 2px;
}

.rating-container .scale-holder.negative .scale {
	background-color: #f30702;
}

/* video / album add to favourites */
.btn-favourites {
	display: block;
	position: relative;
	width: 7rem;
	height: 4rem;
	border-radius: 2rem;
	background-color: #212121;
	padding: 2px 0;
	-webkit-transition: background-color 0.3s, border-radius 0.3s;
	transition: background-color 0.3s, border-radius 0.3s;
}

.btn-favourites .ico-favourite {
	width: 2.2rem;
	height: 2rem;
	display: block;
	font-family: "icomoon" !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	z-index: 1;
	font-size: 1.9rem;
}

.btn-favourites .ico-favourite:before {
	content: "\e90c";
}

.btn-favourites:hover {
	background-color: #dc0000;
	border-radius: 10px 10px 0 0;
}

.btn-favourites .drop {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 100%;
	height: 100%;
	cursor: pointer;
	padding: 0.5rem 1.5rem;
	color: #fff;
	-webkit-transition: color 0.3s;
	transition: color 0.3s;
}

.btn-favourites:hover .drop {
	color: #ffffff;
}

.btn-favourites .drop:after {
	content: "\e901";
	display: block;
	position: absolute;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	right: 1.5rem;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	font-family: "icomoon" !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	z-index: 1;
	font-size: 6px;
	-webkit-transition: -webkit-transform 0.3s;
	transition: -webkit-transform 0.3s;
	transition: transform 0.3s;
	transition: transform 0.3s, -webkit-transform 0.3s;
}

.btn-favourites:hover .drop:after {
	-webkit-transform: translateY(-50%) rotate(180deg);
	transform: translateY(-50%) rotate(180deg);
}

.btn-favourites ul {
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 10;
	overflow: hidden;
	background-color: #212121;
	border-radius: 0 10px 10px;
	opacity: 0;
	visibility: hidden;
	-webkit-transform: translateY(-10px);
	transform: translateY(-10px);
	-webkit-transition: opacity 0.3s, visibility 0.3s, -webkit-transform 0.3s;
	transition: opacity 0.3s, visibility 0.3s, -webkit-transform 0.3s;
	transition: opacity 0.3s, visibility 0.3s, transform 0.3s;
	transition: opacity 0.3s, visibility 0.3s, transform 0.3s, -webkit-transform 0.3s;
	transition: opacity 0.3s, visibility 0.3s, transform 0.3s, -webkit-transform 0.3s;
}

.btn-favourites:hover ul {
	display: block;
}

.btn-favourites:hover ul {
	opacity: 1;
	visibility: visible;
	-webkit-transform: translateY(0);
	transform: translateY(0);
}

.btn-favourites ul li > a,
.btn-favourites ul li > span {
	white-space: nowrap;
	display: block;
	font-weight: bold;
	background-color: transparent;
	color: #fff;
	font-size: 12px;
	font-weight: 500;
	text-transform: uppercase;
	-webkit-transition: background-color 0.3s;
	transition: background-color 0.3s;
}

.btn-favourites ul li > a {
	padding: 1.2rem;
}

.btn-favourites ul li > a:hover,
.btn-favourites ul li > span:hover {
	background-color: #dc0000;
	color: #fff;
}

.btn-favourites ul li > a:hover,
.btn-favourites ul li > span:hover a {
	color: #fff;
}

.btn-favourites ul li > span:hover a.delete {
	color: #000;
}

.btn-favourites ul li > span:hover::before {
	color: #fff;
}

.btn-favourites ul li span {
	position: relative;
	padding: 1.2rem 3.8rem;
}

.btn-favourites ul li span:before {
	font-family: "icomoon" !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-align: center;
	font-size: 1.4rem;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	left: 1.5rem;
	color: #dc0000;
	-webkit-transition: color 0.3s;
	transition: color 0.3s;
	content: "\e908";
}

.btn-favourites ul li span .delete {
	position: absolute;
	background-color: #fff;
	text-decoration: none;
	height: 2rem;
	width: 2rem;
	border-radius: 50%;
	right: 0.8rem;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	font-size: 0;
	line-height: 0;
	font-family: "icomoon" !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-align: center;
	color: #000;
	padding: 0.6rem 0 0;
	-webkit-transition: color 0.3s, background-color 0.3s, -webkit-transform 0.3s;
	transition: color 0.3s, background-color 0.3s, -webkit-transform 0.3s;
	transition: color 0.3s, transform 0.3s, background-color 0.3s;
	transition: color 0.3s, transform 0.3s, background-color 0.3s, -webkit-transform 0.3s;
	transition: color 0.3s, transform 0.3s, background-color 0.3s, -webkit-transform 0.3s;
}

.btn-favourites ul li span .delete:before {
	content: "\e905";
	font-size: 0.8rem;
}

.btn-favourites ul li .delete:hover {
	background-color: #212121;
}

.btn-favourites ul li .delete:hover::before {
	color: #fff;
}

.btn-favourites ul li span a {
	padding: 0;
	color: #fff;
	text-decoration: underline;
}

.no-touch .btn-favourites ul li span a:hover {
	text-decoration: none;
}

/* video / album tabs */
.tabs-menu {
	-webkit-box-flex: 1;
	-ms-flex: 1 1;
	flex: 1 1;
	padding: 2px 0;
}

.tabs-menu ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-flex: 1;
	-ms-flex: 1 0;
	flex: 1 0;
}

.tabs-menu li {
	margin-right: 3px;
	padding: 2px 0;
}

.tabs-menu li:last-child {
	margin: 0;
}

.toggle-button.icon,
.tabs-menu .toggle-button.icon {
	position: relative;
	padding: 1.1rem 1.5rem 1.1rem 4rem;
}

.toggle-button.icon:before,
.tabs-menu .toggle-button.icon:before {
	position: absolute;
	left: 1rem;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 1;
	font-size: 2rem;
	color: #fff;
	-webkit-transition: color 0.3s;
	transition: color 0.3s;
}

.tabs-menu .toggle-button {
	background-color: #212121;
	padding: 1.1rem 1.1rem;
	white-space: nowrap;
	font-size: 12px;
	border: 0;
}

.tabs-menu .toggle-button.active {
	background-color: #dc0000;
	pointer-events: none;
}

.tabs-menu .toggle-button.active.icon::before {
	color: #fff;
}

.no-touch .toggle-button.icon:hover::before,
.no-touch .tabs-menu .toggle-button.icon:hover::before {
	color: #fff;
}

.no-touch .tabs-menu .toggle-button:hover {
	background-color: #dc0000;
	color: #fff;
}

.tab-content {
	background: transparent;
	padding: 0 2rem 2rem;
}


/* video / album details */
.block-details {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.block-details .info {
	-webkit-box-flex: 1;
	-ms-flex: 1 1;
	flex: 1 1;
	padding-right: 1rem;
}

.block-details .item {
	color: #fff;
	font-size: 14px;
	font-weight: 500;
	margin: 0 30px 2rem 0;
	display: inline-block;
	/* display: flex; */
	/* align-items: center; */
	/* flex-wrap: wrap; */
}

.block-details .item:first-child {
	display: block;
	margin: 0 0 2rem;
}

.block-details .item:last-child {
	margin: 0;
}

.block-details .item img {
	margin: 1px;
}

.block-details .item a {
	display: inline-block;
	font-size: 12px;
	font-weight: 500;
	letter-spacing: 0.3px;
	border-radius: 5px;
	padding: 8px 10px;
	background-color: #dc0000;
	color: #fff;
	-webkit-transition: background-color 0.3s;
	transition: background-color 0.3s;
	margin: 2px 0 2px 3px;
}

.block-details .item a:first-child {
	margin-left: 10px;
}

.no-touch .block-details .item a:hover {
	background-color: #aa0404;
}

.block-details .item span {
	color: #3f3f3f;
	font-weight: 400;
	margin: 0 2.5rem 0 0;
	position: relative;
}

.block-details .item span.icon {
	padding-left: 20px;
}

.block-details .item span.icon-album,
.block-details .item span.icon-calendar {
	padding-left: 22px;
}

.block-details .item span.icon-eye {
	padding-left: 27px;
}

.block-details .item span.icon:before {
	position: absolute;
	top: 50%;
	left: 0;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 1;
	font-size: 15px;
}

.block-details .item span.added-by {
	display: none;
}

.block-details .item span.added-by:after {
	display: none;
}

.block-details .item span em {
	color: #fff;
	font-weight: 400;
	margin-left: 3px;
	padding: 0;
}

.block-details .item em {
	color: #fff;
	padding: 0 0 0 10px;
}

.block-details .block-user {
	-webkit-box-ordinal-group: 3;
	-ms-flex-order: 2;
	order: 2;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.block-details .block-user .username {
	-webkit-box-ordinal-group: 3;
	-ms-flex-order: 2;
	order: 2;
	font-weight: 500;
	font-size: 12px;
}

.block-details .block-user .username a {
	border-radius: 5px;
	background-color: #dc0000;
	color: #ffffff;
	padding: 8px 15px;
	display: inline-block;
	-webkit-transition: background-color 0.3s, color 0.3s;
	transition: background-color 0.3s, color 0.3s;
	white-space: nowrap;
}

.no-touch .block-details .block-user .username a:hover {
	background-color: #212121;
	color: #fff;
}

.block-details .block-user .avatar {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: #212121;
	width: 6rem;
	height: 6rem;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	border-radius: 50%;
	margin-right: 10px;
	overflow: hidden;
	opacity: 1;
	-webkit-transition: opacity 0.3s;
	transition: opacity 0.3s;
}

.no-touch .block-details .block-user a.avatar:hover {
	opacity: 0.7;
}

.block-details .block-user .avatar img,
.block-details .block-user .avatar .no-thumb {
	display: block;
	height: 4rem;
	width: 4rem;
	background-size: contain;
	font-size: 0;
	line-height: 0;
}

.block-details .block-user .avatar img {
	height: 6rem;
	width: 6rem;
	border-radius: 50%;
}

/* video / album flagging */
.block-flagging {
	width: 100%;
	overflow: hidden;
}

.block-flagging .generic-error {
	width: 100%;
	text-align: center;
	max-width: 100%;
}

.block-flagging form {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.block-flagging .block-radios {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 220px;
	flex: 0 0 220px;
	padding-right: 1rem;
}

.block-flagging .block-textarea {
	-webkit-box-flex: 1;
	-ms-flex: 1 1;
	flex: 1 1;
}

.block-flagging .button-group .row {
	margin: 0 0 10px;
	padding: 6px 0 0;
}

.block-flagging .submit {
	margin: 11px 0 0;
}

/* video screenshots */
.block-screenshots {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: -5px 0 0 -5px;
}

.block-screenshots span.item,
.block-screenshots a.item {
	display: inline-block;
	width: calc(20% - 5px);
	position: relative;
	padding-bottom: 10.84%;
	margin: 5px 0 0 5px;
}

.block-screenshots span.item:before {
	content: "\e912";
	font-family: "icomoon" !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	position: absolute;
	bottom: 10px;
	right: 10px;
	z-index: 3;
	border-radius: 6px;
	background-color: #dc0000;
	color: #ffffff;
	font-size: 12px;
	font-weight: 400;
	line-height: 18px;
	padding: 1px 8px 3px 8px;
}

.block-screenshots a.item:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	z-index: 3;
	background-color: transparent;
	border: 4px solid #dc0000;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: opacity 0.3s, visibility 0.3s;
	transition: opacity 0.3s, visibility 0.3s;
}

.block-screenshots a.item:hover::before {
	opacity: 1;
	visibility: visible;
}

.block-screenshots span.item img,
.block-screenshots a.item img {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
}

/* video / album sharing */
.block-share {
	width: 100%;
	overflow: hidden;
}

.block-share .row {
	max-width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.block-share label {
	width: 100%;
	margin: 0 0 10px;
}

.block-share .middle {
	width: auto;
	-webkit-box-flex: 0;
	-ms-flex: 0 1 58%;
	flex: 0 1 58%;
}

.block-share .block-size {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.block-share .block-size a {
	color: #ffffff;
	padding: 13px 20px;
	background-color: #212121;
	border-radius: 10px;
	font-size: 12px;
	line-height: 1.2;
	font-weight: 500;
	color: #fff;
	display: inline-block;
	margin: 3px 3px 3px 0;
}

.no-touch .block-share .block-size a:hover {
	background-color: #dc0000;
	color: #fff;
}

.block-share .custom-size {
	-webkit-box-flex: 1;
	-ms-flex: 1 1;
	flex: 1 1;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	padding: 0 0 0 2rem;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin: 3px 0;
}

.block-share .custom-size label {
	margin: 0 1rem 0 0;
	width: auto;
	white-space: nowrap;
}

.block-share .custom-size .textfield {
	width: 60px;
	margin: 0 1rem 0 0;
	text-align: center;
	padding: 12px 5px;
}

.block-share .custom-size .textfield:last-child {
	margin: 0;
}

/* video / album comments */
.block-comments {
	width: 100%;
}

.block-comments form {
	clear: both;
	margin: 0 0 2rem;
}

.block-comments form > .field-label {
	font-size: 18px;
}

.block-comments .toggle-button {
	float: right;
	display: block;
	background-color: #212121;
	border: none;
	min-width: 20rem;
	padding: 10px 10px;
	text-align: center;
}

.block-comments .toggle-button.active {
	background-color: #dc0000;
	color: #ffffff;
}

.no-touch .block-comments .toggle-button:hover {
	background-color: #dc0000;
	color: #ffffff;
}

.no-touch .block-comments .toggle-button.active:hover {
	background-color: #212121;
	color: #fff;
}

.hint {
	color: #9f9f9f;
	font-size: 12px;
	font-weight: 400;
}

.block-comments .block-new-comment {
	padding: 2.5rem 0 0;
	display: none;
}

.block-comments form .row {
	max-width: 100%;
}

.block-comments .bottom {
	max-width: 100%;
	width: 100%;
}

.block-comments .list-comments {
	border-top: 1px solid #1b1b1b;
	padding: 2rem 0 0;
}

/* related videos, albums */
.list-sort {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0 0 2rem;
}

.list-sort li {
	margin-right: 2.6rem;
	font-size: 2.4rem;
	padding: 2px 0;
}

.list-sort li:last-child {
	margin: 0;
}

.related-videos {
	width: 100%;
}

.related-videos,
.related-albums {
	width: 100%;
}

.related-videos .list-sort a,
.related-albums .list-sort a,
.related-videos .list-sort span,
.related-albums .list-sort span {
	display: block;
	padding: 0 6px 0.9rem;
	position: relative;
}

.related-videos .list-sort a:before,
.related-albums .list-sort a:before,
.related-videos .list-sort span:before,
.related-albums .list-sort span:before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	height: 3px;
	background-color: #dc0000;
	width: 0%;
	-webkit-transition: width 0.3s;
	transition: width 0.3s;
	z-index: 2;
}

.related-videos .list-sort span:before,
.related-albums .list-sort span:before {
	width: 100%;
}

.related-videos .list-sort span,
.related-albums .list-sort span,
.related-videos .list-sort a:hover,
.related-albums .list-sort a:hover {
	color: #dc0000;
}

.related-videos .list-sort a:hover::before,
.related-albums .list-sort a:hover::before {
	width: 100%;
}

/* playlist subscribe */
.btn-subscribe {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.btn-subscribe .toggle-button {
	padding: 7px 15px;
	color: #fff;
	background-color: #dc0000;
	white-space: nowrap;
	font-size: 12px;
	border: 0;
	border-radius: 5px 0 0 5px;
}

.no-touch .btn-subscribe .toggle-button:hover {
	background-color: #333333;
	color: #fff;
}

.btn-subscribe .button-info {
	background-color: #444444;
	-webkit-box-ordinal-group: 3;
	-ms-flex-order: 2;
	order: 2;
	border-radius: 0 5px 5px 0;
	font-size: 12px;
	padding: 7px 15px 7px 30px;
	position: relative;
}

.btn-subscribe .button-info:before {
	position: absolute;
	left: 15px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 1;
	content: "\e913";
	font-family: "icomoon" !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

/* member-menu */
.member-menu {
	width: 25rem;
	-webkit-box-ordinal-group: 3;
	-ms-flex-order: 2;
	order: 2;
	-webkit-box-shadow: -1px 1px 5px rgba(33, 33, 33, 0.65);
	box-shadow: -1px 1px 5px rgba(33, 33, 33, 0.65);
	border-radius: 5px;
	background-color: #000;
	margin: 3rem 0 0;
	padding: 2rem;
	position: relative;
}

.member-menu .headline {
	padding: 0;
	margin: 0 0 2rem;
}

.member-menu + .main-container-user {
	width: calc(100% - 25rem);
	padding: 0 10px 0 0;
}

.member-menu .block-main {
	width: 100%;
	margin: 0 0 2rem;
}

.member-menu .block-main .avatar {
	margin: 0 auto 4.4rem;
	width: 10rem;
	height: 10rem;
	border-radius: 50%;
	background-color: #212121;
	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;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	overflow: hidden;
}

.member-menu .block-main .avatar img {
	width: 100%;
	height: 100%;
	text-align: center;
	font-size: 0;
	line-height: 0;
	border-radius: 50%;
}

.member-menu .block-main .avatar .no-thumb {
	width: 6rem;
	height: 6rem;
	text-align: center;
	font-size: 0;
	line-height: 0;
	background-size: 6rem 6rem;
}

.member-menu .block-additional {
	width: 100%;
	border-top: 1px solid #1b1b1b;
	padding: 3rem 0 0;
}

.user-menu span,
.user-menu a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-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;
	padding: 0 0 10px;
	font-weight: 500;
}

.user-menu span {
	color: #dc0000;
}

.user-menu span:before,
.user-menu a:before {
	position: absolute;
	content: "";
	bottom: 0;
	left: 0;
	height: 3px;
	background-color: #dc0000;
	z-index: 1;
	-webkit-transition: width 0.3s;
	transition: width 0.3s;
}

.user-menu span:before {
	width: 100%;
}

.user-menu a:before {
	width: 0%;
}

.no-touch .user-menu a:hover {
	color: #dc0000;
}

.no-touch .user-menu a:hover::before {
	width: 100%;
}

.member-menu .user-menu span em,
.no-touch .user-menu a:hover em {
	color: #fff;
}

.user-menu {
	display: block;
}

.user-menu li {
	display: block;
	margin: 0 0 10px;
}

.user-menu li:last-child {
	display: block;
	margin: 0;
}

.member-menu .user-menu em {
	color: #3f3f3f;
	font-size: 14px;
	font-weight: 400;
}

.member-menu .user-menu em.small {
	font-size: 9px;
}

/* profile */
.member-menu + .main-container-user .item {
	width: calc((100% - 32px) / 3);
}

.member-menu + .main-container-user .list-albums .item,
.member-menu + .main-container-user .list-channels .item {
	width: calc((100% - 40px) / 4);
}

.member-menu + .main-container-user .list-members .item {
	width: calc(20% - 10px);
}

.member-menu + .main-container-user .list-messages .item {
	width: calc(100% - 10px);
}

.block-profile {
	background-color: #000;
	-webkit-box-shadow: -1px 1px 5px rgba(33, 33, 33, 0.65);
	box-shadow: -1px 1px 5px rgba(33, 33, 33, 0.65);
	border-radius: 5px;
	padding: 2rem;
	overflow: hidden;
}

.profile-list {
	width: 100%;
	overflow: hidden;
}

.profile-list .margin-fix {
	margin: 0;
	overflow: hidden;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	font-size: 14px;
	line-height: 1.2;
	color: #3f3f3f;
}

.profile-list .about-me {
	width: 100%;
}

.profile-list .about-me em {
	display: block;
	padding: 8px 0 0;
	line-height: 2rem;
}

.profile-list .column {
	width: 33%;
	padding-right: 10px;
}

.member-menu + .main-container-user .profile-list .item {
	width: 100%;
}

.profile-list .column .item {
	margin: 0 0 10px;
	overflow: hidden;
}

.profile-list .item em {
	color: #fff;
}

/* video / album edit */
.form-upload {
	position: relative;
}

.form-upload.uploading {
	height: 80px;
	cursor: wait;
}

.form-upload.uploading * {
	opacity: 0;
	visibility: hidden;
}

.form-upload.uploading .progressbar,
.form-upload.uploading .progressbar * {
	opacity: 1;
	visibility: visible;
}

.form-upload.uploading-finished {
	cursor: default;
}

.form-upload p {
	display: block;
	margin: 1rem 0 0;
}

.form-upload p.preview {
	display: block;
	max-width: 320px;
	overflow: hidden;
	background: #c8c8c8;
	position: relative;
	margin-bottom: 2rem;
}

.form-upload p.preview em {
	position: absolute;
	bottom: 5px;
	background: #ffffff;
	padding: 5px;
	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);
	color: #000;
}

.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);
}

/* popups */
/* fancybox */
.fancybox-opened .fancybox-skin {
	background-color: #000;
	border-radius: 5px;
	-webkit-box-shadow: -7px 10px 21px rgba(0, 0, 0, 0.65) !important;
	box-shadow: -7px 10px 21px rgba(0, 0, 0, 0.65) !important;
	padding: 0 !important;
	overflow: hidden;
}

.fancybox-inner {
	width: 100%;
}

.fancybox-close {
	top: 1.9rem !important;
	right: 1rem !important;
}

.fancybox-lock .fancybox-overlay {
	z-index: 9999;
}

.fancybox-error {
	padding: 3rem 15px 15px !important;
}

.popup-title {
	display: block;
	color: #fff;
	font-size: 14px;
	padding: 2.5rem 5rem 2.5rem 3rem;
	font-size: 2.4rem;
	font-weight: 500;
}

.popup-holder {
	padding: 3rem;
	min-width: 42rem;
	background-color: #151515;
}

.two-sections {
	width: 81rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.main-container-user .two-sections {
	width: 100%;
}

.section-one,
.section-two {
	-webkit-box-flex: 1;
	-ms-flex: 1 1 50%;
	flex: 1 1 50%;
}

.section-one {
	padding: 0 25px 0 0;
	margin: 0 0 2rem;
}

.section-two {
	padding: 0 0 0 25px;
}

.main-container-user .section-two {
	-ms-flex: 0 1 320px;
	flex: 0 1 320px;
}

/* block UI plugin overlay */

/* posts */
.list-posts .item {
	margin: 15px 0 0 15px;
}

.list-posts .item .title {
	height: auto;
	margin: 7px 0;
}

.list-posts .item:hover .title {
	text-decoration: underline;
}

.list-posts .item .description {
	color: #1d1d1d;
}

.list-posts .item .wrap .added {
	float: right;
}

.block-post {
	padding: 10px 0;
	background: #ffffff;
}

.block-post:after {
	content: "";
	display: block;
	clear: both;
}

.block-post .post-holder {
	overflow: hidden;
	padding-right: 7px;
}

.block-post .post-content {
	margin: 0 0 10px;
}

.block-post .sponsor {
	width: auto;
	margin: 10px 0;
}

.block-post .table {
	float: right;
	margin-left: 10px;
	padding: 10px;
	background: #d1d1d1;
}

.block-post .table .opt {
	margin: 0 0 10px;
	width: 315px;
	height: 300px;
}

.block-post .table .opt:last-child {
	margin: 0;
}

/* related videos in player */
.player-related-videos {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	padding: 5px 10px 30px 10px;
	background: #000000;
	overflow: hidden;
}

.player-related-videos .player-related-videos-container {
	position: relative;
	width: 100%;
	height: 100%;
	overflow: hidden;
	text-align: center;
}

.player-related-videos .player-related-videos-item {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	margin-top: 5px;
}

.player-related-videos .player-related-videos-item .title {
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	height: 52px;
	overflow: hidden;
	text-align: left;
	padding: 5px;
	color: #ffffff;
	background: linear-gradient(to bottom, rgba(12, 12, 12, 0.8) 0px, transparent 50px);
}

.player-related-videos .player-related-videos-item .duration {
	display: block;
	position: absolute;
	bottom: 5px;
	right: 5px;
	color: #ffffff;
	background: rgba(12, 12, 12, 0.8);
	padding: 2px 5px;
}

.no-touch .player-related-videos .player-related-videos-item .title,
.no-touch .player-related-videos .player-related-videos-item .duration {
	display: none;
}

.no-touch .player-related-videos .player-related-videos-item:hover .title,
.no-touch .player-related-videos .player-related-videos-item:hover .duration {
	display: block;
}

/* responsive */
@media screen and (max-width: 1280px) {
	.place {
		padding: 4vw 0;
	}

	.sidebar + .main-container .list-albums .place {
		padding: 7vw 0;
	}

	.bottom-adv {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
}

@media screen and (max-width: 1255px) {
	.place {
		padding: 2.8vw 0;
	}

	.sidebar + .main-container .place {
		padding: 1.4vw 0;
	}

	.header {
		padding: 15px 0;
	}

	.bottom-adv .spot:nth-child(4) {
		display: none;
	}
}

@media screen and (max-width: 1255px) {
	.block-channel,
	.block-model {
		margin: 0;
	}

	.sidebar {
		width: 100%;

		margin: 2.5rem 0;
	}

	.sidebar + .main-container .list-albums .place {
		padding: 16vw 0;
	}

	.sidebar + .main-container {
		width: 100%;
	}

	.sidebar + .main-container > .headline:first-child,
	.sidebar + .main-container div:first-child .headline,
	.sidebar + .main-container .headline {
		margin: 0 0 15px 0;
	}

	.sidebar + .main-container .list-playlists .item,
	.sidebar + .main-container .list-videos .item {
		width: calc(25% - 10px);
	}

	.sidebar + .main-container .place ~ .item:nth-of-type(-n + 7) {
		width: calc((100% - 362px) / 3);
	}

	.sidebar .comments,
	.sidebar .list,
	.sidebar .filter {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		margin: 0 0 2rem;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}

	.sidebar label.group + ul,
	.sidebar label.group {
		width: 100%;
	}

	.sidebar label.group + ul {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.sidebar .filter li label {
		margin: 0;
	}

	.sidebar .list {
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
	}

	.sidebar .comments {
		margin: 0 -2rem -1rem 0;
	}

	.sidebar .list a {
		margin: 0;
	}

	.sidebar .headline {
		margin: 0 0 1.5rem;
	}

	.sidebar .list .rating {
		padding: 0 0 0 2rem;
	}

	.sidebar .comments li,
	.sidebar .list li,
	.sidebar .filter li {
		width: calc(33.33% - 2rem);
		margin: 0 0 2rem 0;
	}

	.sidebar .list li {
		padding: 0 10px 0 0;
	}

	.sidebar .alphabet span,
	.sidebar .alphabet a {
		min-width: 3.5rem;
	}

	.sidebar form {
		width: 100%;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}

	.sidebar form .row {
		width: 33.333%;
		max-width: 100%;
		display: inline-block;
		padding: 0 5px;
	}

	.sidebar .filter form .row:nth-child(5) {
		margin: 0;
	}

	.sidebar .filter form .button-group {
		/* conflict on sidebr comunity */
		margin: 0;
	}

	.sidebar .filter form .button-group label {
		/* conflict on sidebr comunity */
		margin: 0;
	}

	form .button-group .row:first-child {
		width: 100%;
	}

	.info-buttons {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}

	.tabs-menu {
		-webkit-box-flex: 1;
		-ms-flex: 1 1 100%;
		flex: 1 1 100%;
		padding: 1rem 0 0;
	}

	.tabs-menu ul {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.block-album .images {
		padding: 0 1.5rem 1.5rem;
	}

	.block-album .images span.item,
	.block-album .images a.item {
		/* width: calc(25% - 2rem); */
		margin: 1.5rem 1rem 0;
	}
}

@media screen and (max-width: 1152px) {
	html {
		font-size: 58.5%;
	}

	.sidebar + .main-container .place {
		padding: 0.7vw 0;
	}

	.sidebar + .main-container .list-albums .place {
		padding: 14vw 0;
	}

	.block-details {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.block-details .block-user {
		-webkit-box-flex: 1;
		-ms-flex: 1 1 100%;
		flex: 1 1 100%;
		-webkit-box-ordinal-group: 1;
		-ms-flex-order: 0;
		order: 0;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		margin: 0 0 1rem;
	}

	.block-details .info {
		padding: 0;
		-webkit-box-flex: 1;
		-ms-flex: 1 1 100%;
		flex: 1 1 100%;
	}

	.block-video .sponsor {
		margin: 0 auto 1rem;
	}

	.info-buttons {
		margin: 0 0 1rem;
	}
}

@media screen and (max-width: 1140px) {
	.place {
		padding: 1vw 0;
	}

	.sidebar .comments li {
		width: calc(50% - 1rem);
		margin: 0 0 2rem;
	}

	.sidebar {
		margin: 1.5rem 0 2rem;
		padding: 1rem;
	}

	.sidebar + .main-container .list-albums .place {
		padding: 13vw 0;
	}

	.block-screenshots {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}

	.block-screenshots span.item,
	.block-screenshots a.item {
		width: calc(33.33% - 5px);
		padding-bottom: 18.34%;
	}
}

@media screen and (max-width: 1050px) {
	.place {
		display: none;
	}

	.sidebar + .main-container .list-albums .place ~ .item:nth-of-type(-n + 7),
	.place ~ .item:nth-of-type(-n + 7),
	.sidebar + .main-container .place ~ .item:nth-of-type(-n + 7) {
		width: calc(25% - 10px);
	}

	.member-menu {
		position: inherit;
		width: 100%;
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.member-menu + .main-container-user .item {
		width: calc((100% - 40px) / 4);
	}

	.member-menu + .main-container-user .list-videos-screenshots .item,
	.member-menu + .main-container-user .list-albums-images .item {
		width: calc((100% - 32px) / 3);
	}

	.member-menu + .main-container-user {
		width: 100%;
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2;
		padding: 0;
	}

	.member-menu .block-main .avatar {
		/* width: 15rem;
		height: 15rem; */
		margin: 0 4rem 0 0;
	}

	.member-menu .headline {
		width: 100%;
	}

	/* .member-menu .block-main .avatar .no-thumb {
		width: 10rem;
		height: 10rem;
		background-size: 10rem 10rem;
	} */
	.member-menu .block-main {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-flex: 0;
		-ms-flex: 0 1 400px;
		flex: 0 1 400px;
		width: auto;
		margin: 0 2rem 0 0;
	}

	.block-main .user-menu {
		-webkit-box-flex: 1;
		-ms-flex: 1 1;
		flex: 1 1;
	}

	.member-menu .block-additional {
		-webkit-box-flex: 0;
		-ms-flex: 0 1 250px;
		flex: 0 1 250px;
		width: auto;
		padding: 0 0 0 2rem;
		border-top: 0;
		border-left: 1px solid #1b1b1b;
	}

	/* .block-album .images span.item,
	.block-album .images a.item {
		width: calc(33.333% - 2rem);
		padding-bottom: 40.1%;
	} */
	.block-video .playlist .item {
		width: calc(33.33% - 10px);
	}
}

@media screen and (max-width: 1040px) {
	.place {
		padding: 2vw 0;
	}

	.list-channels .item,
	.list-models .item,
	.list-sponsors .item,
	.list-categories .item {
		width: calc(25% - 10px);
	}

	.search form {
		-webkit-box-flex: 1;
		-ms-flex: 1 1 100%;
		flex: 1 1 100%;
	}

	/*	.search {
		-webkit-box-flex: 1;
		-ms-flex: 1 1 100%;
		flex: 1 1 100%;
		padding: 0 0 0 40px;
	}*/

	/*	.logo {
		margin: 0 10px 0 0;
	}*/

	.search .search-text input {
		padding: 10px 60px 10px 20px;
	}

	.block-share .middle {
		-webkit-box-flex: 1;
		-ms-flex: 1 1;
		flex: 1 1;
	}
}

@media screen and (max-width: 1024px) {
	html {
		font-size: 52.5%;
	}

	form [data-name="code"],
	form .row {
		margin: 0 0 1.5rem;
	}

	.block-channel {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.block-channel .channel-info {
		-webkit-box-ordinal-group: 5;
		-ms-flex-order: 4;
		order: 4;
		-webkit-box-flex: 1;
		-ms-flex: 1 1 100%;
		flex: 1 1 100%;
		padding: 1.5rem 0 0;
	}

	.block-channel .channel-rating {
		-webkit-box-flex: 11;
		-ms-flex: 11 1;
		flex: 11 1;
	}

	.list-tags .margin-fix {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.list-tags .margin-fix .item {
		-webkit-box-flex: 1;
		-ms-flex: 1 1 33.33%;
		flex: 1 1 33.33%;
	}
}

@media screen and (max-width: 980px) {
	.bottom-adv .spot:nth-child(3) {
		display: none;
	}

	.list-members .item {
		width: calc(25% - 10px);
	}
}

@media screen and (max-width: 940px) {
	.block-model .model-list li {
		width: 50%;
	}

	.block-video .playlist .item {
		width: calc(50% - 10px);
	}

	.pagination .first,
	.pagination .last,
	.pagination .page,
	.pagination .jump {
		display: none;
	}

	.block-album .images .message,
	.block-video .no-player .message {
		font-size: 1.8rem;
		line-height: 2.4rem;
	}
}

@media screen and (max-width: 860px) {
	.sidebar + .main-container .list-albums .place ~ .item:nth-of-type(-n + 7),
	.list-albums .item,
	.member-menu + .main-container-user .list-albums .item,
	.member-menu + .main-container-user .list-channels .item,
	.member-menu + .main-container-user .list-members .item,
	.sidebar + .main-container .list-videos .item,
	.sidebar + .main-container .place ~ .item:nth-of-type(-n + 7),
	.place ~ .item:nth-of-type(-n + 7),
	.list-playlists .item,
	.list-videos .item {
		width: calc(33.33% - 10px);
	}

	.member-menu + .main-container-user .item {
		width: calc((100% - 32px) / 3);
	}

	.block-album .table,
	.block-video .table,
	.block-post .table,
	.list-videos .place,
	.list-albums .place,
	.list-playlists .place {
		display: none;
	}

	.block-album .album-holder,
	.block-video .video-holder {
		margin-right: 0;
	}

	.two-sections {
		width: 100%;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.section-one {
		padding: 0;
		-webkit-box-flex: 1;
		-ms-flex: 1 1 100%;
		flex: 1 1 100%;
	}

	.main-container-user .section-two,
	.section-two {
		padding: 0 0 0 10px;
		-webkit-box-flex: 1;
		-ms-flex: 1 1 100%;
		flex: 1 1 100%;
		padding: 0;
		margin: 0 0 10px;
	}

	form .bottom {
		max-width: 100%;
	}

	form .row {
		max-width: 100%;
	}

	.sidebar .list li,
	.sidebar .filter li {
		width: 33.33%;
	}

	.sidebar .comments,
	.sidebar .list,
	.sidebar .filter {
		padding: 0;
	}

	.list-members .item {
		width: calc(33.33% - 10px);
	}

	.member-menu .block-main {
		-webkit-box-flex: 0;
		-ms-flex: 0 1 53%;
		flex: 0 1 53%;
	}

	.member-menu .block-additional {
		-webkit-box-flex: 1;
		-ms-flex: 1 1;
		flex: 1 1;
	}

	.profile-list .column {
		width: 50%;
	}

	.block-video .playlist .item {
		width: calc(33.33% - 10px);
	}
}

@media screen and (max-width: 785px) {
	.spot-primary {
		margin-top: 2rem;
	}
	.box {
		padding: 1.5rem 0 0;
	}

	.list-channels .item,
	.list-models .item,
	.list-sponsors .item,
	.list-categories .item {
		width: calc(33.33% - 10px);
	}

	.headline {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		padding: 2rem 0 0;
	}

	.headline h1,
	h2 {
		width: 100%;
		-webkit-box-flex: 1;
		-ms-flex: 1 1 100%;
		flex: 1 1 100%;
		margin: 2px 0;
		display: flex;
		align-items: center;
		justify-content: space-between;
	}

	.sort {
		margin: 10px 10px 0 0;
	}

	.sort:last-child {
		margin: 10px 0 0;
	}

	.pagination a,
	.pagination span {
		font-size: 13px;
		padding: 8px 12px;
	}

	.pagination li {
		min-width: 43px;
	}

	.tags-cloud .all {
		font-size: 13px;
		padding: 10px 20px;
	}

	.footer .nav a {
		font-size: 13px;
		padding: 0;
	}

	.sidebar form .row {
		width: 50%;
	}

	.block-details .item span {
		margin: 0 1.5rem 0.5rem 0;
	}

	.block-details .item {
		margin: 0 10px 1rem 0;
	}

	.tab-content {
		padding: 0 1rem 1rem;
	}

	.list-sort {
		margin: 0 0 1rem;
	}

	.list-sort li {
		margin-right: 1rem;
	}

	.block-model .model-list li {
		width: 100%;
		padding: 0;
	}

	.block-video .playlist .item {
		width: calc(50% - 10px);
	}
}

@media screen and (max-width: 650px) {
	.bottom-adv .spot:nth-child(2) {
		/* display: none; */
	}
  .bottom-adv .spot {
    margin: 4px 0;
  }

	html {
		font-size: 47.5%;
	}

	.list-members .item {
		width: calc(50% - 10px);
	}

	.member-menu .block-main {
		-webkit-box-flex: 1;
		-ms-flex: 1 1 100%;
		flex: 1 1 100%;
		margin: 0;
	}

	.user-menu {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
	}

	.user-menu li {
		width: 100%;
		padding: 0 0.8rem;
	}

	.member-menu .block-additional {
		padding: 10px 0 0;
		border-top: 0;
		border-left: 0;
		-webkit-box-flex: 1;
		-ms-flex: 1 1 100%;
		flex: 1 1 100%;
	}

	.list-tags .margin-fix .item {
		-webkit-box-flex: 1;
		-ms-flex: 1 1 50%;
		flex: 1 1 50%;
	}
}

@media screen and (max-width: 640px) {
	.header {
		padding: 10px 0;
	}
	.search {
		padding: 0;
		flex: 1 1;
		margin-left: 10px;
	}

	.search .search-button {
		width: 50px;
	}

	.sidebar + .main-container .list-albums .place ~ .item:nth-of-type(-n + 7),
	.list-albums .item,
	.member-menu + .main-container-user .list-albums .item,
	.member-menu + .main-container-user .list-channels .item,
	.member-menu + .main-container-user .list-members .item,
	.sidebar + .main-container .list-videos .item,
	.sidebar + .main-container .place ~ .item:nth-of-type(-n + 7),
	.place ~ .item:nth-of-type(-n + 7),
	.list-playlists .item,
	.list-videos .item {
		width: calc(50% - 10px);
	}

	.list-playlists .item,
	.list-videos .item {
		margin: 5px 0 0 5px;
	}

	.margin-fix {
		margin: -5px 0 0 -5px;
	}

	.empty-content {
		padding: 0 0 0 5px;
	}

	.member-menu + .main-container-user .item {
		margin: 5px 0 0 5px;
		width: calc((100% - 10px) / 2);
	}

	.list-channels .item,
	.list-models .item,
	.list-sponsors .item,
	.list-categories .item {
		width: calc(50% - 5px);
		margin: 5px 0 0 5px;
	}

	.sidebar .comments li {
		width: 100%;
		margin: 0 0 2rem;
	}

	.sidebar .list li,
	.sidebar .filter li {
		width: 50%;
	}

	.btn-favourites ul {
		left: inherit;
		right: 0;
		border-radius: 10px 0 10px 10px;
	}

	form [data-name="code"],
	form .row {
		margin: 0 0 1rem;
	}

	.list-comments .comment-info {
		-webkit-box-flex: 1;
		-ms-flex: 1 1 100%;
		flex: 1 1 100%;
		margin: 0 0 5px;
	}

	.box {
		margin: 0 0 1.5rem;
	}
}

@media screen and (max-width: 639px) {
	.header-inner {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
}

@media screen and (max-width: 560px) {
	.box {
		padding: 1rem 0 0;
	}

	.popup-holder {
		min-width: 380px;
		padding: 10px;
	}

	.popup-title {
		padding: 1.5rem 3.5rem 1.5rem 1.5rem;
	}

	.fancybox-close {
		top: 0.8rem !important;
	}

	form .section-title {
		margin: 0 0 1.5rem;
	}

	.sidebar form .row {
		width: 100%;
	}

	form .button-group .row:first-child {
		margin: 0 0 2rem;
	}

	.block-screenshots span.item,
	.block-screenshots a.item {
		width: calc(50% - 5px);
		padding-bottom: 27.54%;
	}

	.block-new-comment .bottom .submit {
		margin: 0;
	}

	.block-comments form .textfield {
		width: 100%;
	}

	.member-menu .block-main {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		margin: 0;
	}

	.member-menu .block-main .avatar {
		margin: 0 0 1rem;
	}

	.block-main .user-menu {
		-webkit-box-flex: 1;
		-ms-flex: 1 1 100%;
		flex: 1 1 100%;
	}

	.user-menu li {
		display: inline-block;
		width: auto;
	}

	.member-menu .user-menu em {
		padding: 0 0 0 10px;
	}

	.profile-list .column {
		width: 100%;
	}

	/* .block-album .images span.item,
  .block-album .images a.item {
    width: calc(50% - 2rem);
    padding-bottom: 62.1%;
  } */
	.block-album .images {
		padding: 0 1rem;
	}

	.block-channel .img {
		width: 100%;
		padding: 0;
		margin: 0 0 1rem;
	}

	.block-channel .img .channel-user {
		right: 5px;
	}

	.block-channel .channel-rating strong {
		font-size: 6.5rem;
		padding: 2rem 1rem;
		border-radius: 1rem;
	}

	.block-model .img {
		float: none;
		display: block;
		margin: 0 auto 1rem;
	}

	.member-menu + .main-container-user .item,
	.member-menu + .main-container-user .list-videos-screenshots .item,
	.member-menu + .main-container-user .list-albums-images .item {
		width: calc((100% - 20px) / 2);
	}

	.block-album .images .message,
	.block-video .no-player .message {
		font-size: 1.6rem;
		line-height: 1.8rem;
	}

	.block-album form .submit,
	.block-video .no-player form .submit {
		font-size: 12px;
	}
}

@media screen and (max-width: 479px) {
	.search {
		display: none;
		position: absolute;
		top: 48px;
		left: 10px;
		width: calc(100% - 20px);
		margin-left: 0;
		z-index: 9999;
	}
	.search .search-button {
		width: 60px;
	}
	.logo {
		flex: 1 1;
		text-align: center;
	}
	.sidebar.second .alphabet span,
	.sidebar.second .alphabet a {
		width: 32px;
		height: 32px;
		font-size: 12px;
	}
}

@media screen and (max-width: 420px) {
	form .date .selectbox {
		margin-right: 5px;
	}

	form .captcha-control .image {
		margin: 0 0 1.5rem;
	}

	form .captcha-control .image img {
		float: inherit;
	}

	form .captcha-control .image .textfield {
		width: 100%;
	}

	form .list-selector-popup .button-group .item {
		width: 45%;
	}

	/*	.sidebar + .main-container .list-videos .item,
	.sidebar + .main-container .place ~ .item:nth-of-type(-n + 7),
	.place ~ .item:nth-of-type(-n + 7),
	.member-menu + .main-container-user .list-videos .item,
	.member-menu + .main-container-user .list-playlists .item,
	.list-playlists .item,
	.list-videos .item {
		width: calc(100% - 5px);
		margin: 5px 0 0 5px;
	}*/

	.list-albums .item,
	.sidebar + .main-container .list-albums .place ~ .item:nth-of-type(-n + 7) {
		width: calc(50% - 5px);
		margin: 5px 0 0 5px;
	}

	.member-menu + .main-container-user .list-albums .item .title,
	.main-container .list-albums .item .title {
		font-size: 12px;
	}

	.member-menu + .main-container-user .list-albums .item .wrap,
	.main-container .list-albums .item .wrap {
		font-size: 11px;
	}

	.member-menu + .main-container-user .list-albums .item .wrap div:before,
	.main-container .list-albums .item .wrap div:before {
		font-size: 13px;
	}

	.member-menu + .main-container-user .list-albums .item .wrap .photos,
	.main-container .list-albums .item .wrap .photos {
		padding-left: 21px;
	}

	.member-menu + .main-container-user .list-albums .item .wrap .views,
	.main-container .list-albums .item .wrap .views {
		padding-left: 23px;
	}

	.item-control {
		padding: 4px 7px;
	}

	.member-menu + .main-container-user .list-albums .item .wrap div,
	.main-container .list-albums .item .wrap div {
		padding-left: 18px;
	}

	.popup-holder {
		min-width: 280px;
	}

	.navigation .primary {
		max-width: 100%;
	}

	.sidebar .comments li,
	.sidebar .list li,
	.sidebar .filter li {
		width: 100%;
	}

	.block-channel .channel-rating strong {
		font-size: 5.5rem;
		padding: 1rem 1rem;
	}

	.block-model .img {
		width: 70%;
		height: auto;
		padding-bottom: 94.2%;
	}

	.block-video .playlist .item {
		width: calc(100% - 10px);
	}
}

@media screen and (max-width: 370px) {
	.logo img {
		width: 100%;
	}
}

@supports (-webkit-overflow-scrolling: touch) {
	.sort,
	.content {
		cursor: pointer;
	}
}

.partners-box {
	order: 2;
	margin-bottom: 20px;
}

@media screen and (max-width: 768px) {
	.partners-box {
		margin-bottom: 10px;
	}
}

.partners-box .name {
	color: #fff;
	margin-bottom: 10px;
	font-size: 14px;
}

.partners-list {
	display: flex;
}

.partners-list li {
	margin-right: 10px;
}

.partners-list li:last-child {
	margin-right: 0;
}

@media screen and (min-width: 1025px) {
	.partners-list img {
		-webkit-filter: grayscale(100%);
		filter: grayscale(100%);
		-webkit-transition: -webkit-filter .3s;
		transition: -webkit-filter .3s;
		-o-transition: filter .3s;
		transition: filter .3s;
		transition: filter .3s, -webkit-filter .3s;
	}
	.partners-list img:hover {
		-webkit-filter: grayscale(0);
		filter: grayscale(0);
	}
}

.mobile-links {
	width: 100%;
	justify-content: space-around;
	order: 3;
	display: none;
	font-weight: bold;
	margin-top: 10px;
}

@media screen and (max-width: 639px) {
	.mobile-links {
		display: flex;
	}
}

.mobile-links li {
	margin: 0 2px;
}

.mobile-tile {
	display: none;
	border: none;
	outline: none;
	background-color: transparent;
	padding: 0;
	color: #fff;
	font-size: 18px;
	margin-left: 5px;
}

@media screen and (max-width: 785px) {
	.mobile-tile {
		display: block;
	}
}

.mobile-tile svg {
	display: block;
}

.wrap-spot {
	text-align: center;
	width: 100%;
}

/*.fp-player iframe{
	width: 62% !important;
	height: 55% !important;
	top: 19% !important;
	left: 19% !important;
}*/


.player-holder{
	position:relative;
}
#player_adv {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 11;
	width: 100%;
	height: 94%;
	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;
}

@media (max-width:767px) {
	#player_adv {
		transform: scale(0.5);
	}
}

#player_adv_pause {
	position: absolute;
	padding: 10px;
	color: white;
	text-align: center;
	min-width: 300px;
	min-height: 250px;
}

.player_adv_close {
	position: absolute;
	top: 2px;
	right: 4px;
	background: url(/static/images/close_button.png) 50% 50% no-repeat;
	border: none;
	width: 24px;
	height: 24px;
	z-index: 1002;
	cursor: pointer;
	background-size: contain;
}

#player_adv_flex {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.player_adv_close_bottom {
	position: absolute;
	bottom: -26px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	padding: 5px 15px;
	border-radius: 3px;
	color: #fff;
	text-align: center;
	background: #000;
	border: 1px solid #9ea0a5;
	cursor: pointer;
	z-index: 1000;
}

#player_adv_flex div {
	margin: 0 0 0 10px;
}

#player_adv_flex div:first-child {
	margin: 0;
}

.exo-native-widget{
	width:100% !important;
}

html {
    background: #000;
}
h1, h2 {
    color: #fff;
}
.container {
    background: #000;
}
.footer-margin,.header {
    background: #101010;
}
.header+nav {
    border: 1px solid #242424;
    background: #101010;
}
.pagination a, .pagination span {
    padding: 12px 15px;
    background: #151515;
    color: #8B8B8B;
    border-radius: 5px;
}
.pagination li {
    min-width: 40px;
}
.no-touch .pagination a:hover {
    color: #ffffff;
    background-color: #292929;
}
.pagination .page-current span {
    color: #ffffff;
    background-color: #0062F8;
}
.search .search-text input {
    color: #fff;
    background: #212121;
}
.search .search-text input::placeholder {
    color: #8B8B8B;
}
.search .search-button {
    background: #212121 url(../images/search.svg) center no-repeat;
}
.wrapped-tags a {
    background: #151515;
    color: #8B8B8B;
}
.member-link a {
    color: #b8b8b8;
}
#login {
    color:#8B8B8B
}
.upload_btn,.upgrade_btn {
    background: #292929;
    color: #fff;
}
.no-touch .tag-item a:hover {
    color: #fff;
    background: #292929;
}
.duration {
    background: rgba(0, 0, 0, 0.8);
    color: #fff;
}
.button-tags {
    color: #fff;
    background: linear-gradient(270deg, #000000 52.6%, rgba(0, 0, 0, 0) 100%);
}
.navigation-header .primary .link {
    color: #fff;
}
.drop-content {
    background: #212121;
}
.hamburger span, .hamburger:after, .hamburger:before {
    background: #fff;
}
.list-playlists .item, .list-models .item, .list-sponsors .item, .list-channels .item, .list-categories .item, .list-albums .item, .list-albums-images .item, .list-videos .item, .list-videos-screenshots .item {
    background-color: transparent;
}
.item .title {
    color: #fff;
}
.item .wrap, .item .positive{
    color: #8B8B8B;
}
.link-title{
    color: #fff;
}
.sort {
    background-color:#151515;
    color: #8B8B8B;
}
.sort ul {
    background: #151515;
}
.user-drop {
    background: #151515;
    color: #7C7C7C;
	min-width: 190px;
}
.user .name {
    color: #fff;
}
.no-touch .user-item a:hover {
    color: #fff;
    background: #292929;
}
.header-user .user i {
    color: #fff;
}
.mobile-menu {
    background: #101010;
}
.mask {
    background: rgba(0, 0, 0, 0.8);
}
.mobile-user {
    border-bottom: 1px solid #242424;
}
.drop-lang-mobile .btn-drop i {
    color: #7C7C7C;
}
.drop-lang-mobile.open  {
    background: #000;
}
.selected-mobile .selected-point  {
    color: #fff;
}
.button-action-search {
    color: #fff;
}
.mobile-user.drop {
    background-color: #000;
    border-bottom: 1px solid #2B2B2B;
}
.selected-mobile {
    color: #fff;
}
.close-btn {
    color: #fff;
}
.header-item {
    background: #000;
    border-bottom: 1px solid #242424;
}
.card-title {
    color: #fff;
}
.album-card .album-title {
    background: rgba(0, 0, 0, 0.8);
}
.filters-item a {
    background: #151515;
}
.no-touch .filters-item a:hover {
    background: #292929;
    color: #fff;
}
.filters-title {
    color: #fff;
}
.card-color {
    background: rgba(0, 0, 0, 0.8);
}
.item-tags a {
    background: #151515;
}
.no-touch .item-tags a:hover {
    background: #292929;
    color: #fff;
}
.no-touch .view-all:hover {
    background: #292929;
    color: #fff;
}
.drop-lang.open .btn-drop i{
    color: #fff;
}
.wrap-btn #login {
    background: #292929;
}
.wrap-btn {
    border-top: 1px solid #242424;
}
.selected-mobile:last-child {
    border-bottom: 1px solid #242424;
}
.selected-mobile.open {
    background: #000;
}
.mobile-drop {
    background: #000;
}
.tags-link {
    background: #151515;
}
.headline-btn .item-button {
    background: #292929;
    color: #fff;
}
.headline-btn .amount {
    background: #151515;
}
.button-more-list {
    background: #151515;
}
.rate-like,
.rate-dislike{
    background: #151515;
}
.button-video {
    background: #292929;
    color: #fff;
}
.button-video i {
    color: #fff;
}
.btn-favourites {
    background: #292929;
}
form .textfield, form .textarea, form .selectbox, form .file {
    background: #212121;
}
.block-share .block-size a {
    background-color: #292929;
    color: #fff;
}
form .radio + label::before {
    background-color: #212121;
}
.custom-row input, .custom-row textarea {
    background: #212121;
    color: #fff;
}
.username {
    color: #fff;
}
.user-ava {
    background: #292929;
}
.list-sort {
    border-bottom: 1px solid #242424;
}
.autocomplete-suggestions {
    background: #212121;
    border-top: 1px solid #000;
}
.autocomplete-group {
    color: #fff;
}
.btn-toogle {
    color: #fff;
}
.type-drop-text {
    color: #fff;
}
/* adv block */
.card-block.second,
.sp-1 .spot-wrap,
.sp-2 .spot-wrap {
    background: #070707;
}
.sidebar.sticky {
    background: #101010;
}
.no-touch .sidebar-point .link-item:hover {
    background: #151515;
}
.sidebar.sticky .list a {
    color: #fff;
}
.sidebar.sticky .list, .drop-type {
    border-bottom: 1px solid #242424;
}
.sidebar-point.active a{
    background: #151515;
}
.icon-world, .icon-model,.icon-categories{
    color: #fff;
}
.item .ico-fav-0,.item .ico-fav-1 {
    background: rgba(0, 0, 0, 0.8);
    color: #fff;
}
.icon-categories {
    transition: color .3s;
}
.toogle-item.open .icon-categories {
    color: #0062F8;
}
.btn-toogle:hover .icon-categories {
    color: #0062F8;
}
.drop-duration, .hidden-drop.second  {
    background: #151515;
}
.hidden-item a {
    color: #fff;
}
.button-mobile-filter path {
    fill: #ffff;
}
.table {
    background: #070707;
}
.filter-group .item-btn.second .btn {
    background: #292929;
}
.no-touch .sort.second ul a:hover {
    background: #292929;
    color: #fff;
}
.swiper-button-prev:after,.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after, .swiper-button-prev.swiper-button-disabled::after,.swiper-button-next.swiper-button-disabled::after {
    background: rgba(21, 21, 21, 0.8);
    color: #7C7C7C;
}
@media screen and (min-width: 1255px) {
    .sidebar.sticky .list a:hover {
        background: #292929;
    }
    .sidebar.sticky .list a:hover .rating {
        color: #fff;
    }
}
.footer .copyright, 
.footer .txt,
.footer .copyright a {
    color: #B8B8B8;
}
.footer .nav a {
    color: #fff;
}

.drop-lang {
	position: relative;
}

.drop-lang .drop-content {
	left: 0;
	right: auto;
	width: 130px;
	min-width: 130px;
	max-width: 130px;
	padding: 5px 0;
	box-sizing: border-box;
	text-align: left;
}

.drop-lang .drop-content .drop-item {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	gap: 7px;
	width: 100%;
	min-height: 28px;
	padding: 6px 10px;
	box-sizing: border-box;
	font-size: 13px;
	line-height: 16px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	text-align: left;
}

.drop-lang .drop-content .drop-item img {
	display: block;
	flex: 0 0 18px;
	width: 18px;
	height: auto;
	margin: 0;
}

/* =========================================================
   Theme icon inside language selector
   Structure:
   .drop-lang
      .theme-toggle
      current language / flag
      .drop-content
   ========================================================= */

/* Main language + theme container */
.drop-lang {
	position: relative !important;
	display: inline-flex !important;
	align-items: center !important;
	justify-content: flex-start !important;
	gap: 8px !important;

	width: auto !important;
	min-width: 0 !important;
	max-width: none !important;
	height: 28px !important;

	margin: 0 !important;
	padding: 0 6px !important;

	float: none !important;
	clear: none !important;
	vertical-align: middle !important;
	line-height: 1 !important;
	box-sizing: border-box !important;
}

/* Theme icon wrapper inside .drop-lang */
.drop-lang .theme-toggle {
	position: relative !important;
	display: inline-flex !important;
	align-items: center !important;
	justify-content: center !important;

	width: 22px !important;
	min-width: 22px !important;
	height: 22px !important;

	margin: 0 !important;
	padding: 0 !important;

	float: none !important;
	clear: none !important;
	vertical-align: middle !important;
	line-height: 1 !important;
	box-sizing: border-box !important;
}

/* Small icon-only button */
.drop-lang .theme-toggle-button {
	position: relative !important;
	display: inline-flex !important;
	align-items: center !important;
	justify-content: center !important;

	width: 22px !important;
	min-width: 22px !important;
	height: 22px !important;

	margin: 0 !important;
	padding: 0 !important;

	border: 0 !important;
	border-radius: 50% !important;
	background: transparent !important;
	box-shadow: none !important;
	outline: none !important;

	color: #7d7d7d !important;
	cursor: pointer !important;

	font-size: 0 !important;
	line-height: 1 !important;
	text-align: center !important;
	vertical-align: middle !important;
	box-sizing: border-box !important;

	transition: color 0.2s ease, background-color 0.2s ease !important;
}

.drop-lang .theme-toggle-button:hover {
	background: rgba(0, 0, 0, 0.07) !important;
	color: #333 !important;
}

/* Hide slider from old switcher version */
.drop-lang .theme-toggle-slider {
	display: none !important;
}

/* Hide both icons by default */
.drop-lang .theme-toggle-icon {
	display: none !important;

	width: 22px !important;
	height: 22px !important;

	margin: 0 !important;
	padding: 0 !important;

	font-size: 17px !important;
	line-height: 22px !important;
	text-align: center !important;

	color: inherit !important;
	pointer-events: none !important;
	box-sizing: border-box !important;
}

/* Light theme: show moon only */
html:not(.theme-dark) .drop-lang .theme-toggle-icon-dark {
	display: block !important;
}

/* Dark theme: show sun only */
html.theme-dark .drop-lang .theme-toggle-icon-light {
	display: block !important;
}

/* Current language element: any direct child except theme and dropdown */
.drop-lang > :not(.theme-toggle):not(.drop-content) {
	display: inline-flex !important;
	align-items: center !important;
	justify-content: center !important;

	width: auto !important;
	height: 28px !important;

	margin: 0 !important;
	padding: 0 !important;

	float: none !important;
	clear: none !important;
	vertical-align: middle !important;
	line-height: 1 !important;
	box-sizing: border-box !important;
}

/* Current language flag */
.drop-lang > :not(.theme-toggle):not(.drop-content) img {
	display: block !important;
	margin: 0 !important;
	padding: 0 !important;
	vertical-align: middle !important;
}

/* Dropdown should not take space in header row */
.drop-lang .drop-content {
	position: absolute !important;
	top: 100% !important;
	left: 36px !important; /* starts under language flag, not under theme icon */

	width: 130px !important;
	min-width: 130px !important;
	max-width: 130px !important;

	margin: 7px 0 0 0 !important;
	padding: 5px 0 !important;

	z-index: 9999 !important;
	box-sizing: border-box !important;
	text-align: left !important;
}

/* Language rows inside dropdown */
.drop-lang .drop-content .drop-item {
	display: flex !important;
	align-items: center !important;
	justify-content: flex-start !important;
	gap: 7px !important;

	width: 100% !important;
	min-height: 28px !important;

	margin: 0 !important;
	padding: 6px 10px !important;
	box-sizing: border-box !important;

	font-size: 13px !important;
	line-height: 16px !important;
	text-align: left !important;
	text-decoration: none !important;

	white-space: nowrap !important;
	overflow: hidden !important;
	text-overflow: ellipsis !important;
}

/* Flags inside dropdown */
.drop-lang .drop-content .drop-item img {
	display: block !important;
	flex: 0 0 18px !important;
	width: 18px !important;
	height: auto !important;

	margin: 0 !important;
	padding: 0 !important;
	vertical-align: middle !important;
}

/* Dark state for theme icon */
html.theme-dark .drop-lang .theme-toggle-button {
	color: #bbb !important;
}

html.theme-dark .drop-lang .theme-toggle-button:hover {
	background: rgba(255, 255, 255, 0.12) !important;
	color: #fff !important;
}

.sidebar.sticky .list > li.active > a,
.sidebar.sticky .list > li.active > a:hover {
	display: flex;
	align-items: center;
	background: #276fdb;
	color: #ffffff;
	border-radius: 5px;
}

.sidebar.sticky .list > li.active > a .rating,
.sidebar.sticky .list > li.active > a:hover .rating {
	margin-left: auto;
	color: #ffffff;
}

@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700&display=swap');
body {
    font-family: "Roboto", sans-serif;
}
body.scroll-locked {
    height: 100%;
    overflow: hidden;
    position: fixed;
    width: 100%;
}
body.open-menu .hamburger::before {
    transform: rotate(45deg) translate3d(-50%, -50%, 0);
}
body.open-menu .hamburger::after {
    transform: rotate(-45deg) translate3d(-50%, -50%, 0);
}
body.open-menu .hamburger span {
    display: none;
}
body.open-menu .hamburger:before, body.open-menu .hamburger:after {
    top: 50%;
    left: 50%;
    width: 31px;
}
.logo {
    margin-right: 30px;
}
.wrap-hamburger {
    margin-right: 20px;
    display: none;
}
.hamburger {
    height: 24px;
    position: relative;
    width: 24px;
    opacity: 1;
    border: none;
    background: transparent;
    transform: translateZ(0);
    transition: opacity .3s,visibility .3s,transform .3s;
    visibility: visible;
}
.hamburger span, .hamburger:after, .hamburger:before {
    position: absolute;
    content: '';
    border-radius: 10px;
    height: 3px;
    left: 0;
    right: 0;
    transform-origin: top left;
}
.hamburger span {
    top: 50%;
    transform: translate3d(0,-50%,0);
}
.hamburger:after {
    bottom: 0;
}
.hamburger:before {
    top: 0;
}
.member-link #login,.member-link #signup {
    font-size: 14px;
    min-height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
}
.header {
    position: relative;
    padding: 20px;
}
.navigation-header {
    max-width: 1340px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 10px;
    width: 100%;
    margin: 0 auto;
    position: relative;
}
.header-item {
    display: flex;
    left: 50%;
    top: 100%;
    text-transform: capitalize;
    width: 100vw;
    transform: translate(-50%);
    padding: 30px 0 50px;
    position: absolute;
    z-index: 101;
    opacity: 0;
    z-index: 19;
    visibility: hidden;
    transition: transform .3s, opacity .3s, visibility .3s;
    /* border-top: 40px solid transparent; */
}
.no-touch .navigation-header .primary li:hover .header-item {
    transform: translate3d(-50%, 0, 0);
    opacity: 1;
    visibility: visible;
}
.navigation-header .primary li a::before {
    display: none;
}
.navigation-header .icon-down-arrow{
    transform: rotate(0);
    display: inline-flex;
    vertical-align: top;
    transition: transform .3s;
    margin-left: 10px;
}
.no-touch .navigation-header li:hover .icon-down-arrow {
    transform: rotate(180deg);
}
.no-touch .navigation-header li:hover .link {
    color: #0062F8;
}
.header-col,.col-box {
    flex-grow: 1;
    flex-shrink: 1;
}
.card-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 10px;
}
.adv-link img {
    display: inline-block;
    vertical-align: top;
    max-width: 100%;
    height: auto;
}
.adv-link {
    display: inline-block;
    vertical-align: top;
    border-radius: 10px;
    overflow: hidden;
}

.adv-text {
    font-family: 'Roboto';
    font-weight: 400;
    font-size: 12px;
    text-align: center;
    letter-spacing: 0.3em;
    text-transform: uppercase;
    color: #8B8B8B;
    padding-bottom: 15px;
}
.table {
    box-shadow: none;
    padding: 15px 10px 10px;
    border-radius: 10px;
}
.table .opt img {
    border-radius: 10px;
}
.navigation-header .primary {
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1 1;
    flex: 1 1;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
}
.navigation-header .primary .selected .second,
.navigation-header .primary .selected .link {
    color: #0062F8;
}
.navigation-header .primary .second:before {
    background-color: #0062F8;
    position: absolute;
    content: '';
    width: 100px;
    height: 2px;
    left: 0;
    right: 0;
    bottom: 0;
}
.navigation-header .primary .second {
    display: flex;
    align-items: center;
    justify-content: center;
}
.navigation-header .primary .second i {
   margin-left: 10px;
   font-size: 10px;
}
.navigation-header .primary .selected a::before {
    width: 100px;
    display: none;
}
.navigation-header .primary .selected .second::before {
    display: block;
}
.header-user {
    flex-grow: 0;
    flex-shrink: 0;
    display: flex;
    position: relative;
}
.header-user .user {
    display: flex;
    cursor: pointer;
    align-items: center;
    justify-content: center;
}
.header-user.drop .user .name {
    color: #0062F8;
}
.header-user.drop .user i, .mobile-user.drop .user-block i{
    transform: rotate(180deg);
    color: #0062F8;
}
.user-drop {
    display: none;
    overflow: hidden;
    position: absolute;
    width: 100%;
    z-index: 5;
    top: 45px;
    left: 0;
    right: 0;
    border-radius: 10px 0 10px 10px;
}
.header-user.drop .user-drop {
    display: block;
}
.header-inner {
    padding: 0;
    flex-wrap: nowrap;
    max-width: 1260px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: static;
}
.navigation-header .button .icon {
    height: 24px;
    width: 24px;
}
.header-user .user img,.user-block img{
    border-radius: 60px;
    display: inline-block;
    vertical-align: top;
    object-fit: cover;
    width: 40px;
    height: 40px;
}
.user .name ,.user-block .name{
    font-weight: 500;
    font-size: 14px;
    text-align: center;
    margin-left: 10px;
}
.user i {
    margin-left: 10px;
    transition: transform .3s ;
}
.user-item a {
    font-weight: 500;
    color: #7C7C7C;
    display: flex;
    align-items: center;
    padding: 9px 15px;
}
.user-item a span {
    margin-right: 10px;
    font-size: 16px;
}
.drop-lang.open .btn-drop i {
    transform: rotate(180deg);
}
.upload_btn,.upgrade_btn {
    border-radius: 10px;
    padding: 11px 20px;
    display: flex;
    font-weight: 500;
    height: 40px;
    align-items: center;
    justify-content: center;
    transition: background .3s, color .3s;
    min-width: 114px;
}
.upload_btn i,.upgrade_btn i {
    font-size: 20px;
}
.no-touch .upload_btn:hover, .upgrade_btn:hover {
    background: #0453ca;
    color: #fff;
}
.upgrade_btn:hover {
    background: #D8D8D8;
}
.upload_btn span,.upgrade_btn span {
    margin-left: 10px;
}
.upgrade_btn {
    color: #fff;
    background: #0062F8;
    min-width: 122px;
    margin-left: 10px;
}
#signup {
    margin: 0 0 0 15px;
    text-transform: capitalize;
    min-width: 113px;
    background: #0062F8;
    color: #fff;
    font-weight: 500;
    transition: background .3s;
}
.no-touch #signup:hover {
    background: #0453ca;
}
#login {
    font-weight: 500;
    font-size: 14px;
    transition: color .3s;
}
.no-touch #login:hover {
    color: #0062F8;
}
.search {
    padding: 0;
    margin: 0;
    flex-grow: 1;
    flex-shrink: 1;
}
.search form {
    padding: 0;
}
.search .search-text input {
    border-radius: 10px;
}
.search .search-button {
    border-radius: 10px;
}
.search form {
    box-shadow: none;
}
.general-tags.active .wrapped-tags{
    height: auto;
}
.general-tags {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin: 3rem 0 0;
    position: relative;
}
.general-tags.active .button-tags i {
    transform: rotate(180deg);
    color: #0062F8;
}
.wrapped-tags {
    margin: -5px;
    height: 46px;
    overflow: hidden;
    position: relative;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}
.wrapped-tags a {
    padding: 5px 20px;
    height: 36px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Roboto';
    font-weight: 500;
    transition: color .3s, background .3s;
}
.content_text p {
    color: #8b8b8b;
}
.tag-item {
    padding: 5px;
}
.button-tags {
    position: absolute;
    top: 0;
    right: 0;
    width: 73px;
    height: 36px;
    font-size: 8px;
    padding: 0 10px 0 20px;
    border: 0;
    cursor: pointer;
    border-radius: 3px;
    transition: color .3s;
}
.button-tags i {
    font-size: 14px;
    display: block;
    transition: transform .3s;
}
.pagination a, .pagination span {
    padding: 12px 15px;
    border-radius: 10px;
}
.pagination li {
    min-width: 40px;
}
.center-hold {
    order: 3;
    margin-left: 30px;
    flex-grow: 0;
    flex-shrink: 0;
}
.drop-lang {
    order: 3;
    position: relative;
    margin-left: 75px;
}
.drop-item {
    padding: 4px 2px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.drop-lang.open .drop-content {
    display: flex;
}
.drop-content {
    display: none;
    position: absolute;
    padding: 5px;
    border-radius: 5px;
    z-index: 3;
    width: 100%;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    margin: -3px;
    left: 0;
    top: 25px;
}
.btn-drop {
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    outline: none;
    cursor: pointer;
    background: transparent;
    margin: 0;
}
.btn-drop .icon-down-arrow {
    margin-left: 10px;
    display: block;
    transition: transform .3s;
    color: #8B8B8B;
}
.btn-drop .icon-network {
    font-size: 20px;
}
.drop-site-mobile {
    display: none;
    margin-top: 20px;
}
.drop-lang-mobile.open .drop-site-mobile {
    display: block;
}
.custom_btn {
    order: 3;
    margin-left: 20px;
    display: flex;
    align-items: center;
}
.member-link li {
    padding: 0;
}
.duration {
    font-weight: 400;
    left: 10px;
    position: absolute;
    bottom: 10px;
    border-radius: 7px;
    padding: 4px 8px;
    line-height: 1;
    font-size: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.card-image .duration {
    padding: 4px 5px;
}
.list-videos .img {
    border-radius: 10px;
}
.list-videos .item {
    box-shadow: none;
}
.sp-0,
.sp-1,
.sp-2{
    display: grid;
    grid-row-gap: 12px;
    grid-column-gap: 12px;
    margin: 0;
}
.sp-0,
.sp-1,
.sp-2{
    grid-template-columns: repeat(4,minmax(0,1fr));
}
.sp-0 .spot-wrap,
.sp-1 .spot-wrap,
.sp-2 .spot-wrap{
    border-radius: 10px;
    grid-row: 1/span 2;
    align-self: center;
    height: 100%;
}
.sp-1 .spot-wrap,
.sp-2 .spot-wrap{
    display: flex;
    justify-content: center;
    align-items: center;
}
.sp-0 .spot-wrap{
    grid-column: 4/span 1;
    grid-row: 1/span 1;
}
.sp-1 .spot-wrap{ 
    padding: 0 10px;
    grid-column: 4/span 1;
}
.sp-2 .spot-wrap{
    grid-column: 3/span 2;
}
.sp-0 .card-block.minor,
.sp-1 .card-block.minor,
.sp-2 .card-block.minor{
	text-align: center;
}
.sp-0 .card-block.minor img,
.sp-1 .card-block.minor img,
.sp-2 .card-block.minor img{
    max-width: 300px;
    width: 100%;
}
.sp-0 .item,
.sp-0 .card-block.minor,
.sp-1 .item,
.sp-1 .card-block.minor,
.sp-2 .item,
.sp-2 .card-block.minor{
    width: auto;
    margin: 0;
    float: none;
    padding: 0;
}
.top-links {
    padding: 8px 20px;
    border-bottom: none;
    font-size: 12px;
}
.item .img {
    position: relative;
    background-color: transparent;
}
.top-list {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0 -25px;
}
.top-item {
    padding: 0 25px;
}
.no-touch .top-link:hover {
    color: #0062F8;
}
.top-link {
    color: #8B8B8B;
    font-size: 12px;
    line-height: 1;
    font-weight: 400;
    text-transform: uppercase;
    transition: color .3s;
}
.item .title {
    font-size: 16px;
    margin: 0 0 10px;
    font-weight: 500;
    font-family: 'Roboto';
    line-height: 1.4;
}

.list-playlists .item .title, .list-albums .item .title, .list-videos .item .title {
    height: 53px;
}
.item .wrap {
    justify-content: flex-start;
    margin: -5px;
    flex-wrap: wrap;
}
.item .wrap div {
    padding: 5px 10px 5px 20px;
}
.item .wrap .views {
    padding-left: 20px;
}
h1, h2 {
    font-weight: 700;
    font-size: 2.6rem;
}
.content_text {
    margin-bottom: 70px;
}
.content_title {
    font-size: 12px;
    text-align: center;
    letter-spacing: 0.3em;
    text-transform: uppercase;
    margin-bottom: 16px;
    color: #8B8B8B;
}
.content_text p {
    line-height: 1.4;
    margin-bottom: 26px;
}
.content_text p:last-child{
    margin-bottom: 0;
}
.bottom-adv .spot {
    overflow: hidden;
}
.bottom-adv .spot img {
    border-radius: 10px;
    display: block;
}
.bottom-adv .spot a {
    background: transparent;
}
.item .ico-fav-0,.item .ico-fav-1 {
    width: 30px;
    height: 30px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.item .ico-fav-0 {
    top: 10px;
    left: 10px;
}
.item .ico-fav-1 {
    top: 10px;
    left: 45px;
}
.no-touch .item .ico-fav-1:hover, .no-touch .item .ico-fav-0:hover {
    background: #0062F8;
    color: #fff;
}
.no-touch .item:hover .title {
    color: #000;
}
.pagination-holder .next a, .pagination-holder .prev a {
    padding: 10px 20px;
    height: 40px;
}
.pagination-holder .next i{
    margin-left: 10px;
    font-size: 10px;
}
.next a, .prev a {
    display: flex;
    align-items: center;
    justify-content: center;
}
.pagination-holder .prev i{
    margin-right: 10px;
    font-size: 10px;
}
.pagination li {
    margin: 0 0 0 5px;
}
.pagination li:first-child {
    margin: 0 20px 0 0;
}
.pagination li:last-child {
    margin: 0 0 0 20px;
}
.item .wrap, .item .positive{
    color: #8B8B8B;
}
.sort:before {
    content: "\e908";
}
.sort .type-sort:before {
    display: none;
 }
.sort strong {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.sort:before {
    right: 20px;
    font-size: 10px;
}
.sort strong {
    padding: 0 17px 0 0px
}
.sort:hover {
    border-radius: 10px;
    background-color: #0062F8;
}
.sort ul {
    border-radius: 10px;
}
.no-touch .search .search-button:hover {
    background-color: transparent;
}
.no-touch .sort ul a:hover {
    background-color: #0062F8;
}
.sort ul  {
    top: calc(100% + 1px);
}
.content {
    max-width: 1340px;
    position: relative;
    overflow: visible;
}
.selected-mobile .selected-point {
    font-weight: 700;
    font-size: 14px;
    text-transform: uppercase;
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: space-between;
    padding: 15px 0;
}
.mask {
    bottom: 0;
    left: 0;
    opacity: 0;
    position: fixed;
    right: 0;
    top: 0;
    transition: transform .3s,visibility .3s,opacity .3s;
    visibility: hidden;
    z-index: 9;
}
.primary-mobile {
    display: none;
    flex-direction: column;
    padding: 0 20px;
}
.primary-mobile .selected-mobile.active a {
    color: #0062F8;
}
.drop-mobile {
    display: none;
    margin-top: 10px;
}
.user-block {
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding: 10px 20px;
    align-items: center;
}
.drop-mobile .mobile-item a {
    color: #7C7C7C;
    font-weight: 500;
    display: flex;
    justify-content: flex-start;
    padding: 12px 30px;
}
.drop-mobile .mobile-item a span {
    font-size: 16px;
    margin-right: 10px;
}
.mobile-list {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.user-block i {
    margin-left: auto;
    transition: transform .3s;
}
.mobile-user {
    display: flex;
    align-items: center;
}

.mobile-user a{
    padding: 10px 20px;
    display: inline-flex;
    align-items: center;
    border-radius: 10px;
    min-height: 40px;
    min-width: 115px;
    justify-content: center;
}
.wrap-btn {
    display: flex;
    align-items: center;
    padding: 10px 20px;
}
.member-mobile {
    padding-bottom: 30px;
    display: none;
}
.mobile-item {
    width: 100%;
}
.mobile-user.drop {
    flex-direction: column;
    width: 100%;
}
.mobile-user.drop .user-block {
    color: #0062F8;
}
.mobile-user.drop .drop-mobile {
    display: block;
    width: 100%;
}
.drop-lang-mobile {
    padding: 15px 20px;
    margin: 0 -20px 0;
    display: none;
}
.drop-lang-mobile .btn-drop {
    padding: 0;
}
.mobile-bottom {
    margin-top: 30px;
    padding: 0 20px;
}
.mobile-bottom .drop-lang-mobile .btn-drop {
    margin: 0;
    padding: 0;
}
.mobile-bottom .drop-lang-mobile.open {
    margin: 0 -20px;
    padding: 15px 20px;
}
.mobile-bottom .drop-lang-mobile .btn-drop {
    width: 100%;
}
.mobile-bottom .btn-drop .icon-down-arrow {
    margin-left: auto;
}
.drop-lang-mobile.open .btn-drop .name-lang,.drop-lang-mobile.open .btn-drop i{
    color: #0062F8;
}
.drop-lang-mobile.open .btn-drop i {
    transform: rotate(180deg);
}
.drop-lang-mobile.open .drop-content-mobile {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.drop-lang-mobile .top-item {
    padding: 0;
    margin-bottom: 20px;
}
.drop-lang-mobile .top-item.active a {
    color: #0062F8;
}
.drop-lang-mobile .top-item:last-child {
    margin: 0;
}
.drop-content-mobile .drop-item {
    display: flex;
    align-items: center;
    padding: 0 0 5px 0;
}
.drop-content-mobile .drop-item:last-child {
    padding: 0;
}
.drop-content-mobile {
    display: none;
    margin-top: 15px;
}
.name-lang {
    font-weight: 500;
    color: #7C7C7C;
    margin-left: 10px;
}
.custom_btn_mobile{
    display: none;
    margin-top: 20px;
}
.custom_btn_mobile .upgrade_btn {
    margin: 10px 0 0 0;
}
.custom_btn_mobile .upload_btn {
    margin: 10px 0 0 0;
}
.wrap-action-search {
    display: none;
}
.mobile-menu {
    display: none;
}
.close-btn {
    position: absolute;
    right: 20px;
    top: 50%;
    border: none;
    background: transparent;
    transform: translateY(-50%);
    font-size: 24px;
    display: none;
}
@media screen and (max-width: 1200px) {
    .drop-lang {
        margin-left: 20px;
    }
    .center-hold {
        margin-left: 20px;
    }
    .link-title {
        font-size: 16px;
    }
}
@media screen and (max-width: 1152px) {
    .header + nav{
        display: none;
    }
    .mobile-menu {
        display: block;
        bottom: 0;
        flex-direction: column;
        left: 0;
        max-width: 280px;
        opacity: 0;
        overflow-x: hidden;
        padding-bottom: 30px;
        position: fixed;
        top: 0;
        transform: translate3d(-100%,0,0);
        visibility: hidden;
        width: 100%;
        transition: transform .3s,visibility .3s,opacity .3s;
        z-index: 9;
        box-shadow: 0px 4px 24px rgba(0, 0, 0, 0.2);
    }
    body.open-menu .mobile-menu {
        opacity: 1;
        transform: translateZ(0);
        visibility: visible;
    }
    body.open-menu .mask {
        opacity: 1;
        visibility: visible;
    }   
    .container.primary {
        display: none;
    }
    .wrap-hamburger,.primary-mobile {
        display: flex;
    }
    .primary-mobile {
        margin-top: 20px;
    }
}
@media screen and (max-width: 1024px) {
    .primary-mobile {
        margin-top: 0;
    }
    .custom_btn_mobile,.member-mobile,.drop-lang-mobile {
        display: block;
    }
    .custom_btn,.drop-lang,.member-link {
        display: none;
    }
    .center-hold {
        display: none;
    }
}

.media-title {
    font-weight: 700;
    font-size: 20px;
    margin-bottom: 20px;
    text-align: left;
    color: #000000;
}
.col-box {
    display: none;
}
.col-box.show{
    display: block;
}
.header-col.mainly {
    flex-grow: 1;
    flex-shrink: 1;
}
.sidebar-point {
    position: relative;
    margin-bottom: 1px;
}
.sidebar-point:last-child{
    margin-bottom: 0;
}
.categories-header {
    font-weight: 700;
    font-size: 20px;
    color: #000000;
    margin-bottom: 20px;
    text-align: left;
}
.categories-grid{
    display: flex;
    justify-content: space-between;
}
.categories-list {
    margin-left: 10px;
}
.categories-list:first-child {
    margin: 0;
}
.sidebar-point.active a{
    color: #0062F8;
}
.sidebar-point .col-box {
    display: none;
}
.sidebar-header.indent .link-item{
    justify-content: space-between;
}
.categories-item {
    margin-bottom: 26px;
}
.card-item:last-child {
    margin-bottom: 0;
}
.categories-item a {
    font-weight: 500;
    font-size: 14px;
    color: #7C7C7C;
}
.sidebar-point .link-item{
    display: flex;
    padding: 12px 8px;
    align-items: center;
    letter-spacing: -0.02em;
    border-radius: 10px;
    transition: color .3s, background .3s;
}
.no-touch .sidebar-point .link-item:hover {
    color: #0062F8;
}
.sidebar-point a .sidebar-icon {
    font-size: 18px;
    margin-right: 14px;
}
.sidebar-point a .icon-arrow {
    font-size: 10px;
    margin-left: 14px;
}
.header-col.indent {
    max-width: 250px;
    width: 100%;
    margin-right: 50px;
    flex-grow: 0;
    flex-shrink: 0;
}
.header-col.col {
    max-width: 190px;
    text-align: left;
    margin-left: 50px;
    flex-grow: 0;
    flex-shrink: 0;
}
.header-item-wrap {
    max-width: 1360px;
    margin: 0 auto;
    width: 100%;
    padding: 0 10px;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
}
.item-tags a {
    padding: 10px 20px;
    display: inline-flex;
    vertical-align: top;
    justify-content: flex-start;
    transition: color .3s, background .3s;
    align-items: center;
    color: #7C7C7C;
    border-radius: 10px;
}
.item-tags {
    margin-bottom: 10px;
}
.item-tags:last-child {
    margin: 0;
}
.navigation-header .primary .link {
    font-weight: 700;
    padding: 17px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
    position: relative;
    transition: color 0.3s;
    white-space: nowrap;
}
.link,.navigation-header .primary .second {
    padding: 17px;
}
.link-title {
    font-weight: 700;
    font-size: 20px;
    display: flex;
    margin-bottom: 18px;
    text-transform: capitalize;
    align-items: center;
}
.link-title .icon-right-arrow {
    font-size: 14px;
    margin-left: 10px;
}
.card-image {
    position: relative;
    padding-bottom: 56%;
}
.models-grid {
    margin: -6px;
    display: flex;
}
.models-item {
    padding: 6px;
    width: 50%;
}
.community-img {
    position: relative;
    padding-bottom: 100%;
}
.models-img,.album-img {
    position: relative;
    padding-bottom: 116%;
}
.models-img .image, .album-img img, .card-image img, .community-img .image {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
    border-radius: 10px;
}
.community-img .image {
    border-radius: 140px;
}
.card-title {
    margin-top: 10px;
    text-align: left;
    font-weight: 500;
    transition: color .3s;
    text-transform: capitalize;
    font-size: 16px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: block;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
}
.card-tools {
    padding-top: 10px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    color: #8B8B8B;
    font-size: 14px;
    margin: -4px;
    text-transform: initial;
}
.tools-item {
    display: flex;
    align-items: center;
    padding: 4px;
}
.tools-text {
    font-weight: 400;
    font-size: 12px;
    letter-spacing: -0.02em;
}
.tools-item .icon-calendar,.tools-item .icon-like,.tools-item .icon-visibility {
   margin: 0;
   margin-right: 5px;
}
.content-wrap {
    display: flex;
    margin: 0 -15px;
}
.community-wrap {
    display: flex;
    margin: 0 -20px;
}
.content-item {
    width: 33.333%;
    padding: 0 15px;
}
.content-item.indent {
    width: 33.333%;
    padding: 0 5px;
}
.card-item {
    width: 33%;
    padding: 0 15px;
}

.drop-card {
    margin-bottom: 20px;
    display: block;
}
.drop-card:last-child {
    margin: 0;
}
.drop-card:hover .card-title {
    color: #0062F8;
}
.card-color {
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 50px;
}
.card-color .icon-video{
    font-size: 24px;
    margin-bottom: 5px;
}
.view-all {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 500;
    color: #fff;
    background: #0062F8;
    border-radius: 10px;
    padding: 10px 20px;
    height: 40px;
    transition: color .3s, background .3s;
    margin-top: 30px;
}
.album-grid {
    display: flex;
    margin: -6px;
}
.album-item {
    width: 16.666%;
    padding: 6px;
}
.sidebar-title {
    margin-bottom: 18px;
    font-weight: 700;
    font-size: 20px;
    text-align: left;
}
.album-card {
    overflow: hidden;
    display: block;
    border-radius: 10px;
    position: relative;
}
.album-card .album-img img{
    display: block;
    width: 100%;
    height: auto;
}
.album-card .album-title {
    font-weight: 500;
    overflow: hidden;
    font-size: 16px;
    padding: 6px;
    position: absolute;
    bottom: 0;
    left: 0;
    transition: background .3s, color .3s;
    width: 100%;
}
.album-title span {
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: block;
    display: -webkit-box;
    text-overflow: ellipsis;
    overflow: hidden;
}
.no-touch .album-card:hover .album-title {
    background: #0062F8;
    color: #fff;
}
.header-col-section {
    margin-top: 30px;
}
.header-col-section:first-child {
    margin: 0;
}
.community-title,.model-title {
    text-transform: initial;
    font-weight: 500;
    font-size: 16px;
    margin-top: 10px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: block;
    display: -webkit-box;
    text-overflow: ellipsis;
    overflow: hidden;
}
.model-title {
    text-align: left;
}
.date-tool, .custom-tool {
    text-transform: initial;
    margin-top: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #8B8B8B;
}
.wrap-custom {
    display: flex;
    align-items: center;
    margin: -5px;
}
.custom-tool {
    padding: 5px;
}
.date-tool .icon-calendar, .custom-tool .icon-video,.custom-tool .icon-like,.custom-tool .icon-visibility,.custom-tool .icon-calendar  {
    font-size: 14px;
    margin-right: 5px;
}
.custom-tool .date {
    letter-spacing: -0.02em;
    font-weight: 400;
    font-size: 12px;
}
.community-grid {
    display: flex;
    flex-wrap: wrap;
    margin: -15px;
}
.community-item {
    padding: 15px;
    width: 50%;
}
.filters-list {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding-top: 18px;
    margin: -5px;
}
.filters-item {
    padding: 5px;
}
.filters-item a {
    padding: 8px 20px;
    display: flex;
    align-items: center;
    color: #7C7C7C;
    transition: color .3s, background .3s;
    border-radius: 10px;
}
.filters-title {
    font-weight: 700;
    font-size: 20px;
    text-align: left;
}
.header-filters {
    margin-top: 30px;
}

.no-touch .item .ico-fav-1, .no-touch .item .ico-fav-0 {
    font-size: 12px;
}
.no-touch .item:hover .title {
    color: #0062F8;
}
.button-action-search {
    border: none;
    background: none;
    font-size: 24px;
}
.mobile-drop {
    display: none;
}
.mobile-point.active a, .mobile-categories .mobile-point.active a {
    color: #0062F8;
}

.mobile-categories .mobile-point a {
    color:#7C7C7C;
}
.selected-mobile.open {
    margin: 0 -20px;
    padding: 0 20px 20px;
}
.selected-mobile.open .mobile-drop {
    display: block;
}
.selected-mobile.open .selected-point {
    color: #0062F8;
}
.selected-mobile .icon-down-arrow {
    transition: transform .3s;
}

.selected-mobile.open .icon-down-arrow {
    transform: rotate(180deg);
}
.selected-mobile {
    font-weight: 500;
    font-size: 14px;
    letter-spacing: -0.02em;
}
.selected-mobile:last-child {
    margin-bottom: 0;
    padding-top: 15px;
    padding-bottom: 30px;
}
.mobile-point .link-item {
    display: flex;
    align-items: center;
}
.mobile-point .link-item i {
    margin-right: 6px;
    font-size: 18px;
}
.mobile-point {
    margin-top: 22px;
}
.mobile-point:first-child {
    margin: 0;
}
/* PAGE VIDEO */
.related-videos .list-sort a {
    font-family: 'Roboto';
    font-weight: 700;
    font-size: 26px;
    color: #7C7C7C;
}
.related-videos .list-sort span {
    font-family: 'Roboto';
    font-weight: 700;
    font-size: 26px;
    color: #0062F8;
}
@media screen and (max-width: 1160px) {
    .related-videos .list-sort span,
    .related-videos .list-sort a {
        font-size: 22px;
    }
}
@media screen and (max-width: 1024px) {
    .related-videos .list-sort span,
    .related-videos .list-sort a {
        font-size: 20px;
    }
}
.related-videos .list-sort span::before, .related-videos .list-sort a:before {
    color: #0062F8;
    background-color: #0062F8;
    bottom: -3px;
}
.related-videos .list-sort span, .related-albums .list-sort span, .related-videos .list-sort a:hover, .related-albums .list-sort a:hover{
    color: #0062F8;
}
.list-sort {
    flex-wrap: nowrap;
    overflow: hidden;
    overflow-x: auto;
    margin: 0 0 20px;
}
.list-sort li {
    flex-grow: 0;
    flex-shrink: 0;
}
.block-video .video-holder {
    border-radius: 10px;
    overflow: hidden;
    box-shadow: none;
}
form .button-group .row label  {
    font-weight: 400;
    font-size: 14px;
}
.kt-player {
    border-radius: 10px;
}
.block-details .item em {
    font-family: 'Roboto';
    font-weight: 400;
    line-height: 1.4;
    color: #7C7C7C;
    padding: 0;
}
.info-buttons {
    margin: 0 0 1rem;
}
.custom-row {
    margin-bottom: 10px;
}
.custom-row:last-child {
    margin: 0;
}
.custom-row input, .custom-row textarea {
    border-radius: 10px;
    padding: 10px 15px;
    width: 100%;
    height: 40px;
    border: none;
    font-family: 'Roboto';
    font-weight: 400;
    font-size: 14px;
}
.custom-row.second {
    max-width: 370px;
}
.headline-comments {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
}
.comment-title {
    font-family: 'Roboto';
    font-weight: 700;
    font-size: 26px;
    color: #000000;
}
.comment-submit,.add-comment {
    font-family: 'Roboto';
    cursor: pointer;
    font-weight: 500;
    font-size: 14px;
    text-align: center;
    color: #FFFFFF;
    background: #0062F8;
    border-radius: 10px;
    padding: 13px 30px;
    border: none;
    transition: background .3s;
    min-width: 104px;
    line-height: 1;
}
.no-touch .comment-submit:hover,.no-touch .add-comment:hover {
    background: #0453ca;
}
.add-comment {
    min-width: 158px;
}
.comment-top {
    display: flex;
    align-items: center;
    margin-bottom: 4px;
}
.username {
    font-family: 'Roboto';
    font-weight: 500;
    font-size: 14px;
    margin-right: 10px;
}
.comment-field {
    display: flex;
    margin-bottom: 30px;
}
.comment-field:last-child {
    margin: 0;
}
.comment-top .date, .comment-top .icon-calendar {
    color: #7C7C7C;
}
.comment-top .icon-calendar {
    font-size: 14px;
    margin-right: 4px;
}
.user-ava {
    border-radius: 60px;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-grow: 0;
    flex-shrink: 0;
    margin-right: 8px;
}
.user-ava .icon-user-drop {
    font-size: 15px;
    color: #7C7C7C;
}
.comment-text {
    font-family: 'Roboto';
    font-weight: 400;
    font-size: 14px;
    color: #7C7C7C;
    line-height: 1.4;
}
.comments {
    margin-top: 30px;
}
.comment-btn,.item-btn {
    display: flex;
    align-items: center;
    cursor: pointer;
}
.comment-btn {
    margin-top: 10px;
}
.comment-btn .item-btn {
    color:#8B8B8B;
    font-size: 14px;
    border: none;
    background: transparent;
}
.comment-btn .item-btn:hover {
    color: #0062F8;
}
.comment-btn .item-btn span {
    font-size: 12px;
    letter-spacing: -0.02em;
    margin-left: 10px;
    transition: color .3s;
}
.comment-btn .item-btn i {
    transition: color .3s;
}
.block-video {
    margin-bottom: 70px;
}

.rate-like,
.rate-dislike{
    min-width: 66px;
    width: auto;
    height: auto;
    border-radius: 10px;
    padding: 10px;;
    display: flex;
    color: #7C7C7C;
    align-items: center;
}
.rate-dislike.voted:before {
    color: #0062F8;
}
.no-touch .rate-like:hover,
.no-touch .rate-dislike:hover {
    background: #0062F8;
}
/* .no-touch .rate-like:before:hover,
.no-touch .rate-dislike:before:hover {
    background: #0062F8;
    color: #0062F8;
} */
.rate-like .rate-text,
.rate-dislike .rate-text{
    font-size: 14px;
    font-weight: 500;
    font-family: 'Roboto';
}
.rate-like:before,
.rate-dislike::before{
    position: static;
    color: #7C7C7C;
    transform: none;
    margin-right: 10px;
}
.rate-like:before {
    content: "\e90e";
}
.rate-dislike::before {
    content: "\e907";
}
.no-touch a:hover .rate-text {
    color: #fff;
}
.no-touch .rate-dislike:hover::before, .no-touch .rate-like:hover::before {
    color: #fff;
}
.btn-favourites .ico-favourite:before {
    content: "\e912";
}
.custom-row textarea {
    resize: none;
    min-height: 90px;
}
.btn-favourites .drop:after {
    content: "\e908";
    font-size: 10px;
    right: 10px;
}
.btn-favourites ul li > a {
    text-transform: inherit;
}
.button-video i {
    transition:  color .3s;
}
.button-video {
    border: none;
    cursor: pointer;
    padding: 10px;
    line-height: 1.3;
    border: none;
    margin-left: 5px;
    border-radius: 10px;
    font-size: 20px;
    display: flex;
    align-items: center;
    transition: background .3s;
    justify-content: center;
}
.tabs-menu ul {
    margin: -2px 0;
    margin-right: 5px;
}
.button-video:first-child {
    margin: 0;
}
.no-touch .button-video:hover {
    background: #0062F8;
    color: #fff;
}
.video-tools {
    display: flex;
    align-items: center;
}
.btn-favourites {
    border-radius: 10px;
    margin-left: 5px;
    height: 40px;
    min-width: 60px;
}
.btn-favourites:hover{
    background-color: #0062F8;
    border-radius: 10px 10px 0 0;
}
.btn-favourites ul{
    border-radius: 0 10px 10px 10px;
}
.btn-favourites ul li > a:hover, .btn-favourites ul li > span:hover{
    background-color: #0062F8;
}
.toggle-button {
    text-transform: inherit;
    border-radius: 10px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.toggle-button .icon-violation {
    margin: 0;
}
.no-touch .tabs-menu .toggle-button:hover {
    background: #0062F8;
    color: #fff;
}
.tabs-menu .toggle-button {
    padding: 10px 20px;
}
.tabs-menu .toggle-button.active{
    background-color: #0062F8;
}
.no-touch .block-comments .toggle-button:hover{
    background-color: #0062F8;
}
.toggle-button i{
    font-size: 20px;
    margin-right: 10px;
}
form .textfield, form .textarea, form .selectbox, form .file {
    border: none;
    color: #7C7C7C;
    border-radius: 10px;
}
.block-share .block-size a {
    border-radius: 10px;
}
.no-touch .block-share .block-size a:hover{
    background-color: #0062F8;
}

.embed-button {
    background: #EFEFEF;
    border-radius: 10px;
    margin: 5px 5px 5px 0;
}
.field-label {
    margin: 0 0 10px;
}
form .radio + label::before {
    border: none;
}
form .radio:checked + label::before {
    background-color: #fff;
    border: 5px solid #0062F8;
}
form .button-group .row label {
    margin: 0 0 10px;
}
form .submit {
    background: #0062F8;
    border-radius: 10px;
}
.btn-favourites .ico-favourite {
    font-size: 20px;
}
.toogle-headline {
    display: inline-flex;
    vertical-align: middle;
    margin: -5px;
    padding-left: 5px;
}
.headline-item {
    display: flex;
    align-items: center;
    color: #8b8b8b;
    font-size: 14px;
    letter-spacing: -0.02em;
    line-height: 1.2;
    padding: 5px;
}
div.top {
    margin: 0 auto 30px auto;
    padding: 30px 0 0;
}
.headline-video {
    margin-bottom: 15px;
}
.headline-video h1 {
    display: inline;
    vertical-align: middle;
    font-size: 26px;
}
.headline-item .text {
    margin-left: 5px;
}
.headline-wrap {
    margin-bottom: 15px;
}
.headline-btn {
    display: flex;
    align-items: flex-start;
}
.tags-list.active .hidden {
    display: block;
}
.tags-list.active .button-more-list:before{
    content: "-";
}
.headline-btn .text {
    margin-left: 10px;
}
.headline-btn i {
    font-size: 16px;
}
.headline-btn .amount {
    padding: 12px 10px;
    color: #7C7C7C;
}
.headline-btn .item-button.second  {
    padding: 0;
}
.headline-btn .item-button .wrap {
    padding: 9px 10px;
    display: flex;
    align-items: center;
}
.headline-btn .item-button {
    padding: 8px 20px;
    line-height: 1;
    cursor: pointer;
    transition: background .3s, color .3s;
    overflow: hidden;
    height: 36px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
}
.no-touch .headline-btn .item-button:hover {
    background: #0062F8;
    color: #fff;
}
.tags-video {
    display: flex;
    align-items: center;
}
.tags-list {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin: -5px;
}
.tags-item {
    padding: 5px;
    order: 1;
}
.tags-item.last-item{
    order: 2;
}
.button-more-list {
    min-width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    cursor: pointer;
    font-size: 14px;
    font-family: 'Roboto';
    border-radius: 10px;
    transition: color .3s, background .3s;
    font-weight: 500;
    color: #7C7C7C;
}
.button-more-list:before{
    content: "+";
}
.button-more-list:hover {
    color: #fff;
    background: #0062F8;
}
.tags-link {
    padding: 11px 20px;
    font-weight: 500;
    color: #7C7C7C;
    line-height: 1;
    border-radius: 10px;
    transition: background .3s, color .3s;
    display: flex;
    align-items: center;
}
.no-touch .tags-link:hover {
    background: #0062F8;
    color: #fff;
}
.autocomplete-suggestions {
    margin: 0;
    max-height: 578px !important;
    border: none;
    border-radius: 10px;
    font-family: 'Roboto';
    font-weight: 500;
    padding: 20px 0;
    font-size: 14px;
    color: #7C7C7C;
}
.autocomplete-suggestion {
    padding: 10px 20px;
}

.autocomplete-suggestions strong {
    font-family: 'Roboto';
    font-weight: 500;
    font-size: 14px;
    color: #7C7C7C;
    text-decoration: none;
    border: none;
}
.autocomplete-group {
    font-family: 'Roboto';
    font-weight: 700;
    font-size: 18px;
    margin-bottom: 17px;
    padding: 28px 20px 0 20px;
}
.icon-world:before {
    content: "\e910";
}
.icon-world, .icon-model {
    font-family: 'Roboto';
    font-weight: 700;
    font-size: 20px;
    display: flex;
    align-items: center;
}
.icon-model:before {
    content: "\e900";
}
.item .wrap div:before {
    top: 50%;
    font-size: 14px;
}
.item .wrap .rating::before {
    content: "\e90e";
}
.item .wrap .added::before {
    content: "\e901";
}
.item .wrap .views::before {
    content: "\e91e";
}
.item .ico-fav-0::before {
    content: "\e90b";
}
.item .ico-fav-1::before {
    content: "\e913";
}
/* // */
.sidebar.sticky {
    box-sizing: border-box;
    width: 280px;
    height: calc(100% - 65px);
    box-shadow: none;
    border-radius: 0 10px 10px 0;
    position: absolute;
    top: 0;
    right: 100%;
    z-index: 2;
    margin: 35px 15px 0 0;
    padding: 0;
    box-shadow: none;
}
.sidebar.sticky .sidebar-holder{
    overflow: hidden;
    overflow-y: auto;
    height: 100%;
    padding: 20px;
}
.sidebar.sticky + .main-container div:first-child .headline{
    margin: 0 0 15px;
}
.sidebar.sticky + .main-container .list-videos .item{
    width: calc(25% - 10px);
}
.sidebar.sticky + .main-container{
    width: 100%;
}
.sidebar.sticky .list{
    margin: 0 0 30px;
    padding: 0;
    width: auto;
}
.sidebar.sticky .list li:last-child{
    margin-bottom: 14px;
}
.sidebar.sticky .list a {
    font-family: 'Roboto';
    font-weight: 500;
    font-size: 14px;
    transition: .3s color, background .3s;
    margin: 0 -20px;
    padding: 14px 20px;
}
.sidebar.sticky .list a::before {
    display: none;
}
.sidebar.sticky .headline .icon{
    font-family: 'Roboto' !important;
}
@media screen and (min-width: 1255px) {
    .sidebar.sticky .list a:hover {
        color: #0062F8;
    }
}
.sidebar.sticky .list .rating {
    font-family: 'Roboto';
    font-weight: 500;
    font-size: 14px;
    text-align: right;
    color: #7C7C7C;
}
.sidebar.sticky .icon:before {
    font-size: 20px;
}
.top-drop-hold{
    display: flex;
    margin: -10px -20px;
}
.toogle-item {
    padding: 10px 20px;
    position: relative;
}
.btn-toogle {
    border: none;
    background: transparent;
    display: flex;
    cursor: pointer;
    align-items: center;
    font-family: 'Roboto';
    font-weight: 500;
    font-size: 14px;
    transition: color .3s;
}
.btn-toogle:hover {
    color: #0062F8;
}
.drop-duration {
    width: 300px;
    padding: 20px 30px;
    position: absolute;
    z-index: 100;
    left: 0;
    top: 38px;
    border-radius: 10px 0px 10px 10px;
}
.drop-duration .wrap-range{
    transform: translate3d(0, -8px, 0);
}
.hidden-drop.second {
    width: 990px;
    position: absolute;
    z-index: 10;
    /* left: 70%; */
    right: 0;
    top: 37px;
    border-radius: 10px 0px 10px 10px;
}
.hidden-item a {
    font-family: 'Roboto';
    font-weight: 500;
    font-size: 14px;
    transition: color .3s;
    display: inline-flex;
}
.hidden-item {
    margin-bottom: 30px;
}
.hidden-item:last-child {
    margin: 0;
}
.no-touch .hidden-item a:hover {
    color:#0062F8;
}
.wrap-list {
    display: flex;
    padding: 20px 30px;
}
.tag-list {
    width: 25%;
}
.btn-toogle .toogle-icon {
    font-size: 16px;
    margin-right: 10px;
}
.btn-toogle .icon-down-arrow {
    font-size: 10px;
    margin-left: 10px;
}
.autocomplete-group:first-child {
    padding-top: 0;
}
.hidden-drop {
    display: none;
}
.toogle-item.open .hidden-drop {
    display: block;
}
.toogle-item.open .btn-toogle{
    color: #0062F8;
}
.toogle-item.open .btn-toogle .icon-down-arrow {
    transform: rotate(180deg);
}
.toogle-item.open .drop-duration {
    display: block;
}
.btn-toogle .icon-categories {
    transition: color .3s;
}
.btn-toogle:hover .icon-categories {
    color: #0062F8;
}
.toogle-item.open .icon-categories {
    color: #0062F8;
}
.drop-duration {
    display: none;
}
.drop-type {
    margin-bottom: 30px;
    padding-bottom: 30px;
}
.icon-categories {
    font-family: 'Roboto';
    font-weight: 700;
    font-size: 20px;
    display: flex;
    align-items: center;

}
.button-mobile-filter {
    display: none;
    cursor: pointer;
    align-items: center;
    justify-content: center;
    border: none;
    background: transparent;
    margin-left: 10px;
    padding: 0;
}
.type-drop-text {
    font-family: 'Roboto';
    font-weight: 700;
    font-size: 20px;
    display: flex;
    align-items: center;
}
.type-drop-text i {
    font-size: 20px;
    margin-right: 10px;
}
.headline.second {
    position: relative;
    z-index: 11;
    flex-wrap: nowrap;
}
.headline.second .sort {
    padding: 10px 20px;
    border-radius: 10px;
    margin: 0 0 0 20px;
}
.headline.second .sort:last-child{
    margin: 0 0 0 20px;
}
.filter-group {
   display: none;
   align-items: center; 
   margin: -5px;
}
.filter-group .item-btn {
    width: 50%;
    padding: 5px;
}
.filter-group .item-btn .btn {
    background: #0062F8;
    border-radius: 10px;
    font-family: 'Roboto';
    font-weight: 500;
    width: 100%;
    border: none;
    font-size: 14px;
    text-align: center;
    color: #FFFFFF;
    padding: 12px;
}
.filter-group .item-btn.second .btn {
    color: #7C7C7C;
}
.swiper-button-prev:after,.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after {
    font-size: 15px;
    border-radius: 10px;
    min-width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.swiper-button-next:hover:after , .swiper-button-prev:hover:after {
    color: #fff;
    background: #0062F8;
}
.swiper-button-prev.swiper-button-disabled,.swiper-button-next.swiper-button-disabled {
    opacity: 1;
}
.wrap-swiper {
    position: relative;
}
.swiper-button-next, .swiper-rtl .swiper-button-prev {
    right: -5px;
}
.swiper-button-prev, .swiper-rtl .swiper-button-next {
    left: -5px;
}
.block-screenshots {
    margin: 0;
}
.block-screenshots a.item img {
    border-radius: 10px;
}
.block-screenshots a.item:before{
    border: 4px solid #0062F8;
    border-radius: 10px;
    background: linear-gradient(0deg, rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0.5));
}
.block-screenshots a.item {
    width: 100%;
    padding-bottom: 57%;
    margin: 0;
}
.footer .footer-wrap {
    max-width: 1235px;
    padding: 5rem 5px 3rem;
    margin: 0 auto;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
    font-size: 12px;
    font-weight: 400;
    color: #9f9f9f;
    line-height: 18px;

}
.footer .nav {
    width: 100%;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 0 3rem;
}
.footer .nav li {
    padding: 8px 15px;
    margin: 0;
}
.footer .nav a {
    display: block;
    font-size: 14px;
    padding: 0;
    text-transform: uppercase;
    background-color: transparent;
    text-decoration: none;
    -webkit-transition: background-color 0.3s, color 0.3s;
    transition: background-color 0.3s, color 0.3s;
}
.footer .copyright {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.footer .txt {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    margin: 0 0 15px;
}
.no-touch .footer .nav a {
    font-weight: 700;
    transition: color .3s;
}
.no-touch .footer .nav a:hover {
    color: #0062F8;
    background-color: transparent;
}
.logo-footer {
    margin-bottom: 34px;
    text-align: center;
}
.logo-footer a {
    display: inline-block;
    height: auto;
    vertical-align: top;
}
.footer-margin {
    padding: 2rem 0 5rem;
}
/* media */
@media screen and (max-width: 1920px) {
    .sidebar.sticky {
        position: absolute;
        z-index: 100;
        top: 76px;
        left: 0;
        right: 0;
        width: 100%;
        border-radius: 0;
        height: auto;
        margin: 0;
        transform: translate3d(0, 20px, 0);
        opacity: 0;
        visibility: hidden;
        transition: transform .3s, opacity .3s, visibility .3s;
    }
    .sidebar.sticky .headline{
        margin-bottom: 25px;
    }
    .sidebar.sticky .list{
        margin: 0 -25px 20px;
        display: flex;
        flex-wrap: wrap;
    }
    .sidebar.sticky .list li{
        width: 50%;
        padding: 0 25px;
        margin: 0 0 25px;
    }
    .sidebar.sticky .list a{
        padding: 0;
        margin: 0;
    }
    .filter-group{
        display: flex;
    }
}
@media screen and (max-width: 1615px) {
    .hidden-drop.second {
        width: 460px;
    }
    .tag-list {
        width: 50%;
        padding: 10px;
    }
    .wrap-list {
        flex-wrap: wrap;
        padding: 20px;
        margin: -10px;
    }
}
@media screen and (max-width: 1256px) {
    body.drop .sidebar.sticky{
        transform: translate3d(0, 0, 0);
        opacity: 1;
        visibility: visible;
    }
    body.drop .button-mobile-filter path{
        fill: #0062F8;
    }
    .button-mobile-filter {
        display: flex;
        padding: 7px 0;
    }
    .hidden-drop.second {
        left: 0;
    }
    .drop-duration {
        left: 20px;
    }
    .link-title {
        font-size: 14px;
    }
    .top-drop {
        display: none;
    }
    .sidebar.sticky + .main-container div:first-child .headline {
        margin: 0 0 15px 0;
        align-items: flex-start;
    }
    .sidebar.sticky + .main-container {
        width: 100%;
    }
}
@media screen and (max-width: 1024px) {
    .sidebar.sticky {
        top: 72px;
    }
}
@media screen and (max-width: 940px) {
    .pagination li {
        margin: 0;
    }
}
@media screen and (max-width: 900px) {
    .sidebar.sticky + .main-container .list-videos .item {
        width: calc(50% - 10px);
    }
}
@media screen and (max-width: 785px) {
    .sidebar.sticky + .main-container div:first-child .headline h1 {
        margin: 4px 0;
    }
    .sidebar.sticky {
        top: 65px;
    }
    .tab-content {
        padding: 0 2rem 2rem;
    }
    .sp-0,
    .sp-1,
    .sp-2{
        grid-template-columns: repeat(3,minmax(0,1fr));
    }
    .sp-0 .spot-wrap{
        grid-column: 3/span 1;
    }
    .sp-1 .spot-wrap,
    .sp-2 .spot-wrap{
        grid-column: 2/span 2;
    }
}
@media screen and (max-width: 648px) {
    body.show-search .search {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
    .close-btn {
        display: block;
    }
    .wrap-action-search {
        order: 1;
    }
    .search {
        align-items: center;
        bottom: 0;
        left: 0;
        border-radius: 0;
        position: absolute;
        right: 0;
        top: 0;
        transform: translate3d(0,-100%,0);
        transition: transform .3s;
        margin: 0;
        -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
        flex: 1 1 100%;
        display: block;
        width: auto;
    }
    .search .search-button {
        left: 20px;
        width: 20px;
    }
    .autocomplete-suggestions {
        border-radius: 0;
    }
    .search .search-text input {
        color: #7C7C7C;
        flex-grow: 1;
        flex-shrink: 1;
        border-radius: 0;
        border: 0;
        font-size: 14px;
        min-height: 60px;
        padding: 10px 60px 10px 52px;
        width: 100%;
    }
    .header-inner {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .header {
        padding: 10px 20px;
    }
    .wrap-action-search {
        display: block;
    }
    .logo {
        margin: 0;
    }
    .logo img {
        height: 40px;
    }
    .sp-0,
    .sp-1,
    .sp-2{
        grid-template-columns: repeat(2,minmax(0,1fr));
    }
    .sp-0 .spot-wrap,
    .sp-1 .spot-wrap,
    .sp-2 .spot-wrap{
        display: none;
    }
}
@media screen and (max-width: 510px) {
    .sidebar.sticky + .main-container .list-videos .item {
        width: calc(100% - 10px);
    }
    .sidebar.sticky .list .rating {
        display: none;
    }
}
@media screen and (max-width: 478px) {
    .sp-0,
    .sp-1,
    .sp-2{
        grid-template-columns: repeat(1,minmax(0,1fr));
    }
   .info-buttons {
        justify-content: space-between;
   }
   .toogle-text {
        display: none;
   }
   .toggle-button i {
        margin-right: 0;
    }
    .rate-dislike {
        margin: 0;
    }
    .info-buttons  {
        padding: 10px 0;
    }
    .tabs-menu {
        padding-top: 15px;
    }
    .tabs-menu li {
        min-width: 74px;
    }
    .block-flagging form {
        flex-direction: column;
    }
    .block-flagging .block-textarea {
        width: 100%;
    }
    .comment-title {
        font-size: 20px;
    }
    .headline-video h1 {
        font-size: 20px;
    }
    .block-video {
        margin-bottom: 50px;
    }
    .icon-world, .icon-model, .icon-categories,.icon-categories,.type-drop-text {
        font-size: 16px;
    }
    .type-drop-text i {
        font-size: 16px;
    }
    .sidebar.sticky .icon:before {
        font-size: 16px;
    }
}
@media screen and (max-width: 360px) {
    .headline-comments {
        flex-direction: column;
    }
    .add-comment {
        margin-top: 10px;
    }
}
@media screen and (max-width: 332px) {
    .rating-container {
        margin: 0;
    }
}