/*==================================
    searchPage
==================================*/

.search {
    margin-top: 30px;
    margin-bottom: 30px;
}

    .search-column {
        margin-bottom: 15px;
    }

        .search-column .dropdown .btn {
            font-family: inherit;
        }

        .search-button {
            margin: 0 0 0 7px;
        }

    .search-footer {
        margin-top: 30px;
        margin-bottom: 15px;
    }


/*==== End of searchPage ====*/



/*==================================
    Responsive
==================================*/

@media screen and (max-width:991px) {

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

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

    .search-button {
        text-align: center;
        margin: 7px auto;
    }
}


/*==== End of Responsive ====*/
