.count-sub {
    float: left;
    font-weight: bold;
    font-size: 14px;
    text-indent: 20px;
    padding: 8px 0px;
}
.search-bar{
    float: right;
    margin: 0 0px;
    padding:0 0;
    height:38px;
}
.search-bar .box{
    float:right;
    margin: 0 2px;
    width: 100%;
}
.search-bar .box .input{
    float:left;
    width: 76%;
    /* padding:7px; */
    margin:0;
    padding: 5px;
    background:#fff;
    border:#ddd 1px solid;
    -moz-box-shadow: 1px 1px 4px -1px rgba(0,0,0,.2);
    -webkit-box-shadow: 1px 1px 4px -1px rgba(0,0,0,.2);
    box-shadow: 1px 1px 4px -1px rgba(0,0,0,.2);
}	
.search-bar .box .btn-search {
    float: left;
    padding: 6px 8px;
    margin: 0px 3px;
    border: 1px solid #dcdcdc;
    font-size: 12px;
    font-weight: bold;
    text-decoration: none;
}

@media (max-width: 1200px) {
    .search-bar{
        width:100%;
    }
    .search-bar .box .btn-search{
        width: 22%;
        line-height: 30px;
        height: 32px;
        padding:0px 0px !important;
        text-align:center;
        margin: 0px 0px 0px 6px !important;
    }

}