/* imports */
@import url(https://fonts.googleapis.com/css?family=Roboto&subset=latin,cyrillic);
@import url(https://fonts.googleapis.com/css?family=Roboto+Condensed:300,400&subset=latin,cyrillic);
@import url(https://fonts.googleapis.com/css?family=Open+Sans+Condensed:300,300italic&subset=latin,cyrillic);
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,700&subset=latin,cyrillic);
/* Defaults */
*:focus {
    outline: 0;
}
body {
    font-family: 'Roboto', sans-serif;
    font-size: 12px;
    color: #4d4e4e;
    /*background: #e5e5e5;*/
    background: #f4f4f3;
}
a:link, a:visited, a:active { 
   color: #bf1673; 
    text-decoration: underline;
}
a:hover {
    text-decoration: underline;
}

.soc_32 a { 
   color: #000; 
   text-decoration: underline;
}

.soc_48_up a { 
   color: #fff; 
   text-decoration: underline;
}

#upbutton {
    background: url("../img/up.png") no-repeat scroll;
    height: 94px;
    width: 74px;
    bottom: 50px;
    right: 50px;
    cursor: pointer;
    display: none;
    overflow: hidden;
    position: fixed;
    z-index: 9999;
}

.clear {
    clear: both;
    font-size: 0;
    overflow: hidden; /* тройной презерватив для IE */
}
h2 {
    font-size: 26px;
    font-family: 'Open Sans', sans-serif;
}
h1,h2,h3,h4,h5,h6 {
    font-family: 'Open Sans', sans-serif;
}
/* Colors */
.color {
    
}
.color.pink {
    color: #bf1673;    
}
/* header */
.header {
    position: fixed;
    background-color: #ffffff;
    width: 100%;    
    box-shadow: 3px 3px 3px 0px rgba(50, 50, 50, 0.3);
    z-index: 1000;
}
.header .inner { 
    width: 1000px;
    padding: 0px 15px 0px 15px;
    margin: 0 auto;
    overflow: hidden;
}
.header .logo {
    width: 185px;
    height: 25px;  
    float: left;
    margin-top: 14px; 
    overflow: hidden;
}
.header .menu {
    float: right;
    width: 770px; 
    overflow: hidden; 
}
.header .menu .items {
    height: 54px;
    width: 680px;
    float: left;    
}
.header .menu .items .sepa {
    display: inline;
}
.header .menu .items a {
    color: #000000;
    text-decoration: none;   
    float: left; 
    padding: 12px 15px 0px 10px;
    height: 43px;
    text-transform: uppercase;
    font-size: 14px;
    display: inline;
}
.header .menu .items a i {
    font-size: 20px;
    position: relative;
    top: 3px;
    margin-right: 4px; 
}
.header .menu .items a:hover {
    color: #ffffff;   
    background-color: #e91e8d; 
}
.header .menu .items a:hover span {
    border-bottom: 1px dashed #ffffff;
}
.header .menu .items a.active {
    background-color: #e91e8d;
    color: #ffffff;    
} 
.header .menu .items a.active span {
    border-bottom: 1px dashed #ffffff;
}  
.header .top-sub-menus {
    overflow: hidden;   
    background: #000000;
    color: #ffffff;
}

.header .top-sub-menus .top-sub-inner {
    width: 1000px;
    padding: 0px 15px 0px 15px;
    margin: 0 auto;
    overflow: hidden;      
}
.header .top-sub-menus .top-sub-menu {
    display: none;
    padding: 8px 0px 8px 0px; 
}
.header .top-sub-menus .top-sub-menu a {
    text-decoration: none; 
    text-transform: uppercase;
    color: #ffffff;  
    font-size: 14px;
    margin-right: 20px;
}
.header .top-sub-menus .top-sub-menu a:hover {
    text-decoration: underline;    
}
.header .more-link {
    float: left;
    margin-top: 18px;
}     
.header .more-link a {
    color: #e91e8d;
    border-bottom: 1px dashed #e91e8d;  
    text-decoration: none;  
}
.header .more-items {
    display: none; 
    text-align: right;   
}
/* body */
.body {
    padding-top: 54px;    
}
/* footer */
.footer {
    background-color: #000000;
    width: 100%;
}
.footer .inner {
    width: 1000px;
    margin: 0 auto;
    padding: 20px 0px 10px 0px;
}
.footer .inner .domn-menu { 
    text-align: center; 
    margin-bottom: 20px; 
    width: 800px;
    margin: 0 auto;
    overflow: hidden;
}
.footer .inner .domn-menu a { 
    color: #ffffff;    
    text-decoration: none;
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 5px;
}
.footer .inner .domn-menu a:hover { 
    text-decoration: underline; 
}
.footer .inner .sepa.first {
    margin-top: 10px;
    margin-bottom: 20px;
} 
.footer .top {
    width: 100%;   
    overflow: hidden;
    zoom: 1; 
    padding: 0px 0px 20px 0px;
}
.footer .top .barrel {
    float: left;
    width: 300px;
}
.footer .top .barrel .title {
    text-transform: uppercase;
    color: #ffffff;
    font-family: 'Roboto Condensed', sans-serif; 
    font-weight: 400;
    font-size: 18px;
    text-align: center;
    margin-bottom: 30px;
}
.footer .top .barrel .links {
        
}
.footer .top .barrel .links ul {
    padding: 0px 0px 0px 25px;
    color: #ffffff;        
}
.footer .top .barrel .links ul li {
    margin-bottom: 10px;
}
.footer .top .barrel .links a {
    color: #ffffff;
    text-decoration: none; 
    font-size: 13px;
}
.footer .top .barrel .links a:hover {
    text-decoration: underline;
}
.footer .top .sepa {
    width: 1px;
    background: url("../img/barrel-sepa.png") no-repeat center;
    height: 250px; 
    float: left;
    margin: 0px 15px 0px 15px;
}
.footer .sepa {
    width: 100%;
    background: url("../img/footer-sepa.png") no-repeat center;
    height: 1px;
}
.footer .down {
    width: 100%;
    overflow: hidden;
    zoom: 1;
    padding: 15px 0px 0px 0px;
}
.footer .down .logo {
    float: left;    
}
.footer .down .copy {
    float: left; 
    color: #ffffff;
     padding: 2px 0px 0px 5px;
}
.footer .down .links {
    float: right;   
}
.footer .down .links a {
    color: #ffffff;    
}
.footer .down .links a:hover {
    color: #bf1673; 
    text-decoration: underline;
}
/* body content */
.body {
    
}
.body .content {
    width: 1000px;
    margin: 0 auto;
    padding: 20px 0px 20px 0px;
}
/* text */
.text.w635 {
    width: 635px;
    margin-right: 0px;
    float: left;
}
.text .item {
    width: 300px; 
    background-color: #ffffff;  
    color: #000000; 
    border-bottom: 3px solid #000000;
    margin-bottom: 50px;
}
.text .item.no-bottom {
    border-bottom: 0px;        
}
.text .item.promo {
    background-color: transparent;  
    border-bottom: 0px;  
}
.text .item.no-bottom-space {
    margin-bottom: 0px;
}
.text .item .img {
    width: 300px;
    position: relative;
    overflow: hidden;
}
.text .item .img img {
    -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    -o-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
}
.text .item .img img:hover {
    -webkit-transform: scale(1.11);
    -moz-transform: scale(1.11);
    -ms-transform: scale(1.11);
    -o-transform: scale(1.11);
    transform: scale(1.11);
}
.text .item .img img.hovered {
    -webkit-transform: scale(1.11);
    -moz-transform: scale(1.11);
    -ms-transform: scale(1.11);
    -o-transform: scale(1.11);
    transform: scale(1.11);
}
.text .item .no-img {
    width: 300px;
    height: 30px;    
}
.text .item .img .is_video {
    position: absolute;
    background: url("../img/video_tag.png") no-repeat;
    width: 59px;
    height: 20px;
    top: 5px;
    right: 5px;
}
.text .item .title {
    text-align: center;
    margin-bottom: 10px; 
    position: relative;
    top: -20px;
}
.text .item .title h2 {
    font-size: 16px;
    margin: 0px;
    padding: 0px;    
}
.text .item .title:hover {
    /*background-color: #e91e8d;*/    
}
.text .item .title a {
    color: #ffffff;
    background-color: #000000;
    text-decoration: none;
    text-transform: uppercase;
    display: block;
    width: 260px;
    margin: 0 auto;   
    padding: 5px 10px 5px 10px;  
    font-family: 'Roboto Condensed', sans-serif; 
    font-weight: 300;
    font-size: 16px;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
} 
.text .item .title a:hover {
    background-color: #e91e8d;    
} 
.text .item .title a.hovered {
    background-color: #e91e8d;    
} 
.text .item .title .pinker { 
    background-color: #000000;
    width: 280px;
    margin: 0 auto; 
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;    
}
.text .item .title:hover .pinker {
    background-color: #e91e8d;
    width: 300px;   
}
.text .item .title .pinker.hovered {
    background-color: #e91e8d;
    width: 300px;   
}
.text .item .desc {
    margin-top: -20px;
    text-align: center; 
    margin-bottom: 10px;  
    padding: 0px 10px 0px 10px;
}
.text .item .down {
    border-top: 1px solid #b3b3b3;
    width: 260px;
    margin: 0 auto; 
    padding: 5px 10px 5px 10px; 
    overflow: hidden;
    zoom: 1;  
}
.text .item .down .left {
    float: left;    
}
.text .item .down .left a {
    color: #e91e8d;
    text-transform: uppercase;
    text-decoration: none;
}
.text .item .down .left a:hover {
    text-decoration: underline;
}
.text .item .down .right {
    float: right;
    color: #807f7e;
    font-size: 11px;
    margin-top: 1px;
}
.text .item .down .right .string {
    margin-left: 5px;
}
.text .item .down .right .string i {
    position: relative;
    top: 0px;
    font-size: 14px;
}
/* misc */
.tag-title {
    font-size: 26px;
    text-align: center;
    font-family: 'Open Sans', sans-serif;
}
.more_box {
    text-transform: uppercase;
    font-size: 18px;
    text-align: center;
    margin-top: 20px;
}
.more_box a {
    text-decoration: none;
    border-bottom: 1px dashed #000000;
    color: #000000;
}
.more_box a:hover {
    color: #bf1673;
    border-bottom: 1px dashed #bf1673;
}
.no_news {
    text-transform: uppercase;
    font-size: 18px;
    text-align: center;
    margin-top: 20px;    
}
.cursor-help {
    cursor: help;
}
.icon_16 {
    width: 16px;
    height: 16px;
}
.text_correct {
    position: relative;
}
.text_correct.top2 {
    top: 2px;
}
.text_correct.top3 {
    top: 3px;
}
.text_correct.top4 {
    top: 4px;
}
.text_correct.top10 {
    top: 10px;
}
/* post */  
.post {
    background-color: #ffffff;    
}
.post ul {
    margin-left: 30px;    
}
.post ol {
    margin-left: 30px;    
}
.post h1 {
    
}
.post h2 {
    margin-top: 30px;    
}
.post h3 {
    font-weight: bold;    
}
.post .fancybox {
    text-align: center;
    width: 100%;
    display: block;
}
.post .fancybox img {
    width: 635px;    
}
.post .text .fancybox {
    margin: 10px 0px 10px 0px;
    margin-left: -15px;
}
.post blockquote {
    padding-bottom: 2px;
    padding-left: 20px;
    padding-right: 8px;
    padding-top: 2px; 
    font-size: 18px;
    font-style: italic;
    border-left-color: rgb(204, 204, 204);
    border-left-style: solid;
    border-left-width: 5px;   
}
.post em {
    font-style: italic;    
}
.post p {
	text-align: justify;
    margin: 10px 0px 10px 0px;    
}
.post .head {
    border-bottom: 3px solid #000000;    
    border-top: 3px solid #000000;
}
.post .head .img img {
    width: 635px;    
}
.post .head .img a {
    line-height: 0px;
}
.post .head .title {
    text-transform: uppercase;
    color: #000000;
    font-size: 26px;
    text-align: center;   
    font-family: 'Roboto', sans-serif; 
    padding: 5px 10px 5px 10px;
    border-bottom: 1px solid #000000;
}
.post .promo {
    width: 635px;
    border-bottom: 1px solid #000000;
}
.post .promo.no-border {
    border-bottom: 0px;    
}
.post .text {
    padding: 10px 15px 10px 15px;       
    /*font-size: 14px;*/
	font-size: 16px;
	line-height: 25px;
}
.post .tags {
    padding: 10px 0px 10px 0px;    
}
.post .tags a {
    text-decoration: none;
    color: #ffffff;
    background-color: #e91e8d;
    display: inline-block;
    padding: 5px 10px 5px 10px;
    margin-left: 10px; 
    font-family: Arial;
    font-weight: bold;
    text-transform: uppercase;   
}
.post .tags a:hover {
    background-color: #e762ab;    
}
.post .social {
    background-color: #000000;   
    padding: 5px 10px 5px 10px; 
    overflow: hidden;
    zoom: 1; 
}
.post .social .desc {
    float: left;    
}
.post .social .desc .top {
    text-transform: uppercase;    
    color: #ffffff;
    font-size: 18px;
    font-family: 'Roboto', sans-serif; 
}
.post .social .desc .down {
    text-transform: uppercase;  
    color: #e91e8d;
    font-family: 'Roboto', sans-serif; 
}
.post .social .btns {
    float: right;   
    position: relative;
    top: 2px; 
}
.post .social .btns .pluso .pluso-more {
    display: none;    
}
.post {
    
}

.zag_soc {
margin-top:5px;
margin-bottom:10px;
padding-top:5px;
padding-bottom:5px;
background-color: #e91e8d;
text-align: center;
color:#fff;
font-size:18px;
width:300px;
float:right;
}

.text .comment-title {
    text-transform: uppercase;
    color: #000000;
    font-size: 24px;
    font-family: 'Roboto', sans-serif;
    margin-top: 10px;
}
/* adv */
#second_iamge_sub_container {
       
}
#second_iamge_sub_container .inner_div  {
       
}
#menu_sub_container {
    margin-bottom: 20px;
}
#post_img_sub_container {
    /*border-bottom: 1px solid #000000;*/
}
#more_sub_container {
    
}
#more_sub_container.bottom {
    margin-top: 10px;    
}
#more_sub_container.top {
    
}
#comment_sub_container {
    text-align: center; 
}
#comment_sub_container .inner_div {
    display: inline-block;
}
#sidebar-block-placer {
    
}
.sidebar-block {
    margin-bottom: 10px;
}
/* comments */
.write_comment { 
   
}
.write_comment .first_comment {
    font-weight: bold;
    font-size: 18px; 
    margin-bottom: 5px;
    margin-top: 0px;   
}
.write_comment .count {
    font-style: italic;
    text-align: right;
    font-size: 18px;    
    font-family: 'Open Sans Condensed', sans-serif;
}
.write_comment .no_auth {

}
.write_comment .no_auth .text_str {    
    font-family: 'Open Sans', sans-serif;
    font-style: italic;
    font-size: 14px;
    margin-right: 10px;
    text-align: center;
    padding-bottom: 5px;
}
.write_comment .no_auth #uLogin {
    text-align: center;
    margin-top: 10px;
}
#comment_writer {
    width: 100%;  
    margin-top: 10px;
    margin-bottom: 5px;      
}
#comment_writer .avatar {
    width: 50px;
    height: 50px;
    vertical-align: top;
}
#comment_writer .textarea {   
    vertical-align: top;  
}
#comment_writer .textarea textarea {
    width: 99%;
    height: 90px;
    border: 1px solid #000000;
    outline: none;
    resize: none;
    display: none;
    padding: 5px 0px 0px 5px;
}
#comment_writer #init_text {
    height: 22px;
    border: 1px solid #000000; 
    color: #000000;
    padding: 5px 0px 0px 5px;
    width: 99%;
    background-color: #ffffff;
    margin-bottom: 5px;
}
#comment_writer .send_btn_holder {
    padding-top: 5px;
    text-align: right;
    display: none; 
}  
#comment_writer .send_btn_holder .auth {
    float: right; 
    padding: 0px 10px 0px 0px;   
    position: relative;
    top: -2px;
}
#comment_writer .send_btn_holder .auth .text_str {
    padding: 0px 0px 10px 0px; 
    font-size: 13px;   
}
#comment_writer .send_btn_holder .box-sq {
    float: right;
}
.post_comment {    
    margin-bottom: 15px;
    background-color: #ffffff;
    padding: 10px 0px 0px 0px;
    border-bottom: 1px solid #000000;
    border-top: 1px solid #000000;
}
.post_comment .answer {
    padding: 0px 5px 0px 5px;
}
.post_comment table {
    width: 100%;        
}
.post_comment .avatar {
    vertical-align: top;   
    width: 50px; 
}
.post_comment .avatar .avatar_inner {
    width: 50px;
    height: 50px;
    margin-bottom: 10px;
}
.post_comment .comment_text {
    vertical-align: top;
    position: relative;
}
.post_comment .comment_text .text_inner {
    margin-left: 8px; 
    color: #000000; 
    position: relative;  
}
.post_comment .comment_text .login {
    font-size: 10px;
    text-transform: uppercase;
}
.post_comment .comment_text .login .fullname {
    color: #ffffff; 
    background-color: #e91e8d; 
    padding: 0px 2px 0px 2px;  
}
.post_comment .comment_text .login .date {
    color: #e91e8d; 
    margin-left: 5px;
}
.post_comment .comment_text .login .delete {
    color: #e91e8d; 
    float: right;   
    padding-right: 4px;
}
.post_comment .comment_text .string {
    padding: 5px 5px 10px 0px;    
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
    color: #000000;
}
.post_comment .comment_text .functions {
    text-align: right;  
    height: 13px; 
    line-height: 10px;
    position: absolute;
    position: absolute;
    bottom: 0px;
    right: 0px;
}
.post_comment .comment_text .functions a {
    color: #ffffff;
    text-decoration: none;
    display: inline-block;
    padding: 2px 4px 1px 4px;
    background-color: #000000;
    font-size: 9px;   
    text-transform: uppercase; 
}
.post_comment .comment_text .functions a img {
    position: relative;
    top: 1px;
}
.post_comment .comment_text .functions a:hover {
    background-color: #e91e8d;
}
.post_comment .comment_text .functions .disabled {
    color: #b8b1b1;  
    cursor: default;  
}
.post_comment .comment_text .functions .disabled:hover {
    text-decoration: none;     
}
#comments_place {
    margin-top: 10px;
    margin-bottom: 10px;
}
#comments_place > .no_comments {
    font-size: 16px;
    margin-top: 20px;
}
#comment_empty {
    display: none;
}
.pre_popular_title {
    text-transform: uppercase;
    color: #000000;
    font-size: 24px;
    font-family: 'Roboto', sans-serif;
    margin-bottom: 10px;
    margin-top: 20px;
}
.popular_posts {
    width: 1000px;
    position: relative;
}
.more_box_outer {
    width: 1000px;
    position: relative;
}
/* boxes */
.box-bordered {
    border: 1px solid #c1c1c1;
    padding: 10px;
}
.box-bordered .left {
    float: left;
}
.box-bordered .right {
    float: right;    
}
.box-bordered .right a {
    position: relative;
    top: 2px;
    margin-right: 4px;    
}
.box-bordered .right a:hover .svg path{
    fill: #e74d3d;    
}
.box-sq {
    text-transform: uppercase;
    color: #ffffff;
    background-color: #000000;
    font-size: 18px;
    font-family: 'Roboto', sans-serif;
    padding: 10px 15px 10px 15px;
    display: inline-block;
    cursor: pointer;
}
.box-sq:hover {
        background-color: #e91e8d;    
}
.box-sq.disabled {
    background-color: #b7b7b7;
    border: 1px solid #959999;
    cursor: auto;
}
.box-sq.disabled:hover {
    background-color: #b7b7b7;    
}
.box-pill {
    display: inline-block;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    padding: 5px 10px 5px 10px;
    cursor: pointer;
    margin-right: 5px;
}
.box-pill.orange {
    background: #f38377;
    color: #ffffff;
}
.box-pill.orange:hover {
    background: #e74d3d;
}
.box-pill.orange.active {
    background: #e74d3d;
}
.box-pill.gray {
    background: #c1c1c1;
    color: #ffffff;
}
.box-pill.gray:hover {
    background: #d5d2d2;
}
.box-pill.gray.active {
    background: #989898;
}
/* top-desc */
.top-desc {
    margin-bottom: 20px;   
}
.top-desc .desc {
    font-family: Arial;   
    text-align: center;
    font-style: italic;
    font-size: 14px;
}
.top-desc .desc h1 {
    font-family: Arial;   
    text-align: center;
    font-style: italic;
    font-size: 14px;
    margin: 0px;
    padding: 0px;    
}
.top-desc .sub-menu {
    margin-top: 15px;
    border-bottom: 1px solid #000000;
    border-top: 1px solid #000000; 
}
.top-desc .sub-menu .links {
    float: left;    
    height: 36px;
}
.top-desc .sub-menu .links a {
    color: #000000;
    text-decoration: none;
    padding: 10px 15px 10px 15px;   
    text-transform: uppercase;
    display: inline-block;
}
.top-desc .sub-menu .links a:hover {
    background-color: #000000;  
    color: #ffffff;  
}
.top-desc .search {
    float: right;
    display: inline-block;
    text-align: right;
    border-left: 1px solid #000000;
}
.top-desc .search form {
    padding: 0px;
    margin: 0px;
    display: inline-block;
}
.top-desc .search input {
    height: 36px;
    border: 0px;
    margin: 0px;
    padding: 0px 0px 0px 5px;
    display: inline-block;
    width: 250px;
}
.top-desc .search input:focus {
    outline: 0;
}
.top-desc .search button {
    height: 36px;
    background-color: #000000;  
    cursor: pointer;
    border: 0px;  
    color: #ffffff;
    margin: 0px;
    display: inline-block;
}
.top-desc .search button:hover {
    background-color: #e91e8d; 
}    
.top-desc.view .sub-menu {
    width: 635px;  
    float: left;  
}
.top-desc.view .search {
    float: right;
    margin-top: 15px;
    border: 1px solid #000000;
}
.top-desc.cat .sub-menu {
    width: 650px;  
    float: left;  
}
.top-desc.cat .search {
    float: right;
    margin-top: 15px;
    border: 1px solid #000000;
}
/* sidebar */
.content .sidebar {
    width: 300px;
    float: right;         
}
.content .sidebar .search {
    border: 1px solid #000000;
    width: 300px;
    text-align: right;
    margin-bottom: 10px;
}
.content .sidebar .search form {
    padding: 0px;
    margin: 0px;
}
.content .sidebar .search input {
    height: 36px;
    border: 0px;
    margin: 0px;
    padding: 0px 0px 0px 5px;
    display: inline-block;
    width: 244px;
}
x:-o-prefocus, .content .sidebar .search input {
    width: 244px;
}
.content .sidebar .search input:focus {
    outline: 0;
}
.content .sidebar .search button {
    height: 36px;
    background-color: #000000;  
    cursor: pointer;
    border: 0px;  
    color: #ffffff;
    margin: 0px;
    display: inline-block;
}
.content .sidebar .search button:hover {
    background-color: #e91e8d; 
}
/* user-box */
.menu .user-box {
    position: absolute;  
    right: 0px;
    top: 0px;  
}
.menu .user-box .btns {
    float: left;    
    padding: 13px 10px 0px 0px;
}
.menu .user-box .btns a {
    color: rgba(0, 0, 0, 0.6);
    font-size: 14px;
    font-weight: 600;
    font-family: Arial;  
    text-decoration: none;      
}
.menu .user-box .btns a:hover {
    background: #e8e8e8;
    color: #333333;    
}
.menu .user-box .user {
    float: left;
}
.menu .user-box .user .avatar {
    float: left;
    padding: 7.5px 0px 0px 0px;
}
.menu .user-box .user .avatar img {
    width: 35px;
    height: 35px;
    border: 1px solid black;
}
.menu .user-box .user .text {
    float: left;
    font-size: 12px;
    padding: 7.5px 8px 0px 10px;
}
.menu .user-box .user .text a {
    font-size: 12px;
    color: #e74d3d;
    text-decoration: underline;
    padding: 0px;
}
.menu .user-box .user .text a:hover {
    text-decoration: none;
}
/* button */
.btn {
  position: relative;
  top: -3px;
  display: inline-block;
  *display: inline;
  padding: 4px 12px;
  margin-bottom: 0;
  *margin-left: .3em;
  font-size: 14px;
  line-height: 20px;
  color: #333333;
  text-align: center;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  vertical-align: middle;
  cursor: pointer;
  background-color: #f5f5f5;
  *background-color: #e6e6e6;
  background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
  background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
  background-repeat: repeat-x;
  border: 1px solid #cccccc;
  *border: 0;
  border-color: #e6e6e6 #e6e6e6 #bfbfbf;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  border-bottom-color: #b3b3b3;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  *zoom: 1;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
     -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}

.btn:hover,
.btn:focus,
.btn:active,
.btn.active,
.btn.disabled,
.btn[disabled] {
  color: #333333;
  background-color: #e6e6e6;
  *background-color: #d9d9d9;
}

.btn:active,
.btn.active {
  background-color: #cccccc \9;
}

.btn:first-child {
  *margin-left: 0;
}

.btn:hover,
.btn:focus {
  color: #333333;
  text-decoration: none;
  background-position: 0 -15px;
  -webkit-transition: background-position 0.1s linear;
     -moz-transition: background-position 0.1s linear;
       -o-transition: background-position 0.1s linear;
          transition: background-position 0.1s linear;
}

.btn:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.btn.active,
.btn:active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
     -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
          box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
}

.btn.disabled,
.btn[disabled] {
  cursor: default;
  background-image: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
     -moz-box-shadow: none;
          box-shadow: none;
}

.btn-large {
  padding: 11px 19px;
  font-size: 17.5px;
  -webkit-border-radius: 6px;
     -moz-border-radius: 6px;
          border-radius: 6px;
}

.btn-large [class^="icon-"],
.btn-large [class*=" icon-"] {
  margin-top: 4px;
}

.btn-small {
  padding: 2px 10px;
  font-size: 11.9px;
  -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
          border-radius: 3px;
}

.btn-small [class^="icon-"],
.btn-small [class*=" icon-"] {
  margin-top: 0;
}

.btn-mini [class^="icon-"],
.btn-mini [class*=" icon-"] {
  margin-top: -1px;
}

.btn-mini {
  padding: 0 6px;
  font-size: 10.5px;
  -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
          border-radius: 3px;
}

.btn-block {
  display: block;
  width: 100%;
  padding-right: 0;
  padding-left: 0;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

.btn-block + .btn-block {
  margin-top: 5px;
}
.btn {
  box-shadow: inset 1px 1px 1px rgba(255, 255, 255, 0), inset -1px -1px 1px rgba(0, 0, 0, 0);
  -moz-box-shadow: inset 1px 1px 1px rgba(255, 255, 255, 0), inset -1px -1px 1px rgba(0, 0, 0, 0);
  -webkit-box-shadow: inset 1px 1px 1px rgba(255, 255, 255, 0), inset -1px -1px 1px rgba(0, 0, 0, 0);
  box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.09) inset;
  -webkit-box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.09) inset;
  -moz-box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.09) inset;
}
.btn-default {
  background: #f4f4f4;
  border: 1px solid #dcdcdc;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.75);
  color: rgba(0, 0, 0, 0.6);
  text-shadow: 0 1px 0 #fff;
  font-weight: 600;
}
.btn-group.open .btn-default.dropdown-toggle,
.btn-default.disabled,
.btn-default[disabled],
.btn-default:hover {
  background: #e8e8e8;
}
.btn-default .caret {
  border-top-color: rgba(0, 0, 0, 0.5);
}
.btn-warning {
  background: #74614f;
  border: 1px solid #74614f;
  color: #ffffff;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.5);
}
.btn-warning.glyphicons i:before {
  color: rgba(255, 255, 255, 0.5);
  text-shadow: none;
}
.btn-group.open .btn-warning.dropdown-toggle,
.btn-warning.disabled,
.btn-warning[disabled],
.btn-warning:hover {
  background: #74614f;
  color: #fff;
}
.btn-warning .caret {
  border-top-color: rgba(255, 255, 255, 0.7);
  border-bottom-color: rgba(255, 255, 255, 0.7);
}
.btn-info {
  background: #93B9D8;
  border: 1px solid #93B9D8;
  color: #ffffff;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.5);
}
.btn-info.glyphicons i:before {
  color: rgba(255, 255, 255, 0.5);
  text-shadow: none;
}
.btn-group.open .btn-info.dropdown-toggle,
.btn-info.disabled,
.btn-info[disabled],
.btn-info:hover {
  background: #93B9D8;
  color: #fff;
}
.btn-info .caret {
  border-top-color: rgba(255, 255, 255, 0.7);
  border-bottom-color: rgba(255, 255, 255, 0.7);
}
.btn-danger {
  background: #744646;
  color: #fff;
}
.btn-danger.glyphicons i:before {
  color: rgba(255, 255, 255, 0.4);
  text-shadow: none;
}
.btn-primary {
  background: #47759e;
  border: 1px solid #375b7b;
  color: #ffffff;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.5);
}
.btn-primary.glyphicons i:before {
  color: rgba(255, 255, 255, 0.4);
  text-shadow: none;
}
.btn-group.open .btn-primary.dropdown-toggle,
.btn-primary.disabled,
.btn-primary[disabled],
.btn-primary:hover {
  background: #47759e;
  color: #fff;
}
.btn-primary .caret {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.btn-group.btn-block {
  padding: 0;
  position: relative;
}
.btn-group.btn-block .leadcontainer {
  left: 0;
  position: absolute;
  right: 29px;
}
.btn-group.btn-block .leadcontainer > .btn:first-child {
  -webkit-border-radius: 0 0 0 0;
  -moz-border-radius: 0 0 0 0;
  border-radius: 0 0 0 0;
  margin-left: 0;
  -webkit-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
  -webkit-border-top-left-radius: 4px;
  border-top-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  -moz-border-radius-topleft: 4px;
}
.btn-group.btn-block .dropdown-lead {
  box-sizing: border-box;
  width: 100%;
}
.btn-group.btn-block .dropdown-toggle {
  width: 30px;
  float: right;
  box-sizing: border-box;
  text-align: center;
  padding-left: 0;
  padding-right: 0;
}
.btn-inverse {
  background: #45484d;
  border: 1px solid #45484d;
  color: #ffffff;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.5);
}
.btn-inverse.glyphicons i:before {
  color: #919293;
  text-shadow: none;
}
.btn-group.open .btn-inverse.dropdown-toggle,
.btn-inverse.disabled,
.btn-inverse[disabled],
.btn-inverse:hover {
  background: #3f4246;
  color: #fff;
}
.btn-inverse .caret {
  border-top-color: #fff;
  border-bottom-color: #fff;
}
.btn-success {
  background: #586e54;
  border: 1px solid #586e54;
  color: #ffffff;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.5);
}
.btn-success.glyphicons i:before {
  color: #a2bc9b;
  text-shadow: none;
}
.btn-group.open .btn-success.dropdown-toggle,
.btn-success.disabled,
.btn-success[disabled],
.btn-success:hover {
  background: #609450;
  color: #fff;
}
.btn-success .caret {
  border-top-color: #a2bc9b;
  border-bottom-color: #a2bc9b;
}
.announce_post {
    /* padding: 10px 15px 10px 15px; */
    /* font-size: 14px; */
    font-size: 16px;
    line-height: 25px;
}

.post_c_list {
    margin: 10px 15px 10px 15px;
}
.post_c_list h3 {
    font-size: 16px;
    text-transform: uppercase;
    margin: 0;
    padding: 9px 0;
}
#post_c_h2 {
    display: block;
    background: #ddd;
    overflow: hidden;
    list-style: none;
    margin: 0;
    counter-reset: list 0;
}
#post_c_h2 li {
    padding: 0 0 0 65px;
    height: 40px;
    line-height: 40px;
    overflow: hidden;
    background: #fff;
    color: #343434;
    font-size: 13px;
    position: relative;
}
#post_c_h2 li:nth-child(even) {
    background: #ffcce6;
}
#post_c_h2 li::before {
    counter-increment: list;
    content: counter(list);
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 55px;
    color: #fff;
    font-size: 16px;
    text-align: center;
    line-height: 40px;
    background: #ff3399;
}
#post_c_h2 li:nth-child(even)::before {
    background: #fde910;
    color: #454545;
}
#post_c_h2 li a {
    text-decoration: none;
    border-bottom: 1px dashed #343434;
    color: #343434;
}
#post_c_h2 li a:hover {
    text-decoration: none;
    border-bottom: 1px solid #343434;
    color: #343434;
}
#post_c_h2 li span {
    text-indent: -9999px;
    display: inline-block;
    background: url("../img/ex_link.png") no-repeat center 14px;
    width: 10px;
    height: 40px;
    cursor: pointer;
    margin: 0 0 0 5px;
}
#post_c_h2 li span:hover {
    opacity: 0.4
}
#post_content img {
    max-width: 100%;
}
.img_attr {
    padding: 8px 15px;
    background: #ffcce6;
    color: #000;
    font-size: 12px;
    margin: -7px 0 0 0;
    text-align: center;
}
#loading-layer {
    display: none;
    font-size: 11px;
    background: #2e83d7;
    padding: 10px;
    text-align: center;
    color: #fff;
}
/*---Рейтинг---*/
.rating {
    width: 85px;
    height: 17px;
    font-size: 0.9em;
    margin: 0;
    display: inline-block;
}

.unit-rating {
    list-style: none;
    margin: 0;
    padding: 0;
    width: 85px;
    height: 17px;
    position: relative;
    background: url("../img/rating.png") repeat-x;
}

.unit-rating li {
    text-indent: -90000px;
    padding: 0;
    margin: 0;
    float: left;
}

.unit-rating li a {
    display: block;
    width: 17px;
    height: 17px;
    text-decoration: none;
    text-indent: -9000px;
    z-index: 17;
    position: absolute;
    padding: 0;
}

.unit-rating li a:hover {
    background: url("../img/rating.png") 0 -17px;
    z-index: 2;
    left: 0;
}

.unit-rating a.r1-unit {
    left: 0;
}

.unit-rating a.r1-unit:hover {
    width:17px;
}

.unit-rating a.r2-unit {
    left: 17px;
}

.unit-rating a.r2-unit:hover {
    width: 34px;
}

.unit-rating a.r3-unit {
    left: 34px;
}

.unit-rating a.r3-unit:hover {
    width: 51px;
}

.unit-rating a.r4-unit {
    left: 51px;
}

.unit-rating a.r4-unit:hover {
    width: 68px;
}

.unit-rating a.r5-unit {
    left: 68px;
}

.unit-rating a.r5-unit:hover {
    width: 85px;
}

.unit-rating li.current-rating {
    background: url("../img/rating.png") 0 -34px;
    position: absolute;
    height: 17px;
    display: block;
    text-indent: -9000px;
    z-index: 1;
}


.post_author {
    overflow: hidden;
    border: 2px solid #D98943;
    margin: 15px 15px;
    padding: 15px;
}
.post_author img {
    width: 50px;
    float: left;
    margin: 0 10px 0 0
}
.post_author a {
    color: #343434;
    font-size: 14px;
}
.post_rating {
    overflow: hidden;
    border: 2px solid #D98943;
    display: inline-block;
    padding: 5px;
    margin: 0 15px 5px;
    line-height: 14px;
    color: #454545;
}
.post_rating ul, .post_rating li {
    list-style: none;
    padding: 0;
    margin: 0;
}
.post_rating .rating {
    margin: 3px 0 0 0;
}
.post_rating span {
    display: inline-block;
    vertical-align: top;
    padding: 4px 10px 0 0;
}

#breadcrumbs {
    overflow: hidden;
    padding: 10px;
    /*background: #ff3399;*/
    margin: 10px 0;
    text-transform: uppercase;
    color: #343434;
    text-align: center;
}
#breadcrumbs a {
    text-decoration: none;
    border-bottom: 1px dashed #343434;
    color: #343434;
}
#breadcrumbs a:hover {
    text-decoration: none;
    border-bottom: 1px solid #343434;
}

#hotnews {
    position: fixed;
    bottom:0;
    left:0;
    right: 0;
    z-index: 99;
    padding: 10px;
    background: #ff3399;
    text-align: center;
    color: #fff;
    font-size: 13px;
}
#hotnews a {
    text-decoration: none;
}
#hotnews a:hover {
    text-decoration: underline;
}
#hotnews .close {
    color: #fff;
    display: inline-block;
    border: 2px solid #fff;
    border-radius: 50px;
    padding: 2px 6px;
    margin: 0 0 0 25px;
    text-decoration: none;
}
#hotnews .close:hover {
    color: #343434;
    text-decoration: none;
    border: 2px solid #343434;
}

/* userinfo */
.userinfo {
    overflow: hidden;
}
.worktitle {font-family: 'Roboto Condensed', sans-serif; font-size: 22px; line-height: 18px; letter-spacing: -0.03em; color: #ce6508; margin: -20px 0 20px 0; font-style: italic;}
ul.authorarticles {font-size: 14px; display: inline-block; vertical-align: top; margin: 0 45px 0 0;
padding: 0 0 0 20px; list-style: none;}
ul.authorarticles li {margin: 5px 0 0 0; display: inline-block; width: 50%; vertical-align: top; line-height: 16px;}
ul.authorarticles li.dns {display: none;}
.extraarticles {
    text-align: center;
    margin: 15px 20px;
    font-size: 16px;
}
.extraarticles a {
    text-decoration: none;
    padding: 6px 20px;
    display: inline-block;
    border: 2px solid #343434;
    text-transform: uppercase;
    color: #343434;
}
.extraarticles a:hover {
    opacity: 0.5
}
form.advform {border-left: solid 4px #ce6508; margin: 20px 0 20px -20px; padding: 10px 20px;}
form.advform label {display: inline-block; width: 200px; vertical-align: middle;  font-family: 'Roboto Condensed', sans-serif; font-size: 17px; text-align: right;}
form.advform label.lft {text-align: left;}
form.advform input {padding: 5px 10px; margin-left: 10px;}
form.advform textarea {width: 100%; height: 150px; padding: 5px 10px;}

.leftside {
    float: left; 
    margin: 0 20px 10px 0;
}
.leftside img {
     margin: 0 0 10px; 
     border: solid 1px #3f6400;
}
li .leftside {float: right; margin: 0 0px 10px 20px;}
.rightside {float: right; margin: 0 0px 10px 20px; border: solid 1px #3f6400;}

.artbody ul>li:before {content: ""; display: inline-block; width: 12px; height: 1px; margin-right: 10px; margin-left: -22px; background: #428506; vertical-align: middle;}
.artbody li {margin: 10px 0;}

.h2 {
    margin: 20px 0 20px 0;
    font-size: 32px;
    line-height: 32px;
    letter-spacing: -0.03em;
    font-weight: normal;
    border-bottom: solid 4px #90B66E;
    border-left: none;
}
.h1 {
    margin: 20px 0;
    color: #3f6400;
    font-size: 40px;
    line-height: 40px;
    letter-spacing: -0.03em;
    font-weight: bold;
}
.page_block table {
    font-size: 14px;
}
.page_block td {
    padding: 5px 0;
}
.page_block .td_right {
    width: 150px;
}
.binfo {
    text-align: center;
    padding: 30px 40px;
    font-size: 16px;
    text-transform: uppercase;
}
.toItem {
    cursor: pointer;
}
.page_head {
    border-bottom: 1px solid #ccc;
    padding: 0 0 10px;
}
.page_head .page_title {
    font-size: 18px;
}
.page_head .page_sub_menu {
    font-size: 13px;
}
.page_head .page_sub_menu a {
    text-decoration: none;
    color: #90B66E;
    border-bottom: 1px dashed #90B66E;
}
.page_head .page_sub_menu a:hover {
    border-bottom: 1px solid #90B66E;
}
.page_head .page_sub_menu a.active {
    color: #343434;
    cursor: default;
    border: none;
}
.page_head .page_sub_menu .separator {
    content: '/';
    display: inline-block;
    margin: 0 5px;
    color: #343434;
}

