/*---
Design by: DCOReARTS.com
--------------------------------
Author: Tamerlan
--------------------------------
Code: Misterio
--------------------------------
Code Type: CSS3+HTML5
--------------------------------
Web-site: http://dcorearts.com/
--------------------------------
Date: 22 April 2013
--------------------------------
---*/
@import 'reset.css' all;
@font-face{
	font-family: ArialTJ;
	src: url(fonts/Arial_TJ.TTF);
}
body {
    font: 12px/14px Tahoma, Arial, Helvetica, sans-serif;
    background: #ffffff url("../images/lines_paint_background_bright.jpg") no-repeat center 0;
    background-attachment: fixed;
    background-size: cover;
}
/*---forms---*/
input[type="image"]:hover {
	opacity: 0.8;
}
ul, form {
	display: block;
	padding: 0;
	margin: 0;
	list-style: none;
}
input[type="submit"], input[type="button"] {
	cursor: pointer;
}
/*---h1,h2,h3,h4,h5,h6----*/
h1, h2, h3, h4, h5, h6 {
	display: block;
	margin: 0 0 10px 0;
	padding: 0;
	color: #2c2c2c;
}
h1 {
	font-size: 26px;
}
h2 {
	font-size: 22px;
}
h3 {
	font-size: 20px;
}
h4 {
	font-size: 18px;
}
h5 {
	font-size: 16px;
}
h6 {
	font-size: 14px;
}
.small {
	font-size: 0.9em;
}
/*---a-links---*/
a, img, input {
	outline: none;
	border: none;
}
a img {
	border: 0;
}
a {
	text-decoration: none;
	color: #6f6f6f;
}
a:hover {
	text-decoration: underline;
}
@font-face{
	font-family: ArialTJ;
	src: url(fonts/Arial_TJ.TTF);
}
.arialtj{
	font-family: ArialTJ;
}
#toTop {
    position: fixed;
    bottom: 10px;
    right: 10px;
    cursor: pointer;
    font-size: 4em;
    color: #fff;
    background: #0291b7;
    border-radius: 40px;
    width: 50px;
    height: 50px;
    text-align: center;
    display:none;
    opacity: .5;
}
#toTop:hover{
 	opacity: 1;   
}
#wrapper, .wrapper {
    width: 1330px;
    position: relative;
    margin: 0 auto;
}
/*==============================
           Header
==============================*/

#header_h {
    height: 40px;
    clear: both;
    background: #251c16 url("../images/header_h_bg.png") repeat-x center bottom;
}
#header_h .wrapper {
    height: 40px;
    background: #251c16 url("../images/header_h_bg.png") repeat-x center bottom;
    position: relative;
}
#header_h .h_login {
    z-index: 999;
    display: block;
    float: right;   
    margin-right: 20px;
    position: relative;
}
.login{
    display: none;
}
#miniprofile-link, #nav-miniprofile-link{
    color: #ffffff;
    line-height: 35px;
    font-size: 13px;
    text-align: right;
}
#miniprofile-link a, #nav-miniprofile-link a{
    color: #ffffff;
    cursor: pointer;
}

.header_search {
    overflow: hidden;
    height: 34px;
    border-bottom: 1px solid #ddd;
}
.header_search form {
    display: block;
}
.header_search form input[type="text"] {
    font-family: 'Segoe ui', sans-serif;
    color: #1e1e1e;
    font-size: 12px;
    padding: 0 0 0 13px;
    background: none;
    border: none;
    height: 31px;
    display: block;
    float: left;
    margin: 0;
}
.header_search form input[type="image"] {
    height: 16px;
    float: right;
    width: 22px;
    margin: 8px 9px 0 0;
    background: url("../images/search_btn.png") no-repeat;
    cursor: pointer;
}
.header_search form input[type="image"]:hover {
    background-position: 0 -16px;
}
#header_h menu.rcols {
    list-style: none;
    padding: 0 2px 0 0;
    height: 40px;
}
#header_h menu.rcols > li {
    float: left;
    height: 35px;
    font-size: 13px;
    padding: 0 0 0 2px;
    background: url("../images/sep_18.png") no-repeat left 0;
}
#header_h menu.rcols > li:hover {
    background: url("../images/sep_17.png") no-repeat left 0;
}
#header_h menu.rcols > li a {
    display: block;
    color: #fff;
    text-shadow: 0 1px 0 rgba(0,0,0,0.34);
}
#header_h menu.rcols > li a span {
    display: block;
    height: 35px;
    line-height: 35px;
    padding: 0 10px 0 10px;
}
#header_h menu.rcols > li > a:hover, #header_h menu.rcols > li.selected > a {
    color: #ffffff;
    -webkit-box-shadow: inset 0px -1px 1px 0px rgba(1, 138, 202, 1);
    -moz-box-shadow: inset 0px -1px 1px 0px rgba(1, 138, 202, 1);
    box-shadow: inset 0px -1px 1px 0px rgba(1, 138, 202, 1);
    text-decoration: none;
}
#header_h menu.rcols > li.h_this > a:hover , #header_h menu.rcols > li.selected > a span {
    background: #009cf1;
}

li.no-hover:hover, li.no-hover a:hover{
 	background: none !important;
    box-shadow: none !important;
}

/* SubMenu */
#h_flow .h_this {
    position: relative;
}
#h_flow li.h_this ul {
    width: 180px;
    margin: 0;
    padding: 0;
    top: 30px;
    left: 0;
    position: absolute;
    z-index: 999;
    display: none;
    padding: 18px 0 0 0;
}
#h_flow li.h_this ul span {
    width: 100%;
    display: block;
    border-top: 3px solid #009cf1;
    background: #fff;
    position: relative;
    -webkit-box-shadow:  0px 1px 4px 0px rgba(0, 0, 0, 0.18);
    -moz-box-shadow:  0px 1px 4px 0px rgba(0, 0, 0, 0.18);
    box-shadow:  0px 1px 4px 0px rgba(0, 0, 0, 0.18);
}
#h_flow li.h_this ul span::before {
    content: '';
    position: absolute;
    top: -10px;
    left: 6px;
    background: url("../images/arrow_8.png") no-repeat;
    width: 12px;
    height: 7px;
}
#h_flow li.h_this ul li a, #h_flow li.h_this ul li {
    background: none;
    float: none;
    height: auto;
    display: block;
    line-height: normal;
    text-transform: none;
    line-height: 26px;
}
#h_flow li.h_this ul li {
    padding: 0;
    overflow: hidden;
    height: 33px;
    margin: 0;
    font-size: 12px;
    background: url("../images/sep_15.png") repeat-x center bottom;
}
#h_flow li.h_this ul li:last-child {
    height: 29px;
    background: url("../images/sep_16.png") repeat-x center bottom;
}
#h_flow li.h_this ul li a {
    color: #6c8e9b;
    text-shadow: none;
    line-height: 27px;
    width: 100%;
    border: none;
    padding: 0 5px 0 24px;
    background: url("../images/arrow_6.png") no-repeat 10px 13px;
}
#h_flow li.h_this ul li a:hover {
    color: #009cf1;
    text-decoration: none;
    background: url("../images/arrow_7.png") no-repeat 10px 13px;
}
#header_b {
    height: 100px;
}
#header_b .wrapper {
    /*position: relative;
    top: 0px;*/
}
.loader {
    transform: translate(50%,-50%);
    width: 100px;
    height: 100px;
    box-sizing: border-box;
    float: left;
    display: block;
    top: 48px;
    position: absolute;
    left: -50px;
}
.loader .fase {
    position: absolute;
    border: 2px solid #fff;
}
.loader .fase.fase1 {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #f76200;
    border-radius: 50%;
    border-left: 3px solid #FFFFFF;
    border-top: 3px solid #FFFFFF;
    animation: animate 6s linear infinite;
    box-shadow: inset 10px 10px 10px rgb(255, 255, 255);
}

.loader .fase.fase2 {
    top: 7px;
    left: 7px;
    right: 7px;
    bottom: 7px;
    background: #009cf1;
    border-radius: 50%;
    /*border-left: 3px solid #01a4ef;
    border-top: 3px solid #01a4ef;*/
    animation: animate 6s linear reverse infinite;
    z-index: 1;
}

.loader .fase .circle {
    position: absolute;
    top: calc(50% -1px);
    left: 50% width:50%;
    height: 2px;
    background: #fff;
    transform-origin: left;
}

.loader .fase.fase1.circle {
    transform:rotate(-45deg)
}
.loader .fase .fase2.circle {
    transform:rotate(-45deg)
}

@keyframes animate {
    0% {
        transform:rotate(0deg);
    }
    100%{
        transform:rotate(360deg);
    }
}

.logo-text {
    position: relative;
    overflow: hidden;
    width: 190px;
    height: 100px;
    z-index: 9;
}

.logo-text h1 {
    position: absolute;
    top: 42px;
    left: 17px;
}

.logo-text h1 {
    font-size: 40px;
    color: #fff;
    font-weight: 800;
    font-family: Rockwell;
}

.logo-text h1 span {
    margin-left: 10px;
    color: #6d6d6d;
    text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000
}

.logo-text h4 {
    position: absolute;
    right: 8%;
    top: 72%;
    font-size: 25px;
    font-family: Freestyle Script;
    color: #ffffff;
    font-weight: bold;
}
#header_b .logo {
    margin: 0;
    overflow: hidden;
   text-indent: -9999px;
}
#header_b .logo a {
    display: block;
  	background: url("../images/main-logo.png") no-repeat;
    width: 250px;
    height: 90px;
}
#header_b .logo-menu {
    float: left;
}
#header_b .logo-menu ul li{
    display: inline-block;
    margin: 0px;
    margin-left: 0px;
    text-align: center;
}
#header_b .logo-menu ul li a img{
    width: 101px;
}
#header_b .logo-menu ul li a span{
    display: block;
    text-align: center;
    color: #ffffff;
    font-weight: bold;
}

#header_b .logo-menu ul li a img:hover{
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}   
#header_b .login {
    margin: 0 22px 0 0;
    position: relative;
    height: 90px;
    -webkit-box-shadow:  0px 1px 3px 0px rgba(0, 0, 0, 0.09);
    -moz-box-shadow:  0px 1px 3px 0px rgba(0, 0, 0, 0.09);
    box-shadow:  0px 1px 3px 0px rgba(0, 0, 0, 0.09);
}
.un_logged {
    padding: 0 5px;
    position: relative;
}
.un_logged label span {
    overflow: hidden;
}
.un_logged form, .un_logged label, .un_logged label span, .un_logged label input {
    display: block;
}
.un_logged label {
    background: #ffffff;
    border: 1px solid #f5f5f5;
    border-radius: 2px;
    -webkit-box-shadow:  0px 1px 3px 0px rgba(0, 0, 0, 0.05);
    -moz-box-shadow:  0px 1px 3px 0px rgba(0, 0, 0, 0.05);
    box-shadow:  0px 1px 3px 0px rgba(0, 0, 0, 0.05);
    height: 29px;
    line-height: 27px;
    padding: 0 9px;
    margin: 7px 2px 0 2px;
    color: #7fba00;
    font-size: 11px;
    font-family: 'Segoe ui', sans-serif;
    overflow: hidden !important;
}
.un_logged label span {
    margin: 0 5px 0 0;
    text-transform: uppercase;
    float: left;
    font-size: 10px;
}
.un_logged label input {
    background: none;
    font-family: 'Segoe ui', sans-serif;
    padding: 0;
    border: none;
    height: 26px;
    color: #849da7;
    width: 170px;
    outline: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    overflow: hidden !important;
}
.un_logged input:active, .un_logged input:focus {
    background: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    outline: none;
}
.reg_btn, .lost_btn {
    display: inline-block;
    position: absolute;
    margin: 0;
}
.in_btn {
    margin-top: 3px;
}
.reg_btn a, .lost_btn a {
    position: absolute;
    right: 5px;
    background: #f25022 url("../images/sep_25.png") repeat-y right 0;
    font-size: 12px;
    color: #fff;
    padding: 5px 11px 6px 11px;
    text-shadow: 0 1px 0 rgba(0,0,0,0.15);
    text-decoration: none;
}
.reg_btn a:hover, .lost_btn a:hover {
    background: #7fba00 url("../images/sep_25.png") repeat-y right 0;
}
.reg_btn a {
    top: 15px;
}
.lost_btn a {
    top: 46px;
}
.in_btn button {
    padding: 5px 11px 6px 11px;
    text-shadow: 0 1px 0 rgba(0,0,0,0.15);
    font-size: 12px;
    color: #fff;
    display: block;
    cursor: pointer;
    background: #f25022 url("../images/sep_24.png") repeat-y left 0;
}
.un_logged button:hover {
    background: #7fba00 url("../images/sep_24.png") repeat-y left 0;
}
.is_logged {
    padding: 0 5px;
    background: #ffffff;
    margin-top: 10px;
}
.is_logged .ava {
    padding: 5px 15px 5px 0;
    overflow: hidden;
    background: url("../images/sep_23.png") repeat-y right 0;
}
.is_logged .ava img {
    width: 71px;
    height: 71px;
    border: 1px solid #e9f0f3;
    display: block;
}
.is_logged ul {
    overflow: hidden;
    font-size: 12px;
    margin: 1px 4px 0 4px;
}
.is_logged ul li {
    display: block;
    height: 26px;
    padding: 0 0 1px 0;
    background: url("../images/sep_21.png") repeat-x center bottom;
}
.is_logged ul li:last-child {
    background: none;
    height: 26px;
    padding: 0;
}
.is_logged ul li a {
    color: #748f9a;
    height: 26px;
    line-height: 26px;
    display: block;
    padding: 0 14px;
    background: url("../images/arrow_10.png") no-repeat 4px 10px;
    text-decoration: none;
}
.is_logged ul li a:hover {
    color: #009cf1;
}
.ext_btn {
    display: inline-block;
    margin-top: 7px;
    float: right;
}
.ext_btn a {
    padding: 5px 11px 6px 11px;
    background: #f25022 url("../images/sep_24.png") repeat-y left 0;
    color: #ffffff;
}
.ext_btn a:hover {
    background: #7fba00 url("../images/sep_24.png") repeat-y left 0;
}
/*==============================
           Sliders
==============================*/
.slider_box {
    overflow: hidden;
    height: 267px;
    background: #1e2d33;
    margin: 0 0 11px 0;
}
.jquery-slider-wrapper {
    position: relative;
    clear: both;
    zoom: 1;
}
.jquery-slider-slide {
    display: none;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}
.jquery-slider-slide img {
    border: 0;
    margin: 0;
    padding: 0;
}
.jquery-slider-slide-current {
    display: block;
    z-index: 2;
}
.jquery-slider-slide-next {
    display: block;
    z-index: 1;
}
.jquery-slider-selectors {
    display: block;
    overflow: hidden;
    position: absolute;
    top: 8px;
    left: 6px;
    z-index: 3;
}
.jquery-slider-option-navigation-selector-control-timer .jquery-slider-selectors, .jquery-slider-option-navigation-selector-control .jquery-slider-selectors {
    right: 100px;
}
.jquery-slider-option-navigation-selector-timer .jquery-slider-selectors, .jquery-slider-option-navigation-selector .jquery-slider-selectors {
    right: 70px;
}
.jquery-slider-option-selector-control-timer .jquery-slider-selectors, .jquery-slider-option-selector-control .jquery-slider-selectors {
    right: 40px;
}
.jquery-slider-selector {
    background: url("../images/jquery-slider-theme.png") no-repeat -92px -23px;
    display: inline;
    float: left;
    width: 23px;
    height: 23px;
    margin: 0 0 0 2px;
}
.jquery-slider-selector span {
    display: block;
    width: 100%;
    height: 100%;
}
.jquery-slider-selector-1 {
    background: url("../images/jquery-slider-theme.png") no-repeat 0px -47px;
}
.jquery-slider-selector-2 {
    background: url("../images/jquery-slider-theme.png") no-repeat -24px -47px;
}
.jquery-slider-selector-3 {
    background: url("../images/jquery-slider-theme.png") no-repeat -47px -47px;
}
.jquery-slider-selector-4 {
    background: url("../images/jquery-slider-theme.png") no-repeat -69px -47px;
}
.jquery-slider-selector-5 {
    background: url("../images/jquery-slider-theme.png") no-repeat -92px -47px;
}
.jquery-slider-selector-6 {
    background: url("../images/jquery-slider-theme.png") no-repeat -115px -47px;
}
.jquery-slider-selector-7 {
    background: url("../images/jquery-slider-theme.png") no-repeat -138px -47px;
}
.jquery-slider-selector-8 {
    background: url("../images/jquery-slider-theme.png") no-repeat -161px -47px;
}
.jquery-slider-selector-9 {
    background: url("../images/jquery-slider-theme.png") no-repeat -184px -47px;
}
.jquery-slider-selector-10 {
    background: url("../images/jquery-slider-theme.png") no-repeat -208px -47px;
}
.jquery-slider-selector-11 {
    background: url("../images/jquery-slider-theme.png") no-repeat -230px -47px;
}
.jquery-slider-selector-12 {
    background: url("../images/jquery-slider-theme.png") no-repeat -253px -47px;
}
.jquery-slider-selector-13 {
    background: url("../images/jquery-slider-theme.png") no-repeat -276px -47px;
}
.jquery-slider-selector-14 {
    background: url("../images/jquery-slider-theme.png") no-repeat -299px -47px;
}
.jquery-slider-selector-15 {
    background: url("../images/jquery-slider-theme.png") no-repeat -322px -47px;
}
.jquery-slider-selector-16 {
    background: url("../images/jquery-slider-theme.png") no-repeat -487px -47px;
}
.jquery-slider-selector-17 {
    background: url("../images/jquery-slider-theme.png") no-repeat -519px -47px;
}
.jquery-slider-selector-18 {
    background: url("../images/jquery-slider-theme.png") no-repeat -555px -47px;
}
.jquery-slider-selector-19 {
    background: url("../images/jquery-slider-theme.png") no-repeat -587px -47px;
}
.jquery-slider-selector-20 {
    background: url("../images/jquery-slider-theme.png") no-repeat -624px -47px;
}
.jquery-slider-selector-current {
    background: url("../images/jquery-slider-theme.png") no-repeat -92px 0;
}
.jquery-slider-selector-current .jquery-slider-selector-1 {
    background: url("../images/jquery-slider-theme.png") no-repeat 0px -69px;
}
.jquery-slider-selector-current .jquery-slider-selector-2 {
    background: url("../images/jquery-slider-theme.png") no-repeat -23px -69px;
}
.jquery-slider-selector-current .jquery-slider-selector-3 {
    background: url("../images/jquery-slider-theme.png") no-repeat -47px -69px;
}
.jquery-slider-selector-current .jquery-slider-selector-4 {
    background: url("../images/jquery-slider-theme.png") no-repeat -69px -69px;
}
.jquery-slider-selector-current .jquery-slider-selector-5 {
    background: url("../images/jquery-slider-theme.png") no-repeat -91px -69px;
}
.jquery-slider-selector-current .jquery-slider-selector-6 {
    background: url("../images/jquery-slider-theme.png") no-repeat -114px -69px;
}
.jquery-slider-selector-current .jquery-slider-selector-7 {
    background: url("../images/jquery-slider-theme.png") no-repeat -137px -69px;
}
.jquery-slider-selector-current .jquery-slider-selector-8 {
    background: url("../images/jquery-slider-theme.png") no-repeat -160px -69px;
}
.jquery-slider-selector-current .jquery-slider-selector-9 {
    background: url("../images/jquery-slider-theme.png") no-repeat -183px -69px;
}
.jquery-slider-selector-current .jquery-slider-selector-10 {
    background: url("../images/jquery-slider-theme.png") no-repeat -207px -69px;
}
.jquery-slider-selector-current .jquery-slider-selector-11 {
    background: url("../images/jquery-slider-theme.png") no-repeat -229px -69px;
}
.jquery-slider-selector-current .jquery-slider-selector-12 {
    background: url("../images/jquery-slider-theme.png") no-repeat -252px -69px;
}
.jquery-slider-selector-current .jquery-slider-selector-13 {
    background: url("../images/jquery-slider-theme.png") no-repeat -275px -69px;
}
.jquery-slider-selector-current .jquery-slider-selector-14 {
    background: url("../images/jquery-slider-theme.png") no-repeat -298px -69px;
}
.jquery-slider-selector-current .jquery-slider-selector-15 {
    background: url("../images/jquery-slider-theme.png") no-repeat -321px -69px;
}
.jquery-slider-selector-current .jquery-slider-selector-16 {
    background: url("../images/jquery-slider-theme.png") no-repeat -487px -69px;
}
.jquery-slider-selector-current .jquery-slider-selector-17 {
    background: url("../images/jquery-slider-theme.png") no-repeat -519px -69px;
}
.jquery-slider-selector-current .jquery-slider-selector-18 {
    background: url("../images/jquery-slider-theme.png") no-repeat -555px -69px;
}
.jquery-slider-selector-current .jquery-slider-selector-19 {
    background: url("../images/jquery-slider-theme.png") no-repeat -587px -69px;
}
.jquery-slider-selector-current .jquery-slider-selector-20 {
    background: url("../images/jquery-slider-theme.png") no-repeat -624px -69px;
}
.jquery-slider-selector span span {
    display: none;
}
.jquery-slider-control {
    display: none;
    position: absolute;
    cursor: pointer;
    width: 23px;
    height: 23px;
    z-index: 4;
    top: 10px;
    right: 10px;
}
.jquery-slider-control span {
    display: none;
}
.jquery-slider-control-play {
    background: url("../images/jquery-slider-theme.png") no-repeat -69px -23px;
}
.jquery-slider-control-pause {
    background: url("../images/jquery-slider-theme.png") no-repeat -46px -23px;
}
.jquery-slider-control-play:hover {
    background: url("../images/jquery-slider-theme.png") no-repeat -69px 0;
}
.jquery-slider-control-pause:hover {
    background: url("../images/jquery-slider-theme.png") no-repeat -46px 0;
}
.jquery-slider-navigation {
    display: block;
    position: absolute;
    z-index: 4;
    top: 16px;
    right: 0;
}
.jquery-slider-option-navigation-selector-control .jquery-slider-navigation, .jquery-slider-option-navigation-selector-control-timer .jquery-slider-navigation, .jquery-slider-option-navigation-control .jquery-slider-navigation, .jquery-slider-option-navigation-control-timer .jquery-slider-navigation {
    right: 18px;
}
.jquery-slider-navigation-prev {
    background: url("../images/jquery-slider-theme.png") no-repeat 0 -23px;
    cursor: pointer;
    width: 23px;
    height: 23px;
    float: left;
    margin: 0 0 0 5px;
}
.jquery-slider-navigation-prev span {
    display: none;
}
.jquery-slider-navigation-prev:hover {
    background: url("../images/jquery-slider-theme.png") no-repeat 0 0;
}
.jquery-slider-navigation-next {
    background: url("../images/jquery-slider-theme.png") no-repeat -23px -23px;
    cursor: pointer;
    width: 23px;
    height: 23px;
    float: left;
    margin: 0 0 0 5px;
}
.jquery-slider-navigation-next span {
    display: none;
}
.jquery-slider-navigation-next:hover {
    background: url("../images/jquery-slider-theme.png") no-repeat -23px 0;
}
.jquery-slider-wrapper .caption_2 {
    width: 498px;
    position: absolute;
    bottom: 0;
    height: 44px;
    line-height: 40px;
    padding: 0 15px;
    background: #1e2d33;
    color: #fff;
    font-size: 13px;
    overflow: hidden;
    text-shadow: 0 1px 0 rgba(0,0,0,0.22);
}
.jquery-slider-wrapper .caption_2 a {
    position: absolute;
    right: 10px;
    top: 11px;
    width: 23px;
    height: 23px;
    background: url("../images/link_bg.png") no-repeat;
    text-indent: -9999px;
}
.jquery-slider-wrapper .caption_2 a:hover {
    opacity: 0.6;
}
.jquery-slider-wrapper .caption {
    width: 320px;
    height: 267px;
    padding: 0;
    background: #293e46;
    position: absolute;
    top: 0;
    right: 0;
    color: #efefef;
}
.jquery-slider-wrapper .caption_h {
    height: 49px;
    overflow: hidden;
    line-height: 18px;
    padding: 8px 75px 0 13px;
    font-size: 16px;
    background: url("../images/sep_12.png") repeat-x center bottom;
}
.jquery-slider-wrapper .caption_c {
    font-size: 12px;
    text-shadow: 0 1px 0 rgba(0,0,0,0.22);
    padding: 4px 8px;
    overflow: hidden;
    line-height: 14px;
}
.jquery-slider-wrapper .caption_b {
    position: absolute;
    bottom: 8px;
    width: 100%;
}
.jquery-slider-wrapper .caption_b .lcol {
    margin: 0 0 0 13px;
    padding: 9px 0 0 0;
}
.jquery-slider-wrapper .caption_b .lcol .rating {
    color: #fff;
    font-size: 11px;
    text-shadow: 0 1px 0 rgba(0,0,0,0.29);
}
.jquery-slider-wrapper .caption_b .more {
    margin: 0 6px 0 0;
}
.jquery-slider-wrapper .caption_b .more a {
    background: #7fba00;
    display: inline-block;
    padding: 9px 15px 10px 15px;
    color: #fff;
    font-size: 11px;
    text-decoration: none;
}
.jquery-slider-wrapper .caption_b .more a:hover {
    background: #3F6877;
}
.jquery-slider-timer {
    color: #000000;
    height: 3px;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 4;
}
.jquery-slider-timer-bar {
    background: #1e1e1e;
    opacity: 0.5;
    height: 3px;
    width: 0;
    float: left;
    display: inline;
}

.slider-movie-example
{
  width:300px;
  height:247px;
  color:#FFFFFF;
  padding:10px;
  position:absolute;
  top:0;
  right:0;
  background: #293E46;
}
        
.slid img {
    text-align: center;
    margin: 0 auto;
    display: block;
    width: 80%;
}

.slidetop {
    margin-top: 10px;
}

.slidtit {
    font-size: 15px;
    color: rgb(255, 255, 255);
    /*   margin: 10px;
    width: 470px;
    float: left; */
    background: rgb(30, 45, 51);
    background: rgb(1, 164, 239);
    padding: 10px;
}
  	.slidtit  a{
		color: #ffffff;
	}
.slidlin {
   text-indent: -9999px;
   float: left;
   background: url("../images/link_bg.png") no-repeat;
   height: 23px;
   width: 23px;
   margin: 6px;
}
        
.slidtitl {
   font-size: 17px;
   margin-bottom: 20px;
   margin-right: 65px;
}
            
.slidsh {
   font-size: 14px;
}

/*==============================
           Content
==============================*/
#content {
    /*margin: 0 -3px -13px 0;*/
}
.content {
    overflow: hidden;
    padding: 0;
}
.content.full {
    background: #ffffff;
    /*-webkit-box-shadow:  0px 1px 3px 0px rgba(0, 0, 0, 0.09);
    -moz-box-shadow:  0px 1px 3px 0px rgba(0, 0, 0, 0.09);
    box-shadow:  0px 1px 3px 0px rgba(0, 0, 0, 0.09);*/
}

.shortstory {
}
.ss-header {
    background: #01a4ef url(../images/sep_30.png) repeat-x center bottom;
    padding: 5px;   
}
.ss-header .ratebox {
	float: right;
    padding-top: 6px;
}
.ss-header h1{
    margin-bottom: 5px;
}
.ss-header h1 a {
    font-size: 16px;
    color: #ffffff;
    padding: 0 5px;
    overflow: hidden;
    line-height: normal;
    display: block;
}
.ss-info {
    padding: 10px 0 5px 10px;
    border-bottom: 1px solid #ddd;
}
.ss-info ul li {
    display: inline-block;
}
.ss-info ul.ss-left {
	float: left;
}
.ss-info ul.ss-left li {
    margin-right: 10px;
}
.ss-info ul.ss-left li a{
	color: #009cf1;
}
.ss-info ul.ss-right {
	float: right;
}
.ss-info ul.ss-right li {
	float: left;
    margin: 0px 3px;
}
.ss-content {
	padding: 0 10px;
}
.ss-content p, .ss-content span {
 	line-height: normal; 
    font-size: 13px;
}
.ss-content img {
	margin: 5px 8px 0 0; 
}
.ss-mlink {
    overflow: hidden;
    background: whitesmoke;
    margin-bottom: 30px;
    padding: 0 10px;
}
.ss-mlink .ss-argmore {
    float: right;
    background: #009cf1;
    padding: 10px;
}
.ss-mlink .ss-argmore a{
 	color: #333333;   
}
.ss-mlink .ss-argmore a:hover {
 	color: #ffffff;   
}
.ss-mlink ul{
 	margin-top: 10px;   
}
.ss-mlink ul li{
    display: inline-block;
    margin-right: 5px;
}

aside.lcol { 
    width: 245px;
    margin-right: 5px;
}
aside.rcol {
    width: 245px;
    float: right;
}
aside.rcols {
	width: 62.55%;
    float: left;
    overflow: hidden !important;
    padding: 0 3px 0 0;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.15);
}
.block {
    width: 245px;
    margin: 0 0 5px 0;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.15);
}
.block.white{
    background: #ffffff;
    overflow: hidden;
}
.block.blue {
    background: #01a4ef;
    overflow: hidden;
}
.block.orange {
    background: #f25022;
    overflow: hidden;
}
.block.gray {
    background: #3f6877;
    overflow: hidden;
}
.block:last-child {
    margin: 0;
}
.block.white .block_h {
    height: 44px;
    border-bottom: 3px solid #009cf1;
    font-size: 14px;
    position: relative;
    color: #009cf1;
    line-height: 44px;
    text-shadow: 0 1px 0 rgba(0,0,0,0.15);
    padding: 0 14px;
    overflow: hidden;
}
.block.blue .block_h {
    height: 44px;
    border-bottom: 3px solid #039ee5;
    font-size: 14px;
    position: relative;
    color: #fff;
    line-height: 44px;
    text-shadow: 0 1px 0 rgba(0,0,0,0.15);
    padding: 0 14px;
    overflow: hidden;
}
.block.orange .block_h {
    height: 41px;
    border-bottom: 1px solid #dd451a;
    font-size: 13px;
    position: relative;
    color: #fff;
    background: url("../images/ico.png") no-repeat 7px center;
    margin: 0 4px;
    line-height: 40px;
    text-shadow: 0 1px 0 rgba(0,0,0,0.15);
    padding: 0 14px 0 35px;
    overflow: hidden;
}
.block.gray .block_h {
    height: 40px;
    font-size: 13px;
    position: relative;
    color: #fff;
    background: url("../images/hand.png") no-repeat 12px center;
    line-height: 40px;
    text-shadow: 0 1px 0 rgba(0,0,0,0.15);
    padding: 0 14px 0 39px;
    overflow: hidden;
}
.block.gray .block_c {
    background: url("../images/sep_31.png") repeat-x center top;
    padding: 12px 7px 7px 7px;
    overflow: hidden;
}
.stars {
    overflow: hidden;
    background: url("../images/stars.png") no-repeat 5px center;
}
.stars a {
    float: right;
    cursor: pointer;
    font-size: 11px;
    text-transform: uppercase;
    color: #fff;
    background: #7fba00;
    font-family: 'Segoe ui', sans-serif;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    display: inline-block;
    padding: 8px 15px;
    text-shadow: 0 1px 0 rgba(0,0,0,0.24);
}
.stars a:hover {
    background: #01a4ef;
    text-decoration: none;
}
.block.white .block_h {
    height: 40px;
    background: #01a4ef url(../images/sep_30.png) repeat-x center bottom;
    border-bottom: 3px solid #f3fbfc;
    font-size: 13px;
    position: relative;
    color: #ffffff;
    font-weight: bold;
    line-height: 40px;
    padding: 0 13px;
    -webkit-box-shadow:  0px 1px 3px 0px rgba(0, 0, 0, 0.09);
    -moz-box-shadow:  0px 1px 3px 0px rgba(0, 0, 0, 0.09);
    box-shadow:  0px 1px 3px 0px rgba(0, 0, 0, 0.09);
}
.block.orange .block_c {
    overflow: hidden;
    font-size: 12px;
    line-height: 14px;
    padding: 6px 9px;
    text-shadow: 0 1px 0 rgba(0,0,0,0.18);
    color: #fff;
}
.block.orange .block_c a {
    color: #fff;
}
div.block_c.scroll {
    max-height: 400px;
    overflow-y: scroll;
}
div.block_c.scroll::-webkit-scrollbar { width: 5px; height: 3px;}
div.block_c.scroll::-webkit-scrollbar-button {  background-color: #01a4ef; }
div.block_c.scroll::-webkit-scrollbar-track {  background-color: #01a4ef;}
div.block_c.scroll::-webkit-scrollbar-track-piece { background-color: #ffffff;}
div.block_c.scroll::-webkit-scrollbar-thumb { height: 50px; background-color: #01a4ef; border-radius: 3px;}
div.block_c.scroll::-webkit-scrollbar-corner { background-color: #01a4ef;}}
div.block_c.scroll::-webkit-resizer { background-color: #01a4ef;}

.block.white .block_c {
    padding: 10px;
}
.block.white .block_c a.archives{
	display: block;
    color: #2b292e;
}
.block.more .block_h {
    height: 40px;
    background: #01a4ef url("../images/sep_30.png") repeat-x center bottom;
    font-size: 13px;
    position: relative;
    color: #fff;
    line-height: 40px;
    text-shadow: 0 1px 0 rgba(0,0,0,0.15);
    padding: 0 14px 5px 14px;
    overflow: hidden;
}
.block.more .block_c {
    background: #fff;
    -webkit-box-shadow:  0px 1px 3px 0px rgba(0, 0, 0, 0.09);
    -moz-box-shadow:  0px 1px 3px 0px rgba(0, 0, 0, 0.09);
    box-shadow:  0px 1px 3px 0px rgba(0, 0, 0, 0.09);
}
.block.white .block_h strong {
    color: #ffffff;
}
.block_comm {
    background: #fff url("../images/block_comm.png") no-repeat right top;
    -webkit-box-shadow:  0px 1px 3px 0px rgba(0, 0, 0, 0.09);
    -moz-box-shadow:  0px 1px 3px 0px rgba(0, 0, 0, 0.09);
    box-shadow:  0px 1px 3px 0px rgba(0, 0, 0, 0.09);
    padding: 3px 3px;
    margin: 5px 0 0 0;
    overflow: hidden;
}
.block_comm a {
    color: #76ac20;
}
.block_comm:hover {
    background: #6ba50f url("../images/block_comm_2.png") no-repeat right top;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    color: #fff;
    text-shadow: 0 1px 0 rgba(0,0,0,0.19);
}
.block_comm:hover a {
    color: #fff;
}
.block_comm_h {
    display: block;
    overflow: hidden;
    font-size: 12px;
    color: #5f7e8a;
    line-height: 14px;
    padding: 4px 7px 6px 7px;
    background: url("../images/sep_21.png") repeat-x center bottom;
}
.block_comm:hover .block_comm_h {
    background: url("../images/sep_29.png") repeat-x center bottom;
}
.block_comm_h a {
    color: #5f7e8a;
}
.block_comm:hover .block_comm_b {
    color: #fff;
}
.block_comm_b {
    display: block;
    font-size: 11px;
    color: #76ac20;
    overflow: hidden;
    padding: 6px 3px;
}
.block_comm_b .lcol {
    padding: 0 0 0 18px;
    background: url("../images/usr.png") no-repeat left center;
}
.block_comm:hover .block_comm_b .lcol {
    background: url("../images/usr_2.png") no-repeat left 0;
}
/*---Votes---*/
.vtitle {
    border-top: 1px solid #0db3ff;
    margin: 0 0 2px 0;
    padding: 5px 11px 6px 11px;
    color: #fff;
    font-size: 12px;
    text-shadow: 0 1px 0 rgba(0,0,0,0.28);
    line-height: 14px;
    background: #01a4ef;
}
.vresult {
    top: 0;
    position: absolute;
    right: 0;
    width: 39px;
    height: 42px;
    padding: 0;
    text-indent: -9999px;
    cursor: pointer;
    background: url("../images/all_votes_bg.png") no-repeat;
}
.vresult:hover {
    background-position: 0 -42px;
}
#dle-vote {
    padding: 2px 5px 7px 5px;
}
.vote, #dle-poll-list div {
    clear: both;
    color: #5f7e8a;
    font-size: 12px;
    padding: 7px 2px;
}
.vote input, #dle-poll-list div input {
    float: left;
    margin: 0;
    padding: 0;
    width: 14px;
    height: 14px;
    margin-right: 4px;
}
.vote_btn {
    background: #fff url("../images/sep_14.png") repeat-x center top;
    padding: 8px 8px 8px 3px;
    overflow: hidden;
    height: 27px;
    font-size: 12px;
}
.vote_btn .fbutton {
    text-transform: uppercase;
    font-size: 11px;
    background: #7fba00;
}
.vote_btn .fbutton:hover {
    background: #01a4ef;
}
button.votes {
    margin: 7px 4px 0 0;
    font-size: 12px;
    border: none;
    outline: none;
    color: #5f7e8a;
    cursor: pointer;
    background: none;
    font-family: 'Segoe ui', sans-serif;
}
button.votes:hover {
    color: #70b11c;
}
/*---Navi---*/
aside.lcol .block_c.navi {
    padding: 0;
}
.navi > ul > li {
    display: block;
    background: url("../images/sep_26.png") repeat-x center top;
    padding: 2px 0 0 0;
}
.navi > ul > li:first-child {
 	background:none;
}
.navi > ul > li.submenu {
    background: url("../images/sep_27.png") repeat-x center top;
}
.navi ul li div a, .sublink div a {
    color: #2b292e;
    display: block;
    font-size: 13px;
    font-weight: bold;
    padding: 9px 8px 10px 37px;
    text-decoration: none;
    background: url("../images/arrow_11.png") no-repeat 9px center;
}
.navi ul li div a:hover, .navi ul li.sublink.opened div a, .navi ul li.selected div a, .sublink:hover div a {
    color: #fff;
    background: #f27624 url("../images/arrow_12.png") no-repeat 9px center;
}
.sublink div a span {
    display: block;
    background: url("../images/arrow_13.png") no-repeat 100% center;
}
.sublink:hover div a span {
    display: block;
    background: url("../images/arrow_14.png") no-repeat 100% center;
}
.selected div a span {
    color: #fff;
    background: url("../images/arrow_14.png") no-repeat 100% center;
}
ul.submenu {
    background: #251c16;
    font-size: 11px;
}
ul.submenu li {
    background: url("../images/sep_28.png") repeat-x center bottom;
    padding: 0 0 1px 0;
}
ul.submenu li:last-child {
    background: none;
}
ul.submenu li a {
    display: block;
    color: #2b292c;
    font-size: 13px;
    font-weight: bold;
    padding: 8px 5px 9px 23px;
    text-decoration: none;
    background: #ffffff url("../images/arrow_15.png") no-repeat 10px 12px;
}
ul.submenu li a:hover {
    color: #009cf1;
    background: #ffffff url("../images/arrow_16.png") no-repeat 10px 12px;
}
/*--- torrent ---*/
.torrent {
    overflow: hidden;
    padding: 0 0 5px 0;
    background: url("../images/sep_2.png") repeat-x center bottom;
}
.torrent_h {
    margin: 0 4px;
    padding: 0 0 6px 0;
    overflow: hidden;
    background: url("../images/sep_5.png") repeat-x center bottom;
}
.torrent_h a {
    margin: 0 1px;
    display: block;
    color: #fff;
    padding: 10px 12px;
    font-size: 14px;
    text-shadow: 0 1px 0 rgba(0,0,0,0.17);
    background: #3f6877;
    text-decoration: none;
}
.torrent_h a:hover {
    background: #7FBA00;
}
.torrent_c {
    font-size: 12px;
    overflow: hidden;
}
.list {
    background: url("../images/sep_6.png") repeat-x center bottom;
    overflow: hidden;
    padding: 9px 7px 16px 7px;
    color: #75a904;
    position: relative;
}
.list .lcol {
    padding: 0 0 0 5px;
    position: relative;
}
.list .rcol {
    position: relative;
}
.list .lcol .li_list {
    position: absolute;
    left: 0;
    top: -6px;
}
.list .rcol .li_list {
    position: absolute;
    right: 0;
    top: -6px;
}
.list .lcol a, .list .lcol b {
    color: #5f7e8a;
    font-weight: normal;
}
.li_list {
    padding: 6px 12px 7px 12px;
    display: inline-block;
    background: #7fba00;
    color: #fff;
    overflow: hidden;
    cursor: pointer;
}
.li_list.files {
    background: url("../images/plus.png") no-repeat left 0;
    color: #75a904;
    height: 15px;
    line-height: 15px;
    padding: 0 0 0 24px;
}
.li_list.files b {
    font-weight: normal;
    font-size: 11px;
    color: #fff;
    background: #01a4ef;
    margin: 0 0 0 4px;
    padding: 3px 5px;
    text-shadow: 0 1px 0 rgba(0,0,0,0.33);
}
.li_list_a1 {
    padding: 10px 0 0 0;
    color: #4d6b77;
}
.li_list_a1 hr {
    background: url("../images/sep_5.png") repeat-x;
    height: 1px;
    border: none;
}
.li_list_a1 hr:last-child {
    display: none;
}
.li_distribute_m {
    color: #5f7e8a;
    margin: 0 0 0 5px;
    background: url("../images/up.png") no-repeat left center;
    padding: 0 0 0 21px;
}
.li_swing_m {
    color: #5f7e8a;
    margin: 0 0 0 5px;
    background: url("../images/down.png") no-repeat left center;
    padding: 0 0 0 21px;
}
span.sep {
    height: 19px;
    width: 1px;
    margin: -1px 7px -6px 7px;
    display: inline-block;
    background: url("../images/sep_7.png") no-repeat 0 center;
}
/*---static---*/
.static {
    overflow: hidden;
    padding: 3px 0 3px 0;
    background: url("../images/sep_2.png") repeat-x center bottom;
}
.static.none {
    background: none;
}
.static_h {
    background: #7fba00;
    display: inline-block;
    padding: 8px 12px 9px 12px;
    font-size: 14px;
    margin: 6px 6px;
    clear: both;
    overflow: hidden;
    text-shadow: 0 1px 0 rgba(0,0,0,0.26);
    color: #fff;
}
.static_h.none {
    margin: 6px 6px 1px 6px;
}
.static_c {
    overflow: hidden;
    padding: 6px 7px;
}
.static_c.none {
    padding: 0;
}
/*---comment---*/
.comment {
    overflow: hidden;
    padding: 3px 6px 7px 5px;
    position: relative;
    background: url("../images/sep_4.png") repeat-x center bottom;
}
.comment .lcol {
    overflow: hidden;
    margin: 1px 5px 0 0;
    font-size: 12px;
    padding: 2px 2px;
}
.avatar {
    background: #ffffff;
    -webkit-box-shadow:  0px 1px 3px 0px rgba(0, 0, 0, 0.09);
    -moz-box-shadow:  0px 1px 3px 0px rgba(0, 0, 0, 0.09);
    box-shadow:  0px 1px 3px 0px rgba(0, 0, 0, 0.09);
    padding: 4px 4px;
    overflow: hidden;
}
.avatar img {
    width: 71px;
    border: 1px solid #e9f0f3;
    display: block;
}
.comment .lcol .btn {
    padding: 7px 0 0 0;
}
.comment .lcol .btn a {
    background: #3f6877;
    display: block;
    text-align: center;
    color: #fff;
    padding: 5px 0 7px 0;
    text-decoration: none;
    text-shadow: 0 1px 0 rgba(0,0,0,0.24);
}
.comment .lcol .btn a:hover {
    background: #7fba00;
}
.comment .rcols {
    overflow: hidden !important;
}
.comment_inf {
    background: rgb(251,251,251); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(251,251,251,1) 0%, rgba(255,255,255,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(251,251,251,1)), color-stop(100%,rgba(255,255,255,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(251,251,251,1) 0%,rgba(255,255,255,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(251,251,251,1) 0%,rgba(255,255,255,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(251,251,251,1) 0%,rgba(255,255,255,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(251,251,251,1) 0%,rgba(255,255,255,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fbfbfb', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
    -webkit-box-shadow: inset 0px 1px 2px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: inset 0px 1px 2px 0px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0px 1px 2px 0px rgba(0, 0, 0, 0.1);
    border-top: 3px solid #f7f7f8;
    height: 34px;
    margin: 4px 0 4px 0;
    padding: 0 9px;
}
.ul_inf {
    float: left;
    padding: 8px 3px 0 3px;
    line-height: 22px;
    font-size: 12px;
    color: #87b425;
}
.ul_inf a {
    color: #717e83;
}
.ul_inf span.date {
    color: #fff;
    margin: 0 5px;
    font-size: 11px;
    text-shadow: 0 1px 0 rgba(0,0,0,0.27);
    background: #01a4ef;
    padding: 4px 9px 6px 9px;
}
.comment_text {
    background: #ffffff;
    -webkit-box-shadow: inset 0px 0px 0px 1px rgba(240, 240, 240, 1), 0px 1px 3px 0px rgba(0, 0, 0, 0.06);
    -moz-box-shadow: inset 0px 0px 0px 1px rgba(240, 240, 240, 1), 0px 1px 3px 0px rgba(0, 0, 0, 0.06);
    box-shadow: inset 0px 0px 0px 1px rgba(240, 240, 240, 1), 0px 1px 3px 0px rgba(0, 0, 0, 0.06);
    border-top: 2px solid #fafafa;
    position: relative;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 18px;
    color: #000;
}
.comment_text::after {
    position: absolute;
    content: '';
    background: url("../images/arrow_5.png") no-repeat;
    width: 14px;
    height: 10px;
    top: -9px;
    left: 8px;
}
.comment_text a {
    color: #009cf1;
    font-size: 13px;
}
.comment_inf ul.moder {
    margin: 6px 0 0 0;
}
ul.moder {
    overflow: hidden;
}
ul.moder li {
    float: left;
    overflow: hidden;
    margin: 0 1px 0 3px;
    padding: 2px 2px 3px 2px ;
    font-size: 11px;
}
ul.moder li a {
    background: #fff;
    -webkit-box-shadow:  0px 1px 2px 0px rgba(225, 225, 225, 1);
    -moz-box-shadow:  0px 1px 2px 0px rgba(225, 225, 225, 1);
    box-shadow:  0px 1px 2px 0px rgba(225, 225, 225, 1);
    border: 1px solid rgba(242,242,242,1);
    border-radius: 2px;
    padding: 5px 13px 6px 13px;
    color: #f76200;
    display: inline-block;
    text-decoration: none;
}
ul.moder ln {
    float: left;
    overflow: hidden;
    margin: 0 1px 0 3px;
    padding: 2px 2px 3px 2px ;
    font-size: 11px;
}
ul.moder ln a {
    background: #fff;
    -webkit-box-shadow:  0px 1px 2px 0px rgba(225, 225, 225, 1);
    -moz-box-shadow:  0px 1px 2px 0px rgba(225, 225, 225, 1);
    box-shadow:  0px 1px 2px 0px rgba(225, 225, 225, 1);
    border: 1px solid rgba(242,242,242,1);
    border-radius: 2px;
    padding: 2px;
    color: #7d939b;
    display: inline-block;
    text-decoration: none;
}
ul.moder li a:hover {
    color: #7fba00;
}
/*--- short story ---*/
.short {
    width: 279px;
    display: block;
    float: left;
    margin: 0 1px 6px 2px;
    padding: 0;
    position: relative;
    z-index: 1;
}
.short_h {
    background: #fff;
    position: relative;
    height: 74px;
    overflow: hidden;
    -webkit-box-shadow:  0px 1px 3px 0px rgba(0, 0, 0, 0.09);
    -moz-box-shadow:  0px 1px 3px 0px rgba(0, 0, 0, 0.09);
    box-shadow:  0px 1px 3px 0px rgba(0, 0, 0, 0.09);
    z-index: 5;
}
.short_h .title {
    font-size: 13px;
    line-height: 15px;
    overflow: hidden;
	height: 30px;
    padding: 5px 9px 11px 9px;
    color: #000;
    background: url("../images/sep_14.png") repeat-x center bottom;
}
.short_h .title a {
    color: #000;
    text-decoration: none;
}
.short_h .title a:hover {
    color: #7fba00;
}
.short_inf {
    overflow: hidden;
    font-size: 12px;
    color: #66818c;
    padding: 0 9px;
    line-height: 24px;
    height: 28px;
}
.short_inf a {
    color: #66818c;
}
.short_inf span {
    color: #7fba00;
}
.short_c {
    height: 151px;
    z-index: 2;
    overflow: hidden;
    position: relative;
}
.short_c .mask {
    position: absolute;
    overflow: hidden;
    top: 0;
    left: 0;
    display:none;
    opacity: 1;
    background-color: rgba(0,0,0, 0.77);
    width:100%;
    height:100%;
}
.short_c:hover .mask, .mask:hover{
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100)  !important;
    opacity: 1;
    display:block;
}
.short_c .mask a.show, .short_c .mask .full {
    width: 28px;
    display: block;
    float: left;
    text-indent: -9999px;
    height: 28px !important;
    overflow: hidden;
    top: 65px;
    position: absolute;
    background: url("../images/short_img.png") no-repeat;
}
.short_c .mask a.show {
    background-position: 0 0;
    left: 111px;
}
.short_c .mask a.show:hover {
    background-position: 0 -28px;
}
.short_c .mask .full {
    right: 112px;
    background-position: -28px 0;
}
.short_c .mask .full:hover {
    background-position: -28px -28px;
}
.short_c img {
    width: 279px;
    height: 151px;
    display: block;
}
.short_b {
    background: #293e46;
    height: 29px;
    overflow: hidden;
    position: relative;
    z-index: 1;
}
.short_b_bg {
    background: url("../images/sep_13.png") repeat-x center top;
    position: absolute;
    height: 5px;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 6;
}
.short_b .user {
    color: #fff;
    display: block;
    font-size: 11px;
    line-height: 28px;
    height: 29px;
    padding: 0 0 0 28px;
    background: url("../images/user.png") no-repeat 8px 9px;
}
.short_b .user a {
    color: #fff;
}
.short_b .view {
    display: block;
    float: left;
    font-size: 11px;
    text-shadow: 0 1px 0 rgba(0,0,0,0.15);
    color: #fff;
    line-height: 28px;
    padding: 0 10px 0 32px;
    height: 29px;
    background: #01a4ef url("../images/view.png") no-repeat 9px 8px;
}
.short_b .comm {
    display: block;
    float: left;
    font-size: 11px;
    text-shadow: 0 1px 0 rgba(0,0,0,0.15);
    color: #fff;
    line-height: 28px;
    padding: 0 10px 0 32px;
    height: 29px;
    background: #7fba00 url("../images/comm.png") no-repeat 10px 7px;
}
/*--- full story ---*/
.editdate {
    font-size: 0.9em;
    text-align: right;
    color: #6c838e;
}
.story {
    padding: 0 0 3px 0;
    margin: 0 0 4px 0;
    position: relative;
    overflow: hidden;
    background: url("../images/sep_10.png") repeat-x center bottom;
}
.story.none {
    background: none;
}
.story_h {
    min-height: 29px;
    overflow: hidden;
    /* padding: 2px 7px 11px 7px; */
    background: url("../images/sep_14.png") repeat-x center bottom;
}
.story_h .category {
    background: #009cf1;
    display: block;
    overflow: hidden;
    padding: 5px 6px;
    font-size: 13px;
    color: #fff;
    margin: 0 10px 0 0;
}
.story_h .category a {
    color: #fff;
}
.story_h .title {
    font-size: 16px;
    font-weight: bold;
    color: #ffffff;
    display: block;
    clear: both;
    padding: 10px;
    background: #01a4ef url(../images/sep_30.png) repeat-x center bottom;
}
.story_h .title a {
    color: #5f7e8a;
}
.story_inf {
    height: 22px;
    /*padding: 3px 6px;*/
    overflow: hidden;
    background: url("../images/sep_21.png") repeat-x center bottom;
    background: #7fba00;
}
.story_inf .lcol ul li {
    float: left;
    color: #ffffff;
    font-weight: 600;
    font-size: 11px;
    height: 22px;
    line-height: 22px;
    margin: 0 4px;
    padding: 0 12px 0 0;
    background: url("../images/sep_22.png") no-repeat right center;
}
.story_inf .lcol ul li:first-child {
    background: none;
    padding: 0;
}
.story_inf .lcol ul li a {
    color: #ffffff;
}
.story_inf .lcol ul li .auth {
    background: url("../images/auth.png") no-repeat 0 center;
    padding: 0 0 0 21px;
}
.story_inf .lcol ul li span {
    color: #000000;
}
.story_inf .lcol ul li em {
    background: #01a4ef;
    color: #fff;
    font-style: normal;
    padding: 4px 8px;
    margin: 0 2px 0 8px;
    text-shadow: 0 1px 0 rgba(0,0,0,0.22);
}
.story_inf .rcol .rating {
    margin: 3px 0 0 0;
}
.story_c {
    background: url("../images/sep_9.png") repeat-x center bottom;
    padding: 8px 7px;
    position: relative;
    overflow: hidden;
    line-height: 15px;
    font-size: 13px;
}
.story_c.none {
    background: none;
}
.story_c a {
    color: #009cf1;
    font-weight: bold;
}
.story_c img {
 	margin-right: 5px;   
}
.story_c .story_b {
 	float: right;   
}
.story_b {
    /*! overflow: hidden; */
    /*! height: 41px; */
    /*! background: url("../images/sep_11.png") repeat-x center top; */
}
.story_b .f_link {
    height: 41px;
    background: url("../images/sep_20.png") repeat-y left top;
    padding: 0 15px;
    line-height: 39px;
}
.story_b .f_link a {
    color: #75a904;
    background: url("../images/arrow_9.png") no-repeat left 5px;
    padding: 0 0 0 17px;
    text-decoration: none;
}
.story_b .f_link a:hover {
    color: #7a7979;
}
.story_b .lcol {
    padding: 3px 0 0 0;
}
.story_b ul.moder {
    margin: 0 0 0 4px;
}

/*---related---*/
ul.related {
    overflow: hidden;
    padding: 0;
}
ul.related li {
    width: 22.333333%;
    margin: 0 10px;
    display: inline-block;
    overflow: hidden;
    background: url(../images/sep_4.png) repeat-x center bottom;
    border: 1px solid #eeeeee;
    vertical-align: top;
}
ul.related li:first-child a {
    padding: 0 6px 9px 6px;
}
ul.related li a {
    display: block;
    font-size: 12px;
    color: #597580;
    line-height: 14px;
    overflow: hidden;
}
ul.related li a:hover {
    text-decoration: none;
}
ul.related li a:hover .title {
    background: #7fba00;
}
ul.related li .rcols {
    display: block;
    overflow: hidden !important;
}
ul.related li .title {
    overflow: hidden;
    width: 100%;
    display: inline-block;
    text-shadow: 0 1px 0 rgba(0,0,0,0.26);
    background: #f76200;
    padding: 5px 10px 6px 10px;
    color: #fff;
    margin: 0 0 2px 0;
}
ul.related li img {  
    display: block;
    margin: 0 auto;
    overflow: hidden;
    height: 230px;
    width: 100%;
}
/*---fbutton---*/
.fbutton {
    cursor: pointer;
    font-size: 12px;
    color: #fff;
    background: #01a4ef;
    font-family: 'Segoe ui', sans-serif;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    display: inline-block;
    padding: 8px 15px;
    margin: 0 5px;
    text-shadow: 0 1px 0 rgba(0,0,0,0.24);
}
.fbutton:hover {
    background: #7fba00;
    text-decoration: none;
}
/*---forms---*/
div.tableform {
    width: 467px;
    margin: 0 auto;
}
table.tableform {
   /* width: 100%; */
}
.tableform dl {
    display: block;
    overflow: hidden;
    margin: 0 0 7px 0;
}
.tableform dd.label {
    display: block;
    padding: 0;
    color: #4d6b77;
    float: left;
    overflow: hidden;
    font-size: 12px;
    width: 17%;
    padding: 5px 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;
}
.addnews {
    font-weight: bold;
}
.impot {
    color: #e23046;
}
.checkbox {
    padding: 4px 0;
    line-height: 1em;
}
.checkbox input {
    margin-top: -2px;
    vertical-align: middle;
}
.bform{
 	padding: 20px;   
}
.f_input {
    background: #ffffff;
    height: 20px;
    width: 97%;
    font-size: 12px;
    color: #adadad;
    padding: 2px 5px;
    font-family: 'Segoe ui', sans-serif;
    border: 1px solid #ccc;
    -webkit-box-shadow:  0px 1px 3px 0px rgba(0, 0, 0, 0.05);
    -moz-box-shadow:  0px 1px 3px 0px rgba(0, 0, 0, 0.05);
    box-shadow:  0px 1px 3px 0px rgba(0, 0, 0, 0.05);
}
.f_textarea {
    width: 100%;
}
.fieldtr select, .textin, .f_textarea, .xfields textarea, .xprofile textarea,.xfields input, .xprofile input, .xfields select, .xprofile select, .mass_comments_action select {
    padding: 2px;
    font-family: 'Cuprum', sans-serif;
    color: #02a4ef;
    background: #fff;
    border: 1px solid #bcc0c2;
}
.f_textarea, .editor_button select {
    padding: 0;
}
.textin {
    padding: 2px;
}
.fieldsubmit {
    text-align: center;
    margin: 0;
}
/*---hr---*/
hr.stop {
    clear: both;
    border: none;
    background: url("../images/sep_2.png") repeat-x;
    margin: 0;
    height: 3px;
}
/*--- error ---*/
.berror {
    background: #f25022 url("../images/sep_3.png") repeat-y 56px 0;
    padding: 0;
    font-size: 12px;
    color: #fff;
    text-shadow: 0 1px 0 rgba(0,0,0,0.17);
    border: 1px solid #eb4e21;
    margin: 4px 4px;
    position: relative;
    border-radius: 2px;
}
.berror_c {
    padding: 6px 13px 6px 71px;
    background: url("../images/error_bg.png") no-repeat 25px center;
    line-height: 14px;
    font-size: 12px;
    color: #fff;
    min-height: 44px;
    overflow: hidden;
    text-shadow: 0 1px 0 rgba(0,0,0,0.20);
}
.berror a {
    color: #fff;
}
/*---navigation---*/
.navigation {
    background: url("../images/sep.png") repeat-x center top;
    overflow: hidden;
    padding: 7px 7px;
    margin: 0;
    height: 34px;
    font-size: 12px;
    clear: both;
}
.navi_pages {
    padding: 3px 2px;
    overflow: hidden !important;
}
.navigation .rcol {
    overflow: hidden;
    padding: 3px 2px;
}
.navi_pages a {
    background: #fff;
   /* -webkit-box-shadow:  0px 1px 2px 0px rgba(225, 225, 225, 1);
    -moz-box-shadow:  0px 1px 2px 0px rgba(225, 225, 225, 1);
    box-shadow:  0px 1px 2px 0px rgba(225, 225, 225, 1);*/
    border: 1px solid rgba(242,242,242,1);
    border-radius: 2px;
    color: #677e88;
    display: inline-block;
    margin: 0 2px;
    padding: 6px 9px 5px 9px;
}
.navi_pages a:hover {
    color: #009cf1;
    text-shadow: none;
    text-decoration: none;
}
.navi_pages>span {
    color: #fff;
    display: inline-block;
    text-shadow: 0 1px 0 rgba(0,0,0,0.4);
    padding: 6px 9px;
    background: #009cf1;
}
span.nav_ext {
    background: none;
    color: #677e88;
    text-shadow: none;
}
.n_back, .n_next {
    display: inline-block;
}
.n_back a>span, .n_next a>span, .n_back .masha_index{
    display: none;
}
.n_back span, .n_back a, .n_next span, .n_next a {
    background: #fff;
   /* -webkit-box-shadow:  0px 1px 2px 0px rgba(225, 225, 225, 1);
    -moz-box-shadow:  0px 1px 2px 0px rgba(225, 225, 225, 1);
    box-shadow:  0px 1px 2px 0px rgba(225, 225, 225, 1); */
    border: 1px solid rgba(242,242,242,1);
    border-radius: 2px;
    padding: 5px 9px 6px 9px;
    color: #718790;
    display: inline-block;
    text-decoration: none;
}
.n_back span, .n_back a {
    background: #fff url("../images/arrow_3.png") no-repeat 8px 8px;
    padding: 5px 9px 6px 22px;
}
.n_back a:hover {
    color: #009cf1;
    background: #fff url("../images/arrow.png") no-repeat 8px 8px;
}
.n_next span, .n_next a {
    padding: 5px 22px 6px 9px;
    background: #fff url("../images/arrow_2.png") no-repeat 92% 8px;
}
.n_next a:hover {
    color: #009cf1;
    background: #fff url("../images/arrow_4.png") no-repeat 92% 8px;
}
/*==============================
           Footer
==============================*/
footer {
    background: #261c16 url(../images/footer_bg.png) repeat-x;
    margin-bottom: -100%;
}
footer .wrapper {
    height: 78px;
    position: relative;
    overflow: hidden;
    background: #261c16 url(../images/footer_bg.png) repeat-x;
}
footer .logo {
    background: url("../images/logo_bg_2.png") no-repeat;
    width: 220px;
    height: 40px;
    margin: 20px 16px 0 15px;
    overflow: hidden;
    text-indent: -9999px;
}
footer .logo a {
    display: block;
    width: 220px;
    height: 40px;
}
footer .rcols {
    height: 78px;
    /*background: url("../images/footer_bg_3.png") repeat-x center bottom;*/
    overflow: hidden !important;
    border: 1px solid rgba(255,255,255,0.05);
    border-width: 0 1px;
}
.footer_text {
	width: 100%;
    margin: 30px 0 0 16px;
    font-size: 12px;
    line-height: 14px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 0 rgba(0,0,0,0.49);
}
.footer_text a {
    color: #ffb901;
}
footer .counter {
    margin: 30px 134px 0 0;
    height: 32px;
    padding: 0;
    overflow: hidden;
}
footer .counter span {
    float: left;
    width: 89px;
    display: block;
    height: 32px;
    background: url("../images/count_bg.png") no-repeat;
    cursor: pointer;
    margin: 0 6px;
}
footer .counter span img {
    width: 88px;
    height: 31px;
    display: block;
}

.pm_status {
    float:left;
    border: 1px solid #d8d8d8;
    padding: 0px;
    background-color: #fff;
    width: 300px;
    height: 100px;
    margin-left: 20px;
    margin-right: 5px;
}

.pm_status_head {
    border-bottom: 1px solid #d8d8d8;
    font-size: 0.9em;
    background: #fff url("../images/bbcodes.png") repeat-x 0 100%;
    height: 22px;
    padding: 0;
    font-weight: bold;
    text-align: center;
    color: #4e4e4e;
}

.pm_status_content {
    padding: 5px;
}
.nblock {
display: none;
}
/*---search---*/
.searchstyle {
    width: 480px;
}

.search {
    font-size: 11px;
}

.searchtable fieldset legend {
    color: #404040;
}

.searchitem {
    font-size: 0.9em;
    border-top: 1px solid #dbe8ed;
    padding: 10px 0;
}

#searchuser, #searchinput {
    width: 90% !important;
}

/*---Userinfo---*/
.userinfo {
    padding-left: 125px;
}

.userinfo img {
    max-width:700px
}

.ui-dialog-content .userinfo {
    padding: 10px 0 10px 125px;
}

.userinfo .lcol {
    margin-left: -125px;
    width: 110px;
    padding-right: 15px;
}

.userinfo .lcol .avatar {
    margin-bottom: 10px;
    padding: 4px;
    background-color: #fff;
    border: 1px solid #c0d4de;
}

.userinfo .lcol .avatar img {
    width: 100px;
}

.userinfo .lcol ul {
    font-size: 0.9em;
}

.userinfo .rcol {
    width: 100%;
}

.userinfo .rcol ul {
    list-style: none;
    margin-left: 0;
}

.userinfo .rcol ul li {
    margin-bottom: 0.2em;
}

 .ussep {
    padding-top: 12px;
    background: url("../images/ussep.png") no-repeat;
}

.grey {
    color: #6c838e;
}

.blue {
    color: #388bd4;
}

/*---statistics---*/
.statistics {
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.statistics ul.lcol {
    min-height: 71px;
    background: url("../images/statsep.png") no-repeat;
    margin: 0 0 20px -1px;
    padding-top: 14px;
    width: 33.3%;
}

.statistics ul.lcol li {
    padding: 0 15px;
    margin-bottom: 2px;
}

/*---informer---*/
.informer {
   margin-bottom: 15px; 
}
    
.informer p{
    margin-bottom: 5px;
}
    
/*Butt*/
.download_button {display:block; width:256px; height:65px; background:url('../img/button_down.png') no-repeat; position:relative; color:#fff; text-shadow:0 1px 2px #000;}
.download_button:hover {background-position:0 -65px; color:#fff;}

.download_button_mg {display:block; width:256px; height:65px; background:url('../img/button_down_mg.png') no-repeat; position:relative; color:#fff; text-shadow:0 1px 2px #000;}
.download_button_mg:hover {background-position:0 -65px; color:#fff;}
/*----*/

.bcomment {
    border-bottom: 1px solid #dadada;
    background: url("../images/speedbar.png") repeat-x 0 100%;
    padding-bottom: 15px;
}

.bcomment .dcont, .bcomment .dtop {
    padding: 0 15px;
}

.bcomment .dcont {
    padding-top: 10px;
}

.bcomment .dtop {
    overflow: hidden;
    padding-left: 70px;
    height: 67px;
    border-top: 3px solid #3f84cb;
}

.bcomment .dtop .lcol {
    width: 40px;
    padding: 0 15px;
    margin-left: -70px;
}

.bcomment .dtop .lcol span {
    margin-top: 12px;
    float: left;
    width: 40px;
    height: 40px;
    overflow: hidden;
}

.bcomment .dtop .lcol span img {
    width: 40px;
}

.bcomment .dtop .rcol {
    font-size: 0.9em;
    color: #90a7b2;
    width: 100%;
}

.bcomment .dtop .rcol ul {
    margin-top: 12px;
    padding-top: 4px;
    height: 36px;
    float: left;
    margin-right: 15px;
}

.cmsep {
    padding-left: 19px;
    background: url("../images/cmsep.png") no-repeat 0 50%;
}

.reply a, .reply a b {
    height: 28px;
    background: #2b88d5 url("../images/reply.png") no-repeat;
}

.reply a {
    float: right;
    margin-top: 21px;
    color: #fff;
    line-height: 27px;
}

.reply a b {
    cursor: pointer;
    float: left;
    padding: 0 15px;
    background-color: transparent;
    background-position: 100% -28px;
}

.reply a:hover {
    background-position: 0 -56px;
}

.reply a:hover b {
    background-position: 100% -84px;
}

div.cominfo {
    position: relative;
    border-bottom: 1px solid #fff;
    color: #e4e6e6;
    font-size: 0.9em;
    height: 29px;
    background: #3f4b51 url("../images/cominfo.png") repeat-x;
}

div.cominfo .thide {
    width: 13px;
    padding-top: 8px;
    position: absolute;
    left: 29px;
    top: -7px;
    background: url("../images/comarrow.png") no-repeat;
}

div.cominfo .dpad {
    overflow: hidden;
}

.comedit, .selectmass {
    display: inline;
}

.selectmass input, .comedit ul, .comedit ul li {
    float: right;
}

.comedit ul li, .selectmass input {
    margin: 6px 0 0 8px;
}

.comedit ul li {
    float: left;
}

.comedit ul li a {
    color: #9dc4e6;
}

.selectmass input {
    vertical-align: middle;
}

.signature {
    color: #93918d;
}

ul.cominfo, ul.cominfo li {
    float: left;
}

ul.cominfo {
    margin: 6px 0 0 -8px;
}

ul.cominfo li {
    border-left: 1px solid #73858e;
    margin: 0 7px 0 0;
    padding-left: 7px;
}

.author-name a{
 	color: #01a3ef;
}

/** Copyright (c) 2018 Artem Malcov | https://www.pandoge.com/moduli_i_skripty/modul-statistiki-lightstat-20-final-release-dlya-dle **/

.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;
	border-radius: 4px;
}

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

.lightstat_head span {
	display: block;
	font-size: 26px;
	color: #222;
    margin-bottom: 10px;
}

.lightstat_progress {
	width: 100%;
}

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

.lightstat_body {
	padding: 18px 0 4px 0;
}

.lightstat_body div {
	padding: 0 10px 11px 10px;
	color: #888;
	font-size: 14px;
}

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

.lightstat_body div span:nth-of-type(2) {
	float: right;
	color: #02a4ef;
    font-weight: bold;
}

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

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

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

.lightstat_is {
    color: #02a4ef;
    font-weight: bold;
    font-size: 11px;
    text-transform: uppercase;
    padding: 0 0 15px 28px;
    display: block;
}

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

.lightstat_pandoge_com: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_pandoge_com:hover {
	height: 24px;
	transition: .2s;
}

#stat h5{
    color: #b02608;
    font-size: 12px;
}
