@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,700);

#lum-uheader .icon-mobile-menu-opened {
    background-image: url(https://sep.yimg.com/yf/uh/img/uh-sprite.png);
    background-position: 0px 0px;
    width: 15px;
    height: 35px;
    cursor: pointer;
}

#lum-uheader .icon-mobile-menu {
    background-image: url(https://sep.yimg.com/yf/uh/img/uh-sprite.png);
    background-position: 0px -34px;
    width: 15px;
    height: 35px;
    cursor: pointer;
}

#lum-uheader .icon-user-icon {
    background-image: url(https://sep.yimg.com/yf/uh/img/uh-sprite.png);
    background-position: 0px 76px;
    width: 30px;
    height: 30px;
}

#lum-uheader .icon-user-icon-hover {
    background-image: url(https://sep.yimg.com/yf/uh/img/uh-sprite.png);
    background-position: 0px 39px;
    width: 30px;
    height: 30px;
}

#lum-uheader-wrapper {
    height: 80px;
}

#lum-uheader .hide {
    display: none;
}

#lum-uheader i {
    display: inline-block;
}

#lum-uheader a, #lum-uheader a:active {
text-decoration: none;
    color: #808284;
}

#lum-uheader a:hover {
-webkit-transition: color 500ms ease;
    -moz-transition: color 500ms ease;
    -o-transition: color 500ms ease;
    transition: color 500ms ease;
}

#lum-uheader .clear {
    clear: both;
    font-size: 1px;
    height: 0px;
    width: 1px;
}

#lum-uheader {
    color: #808284;
    z-index:1000;
    width: 100%;
    top:0;
    left: 0;
    font-family: &#39;Open Sans&#39;, sans-serif;
    font-size: 13px;
    font-weight: 700;
    position: fixed;
}

#lum-uheader  {
    height: 60px;
    margin: auto;
    padding: 0;
}

#lum-uheader.light-theme {
    background-color: #ffffff;
}

#lum-uheader.dark-theme {
    background-color: #221f1f;
}

#lum-uheader .section-logo {
    min-width: 175px;
    float: left;
    display: inline-block;
    margin-left: 30px;
    height: 100%;
}

#lum-uheader .section-logo .logo {
height: 100%;
    max-width: 100%;
    text-align: center;
}

#lum-uheader .section-logo .logo img {
max-height: 100%;
    max-width: 100%;
}

#lum-uheader .section-main {
float: left;
display: inline-block;
    height: 100%;
    line-height: 60px;
}

#lum-uheader .section-main .title {
line-height: 60px;
margin-left: 5px;
}

#lum-uheader .section-main div.header-link,
#lum-uheader .section-main div.lum-btn {
    display: inline-block;
    padding: 0 15px;
    text-align: center;
    height: 100%;
}

#lum-uheader .section-main div.header-link div.flag {
    padding: 0 5px;
    text-align: center;
    height: 100%;
    width: 100%;
}

#lum-uheader .section-main div.header-link div.flag img{
    height: 24px;
    width: 24px;
}

#lum-uheader .section-main-mobile {
    display: none;
}

#lum-uheader a.header-link:hover,
#lum-uheader a.uh-nav-item:hover,
#lum-uheader .section-main ul.uh-nav li.uh-nav-item ul.uh-nav-dropdown li a:hover {
    color: #ff6a13;
}

#lum-uheader .section-support {
float: right;
display: inline-block;
width: 75px;
}

#lum-uheader .section-support .help {
background: rgba(255,255,255,.5);
height: 100%;
display: inline-block;
width: 100%;
line-height: 60px;
text-align: center;
}

#lum-uheader .section-profile {
float: right;
display: inline-block;
height: 100%;
margin-right: 40px;
    overflow: visible;
}

#lum-uheader .section-profile .profile {
    padding-top: 10px;
}

#lum-uheader .section-profile ul {
list-style: none;
}

#lum-uheader .section-profile .dropdown {
position: relative;
cursor: pointer;
height: 100%;
}

#lum-uheader .section-profile .dropdown i {
font-size: 24px;
line-height: 60px;
}


#lum-uheader .section-profile .dropdown .top.profile {
height: 100%;
width: 75px;
}

#lum-uheader .section-profile .dropdown .list {
display: none;
width: 215px;
position: absolute;
top: 60px;
right: 0;
z-index: 1000;
}


#lum-uheader .section-profile .dropdown .list .items {
padding: 0;
margin: 0;
background: #fff;
border: 1px solid #cccccc;
font-size: 12px;
    width: 100%;
}

#lum-uheader .section-profile .dropdown .list .listitem {
height: 36px;
line-height: 36px;

    width: 185px;
    padding: 0 15px;
}

#lum-uheader .section-profile .dropdown .list .listitem:hover {
background: #eee;
}


#lum-uheader .section-profile .dropdown .list .listitem .label {
    border: 0;
    color: #999;
    font-size: 12px;
    text-decoration: none;
    line-height: 36px;
    width: 100%;
    display: inline-block;
    padding: 0;
    white-space: nowrap;
    overflow: hidden;
    text-align: left;
    text-overflow: ellipsis;
}

#lum-uheader .section-profile .dropdown .list .listitem .label a {
color: #4368ba;
}

#lum-uheader .section-profile .dropdown .list .listitem .label a:hover {
color: #fb6220;
-webkit-transition: color 500ms ease;
    -moz-transition: color 500ms ease;
    -o-transition: color 500ms ease;
    transition: color 500ms ease;
}

#lum-uheader .section-profile .login {
height: 60px;
line-height: 60px;
text-align: center;
}


#lum-uheader .pointer {
display: none;
position: absolute;
width: 5px;
height: 5px;
border-radius: 50%;
    background-color: #fb6220;
    left: 35px;
    bottom: 10px;
}


.lum-gray-1 {
    color: #D1D2D4;
}

.lum-gray-2 {
    color: #A7A9AB;
}

.lum-gray-3 {
    color: #808284;
}

.lum-gray-4 {
    color: #58585B;
}

.lum-gray-5 {
    color: #221F1F;
}

#lum-uheader a.lum-btn {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border: 1px solid #ff6a13;
    height: 35px;
    line-height: 35px;
    padding: 0 20px;
    margin-top: 10px;
    font-size: 14px;
    display: inline-block;
}

#lum-uheader a.lum-btn {
    color: #ff6a13;
}

#lum-uheader a.lum-btn:hover {
    color: #b94600;
    border-color: #b94600;
}

#lum-uheader a.lum-btn:hover {
    border-color: #b94600;
}

#lum-uheader .section-more {
    display: none;
}

#lum-uheader .section-main ul.uh-nav {
    list-style: none;
    padding: 0;
    margin: 0;
    position: absolute;
    z-index: 1000;
}

#lum-uheader .section-main ul.uh-nav li.uh-nav-item a.selected {
    font-weight: 900;
    color: #ff6a13;
}

#lum-uheader .section-main ul.uh-nav li.uh-nav-item ul.uh-nav-dropdown {
    background-color: #ffffff;
    border: 1px solid #cccccc;
    display: none;
    list-style: none;
    padding: 0 10px 10px 10px;
    margin: 0;
    z-index: 1000;
    position: absolute;
    min-width: 100%;
    top: 60px;
    left: 0;
}

#lum-uheader .section-profile .dropdown:hover .list {
    display: block;
}

#lum-uheader .section-profile .dropdown:hover .top.profile .pointer {
    display: block;
}

@media only screen and (min-width : 769px) {
    #lum-uheader {
        min-width: 1275px;
    }

    .lum-uheader-scroll {
        border-bottom: 1px solid #CCCCCC;
        box-shadow: 2px 2px 2px #888888;
    }

    #lum-uheader .section-main ul.uh-nav li.uh-nav-item {
        float: left;
        height: 100%;
        text-align: center;
        position: relative;
    }

    #lum-uheader .section-main ul.uh-nav li.uh-nav-item a {
        box-sizing: border-box;
        display: block;
        height: 100%;
        padding: 0 15px;
    }

    #lum-uheader .section-main ul.uh-nav li.uh-nav-item:hover ul.uh-nav-dropdown {
        display: block;
    }

    #lum-uheader .section-main ul.uh-nav li.uh-nav-item ul.uh-nav-dropdown li {
        line-height: 16px;
        margin: 10px 10px;
        text-align: left;
        white-space: nowrap;
    }

    /*
    FIXME - Figure out why I can&#39;t reference this via
    #lum-header .section-main ul.uh-nav li.uh-nav-item div.arrow-up
    */
    .uh-arrow-up {
        background-image: url(https://sep.yimg.com/yf/uh/img/uh-sprite.png);
        background-position: -7px 9px;
        width: 8px;
        height: 6px;
        position: relative;
        top: -6px;
        left: 25%;
        background-color: #ffffff;
    }
}
/* One mobile breakpoint */
@media only screen and (max-width : 768px) {
#lum-uheader {
height: auto;
        font-size: 20px;
        max-width: 100%;
        width: 100%;
        }
        #lum-uheader .content {
        height: auto;
        width: 100%;
        }
        #lum-uheader .section-logo {
        height: 60px;
        margin: 0;
        width: 100%;
        text-align: center;
        }

    #lum-uheader.light-theme .section-logo {
        background-color: #ffffff;
    }

    #lum-uheader.dark-theme .section-logo {
        background-color: #221f1f;
    }

    #lum-uheader .section-logo .logo a {
        height: 100%;
    }

    #lum-uheader .section-support {
    float: left;
    }
    #lum-uheader .section-main {
        background-color: #ffffff;
        display: none;
        float: none;
        height: auto;
        line-height: 30px;
        padding: 10px;
        overflow: visible;
        position: absolute;
        top: 0;
        width: 90%;
        z-index: 90;

    }

    #lum-uheader .section-main ul.uh-nav {
        position: static;
    }

    #lum-uheader .section-main div.header-link,
    #lum-uheader .section-main ul.uh-nav li.uh-nav-item {
        padding: 10px;
        text-align: left;
        width: 100%;
    }

    #lum-uheader .section-main-mobile {
        display: block;
        margin-top: 20px;
    }

    #lum-uheader .section-more {
        display: block;
        position: absolute;
        padding: 15px 0;
        text-align: center;
        top: 0;
        width: 50px;
        z-index: 100;
    }

    #lum-uheader .section-more-collapse {
        top: 0;
        left: 0;
    }

    #lum-uheader .section-more-expand {
        right: 0;
    }

    #lum-uheader .section-profile {
        display: block;
        margin-right: 0;
        position: absolute;
        right: 0;
        top: 0;
        z-index: 90;
    }
}
