/*
    статьи
*/
.art-block {
    margin-bottom: 30px;
}
.art-block.lr {
    width: 33.333333%;
    float: left;
}
.art-block.cr {
    width: 50%;
    float: left;
}
.art-block.sr {
    width: 100%;
    float: left;
}

.art-con {
    margin: 0 10px;
    border: 1px solid #f2e4d3;
    position: relative;
    height: 400px;
    overflow: hidden;
    padding-bottom: 25px;
}
.art-block.sr .art-con {
    height: auto !important;
}
.art-image {
    margin: 5px;
    overflow: hidden;
    position: relative;
    text-align: center;
}
.art-image .date {
    background: #333333;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    padding: 3px 10px;
    position: absolute;
    left: -5px;
    bottom: 5px;
}
.art-image img {
    max-width: 100%;
}
.art-title {
    margin: 0 7px 5px 7px;
}
.art-title a {
    font-size: 18px;
    color: #663333;
    text-decoration: none;
    font-family: "Open Sans Condensed";
    font-weight: bold;
    line-height: 18px;
}
.art-title a:hover {
    text-decoration: underline;
}
.clear {
    clear: both;
}
.art-desc {
    padding: 0 7px;
    font-size: 13px;
    line-height: 14px;
    color: #808080;
}
.art-details {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #f2e4d3;
    padding: 3px 0;
}
.art-details span {
    margin: 0 10px;
}
span.art-comm {
    background: url(/templates/classy/images/icons/comment-small.png) left center no-repeat;
    padding-left: 20px;
    float: right;
}
span.art-view {
    background: url(/templates/classy/images/icons/eye.png) left center no-repeat;
    padding-left: 20px;
    float: right;
}
.art-cat {
    width: 50%;
    min-height: 70px;
    float: left;
    font-family: "Open Sans Condensed";
    font-weight: bold;
    margin-bottom: 5px;
}
.wh .art-cat {
    width: 100%;
}
.art-cat table {
    width: 95%;
}
.art-cat table td {
    vertical-align: top;
}
.art-cat table td a {
    font-size: 20px;
}
.art-cat table td a:hover {
    color: #999;
}

/*
    модуль поиска видео
*/
.video-search-block {
    background: #f2e4d3;
    padding: 7px;
    border-radius: 6px;
    margin-bottom: 10px;
    position: relative;
}
.v-search {
    margin-right: 300px;
}
.cr .v-search {
    margin-right: 0 !important;
}
.v-add-block {
    position: absolute;
    right: 7px;
    top: 7px;

}
.cr .v-add-block {
    position:relative;
    margin: 0 auto;
    top: auto;
    right: auto;
    text-align: center;
    padding-top: 10px;
}
.v-add-block a {
    background: #4d4d4d;
    color: #efefef;
    display: inline-block;
    width: 230px;
    text-align: center;
    padding: 10px 0;
    border-radius: 4px;
    font-size: 20px;
    font-family: "Open Sans Condensed";
    font-weight: bold;
}
.v-add-block a:hover {
    text-decoration: none;
    background: #333;
}
.find-btn {
    background: none;
    border: none;
    font-family: "Open Sans Condensed";
    font-weight: bold;
    color: #666;
    font-size: 18px;
    text-transform: uppercase;
    text-align: center;
    width: 100px;
    margin-left: -35px;
}
.video-sm {
    text-align: center;
    padding-top: 10px;
}
.video-sm ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.video-sm ul, .video-sm ul li {
    list-style: none;
    padding: 0;
    margin: 0;
}
.video-sm ul li {
    display: inline-block;
}
.video-sm ul li a {
    display: inline-block;
    font-size: 14px;
    color: #4d4d4d;
    padding: 2px 5px;
    font-family: "Open Sans Condensed";
    font-weight: bold;
}
.video-sm ul li a.lsel, .video-sm ul li a:hover {
    background: #4d4d4d;
    color: #fff;
    border-radius: 2px;
}

/* фотогалерея */
.photo-gallery {

}
.photo-gallery .photo-block {
    width: 130px;
    height: 180px;

    float: left;
    text-align: center;
    margin-right: 10px;
    margin-bottom: 10px;
}
.photo-gallery .photo-block .photo-thumb {
    border: 1px solid #f2e4d3;
    border-radius: 4px;
    padding: 5px;
    height: 180px;
    position: relative;
}
.photo-gallery.big .photo-block {
    width: 180px;
}
.photo-block img {
    max-width: 98%;
}
.photo-gallery .photo-info {
    position: absolute;
    bottom: 0;
    left: 0;
    background: #f2e4d3;
    width: 100%;
}
.photo-gallery .photo-info td {
    padding: 3px;
}
.photo-gallery .photo-info table {
    margin-left: 5px;
}
.photo-title {
    display: inline-block;
    padding: 7px;
    font-family: "Open Sans Condensed";
    font-weight: bold;
}
.fl-block {
    float: right;
    background: #f2e4d3;
    padding: 5px 10px;
    border-radius: 2px;
}

/*board*/
.cat-title {
    background: #f2e4d3;
    font-family: "Open Sans Condensed";
    font-size: 16px;
    font-weight: bold;
    color: #666666;
    padding: 3px 10px;
    margin-bottom: 3px;
}
.cat-title a {
    color: #666666;
    text-decoration: none;
}

.b-items {
    width: 100%;
    margin-bottom: 10px;
}
.b-items tr {
    border-bottom: 1px solid #e6e6e6;
}
.b-items tr:hover td {
    background: #f2e4d3;
}
.b-items tr td {
    padding: 3px 0;
    font-size: 12px;
    color: #808080;
}
.b-items tr td a {
    font-size: 14px;
    font-family: "Open Sans Condensed";
    font-weight: bold;
    color: #808080;
}
.b-items tr .td1:last-child {
    text-align: center;
}
.td1 .bd_item_hit {
    padding-left: 20px;
}
@media (max-width: 700px) {
    .td1 {
        display: none;
        width: 95px;
    }
}
@media (min-width: 701px) {
    .td1 {
        display: table-cell;
        width: 95px;
    }
}
.all-lnk {
    text-align: right;
    padding-bottom: 15px;
}
.all-lnk a {
    color: #808080;
    font-size: 12px;
    text-decoration: underline;
}
a.b-vip {
    color: #ff8a22 !important;
}
/**/
.photo_sortform td {
    padding: 3px 5px;
}
.bd_cat_cell {
    padding-bottom: 10px;
}
.bd_item_hits {
    padding-left: 20px;
}
/**/
.board-item-block {
    width: 50%;
    float: left;
}
.board-item-block.lr {
    width: 33.3333333%;
}
.board-item-block.cr {
    width: 50%;
}
.board-item-block.sr {
    width: 100%;
}
.board-item {
    border: 1px solid #e6e6e6;
    position: relative;
    height: 470px;
    margin: 0 10px 10px 0;
    overflow: hidden;
}
.board-item .vip-label {
    background: url(/templates/classy/images/vip.png);
    width: 88px;
    height: 88px;
    display: block;
    position: absolute;
    left: -1px;
    top: -1px;
}
.board-item.vip {
    border-color: #ff6600;
}
.board-item-image {
    padding: 10px;
    text-align: center;
    height: 220px;
    overflow: hidden;
    margin-bottom: 10px;
}
.board-item-image img {
    max-width: 100%;
    -webkit-filter: sepia(60%);
    -webkit-transition: -webkit-filter 1s;
}
.board-item:hover img {
    -webkit-filter: sepia(0%);
}
.board-item-title {
    margin: 0 10px 10px;
}
.board-item-title a {
    color: #808080;
    font-size: 18px;
    line-height: 20px;
    font-family: "Open Sans Condensed";
    font-weight: bold;
}
.board-item.vip .board-item-title a{
    color: #ff6600;
}
.board-item-desc {
    margin: 10px;
}
.board-moder {
    position: absolute;
    right: 10px;
    top: 10px;
}
.board-item-info-block {
    background: #f2e4d3;
    padding: 3px 0px;
    color: #333;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}
.board-item-info {
    padding: 3px 10px;
}
.board-item-info span {
    padding-left: 18px;
    padding-right: 5px;
    line-height: 20px;
    height: 20px;
    display: inline-block;
}
.board-add {
    background: #f2e4d3;
    color: #666;
    font-size: 18px;
    font-weight: bold;
    padding: 5px 10px;
    font-family: "Open Sans Condensed";
    display: inline-block;
    float: right;
}
.board_categorylist .bd_cat_main_title a {
    color: #808080;
    font-family: "Open Sans Condensed";
    font-weight: bold;
}
div.bd_cat_main_obtypes a {
    color: #c95522
}
.photo_sortform {
    margin: 0;
}
.b-cat {
    width: 50%;
    float: left;
}
.board_categorylist {
    margin-bottom: 0px;
}
/**/
.latest-board-items {
    list-style: none;
    padding: 0;
    margin: 0;
}
.latest-board-items li {
    list-style: none;
    padding: 0 0 5px 0;
    margin: 0 0 10px 0;
        border-bottom: 1px dotted #ccc;
        overflow: hidden
}
.latest-board-items li img {
    max-width: 100%;
}
.first-board-item {
    padding: 5px;
}
.first-board-item a:first-child{
display: block;
}
.first-board-item img {
    margin-bottom: 7px;
}
.latest-board-items li a {
    font-size: 14px;
    font-family: "Open Sans Condensed";
    font-weight: bold;
    color: #808080;
}
.latest-board-items li.vip a {
    color: #ff8a22;
}
.s-board-img {
    width: 60px;
    float: left;
    margin: 0 7px 3px 0;
}
.b-item-info {
    padding: 5px 0;
    font-size: 11px;
}
.latest-board-items li .first-board-item .b-item-info {
    border: none;
}
/**/
.left-block {
    background: #333;
    position: fixed;
    left: 0;
    top: 175px;
    border-radius: 0 0 4px;
    max-width: 300px;
    z-index: 1000;
}
.lmenu-control {
    background: #333 url(../images/lmenu.png) center center no-repeat;
    width: 40px;
    height: 36px;
    border-radius: 0 4px 4px 0;
    position: absolute;
    top: 0;
    right: -40px;
    cursor: pointer;
}
.lmenu-block {
    padding: 10px 0;
}
.lmenu-block ul, .lmenu-block ul li {
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: right;
}
.lmenu-block ul li {
    margin-bottom:5px;
}
.lmenu-block ul li a {
    font-size: 20px;
    color: #ccc;
    text-decoration: none;
    font-weight: bold;
    font-family: "Open Sans Condensed";
    display: block;
    padding: 5px 15px;
}
.lmenu-block ul li a:hover {
    color: #fff;
    background: #444;
}
.lmenu-block ul ul {
    display: none;
    padding: 0;
    margin: 0;
}
.lmenu-block ul li li {
    padding: 0 0 0 10px;
    margin: 0;
}
.lmenu-block ul li li a {
    font-size: 18px;
    color: #fff;
    padding-right: 25px;
}