#middle {
    border-right:none!important;
}
noindex:-o-prefocus,#middle {
    border-right:1px solid !important;
}

/* ������� ������� */

#popular_news {
    overflow: hidden;
    margin-left: -40px;
    margin-right: -40px;
    margin-top: -30px;
}

#popular_news .pop_news_container {
    width: 25%;
    float: left;
    background: #000;
}
#popular_news .pop_news_container:hover {
    background: #000;
}
#popular_news .pop_news_image {
    height: 240px;
    background-position: center;
    background-repeat: no-repeat;
    background-color: #000;
    -webkit-transition: 1s;
    -moz-transition: 1s;
    -ms-transition: 1s;
    -o-transition: 1s;
    transition: 1s;
    background-size: cover;
}
#popular_news .pop_news_title {
    font-size: 16px;
    line-height: 22px;
    height: 55px;
    position: relative;
    padding: 30px 15px 10px 15px;
    background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 60%);
    background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,1) 60%);
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,.8) 60%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000',GradientType=0 );
    margin-top: -110px;
}

#popular_news a:hover .pop_news_title{
    }

#popular_news a:hover .pop_news_image {

    filter: brightness(0.6);
    background-color: #000;
}


#popular_news .pop_news_title .likes {
    opacity:0;
}

#popular_news a {
    display: block;
    font-size: 14px;
    color: #FFFFFF;
    text-decoration: none;
}

#popular_news a .pop_news_title .likes {
    position: absolute;
    bottom: 0;
    right: 8px;
    opacity:0;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

#popular_news a:hover .likes {
    opacity:0.6;
    bottom: 8px;
}

#popular_news a:hover .pop_news_title .rating_but {
    color: #FFFFFF;
    background-image: url('/images/icons/thumb_white.png');
}
#popular_news a:hover .pop_news_title .comment_but{
    color:   #FFFFFF;
    background-image: url('/images/icons/comment_white.png');
}
.pop_genre_item {
    float: left;
    width: 33%;
    height: 175px;
}
.pop_genre_head {
    overflow: hidden;
    height: 14px;
}
.pop_genre_group {
    width: 50%;
    float: left;
}
.pop_genre_group .image {
    background-position: top;
    background-repeat: no-repeat;
    background-color: #000000;
    height: 100px;
    width: 100%;
}
.genre_tree_list {
    width: 60%;
}
.genre_column {
    width: 50%;
    float: left;
    padding-bottom: 30px;
}
.triangle_right {
    padding-right: 10px;
    background: url('/images/design/triangle_r.png') no-repeat right center;
}
.opened>a>.triangle_right {
    background: url('/images/design/triangle_d.png') no-repeat right center;
}
.genre_li:hover>.hidden_but, .genre_li:hover>.genre_type {
    visibility: visible;
}
.genre_li>.hidden_but, .genre_li>.genre_type{
    visibility: hidden;
}
.genre_li a.nodecor:hover {
    text-decoration: underline;
}
.genre_li .genre_type {
    margin-right: 5px;
}
.right_col_small_blocks {
    float: right;
    width: 30%;
}
.right_col_small_blocks .greyback {
    margin-bottom: 30px;
}

/* ����� */
.clips_left {
    float: left;
    width: 62%;
    overflow: hidden;
}
.clips_right {
    margin-left: 6px;
    width: 33%;
    float: left;
}
.clips_right .news_content, .clips_right .likes {
    margin-left: 200px;
}
.clips_right .fixed_news_image {
    margin-bottom: 35px;
}

.awsearch_form input[type=text]:focus {
    border: 1px solid #444;
}
.awsearch_form input[type=submit] {
    width: 23px;
    display: block;
    height: 27px;
    padding: 0;
    border: none;
    outline: none;
    background: url('/images/design_2cols/loupe.svg') no-repeat center;
    cursor: pointer;
    position: absolute;
    right: 10px;
    top: 10px;
    opacity:0.5;
}
a.grey_button {
    height: 17px;
    background: #c3c3c3;
    color: #FFFFFF;
    display: block;
    padding: 5px 12px;
    font-size: 15px;
    line-height: 17px;
    text-decoration: none;
    border-radius: 3px 3px 3px 3px;
    -moz-border-radius: 3px 3px 3px 3px;
    -webkit-border-radius: 3px 3px 3px 3px;
}
a.grey_button:hover {
    background: #cf343a;
}