@import url('https://fonts.googleapis.com/css?family=Exo+2:400,700&display=swap&subset=cyrillic');

/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */

html {
	font-family: sans-serif; /* 1 */
	-ms-text-size-adjust: 100%; /* 2 */
	-webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */

body {
	margin: 0;
}

/* HTML5 display definitions
	 ========================================================================== */

/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
	display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */

audio,
canvas,
progress,
video {
	display: inline-block; /* 1 */
	vertical-align: baseline; /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
	display: none;
	height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */

[hidden],
template {
	display: none;
}

/* Links
	 ========================================================================== */

/**
 * Remove the gray background color from active links in IE 10.
 */

a {
	background-color: transparent;
}

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */

a:active,
a:hover {
	outline: 0;
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */

abbr[title] {
	border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */

b,
strong {
	font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */

dfn {
	font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */

h1 {
	font-size: 2em;
	margin: .67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */

mark {
	background: #ff0;
	color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -.5em;
}

sub {
	bottom: -.25em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove border when inside `a` element in IE 8/9/10.
 */

img {
	border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */

svg:not(:root) {
	overflow: hidden;
}

/* Grouping content
	 ========================================================================== */

/**
 * Address margin not present in IE 8/9 and Safari.
 */

figure {
	margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */

hr {
	box-sizing: content-box;
	height: 0;
}

/**
 * Contain overflow in all browsers.
 */

pre {
	overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/* Forms
	 ========================================================================== */

/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */

/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */

button,
input,
optgroup,
select,
textarea {
	color: inherit; /* 1 */
	font: inherit; /* 2 */
	margin: 0; /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */

button {
	overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */

button,
select {
	text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button; /* 2 */
	cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
	cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

input {
	line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box; /* 1 */
	padding: 0; /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */

input[type="search"] {
	-webkit-appearance: textfield; /* 1 */
	box-sizing: content-box; /* 2 */
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: .35em .625em .75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
	border: 0; /* 1 */
	padding: 0; /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */

textarea {
	overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */

optgroup {
	font-weight: bold;
}

/* Tables
	 ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td,
th {
	padding: 0;
}

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

[class^="icon-"],
[class*=" icon-"] {
	/* use !important to prevent issues with browser extensions that change fonts */
	font-family: "icomoon" !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1; /* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-search:before {
	content: "\e904";
}

.icon-arrow-yellow:before {
	content: "\e900";
}

.icon-eye:before {
	content: "\e901";
}

.icon-like:before {
	content: "\e902";
}

.icon-login:before {
	content: "\e903";
}

.icon-setting:before {
	content: "\e905";
}

.category-list,
.videos-list,
.pagi-list,
.popup-holder .popup .link,
.main-video .time-list,
.main-video .cat-holder .cat-list,
.main-video .tag-holder .tag-list,
.main-video .comment-list,
.menu,
.menu .dropdown,
#footer .footer-link {
	margin: 0;
	padding: 0;
	list-style: none;
}

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

.ellipsis {
	white-space: nowrap; /* 1 */
	text-overflow: ellipsis; /* 2 */
	overflow: hidden;
}

html {
	box-sizing: border-box;
}

*,
*:before,
*:after {
	box-sizing: inherit;
}

* {
	max-height: 1000000px;
}

body {
	color: #e3e3e3;
	background: #211f1d;
	font: 16px/1.2 "Exo 2", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	min-width: 320px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	color: #e3e3e3;
	background-color: #262626;
	text-shadow: 1px 1px #0e0d0d;
}

img {
	max-width: 100%;
	height: auto;
	vertical-align: top;
}

.gm-style img {
	max-width: none;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6,
.h {
	font-family: inherit;
	font-weight: bold;
	margin: 0 0 .5em;
	color: inherit;
}

h1,
.h1 {
	font-size: 20px;
}

h2,
.h2 {
	font-size: 18px;
}

h3,
.h3 {
	font-size: 16px;
}

h4,
.h4 {
	font-size: 21px;
}

h5,
.h5 {
	font-size: 17px;
}

h6,
.h6 {
	font-size: 15px;
}

p {
	margin: 0 0 1em;
}

a {
	color: #ec4457;
}

a:hover,
a:focus {
	text-decoration: none;
}

form,
fieldset {
	margin: 0;
	padding: 0;
	border-style: none;
}

input[type="text"],
input[type="tel"],
input[type="email"],
input[type="search"],
input[type="password"],
textarea {
	-webkit-appearance: none;
	-webkit-border-radius: 0;
	box-sizing: border-box;
	border: 1px solid #e94558;
	padding: .4em .7em;
}

input[type="text"]:focus,
input[type="tel"]:focus,
input[type="email"]:focus,
input[type="search"]:focus,
input[type="password"]:focus,
textarea:focus {
	border-color: #e94558;
}

input[type="text"]::-webkit-input-placeholder,
input[type="tel"]::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder,
input[type="search"]::-webkit-input-placeholder,
input[type="password"]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
	color: #444;
}

input[type="text"]::-moz-placeholder,
input[type="tel"]::-moz-placeholder,
input[type="email"]::-moz-placeholder,
input[type="search"]::-moz-placeholder,
input[type="password"]::-moz-placeholder,
textarea::-moz-placeholder {
	opacity: 1;
	color: #444;
}

input[type="text"]:-moz-placeholder,
input[type="tel"]:-moz-placeholder,
input[type="email"]:-moz-placeholder,
input[type="search"]:-moz-placeholder,
input[type="password"]:-moz-placeholder,
textarea:-moz-placeholder {
	color: #444;
}

input[type="text"]:-ms-input-placeholder,
input[type="tel"]:-ms-input-placeholder,
input[type="email"]:-ms-input-placeholder,
input[type="search"]:-ms-input-placeholder,
input[type="password"]:-ms-input-placeholder,
textarea:-ms-input-placeholder {
	color: #444;
}

input[type="text"].placeholder,
input[type="tel"].placeholder,
input[type="email"].placeholder,
input[type="search"].placeholder,
input[type="password"].placeholder,
textarea.placeholder {
	color: #444;
}

select {
	-webkit-border-radius: 0;
}

textarea {
	resize: vertical;
	vertical-align: top;
}

button,
input[type="button"],
input[type="reset"],
input[type="file"],
input[type="submit"] {
	-webkit-appearance: none;
	-webkit-border-radius: 0;
	cursor: pointer;
}

#wrapper {
	position: relative;
}

a {
	-webkit-transition: color .15s ease-in-out;
	transition: color .15s ease-in-out;
	text-decoration: none;
}

.container {
	max-width: 1350px;
	padding: 0 15px;
	margin: 0 auto;
}

@media (max-width: 480px){
	.container{
		padding: 0 4px;
	}
}

.resize-active * {
	-webkit-transition: none !important;
	transition: none !important;
}

.category {
	padding: 27px 0;
}

.category h2 {
	font-size: 22px;
	font-weight: 400;
	color: #e3e3e3;
	margin-bottom: 20px;
}

.category h3 {
	font-size: 20px;
	font-weight: 500;
	color: #ef4559;
	margin-bottom: 20px;
}

.category .category-holder {
	margin-bottom: 38px;
}

.category-list li {
	margin-bottom: 15px;
}

.category-list a:hover .description {
	color: #ef4559;
}

.category-list .img-holder {
	position: relative;
	border-radius: 3px;
	overflow: hidden;
	/* padding-bottom: 49%; */
	margin-bottom: 10px;
}

.category-list .img-holder img {
	/* position: absolute; */
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	width: 100%;
	/* height: 120%; */
}

.category-list .description {
	-webkit-transition: color .15s ease-in-out;
	transition: color .15s ease-in-out;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	color: #e3e3e3;
}

.category-list .description span {
	max-width: 50%;
}

.category-list .description span.videos-coll {
	color: #555;
}

h1 {
	font-size: 20px;
	font-weight: 400;
	color: #e3e3e3;
}

.videos {
	padding: 20px 0;
	color: #e3e3e3;
}

.videos h1 {
	font-size: 20px;
	margin-bottom: 16px;
	font-weight: 400;
}

.videos h1 span {
	color: #ef4559;
}

.videos .text-content {
	font-size: 14px;
	line-height: 1.571428;
	margin-bottom: 20px;
}

.videos .text-content p {
	margin-bottom: 10px;
}

.videos-list li {
	margin-bottom: 9px;
}

.videos-list a {
	border-radius: 5px;
	background-color: #333333;
	display: block;
	box-shadow: 0 1px 4px rgba(0,0,0,0.4);
}

.videos-list a:hover{
	box-shadow: 0 10px 40px -10px rgba(0,0,0,1);
}

.videos-list a:hover .description {
	color: #ffffff;
}

.videos-list a:hover .views {
	-webkit-transform: translateX(-150%);
	-ms-transform: translateX(-150%);
	transform: translateX(-150%);
}

.videos-list a:hover .liked {
	-webkit-transform: translateX(150%);
	-ms-transform: translateX(150%);
	transform: translateX(150%);
}

.videos-list a:hover .time {
	-webkit-transform: translateX(150%);
	-ms-transform: translateX(150%);
	transform: translateX(150%);
}

.videos-list .img-holder {
	position: relative;
	overflow: hidden;
	padding-bottom: 60%;
	/* border: 4px solid #0f0f0f; */
}

.videos-list .img-holder img {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

.videos-list .img-holder span {
	position: absolute;
	border-radius: 12px;
	background-color: rgba(15, 15, 15, .8);
	font-size: 14px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	color: #fff;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 3px 13px;
}

.videos-list .img-holder span.views {
	-webkit-transition: -webkit-transform .15s ease-in-out;
	transition: -webkit-transform .15s ease-in-out;
	transition: transform .15s ease-in-out;
	transition: transform .15s ease-in-out, -webkit-transform .15s ease-in-out;
	bottom: 6px;
	left: 16px;
}

.videos-list .img-holder span.views i {
	font-size: 12px;
	margin-right: 3px;
}

.videos-list .img-holder span.liked {
	-webkit-transition: -webkit-transform .15s ease-in-out;
	transition: -webkit-transform .15s ease-in-out;
	transition: transform .15s ease-in-out;
	transition: transform .15s ease-in-out, -webkit-transform .15s ease-in-out;
	right: 12px;
	bottom: 6px;
}

.videos-list .img-holder span.liked i {
	margin-right: 4px;
	color: #88c94e;
}

.videos-list .img-holder span.time {
	-webkit-transition: -webkit-transform .15s ease-in-out;
	transition: -webkit-transform .15s ease-in-out;
	transition: transform .15s ease-in-out;
	transition: transform .15s ease-in-out, -webkit-transform .15s ease-in-out;
	top: 6px;
	right: 13px;
}

.videos-list .description {
	-webkit-transition: color .15s ease-in-out;
	transition: color .15s ease-in-out;
	color: #e3e3e3;
	font-size: 15px;
	/* padding: 10px 15px 10px 0; */
	text-shadow: 1px 1px #000;
}

p {}

.videos-list .description .text-holder p{
	max-height: 38px;
	overflow: hidden;
	margin: 0;
}

.videos-list .description .text-holder {
	/* padding-left: 15px; */
	position: relative;
	overflow: hidden;
	padding: 10px 10px;
}

.videos-list .description .text-holder:before {
	/* content: ""; */
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 3px;
	background-color: #555;
	border-radius: 0 3px 3px 0;
}

.new-video {
	margin-bottom: 48px;
}
.videos .title-holder,
.new-video .title-holder {
	margin-bottom: 19px;
}

.pagination {
	margin-bottom: 30px;
}

.pagi-list {
	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;
}

.pagi-list li {
	padding: 0 5px 10px;
}

.pagi-list li.active a,
.pagi-list li.active span {
	color: #fff;
	font-weight: 700;
	background-image: -webkit-linear-gradient(135deg, #e94558 0%, #e94558 100%);
	background-image: linear-gradient(-45deg, #ef4559 0%, #ca3e4d 100%);
}

.pagi-list li.arrow a {
	background-color: transparent;
	color: #e64356;
}

.pagi-list li.arrow a i {
	-webkit-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	transform: rotate(-90deg);
}

.pagi-list li.arrow.left a i {
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
}

.pagi-list a,
.pagi-list span {
	width: 40px;
	height: 40px;
	-webkit-transition: background-color .15s ease-in-out, color .15s ease-in-out;
	transition: background-color .15s ease-in-out, color .15s ease-in-out;
	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: #333333;
	border-radius: 3px;
	box-shadow: 0 7px 15px rgba(17, 17, 17, .2);
	font-size: 18px;
	color: #fff;
}

.pagi-list a:hover {
	background-color: #312f2f;
}

.title-holder {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.title-holder h1 {
	width: 100%;
	margin-bottom: 15px;
}

.title-holder .dropdown-holder {
	max-width: 160px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 100%;
}

.title-holder .add {
	width: 33px;
	height: 33px;
	position: relative;
	margin-left: 9px;
	border-radius: 10%;
	display: block;
	background-color: #e84457;
}

.title-holder .add:before,
.title-holder .add:after {
	content: "";
	position: absolute;
	width: 3px;
	height: 12px;
	background-color: #fff;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.title-holder .add:after {
	-webkit-transform: translate(-50%, -50%) rotate(-90deg);
	-ms-transform: translate(-50%, -50%) rotate(-90deg);
	transform: translate(-50%, -50%) rotate(-90deg);
}

.popup-holder {
	position: relative;
	width: 100%;
}

.main-video .popup-holder{
	width: auto;
	min-width: 150px;
}

.popup-holder.popup-active .open {
	border-radius: 3px;
}

.popup-holder .open {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border-radius: 3px;
	background-color: #312f2f;
	color: #fff;
	font-size: 14px;
	padding: 8px 14px 8px 19px;
}

.popup-holder .open i {
	color: #e94558;
	margin-left: 15px;
	font-size: 16px;
	position: absolute;
	right: 10px;
	top: 50%;
	transform: translateY(-50%);
}

.popup-holder .popup {
	position: absolute;
	display: none;
	z-index: 2;
	background-color: #312f2f;
	left: 0;
	right: 0;
	top: calc(100% - 8px);
	padding: 12px 20px 15px;
	border-radius: 3px;
}

.popup-holder .popup .link li {
	margin-bottom: 5px;
}

.popup-holder .popup .link a {
	font-size: 14px;
	color: #999;
}

.popup-holder .popup .link a:hover {
	color: #ef4559;
}

.hover-tooltip {
	background-color: #fff;
	border-radius: 3px;
	padding: 7px 12px;
}

.hover-tooltip .tooltip-text {
	font-size: 14px;
	color: #999;
}

.hover-tooltip:before {
	content: "";
	position: absolute;
	top: 100%;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 9px 6.5px 0 6.5px;
	border-color: #fff transparent transparent transparent;
}

.main-video {
	padding: 10px 0;
}

.main-video h1 {
	font-size: 24px;
	margin-bottom: 17px;
	text-align: center;
}

.main-video .video-full-holder {
	background-color: #333;
    box-shadow: 0 1px 4px rgba(0,0,0,0.4);
	border-radius: 3px;
	overflow: hidden;
	margin-bottom: 10px;
}

.main-video .banners {
	text-align: center;
}

.main-video .banners a {
	display: inline-block;
	vertical-align: middle;
}

.main-video .video-holder {
	position: relative;
}

.main-video .video-holder iframe {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
}

.main-video .video-info {
	background-color: #161616;
	padding: 10px;
}

.main-video .liked {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	width: 182px;
	margin: 0 auto 10px;
}

.main-video .liked .like {
	-webkit-transition: opacity .15s ease-in-out;
	transition: opacity .15s ease-in-out;
	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;
	width: 35px;
	height: 35px;
	border-radius: 10%;
	background-color: #6fb134;
}

.main-video .liked .like:hover {
	opacity: .7;
}

.main-video .liked .like.dislike {
	background-color: #ec4457;
}

.main-video .liked .like.dislike i {
	color: #252525;
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}

.main-video .liked .like i {
	font-size: 26px;
	color: #252525;
}

.main-video .liked .progress-holder {
	color: #fff;
	text-align: center;
	padding-top: 5px;
}

.main-video .liked .progress-holder .counter {
	font-size: 14px;
	display: block;
	margin-bottom: 4px;
}

.main-video .liked .progress-holder .counter i {
	color: #999;
	font-style: normal;
}

.main-video .liked .progress-holder .progress {
	height: 3px;
	width: 95px;
	border-radius: 3px;
	overflow: hidden;
	position: relative;
	background-color: #ec4457;
}

.main-video .liked .progress-holder .progress span {
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	background-color: #88c94e;
}

.main-video .time-list {
	color: #555;
	font-size: 14px;
	text-align: center;
	margin-bottom: 10px;
}

.main-video .time-list li {
	position: relative;
	padding: 0 20px;
	margin-bottom: 5px;
}

.main-video .time-list span {
	color: #fff;
}

.main-video .popup-holder {
	max-width: 155px;
	margin: 0 auto;
}

.main-video .video-description {
	color: #fff;
	font-size: 15px;
	padding: 15px;
	border-bottom: 1px solid #2b2b2b;
}

.main-video .video-description .text-holder {
	line-height: 1.57142;
	margin-bottom: 36px;
}

.main-video .cat-holder {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 13px;
}

.main-video .cat-holder span {
	margin-bottom: 4px;
}

.main-video .cat-holder .cat-list {
	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;
}

.main-video .cat-holder .cat-list li {
	margin: 0 2px 4px;
}

.main-video .cat-holder .cat-list li.active a {
	font-weight: 700;
	text-decoration: underline;
}

.main-video .cat-holder .cat-list a {
	color: #ec4457;
}

.main-video .cat-holder .cat-list a:hover {
	text-decoration: underline;
}

.main-video .tag-holder {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.main-video .tag-holder span {
	margin-bottom: 4px;
}

.main-video .tag-holder .tag-list {
	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;
	margin-left: 5px;
}

.main-video .tag-holder .tag-list li {
	margin: 0 2px 4px;
}

.main-video .tag-holder .tag-list li.active a {
	color: #fff;
	background-color: #e94558;
}

.main-video .tag-holder .tag-list a {
	-webkit-transition: color .15s ease-in-out, background-color .15s ease-in-out;
	transition: color .15s ease-in-out, background-color .15s ease-in-out;
	/* display: block; */
	color: #ec4457;
	border-radius: 13px;
	padding: 5px 14px;
	/* background-color: #312f2f; */
	text-decoration: underline;
}

.main-video .tag-holder .tag-list a:hover {
	color: #fff;
	background-color: #ed4335;
}

.main-video .comments {
	padding: 15px;
}

.main-video .comments .title-holder {
	margin-bottom: 20px;
}

.main-video .comments .title-holder h3 {
	font-size: 16px;
	font-weight: 400;
	color: #fff;
	width: 100%;
	margin-bottom: 10px;
}

.main-video .comments .title-holder h3 span {
	color: #555;
}

.main-video .comments .title-holder .write {
	-webkit-transition: opacity .15s ease-in-out;
	transition: opacity .15s ease-in-out;
	display: inline-block;
	vertical-align: middle;
	color: #ececec;
	padding: 8px 25px;
	font-size: 14px;
	box-shadow: 0 3px 7px rgba(17, 17, 17, .1);
	border-radius: 3px;
	background-image: -webkit-linear-gradient(135deg, #e64336 0%, #f34336 100%);
	background-image: linear-gradient(-45deg, #252525 0%, #252525 100%);
}

.main-video .comments .title-holder .write:hover {
	opacity: .7;
}

.main-video .comment-list li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 20px;
}

.main-video .comment-list .img-holder {
	position: relative;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	background-color: #ea5454;
	color: #fff;
	font-size: 16px;
	font-weight: 700;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	overflow: hidden;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.main-video .comment-list .img-holder img {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

.main-video .comment-list .comment-holder {
	width: calc(100% - 30px);
	font-size: 14px;
	padding-left: 12px;
}

.main-video .comment-list .comment-holder h4 {
	font-size: 14px;
	margin-bottom: 6px;
	font-weight: 400;
}

.main-video .comment-list .comment-holder h4 span {
	color: #555;
}

.main-video .comment-list .comment-holder .text-holder {
	color: #999;
	margin-bottom: 15px;
}

.main-video .comment-list .comment-holder .text-holder p {
	margin-bottom: 5px;
}

.main-video .comment-list .comment-holder .statistic-holder span {
	color: #999;
}

.main-video .comment-list .comment-holder .statistic-holder a {
	-webkit-transition: opacity .15s ease-in-out;
	transition: opacity .15s ease-in-out;
	color: #e94558;
	margin: 0 5px;
}

.main-video .comment-list .comment-holder .statistic-holder a:hover {
	opacity: .6;
}

.main-video .comment-list .comment-holder .statistic-holder a.delete {
	color: #ea5454;
}

.holder-text {
	position: relative;
}

.holder-text.shower-active .shower {
	opacity: 0;
	visibility: hidden;
}

.holder-text .shower {
	-webkit-transition: opacity .15s ease-in-out, visibility .15s ease-in-out;
	transition: opacity .15s ease-in-out, visibility .15s ease-in-out;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 100px;
	text-align: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	color: #cdcdcd;
	background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, #1b1a18 85%);
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, #1b1a18 85%);
}

.holder-text .slide {
	-webkit-transition: all, .3s;
	transition: all, .3s;
	overflow: hidden;
}

.comment-form {
	margin-bottom: 10px;
	display: none;
}

.comment-form.show {
	display: block;
}

.comment-form input {
	-webkit-transition: border-color .15s ease-in-out;
	transition: border-color .15s ease-in-out;
	width: 100%;
	border-radius: 3px;
	background-color: #161515;
	border: 1px solid #000;
	margin-bottom: 15px;
	outline: none;
}

.comment-form input:focus {
	border-color: #e94558;
}

.comment-form textarea {
	-webkit-transition: border-color .15s ease-in-out;
	transition: border-color .15s ease-in-out;
	width: 100%;
	background-color: #161515;
	border: 1px solid #000;
	resize: none;
	border-radius: 3px;
	min-height: 150px;
	outline: none;
	margin-bottom: 10px;
}

.comment-form textarea:focus {
	border-color: #e94558;
}

.comment-form button {
	display: inline-block;
	vertical-align: middle;
	color: #fff;
	padding: 8px 25px;
	border: none;
	font-size: 14px;
	box-shadow: 0 3px 7px rgba(17, 17, 17, .1);
	border-radius: 3px;
	background-image: -webkit-linear-gradient(135deg, #e94558 0%, #e94558 100%);
	background-image: linear-gradient(-45deg, #e94558 0%, #e94558 100%);
}

.comment-form button:hover {
	opacity: .7;
}

#header {
	background-color: #0f0f0f;
	padding: 10px 0 10px;
	position: relative;
	z-index: 999;
	background-color: #111;
	background: linear-gradient(to bottom, #333 0%, #222 50%, #222 50%, #111 100%);
	box-shadow: 0 0 20px 0 rgba(0,0,0,0.7);
}

#header .container {
	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: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.nav-active {
	overflow: hidden;
	position: fixed;
	width: 100%;
}

.button-holder {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.logo {
	width: 148px;
	display: block;
}

.navigation {
	-webkit-transition: opacity .15s ease-in-out, visibility .15s ease-in-out;
	transition: opacity .15s ease-in-out, visibility .15s ease-in-out;
	position: absolute;
	left: 0;
	right: 0;
	top: 100%;
	background-color: #0f0f0f;
	opacity: 0;
	visibility: hidden;
	height: calc(100vh - 95px);
	overflow: auto;
	z-index: 3;
}

.nav-active .navigation {
	opacity: 1;
	visibility: visible;
}

.menu {
	text-align: center;
}

.menu > li {
	margin: 0 15px;
}

@media (min-width: 1024px) {
	.menu > li.drop:hover .dropdown-holder {
		opacity: 1;
		visibility: visible;
		max-height: 4000px;
	}

	.menu > li.drop:hover > a {
		color: #ef4559;
	}

	.menu a:hover {
		color: #ef4559;
	}
}

.menu a {
	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;
	color: #e3e3e3;
	padding: 5px 0;
	text-transform: uppercase;
}

.menu a i {
	margin-left: 3px;
	font-size: 19px;
	color: #ef4559;
}

.drop a.menu-link-mobile {
	display: none;
}

.menu .dropdown-holder {
	-webkit-transition: opacity .15s ease-in-out, visibility .15s ease-in-out;
	transition: opacity .15s ease-in-out, visibility .15s ease-in-out;
	opacity: 0;
	visibility: hidden;
	z-index: 5;
	top: calc(100%);
	max-height: 0;
	left: 0;
	right: 0;
	background-color: #171717;
	margin: 0 -15px;
}

.menu .dropdown {
	max-width: 1270px;
	padding: 0 15px;
	margin: 0 auto;
}

.menu .dropdown li {
	width: 100%;
}

.menu .dropdown li.all a {
	-webkit-transition: opacity .15s ease-in-out;
	transition: opacity .15s ease-in-out;
	color: #ef4559;
}

.menu .dropdown li.all a:hover {
	opacity: .7;
}

.menu .dropdown li a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 9px 0;
	font-size: 15px;
}

.menu .dropdown li a span {
	-webkit-transition: color .15s ease-in-out;
	transition: color .15s ease-in-out;
	color: #555;
}

.menu .dropdown li a:hover {
	color: #ef4559;
}

.menu .dropdown li a:hover span {
	color: #fff;
}


@media (max-width: 1023px) {
	.drop a.menu-link-desktop {
		display: none;
	}

	.drop a.menu-link-mobile {
		display: block;
	}

	.menu > li {
		margin: 0 15px 5px 15px;
	}

	.menu a {
		width: 100%;
		display: flex;
    	align-items: center;
		padding: 10px;
		background-color: rgba(0, 0, 0, 0);
		vertical-align: middle;
		border: 1px solid #323130;
		border-radius: 3px;		
	}

	.menu a i {
		color: #fff;
	}

	.menu_text {
		position: relative;
		margin-right: 14px;
	}

	.menu_text i {
		position: absolute;
		right: -20px;
	}

	.menu .dropdown li a {
		border: none;
	}

	#header.open-categories .menu-link-mobile {
		background-color: #ff9900;
		color: #000;
		border-radius: 3px;
		border: 1px solid #ff9900;
	}

	#header.open-categories .menu-link-mobile .menu_text i {
		-webkit-transform: rotate(180deg);
		-ms-transform: rotate(180deg);
		transform: rotate(180deg);
	}

	#header.open-categories .dropdown-holder {
		opacity: 1;
		visibility: visible;
		max-height: 100%;
	}
}

.form-holder {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	position: absolute;
	right: 15px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.form-holder .search {
	position: relative;
}

.form-holder .search input {
	-webkit-transition: width .15s ease-in-out;
	transition: width .15s ease-in-out;
	width: 35px;
	border: none;
	border-radius: 3px;
	background-color: #171717;
	margin-bottom: 0;
	height: 31px;
	outline: none;
	box-shadow: 0 0 0 1px #333;
}

.form-holder .search button {
	-webkit-transition: color .15s ease-in-out;
	transition: color .15s ease-in-out;
	position: absolute;
	right: 11px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	font-size: 15px;
	padding: 0;
	margin: 0;
	border: none;
	border-radius: 50%;
	outline: none;
	color: #fff;
	background: transparent;
}

.form-holder .search button:hover {
	color: #ef4559;
}

.form-holder .login {
	width: 35px;
	height: 35px;
	-webkit-transition: background-color .15s ease-in-out;
	transition: background-color .15s ease-in-out;
	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: #f9a83c;
	border-radius: 50%;
	margin-left: 5px;
}

.form-holder .login:hover {
	background-color: #fff;
}

.form-holder .login i {
	font-size: 33px;
	color: #000;
}

.nav-opener {
	display: block;
	width: 40px;
	height: 40px;
	position: relative;
	border-radius: 3px;
	margin-right: 10px;
}

.nav-opener:hover {
	opacity: .9;
}

.nav-active .nav-opener span {
	opacity: 0;
}

.nav-active .nav-opener:before,
.nav-active .nav-opener:after {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 50%;
	left: 15%;
	right: 15%;
}

.nav-active .nav-opener:after {
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.nav-opener span,
.nav-opener:before,
.nav-opener:after {
	background: #fff;
	border-radius: 4px;
	position: absolute;
	top: 50%;
	left: 25%;
	right: 25%;
	height: 4px;
	margin-top: -2px;
	-webkit-transition: all .3s linear;
	transition: all .3s linear;
}

.nav-opener span {
	right: 35%;
}

.nav-opener:before,
.nav-opener:after {
	content: "";
	top: 30%;
}

.nav-opener:after {
	top: 70%;
}

#footer {
	background-color: #161616;
	font-size: 14px;
	padding: 15px 0 15px;
	background: linear-gradient(to bottom, #262626 0%, #222 50%, #222 50%, #1d1d1d 100%);
}

#footer .footer-link {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-bottom: 14px;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

#footer .footer-link li {
	margin: 0 26px 5px;
}

#footer .footer-link a {
	font-size: 14px;
	color: #555;
}

#footer .footer-link a:hover {
	color: #e94558;
	text-decoration: underline;
	cursor: pointer;
}

#footer .text-holder {
	color: #444;
	text-align: center;
	max-width: 925px;
	margin: 0 auto 19px;
}

#footer .img-holder {
	text-align: center;
}

@media (min-width: 480px) {
	.category-list {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		margin: 0 -5px;
	}

	.category-list li {
		width: 50%;
		margin-bottom: 30px;
		padding: 0 5px;
	}

	.title-holder {
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}

	.title-holder h1 {
		margin-bottom: 0;
		max-width: calc(100% - 250px);
	}

	.main-video .comments .title-holder {
		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;
		margin-bottom: 31px;
	}

	.main-video .comments .title-holder h3 {
		margin-bottom: 0;
		width: calc(100% - 120px);
	}

	.main-video .comment-list .comment-holder .statistic-holder a {
		margin: 0 12px;
	}

	.main-video .comment-list .comment-holder .statistic-holder a:not(.comment-like),
	.main-video .comment-list .comment-holder .statistic-holder a:not(.comment-dislike) {
		margin: 0 5px;
	}
}

@media (min-width: 768px) {
	.category h2 {
		margin-bottom: 47px;
	}

	.category-list li {
		width: 33.3%;
	}

	.videos {
		padding: 20px 0;
	}

	.videos-list {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		margin: 0 -5px;
	}
	.videos-list li {
		width: 50%;
		padding: 0 5px;
	}

	.videos-list .description {
		/* padding: 17px 25px 12px 0; */
	}

	.videos-list .description .text-holder {
		overflow: hidden;
	}

	.pagination {
		margin-bottom: 62px;
	}

	.main-video .time-list {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		text-align: left;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		margin: 0 auto 10px;
	}

	.main-video .time-list li {
		margin-bottom: 0;
	}

	.main-video .time-list li:before {
		content: "|";
		position: absolute;
		left: 0;
		top: 50%;
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		transform: translateY(-50%);
	}

	.main-video .time-list li:last-child:after {
		content: "|";
		position: absolute;
		right: 0;
		top: 50%;
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		transform: translateY(-50%);
	}

	.main-video .video-description {
		padding: 20px 10px 20px 15px;
	}

	.main-video .comments {
		padding: 11px 20px 5px 20px;
	}

	.holder-text .shower {
		display: none;
	}

	.form-holder .search input {
		width: 295px;
	}

	.form-holder .search button {
		right: 13px;
	}
}

@media (min-width: 1024px) {
	.category-list li {
		width: 25%;
	}

	.videos-list li {
		width: 25%;
		padding: 0 7px;
	}

	.main-video .video-full-holder {
		width: calc(100% - 384px);
		display: inline-block;
		vertical-align: top;
		margin-bottom: 0;
	}

	.main-video .banners {
		display: inline-block;
		vertical-align: top;
	}

	.main-video .video-info {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		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;
		padding: 20px 18px 24px 20px;
	}

	.main-video .popup-holder {
		max-width: none;
	}

	#header .container {
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
	}

	.navigation {
		width: calc(100% - 443px);
		position: static;
		height: auto;
		background-color: transparent;
		opacity: 1;
		visibility: visible;
	}

	.menu {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		text-align: left;
	}

	.menu > li {
		margin: 0 29px;
	}

	.menu > li.drop:before {
		content: "";
		position: absolute;
		width: 110px;
		bottom: 0;
		background-color: transparent;
		height: 30px;
	}

	.menu a {
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
	}

	.menu a i {
		margin-left: 6px;
	}

	.menu .dropdown-holder {
		position: absolute;
		max-height: none;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		margin: 0;
		padding: 19px 0 27px;
		border-bottom: 1px solid #ef4559;
	}

	.menu .dropdown {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		max-width: 1373px;
	}

	.menu .dropdown li {
		padding: 0 50px;
		width: 25%;
	}

	.form-holder {
		max-width: 295px;
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0);
		position: static;
	}

	.nav-opener {
		display: none;
	}
}

@media (min-width: 1200px) {
	.main-video .liked {
		margin: 0;
	}

	.main-video .time-list {
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
		margin: 0;
	}
}

@media (min-width: 1300px) {
	.main-video .popup-holder {
		margin: 0;
	}
}

@media (max-width: 767px) {
	.form-holder .search button {
		background: #211f1d;
	}

	.holder-text.shower-active .slide {
		max-height: 100%;
	}

	.holder-text .slide {
		max-height: 71px;
	}

	.form-holder .search:hover input {
		width: 180px;
	}
	.videos-list{
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		margin: 0 -5px;
	}
	.videos-list li {
		width: 50%;
		padding: 0 5px;
	}
}

@media (max-width: 480px){
	.videos-list li {
		width: 100%;
		padding: 0 10px;
	}
}

.page-error{
	margin: 15px 0;
	text-align: center;
	color: #ef4559;
	font-size: 24px;
}

#kt_player{
	position: absolute!important;
}

.hidden{
	display: none;
	margin-bottom: 10px;
}

.banners .videos-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin: 0 0 0 -10px;
}
.main-video .banners a{
	display: block;
}
.main-video .banners .liked{
	width: auto;
}
.main-video .banners{
	max-width: 370px;
    margin: 0 0 0 10px;
}
.banners .videos-list li {
	width: calc(50% - 10px);
    padding: 0;
    margin: 0 0 10px 10px;
}

.banners .videos-list li:last-of-type {
    width: 100%;
}

.banners .videos-list .img-holder span.liked,
.banners .videos-list .img-holder span.views {
	display: none;	
}


@media (max-width: 1023px){
	.main-video .banners{
		display: none;
	}
}

.load-more .show-more-btn {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	justify-content: center;
	align-items: center;
	border-radius: 6px;
	background-color: #323232;
	color: #fff;
	font-size: 18px;
	padding: 15px;
	-webkit-transition: opacity .15s ease-in-out;
	transition: opacity .15s ease-in-out;
	/* border: 1px solid #585858; */
	box-shadow: 0 1px 4px rgba(0,0,0,0.4);
	text-shadow: 1px 1px #000;
}

.load-more .show-more-btn:hover {
    opacity: .7;
}

.swipe-hint {
    z-index: 1;
    background: rgba(0, 0, 0, 0.6);
    color: #fff;
    padding: 5px 10px;
    font-size: 30px;
    border-radius: 3px;
    position: absolute;
    left: 50%;
    top: 29px;
    transform: translate(-50%, -50%);
    display: none;
  }

  .swipe-hint svg:not(:root) {
    overflow: visible;
}
  
.swipe-hint .svg-icon {
    animation: swipe-horizontal 1s linear infinite;
    display: block;
    width: 1em;
    height: 1em;
    fill: currentColor;
  }
  
@keyframes swipe-horizontal {
      0%, 50%, 100% {
          transform: translate(0, 0);
      }
      25% {
          transform: translate(10%, 0);
      }
      75% {
          transform: translate(-10%, 0);
      }
  }
    
@media screen and (max-width: 767px) {
	section:first-child .item:first-child .swipe-hint,
	#list_videos_related_videos_items .item:first-child .swipe-hint {
      display: block;
    }
  }
  
.img-zindex.thumb {
	z-index: 2;
}

.tags-cloud {
	padding: 10px;
    overflow: hidden;
    border-radius: 5px;
    -webkit-border-radius: 5px;
	margin-top: 20px;
	margin-bottom: 20px;
	background: #333333;
	box-shadow: 0 1px 4px rgba(0,0,0,0.4);
}
.tags-cloud ul {
	width: 100%;
	display: block;
	-moz-column-count: 4;
    -webkit-column-count: 4;
    column-count: 4;
	padding-left: 0;
	margin: 0;
}
.tags-cloud ul li a {
	width: 100%;
	color: #e3e3e3;
	font-size: 16px;
	line-height: 20px;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
.tags-cloud ul li a:hover {
	color: #ec4457;
}
.tags-cloud ul li a .dots {
	height: 16px;
	margin: 0 5px;
	background: -webkit-linear-gradient(left,#777 25%,transparent 0) 0 100% repeat-x;
	background: linear-gradient(to right,#777 25%,transparent 0) 0 100% repeat-x;
	background-size: 4px 1px;
	-webkit-flex-grow: 1;
	flex-grow: 1;
}
 
.tags-cloud ul li a .name:first-letter {
	text-transform: uppercase;
}
.tags-cloud ul li a .amount {
	opacity: 0.75;
	margin-right: 10px;
	font-size: 14px;
}
@media screen and (max-width: 1100px) {
	.tags-cloud ul {
		-webkit-columns: 3;
		columns: 3;
	}
	.tags-cloud ul li a {
		text-align: center;
	}
}
@media screen and (max-width: 900px) {
	.tags-cloud ul {
		-webkit-columns: 2;
		columns: 2;
	}
}
@media screen and (max-width: 600px) {
	.tags-cloud ul {
		-webkit-columns: 1;
		columns: 1;
	}
}
.tags-cloud ul li {
	display: block;
	width: 100%;
	-webkit-transform: translateX(0);
	-moz-transform: translateX(0);
	transform: translateX(0);
}

.tags-cloud ul li a:first-letter {
	text-transform: uppercase;
}
.tags-cloud .all-link-container {
	text-align: center;
	margin: 20px 0 5px;
}
.tags-cloud .all {
	display: inline-block;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	line-height: 16px;
}

.fancybox-outer .popup-title {
    display: block;
    color: #dcdcdc;
    margin: 0 0 5px;
    font-size: 20px;
    line-height: 22px;
}

.fancybox-outer .popup-holder {
    color: #dcdcdc;
    padding: 10px;
    min-width: 600px;
    max-width: 800px;
    background: url(../images/bg-grey.gif) repeat;
    border-radius: 4px;
    -webkit-border-radius: 4px;
}

.fancybox-outer form .generic-error {
    text-align: center;
    margin: 0 10px 10px;
    padding: 10px;
    background: transparent;
    color: #e44242;
    border: 1px solid #e44242;
    font-size: 14px;
    font-weight: bold;
    line-height: 16px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
}

.fancybox-outer form .row {
    display: block;
    position: relative;
    width: 100%;
    margin: 15px 0 0;
}

.fancybox-outer form .row:first-child {
    margin: 0;
}

.fancybox-outer form label {
    display: block;
    overflow: hidden;
    color: #dcdcdc;
	margin: 0 0 4px;
	font-size: 12px;
}

.fancybox-outer form label.field-label.required {
    font-weight: bold;
}

.fancybox-outer form label.field-label.required:after {
    content: " (*):";
}

.fancybox-outer form .textfield, 
.fancybox-outer form .textarea, 
.fancybox-outer form .selectbox, 
.fancybox-outer form .file {
    border: 1px solid #3a3a3a;
    padding: 6px 5px;
    color: #9b9b9b;
    background: none;
    width: 100%;
    height: 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.2);
}

.fancybox-outer form .textarea {
    resize: vertical;
    height: auto;
}

.fancybox-outer form .textfield.error, 
.fancybox-outer form .textarea.error, 
.fancybox-outer form .selectbox.error, 
.fancybox-outer form .file.error, 
.fancybox-outer form fieldset.error .textfield, 
.fancybox-outer form fieldset.error .textarea, 
.fancybox-outer form fieldset.error .selectbox, 
.fancybox-outer form fieldset.error .file {
    border: 1px solid #e44242;
    color: #9b9b9b;
	background: none;
	outline: none;
}

.fancybox-outer form .field-error {
    display: none;
    position: absolute;
    max-width: 400px;
    padding: 5px;
    z-index: 9999;
    margin: 2px 0 0 15px;
    background: #efefef;
    color: #e44242;
    font-weight: bold;
    border-radius: 3px;
	-webkit-border-radius: 3px;
	font-size: 12px;
}

.fancybox-outer form .field-error.down:before {
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #efefef;
    left: 20px;
    top: -10px;
}

.fancybox-outer form .field-error:before,
.fancybox-outer form .field-error:after {
    content: "";
    position: absolute;
}

.fancybox-outer form .field-error.up:before {
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #efefef;
    left: 20px;
    bottom: -10px;
}

.fancybox-outer form .row:after {
    content: "";
    display: block;
    clear: both;
}

.fancybox-outer form .bottom {
    background: url(../images/divider.png) left 10px repeat-x;
    overflow: hidden;
    padding: 20px 0 0;
    clear: both;
    position: relative;
}

.fancybox-outer form .captcha-control {
    overflow: hidden;
}

.fancybox-outer form .captcha-control .image {
    float: left;
    border: 0;
    width: 280px;
    height: 52px;
    margin: 0 12px 0 0;
}

.fancybox-outer form .captcha-control .image img {
    display: block;
    float: left;
    width: 125px;
    height: 52px;
    margin: 0 5px 0 0;
}

.fancybox-outer form .captcha-control label {
    float: left;
    margin: 0 0 6px;
}

.fancybox-outer form .captcha-control .textfield {
    width: 135px;
}

.fancybox-outer form .captcha-control .field-error {
    margin-left: 145px;
    bottom: 35px;
}

.fancybox-outer form .captcha-control .submit {
    float: left;
    margin: 19px 0 0;
}

.fancybox-outer form .submit {
    background: #1e1e1e;
    border: 1px solid #323232;
    color: #a2a2a2;
    transition: 0.15s ease background;
    padding: 12px 9px;
    text-transform: uppercase;
    font-size: 11px;
    font-weight: bold;
    line-height: 14px;
    cursor: pointer;
    transition: 0.15s ease background-color;
}

.fancybox-skin {
	padding: 15px !important;
}

@media screen and (max-width: 560px) {
	.fancybox-skin {
		padding: 0 !important;
	}
}

@media screen and (max-width: 785px) {
	.fancybox-outer .popup-holder {
		min-width: 500px;
	}
}

@media screen and (max-width: 640px) {
	.fancybox-outer .popup-holder {
		padding: 5px;
		min-width: 270px;
		border-radius: 0;
		-webkit-border-radius: 0;
	}
}

.seo-block .tags-cloud {
	margin-top: 10px;
}

.seo-block .tags-cloud p {
	margin: 0;
}

.videos.videos_seo-block {
    padding-bottom: 0;
}

.videos_seo-block .pagination {
    margin-bottom: 0;
}

.tag_title {
	font-size: 24px;
    font-weight: 700;
    line-height: 26px;
    padding: 0 0 10px 10px;
    text-transform: uppercase;
}

.tag_title a {
	color: #fff;
}

.tags_list {
	display: flex;
	flex-wrap: wrap;
	padding: 0;
	list-style: none;
}

.tags_list li {
	width: 20%;
	padding: 0 0 10px 10px;
}

@media screen and (max-width: 768px) {
	.tags_list li {
		width: 33.3%;
	}
}

@media screen and (max-width: 500px) {
	.tags_list li {
		width: 49%;
	}
}

@media screen and (max-width: 360px) {
	.tags_list li {
		width: 90%;
	}
}

.headline {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}

.headline.title-holder h1 {
	max-width: 30%;
}


.sort-tags ul {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	margin: 0;
}

.sort-tags ul li:first-child {
	list-style: none;
}

.sort-tags ul li {
	margin-left: 25px;
}

.sort-tags ul li > div {
	cursor: pointer;
	-webkit-transition: color .15s ease-in-out;
    transition: color .15s ease-in-out;
}

.sort-tags ul li:first-child > div,
.sort-tags ul li > div.active {
	color: #ec4457;
}

.sort-tags ul li:first-child > div.no-active {
	color: #fff;
}

@media (min-width: 1024px) {
	.sort-tags ul li:first-child > div:hover,
	.sort-tags ul li > div:hover {
		color: #ef4559;
	}
}

.tags-main {
	display: flex;
	flex-wrap: wrap;
}

.tags-main__link {
	width: 33.3%;
    padding: 0 0 10px 10px;
}

@media (max-width: 480px) {
	.videos .title-holder,
	.sort-tags ul {
		justify-content: center;
	}

	.headline.title-holder h1 {
		max-width: 100%;
		text-align: center;
	}

	.sort-tags ul {
		padding-left: 0;
	}

	.sort-tags ul li:first-child {
		margin-left: 0;
	}
}

.comment-options i {
	display: inline-block;
	color: #e3e3e3;
	font-size: 20px;
}

.comment-options .comment-dislike i {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}

.main-video .comment-list .comment-holder .statistic-holder span.comment-rating.positive {
	color: #6fb134;
}

.main-video .comment-list .comment-holder .statistic-holder span.comment-rating.negative {
	color: #ec4457;
}

.list-comments .comment-options a.comment-dislike.disabled, 
.list-comments .comment-options a.comment-like.disabled {
    pointer-events: none;
}
  

