
span.num.pay_link{
    display: block;
    width:90px;
    margin-top:10px;
    background: #496373;
    border-radius: 4px;
    font-size: 12px;
    color: #fff !important;
    text-decoration: none;
    text-align: center;
    padding: 5px;

}
span.num.pay_link a{
    color:#fff;
    width:100px;
    text-decoration: none;
}
span.num.pay_link:hover {
    background: #8BD100;

}
li.list{
    float:right;
}
.row.bottom ul{
    list-style-type: none;
}
.bottom{
    margin-bottom: 30px;
    padding-left: 0px;
    list-style-type: none;
}
ul.inner{
    padding-left: 0px;
}
.col-xs-3th,
.col-sm-3th,
.col-md-3th,
.col-lg-3th {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.col-xs-3th {
    width: 30%;
    float: left;
}

.more{
    position: relative;
    margin-left: 35px;
    margin-bottom: 35px;
    display: block;
    width:auto;
    top: 4px;
}
ul.inner.grey li{
    color:#333;
}
ul.inner.grey.border{
    border:1px solid #333;
}
.preloader{
    position: absolute;
    top: 0;
    left: 100px;
    padding-top: 0!important;
    background-image: url("image/ajax-loader.gif");
    background-position: 90% 48%;
    background-color: #fff;
    z-index: 120;
    width: 64px;
    height: 64px;
    display: block;
}
.equipment_sect ul li{
    padding-left: 35px;
}
.equipment_sect ul.inner{
    float: left;
    width: 30%;
    height: 100%;
    min-height: 180px;
    max-height: 190px;
    margin-bottom: 30px;
}
.clear_both {
    clear: both;
}

.more .button {
    width: 149px;
    height: 36px;
    margin: 0;
    padding-top: 0px;
    line-height: 38px;

}
.inner h6{
    margin-top:15px;
    margin-bottom: 15px;
}
.inner .button{
    text-transform: none;
    background: none;
    text-align: left;
}
span.button{
    margin: 0;
    height: auto;
    line-height: normal;
}
.inner.grey.border{
    height: 100%;
    max-height: 260px;
    min-height: 200px;
    padding-bottom: 15px;
}
.preloader{
    display: none;
    top: -15px;
    left: 181px;
}
.num.pay_link{
    margin-top:15px;
}
.more{
    margin-left: 35px;
    margin-bottom: 35px;
}

@media (min-width: 768px) {
    .col-sm-3th {
        width: 30%;
        float: left;
    }
}

@media (min-width: 992px) {
    .col-md-3th {
        width: 30%;
        float: left;
    }
}

@media (min-width: 1200px) {
    .col-lg-3th {
        width: 30%;
        float: left;
    }
}