﻿@media screen and (max-width: 576px) {
    .navbar-brand {
        width: 50%;
    }

    #logo {
        width: 100%;
    }

    /* Style ADE*/
    #ADESearchFormClient {
        top: 140px;
		width: 100%;
    }
}

@media screen and (maxx-width: 576px) {
    #ADESearchFormClient {
        top: 150px;
    }
}
@media screen and (max-width: 768px) {
    #ADESearchFormClient {
        top: 140px;
    }
}

@media screen and (min-width: 992px) {
    #ADESearchFormClient {
        top: 180px;
		width: 100%;
    }
}

@media screen and (min-width: 1400px) {
    div#top-head {
        max-width: 1320px;
    }

    /* Style ADE*/
    #ADESearchFormClient {
        top: 222px;
		left: 250px;
		width: 100%;
    }
}
