

/*dssp*/
.st4-items .st4-item{
    margin: 0;
}
.st4-items{
    margin-bottom: 30px;
}
/*End dssp*/

/*pager*/
.pager{
    margin: 10px 0 30px ;
}
.pager li>a, .pager li>span{
    border-radius: 0;
    margin: 0px 2px 5px;
    border: none;
    background: #7c572d;
    padding: 5px 13px;
    color: #fff;
    line-height: 1.5;
}
.pager .active a, .pager .active span, 
.pager .active a:hover, 
.pager .active span:hover, 
.pager li:hover a {
    background: #ea2e22;
}
/*End pager*/

.cl-top{
    background-color: #fff;
    border: 1px dashed #7c572d;
    margin: 0 0 20px;
    padding: 20px 20px 10px;
}
.col-top-content {
    text-align: justify;
    height: 250px;
    overflow: hidden;
}
.cl-top.active .col-top-content{
    height: inherit;
}
.show_hide {
    display: block;
    height: 40px;
    margin-top: 10px;
    line-height: 40px;
    text-align: center;
    width: 100%;
    color: #7c572d;
}
.show_hide.active,
.show_hide:hover,
.show_hide:focus{
    color: #ea2e22
}
.show_hide.active i:before{
    content: "\f0aa";
}