.article h1{

}
    .article p{
        text-align: justify;
        margin: 10px 0;
    }
    .article small{
        display: block;
        margin: 5px 0;
        color: #9a9a9a;
    }

.article_preview_half{
}
    .article_preview_half .image_prev{
        position: relative;
        height: 200px;
        overflow: hidden;
    }
    .article_preview_half a{
        color: #000000;
    }
    .article_preview_half img{
        display: block;
        width: 315px;
    }
    .article_preview_half span{
        display: block;
        position: absolute;
        padding: 5px;
        left: 0px;
        bottom: 0px;
        background: #ac2925;
        text-transform: uppercase;
    }
    .article_preview_half span a{
        color: white;
    }
    .article_preview_half small{
        display: block;
        color: #9a9a9a;
        font-size: 11px;
        padding: 5px 0;
    }
    .article_preview_half h3{

    }
    .article_preview_half p{
        margin-top: 5px;
        line-height: 14px;
    }
    .no_preview_half{
        display: block;
        width: 315px;
        height: 200px;
        background: url(images/noimage.png) center no-repeat;
    }
.article_preview_three{
    margin-bottom: 10px;
}
    .article_preview_three img{
        display: block;
        float: left;
        width: 150px;
        margin-right: 10px;
    }
    .article_preview_three .brief{
        width: 155px;
        float: left;
    }
    .article_preview_three span{
        display: block;
        padding: 5px;
        background: #ac2925;
        text-transform: uppercase;
    }
    .article_preview_three span a{
        color: white;
    }
    .article_preview_three a{
        color: #000000;
    }

.articles_similar{
    list-style: circle;
}
    .articles_similar li {
        display: block;
        float: left;
        background: #efefef;
        width: 295px;
        height: 80px;
        padding: 8px;
        margin: 5px 5px 5px 0;
    }
    .articles_similar li:nth-child(2n) {
        margin-right: 0;
        margin-left: 5px;
    }
    .articles_similar li img{
        display: block;
        float: left;
        width: 80px;
        margin-right: 10px;
    }
    .articles_similar li small{
        color: #5a5a5a;
        line-height: 20px;
    }
    .articles_similar li a{
        color: #3a3a3a;
        text-align: left;
    }

/******************
*  SLIDER
*/
#slider{
    position: relative;
    width: 640px;
    height: 360px;
    overflow: hidden;
}
    #slider .slide{
        position: absolute;
        height: 360px;
    }
    #slider .slide .transbg{
        display: block;
        position: absolute;
        width: 640px;
        opacity:0.4;
        filter: alpha(opacity=40); /* For IE8 and earlier */
        color: white;
        background: #000000;
        bottom: 0;
        height: 80px;
    }
    #slider .slide > h4{
        position: absolute;
        width: 600px;
        margin: 20px;
        top: 270px;
        color: white;
        font-size: 20px;
    }
    #slider .slide  a{
        color: white;
    }
    #slider .slide img{
        width: 640px;
        position: absolute;
        top: 0;
    }
    #slider .slide span{
        display: block;
        position: absolute;
        padding: 5px;
        left: 0px;
        bottom: 80px;
        background: #ac2925;
    }
    #slider .slide span a{
        color: white;
        text-transform: uppercase;
    }
.horizontal_slider{
    position: relative;
    width: 640px;
    height: 150px;
    overflow: hidden;
    list-style: none;
}
    .horizontal_slider .slide{
        float: left;
        width: 150px;
        height: 150px;
        margin-left: 0;
    }
    .horizontal_slider .slide  a{
        color: white;
    }
    .horizontal_slider .slide img{
        width: 150px;
    }
    .horizontal_slider .slide span {
        display: block;
        margin-top: 5px;
    }
    .horizontal_slider .slide span a{
        color: #00232c;
    }

.article_gallery{

}
    .showroom{
        position: relative;
        width: 640px;
        height: 400px;
       /* border: 1px solid #cacaca; */
        margin: 15px 0 5px;
        text-align: center;
    }
    .showroom img{
        position: absolute;
        right: 0;
        top: 0;
        bottom: 0;
        left: 0;
        max-width: 640px;
        max-height: 400px;
        margin: auto;
    }
    .showstack{
        display: none;
    }
    .article_gallery .thumbs{
        width: 550px;
        list-style: none;
    }
    .article_gallery .thumbs li{
        float: left;
        width: 100px;
        border: 1px solid #cacaca;
        margin-right: 7px;
    }
    .article_gallery .thumbs li:last-child{
        margin-right: 0;
    }
    .article_gallery .bx-wrapper {
        margin-bottom: 20px;
    }

.but_soc {
    float: right;
}

.comments{
    list-style: none;
    margin-bottom: 20px;
}
    .comments img{
        float: left;
        margin-right: 10px;
        width: 80px;
    }
    .comments li{
        margin-top: 10px;
        padding: 5px;
        background: #f2f2f2;
    }
    .comments li:first-child{
        margin-top: 5px;
    }
    .comments li b{

    }
    .comments li i{
        display: block;
        float: right;
        font-size: 11px;
        color: #777777;
    }
    .comments li span{
        display: block;
        font-size: 11px;
        padding: 5px;
    }
    .comments-message{
        width: 400px;
        display: block;
        margin: 10px auto 20px;
    }

.comments-form{
    background: #dadada;
    border: 1px solid #9a9a9a;
    padding: 10px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -khtml-border-radius: 5px;
}
    .comments-form h2{
        font-size: 12px;
    }
    .comments-form label{
        text-align: right;
        width: 120px;
        display: block;
        margin-right: 10px;
        margin-top: 5px;
        float: left;
    }
    .comments-form textarea{
        width: auto;
        height: 100px;
        margin-top: 5px;
    }
    .comments-form input{
        margin-top: 5px;
    }
    .comments-form input[type=submit]{
        display: block;
        margin-left: 130px;
        padding: 5px;
    }
.comments-errors{
    color: red;
    margin-bottom: 10px;
    padding: 10px;
    border: 1px solid red;
}
    .comments-errors ul{
        list-style: circle;
    }
    .comments-errors li{
        margin: 5px 0 0 20px;
    }



.tabber{

}
    .tabber .tabs{
        list-style: none;
        margin-top: 10px;
    }
    .tabber .tabs li{
        display: inline-block;
        background: #eee;
        border: solid 1px #ccc;
        border-bottom: none;
        -moz-border-radius: 4px 4px 0 0;
        -webkit-border-radius: 4px 4px 0 0;
        -khtml-border-radius: 4px 4px 0 0;
    }
    .tabber .tabs li a:hover{
        text-decoration: underline;
    }
    .tabber .tabs li a{
        font-size: 11px;
        line-height: 2em;
        display: block;
        padding: 0 10px;
        color: #333;
        outline: none;
    }
    .tabber .tabs li.active{
        background: #fff;
        padding-top: 6px;
        position: relative;
        top: 1px;
        border-color: #ccc;
    }
    .tabber .tabs li.active a{
        font-weight: bold;
    }
    .tabber .panel-container{
        background: #fff;
        border: 1px solid #ccc;
        padding: 10px;
        -moz-border-radius: 0 4px 4px 4px;
        -webkit-border-radius: 0 4px 4px 4px;
        height: 410px;
    }
    .tabber .panel{
        display: none;
        width: 285px;
        height: 410px;
        overflow-y: scroll;
    }
    .tabber .panel-container .item{
        padding: 5px;
        margin: 5px;
    }
    .tabber .panel-container .item:nth-child(2n+1){
        background: #efefef;
    }
    .tabber .panel-container .item:after{
        display: block;
        visibility: hidden;
        height: 0;
        content: ".";
        clear: both;
    }
    .tabber .panel-container .item div{
        float: left;
        width: 158px;
        margin-left: 8px;
    }
    .tabber .panel-container .item img{
        width: 70px;
        float: left;
    }
    .tabber .panel-container .item a{
        font-size: 12px;
        color: #555;
    }
    .tabber .panel-container .item span{
        display: block;
        padding-left: 16px;
        font-size: 10px;
        color: #999;
    }
    .tabber .panel-container .item span.ico_comments{
        background: url("images/ico_comment.png") no-repeat;
    }
    .tabber .panel-container .item span.ico_views{
        background: url("images/ico_views.png") no-repeat;
    }