#top .btLogo {
    position: relative;
    display: block;
    z-index: 5;
    margin-top: 35px;
    margin-bottom: -35px;
    text-align: center;
}
#top .btLogo img {
    display: inline-block;
    width: 298px;
    height: 134px;
}
#top .btMenuWrapper {
    text-align: center;
    padding-bottom: 10px;
}
#top .btMenu {
    display: inline-block;
    background: url('../images/site/bt_menu.png') 0 0 no-repeat;
    width: 50px;
    height: 50px;
    text-indent: -9999px;
    margin-top: 35px;
}
#top .btMenu:hover {
    background-position: 0 -50px;
    cursor: pointer;
}
#top .menu {
    display: none;
    margin: 0 0 10px 0;
}
#top .menu a {
    overflow: hidden;
    display: block;
    text-align: center;
    padding: 10px 20px;
}
#top .menu a:hover {
    background-color: #0378a6;
}
#top .menu .hover {
    background-color: #0378a6;
}
#top .menu .hover span {
    color: #fff;
}
#top .menu a span {
    font-size: 1.1em;
    color: #5c5c5c;
    font-weight: 300;
    letter-spacing: -0.02em;
}
#top .menu a:hover span {
    color: #fff;
}


/* ===== MEDIA QUERIES ===== */
@media only screen and (min-width: 480px) {
    body #top .btLogo {
        display: inline-block;
        text-align: left;
    }
    body #top .btMenu {
        position: absolute;
        right: 20px;
        top: 75px;
        display: inline-block;
        float: right;
        margin-top: 0;
        margin-bottom: 0;
    }
    body #top .menu {
        display: none;
        margin-top: 35px;
    }
    body #top .menu a {
        text-align: left;
    }
}

@media only screen and (min-width: 1100px) {
    body #top .btLogo {
        float: left;
    }
    body #top .btMenu {
        display: none !important;
    }
    body #top .menu {
        display: inline-block !important;
        float: right;
        margin-top: 70px;
    }
    body #top .menu a {
        overflow: hidden;
        display: inline-block;
        padding: 10px 20px;
    }
    body #top .menu .sep {
        display: inline-block;
        width: 1px;
        height: 24px;
        background-color: #ccc;
        margin: 10px 5px 0;
        vertical-align: top;
    }
}