@media (max-width: 1400px) {
    .header-menu {
        margin-left: 20px;
    }

    .header-menu {
        font-size: 0.85em;
    }
}
@media (max-width: 1199px) {
    .header {
        height: 60px;
        padding: 0 20px;
    }

    .header-menu {
        margin-left: 30px;
    }

    .header a.signup,
    .header-tools ul li a {
        height: 40px;
        line-height:38px;
        margin-top: 10px;
        padding: 0 15px;
    }

    .header .logo img {
        height: 60px;
    }

    .header .header-menu {
        line-height: 60px;
    }

    .flash-search {
        height: 50px;
    }

    .flash-search-button {
        height: 50px;
        line-height: 50px;
    }

    .filter-keyword {
        height: 50px;
    }

    .selectric .label {
        height: 50px;
        line-height: 50px;
    }

    .selectric .button {
        height: 50px;
    }

    .application-links a img {
        width: 150px;
    }

    .application-title h2 {
        margin-top: 0;
        font-size: 2em;
    }

    .application-title h3 {
        font-size: 1.7em;
    }
}

@media (max-width: 991px) {
    .header-menu {
        display: none;
    }

    .header a.signup {
        display: none;
    }
    
    .menu-toggle {
        display: block;
    }
    
    .push-menu {
        display: block;
    }

    .flash-search {
        width: 80% !important;
    }

    .app-preview {
        margin-left: 0;
    }

    .footer-category {
        margin-bottom: 40px;
    }

    .map-holder {
        width: 40%;
    }

    .list-wrapper {
        padding-left: 40%;
    }

    .company-detail-gallery {
        margin-top: 20px;
    }

    .company-detail-discount {
        width: 65px;
        height: 65px;
        line-height: 65px;
        font-size: 1.8em;
        margin-top: -32.5px;
    }
    .filter {
     height:auto !important;
    }
}

@media (max-width: 767px) {
    .flash-search {
        height: auto !important;
    }

    .flash-search-fields {
        width: 100%;
    }

    .flash-search-field-item {
        width: 100%;
        border-right:0;
        border-bottom: 1px solid #dce0e0;
    }
    .flash-search-button {
        width: 100%;
    }

    .section-box-title {
        font-size: 1.2em;
    }

    .container-fluid {
        padding: 0 20px;
    }

    .footer {
        padding: 30px 0;
        text-align: center;
    }

    .footer-title {
        margin-bottom: 15px;
    }

    .footer-category {
        margin-bottom: 20px;
    }

    .newsletter-form {
        margin-bottom: 20px;
    }

    .social-links {
        text-align: center;
    }

    .social-links a {
        display: inline-block;
        margin: 0 5px;
        float: none;
    }

    .copyright {
        text-align: center;
    }

    .company-detail-top {
        text-align: center;
    }

    .company-detail-logo {
        clear: both;
        float: none;
        display: inline-block;
        margin-left: 0;
        margin-top: -80px;
        width: 100px;
        height: 100px;
        margin-bottom: 20px;
    }

    .company-detail-discount {
        position: absolute;
        left: 20px;
        margin: 0;
        top: -20px;
    }
}

@media (max-width: 600px) {
    .category-grid-item-title {
        font-size: 1em;
        font-weight: normal;
    }
    .map-holder {
        display: none;
    }
    .list-wrapper {
        padding-left: 0;
    }
    .filters {
        position: static;
    }
    .main {
       margin-top: 60px;
    }
    .filter {
        height: auto;
        padding-top: 0;
    }
    .filters .col-xs-4 {
        width: 100%;
    }
    .filters .filter-item {
        margin-top: 10px;
    }
}

@media (max-width: 500px) {
    .category-grid .col-xs-6 {
        width: 100%;
    }
}
@media (max-width: 400px) {
    .application-links a img {
        width: 120px;
    }
    .footer-category li {
        width: 100%;
    }
}