/*==================================================
=            Bootstrap 3 Media Queries             =
==================================================*/
/* Small Devices, Tablets */
@media only screen and (min-width : 768px) {

    .thumbnails {
        padding: 0;
    }

    .main-search-form > div.input-container {
        width: 31%;
    }

    .search-form-button {
        width: 100%;
    }

    .main-search-form > div.input-container:first-child {
        padding-left: 0px;
    }

    .post-option-title {
        padding-top: 9%;
        float: left;
        color: #26a953;
        font-weight: bold;
        font-size: 9px;
        margin-left: 0.5em;
    }

    .padding-zero-mobile{
        padding: 0px;
    }

    .classified-field > .input-group > .input-group-btn {
        width: 1%;
    }

    .jplist-list-view .list .img img {
        width: 39%;
    }

    .navbar-nav > li:last-child > a {
        margin: 12px auto;
        position: relative;
        text-align: center;
        width: 113px;
    }
   
}

/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) {

    .span3 {
        display: inline-block;
        margin: 0 15px;
        width: 21.5%;
    }

    .jplist-list-view .list .img img {
        width: 92%;
    }

}

/* Medium Devices, Desktops */
@media only screen and (min-width : 1024px) {

    .navbar-nav > li:last-child > a {
        margin-top: 4px;
    }
}

/* ===========================================================================================
 collapse the navigation earlier (this media query is only for collapsing the navigation bar)
============================================================================================ */
@media (max-width: 768px) {

    .navbar-header {
        float: none;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav {
        float: none!important;
        margin: 7.5px -15px;
    }
    .navbar-nav>li {
        float: none;
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .navbar-text {
        float: none;
        margin: 15px 0;
    }
    /* since 3.1.0 */
    .navbar-collapse.collapse.in {
        display: block!important;
    }
    .collapsing {
        overflow: hidden!important;
    }
	.list-group-image  {width:25% !important; height:auto;}
	.header-fill {height:0px !important;}
.guarantee {background:#f0f7e6 !important;}


}
/*-----  End of  collapse the navigation earlier (this media query is only for collapsing the navigation bar)  ------*/
