/*
---------------------------------------------------
================ reset style start ====================================== 
---------------------------------------------------
*/

* {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

html, body, input, button {
    font-family: Verdana, Tahoma, Arial, sans-serif;
    font-size: 14px;
}

html, body, p {
    color: #4D4D4D;
}

body {
    line-height: 1;
    background: #f5f5f5;
}

input[type=checkbox], 
input[type=radio] {
    margin: auto;
    padding: inherit;
    border: inherit;
    outline: inherit;
    font-size: inherit;
    background: inherit;
}

article, 
aside, 
details, 
figcaption, 
figure, 
footer, 
header, 
hgroup, 
menu, 
nav, 
section {
    display: block;
}

td {
    vertical-align: middle;
}

nav ul, 
ul, 
menu {
    list-style: none;
}

blockquote, 
q {
    quotes: none;
}

blockquote:before, 
blockquote:after, 
q:before, 
q:after {
    content: '';
    content: none;
}

a {
    margin: 0;
    padding: 0;
    color: #488fd2;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

a:hover {
    color: #AACE4A;
}

.impot {
    color: #FF0000;
}

ins {
    background-color: #ff9;
    color: #000;
    text-decoration: none;
}

mark {
    background-color: #ff9;
    color: #000;
    font-style: italic;
    font-weight: bold;
}

/*---ßíäåêñ àïäåéòû---*/
.ya_block {padding:0}
.ya_block div.ya_title, .ya_block div.gog_title {color: #CCC; font-size: 13px; font-weight:bold}
.ya_block img { width:16px; height:16px; margin-top:-2px; margin-right:2px;}
.ya_block div.ya_title span {color:#E90000;}
.ya_block div.gog_title span {color:#3D3BEF;}
.ya_block span.ya_one {color: #0C0; font-size: 13px;}
.ya_block span.ya_two {color: #090; font-size: 12px;}
.ya_block span.ya_tree {color: #060; font-size: 11px;}
.ya_block div.dotted {border:1px dotted #CCC; padding:5px; width:180px}
.errorya {color:#E90000; font-size: 13px; padding:55px 0; text-align:center;}

/*---Êíîïêà íàâåðõ---*/
.scroll-to-top-button{ background: #666 url("../images/ups.png") center center no-repeat;
    width: 32px;
    height: 32px;
    color: #fff; font-family: verdana;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -o-border-radius: 5px;
    cursor: pointer;
    padding: 10px 5px;
    margin: 100px 5px 0px 0px;
}

/*---comment---*/
.comment {
    overflow: hidden;
    padding: 10px 15px;
    position: relative;
    z-index: 1;
    border-bottom: 1px solid rgba(0,0,0,0.1);
}
.comment .avatar {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    text-align: center;
    position: relative;
}
.comment .avatar .author-level-icon {
    position: absolute;
    top: 0;
    left: 50%;
    margin: 0 0 0 -13px;
    width: 26px;
    height: 18px;
    background: rgba(250,250,250,0.9);
    z-index: 5;
    color: #7f7f7f;
    font-family: "Tahoma";
    font-size: 13px;
    line-height: 17px;
    text-align: center;
    text-decoration: none;
    display: block;
}
.comment .avatar .author-level-icon::before {
    content: "";
    position: absolute;
    top: -6px;
    left: 0;
    width: 0;
    height: 0;
    border-left: 13px solid transparent;
    border-right: 13px solid transparent;
    border-bottom: 6px solid rgba(250,250,250,0.9);
}
.comment .avatar .author-level-icon::after {
    content: "";
    position: absolute;
    bottom: -6px;
    left: 0;
    width: 0;
    height: 0;
    border-left: 13px solid transparent;
    border-right: 13px solid transparent;
    border-top: 6px solid rgba(250,250,250,0.9);
}
.comment .avatar img {
    position: relative;
    width: 100px;
    height: 100px;
    display: block;
    border: 5px solid #fff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}
.comment .avatar.online {
    border: 2px solid rgba(151,179,18,1);
}
.comment .avatar.offline {
    border: 2px solid rgba(235,98,55,1);
}
.comment .rcols {
    overflow: hidden !important;
    padding: 0 0 0 15px;
}
.comment .inf {
    overflow: hidden;
    padding: 6px 6px !important;
    display: block;
}
.comment .inf small {
    display: none;
    margin: 1px 0 0 15px;
    font-size: 12px;
    color: #454545;
}
.comment:hover .inf small {
    display: block;
}
.comment .inf a {
    color: rgba(186,192,197,1);
    border-bottom: 1px dashed transparent;
}
.comment .inf a b {
    font-weight: normal;
}
.comment .inf a:hover {
    border-bottom: 1px dashed rgba(64,159,222,1);
    text-decoration: none;
}
.comment .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;
    overflow: hidden;
}
.comment_text a {
    color: #59636b;
}
.comment .moder {
    margin: 8px 0 0 0;
}
.comment .moder a {
    margin: 0 20px 0 0;
    color: rgba(186,192,197,1);
}
.comment .moder a:hover {
    color: rgba(64,159,222,1);
    text-decoration: none;
}
.comment .moder a:hover .fa-heart, .comment .moder a .fa-heart.active {
    color: rgba(248,123,126,1);
}
.comment .moder a em {
    border-bottom: 1px dashed transparent;
    font-style: normal;
}
.comment .moder a:hover em {
    border-bottom: 1px dashed rgba(64,159,222,1);
}
.comment .moder a i {
    display: inline-block;
    margin-right: 5px;
    vertical-align: middle;
}
.comment .check {
    margin: 8px 5px 0 0;
}

.vnibo {
    background-color: #9BA0BE;
}

.vnibo h3 {
    line-height: 38px;
    text-transform: uppercase;
}

.otpkom {
    display: block;
    width: 190px;
    margin: 10px auto;
    line-height: 35px;
    border-radius: 3px;
    background: #505A84;
    padding: 0 14px;
    border-bottom: 3px solid #3A435C;
    font-size: 15px;
    color: #fffdfd;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
    transition: background 0.4s;
}

.otpkom:hover {
    background: #6C76A0;
    color: #fffdfd;
}

.lcol {
    float: left;
}

.rcol {
    float: right;
}

del {
    text-decoration: line-through;
}

abbr[title], 
dfn[title] {
    border-bottom: 1px dotted;
    cursor: help;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

select, .feed_textarea {
    border: 1px solid #c9c8c8;
}

hr {
    margin: 20px 0;
    border-bottom: 1px dashed #ccc;
}

input, 
select {
    vertical-align: middle;
}

.clr:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

input[type=submit], 
input[type=button] {
    cursor: pointer;
}

a {
    text-decoration: none;
}

.center, #wrapper {
    width: 1240px;
    margin: 0 auto;
}

.clearfix {
    clear: both;
}

/*
---------------------------------------------------
================ reset style end ====================================== 
---------------------------------------------------
*/

#top-menu {
    height: 67px;
    background: #505A84;
    margin-bottom: 30px;
}

#top-nav li {
    float: left;
    position: relative;
	z-index: 999;
}

#top-nav {
    float: left;
    border-left: 1px solid #475074;
}

#top-nav li a {
    display: block;
    color: #f5f5f5;
    border-right: 1px solid #475074;
    line-height: 67px;
    padding: 0 24px;
    transition: box-shadow 0.4s, color 0.4s;
    position: relative;
    font-weight: bold;
}

#top-nav li a:hover {
    box-shadow: inset 0 -4px 0 #7688CF;
    color: #7688CF;
}

#searchform {
    float: right;
    margin-top: 13px;
}

#searchform input[type=text] {
    display: block;
    background: url(../images/search-icon.png) no-repeat 11px;
    padding-left: 32px;
    height: 39px;
    border-radius: 3px;
    width: 168px;
    padding: 0 11px 0 43px;
    color: #C5C5C5;
    font-size: 11px;
    transition: border 0.4s;
    border: 1px solid #6072BC;
}

#searchform input[type=text]:focus {
    border: 1px solid #2D7DBA;
    box-shadow: 0 0 1em #2D3659;
}

.search input {
    margin: 10px 0px;
}

#top-nav .active a {
    padding: 0 53px 0 24px;
}
.up{width: 200px;}

#top-nav .active .link:after {
    content: "";
    position: absolute;
    width: 12px;
    height: 8px;
    background: url(../images/arrows.png);
    top: 31px;
    right: 24px;
}

#top-nav .active .link:hover:after, .active-for a:after {
    background: url(../images/arrows.png) right !important;
}

#top-nav .active ul {
    display: none;
}

.active-for a {
    color: #abbc47 !important;
}

.active ul {
    background: #fff;
    position: absolute;
    border-top: 4px solid #bac84e;
    left: 0;
    right: 0;
    top: 77px;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.15);
}

.active ul:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    height: 14px;
    top: -14px;
}

.active ul:after {
    bottom: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(186, 200, 78, 0);
    border-bottom-color: #bac84e;
    border-width: 10px;
    margin-left: -10px;
}

.active ul li {
    float: none !important;
}

.active ul li a {
    border-right: 0 !important;
    color: #8c8989 !important;
    border-bottom: 1px dotted #cbc9c9;
    line-height: 48px !important;
    background: url(../images/ellipse-normal.png) no-repeat 13px;
    padding: 0 24px 0 38px !important;
    transition: background 0.4s, color 0.4s !important;
}

.active ul li:last-child a {
    border-bottom: 0;
}

.active ul li a:hover {
    background: url(../images/ellipse-hover.png) no-repeat 13px;
    color: #a2b038 !important;
    box-shadow: none !important;
}

#top-header {
    margin-bottom: 30px; /*38*/
}

#logo {
    width: 213px; /*185*/
    height: 69px; /*63*/
    margin: 10px 0px 10px 30px;
    float: left;
    background: url(../images/logotype.png) no-repeat;
    transition: opacity 0.4s;
}

#logo:hover {
    opacity: 0.7;
}

#login-panel {
    float: right;
    position: relative;
    margin-top: 12px;
}

#not-logged {
    border-radius: 3px;
    overflow: hidden;
    background: #717895;
    line-height: 38px;
}

.login-user a:nth-child(1) {
    background: #717895 url(../images/user.png) no-repeat 9px !important;
}

.login-user a:nth-child(2) {
    background: #3A435C url(../images/logout.png) no-repeat 9px !important;
}

#not-logged a {
    display: block;
    float: left;
    color: #fffdfd;
    text-shadow: 0 1px 0 rgba(134, 134, 134, 0.75);
    padding: 0 18px 0 38px;
    transition: background 0.3s;
}

#not-logged a:nth-child(1) {
    background: #717895 url(../images/logged.png) no-repeat 9px;
}

#not-logged a:nth-child(2) {
    background: #3A435C url(../images/reg.png) no-repeat 9px;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.75);
}

#not-logged a:nth-child(1):hover, .login-user a:nth-child(1):hover {
    background-color: #848DAF;
}

#not-logged a:nth-child(2):hover, .login-user a:nth-child(2):hover {
    background-color: #536185;
}

.sochov {
    transition: opacity 0.4s;
}

.sochov:hover {
    opacity: 0.7;
}

#login-modal {
    display: none;
    background: #fff;
    position: absolute;
    left: -127px;
    padding: 10px;
    top: 51px;
    width: 230px;
    border-top: 4px solid #717895;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.15);
    z-index: 100;
}

#login-modal:after {
    bottom: 100%;
    right: 66px;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(186, 200, 78, 0);
    border-bottom-color: #717895;
    border-width: 10px;
    margin-left: -10px;
}

#login-form input[type=text] {
    margin-left: 12px !important;
}

#login-form input[type=text], #login-form input[type=password] {
    border: 1px solid #e7e3e3;
    border-radius: 3px;
    padding: 6px;
    font-size: 12px;
    transition: border 0.4s;
    display: block;
    width: 84px;
    float: left;
    margin: 0 0 6px 5px;
    color: #999;
}

#login-form input[type=text]:focus, #login-form input[type=password]:focus {
    border: 1px solid #6D769A;
}

#login-form input[type=submit] {
    display: block;
    background: #717895;
    border-radius: 3px;
    color: #fff;
    width: 100%;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.34);
    padding: 4px 0;
    margin-top: 5px;
    margin-bottom: 10px;
    transition: background 0.4s;
}

#login-form input[type=submit]:hover {
    background: #505A84;
}

#login-form a {
    font-size: 13px;
    display: inline-block;
    background: none !important;
    border-bottom: none !important;
    color: #5990B2;
    margin: 7px 0 0 0 !important;
    padding: 0 !important;
    text-align: center;
    text-shadow: none !important;
    line-height: 14px !important;
    float: none !important;
}

.remind {
    text-align: center;
    height: 19px;
}

.avauser-min {
    width: 65px;
    height: 65px;
    display: block;
    box-shadow: 0 0 5px rgba(113,120,149,1);
    border-radius: 5px;
    -o-border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

#profile-item {
    margin-left: 8px;
    width: 140px;
}

#profile-item li a {
    display: block;
    font-size: 13px;
    line-height: 25px;
    border-bottom: 1px dotted #cbc9c9;
    padding: 3px 0;
    color: #686868;
}

#profile-item li a:hover {
    color: #505A84;
    text-shadow: 2px 1px 2px rgba(97,110,160,0.5);
}

#left-sidebar {
    width: 243px;
    float: left;
}

#right-sidebar {
    width: 244px;
    float: right;
}

#content {
    width: 730px;
    float: left;
    margin-left: 12px;
}

.side-block {
    background: #fffdfd;
    border-radius: 3px;
    position: relative;
    border-bottom: 4px solid #f7f5f5;
    position: relative;
    padding-bottom: 10px;
    box-shadow: 0 1px 0 #F1F1F1, 0 7px 10px rgba(190, 190, 190, 1);
    margin-bottom: 21px;
}

.block-title {
    font-size: 18px;
    font-weight: bold;
    color: #414140;
    border-bottom: 1px dotted #c9c8c8;
    padding: 15px 13px;
    background-color: #6C76A0;
}

.nav-title:after {
    content: "";
    width: 20px;
    height: 20px;
    background: url(../images/nav-title.png);
    position: absolute;
    top: 15px;
    right: 15px;
}

.main-menu li ul {
    display: none;
}

.main-menu .active {
    display: block !important;
	cursor: pointer;
}

.main-menu li {
    position: relative;
}

.main-menu li a {
    background: url(../images/circle.png) no-repeat 12px;
    padding-left: 37px;
    line-height: 34px; /*40px*/
    border-bottom: 1px solid #c9c8c8;
    display: block;
    position: relative;
    font-weight: bold;
    color: #858585;
}

.main-menu li a:hover {
    background: url(../images/circle-hover.png) no-repeat 12px;
    color: #505A84;
}

.left-drpd {
    background: #A6ABC1;
}

.left-drpd li:last-child a {
    border-bottom: 0;
}

.left-drpd li a {
    border-bottom: 1px solid #C9C8C8;
    color: #fffdfd;
    padding-left: 42px;
    background: url(../images/double-circle.png) no-repeat 16px;
}

.left-drpd li a:hover {
    background: url(../images/double-circle-h.png) no-repeat 16px;
}

.main-menu li a.active:after {
    content: "";
    width: 12px;
    height: 8px;
    position: absolute;
    background: url(../images/arrow.png);
    right: 17px;
    top: 7px; /*17px*/
    z-index: 1001;
}

.main-menu li .active-ad:after {
    background: #fffdfd url(../images/arrow-do.png) !important;
}

.com-link {
    display: block;
    position: relative;
    margin: 8px 10px 0;
    background: #488fd2;
    border-radius: 3px;
    line-height: 50px;
    border-bottom: 3px solid #387fc2;
    color: #fffdfd;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.3);
    padding-left: 55px;
    transition: background 0.3s;
}

.com-link:after {
    content: "";
    position: absolute;
    width: 20px;
    height: 19px;
    background: url(../images/people.png);
    left: 21px;
    top: 16px;
}

.com-link:hover {
    background: #53A0E9;
}

.chat-title:after {
    content: "";
    width: 20px;
    height: 16px;
    background: url(../images/chat-title.png);
    position: absolute;
    top: 17px;
    right: 15px;
}

.pop-title:after {
    content: "";
    width: 18px;
    height: 18px;
    background: url(../images/pop-title.png);
    position: absolute;
    top: 15px;
    right: 15px;
}

.top-news {
    margin-top: 10px;
}

.top-news li a {
    display: block;
    padding: 9px 9px 9px 30px;
    margin: 0 7px 5px;
    border-radius: 3px;
    background: #fafafa url(../images/topnews.png) no-repeat 9px;
    transition: background 0.4s;
    font-size: 14px;
    color: #747373;
}

.top-news li a:hover {
    background: #fafafa url(../images/topnews-hover.png) no-repeat 9px;
    color: #488fd2;
}

.poll-title:after {
    content: "";
    width: 20px;
    height: 18px;
    background: url(../images/poll-title.png);
    position: absolute;
    top: 14px;
    right: 15px;
}

.poll-btitle {
    background: #f5f5f5;
    margin: 0 10px 26px;
    border-radius: 3px;
    padding: 14px;
    position: relative;
    color: #7c7979;
    position: relative;
}

.poll-btitle:after {
    content: "";
    position: absolute;
    width: 10px;
    height: 12px;
    background: url(../images/min-arrow.png);
    bottom: -12px;
    left: 20px;
}

#dle-vote {
    margin: 10px 20px 0px 20px;
    word-wrap: break-word;
}

#dle-vote .vote input {
    float: left;
}

#dle-vote .vote label {
    margin-left: 20px;
}

#dle-vote label {
    display: block;
    margin-bottom: 7px;
    cursor: pointer;
}

#dle-vote label input[type=radio] {
    display: none;
}

#dle-vote label input[type=radio] + .radio-span {
    display: inline-block;
    width: 15px;
    height: 15px;
    background: url(../images/vote.png);
}

#dle-vote label input[type=radio]:checked + .radio-span {
    background: url(../images/vote-check.png);
}

.poll-text {
    display: inline-block;
    position: relative;
    bottom: 2px;
    color: #7c7979;
}

.vote-btn {
    display: block;
    margin: 0 auto;
    height: 37px;
    border-radius: 3px;
    background: #488fd2;
    border-bottom: 3px solid #2d70b0;
    padding: 0 32px;
    margin-top: 18px;
    color: #fffdfd;
    transition: background 0.4s;
    cursor: pointer;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.3);
}

.vote-btn:hover {
    background: #4a97e0;
}

.all-vote {
    text-align: center;
    margin: 10px 0;
}

.vote {
    margin-bottom: 6px;
    font-size: 13px;
}

.com-title:after {
    content: "";
    position: absolute;
    width: 16px;
    height: 14px;
    background: url(../images/com-title.png);
    top: 20px;
    right: 20px;
}

#forum-topic {
    border-radius: 3px;
    box-shadow: 0 1px 0 #F1F1F1, 0 7px 10px rgba(190, 190, 190, 1);
    background: #fffdfd;
    margin-bottom: 13px;
    border-bottom: 4px solid #f7f5f5;
}

.topic-title {
    text-transform: uppercase;
    color: #777777;
    border-bottom: 1px dotted #cccccb;
    padding: 10px 0 10px 17px;
}

.topic-title .name {
    font-weight: bold;
    color: #aace4a;
}

.tp-t .name {
    width: 35%;
}

.tp-t .read {
    width: 17%;
}

.tp-t .otv {
    width: 17%;
}

.tp-t .aut {
    width: 10%;
}

.tp-t .last {
    width: 21%;
}

.topic-title .min, .tp-t .min {
    text-align: center;
}

.topic-title .name, .topic-title .min, .tp-t .name, .tp-t .min {
    float: left;
}

.forum-theme {
    padding: 7px 0 7px 17px;
    border-bottom: 1px solid #cccccb;
}

.forum-theme:nth-child(even) {
    background: #f7f5f5;
}

.forum-theme:last-child {
    border-bottom: 0;
}

.forum-theme a:hover {
    text-decoration: underline;
}

#content-block {
    border-radius: 3px;
    box-shadow: 0 1px 0 #F1F1F1, 0 7px 10px rgba(190, 190, 190, 1);
    background: #fffdfd;
    border-bottom: 4px solid #f7f5f5;
}

#speed-bar {
    border-bottom: 1px solid #c5c3c3;
    padding: 14px 15px 15px 35px;
    background: url(../images/speedbar.png) no-repeat 15px;
}

#speed-bar a, #speed-bar span {
    color: #64acef;
}

#speed-bar a:hover {
    text-decoration: underline;
}

.short-story:nth-child(1) {
    border-top: 0;
}

.short-story {
    border-top: 1px solid #c9c7c7;
}

.short-title {
    border-bottom: 1px solid #c9c7c7;
    padding: 0 15px;
    line-height: 51px;
}

.short-title h2, .short-title h1 {
    float: left;
    font-size: 15px;
    text-transform: uppercase;
}

.short-title h2 a, .short-title h1 {
    display: block;
    color: #5d5d5c;
    text-transform: uppercase;
    font-size: 15px;
    transition: color 0.4s;
}

.short-title h2 a:hover {
    color: #64acef;
}

.news-text {
    color: #5d5d5c;
    line-height: 17px;
    padding: 15px;
}

.blrat {
    height: 30px;
    float: right;
    margin-top: 10px;
    background-color: #DCDFED;
    border-radius: 5px;
    -o-oborder-radius: 5px;
    -moz-border-radius: 5px;
    -weblit-border-radius: 5px;
}

.news-info {
    border-top: 1px solid #c9c7c7;
    height: 57px;
    padding: 0 15px;
}

.news-info li {
    float: left;
    line-height: 20px;
    padding-left: 22px;
    color: #6d6a6a;
    margin: 18px 15px 0 0;
}

.news-info .cat {
    background: url(../images/cat.png) no-repeat 0;
}

.news-info .date {
    background: url(../images/date.png) no-repeat 0;
    padding-left: 26px;
}

.news-info .reads {
    background: url(../images/reads.png) no-repeat 0;
    padding-left: 25px;
}

.news-info .edit {
    background: url(../images/author.png) no-repeat 0;
    padding-left: 26px;
}

.news-info .comm {
    background: url(../images/comm.png) no-repeat 0;
}

.avkomed {
    background: url(../images/author.png) no-repeat 0;
    padding-left: 26px;
}

.news-full {
    display: block;
    float: right;
    line-height: 35px;
    border-radius: 3px;
    background: #505A84;
    padding: 0 14px;
    border-bottom: 3px solid #3A435C;
    font-size: 15px;
    color: #fffdfd;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
    margin-top: 10px;
    transition: background 0.4s;
}

.news-full:hover {
    background: #6C76A0;
    color: #fffdfd;
}

footer {
    width: 720px;
    padding-top: 18px;
    border-top: 1px dotted #b7b3b3;
    margin: 25px auto 20px auto;
    position: relative;
}

.foot-left {
    font-size: 13px;
    color: #b2aeae;
    line-height: 16px;
    text-shadow: 0 1px 0 #fff;
	list-style: none;
}

.foot-left a {text-decoration: none;}

footer:before {
    content: "";
    position: absolute;
    width: 50px;
    height: 50px !important;
    background: url(../images/a50.png);
    right: 0;
    top: 10px;
}

.site-navigation {
    text-align: center;
    margin-bottom: 10px;
    border-top: 1px dotted #b7b3b3;
    padding-top: 10px;
}

.site-navigation span, .site-navigation a {
    display: inline-block;
    background: #F1F1F1;
    border-radius: 3px;
    line-height: 30px;
    padding: 0 8px;
    font-size: 13px;
    text-shadow: 0 1px 0 #fff;
}

.site-navigation a:hover, .navigation span {
    background: #bac84e;
    color: #fff;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
}

.navigation, .nextprev {
    display: inline-block;
}

.nextprev a:hover span {
    background: none;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
}

.site-comment {
    margin: 0 8px 8px 8px;
    background: #E4EAEA;
    border-radius: 6px;
    padding: 6px;
    
}

.ava-comm {
    float: left;
    float: left;
    display: block;
    border-radius: 6px;
    width: 65px;
    height: 65px;
    margin-right: 10px;
}

.left-comment {
    float: left;
    width: 610px;
}

.comment-top {
    height: 31px;
    border-bottom: 1px dotted #c8c6c6;
}

.comment-top ul {
    float: left;
    margin-top: 6px;
}

.comment-top ul li {
    float: left;
    font-weight: bold;
    color: #575757;
    margin-right: 10px;
}

.comment-top ul li a:hover {
    text-decoration: underline;
}

.comment-top ul li span {
    font-weight: normal;
}

.comment-top .comm-id {
    float: right;
    padding: 0 6px;
    line-height: 20px;
    background: #e5e1e1;
    border-radius: 6px;
    color: #696767;
    font-size: 12px;
    text-shadow: 0 1px 0 #fff;
    margin-top: 3px;
}


.comm-text {
    padding: 10px 0;
    margin-bottom: 10px;
}

.comm-text a {
	color: rgb(20, 121, 248);
	font-weight: bold;
	font-style: italic;
}

.comm-opt {
    float: right;
    margin-bottom: 5px;
    font-weight: bold;
}

.comm-opt a:nth-child(1) {
    float: left;
    margin-right: 17px;
    font-size: 13px;
    color: #A5B33D;
}

.comm-opt a:nth-child(1):hover {
    color: #488FD2;
}

.comm-opt a:nth-child(2) {
    float: left;
    margin-right: 17px;
    font-size: 13px;
    color: #D36969;
}

.comm-opt a:nth-child(2):hover {
    color: #488FD2;
}

.comm-opt a:nth-child(3) {
    float: left;
    margin-right: 17px;
    font-size: 13px;
    color: #505A84;
}

.comm-opt a:nth-child(3):hover {
    color: #488FD2;
}

.comm-opt a:nth-child(4) {
    font-size: 13px;
    color: #D38147;
}

.comm-opt a:nth-child(4):hover {
    color: #488FD2;
}

.add-comment {
    margin: 0 20px;
}

.add-comment textarea {
    display: block;
    resize: none;
    height: 40px;
    background: #fffdfd;
    border-radius: 6px;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.2);
    width: 660px;
    padding: 12px;
    color: #9e9d9d;
}

.add-comment button {
    cursor: pointer;
    height: 36px;
    border-radius: 3px;
    background: #bac84e;
    border-bottom: 3px solid #a5b33d;
    color: #fffdfd;
    padding: 0 22px;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
    float: right;
    /* margin-top: 10px; */
    transition: background 0.4s, border 0.4s;
}

.add-comment button:hover {
    background: #2E2E2E;
    border-bottom: 3px solid #1B1B1B;
}

.berrors {
    margin: 10px;
    background: #f5f5f5;
    border-radius: 6px;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.12);
    padding: 15px;
    color: #919191;
    line-height: 17px;
}

.static_content {
    padding: 15px;
    line-height: 17px;
    color: #777;
}

.pheading h2, .heading {
    margin: 10px;
    background: #f5f5f5;
    display: block;
    border-radius: 6px;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.12);
    padding: 15px;
    color: #919191;
    line-height: 6px;
}

.basecont, .baseform {
    margin: 15px;
}

.stats-table {
    margin-bottom: 10px;
    line-height: 17px;
}

.menu-stat {
    border-top: 1px dotted #b7b3b3;
}

.heading {
    margin-left: 0;
    margin-right: 0;
}

.menu-stat li {
    border-bottom: 1px dotted #b7b3b3;
    padding: 10px 0;
    line-height: 17px;
}

.addnews-content {
    margin: 0 15px;
}

.fbutton, .ui-button {
    display: block;
    margin: 10px auto;
    cursor: pointer;
    line-height: 35px;
    border-radius: 3px;
    background: #505A84;
    padding: 0 14px;
    border-bottom: 3px solid #3A435C;
    font-size: 15px;
    color: #fffdfd;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
    transition: background 0.4s;
}

.fbutton:hover, .ui-button:hover {
    background: #6C76A0;
    color: #fffdfd;
}

.f_input, .feed_textarea, .f_textarea, #searchinput {
    border: 1px solid #E4E4E4;
    width: 300px;
    border-radius: 3px;
    padding: 7px;
    color: #999;
    transition: border 0.4s;
}

.f_input:focus, .feed_textarea:focus, .f_textarea:focus, #searchinput:focus {
    border: 1px solid #a5b33d;
}

.addnews-content .label, .feed-form .label {
    width: 22%;
}
.addnews-content .label1 {
    width: 32%;
}
.addnews-content .l_input {
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2) inset;
    height: 20px;
    padding: 2px;
    width: 250px;
}
.addnews-table td {
    border-bottom: 1px dotted #c9c8c8;
    padding: 10px 0;
}

.feed-form td {
    border-bottom: 1px dotted #c9c8c8;
    padding: 10px 0;
}

.pm_status_head {
    border-bottom: 1px dotted #c9c8c8;
    padding: 5px;
    margin-bottom: 10px;
}

.pm_status_content {
    display: block;
    background: #f5f5f5;
    padding: 10px;
    border-radius: 6px;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.12);
    float: left;
    margin: 4px 20px 0 0;
}

.popupava {
    float: left;
    border-radius: 6px;
    overflow: hidden;
    width: 100px;
    height: 100px;
}

.left-popprofile {
    float: left;
    margin-left: 15px;
}

.left-popprofile li {
    border-bottom: 1px dotted #c9c8c8;
    padding: 5px 0;
}

.left-popprofile li a {
    font-weight: normal !important;
}

.left-popprofile li a:hover {
    text-decoration: underline;
}

.left-popprofile li .grey {
    font-weight: bold;
}

.infoblock {
    margin: 15px;
}

.ui-button {
    float: right;
    margin-left: 10px;
}

.profile-left-main {
    background: #f5f5f5;
    border-radius: 6px;
    float: left;
    padding: 10px;
    width: 120px;
    box-shadow: 0 1px 0 #fff;
}

.ava-profile {
    width: 100px;
    height: 100px;
    margin-left: 10px;
    border-radius: 6px;
    -o-border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
}

.profile-left-main ul li a {
    font-size: 13px;
    line-height: 15px;
}

.profile-left-main ul li a:hover {
    text-decoration: underline;
}

.profile-left-main ul {
    border-top: 1px dotted #c9c8c8;
    margin-top: 10px;
    padding-top: 10px;
}

.edituser a, .edituser {
    font-size: 12px;
    font-weight: normal;
}

.edituser {
    display: block;
}

.user-info {
    margin-left: 15px;
    border-top: 1px dotted #dad7d7;
}

.user-info li {
    border-bottom: 1px dotted #dad7d7;
    padding: 10px 0;
}

.orating_res {
    font-weight: bold;
    color: #6C76A0;
}

.attachment {}
.attachment a {
    display: inline-block;
    line-height: 35px;
    background: #488fd2 url(../images/download.png) no-repeat 10px;
    border-radius: 3px;
    color: #fffdfd;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
    padding: 0 18px 0 38px;
	margin:3px;
    border-bottom: 3px solid #3273b1;
    transition: background 0.3s;
}

.attachment a:hover {
    background: #53A0E9 url(../images/download.png) no-repeat 10px;
}
.demolive{
text-align: left;
display: inline-block;
}
.demolive img{border:0px;}
.xf{
text-align: right;
display: inline-block;
float: right;
}
.xf img{border:0px;}
.xfl {padding-top: 10px;max-height: 30px;}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */

.clearfix {
    *zoom: 1;
}
.article-footer {
 
  padding: 10px 0 0 0;
}


.article-related-content {
  padding: 5px;
}
.article-related-content .image-thumb {
  margin-bottom: 5px;
}

.article-related-content .module-item {
  width: 200px;
}



.article-related-content .files-listing .item {
 
  font: bold 13px Arial,sans-serif;
  border-bottom: 1px solid #d2d2d2;
  box-shadow: 0 1px 1px #fff;
}



.label {
  padding: 1px 4px 2px;
  font-size: 11px;
  font-weight: bold;
  line-height: 13px;
  color: #3A435C;
}

.label p {
    margin-top: -30px;
}

.label-important {
  background-color: #b94a48;
}
.label-important:hover {
  background-color: #953b39;
}
.label-warning {
  background-color: #f89406;
}
.label-warning:hover {
  background-color: #c67605;
}
.label-success {
  background-color: #7daf27;
}
.label-success:hover {
  background-color: #719e23;
}
.label-info {
  background-color: #3a87ad;
}
.label-info:hover {
  background-color: #2d6987;
}
.label-inverse {
  background-color: #333333;
}
.label-inverse:hover {
  background-color: #1a1a1a;
}
.badge {
  padding: 1px 9px 2px;
  font-size: 12.025px;
  font-weight: bold;
  white-space: nowrap;
  color: #ffffff;
  background-color: #999999;
  -webkit-border-radius: 9px;
  -moz-border-radius: 9px;
  border-radius: 9px;
}
.badge:hover {
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
}
.badge-error {
  background-color: #b94a48;
}
.badge-error:hover {
  background-color: #953b39;
}
.badge-warning {
  background-color: #f89406;
}
.badge-warning:hover {
  background-color: #c67605;
}
.badge-success {
  background-color: #468847;
}
.badge-success:hover {
  background-color: #719e23;
}
.badge-info {
  background-color: #3a87ad;
}
.badge-info:hover {
  background-color: #2d6987;
}
.badge-inverse {
  background-color: #333333;
}
.badge-inverse:hover {
  background-color: #1a1a1a;
}
.i_edit,.i_del,.i_vk,.i_twit,.i_fix,.i_tag,.i_coms,.blogstep,.subscribe-coms .thide,.i_award,.irss,.ivote,.imsg,.iadd,.minus,.plus,.i_info .thide,.platf-arrow{display:inline-block;width:16px;padding-top:16px;background-image:url("../images/zobrimgs.png")} .i_fix{padding-top:40px;width:40px;background-position:0 -687px}
.post{margin:0 30px;padding:22px 0;border-bottom:1px solid #e6e6e6}
.post-cont{padding-left:230px}
.post-cont:after{clear:both;content:"";display:block}
.post-text{float:right;width:100%;max-height:140px;overflow:hidden}

.post-img{position:relative;float:left;margin-left:-230px;width:210px;height:140px;background-position:50% 50%;background-repeat:no-repeat;-webkit-background-size:cover;-moz-background-size:cover;-o-background-size:cover;background-size:cover;-webkit-background-size:cover; }

.fixpost{float:left;position:relative}.post-h{font-size:1em;font-weight:400}.post-h .post-h-g{display:block;margin-bottom:13px}.post-h .post-h-g a{color:#888 }.post-h .post-h-p{display:block;margin-bottom:5px;margin-top:-3px;font-weight:400;font-size:20px;line-height:24px;font-family:"Roboto Condensed", Arial, Helvetica, Tahoma, sans-serif}.post-game .post-h .post-h-p{margin-bottom:17px}.post-foot:after{clear:both;content:"";display:block}.post-foot{margin-top:22px;color:#888}.post-foot li{display:inline-block;vertical-align:middle}.post-date{float:right;margin-left:20px}.post-rate{float:left;width:140px}.post-coms{float:left;width:70px;text-align:right}.post-coms a{color:#888}.post-coms .i_coms{vertical-align:middle;margin:-1px 5px 0 0}

.block_news_main{
	width: 230px;
	height: 176px;
	float: left;
	margin: 5px;
	overflow: hidden;
	margin-bottom: 4px;
}

.block_news_main:nth-child(3n+1){
	margin-right: 0;
}

.block_news_main > a.block_info{
	position: relative;
	display: block;
	background: #3c8ccc;
	width: 230px;
	height: 125px;
	color: #FFFFFF;
	margin-bottom: 8px;
	overflow: hidden;
}

.block_news_main > a.block_info > img{
	min-width: 230px;
	min-height: 125px;
}

.block_news_main > a.block_info > span{
	position: absolute;
	display: block;
	width: 230px;
	height: 113px;
	top: 0;
	padding-top: 8px;
	left: 0;
	border-bottom: 4px solid #3c8ccc;
	opacity: 0.8;
}

.block_news_main > a.block_info > span:hover{
	opacity: 1;
}

.block_news_main > a.block_info > span > span.category{
	display: block;
	background: #3c8ccc;
	line-height: 15px;
	padding: 0px 5px;
	height: 15px;
	color: #FFFFFF;
	font-size: 10px;
	margin: 2px 8px 0px 8px;
	float: left;
}

.block_news_main > a.block_info > span > span.comments{
	display: block;
	background: #3c8ccc;
	line-height: 15px;
	padding: 0px 5px;
	height: 15px;
	color: #FFFFFF;
	font-size: 10px;
	margin: 2px 8px 0px 8px;
	float: right;
}

.block_news_main > a.block_info > span > span.view{
	display: block;
	background: #3c8ccc;
	line-height: 15px;
	padding: 0px 5px;
	height: 15px;
	color: #FFFFFF;
	font-size: 10px;
	margin: 2px 8px 0px 8px;
	float: right;
}

.block_news_main > a {
	display: block;
	color: #2e3846;
	font-size: 15px;
}

.block_news_main > a:hover {
	text-decoration: underline;
}

.block-contentt {padding: 5px;}

/*---Îôôëàéí ñòðàíèöà START---*/
.center_block_offline {
    width: 600px;
	margin: 0 auto;
	margin-top: 26%;
	text-align: center;
}

.center_block_offline p {
	margin: 0 0 15px 0;
}

.one_block_offline {
	padding: 3px;
	background: #FDFDFD;
	border: 1px solid #E5E5E5;
    border-radius: 3px;
    -o-border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

.two_block_offline {
    padding: 10px;
	background: #FDFDFD;
	border: 1px solid #E5E5E5;
    border-radius: 3px;
    -o-border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
/*---Îôôëàéí ñòðàíèöà END---*/
