body,html{
    font-size:16px;
    font-family: 'Open Sans', sans-serif;
    padding:0;
    margin:0;
    position:relative;
    width:100%;
    background:#F3F3F3;
}
#wrapper{
    margin:0 auto;
    width:1000px;
    max-width:100%;
    position:relative;  
}
#content{
    width:Calc(100% - 265px);
    float:left;
    background:#FFF;
}
.mob-menu, .mob-auth{
    display:none;
}
#sidebar{
    width: 300px;
    /* position: absolute; */
    /* right: 0; */
    /* top: 240px; */
    padding-bottom: 50px;
    float: right;
    margin-top: 37px;
}
.tribuna{
    color:red;
}
.post-text>H2{
    margin: 15px 0!important;
}
*{
    box-sizing:border-box;
    outline:none;
}
.clr{
    clear:both;
}
.banner img{
    border-radius:4px;
}
.banner-top{
   
}
.banner-right{
   
    border-radius:4px;
}
.menu{
    list-style:none;
    margin:0;
    padding:0;
    display:block;
    position:relative;
    background:#FFF;
}
.menu li{
    float:left;
}
.menu li a{
    display: block;
    padding: 10px 15px;
    text-decoration: none;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    position:relative;
    color:#063563;
}
.menu li.active, .sub{
    background:#063563;
}
.menu li:last-child{
    float:right;
}
.menu li:last-child a{
    cursor:pointer;
}
.menu li.active a, .sub a{
    color:#FFF;
}
.sub{
    position:absolute;
    top:39px;
    left:0;
    width:100%;
}
.sub a{
    float: left;
    padding: 10px 15px;
    text-decoration: none;
    font-size: 12px;
    font-weight: bold;
    position:relative;
    cursor:pointer;
}
.sub a.active{
    color:cyan;
}
.sub a:hover{
    text-decoration:underline;   
}
.sub a:after{
    content:"";
    display:block;
    position:absolute;
    right:0;
    top:10px;
    bottom:10px;
    border-right:1px dashed #E5E5E5;   
}
.sub a img{
    position:absolute;
    bottom:0;
    width:20px;
    left:Calc(50% - 10px);
    display:none;
}
.sub a.active img{
    display:block;
}
#menu{
    background:#FFF;
    margin-top:15px;
}
.search-window{
    position:absolute;
    width:360px;
    height:200px;
}
.search-window:before{
    content:"";
    width:20px;
    height:10px;
    background:url('/assets/img/bcorner.png');
    background-size:cover;
    position:absolute;
    top:0;
    right:40px;
}
.search-content{
    height:100%;
    background:#FFF;
    padding:15px;
}
.search-title{
    margin-top: 10px;
    background:#063563;
    color:#FFF;
    padding:5px;
    font-size:14px;
    font-weight:bold;
}
.search-wrapper{
    box-shadow:1px 0 10px #CCC;
}
.home{
    margin-top: 52px;
    margin-bottom: 200px;
    /* margin-right: 315px; */
    border-top: none;
    float: left;
    width: calc(100% - 315px);
}
.post{
    background:#FFF;
    border:1px solid #F3F3F3;
    border-radius:4px;
    margin-bottom:50px;
    position:relative;
}
.post H2, .post H1{
    margin:15px;
}
.post H2:last-child, .post H1:last-child{
    border-top:1px dashed #E5E5E5;
    padding: 25px 15px;
}
.post.profile H2:last-child, .post.profile H1:last-child{
    border-top:none;
    padding:0;
}
.post H2 a, .post H1 a{
    text-decoration:none;
}
.info{
    padding:5px 15px;
    background:#F3F3F3;
    color:#000;
}
.info-part a{
    color: #6495ed;
}
.info-part{
    float: left;
    max-width: 420px;
    white-space: nowrap;
    overflow-x: hidden;
    margin-right: 20px;
    font-size: 12px;
    font-weight: bold;
}
.info-part.last{
    float:right;
    margin-right:0;
    margin-left:10px;
}
.info-part i{
    margin-right:5px;
}
.post img{
    width:100%;
}
.post-text{
    padding: 25px 50px;
    font-size: 16px;
    line-height: 26px;
}
.short{
    max-height:800px;
    overflow:hidden;
}
.short:after{
    content:"";
    display:block;
    background:#FFF;
    width:100%;
    bottom:0;
    left:0;
    background:#FFF;
    height:15px;  
}
.post-img{
    height:250px;
    width:100%;
}
.post-more{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #FFF;
    padding: 15px;
    font-size:12px;
    border-top: 1px solid #E5E5E5;
}
.post-more a:hover{
    color:red;
}
.post-more a{
    float:left;
    color:#063563;
    font-weight:bold;
}
.post-more a:last-child{
    float:right;
}
#footer{
    position:fixed;
    z-index:1000;
    bottom:0;
    width:100%;
    left:0;
    background:#F3F3F3;
}
.footer{
    padding:15px;
    z-index:1000;
    width:1000px;
    max-width:100%;
    font-size:12px;
    color:#063563;
    margin:0 auto;
    border-top:1px dashed #fff;
}
.footer a:last-child{
    float:right;
}
.static-info{
    margin: 15px;
    padding: 15px;
    background: #fbf5022e;
    border-radius: 4px;
    border: 1px solid #ff8736;
    text-align: center;
    font-size: 14px;
}
.right-block{
    margin:15px 0;
    padding:15px;
    background:#FFF;
    border:1px solid #E5E5E5;
    border-radius:4px;
    position:relative;
}
.tabs{
    margin: 0 -15px;
    margin-bottom: 15px;
}
.tabs a{
    float:left;
    padding:5px;
    font-size:12px;
    font-weight:bold;
    width:50%;
    text-align:center;
    background:#063563;
    color:#FFF;
    cursor:pointer;
}
.tabs a.active{
    background:#FFF;
    color:#063563;
}
.right-block label{
    font-size: 14px;
    font-weight: bold;
    display: block;
    margin-bottom: 15px;
}
.right-block input[type="text"], .right-block input[type="password"]{
    width:100%;
    font:inherit;
    padding:5px;
    font-size:12px;
    border:1px solid #E5E5E5;
    border-radius:3px;
}
.btn{
    display: block;
    cursor:pointer;
    font-family: arial,sans-serif;
    font-size: 12px;
    font-weight: bold;
    color: rgb(68,68,68);
    text-decoration: none;
    user-select: none;
    padding: 5px 10px;
    outline: none;
    border: 1px solid rgba(0,0,0,.1);
    border-radius: 4px;
    background: rgb(245,245,245) linear-gradient(#f4f4f4, #f1f1f1);
    transition: all .218s ease 0s;
}
.btn:hover {
    color: rgb(24,24,24);
    border: 1px solid rgb(198,198,198);
    background: #f7f7f7 linear-gradient(#f7f7f7, #f1f1f1);
    box-shadow: 0 1px 2px rgba(0,0,0,.1);
}
.btn:active {
    color: rgb(51,51,51);
    border: 1px solid rgb(204,204,204);
    background: rgb(238,238,238) linear-gradient(rgb(238,238,238), rgb(224,224,224));
    box-shadow: 0 1px 2px rgba(0,0,0,.1) inset;
}
.green, .green:hover{
    color:green;
}
.red, .red:hover{
    color:red;
}
.auth-help{
    list-style: none;
    margin: 0;
    padding: 0;
    padding-left: 3px;
    margin-top: 15px;
}
.auth-help li a{
    margin-top:10px;
    font-size: 12px;
    font-weight: bold;
    text-decoration: none;
    color: #063563;
}
.auth-help li a:hover{
    color:green;
}
.right-block H3{
    margin: 0 -15px;
    padding: 15px;
    padding-top: 0;
    border-bottom: 1px solid #F3F3F3;
}
p.vote{
    font-size: 16px;
    font-weight: bold;
    color: cornflowerblue;
    text-align: center;
}
.vote label{
    position: relative;
    padding-left: 30px;
    font-size: 12px;
    border-bottom: 1px dashed #E5E5E5;
    padding: 15px 15px 15px 30px;
    margin:0;
    cursor:pointer;
}
.vote .btn{
    display:block;
    width:auto;
    margin: 15px auto 0px auto;
}
.vote label input{
    position: absolute;
    left: 0;
    top:15px;
    height: 15px;
    width: 15px;
}
.vote label:hover{
    background:azure;
}
#frmVote label:nth-child(1){
    border-top: 1px dashed #E5E5E5;
}
.preloader.wrapper{
    position:fixed;
    z-index:100000;
    width:100%;
    height:100%;
    top:0;
    left:0;
    background:url('/assets/img/op.png');
}
img.preloader{
    position:fixed;
    z-index:100001;   
    height:180px;
    width:320px; 
    top:Calc(50% - 90px);
    left:Calc(50% - 160px);
}
.error{
    color:red;
}
.success{
    color:green;
}
.register-result p.error, .register-result p.success{
    text-align:center;
    font-weight:bold;
    font-size:14px;
}
.user_short table{
    width:100%;
    border-collapse:collapse;
}
.user_short tr{
    border-bottom:1px solid #F3F3F3;
}
.user_short tr:last-child{
    border:none;
}
.user_short td{
    padding:10px 15px;
    font-size:14px;
    font-weight:bold;
    width:50%;
}
.user_short td .btn{
    width:100%;
    text-align:center;
}
.user_short td:first-child{
    color:#6495ed;
}
.tribuna{
    color:red!important;
}
.post H2 i, .post H1 i{
    margin-right:15px;
    color:blue;
}
.profile H1{
    border-bottom:1px solid #F3F3F3;
    padding-bottom: 15px;
}
.profile H1 .user_online_status{
    float: right;
    font-size: 14px;
    font-weight: normal;
    margin-top: 15px;
}
span.circle{
    border-radius: 50%;
    padding: 5px;
    display: inline-block;
}
span.online{
    background:green;
}
span.offline{
    background:red;
}
.vote_line{
    color: #FFF;
    height: 28px;
    background: coral;
    position: relative;
    font-size: 12px;
    margin-top: 15px;
}
.vote_line_main{
    position:absolute; left:0; top:0; width:100%; height:100%; padding:5px 10px; z-index:3;
}
.vote_line_current{
    left:0; top:0; height:100%; position:absolute; background:green;  z-index:2; overflow: hidden; padding: 5px 0;
}
.vote_line span{
    position:absolute;
    top:5px;
    right:5px;
    z-index:10;
} 
.prf-tabs{
    margin-bottom:25px;
}
.prf-tabs:after{
    content:"";
    display:block;
    clear:both;
}
.prf-tabs .tab{
    float: left;
    color: #6495ed;
    border: 1px solid #6495ed;
    margin-right: 5px;
    cursor: pointer;
    padding: 2px 10px;
    font-size: 12px;
    border-radius: 4px;
}
.prf-tabs .tab.active{
    background:#6495ed;
    color:#FFF;
}
.prf-tab-content{
    display:none;
}
.prf-tab-content.active{
    display:block;
}
.prf-info{
    width:100%;
    border-collapse:collapse;
    margin-bottom:25px;
}
.prf-info tr{
    border-bottom:1px solid #F3F3F3;    
}
.prf-info td{
    font:inherit;
    padding:10px 0px;
}
.prf-info tr td:first-child{
    font-weight:bold;
    color:#6495ed;
}
.prf-tab-content label{
    font-weight:bold;
    color:#6495ed;
    display:block;
    padding:10px 0;
    border-bottom:1px solid #F3F3F3;
}
.nots{
    width:100%;
    border-collapse:collapse;    
}
.nots tr{
    border-bottom:1px solid #F3F3F3;
}
.nots th{
    color:#6495ed;
}
.nots th, .nots td{
    font:inherit;
    font-size:14px;
    padding:5px 10px;
    text-align:center;
    white-space:nowrap;
}
.nots tr th:last-child, .nots tr td:last-child{
    text-align:left;
     white-space:normal;
}
.nots tr th:first-child{
    width:1%;
}
.nots tr:hover td{
    background:aliceblue;
}
.like, .dislike, .clike, .cdislike{
    cursor:pointer;
}
.like:hover, .dislike:hover, .clike:hover, .cdislike:hover{
    color:#6495ed;
}
.prf-tab-content input[type="password"]{
    font:inherit;
    padding:5px 10px;
    border:1px solid #E5E5E5;
    margin-top:10px;
    border-radius:4px;
}
.post_comments{
    padding:15px;
    padding-top: 0;
}
.post_comments .btn{
    margin-top:15px;
}
.one-comment{
    font-size: 14px;
    margin-top: 15px;
    border-left: 3px solid;
    border-color: cornflowerblue;
}
.one-comment:hover{
    background:azure;  
}
.comment-info, .comment-action{
    padding:10px 15px;
    font-size:12px;
}
.clearblock:after{
    content:"";
    display:block;
    clear:both;
}
.comment-author{
    float:left;
    font-weight:bold;
}
.comment-date{
    float:right;
}
.comment-text{
    padding:15px;
}
.removed-comment{
    margin-top:0;
    font-weight:bold;
    color:red;
}
.btn-right{
    float:right;
}
.comment-action .btn{
    margin:0;
}
.comment-action .info-part{
    float:left;
    margin-top: 8px;
}
.comment-line{
    margin: 10px 15px;
    border-bottom: 1px solid #F3F3F3;
}
.hidden-comment{
    margin-top:40px;
    display:none;
}
#add-article label{
    display:block;
    margin-bottom:15px;
}
#add-article label input{
    display:block;
    width:100%;
    margin-top:5px;
    padding:10px;
    font:inherit;
    border:1px solid #E5E5E5;
    border-radius:4px;
}
#add-article label input[type="file"]{
    display:none;
}
#add-article label.upload{
    width: auto;
    padding: 5px 10px;
    border: 1px solid rgba(0,0,0,.1);
    text-align: center;
    float: left;
    border-bottom: 1px solid rgba(0,0,0,.1);
    font-size: 12px;
    line-height: 100%;
}
.ask label{
    display:block;
    margin-bottom:15px;
}
.ask label input[type="text"]{
    width:100%;
    margin-top:5px;
    padding:10px;
    font:inherit;
    border:1px solid #E5E5E5;
    border-radius:4px;
}
.search-form label{
    display:block;
    font-size:12px;
    font-weight:bold;
    color:#6495ed;
    margin-bottom:15px;
}
.search-form label input{
    margin-top:3px;
    width:100%;
    padding:6px;
    border:1px solid #E5E5E5;
    border-radius:4px;
    font:inherit;
}










.forum .short .post-text, .forum .short .post-more{
    display:none;
}
.forum .menu{
    display:none;
}
.forum .sub{
    display:none;
}
.forum .post{
    margin-bottom:0;
}
.forum .info{
    background:#FFF;
}
.forum .info .info-part:nth-child(2), .forum .info .info-part:nth-child(4){
    display:none;
}
.forum .info .info-part:nth-child(3){
    position: absolute;
    top: 15px;
    right: 0px;
}
.forum .post H2{
    font-size:16px;
}
.forum .short H2{
    padding-right: 40px!important;
}
.forum .home{
    margin-top:0
}
.forum #sidebar{
    margin-top:-15px;
}
.forum .post H2{
    border:none!important;
    padding:0;
}
.forum .short:after{
    display:none;
}
.forum .short p{
    padding: 0 15px;
    font-size: 14px;
    font-style: italic;
    color: #666;
}
.forum .arts{
    position: absolute;
    top: 15px;
    right: 15px;
    font-size: 11px;
    width: 20px;
    /* height: 20px; */
    background: cornflowerblue;
    color: #FFF;
    text-align: center;
    border-radius: 50%;
    padding: 2px 0;
}
#scroller{
    cursor:pointer;
}
.b-top{
    z-index: 100;
    position: fixed;
    left: 0;
    bottom: 90px;
    width: 34%;
    margin-left: 50%;
    opacity: 0.5;
    filter: alpha(opacity=50);
}
.b-top-but{
    z-index: 100;
    position: absolute;
    display: block;
    left: 56px;
    bottom: 0;
    margin: 0 0 0 100%;
    padding: 32px 12px 4px;
    color: white;
    background: #000082 url(/assets/img/b-j-top.png) no-repeat 50% 11px;
    border-radius: 7px;
}
.tc_title{
    text-decoration: none;
    font-size: 14px;
    /*font-weight: bold;*/
    color: #6495ed;
    overflow:hidden;
    white-space:nowrap;
    text-overflow: ellipsis;
    display: block;
}
.tc_user{
    text-decoration: none;
    font-size: 12px;
    font-weight: bold;
}
.tc p{
    display:block;
    max-height:200px;
    overflow:hidden; 
    font-size:14px;
    font-style:italic;
    color:#666;
    margin:5px 0;
    text-overflow: ellipsis;
}
.short-comment{
    border-bottom:1px solid #E5E5E5;
    padding:10px 0;
}