﻿#topSearch {
    display: none;
}

.search-content {
    height: initial;
    background-color: #0B0B0B;
}

    .search-content .row {
        margin-left: -30px;
        margin-right: -30px;
    }

.navigation-header .top-navigation-container {
    position: static;
}

#showSearch {
    position: absolute;
    right: 0;
    bottom: 0;
}

    #showSearch a {
        display: inline-block;
        background-color: #f8f8f8;
        color: #000;
        padding: 15px;
        text-decoration: none;
        font-size: 0.9em;
        font-weight: bold;
    }

@media only screen and (max-width: 1220px) {
    .search-content .row {
        margin-left: -15px;
        margin-right: -15px;
    }

    #showSearch {
        right: 15px;
    }
}

@media only screen and (max-width: 767px) {
    #showSearch {
        position: static;
        z-index: 12000;
        width: 100%;
        text-align: center;
    }

        #showSearch a {
            width: 100%;
            background-color: #fff;
            border: 1px solid #ccc;
            padding: 20px;
        }
}
