﻿header {
}

header > div {
    max-width: 1030px;
    height: 100px;
    margin: 0 auto;
    position: relative;
    background: #fff url(/images/header_hr.png) repeat-x center bottom !important;
    -webkit-transition: height 0.35s ease-in;
    -moz-transition: height 0.35s ease-in;
    -ms-transition: height 0.35s ease-in;
    -o-transition: height 0.35s ease-in;
    transition: height 0.35s ease-in;
}

header .logo {
    position: absolute;
    z-index: 1;
    display: block;
    left: 20px;
    top: 16px;
    width: 171px;
    height: 100%;
    overflow: hidden;
    margin-right: 30px;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

header .logo img {
    image-rendering: optimizeQuality;
    image-rendering: -webkit-optimize-contrast;
    display: block;
    width: 100%;
}


.switchsite {
     position: absolute;
        right: 0;
        top: 0;
        display:none;
        height:1px;

}
@media screen and (min-width: 950px) {
    .switchsite {
        display:block;
        position: absolute;
        right: 0;
        top: 0;
        width: 168px;
        height: 58px;
    }
}

#logoHolder {
    position: absolute;
    z-index: 6000;
    min-width: 100%;
    height: 1px;
    overflow: visible;
}

#logoHolderInner {
    margin: 0 auto;
    height: 1px;
    width: 96%;
    max-width: 1572px;
    height: 1px;
    position: relative;
    overflow: visible;
}

header .menu {
    position: absolute;
    right: 65px;
    bottom: 0;
}

#shortcuts {
    position: absolute;
    display: block;
    right: 35px;
    bottom: 10px;
    z-index:1000;
}

#shortcuts .links {
    -webkit-transition: all .35s ease-in-out;
    -moz-transition: all .35s ease-in-out;
    -ms-transition: all .35s ease-in-out;
    -o-transition: all .35s ease-in-out;
    transition: all .35s ease-in-out;
    float: left;
}

.mobileMenu #shortcuts .links.hidden {
    opacity: 0;
}

#shortcuts a {
    display: block;
    margin-right: 7px;
    font-family: 'Ubuntu Condensed', sans-serif;
    font-size: 13px;
    float: left;
    line-height: 22px;
    color: #333f48;
    text-decoration: none;
}

.mobileMenu #shortcuts {
    right: 11px;
    top: 4px;
}

.mobileMenu #shortcuts a {
    line-height: 17px;
    clear: both;
    float: right;
}

.touch #shortcuts {
    right: 11px;
    top: 4px;
}

.touch #shortcuts a {
    line-height: 17px;
    clear: both;
    float: right;
}

#searcharea {
    display: block;
    float: left;
}

.mobileMenu #searcharea {
    margin-top: 6px;
}

#searcharea .criteria {
    border: 1px solid #e1e1e1;
    border-radius: 4px;
    max-width: 100px;
    background-color: #fff;
    padding: 0 0 0 7px;
    font-family: 'Ubuntu Condensed', sans-serif;
    font-size: 13px;
    line-height: 20px;
    color: #333f48;
    display: inline-block;
    float: left;
    width: 1px;
    opacity: 0;
    -webkit-transition: all .35s ease-in-out;
    -moz-transition: all .35s ease-in-out;
    -ms-transition: all .35s ease-in-out;
    -o-transition: all .35s ease-in-out;
    transition: all .35s ease-in-out;
}

#searcharea.open .criteria {
    opacity: 1;
    width: 100px;
}

#searcharea .go {
    float: left;
    margin-left: 6px;
    cursor: pointer;
    height: 22px;
    width: 22px;
    display: inline-block;
    background: #fff url(/images/icon_search.png) repeat-x center bottom !important;
}

.openMenu {
    font-family: 'Ubuntu', sans-serif;
    font-weight: 200;
    background-color: #000;
    height: 40px;
    line-height: 40px;
    color: #fff;
    text-align: right;
    position: absolute;
    right: 0;
    bottom: 0;
    font-size: 20px;
    padding-right: 60px;
    padding-left: 20px;
    cursor: pointer;
}

.openMenu .symbol {
    background-image: url('/images/DD/DD_menuSymbol.png');
    background-repeat: no-repeat;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    background-position: center center;
    width: 56px;
}

@media screen and (max-width: 360px) {
    header .logo {
        top: 9px;
        width: 134px;
    }
}
