/*---
------------------------------------------------------------
                        main styles
------------------------------------------------------------
---*/
@import 'reset.css' all;
html {
    background: #F1F3F6;
}
body {
    font-size: 12px;
	font-family: 'Tahoma', sans-serif;;
    color: #757575;
}
a {
	color: #6f6f6f;
}
.wrap {
    width: 95%;
    position: relative;
    margin: 0 auto;
}
/*==============================
           Header
==============================*/
header {
    clear: both;
    margin: 0;
    position: relative;
    z-index: 5;
}
#header_h {
    height: 45px;
    background: #2d4059;
    border-bottom: 3px solid #f4f4f5;
}
header nav ul {
    float: right;
}
header nav ul li {
    float: left;
    font-size: 12px;
    margin: 0 5px;
}
header nav ul li a {
    color: #6a707e;
}
header nav ul li a:hover {
    color: #fa415a;
}
#header_c {
    background: #fafafa;
    height: 96px;
    position: relative;
}
#header_b {
    height: 20px;
    position: relative;
}
#header_c .logo {
    background:url("../images/logo.png") no-repeat;
    width: 218px;
    height: 53px;
    overflow: hidden;
    text-indent: -9999px;
    position: absolute;
    top: 22px;
    left: 0;
}
#header_c .logo a {
    display: block;
    width: 218px;
    height: 53px;
}
.header_search {
    width: 230px;
    overflow: hidden;
    height: 45px;
    background: url(../images/sep_2.png) repeat-y left 0,
    #2d3040 url(../images/sep_1.png) repeat-y right 0;
}
.header_search form {
    display: block;
}
.header_search form input[type="text"] {
    font-family: 'Tahoma', sans-serif;
    color: #b9beca;
    text-shadow: 1px 1px 0 rgba(0,0,0,0.14);
    width: 170px;
    font-size: 12px;
    background: none;
    border: none;
    height: 45px;
    display: block;
    float: left;
    margin: 0;
    padding: 0 0 6px 21px;
}
.header_search form input[type="submit"] {
    height: 15px;
    float: right;
    text-indent: -9999px;
    width: 21px;
    margin: 14px 12px 0 0;
    background: url(../images/search_btn.png) no-repeat;
    cursor: pointer;
}
.header_search form input[type="submit"]:hover {
    background-position: 0 -15px;
}
/*--- login ---*/
.login {
    overflow: hidden;
    padding: 10px 0 0 0;
    position: relative;
}
.login .points {
    display: block;
    background: #fafafa;
    border: 2px dashed #F1F5F5;
    border-radius: 2px;
    overflow: hidden;
    margin: 3px 9px 0 0;
    text-align: center;
    padding: 10px 11px;
    font-size: 11px;
    color: #394e63;
}
.login .points b {
    font-weight: normal;
    color: #e84c3d;
    font-size: 13px;
    display: block;
    margin: 5px 0;
}
.login .points a {
    text-decoration: underline;
    color: #becacd;
}
.login .points a:hover {
    text-decoration: none;
}
.login .avatar {
    background: #f2f5f5;
    padding: 4px;
    display: block;
    margin: 0 4px 0 0;
}
.login .avatar img {
    width: 68px;
    height: 68px;
    float: left;
    -webkit-box-shadow: 0 1px 3px 0 rgba(184,197,201,1);
    box-shadow: 0 1px 3px 0 rgba(184,197,201,1);
}
.login .avatar .notify {
    padding: 0 0 0 4px;
    float: left;
}
.login .avatar .notify a {
    display: block;
    width: 33px;
    height: 33px;
    background: url("../images/ico_1.png") no-repeat 7px 11px;
    text-decoration: none;
    text-align: right;
}
.login .avatar .notify a b {
    font-weight: normal;
    font-size: 10px;
    text-shadow: 1px 1px 0 rgba(0,0,0,0.11);
    border-radius: 50%;
    background: #f49c14;
    color: #fff;
    padding: 2px 5px;
}
.login .avatar .notify a:nth-child(2) {
    background: url("../images/ico_2.png") no-repeat 8px 10px;
}
.login .avatar .notify a:nth-child(2) b {
    background: #e84c3d;
}
.login ul {
    padding: 6px 0 0 0;
}
.login ul li {
    display: block;
    height: 30px;
    border-bottom: 1px dotted #EAECEE;
    margin: 0 0 0 11px;
    overflow: hidden;
    float: left;
    min-width: 124px;
}
.login ul li a {
    display: inline-block;
    line-height: 30px;
    padding: 0 8px 0 14px;
    background: url("../images/arrow_21.png") no-repeat 1px 14px;
}
.login ul li:nth-child(3) {
    clear: both;
}
.login ul li:nth-child(3), .login ul li:nth-child(4) {
    border-bottom: none;
}
.login a.exit {
    position: absolute;
    right: 2px;
    top: 60px;
    background: url("../images/ico_3.png") no-repeat;
    width: 16px;
    height: 17px;
    text-indent: -9999px;
}
.login .is_login {
    padding: 2px 0 0 0;
}
.login .is_login form input[type="text"], .login .is_login form input[type="password"] {
    background: #fcfdfd url("../images/ico_4.png") no-repeat 10px 7px;
    border: 1px solid #f2f1f1;
    outline: none;
    padding: 7px 10px 7px 45px;
    display: block;
    height: 18px;
    margin: 0 9px 8px 0;
    -webkit-box-shadow:inset 0 1px 3px 0 rgba(0,0,0,0.04);
    box-shadow:inset 0 1px 3px 0 rgba(0,0,0,0.04);
    font-size: 13px;
    color: #707983;
    font-family: 'NeoSansCyr-Regular', sans-serif;
    width: 260px;
    border-radius: 10px;
}
.login .is_login form input[type="password"] {
    background: #fcfdfd url("../images/ico_5.png") no-repeat 12px 7px;
    display: inline-block;
    width: 187px;
    float: left;
}
.login .is_login form button[type="submit"] {
    float: left;
    margin: 4px 0 0 0;
    height: 28px;
}
.login .is_login > .rcol {
    padding: 0 0 0 10px;
    font-size: 11px;
    color: #707983;
}
.login .is_login .rcol a {
    display: block;
    margin-bottom: 3px;
}
.login .is_login .rcol a:hover, .login .is_login .rcol label:hover {
    color: #e84c3d;
    text-decoration: underline;
    cursor: pointer;
}
.login .is_login .rcol label {
    display: inline-block;
    margin: 12px 5px 0 0;
}
#header_h ul.lcol {
    height: 45px;
    padding: 0 0 0 2px;
    list-style: none;
    background: url("../images/sep_24.png") repeat-y left 0;
}
#header_h ul.lcol > li {
    float: left;
    height: 45px;
    padding: 0 2px 0 1px;
    background: url("../images/sep_24.png") repeat-y right 0;
}
#header_h ul.lcol > li > a {
    display: block;
    color: #dce6e8;
    text-shadow: 0 1px 0 rgba(0,0,0,0.16);
    text-transform: uppercase;
    font-family: 'NeoSansCyr-Medium', sans-serif;
}
#header_h ul.lcol > li a span {
    display: block;
    height: 45px;
    line-height: 45px;
    padding: 0 23px;
}
#header_h ul.lcol > li > a:hover, #header_h ul.lcol > li.selected > a {
    color: #e84c3d;
    background: #3c414d url("../images/sep_2.png") repeat-x;
    text-decoration: none;
    height: 45px;
    -webkit-box-shadow:inset 0 -3px 0 0 #e84c3d;
    box-shadow:inset 0 -3px 0 0 #e84c3d;
}
#header_h ul.lcol > li.h_this a span {
    padding: 0 42px 0 23px;
    background: url("../images/arrow_22.png") no-repeat 91% 25px;
}
/* SubMenu */
#h_flow .h_this {
    position: relative;
}
#h_flow li.h_this ul {
    width: 163px;
    margin: 0;
    top: 45px;
    left: 0;
    padding: 9px 0 0 0;
    position: absolute;
    z-index: 999;
    display: none;
}
#h_flow li.h_this ul div {
    -webkit-box-shadow:  0px 1px 7px 0px rgba(0, 0, 0, 0.29);
    -moz-box-shadow:  0px 1px 7px 0px rgba(0, 0, 0, 0.29);
    box-shadow:  0px 1px 7px 0px rgba(0, 0, 0, 0.29);
}
#h_flow li.h_this ul li a, #h_flow li.h_this ul li {
    background: none;
    float: none;
    height: auto;
    display: block;
    text-transform: none;
    text-shadow: none;
    border: none;
}
#h_flow li.h_this ul li {
    padding: 0 6px;
    height: 41px;
    font-size: 13px;
    background: #fafafa;
    position: relative;
}
#h_flow li.h_this ul li:first-child::before {
    content: '';
    position: absolute;
    top: -10px;
    left: 0;
    width: 0;
    height: 0;
    border-bottom: 7px solid #ca3f31;
    border-left: 7px solid transparent;
}
#h_flow li.h_this ul li:first-child {
    border-top: 3px solid #e24a3b;
}
#h_flow li.h_this ul li:last-child a {
    border-bottom: none;
}
#h_flow li.h_this ul li a {
    color: #4d6883;
    height: 40px;
    line-height: 40px;
    padding: 0 5px 0 21px;
    background: url("../images/arrow_21.png") no-repeat 6px 17px;
    border-bottom: 1px dashed #eaecee;
}
#h_flow li.h_this ul li a:hover {
    color: #e84c3d;
    text-decoration: none;
}
#header_b .wrap {
    position: relative;
    height: 100%;
}
#header_b .wrap .social {
    right: -116px;
    top: 31px;
    width: 22px;
    height: 73px;
    padding: 0 0 0 117px;
    background: url("../images/soc_text.png") no-repeat left 21px;
    position: absolute;
}
#header_b .wrap .social a {
    position: absolute;
    right: 0;
    top: 0;
    display: block;
    width: 22px;
    height: 22px;
    background: url("../images/social_ico.png") no-repeat;
}
#header_b .wrap .social a:nth-child(2) {
    right: 12px;
    top: 33px;
    background-position: 0 -22px;
}
#header_b .wrap .social a:nth-child(3) {
    right: 44px;
    top: 51px;
    background-position: 0 -44px;
}
#header_b .wrap .advert {
    position: absolute;
    top: 41px;
    right: 234px;
    color: #434855;
    font-size: 16px;
    font-family: 'NeoSansCyr-Medium', sans-serif;
    text-decoration: none;
    text-shadow: 6px 6px 0 rgba(232,76,61,0.09);
}
#header_b .wrap .advert b {
    font-weight: normal;
    display: block;
    color: #e84c3d;
}
/*==============================
           Sliders
==============================*/
.cat_ico {
    position: relative;
    height: 28px;
    line-height: 28px;
    font-family: 'NeoSansCyr-Medium', sans-serif;
    padding: 0 6px;
    color: #fff;
    text-shadow: 1px 1px 0 rgba(0,0,0,0.21);
    background: #9c59b8;
}
.cat_ico:after, .cat_ico:before {
    position: absolute;
    top: 0;
    content: '';
}
.cat_ico::after {
    width: 13px;
    height: 28px;
    right: -13px;
    background: url("../images/cat_ico.png") no-repeat -5px 0;
}
.cat_ico::before {
    width: 5px;
    height: 35px;
    left: -5px;
    background: url("../images/cat_ico.png") no-repeat 0 0;
}
.cat_ico a {
	color: #fff !important;
}
.cat_ico.id_1 {
    background: #9c59b8;
}
.cat_ico.id_1::after {
    background-position: -5px 0;
}
.cat_ico.id_1::before {
    background-position: 0 0;
}
.cat_ico.id_2 {
    background: #78a83f;
}
.cat_ico.id_2::after {
    background-position: -5px -35px;
}
.cat_ico.id_2::before {
    background-position: 0 -35px;
}
.cat_ico.id_3 {
    background: #f0ab06;
}
.cat_ico.id_3::after {
    background-position: -5px -70px;
}
.cat_ico.id_3::before {
    background-position: 0 -70px;
}
.cat_ico.id_4 {
    background: #e51669;
}
.cat_ico.id_4::after {
    background-position: -5px -105px;
}
.cat_ico.id_4::before {
    background-position: 0 -105px;
}
.cat_ico.id_5 {
    background: #2fa6ea;
}
.cat_ico.id_5::after {
    background-position: -5px -140px;
}
.cat_ico.id_5::before {
    background-position: 0 -140px;
}
.cat_ico.id_6 {
    background: #1fdf99;
}
.cat_ico.id_6::after {
    background-position: -5px -175px;
}
.cat_ico.id_6::before {
    background-position: 0 -175px;
}
.cat_ico.id_7 {
    background: #ff00a8;
}
.cat_ico.id_7::after {
    background-position: -5px -210px;
}
.cat_ico.id_7::before {
    background-position: 0 -210px;
}
.cat_ico.id_8 {
    background: #6888f4;
}
.cat_ico.id_8::after {
    background-position: -5px -245px;
}
.cat_ico.id_8::before {
    background-position: 0 -245px;
}
.cat_ico.id_9 {
    background: #5c6171;
}
.cat_ico.id_9::after {
    background-position: -5px -280px;
}
.cat_ico.id_9::before {
    background-position: 0 -280px;
}
.cat_ico.id_10 {
    background: #cf09ec;
}
.cat_ico.id_10::after {
    background-position: -5px -315px;
}
.cat_ico.id_10::before {
    background-position: 0 -315px;
}
/*==============================
           Sliders
==============================*/
#slider_box {
    position: relative;
    z-index: 5;
    padding: 0 0 5px 0;
    overflow: hidden;
}
#slider_box.wrap {
    width: 1048px;
}
.slider_box_h {
    overflow: hidden;
    height: 60px;
    margin: 0 0 2px 0;
}
.slider_box_h .lcol {
    padding: 0 0 0 2px;
    font-size: 16px;
    color: #434855;
    font-family: 'NeoSansCyr-Medium', sans-serif;
}
.slider_box_h .lcol b {
    font-weight: normal;
    color: #e84c3d;
}
.slider_box_h .lcol div {
    float: left;
    margin: 22px 0 0 0;
}
.slider_box_h .lcol span {
    display: block;
    margin: 24px 0 0 7px;
    font-size: 11px;
    float: left;
    font-family: 'NeoSansCyr-Regular', sans-serif;
    color: #acb7c2;
}
.slider_box_h .lcol a {
    color: #acb7c2;
}
.slider_box_h .rcol {
    color: #8f9aa7;
    padding: 9px 58px 0 0;
    height: 42px;
    line-height: 40px;
}
.sb-navigation-left, .sb-navigation-right {
    position: absolute;
    top: 9px;
    width: 41px;
    height: 42px;
    display: block;
    text-indent: -9999px;
    cursor: pointer;
    background: url("../images/slider_btn.png") no-repeat;
}
.sb-navigation-left {
    right: 170px;
    background-position: 0 0;
}
.sb-navigation-left:hover {
    background-position: 0 -42px;
}
.sb-navigation-right {
    right: 2px;
    background-position: -41px 0;
}
.sb-navigation-right:hover {
    background-position: -41px -42px;
}
.showbiz ul, .showbiz li {
    list-style: none;
    margin:0;
    padding:0;
}
.showbiz .overflowholder {
    overflow: hidden;
    position: relative;
    width: 100%;
    z-index:2;
}
.showbiz .overflowholder ul {
    width:100000px;
    position: absolute;
    top: 0px;
    left: 0px;
    padding: 0 2px 0 3px;
}
li.sb-light-skin {
    float: left !important;
    background: #fff;
    -webkit-border-radius: 9px;
    -moz-border-radius: 9px;
    border-radius: 9px;
    width: 166px;
    height: 273px;
    margin: 0 9px 0 0;
    padding: 0;
    position: relative;
    -webkit-box-shadow: 0 0 4px 0 rgba(220,230,232,0.69);
    box-shadow: 0 0 4px 0 rgba(220,230,232,0.69);
}
li.sb-light-skin img {
    width: 166px;
    height: 222px;
    display: block;
    margin: 0;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}
li.sb-light-skin .poster {
    position: relative;
    width: 166px;
    height: 222px;
    background: #edf0f0;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    padding: 0 0 3px 0;
    margin: 0;
    display: block;
}
li.sb-light-skin .poster .cat_ico {
    position: absolute;
    top: 12px;
	z-index: 3;
    left: 0;
}
li.sb-light-skin .poster .cat_ico  a {
	display: inline-block !important;
	color: #fff;
}
li.sb-light-skin .poster .sl_info {
    position: absolute;
    display: block;
    bottom: 0;
    right: -6px;
	z-index: 3;
}
li.sb-light-skin .poster .comm, li.sb-light-skin .poster .rait {
    display: block;
    float: right;
    height: 37px;
    position: relative;
    color: #fff;
    font-size: 11px;
    text-shadow: 1px 1px 0 rgba(0,0,0,0.14);
}
li.sb-light-skin .poster .comm {
    background: rgba(67,72,85,0.86) url("../images/arrow_3.png") no-repeat 10px 11px;
    line-height: 37px;
    padding: 0 9px 0 33px;
}
li.sb-light-skin .poster .rait {
    padding: 0 8px;
    background: #e84c3d;
}
li.sb-light-skin .poster .rait::before {
    position: absolute;
    content: '';
    right: 0;
    bottom: -6px;
    width: 0;
    height: 0;
    border-right: 6px solid transparent;
    border-top: 6px solid #c63d30;
}
li.sb-light-skin .poster .rait sup, li.sb-light-skin .poster .rait sub {
    display: block;
    padding: 5px 0 0 0;
}
li.sb-light-skin .poster .caption {
    display: none;
    position: absolute;
}
li.sb-light-skin .poster:hover .caption {
    position: absolute;
    width: 166px;
    height: 273px;
    display: block;
    top: 0;
    left: 0;
	z-index: 2;
    -webkit-border-radius: 9px;
    -moz-border-radius: 9px;
    border-radius: 9px;
    text-indent: -9999px;
    background: rgba(67,72,85,0.82) url(../images/arrow.png) no-repeat center center;
}
li.sb-light-skin .title {
    width: 150px;
    color: #59636b;
    font-size: 12px;
    padding: 10px 8px;
    display: block;
    height: 15px;
    overflow: hidden;
    text-align: center;
}
/*==============================
           Content
==============================*/
#content {
    position: relative;
    z-index: 4;
    padding: 0 0 16px 0;
}
aside.lcol, aside.rcol {
    width: 240px;
}
aside.lcol .block, aside.rcol .block {
    position: relative;
    width: 240px;
    margin: 0 0 17px 0;
    background: #fff;
    -webkit-box-shadow: 0 0 4px 0 rgba(220,230,232,0.69);
    box-shadow: 0 0 4px 0 rgba(220,230,232,0.69);
    -moz-border-radius: 9px;
    -webkit-border-radius: 9px;
    border-radius: 9px;
}
aside.lcol .block .block_h, aside.rcol .block .block_h {
    font-family: 'NeoSansCyr-Medium', sans-serif;
    font-size: 18px;
    height: 23px;
    position: relative;
    line-height: 18px;
    color: #3b5167;
    padding: 11px 17px;
}

aside.lcol .block .block_h span, aside.rcol .block .block_h span {
    color: #e84c3d;
    display: block;
}
aside.lcol .block .block_c.padd, aside.rcol .block .block_c.padd {
    padding: 10px 7px;
}
aside.lcol .block:nth-child(1) {
    background: #e84c3d;
    -webkit-box-shadow: none;
    box-shadow: none;
}
aside.lcol .block:nth-child(1) .block_h {
    color: #ffffff;
    text-shadow: 1px 1px 0 rgba(0,0,0,0.29);
}
aside.lcol .block:nth-child(1) .block_h span {
    color: #ffd200;
}
aside.lcol .block:nth-child(2n), aside.rcol .block:nth-child(2), aside.rcol .block:nth-child(4) {
    background: #39444c;
    -webkit-box-shadow: none;
    box-shadow: none;
}
aside.rcol .block:nth-child(2) {
    background: #434855;
}
aside.rcol .block:nth-child(4) {
    background: #47535c;
}
aside.lcol .block:nth-child(2n) .block_h, aside.rcol .block:nth-child(2) .block_h, aside.rcol .block:nth-child(4) .block_h {
    color: #ffffff;
    text-shadow: 1px 1px 0 rgba(0,0,0,0.29);
}
aside.lcol .block:nth-child(2n) .block_h span {
    color: #f1c40f;
}
aside.rcol .block:nth-child(2) .block_h span {
    color: #ffd200;
}
aside.rcol .block:nth-child(4) .block_h span {
    color: #e84c3d;
}

.block_h.sl_btn {
    position: relative;
}
.block_h.sl_btn .prev, .block_h.sl_btn .next {
    position: absolute;
    z-index: 9;
    right: -7px;
    top: 91px;
    display: block;
    text-indent: -9999px;
    width: 23px;
    height: 23px;
    background: url("../images/sl_btn.png") no-repeat;
}
.block_h.sl_btn .prev:hover {
    background-position: 0 -23px;
}
.block_h.sl_btn .next {
    top: 68px;
    background-position: -23px 0;
}
.block_h.sl_btn .next:hover {
    background-position: -23px -23px;
}
.block_h.sl_btn a
/*-- navi --*/
.navi_c {
    padding: 2px 0 0 0;
}
ul.navi_c {
    background: #2d4059 url("../images/sep_8.png") repeat-x;
    -moz-border-radius: 0 0 8px 8px;
    -webkit-border-radius: 0 0 8px 8px;
    border-radius: 0 0 8px 8px;
    position: relative;
    padding: 0 3px;
    font-size: 13px;
}
.navi_c > li {
    display: block;
}
.navi_c > li:last-child div {
    border-bottom: none;
}
.navi_c li div {
    border-bottom: 1px dashed #535764;
    height: 35px;
    margin: 0 3px;
}
.navi_c li.selected div {
    border-bottom: 1px solid #39444c;
}
.navi_c li div a, .sublink div a {
    color: #fff;
    line-height: 35px;
    display: block;
    font-size: 13px;
    padding: 0 8px 0 29px;
    text-decoration: none;
    text-shadow: 1px 1px 0 rgba(0,0,0,0.16);
    background: url("../images/arrow_9.png") no-repeat 8px 12px;
}
.navi_c li div a:hover, .navi_c li.sublink.opened div a, .navi_c li.selected div a, .sublink:hover div a {
    color: #ffd200;
    background: url("../images/arrow_5.png") no-repeat 8px 12px;
}
.sublink div a span {
    display: block;
    background: url("../images/arrow_6.png") no-repeat 100% 15px;
}
.sublink:hover div a span {
    display: block;
    background: url("../images/arrow_7.png") no-repeat 100% 15px;
}
.selected div a span {
    color: #fff;
    background: url("../images/arrow_7.png") no-repeat 100% 15px;
}
ul.submenu {
    background: #2D3040 url("../images/sep_9.png") repeat-x;
    font-size: 12px;
    padding: 0 3px;
}
ul.submenu li {
    border-bottom: 1px dashed #535764;
}
ul.submenu li:last-child {
    border: none;
}
ul.submenu li a {
    display: block;
    color: #fff;
    height: 32px;
    line-height: 30px;
    padding: 0 5px 0 25px;
    text-decoration: none;
    text-shadow: 1px 1px 0 rgba(0,0,0,0.16);
    background: url("../images/arrow_160.png") no-repeat 7px 13px;
}
ul.submenu li a:hover {
    color: #ffd200;
}
ul.black {
    background: #2d4059 url("../images/sep_8.png") repeat-x;
    -moz-border-radius: 0 0 8px 8px;
    -webkit-border-radius: 0 0 8px 8px;
    border-radius: 0 0 8px 8px;
    position: relative;
    padding: 0 3px;
    font-size: 13px;
}
ul.black li {
    border-bottom: 1px dashed #535764;
    height: 35px;
    margin: 0 3px;
}
ul.black li:last-child {
    border: none;
}
ul.black li a {
    display: block;
    color: #fff;
    height: 35px;
    line-height: 35px;
    padding: 0 8px 0 29px;
    text-decoration: none;
    text-shadow: 1px 1px 0 rgba(0,0,0,0.16);
    background: url("../images/arrow_4.png") no-repeat 8px 12px;
}
ul.black li:hover a {
    color: #ffd200;
    background: url("../images/arrow_5.png") no-repeat 8px 12px;
}
.rand {
    position: relative;
}
.rand .load {
    top: 14px;
    left: -15px;
    position: absolute;
    display: block;
    height: 24px;
    width: 23px;
    text-indent: -9999px;
    background: url("../images/rand_bth.png") no-repeat;
}
.rand .load:hover {
    background-position: 0 -24px;
}
.rand .title {
    background: #47535c;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    display: block;
    position: relative;
    overflow: hidden;
    margin: 0 0 8px 0;
}
.rand .title span {
    display: block;
    overflow: hidden;
    color: #ffffff;
    font-size: 13px;
    line-height: 17px;
}
.rand .title span.rcol {
    background: #e84c3d;
    -moz-border-radius: 0 4px 4px 0;
    -webkit-border-radius: 0 4px 4px 0;
    border-radius: 0 4px 4px 0;
    padding: 8px 10px;
}
.rand .title span.lcols {
    overflow: hidden !important;
    padding: 8px 13px;
    text-shadow: 1px 1px 0 rgba(0,0,0,0.2);
    background: url("../images/sep_11.png") repeat-y right;
}
.rand .title span sup, .rand .title span sub {
    display: block;
}
.rand .image {
    display: block;
    width: 240;
    min-height: 280px;
    position: relative;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: 0 0 7px 0 rgba(28,35,40,1);
    box-shadow: 0 0 7px 0 rgba(28,35,40,1);
    overflow: hidden;
}
.rand .image img {
    width: 225px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    min-height: 267px;
}
.rand .image .inf {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 46px;
    line-height: 44px;
    background: rgba(57,68,76,0.74);
    -moz-border-radius: 0 0 4px 4px;
    -webkit-border-radius: 0 0 4px 4px;
    border-radius: 0 0 4px 4px;
    text-align: center;
    padding: 0 19px;
}
.rand .image .inf b {
    height: 17px;
    margin: 14px 0 0 0;
    line-height: 17px !important;
    display: inline-block;
    padding: 0 0 0 24px;
    font-weight: normal;
    color: #ffffff;
    font-size: 12px;
    background: url("../images/arrow_12.png") no-repeat left center;
}
.rand .image .inf b:nth-child(2) {
    float: left;
    background: url("../images/arrow_11.png") no-repeat left 2px;
}
.rand .image .inf b:nth-child(3) {
    float: right;
    background: url("../images/arrow_13.png") no-repeat left center;
}
.rand .image .inf b a {
    color: #ffffff;
}
.friends ul li {
    border-bottom: 3px double #f7f8f9;
}
.friends ul li a {
    display: block;
    height: 39px;
    line-height: 39px;
    padding: 0 0 0 29px;
    font-size: 12px;
    color: #59636b;
    overflow: hidden;
    background: url("../images/arrow_14.png") no-repeat 9px 12px;
}
.friends ul li:hover a {
    background: url("../images/arrow_15.png") no-repeat 9px 12px;
}
.friends ul li a b {
    font-weight: normal;
    color: #e84c3d;
}
.friends .counters {
    text-align: center;
    padding: 11px 0 14px 0;
}
.friends .counters span.fade {
    display: inline-block;
    margin: 4px 10px 5px 10px;
}
.vk_block {
    width: 240px;
    overflow: hidden;
    margin: 0 0 17px 0;
    position: relative;
    z-index: 4;
    text-align: center;
}

/*---topnews---*/
.topnews {
    margin: 0 3px;
}
ul.topnews {
    background: #2d4059 url("../images/sep_8.png") repeat-x;
    -moz-border-radius: 0 0 8px 8px;
    -webkit-border-radius: 0 0 8px 8px;
    border-radius: 0 0 8px 8px;
    position: relative;
    padding: 0 3px;
    font-size: 13px;
}
.topnews li {
    padding: 0 0 1px 0;
    background: url("../images/sep_13.png") no-repeat left bottom;
}
.topnews li:last-child {
    background: none;
}
.topnews li a {
    font-size: 12px;
    display: block;
    padding: 9px 5px 9px 21px;
    color: #ffffff;
    line-height: 14px;
    background: url("../images/arrow_16.png") no-repeat 6px 13px;
    text-shadow: 1px 1px 0 rgba(0,0,0,0.23);
}
.topnews li a b {
    font-weight: normal;
    color: #f1c40f;
}
/*---topnews_2---*/
.topnews_2 {
    padding: 0 0 11px 0;
}
.topnews_2 li {
    padding: 8px 13px 10px 13px;
    color: #ffcc00;
    font-size: 13px;
    line-height: 15px;
    text-shadow: 1px 1px 0 rgba(0,0,0,0.09);
    background: url("../images/sep_16.png") no-repeat 5px bottom;
}
.topnews_2 li:hover {
    color: #e84c3d;
    background: url("../images/sep_16.png") no-repeat 5px bottom,
    url("../images/sep_17.png") repeat-y left 0;
}
.topnews_2 li a {
    color: #dce6e8;
    text-decoration: none;
}
/*---topnews_3---*/
.topnews_3 {
    padding: 3px 0;
}
.topnews_3 li {
    padding: 3px 8px 3px 38px;
    overflow: hidden;
    position: relative;
}
.topnews_3 li img {
    position: absolute;
    left: 8px;
    top: 3px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    width: 50px;
    height: 50px;
}
.topnews_3 li a {
    text-decoration: none;
}
.topnews_3 li span {
    font-family: 'NeoSansCyr-Regular', sans-serif;
    padding: 9px 10px 10px 29px;
    overflow: hidden;
    display: block;
    min-height: 30px;
    font-size: 12px;
    color: #47535c;
    background: #F7FBFB;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}
.topnews_3 li:hover span {
    background: #fff;
    -webkit-box-shadow: 0 0 4px 0 rgba(71,83,92,0.12);
    box-shadow: 0 0 4px 0 rgba(71,83,92,0.12);
}
.topnews_3 li span b {
    font-family: 'NeoSansCyr-Italic', sans-serif;
    margin: 5px 0 0 0;
    font-weight: normal;
    display: block;
    color: #e84c3d;
    font-size: 11px;
}
/*---banner---*/
.banner {
    width: 240px;
    overflow: hidden;
    text-align: center;
    margin: 0 0 17px 0;
}
.banner img {
    max-width: 240px;
    -moz-border-radius: 9px;
    -webkit-border-radius: 9px;
    border-radius: 9px;
}
/*--- Main section ---*/
#content section {
    min-width: 10%;
	max-width: 100%;
    background: #ffffff;
    -webkit-box-shadow: 0 0 4px 0 rgba(220,230,232,0.69);
    box-shadow: 0 0 4px 0 rgba(220,230,232,0.69);
    -moz-border-radius: 9px;
    -webkit-border-radius: 9px;
    border-radius: 9px;
    position: relative;
    overflow: hidden;
}
/*---speedbar---*/
.speedbar {
    position: relative;
    margin: 0;
    height: 61px;
    padding: 0 8px 0 37px;
    overflow: hidden;
    line-height: 57px;
    color: #34495e;
    background: url("../images/sep_4.png") repeat-x center bottom;
}
.speedbar::before {
    position: absolute;
    content: '';
    left: 13px;
    top: 21px;
    width: 13px;
    height: 13px;
    background: url("../images/arrow_1.png") no-repeat;
}
.speedbar a {
    color: #34495e;
}
.speedbar a:hover {
    color: #e84c3d;
}
/*---rating---*/
.rating {
    width: 85px;
    margin: 0;
    height: 17px;
    font-size: 12px;
    color: #5f7e8a;
}
.unit-rating {
    list-style: none;
    margin: 0;
    padding: 0;
    width: 85px;
    height: 17px;
    position: relative;
    background: url(../dleimages/rating.png) repeat-x;
}
.unit-rating li {
    text-indent: -90000px;
    padding: 0;
    margin: 0;
    float: left;
}
.unit-rating li a {
    display: block;
    width: 17px;
    height: 17px;
    text-decoration: none;
    text-indent: -9000px;
    z-index: 17;
    position: absolute;
    padding: 0;
}
.unit-rating li a:hover {
    background: url(../dleimages/rating.png) 0 -34px;
    z-index: 2;
    left: 0;
}
.unit-rating a.r1-unit {
    left: 0;
}
.unit-rating a.r1-unit:hover {
    width: 17px;
}
.unit-rating a.r2-unit {
    left: 17px;
}
.unit-rating a.r2-unit:hover {
    width: 34px;
}
.unit-rating a.r3-unit {
    left: 34px;
}
.unit-rating a.r3-unit:hover {
    width: 51px;
}
.unit-rating a.r4-unit {
    left: 51px;
}
.unit-rating a.r4-unit:hover {
    width: 68px;
}
.unit-rating a.r5-unit {
    left: 68px;
}
.unit-rating a.r5-unit:hover {
    width: 85px;
}
.unit-rating li.current-rating {
    background: url(../dleimages/rating.png) 0 -17px;
    position: absolute;
    height: 17px;
    display: block;
    text-indent: -9000px;
    z-index: 1;
}
/*---moder icons---*/
.moder_ico {
    overflow: hidden;
}
.moder_ico li {
    float: left;
    height: 14px;
    margin: 0 0 0 9px;
}
.moder_ico li a {
    width: 13px;
    height: 14px;
    display: block;
}
.moder_ico li.edit, .moder_ico li.warn, .moder_ico li.del {
    text-indent: -9999px;
}
.moder_ico li.edit a {
    background: url("../images/moder_ico.png") no-repeat 0 0;
}
.moder_ico li.edit a:hover {
    background-position: 0 -14px;
}
.moder_ico li.warn a {
    background: url("../images/moder_ico.png") no-repeat -42px 0;
}
.moder_ico li.warn a:hover {
    background-position: -42px -14px;
}
.moder_ico li.del a {
    background: url("../images/moder_ico.png") no-repeat -21px 0;
}
.moder_ico li.del a:hover {
    background-position: -21px -14px;
}
/*---full story---*/
.frame {
    border: 1.5px solid #6f7082;
}

.story {
    overflow: hidden;
    padding: 0 0 3px 0;
    background: url("../images/sep_20.png") repeat-x center bottom;
}
.story_h {
    min-height: 36px;
    overflow: hidden;
    padding: 13px 14px;
}
.story_h > div.lcol h2, .story_h > div.lcol h1 {
    font-size: 16px;
    color: #e84c3d;
    margin: 0 0 8px 0;
}
.story_h > div.lcol h2 a, .story_h > div.lcol h1 a {
    color: #e84c3d;
}
.story_h > div.lcol > div.lcol {
    color: #34495e;
}
.story_h > div.lcol > div.lcol a {
    color: #e84c3d;
}
.story .moder_ico {
    margin: 0;
}
.story_h > div.rcol sup {
    font-size: 11px;
    color: #8f9aa6;
    display: block;
    margin: 0 0 7px 0;
}
.story_h > div.rcol b {
    font-weight: normal;
    color: #5a7289;
}
.story .story_inf {
    position: relative;
    height: 14px;
    padding: 16px 3px 7px 3px;
    font-size: 12px;
    background: url("../images/sep_18.png") repeat-x;
}
.story .story_inf li {
    float: left;
    height: 15px;
    padding: 0 13px 0 12px;
    line-height: 15px;
    color: #34495e;
    background: url("../images/sep_19.png") no-repeat right 0;
}
.story .story_inf li:last-child {
    background: none;
}
.story .story_inf li b {
    color: #e84c3d;
    font-weight: normal;
}
.story .story_inf li a {
    color: #34495e;
}
.story .story_c {
    overflow: hidden;
	font-family: 'Tahoma', sans-serif;
    line-height: 14px;
    padding: 9px;
    font-size: 13px;
    color: #34495e;
}
.story .story_c .poster {
    width: 178px;
    height: 227px;
    margin: 0 9px 5px 0;
    border-radius: 6px;
    display: inline-block;
    float: left;
    position: relative;
}
.story .story_c .poster img {
    width: 178px;
    height: 227px;
    border-radius: 6px;
    position: relative;
    z-index: 2;
}
.story .story_c .poster::before {
    position: absolute;
    width: 178px;
    height: 227px;
    bottom: -3px;
    left: -3px;
    border-radius: 6px;
    content: '';
    z-index: 1;
}
.story .story_c .poster .cat_ico {
    position: absolute;
    font-weight: normal !important;
    z-index: 3;
    top: 13px;
    left: 0;
}
.story .story_c b, .story .story_c a {
    color: #e84c3d;
    font-weight: normal;
}
.story .story_c .poster.id_1::before {
    background: #9c59b8;
}
.story .story_c .poster.id_2::before {
    background: #78a83f;
}
.story .story_c .poster.id_3::before {
    background: #f0ab06;
}
.story .story_c .poster.id_4::before {
    background: #e51669;
}
.story .story_c .poster.id_5::before {
    background: #2fa6ea;
}
.story .story_c .poster.id_6::before {
    background: #1fdf99;
}
.story .story_c .poster.id_7::before {
    background: #ff00a8;
}
.story .story_c .poster.id_8::before {
    background: #6888f4;
}
.story .story_c .poster.id_9::before {
    background: #5c6171;
}
.story .story_c .poster.id_10::before {
    background: #cf09ec;
}
.story .story_c img {
    display: inline-block;
}
.story .story_c ul.torrent_stat {
    background: #F7FBFB;
    display: block;
    overflow: hidden;
    border-radius: 6px;
    padding: 10px 0;
    margin: 0 0 10px 0;
}
.story .story_c ul.torrent_stat li {
    float: left;
    height: 20px;
    line-height: 20px;
    color: #8f9aa6;
    padding: 0 11px;
    font-size: 11px;
    border-right: 1px solid #eaedee;
}
.story .story_c ul.torrent_stat li:last-child {
    border: none;
}
.story .story_c ul.torrent_stat li b {
    font-weight: normal;
    color: #34495e;
}
.story .story_b {
    min-height: 33px;
    overflow: hidden;
    padding: 12px 10px;
    background: url("../images/sep_22.png") repeat-x;
}
.story .story_b div.lcol.tags {
    color: #434855;
    padding: 10px 0 0 7px;
    font-size: 11px;
	max-width: 615px;
}
.story .story_b div.lcol.tags b {
    font-weight: normal;
    color: #e84c3d;
}
.story .story_b div.lcol.tags a {
background: #e6e7eb;;
padding: .1em .6em .1em;
font-family: 'Tahoma', sans-serif;
font-size: 11px;
font-weight: bold;
line-height: 1;
color: #34495e;
text-align: center;
border-radius: .40em;
}
.story .story_b div.lcol.tags a:hover {
    color: #e84c3d;
}
.story .story_b .rcol.next a {
    display: block;
    border-radius: 6px;
    padding: 0 14px;
    height: 33px;
    line-height: 33px;
    background: #2d4059;
    color: #fff;
    text-shadow: 1px 1px 0 rgba(0,0,0,0.24);
    text-decoration: none;
}
.story .story_b .rcol.next a:hover {
    background: #006699;
}
.story.full .poster, .story.full .poster img, .story.full .poster::before  {
    border-radius: 0;
}
.story.full .poster_bg {
    margin: -6px 8px 0 -9px;
    display: inline-block;
    float: left;
    position: relative;
    background: #f8fbfb;
    width: auto;
    padding: 10px 9px 20px 9px;
    -webkit-box-shadow: 0 0 4px 0 rgba(239,240,241,1);
    box-shadow: 0 0 4px 0 rgba(239,240,241,1);
}
.story.full .poster {
    margin: 0 0 10px 0;
}
.story.full .story_c {
    overflow: visible;
    position: relative;
    padding-top: 18px;
    line-height: 16px;
}
.story.full .story_c::after {
    background: url("../images/sep_18.png") repeat-x;
    height: 4px;
    position: absolute;
    top: 12px;
    left: 0;
    right: 0;
    content: '';
}
.story.full .poster_bg a {
    display: block;
    text-align: center;
    margin: 0 -9px;
}
.story.full .poster_bg a span {
    font-family: 'NeoSansCyr-Medium', sans-serif;
    display: inline-block;
    padding: 13px 0 13px 43px;
    font-size: 16px;
    line-height: 20px;
    overflow: hidden;
    color: #47535c;
    text-align: left;
    background: url("../images/arrow_17.png") no-repeat left center;
}
.story.full .poster_bg a:last-child span {
    background: url("../images/arrow_19.png") no-repeat left center;
}
.story.full .poster_bg a span b {
    display: block;
    font-weight: normal;
    color: #e84c3d;
}
.story.full .poster_bg a:hover {
    background: #f8fbfb; /* Old browsers */
    background: -moz-linear-gradient(45deg,  #f8fbfb 0%, #edf5f5 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left bottom, right top, color-stop(0%,#f8fbfb), color-stop(100%,#edf5f5)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(45deg,  #f8fbfb 0%,#edf5f5 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(45deg,  #f8fbfb 0%,#edf5f5 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(45deg,  #f8fbfb 0%,#edf5f5 100%); /* IE10+ */
    background: linear-gradient(45deg,  #f8fbfb 0%,#edf5f5 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8fbfb', endColorstr='#edf5f5',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
    -webkit-box-shadow:inset 0 1px 3px 0 rgba(0,0,0,0.09);
    box-shadow:inset 0 1px 3px 0 rgba(0,0,0,0.09);
}
.story.full .poster_bg a:hover span {
    color: #e84c3d;
    background: url("../images/arrow_18.png") no-repeat left center;
}
.story.full .poster_bg a:last-child:hover span {
    background: url("../images/arrow_20.png") no-repeat left center;
}
.story.full .poster_bg a:hover span b {
    color: #47535c;
}
/*--- related ---*/
.related, .torrent, .stat_block {
    background: #f8fbfb;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    padding: 2px 0;
    margin: 5px 11px 11px 11px;
}
.stat_block {
    margin: 0;
}
.related ul, .torrent_c, .stat_block ul {
padding: 4px 6px;
    color: #394e63;
    background: #f9fcff;
    margin: 0 0 5px 0;
    position: relative;
    border: 2px solid #bed1d6;
    border-width: 2px 2px 2px 2px;
    -webkit-border-radius: 6px 6px 6px 6px;
    -moz-border-radius: 6px 6px 6px 6px;
    border-radius: 6px 6px 6px 6px;
    -webkit-box-shadow: inset 1px -1px 0px 0px rgba(240, 240, 240, 1);
    -moz-box-shadow: inset 1px -1px 0px 0px rgba(240, 240, 240, 1);
    box-shadow: inset 1px -1px 0px 0px rgba(240, 240, 240, 1);
}
.related li, .stat_block li {
    border-bottom: 3px double #f6f8f9;
    height: 40px;
}
.related li:last-child {
    border: none;
}
.related li a, .stat_block li {
    display: block;
    background: url("../images/arrow_24.png") no-repeat 10px 11px;
    height: 40px;
    line-height: 40px;
    font-size: 13px;
    text-decoration: none;
    overflow: hidden;
    padding: 0 10px 0 33px;
    color: #59636b;
}
.stat_block li:last-child {
    border: none;
    background: none;
    padding: 0 10px;
}
.stat_block li {
    font-size: 11px;
}
.stat_block li b {
    color: #e84c3d;
    font-weight: normal;
}
.stat_block li strong {
    color: #e84c3d;
    font-size: 12px;
}
.related li a:hover {
    background: url("../images/arrow_25.png") no-repeat 10px 11px;
    color: #e84c3d;
}
/*---Quote---*/
.scriptcode, .quote {
    padding: 4px 6px;
    color: #394e63;
    background: #f9fcff;
    margin: 0 0 5px 0;
    position: relative;
    border: 2px solid #bed1d6;
    border-width: 2px 2px 2px 2px;
    -webkit-border-radius: 6px 6px 6px 6px;
    -moz-border-radius: 6px 6px 6px 6px;
    border-radius: 6px 6px 6px 6px;
    -webkit-box-shadow: inset 1px -1px 0px 0px rgba(240, 240, 240, 1);
    -moz-box-shadow: inset 1px -1px 0px 0px rgba(240, 240, 240, 1);
    box-shadow: inset 1px -1px 0px 0px rgba(240, 240, 240, 1);
}
.quote a {
    color: #848484;
}
.title_quote {
    font-family: 'NeoSansCyr-Medium', sans-serif;
    -webkit-border-radius: 6px 6px 0 0;
    -moz-border-radius: 6px 6px 0 0;
    border-radius: 6px 6px 0 0;
    padding: 0 6px;
    height: 26px;
    line-height: 27px;
    position: relative;
    border: 2px solid #fafafa;
    border-width: 2px 2px 0 2px;
    color: #e84c3d;
    font-size: 12px;
    margin: 0;
    -webkit-box-shadow: inset 1px 1px 0px 0px rgba(240, 240, 240, 1);
    -moz-box-shadow: inset 1px 1px 0px 0px rgba(240, 240, 240, 1);
    box-shadow: inset 1px 1px 0px 0px rgba(240, 240, 240, 1);
}
.title_quote::after {
    content: attr(data-title);
    clear: both;
    display: block;
    width: 97.5% !important;
    position: absolute;
    bottom: 0;
    border-bottom: 1px dotted #ededed;
    height: 1px;
}
.title_quote::before {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 4px;
    border-radius: 0 6px 0 0;
    border-right: 1px solid #f0f0f0;
}
.scriptcode::before, .quote::before {
    width: 4px;
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    -webkit-border-radius: 0 0 6px 0;
    -moz-border-radius: 0 0 6px 0;
    border-radius: 0 0 6px 0;
    border-right: 1px solid #f0f0f0;
}
.title_quote a {
    color: #70b11c;
}
.title_spoiler {
    font-family: 'NeoSansCyr-Medium', sans-serif;
    clear: both;
    overflow: hidden;
    height: 31px;
    border-top: 1px solid #ededed;
    border-left: 1px solid #ededed;
    border-right: 1px solid #ededed;
    color: #e84c3d;
    text-shadow: 0 1px 0 rgba(255,255,255,1);
    padding: 0 0 0 7px;
    line-height: 29px;
    display: block;
    font-size: 12px;
    margin: 5px 0 0 0;
    background: #fcfdfd url(../images/sp_t.png) repeat-x center bottom;
    -webkit-border-radius: 4px 4px 0 0;
    -moz-border-radius: 4px 4px 0 0;
    border-radius: 4px 4px 0 0;
}
.title_spoiler img {
    vertical-align: middle;
    float: left;
    padding: 7px 5px 0 0;
    display: block;
}
.title_spoiler a {
    color: #e84c3d;
    text-decoration: none;
    vertical-align: top;
}
.title_spoiler a:hover {
    text-decoration: none;
    color: #7e8688;
}
.text_spoiler {
    border-bottom: 1px solid #ededed;
    border-left: 1px solid #ededed;
    border-right: 1px solid #ededed;
    color: #394e63;
    text-align: justify;
    padding: 4px 6px;
    margin: 0 0 5px 0;
    -webkit-border-radius: 0 0 4px 4px;
    -moz-border-radius: 0 0 4px 4px;
    border-radius: 0 0 4px 4px;
    -webkit-box-shadow: inset 0px -1px 0px 0px rgba(202, 202, 202, 1);
    -moz-box-shadow: inset 0px -1px 0px 0px rgba(202, 202, 202, 1);
    box-shadow: inset 0px -1px 0px 0px rgba(202, 202, 202, 1);
}
.scriptcode {
    color: #076fb1;
    font-size: 11px;
    text-align: left;
    font-family: "Courier New";
}
.hide {
    background-color: #e9f0f2;
    border: 1px solid #cfdee3;
    padding: 6px 8px 6px 8px;
    color: #3a78a5;
    margin: 0 0 1em 0;
}
.hide a {
    text-decoration: underline;
}
.hide a:hover {
    text-decoration: none
}
.inhide {
    border: 1px solid #d1e3ef;
    padding: 5px;
    background-color: #fff;
    margin-bottom: 5px;
}
/*---hr---*/
hr.stop {
    height: 4px;
    border: none;
    clear: both;
    margin: 0;
    background: url("../images/sep_5.png") repeat-x;
}
.screens {
    background: url("../images/sep_5.png") repeat-x;
    padding: 14px 0 10px 0;
    margin: 0 -9px;
    overflow: hidden;
}
.screens > .lcol {
    font-family: 'NeoSansCyr-Medium', sans-serif;
    font-size: 16px;
    color: #e84c3d;
    padding: 0 0 0 17px;
}
.screens > .rcol {
    color: #a5b0b7;
    padding: 0 8px 0 0;
}
.screens > .rcol a.right, .screens > .rcol a.left {
    width: 7px;
    height: 10px;
    display: block;
    text-indent: -9999px;
    background: url("../images/sc_btn.png") no-repeat;
    margin: 4px 0 0 0;
}
.screens > .rcol a.right {
    background-position: 0 -10px;
    margin: 4px 0 0 7px;
}
.screens > .rcol span {
    padding: 0 9px 0 0;
}
.screens > .rcol b {
    font-weight: normal;
    color: #47535c;
    font-family: 'NeoSansCyr-Medium', sans-serif;
}
.screens ul {
    padding: 18px 0 0 0;
    overflow: hidden;
}
.screens ul li {
    margin: 0 7px 0 8px;
    float: left;
}
.screens ul li img {
    width: 164px;
    height: 94px;
}
/*---Share42---*/
.soci {
    margin: 4px 5px 0 0;
}
#share42 {
    display: block;
}
#share42 li {
    float: left;
    margin: 0 0 0 11px;
}
.share_fb, .share_gg, .share_vk {
    display: inline-block;
    vertical-align: top;
    height: 26px;
    color: #fff;
    font-size: 11px;
    line-height: 26px;
    font-family: 'Segoe ui', sans-serif;
    text-shadow: 1px 1px 0 rgba(0,0,0,0.22);
    padding: 0 0 0 34px;
    background: url("../images/share42_bg.png") no-repeat;
}
.share_vk {
    background-position: 0 0;
    background-color: #6f95be;
}
.share_gg {
    background-position: 0 -52px;
    background-color: #e34b3c;
}
.share_fb {
    background-position: 0 -26px;
    background-color: #4f66b4;
}
.share_fb span, .share_gg span, .share_vk span {
    display: inline-block;
    padding: 0 8px;
}
/*---comment---*/
.comment {
    overflow: hidden;
    padding: 4px 6px 11px 6px;
    position: relative;
    z-index: 1;
    background: url("../images/sep_5.png") repeat-x center bottom;
}
.comment .lcol {
    overflow: hidden;
    margin: 0 2px 0 0;
    font-size: 12px;
    padding: 0 4px 0 0;
}
.avatar {
    background: #f8f8f8;
    padding: 3px 3px;
    position: relative;
}
.avatar div {
    padding: 3px;
    background: #fff;
    -webkit-box-shadow: 0 1px 3px 0 rgba(0,0,0,0.11);
    box-shadow: 0 1px 3px 0 rgba(0,0,0,0.11);
}
.avatar img {
    width: 74px;
    display: block;
    -webkit-box-shadow: 0 1px 3px 0 rgba(0,0,0,0.11);
    box-shadow: 0 1px 3px 0 rgba(0,0,0,0.11);
}
.avatar .online, .avatar .offline {
    position: absolute;
    top: 3px;
    right: -4px;
    display: block;
    height: 21px;
    line-height: 23px;
    padding: 0 7px;
    font-size: 10px;
    color: #fff;
    text-transform: uppercase;
    text-shadow: 1px 1px 0 rgba(0,0,0,0.14);
}
.avatar .online::before, .avatar .offline::before {
    position: absolute;
    content: '';
    right: 0;
    bottom: -6px;
    width: 0;
    height: 0;
    border-right: 6px solid transparent;
}
.avatar .online::before {
    border-top: 6px solid #55ab0f;
}
.avatar .offline::before {
    border-top: 6px solid #c63d30;
}
.avatar .online {
    background: #66cc13;
}
.avatar .offline {
    background: #e84c3d;
}
.comment .rcols {
    overflow: hidden !important;
    padding: 0 2px 2px 2px;
}
.comment .moder_ico {
    margin: 8px 5px 0 0;
}
.ul_inf {
    overflow: hidden;
    height: 17px;
    padding: 6px 6px !important;
    display: block;
}
.ul_inf li {
    height: 20px;
    line-height: 18px;
    float: left;
    padding: 0 13px 0 0;
    border-right: 1px solid #eff3f4;
    margin: 0 13px 0 0;
    color: #59636b;
}
.ul_inf li:last-child {
    border: none;
    padding: 0;
    margin: 0;
}
.ul_inf li a {
    color: #59636b;
}
.ul_inf li b {
    color: #e84c3d;
    font-weight: normal;
}
.comment_text {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background: #ffffff;
    -webkit-box-shadow: inset 0 0 0 1px rgba(235,237,238,1), 0 0 4px 0 rgba(246,247,247,1);
    box-shadow: inset 0 0 0 1px rgba(235,237,238,1), 0 0 4px 0 rgba(246,247,247,1);
    position: relative;
    padding: 7px 8px;
    font-size: 13px;
    line-height: 14px;
    color: #59636b;
}
.comment_text::before {
    z-index: -1;
    position: absolute;
    width: 98.8%;
    top: 0;
    left: 3px;
    height: 20px;
    content: '';
    -webkit-box-shadow: 0 0 8px 0 rgba(246,247,247,1);
    box-shadow: 0 0 8px 0 rgba(246,247,247,1);
}
.comment_text::after {
    position: absolute;
    width: 15px;
    top: -12px;
    left: 11px;
    height: 13px;
    content: '';
    background: url("../images/arrow_2.png") no-repeat;
}
.comment_text a {
    color: #59636b;
}
.comment .answ {
    margin: 9px 3px 0 0;
}
/*--- static ---*/
.static_h {
    overflow: hidden;
    display: block;
    font-weight: normal;
    font-size: 16px;
    color: #47535c;
    background: url("../images/sep_5.png") repeat-x center 0;
    padding: 18px 15px 10px 15px;
    font-family: 'NeoSansCyr-Medium', sans-serif;
}
.static_h.nobg {
    padding: 16px 15px;
    background: none;
}
.static_h.full {
    height: 58px;
    padding: 0 15px;
    line-height: 52px;
}
.static_h.full.stat {
    font-size: 12px;
    font-family: 'NeoSansCyr-Regular', sans-serif;
}
.static_h em {
    color: #e84c3d;
    font-style: normal;
}
.static_c {
    padding: 10px;
}
.static_c.nopad {
    padding: 0;
}
.static_c.stat img {
    margin: 7px;
}
/*--- Error ---*/
.berror {
    margin: 9px 7px;
    overflow: hidden;
    -webkit-border-radius: 9px;
    -moz-border-radius: 9px;
    border-radius: 9px;
    background: #F7FBFB;
}
.berror_c {
    background: url(../images/error_ico.png) no-repeat 12px center;
    padding: 4px 6px 9px 55px;
    min-height: 46px;
    font-size: 11px;
    line-height: 14px;
    color: #59636b;
}
.berror_c a {
    color: #54696a;
}
.berror_c strong, .berror_c b {
    font-size: 13px;
    font-weight: normal;
    line-height: 18px;
    color: #e84e40;
}
/*---forms---*/
.tableform {
    margin: 10px auto;
}
table.tableform {
    width: 100%;
    margin: 0 auto;
}
.tableform dl {
    display: block;
    margin: 0 0 8px 0;
}
.tableform dd.label {
    display: block;
    padding: 0;
    color: #434855;
    float: left;
    overflow: hidden;
    font-size: 11px;
    width: 17%;
    padding: 10px 0 0 0;
}
.tableform dd {
    padding: 0 0 2px 0;
    display: block;
    overflow: hidden !important;
}
table.tableform tr {
    display: block;
    color: #748F9A;
    margin: 0 0 10px 0;
}
table.tableform tr td.label {
    color: #748F9A;
    font-size: 12px;
    padding: 6px 0 5px 0;
}
table.tableform tr td {
    padding: 0;
    display: block;
}
.tableform input[type="checkbox"] {
    margin: 5px 0;
}
.addnews {
    font-weight: bold;
}
.impot {
    color: #e84c3d;
}
.story .story_c b {
    color: #34495E;
    font-weight: bold;
}
.checkbox {
    padding: 4px 0;
    line-height: 1em;
}
.checkbox input {
    margin-top: -2px;
    vertical-align: middle;
}
.f_input {
    background: #ffffff;
    height: 20px;
    width: 96%;
    font-size: 12px;
    color: #adadad;
    padding: 2px 5px 4px 5px;
    font-family: 'NeoSansCyr-Regular', sans-serif;
    border: 1px solid #f0f3f3;
    -webkit-box-shadow: inset 0 1px 3px 0 rgba(0,0,0,0.01), 0 1px 3px 0 rgba(0,0,0,0.03);
    box-shadow: inset 0 1px 3px 0 rgba(0,0,0,0.01), 0 1px 3px 0 rgba(0,0,0,0.03);
}
.f_textarea {
    width: 100%;
}
.fieldtr select, .f_textarea, .xfields textarea, .xprofile textarea,.xfields input, .xprofile input, .xfields select, .xprofile select, .mass_comments_action select {
    padding: 2px;
    font-family: 'NeoSansCyr-Regular', sans-serif;
    color: #adadad;
    background: #fff;
    border: 1px solid #bcc0c2;
}
.f_textarea, .editor_button select {
    padding: 0;
}
.textin {
    padding: 2px;
}
.fieldsubmit {
    text-align: center;
    margin: 10px 0;
    padding: 0 25px;
}
button.submit, input.submit, .submit, .answ a, .fbutton, a.fbutton, .bbcodes, .ui-dialog .ui-dialog-buttonpane button {
    background: none;
    color: #e84c3d;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    font-family: 'NeoSansCyr-Regular', sans-serif;
    -webkit-box-shadow: 0 0 0 2px #e84c3d;
    box-shadow: 0 0 0 2px #e84c3d;
    padding: 0 15px;
    font-size: 11px;
    height: 24px;
    line-height: 24px;
    display: inline-block;
    cursor: pointer;
    text-decoration: none;
}
.ui-dialog .ui-dialog-buttonpane button {
	margin: 0 6px;
}
button.submit:hover, input.submit:hover, .submit:hover, .answ a:hover, .fbutton:hover, a.fbutton:hover, .bbcodes:hover, button.submit.black , .ui-dialog .ui-dialog-buttonpane button:hover, .ui-dialog .ui-dialog-buttonpane button:active {
    color: #47535c;
    -webkit-box-shadow: 0 0 0 2px #47535c;
    box-shadow: 0 0 0 2px #47535c;
}
button.submit.black:hover {
    color: #e84c3d;
    -webkit-box-shadow: 0 0 0 2px #e84c3d;
    box-shadow: 0 0 0 2px #e84c3d;
}
.fbutton.big {
    height: 34px;
    line-height: 34px;
    min-width: 70px;
}
.fieldsubmit .input {
    padding: 4px 0 0 0;
    font-size: 11px;
}
/*---search---*/
.searchtable {
    text-align: center;
}
.search {
    font-size: 11px;
}
.searchtable .textin {
    font-size: 11px;
    color: #acb9c6;
    height: 32px;
    padding: 0 13px;
    line-height: 30px;
    font-family: 'NeoSansCyr-Italic', sans-serif;
    border-radius: 6px;
    -webkit-box-shadow:inset 0 1px 3px 0 rgba(0,0,0,0.01);
    box-shadow:inset 0 1px 3px 0 rgba(0,0,0,0.01);
    border: 1px solid #f0f3f3;
}
.searchtable .bbcodes {
    margin: 0 3px;
}
.search_info {
    text-align: center;
    color: #73879d;
    margin-bottom: 10px;
}
.searchtable fieldset legend {
    color: #404040;
}
.searchitem {
    font-size: 0.9em;
    border-top: 1px solid #dbe8ed;
    padding: 10px 0;
}
#searchuser, #searchinput {
    width: 95% !important;
}
.search_post {
    overflow: hidden;
    padding: 12px 11px;
    position: relative;
    z-index: 1;
    background: url("../images/sep_26.png") repeat-x;
}
.search_post:hover {
    background-color: #f9fafa;
}
.search_post .poster {
    position: relative;
    margin: 0 9px 0 0;
}
.search_post .poster img {
    width: 88px;
    height: 88px;
    border-radius: 6px;
}
.search_post .poster .cat_ico {
    position: absolute;
    top: 8px;
    left: 0;
}
.search_post .text {
    color: #34495e;
    line-height: 14px;
    position: relative;
    z-index: 2;
}
.search_post:hover::before {
    position: absolute;
    content: '';
    right: 0;
    top: 0;
    bottom: 0;
    height: 100%;
    width: 465px;
    z-index: 3;
    background: url("../images/sep_27.png") repeat-y;
}
.full_link a {
    display: none;
}
.search_post:hover .full_link a {
    right: 18px;
    top: 30%;
    width: 41px;
    height: 42px;
    display: block;
    position: absolute;
    z-index: 4;
    text-indent: -9999px;
    background: url("../images/full_link.png") no-repeat;
}
.search_post:hover .full_link a:hover {
    background-position: 0 -42px;
}
.search_post .text b {
    font-weight: normal;
    color: #e84c3d;
}
.search_post .text a {
    color: #e84c3d;
}
.search_post .text h2 {
    color: #e84c3d;
    font-size: 14px;
    margin-bottom: 7px;
}
.search_post .text h2 a {
    color: #e84c3d;
}
.search_post .text .inf {
    margin-bottom: 6px;
    overflow: hidden;
}
.search_post .text .inf b.comm, .search_post .text .inf b.view, .search_post .text .inf b.author {
    padding: 0 0 0 21px;
    display: inline-block;
    height: 16px;
    line-height: 14px;
    margin: 0 0 0 7px;
    font-size: 11px;
}
.search_post .text .inf b.comm {
    background: url("../images/ico_6.png") no-repeat 0 0;
}
.search_post .text .inf b.view {
    background: url("../images/ico_7.png") no-repeat 0 0;
    line-height: 16px;
}
.search_post .text .inf b.author {
    background: url("../images/ico_8.png") no-repeat 0 0;
    line-height: 16px;
}
/*---Userinfo---*/
.userinfo {
    overflow: hidden;
}
.userinfo .avatar {
    overflow: hidden;
    position: relative;
    margin: 6px 7px 8px 0;
    padding: 3px;
    background-color: #f8f8f8;
}
.userinfo .avatar span {
    display: block;
    background: #fff;
    padding: 3px;
    -webkit-box-shadow: 0 1px 3px 0 rgba(0,0,0,0.11);
    box-shadow: 0 1px 3px 0 rgba(0,0,0,0.11);
}
.userinfo .avatar img {
    width: 94px;
    min-height: 94px;
    -webkit-box-shadow: 0 0 5px 0 rgba(67,72,85,0.17);
    box-shadow: 0 0 5px 0 rgba(67,72,85,0.17);
}
.userinfo .rcols {
    overflow: hidden !important;
}
.userinfo .lcols {
    margin-bottom: 10px;
}
span.blue, span.blue a {
    font-size: 11px;
    color: #8f9aa6;
}
.userinfo ul li {
    text-align: left;
    border-bottom: 1px dotted #e8edf5;
    padding: 0 0 0 14px;
    background: url("../images/arrow_21.png") no-repeat 5px center;
    height: 35px;
    line-height: 35px;
    color: #434855;
}
.userinfo ul li b, .userinfo ul li a {
    font-family: 'NeoSansCyr-Medium', sans-serif;
    color: #e84c3d;
    font-weight: normal;
}
h5.blue {
    font-size: 12px;
    color: #fff;
    display: inline-block;
    text-shadow: 1px 1px 0 rgba(0,0,0,0.2);
    background: #e84c3d;
    height: 37px;
    margin: 0 !important;
    line-height: 37px;
    padding: 0 12px !important;
}
.userinfo .points, .pay_points .points {
    padding: 6px 0 0 10px;
    text-align: center;
    font-size: 11px;
}
.userinfo .points span, .pay_points .points span {
    display: inline-block;
    background: #5e626d;
    border-radius: 6px;
    color: #fff;
    margin-bottom: 8px;
    text-shadow: 1px 1px 0 rgba(0,0,0,0.14);
}
.userinfo .points span sub, .pay_points .points span sub {
    font-size: 16px;
    font-family: 'NeoSansCyr-Medium', sans-serif;
    border-radius: 0 0 6px 6px;
    background: #e84c3d url("../images/sep_28.png") repeat-x;
}
.pay_points .points span sub b {
    font-weight: normal;
    display: block;
    font-size: 11px;
}
.userinfo .points span sup, .pay_points .points span sup {
    height: 17px;
    line-height: 17px;
}
.userinfo .points span sup, .userinfo .points span sub, .pay_points .points span sup, .pay_points .points span sub {
    display: block;
    padding: 10px 12px;
}
.userinfo .points a {
    line-height: 16px;
    display: block;
    color: #686d78;
}
/*--- soc_prof ---*/
.soc_prof {
    text-align: center;
    overflow: hidden;
}
.soc_prof a {
    display: inline-block;
    overflow: hidden;
    background: url("../images/soc_prof.png") no-repeat;
    height: 27px;
    text-indent: -9999px;
}
.soc_prof a.od {
    width: 137px;
    background-position: 0 0;
}
.soc_prof a.fb {
    width: 98px;
    background-position: 0 -108px;
}
.soc_prof a.vk {
    width: 105px;
    background-position: 0 -27px;
}
.soc_prof a.mm {
    width: 99px;
    background-position: 0 -54px;
}
.soc_prof a.gg {
    width: 99px;
    background-position: 0 -81px;
}
.soc_prof a.tw {
    width: 84px;
    background-position: 0 -135px;
}
/*---navigation---*/
.navigation {
    clear: both;
    overflow: hidden;
    padding: 10px 8px;
    margin: 0;
    font-size: 11px;
    display: block;
    text-align: center;
}
.navi_link span {
    border-radius: 6px;
    color: #fff;
    display: inline-block;
    text-shadow: 0 1px 0 rgba(0,0,0,0.23);
    padding: 5px 7px 6px 7px;
    background: #e84c3d;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
.navi_link a, span.nav_ext {
    font-family: "Segoe ui", sans-serif;
    background: #ffffff; /* Old browsers */
    margin: 1px 2px 0 2px;
    background: -moz-linear-gradient(top,  #ffffff 0%, #f0f0f0 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#f0f0f0)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #ffffff 0%,#f0f0f0 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #ffffff 0%,#f0f0f0 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #ffffff 0%,#f0f0f0 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #ffffff 0%,#f0f0f0 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f0f0f0',GradientType=0 ); /* IE6-9 */
    border-radius: 6px;
    text-shadow: 0 1px 0 rgba(255,255,255,1);
    color: #717e83;
    display: inline-block;
    padding: 5px 7px 6px 7px;
    -webkit-box-shadow:  0px 1px 3px 0px rgba(0, 0, 0, 0.24);
    -moz-box-shadow:  0px 1px 3px 0px rgba(0, 0, 0, 0.24);
    box-shadow:  0px 1px 3px 0px rgba(0, 0, 0, 0.24);
}
.navi_link a:hover {
    color: #fff;
    text-shadow: 0 1px 0 rgba(0,0,0,0.23);
    background: #e84c3d;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    text-decoration: none;
}
.n_back, .n_next {
    display: inline-block;
}
.n_back span, .n_back a, .n_next span, .n_next a {
    width: 73px;
    height: 27px;
    text-indent: -9999px;
    background: url("../images/navi_btn.png") no-repeat;
    display: inline-block;
    margin: 0;
}
.n_back a {
    background-position: 0 0;
    float: left;
}
.n_back span, .n_back a:hover {
    background-position: 0 -27px;
    float: left;
}
.n_next a {
    background-position: -73px 0;
    float: right;
}
.n_next span, .n_next a:hover {
    background-position: -73px -27px;
    float: right;
}
/*--- statistics ---*/
.statistics {
    text-align: center;
    margin: 0 -5px 14px -5px;
}
.statistics .stat_inf {
    background: #F7FBFB;
    border-radius: 6px;
    margin: 0 3px 0 4px;
    display: inline-block;
    vertical-align: top;
    width: 31.5%;
    text-align: left;
}
.statistics .stat_inf h5 {
    display: block;
    height: 36px;
    line-height: 36px;
    font-size: 13px;
    color: #6b7d91;
    padding: 0 12px;
    margin: 0;
}
.statistics .stat_inf ul {
    background: #fff;
    border-radius: 6px;
    -webkit-box-shadow: 0 1px 3px 0 rgba(0,0,0,0.14);
    box-shadow: 0 1px 3px 0 rgba(0,0,0,0.14);
}
.statistics .stat_inf ul li {
    height: 32px;
    line-height: 32px;
    padding: 0 7px;
    border-bottom: 1px dotted #f0f2f4;
    color: #59636b;
    font-size: 11px;
}
.statistics .stat_inf ul li:last-child {
    border: none;
}
.statistics .stat_inf ul li a, .statistics .stat_inf ul li b {
    color: #e84c3d;
    font-weight: normal;
}
/*==============================
           Footer
==============================*/
footer {
    z-index: 1;
    clear: both;
    padding: 0;
    overflow: hidden;
    height: 85px;
    background: #2D4059;
}
.footer_h {
    height: 100px;
    position: relative;
}
.footer_h nav a {
    font-family: 'NeoSansCyr-Medium', sans-serif;
    text-shadow: 5px 5px 0 rgba(0,0,0,0.1);
    color: #ffffff;
    text-transform: uppercase;
    -webkit-transform: rotate(-22deg);
    -moz-transform: rotate(-22deg);
    -o-transform: rotate(-22deg);
    transform: rotate(-22deg);
    position: absolute;
}
.footer_h nav a:nth-child(1) {
    top: 80px;
    left: 14px;
}
.footer_h nav a:nth-child(2) {
    top: 52px;
    left: 104px;
}
.footer_h nav a:nth-child(3) {
    top: 63px;
    left: 179px;
}
.footer_h nav a:nth-child(4) {
    top: 92px;
    left: 282px;
}
.footer_h nav a:nth-child(5) {
    top: 75px;
    left: 390px;
}
.footer_h nav a:nth-child(6) {
    top: 62px;
    left: 507px;
}
.footer_h nav a:nth-child(7) {
    top: 62px;
    left: 637px;
}
.footer_h nav a:nth-child(8) {
    top: 62px;
    left: 767px;
}
.footer_b {
    height: 95px;
    position: relative;
}
footer .logo {
    background: url("../images/logo.png") no-repeat;
    width: 218px;
    height: 53px;
    overflow: hidden;
    text-indent: -9999px;
    position: absolute;
    top: 14px;
    left: 3px;
}
footer .logo a {
    display: block;
    width: 218px;
    height: 53px;
}
.footer_text {
    position: absolute;
    top: 16px;
    width: 83%;
    font-size: 12px;
    color: #7f8c9c;
    line-height: 14px;
}
.footer_text p {
    color: #434855;
    margin: 0 0 11px 0;
}
.footer_text p a {
    font-family: 'NeoSansCyr-Medium', sans-serif;
    color: #434855;
    text-decoration: underline;
}
.footer_text p a:hover {
    text-decoration: none;
}
.footer_text p span {
    color: #e84c3d;
}
footer .footer_count {
    margin: 7px 0px 0 0;
    height: 71px;
    width: 185px;
}
footer .footer_count span.fade {
    float: left;
    display: block;
    margin: 0 9px 9px 0;
    height: 31px;
    width: 88px;
}
footer .footer_count span.fade:nth-child(2n) {
    margin-right: 0;
}
footer .footer_count span.fade:nth-child(3n), footer .footer_count span.fade:nth-child(4n) {
    margin-bottom: 0;
}
footer .counter span.count img {
    display: block;
}
footer .top {
    display: block;
    position: absolute;
    right: 0;
    top: 34px;
    background: url("../images/top_bg.png") no-repeat;
    width: 51px;
    height: 58px;
    text-indent: -9999px;
}
.dcorearts {
    position: absolute;
    top: 28px;
    right: 14px;
    text-indent: -9999px;
    width: 107px;
    height: 24px;
    background: url(../images/dcorearts.png) no-repeat;
}
.dcorearts a {
    width: 107px;
    display: block;
    height: 24px;
}
.ui-sortable, #ui-sortable {
    z-index: 999;
}
/*---Fast search---*/
#searchsuggestions {
    background: rgba(64,70,85,0.95);
    -webkit-box-shadow: 0 5px 13px 0 #323746;
    -moz-box-shadow: 0 5px 13px 0 #323746;
    box-shadow: 0 5px 13px 0 #323746;
    width: 373px;
    overflow: hidden;
	z-index: 9999;
    padding: 49px 0 0 0;
}
#searchsuggestions  > a {
    padding: 7px 10px 0 10px;
    display: block;
    text-decoration: none;
    -webkit-box-shadow:inset 0 1px 3px 0 rgba(0,0,0,0.1);
    box-shadow:inset 0 1px 3px 0 rgba(0,0,0,0.1);
}
#searchsuggestions > a:hover {
    -webkit-box-shadow:inset 0 1px 0 0 rgba(255,255,255,0.06);
    box-shadow:inset 0 1px 0 0 rgba(255,255,255,0.06);
    background: rgba(87,93,110,0.39);
}
#searchsuggestions a span.searchheading {
    background: #e84c3d;
    display: inline-block;
    padding: 12px 13px;
    color: #fff;
    text-shadow: 1px 1px 0 rgba(0,0,0,0.08);
}
#searchsuggestions a:hover span.searchheading {
    background: #434855;
}
#searchsuggestions a span.searchheading + span {
    display: block;
    overflow: hidden;
    font-size: 11px;
    color: #fff;
    padding: 9px 0;
    text-shadow: 1px 1px 0 rgba(0,0,0,0.39);
}
#searchsuggestions span.notfound {
    padding: 15px;
    display: block;
    height: auto;
    color: #9ba2b4;
}
#searchsuggestions span.seperator {
    height: 47px;
    width: 339px;
    display: block;
    padding: 0 17px 2px 17px;
    position: absolute;
    top: 0;
    left: 0;
    line-height: 47px;
    background: url(../images/sep_3.png) repeat-x center bottom;
}
#searchsuggestions span.seperator span {
    font-size: 14px;
    text-shadow: 1px 1px 0 rgba(0,0,0,0.16);
    color: #e84c3d;
}
#searchsuggestions span.seperator span b {
    font-weight: normal;
    color: #8b92a3;
}
#searchsuggestions span.seperator a {
    float: right;
    font-size: 11px;
    background-color:transparent;
    display:block;
    height: auto;
    padding: 0;
    color: #9ba2b4;
    text-decoration: underline;
}
#searchsuggestions span.seperator a:hover {
    text-decoration: none;
}
.pm_status {
    padding: 12px 10px;
    background: #FBFCFC;
    border-bottom: 1px solid #F7F8F8;
}
.pm_status_head {
    color: #e84c3d;
    font-family: 'NeoSansCyr-Medium', sans-serif;
    margin-bottom: 5px;
}
.pm_status_content {
    font-size: 11px;
    color: #47535c;
}
.pm_status_content small {
    font-size: 10px;
    color: #A9AFB3;
    font-family: 'NeoSansCyr-Italic', sans-serif;
}
.pm_progress_bar {
    height: 8px;
    background: #dfe2e5;
    margin: 9px 0;
}
.pm_progress_bar span {
    display: inline-block;
    height: 8px;
    background: #e84c3d;
    text-indent: -9999px;
}
.padd {
    padding: 10px;
}
.pm {
    background: #F7FBFB;
    border-radius: 6px;
    -webkit-box-shadow: 0 1px 3px 0 rgba(0,0,0,0.14);
    box-shadow: 0 1px 3px 0 rgba(0,0,0,0.14);
}
.pm tbody tr:nth-child(1) {
    background: none;
    padding: 10px 0;
    font-size: 12px;
    border: none;
}
.pm tbody tr:nth-child(1) td {
    color: #6b7d91;
}
.pm tbody tr:nth-child(1)::after {
    height: 21px;
}
.pm tbody tr td::after {
    content: '';
    position: absolute;
    right: 0;
    top: 10px;
    height: 16px;
    width: 1px;
    background: rgba(143,154,166,0.11);
}
.pm tbody tr:nth-child(1) td:nth-child(1) {
    background: url("../images/pm_ico_1.png") no-repeat center center;
    width: 18px !important;
}
.pm tbody tr:nth-child(1) td:nth-child(2) {
    width: 194px !important;
}
.pm tbody tr:nth-child(1) td:nth-child(3) {
    width: 80px !important;
}
.pm tbody tr:nth-child(1) td:nth-child(4) {
    width: 100px !important;
    font-size: 12px;
}
.pm tbody tr:nth-child(1) td:nth-child(5) {
    width: 18px !important;
}
.pm tbody tr {
    padding: 11px 0 13px 0;
    background: #fff;
    border-bottom: 3px double #F6F8F9;
    position: relative !important;
}
.pm tbody tr td {
    position: relative;
    padding: 10px 0 10px 11px !important;
    text-align: left !important;
    color: #59636b;
}
.pm tbody tr td a {
    color: #59636b;
}
.pm tbody tr:nth-last-child(2), .pm tbody tr:nth-last-child(1) td::after {
    display: none;
}
.pm tbody tr td:nth-child(1), .pm tbody tr td:nth-last-child(1) {
    padding-right: 11px !important;
}
.pm tbody tr:nth-last-child(1), .pm tbody tr:nth-last-child(2) {
    border: none !important;
    bborder-radius: 0 0 7px 7px;
}
.pm tbody tr td:nth-last-child(1)::after {
    display: none;
}
.pm tbody tr td:nth-last-child(1) {
    text-align: center !important;
}
.pm tbody tr td:nth-child(4) {
    font-size: 11px;
}
/*--- userstop ---*/
.userstop {
    background: #F7FBFB;
    width: 100%;
    position: relative;
    z-index: 1;
    border-radius: 6px;
}
.userstop tbody::before {
    z-index: -1;
    bottom: 0;
    height: 91.5%;
    width: 100%;
    position: absolute;
    content: '';
    background: #fff;
    border-radius: 6px;
    -webkit-box-shadow: 0 1px 3px 0 rgba(0,0,0,0.14);
    box-shadow: 0 1px 3px 0 rgba(0,0,0,0.14);
}
.userstop thead {
    height: 40px;
    line-height: 40px;
}
.userstop thead tr td {
    vertical-align: middle;
    position: relative;
    color: #6b7d91;
}
.userstop thead tr td::after {
    content: '';
    position: absolute;
    right: 0;
    top: 10px;
    height: 16px;
    width: 1px;
    background: rgba(143,154,166,0.11);
}
.userstop thead tr td:last-child::after {
    display: none;
}
.userstop thead tr td a {
    color: #fa3360;
}
.userstop thead tr td:nth-child(5) {
    background: url("../images/ico_10.png") no-repeat center center;
    text-indent: -9999px;
}
.userstop thead tr td:nth-child(6) {
    background: url("../images/ico_11.png") no-repeat center center;
    text-indent: -9999px;
}
.userstop tbody {
    font-size: 11px !important;
    position: relative;
}

.userstop tbody tr td {
    color: #787f8f;
    background: url("../images/sep_31.png") no-repeat right center;
}
.userstop tbody tr td b {
    font-weight: normal;
}
.userstop tbody tr td:last-child {
    background: none;
}
.userstop tbody tr:last-child td {
    border: none;
}
.userstop tbody td {
    padding: 10px;
    border-bottom: 3px double #F6F8F9;
}
.userstop tbody tr td:nth-child(7) {
    overflow: hidden;
}
.userstop tbody tr td a {
    float: left;
}
.userstop tbody tr td a.pmk {
    display: inline-block;
    overflow: hidden;
    background: url("../images/ico_9.png") no-repeat;
    width: 16px;
    height: 12px;
    text-indent: -9999px;
    float: right;
    margin-left: 5px;
}
.userstop thead td {
    font-size: 12px;
    height: 22px;
    padding: 0 10px;
    text-align: left;
    color: #4e4e4e;
}
/*---torrent---*/
.torrent_h {
    height: 31px;
    padding: 9px 9px 11px 9px;
    font-size: 13px;
    color: #3b5167;
    background: url("../images/sep_29.png") repeat-x center bottom;
}
.torrent_h a {
    color: #3b5167;
}
.torrent_h span {
    display: inline-block;
    height: 31px;
    line-height: 31px;
    padding: 0 11px;
    color: #ffffff;
    text-shadow: 1px 1px 0 rgba(0,0,0,0.13);
    font-family: 'NeoSansCyr-Medium', sans-serif;
    background: #e84c3d;
    border-radius: 3px;
    margin: 0 11px 0 0;
}
.torrent_c .list {
    border-bottom: 3px double #f7f8f9;
    overflow: hidden;
    font-size: 13px;
    display: block;
    height: 30px;
    line-height: 30px;
    padding: 5px 13px;
}
.torrent_c .list.down {
    font-size: 12px;
}
.torrent_c .list .green {
    color: #83b943;
}
.torrent_c .list .red, .torrent_c .li_download_m, .torrent_c .li_distribute_m, .torrent_c .li_swing_m {
    color: #e84c3d;
}
.torrent_c .multi {
    display: inline-block;
    height: 28px;
    line-height: 28px;
    background: #8f9aa6;
    font-size: 12px;
    padding: 0 11px;
    border-radius: 3px;
    color: #ffffff;
    text-shadow: 1px 1px 0 rgba(0,0,0,0.13);
}
.torrent_c .multi_list {
    border-bottom: 3px double #f7f8f9;
    overflow: hidden;
    font-size: 13px;
    display: block;
    padding: 5px 13px;
}
.torrent_c .multi_list table {
    border-collapse: collapse;
    border-spacing: 0;
    font-size: 12px;
    width: 100%;
}
.torrent_c .multi_list table thead th {
    background: #f2f3f3;
    border: 1px solid #d8d8d8;
    height: 22px;
    line-height: 22px;
    padding: 0;
    font-weight: bold;
    text-align: center;
    color: #4e4e4e;
}
.torrent_c .multi_list table tbody td {
    border: 1px solid #d8d8d8;
    padding: 4px 2px 4px 2px;
    font-size: 11px;
    text-align: center !important;
    background-color: #fff;
}
.torrent_c .multi_list table tbody td b {
    font-weight: normal;
}
.torrent_c .li_list_a1 {
    font-size: 12px;
    padding: 0 4px;
    color: #8f9aa6;
}
.torrent_c .li_list_a1 li {
    height: 36px;
    line-height: 36px;
    padding: 0 8px;
    border-bottom: 1px dotted #F4F6F7;
}
.torrent_c .li_list_a1 li:last-child {
    border-bottom: none;
}
.torrent_c .file_list {
    display: inline-block;
    overflow: hidden;
    font-size: 12px;
}
.torrent_c .file_list b {
    background: #e84c3d;
    border-radius: 50%;
    height: 17px;
    line-height: 17px;
    display: inline-block;
    font-size: 10px;
    font-weight: normal;
    padding: 0 6px;
    margin: 0 0 0 5px;
    color: #ffffff;
    text-shadow: 1px 1px 0 rgba(0,0,0,0.13);
}
.torrent_c .li_distribute_m {
    background: url("../images/up.png") no-repeat 4px 0;
    padding: 0 0 2px 27px;
}
.torrent_c .li_swing_m {
    background: url("../images/down.png") no-repeat 4px 0;
    padding: 0 0 2px 27px;
}
.torrent_c span.sep {
    height: 17px;
    width: 1px;
    margin: -1px 7px -6px 7px;
    display: inline-block;
    background: #F2F3F3;
}
.tabs_name {
    display: inline-block;
    color: #8f9aa6;
    font-size: 12px;
    font-family: 'NeoSansCyr-Regular', sans-serif;
}
.tabs_name b {
    display: block;
    font-weight: normal;
    color: #e84c3d;
}
/*!
 * jQuery UI Tabs 1.8.24
 *
 * Copyright 2012, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Tabs#theming
 */
.ui-tabs { position: relative; zoom: 1; border: none !important;}
.ui-tabs .ui-tabs-nav li a, .ui-tabs.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-selected a { cursor: pointer; }
.ui-tabs .ui-tabs-hide { display: none !important; }
.ui-tabs-panel {border: none !important; margin: 0 0 15px 0;}
.ui-tabs .ui-tabs-nav {
    margin: 0 ;
    padding: 0
}
.ui-tabs .ui-tabs-nav li {
    float: left;
    margin: 0 0 0 9px;
    list-style: none
}
.ui-tabs .ui-tabs-nav li a {
    color: #8f9aa6;
    -webkit-box-shadow: 0 0 0 2px #47535c;
    box-shadow: 0 0 0 2px #47535c;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    font-family: 'NeoSansCyr-Medium', sans-serif;
    padding: 0 8px;
    font-size: 12px;
    height: 24px;
    line-height: 24px;
    display: inline-block;
    text-decoration: none;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active a {
    -webkit-box-shadow: 0 0 0 2px #e84c3d;
    box-shadow: 0 0 0 2px #e84c3d;
    color: #e84c3d;
}
.exchange {
    margin: 5px 0;
    background: #FAFDFD;
    border-top: 1px solid #F9FBFB;
}
.exchange li:first-child {
    background: none;
    height: 18px;
    line-height: 18px;
    padding: 11px 0;
    font-size: 11px;
    color: #5e7081;
}
.exchange li:first-child:hover {
    background: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.exchange li {
    display: block;
    padding: 16px 0;
    overflow: hidden;
    background: #fff url("../images/sep_5.png") repeat-x;
}
.exchange li:hover {
    background: #fcfefe;
    -webkit-box-shadow: 0 0 8px 0 rgba(57,68,76,0.09);
    box-shadow: 0 0 8px 0 rgba(57,68,76,0.09);
}
.exchange li .lcol {
    float: left;
    overflow: hidden;
}
.exchange li .ico {
    width: 87px;
    text-align: center;
    float: left;
    overflow: hidden;
}
.exchange li .ico img {
    max-width: 80px;
}
.exchange li .text {
    width: 267px;
    padding: 0 8px;
    overflow: hidden !important;
    border-right: 1px solid rgba(141,155,168,0.1);
    color: #5e7081;
    font-size: 11px;
    line-height: 15px;
}
.exchange li .text h4 {
    margin-bottom: 4px;
}
.exchange li .text h4, .exchange li .text b {
    color: #e84c3d;
    font-weight: normal;
}
.exchange li .credits {
    max-width: 95px;
    font-family: 'NeoSansCyr-Medium', sans-serif;
    padding: 0 7px;
    text-align: center;
    overflow: hidden !important;
    color: #919ca8;
    font-size: 11px;
    line-height: 15px;
    border-right: 1px solid rgba(141,155,168,0.1);
}
.exchange li .credits .red {
    color: #e84c3d;
}
.exchange li .credits .green {
    color: #78a83f;
}
.exchange li .radio {
    width: 34px;
    padding: 18px 14px;
    float: right;
    text-align: center;
    vertical-align: middle;
}
.exchange li:first-child .radio {
    padding: 0 14px;
}
.pay_points {
    background: #ffffff; /* Old browsers */
    background: -moz-linear-gradient(top,  #ffffff 0%, #fffcfc 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#fffcfc)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #ffffff 0%,#fffcfc 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #ffffff 0%,#fffcfc 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #ffffff 0%,#fffcfc 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #ffffff 0%,#fffcfc 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#fffcfc',GradientType=0 ); /* IE6-9 */
    padding: 10px 0 20px 0;
    overflow: hidden;
    margin-bottom: 10px;
    -webkit-box-shadow: 0 1px 3px 0 #FCF8F8;
    box-shadow: 0 1px 3px 0 #FCF8F8;
}
.pay_points .lcol {
    color: #5e7081;
    padding: 5px 0 0 0;
}
.pay_points .lcol b {
    font-family: 'NeoSansCyr-Medium', sans-serif;
    color: #e84c3d;
    font-weight: normal;
}
.pay_points .lcol input[type="text"] {
    font-size: 11px;
    color: #acb9c6;
    height: 32px;
    padding: 0 13px;
    line-height: 30px;
    font-family: 'NeoSansCyr-Regular', sans-serif;
    border-radius: 6px;
    -webkit-box-shadow:inset 0 1px 3px 0 rgba(0,0,0,0.01);
    box-shadow:inset 0 1px 3px 0 rgba(0,0,0,0.01);
    border: 1px solid #f0f3f3;
    width: 210px;
}
.pay_points .lcol .jq-selectbox__select, .pay_points .lcol select {
    width: 186px;
}
.pay_points .lcol label {
    width: 155px;
    display: inline-block;
}

/** Table online user **/

.lightstat_main * {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.lightstat_main *:before, .lightstat_main *:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.lightstat_main {
	min-width: 230px;
	width: 100%;
	margin: 0 auto;
	font-family: arial;
	box-shadow: 0 4px 10px rgba(0, 0, 0, .1);
	border-radius: 10px;
}

.lightstat_head {
	width: 100%;
	background: #e84c3d;
	border-radius: 10px 10px 0 0;
	text-align: center;
	padding: 30px 0 33px 0;
	font-size: 12px;
	color: #fff;
	position: relative;
}

.lightstat_head span {
	display: block;
	font-size: 26px;
	color: #fff;
    padding-bottom: 10px;
    margin-top: -15px;
}

.lightstat_progress {
	width: 100%;
}

.lightstat_progress span {
	height: 4px;
	display: block;
	float: left;
}

.lightstat_body {
	background: #3b5167;
	border-radius: 0 0 10px 10px;
	padding: 20px 0 5px 0;
}

.lightstat_body div {
	padding: 0 10px 11px 10px;
	color: #fff;
	font-size: 14px;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, .6);
}

.lightstat_body div span:nth-of-type(1) {
	width: 8px;
	height: 8px;
	display: inline-block;
	vertical-align: top;
	border-radius: 99px;
	margin: 5px 10px 0 0;
	vertical-align: top;
	box-shadow: 0 -1px 0 rgba(0, 0, 0, .6);
}

.lightstat_body div span:nth-of-type(2) {
	float: right;
	color: #fff;
}

.lightstat_body div:nth-of-type(1) span:nth-of-type(1) {
	background: green;
}

.lightstat_body div:nth-of-type(2) span:nth-of-type(1) {
	background: blue;
}

.lightstat_body div:nth-of-type(3) span:nth-of-type(1) {
    background: #000000;
}

.lightstat_is {
	color: #fff;
	font-size: 10px;
	text-transform: uppercase;
	padding: 0 0 15px 28px;
	display: block;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, .6);
}

.lightstat_artem_malcov_ru {
	width: 8px;
	height: 20px;
	position: relative; 
	background: #222;
	display: block;
	position: absolute;
	top: 0;
	right: 20px;
	transition: .2s;
}

.lightstat_artem_malcov_ru:after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 0;
	height: 0;
	border-bottom: 4px solid #d1d5d8;
	border-left: 4px solid transparent;
	border-right: 4px solid transparent;
}

.lightstat_artem_malcov_ru:hover {
	height: 24px;
	transition: .2s;
}
#dload
{
	
}