/*! 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?e2goxj");
	src: url("../fonts/icomoon.eot?e2goxj#iefix") format("embedded-opentype"), url("../fonts/icomoon.ttf?e2goxj") format("truetype"), url("../fonts/icomoon.woff?e2goxj") format("woff"), url("../fonts/icomoon.svg?e2goxj#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-cinema:before {
	content: "\e900";
}

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

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

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

.icon-magnifying-glass:before {
	content: "\e907";
}

.icon-pencil:before {
	content: "\f040";
}

.icon-map-marker:before {
	content: "\f041";
}

.icon-heart-o:before {
	content: "\f08a";
}

.icon-cloud-download:before {
	content: "\f0ed";
}

.icon-instagram:before {
	content: "\f16d";
}

.icon-birthday-cake:before {
	content: "\f1fd";
}

.icon-telegram:before {
	content: "\f2c6";
}

.videos .sorting-holder .sort-list,
.video-list,
.pagination,
.tag-section .tag-list,
.alphabet,
.actrees-page .description .date,
.main-video .info-holder .time-list,
.main-video .info-holder .link-list,
.main-video .tag-holder .tag-list,
.comment .comment-list,
.menu {
	margin: 0;
	padding: 0;
	list-style: none;
}

.clearfix:after,
.video-list.big-tumg: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: #333;
	background: #fafbfc;
	font: 16px/1.2 "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	min-width: 320px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

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: 30px;
}

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

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

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

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

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

p {
	margin: 0 0 1em;
}

a {
	color: #39f;
}

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 #999;
	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: #333;
}

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: #999;
}

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: #999;
}

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: #999;
}

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: #999;
}

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

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

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

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

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

.videos {
	padding: 20px 0 10px;
}

.videos .title-holder {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-bottom: 28px; justify-content: space-between;
}

.videos .title-holder h2 {
	font-size: 18px;
	margin-bottom: 10px;
	color: #383838;
	width: 100%;
}

.videos .sorting-holder {
	white-space: nowrap;
}

.videos .sorting-holder span {
	margin-right: 10px;
	font-size: 14px;
	color: #cfcfcf;
	display: block;
	margin-bottom: 10px;
}

.videos .sorting-holder ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.videos .sorting-holder ul a {
	-webkit-transition: background-color .3s ease-in-out, color .3s ease-in-out;
	transition: background-color .3s ease-in-out, color .3s ease-in-out;
	color: #000;
	font-size: 14px;
	background-color: #e7e7e7;
	border-radius: 10px;
	padding: 2px 5px 3px;
}

.videos .sorting-holder ul a:hover {
	background-color: #ff5757;
	color: #fff;
}

.videos .sorting-holder ul li {
	margin: 0 2px; list-style: none;
}

.videos .sorting-holder .ul li:last-child {
	margin-right: 0;
}

.videos .sorting-holder ul li[class] a {
	background-color: #ff5757;
	color: #fff;
}

.videos .text-content {
	color: #6e6e6e;
	margin-bottom: 25px;
}

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

.video-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0 -10px;
}

.video-list .li {
	width: 100%;
	padding: 0 10px;
	margin-bottom: 20px;
}

.video-list .img-holder {
	border: 3px solid #fff;
	position: relative;
	padding-bottom: 54%;
	overflow: hidden;
	box-shadow: 4px 6px 20px rgba(85, 85, 85, .2);
	border-radius: 5px;
}

.video-list .img-holder:before {
	-webkit-transition: opacity .3s ease-in-out;
	transition: opacity .3s ease-in-out;
	content: "";
	position: absolute;
	height: 50%;
	background: -webkit-linear-gradient(top, rgba(30, 87, 153, 0) 0%, black 100%);
	background: linear-gradient(to bottom, rgba(30, 87, 153, 0) 0%, black 100%);
	opacity: .4;
	bottom: 0;
	z-index: 1;
	left: 0;
	right: 0;
}

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

.video-list .img-holder .like-counter {
	-webkit-transition: -webkit-transform .3s ease-in-out;
	transition: -webkit-transform .3s ease-in-out;
	transition: transform .3s ease-in-out;
	transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out;
	position: absolute;
	z-index: 2;
	left: 0;
	top: 17px;
	color: #222121;
	background-color: #fff;
	font-size: 13px;
	padding: 2px 10px 2px 6px;
	border-radius: 0 10px 10px 0;
}

.video-list .img-holder .like-counter i {
	color: #ff5757;
	font-size: 15px;
	margin-right: 6px;
}

.video-list .img-holder .coment-holder {
	-webkit-transition: -webkit-transform .3s ease-in-out;
	transition: -webkit-transform .3s ease-in-out;
	transition: transform .3s ease-in-out;
	transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out;
	position: absolute;
	z-index: 2;
	bottom: 0;
	left: 0;
	right: 0;
	padding-left: 12px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.video-list .img-holder .coment-holder .avatar-holder {
	width: 30px;
	height: 30px;
	border-radius: 50%;
	border: 2px solid #fff;
	overflow: hidden;
	position: relative;
}

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

.video-list .img-holder .coment-holder .content-holder {
	width: calc(100% - 30px);
	font-size: 14px;
	color: #fff;
	padding-left: 20px;
	padding-right: 15px;
}

.video-list .img-holder .coment-holder .content-holder:only-child {
	width: 100%;
	padding-left: 2px;
	padding-right: 12px;
}

.video-list a:hover .img-holder:before {
	opacity: 0;
}

.video-list a:hover .like-counter {
	-webkit-transform: translateX(-101%);
	-ms-transform: translateX(-101%);
	transform: translateX(-101%);
}

.video-list a:hover .coment-holder {
	-webkit-transform: translateY(101%);
	-ms-transform: translateY(101%);
	transform: translateY(101%);
}

.video-list.big-tumg {
	display: block;
}

.video-list.big-tumg .li {
	float: left;
}

.video-list.big-tumg .li:first-child .img-holder:before {
	display: none;
}

.pagination {padding-right: 10px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	padding-top: 25px;
	margin-bottom: 12px;
}

.pagination a, .pagination span {
	-webkit-transition: background-color .3s ease-in-out, box-shadow .3s ease-in-out;
	transition: background-color .3s ease-in-out, box-shadow .3s ease-in-out;
	width: 30px;
	height: 30px;
	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;
	font-size: 16px;
	color: #383838;
	box-shadow: none;
	border-radius: 5px;
	background-color: transparent;
}

.pagination a:hover {
	background-color: #fff;
	box-shadow: 4px 6px 20px rgba(85, 85, 85, .2);
}

.pagination > * {
	margin: 0 4px;
}

.pagination > *:last-child {
	margin-right: 0;
}

.pagination span:not(.nav_ext) {
	pointer-events: none;
	background-color: #fff;
	box-shadow: 4px 6px 20px rgba(85, 85, 85, .2);
}

.tag-section {
	text-align: center;
	margin-bottom: 35px;
}

.tag-section h2 {
	font-size: 18px;
	margin-bottom: 25px;
	color: #383838;
}

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

.tag-section .tag-list span {
	margin: 0 12px 16px;
}

.tag-section .tag-list a {
	color: #804c81;
}
.tag-section .tag-list a:before, .only-tags .tag-list a:before {content: '#'; display: inline;}
.tag-section .tag-list span:not(:last-child) a:after, .oonly-tags .tag-list span:not(:last-child) a:after {content: ','; display: inline;}

.tag-section .tag-list a:hover {
	color: #53b2d1;
	text-decoration: underline;
}

.actrees {
	padding-top: 35px;
}

.actrees .video-list .img-holder {
	padding-bottom: 130%;
}

.alphabet {
	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;
	margin: 0 -2.4px 35px;
}

.alphabet li {
	margin: 0 2.4px 4.8px;
}

.alphabet a {
	-webkit-transition: color .3s ease-in-out, background-color .3s ease-in-out;
	transition: color .3s ease-in-out, background-color .3s 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;
	text-transform: uppercase;
	width: 43px;
	height: 43px;
	border-radius: 5px;
	background-color: #fff;
	font-size: 18px;
	color: #464646;
	box-shadow: 4px 6px 20px rgba(85, 85, 85, .2);
}

.alphabet a:hover {
	background-color: #ff5757;
	color: #fff;
}

.bg-holder {
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	min-height: 306px;
	position: relative;
	padding-top: 261px;
	padding-bottom: 15px;
}

.bg-holder:before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	background-color: #000;
	opacity: .2;
}

.bg-holder:after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 82px;
	background: -webkit-linear-gradient(top, rgba(30, 87, 153, 0) 0%, rgba(0, 0, 0, .5) 100%);
	background: linear-gradient(to bottom, rgba(30, 87, 153, 0) 0%, rgba(0, 0, 0, .5) 100%);
}

.bg-holder .container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}

.bg-holder .title-holder {
	position: relative;
	z-index: 10;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	width: calc(100% - 108px);
	padding-left: 15px;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.bg-holder .title-holder h1 {
	width: 100%;
	font-size: 22px;
	color: #fff;
}

.actrees-page {
	margin-bottom: 20px;
}

.actrees-page .social {
	-ms-flex-item-align: start;
	align-self: flex-start;
	display: none;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	color: #fff;
	text-align: center;
	padding: 7px 15px;
	font-size: 15px;
	background-color: #e958cc;
	border-radius: 18px;
	box-shadow: 4px 6px 20px rgba(85, 85, 85, .2);
}

.actrees-page .social:hover {
	color: #333;
}

.actrees-page .social i {
	margin-left: 5px;
	font-size: 20px;
}

.actrees-page .description .container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.actrees-page .description .avatat-holder {
	width: 108px;
	height: 108px;
	overflow: hidden;
	box-shadow: 4px 6px 20px rgba(85, 85, 85, .2);
	border: 3px solid #fff;
	border-radius: 50%;
	margin-top: -75px;
	z-index: 1;
}

.actrees-page .description .text-holder {
	margin-left: -108px;
	color: #3c3c3c;
	width: 100%;
	padding-top: 21px;
	font-size: 16px;
	line-height: 1.5;
}

.actrees-page .description .text-holder .social {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	max-width: 190px;
	margin: 0 auto 25px;
}

.actrees-page .description .date {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 15px;
	color: #383838;
	margin-bottom: 21px;
	line-height: 1;
	padding-left: 100px;
}

.actrees-page .description .date li {
	margin: 0 10px;
}

.actrees-page .description .date li i {
	margin-right: 5px;
}

.actrees-page .description .date li:first-child {
	margin-left: 0;
}

.main-video {
	padding-top: 19px;
	background-color: #fff;
	padding-bottom: 29px;
	position: relative;
}

.main-video:before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: 100%;
	height: 999px;
	background-color: #fff;
	z-index: -1;
}

.main-video .container {
	max-width: 850px;
}

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

.main-video .video-block h2 {
	font-size: 18px;
	font-weight: 400;
	margin-bottom: 27px;
}

.main-video .video-block .video-holder {
	position: relative;
	box-shadow: 4px 6px 20px rgba(85, 85, 85, .2);
	padding-bottom: 57.8%;
	border-radius: 5px;
	border: 3px solid #fff;
	overflow: hidden;
	margin-bottom: 15px;
}

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

.main-video .description-videos {
	text-align: left;
}

.main-video .description-videos .text-holder {
	line-height: 1.5;
	font-size: 16px;
	margin-bottom: 15px;
}

.main-video .info-holder {
	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;
	margin-bottom: 15px;
}

.main-video .info-holder .time-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 14px;
	width: 100%;
}

.main-video .info-holder .time-list li {
	margin-right: 38px;
}

.main-video .info-holder .link-list {
	text-align: center;
	-webkit-box-ordinal-group: 0;
	-ms-flex-order: -1;
	order: -1;
	width: 100%;
	margin-bottom: 15px;
}

.main-video .info-holder .link-list li {
	margin-bottom: 12px;
}

.main-video .info-holder .link-list a {
	font-size: 14px;
	color: #393939;
	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;
}

.main-video .info-holder .link-list a:hover {
	color: #39f;
}

.main-video .info-holder .link-list a.favorite {
	color: #cb6e6e;
}

.main-video .info-holder .link-list a.favorite:hover {
	color: #39f;
}

.main-video .info-holder .link-list .liked a {
	color: #5ba05c; margin-right: 10px;
}

.main-video .info-holder .link-list .liked a:hover {
	color: #39f;
}

.main-video .info-holder .link-list .liked {white-space: nowrap; display: flex;}

.main-video .info-holder .link-list a i {
	font-size: 20px;
	margin-right: 5px;
}

.main-video .tag-holder {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 11px;
}

.main-video .tag-holder span {
	margin-right: 8px;
	color: #828282;
}

.main-video .tag-holder .tag-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.main-video .tag-holder .tag-list li {
	margin-right: 10px;
	margin-bottom: 3px;
}

.main-video .tag-holder .tag-list a {
	color: #804c81;
}

.main-video .tag-holder .tag-list a:hover {
	color: #39f;
}

.main-video .tag-holder .tag-list.red-color a {
	color: #ff5757;
}

.main-video .tag-holder .tag-list.red-color a:hover {
	color: #39f;
}

.comment {
	padding-top: 45px;
	padding-bottom: 36px;
}

.comment .container {
	max-width: 850px;
	position: relative;
}

.comment h2 {
	font-size: 18px;
	margin-bottom: 49px;
}

.comment .add-coment {
	width: 50px;
	height: 50px;
	border-radius: 50%;
	box-shadow: 4px 6px 20px rgba(85, 85, 85, .2);
	background-color: #ff5757;
	font-size: 27px;
	position: absolute;
	right: 15px;
	top: -14px;
	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;
	color: #fff;
}

.comment .add-coment:hover {
	color: #000;
}

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

.comment .comment-list .avatar-holder {
	width: 40px;
	height: 40px; text-transform: uppercase;
	border-radius: 2px;
	background-color: #3bc545;
	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;
	font-size: 18px;
	position: relative;
	color: #fff;
	line-height: 1;
}

.comment .comment-list .avatar-holder img {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 2;
}

.comment .comment-list .text-holder {
	width: calc(100% - 40px);
	padding-left: 10px;
	padding-top: 5px;
	font-size: 16px;
	line-height: 1.5;
}

.comment .comment-list .text-holder .name {
	font-size: 14px;
	color: #474747;
	font-weight: 600;
	display: block;
	margin-bottom: 10px;
	line-height: 1;
}

.comment .comment-list .text-holder .name span {
	font-weight: 400;
	color: #9b9b9b;
}

.comment .comment-list .text-holder p {
	margin-bottom: 4px;
}

.comment .comment-list .text-holder time {
	font-size: 14px;
	color: #9b9b9b;
}

.holder-text {
	position: relative;
}

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

.holder-text .shower {
	-webkit-transition: opacity .3s ease-in-out, visibility .3s ease-in-out;
	transition: opacity .3s ease-in-out, visibility .3s 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: #ff5757;
	background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #fafbfc 85%);
	background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #fafbfc 85%);
}

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

#header {
	padding: 25px 0;
	position: relative;
}

#header.white {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	z-index: 10;
}

#header .container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

#header .logo {
	width: 119px;
}

.nav-opener {
	width: 30px;
	display: block;
	height: 30px;
	background: #ff5757;
	position: relative;
	border-radius: 3px;
}

.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: 0;
	position: absolute;
	top: 50%;
	left: 25%;
	right: 25%;
	height: 2px;
	margin-top: -1px;
	-webkit-transition: all .3s linear;
	transition: all .3s linear;
}

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

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

.navigation {
	-webkit-transition: opacity .3s ease-in-out, visibility .3s ease-in-out;
	transition: opacity .3s ease-in-out, visibility .3s ease-in-out;
	position: absolute;
	top: 100%;
	left: 15px;
	right: 15px;
	background-color: #fff;
	padding: 10px 15px;
	z-index: 5;
	opacity: 0;
	visibility: hidden;
	box-shadow: 2px 3px 30px rgba(61, 61, 61, .1);
}

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

.menu a {
	color: #bdbdbd;
}

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

.menu li {
	margin: 0 0 10px;
}

.menu li.active a {
	color: #383838;
}

.search-bar {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	padding-right: 8px;
}

.liked-link {
	position: relative;
	font-size: 21px;
	color: #000;
}

.liked-link .counter {
	position: absolute;
	font-size: 10px;
	color: #fff;
	width: 14px;
	height: 14px;
	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;
	border-radius: 50%;
	right: -7px;
	top: -3px;
	background-color: #ff5757;
}

.liked-link:hover {
	color: #39f;
}

.search-holder {
	padding-right: 19px;
	position: relative;
	text-align: right;
}

.search-holder .search-opener {
	font-size: 18px;
	color: #000;
	position: relative;
	z-index: 2;
}

.search-holder .search-opener:hover {
	color: #39f;
}

.search-holder .search {
	-webkit-transition: opacity .3s ease-in-out, visibility .3s ease-in-out;
	transition: opacity .3s ease-in-out, visibility .3s ease-in-out;
	opacity: 0;
	visibility: hidden;
	position: absolute;
	top: 135%;
	right: 0;
}

.search-active .search-holder .search {
	opacity: 1;
	visibility: visible;
}

.search-holder .search input {
	border: none;
	padding: 0 35px 0 10px;
	outline: none;
	height: 34px;
	box-shadow: 2px 3px 30px rgba(61, 61, 61, .1);
	border-radius: 17px;
}

.search-holder .search button {
	position: absolute;
	display: none;
	right: 10px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	background: transparent !important;
	border: none !important; box-shadow: none !important;
}

#footer {
	padding: 30px 0 40px;
}

#footer .container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

#footer .copyright {
	width: 100%;
	text-align: center;
}

#footer .copyright span {
	display: block;
	color: #a8a8a8;
	font-size: 16px;
	margin-bottom: 17px;
}

#footer .contact {
	width: 100%;
	text-align: center;
}

#footer .contact a {
	display: inline-block;
	vertical-align: middle;
}

#footer .contact a:hover {
	color: #ff5757;
}

#footer .contact a i {
	display: inline-block;
	vertical-align: middle;
	font-size: 32px;
	margin-left: 10px;
}

@media (min-width: 480px) {
	.pagination a {
		width: 30px;
		height: 30px;
	}

	.actrees .video-list .li {
		width: 50%;
	}

	.bg-holder .title-holder {
		padding-left: 25px;
	}

	.actrees-page .description .avatat-holder {
		margin-top: -75px;
	}

	.actrees-page .description .text-holder .social {
		margin: 0 0 25px 125px;
	}

	.actrees-page .description .date {
		padding-left: 133px;
	}

	#footer .copyright {
		width: 50%;
		padding-top: 7px;
		text-align: left;
	}

	#footer .contact {
		width: 50%;
		text-align: right;
	}
}

@media (min-width: 576px) {
	.video-list .li {
		width: 50%;
	}
}

@media (min-width: 768px) {
	.videos {
		padding: 20px 0 45px;
	}

	.videos .title-holder h2 {
		width: calc(100% - 400px);
		margin-bottom: 0;
	}

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

	.videos .sorting-holder span {
		display: inline-block;
		vertical-align: middle;
		margin-bottom: 0;
	}

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

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

	.pagination li {
		margin: 0 5px;
	}

	.tag-section h2 {
		margin-bottom: 40px;
	}

	.actrees .video-list .li {
		width: 25%;
	}

	.bg-holder {
		padding-bottom: 0;
	}

	.bg-holder .title-holder {
		padding-left: 35px;
		width: calc(100% - 175px);
	}

	.bg-holder .title-holder h1 {
		max-width: 50%;
		width: auto;
	}

	.actrees-page .social {
		max-width: 50%;
		min-width: 190px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}

	.actrees-page .description .avatat-holder {
		width: 175px;
		margin-top: -100px;
		height: 175px;
	}

	.actrees-page .description .text-holder {
		padding-left: 35px;
		width: calc(100% - 175px);
		margin-left: 0;
	}

	.actrees-page .description .text-holder .social {
		display: none;
	}

	.actrees-page .description .date {
		padding-left: 0;
	}

	.actrees-page .description .date li {
		margin: 0 21px;
	}

	.main-video .video-block .video-holder {
		margin-bottom: 35px;
	}

	.main-video .description-videos .text-holder {
		margin-bottom: 31px;
	}

	.main-video .info-holder {
		margin-bottom: 41px;
	}

	.main-video .info-holder .time-list {
		-webkit-box-ordinal-group: 1;
		-ms-flex-order: 0;
		order: 0;
		width: auto;
	}

	.main-video .info-holder .link-list {
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1;
		margin-bottom: 0;
		width: auto;
		text-align: left;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		margin-top: -5px;
	}

	.main-video .info-holder .link-list li {
		margin-left: 36px;
		margin-bottom: 0;
	}

	.comment .comment-list .li {
		margin-bottom: 40px;
	}

	.comment .comment-list .text-holder {
		padding-left: 20px;
		padding-top: 10px;
	}

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

	#header {
		padding: 73px 0 45px;
	}

	#header.white .menu li.active a {
		color: #ff5757;
	}

	#header.white .menu a {
		color: #fff;
	}

	#header.white .menu a:hover {
		color: #ff5757;
	}

	.nav-opener {
		display: none;
	}

	.navigation {
		width: calc(100% - 399px);
		position: static;
		padding: 0;
		box-shadow: none;
		background-color: transparent;
		opacity: 1;
		visibility: visible;
		padding-left: 25px;
	}

	.menu {
		width: 100%;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.menu li {
		margin: 0 8px;
	}

	.menu li:first-child {
		margin-left: 0;
	}

	.search-bar {
		width: 280px;
	}

	.search-holder .search {
		top: -7px;
		right: 8px;
	}
}

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

	.video-list.big-tumg .li:first-child {
		width: 66.66%;
	}

	.video-list.big-tumg .li:first-child .img-holder {
		padding-bottom: 55.8%;
	}

	.navigation {
		padding-left: 0;
	}

	.menu {
		padding-left: 89px;
	}

	.menu li {
		margin: 0 30px;
	}
}

@media (min-width: 1200px) {
	.comment .add-coment {
		right: -19%;
		top: -14px;
	}
}

@media (max-width: 1023px) {
	#header .container {
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}
}

@media (max-width: 767px) {
	.main-video .info-holder .link-list li:last-child {
		margin-bottom: 0;
	}

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

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

	#header .logo {
		margin-right: -35px;
	}
}


ol, ul {list-style: none; margin: 0; padding: 0;}
blockquote, q {quotes: none;}
table {border-collapse: collapse; border-spacing: 0;}
input, select {vertical-align: middle;}
article, aside, figure, figure img, hgroup, footer, header, nav, section, main {display: block;}
img {max-width: 100%;}
.clr {clear: both;}
.clearfix:after {content: ""; display: table; clear: both;}

button, textarea, input[type="text"], input[type="password"] {appearance: none; -webkit-appearance: none; 
	font-size: 16px; font-family: 'Open Sans' !important;}

.button, .btn, .pagi-load a, .up-second li a, .usp-edit a, .qq-upload-button, button:not(.color-btn):not([class*=fr]), 
html input[type="button"], input[type="reset"], input[type="submit"], .meta-fav a, .usp-btn a {
display: inline-block; text-align: center; padding: 0 20px; height: 40px; line-height: 40px; 
border-radius: 20px; cursor: pointer; font-size: 14px; font-weight: 700; 
box-shadow: 4px 6px 20px rgba(85, 85, 85, .2); border: 0;
background-color: #ff5757; color: #fff;}
.button:hover, .btn:hover, .up-second li a:hover, .usp-edit a:hover, .qq-upload-button:hover, 
.pagi-load a:hover, .usp-btn a:hover,
button:not(.color-btn):hover, html input[type="button"]:hover, input[type="reset"]:hover, 
input[type="submit"]:hover, .meta-fav a:hover 
{background-color: #ff5757; color: #fff; box-shadow: 0 10px 20px 0 rgba(0,0,0,0);}
button:active, input[type="button"]:active, input[type="submit"]:active {box-shadow: inset 0 1px 4px 0 rgba(0,0,0,0.1);}

input[type="text"], input[type="password"] {height: 40px; line-height: 40px;
border-radius: 4px; border: 0; padding: 0 15px;}
select {height: 40px; border: 0; padding: 0 15px;}
textarea {padding: 15px; overflow: auto; vertical-align: top; resize: vertical;}
input[type="text"], input[type="password"], select, textarea {width: 100%; background-color: #fff; color: #000; 
box-shadow: inset 0 0 0 1px #e3e3e3, inset 1px 2px 5px rgba(0,0,0,0.2); border: 0;}
select {width: auto;}
input[type="text"]:focus, input[type="password"]:focus, textarea:focus 
{box-shadow: inset 0 0 0 1px #06c, inset 1px 2px 5px rgba(0,0,0,0.1);}
input::placeholder, textarea::placeholder {color: #000; opacity: 0.4; font-size: 13px;} 
input:focus::placeholder, textarea:focus::placeholder {color: transparent}

.img-box, .img-wide, .img-square, .img-resp, .img-resp-vert, .img-resp-sq, .img-fit 
{overflow: hidden; position: relative; background-color: #222;}
.img-resp {padding-top: 60%;}
.img-resp-vert {padding-top: 145%;}
.img-resp-sq {padding-top: 100%;}
.img-box img, .img-square img, .img-resp img, .img-resp-vert img, .img-resp-sq img {width: 100%; min-height: 100%; display: block;}
.img-resp img, .img-resp-vert img, .img-resp-sq img {position: absolute; left: 0; top: 0;}
.img-wide img {width: 100%; display: block;}
.img-fit img {width: 100%; height: 100%; object-fit: cover;}
.nowrap {white-space: nowrap; overflow: hidden; text-overflow: ellipsis;}

.fx-row, #dle-content {display:-ms-flexbox;display:-webkit-flex;display:flex;-ms-flex-wrap:wrap;-webkit-flex-wrap:wrap;flex-wrap:wrap;
-ms-flex-pack:justify;-webkit-justify-content:space-between;justify-content:space-between;}
.fx-col {display:-ms-flexbox;display:-webkit-flex;display:flex; 
-ms-flex-direction:column;-webkit-flex-direction:column;flex-direction:column}
.fx-center {-ms-flex-pack:center;-webkit-justify-content:center;justify-content:center}
.fx-middle {-ms-flex-align:center;-webkit-align-items:center;align-items:center}
.fx-start, #dle-content {-webkit-justify-content:flex-start;justify-content:flex-start;}
.fx-top {-ms-flex-align:flex-start;-webkit-align-items:flex-start;align-items:flex-start}
.fx-first {-ms-flex-order: -1;-webkit-order: -1;order: -1;}
.fx-last {-ms-flex-order: 10;-webkit-order: 10;order: 10;}
.fx-1 {-ms-flex-preferred-size: 0; flex-basis: 0; -webkit-box-flex: 1; -ms-flex-positive: 1; flex-grow: 1; 
	max-width: 100%; min-width: 50px;}

.hidden, #dofullsearch {display: none;}
.mtitle, .sub-title h1, .form-wrap h1 {margin-bottom: 20px; font-size: 24px; font-weight: 400;}
#dle-content > *:not(.li), #dle-content {width: 100%;}
.video-list-incat {margin: 0 !important;}
.video-block h1 {font-size: 18px; font-weight: 400; margin-bottom: 27px;}

@media screen and (max-width: 768px) {
	.liked {justify-content: center;}
}
@media screen and (max-width: 470px) {
	.logo {position: relative; left: -11px;}
	.sorting-holder {width: 100%;}
	.sorting-holder form {width: 100%; white-space: nowrap; overflow-y: hidden; overflow-x: auto;}
.pagination > * {margin: 0 2px;}
.pagination > *:last-child {margin-right: 0;}
}

@media screen and (max-width: 760px) {
.dcont button {font-size:12px; padding:0 15px !important;}
.comments-tree-list .comments-tree-list {padding-left:0px !important;}
.comments-tree-list .comments-tree-list:before {display:none;}
.mass_comments_action {display:none;}
}
@media screen and (max-width: 590px) {
.video-box embed, .video-box object, .video-box video, .video-box iframe, .video-box frame {height:300px;}
.ui-dialog {width:100% !important;}
.upop-left, .upop-right {float:none !important; width:100% !important; margin:0; padding:0 20px;}
.upop-left {margin-bottom:10px; text-align:center;}
.ui-dialog-buttonset button {display:block; margin:0 0 5px 0; width:100%;}
#dofullsearch, #searchsuggestions span.seperator {display:none !important;}
.attach .download-link {margin:0 -15px 0 0; float:none; display:block; padding:0 10px;}
.attach-info {float:none;}
}
@media screen and (max-width: 470px) {
.video-box embed, .video-box object, .video-box video, .video-box iframe, .video-box frame {height:250px;}
}

.fcomm-add {max-width: 540px; margin-bottom: 20px; display: none;}
.fcomm-add input, .fcomm-add textarea {width: 100%; border-radius: 3px; 
	background-color: #fff;}
.fcomm-add input {margin-bottom: 20px;}
.fcomm-add textarea {padding: 10px; height: 100px;}
.fcomm-add-textarea button {margin-left: 20px;}


/* FULL STORY STATIC
----------------------------------------------- */
.mejs-container {max-width:100% !important;}
.full-text {line-height: 21px;}
.full-text img:not(.emoji) {max-width:100%; margin:10px 0;}
.full-text > img[style*="left"], .full-text > .highslide img[style*="left"] {margin:0 10px 10px 0;}
.full-text > img[style*="right"], .full-text > .highslide img[style*="right"] {margin:0 0 10px 10px;}
.full-text a {text-decoration:underline; color:#06c;}
.full-text a:hover {text-decoration:none;}
.full-text h2, .full-text h3, .full-text h4, .full-text h5 {margin:10px 0;}
.full-text p {margin-bottom:10px;}
.full-text ul, .full-text ol {margin:0;}
.full-text ul li {list-style:disc; margin-left:40px;}
.full-text ol li {list-style:decimal; margin-left:40px;}


/* COMMENTS
----------------------------------------------- */
.ac-protect, .ac-textarea .bb-editor + br, .comments_subscribe, .mass_comments_action, 
.fcomm-add-textarea br {display: none;}