html, body {
    min-width:0 !important;
}
body.modal-open{
    overflow-y: auto !important;
}
body{
    padding: 0 !important;
}
#wrapper{
    width: auto;
}
.span6, .col6{
    width: 100%;
}
.items-for-sale{
    float: none !important;
}
.blue-link-tab .active, .blue-link-tab .active-vendor{
    border: 0 !important;
    box-shadow: 0 2px 0 0 #3c90cc !important;
}
.blue-link-tab{
    height: auto !important;
}
.blue-link-tab .nav-tabs>li{
    margin-bottom: 3px !important;
}
.content-main .tab-content{
    box-shadow: none !important;
    padding: 15px 0 !important;
}
.post-classified{
    width: auto !important;
}
.modal-backdrop.in{
    z-index: 0 !important;
}

.modal-body {
    padding: 15px;
}
.modal label{
    color: #333 !important;
}
.classified-image {
    max-height: 76px;
    max-width: 114px;
}
.nav-top-custom{
    width: 100% !important;
}
.modal-title img{
    display: none !important;
}
.modal h4{
    background-color: #fff !important;
    color: #333 !important;
}
.buz-home-modal-img{
    float: none !important;
    width: 80%;
    margin: auto !important;
}
.buz-home-modal-content-no-image{
    float: none !important;
    width: 80%;
    margin: auto !important;
}
.buz-home-modal-content{
    float: none !important;
    width: 80%;
    margin: auto !important;
}
.buz-home-modal-price{
    margin-top: 0 !important;
}
.content-main hr{
    height: 2px !important;
    margin-top: 10px !important;
}
.buz-home-modal-margin{
    margin-top: 10px !important;
}
.buz-home-modal-button{
    padding: 5px 12px;
}
.buz-home-modal-button-parent{
    width: 100% !important;
    margin-bottom: 10px;
}

.overlay-img-modal {
    width: 10%;
    position: absolute;
    z-index: 100;
    /* background-color: chartreuse; */
    height: 95%;
    color: #333;
}
.overlay-img-modal span{
    font-size: 40px;
    position: relative;
    top: 43%;
}

.pub-buzzar-min-width-150{
    min-width: 150px;
}
.pub-buzzar-modal{
    margin-top: 50px !important;
}
.pub-buzzar-modal .modal-title{
    border-top-right-radius: 10px !important;
    border-top-left-radius: 10px !important;
}
.pub-buzzar-modal .close, .pub-buzzar-modal .close:before{
    content: "" !important;
}

.close-home-modal{
    cursor: pointer;
    border-radius: 100%;
    background-color: #d58691;
    padding: 0 3px 0 3px;
    color: #fff;
    margin-top: -1.8%;
    opacity: 1;
    margin-right: -1.8%;
}
li.active, li.active a, li.active a:hover{
    background: inherit !important;
    color: #09C;
}


.clearfix:before,
.clearfix:after {
    content: "";
    display: table;
}

.clearfix:after {
    clear: both;
}


.leave-message-container {
    position: fixed;
    bottom: 0;
    right: 16px;
    background: #666666;
    max-width: 275px;
    color: white;
    height: 2.5em;
    padding: 10px 20px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    z-index: 1000;
    transition: ease 0.5s;
}

.leave-message-container .fa-times {
    padding: 2px;
}

#leave-message-button {
    cursor: pointer;
    padding-bottom: 0.5em;
    font-weight: bold;
}

.leave-message-container input, #pop_leaveMessageContainer input, #pop_comments{
    margin-bottom: 5px;
}

.message-instructions {
    font-size: small;
    padding-bottom: 0.5em;
}

#sendMessage {
    width: 100%;
    margin: 0.5em 0;
    background: #00AFD8;
}

#error, #pop_error {
    font-size: xx-small;
}

@media only screen and (min-width: 300px) {
    .buz-home-modal-content{
        width: 100%;
    }
}
@media only screen and (min-width: 500px) {
    .span6, .col6{
        width: 45%;
    }
    .pricing-custom-column{
        width: 22.22%;
    }
    .items-for-sale{
        float: left !important;
    }
    .blue-link-tab .active, .blue-link-tab .active-vendor{
        margin-bottom: 0;
    }
    .blue-link-tab .nav-tabs>li{
        margin-bottom: 0 !important;
    }
    .buz-home-modal-img{
        margin-left: 0 !important;
        float: left !important;
        width: 50%;
    }
    .buz-home-modal-content{
        margin-right: 0 !important;
        float: right !important;
        width: 49%;
    }
    .buz-home-modal-price{
        /*margin-top: -13.5% !important;*/
    }
    .buz-home-modal-margin{
        margin-top: 0 !important;
    }
    .buz-home-modal-button-parent{
        width: auto !important;
    }
}
@media only screen and (min-width: 700px) {
    .blue-link-tab{
        height: 40px !important;
    }
    .classified-details-mid{
        width: 67% !important;
    }
}