﻿/* Header */

#wrapper .allHeader {
    width: 100%;
    position: fixed;
    z-index: 9998;
}

#wrapper .topmenu {
}

#wrapper .topmenuitems {
    padding: 5px 0;
    text-align: right;
    font-size: .875em;
}

#wrapper .topmenuitems a:hover {
    color: #eee;
    background-color: rgba(0,0,0,0.4);
    -pie-background:  rgba(0,0,0,0.4);
    behavior: url(PIE.htc);
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
}

#wrapper .topmenuitems .topmenuitemhover {
    color: #eee;
    background-color: rgba(0,0,0,0.4);
    -pie-background:  rgba(0,0,0,0.4);
    behavior: url(PIE.htc);
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
}

#wrapper .header {
    height: 114px;
    border-top: solid 2px rgba(255,255,255,0.8);
    border-bottom: solid 2px rgba(255,255,255,0.8);
    background-color: rgba(11,23,53,0.9);
    -pie-background:  rgba(11,23,53,0.9);
    behavior: url(PIE.htc);
}

#wrapper .logo {
    margin-top: -24px;
    position: fixed;
    z-index: 999;
    display: table-cell;
    vertical-align: middle;
}

#wrapper .logo img {
    width: 100%;
    max-width: 520px;
}

@media only screen and (min-width: 551px) and (max-width: 720px) {
    #wrapper .logo {
        margin-top: -24px;
        width: 93%;
    }
}

@media only screen and (min-width: 481px) and (max-width: 550px) {
    #wrapper .logo {
        margin-top: -18px;
        width: 93%;
    }
}

@media only screen and (min-width: 401px) and (max-width: 480px) {
    #wrapper .logo {
        margin-top: -5px;
        width: 93%;
    }
}

@media only screen and (max-width: 400px) {
    #wrapper .logo {
        margin-top: 4px;
        margin-left: -6px;
        width: 93%;
    }
}

#wrapper .header .dvContactSrc {
    white-space: nowrap;
    display: table;
    float: right;
    margin: 14px 10px 14px 10px;
    padding-left: 15px;
    padding-bottom: 2px;
    border-radius: 3px;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
}

#wrapper .header .dvContactSrc:hover {
    background-color: rgba(107,117,137,0.44) !important;
    -pie-background:  rgba(107,117,137,0.44) !important;
    behavior: url(PIE.htc);
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
}

#wrapper .header .dvContactSrc div {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

#wrapper .header .dvContactSrc .dvLink {
    text-align: right;
}

#wrapper .header .dvContactSrc .dvLink a {
    font-size: 0.8em;
    color: #cccccc;
    text-decoration: none;
}

#wrapper .header .dvContactSrc .dvLink2 a {
    font-size: 1.0em;
    color: #cccccc;
    text-decoration: none;
}
#wrapper .header .dvContactSrc .dvLink3 a {
    font-size: 1.0em;
    padding-left: 30px;
    color: #cccccc;
    text-decoration: none;
}

#wrapper .header .dvContactSrc .dvButton {
    min-width: 30px;
    height: 30px;
    background-color: transparent;
    border: 0px;
    color: #cccccc;
    text-align: center;
}

#wrapper .header .dvContactSrc .dvButton a {
    color: #cccccc;
    font-size: 0.8em;
}

#wrapper .header .dvSearch {
    white-space: nowrap;
    display: table;
    width: 80%;
    max-width: 340px;
    float: right;
    margin-right: 10px;
    opacity: 0.9;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
}

#wrapper .header .dvSearch:hover {
    opacity: 1.0;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
}

@media only screen and (max-width: 720px) {
    #wrapper .header .dvSearch {
        display: none;
    }
}

#wrapper .header .dvSearch div {
    display: table-cell;
}

#wrapper .header .dvSearch .dvTextBox {
    width: 100%;
    height: 30px;
}

#wrapper .header .dvSearch .dvTextBox input {
    border-radius: 0px !important;
    border-top-left-radius: 2px !important;
    border-bottom-left-radius: 2px !important;
    cursor: text;
}

.rtbSearch {
    background-color: rgba(255,255,255,0.88) !important;
    border: 0px !important;
    box-shadow: none !important;
    max-width: 310px !important;
}

#wrapper .header .dvSearch .dvButton {
    min-width: 30px;
    background-color: rgba(255,255,255,0.88) !important;
    border: 0px;
    color: #444444;
    text-align: center;
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
}

#wrapper .header .dvSearch .dvButton a {
    color: #777777;
}

#wrapper .header .dvSearch .dvButton a:hover {
    opacity: 0.7;
    transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
}

#wrapper .header .dvSearch .dvButton .RadButton.rbButton.rbIconOnly {
    margin-top: -5px;
}

#wrapper .header .dvSearch .dvButton .RadButton_Src.rbButton {
    padding: 0px !important;
    color: unset;
}

#wrapper .header .dvSearch .dvButton .RadButton_Src.rbButton:hover {
    color: #ddd;
}

@-moz-document url-prefix() {
    #wrapper .header .dvSearch .dvButton .RadButton.rbButton.rbIconOnly {
        margin-top: -3px;
    }

    #wrapper .header .dvSearch .dvButton .RadButton_Src.rbButton {
        padding: 0 2px !important;
    }
}

#wrapper .mainmenu {
    max-width: 1260px;
    float: none;
}

#wrapper .menucontainer {
    height: 38px;
    max-width: 1260px;
    margin: 0 auto;
    padding-bottom: 2px;
    background-color: rgba(4,15,44,0.7);
    -pie-background:  rgba(4,15,44,0.7);
    behavior: url(PIE.htc);
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

#wrapper .menu {
    z-index: 9999;
}

.rbClearButton {
            background-color: transparent !important;
            border: none !important;
            color: #000 !important; /* optional, depending on the background */
        }
button.RadButton.rbClearButton .rbPrimaryIcon {
        color: white;
        font-size:15px;
    }

.dvBannerIconEnvelop {
    display: table-cell;
    min-width: 30px;
    padding-left: 15px;
}
