@import url(http://fonts.googleapis.com/css?family=PT+Sans:400,700&subset=latin,cyrillic);

/*
==============================
~    Design: Bravl;
~    Code: ExTEzZy;
~    Code type: HTML5+CSS3;
==============================
~    All rights are reserved.
*/

/*
---------------------------------------------------
================ reset style start ====================================== 
---------------------------------------------------
*/

* {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

html, body, input, button {
    font: 14px "PT Sans", Arial, Tahoma, sans-serif;
}

html, body, a {
    color: #232424;
}

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;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

ins {
    background-color: #ff9;
    color: #000;
    text-decoration: none;
}

mark {
    background-color: #ff9;
    color: #000;
    font-style: italic;
    font-weight: bold;
}

/*---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;
}
.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: #3b3b3b;
    margin-bottom: 30px;
}

#top-nav li {
    float: left;
    position: relative;
	z-index: 999;
}

#top-nav {
    float: left;
    border-left: 1px solid #2f2f2f;
}

#top-nav li a {
    display: block;
    color: #f5f5f5;
    border-right: 1px solid #2f2f2f;
    line-height: 67px;
    padding: 0 24px;
    transition: box-shadow 0.4s, color 0.4s;
    position: relative;
}

#top-nav li a:hover {
    box-shadow: inset 0 -4px 0 #bac84e;
    color: #abbc47;
}

#searchform {
    float: right;
    margin-top: 13px;
}

#searchform input[type=text] {
    display: block;
    background: url(../images/search-icon.png) no-repeat 11px;
    padding-left: 32px;
    border: 1px solid #575656;
    height: 39px;
    border-radius: 3px;
    width: 147px;
    padding: 0 11px 0 43px;
    color: #999;
    font-size: 12px;
    transition: border 0.4s;
}

#searchform input[type=text]:focus {
    border: 1px solid #bac84e;
}

#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: 1px; /*38*/
}

#logo {
    width: 324px; /*185*/
    height: 89px; /*63*/
    float: left;
    background: url(../images/logotype.png);
    transition: opacity 0.4s;
}

#logo:hover {
    opacity: 0.5;
}

#login-panel {
    float: right;
    
    position: relative;
    
    margin-top: 15px;
}

#not-logged {
    border-radius: 3px;
    overflow: hidden;
    background: #bac84e;
    line-height: 38px;
}

.login-user a:nth-child(1) {
    background: url(../images/user.png) no-repeat 9px !important;
}

.login-user a:nth-child(2) {
    background: #414140 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) {
    border-bottom: 3px solid #a5b33d;
    background: url(../images/logged.png) no-repeat 9px;
}

#not-logged a:nth-child(2) {
    background: #414140 url(../images/reg.png) no-repeat 9px;
    border-bottom: 3px solid #2f2f2e;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.75);
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
}

#not-logged a:nth-child(1):hover, .login-user a:nth-child(1):hover {
    background-color: #BBCC36;
}

#not-logged a:nth-child(2):hover, .login-user a:nth-child(2):hover {
    background-color: #535353;
}

#login-modal {
    display: none;
    background: #fff;
    position: absolute;
    left: -127px;
    padding: 10px;
    top: 51px;
    width: 200px;
    border-top: 4px solid #bac84e;
    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: #bac84e;
    border-width: 10px;
    margin-left: -10px;
}

#login-form input[type=text] {
    margin-left: 0 !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 3px;
    color: #999;
}

#login-form input[type=text]:focus, #login-form input[type=password]:focus {
    border: 1px solid #bac84e;
}

#login-form input[type=submit] {
    display: block;
    background: #bac84e;
    border-bottom: 3px solid #a5b33d;
    border-radius: 3px;
    color: #fff;
    width: 100%;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.34);
    padding: 4px 0;
    transition: background 0.4s;
}

#login-form input[type=submit]:hover {
    background: #BFCF40;
}

#login-form a {
    font-size: 13px;
    display: inline-block;
    background: none !important;
    border-bottom: none !important;
    color: #383838;
    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;
}

#profile-item {
    margin-left: 8px;
    width: 120px;
}

#profile-item li a {
    display: block;
    font-size: 13px;
    border-bottom: 1px dotted #cbc9c9;
    padding: 3px 0;
    transition: color 0.3s;
}

#profile-item li a:hover {
    color: #abbc47;
}

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

.block-title:first-letter {
    color: #a5b33d;
}

.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: 25px; /*40px*/
    border-bottom: 1px dotted #a5b33d;
    display: block;
    transition: color 0.4s, background 0.4s;
    position: relative;
}

.main-menu li a:hover {
    background: url(../images/circle-hover.png) no-repeat 12px;
    color: #a2b038;
}

.left-drpd {
    background: #414140;
    border-top: 2px solid #313130;
    border-bottom: 2px solid #313130;
}

.left-drpd li:last-child a {
    border-bottom: 0;
}

.left-drpd li a {
    border-bottom: 1px dotted #5c5c5b;
    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: #2C2B2A;
}

.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: #2C2B2A;
    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: 0 23px;
}

#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;
    margin-right: 11px;
    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: #1E1A1A;
}

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

.lastcomm {
    margin: 0;
    padding: 0;
    list-style: none;
    font: normal 14px/20px Arial, sans-serif;
}
.lastcomm a {
    color: #5d9fde;
    font-size: 12px;
    line-height: 15px;
    display: block;
}
.lastcomm a span {
    color: #676767;
}
.lastcomm li {
    position: relative;
    cursor: pointer;
    border-radius: 4px;
    background: #fafafa;
    padding: 4px;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.09);
    margin-bottom: 5px;
}
.lastcomm li .lcomm-user {
    color: #747373;
}
.lastcomm li .lcomm-date {
    color: #666;
}
.lastcomm li .lcomm-hidden {
    position: absolute;
    left: 100%;
    width: 450px;
    display: none;
    padding: 10px 14px;
    font-weight: normal;
    text-shadow: none;
    background: #fff;
    border-left: 4px solid #bac84e;
    z-index: 150;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}
.lastcomm li:hover:after {
    right: 0;
    top: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(186, 200, 78, 0);
    border-right-color: #bac84e;
    border-width: 5px;
    margin-top: -3px;
}
.lastcomm li .lcomm-hidden img {
    max-width: 450px;
}
.lastcomm li .lcomm-hidden .lcomm-user-foto {
    background: #fff;
    display: block;
    margin: 4px 10px 10px 0;
    overflow: hidden;
    float: left;
    width: 100px;
    height: 100px;
    border-radius: 3px;
}
.lastcomm li .lcomm-hidden .lcomm-text {
    overflow: hidden;
    font-size: 13px;
}
.lastcomm li:hover {
    background: #f7f5f5;
    /* Old browsers */
    background: -moz-linear-gradient(top,  #f7f5f5 0%, #e9e6e6 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f7f5f5), color-stop(100%,#e9e6e6));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #f7f5f5 0%,#e9e6e6 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #f7f5f5 0%,#e9e6e6 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #f7f5f5 0%,#e9e6e6 100%);
    /* IE10+ */
    background: linear-gradient(to bottom,  #f7f5f5 0%,#e9e6e6 100%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7f5f5', endColorstr='#e9e6e6',GradientType=0 );
    /* IE6-9 */
}
.lastcomm li:hover .lcomm-hidden {
    display: block;
} */

.right-side .lastcomm .lcomm-hidden {
    left: auto;
    right: 100%;
}

.com-title:after {
    content: "";
    position: absolute;
    width: 16px;
    height: 14px;
    background: url(../images/com-title.png);
    top: 20px;
    right: 20px;
}

.lastcomm-block {
    margin: 6px 6px 0;
}

.comm-foto {
    float: left;
    width: 51px;
    height: 51px;
    border-radius: 3px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}

.comm-r {
    float: left;
    width: 160px;
    margin-left: 8px;
}

.comm-top-title {
    border-bottom: 1px dotted #c5c1c1;
    padding: 7px 0;
    color: #6e6d6d;
    font-size: 12px;
    margin-bottom: 5px;
}

.comm-top-title a {
    color: #6e6d6d;
    font-size: 12px;
}

.comm-top-title .dates {
    margin-left: 6px;
}

#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 dotted #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 dotted #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 dotted #c9c7c7;
}

.short-title {
    border-bottom: 1px dotted #c9c7c7;
    padding: 0 15px;
    line-height: 51px;
}

.short-title h2, .short-title h1 {
    float: left;
}

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

.orating{
    position: relative;
    float: right;
    height: 29px;
    border-radius: 6px;
    text-align: center;
    background: #ffffff;
    background: -moz-linear-gradient(top, #ffffff 0%, #f8f8f8 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#f8f8f8));
    background: -webkit-linear-gradient(top, #ffffff 0%,#f8f8f8 100%);
    background: -o-linear-gradient(top, #ffffff 0%,#f8f8f8 100%);
    background: -ms-linear-gradient(top, #ffffff 0%,#f8f8f8 100%);
    background: linear-gradient(to bottom, #ffffff 0%,#f8f8f8 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f8f8f8',GradientType=0 );
    padding: 0 7px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.16);
    margin-top: 11px;
}

a.orating_m, a.orating_p{
    height: 18px;
    width: 16px;
    background: url('../dleimages/oicons.png') no-repeat;
    height: 18px;
    display: block;
    float: left;
    transition: opacity 0.4s;
    margin-top: 5px;
}

.orating_m:hover, .orating_p:hover {
    opacity: 0.4;
}

.orating_p {
    background: url('../dleimages/oicons.png') no-repeat right !important;
    float: right !important;
}

.ominus .orating_res {
    color: #f3352c;
}

.oplus .orating_res {
    color: #83b837;
}

.orating_res {
    float: left;
    line-height: 28px;
    margin: 0 9px;
}

.ocomm{
    float:left;
    width:60px;
    height:12px;
    padding:4px 10px;
    background:#d9d9d9;
    box-shadow:inset 0 1px #f0f0f0;
    -moz-border-radius:20px;
    -webkit-border-radius:20px;
    border-radius:20px;
    border:1px solid #ccc;
    color:#fff;
    position:relative;
    text-align:center;
}
a.ocomm_res{
    font:bold 10px/12px Tahoma;
    color:#fff;
    text-shadow:0 2px 3px rgba(0,0,0,0.35);
}
a.ocomm_res:hover{
    color:#f0f0f0;
}
.comm_hide{
    padding:10px 20px;
    font:normal 12px Arial;
    color:#666;
}
.comm_hide a{
    display:inline-block;
    margin-left:10px;
    padding:0 2px;
    color:#07d;
    text-decoration:underline;
    font-style:italic;
}
.comm_hide a:hover{
    color:#000;
    border:0;
}

.oload{
    cursor:progress !important;
}

.ostats{
    display:none;
    background:#e5e5e5;
    background:rgba(0,0,0,0.15);
    width:270px;
    padding:10px;
    border-radius:5px;
    position:absolute;
    z-index:999;
}
.ostats h4{
    text-align:left;
    padding:0 0 0 17px;
    margin:0;
    border-bottom:1px solid #eee;
    background:#fafafa url('../dleimages/orating_h4.png') repeat-x;
    border-radius:3px 3px 0 0;
    height:35px;
    font:normal 13px/35px Tahoma,Arial;
    color:#999;
    cursor:move;
}
.ostats_area{
    background:#fff;
    border-radius:3px;
    padding-bottom:1px;
}
.oclose{
    width:22px;
    height:22px;
    background:url('../dleimages/oclose.png') no-repeat;
    float:right;
    margin:-3px -3px;
    border:0;
    text-decoration:none;
}
.oclose:hover{
    background-position:0 -22px;
}
.oclose:active{
    background-position:0 -44px;
}
.ostats ul{
    list-style:none;
    margin:0;
    padding:0;
    float:none;
    height:auto;
}
.ostats ul li{
    display:block;
    background:url('../dleimages/oarrow.png') no-repeat 10px 0;
    border-bottom:1px dotted #eee;
    padding:0 10px 0 32px;
    float:none;
    height:22px;
    font:normal 11px/22px 'Trebuchet MS',Tahoma;
    position:relative;
    overflow:hidden;
}
.ostats ul li.onoentry{
    background:none;
    text-align:center;
    color:#999;
    padding:0 5px;
}
.ostats ul li:hover{
    background-color:#fff;
}
.ostats ul li a:hover{
    text-decoration:underline;
}
.ostats ul li.ostat-none{
    background-image:none;
}
.ostats ul li.ostat-none a{
    color:#888;
}
.ostats ul li.ostat-none:hover a{
    color:#555;
}
.ostats ul li.ostat-plus{
}
.ostats ul li.ostat-plus a{
    color:#82ac34;
}
.ostats ul li.ostat-plus:hover{
    background-position:10px -22px;
}
.ostats ul li.ostat-plus:hover a{
    color:#546338;
}
.ostats ul li.ostat-minus{
    background-position:10px -44px;
}
.ostats ul li.ostat-minus a{
    color:#ab3935;
}
.ostats ul li.ostat-minus:hover{
    background-position:10px -66px;
}
.ostats ul li.ostat-minus:hover a{
    color:#522726;
}
.ostats ul li span{
    float:right;
    font-family:Arial;
    color:#ccc;
}
.ostats ul li:hover span{
    color:#777;
}
#ostats-userinfo{
    position:absolute;
    height:22px;
    background:rgba(88,88,88,0.88);
    left:0;
    top:0;
    display:none;
    width:100%;
    text-align:center;
}
#ostats-userinfo a{
    display:inline-block;
    padding:0 15px;
    color:#232424;
    font:bold 10px/21px Tahoma;
    height:21px;
    text-decoration:uppercase;
}
#ostats-userinfo a:hover{
    text-decoration:underline;
    color:#fff;
    background:#000;
}
#ostats-userinfo a.close{
    float:right;
}
#okarma{
    float:left;
    height:20px;
    color:#fff;
    text-align:center;
    padding:0 10px;
}

.ostats-uservotes{
    width:880px;
}
.ostats-uservotes-area{
    margin-right:610px;
}
#ostats-user-ratings{
    float:right;
    width:600px;
    background:#fafafa;
    border-radius:4px;
    padding-bottom:5px;
}
#ostats-user-ratings ul{
    overflow:auto;
}
.onavi{
    padding:10px 0 0;
    position:relative;
    width:100%;
}
.onavi .opages{
    margin:0 15px;
    text-align:center;
}
.onavi .opages *{
    padding:0 5px;
    font:normal 11px/22px Arial;
    height:22px;
    margin:0 3px 5px;
    display:inline-block;
    border-radius:4px;
    border-left:1px solid #eee;
    border-right:1px solid #eee;
}
.onavi .opages a{
    color:#82ac34;
    text-decoration:none;
}
.onavi .opages a:hover{
    color:#546338;
    background-color:#6db95a;
    color:#fff !important;
}
.onavi .opages span{
    color:#fff;
    background-color:#ddd;
    cursor:default;
}
.usernavistart, .usernaviend{
    background:url('../dleimages/ostats.png') no-repeat;
    padding:0;
    margin:0;
    position:absolute;
    top:50%;
    margin-top:-11px;
    display:block;
    height:22px;
    width:22px;
    border:0;
}
.usernavistart{
    left:-10px;
}a.usernavistart:hover{
    background-position:0 -22px;
}a.usernavistart:active{
    background-position:0 -44px;
}span.usernavistart{
    background-position:0 -66px;
}
.usernaviend{
    right:-10px;
    background-position:-22px 0;
}a.usernaviend:hover{
    background-position:-22px -22px;
}a.usernaviend:active{
    background-position:-22px -44px;
}span.usernaviend{
    background-position:-22px -66px;
}
#orating-bar{
    padding:1px 0 1px 1px;
    background:#ccc;
    border-radius:4px;
    position:relative;
    margin:5px 2px;
    height:17px;
}
#orating-bar div{
    float:left;
    height:15px;
    overflow:hidden;
}
#orating-bar div p{
    font:bold 10px/15px Tahoma;
    color:#fff;
    text-shadow:0 1px 2px rgba(0,0,0,0.4);
    text-align:center;
}
#orating-bar-oplus{
    border-top:1px solid #aec97b;
    border-bottom:1px solid #6e912c;
    background-color:#82ac34;
    border-radius:4px 0 0 4px;
}
#orating-bar-ominus{
    border-top:1px solid #dd8484;
    border-bottom:1px solid #a13535;
    background-color:#cb4242;
    border-radius:0 4px 4px 0;
}
#orating-bar-separator{
    border-top:1px solid #f7f7f7;
    border-left:1px solid #f7f7f7;
    border-bottom:1px solid #dedede;
    background-color:#eaeaea;
    width:3px;
    margin-left:-2px;
    position:absolute;
}



.news-info {
    border-top: 1px dotted #c9c7c7;
    height: 57px;
    padding: 0 15px;
}

.news-info li {
    float: left;
    line-height: 20px;
    padding-left: 22px;
    color: #323131;
    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 {
    padding-left: 5px;
}

.news-info .comm {
    background: url(../images/comm.png) no-repeat 0;
}

.news-full {
    display: block;
    float: right;
    line-height: 35px;
    border-radius: 3px;
    background: #bac84e;
    padding: 0 14px;
    border-bottom: 3px solid #a5b33d;
    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: #C6D649;
}

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: #f9f8f8;
    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;
}

.comm-opt a:nth-child(1) {
    float: left;
    margin-right: 17px;
    font-size: 13px;
    color: #696363;
}

.comm-opt a:nth-child(1):hover {
    text-decoration: underline;
}

.comm-opt a:nth-child(2) {
    float: left;
    margin-right: 17px;
    font-size: 13px;
    color: #696363;
}

.comm-opt a:nth-child(2):hover {
    text-decoration: underline;
}

.comm-opt a:nth-child(3) {
    background: #696363;
    width: 14px;
    line-height: 14px;
    display: block;
    text-align: center;
    font-size: 10px;
    color: #fff;
    float: right;
    position: relative;
    border-radius: 1px;
    transition: opacity 0.4s;
}

.comm-opt a:nth-child(3):after {
    content: " ";
    width: 7px;
    height: 14px;
    position: absolute;
    background: url(../images/c-arrow.png) no-repeat;
    left: -7px;
    top: 0;
}

.comm-opt a:nth-child(3):hover {
    opacity: 0.6;
}

.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, .bbcodes, .ui-button {
    height: 30px;
    border-radius: 3px;
    background: #bac84e;
    padding: 0 14px;
    border-bottom: 3px solid #a5b33d;
    font-size: 14px;
    color: #fffdfd;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
    margin-top: 10px;
    cursor: pointer;
    transition: background 0.4s, border 0.4s;
}

.fbutton:hover, .bbcodes:hover, .ui-button:hover {
    background: #2E2E2E;
    border-bottom: 3px solid #1B1B1B;
}

.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;
    height: 30px;
    margin-left: 10px;
}

.profile-left-main {
    background: #f5f5f5;
    border-radius: 6px;
    float: left;
    padding: 10px;
    width: 100px;
    box-shadow: 0 1px 0 #fff;
}

.ava-profile {
    border-radius: 6px;
    width: 100px;
    height: 100px;
}

.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;
}
.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;}
/*! Hint.css - v1.3.1 - 2013-11-23 */
.hint, [data-hint] { position: relative; display: inline-block; }
.hint:before, .hint:after, [data-hint]:before, [data-hint]:after { position: absolute; -webkit-transform: translate3d(0, 0, 0); -moz-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); visibility: hidden; opacity: 0; z-index: 1000000; pointer-events: none; -webkit-transition: 0.3s ease; -moz-transition: 0.3s ease; transition: 0.3s ease; }
.hint:hover:before, .hint:hover:after, .hint:focus:before, .hint:focus:after, [data-hint]:hover:before, [data-hint]:hover:after, [data-hint]:focus:before, [data-hint]:focus:after { visibility: visible; opacity: 1; }
.hint:before, [data-hint]:before { content: ''; position: absolute; background: transparent; border: 6px solid transparent; z-index: 1000001; }
.hint:after, [data-hint]:after { content: attr(data-hint); background: #383838; color: white; text-shadow: 0 -1px 0px black; padding: 8px 10px; font-size: 12px; line-height: 12px; white-space: nowrap; box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.3); }
.hint--top:before { border-top-color: #383838; }
.hint--top--r:before { border-top-color: #383838; }
.hint--bottom:before { border-bottom-color: #383838; }
.hint--left:before { border-left-color: #383838; }
.hint--right:before { border-right-color: #383838; }
.hint--top:before { margin-bottom: -12px;margin-right: 15px; }
.hint--top:after { margin-left: 18px; }
.hint--top:before, .hint--top:after { bottom: 100%; right: 50%; }
.hint--top:hover:after, .hint--top:hover:before, .hint--top:focus:after, .hint--top:focus:before { -webkit-transform: translateY(-8px); -moz-transform: translateY(-8px); transform: translateY(-8px); }
.hint--top--r:before { margin-bottom: -12px; }
.hint--top--r:after { margin-left: -18px; }
.hint--top--r:before, .hint--top--r:after { bottom: 100%; left: 50%; }
.hint--top--r:hover:after, .hint--top--r:hover:before, .hint--top--r:focus:after, .hint--top--r:focus:before { -webkit-transform: translateY(-8px); -moz-transform: translateY(-8px); transform: translateY(-8px); }
.hint--bottom:before { margin-top: -12px; }
.hint--bottom:after { margin-left: -18px; }
.hint--bottom:before, .hint--bottom:after { top: 100%; left: 50%; }
.hint--bottom:hover:after, .hint--bottom:hover:before, .hint--bottom:focus:after, .hint--bottom:focus:before { -webkit-transform: translateY(8px); -moz-transform: translateY(8px); transform: translateY(8px); }
.hint--right:before { margin-left: -12px; margin-bottom: -6px; }
.hint--right:after { margin-bottom: -14px; }
.hint--right:before, .hint--right:after { left: 100%; bottom: 50%; }
.hint--right:hover:after, .hint--right:hover:before, .hint--right:focus:after, .hint--right:focus:before { -webkit-transform: translateX(8px); -moz-transform: translateX(8px); transform: translateX(8px); }
.hint--left:before { margin-right: -12px; margin-bottom: -6px; }
.hint--left:after { margin-bottom: -14px; }
.hint--left:before, .hint--left:after { right: 100%; bottom: 50%; }
.hint--left:hover:after, .hint--left:hover:before, .hint--left:focus:after, .hint--left:focus:before { -webkit-transform: translateX(-8px); -moz-transform: translateX(-8px); transform: translateX(-8px); }
.hint--error:after { background-color: #b34e4d; text-shadow: 0 -1px 0px #592726; }
.hint--error.hint--top:before { border-top-color: #b34e4d; }
.hint--error.hint--bottom:before { border-bottom-color: #b34e4d; }
.hint--error.hint--left:before { border-left-color: #b34e4d; }
.hint--error.hint--right:before { border-right-color: #b34e4d; }
.hint--warning:after { background-color: #c09854; text-shadow: 0 -1px 0px #6c5328; }
.hint--warning.hint--top:before { border-top-color: #c09854; }
.hint--warning.hint--bottom:before { border-bottom-color: #c09854; }
.hint--warning.hint--left:before { border-left-color: #c09854; }
.hint--warning.hint--right:before { border-right-color: #c09854; }
.hint--info:after { background-color: #3986ac; text-shadow: 0 -1px 0px #193b4d; }
.hint--info.hint--top:before { border-top-color: #3986ac; }
.hint--info.hint--bottom:before { border-bottom-color: #3986ac; }
.hint--info.hint--left:before { border-left-color: #3986ac; }
.hint--info.hint--right:before { border-right-color: #3986ac; }
.hint--success:after { background-color: #458746; text-shadow: 0 -1px 0px #1a321a; }
.hint--success.hint--top:before { border-top-color: #458746; }
.hint--success.hint--bottom:before { border-bottom-color: #458746; }
.hint--success.hint--left:before { border-left-color: #458746; }
.hint--success.hint--right:before { border-right-color: #458746; }
.hint--always:after, .hint--always:before { opacity: 1; visibility: visible; }
.hint--always.hint--top:after, .hint--always.hint--top:before { -webkit-transform: translateY(-8px); -moz-transform: translateY(-8px); transform: translateY(-8px); }
.hint--always.hint--bottom:after, .hint--always.hint--bottom:before { -webkit-transform: translateY(8px); -moz-transform: translateY(8px); transform: translateY(8px); }
.hint--always.hint--left:after, .hint--always.hint--left:before { -webkit-transform: translateX(-8px); -moz-transform: translateX(-8px); transform: translateX(-8px); }
.hint--always.hint--right:after, .hint--always.hint--right:before { -webkit-transform: translateX(8px); -moz-transform: translateX(8px); transform: translateX(8px); }
.hint--rounded:after { border-radius: 4px; }
.hint--bounce:before, .hint--bounce:after { -webkit-transition: opacity 0.3s ease, visibility 0.3s ease, -webkit-transform 0.3s cubic-bezier(0.71, 1.7, 0.77, 1.24); -moz-transition: opacity 0.3s ease, visibility 0.3s ease, -moz-transform 0.3s cubic-bezier(0.71, 1.7, 0.77, 1.24); transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s cubic-bezier(0.71, 1.7, 0.77, 1.24); }
/*! Hint.css - v1.3.1 - 2013-11-23 */
.full-news-content {padding-top: 5px; text-align: center;}
.full-news-content img{margin:10px 0;border:3px solid #f1f1f1;box-shadow:#000 0px 10px 25px -11px;-moz-box-shadow:#000 0px 10px 25px -11px;-webkit-box-shadow:#000 0px 10px 25px -11px;max-width:680px;}
.rstar{color:#d2281f;font-weight:normal;}
.tag{padding:10px 1px;margin:0 0 3px 0;}
.tag p{padding: 5px;}
.vbuy{padding:10px 10px;border:3px solid rgba(240, 240, 240, 1);margin:0 0 5px 0;-moz-border-radius:6px;-webkit-border-radius:6px;-khtml-border-radius:6px;border-radius:6px;-moz-box-shadow:inset 0px 0px 0px 1px rgba(212, 212, 212, 1);-webkit-box-shadow:inset 0px 0px 0px 1px rgba(212, 212, 212, 1);box-shadow:inset 0px 0px 0px 1px rgba(212, 212, 212, 1);}
.vbuy > h3{display:block;margin:0 -9px 7px -9px;font-size:14px;color:#a7a7a7;font-weight:bold;font-style:italic;padding:0 10px 7px 10px;border-bottom:3px double #ececec;text-transform:uppercase;font-family:Cuprum, Tahoma, Arial, sans-serif;}
.vbuy > h3 span{color:#81be5d;}
.vbuy > h1, .box h2, .box > h4{display:block;margin:0 -4px 9px -4px;font-size:12px;color:#a7a7a7;font-style:italic;padding:0 5px 7px 5px;border-bottom:3px dotted #dddddd;border-bottom-width:thin;text-transform:uppercase;font-weight:bold;}
.vbuy h2 span{color:#81be5d;}
.vbuy-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: 15px;
	padding-right: 15px;
    transition: background 0.3s;
}
.vbuy-link:hover {
    background: #53A0E9;
	cursor: pointer;
}
.tablecomm{border-top:1px solid #c2beb7;margin-top:5px;border-collapse:collapse;border-spacing:0;width:100%;}
.tablecomm td{padding:6px 0;border-bottom:1px dashed #a19c92;}
.tablecomm td.label{width:10%;padding-right:0;font-weight:bold;color:#353535;}
.tablecomm td.lab{width:10%;padding-left:5px;font-weight:bold;color:#353535;}
/*--Ссылка на скачивание--*/
.yadg {margin: 15px 0px 5px;}
.yad a {padding: 3px 10px; background: #587E0A; color: #fff; text-shadow: 0px 1px 1px #364D08; border-radius: 2px; box-shadow: inset 0px 1px 0px #9BC446, inset 0px 3px 7px #83A739, 0px 1px 0px #fff; border: 1px solid #5F7E1F;}
.yad a:hover {background: #45453D; color: #fff; text-shadow: 0px 1px 1px #000; box-shadow: inset 0px 1px 0px #A3A39B, inset 0px 3px 7px #848479, 0px 1px 0px #fff; border: 1px solid #45453D;}
/*--Размер файла--*/
.yad1 {text-transform: uppercase; margin-left: 7px; background: #DBDBDB; padding: 3px 10px; color: #7C7C7C; text-shadow: 0px 1px 1px #fff; border-radius: 2px; box-shadow: inset 0px 1px 0px #fff, inset 0px 3px 7px #fff; border: 1px solid #DBDBDB;}
.yad1 b {color: #597F0B;}
/*--Количество скачиваний--*/
.yad2 {text-transform: uppercase; margin-left: 7px; background: #DBDBDB; padding: 3px 10px; color: #7C7C7C; text-shadow: 0px 1px 1px #fff; border-radius: 2px; box-shadow: inset 0px 1px 0px #fff, inset 0px 3px 7px #fff; border: 1px solid #DBDBDB;}
.yad2 b {color: #597F0B;}
.info-err{margin-bottom:5px;padding:8px 20px 8px 20px;background:#fcf7ee;border-radius:4px;border:#f3e4d9 solid 1px;}
.banntop {
    background: none repeat scroll 0 0 #FFFDFD;
    border-bottom: 4px solid #F7F5F5;
    border-radius: 3px;
    border-top: 1px solid #F7F5F5;
    box-shadow: 0 1px 0 #F1F1F1, 0 7px 10px #BEBEBE;
    margin-bottom: 13px;
    padding-top: 4px;
    text-align: center;
}
.mban {
	height: 60px;
    margin: 3px auto;
    text-align: left;
    width: 468px;
}


.module-content {
  padding: 10px 0;
}

.module-content .tab-content {
  display: none;
}

.module-content .tab-content:first-child{
  display: block;
}
.semantic-list li { margin: 5px; padding: 10px; list-style: none; }
.semantic-listt li { list-style: none; }
.module-item {
  margin-bottom: 20px;
  padding: 0 10px;
}
.ib { display: inline-block ; vertical-align: top;}
.image-thumb {
  width: 176px;
  height: 99px;
  margin: 0 0 5px 0;
  background: #aaa;
  border: 3px solid #fff;
  box-shadow: 0 0 3px #aaa;
}

.image-thumb.vertical {
  height: 140px;
  width: 100px;
}
.image-thumb.vertical.tiny-size {
  height: 72px;
  width: 56px;
}
.image-thumb.tiny-size {
  height: 54px;
  width: 100px;
  
  box-shadow: 0 5px 5px -3px #333;
  margin-right: 5px;
}
.float-left { float: left;}

/*
 * 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: 10.998px;
  font-weight: bold;
  line-height: 13px;
  color: #ffffff;
  vertical-align: middle;
  white-space: pre-wrap;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #999999;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.label:hover {
  color: #ffffff;
  text-decoration: none;
}
.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}

.scrin-block{
	
	}
		
		.scrin-block-content{
			position: relative;
		}
			
			.scrin-block-content br{
				display: none;
			}
			
			.scrin-block-content li{
				float: left;
				list-style-type: none;
				width: 222px;
				height: 140px;
				overflow: hidden;
				margin: 0 3px;
				border: 3px solid #fff;
  box-shadow: 0 0 3px #aaa;
			}
				
				.scrin-block-content li img{
					width: 222px;
    height: 140px;
	
				}
				
		/* слайдер с кнопками назад и далее */
		#foo2{
			margin: 0 !important;
			padding: 0 !important;
		}
					
			.prev2{
				background: url(../images/prev-next2.png) left top no-repeat;
				width: 30px;
				height: 45px;
				display: block;
				position: absolute;
				top: 50px;
				left: 10px;
			}

				.prev2:hover{
					background: url(../images/prev-next2.png) left bottom no-repeat;
				}
			
			.next2{
				background: url(../images/prev-next2.png) right top no-repeat;
				width: 30px;
				height: 45px;
				display: block;
				position: absolute;
				top: 50px;
				right: 10px;
			}
						
				.next2:hover{
					background: url(../images/prev-next2.png) right bottom no-repeat;
				}

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

span.icon_comments{
	display: block;
	background: url("../images/news_main_icon.png") no-repeat;
	background-position: 0px -7px;
	width: 11px;
	height: 7px;
	float: left;
	margin: 4px 5px 0px 0px;
}

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

span.icon_view{
	display: block;
	background: url("../images/news_main_icon.png") no-repeat;
	width: 11px;
	height: 7px;
	float: left;
	margin: 4px 5px 0px 0px;
}

.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 {
	margin: 0 auto;
	width: 600px;
	margin-top: 26%;
	text-align: center;
}

.center_block_offline p {
	margin: 0 0 15px 0;
}

.one_block_offline {
	background: #FAFAFA;
	padding: 3px;
	border: 1px solid #E5E5E5;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.two_block_offline {
	background: #FDFDFD;
	padding: 10px;
	border: 1px solid #E5E5E5;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
/*---Оффлайн страница END---*/
.related ul.reset li {
    display: inline-block;
    width: 50%;
    margin-top: 15px;
}
.related_box {
    padding-right: 15px;
}
.related_img {
    float: left;
}
.related_img img {
    float: left;
    height: 70px;
    width: 70px;
    margin-right: 7px;
    margin-left: 5px;
}
.related_text {
    display: block;
    height: 77px;
    overflow: hidden;
    font-size: 11px;
    text-align: left;
}
.related_text a,
.related_text span {
    display: block;
    color: #a5b33d;
    margin-bottom: 3px;
}
.related_text img,
.related_text br {
    display: none;
}
.related_text div {
    text-align: left !important;
    line-height: 17px;
}
.related_text a {
	font-size: 12px;
}
.soctext {
      text-align: center;
      color: black;
}
.centr {
	margin-left: 58px;
}