.xfieldimagegallery.screens {
	display: flex;
}

* {
    background: transparent;
    margin: 0;
    padding: 0;
    outline: none;
    border: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box
}

ol,
ul {
    list-style: none
}

blockquote,
q {
    quotes: none
}

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

input,
select {
    vertical-align: middle
}

article,
aside,
figure,
figure img,
hgroup,
footer,
header,
nav,
section,
main {
    display: block
}
.header::after {
	border-block-color: antiquewhite;
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: 2px;
	background: linear-gradient(135deg, #f85b49 0%, #ffbd4d 60%, #f85b49 100%);
}
.header {
	position: relative;
}
body {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font: 12px/14px 'AvertaCY-Regular', Tahoma, Geneva, sans-serif;
	background:#151617 !important;
    line-height: normal;
    padding: 0;
    margin: 0;
    color: #000;
    height: 100%;
    width: 100%;
    font-weight: normal
}

img {
    max-width: 100%
}

.clr {
    clear: both
}

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

a {
    color: #000;
    text-decoration: none
}

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

h1,
h2,
h3,
h4,
h5 {
    font-weight: 400;
    font-size: 28px
}

.form-wrap {}

.sub-title h1 {
    margin-bottom: 15px;
    font-size: 24px;
    font-weight: 700
}
.darkreb {
	border-left: 4px solid #f85b49 !important;
}
.pm-page,
.search-page,
.static-page,
.tags-page,
.form-wrap {}

@font-face {
    font-family: 'Titillium';
    src: url('../fonts/TitilliumWeb-Black.eot');
    src: local('../fonts/Titillium Web Black'), local('TitilliumWeb-Black'), url('../fonts/TitilliumWeb-Black.eot?#iefix') format('embedded-opentype'), url('../fonts/TitilliumWeb-Black.woff') format('woff'), url('../fonts/TitilliumWeb-Black.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
    font-display: fallback;
}

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

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

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


/** -------- SET ------ **/

.button,
.pagi-load a,
.up-second li a,
.usp-edit a,
.qq-upload-button,
button:not(.color-btn):not([class*=fr]),
html input[type="button"],
input[type="reset"],
input[type="submit"],
.meta-fav a,
.usp-btn a {
    color: #fff;
    padding: 0 30px;
    display: inline-block;
    height: 40px;
    line-height: 40px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    cursor: pointer;
    background-color: #111;
    text-align: center;
	border: 1px solid #f85b49;
    font-weight: 400
}

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

.up-second li a {
    background-color: #f85b49;
    font-size: 13px;
    font-weight: 400;
}

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

.button:hover,
.up-second li a:hover,
.usp-edit a:hover,
.qq-upload-button:hover,
.pagi-load a:hover,
.usp-btn a:hover,
button:not(.color-btn):hover,
html input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover,
.meta-fav a:hover {
    background-color: #202020;
    color: #fff
}

button:active,
html input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
    -webkit-box-shadow: inset 0 1px 4px 0 rgba(0, 0, 0, 0.1);
    -moz-box-shadow: inset 0 1px 4px 0 rgba(0, 0, 0, 0.1);
    -ms-box-shadow: inset 0 1px 4px 0 rgba(0, 0, 0, 0.1);
    -o-box-shadow: inset 0 1px 4px 0 rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 1px 4px 0 rgba(0, 0, 0, 0.1)
}

input[type="submit"].bbcodes,
input[type="button"].bbcodes,
input.bbcodes,
.ui-button {
    font-size: 12px!important;
    height: 30px!important;
    line-height: 30px!important;
    padding: 0 10px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px
}

input[type="text"],
input[type="password"] {
    display: block;
    width: 100%;
    height: 40px;
    line-height: 40px;
    padding: 0 15px;
    color: #151617;
    background-color: #f6f6f6;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    -webkit-appearance: none
}

input[type="text"]:focus {}

input:focus::-webkit-input-placeholder {
    color: transparent
}

input:focus::-moz-placeholder {
    color: transparent
}

input:focus:-moz-placeholder {
    color: transparent
}

input:focus:-ms-input-placeholder {
    color: transparent
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focusinput:-webkit-autofill,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hovertextarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
    -webkit-box-shadow: 0 0 0 1000px #EDEDED inset
}

select {
    height: 40px;
    border: 1px solid #e3e3e3;
    background-color: #FFF
}

textarea {
    display: block;
    width: 100%;
    padding: 10px;
    background-color: #f5f5f5;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    overflow: auto;
    vertical-align: top;
    resize: vertical
}
/* serials main block */

.ksupdate_block{margin-bottom: 15px;}
.ksupdate_block_date {
	position: relative;
	float: left;
	font-size: 18px;
	padding: 0 15px 0 15px;
	color: #fff;
	text-align: center;
	margin-bottom: 10px;
}
.ksupdate_block_date::before {
	left: 0;
	background: linear-gradient(135deg, #f85b49 0%, #ffbd4d 60%, #f85b49 100%);
	-webkit-transform: skew(20deg);
	-moz-transform: skew(20deg);
	-o-transform: skew(20deg);
	-webkit-transform: skew(20deg);
	-moz-transform: skew(20deg);
	-ms-transform: skew(20deg);
	-o-transform: skew(20deg);
	transform: skew(20deg);
	content: '';
	height: 100%;
	width: 100%;
	display: block;
	position: absolute;
	z-index: 1;
	top: 0;
	background-color: #f85b49;
	transform: skew(20deg);
}
ul.ksupdate_block_list { padding-left: 0; margin-top: 0; }
.ksupdate_block_list .a-m-d{display: block; position: relative;}
.ksupdate_block_list .a-m-d:after{-webkit-transition: background-color 0.2s linear; -moz-transition: background-color 0.2s linear; -ms-transition: background-color 0.2s linear; -o-transition: background-color 0.2s linear; transition: background-color 0.2s linear; background-color: rgba(0, 0, 0, 0); content: ""; height: 100%; position: absolute; top: 0; left: 0; width: 100%;}
.ksupdate_block_list .a-m-d:hover:after{background-color: rgba(0, 0, 0, 0.2);}
.ksupdate_block_list_item{-webkit-transition: background-color 0.2s linear; -moz-transition: background-color 0.2s linear; -ms-transition: background-color 0.2s linear; -o-transition: background-color 0.2s linear; transition: background-color 0.2s linear; background-color: #fff; cursor: pointer; display: table; min-height: 35px; width: 100%;
border-radius: 5px;
  margin-bottom: 5px;}
.ksupdate_block_list_item ~ .ksupdate_block_list_item { border-top: 1px solid #ececec; }
.ksupdate_block_list_item:hover{background-color: #fafafa;}
.ksupdate_block_list_item:hover .b-seriesupdate__block_list_link{color: #2e859e; text-decoration: none;}
.ksupdate_block_list_item.tracked{background-color: #d6f0ff;}
.ksupdate_block_list_item.tracked:hover{background-color: #a8dfff;}
.ksupdate_block_list_item.tracked:hover .b-seriesupdate__block_list_link{color: #000;}
.ksupdate_block_list_item_inner{display: table-row;}
.ksupdate_block_list_item_inner .cell{padding: 6px 0 5px; display: table-cell; vertical-align: middle;}
.ksupdate_block_list_item_inner .cell-1{color: #000; font-size: 12px; padding-right: 5px; padding-left: 10px;}
.ksupdate_block_list_item_inner .cell-1 .season{white-space: nowrap;}
.ksupdate_block_list_item_inner .cell-2{color: #f85b49; font-size: 11px; font-weight: bold; padding-right: 10px; text-align: right; white-space: nowrap;}
.ksupdate_block_list_item_inner .cell-2 i{color: #1c1c1d; display: block; font-style: normal;}
.ksupdate_block_list_link{-webkit-transition: color 0.2s ease-in-out; -moz-transition: color 0.2s ease-in-out; -ms-transition: color 0.2s ease-in-out; -o-transition: color 0.2s ease-in-out; transition: color 0.2s ease-in-out; color: #000; font-weight: bold; text-decoration: none;}
.ksupdate_block_list_link:hover{text-decoration: none;}
.ksupdate_block_date span {
	position: relative;
	z-index: 1;
	color: #fff;
}
.login-box input[type="text"],
.login-box input[type="password"],
.login-box button,
.lb-check {
    display: block;
    margin-bottom: 20px;
    width: 100%
}

.l-btm {
    margin-bottom: 20px
}

.img-box,
.img-wide,
.img-resp-h,
.img-resp-v,
.img-resp-sq {
    overflow: hidden;
    position: relative;
    background-color: #000
}

.img-resp-h {
    padding-top: 60%
}

.img-resp-sq {
    padding-top: 100%
}

.img-resp-v {
    padding-top: 133%
}

.img-box img,
.img-resp-h img,
.img-resp-v img,
.img-resp-sq img {
    width: 100%;
    min-height: 100%;
    display: block
}

.img-box {
	background-position: center center;
	background-image: url(../images/bk-noposter.png);
	-webkit-background-size: cover;
	width: 100%;
}

.img-resp-h img,
.img-resp-v img,
.img-resp-sq img {
    position: absolute;
    left: 0;
    top: 0
}

.img-wide img {
    width: 100%;
    display: block
}

.img-square img {
    width: 150%;
    max-width: 150%;
    margin-left: -25%
}

.nowrap {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

button,
input,
.select,
.btn-filt,
.l-show,
.btn-more,
.ser,
.to-view,
.to-trailer,
.cont,
.svg-inline--fa,
.schedule-tabs li,
.p-title,
.lc-title,
.p-img,
.s-img,
.sb-link,
.full .to-fav,
.mega_menu > ul > li,
.srate {
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    -moz-transition: all .3s ease
}

.button,
.th-mask,
a,
.sb_r-item .title {
    transition: color .1s, background-color .1s, opacity .1s
}


.shl {
    position: absolute;
    display: block;
    z-index: 100;
    top: 0;
    bottom: 0;
    width: 100%;
    left: 0;
}

.side_bt,
.nav_title,
.sect_header h1 {
    position: relative;
    font-size: 28px;
    text-transform: uppercase
}

.sect_header h1 {
    border-bottom: 1px solid #f2f5f2
}

.sect_header h1:after {
    content: '';
    width: 30px;
    left: 0;
    bottom: -1px;
    height: 2px;
    position: absolute;
    background-color: #f85b49
}

.ps-link {
    cursor: pointer
}

.icon-l .svg-inline--fa {
    margin-right: 10px;
    color: #ffffff
}

.icon-r .svg-inline--fa {
    margin-left: 10px;
    color: #ffffff
}

.fx-row {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between
}
.xfieldimagegallery.skrinshoty {
	display: inline-block;
}
.fx-center {
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center
}

.fx-between {
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between
}

.fx-stretch {
    -ms-flex-align: stretch;
    -webkit-align-items: stretch;
    align-items: stretch
}

.fx-top {
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start
}

.fx-middle {
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center
}

.fx-bottom {
    -ms-flex-align: end;
    -webkit-align-items: flex-end;
    align-items: flex-end
}

.fx-col {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column
}

.fx-wrap {
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap
}

.fx-col-reverse {
    -ms-flex-direction: column-reverse;
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse
}

.txt_center {
    text-align: center
}

.mask {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    padding: 10px;
    background: #151617;
    background: -webkit-linear-gradient(top, #1516177a, #151617c9);
    background: -moz-linear-gradient(top, #1516177a, #151617c9);
    background: linear-gradient(to bottom, #1516177a, #151617c9);
    color: #f85b49;
    opacity: 0;
    align-items: center
}

.with-mask:hover .mask {
    opacity: 1
}

.blc {
    min-height: 30px;
    padding: 14px;
    position: relative;
    border-color: #efeff0;
    -webkit-box-shadow: 0 0 15px 0 rgba(28, 25, 44, 0.05);
    -moz-box-shadow: 0 0 15px 0 rgba(28, 25, 44, 0.05);
    -webkit-box-shadow: 0 0 15px 0 rgba(28, 25, 44, 0.05);
    -moz-box-shadow: 0 0 15px 0 rgba(28, 25, 44, 0.05);
    -ms-box-shadow: 0 0 15px 0 rgba(28, 25, 44, 0.05);
    -o-box-shadow: 0 0 15px 0 rgba(28, 25, 44, 0.05);
    box-shadow: 0 0 15px 0 rgba(28, 25, 44, 0.05);
    margin-bottom: 15px;
    background-color: #fff;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    border-left: 2px solid #333
}

.blc_desc {
    margin-top: 20px;
    background-color: #f6f6f6;
    padding: 15px
}

.blc_font {
    font-weight: 400;
    font-size: 28px;
    font-family: 'LeagueGothic';
}

.img_pb {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    min-height: 100%;
    display: block;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 220px;
    max-height: 220px
}

.img_pb:before {
    content: '';
    position: absolute;
    left: 0;
    height: 100%;
    width: 100%;
    top: 0;
    background-color: rgba(17, 17, 17, 0.3)
}

.blc_n {
    border-left: 0
}

.badge {
    position: absolute;
    user-select: none;
    cursor: default;
    font-size: 8px;
    background: #f85b49;
    width: 16px;
    height: 16px;
    color: #ecf0f1;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    top: -4px;
    right: -9px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box
}

h1,
h2,
h3,
h4,
h5,
.side_bt,
.nav_title,
.sect_header h1,
.cat_f,
.mega_menu > ul > li > a,
.nav_mobile-title,
.nav_mobile .menu a,
.login-box .lb_title,
.cols_top-tabs span,
.slider .current .about .title,
#sb_pd .tabs,
.sn_title,
.short-label,
.b-rate,
.up-series,
.rate_nums,
.frate_nums,
.rate-perc,
.rcount,
.short-rate-perc,
.short_collection .badge,
.full_blc-title,
.full_list-col li > span:first-child,
.to_view,
.to_view_manga,
.to_trailer,
.blc_col-title,
.chronos_title,
.schedule-tabs li,
.show-menu,
.last-comm-link,
.comm-one,
.mdiscussed .title,
.rate3-comm > span,
.sb_r-item .title {
    font-family: 'LeagueGothic'
}


/** -------- ORDERS ------ **/

.header {
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1
}

.big_slider {
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2
}

.cols {
    -ms-flex-order: 5;
    -webkit-order: 5;
    order: 5
}

.footer {
    -ms-flex-order: 6;
    -webkit-order: 6;
    order: 6
}


/** -------- COMMON ------ **/

.show_login:hover,
.login_btn a:hover,
.log-name:hover,
.l-menu a:hover,
.ft-menu a:hover,
.carou-tabs span:hover {
    color: #fff;
  background-color: #f96549;
}


/** -------- BASIC ------ **/

.wrap {
	min-width: 320px;
	position: relative;
	max-width: 1490px;
	margin: 0 auto;
	position: relative;
	z-index: 100;
}

.center {
    max-width: 1490px;
    margin: 0 auto;
    position: relative;
    z-index: 100
}

.block {
    overflow: hidden
}

.block > *,
.main > * {
    width: 100%
}

.cols {
    padding-left: 325px;
    position: relative;
    background-color: #fdfcfc
}

.side {
    width: 325px;
    margin-left: -325px;
    float: left;
    position: relative;
    z-index: 20;
    background-color: #f9f7f7;
    color: #fff
}

.main {
    width: 100%;
    float: right;
    min-height: 800px;
    padding: 0 20px
}

.footer {
    padding: 0 20px;
    line-height: 24px;
    align-items: center;
    background-color: #151617;
    color: #fff
}

.cat_f {
    font-size: 20px
}


/** -------- HEADER,TOPLINE ------ **/

.head_top {
    background-color: #fff
}

.head_bot {
    background-color: #151617
}

.head_top-in {
    height: 50px
}

.head_bot-in {
    height: 73px;
}

.head_top-in,

.head_bot-in {
    padding: 0 20px 0 20px
}
.logotype {
    vertical-align: middle;
    margin-left: 20px;
    font-family: 'Titillium';
    font-size: 29px;
    text-transform: uppercase
}

.logotype span {
    font-size: 18px;
    color: #f85b49
}

.logotyped img {
    width: 84px;
    vertical-align: top;
}
.logotype {
    vertical-align: middle;
    margin-left: 20px;
    font-family: 'Titillium';
    font-size: 29px;
    text-transform: uppercase
}

.logotype span {
    font-size: 18px;
    color: #f85b49
}

.logotype img {
    width: 50px;
    vertical-align: top;
}

.head_elem {
    margin-left: 30px
}

.head_elem .links {
    list-style: none;
    padding: 0;
    margin: 0;
    display: inline-block;
    vertical-align: middle
}

.head_elem .links li {
    display: inline-block
}

.head_elem .links li a {
    font-size: 18px;
    margin-right: 12px;
    color: #919391
}

.head_elem .links li a:hover {
    color: #f85b49
}

.head_elem .links li:first-child a {
    font-size: 12px
}

.mega_menu > ul {
    display: block;
    padding-left: 50px
}

.mega_menu > ul > li {
    display: inline-block
}

.mega_menu > ul > li:hover {
    color: #fff;
    background-color: #333
}

.mega_menu > ul > li:hover > a {
    color: #fff
}

.mega_menu > ul > li:hover .menu {
    max-height: 9999px;
    opacity: 1;
    z-index: 999
}

.mega_menu > ul > li > a {
    position: relative;
    display: block;
    padding: 14px;
    -webkit-transition: all .2s ease-in;
    -moz-transition: all .2s ease-in;
    -ms-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    transition: all .2s ease-in;
    color: #fff;
    font-size: 18px
}

.mega_menu > ul .menu {
    -webkit-transition: all .2s ease-in;
    -moz-transition: all .2s ease-in;
    -ms-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    transition: all .2s ease-in;
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    width: 100%;
    left: 0;
    text-align: center;
    position: absolute;
    background-color: #fff;
    z-index: 9;
    border-color: #efeff0;
    -webkit-box-shadow: 0 0 15px 0 rgba(28, 25, 44, 0.05);
    -moz-box-shadow: 0 0 15px 0 rgba(28, 25, 44, 0.05);
    -webkit-box-shadow: 0 0 15px 0 rgba(28, 25, 44, 0.05);
    -moz-box-shadow: 0 0 15px 0 rgba(28, 25, 44, 0.05);
    -ms-box-shadow: 0 0 15px 0 rgba(28, 25, 44, 0.05);
    -o-box-shadow: 0 0 15px 0 rgba(28, 25, 44, 0.05);
    box-shadow: 0 0 15px 0 rgba(28, 25, 44, 0.05)
}

.mega_menu > ul .menu .menu_inner {
    padding: 12px 25px 25px;
    width: 20%;
    display: table-cell;
    vertical-align: top;
}

.mega_menu > ul .menu .menu_inner.mi_left li {
    display: inline-block;
    white-space: normal;
    word-break: break-all;
    text-align: left;
    margin: 5px 0 10px;
    padding: 0 0 0 20px;
    margin-top: 5px;
    float: left
}

.mega_menu > ul .menu .menu_inner.mi_left li a {
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    padding: 0;
    font-size: 15px;
    font-weight: 500;
    line-height: 30px;
    height: 30px
}

.mega_menu > ul .menu .menu_inner.mi_right li {
    white-space: normal;
    word-break: break-all;
    display: block;
    width: 100%;
    float: left;
    text-align: left
}

.mega_menu > ul .menu .menu_inner.mi_right li a {
    font-size: 13px;
    font-weight: 400;
    color: #8f95a3;
    height: 30px;
    line-height: 30px;
    padding: 0 20px;
	border-radius: 5px;
    display: block
}

.mega_menu > ul .menu .menu_inner.mi_right li a:hover {
    background: linear-gradient(135deg, #f85b49 0%, #ffbd4d 60%, #f85b49 100%);
  color: white;
}

.mega_menu > ul .menu .menu_inner .menu_subtitle {
    color: #151617
}

.mega_menu > ul > li > a .badge {
    top: 6px;
    right: 0;
    width: 21px;
    height: 20px;
    font-size: 13px
}


/*FIXED HEADER*/

.fixed-header {
    position: fixed;
	width: 100%;
    max-width: 1490px;
    top: 0;
    z-index: 100
}
.fixed-header::after {
	border-block-color: antiquewhite;
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: 2px;
	background: linear-gradient(135deg, #f85b49 0%, #ffbd4d 60%, #f85b49 100%);
}
.search_form {
    height: 80px;
    position: absolute;
    top: 4%;
    width: 100%;
    left: 15%;
    margin-top: -40px;
    max-width: 850px;
    margin-left: auto;
    margin-right: auto;
    z-index: 1000;
    pointer-events: none;
    opacity: 0;
    -webkit-transform: translate(40px, 0);
    -moz-transform: translate(40px, 0);
    -ms-transform: translate(40px, 0);
    -o-transform: translate(40px, 0);
    transform: translate(40px, 0);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out
}

.search_form .sf_title {
    color: #fff;
    margin-bottom: 20px;
    font-size: 20px
}

.search_form-wrp {
    width: 100%;
    overflow: hidden;
    background-color: #fff;
    position: relative;
    z-index: 21;
    -webkit-transition: height ease .2s;
    -webkit-transition: height ease .2s;
    -moz-transition: height ease .2s;
    -ms-transition: height ease .2s;
    -o-transition: height ease .2s;
    transition: height ease .2s
}

.search_form-wrp {
    position: relative
}

.search_form-wrp > input {
    width: 100%;
    height: 59px;
    padding-left: 18px;
    display: block;
    color: #333
}

.search_form-wrp > .btn {
    position: absolute;
    right: 10px;
    top: 0;
    margin: 12px 0 0 0;
    height: 33px!important;
    line-height: 20px!important;
    padding: 6px 14px!important
}

.search_form-wrp > .btn:hover {
    -webkit-box-shadow: inset 0 0 0 1px #64696c;
    -moz-box-shadow: inset 0 0 0 1px #64696c;
    -ms-box-shadow: inset 0 0 0 1px #64696c;
    -o-box-shadow: inset 0 0 0 1px #64696c;
    box-shadow: inset 0 0 0 1px #64696c;
    -webkit-box-shadow: inset 0 0 0 1px #64696c
}

.search_form-wrp input::-webkit-input-placeholder {
    color: #333
}

.search_form-wrp input:-ms-input-placeholder {
    color: #333
}

.search_form-wrp input::-moz-placeholder {
    color: #333;
    opacity: 1
}

.search_form-wrp input:-moz-placeholder {
    color: #333;
    opacity: 1
}

body.mode_search {
    overflow: hidden
}

body.mode_search .search_form,
body.mode_search .icon_close {
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
    pointer-events: all;
    z-index: 1000;
    display: block;
    opacity: 1
}

body.mode_search .search_form-over .icon_search {
    opacity: 0
	
}

body.mode_search .search_form-over .sf_overlay {
    -webkit-transform: scale(70);
    -moz-transform: scale(70);
    -ms-transform: scale(70);
    -o-transform: scale(70);
    transform: scale(70);
    padding: 35px;
    opacity: 1
}

.search_form-over {
    cursor: pointer;
    position: relative
}

.search_form-over .icon_search,
.search_form-over .icon_close {
    -webkit-transition: 0.2s ease-in-out;
    -moz-transition: 0.2s ease-in-out;
    -ms-transition: 0.2s ease-in-out;
    -o-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out
}

.search_form-over:hover .sf_overlay {
    -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
    -moz-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
    -ms-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
    -o-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23)
}

.sf_overlay,
.sf_overlay:hover {
    width: 20px;
    height: 20px;
    position: absolute;
    z-index: 999;
    top: -10px;
    right: 0;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    border-radius: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
    background-color: #333333c7;
    outline: 0;
    -webkit-transform-origin: 50%;
    -moz-transform-origin: 50%;
    -ms-transform-origin: 50%;
    -o-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0), 0 0 0 rgba(0, 0, 0, 0)!important;
    -moz-box-shadow: 0 0 0 rgba(0, 0, 0, 0), 0 0 0 rgba(0, 0, 0, 0)!important;
    -ms-box-shadow: 0 0 0 rgba(0, 0, 0, 0), 0 0 0 rgba(0, 0, 0, 0)!important;
    -o-box-shadow: 0 0 0 rgba(0, 0, 0, 0), 0 0 0 rgba(0, 0, 0, 0)!important;
    box-shadow: 0 0 0 rgba(0, 0, 0, 0), 0 0 0 rgba(0, 0, 0, 0)!important;
    -webkit-transition: all 0.6s cubic-bezier(0.4, 0, 0.2, 1);
    -moz-transition: all 0.6s cubic-bezier(0.4, 0, 0.2, 1);
    -ms-transition: all 0.6s cubic-bezier(0.4, 0, 0.2, 1);
    -o-transition: all 0.6s cubic-bezier(0.4, 0, 0.2, 1);
    transition: all 0.6s cubic-bezier(0.4, 0, 0.2, 1);
    opacity: 0
}

.icon_search {
    position: relative;
    z-index: 1002;
    vertical-align: top;
    font-size: 19px;
    margin-right: 12px;
    color: #919391;
    -webkit-transition: 0.4s ease-in-out;
    -moz-transition: 0.4s ease-in-out;
    -ms-transition: 0.4s ease-in-out;
    -o-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
    padding: 0
}

.icon_close {
    display: none;
    position: fixed;
    top: 1.1rem;
    right: calc(12% - 2rem);
    color: #f85b49;
    font-size: 1.5rem;
    background-color: #333;
    padding: 0.2rem 0.8rem 0.2rem 0.8rem;
    opacity: 0;
    -webkit-transform: translate(-2rem, 0) rotate(0deg);
    -moz-transform: translate(-2rem, 0) rotate(0deg);
    -ms-transform: translate(-2rem, 0) rotate(0deg);
    -o-transform: translate(-2rem, 0) rotate(0deg);
    transform: translate(-2rem, 0) rotate(0deg);
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    cursor: pointer
}

.icon_close:hover {
    background-color: #f85b49;
    color: #fff
}

.links .ya-share2__link {
    margin-right: 0!important
}

.links .ya-share2 {
    margin-right: 10px
}

@media only screen and (min-width:950px) {
    .nav_mobile-btn,
    .nav_mobile,
    .nav_mobile-mask {
        display: none!important
    }
}

.nav_mobile-btn i.has-dropdown-icon {
    display: inline-block;
    margin-left: 4px;
    width: 4px;
    height: 8px;
    padding-top: 2px;
    border-top-width: 1px;
    border-top-style: solid;
    margin-right: -8px
}

.nav_mobile-btn i.has-dropdown-icon:before {
    content: '';
    display: block;
    width: 100%;
    height: 4px;
    border-top-width: 1px;
    border-top-style: solid;
    border-bottom-width: 1px;
    border-bottom-style: solid
}

.nav_mobile-btn {
    position: relative;
    display: block;
    text-align: center;
    margin: 20px 0;
    z-index: 2;
    color: #fff;
    font-size: 20px;
    padding: 7px 10px;
    line-height: 1;
    -webkit-transition: all 0.3s cubic-bezier( 0.4, 0, 0.3, 1);
    -webkit-transition: all 0.3s cubic-bezier( 0.4, 0, 0.3, 1);
    -moz-transition: all 0.3s cubic-bezier( 0.4, 0, 0.3, 1);
    -ms-transition: all 0.3s cubic-bezier( 0.4, 0, 0.3, 1);
    -o-transition: all 0.3s cubic-bezier( 0.4, 0, 0.3, 1);
    transition: all 0.3s cubic-bezier( 0.4, 0, 0.3, 1)
}

.nav_mobile-btn:hover {
    color: #55b97a
}

.nav_mobile .nav_mobile-btn {
    background: #333;
    color: #fff;
    float: right;
    margin: 0 0 30px
}

.nav_mobile {
    z-index: 9999;
    height: 100%;
    width: 100%;
    background: #f7f7f7;
    position: fixed;
    top: 0;
    overflow: hidden;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s cubic-bezier( 0.4, 0, 0.3, 1);
    -webkit-transition: all 0.3s cubic-bezier( 0.4, 0, 0.3, 1);
    -moz-transition: all 0.3s cubic-bezier( 0.4, 0, 0.3, 1);
    -ms-transition: all 0.3s cubic-bezier( 0.4, 0, 0.3, 1);
    -o-transition: all 0.3s cubic-bezier( 0.4, 0, 0.3, 1);
    transition: all 0.3s cubic-bezier( 0.4, 0, 0.3, 1)
}

.nav_mobile .content {
    height: 100%;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch
}

.nav_mobile .content_inwrap {
    position: relative;
    min-height: 100%;
    padding: 30px 30px 100px
}

.nav_mobile-open .nav_mobile {
    opacity: 1;
    visibility: visible
}

.nav_mobile .menu {
    font-size: 13px;
    font-weight: 400;
    font-style: normal;
    line-height: 1.2em;
    text-transform: uppercase;
    letter-spacing: 0.15em;
    overflow: hidden;
    width: 100%;
    margin-bottom: 30px
}

.nav_mobile-title {
    font-size: 26px
}

.nav_mobile .menu ul {
    padding: 0;
    margin: 0;
    list-style: none
}

.nav_mobile .menu li {
    margin: 0;
    padding: 0
}

.nav_mobile .menu a {
    position: relative;
    display: inline-block;
    padding: 5px 0;
    color: #333;
    font-size: 17px
}

.nav_mobile .menu a:hover {
    color: #333
}

.nav_mobile .menu a:after {
    content: "";
    display: block;
    margin: 5px auto 0;
    border-top: 1px solid #333;
    margin-left: 0;
    width: 0;
    -webkit-transition: all 0.3s cubic-bezier( 0.4, 0, 0.3, 1);
    -webkit-transition: all 0.3s cubic-bezier( 0.4, 0, 0.3, 1);
    -moz-transition: all 0.3s cubic-bezier( 0.4, 0, 0.3, 1);
    -ms-transition: all 0.3s cubic-bezier( 0.4, 0, 0.3, 1);
    -o-transition: all 0.3s cubic-bezier( 0.4, 0, 0.3, 1);
    transition: all 0.3s cubic-bezier( 0.4, 0, 0.3, 1)
}

.nav_mobile .menu a:hover {
    text-decoration: none
}

.nav_mobile .menu a:hover:after {
    width: 100%
}

.nav_mobile .menu > ul > li ul {
    padding-bottom: 10px;
    padding-left: 20px
}

.nav_mobile .menu > ul > li ul a {
    color: #777
}

.nav_mobile .menu > ul > li ul a:hover {
    color: #333
}

.nav_mobile .menu > ul > li ul ul {
    padding-top: 10px;
    padding-bottom: 10px
}

@media only screen and (min-width:600px) and (max-width:1170px) {
    .nav_mobile .menu>ul {
        -webkit-columns: 330px 2;
        -webkit-columns: 330px 2;
        -moz-columns: 330px 2;
        columns: 330px 2;
        -webkit-column-gap: 40px;
        -webkit-column-gap: 40px;
        -moz-column-gap: 40px;
        column-gap: 40px
    }
    .nav_mobile .menu > ul li {
        -webkit-column-break-inside: avoid;
        page-break-inside: avoid;
        break-inside: avoid
    }
}


/* LOGIN
----------------------------------------------- */

.login-box {
    padding: 50px 15px 0 15px
}

.login-box a {
    color: #fff
}

.login-box .lb_title {
    color: #fff;
    margin-bottom: 15px;
    font-size: 22px;
    text-transform: uppercase
}

.lb-user {
    margin: 0 0 20px 0;
    padding: 0 30px 15px 10px;
    display: flex;
    flex-flow: column;
    justify-content: flex-end;
    align-items: flex-end;
    color: #fff
}

.lb-ava {
    width: 50px;
    height: 50px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%
}

.lb-name {
    width: 100%
}

.lb-name div {
    font-size: 18px;
    font-weight: 500
}

.lb-name a {
    margin-top: 10px
}

.lb-title {
    color: #fff;
    margin: 20px 0 20px 0;
    text-transform: uppercase
}

.lb-menu a {
    display: block;
    line-height: 30px;
    padding: 0 10px;
    position: relative
}

.lb-menu a:hover,
.lb-menu a:hover .svg-inline--fa {
    background-color: #f85b49;
    color: #000
}

.lb-menu a .fa {
    color: #ffdb4c
}

.login-box input[type="text"],
.login-box input[type="password"],
.login-box button,
.lb-check {
    display: block;
    margin-bottom: 20px;
    width: 100%
}

.lb-check label span {
    top: 0;
    color: #fff
}

.lb-soc {
    margin: 20px -20px -20px -20px;
    padding: 20px;
    background-color: #2a2d34;
    text-align: center
}

.lb-soc a {
    display: inline-block;
    margin: 10px 3px 0 3px;
    vertical-align: top
}

.lb-soc img {
    display: block;
    width: 30px
}

.lb-menu > li .badge {
    top: 4px;
    right: 5px;
    width: 22px;
    height: 22px;
    font-size: 11px
}

.change_style {
    display: inline-block;
    vertical-align: top;
    color: #fff;
    font-size: 20px;
    cursor: pointer;
    margin-right: 10px
}

.login_btn {
    height: 40px;
    line-height: 40px
}

.login_btn a {
    display: inline-block;
    vertical-align: top;
    padding: 0 20px
}

.login_btn a:nth-child(2) {
    color: #fff;
    margin-right: 5px
}

.side-panel {
    width: 260px;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    background-color: #151617;
    padding: 0;
    z-index: 888;
    position: fixed;
    right: -260px;
    top: 0;
    -webkit-transition: right .6s;
    -moz-transition: right .6s;
    -ms-transition: right .6s;
    -o-transition: right .6s;
    transition: right .6s;
    -webkit-transition: right .6s
}

.side-panel.active {
    right: 0
}

.close-overlay {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .5);
    position: fixed;
    left: 0;
    top: 0;
    z-index: 887;
    display: none
}

.side-panel .close_login {
    position: fixed;
    display: none;
    width: 40px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    font-size: 23px;
    color: #f85b49;
    background-color: #333;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    cursor: pointer
}

.side-panel.active .close_login {
    display: block
}


/** -------- TOP CAROUSEL ------ **/


/** -- tabs -- **/

.cols_top-tabs {
    display: inline-block;
    margin-bottom: 5px
}

.cols_top-tabs span {
    cursor: pointer;
    font-size: 20px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    margin-right: 7px
}

.cols_top-tabs span.current {
    color: #2a2a2a;
    background-color: #fff;
    border-bottom: 1px dashed #f85b49
}

.cols_top-tabs span:not(.current):hover {
    color: #f85b49;
}

.cols_top-tabs span {
    display: inline-block;
    vertical-align: top;
    padding: 2px 15px;
  border: 1px solid #fff;
}


/** -- item -- **/

.tc-item img {
    height: 260px;
}

.tc-item .img-box,
.tc-item img {
    background-color: inherit;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px
}

.tc-title {
    padding: 7px;
    text-align: center;
    background: linear-gradient(135deg, #f85b49 0%, #ffbd4d 60%, #f85b49 100%);
    color: #fff;
    opacity: 0;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: 1;
    -webkit-border-bottom-right-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-bottomright: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px
}

.tc-item:hover .tc-title {
    opacity: 1
}

.tc-detail .svg-inline--fa {
    color: #f85b49
}


/** -------- SLIDER ------ **/

.slider {
    position: relative;
    max-width: 1100px;
    margin: 0 auto;
    background-color: #000
}

.slider .item {
    display: none
}

.slider .item.current {
    display: block;
    overflow: hidden;
    position: relative;
    padding: 20px;
    color: #BFB4A9;
    font-size: 13px
}

.slider .item.current.hidden {
    visibility: hidden
}

.slider .current .background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.slider .current .background:before {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 1;
    background: #15161794;
    background: -webkit-linear-gradient(top, #15161794, #15161794);
    background: -moz-linear-gradient(top, #15161794, #15161794);
    background: linear-gradient(to bottom, #15161794, #15161794);
}

.slider .current .background .img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    z-index: 0
}

.slider .current .background .bg {
    background: url(../images/slider-current-bg.png) no-repeat;
    background-size: 100% 100%;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: .8
}

.slider .poster_link {
    float: right;
    -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, .5);
    -moz-box-shadow: 0 1px 6px rgba(0, 0, 0, .5);
    -ms-box-shadow: 0 1px 6px rgba(0, 0, 0, .5);
    -o-box-shadow: 0 1px 6px rgba(0, 0, 0, .5);
    box-shadow: 0 1px 6px rgba(0, 0, 0, .5);
    position: relative;
    z-index: 3
}

.slider .posterd img {
    height: 278px!important;
    width: 195px;
    opacity: .89
}

.slider .current .about {
    padding: 20px;
    margin-right: 340px;
    position: relative;
    z-index: 2
}

.slider .current .about a {
    color: #f85b49;
    font-size: 14px
}

.slider .current .about a:hover,
.slider .current .about {
    color: #99d16e
}

.slider .current .about .title {
    font-size: 18px;
    text-transform: uppercase;
    margin-bottom: 10px
}

.slider .current .about .link_cat {
    margin-bottom: 10px
}

.slider .current .about .title .sb_icon {
    width: auto
}

.slider .current .about .title .sb_icon:before {
    background-color: #f85b49;
    left: 0;
    top: -1px;
	background: linear-gradient(135deg, #f85b49 0%, #ffbd4d 60%, #f85b49 100%);
}

.slider .current .about .title a {
    position: relative;
    z-index: 1;
    color: #fff;
    font-size: 30px
}

.slider .current .about .description {
    color: #cecdcd;
    margin-bottom: 10px
}

.slider .current .about .description .title span {
    position: relative;
    z-index: 1;
    color: #333
}

.slider .current .about .description .sb_icon {
    width: auto
}

.slider .current .about .description .sb_icon:before {
    background-color: #f9f7f7
}

.slider .current .about .desc .sd-line {
    display: inline-block;
    margin-right: 30px;
    color: #f85b49
}

.slider .current .about .desc .sd-line span:first-child {
    color: #fff
}

.slider .next-prev div {
    position: absolute;
    top: 0;
    height: 100%;
    width: auto;
    background: #000;
    width: 100%;
    cursor: pointer;
    z-index: 3
}

.slider .next-prev .prev {
    right: 100%
}

.slider .next-prev .next {
    left: 100%
}

.slider .next-prev div img {
    position: absolute;
    height: 100%;
    opacity: 0.2;
    -moz-opacity: 0.2;
    -khtml-opacity: 0.2;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
    filter: alpha(opacity=20)
}

.slider .next-prev .prev img {
    right: 0
}

.slider .next-prev .next img {
    left: 0
}

.slider .next-prev div:before {
    content: '';
    position: absolute;
    top: 50%;
    margin-top: -20px;
    background: url('../images/arrows.png') no-repeat;
    width: 25px;
    height: 41px;
    -webkit-transition: left 0.3s linear 0s, right 0.3s linear 0s, opacity 0.15s linear 0s;
    -moz-transition: left 0.3s linear 0s, right 0.3s linear 0s, opacity 0.15s linear 0s;
    -ms-transition: left 0.3s linear 0s, right 0.3s linear 0s, opacity 0.15s linear 0s;
    -o-transition: left 0.3s linear 0s, right 0.3s linear 0s, opacity 0.15s linear 0s;
    -webkit-transition: left 0.3s linear 0s, right 0.3s linear 0s, opacity 0.15s linear 0s;
    -moz-transition: left 0.3s linear 0s, right 0.3s linear 0s, opacity 0.15s linear 0s;
    -ms-transition: left 0.3s linear 0s, right 0.3s linear 0s, opacity 0.15s linear 0s;
    -o-transition: left 0.3s linear 0s, right 0.3s linear 0s, opacity 0.15s linear 0s;
    transition: left 0.3s linear 0s, right 0.3s linear 0s, opacity 0.15s linear 0s;
    opacity: 0.5;
    -moz-opacity: 0.5;
    -khtml-opacity: 0.5;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    filter: alpha(opacity=50)
}

.slider .next-prev div:hover:before {
    opacity: 1;
    -moz-opacity: 1;
    -khtml-opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100)
}

.slider .next-prev .prev:before {
    right: 35px;
    background-position: 0 0
}

.slider .next-prev .next:before {
    left: 35px;
    background-position: -25px 0
}


/** -------- SIDE ------ **/

.show-menu {
    display: none
}

.show-menu {
    -ms-flex-order: 4;
    -webkit-order: 4;
    order: 4
}

.side_box {
    border-color: #efeff0;
    margin-bottom: 15px;
    background-color: #fff
}

.side_bt {
    padding: 10px 20px;
    font-weight: 700;
    color: #333;
    font-size: 28px
}

.side_bc {
    padding: 20px
}

.side_bc.fx-row {
    padding-bottom: 0
}

.side_bt-in {
    position: relative;
    padding: 10px 20px;
    border-bottom: 1px solid #f2f5f2
}

.side_bt-in:after {
    content: '';
    width: 30px;
    left: 0;
    bottom: -1px;
    height: 2px;
    position: absolute;
    background-color: #f85b49
}

.rand_btn {
    font-size: 18px;
    position: relative;
    left: 180px;
    margin-top: 5px;
    width: 100%;
    cursor: pointer
}

.side_color {
    color: #000000
}

.sb_icon {
    position: relative;
    width: 40px;
    float: left;
    font-size: 20px;
    padding: 0 8px 0 8px;
    color: #fff
}

.sb_icon:before {
    content: '';
    height: 100%;
    width: 100%;
    display: block;
    position: absolute;
    z-index: 1;
    top: 0;
    left: -7px;
    background-color: #f85b49;
    -webkit-transform: skew(20deg);
    -moz-transform: skew(20deg);
    -o-transform: skew(20deg);
    -webkit-transform: skew(20deg);
    -moz-transform: skew(20deg);
    -ms-transform: skew(20deg);
    -o-transform: skew(20deg);
    transform: skew(20deg)
}

.sb_icon .svg-inline--fa {
    position: relative;
    z-index: 2
}

.nav_title {
    margin-bottom: 10px;
    font-weight: 500;
    text-transform: uppercase;
    color: #333;
    font-size: 19px
}

.nav_menu {
    margin-bottom: 20px
}

.nav_menu.nav_col li {
    width: 35%
}

.nav_menu li {
    display: inline-block
}

.nav_menu a {
    display: block;
    margin-bottom: 7px;
    font-size: 14px;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}

.sb_pd-item {
    counter-reset: subsection;
    height: 70px;
    display: block;
    position: relative
}

.sb_pd-item:hover {
    opacity: .8
}

.sb_pd-item .img {
    width: 60px;
    height: 60px;
    float: right;
    margin-bottom: 10px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    margin: 0 10px 4px 0
}

.sb_pd-item .title {
    line-height: 16px;
    height: 48px;
    overflow: hidden
}

.sb_pd-item:before {
    counter-increment: section;
    content: counter(section);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute;
    z-index: 1;
    top: 50%;
    right: 0;
    bottom: auto;
    left: auto;
    -webkit-border-radius: 50%;
    -ms-border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    width: 2.3em;
    height: 2.3em;
    line-height: 2.3em;
    text-align: center;
    border: 3px solid;
    margin-top: -2px;
    font-size: 0.8125em;
    font-weight: 500;
    color: #ffffff;
    background-color: #f85b49;
    border-color: #ffffff
}

.sb_pd-wrp {
    counter-reset: section
}

#sb_pd .side_bt {
    padding: 0;
    overflow: hidden
}

#sb_pd .side_bt-in {
    padding: 20px 32px
}

#sb_pd .tabs span {
    width: 50%;
    padding: 15px 0;
    text-align: center;
    position: relative;
    z-index: 0;
    cursor: pointer;
    font-size: 21px
}

#sb_pd .tabs span.current:before {
    background-color: #fff;
    border-color: #fff
}

#sb_pd .tabs span.current {
    color: #1c192c;
    background-color: #ffffff
}

#sb_pd .tabs span {
    color: #727279;
    background-color: #fff
}

#sb_pd .tabs span:before {
    content: '';
    position: absolute;
    z-index: -1;
    top: 0;
    height: 100%;
    -o-transform: skew(20deg);
    -moz-transform: skew(20deg);
    -webkit-transform: skew(20deg);
    -o-transform: skew(20deg);
    -ms-transform: skew(20deg);
    -webkit-transform: skew(20deg);
    -moz-transform: skew(20deg);
    -ms-transform: skew(20deg);
    -o-transform: skew(20deg);
    transform: skew(20deg);
    border-width: 0 1px 1px 1px;
    border-style: solid;
    left: -8px;
    right: 0;
    bottom: 0;
    width: 108%;
    background-color: #f6f6f6;
    border-color: #efeff0
}

.lastcomm > li > a:after {
    content: "";
    display: block;
    clear: both
}

.lastcomm > li > a {
    display: block;
}

.lastcomm > li:last-child > a {
    border-bottom-width: 0
}

.lastcomm > li > a > * {
    cursor: pointer;
    display: block;
    background-color: #f6f6f6;
    padding: 5px;
    border: 1px solid #f3efe5;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.lastcomm .lc_comm {
    font-size: 13px
}

.lastcomm .lc_title {
    margin-bottom: 3px
}

.lastcomm > li > a:hover > .lc_title {
    color: #f85b49
}

.lastcomm > li {
    display: block;
    position: relative;
    margin-bottom: 10px;
    min-height: 40px;
}

.lastcomm > li:nth-child(2n) .lc-body img {
    left: auto;
    right: 0
}

.lastcomm .lc_body {
    background-color: #f6f6f6;
    border: 1px solid #f0f0f0;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px
}

.lastcomm .lc_text {
    margin-bottom: 5px;
    font-size: 0.96em;
    color: #797979;
}

.mdiscussed .sb_mdisc-item {
    width: 142px;
    display: block;
    margin-bottom: 10px;
    padding: 5px
}

.mdiscussed .title {
    font-size: 16px
}


/* SHORTS
----------------------------------------------- */

.mdiscussed .img {
    height: 182px;
    margin-bottom: 10px;
    border-radius: 7px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px
}

.mdiscussed .sb_mdisc-item.horizontal .img {
    height: 115px
}

.sb_r-item {
    width: 125px;
    display: block
}

.sb_r-item {
    width: 100%;
    text-align: center;
    background-color: #fff;
    margin-bottom: 10px
}

.sb_r-item .img {
    height: 175px;
    margin-bottom: 10px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px
}

.sb_r-item .title {
    line-height: 48px;
    color: #333;
    height: 48px;
    overflow: hidden;
    font-size: 17px;
}

.sb_r-item .title:hover {
    background-color: #000;
    color: #fff
}

.short_notice {
    display: block;
    float: left;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    width: calc(100%/2);
    width: -webkit-calc(100%/2);
    padding: 6px
}

.sn_title {
    font-size: 17px;
    margin-top: 8px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.short_notice .sn_img {
    height: 175px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px
}


/* SHORTS
----------------------------------------------- */

.sect_header {
    align-items: center;
    min-height: 24px;
    padding: 10px;
    position: relative;
    border-color: #efeff0;
    -webkit-box-shadow: 0 0 15px 0 rgba(28, 25, 44, 0.05);
    -moz-box-shadow: 0 0 15px 0 rgba(28, 25, 44, 0.05);
    -webkit-box-shadow: 0 0 15px 0 rgba(28, 25, 44, 0.05);
    -moz-box-shadow: 0 0 15px 0 rgba(28, 25, 44, 0.05);
    -ms-box-shadow: 0 0 15px 0 rgba(28, 25, 44, 0.05);
    -o-box-shadow: 0 0 15px 0 rgba(28, 25, 44, 0.05);
    box-shadow: 0 0 15px 0 rgba(28, 25, 44, 0.05);
    margin-bottom: 15px;
    margin-top: 10px;
    background-color: #fff;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px
}

.sect_headerr h1,
.sect_header h2,
.sect_header h3 {
    font-weight: 500;
    font-size: 18px;
    text-transform: uppercase;
    color: #fff
}

.sect_header .sb_icon {
    top: -4px
}

.grid-select {
    line-height: 30px;
    height: 30px
}

.grid-select div {
    height: 54px;
    width: 37px;
    text-align: center;
    float: left;
    font-size: 18px;
    margin-top: -12px;
    line-height: 54px;
    cursor: pointer;
    color: #919391
}

.grid-select div:hover,
.grid-select div.current {
    background-color: #e4e4e4;
    color: #333
}

.short {
    position: relative;
    margin-bottom: 20px;
    padding: 20px 20px 20px 220px;
    background-color: #fff;
    height: 335px;
    overflow: hidden;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px
}

.short-img {
    margin-right: 25px;
    width: 200px;
    margin-left: -200px;
    float: left;
    height: 295px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px
}

.short-text {
    width: 100%;
    float: right;
    position: relative
}

.short-title {
    display: block;
    text-transform: uppercase;
    margin-bottom: 10px;
    font-weight: 500;
    padding-right: 70px
}

.short-title h2 {
    font-size: 21px
}

.short-desc {
    margin-top: 10px
}

.short .short-cat {
    display: none
}

.grid-thumb .short .short-cat {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: center
}

.sd-line {
    margin-bottom: 5px;
    font-size: 14px
}

.sd-line span:first-child {
    font-weight: 500
}

.sd-text {
    margin-top: 15px
}

.short-bottom {
    position: absolute;
    bottom: 0;
    right: 20px;
    left: 220px;
    height: 60px;
    background-color: #2a2d34;
    align-items: center;
    padding-bottom: 20px;
    z-index: 5
}

.short-bottom .button {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px
}

.short .rayting {
    left: 6px;
    color: #333;
    background-color: #f9f7f7
}

.short-meta {
    display: inline-block;
    position: absolute;
    z-index: 0;
    font-size: 15px;
    padding: 7px 12px;
    -webkit-border-top-left-radius: 50px;
    -webkit-border-bottom-left-radius: 50px;
    -moz-border-radius-topleft: 50px;
    -moz-border-radius-bottomleft: 50px;
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px
}

.short-label {
    right: 0;
    top: 10px;
    color: #fff;
    text-transform: uppercase
}

.sl_l {
    right: auto;
    left: 0;
    -webkit-border-top-right-radius: 50px;
    -webkit-border-bottom-right-radius: 50px;
    -moz-border-radius-topright: 50px;
    -moz-border-radius-bottomright: 50px;
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
    -webkit-border-top-left-radius: 0;
    -webkit-border-bottom-left-radius: 0;
    -moz-border-radius-topleft: 0;
    -moz-border-radius-bottomleft: 0;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.sh-label-info {
    top: 0;
    right: 0;
    background-color: #f85b49;
    color: #fff;
    cursor: pointer;
    padding: 5px 9px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0
}

.sl-g {
    background-color: #05e05a;
    top: 15px
}

.sl-y {
    background-color: #f97709;
    top: 65px
}

.sl-r {
    background-color: #f9d209;
    top: 65px;
    color: #333
}

.b-rate,
.up-series {
    background-color: #f85b49;
    text-transform: uppercase;
    padding: 7px 13px;
    font-size: 19px;
    font-weight: 400;
    color: #fff;
    position: absolute;
    bottom: 10px;
    text-transform: uppercase;
    -webkit-border-top-right-radius: 10px;
    -webkit-border-bottom-right-radius: 30px;
    -moz-border-radius-topright: 10px;
    -moz-border-radius-bottomright: 30px;
    border-top-right-radius: 10px;
  border-bottom-right-radius: 30px;
}

.up-series {
    bottom: 48px;
    background-color: #fdfcfc;
    font-weight: 600;
    color: #333
}

.grid-thumb .items {
    margin: 0 -10px;
    width: auto
}

.grid-thumb .bottom-nav {
    padding-left: 10px;
    padding-right: 10px
}

.grid-thumb .short {
    width: calc(100%/4);
    width: -webkit-calc(100%/4);
    float: left;
    padding: 7px;
    height: auto
}

.grid-thumb .short-in {
    position: relative
}

.grid-thumb .short:before {
    display: none
}

.grid-thumb .short-img {
    float: none;
    margin: 0;
    width: 100%;
    height: 0;
    padding-top: 144%
}

.grid-thumb .short-img img {
    position: absolute;
    left: 0;
    top: 0
}

.grid-thumb .short-text {
    float: none;
    bottom: 0;
    color: #333;
    padding: 14px 8px;
    z-index: 1
}

.grid-thumb .short-title {
    padding-right: 0;
    margin: 12px 0 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-transform: none;
    text-align: center
}

.grid-thumb .short-title h2 {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-transform: none;
    font-size: 21px
}

.grid-thumb .short-bottom {
    position: static;
    padding: 0;
    height: 20px;
    text-align: center;
    display: block
}

.grid-thumb .short-bottom > * {
    display: inline-block
}

.grid-thumb .short-bottom .button,
.grid-thumb .short-desc,
.grid-thumb .to-fav {
    display: none
}

.grid-thumb .short:hover .short-img {
    background: #151617;
    background: -webkit-linear-gradient(top, #151617, #151617);
    background: -moz-linear-gradient(top, #151617, #151617);
    background: linear-gradient(to bottom, #151617, #151617);
}

@-webkit-keyframes scaleIn {
    to {
        -webkit-transform: scale(1);
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1)
    }
}

@-webkit-keyframes scaleIn {
    to {
        -webkit-transform: scale(1);
        -webkit-transform: scale(1)
    }
}

@-moz-keyframes scaleIn {
    to {
        -webkit-transform: scale(1);
        -moz-transform: scale(1)
    }
}

@-ms-keyframes scaleIn {
    to {
        -webkit-transform: scale(1);
        -ms-transform: scale(1)
    }
}

@-o-keyframes scaleIn {
    to {
        -webkit-transform: scale(1);
        -o-transform: scale(1)
    }
}

@keyframes scaleIn {
    to {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@-webkit-keyframes slideIn {
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        -webkit-transform: translate3d(0, 0, 0);
        -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
        -o-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@-webkit-keyframes slideIn {
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        -webkit-transform: translate3d(0, 0, 0)
    }
}

@-moz-keyframes slideIn {
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        -moz-transform: translate3d(0, 0, 0)
    }
}

@-ms-keyframes slideIn {
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0)
    }
}

@-o-keyframes slideIn {
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        -o-transform: translate3d(0, 0, 0)
    }
}

@keyframes slideIn {
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@media screen and (max-width:590px) {
    .sect_header .share-box {
        display: none
    }
    .sect_header.fx-row {
        text-align: left;
        min-height: 25px
    }
    .grid-thumb .items {
        margin: 0 -5px
    }
    .grid-thumb .bottom-nav {
        padding-left: 5px;
        padding-right: 5px
    }
    .grid-thumb .short {
        width: calc((100% - 20px)/2);
        width: -webkit-calc((100% - 20px)/2);
        margin-left: 5px;
        margin-right: 5px;
        margin-bottom: 10px
    }
    .grid-thumb .short-bottom {
        display: none
    }
    .grid-thumb .short-title {
        margin-bottom: 0
    }
}

.quick_view .full_title {
    border-left: 0;
    box-shadow: none;
    border-color: inherit;
    position: unset;
    padding: 10px
}

.quick_view .full_poster {
    width: 290px;
    height: 430px;
    float: left;
    margin-bottom: 10px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    margin: 0 10px 4px 0
}
@media screen and (max-width:756px) {
.quick_view .full_poster {
    width: 100%;
}
}
.quick_view .full_list-col li:nth-child(2n+1) {
    color: #FFF;
    background-color: #292c33;
    padding: 7px 10px 7px 116px!important
}

.quick_view .full_list-col li {
    padding: 0 10px 7px 116px;
    line-height: 1;
    font-size: 13px
}

.quick_view .close_login {
    right: 0;
    position: fixed;
    width: 40px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    font-size: 23px;
    color: #f85b49;
	z-index: 9;
    background-color: #151617;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    cursor: pointer
}

.quick_view .close_login:hover {
    color: #151617;
    background-color: #f85b49
}

.quick_view .button {
    left: 0;
    position: absolute;
    border-radius: 0;
    width: 290px;
    height: 45px;
    line-height: 45px;
    bottom: 0
}
@media screen and (max-width:756px) {
.quick_view .button {
    position: relative;
    width: 100%;
}
#full_desc {
  padding: 5px;
}
}
.m_group-btn {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 60px;
    z-index: 2
}

.show-trailer,
.show-info,
.show-full {
    width: 70%;
    cursor: pointer;
    height: 40px;
    font-size: 13px;
    line-height: 40px;
    margin-top: 0;
    position: relative;
    border-radius: 0 6px 6px 0;
    padding-left: 50px;
	text-align: center;
}
@media screen and (max-width:1160px) {
    .show-trailer, .show-info, .show-full {
	width: 90%;
}
}
@media screen and (max-width:800px) {
    .show-trailer, .show-info, .show-full {
	width: 95%;
}
}
.show-trailer > div,
.show-info > div,
.show-full > div {
    font-size: 12px;
    height: 40px;
    line-height: 40px;
    width: 40px;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.2);
    position: absolute;
    left: 0;
    top: 0
}

.show-trailer {
    background-color: #151617;
    padding-bottom: 45px;
    color: #fff
}

.show-info {
    bottom: 66px;
    display: none;
    position: absolute;
	background-color: #111;
  color: #fff;
  border: 1px solid #f85b49;
}

.show-full {
    background-color: #111;
  color: #fff;
  border: 1px solid #f85b49;
}

.grid-thumb .with-mask:hover .show-info {
    display: block
}


/** -------- RATE STAR ------ **/

.rate {
    margin-top: 15px
}

.rate_nums {
    position: absolute;
    top: 13px;
    left: 0;
    background-color: #05e05a;
    width: 40px;
    height: 40px;
    line-height: 40px;
    color: #fff;
    text-align: center;
    z-index: 1;
    font-size: 20px;
    -webkit-border-top-right-radius: 50px;
    -webkit-border-bottom-right-radius: 50px;
    -moz-border-radius-topright: 50px;
    -moz-border-radius-bottomright: 50px;
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
}

.rate_nums span {
    font-size: 16px;
}

.frate_nums {
    font-size: 20px;
    color: #f85b49
}

.frate_nums span {
    color: #333
}


/** -------- RATE PERCENT ------ **/

.frate {
    height: 40px;
    line-height: 35px;
    margin-top: 10px;
    position: relative;
    opacity: 0;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between
}

.frate.done,
.srate.done {
    opacity: 1
}

.rate-data {
    display: none
}

.rate-plus,
.rate-minus {
    cursor: pointer;
    padding: 5px 12px;
    width: 33%
}

.frate .svg-inline--fa,
.srate .svg-inline--fa {
    color: #99d16e;
    display: inline-block;
    vertical-align: top;
    font-size: 24px;
    margin-right: 10px
}

.rate-minus .svg-inline--fa {
    color: #f85b49;
    position: relative
}

.frate div:hover .svg-inline--fa,
.srate div:hover .svg-inline--fa {
    -webkit-animation: bounceRate 0.3s infinite linear;
    -moz-animation: bounceRate 0.3s infinite linear;
    -ms-animation: bounceRate 0.3s infinite linear;
    -o-animation: bounceRate 0.3s infinite linear;
    animation: bounceRate 0.3s infinite linear;
    -webkit-animation-direction: alternate;
    -moz-animation-direction: alternate;
    -ms-animation-direction: alternate;
    -o-animation-direction: alternate;
    animation-direction: alternate
}

.rbar {
    height: 6px;
    overflow: hidden;
    background-color: #f85b49;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.rfill {
    width: 50%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-color: #99d16e;
    -webkit-transition: width 1s linear;
    -moz-transition: width 1s linear;
    -ms-transition: width 1s linear;
    -o-transition: width 1s linear;
    transition: width 1s linear
}

.rate-perc {
    font-size: 24px
}

.rate-perc.high {
    color: #99d16e
}

.rate-perc.low {
    color: #f85b49
}

.rcount {
    color: #6cb52a;
    font-size: 15px
}

.rate-minus .rcount {
    color: #f85b49
}

@-webkit-keyframes bounceRate {
    from {
        -webkit-transform: translate(0, 0%)
    }
    to {
        -webkit-transform: translate(0, -50%)
    }
}

@-moz-keyframes bounceRate {
    from {
        -moz-transform: translate(0, 0%)
    }
    to {
        -moz-transform: translate(0, -50%)
    }
}

@-ms-keyframes bounceRate {
    from {
        -ms-transform: translate(0, 0%)
    }
    to {
        -ms-transform: translate(0, -50%)
    }
}

@-o-keyframes bounceRate {
    from {
        -o-transform: translate(0, 0%)
    }
    to {
        -o-transform: translate(0, -50%)
    }
}

@keyframes bounceRate {
    from {
        transform: translate(0, 0%)
    }
    to {
        transform: translate(0, -50%)
    }
}

.srate {
    position: absolute;
    top: 14px;
    left: 0;
    z-index: 1
}

.srate .rate-perc.high {
    color: #fff;
    background-color: #05e05a
}

.srate .rate-perc.low {
    color: #fff;
    background-color: #f85b49
}

.srate .rate-perc {
    background-color: #f6f6f6;
    display: inline-block;
    height: 35px;
    width: 43px;
    text-align: center;
    line-height: 35px;
    color: #919391;
    left: 0;
    font-size: 18px;
    -webkit-border-top-right-radius: 50px;
    -webkit-border-bottom-right-radius: 50px;
    -moz-border-radius-topright: 50px;
    -moz-border-radius-bottomright: 50px;
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px
}

.srate .rate-plus,
.srate .rate-minus {
    cursor: pointer;
    padding: 5px 7px;
    width: 50%
}

.srate .rpm_group {
    position: absolute;
    -webkit-transform: translateX(-78%);
    -moz-transform: translateX(-78%);
    -ms-transform: translateX(-78%);
    -o-transform: translateX(-78%);
    transform: translateX(-78%);
    -webkit-transition: -webkit-transform .5s ease-in-out;
    -moz-transition: -moz-transform .5s ease-in-out;
    -ms-transition: -ms-transform .5s ease-in-out;
    -o-transition: -o-transform .5s ease-in-out;
    transition: transform .5s ease-in-out;
    background-color: #f6f6f6;
    height: 35px;
    width: 83px;
    left: -25px;
    -webkit-border-top-right-radius: 50px;
    -webkit-border-bottom-right-radius: 50px;
    -moz-border-radius-topright: 50px;
    -moz-border-radius-bottomright: 50px;
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px
}

.srate:hover .rpm_group {
    -webkit-transform: translateX(30%);
    -moz-transform: translateX(30%);
    -ms-transform: translateX(30%);
    -o-transform: translateX(30%);
    transform: translateX(30%)
}

.srate .rate-perc {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition: -webkit-transform .5s ease-in-out;
    -moz-transition: -moz-transform .5s ease-in-out;
    -ms-transition: -ms-transform .5s ease-in-out;
    -o-transition: -o-transform .5s ease-in-out;
    transition: transform .5s ease-in-out
}

.srate:hover .rate-perc {
    -webkit-transform: translateX(-110%);
    -moz-transform: translateX(-110%);
    -ms-transform: translateX(-110%);
    -o-transform: translateX(-110%);
    transform: translateX(-110%)
}

.srate div:hover .svg-inline--fa,
.srate div:hover .svg-inline--fa {
    -webkit-animation: none;
    -moz-animation: none;
    -ms-animation: none;
    -o-animation: none;
    animation: none
}

.srate .svg-inline--fa,
.srate .rate-minus .svg-inline--fa {
    color: #919391
}

.srate .rate-plus:hover .svg-inline--fa {
    color: #05e05a
}

.srate .rate-minus:hover .svg-inline--fa {
    color: #f85b49
}

.wdone {
    opacity: 1
}


/** -------- SHORT COLLECTION ------ **/

.short_collection {
    position: relative;
    display: block;
    margin-bottom: 10px;
    width: calc(100%/2);
    width: -webkit-calc(100%/2);
    float: left;
    padding: 7px;
    height: auto
}

.short_collection .background {
    background-color: #000;
    overflow: hidden;
    position: relative;
    border: 1px solid #f85b49;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px
}

.short_collection .img {
    padding-top: 45%;
    background-size: cover;
    background-position: center
}

.short_collection .text {
    padding: 30px 20px;
    position: absolute;
    bottom: 0;
    width: 100%;
    background: #000;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 0.65)));
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
    background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%)
}

.short_collection .title {
    font-size: 18px;
    color: #fff
}

.short_collection .badge {
    right: 10px;
    top: 10px;
    width: 25px;
    height: 25px;
    font-size: 14px
}


/** -------- NEWS SHORT ------ **/

.news_short {
    position: relative;
    display: block;
    margin-bottom: 10px;
    padding: 20px 20px 20px 360px;
    height: auto;
    -webkit-box-shadow: 0 0 15px 0 rgba(28, 25, 44, 0.05);
    -moz-box-shadow: 0 0 15px 0 rgba(28, 25, 44, 0.05);
    -webkit-box-shadow: 0 0 15px 0 rgba(28, 25, 44, 0.05);
    -moz-box-shadow: 0 0 15px 0 rgba(28, 25, 44, 0.05);
    -ms-box-shadow: 0 0 15px 0 rgba(28, 25, 44, 0.05);
    -o-box-shadow: 0 0 15px 0 rgba(28, 25, 44, 0.05);
    box-shadow: 0 0 15px 0 rgba(28, 25, 44, 0.05)
}

.news_short .background {
    background-color: #000;
    width: 336px;
    margin-left: -355px;
    float: left;
    position: relative
}

.news_short .img {
    padding-top: 65%;
    background-size: cover;
    background-position: center
}

.news_short .short-text {
    color: #333;
    text-align: center;
}

.news_short .short-text:before {
    -webkit-transform: skewX(-6deg);
    -webkit-transform: skewX(-6deg);
    -moz-transform: skewX(-6deg);
    -ms-transform: skewX(-6deg);
    -o-transform: skewX(-6deg);
    transform: skewX(-6deg);
    content: "";
    background-color: #fdfcfc;
    width: 30px;
    position: absolute;
    left: -38px;
    top: 0;
    height: 222px;
    bottom: 0;
    z-index: 1
}

.news_short:nth-child(2n) .short-text:before {
    left: inherit;
    right: -38px;
    -webkit-transform: skew(6deg);
    -webkit-transform: skew(6deg);
    -moz-transform: skew(6deg);
    -ms-transform: skew(6deg);
    -o-transform: skew(6deg);
    transform: skew(6deg)
}

.news_short:nth-child(2n) {
    padding: 20px 360px 20px 20px
}

.news_short:nth-child(2n) .background {
    margin-right: -355px;
    float: right
}

.news_short .short-desc {
    display: block
}

.news_short .short-title {
    color: #333
}

.news_short .short-title:hover {
    color: #f85b49
}

.news_short:nth-child(2n) .up-series {
    right: 0;
    left: auto;
    -webkit-border-top-left-radius: 50px;
    -webkit-border-bottom-left-radius: 50px;
    -moz-border-radius-topleft: 50px;
    -moz-border-radius-bottomleft: 50px;
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px;
    -webkit-border-top-right-radius: 0;
    -webkit-border-bottom-right-radius: 0;
    -moz-border-radius-topright: 0;
    -moz-border-radius-bottomright: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}


/** -------- FULL ------ **/

.full_page {
    position: relative
}

.full_page .blc_n {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
    border: 0
}

.full_blc-title {
    position: relative;
    padding: 10px 20px;
    font-size: 24px
}

.full_color {
    color: #000000;
    background-color: inherit!important;
    padding: 0!important
}

.full_icon {
    position: relative;
    width: 40px;
    float: left;
    font-size: 20px;
    color: #fff
}

.full_icon:before {
    content: '';
    height: 100%;
    width: 100%;
    display: block;
    position: absolute;
    z-index: 1;
    top: 0;
    left: -7px;
    background-color: #f85b49;
    -webkit-transform: skew(20deg);
    -moz-transform: skew(20deg);
    -o-transform: skew(20deg);
    -webkit-transform: skew(20deg);
    -moz-transform: skew(20deg);
    -ms-transform: skew(20deg);
    -o-transform: skew(20deg);
    transform: skew(20deg)
}

.full_icon .svg-inline--fa {
    position: relative;
    z-index: 2
}

.full_poster {
    position: relative;
    min-height: 100px
}

.full_cols .blc:first-child {
    width: 30%
}

.full_cols .blc {
    width: 69%
}

.full_list-col {
    width: 100%;
    padding-right: 20px
}
@media screen and (max-width:756px) {
.full_list-col {
    padding-right: 0px;
}
}
.full_list-col li {
    padding: 7px 10px 7px 116px;
    line-height: 20px;
    font-size: 13px
}

.full_list-col li:after {
    content: "";
    display: table;
    clear: both
}

.full_list-col li:nth-child(2n+1) {
    background-color: #292c33;
    color: #fff;
}

.full_list-col li:nth-child(2n+1) a {
    color: #fff;
}

.full_list-col li a {
    color: #f85b49;
}

.full_list-col li a:hover {
    color: #99d16e;
}

.full_list-col li > span:first-child {
    display: inline-block;
    width: 155px;
    float: left;
    margin-left: -108px;
    font-weight: 700;
    font-size: 19px
}

.full_list-col li > img {
    border: 4px solid #f6f6f6;
    width: 22%
}

.full_desc {
    font-size: 14px
}

.full_screens .xfieldimagegallery li {
	list-style: none;
	float: left;
	position: relative;
	overflow: hidden;
	margin: 5px;
	border: 1px solid #f6f6f6;
}

.full_screens .xfieldimagegallery li img {
    float: none;
    margin: 0;
    width: auto;
    height: 124px
}

.full_screens ul li:nth-child(n+5) {
    display: none
}

.fimg-q {
    font-size: 17px
}

.full_list-w {
    width: 100%;
    margin-top: 20px
}

.full_tags span {
    background-color: #f6f6f6;
    padding: 8px;
    margin-bottom: 6px;
    display: inline-block
}


.full_page .mylists-tabs li.active {
    background-color: #5cb85c;
    color: #fff
}

.full_tags span a:hover {
    color: #f85b49
}

.full_player {
    margin-bottom: 20px;
}

.full_player .tabs_sel {
    height: 40px;
    line-height: 40px;
    color: #fff;
    font-weight: 500;
    white-space: nowrap;
    overflow-y: hidden;
    overflow-x: auto;
    background-color: #151617
}

.full_player .tabs_sel>span {
    cursor: pointer;
    display: inline-block;
    padding: 0 10px;
    height: 40px;
    text-transform: uppercase;
    font-weight: 500
}

.full_player .tabs_sel>span.current {
    color: #fff;
    background-color: #f85b49
}

.tabs_b.video_box {
    width: 100%;
}

.js .tabs_b {
    display: none
}

.js .tabs_b.visible {
    display: block
}

.to_view,
.to_view_manga,
.to_trailer {
    width: 100%;
    cursor: pointer;
    height: 40px;
    font-size: 19px;
    line-height: 40px;
    font-weight: bold;
    margin-top: 0;
    position: relative;
    padding-left: 50px
}

.to_view,
.to_view_manga {
    background-color: #2a2d34;
    color: #fff
}

.to_trailer {
    background-color: #f85b49;
    color: #fff
}

.to_view > div,
.to_view_manga > div,
.to_trailer > div {
    font-size: 16px;
    height: 40px;
    line-height: 40px;
    width: 40px;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.2);
    position: absolute;
    left: 0;
    top: 0
}

.to_compl {
    cursor: pointer;
  color: #fff;
  background-color: #111;
}

.to_compl a {
    color: #fff
}

.full_select .blc_col {
    width: 50%
}

.full_select .tabs_sel {
    height: 30px;
    color: #f85b49;
    font-weight: 500;
    white-space: nowrap;
    overflow-y: hidden;
    overflow-x: auto
}

.full_select .tabs_sel span {
    cursor: pointer
}

.blc_col-title {
    margin-bottom: 20px;
    font-size: 20px
}

.full_select .blc_list li {
    font-size: 13px;
    margin-bottom: 5px
}

.full_select .blc_list li a:hover {
    color: #f85b49
}

.full_background {
    padding-top: 30%
}

.full_background .img_pb {
    min-height: 350px;
    max-height: 350px
}

#cinema {
    display: block!important
}

#cinema.fancybox-content,
#trailer_place.fancybox-content,
#trailer_load.fancybox-content {
    position: absolute;
    top: 100px;
    left: 0;
    right: 0;
    width: auto;
    max-width: 1000px;
    margin: auto;
    background-color: inherit
}

#cinema_open {
    color: #fff
}

#cinema_open:hover {
    background-color: #f96549
}
.full_list-col li a {
	color: #f85b49;
}
.full_views {
    text-align: center;
    width: 100%
}


/* AJAX описание жанров */

.th-active {
    z-index: 100;
    position: relative;
}

.th-text {
    display: none;
    background-color: #fff;
    color: #000;
    cursor: auto;
    padding: 15px;
    text-align: left;
    font-size: 12px;
    position: absolute;
    left: 150px;
    top: 0;
    width: 360px;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2);
    border-radius: 3px;
}

.th-text:after {
    content: "";
    border: 10px solid #fff;
    border-left-color: transparent;
    border-bottom-color: transparent;
    position: absolute;
    top: 30px;
    right: 100%;
}

.pop-left .th-text:after {
    border: 10px solid #fff;
    border-right-color: transparent;
    border-bottom-color: transparent;
    left: 100%;
    right: auto;
}

.pop-left .th-text {
    left: auto;
    right: 100%;
}

.th-text > .fa {
    font-size: 50px;
    color: #CCC;
    display: block;
    text-align: center;
}

.th-text .finfo {
    background-color: #f2f2f2;
    padding: 15px;
    margin: 15px -15px -15px -15px;
}

.th-text li:not(.vis),
.th-text img,
.th-text .fsubtitle,
#trailer-box {
    display: none;
}

.th-text li {
    padding-bottom: 0 !important;
}

.th-text .fdesc {
    max-height: 100px;
    overflow: hidden;
}

.th-text h1 {
    font-size: 14px;
    padding-top: 25px;
}

.th-trl .fa {
    font-size: 18px;
    height: 30px;
    line-height: 30px;
    width: 30px;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.2);
    position: absolute;
    left: 0;
    top: 0;
    display: none;
}

.th-trl {
    cursor: pointer;
    height: 26px;
    line-height: 26px;
    font-weight: bold;
    position: relative;
    background-color: #db4437;
    color: #fff;
    font-size: 12px;
    text-align: center;
    border-radius: 0 3px 0 3px;
    overflow: hidden;
    display: inline-block;
    padding: 0 10px;
    position: absolute;
    right: 0;
    top: 0;
}

.th-text .frates {
    position: absolute;
    left: 0;
    top: 0;
    padding: 5px 0 0 10px;
    background-color: transparent !important;
}

.th-text .r-count,
.th-text .frates > span:first-child,
.hide-trl .th-trl {
    display: none;
}

#catdes {
    clear: both
}

.chronos_title {
    font-size: 20px;
    margin-bottom: 10px
}

.chronos_section .chronos_link {
    font-size: 14px
}

.chronos_section span.chronos_link {
    color: #919391
}

.chronos_section .chronos {
    margin-bottom: 5px
}

.chronos-img {
    width: 65px;
    height: 100px;
    float: left;
    margin-bottom: 10px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    margin: 0 10px 4px 0
}


/** -------- RELATED ------ **/

.related_short {
    position: relative;
    width: calc(100%/5);
    width: -webkit-calc(100%/5);
    float: left;
    padding: 7px;
    height: auto;
    margin-bottom: 20px;
    overflow: hidden;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px
}

.related_short .short-in {
    position: relative
}

.related_short .short-img {
    float: none;
    margin: 0;
    width: 100%;
    height: 0;
    padding-top: 144%;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px
}

.related_short .short-img img {
    position: absolute;
    left: 0;
    top: 0
}

.related_short .short-text {
    float: none;
    bottom: 0;
    color: #333;
    padding: 14px 8px;
    z-index: 1;
    width: 100%;
    position: relative
}

.related_short .short-text h2 {
    font-size: 20px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
	text-align: center;
    text-transform: none
}

.related_short .short-cat {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: center
}


/** -------- MY LIST ------ **/

.mylists-switch,
.mylists-tabs {
    list-style: none;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    font-size: 12px;
    min-height: 30px;
    padding: 14px;
    position: relative;
    border-color: #efeff0;
    -webkit-box-shadow: 0 0 15px 0 rgba(28, 25, 44, 0.05);
    -moz-box-shadow: 0 0 15px 0 rgba(28, 25, 44, 0.05);
    -webkit-box-shadow: 0 0 15px 0 rgba(28, 25, 44, 0.05);
    -moz-box-shadow: 0 0 15px 0 rgba(28, 25, 44, 0.05);
    -ms-box-shadow: 0 0 15px 0 rgba(28, 25, 44, 0.05);
    -o-box-shadow: 0 0 15px 0 rgba(28, 25, 44, 0.05);
    box-shadow: 0 0 15px 0 rgba(28, 25, 44, 0.05);
    margin-bottom: 15px;
    background-color: #fff;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px
}

.mylists-switch li,
.mylists-tabs li {
    display: inline-block;
    margin: 0 10px 0 0;
    color: #333;
    text-decoration: none;
    padding: 8px 10px
}

.mylists-switch li:hover,
.mylists-tabs li:hover {
    color: #f85b49;
    cursor: pointer
}

.mylists-switch li:hover a,
.mylists-tabs li:hover a {
    color: #f85b49
}

.mylists-switch li:last-child,
.mylists-tabs li:last-child {
    margin: 0
}

.mylists-switch li.active,
.mylists-tabs li.active {
    background-color: #f85b49;
    color: #fff;
    border: 0;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px
}

.mylists-tabs li.active a {
    color: #fff
}


/** -------- SPEEDBAR ------ **/

.speedbar {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: left;
    justify-content: left
}

.speedbar .svg-inline--fa {
    margin-right: 10px;
    color: #5cb85c;
    font-size: 14px
}

.speedbar .over a {
    color: #919391
}

.speedbar .over {
    color: #f85b49;
    font-size: 13px
}


/** -------- COMMENTS ------ **/

.comms-title {
    line-height: 40px;
    margin-bottom: 20px
}

.comms-title > span {
    font-size: 16px
}

.add-comm-form {
    position: relative;
    margin-bottom: 20px;
    padding: 20px;
    background-color: #fff;
    -webkit-box-shadow: 0 0 0 10px rgba(245, 245, 245, 0.67);
    -moz-box-shadow: 0 0 0 10px rgba(245, 245, 245, 0.67);
    -ms-box-shadow: 0 0 0 10px rgba(245, 245, 245, 0.67);
    -o-box-shadow: 0 0 0 10px rgba(245, 245, 245, 0.67);
    box-shadow: 0 0 0 10px rgba(245, 245, 245, 0.67);
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
    border-radius: 6px;
    display: none
}

.ac-soc {
    position: absolute;
    right: 0;
    top: -43px
}

.ac-soc:before {
    content: attr(data-label);
    display: inline-block;
    vertical-align: top;
    line-height: 30px;
    margin-right: 5px
}

.ac-soc a {
    display: inline-block;
    margin: 0 0 0 3px;
    vertical-align: top
}

.ac-soc img {
    display: block;
    width: 30px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px
}

.ac-inputs,
.ac-textarea {
    margin-bottom: 15px
}

.ac-av {
    width: 40px;
    height: 40px;
    float: left;
    margin-right: 10px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    background: #4f555f url(../dleimages/noavatar.png) no-repeat;
    background-size: contain
}

.ac-title {
    font-weight: 700;
    margin-bottom: 15px;
    text-transform: uppercase
}

.ac-inputs input {
    width: 49%
}

.ac-textarea textarea {
    height: 85px
}

.ac-submit {}

.sec-answer + .sec-label {
    margin-top: 10px
}

.ac-protect {
    margin-top: -10px;
    display: none
}

.ac-protect .label {
    font-size: 12px
}

.ac-protect .sep-input {
    padding: 10px 10px 10px 160px
}

.ac-protect input {}

.mass_comments_action {
    text-align: right;
    padding: 5px 15px;
    background-color: #f5f5f5;
    margin: 0 0 0 0
}

.last-comm-link {
    font-size: 19px;
    margin-bottom: 10px
}

.last-comm-link a {
    text-decoration: underline
}

.full-comms {}

.comm-item {
    position: relative;
    padding: 20px 20px 20px 90px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
    border-radius: 6px
}

.comm-left {
    position: relative;
    width: 50px;
    height: 50px;
    margin-left: -70px;
    float: left
}

.comm-left img {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    border: 4px solid #fdfcfc
}

.comm-left .up-status {
    bottom: -35px;
    left: -14px;
    width: 80px
}

.comm-right {
    width: 100%;
    float: right
}

.comm-one {
    padding: 0 80px 10px 0;
    position: relative;
    font-size: 18px
}

.comm-one > span {
    float: left;
    margin-right: 20px;
}

.comm-author {
    font-weight: 700;
    opacity: 1!important
}

.comm-author a {
    text-decoration: underline
}

.rate3-comm {
    position: absolute;
    right: 10px;
    top: 15px;
    white-space: nowrap;
    font-weight: 700
}

.rate3-comm a {
    cursor: pointer;
    height: 28px;
    width: 28px;
    line-height: 22px;
    display: inline-block;
    font-size: 15px;
    background-color: #f85b49;
    vertical-align: top;
    color: #fff;
    text-align: center;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    border: 2px solid #fff
}

.rate3-comm a:last-child {
    background-color: #99ce1b
}

.rate3-comm a:hover {
    opacity: 0.5
}

.rate3-comm > span {
    line-height: 31px;
    font-size: 19px;
    display: inline-block;
    vertical-align: top;
    padding: 0 5px;
    color: #888
}

.rate3-comm > span > span.ratingtypeplus {
    color: #BEC5D0
}

.rate3-comm > span > span.ratingplus {
    color: #88B669
}

.rate3-comm > span > span.ratingminus {
    color: #EB6C65
}

.comm-two {
    padding-bottom: 0
}

.comm-three {
    margin-top: 10px;
    font-size: 12px;
    text-align: right
}

.comm-three li {
    display: inline-block;
    margin-left: 10px
}

.comm-three li:first-child {
    margin-left: 0;
    float: left
}

.comm-three li input {
    -moz-appearance: none;
    -webkit-appearance: none;
    -o-appearance: none;
    position: relative;
    height: 20px;
    width: 40px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px;
    -webkit-box-shadow: inset -20px 0 0 1px #898989;
    -moz-box-shadow: inset -20px 0 0 1px #898989;
    -ms-box-shadow: inset -20px 0 0 1px #898989;
    -o-box-shadow: inset -20px 0 0 1px #898989;
    box-shadow: inset -20px 0 0 1px #898989;
    background-color: white;
    border: 1px solid #898989;
    outline: none;
    -webkit-transition: 0.2s;
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -ms-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s
}

.comm-three li input:checked {
    -webkit-box-shadow: inset 20px 0 0 1px #f85b49;
    -moz-box-shadow: inset 20px 0 0 1px #f85b49;
    -ms-box-shadow: inset 20px 0 0 1px #f85b49;
    -o-box-shadow: inset 20px 0 0 1px #f85b49;
    box-shadow: inset 20px 0 0 1px #f85b49;
    border: 1px solid #f85b49
}

.comm-three li input::-ms-check {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0
}


/** -------- FULL STATIC ------ **/

.video-box embed,
.video-box object,
.video-box video,
.video-box iframe,
.video-box frame {
    width: 100%;
    max-width: 100%!important;
    height: 450px;
    display: block
}

.mejs-container {
    max-width: 100%!important
}

.full-text {
    color: #444;
    line-height: 22px;
    font-size: 14px
}

.full-text img:not(.emoji) {
    max-width: 100%
}

.full-text > img[style*="left"],
.full-text > .highslide img[style*="left"] {
    margin: 0 10px 10px 0
}

.full-text > img[style*="right"],
.full-text > .highslide img[style*="right"] {
    margin: 0 0 10px 10px
}

.full-text a {
    text-decoration: underline;
    color: #79C142
}

.full-text a:hover {
    text-decoration: none
}

.full-text h2,
.full-text h3,
.full-text h4,
.full-text h5 {
    margin: 10px 0;
    font-size: 16px;
    font-weight: 700
}

.full-text p {
    margin-bottom: 15px
}

.full-text ul,
.full-text ol {
    margin: 0
}

.full-text ul li {
    list-style: disc;
    margin-left: 40px
}

.full-text ol li {
    list-style: decimal;
    margin-left: 40px
}

.full-text table {
    width: 100%;
    text-align: left
}

.full-text table tr td {
    padding: 10px;
    border: 1px solid #ccc;
    font-size: 12px
}

.full-text table tr:nth-child(2n+1) {
    background-color: #f6f6f6
}

.full-text table img {
    display: block;
    margin: 0;
    border: 0;
    max-width: 350px
}

.attach {
    line-height: 30px;
    background-color: #f5f5f5;
    padding: 0 15px 0 0;
    overflow: hidden;
    margin-left: 90px
}

.attach .download-link {
    color: #FFF!important;
    text-decoration: none!important;
    margin-right: 15px;
    float: left;
    display: inline-block;
    padding: 0 15px;
    background-color: #8f95a3
}

.attach-info {
    float: right
}

.attach .svg-inline--fa {
    margin-right: 5px;
    color: #fff;
    font-size: 13px
}

.dcont {
    border: 1px solid #e3e3e3;
    padding: 0 15px 15px 15px;
    margin: 20px 0;
    line-height: 20px;
    background-color: #FFF
}

.polltitle {
    display: block;
    padding: 5px 15px;
    margin: 0 -15px 15px -15px;
    font-size: 18px;
    background-color: #f5f5f5;
    line-height: normal
}

.full-taglist {
    padding: 20px;
    margin: 20px -20px -20px -20px;
    background-color: #f5f5f5
}

.full-taglist-t {
    font-weight: 700;
    display: inline;
    margin-right: 10px
}

.full-taglist a {
    margin: 0 0 3px 0;
    opacity: 0.6
}

.full-taglist a:hover {
    opacity: 1
}

.full-taglist span {
    margin-right: 5px
}

.full-taglist span:not(.fa):not(:last-child):after {
    content: ",";
    display: inline
}


/** -------- BOTTOM NAVIGATION ------ **/

.pagi-load {
    text-align: center
}

.pagi-load > span {
    display: none
}

.pagi-load > a {
    font-size: 14px
}

.pagi-load + .pagi-nav {
    margin-top: 5px
}

.pagi-load .svg-inline--fa {
    margin-right: 10px
}

.bottom-nav {
    height: 70px;
    line-height: 65px;
    position: relative;
    text-align: center;
    width: 100%;
    margin: 0 0 40px
}
@media screen and (max-width:756px) {
.bottom-nav {
    height: 100%;
    margin: 0
}
}
.bottom-nav:before,
.bottom-nav:after {
    background: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.02) 17%, rgba(42, 45, 52, 0.01) 83%, rgba(0, 0, 0, 0) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#00000000', GradientType=1);
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    width: 100%
}

.bottom-nav:before {
    top: -1px
}

.bottom-nav:after {
    bottom: -1px
}

.pagi-nav {
    line-height: 50px;
    display: inline-block;
    list-style: none;
    margin: 0;
    padding: 0
}
@media screen and (max-width:756px) {
.pagi-nav {
    display: flex;
}
.pprev {
height: 40px !important;
}
.pnext {
height: 40px !important;
}
}
.pagi-nav > span,
.navigation > span,
.navigation > a {
    float: left;
    margin-left: 5px;
    margin-right: 5px;
    background: none;
    font-size: 14px;
    border: none;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    color: rgb(255 0 0 / 60%);
    display: block;
    font-size: 16px;
    height: 40px;
    line-height: 40px;
    min-width: 40px;
    outline: none;
    position: relative;
    -webkit-transition: all 170ms linear;
    -moz-transition: all 170ms linear;
    -ms-transition: all 170ms linear;
    -o-transition: all 170ms linear;
    transition: all 170ms linear;
    padding: 0
}
@media screen and (max-width:756px) {
.pagi-nav > span,
.navigation > span,
.navigation > a  {
    height: 100%;
}
}
.pagi-nav > span:before,
.navigation > a:before {
    background-color: #e4e4e4;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    content: "";
    cursor: pointer;
    height: 0;
    left: 50%;
    opacity: 0;
    position: absolute;
    -webkit-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: all 170ms linear;
    -moz-transition: all 170ms linear;
    -ms-transition: all 170ms linear;
    -o-transition: all 170ms linear;
    transition: all 170ms linear;
    top: 50%;
    width: 0
}

.pagi-nav > span:first-child {
    border: none
}

.navigation > span {
    background-color: #e4e4e4;
    color: #333
}

.navigation > span:hover:not(.active),
.navigation > a:hover,
.pagi-nav > span:first-child:hover,
.pagi-nav > span:last-child:hover {
    color: black
}

.navigation > span:hover:not(.active):before,
.navigation > a:hover:before,
.pagi-nav > span:first-child:hover:before,
.pagi-nav > span:last-child:hover:before {
    -webkit-animation: hoverAnimation 510ms linear forwards;
    -webkit-animation: hoverAnimation 510ms linear forwards;
    -moz-animation: hoverAnimation 510ms linear forwards;
    -ms-animation: hoverAnimation 510ms linear forwards;
    -o-animation: hoverAnimation 510ms linear forwards;
    animation: hoverAnimation 510ms linear forwards;
    height: 40px;
    width: 40px
}

@-webkit-keyframes hoverAnimation {
    from {
        opacity: 1
    }
    to {
        opacity: 0
    }
}

@-webkit-keyframes hoverAnimation {
    from {
        opacity: 1
    }
    to {
        opacity: 0
    }
}

@-moz-keyframes hoverAnimation {
    from {
        opacity: 1
    }
    to {
        opacity: 0
    }
}

@-ms-keyframes hoverAnimation {
    from {
        opacity: 1
    }
    to {
        opacity: 0
    }
}

@-o-keyframes hoverAnimation {
    from {
        opacity: 1
    }
    to {
        opacity: 0
    }
}

@keyframes hoverAnimation {
    from {
        opacity: 1
    }
    to {
        opacity: 0
    }
}


/** -------- GO TOP BUTTON ------ **/

#gotop {
    position: fixed;
    width: 50px;
    height: 50px;
    line-height: 46px;
    right: 10px;
    bottom: 10px;
    cursor: pointer;
    font-size: 20px;
    z-index: 9998;
    display: none;
    opacity: 1;
    background-color: #2a2d34;
    color: #ccc;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    text-align: center;
    -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, .2);
    -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, .2);
    -ms-box-shadow: 0 1px 4px rgba(0, 0, 0, .2);
    -o-box-shadow: 0 1px 4px rgba(0, 0, 0, .2);
    box-shadow: 0 1px 4px rgba(0, 0, 0, .2)
}


/** -------- FOOTER ------ **/

.footer a {
    color: #fff
}

.footer .logotype {
    margin-right: 20px
}
.footer .logotyped {
    margin-right: 20px
}

.footer .footer_menu {
    list-style: none;
    padding: 0;
    margin: 0
}

.footer .footer_menu li {
    display: inline-block
}

.footer .footer_menu li a {
    display: block;
    padding: .5rem 1rem
}

.footer_l {
    padding-right: 50px
}

.footer .footer_menu li:hover a {
    color: #f85b49
}

.footer .logotype img {
    vertical-align: middle;

}
.footer .logotyped img {
    vertical-align: middle;

}


/** --------Owl Carousel ------ **/

.owl-carousel {
    display: none;
    width: 100%;
    -webkit-tap-highlight-color: transparent;
    position: relative;
    z-index: 99
}

.owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y
}

.owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0
}

.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0px, 0px, 0px)
}

.owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    overflow: hidden
}

.owl-carousel .owl-item > img {
    display: block;
    width: 100%
}

.owl-carousel .owl-dots.disabled {
    display: none
}

.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
    cursor: pointer;
    cursor: hand;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.owl-carousel.owl-loaded {
    display: block
}

.owl-carousel.owl-loading {
    opacity: 0;
    display: block
}

.owl-carousel.owl-hidden {
    opacity: 0
}

.owl-carousel.owl-refresh .owl-item {
    display: none
}

.owl-carousel.owl-drag .owl-item {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.owl-carousel.owl-grab {
    cursor: move;
    cursor: grab
}

.owl-carousel.owl-rtl {
    direction: rtl
}

.owl-carousel.owl-rtl .owl-item {
    float: right
}

.no-js .owl-carousel {
    display: block
}

.owl-carousel .animated {
    -webkit-animation-duration: 1000ms;
    -webkit-animation-duration: 1000ms;
    -moz-animation-duration: 1000ms;
    -ms-animation-duration: 1000ms;
    -o-animation-duration: 1000ms;
    animation-duration: 1000ms;
    -webkit-animation-fill-mode: both;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -ms-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both
}

.owl-carousel .owl-animated-in {
    z-index: 0
}

.owl-carousel .owl-animated-out {
    z-index: 1
}

.owl-carousel .fadeOut {
    -webkit-animation-name: fadeOut;
    -webkit-animation-name: fadeOut;
    -moz-animation-name: fadeOut;
    -ms-animation-name: fadeOut;
    -o-animation-name: fadeOut;
    animation-name: fadeOut
}

@-webkit-keyframes fadeOut {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0
    }
}

@-webkit-keyframes fadeOut {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0
    }
}

@-moz-keyframes fadeOut {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0
    }
}

@-ms-keyframes fadeOut {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0
    }
}

@-o-keyframes fadeOut {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0
    }
}

.owl-height {
    -webkit-transition: height 500ms ease-in-out;
    -moz-transition: height 500ms ease-in-out;
    -ms-transition: height 500ms ease-in-out;
    -o-transition: height 500ms ease-in-out;
    transition: height 500ms ease-in-out
}

.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    -webkit-transition: opacity 400ms ease;
    -moz-transition: opacity 400ms ease;
    -ms-transition: opacity 400ms ease;
    -o-transition: opacity 400ms ease;
    transition: opacity 400ms ease
}

.owl-carousel .owl-item img.owl-lazy {
    -webkit-transform-style: preserve-3d;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    -o-transform-style: preserve-3d;
    transform-style: preserve-3d
}

.owl-carousel .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000
}

.owl-carousel .owl-video-play-icon {
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    cursor: pointer;
    z-index: 1;
    background-color: #FFF;
    -webkit-backface-visibility: hidden;
    -webkit-transition: -webkit-transform 100ms ease;
    -moz-transition: -webkit-transform 100ms ease;
    -ms-transition: -webkit-transform 100ms ease;
    -o-transition: -webkit-transform 100ms ease;
    transition: -webkit-transform 100ms ease;
    -webkit-transition: -webkit-transform 100ms ease;
    -moz-transition: -moz-transform 100ms ease;
    -ms-transition: -ms-transform 100ms ease;
    -o-transition: -o-transform 100ms ease;
    transition: transform 100ms ease
}

.owl-carousel .owl-video-play-icon:hover {
    -webkit-transform: scale(1.3, 1.3);
    -ms-transform: scale(1.3, 1.3);
    -webkit-transform: scale(1.3, 1.3);
    -moz-transform: scale(1.3, 1.3);
    -ms-transform: scale(1.3, 1.3);
    -o-transform: scale(1.3, 1.3);
    transform: scale(1.3, 1.3)
}

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
    display: none
}

.owl-carousel .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    -webkit-transition: opacity 400ms ease;
    -moz-transition: opacity 400ms ease;
    -ms-transition: opacity 400ms ease;
    -o-transition: opacity 400ms ease;
    transition: opacity 400ms ease
}

.owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1;
    height: 100%;
    width: 100%
}

.owl-nav {
    position: absolute;
    right: 20px;
    bottom: 95px;
    z-index: 500
}

.owl-prev,
.owl-next {
    width: 40px;
    height: 40px;
    position: absolute;
    top: 55px;
    z-index: 200;
    text-align: center;
    line-height: 40px;
    color: #919391;
    font-size: 16px;
    background-color: #fff
}

.owl-prev {
    left: -60px
}

.owl-next {
    right: -20px
}

.owl-prev .svg-inline--fa,
.owl-next .svg-inline--fa {
    height: 40px
}

.owl-prev:hover,
.owl-next:hover {
    background-color: #f85b49;
    color: #FFF
}

.owl-dots {
    text-align: center;
    padding-top: 15px
}

.owl-dot {
    display: inline-block;
    vertical-align: top;
    width: 10px;
    height: 10px;
    margin: 0 5px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    background-color: #4e647a
}

.owl-dot.active {
    background-color: #1cbc9a
}


/** ------- SCHEDULE TABS ------ **/

.schedule-tabs {
    list-style: none;
    padding: 0;
    margin-top: 20px
}

.schedule-tabs li {
    float: left;
    width: 14.2%;
    line-height: 40px;
    text-align: center;
    border-bottom: 3px solid #f6f6f6;
    font-size: 19px;
    color: #919391
}

.schedule-tabs li.active,
.schedule-tabs li:hover {
    font-weight: bold;
    cursor: pointer;
    color: #333
}

.schedule-tabs li.active {
    border-bottom: 3px solid #f85b49
}

.schedule_item {
    width: 25%;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px;
    text-align: center;
    height: 380px;
    overflow: hidden;
    position: relative
}

.schedule_item img {
    width: 100%;
    margin: 0 0 15px 0
}

.schedule_item[data-time]:after {
    content: attr(data-time);
    position: absolute;
    top: 160px;
    left: 10px;
    background-color: #3394e6e6;
    padding: 5px 10px;
    color: #fff;
    -webkit-border-radius: 0 4px 4px 0;
    -moz-border-radius: 0 4px 4px 0;
    -ms-border-radius: 0 4px 4px 0;
    -o-border-radius: 0 4px 4px 0;
    border-radius: 0 4px 4px 0
}


/** -------- MESSAGE ALERT ------ **/

.message-alert {
    background-color: #151617;
    color: #fff;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
    display: none;
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 99999;
    width: 100%;
    font-size: 12px;
    line-height: 1.5
}

.message-alert-in {
    max-width: 700px;
    margin: 0 auto;
    padding: 10px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center
}

.message-alert-desc {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%
}

.message-alert-btns {
    margin-left: 10px;
    width: 110px;
    text-align: center;
}

.message-alert-caption {
    font-size: 14px;
    margin-bottom: 7px
}

.message-btn {
    display: block;
    padding: 7px 0;
    cursor: pointer;
    border-radius: 3px;
    margin-bottom: 10px
}

.message-btn:hover {
    background-color: #1e1c23
}

.message-btn-yes {
    background-color: #6cb216;
    color: #fff
}

.message-btn-no {
    color: #fff;
    background-color: #f85b49
}

.message-link {
    text-decoration: underline;
    color: #06c
}


/** -------- ORDERDESC ------ **/

#orderdesc-area {
    padding: 10px;
}

#orderdesc-area {
    padding: 10px
}

#orderdesc-area table {
    width: 100%;
    text-align: left;
    margin: 10px 0
}

#orderdesc-area table tr td {
    padding: 10px;
    border: 1px dashed #fff
}

#orderdesc-area table tr:nth-child(2n+1) {
    background-color: #f2f4f6
}

#orderdesc-area thead tr:nth-child(1) {
    background-color: #5a6169!important;
    color: #FFF
}

#orderdesc-area table img {
    display: block;
    margin: 0;
    border: 0;
    max-width: 350px
}

#orderdesc-area table tr td h2 {
    font-size: 22px
}

#orderdesc-area table tr td h2 .svg-inline--fa {
    font-size: 13px;
    margin-right: 5px
}

.orderdesc-edit-area h1,
#orderdesc-area h1 {
    font-size: 17px;
    color: #333;
    padding-bottom: 15px
}

#orderdesc-table {
    width: 100%;
    margin-top: 10px
}

#orderdesc-table td {
    padding: 10px;
    overflow: hidden
}

#orderdesc-table td.odtdcenter {
    text-align: center;
    width: auto
}

#orderdesc-table .ord_rating,
#orderdesc-table .ord_rating .svg-inline--fa {
    color: #05e05a
}

#orderdesc-table .orderdesc-rating-null,
#orderdesc-table .orderdesc-rating-null .svg-inline--fa {
    color: #727279
}

#orderdesc-table thead tr td {
    font-weight: bold;
    color: #fff;
    border-bottom: 1px solid #fff
}

#orderdesc-table thead tr td a {
    font-weight: 600;
    color: #fff
}

#orderdesc-table thead tr td a:hover {
    color: #f85b49
}

#orderdesc-table tbody tr.orderdescr-tr-odd {
    background-color: #fafafa
}

#orderdesc-table tbody tr:hover {
    background-color: #f8f8f8
}

#orderdesc-table tbody tr td p {
    color: #777
}

#orderdesc-table tbody tr td p.orderdesc-descr {
    display: none;
    margin-top: 10px;
    color: #555;
    word-break: break-all
}

#orderdesc-table tbody tr td a .svg-inline--fa {
    color: #727279
}

#orderdesc-navigation {
    margin: 15px 0 5px;
    line-height: 30px;
    height: 30px;
    text-align: center;
    padding: 0 10px 0 5px
}

#orderdesc-navigation * {
    display: inline-block;
    margin-left: 5px;
    line-height: 28px;
    height: 28px;
    background: #f6f6f6;
    padding: 0 8px;
    font-weight: bold;
    text-shadow: 0 1px 2px #fff;
    border: 1px solid #e3e3e3;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px
}

#orderdesc-navigation a:hover {
    -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15);
    -ms-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15);
    -o-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15);
    box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15);
    background: #f0f0f0;
    color: #000
}

#orderdesc-navigation span {
    background: #fff;
    color: #999
}

#orderdesc-navigation b {
    background: none;
    border: none
}

#orderdesc-actions {
    margin-top: 10px;
    height: 31px
}

#orderdesc-actions .button {
    background-color: #05e05a;
    color: #fff
}

#orderdesc-search-area {
    width: 250px;
    height: 28px;
    position: relative
}

#orderdesc-search-input {
    width: 100%;
    height: 28px;
    border: none;
    background-color: #f2f4f6;
    padding: 0 0 0 10px;
    color: #444
}

#orderdesc-search-find {
    width: 30px;
    height: 28px;
    line-height: 32px;
    padding: 0;
    top: 0;
    right: 0;
    color: #727279;
    border: none;
    background: none;
    cursor: pointer;
    position: absolute
}

#orderdesc-del-submit {
    margin-right: 10px
}

#orderdesc-add-area,
.orderdesc-edit-area {
    margin-top: 10px;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    -ms-border-radius: 7px;
    -o-border-radius: 7px;
    border-radius: 7px;
    padding: 10px;
    background-color: #f6f6f6;
    display: none
}

.orderdesc-edit-area hr {
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #fff;
    height: 0;
    margin-bottom: 7px
}

.orderdesc-edit-area {
    display: block;
    margin: 10px 10px 0
}

.orderdesc-edit-area label {
    display: block;
    padding: 5px 0 5px 10px
}

.orderdesc-edit-area label input {
    margin-right: 7px
}

#orderdesc-add-area form,
.orderdesc-edit-area form {
    width: 100%;
    display: block;
    margin: 0 auto!important
}

#orderdesc-add-area form input[type="text"],
#orderdesc-add-area form input[type="password"],
.orderdesc-edit-area form input[type="text"],
.orderdesc-edit-area form input[type="password"] {
    background-color: #fff
}

#orderdesc-add-area h4,
.orderdesc-edit-area h4 {
    color: #444;
    margin-left: 7px;
    font-size: 20px;
    margin-bottom: 10px
}

.orderdesc-inputclass {
    display: block;
    margin-bottom: 7px!important;
    background-color: #fff
}

.orderdesc-inputclass:focus {
    border-color: #f85b49 !important;
    background-color: #fff
}

.orderdesc-add-input,
#orderdesc-add-area form select,
.orderdesc-edit-area form select {
    padding: 0 15px!important;
    height: 47px;
    width: 100%;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    -ms-border-radius: 7px;
    -o-border-radius: 7px;
    border-radius: 7px
}

.orderdesc-add-input {
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    width: 400px
}

#orderdesc-add-area textarea,
.orderdesc-edit-area textarea {
    height: 150px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    padding: 5px;
    width: 100%
}

#orderdesc-edit-cancel {
    float: right;
    line-height: 20px;
    margin-top: 3px;
    margin-right: 10px
}

#orderdesc-filters {
    margin-top: 10px
}

#orderdesc-filters a {
    display: inline-block;
    margin: 0 5px 5px 0;
    padding: 3px 22px;
    line-height: 15px;
    height: 15px;
    color: #777;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px
}

#orderdesc-filters a:hover {
    color: #000
}

#orderdesc-filters a u {
    float: right;
    margin-right: -18px;
    width: 16px;
    height: 15px
}

#orderdesc-filters a u:hover {
    background-position: -16px -105px
}

.orderdesc-icon {
    display: inline-block;
    width: 16px;
    height: 15px
}

.odclear {
    clear: both;
    overflow: hidden;
    height: 0
}

#orderdesc_related {
    display: none;
    background-color: #f85b49bf;
    padding: 10px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px
}

#orderdesc_related li {
    display: block;
    padding: 2px 75px 2px 5px;
    line-height: 16px;
    color: #fff
}

#orderdesc_related li span {
    float: right;
    height: 16px;
    width: 70px;
    margin-right: -75px;
    text-align: center;
    color: #333;
    font-weight: bold
}

#orderdesc_related li b {
    font-weight: bold
}


/** --------PM INFORMER ------ **/

.inform_pm {
    position: relative;
    display: inline-block;
    vertical-align: top;
    color: #fff;
    font-size: 20px;
    cursor: pointer;
    margin-right: 10px
}

.inform_pm-wrp {
    position: absolute;
    z-index: 9;
    top: -9999px
}

.inform_pm-trans {
    width: 265px;
    position: absolute;
    right: -19px;
    top: 30px;
    -webkit-transform: translateY(18px);
    -moz-transform: translateY(18px);
    -o-transform: translateY(18px);
    -webkit-transform: translateY(18px);
    -moz-transform: translateY(18px);
    -ms-transform: translateY(18px);
    -o-transform: translateY(18px);
    transform: translateY(18px);
    -webkit-transition: -webkit-transform 0.4s, opacity 0.4s;
    -moz-transition: -moz-transform 0.4s, opacity 0.4s;
    -ms-transition: -ms-transform 0.4s, opacity 0.4s;
    -o-transition: -o-transform 0.4s, opacity 0.4s;
    -webkit-transition: -webkit-transform 0.4s, opacity 0.4s;
    -moz-transition: -moz-transform 0.4s, opacity 0.4s;
    -ms-transition: -ms-transform 0.4s, opacity 0.4s;
    -o-transition: -o-transform 0.4s, opacity 0.4s;
    transition: transform 0.4s, opacity 0.4s
}

.inform_pm-wrp:before {
    content: "";
    position: absolute;
    top: 1px;
    right: 0;
    width: 0;
    height: 0;
    -webkit-transform: translate(-1rem, -100%);
    -moz-transform: translate(-1rem, -100%);
    -ms-transform: translate(-1rem, -100%);
    -o-transform: translate(-1rem, -100%);
    transform: translate(-1rem, -100%);
    border-left: .75rem solid transparent;
    border-right: .75rem solid transparent;
    border-bottom: .75rem solid white
}

.pm-inform {
    padding: 1px;
    border: 1px solid #fff;
    background-color: #fff;
    -webkit-box-shadow: 6px 6px 24px 0 rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 6px 6px 24px 0 rgba(0, 0, 0, 0.2);
    -ms-box-shadow: 6px 6px 24px 0 rgba(0, 0, 0, 0.2);
    -o-box-shadow: 6px 6px 24px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 6px 6px 24px 0 rgba(0, 0, 0, 0.2);
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
    border-radius: 6px
}

.pm-inform-h {
    height: 44px;
    font: normal 12px/44px Arial;
    color: #62878f;
    padding: 0 15px
}

.pm-inform-h a {
    float: right;
    color: #759bdc;
    font-size: 11px;
    text-decoration: none
}

.pm-inform-h a:hover {
    text-decoration: underline
}

.pm-inform-list {
    list-style: none;
    margin: 0;
    padding: 0
}

.pm-inform-list li {
    display: block;
    font: normal 12px/20px Arial;
    margin: 1px 0 0 0;
    padding: 0;
    color: #888
}

.pm-inform-list li.pm-inform-empty {
    padding: 15px 0;
    background: #fafafa;
    border-top: 1px solid #fff;
    text-align: center
}

.pm-inform-item {
    display: block!important;
    position: relative;
    height: 60px;
    padding: 10px 10px 10px 60px!important;
    background-color: #f6f6f6!important;
    color: inherit;
    text-decoration: none
}

.pm-inform-item:hover {
    background: #fff;
    text-decoration: none;
    color: #555;
    background-color: #f3efe5!important;
}

.pm-inform-ava {
    float: left;
    margin-left: -50px;
    width: 40px;
    height: 40px;
    overflow: hidden
}

.pm-inform-ava img {
    width: 40px;
    height: 40px;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%
}

.pm-inform-date {
    position: absolute;
    top: 10px;
    right: 5px;
    font-size: 10px;
    color: #bbb;
    background: inherit;
    padding: 0 5px
}

.pm-inform-author {
    font-weight: bold;
    color: #5b9be1;
    display: block;
    height: 20px;
    overflow: hidden
}

.pm-inform-subj {
    display: block;
    height: 20px;
    overflow: hidden;
    color: #727279
}

.inform_pm-btn .badge {
    top: 4px;
    font-size: 11px
}

.quick_view {
    top: 150px;
    left: 0;
    right: 0;
    max-width: 1000px;
    margin: auto;
    z-index: 999999;
    width: 100%;
    max-height: 600px;
    position: fixed;
    background-color: #fff;
    opacity: 0;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    -moz-transition: all .3s ease
}
@media screen and (max-width:756px) {
.quick_view {
    top: 0;
	overflow: scroll;
	height: 100%;
}
}
.quick_view {
    -webkit-transform: scale(1.1);
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0)
}

.quick_view.active {
    -webkit-transform: scale(1.1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 1
}

.quick_view table {
    display: none;
}

.bg_overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: #151617c9;
    z-index: 999;
    display: none
}


/** --------KARMA ------ **/

.karma_badge,
.nkarma_badge {
    position: relative;
    user-select: none;
    cursor: default;
    font-size: 13px;
    background: #f85b49;
    color: #fff;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    padding: 5px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    margin-left: 5px
}

.nkarma_badge {
    background-color: #151617
}

.comm-one > span .karma_badge {
    font-size: 19px;
    padding: 0 5px;
    background-color: #151617;
    color: #fff
}

.comm-four .nkarma_badge {
    background-color: inherit;
    color: #151617
}


/** --------ADAPTIVE ------ **/

@media screen and (max-width:1120px) {
    .grid-thumb .short {
        width: calc(100%/4);
        width: -webkit-calc(100%/4)
    }
    .mega_menu,
    .big_slider,
    .head_txt {
        display: none
    }
    .form-checks label span {
        width: 325px
    }
}

@media screen and (max-width:950px) {
    .links .ya-share2 {
        display: none
    }
	.siddd {
        display: none
    }
    .search_form {
        left: 0;
        top: 135px;
        padding: 15px
    }
    .cols {
        overflow: hidden;
        padding: 0
    }
    .cols_top-tabs span {
        padding: 7px 20px
    }
    .mylists-switch,
    .mylists-tabs {
        white-space: nowrap;
        overflow-y: hidden;
        overflow-x: auto;
        width: 100%
    }
    .full_screens .xfieldimagegallery li {
        width: 25%
    }
    .show-menu {
        height: 40px;
        line-height: 40px;
        padding: 0 20px;
        display: block;
        background-color: #151617;
        position: relative;
        color: #fff;
        font-size: 20px;
        cursor: pointer
    }
    .viss .side {
        display: block;
        margin-left: 0;
        margin-right: -320px;
        width: 320px;
        position: relative;
        z-index: 300
    }
}

@media screen and (max-width:760px) {
    .comm-one > span {
        float: left;
        margin-right: 20px;
        opacity: .7;
        margin-top: 5px
    }
    .comm-left .up-status {
        bottom: 0;
        top: -39px;
        left: 60px;
        width: 80px
    }
    .full_cols .blc,
    .full_cols .blc:first-child {
        width: 100%
    }
    .to_compl,
    #cinema_open {
        margin-bottom: 20px;
        width: 48%;
        padding: 0
    }
    .full_select .blc_col {
        width: 100%;
        margin-bottom: 15px
    }
    .related_short {
        width: calc(100%/2);
        width: -webkit-calc(100%/2)
    }
    .full_poster {
        max-height: 220px
    }
}

@media screen and (max-width:590px) {
    .mdiscussed .sb_mdisc-item {
        width: 138px;
    }
    .footer .footer_menu {
        text-align: center;
        margin: 0;
        width: 100%
    }
    .footer .footer_menu li a {
        padding: 7px
    }
    .short {
        padding: 20px;
        height: auto
    }
    .short-img {
        margin: 0 auto 20px auto;
        float: none
    }
    .comm-item {
        padding: 20px
    }
    .comm-left {
        float: none;
        margin-left: 0;
        margin-bottom: 16px
    }
    .comm-right {
        float: none
    }
    .full_screens .xfieldimagegallery li {
        width: 50%
    }
    .full_screens .xfieldimagegallery li img {
        width: 100%
    }
    .short_collection {
        width: calc(100%/1);
        width: -webkit-calc(100%/1)
    }
    .schedule-tabs li {
        width: 25%
    }
    .schedule_item {
        width: 50%;
        height: auto
    }
    .schedule_item[data-time]:after {
        top: 120px
    }
    .grid-thumb .short {
        width: calc(100%/2);
        width: -webkit-calc(100%/2);
        margin: 0
    }
    .news_short .background,
    .news_short:nth-child(2n) .background {
        margin-left: 0;
        width: 100%;
        margin-bottom: 10px;
        margin-right: 0
    }
    .news_short,
    .news_short:nth-child(2n) {
        padding: 10px
    }
    .news_short .img {
        padding-top: 40%
    }
    #gotop {
        display: none
    }
    .tc-item img {
        height: 220px
    }
}
.fb-checks input:checked ~ label::after {
background-color: #f85b49;
}
.fb-checks input:checked ~ label {
background-color: #ff798561;
}
@media screen and (max-width:470px) {
    .main {
        padding: 10px
    }
    .logotype {
        margin-left: 0
    }
	    .logotyped {
        margin-left: 0
    }
    .head_elem .links li {
        display: none
    }
    .head_elem .links li:last-child {
        display: block
    }
    .cols_top-tabs,
    .sect_header .cols_top-tabs span {
        width: 100%
    }
}
.pnext a {
	box-sizing: border-box;
	display: block;
	font-size: 16px;
	height: 40px;
	line-height: 40px;
	min-width: 40px;
	outline: none;
	position: relative;
	-webkit-transition: all 170ms linear;
	-moz-transition: all 170ms linear;
	-ms-transition: all 170ms linear;
	-o-transition: all 170ms linear;
	transition: all 170ms linear;
	padding: 0;
}