@charset "UTF-8";
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,600,700);
html {
	font-family: sans-serif;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}
/**
 * Remove default margin.
 */
body {
	margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
	display: block;
}
audio,
canvas,
progress,
video {
	display: inline-block;
	/* 1 */
	vertical-align: baseline;
	/* 2 */
}

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/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 when focused and also mouse hovered in all browsers.
 */
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: 0.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: -0.5em;
}
sub {
	bottom: -0.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 {
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	        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"] {
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        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
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
	-webkit-appearance: textfield;
	/* 1 */
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	/* 2 */
	box-sizing: content-box;
}
/**
 * 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: 0.35em 0.625em 0.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;
}
/*
 * CSS Styles that are needed by jScrollPane for it to operate correctly.
 *
 * Include this stylesheet in your site or copy and paste the styles below into your stylesheet - jScrollPane
 * may not operate correctly without them.
 */
.jspContainer {
	overflow: hidden;
	position: relative;
}
.jspPane {
	position: absolute;
}
.jspVerticalBar {
	position: absolute;
	top: 0;
	right: 0;
	width: 6px;
	height: 100%;
	background: #fff;
}
.jspHorizontalBar {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 16px;
	background: red;
}
.jspCap {
	display: none;
}
.jspHorizontalBar .jspCap {
	float: left;
}
.jspTrack {
	background: #dbdbdb;
	position: relative;
	border: 2px solid #fff;
	border-top: 0;
	border-bottom: 0;
}
.jspDrag {
	background: #FF9E00;
	position: relative;
	top: 0;
	left: -1px;
	width: 4px;
	cursor: pointer;
}
.jspHorizontalBar .jspTrack,
.jspHorizontalBar .jspDrag {
	float: left;
	height: 100%;
}
.jspArrow {
	background: #50506d;
	text-indent: -20000px;
	display: block;
	cursor: pointer;
	padding: 0;
	margin: 0;
}
.jspArrow.jspDisabled {
	cursor: default;
	background: #80808d;
}
.jspVerticalBar .jspArrow {
	height: 2px;
}
.jspHorizontalBar .jspArrow {
	width: 16px;
	float: left;
	height: 100%;
}
.jspVerticalBar .jspArrow:focus {
	outline: none;
}
.jspCorner {
	background: #eeeef4;
	float: left;
	height: 100%;
}
/* Yuk! CSS Hack for IE6 3 pixel bug :( */
* html .jspCorner {
	margin: 0 -3px 0 0;
}
.selectInPopup .select2-container {
	z-index: 2050;
	/*Потому что в модальном окне не видно;*/
}
.select2-container {
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
	display: inline-block;
	margin: 0;
	position: relative;
	vertical-align: middle;
}
.select2-container .select2-selection--single {
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
	cursor: pointer;
	display: block;
	height: 28px;
	-moz-user-select: none;
	 -ms-user-select: none;
	     user-select: none;
	-webkit-user-select: none;
}
.select2-container .select2-selection--single .select2-selection__rendered {
	display: block;
	padding-left: 8px;
	padding-right: 20px;
	overflow: hidden;
	-o-text-overflow: ellipsis;
	   text-overflow: ellipsis;
	white-space: nowrap;
}
.select2-container .select2-selection--single .select2-selection__clear {
	position: relative;
}
.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
	padding-right: 8px;
	padding-left: 20px;
}
.select2-container .select2-selection--multiple {
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
	cursor: pointer;
	display: block;
	min-height: 32px;
	-moz-user-select: none;
	 -ms-user-select: none;
	     user-select: none;
	-webkit-user-select: none;
}
.select2-container .select2-selection--multiple .select2-selection__rendered {
	display: inline-block;
	overflow: hidden;
	padding-left: 8px;
	-o-text-overflow: ellipsis;
	   text-overflow: ellipsis;
	white-space: nowrap;
}
.select2-container .select2-search--inline {
	float: left;
}
.select2-container .select2-search--inline .select2-search__field {
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
	border: none;
	font-size: 100%;
	margin-top: 5px;
	padding: 0;
}
.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
	-webkit-appearance: none;
}
.select2-results {
	display: block;
}
.select2-results__options {
	list-style: none;
	margin: 0;
	padding: 0;
}
.select2-results__option {
	padding: 6px;
	-moz-user-select: none;
	 -ms-user-select: none;
	     user-select: none;
	-webkit-user-select: none;
}
.select2-results__option[aria-selected] {
	cursor: pointer;
}
.select2-container--open .select2-dropdown {
	left: 0;
}
.select2-container--open .select2-dropdown--above {
	border-bottom: none;
	-webkit-border-bottom-left-radius: 0;
	   -moz-border-radius-bottomleft: 0;
	        border-bottom-left-radius: 0;
	-webkit-border-bottom-right-radius: 0;
	   -moz-border-radius-bottomright: 0;
	        border-bottom-right-radius: 0;
}
.select2-container--open .select2-dropdown--below {
	border-top: none;
	-webkit-border-top-left-radius: 0;
	   -moz-border-radius-topleft: 0;
	        border-top-left-radius: 0;
	-webkit-border-top-right-radius: 0;
	   -moz-border-radius-topright: 0;
	        border-top-right-radius: 0;
}
.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
	-webkit-appearance: none;
}
.select2-search--dropdown.select2-search--hide {
	display: none;
}
/********  Моя тема  ********/
.select2-dropdown {
	/*Выпадающее меню*/
	background-color: white;
	border: 1px solid #aaa;
	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
	        border-radius: 4px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
	display: block;
	position: absolute;
	left: -100000px;
	width: 100%;
	z-index: 1051;
}
.select2-container--default .select2-selection--single {
	/*Селект окно*/
	background-color: #9EA7AE;
	border: none;
	-webkit-border-radius: 3px;
	   -moz-border-radius: 3px;
	        border-radius: 3px;
	height: 40px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
	/*Текст*/
	color: #fff;
	line-height: 40px;
	font-size: 12px;
	-webkit-transform: translateZ(0);
	   -moz-transform: translateZ(0);
	        transform: translateZ(0);
}
.select2-container--default .select2-selection--single .select2-selection__clear {
	cursor: pointer;
	float: right;
	font-weight: 300;
}
.select2-container--default .select2-selection--single .select2-selection__placeholder {
	color: #fff;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
	/*Стрелка*/
	height: 40px;
	position: absolute;
	top: 0px;
	right: 0px;
	width: 20px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
	border-color: #888 transparent transparent transparent;
	border-style: solid;
	border-width: 5px 4px 0 4px;
	height: 0;
	left: 50%;
	margin-left: -4px;
	margin-top: -2px;
	position: absolute;
	top: 50%;
	width: 0;
}
.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
	float: left;
}
.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
	left: 1px;
}
.select2-container--default.select2-container--disabled .select2-selection--single {
	background-color: #eee;
	cursor: default;
}
.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
	display: none;
}
.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__arrow b {
	border-color: transparent transparent #888 transparent;
	border-width: 0 4px 5px 4px;
}
.select2-container--default .select2-selection--multiple {
	background-color: white;
	border: 1px solid #aaa;
	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
	        border-radius: 4px;
	cursor: text;
}
.select2-container--default .select2-selection--multiple .select2-selection__rendered {
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
	list-style: none;
	margin: 0;
	padding: 0 5px;
	width: 100%;
}
.select2-container--default .select2-selection--multiple .select2-selection__placeholder {
	color: #999;
	margin-top: 5px;
	float: left;
}
.select2-container--default .select2-selection--multiple .select2-selection__clear {
	cursor: pointer;
	float: right;
	font-weight: bold;
	margin-top: 5px;
	margin-right: 10px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice {
	background-color: #e4e4e4;
	border: 1px solid #aaa;
	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
	        border-radius: 4px;
	cursor: default;
	float: left;
	margin-right: 5px;
	margin-top: 5px;
	padding: 0 5px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
	color: #999;
	cursor: pointer;
	display: inline-block;
	font-weight: bold;
	margin-right: 2px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove :hover {
	color: #333;
}
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice,
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__placeholder,
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline {
	float: right;
}
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
	margin-left: 5px;
	margin-right: auto;
}
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
	margin-left: 2px;
	margin-right: auto;
}
.select2-container--default.select2-container--focus .select2-selection--multiple {
	border: solid black 1px;
	outline: 0;
}
.select2-container--default .select2-container--disabled .select2-selection--multiple {
	background-color: #eee;
	cursor: default;
}
.select2-container--default .select2-container--disabled .select2-selection__choice__remove {
	display: none;
}
.select2-container--default .select2-container--open .select2-container--above .select2-selection--single,
.select2-container--default .select2-container--open .select2-container--above .select2-selection--multiple {
	-webkit-border-top-left-radius: 0;
	   -moz-border-radius-topleft: 0;
	        border-top-left-radius: 0;
	-webkit-border-top-right-radius: 0;
	   -moz-border-radius-topright: 0;
	        border-top-right-radius: 0;
}
.select2-container--default .select2-container--open .select2-container--below .select2-selection--single,
.select2-container--default .select2-container--open .select2-container--below .select2-selection--multiple {
	-webkit-border-bottom-left-radius: 0;
	   -moz-border-radius-bottomleft: 0;
	        border-bottom-left-radius: 0;
	-webkit-border-bottom-right-radius: 0;
	   -moz-border-radius-bottomright: 0;
	        border-bottom-right-radius: 0;
}
.select2-container--default .select2-search--dropdown {
	/*Блок поиска*/
	padding: 4px;
}
.select2-container--default .select2-search--dropdown .select2-search__field {
	/*Окно поиска*/
	width: 100%;
	padding: 4px;
	border: 1px solid #ddd;
}
.select2-container--default .select2-search--inline .select2-search__field {
	background: transparent;
	border: none;
	outline: 0;
	-webkit-box-shadow: none;
	   -moz-box-shadow: none;
	        box-shadow: none;
	-webkit-appearance: textfield;
}
.select2-container--default .select2-results > .select2-results__options {
	max-height: 200px;
	overflow-y: auto;
}
.select2-container--default .select2-results__option {
	/*Пункты выбора в выпадающем меню*/
	font-size: 14px;
	font-weight: 400;
	white-space: nowrap;
	max-width: 100%;
	overflow: hidden;
	-o-text-overflow: ellipsis;
	   text-overflow: ellipsis;
}
.select2-container--default .select2-results__option[role=group] {
	padding: 0;
}
.select2-container--default .select2-results__option[aria-disabled=true] {
	color: #999;
}
.select2-container--default .select2-results__option[aria-selected=true] {
	/*Выбранный пункт в выпадающем окне*/
	background-color: #ddd;
}
.select2-container--default .select2-results__option .select2-results__option {
	padding-left: 1em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
	padding-left: 0;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
	margin-left: -1em;
	padding-left: 2em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
	margin-left: -2em;
	padding-left: 3em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
	margin-left: -3em;
	padding-left: 4em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
	margin-left: -4em;
	padding-left: 5em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
	margin-left: -5em;
	padding-left: 6em;
}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
	/*Пункт при наведении  в выпадающем окне*/
	background-color: #6091AE;
	color: white;
}
.select2-container--default .select2-results__group {
	cursor: default;
	display: block;
	padding: 6px;
}
/********  -------------  ********/
.select2-close-mask {
	border: 0;
	margin: 0;
	padding: 0;
	display: block;
	position: fixed;
	left: 0;
	top: 0;
	min-height: 100%;
	min-width: 100%;
	height: auto;
	width: auto;
	opacity: 0;
	z-index: 99;
	background-color: #fff;
	filter: alpha(opacity=0);
}
.select2-hidden-accessible {
	border: 0 !important;
	clip: rect(0 0 0 0) !important;
	height: 1px !important;
	margin: -1px !important;
	overflow: hidden !important;
	padding: 0 !important;
	position: absolute !important;
	width: 1px !important;
}
.select2-search--dropdown {
	/*Блок поиска*/
	display: block;
	padding: 4px;
}
.select2-search--dropdown .select2-search__field {
	/*Окно поиска*/
	padding: 4px;
	width: 100%;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
.select2-container--classic .select2-selection--single {
	background-color: #f7f7f7;
	border: 1px solid #aaa;
	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
	        border-radius: 4px;
	outline: 0;
	background-image: -webkit-linear-gradient(top, white 50%, #eeeeee 100%);
	background-image: -o-linear-gradient(top, white 50%, #eeeeee 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, white), to(#eeeeee));
	background-image: -moz-linear-gradient(top, white 50%, #eeeeee 100%);
	background-image: linear-gradient(to bottom, white 50%, #eeeeee 100%);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0);
}
.select2-container--classic .select2-selection--single:focus {
	border: 1px solid #5897fb;
}
.select2-container--classic .select2-selection--single .select2-selection__rendered {
	color: #444;
	line-height: 28px;
}
.select2-container--classic .select2-selection--single .select2-selection__clear {
	cursor: pointer;
	float: right;
	font-weight: bold;
	margin-right: 10px;
}
.select2-container--classic .select2-selection--single .select2-selection__placeholder {
	color: #999;
}
.select2-container--classic .select2-selection--single .select2-selection__arrow {
	background-color: #ddd;
	border: none;
	border-left: 1px solid #aaa;
	-webkit-border-top-right-radius: 4px;
	   -moz-border-radius-topright: 4px;
	        border-top-right-radius: 4px;
	-webkit-border-bottom-right-radius: 4px;
	   -moz-border-radius-bottomright: 4px;
	        border-bottom-right-radius: 4px;
	height: 26px;
	position: absolute;
	top: 1px;
	right: 1px;
	width: 20px;
	background-image: -webkit-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
	background-image: -o-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #eeeeee), to(#cccccc));
	background-image: -moz-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
	background-image: linear-gradient(to bottom, #eeeeee 50%, #cccccc 100%);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0);
}
.select2-container--classic .select2-selection--single .select2-selection__arrow b {
	border-color: #888 transparent transparent transparent;
	border-style: solid;
	border-width: 5px 4px 0 4px;
	height: 0;
	left: 50%;
	margin-left: -4px;
	margin-top: -2px;
	position: absolute;
	top: 50%;
	width: 0;
}
.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear {
	float: left;
}
.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow {
	border: none;
	border-right: 1px solid #aaa;
	-webkit-border-radius: 0;
	   -moz-border-radius: 0;
	        border-radius: 0;
	-webkit-border-top-left-radius: 4px;
	   -moz-border-radius-topleft: 4px;
	        border-top-left-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
	   -moz-border-radius-bottomleft: 4px;
	        border-bottom-left-radius: 4px;
	left: 1px;
	right: auto;
}
.select2-container--classic.select2-container--open .select2-selection--single {
	border: 1px solid #5897fb;
}
.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
	background: transparent;
	border: none;
}
.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
	border-color: transparent transparent #888 transparent;
	border-width: 0 4px 5px 4px;
}
.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
	border-top: none;
	-webkit-border-top-left-radius: 0;
	   -moz-border-radius-topleft: 0;
	        border-top-left-radius: 0;
	-webkit-border-top-right-radius: 0;
	   -moz-border-radius-topright: 0;
	        border-top-right-radius: 0;
	background-image: -webkit-linear-gradient(top, white 0%, #eeeeee 50%);
	background-image: -o-linear-gradient(top, white 0%, #eeeeee 50%);
	background-image: -webkit-gradient(linear, left top, left bottom, from(white), color-stop(50%, #eeeeee));
	background-image: -moz-linear-gradient(top, white 0%, #eeeeee 50%);
	background-image: linear-gradient(to bottom, white 0%, #eeeeee 50%);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0);
}
.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
	border-bottom: none;
	-webkit-border-bottom-left-radius: 0;
	   -moz-border-radius-bottomleft: 0;
	        border-bottom-left-radius: 0;
	-webkit-border-bottom-right-radius: 0;
	   -moz-border-radius-bottomright: 0;
	        border-bottom-right-radius: 0;
	background-image: -webkit-linear-gradient(top, #eeeeee 50%, white 100%);
	background-image: -o-linear-gradient(top, #eeeeee 50%, white 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #eeeeee), to(white));
	background-image: -moz-linear-gradient(top, #eeeeee 50%, white 100%);
	background-image: linear-gradient(to bottom, #eeeeee 50%, white 100%);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0);
}
.select2-container--classic .select2-selection--multiple {
	background-color: white;
	border: 1px solid #aaa;
	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
	        border-radius: 4px;
	cursor: text;
	outline: 0;
}
.select2-container--classic .select2-selection--multiple:focus {
	border: 1px solid #5897fb;
}
.select2-container--classic .select2-selection--multiple .select2-selection__rendered {
	list-style: none;
	margin: 0;
	padding: 0 5px;
}
.select2-container--classic .select2-selection--multiple .select2-selection__clear {
	display: none;
}
.select2-container--classic .select2-selection--multiple .select2-selection__choice {
	background-color: #e4e4e4;
	border: 1px solid #aaa;
	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
	        border-radius: 4px;
	cursor: default;
	float: left;
	margin-right: 5px;
	margin-top: 5px;
	padding: 0 5px;
}
.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
	color: #888;
	cursor: pointer;
	display: inline-block;
	font-weight: bold;
	margin-right: 2px;
}
.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
	color: #555;
}
.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
	float: right;
}
.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
	margin-left: 5px;
	margin-right: auto;
}
.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
	margin-left: 2px;
	margin-right: auto;
}
.select2-container--classic.select2-container--open .select2-selection--multiple {
	border: 1px solid #5897fb;
}
.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
	border-top: none;
	-webkit-border-top-left-radius: 0;
	   -moz-border-radius-topleft: 0;
	        border-top-left-radius: 0;
	-webkit-border-top-right-radius: 0;
	   -moz-border-radius-topright: 0;
	        border-top-right-radius: 0;
}
.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
	border-bottom: none;
	-webkit-border-bottom-left-radius: 0;
	   -moz-border-radius-bottomleft: 0;
	        border-bottom-left-radius: 0;
	-webkit-border-bottom-right-radius: 0;
	   -moz-border-radius-bottomright: 0;
	        border-bottom-right-radius: 0;
}
.select2-container--classic .select2-search--dropdown .select2-search__field {
	border: 1px solid #aaa;
	outline: 0;
}
.select2-container--classic .select2-search--inline .select2-search__field {
	outline: 0;
	-webkit-box-shadow: none;
	   -moz-box-shadow: none;
	        box-shadow: none;
}
.select2-container--classic .select2-dropdown {
	background-color: white;
	border: 1px solid transparent;
}
.select2-container--classic .select2-dropdown--above {
	border-bottom: none;
}
.select2-container--classic .select2-dropdown--below {
	border-top: none;
}
.select2-container--classic .select2-results > .select2-results__options {
	max-height: 200px;
	overflow-y: auto;
}
.select2-container--classic .select2-results__option[role=group] {
	padding: 0;
}
.select2-container--classic .select2-results__option[aria-disabled=true] {
	color: grey;
}
.select2-container--classic .select2-results__option--highlighted[aria-selected] {
	background-color: #3875d7;
	color: white;
}
.select2-container--classic .select2-results__group {
	cursor: default;
	display: block;
	padding: 6px;
}
.select2-container--classic.select2-container--open .select2-dropdown {
	border-color: #5897fb;
}
@font-face {
	font-family: 'icomoon';
	src: url("../fonts/icomoon.eot?cj02151");
	src: url("../fonts/icomoon.eot?cj02151#iefix") format("embedded-opentype"), url("../fonts/icomoon.ttf?cj02151") format("truetype"), url("../fonts/icomoon.woff?cj02151") format("woff"), url("../fonts/icomoon.svg?cj02151#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-lock-cloud:before {
	content: "\e919";
}
.icon-world:before {
	content: "\e91a";
}
.icon-wifi:before {
	content: "\e900";
}
.icon-user:before {
	content: "\e901";
}
.icon-time:before {
	content: "\e902";
}
.icon-search:before {
	content: "\e903";
}
.icon-playlists:before {
	content: "\e904";
}
.icon-male:before {
	content: "\e905";
}
.icon-logout:before {
	content: "\e906";
}
.icon-lock:before {
	content: "\e907";
}
.icon-load:before {
	content: "\e908";
}
.icon-link:before {
	content: "\e909";
}
.icon-heart-full:before {
	content: "\e90a";
}
.icon-heart:before {
	content: "\e90b";
}
.icon-female:before {
	content: "\e90c";
}
.icon-eye:before {
	content: "\e90d";
}
.icon-like:before {
	content: "\e918";
}
.icon-dislike:before {
	content: "\e90e";
}
.icon-community:before {
	content: "\e90f";
}
.icon-comment:before {
	content: "\e910";
}
.icon-close:before {
	content: "\e911";
}
.icon-categories:before {
	content: "\e912";
}
.icon-calendar:before {
	content: "\e913";
}
.icon-arr-up:before {
	content: "\e914";
}
.icon-arr-right:before {
	content: "\e915";
}
.icon-arr-left:before {
	content: "\e916";
}
.icon-arr-down:before {
	content: "\e917";
}
.icon-video-camera:before {
	content: "\e91b";
}
*, *:before, *:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
img {
	display: block;
	max-width: 100%;
	height: auto;
}
a, * a, a:hover, a:focus {
	text-decoration: none;
}
h1, h2, h3, h4, h5, h6, p, ul {
	margin: 0;
	padding: 0;
}
ul {
	list-style: none;
}
* {
	outline: none;
}
.clearfix:before,
.clearfix:after {
	content: " ";
	display: table;
}
.clearfix:after {
	clear: both;
}
.left {
	float: left;
}
.right {
	float: right;
}
.clear {
	clear: both;
}
.relative {
	position: relative;
}
.wrap-overflow {
	overflow: hidden;
}
.wrap-center {
	text-align: center;
}
.wrap-icon {
	font-size: 0;
}
.wrap-icon i, .wrap-icon span {
	display: inline-block;
	vertical-align: middle;
}
.wrap-icon i {
	margin-right: 3px;
}
.uppercase {
	text-transform: uppercase;
}
.oneline {
	float: none;
	max-width: 100%;
	overflow: hidden;
	white-space: nowrap;
	-o-text-overflow: ellipsis;
	   text-overflow: ellipsis;
}
body {
	position: relative;
	margin: 0px;
	padding: 0px;
	width: 100%;
	min-width: 320px;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	line-height: 1.2;
	font-style: normal;
	font-weight: 300;
	color: #282828;
	background: #f5f5f5;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}
html, body, .wrapper {
	min-height: 100%;
	height: 100%;
}
.container {
	margin: 0 auto;
	width: 100%;
	max-width: 1300px;
	padding: 0 10px;
}
@media only screen and (max-width: 497px) {
	.container {
		padding: 0 5px;
	}
}
.wrapper {
	width: 100%;
	height: 100%;
}
@media only screen and (max-width: 1197px) {
	.wrapper {
		padding-top: 0;
	}
}
.wrapper.open-menu {
	overflow: hidden;
	height: 500px;
}
.wrapper.open-menu .overcover {
	position: absolute;
	width: 100%;
	height: 500px;
	min-height: 100%;
	top: 0;
	left: 0;
	content: '';
	background: rgba(255, 255, 255, 0.4);
	z-index: 99;
}
.wrap-form {
	overflow: hidden;
	background: #fff;
	padding: 50px 20px;
	-webkit-border-radius: 3px;
	   -moz-border-radius: 3px;
	        border-radius: 3px;
	margin-bottom: 20px;
}
@media only screen and (max-width: 977px) {
	.wrap-form {
		margin-bottom: 0;
	}
}
@media only screen and (max-width: 657px) {
	.wrap-form {
		padding: 30px 10px;
	}
}
.wrap-form .form {
	width: 70%;
	margin: 0 auto;
}
@media only screen and (max-width: 1257px) {
	.wrap-form .form {
		width: 80%;
	}
}
@media only screen and (max-width: 785px) {
	.wrap-form .form {
		width: 100%;
	}
}
/*Input, label, textarea - main styles*/
.form-row {
	width: 100%;
	margin-bottom: 15px;
	overflow: hidden;
}
@media only screen and (max-width: 657px) {
	.form-row {
		margin-bottom: 8px;
	}
}
.form-row .prompt {
	font-size: 14px;
	line-height: 20px;
	display: block;
	margin: 5px 0;
	color: #6B6B6B;
}
.form-row .prompt a {
	text-decoration: underline;
	color: #0088cc;
}
.form-row .prompt a:hover {
	text-decoration: none;
}
.form-row .holder {
	overflow: hidden;
	position: relative;
}
.form-row .notedit {
	margin-left: 145px;
}
@media only screen and (max-width: 657px) {
	.form-row .notedit {
		margin-left: 0;
	}
}
.form-row .hint {
	font-size: 11px;
	line-height: 18px;
	color: #62696e;
	margin: 5px 0 0 0;
}
.flabel {
	width: 145px;
	float: left;
	color: #282828;
	font-size: 15px;
	line-height: 20px;
	padding-right: 15px;
	text-align: right;
	margin-top: 10px;
}
.flabel.double-line {
	margin-top: 0;
}
.flabel.not-side {
	float: none;
	display: inline-block;
	width: 100%;
	padding: 0;
	margin: 0 0 3px 0;
	text-align: left;
}
@media only screen and (max-width: 657px) {
	.flabel {
		float: none;
		display: inline-block;
		width: 100%;
		padding: 0;
		line-height: 25px;
		margin: 0 0 3px 0;
		text-align: left;
	}
}
.flabel .star {
	color: #ff6d01;
	/*$red*/
}
.finp, .ftext {
	width: 100%;
	padding: 0 10px;
	background-color: #9EA7AE;
	color: #fff;
	font-size: 12px;
	line-height: 40px;
	border: none;
	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
	        border-radius: 4px;
}
.finp:-moz-placeholder, .ftext:-moz-placeholder {
	color: #fff;
}
.finp::-moz-placeholder, .ftext::-moz-placeholder {
	color: #fff;
	opacity: 1;
}
.finp::-webkit-input-placeholder, .ftext::-webkit-input-placeholder {
	color: #fff;
}
.finp:-ms-input-placeholder, .ftext:-ms-input-placeholder {
	color: #fff;
}
.finp::placeholder, .ftext::placeholder {
	color: #fff;
}
.finp:focus:-moz-placeholder, .ftext:focus:-moz-placeholder {
	color: transparent;
}
.finp:focus::-moz-placeholder, .ftext:focus::-moz-placeholder {
	color: transparent;
}
.finp:focus::-webkit-input-placeholder, .ftext:focus::-webkit-input-placeholder {
	color: transparent;
}
.finp:focus:-ms-input-placeholder, .ftext:focus:-ms-input-placeholder {
	color: transparent;
}
.finp:focus::placeholder, .ftext:focus::placeholder {
	color: transparent;
}
.finp {
	height: 40px;
}
.ftext {
	max-width: 100%;
	padding: 14px 10px;
	line-height: 16px;
	height: 110px;
}
.field_error {
	color: #ff2f2f;
	font-size: 13px;
	margin: 5px 0;
	clear: both;
}
.captcha {
	float: left;
	margin-right: 10px;
}
@media only screen and (max-width: 497px) {
	.captcha {
		float: none;
		margin: 0 auto 10px;
	}
}
.wrap-captcha-inp {
	overflow: hidden;
}
.wrap-captcha-inp .flabel {
	float: none;
}
/*Input, label, textarea - main styles*/
/*Custom File input*/
.pseudoFile {
	overflow: hidden;
	position: relative;
}
.pseudoFile .inputFileText {
	line-height: 26px;
	width: 100%;
	color: #fff;
	background: #9EA7AE;
	border: none;
	padding: 0 16px;
	height: 40px;
	-webkit-border-radius: 3px;
	   -moz-border-radius: 3px;
	        border-radius: 3px;
}
.pseudoFile .fileInput {
	position: absolute;
	z-index: 2;
	top: 0;
	right: 0;
	font-size: 199px;
	opacity: 0;
	cursor: pointer;
}
.pseudoFile .choose {
	position: absolute;
	z-index: 1;
	top: 6px;
	right: 6px;
	font-size: 12px;
	line-height: 28px;
	background: #fff;
	pointer-events: none;
	padding: 0 11px;
	text-transform: uppercase;
	-webkit-border-radius: 3px;
	   -moz-border-radius: 3px;
	        border-radius: 3px;
}
/*Custom File input*/
/*Custom Inputs radio, check*/
.wrap-fcustom-inp {
	overflow: hidden;
}
.wrap-fcustom-inp + .wrap-fcustom-inp {
	margin-top: 5px;
}
.wrap-fcustom-inp > label {
	float: left;
	font-size: 13px;
	line-height: 20px;
	color: #666666;
	cursor: pointer;
}
.fcustominp {
	float: left;
	overflow: hidden;
	width: 22px;
	height: 20px;
	padding: 0 1px;
	-webkit-border-radius: 3px;
	   -moz-border-radius: 3px;
	        border-radius: 3px;
	margin-right: 7px;
}
.fcustominp input {
	display: none;
}
.fcustominp label {
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
	background: #9EA7AE;
	cursor: pointer;
	-webkit-border-radius: 3px;
	   -moz-border-radius: 3px;
	        border-radius: 3px;
	-webkit-transform: translateZ(0);
	   -moz-transform: translateZ(0);
	        transform: translateZ(0);
}
.fcustominp input[type=checkbox]:checked + label:after {
	content: '';
	display: block;
	position: absolute;
	top: 4px;
	left: 7px;
	/*Make it a small rectangle so the border will create an L-shape*/
	width: 6px;
	height: 10px;
	/*Add a white border on the bottom and left, creating that 'L' */
	border: solid #4780A1;
	border-width: 0 2px 2px 0;
	/*Rotate the L 45 degrees to turn it into a checkmark*/
	-webkit-transform: rotate(45deg);
	   -moz-transform: rotate(45deg);
	    -ms-transform: rotate(45deg);
	     -o-transform: rotate(45deg);
	        transform: rotate(45deg);
}
.fcustominp input[type=radio] + label {
	-webkit-border-radius: 50%;
	   -moz-border-radius: 50%;
	        border-radius: 50%;
}
.fcustominp input[type=radio]:checked + label:after {
	content: '';
	position: absolute;
	top: 6px;
	left: 6px;
	width: 8px;
	height: 8px;
	background: #4780A1;
	-webkit-border-radius: 50%;
	   -moz-border-radius: 50%;
	        border-radius: 50%;
}
/*Custom Inputs*/
/*wrap-form-search*/
.wrap-form-search {
	padding: 0 0 5px;
}
.form-search {
	position: relative;
}
.form-search .fs-select-group-inner > div {
	float: right;
	margin-left: 5px;
}
.fsearch-checkeds {
	overflow: hidden;
}
.fsearch-checkeds > div {
	float: left;
	margin-right: 15px;
}
.form-search .fsearch-ageto,
.form-search .fsearch-agefrom,
.form-search .fsearch-az {
	width: 80px;
}
.form-search .fsearch-members {
	width: 120px;
}
.form-search .fsearch-show {
	width: 160px;
}
@media only screen and (max-width: 977px) {
	.form-search {
		padding-top: 56px;
	}
	.fsearch-name {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
	}
	.form-search .fs-select-group {
		margin: -2px;
	}
	.form-search .fs-select-group-inner {
		display: table;
		width: 100%;
	}
	.form-search .fs-select-group-inner > div {
		float: none;
		display: table-cell;
		margin-left: 0px;
		padding: 0 2px;
	}
	.fsearch-checkeds {
		bottom: -53px;
	}
}
@media only screen and (max-width: 785px) {
	.fsearch-checkeds {
		position: static;
		width: 100%;
	}
	.fsearch-checkeds > div {
		margin: 0 20px 0 0;
	}
}
@media only screen and (max-width: 657px) {
	.form-search .fs-select-group-inner {
		display: block;
	}
	.form-search .fs-select-group-inner > div {
		display: block;
		float: left;
		width: 100%;
	}
	.form-search .fs-select-group-inner > .fsearch-agefrom,
	.form-search .fs-select-group-inner > .fsearch-ageto {
		width: 50%;
	}
}
/*wrap-form-search*/
.btn {
	position: relative;
	display: block;
	padding: 10px 25px;
	font-size: 14px;
	font-weight: bold;
	line-height: 20px;
	color: #ffffff;
	text-align: center;
	background-color: #5F717F;
	text-transform: uppercase;
	border: none;
	-webkit-border-radius: 3px;
	   -moz-border-radius: 3px;
	        border-radius: 3px;
	vertical-align: middle;
	-webkit-transform: translateZ(0);
	   -moz-transform: translateZ(0);
	        transform: translateZ(0);
	-webkit-backface-visibility: hidden;
	   -moz-backface-visibility: hidden;
	        backface-visibility: hidden;
	-moz-osx-font-smoothing: grayscale;
	overflow: hidden;
	-webkit-transform-origin: 50%;
	   -moz-transform-origin: 50%;
	    -ms-transform-origin: 50%;
	     -o-transform-origin: 50%;
	        transform-origin: 50%;
	-webkit-transition-property: background;
	-moz-transition-property: background;
	-o-transition-property: background;
	transition-property: background;
	-webkit-transition-duration: 0.3s;
	   -moz-transition-duration: 0.3s;
	     -o-transition-duration: 0.3s;
	        transition-duration: 0.3s;
	-webkit-transition-timing-function: ease-out;
	   -moz-transition-timing-function: ease-out;
	     -o-transition-timing-function: ease-out;
	        transition-timing-function: ease-out;
}
.btn:hover, .btn:active, .btn:focus {
	background: #395563;
}
.btn.full {
	width: 100%;
}
.btn.confirm {
	float: left;
	background-color: #ff9d10;
}
.btn.confirm:hover {
	background-color: #ff6d01;
}
.btn.confirm.right {
	float: right;
}
.btn.cancel {
	background-color: #ff2f2f;
}
.btn.cancel:hover {
	background-color: #981C1C;
}
.btn.confirm + .btn.confirm {
	margin: 0 0 0 5px;
}
.btn.confirm.right + .btn.cancel.right {
	margin: 0 5px 0 0;
}
.btn-forgot {
	color: #ff2f2f;
	margin: 10px 0 0 10px;
	display: block;
	line-height: 20px;
	float: left;
}
.btn-forgot.right {
	float: right;
	margin: 10px 10px 0 0;
}
.btn-forgot:hover {
	text-decoration: underline;
}
.btn-join {
	color: #0088cc;
	font-weight: bold;
}
.btn-join:hover {
	text-decoration: underline;
}
.upload-categories a {
	position: relative;
	float: left;
	margin: 0 2px 5px;
	padding: 0 8px;
	height: 30px;
	line-height: 30px;
	background: #eeeeee;
	text-transform: uppercase;
	color: #53585c;
	-webkit-border-radius: 3px;
	   -moz-border-radius: 3px;
	        border-radius: 3px;
	font-weight: 300;
	-webkit-transition: color 0.3s, background 0.3s;
	-moz-transition: color 0.3s, background 0.3s;
	-o-transition: color 0.3s, background 0.3s;
	transition: color 0.3s, background 0.3s;
}
.upload-categories a i {
	font-size: 16px;
}
.upload-categories a span {
	font-size: 14px;
}
.upload-categories a:hover {
	color: #fff;
	background: #ff9d10;
}
/*modal bootstrap*/
.modal-open {
	overflow: hidden;
}
.modal {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 2050;
	display: none;
	overflow: hidden;
	-webkit-overflow-scrolling: touch;
	outline: 0;
}
.modal.fade .modal-dialog {
	-webkit-transition: -webkit-transform .3s ease-out;
	transition: -webkit-transform .3s ease-out;
	-moz-transition: transform .3s ease-out, -moz-transform .3s ease-out;
	-o-transition: transform .3s ease-out, -o-transform .3s ease-out;
	transition: transform .3s ease-out;
	transition: transform .3s ease-out, -webkit-transform .3s ease-out, -moz-transform .3s ease-out, -o-transform .3s ease-out;
	-webkit-transform: translate(0, -25%);
	   -moz-transform: translate(0, -25%);
	    -ms-transform: translate(0, -25%);
	     -o-transform: translate(0, -25%);
	        transform: translate(0, -25%);
}
.modal.in .modal-dialog {
	-webkit-transform: translate(0, 0);
	   -moz-transform: translate(0, 0);
	    -ms-transform: translate(0, 0);
	     -o-transform: translate(0, 0);
	        transform: translate(0, 0);
}
.modal-open .modal {
	overflow-x: hidden;
	overflow-y: auto;
}
.modal-dialog {
	position: relative;
	width: auto;
	margin: 30px 10px;
}
.modal-content {
	position: relative;
	background-color: #fff;
	-moz-background-clip: padding-box;
	  -o-background-clip: padding-box;
	     background-clip: padding-box;
	border: 1px solid #999;
	border: 1px solid rgba(0, 0, 0, 0.2);
	-webkit-border-radius: 6px;
	   -moz-border-radius: 6px;
	        border-radius: 6px;
	outline: 0;
	-webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
	   -moz-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
	        box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
}
.modal-backdrop {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1040;
	background-color: #000;
}
.modal-backdrop.fade {
	filter: alpha(opacity=0);
	opacity: 0;
}
.modal-backdrop.in {
	filter: alpha(opacity=50);
	opacity: .5;
}
.modal-header {
	min-height: 16.43px;
	padding: 15px;
	border-bottom: 1px solid #e5e5e5;
}
.modal-header .close {
	margin-top: -2px;
}
.modal-title {
	margin: 0;
	line-height: 1.42857143;
}
.modal-body {
	position: relative;
	padding: 15px;
}
.modal-footer {
	padding: 15px;
	text-align: right;
	border-top: 1px solid #e5e5e5;
}
.modal-footer .btn + .btn {
	margin-bottom: 0;
	margin-left: 5px;
}
.modal-footer .btn-group .btn + .btn {
	margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
	margin-left: 0;
}
.modal-scrollbar-measure {
	position: absolute;
	top: -9999px;
	width: 50px;
	height: 50px;
	overflow: scroll;
}
@media (min-width: 768px) {
	.modal-dialog {
		width: 580px;
		margin: 30px auto;
	}
	.modal-content {
		-webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
		-moz-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
		     box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
	}
	.modal-sm {
		width: 300px;
	}
}
@media (min-width: 992px) {
	.modal-lg {
		width: 900px;
	}
}
/*modal bootstrap*/
/*modal my*/
.modal {
	background: rgba(193, 193, 193, 0.8);
}
.modal-dialog {
	margin: 50px 10px;
}
@media (min-width: 768px) {
	.modal-dialog {
		width: 600px;
		margin: 50px auto;
	}
}
.modal-content {
	padding: 10px 20px;
	background: #fff;
	-webkit-border-radius: 6px;
	   -moz-border-radius: 6px;
	        border-radius: 6px;
}
@media only screen and (max-width: 497px) {
	.modal-content {
		padding: 5px 10px;
	}
}
.modal-content .close {
	position: absolute;
	right: -15px;
	top: -15px;
	width: 30px;
	height: 30px;
	font-size: 13px;
	line-height: 30px;
	-webkit-border-radius: 50%;
	   -moz-border-radius: 50%;
	        border-radius: 50%;
	background: #FF9D10;
	color: #221f1f;
	text-align: center;
	border: none;
}
.upload-ctg-list-check {
	height: 300px;
	width: 100%;
	margin-bottom: 15px;
	overflow: hidden;
}
.upload-ctg-list-check .form-row {
	float: left;
	width: 33.33%;
}
@media only screen and (max-width: 785px) {
	.upload-ctg-list-check .form-row {
		width: 50%;
	}
}
@media only screen and (max-width: 497px) {
	.upload-ctg-list-check .form-row {
		width: 100%;
	}
}
/*modal my*/
.wrap-heading {
	padding-top: 7px;
	border-bottom: 1px solid #b6b6b6;
	margin-bottom: 20px;
}
.wrap-heading.trailer-heading .block-heading {
	height: 46px;
}
@media only screen and (min-width: 550px) {
	.wrap-heading .block-heading {
		float: left;
	}
}

.wrap-heading .block-heading > * {
	display: inline-block;
	margin-right: 10px;
	font-size: 24px;
	padding: 5px 0 11px;
	margin-bottom: 0;
	line-height: 30px;
	font-weight: 300;
	color: #53585c;
}
.wrap-heading .block-heading > * a {
	color: #ff9d10;
	-webkit-transition: color .3s linear;
	-moz-transition: color .3s linear;
	-o-transition: color .3s linear;
	transition: color .3s linear;
}
.wrap-heading .block-heading > * a:hover {
	text-decoration: underline;
}
.wrap-heading .head-prompt {
	float: right;
	font-size: 11px;
	line-height: 22px;
	padding: 5px 0;
	text-transform: uppercase;
	color: #62696e;
}
.profiles-hot-btns {
	float: right;
	overflow: hidden;
	padding: 3px 0 0;
	margin-bottom: 4px;
}
.profiles-hot-btns a {
	display: block;
	float: left;
	margin: 0 5px 3px 0;
	position: relative;
	display: block;
	height: 36px;
	line-height: 36px;
	padding: 0 19px;
	color: #eeeeee;
	font-size: 12px;
	font-weight: 400;
	-webkit-border-radius: 3px;
	   -moz-border-radius: 3px;
	        border-radius: 3px;
	-webkit-transition: background 0.3s, color 0.3s;
	-moz-transition: background 0.3s, color 0.3s;
	-o-transition: background 0.3s, color 0.3s;
	transition: background 0.3s, color 0.3s;
	background: #9EA7AE;
	text-transform: uppercase;
}
@media only screen and (max-width: 977px) {
	.profiles-hot-btns a {
		margin: 0 0 3px 5px;
	}
}
.profiles-hot-btns a:hover, .profiles-hot-btns a.active {
	background: #ff9d10;
	color: #fff;
}
.filters {
	position: relative;
	float: right;
	min-width: 120px;
	line-height: 34px;
	font-size: 14px;
	color: #53585c;
	text-align: center;
	text-transform: uppercase;
	margin: 0 0 10px 8px;
	z-index: 11;
}
.filters.open {
	-webkit-box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.1);
	   -moz-box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.1);
	        box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.1);
}
.filters.open .filter-menu {
	display: block;
}
.filters.open .filter-choice {
	-webkit-border-radius: 3px 3px 0 0;
	   -moz-border-radius: 3px 3px 0 0;
	        border-radius: 3px 3px 0 0;
}
.filters .filter-choice {
	display: block;
	position: relative;
	background: #fff;
	min-width: 100%;
	height: 32px;
	padding: 0 20px;
	cursor: pointer;
	-webkit-border-radius: 3px;
	   -moz-border-radius: 3px;
	        border-radius: 3px;
}
.filters .filter-choice i {
	font-size: 10px;
	margin-right: 0;
	margin-left: 5px;
}
.filters .filter-choice span {
	font-size: 14px;
}
.filters .filter-menu {
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	margin-top: -1px;
	width: 100%;
	overflow: hidden;
	-webkit-border-radius: 0 0 4px 4px;
	   -moz-border-radius: 0 0 4px 4px;
	        border-radius: 0 0 4px 4px;
	-webkit-box-shadow: none;
	   -moz-box-shadow: none;
	        box-shadow: none;
	background-color: #fff;
	-webkit-border-radius: 0 0 3px 3px;
	   -moz-border-radius: 0 0 3px 3px;
	        border-radius: 0 0 3px 3px;
	overflow: hidden;
	border-top: 1px solid #b6b6b6;
}
.filters .filter-menu li {
	float: none;
	margin: 0;
	-webkit-border-radius: 0;
	   -moz-border-radius: 0;
	        border-radius: 0;
}
.filters .filter-menu li a {
	max-width: 100%;
	display: block;
	font-size: 14px;
	height: 34px;
	line-height: 34px;
	padding: 0 5px;
	overflow: hidden;
	-webkit-border-radius: 3px;
	   -moz-border-radius: 3px;
	        border-radius: 3px;
	color: #53585c;
	background: #fff;
	-webkit-border-radius: 0;
	   -moz-border-radius: 0;
	        border-radius: 0;
	-o-text-overflow: ellipsis;
	   text-overflow: ellipsis;
	text-transform: uppercase;
	white-space: nowrap;
	-webkit-transition: background 0.3s linear, color 0.3s linear;
	-moz-transition: background 0.3s linear, color 0.3s linear;
	-o-transition: background 0.3s linear, color 0.3s linear;
	transition: background 0.3s linear, color 0.3s linear;
}
.filters .filter-menu li a:hover {
	background: #ff9d10;
	color: #fff;
}
.filters .filter-menu li.active a {
	background: #ff9d10;
	color: #fff;
}
@media only screen and (max-width: 497px) {
	.filters {
		float: none;
		clear: both;
		margin-left: 0;
	}
}
.header {
	padding: 17px 0 19px;
	background: #ffffff;
	margin-bottom: 19px;
	width: 100%;
	z-index: 1100;
	border-bottom: 1px solid #e5e5e5;
}
.navbar-header {
	position: relative;
}
.logo {
	float: left;
	margin: -9px 31px -10px 0;
	height: 63px;
	overflow: hidden;
}
.logo img {
	float: left;
}
@media only screen and (max-width: 785px) {
	.logo {
		margin-right: 6px;
	}
	.logo-text {
		display: none;
	}
}
.share {
	float: right;
	margin-left: 10px;
	padding: 0;
	width: 44px;
	height: 44px;
	line-height: 44px;
	color: #9ea7ae;
	text-align: center;
	background-color: #eeeeee;
	-webkit-border-radius: 3px;
	   -moz-border-radius: 3px;
	        border-radius: 3px;
	text-transform: uppercase;
	-webkit-transition: background 0.3s, color 0.3s;
	-moz-transition: background 0.3s, color 0.3s;
	-o-transition: background 0.3s, color 0.3s;
	transition: background 0.3s, color 0.3s;
	-webkit-transform: translateZ(0);
	   -moz-transform: translateZ(0);
	        transform: translateZ(0);
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	     backface-visibility: hidden;
	-moz-osx-font-smoothing: grayscale;
}
@media only screen and (max-width: 785px) {
	.share {
		margin-left: 5px;
	}
}
@media only screen and (max-width: 497px) {
	.share {
		display: none;
	}
}
.share i {
	font-size: 20px;
	margin-right: 0px;
	-webkit-transform: translateZ(0);
	   -moz-transform: translateZ(0);
	        transform: translateZ(0);
	display: block;
	height: 44px;
	line-height: 44px;
}
.share span {
	font-size: 14px;
}
.share:hover {
	background: #ff9d10;
	color: #fff;
}
.search {
	position: relative;
	overflow: hidden;
}
.search input[type="text"] {
	width: 100%;
	height: 44px;
	padding: 15px 44px 15px 20px;
	background-color: #eeeeee;
	-webkit-border-radius: 3px;
	   -moz-border-radius: 3px;
	        border-radius: 3px;
	border: none;
	color: #9ea7ae;
	font-size: 12px;
	line-height: 18px;
}
.search input[type="text"]:-moz-placeholder {
	color: #9ea7ae;
}
.search input[type="text"]::-moz-placeholder {
	color: #9ea7ae;
	opacity: 1;
}
.search input[type="text"]::-webkit-input-placeholder {
	color: #9ea7ae;
}
.search input[type="text"]:-ms-input-placeholder {
	color: #9ea7ae;
}
.search input[type="text"]::placeholder {
	color: #9ea7ae;
}
.search input[type="text"]:focus:-moz-placeholder {
	color: transparent;
}
.search input[type="text"]:focus::-moz-placeholder {
	color: transparent;
}
.search input[type="text"]:focus::-webkit-input-placeholder {
	color: transparent;
}
.search input[type="text"]:focus:-ms-input-placeholder {
	color: transparent;
}
.search input[type="text"]:focus::placeholder {
	color: transparent;
}
.search button {
	position: absolute;
	right: 0;
	top: 0;
	width: 44px;
	padding: 12px 17px 12px 7px;
	height: 44px;
	min-height: 20px;
	border: none;
	cursor: pointer;
	background: transparent;
}
.search button span {
	display: block;
	width: 20px;
	height: 20px;
	line-height: 20px;
	font-size: 16px;
	text-align: center;
	color: #9ea7ae;
	text-align: center;
	-webkit-transition: -webkit-transform 0.2s linear;
	transition: -webkit-transform 0.2s linear;
	-moz-transition: transform 0.2s linear, -moz-transform 0.2s linear;
	-o-transition: transform 0.2s linear, -o-transform 0.2s linear;
	transition: transform 0.2s linear;
	transition: transform 0.2s linear, -webkit-transform 0.2s linear, -moz-transform 0.2s linear, -o-transform 0.2s linear;
	-webkit-transform: rotate(0deg);
	   -moz-transform: rotate(0deg);
	    -ms-transform: rotate(0deg);
	     -o-transform: rotate(0deg);
	        transform: rotate(0deg);
}
.search button span i {
	line-height: inherit;
}
.search button:hover span {
	-webkit-transform: rotate(75deg);
	   -moz-transform: rotate(75deg);
	    -ms-transform: rotate(75deg);
	     -o-transform: rotate(75deg);
	        transform: rotate(75deg);
}
@media only screen and (max-width: 785px) {
	.search input[type="text"] {
		padding: 15px 30px 15px 10px;
	}
	.search button {
		width: 30px;
		padding: 12px 5px 12px 5px;
	}
	.search button span {
		font-size: 16px;
	}
}
#nav-toggle {
	display: none;
	height: 44px;
	width: 44px;
	margin-right: 7px;
	position: relative;
	float: left;
	z-index: 7;
	background: #eee;
	-webkit-border-radius: 3px;
	   -moz-border-radius: 3px;
	        border-radius: 3px;
	cursor: pointer;
	-webkit-transform: rotate(0deg);
	   -moz-transform: rotate(0deg);
	    -ms-transform: rotate(0deg);
	     -o-transform: rotate(0deg);
	        transform: rotate(0deg);
	-webkit-transition: 0.25s ease-in-out;
	-moz-transition: 0.25s ease-in-out;
	-o-transition: 0.25s ease-in-out;
	transition: 0.25s ease-in-out;
}
@media only screen and (max-width: 857px) {
	#nav-toggle {
		display: block;
	}
}
#nav-toggle * {
	-webkit-transition: 0.25s ease-in-out;
	-moz-transition: 0.25s ease-in-out;
	-o-transition: 0.25s ease-in-out;
	transition: 0.25s ease-in-out;
}
#nav-toggle.open #hamburger span {
	width: 0%;
}
#nav-toggle.open #hamburger span:nth-child(1) {
	-webkit-transition-delay: 0s;
	   -moz-transition-delay: 0s;
	     -o-transition-delay: 0s;
	        transition-delay: 0s;
}
#nav-toggle.open #hamburger span:nth-child(2) {
	-webkit-transition-delay: 0.125s;
	   -moz-transition-delay: 0.125s;
	     -o-transition-delay: 0.125s;
	        transition-delay: 0.125s;
}
#nav-toggle.open #hamburger span:nth-child(3) {
	-webkit-transition-delay: 0.25s;
	   -moz-transition-delay: 0.25s;
	     -o-transition-delay: 0.25s;
	        transition-delay: 0.25s;
}
#nav-toggle.open #cross span:nth-child(1) {
	-webkit-transition-delay: 0.5s;
	   -moz-transition-delay: 0.5s;
	     -o-transition-delay: 0.5s;
	        transition-delay: 0.5s;
	height: 100%;
}
#nav-toggle.open #cross span:nth-child(2) {
	-webkit-transition-delay: 0.3s;
	   -moz-transition-delay: 0.3s;
	     -o-transition-delay: 0.3s;
	        transition-delay: 0.3s;
	width: 100%;
}
#nav-toggle #hamburger {
	position: absolute;
	width: 32px;
	height: 24px;
	top: 10px;
	right: 6px;
}
#nav-toggle #hamburger span {
	display: block;
	width: 100%;
	height: 2px;
	position: absolute;
	background: #9EA7AE;
}
#nav-toggle #hamburger span:nth-child(1) {
	-webkit-transition-delay: 0.4s;
	   -moz-transition-delay: 0.4s;
	     -o-transition-delay: 0.4s;
	        transition-delay: 0.4s;
	top: 0;
}
#nav-toggle #hamburger span:nth-child(2) {
	-webkit-transition-delay: 0.5s;
	   -moz-transition-delay: 0.5s;
	     -o-transition-delay: 0.5s;
	        transition-delay: 0.5s;
	top: 50%;
	margin-top: -1px;
}
#nav-toggle #hamburger span:nth-child(3) {
	-webkit-transition-delay: 0.6s;
	   -moz-transition-delay: 0.6s;
	     -o-transition-delay: 0.6s;
	        transition-delay: 0.6s;
	bottom: 0;
}
#nav-toggle #cross {
	position: absolute;
	width: 32px;
	height: 32px;
	top: 6px;
	right: 6px;
	-webkit-transform: rotate(45deg);
	   -moz-transform: rotate(45deg);
	    -ms-transform: rotate(45deg);
	     -o-transform: rotate(45deg);
	        transform: rotate(45deg);
}
#nav-toggle #cross span {
	display: block;
	background: #9EA7AE;
}
#nav-toggle #cross span:nth-child(1) {
	height: 0%;
	width: 2px;
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -1px;
	-webkit-transition-delay: 0s;
	   -moz-transition-delay: 0s;
	     -o-transition-delay: 0s;
	        transition-delay: 0s;
}
#nav-toggle #cross span:nth-child(2) {
	width: 0%;
	height: 2px;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -1px;
	-webkit-transition-delay: 0.2s;
	   -moz-transition-delay: 0.2s;
	     -o-transition-delay: 0.2s;
	        transition-delay: 0.2s;
}
@media only screen and (max-width: 857px) {
	.header {
		padding: 15px 0;
	}
	.header .container {
		padding: 0;
	}
	.header .navbar-header {
		padding: 0 10px;
	}
}
@media only screen and (max-width: 497px) {
	.header .navbar-header {
		padding: 0 5px;
	}
}
.sidebar {
	position: absolute;
	left: 0;
	top: 83px;
	z-index: 100;
}
.wrap-heading-sidebar {
	float: right;
	padding-left: 340px;
	margin-left: -340px;
	width: 100%;
}
/* .wrap-heading-sidebar {
	float: right;
	padding-left: 347px;
	margin-left: -347px;
	width: 100%;
} */
@media only screen and (max-width: 857px) {
	.wrap-heading-sidebar {
		clear: both;
		float: none;
		padding-left: 0;
		margin-left: 0;
	}
}
.nav {
	-webkit-transform: translateZ(0);
	   -moz-transform: translateZ(0);
	        transform: translateZ(0);
}
.nav > ul > li {
	float: left;
}
.nav > ul > li.open .navdd {
	display: block;
}
.nav > ul > li.active .nav-item,
.nav > ul > li.open .nav-item,
.nav > ul > li .nav-item:hover {
	color: #fff;
	background: #ff9d10;
}
.nav > ul > li.open .nav-item {
	-webkit-border-radius: 3px 3px 0 0;
	   -moz-border-radius: 3px 3px 0 0;
	        border-radius: 3px 3px 0 0;
}
.nav > ul > li .nav-item {
	width: 64px;
	height: 54px;
	-webkit-border-radius: 3px;
	   -moz-border-radius: 3px;
	        border-radius: 3px;
	padding-top: 7px;
	color: #9ea7ae;
	display: block;
	text-transform: uppercase;
	font-weight: 300;
	background: #ffffff;
	text-align: center;
	cursor: pointer;
	margin-right: 2px;
	-webkit-transition: color 0.3s, background 0.3s;
	-moz-transition: color 0.3s, background 0.3s;
	-o-transition: color 0.3s, background 0.3s;
	transition: color 0.3s, background 0.3s;
}
.nav > ul > li .nav-item i {
	display: block;
	height: 30px;
	font-size: 23px;
	line-height: 30px;
	margin-right: 0;
	margin-bottom: 3px;
}
.nav > ul > li .nav-item i.icon-wifi {
	font-size: 27px;
}
.nav > ul > li .nav-item i.icon-playlists {
	font-size: 25px;
}
.nav > ul > li .nav-item i.icon-community {
	font-size: 24px;
}
.nav > ul > li .nav-item i.icon-categoties {
	font-size: 23px;
}
.nav > ul > li .nav-item span {
	font-size: 9px;
	font-weight: 400;
	line-height: 10px;
}
.navdd {
	display: none;
	position: absolute;
	top: 54px;
	left: 0;
	background: #fff;
	border-top: 3px solid #ff9d10;
	padding: 10px;
	z-index: 100;
	-webkit-border-radius: 0 0 3px 3px;
	   -moz-border-radius: 0 0 3px 3px;
	        border-radius: 0 0 3px 3px;
	-webkit-box-shadow: 0 5px 7px rgba(0, 0, 0, 0.13);
	   -moz-box-shadow: 0 5px 7px rgba(0, 0, 0, 0.13);
	        box-shadow: 0 5px 7px rgba(0, 0, 0, 0.13);
}
.global-channels {
	width: 700px;
	margin: 0 -3px;
	overflow: hidden;
}
@media only screen and (max-width: 857px) {
	.global-channels {
		width: 100%;
	}
}
.global-channels .item {
	float: left;
	width: 33.333%;
	padding: 0 3px;
	margin-bottom: 6px;
}
@media only screen and (max-width: 857px) {
	.global-channels .item {
		width: 100%;
	}
}
.global-channels .item.all {
	text-align: center;
}
.global-channels .item.all a .name {
	font-size: 14px;
}
.global-channels .item a {
	display: block;
	-webkit-border-radius: 3px;
	   -moz-border-radius: 3px;
	        border-radius: 3px;
	background: #eeeeee;
	overflow: hidden;
	-webkit-transform: translateZ(0);
	   -moz-transform: translateZ(0);
	        transform: translateZ(0);
	color: #53585c;
	-webkit-transition: color 0.3s, background 0.3s;
	-moz-transition: color 0.3s, background 0.3s;
	-o-transition: color 0.3s, background 0.3s;
	transition: color 0.3s, background 0.3s;
}
.global-channels .item a:hover {
	background: #ff9d10;
	color: #fff;
}
.global-channels .item a .preview {
	float: left;
	width: 70px;
	height: 74px;
	overflow: hidden;
	position: relative;
	z-index: 1;
}
@media only screen and (max-width: 857px) {
	.global-channels .item a .preview {
		width: 50px;
		height: 52px;
	}
}
.global-channels .item a .preview img {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}
.global-channels .item a .name {
	float: right;
	font-size: 12px;
	text-transform: uppercase;
	line-height: 74px;
	width: 100%;
	margin-left: -70px;
	padding-left: 90px;
}
@media only screen and (max-width: 857px) {
	.global-channels .item a .name {
		margin-left: -50px;
		padding-left: 58px;
		line-height: 52px;
	}
}
.global-ctgs {
	width: 800px;
	margin: 0 7px;
	overflow: hidden;
}
@media only screen and (max-width: 857px) {
	.global-ctgs {
		width: 100%;
	}
}
.global-ctgs .item {
	float: left;
	width: 25%;
	padding: 0 3px;
	margin-bottom: 6px;
}
@media only screen and (max-width: 857px) {
	.global-ctgs .item {
		width: 100%;
	}
}
.global-ctgs .item.all a .name {
	font-size: 14px;
}
.global-ctgs .item a {
	line-height: 23px;
	font-size: 12px;
	color: #9ea7ae;
}
.global-ctgs .item a .name {
	color: #53585c;
	text-transform: uppercase;
}
.global-ctgs .item a:hover {
	color: #1bbd0d;
}
.global-ctgs .item a:hover .name {
	color: #1bbd0d;
}
@media only screen and (max-width: 857px) {
	.sidebar {
		top: 60px;
		width: 280px;
		background: #fff;
		-webkit-box-shadow: 0 4px 0 rgba(0, 0, 0, 0.1);
		   -moz-box-shadow: 0 4px 0 rgba(0, 0, 0, 0.1);
		        box-shadow: 0 4px 0 rgba(0, 0, 0, 0.1);
		-webkit-border-radius: 0 0 3px 0;
		   -moz-border-radius: 0 0 3px 0;
		        border-radius: 0 0 3px 0;
		overflow: hidden;
		-webkit-transform: translateX(-100%);
		   -moz-transform: translateX(-100%);
		    -ms-transform: translateX(-100%);
		     -o-transform: translateX(-100%);
		        transform: translateX(-100%);
		-webkit-transition: -webkit-transform 0.5s;
		transition: -webkit-transform 0.5s;
		-moz-transition: transform 0.5s, -moz-transform 0.5s;
		-o-transition: transform 0.5s, -o-transform 0.5s;
		transition: transform 0.5s;
		transition: transform 0.5s, -webkit-transform 0.5s, -moz-transform 0.5s, -o-transform 0.5s;
	}
	.sidebar.open-menu {
		-webkit-transform: translateX(0);
		   -moz-transform: translateX(0);
		    -ms-transform: translateX(0);
		     -o-transform: translateX(0);
		        transform: translateX(0);
	}
	.nav > ul > li {
		float: none;
	}
	.nav > ul > li.open .nav-item {
		-webkit-border-radius: 0;
		   -moz-border-radius: 0;
		        border-radius: 0;
	}
	.nav > ul > li .nav-item {
		width: 100%;
		height: 44px;
		line-height: 44px;
		-webkit-border-radius: 0px;
		   -moz-border-radius: 0px;
		        border-radius: 0px;
		text-align: left;
		margin: 0;
		padding: 0 10px;
	}
	.nav > ul > li .nav-item i {
		display: inline-block;
		vertical-align: middle;
		height: auto;
		line-height: inherit;
		margin: 0 5px 0 0;
		width: 44px;
		text-align: center;
	}
	.nav > ul > li .nav-item i.icon-wifi {
		font-size: 24px;
	}
	.nav > ul > li .nav-item i.icon-community {
		font-size: 20px;
	}
	.nav > ul > li .nav-item i.icon-categoties {
		font-size: 20px;
	}
	.nav > ul > li .nav-item span {
		font-size: 12px;
		font-weight: 300;
		line-height: 20px;
	}
	.navdd {
		position: static;
		width: 100%;
		border-top: 0;
		border-bottom: 3px solid #ff9d10;
		padding: 10px 5px 5px;
		-webkit-border-radius: 0;
		   -moz-border-radius: 0;
		        border-radius: 0;
		-webkit-box-shadow: none;
		   -moz-box-shadow: none;
		        box-shadow: none;
		max-height: 200px;
		overflow: hidden;
		overflow-y: scroll;
	}
}
.wrap-user-panel {
	float: right;
	position: relative;
	margin-left: 2px;
}
@media only screen and (max-width: 497px) {
	.wrap-user-panel {
		margin-left: 5px;
	}
}
.wrap-user-panel.open .user-btn {
	-webkit-border-radius: 3px 3px 0 0;
	   -moz-border-radius: 3px 3px 0 0;
	        border-radius: 3px 3px 0 0;
	background: #ff9d10;
	color: #fff;
}
.wrap-user-panel.open .user-panel {
	display: block;
}
.wrap-user-panel .user-btn {
	width: 44px;
	height: 44px;
	line-height: 44px;
	text-align: center;
	font-size: 20px;
	-webkit-border-radius: 3px;
	   -moz-border-radius: 3px;
	        border-radius: 3px;
	background: #eeeeee;
	color: #9ea7ae;
	cursor: pointer;
	-webkit-transition: background 0.3s, color 0.3s;
	-moz-transition: background 0.3s, color 0.3s;
	-o-transition: background 0.3s, color 0.3s;
	transition: background 0.3s, color 0.3s;
}
.wrap-user-panel .user-btn i {
	font-size: 20px;
	margin-right: 0px;
	-webkit-transform: translateZ(0);
	   -moz-transform: translateZ(0);
	        transform: translateZ(0);
	display: block;
	height: 44px;
	line-height: 44px;
}
.wrap-user-panel .user-btn:hover {
	background: #ff9d10;
	color: #fff;
}
.wrap-user-panel .user-panel {
	display: none;
	position: absolute;
	top: 100%;
	right: 0;
	-webkit-border-radius: 3px 0 3px 3px;
	   -moz-border-radius: 3px 0 3px 3px;
	        border-radius: 3px 0 3px 3px;
	overflow: hidden;
	min-width: 105px;
	z-index: 100;
	background: #eee;
	-webkit-box-shadow: -2px 2px 5px rgba(0, 0, 0, 0.2);
	   -moz-box-shadow: -2px 2px 5px rgba(0, 0, 0, 0.2);
	        box-shadow: -2px 2px 5px rgba(0, 0, 0, 0.2);
}
.registration {
	width: 100%;
}
.registration li {
	width: 100%;
	background: #eeeeee;
	padding: 0;
}
.registration li a:hover,
.registration li.active a {
	color: #fff;
	background: #ff9d10;
}
.registration li a {
	display: block;
	padding: 9px 11px;
	line-height: 26px;
	text-align: left;
	color: #9ea7ae;
	background: #eeeeee;
	text-transform: uppercase;
	-webkit-transition: color 0.3s, background 0.3s;
	-moz-transition: color 0.3s, background 0.3s;
	-o-transition: color 0.3s, background 0.3s;
	transition: color 0.3s, background 0.3s;
}
.registration li a i {
	font-size: 21px;
	margin-right: 6px;
}
.registration li a span {
	font-size: 14px;
}
.user-panel-inner {
	width: 220px;
	padding: 7px 15px 0;
}
.autorization {
	overflow: hidden;
	margin: 0px -16px 0 -15px;
	-webkit-border-radius: 0 0 3px 3px;
	   -moz-border-radius: 0 0 3px 3px;
	        border-radius: 0 0 3px 3px;
}
.autorization li {
	width: 50%;
	float: left;
	padding: 1px 1px 0 0;
}
.autorization li.full {
	width: 100%;
}
.autorization li a:hover,
.autorization li.active a {
	background: #ff9d10;
	color: #fff;
}
.autorization li a {
	background: #9EA7AE;
	display: block;
	line-height: 30px;
	text-align: center;
	padding: 5px 0;
	color: #eeeeee;
	font-weight: 300;
	text-transform: uppercase;
	-webkit-transition: color 0.3s;
	-moz-transition: color 0.3s;
	-o-transition: color 0.3s;
	transition: color 0.3s;
}
.autorization li a span {
	font-size: 12px;
}
.profile-preview {
	padding: 0;
	overflow: hidden;
}
.profile-preview .avatar {
	width: 100%;
	-webkit-border-radius: 3px;
	   -moz-border-radius: 3px;
	        border-radius: 3px;
	overflow: hidden;
	-webkit-transform: translateZ(0);
	   -moz-transform: translateZ(0);
	        transform: translateZ(0);
	margin-bottom: 10px;
}
.profile-preview .pp-holder {
	overflow: hidden;
}
.profile-preview .pp-holder .name {
	color: #53585c;
	font-size: 13px;
	line-height: 20px;
	font-weight: 400;
	margin-bottom: 5px;
	text-align: center;
	word-break: break-word;
}
.profile-preview .pp-holder .name span {
	color: #ff2f2f;
}
.footer {
	overflow: hidden;
}
.footer .footer-inner {
	padding: 20px 0;
	border-top: 1px solid #b6b6b6;
}
.footer .logo-footer {
	float: left;
	margin-right: 40px;
}
.footer .footer-panel {
	overflow: hidden;
	padding-top: 13px;
}
.footer .footer-panel .navf {
	overflow: hidden;
}
.footer .footer-panel .navf li {
	display: inline;
	position: relative;
	margin-right: 15px;
}
.footer .footer-panel .navf li:last-child {
	margin-right: 0;
}
.footer .footer-panel .navf li a {
	color: #53585c;
	font-size: 12px;
	line-height: 24px;
	font-weight: 300;
	color: #282828;
}
.footer .footer-panel .navf li a:hover {
	text-decoration: underline;
}
.footer .footer-panel .copyright {
	color: #8b9196;
	font-size: 12px;
	line-height: 24px;
	font-weight: 300;
	text-align: justify;
}
.footer .footer-panel .copyright span {
	display: block;
}
@media only screen and (max-width: 785px) {
	.footer .footer-inner {
		padding: 10px 0;
	}
	.footer .logo-footer {
		float: none;
		margin: 0 auto 5px;
		width: 200px;
	}
	.footer .footer-panel {
		overflow: hidden;
		padding-top: 13px;
	}
	.footer .footer-panel .navf {
		text-align: center;
	}
	.footer .footer-panel .navf li {
		margin: 0 3px;
	}
	.footer .footer-panel .copyright {
		text-align: center;
	}
}
.preview video {
  pointer-events: none;
}
.wrap-thumbs {
	margin-bottom: 10px;
}
.wrap-thumbs .thumbs {
	font-size: 0;
	margin-left: -4px;
	margin-right: -4px;
	text-align: center;
}
.wrap-thumbs .thumbs.videos-plst {
	padding-top: 10px;
}
@media only screen and (max-width: 785px) {
	.wrap-thumbs .thumbs {
		margin-left: -2px;
		margin-right: -2px;
	}
}
.wrap-thumbs .thumbs.playlists {
	margin-left: -7px;
	margin-right: -7px;
}
@media only screen and (max-width: 785px) {
	.wrap-thumbs .thumbs.playlists {
		margin-left: -3px;
		margin-right: -3px;
	}
}
.control-panel {
	/*враппер для кнопок удаления*/
	overflow: hidden;
	margin-bottom: 20px;
	padding: 0 3px;
}
@media only screen and (max-width: 497px) {
	.control-panel {
		margin-bottom: 10px;
	}
}
.thumb {
	display: inline-block;
	vertical-align: top;
	text-align: left;
	width: 25%;
	padding: 0 4px;
	margin-bottom: 10px;
	position: relative;
	z-index: 1;
}
.thumb:hover {
	z-index: 10;
}
@media only screen and (max-width: 977px) {
	.thumb {
		width: 33.33%;
	}
}
@media only screen and (max-width: 785px) {
	.thumb {
		width: 50%;
		padding: 0 2px;
	}
}
@media only screen and (max-width: 380px) {
	.thumb {
		width: 100%;
	}
}
.thumbs.videos-plst .thumb {
	width: 25%;
}
@media only screen and (max-width: 977px) {
	.thumbs.videos-plst .thumb {
		width: 33.33%;
	}
}
@media only screen and (max-width: 657px) {
	.thumbs.videos-plst .thumb {
		width: 50%;
	}
}
@media only screen and (max-width: 380px) {
	.thumbs.videos-plst .thumb {
		width: 100%;
	}
}
.thumbs.models .thumb {
	width: 16.66%;
}
@media only screen and (max-width: 1257px) {
	.thumbs.models .thumb {
		width: 20%;
	}
}
@media only screen and (max-width: 1197px) {
	.thumbs.models .thumb {
		width: 25%;
	}
}
@media only screen and (max-width: 657px) {
	.thumbs.models .thumb {
		width: 33.33%;
	}
}
@media only screen and (max-width: 497px) {
	.thumbs.models .thumb {
		width: 50%;
	}
}
.thumbs.ctg .thumb,
.thumbs.channels .thumb {
	width: 33.33%;
}
@media only screen and (max-width: 977px) {
	.thumbs.ctg .thumb,
	.thumbs.channels .thumb {
		width: 50%;
	}
}
@media only screen and (max-width: 497px) {
	.thumbs.ctg .thumb,
	.thumbs.channels .thumb {
		width: 100%;
	}
}
.thumbs.playlists .thumb {
	padding: 0 7px;
	margin-bottom: 20px;
	width: 33.33%;
}
@media only screen and (max-width: 977px) {
	.thumbs.playlists .thumb {
		width: 50%;
	}
}
@media only screen and (max-width: 785px) {
	.thumbs.playlists .thumb {
		padding: 0 3px;
		margin-bottom: 12px;
	}
}
@media only screen and (max-width: 597px) {
	.thumbs.playlists .thumb {
		width: 100%;
	}
}
.thumbs.videos-plst .thumb .preview {
	padding-bottom: 75%;
}
.thumbs.videos .thumb .preview {
	padding-bottom: 75%;
}
.thumbs.ctg .thumb .preview {
	padding-bottom: 74%;
}
.thumbs.channels .thumb .preview {
	padding-bottom: 74%;
}
.thumbs.playlists .thumb .preview {
	padding-bottom: 75%;
}
.thumbs.models .thumb .preview {
	padding-bottom: 131%;
}
.thumbs.members .thumb .preview {
	padding-bottom: 100%;
	-webkit-border-radius: 3px;
	   -moz-border-radius: 3px;
	        border-radius: 3px;
}
.thumb .thumb-content {
	position: relative;
}
.thumb a,
.thumb .thumb-content > span {
	/*span стили для тумбов которые только загрузили*/
	display: block;
}
.thumb a.active,
.thumb .thumb-content > span.active {
	/*Это если есть плейлисты - выбранное видео.*/
	-webkit-box-shadow: 0 0 10px 0 rgba(83, 88, 92, 0.3);
	   -moz-box-shadow: 0 0 10px 0 rgba(83, 88, 92, 0.3);
	        box-shadow: 0 0 10px 0 rgba(83, 88, 92, 0.3);
}
/*main*/
.thumb .preview {
	display: block;
	position: relative;
	overflow: hidden;
	background-color: #ffffff;
	-webkit-transform: translateZ(0);
	   -moz-transform: translateZ(0);
	        transform: translateZ(0);
	-webkit-border-radius: 3px;
	   -moz-border-radius: 3px;
	        border-radius: 3px;
}
.thumb .preview img {
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}

.thumb .preview video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 9;
}
.thumb .wrap-setings {
	/*Для Чекбоксов при удалении*/
	position: absolute;
	z-index: 10;
	top: 5px;
	right: 5px;
}
/******************************************************/
/*video*/
.wrap-data {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	background: rgba(0, 0, 0, 0.5);
	padding: 5px 10px;
	overflow: hidden;
	z-index: 3;
	pointer-events: none;
}
.wrap-data .rating {
	float: right;
	line-height: 20px;
	padding: 0;
	color: #fff;
	text-align: center;
	font-size: 0;
	pointer-events: none;
}
.wrap-data .rating .likes, .wrap-data .rating .dislikes {
	padding: 0;
	display: inline-block;
	vertical-align: top;
	-webkit-transform: translateZ(0);
	   -moz-transform: translateZ(0);
	        transform: translateZ(0);
	margin-left: 7px;
}
.wrap-data .rating .likes i, .wrap-data .rating .dislikes i {
	font-size: 20px;
}
.wrap-data .rating .likes span, .wrap-data .rating .dislikes span {
	font-size: 13px;
}
.wrap-data .rating .likes {
	color: #1bbd0d;
}
.wrap-data .rating .dislikes {
	color: #ff6d01;
}
.wrap-data .count {
	float: right;
	line-height: 20px;
	padding: 0;
	margin-left: 8px;
	color: #fff;
	text-align: center;
	font-size: 13px;
	pointer-events: none;
}
.wrap-data .date {
	overflow: hidden;
	line-height: 20px;
	color: #fff;
	text-align: center;
	pointer-events: none;
}
.wrap-data .date i {
	font-size: 20px;
	margin-right: 5px;
}
.wrap-data .date span {
	font-size: 11px;
}
/*_________________________*/
.thumb .thumb-info {
	display: block;
	padding: 7px 0 5px;
	overflow: hidden;
}
.thumb .thumb-info .wrap-name {
	display: block;
	font-size: 16px;
	line-height: 18px;
	color: #282828;
	overflow: hidden;
	-webkit-transition: color 0.3s linear;
	-moz-transition: color 0.3s linear;
	-o-transition: color 0.3s linear;
	transition: color 0.3s linear;
}
.thumb .thumb-info .wrap-name .name {
	overflow: hidden;
	display: block;
	height: 38px;
}
.thumb .thumb-info .wrap-name .name span {
	float: right;
	width: 100%;
	margin-left: -5px;
}

.thumb .thumb-info .wrap-name .name:before {
	content: "";
	float: left;
	width: 5px;
	height: 38px;
}
.thumb .thumb-info .wrap-name .name:after {
	content: "...";
	color: #1c1c22;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	float: right;
	position: relative;
	top: -19px;
	left: 100%;
	width: 20px;
	margin-left: -18px;
	text-align: center;
	-webkit-transition: color .3s linear;
	-moz-transition: color .3s linear;
	-o-transition: color .3s linear;
	transition: color .3s linear;
}

@media only screen and (max-width: 785px) {
	.thumb .thumb-info .wrap-name .name {
		height: 19px;
	}

	.thumb .thumb-info .wrap-name .name span {
		float: none;
		display: block;
		width: 100%;
		font-size: 14px;
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
		margin: 0;
	}
	
	.thumb .thumb-info .wrap-name .name:before {
		display: none;
	}
	.thumb .thumb-info .wrap-name .name:after {
		display: none;
	}
}

/******************************************************/
/*category*/
/******************************************************/
/*member*/
.name-member {
	position: absolute;
	z-index: 3;
	bottom: 0px;
	right: 0px;
	left: 0;
	display: block;
	line-height: 28px;
	width: 100%;
	color: #fff;
	background: rgba(0, 0, 0, 0.7);
	text-align: center;
	-webkit-border-radius: 3px;
	   -moz-border-radius: 3px;
	        border-radius: 3px;
	padding: 6px 8px;
	font-size: 16px;
}
@media only screen and (max-width: 785px) {
	.name-member {
		line-height: 22px;
		font-size: 14px;
		padding: 4px 6px;
	}
}
.year {
	position: absolute;
	z-index: 3;
	bottom: 46px;
	right: 5px;
	display: block;
	padding: 0 7px;
	line-height: 26px;
	height: 26px;
	pointer-events: none;
	color: #fff;
	-webkit-border-radius: 3px;
	   -moz-border-radius: 3px;
	        border-radius: 3px;
	background: rgba(255, 109, 1, 0.7);
	font-size: 14px;
}
@media only screen and (max-width: 785px) {
	.year {
		font-size: 12px;
		bottom: 34px;
	}
}
.sex {
	position: absolute;
	z-index: 3;
	bottom: 46px;
	left: 5px;
	display: block;
	line-height: 26px;
	height: 26px;
	pointer-events: none;
	color: rgba(71, 128, 161, 0.7);
	-webkit-transform: translateZ(0);
	   -moz-transform: translateZ(0);
	        transform: translateZ(0);
}
.sex i {
	font-size: 24px;
	display: inline-block;
	width: 26px;
}
.sex i.icon-male {
	color: rgba(71, 128, 161, 0.7);
}
.sex i.icon-female {
	color: rgba(255, 47, 47, 0.7);
}
@media only screen and (max-width: 785px) {
	.sex {
		bottom: 34px;
	}
}
/******************************************************/
/*channel*/
.chan-name, .chan-vids, .chan-rate {
	display: block;
	position: absolute;
	max-width: 100%;
	color: #fff;
	background: rgba(0, 0, 0, 0.8);
	text-align: center;
	-webkit-border-radius: 3px;
	   -moz-border-radius: 3px;
	        border-radius: 3px;
	pointer-events: none;
	padding: 0 15px;
	font-size: 14px;
	line-height: 14px;
	z-index: 3;
}
@media only screen and (max-width: 785px) {
	.chan-name, .chan-vids, .chan-rate {
		font-size: 12px;
		padding: 0 10px;
	}
}
.chan-name span, .chan-vids span, .chan-rate span {
	height: 14px;
	line-height: 30px;
	height: 100%;
	vertical-align: middle;
	position: relative;
}
.chan-name {
	height: 40px;
	width: 100%;
	bottom: 0;
}
.chan-name span {
	line-height: 40px;
}
.chan-rate {
	height: 30px;
	bottom: 42px;
	right: 2px;
	background: rgba(255, 109, 1, 0.7);
}
.chan-vids {
	height: 30px;
	bottom: 42px;
	left: 2px;
	background: rgba(255, 109, 1, 0.7);
}
/******************************************************/
/*model*/
/******************************************************/
/*playlist*/
.wrap-plst-videos {
	position: absolute;
	top: 0;
	right: 0;
	border-bottom: 0;
	width: 40%;
	bottom: 66px;
	z-index: 3;
	-webkit-border-radius: 0 3px 0 0;
	   -moz-border-radius: 0 3px 0 0;
	        border-radius: 0 3px 0 0;
	overflow: hidden;
}
.wrap-plst-videos .inner {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	background: rgba(0, 0, 0, 0.8);
}
.wrap-plst-videos .inner .count {
	position: absolute;
	top: 1%;
	width: 100%;
	height: 12%;
	display: table;
}
.wrap-plst-videos .inner .count .count-inner {
	display: table-cell;
	padding: 0 10px;
	vertical-align: middle;
	text-align: center;
	color: #f2f3f4;
}
.wrap-plst-videos .inner .count .count-inner i {
	font-size: 20px;
	margin-right: 5px;
}
@media only screen and (max-width: 1317px) {
	.wrap-plst-videos .inner .count .count-inner i {
		font-size: 18px;
	}
}
@media only screen and (max-width: 1041px) {
	.wrap-plst-videos .inner .count .count-inner i {
		font-size: 16px;
	}
}
.wrap-plst-videos .inner .count .count-inner span {
	font-size: 13px;
}
.wrap-plst-videos .inner .prev-video {
	position: absolute;
	left: 6%;
	right: 6%;
	height: 39%;
	overflow: hidden;
	-webkit-border-radius: 3px;
	   -moz-border-radius: 3px;
	        border-radius: 3px;
}
.wrap-plst-videos .inner .prev-video.first {
	top: 14%;
}
.wrap-plst-videos .inner .prev-video.second {
	top: 57%;
}
.wrap-plst-videos .inner .prev-video img {
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
.wrap-plst-info {
	height: 66px;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	padding: 3px 8px;
	background: rgba(0, 0, 0, 0.7);
	line-height: 30px;
	color: #fff;
	-webkit-border-radius: 0 0 3px 3px;
	   -moz-border-radius: 0 0 3px 3px;
	        border-radius: 0 0 3px 3px;
	overflow: hidden;
}
.wrap-plst-info .name {
	float: left;
	width: 100%;
	padding-right: 110px;
	margin-right: -110px;
	font-size: 16px;
}
@media only screen and (max-width: 857px) {
	.wrap-plst-info .name {
		font-size: 14px;
	}
}
.wrap-plst-info .views {
	float: right;
	text-align: right;
	width: 110px;
}
.wrap-plst-info .views i {
	font-size: 16px;
	margin-right: 4px;
}
.wrap-plst-info .views span {
	font-size: 12px;
}
.wrap-plst-info .wrap-without-rating {
	float: left;
	width: 100%;
	padding-right: 120px;
	margin-right: -120px;
}
.wrap-plst-info .user {
	float: left;
	color: #fff;
	width: 57%;
	white-space: nowrap;
}
@media only screen and (max-width: 1317px) {
	.wrap-plst-info .user {
		width: 100%;
	}
}
.wrap-plst-info .user i {
	font-size: 21px;
	margin-right: 5px;
}
.wrap-plst-info .user span {
	font-size: 13px;
	max-width: -webkit-calc(100% - 26px);
	max-width: -moz-calc(100% - 26px);
	max-width: calc(100% - 26px);
}
.wrap-plst-info .user a {
	display: inline-block;
	vertical-align: middle;
	color: #ff9d10;
}
.wrap-plst-info .user a:hover {
	text-decoration: underline;
}
@media only screen and (max-width: 1317px) {
	.wrap-plst-info .user .hide1300 {
		display: none;
	}
}
.wrap-plst-info .date {
	float: right;
	width: 43%;
	color: #fff;
	text-align: center;
	white-space: nowrap;
}
@media only screen and (max-width: 1317px) {
	.wrap-plst-info .date {
		display: none;
	}
}
.wrap-plst-info .date i {
	font-size: 20px;
	margin-right: 4px;
}
.wrap-plst-info .date span {
	font-size: 13px;
	max-width: -webkit-calc(100% - 22px);
	max-width: -moz-calc(100% - 22px);
	max-width: calc(100% - 22px);
}
.wrap-plst-info .rating {
	float: right;
	width: 120px;
	padding: 0;
	color: #fff;
	text-align: center;
	font-size: 0;
}
.wrap-plst-info .rating .likes, .wrap-plst-info .rating .dislikes {
	padding: 0;
	display: inline-block;
	vertical-align: top;
	margin-left: 6px;
	-webkit-transform: translateZ(0);
	   -moz-transform: translateZ(0);
	        transform: translateZ(0);
}
.wrap-plst-info .rating .likes i, .wrap-plst-info .rating .dislikes i {
	font-size: 20px;
}
.wrap-plst-info .rating .likes span, .wrap-plst-info .rating .dislikes span {
	font-size: 13px;
}
.wrap-plst-info .rating .likes {
	color: #1bbd0d;
}
.wrap-plst-info .rating .dislikes {
	color: #ff6d01;
}
/******************************************************/
.pagination {
	overflow: hidden;
	padding: 10px 0;
	margin-bottom: 10px;
	font-size: 0;
	line-height: 0;
	text-align: center;
}
.pagination a, .pagination > span {
	display: inline-block;
	vertical-align: top;
	margin: 0 1px 10px 2px;
	height: 40px;
	line-height: 40px;
	min-width: 40px;
	padding: 0 10px;
	background-color: #fff;
	color: #53585c;
	-webkit-border-radius: 3px;
	   -moz-border-radius: 3px;
	        border-radius: 3px;
	text-align: center;
	text-transform: uppercase;
	-webkit-transition: background .3s linear, 
 color .3s linear,
 padding .3s linear;
	-moz-transition: background .3s linear, 
 color .3s linear,
 padding .3s linear;
	-o-transition: background .3s linear, 
 color .3s linear,
 padding .3s linear;
	transition: background .3s linear, 
 color .3s linear,
 padding .3s linear;
}
.pagination a span, .pagination > span span {
	font-size: 14px;
}
.pagination a i, .pagination > span i {
	font-size: 9px;
}
.pagination a.first i, .pagination > span.first i {
	margin: 0 2px 0 0;
}
.pagination a.last i, .pagination > span.last i {
	margin: 0 0 0 2px;
}
.pagination a:hover {
	background-color: #ff9d10;
	color: #fff;
}
.pagination a.active,
.pagination a.active:hover {
	background-color: #ff9d10;
	color: #fff;
}
@media only screen and (max-width: 497px) {
	.pagination a {
		display: none;
	}
	.pagination a.active,
	.pagination a.first, .pagination a.last {
		display: inline-block;
	}
	.pagination a.first span, .pagination a.last span {
		display: none;
	}
	.pagination a.first i, .pagination a.last i {
		margin: 0;
		font-size: 16px;
	}
}
.show-more {
	display: block;
	width: 100%;
	padding: 10px 0;
	height: 40px;
	line-height: 40px;
	padding: 0 10px;
	background-color: #5F717F;
	color: #fff;
	font-size: 14px;
	-webkit-border-radius: 3px;
	   -moz-border-radius: 3px;
	        border-radius: 3px;
	text-align: center;
	text-transform: uppercase;
	cursor: pointer;
	-webkit-transition: background .3s linear, 
 color .3s linear,
 padding .3s linear;
	-moz-transition: background .3s linear, 
 color .3s linear,
 padding .3s linear;
	-o-transition: background .3s linear, 
 color .3s linear,
 padding .3s linear;
	transition: background .3s linear, 
 color .3s linear,
 padding .3s linear;
}
.show-more:hover {
	background-color: #395563;
}
.spots-bottom {
	overflow: hidden;
	font-size: 0;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 30px;
}
.spots-bottom .container {
	overflow: hidden;
}
.spots-bottom .spots-bottom-inner {
	overflow: hidden;
	height: 250px;
	text-align: center;
	margin: 0 -13px;
}
@media only screen and (max-width: 785px) {
	.spots-bottom .spots-bottom-inner {
		margin: 0 -5px;
	}
}
@media only screen and (max-width: 497px) {
	.spots-bottom .spots-bottom-inner {
		margin: 0;
	}
}
.spots-bottom .spot {
	display: inline-block;
	padding: 0 13px;
	margin-bottom: 30px;
}
@media only screen and (max-width: 785px) {
	.spots-bottom .spot {
		padding: 0 5px;
	}
}
@media only screen and (max-width: 497px) {
	.spots-bottom .spot {
		padding: 0;
	}
}
.spots-bottom .spot .spot-content {
	height: 250px;
	width: 300px;
	overflow: hidden;
}
.spots-right {
	font-size: 0;
	text-align: center;
	margin-bottom: 10px;
	width: 300px;
	float: left;
	position: relative;
	z-index: 1;
}
.spots-right .container {
	overflow: hidden;
}
.spots-right .spots-right-inner {
	padding: 0;
}
.spots-right .spot {
	display: inline-block;
	margin-bottom: 10px;
}
.spots-right .spot .spot-content {
	height: 250px;
	width: 300px;
	overflow: hidden;
}
@media only screen and (max-width: 1197px) {
	.spots-right {
		font-size: 0;
		text-align: center;
		margin-bottom: 10px;
		float: none;
		width: 100%;
		padding-top: 0;
		overflow: hidden;
	}
	.spots-right .container {
		overflow: hidden;
	}
	.spots-right .spots-right-inner {
		overflow: hidden;
		height: 250px;
		text-align: center;
	}
	.spots-right .spot {
		display: inline-block;
		padding: 0 13px;
		margin-bottom: 30px;
	}
	.spots-right .spot .spot-content {
		height: 250px;
		width: 300px;
		overflow: hidden;
	}
}
@media only screen and (max-width: 785px) {
	.spots-right .spots-right-inner {
		height: 270px;
		padding: 10px 0;
	}
	.spots-right .spot {
		padding: 0 5px;
	}
}
@media only screen and (max-width: 497px) {
	.spots-right .spot {
		padding: 0;
	}
}
.video-spot {
	width: 100%;
	overflow: hidden;
	position: relative;
}
.video-spot .join-now {
	position: absolute;
	display: block;
	bottom: 0%;
	right: 0%;
	width: 100%;
	height: 100%;
	color: #ffffff;
	background-color: #34383C;
	text-transform: uppercase;
	font-weight: bold;
	overflow: hidden;
	-webkit-transition: background .3s linear;
	-moz-transition: background .3s linear;
	-o-transition: background .3s linear;
	transition: background .3s linear;
}
.video-spot .join-now:hover {
	background: #ff9d10;
}
.video-spot .join-now span {
	position: absolute;
	display: inline-block;
	top: 50%;
	left: 0;
	width: 100%;
	margin-top: -13px;
	font-size: 22px;
	line-height: 26px;
	text-align: center;
}
@media only screen and (max-width: 785px) {
	.video-spot .join-now span {
		font-size: 15px;
	}
}
/*Раклама на сайте*/
.banner__link {
	display: block;
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 50;
	background: url(../img/play.png) no-repeat center;
	-moz-background-size: 70px;
	  -o-background-size: 70px;
	     background-size: 70px;
}
.banner__video-play {
	z-index: 50;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -153px;
	margin-top: -150px;
	width: 306px;
	background: #FF9D10;
	padding: 3px;
	-webkit-border-radius: 3px;
	   -moz-border-radius: 3px;
	        border-radius: 3px;
}

.banner__video-play iframe {
	display: block;
}
/* @media (max-width: 768px) {
	.banner__video-play {
		display: none !important;
	} 
} */
.banner__video-close {
	outline: 0;
	cursor: pointer;
	height: 33px;
	width: 190px;
	background: #EEEEEE;
	border: 0;
	font-size: 16px;
	color: #53585C;
	position: absolute;
	top: 100%;
	left: 0;
	right: 0;
	margin: 7px auto 0;
	-webkit-box-shadow: none;
	   -moz-box-shadow: none;
	        box-shadow: none;
	-webkit-border-radius: 3px;
	   -moz-border-radius: 3px;
	        border-radius: 3px;
}
.banner__video-play .spot_video, .banner__video-play .spot_video2 {
	float: left;
}
.text-block {
	color: #53585c;
	font-size: 14px;
	line-height: 22px;
	text-align: justify;
	margin-bottom: 30px;
	overflow: hidden;
}
.text-block .spots {
	width: 300px;
	margin-right: 18px;
	float: left;
}
@media only screen and (max-width: 785px) {
	.text-block .spots {
		margin-right: 8px;
	}
}
@media only screen and (max-width: 785px) {
	.text-block .spots {
		width: 100%;
		overflow: hidden;
		float: none;
		text-align: center;
		height: 250px;
		margin: 0 -2px 15px;
	}
}
.text-block .spots .spot {
	height: 250px;
}
.text-block .spots .spot.secret {
	display: none;
}
@media only screen and (max-width: 857px) {
	.text-block .spots .spot {
		margin-bottom: 5px;
	}
	.text-block .spots .spot.secret {
		display: block;
	}
}
@media only screen and (max-width: 785px) {
	.text-block .spots .spot {
		margin: 0 0 5px;
		margin: 0 2px 30px;
		display: inline-block;
	}
	.text-block .spots .spot.secret {
		display: inline-block;
	}
}
.text-block .text-block-heading > * {
	color: #53585c;
	font-size: 24px;
	line-height: 26px;
	font-weight: 300;
	margin: -5px 0 7px;
}
@media only screen and (max-width: 785px) {
	.text-block .text-block-heading > * {
		margin: 0 0 7px;
	}
}
.text-block .text-block-body p {
	margin-bottom: 10px;
}
@media only screen and (max-width: 785px) {
	.text-block .text-block-body p {
		margin-bottom: 7px;
	}
}
/*trailer*/
.infolinks-lists {
	padding-bottom: 6px;
}
.infolinks-list {
	overflow: hidden;
	padding: 0;
}
.infolinks-list li {
	float: left;
	margin-right: 3px;
}
.infolinks-list li > * {
	display: block;
	margin-bottom: 5px;
	padding: 0 19px;
	line-height: 34px;
	font-weight: 300;
	color: #53585c;
	background: #eeeeee;
	text-transform: uppercase;
	-webkit-border-radius: 3px;
	   -moz-border-radius: 3px;
	        border-radius: 3px;
	-webkit-transition: color 0.3s, background 0.3s;
	-moz-transition: color 0.3s, background 0.3s;
	-o-transition: color 0.3s, background 0.3s;
	transition: color 0.3s, background 0.3s;
}
.infolinks-list li > * span {
	font-size: 14px;
}
.infolinks-list li a:hover {
	color: #fff;
	background: #ff9d10;
}
.block-description {
	padding-bottom: 20px;
}
.block-description .item {
	overflow: hidden;
	border-bottom: 1px solid #dbdbdb;
	padding: 10px 0;
}
.block-description .item .name {
	vertical-align: top;
	display: inline-block;
	line-height: 30px;
	font-weight: 700;
	color: #53585C;
	text-transform: uppercase;
	-webkit-transition: color 0.3s;
	-moz-transition: color 0.3s;
	-o-transition: color 0.3s;
	transition: color 0.3s;
}
.block-description .item .text {
	vertical-align: top;
	display: inline-block;
	line-height: 30px;
	font-weight: 400;
	color: #53585C;
	-webkit-transition: color 0.3s;
	-moz-transition: color 0.3s;
	-o-transition: color 0.3s;
	transition: color 0.3s;
	overflow: hidden;
}
.block-description .item .text a {
	display: block;
	float: left;
	color: #FF9D10;
	font-weight: 700;
}
.block-description .item .text a:hover {
	text-decoration: underline;
}
.block-description .item .text a i {
	font-size: 16px;
	margin-right: 5px;
}
.block-description .item .text a span {
	font-size: 14px;
}
.comment-send {
	overflow: hidden;
}
.comment-send .wrap-f-comm {
	width: 100%;
	float: left;
	margin-right: -78px;
	padding-right: 78px;
	margin-bottom: 20px;
}
@media only screen and (max-width: 785px) {
	.comment-send .wrap-f-comm {
		margin-bottom: 15px;
	}
}
@media only screen and (max-width: 497px) {
	.comment-send .wrap-f-comm {
		margin-right: 0;
		padding-right: 0;
		margin-bottom: 10px;
	}
}
.comment-send textarea {
	display: block;
	border: none;
	width: 100%;
	height: 68px;
	padding: 14px 18px;
	font-size: 12px;
	font-weight: 300;
	line-height: 18px;
	resize: none;
	background: #eeeeee;
	color: #909aa3;
	-webkit-border-radius: 3px;
	   -moz-border-radius: 3px;
	        border-radius: 3px;
}
.comment-send textarea:-moz-placeholder {
	color: #909aa3;
}
.comment-send textarea::-moz-placeholder {
	color: #909aa3;
	opacity: 1;
}
.comment-send textarea::-webkit-input-placeholder {
	color: #909aa3;
}
.comment-send textarea:-ms-input-placeholder {
	color: #909aa3;
}
.comment-send textarea::placeholder {
	color: #909aa3;
}
.comment-send textarea:focus:-moz-placeholder {
	color: transparent;
}
.comment-send textarea:focus::-moz-placeholder {
	color: transparent;
}
.comment-send textarea:focus::-webkit-input-placeholder {
	color: transparent;
}
.comment-send textarea:focus:-ms-input-placeholder {
	color: transparent;
}
.comment-send textarea:focus::placeholder {
	color: transparent;
}
.btn-open-send-com {
	display: block;
	float: right;
	border: none;
	padding: 10px 20px;
	line-height: 24px;
	color: #73767a;
	font-weight: 300;
	-webkit-border-radius: 3px;
	   -moz-border-radius: 3px;
	        border-radius: 3px;
	background: #eeeeee;
	text-transform: uppercase;
	margin-bottom: 10px;
	-webkit-transition: background 0.3s;
	-moz-transition: background 0.3s;
	-o-transition: background 0.3s;
	transition: background 0.3s;
}
.btn-open-send-com i {
	font-size: 20px;
	margin-right: 4px;
}
.btn-open-send-com span {
	font-size: 14px;
}
.btn-open-send-com:hover {
	background: #ff9d10;
	color: #fff;
}
@media only screen and (max-width: 497px) {
	.btn-open-send-com {
		width: 100%;
	}
}
.btn-send-comment {
	border: none;
	height: 40px;
	width: 72px;
	line-height: 40px;
	background: #ff9d10;
	font-size: 14px;
	font-weight: 300;
	-webkit-border-radius: 3px;
	   -moz-border-radius: 3px;
	        border-radius: 3px;
	float: right;
	color: #fff;
	text-transform: uppercase;
	-webkit-transition: background 0.3s, color 0.3s;
	-moz-transition: background 0.3s, color 0.3s;
	-o-transition: background 0.3s, color 0.3s;
	transition: background 0.3s, color 0.3s;
}
.btn-send-comment:hover {
	background: #eee;
	color: #73767a;
}
@media only screen and (max-width: 497px) {
	.btn-send-comment {
		width: 100%;
	}
}
.comments {
	margin-bottom: 7px;
}
.comments .comment-item {
	overflow: hidden;
	padding: 10px 0;
	border-bottom: 1px solid #dbdbdb;
}
.comments .comment-item:last-child {
	padding-bottom: 0;
	border-bottom: 0;
}
.comments .comment-item .avatar {
	float: left;
	position: relative;
	margin: 0 5px 0 0;
	-webkit-border-radius: 3px;
	   -moz-border-radius: 3px;
	        border-radius: 3px;
	overflow: hidden;
	background: #eeeeee;
	-webkit-transform: translateZ(0);
	   -moz-transform: translateZ(0);
	        transform: translateZ(0);
}
.comments .comment-item .avatar a {
	display: block;
}
.comments .comment-item .avatar .preview {
	position: relative;
	width: 75px;
	padding-bottom: 100%;
	z-index: 1;
}
.comments .comment-item .avatar .preview img {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}
.comments .comment-item .avatar .name {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	padding: 0 3px;
	line-height: 22px;
	font-size: 11px;
	color: #f2f3f4;
	text-align: center;
	background: rgba(0, 0, 0, 0.5);
	z-index: 2;
}
.comments .comment-item .ci-caption {
	margin-bottom: 6px;
	line-height: 18px;
}
.comments .comment-item .ci-caption .ci-name, .comments .comment-item .ci-caption .ci-name a {
	display: inline-block;
	vertical-align: top;
	color: #ff2f2f;
	font-weight: 700;
	padding-right: 13px;
}
.comments .comment-item .ci-caption .ci-name i, .comments .comment-item .ci-caption .ci-name a i {
	font-size: 16px;
	margin-right: 5px;
}
.comments .comment-item .ci-caption .ci-name span, .comments .comment-item .ci-caption .ci-name a span {
	font-size: 14px;
}
.comments .comment-item .ci-caption .ci-name a:hover {
	text-decoration: underline;
}
.comments .comment-item .ci-caption .ci-date {
	vertical-align: top;
	display: inline-block;
	color: #737373;
	font-size: 12px;
}
.comments .comment-item .ci-text {
	color: #282828;
	font-size: 13px;
	line-height: 18px;
	font-weight: 400;
}
.events {
	margin-bottom: 10px;
	clear: both;
}
.events .event-item {
	padding: 8px 10px;
	background: #fff;
	-webkit-border-radius: 3px;
	   -moz-border-radius: 3px;
	        border-radius: 3px;
	margin-bottom: 7px;
}
.events .event-item .ei-caption {
	margin-bottom: 6px;
	line-height: 18px;
}
.events .event-item .ei-caption .ei-name a:hover {
	text-decoration: underline;
}
.events .event-item .ei-caption .ei-date {
	vertical-align: top;
	display: inline-block;
	color: #737373;
	font-size: 12px;
}
.events .event-item .ei-text {
	color: #282828;
	font-size: 13px;
	line-height: 18px;
	font-weight: 400;
}
.events .event-item .ei-text .ei-name, .events .event-item .ei-text .ei-name a {
	display: inline-block;
	vertical-align: top;
	color: #ff2f2f;
	font-weight: 300;
	padding-right: 5px;
}
.events .event-item .ei-text .ei-name i, .events .event-item .ei-text .ei-name a i {
	font-size: 16px;
	margin-right: 5px;
}
.events .event-item .ei-text .ei-name span, .events .event-item .ei-text .ei-name a span {
	font-size: 14px;
}
.events .event-item .ei-text a {
	color: #ff2f2f;
	font-weight: 300;
	font-size: 14px;
}
/*blog and message*/
.wrap-blog {
	margin-bottom: 20px;
}
.entries .entry,
.messages .message {
	position: relative;
	padding: 8px;
	padding-right: 30px;
	background: #fff;
	margin-bottom: 10px;
	overflow: hidden;
	-webkit-border-radius: 3px;
	   -moz-border-radius: 3px;
	        border-radius: 3px;
	-webkit-box-shadow: 0 0 7px rgba(0, 0, 0, 0.13);
	   -moz-box-shadow: 0 0 7px rgba(0, 0, 0, 0.13);
	        box-shadow: 0 0 7px rgba(0, 0, 0, 0.13);
}
.delete {
	position: absolute;
	top: 5px;
	right: -2px;
}
.message .message-ava,
.entry .entry-ava {
	float: left;
	margin-right: 10px;
}
.message .entry-ava img,
.entry .entry-ava img {
	width: 100px;
	max-width: 100px;
}
.message-caption,
.entry-caption {
	margin-bottom: 6px;
	color: #81878f;
	font-size: 14px;
}
.message-caption a {
	color: #ff2f2f;
}
.message-caption .name,
.entry-caption .name,
.message-caption .name a,
.entry-caption .name a {
	display: inline-block;
	vertical-align: top;
	color: #ff2f2f;
	font-weight: 700;
	padding-right: 13px;
}
.message-caption .name i,
.entry-caption .name i,
.message-caption .name a i,
.entry-caption .name a i {
	font-size: 16px;
	margin-right: 5px;
}
.message-caption .name span,
.entry-caption .name span,
.message-caption .name a span,
.entry-caption .name a span {
	font-size: 14px;
}
.entry-caption .date {
	vertical-align: top;
	display: inline-block;
	color: #737373;
	font-size: 12px;
}
.message-caption a:hover,
.message-caption a.name:hover,
.entry-caption a.name:hover {
	text-decoration: underline;
}
.message-text,
.entry-text {
	color: #282828;
	font-size: 13px;
	line-height: 18px;
	font-weight: 400;
}
@media only screen and (max-width: 480px) {
	.message .entry-ava,
	.entry .entry-ava {
		float: none;
		margin-bottom: 5px;
	}
}
.messege-btns {
	float: right;
}
.messege-btns .btn {
	height: 32px;
	line-height: 32px;
}
/*blog and message*/
.wrap-video-block {
	overflow: hidden;
	float: right;
	padding-left: 310px;
	margin-left: -310px;
	width: 100%;
}
@media only screen and (max-width: 1197px) {
	.wrap-video-block {
		float: none;
		padding-left: 0;
		margin-left: 0;
	}
}
.video {position: relative;}
.video img {
	width: 100%;
}
.tools {
	position: relative;
	z-index: 2;
	border-bottom: 1px solid #dadada;
	margin-bottom: 10px;
	overflow: hidden;
}
/*rating*/
.rate {
	display: table;
}
.tools .rate {
	float: right;
	width: 180px;
	background: #eeeeee;
	-webkit-border-radius: 3px;
	   -moz-border-radius: 3px;
	        border-radius: 3px;
	margin: 0 0 11px 10px;
}
@media only screen and (max-width: 657px) {
	.tools .rate {
		width: 100%;
		float: none;
		margin: 0 0 6px;
	}
}
.rate .icon-like,
.rate .icon-dislike {
	font-size: 30px;
	line-height: 44px;
	display: block;
	-webkit-transition: -webkit-transform 0.4s;
	transition: -webkit-transform 0.4s;
	-moz-transition: transform 0.4s, -moz-transform 0.4s;
	-o-transition: transform 0.4s, -o-transform 0.4s;
	transition: transform 0.4s;
	transition: transform 0.4s, -webkit-transform 0.4s, -moz-transform 0.4s, -o-transform 0.4s;
	-webkit-transform: rotate(0deg);
	   -moz-transform: rotate(0deg);
	    -ms-transform: rotate(0deg);
	     -o-transform: rotate(0deg);
	        transform: rotate(0deg);
	-webkit-transform: translateZ(0);
	   -moz-transform: translateZ(0);
	        transform: translateZ(0);
}
.rate a:hover .icon-like {
	-webkit-transform: rotate(-7deg);
	   -moz-transform: rotate(-7deg);
	    -ms-transform: rotate(-7deg);
	     -o-transform: rotate(-7deg);
	        transform: rotate(-7deg);
}
.rate a:hover .icon-dislike {
	-webkit-transform: rotate(-7deg);
	   -moz-transform: rotate(-7deg);
	    -ms-transform: rotate(-7deg);
	     -o-transform: rotate(-7deg);
	        transform: rotate(-7deg);
}
.rate .icon-like {
	color: #1bbd0d;
}
.rate .icon-dislike {
	color: #ff6d01;
}
.rate a {
	display: block;
}
.rate li {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
}
.rate li.like, .rate li.dislike {
	width: 27%;
}
.rate li.like {
	border-right: 1px solid #d6d6d6;
}
.rate li.dislike {
	border-left: 1px solid #fff;
}
.rate .progress {
	padding: 0 6px;
	text-align: center;
	border-left: 1px solid #fff;
	border-right: 1px solid #d6d6d6;
}
.rate .progress span {
	display: block;
	font-size: 18px;
	line-height: 20px;
	font-weight: 300;
	color: #53585c;
	margin: 0 0 6px 0;
}
.rate .progress-bar {
	width: 100%;
	display: block;
	font-size: 0;
	height: 6px;
	overflow: hidden;
	position: relative;
	background: #ff6d01;
	-webkit-border-radius: 3px;
	   -moz-border-radius: 3px;
	        border-radius: 3px;
}
.rate .indicator {
	position: absolute;
	left: 0;
	top: 0;
	height: 6px;
	background: #1bbd0d;
}
@-webkit-keyframes like {
	0% {
		-webkit-transform: rotate(0deg);
		        transform: rotate(0deg);
	}
	50% {
		-webkit-transform: rotate(-8deg);
		        transform: rotate(-8deg);
	}
	100% {
		-webkit-transform: rotate(0deg);
		        transform: rotate(0deg);
	}
}
/* Standard syntax */
@-moz-keyframes like {
	0% {
		-moz-transform: rotate(0deg);
		     transform: rotate(0deg);
	}
	50% {
		-moz-transform: rotate(-8deg);
		     transform: rotate(-8deg);
	}
	100% {
		-moz-transform: rotate(0deg);
		     transform: rotate(0deg);
	}
}
@-o-keyframes like {
	0% {
		-o-transform: rotate(0deg);
		   transform: rotate(0deg);
	}
	50% {
		-o-transform: rotate(-8deg);
		   transform: rotate(-8deg);
	}
	100% {
		-o-transform: rotate(0deg);
		   transform: rotate(0deg);
	}
}
@keyframes like {
	0% {
		-webkit-transform: rotate(0deg);
		   -moz-transform: rotate(0deg);
		     -o-transform: rotate(0deg);
		        transform: rotate(0deg);
	}
	50% {
		-webkit-transform: rotate(-8deg);
		   -moz-transform: rotate(-8deg);
		     -o-transform: rotate(-8deg);
		        transform: rotate(-8deg);
	}
	100% {
		-webkit-transform: rotate(0deg);
		   -moz-transform: rotate(0deg);
		     -o-transform: rotate(0deg);
		        transform: rotate(0deg);
	}
}
@-webkit-keyframes dislike {
	0% {
		-webkit-transform: rotate(0deg);
		        transform: rotate(0deg);
	}
	50% {
		-webkit-transform: rotate(4deg);
		        transform: rotate(4deg);
	}
	100% {
		-webkit-transform: rotate(0deg);
		        transform: rotate(0deg);
	}
}
/* Standard syntax */
@-moz-keyframes dislike {
	0% {
		-moz-transform: rotate(0deg);
		     transform: rotate(0deg);
	}
	50% {
		-moz-transform: rotate(4deg);
		     transform: rotate(4deg);
	}
	100% {
		-moz-transform: rotate(0deg);
		     transform: rotate(0deg);
	}
}
@-o-keyframes dislike {
	0% {
		-o-transform: rotate(0deg);
		   transform: rotate(0deg);
	}
	50% {
		-o-transform: rotate(4deg);
		   transform: rotate(4deg);
	}
	100% {
		-o-transform: rotate(0deg);
		   transform: rotate(0deg);
	}
}
@keyframes dislike {
	0% {
		-webkit-transform: rotate(0deg);
		   -moz-transform: rotate(0deg);
		     -o-transform: rotate(0deg);
		        transform: rotate(0deg);
	}
	50% {
		-webkit-transform: rotate(4deg);
		   -moz-transform: rotate(4deg);
		     -o-transform: rotate(4deg);
		        transform: rotate(4deg);
	}
	100% {
		-webkit-transform: rotate(0deg);
		   -moz-transform: rotate(0deg);
		     -o-transform: rotate(0deg);
		        transform: rotate(0deg);
	}
}
/***********************************************/
/*buttons*/
.tools .buttons {
	float: right;
	overflow: hidden;
	margin-bottom: 11px;
}
@media only screen and (max-width: 657px) {
	.tools .buttons {
		float: none;
		width: 100%;
		margin-bottom: 6px;
	}
}
.tools .buttons > li {
	float: left;
	text-align: center;
	vertical-align: middle;
	margin-left: 4px;
}
@media only screen and (max-width: 977px) {
	.tools .buttons > li {
		float: none;
		padding-bottom: 4px;
	}
}
@media only screen and (max-width: 657px) {
	.tools .buttons > li {
		float: left;
		width: 50%;
		padding: 0 1px 4px;
		margin-left: 0;
	}
}
@media only screen and (max-width: 380px) {
	.tools .buttons > li {
		width: 100%;
		padding: 0 0 4px;
	}
}
.tools .buttons li > a {
	display: block;
	height: 34px;
	line-height: 34px;
	background: #eeeeee;
	color: #53585c;
	-webkit-border-radius: 3px;
	   -moz-border-radius: 3px;
	        border-radius: 3px;
	padding: 0 20px;
	text-transform: uppercase;
	font-weight: 300;
	text-transform: uppercase;
	-webkit-transition: background 0.3s, color 0.3s;
	-moz-transition: background 0.3s, color 0.3s;
	-o-transition: background 0.3s, color 0.3s;
	transition: background 0.3s, color 0.3s;
}
.tools .buttons li > a span {
	font-size: 14px;
}
.tools .buttons li > a i {
	font-size: 20px;
	margin-right: 4px;
}
.tools .buttons li > a:hover {
	background: #ff9d10;
	color: #fff;
}
/***********************************************/
/*information*/
.tools .information {
	float: left;
	overflow: hidden;
	margin: 0 7px 11px 0;
}
@media only screen and (max-width: 657px) {
	.tools .information {
		float: none;
		margin: 0 0px 0px 0;
	}
}
.tools .information li {
	float: left;
	text-align: center;
	vertical-align: middle;
	position: relative;
	background: #eeeeee;
	-webkit-border-radius: 3px;
	   -moz-border-radius: 3px;
	        border-radius: 3px;
	margin-right: 3px;
	padding: 0 19px;
}
@media only screen and (max-width: 657px) {
	.tools .information li {
		padding: 0 5px;
		width: 33%;
		margin: 0;
		margin-bottom: 5px;
	}
	.tools .information li:nth-child(2) {
		margin: 0 0.5%;
	}
}
@media only screen and (max-width: 497px) {
	.tools .information li:nth-child(1) {
		width: 100%;
	}
	.tools .information li:nth-child(2) {
		width: 49%;
		margin: 0 1% 5px 0;
	}
	.tools .information li:nth-child(3) {
		width: 49%;
		margin: 0 0 5px 1%;
	}
}
.tools .information span {
	font-size: 14px;
	line-height: 44px;
	color: #53585c;
}
@media only screen and (max-width: 657px) {
	.tools .information span {
		line-height: 34px;
		font-size: 12px;
	}
}
.tools .information i {
	font-size: 20px;
	line-height: 44px;
	color: #53585c;
	margin-right: 4px;
}
.tools .information i.icon-eye {
	font-size: 18px;
}
.tools .information i.icon-time {
	font-size: 21px;
}
@media only screen and (max-width: 657px) {
	.tools .information i {
		font-size: 18px;
		line-height: 34px;
	}
	.tools .information i.icon-eye {
		font-size: 16px;
	}
	.tools .information i.icon-time {
		font-size: 19px;
	}
}
/***********************************************/
.box-info {
	position: relative;
	z-index: 3;
	padding: 10px;
	background: #fff;
	border: 1px solid #b6b6b6;
	border-top: 0;
	-webkit-border-radius: 0 0 3px 3px;
	   -moz-border-radius: 0 0 3px 3px;
	        border-radius: 0 0 3px 3px;
	margin-bottom: 12px;
}
@media only screen and (max-width: 657px) {
	.box-info {
		margin-bottom: 0;
		padding: 5px;
	}
}
.model-block {
	padding-left: 3px;
	float: right;
	width: 60%;
	margin-bottom: 15px;
}
@media only screen and (max-width: 1317px) {
	.model-block {
		width: 100%;
		float: none;
		padding-left: 0px;
		margin-bottom: 20px;
	}
}
@media only screen and (max-width: 497px) {
	.model-block {
		margin-bottom: 10px;
	}
}
.model-block .model-block-inner {
	overflow: hidden;
	background: #fff;
	padding: 20px;
	-webkit-border-radius: 2px;
	   -moz-border-radius: 2px;
	        border-radius: 2px;
	-webkit-box-shadow: 0 0 7px rgba(0, 0, 0, 0.13);
	   -moz-box-shadow: 0 0 7px rgba(0, 0, 0, 0.13);
	        box-shadow: 0 0 7px rgba(0, 0, 0, 0.13);
}
@media only screen and (max-width: 657px) {
	.model-block .model-block-inner {
		padding: 15px;
	}
}
@media only screen and (max-width: 657px) {
	.model-block .model-block-inner {
		padding: 10px;
	}
}
.model-block .preview {
	float: left;
	max-width: 100%;
	margin-right: 20px;
	text-align: center;
	width: 270px;
	height: 356px;
}
@media only screen and (max-width: 657px) {
	.model-block .preview {
		float: none;
		margin: 0 auto 15px;
		height: auto;
	}
	.model-block .preview img {
		display: inline-block;
	}
}
.model-block .model-info {
	overflow: hidden;
}
.model-block .model-info .name {
	font-size: 24px;
	color: #282828;
	line-height: 19px;
	margin-bottom: 5px;
}
.model-block .model-info .description {
	height: 100px;
	font-size: 14px;
	line-height: 20px;
	color: #686868;
}
.specification {
	margin-bottom: 15px;
}
.specification .specification_item {
	width: 100%;
	overflow: hidden;
	border-bottom: 1px solid #dbdbdb;
	padding: 8px 0;
	font-size: 14px;
	line-height: 19px;
}
.specification .specification_item .title {
	float: left;
	color: #212328;
	margin-right: 3px;
}
.specification .specification_item .value {
	overflow: hidden;
	font-weight: 700;
	color: #ff2f2f;
}
.menu-letters {
	padding-left: 3px;
	float: right;
	width: 33.2%;
	margin-bottom: 15px;
}
@media only screen and (max-width: 1317px) {
	.menu-letters {
		width: 100%;
		float: none;
		padding-left: 0px;
		margin-bottom: 20px;
	}
}
.menu-letters #drop-alpha {
	display: block;
	position: relative;
	background: #221f1f;
	float: right;
	height: 32px;
	line-height: 32px;
	font-size: 14px;
	padding: 0 19px;
	-webkit-border-radius: 3px;
	   -moz-border-radius: 3px;
	        border-radius: 3px;
	color: #fff;
}
.menu-letters #drop-alpha.active {
	background: #ff2f2f;
}
.menu-letters #drop-alpha i {
	font-size: 10px;
}
.menu-letters #drop-alpha .letter {
	text-transform: uppercase;
}
.menu-letters .alphabet {
	overflow: hidden;
	height: 203px;
	width: 100%;
	padding: 3px 0;
	overflow: hidden;
	-webkit-border-radius: 0 0 3px 3px;
	   -moz-border-radius: 0 0 3px 3px;
	        border-radius: 0 0 3px 3px;
	-webkit-box-shadow: none;
	   -moz-box-shadow: none;
	        box-shadow: none;
	background-color: #fff;
	-webkit-box-shadow: 0 0 7px rgba(0, 0, 0, 0.06);
	   -moz-box-shadow: 0 0 7px rgba(0, 0, 0, 0.06);
	        box-shadow: 0 0 7px rgba(0, 0, 0, 0.06);
}
@media only screen and (max-width: 1317px) {
	.menu-letters .alphabet {
		height: auto;
	}
}
.menu-letters .alphabet li {
	float: left;
	width: 14%;
	margin: 5px 1.33% 4px;
	text-align: center;
	height: 30px;
	line-height: 30px;
	text-transform: uppercase;
	-webkit-border-radius: 3px;
	   -moz-border-radius: 3px;
	        border-radius: 3px;
	overflow: hidden;
}
@media only screen and (max-width: 1317px) {
	.menu-letters .alphabet li {
		width: 6.54%;
		margin: 5px 0.3%;
	}
}
.menu-letters .alphabet li a {
	display: block;
	font-size: 12px;
	line-height: 30px;
	-webkit-border-radius: 3px;
	   -moz-border-radius: 3px;
	        border-radius: 3px;
	background: #221f1f;
	-webkit-transition: background .2s, color .2s;
	-moz-transition: background .2s, color .2s;
	-o-transition: background .2s, color .2s;
	transition: background .2s, color .2s;
	color: #fff;
}
.menu-letters .alphabet li:hover a, .menu-letters .alphabet li.active a {
	background: #ff2f2f;
	font-weight: normal;
}
@media only screen and (max-width: 977px) {
	.menu-letters {
		position: absolute;
		top: 0;
		right: 138px;
		width: auto;
		margin-bottom: 0;
	}
	.menu-letters.open .alphabet {
		display: block;
	}
	.menu-letters #drop-alpha {
		float: none;
		cursor: pointer;
		margin-bottom: 0;
	}
	.menu-letters #drop-alpha.active {
		background: #ff2f2f;
	}
	.menu-letters .alphabet {
		display: none;
		position: absolute;
		right: 0;
		top: 32px;
		z-index: 2;
		width: 250px;
		z-index: 100;
		-webkit-box-shadow: 0 5px 9px rgba(0, 0, 0, 0.6);
		   -moz-box-shadow: 0 5px 9px rgba(0, 0, 0, 0.6);
		        box-shadow: 0 5px 9px rgba(0, 0, 0, 0.6);
	}
	.menu-letters .alphabet li {
		width: 14%;
		margin: 4px 1.3%;
	}
}
@media only screen and (max-width: 597px) {
	.menu-letters {
		position: relative;
		margin-bottom: 10px;
		top: 0;
		width: 50%;
		right: -50%;
		left: auto;
		margin-top: -42px;
		height: 32px;
		z-index: 100;
	}
	.menu-letters #drop-alpha {
		float: none;
		cursor: pointer;
		margin-bottom: 0;
		width: 100%;
		position: absolute;
		top: 0;
		left: 0;
		text-align: center;
	}
	.menu-letters .alphabet {
		width: 100%;
	}
	.menu-letters .alphabet ul {
		max-height: 180px;
		overflow-y: scroll;
	}
	.menu-letters .alphabet li {
		width: 100%;
		margin: 4px 0;
		padding: 0 5px;
	}
}
.profile-block {
	width: 100%;
	margin-bottom: 20px;
}
@media only screen and (max-width: 977px) {
	.profile-block {
		margin-bottom: 0;
	}
}
.profile-block .profile-block-inner {
	overflow: hidden;
	background: #fff;
	padding: 20px;
	-webkit-border-radius: 2px;
	   -moz-border-radius: 2px;
	        border-radius: 2px;
}
@media only screen and (max-width: 657px) {
	.profile-block .profile-block-inner {
		padding: 15px;
	}
}
@media only screen and (max-width: 657px) {
	.profile-block .profile-block-inner {
		padding: 10px;
	}
}
.profile-block .preview {
	float: left;
	width: 250px;
	height: 250px;
	max-width: 100%;
	margin: 0 15px 0 0;
	text-align: center;
	position: relative;
	-webkit-border-radius: 3px;
	   -moz-border-radius: 3px;
	        border-radius: 3px;
	overflow: hidden;
}
.profile-block .preview img {
	width: 100%;
}
@media only screen and (max-width: 1097px) {
	.profile-block .preview {
		float: none;
		margin: 0 auto 20px;
	}
}
@media only screen and (max-width: 657px) {
	.profile-block .preview {
		width: 200px;
		height: 200px;
		margin: 0 auto 15px;
	}
}
.profile-block .preview .name {
	font-size: 18px;
	color: #282828;
	line-height: 19px;
	margin-bottom: 5px;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	font-weight: 400;
	line-height: 24px;
	color: #fff;
	background: rgba(0, 0, 0, 0.7);
	margin: 0;
	padding: 5px;
}
.profile-info {
	overflow: hidden;
}
.profile-info .information {
	margin: 0 0 10px -1.33%;
}
.profile-info .information .pi_row {
	overflow: hidden;
}
@media only screen and (max-width: 497px) {
	.profile-info .information .pi_row {
		margin: 0;
		border-bottom: none;
	}
}
.profile-info .information .pi_row:last-child .pi_item {
	border-bottom: 1px solid #dbdbdb;
}
.profile-info .information .pi_row .pi_item {
	float: left;
	width: 32%;
	margin-left: 1.333%;
	border-bottom: none;
	border-top: 1px solid #dbdbdb;
	border-bottom: none;
	overflow: hidden;
	padding: 8px 0;
	font-size: 13px;
	line-height: 19px;
	color: #212328;
}
@media only screen and (max-width: 657px) {
	.profile-info .information .pi_row .pi_item {
		text-align: center;
	}
}
.profile-info .information .pi_row .pi_item span {
	color: #ff2f2f;
	font-weight: 700;
}
@media only screen and (max-width: 657px) {
	.profile-info .information .pi_row .pi_item span {
		display: block;
	}
}
.profile-info .description {
	font-size: 13px;
	line-height: 19px;
	height: 100px;
	font-size: 13px;
	line-height: 20px;
	color: #686868;
	font-weight: 300;
}
.profile-info .description span {
	color: #282828;
}
.channel-block {
	width: 100%;
	margin-bottom: 20px;
}
@media only screen and (max-width: 657px) {
	.channel-block {
		margin-bottom: 10px;
	}
}
.channel-block .channel-block-inner {
	position: relative;
	overflow: hidden;
}
.channel-block .channel-block-info {
	position: relative;
	float: left;
	width: 49%;
	margin-right: 1%;
}
@media only screen and (max-width: 977px) {
	.channel-block .channel-block-info {
		width: 100%;
		margin-right: 0;
		float: none;
	}
}
.channel-block .preview {
	max-width: 100%;
	-webkit-border-radius: 3px;
	   -moz-border-radius: 3px;
	        border-radius: 3px;
	overflow: hidden;
	text-align: center;
}
@media only screen and (max-width: 1317px) {
	.channel-block .preview {
		margin-bottom: 0;
		-webkit-border-radius: 3px 3px 0 0;
		   -moz-border-radius: 3px 3px 0 0;
		        border-radius: 3px 3px 0 0;
	}
}
.channel-block .preview img {
	width: 100%;
}
.channel-block .channel-name {
	position: absolute;
	bottom: 5px;
	right: 5px;
	background: rgba(255, 109, 1, 0.9);
	-webkit-border-radius: 3px;
	   -moz-border-radius: 3px;
	        border-radius: 3px;
	padding: 0 20px;
	min-width: 50%;
	text-align: center;
	line-height: 40px;
	height: 40px;
	color: #fff;
	font-size: 15px;
	font-weight: 700;
}
.channel-block .channel-name > * {
	font-size: 15px;
}
@media only screen and (max-width: 977px) {
	.channel-block .channel-name {
		bottom: 3px;
		right: 3px;
	}
}
@media only screen and (max-width: 785px) {
	.channel-block .channel-name {
		padding: 0 8px;
		font-size: 13px;
	}
}
.channel-block .channel-info {
	float: right;
	overflow: hidden;
	margin-top: 8px;
	width: 50%;
	clear: right;
}
.channel-block .channel-info .vids, .channel-block .channel-info .views, .channel-block .channel-info .rate {
	padding: 0 2px;
	float: left;
	width: 33.333%;
}
.channel-block .channel-info .vids span, .channel-block .channel-info .views span, .channel-block .channel-info .rate span {
	padding: 0 20px;
	background: rgba(96, 145, 174, 0.9);
}
@media only screen and (max-width: 977px) {
	.channel-block .channel-info {
		position: absolute;
		right: 3px;
		bottom: 46px;
		width: auto;
		min-width: 25%;
	}
	.channel-block .channel-info .vids, .channel-block .channel-info .views, .channel-block .channel-info .rate {
		float: none;
		width: 100%;
		margin-top: 3px;
		font-size: 12px;
		height: 30px;
		line-height: 30px;
	}
}
.channel-block .channel-info > div {
	padding: 0 5px;
	width: 33.33%;
	float: left;
	height: 36px;
	line-height: 36px;
	color: #fff;
	font-size: 14px;
	font-weight: 400;
}
.channel-block .channel-info > div span {
	display: block;
	text-align: center;
	background: rgba(0, 0, 0, 0.9);
	-webkit-border-radius: 3px;
	   -moz-border-radius: 3px;
	        border-radius: 3px;
}
.channel-block .wrap-channel-descr {
	float: right;
	width: 50%;
	background: #fff;
	padding: 8px 10px;
	-webkit-border-radius: 3px;
	   -moz-border-radius: 3px;
	        border-radius: 3px;
	font-size: 14px;
	line-height: 20px;
	color: #686868;
}
@media only screen and (max-width: 977px) {
	.channel-block .wrap-channel-descr {
		display: none;
	}
}
.channel-block .wrap-channel-descr .channel-descr {
	height: 268px;
}
.channel-block .wrap-channel-descr .channel-descr p {
	margin-bottom: 10px;
}
/*style for KVS blocks*/
.success, .failure {
	font-weight: 400;
	display: block;
	font-size: 14px;
	line-height: 18px;
	padding: 5px 0;
	text-align: center;
}
.success {
	color: #1bbd0d;
}
.failure {
	color: #ff2f2f;
}
.message_error {
	color: #ff2f2f;
}
.g_hidden {
	display: none;
}
.text_content {
	overflow: hidden;
	padding: 14px 19px 14px;
	background: #fff;
	color: #221f1f;
	font-size: 14px;
	line-height: 20px;
	text-align: justify;
	-webkit-border-radius: 3px;
	   -moz-border-radius: 3px;
	        border-radius: 3px;
	margin-bottom: 10px;
}
.text_content .sub-title {
	margin: 15px 0 10px;
}
.topmost {
	font-size: 12px;
	line-height: 18px;
	color: #7E7C8C;
	margin: 10px 0;
	text-transform: uppercase;
}
.topmost .mail {
	text-transform: none;
}
.topmost a {
	color: #0088cc;
	text-decoration: underline;
}
.topmost a:hover {
	text-decoration: none;
}
/*Page Video*/
.tools .buttons a.add_fav {
	display: block !important;
}
.buttons-plst-holder {
	overflow: hidden;
	margin: 0 -1% 15px;
}
.buttons-plst-holder .confirm {
	float: left;
	width: 48%;
	margin: 0 1%;
}
@media only screen and (max-width: 657px) {
	.buttons-plst-holder .confirm {
		width: 100%;
		margin: 0 0 5px 0;
	}
}
.list-playlists {
	width: 100%;
	background: #DCDCDC;
	padding: 20px 10px 13px;
	-webkit-border-radius: 3px;
	   -moz-border-radius: 3px;
	        border-radius: 3px;
	margin-bottom: 10px;
}
.list-playlists .item {
	position: relative;
	margin-bottom: 7px;
}
.list-playlists .item .privacy {
	position: absolute;
	top: 0;
	right: 0;
	height: 20px;
	line-height: 20px;
	font-size: 18px;
	width: 25px;
	text-align: center;
	color: #004669;
}
/*******************/
/*Page Profile Edit*/
.wrap-birthday select:nth-child(1) + span {
	width: 40% !important;
	float: left;
	border-right: 4px solid #ffffff;
}
.wrap-birthday select:nth-child(3) + span {
	width: 30% !important;
	float: left;
	border-right: 2px solid #ffffff;
}
.wrap-birthday select:nth-child(5) + span {
	width: 30% !important;
	float: left;
	border-left: 2px solid #ffffff;
}
/*******************/
/*Page Upload Edit*/
.upload-buttons {
	padding: 5px 0 1px;
}
.uploader_popup {
	height: 240px !important;
	width: 300px !important;
	border: 1px solid #e0e0e0 !important;
	/*Этот вариант только если у какого-то рродителя есть релатив и его нельзя снять*/
	top: auto !important;
	bottom: 90px !important;
	left: 50% !important;
	margin-left: -150px !important;
}
.uploader_progress {
	z-index: 1 !important;
	background-color: #221f1f;
	-webkit-border-radius: 3px;
	   -moz-border-radius: 3px;
	        border-radius: 3px;
	overflow: hidden;
	/*Обязательно чтобы форма была relative (нужкен класс .relative)*/
	/*Этот вариант только если у какого-то рродителя есть релатив и его нельзя снять*/
	top: auto !important;
	bottom: 101px !important;
	left: auto !important;
	right: 0 !important;
}
@media only screen and (max-width: 657px) {
	.uploader_progress {
		bottom: 93px !important;
	}
}
.uploader_progress .progress_bar {
	height: 40px;
	background: #1bbd0d;
	font-size: 13px;
	color: #ffffff;
	white-space: nowrap;
	line-height: 40px;
	text-indent: 5px;
}
.image_items {
	/*Стили для скринов видео*/
	overflow: hidden;
	margin: 0 -3px;
	font-size: 0;
}
.image_items .image_item {
	float: left;
	padding: 0 3px 10px;
	position: relative;
	width: 33.333%;
}
@media only screen and (max-width: 657px) {
	.image_items .image_item {
		width: 50%;
	}
}
@media only screen and (max-width: 497px) {
	.image_items .image_item {
		width: 100%;
	}
}
.image_items .image_item .image {
	margin-bottom: 5px;
}
.image_items .image_item .image img {
	width: 100%;
}
#file_btn_cancel {
	z-index: 2;
}
.wrap-subs-btn {
	overflow: hidden;
}
.wrap-subs-btn .btn {
	margin-left: 10px;
}
.wrap_inp_upload_file {
	overflow: hidden;
}
/*******************/
.wrap-finp-screen {
	float: right;
	height: 36px;
	width: 80px;
	font-size: 12px;
	line-height: 28px;
	color: #ffffff;
	text-align: center;
	background-color: #3d3d3d;
	border: none;
	text-transform: capitalize;
	cursor: pointer;
}
.wrap-finp-screen {
	display: block;
	overflow: hidden;
	cursor: pointer;
}
.wrap-finp-screen .btn {
	font-size: 12px;
	text-transform: capitalize;
	height: 40px;
	line-height: 40px;
	font-weight: normal;
	cursor: pointer;
}
#kt_player, #kt_player object, #kt_player_internal, #kt_preview {
 position: absolute!important;
 left: 0;
 top: 0;
 width: 100%!important;
 height: 100%!important;
 z-index: 10;
}
/*style for KVS blocks*/
/*# sourceMappingURL=style.css.map */
.spot-top {
	margin: 0 0 10px 0;
	text-align: right;
}
@media only screen and (max-width: 858px) {
	.spot-top {
		text-align: center;
	}
}
.spot-top .spot__link {
	display: inline-block;
	max-width: 470px;
	width: 100%;
	overflow: hidden;
}
.spot-top .spot__link iframe{
	width: 100%;
}

.banner__video-play.banner__video-play_wide {
	width: 486px;
    height: 60px;
    top: calc(100% - 95px);
    margin: 0;
    transform: translateX(-50%);
}

.bottom-popunder {
	padding: 20px 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
		justify-content: center
}

.banner__video-close.banner__video-close_ico {
    position: absolute;
    top: -28px;
	margin: 0;
	left: 100%;
    width: 30px;
    height: 30px;
}
