/* ==========================================================================

  Header

  ========================================================================== */
header {
}

header .wrapper {
    min-height: 80px;
    position: relative;
    z-index: 99;
}

.logo {
    position: absolute;
    padding-top: 7px;
    margin-left: 30px;
}

.logo a {
    display: block;
    width: 211px;
    height: 72px;
    text-indent: -9999px;
    overflow: hidden;
    background: url(../images/logo.png) left center no-repeat;
}

@media (max-width:767px) {
    .logo {
        display: none;
    }

}
