#header {
    position: fixed;
    top: 0;
    min-height: 83px;
    width: 100%;
    z-index: 2;
    -webkit-transform: translateZ(0);
    border-bottom: 1px solid #eeeeee;
    color: white;
    background-color: white;
    transition: top 0.2s ease-in-out;
}
#header.has-banner {
    min-height: 110px;
}
#header.has-banner .banner {
    display: block;
}
#header .banner {
    display: none;
}
#header .banner .banner-cta {
    margin-top: -4px;
    margin-left: 10px;
    color: #fff;
    background-color: #ed0c3c;
}
#header.nav-up {
    top: -83px;
}
#header.nav-up.has-banner {
    top: -110px;
}
#header .spacer {
    background: #36a3dc;
    width: 100%;
    height: 3px;
}
#header .navbar-btn {
    color: #707070;
}
#header .navbar-btn:hover {
    background: #fff;
}
#header .container {
    font-size: 14px;
}
@media only screen and (min-width: 992px) {
    #header .container {
        padding-left: 0px;
        padding-right: 0px;
    }
}
#header #mobileNavBtn,
#header #mobile-menu {
    display: none;
}
#header .navbar {
    margin-bottom: 0px;
}
#header .navbar-header {
    margin-top: 5px;
}
@media only screen and (min-width: 992px) {
    #header .navbar-nav {
        margin-top: 13px;
    }
    #header .navbar-nav > li > a {
        padding: 15px 10px;
    }
    #header .navbar-nav > li > a:hover {
        background-color: transparent;
    }
    #header ul.actions a.signin {
        border-radius: 3px;
    }
    #header ul.actions a.signup {
        border-color: #e6e6e6;
        color: #8b8b8b;
    }
    #header ul.actions a.signup:hover {
        border-color: #d0d0d0;
        background-color: white;
    }
    #header ul.actions .contact {
        color: #999999;
    }
    #header ul.actions .contact p {
        display: inline-block;
        font-size: 12px;
    }
    #header ul.actions .dropdown .dropdown-toggle {
        margin-left: 9px;
        margin-top: 8px;
        padding-top: 4px;
        padding-bottom: 7px;
        border: 1px solid white;
        z-index: 1023;
        border-radius: 1px;
        position: relative;
        background: white;
        text-decoration: none;
    }
    #header ul.actions .dropdown.open .dropdown-toggle {
        border: 1px solid rgba(0, 0, 0, 0.15);
        border-bottom: 1px solid white;
        border-radius: 4px 4px 0px 0px;
    }
    #header ul.langs {
        min-width: 62px;
        text-align: center;
        background-color: white;
        z-index: 2;
        margin-top: -1px;
        left: 9px;
        box-shadow: none;
        border-radius: 0px 0px 5px 5px;
    }
    #header ul.langs li {
        margin-right: 0px;
        border-bottom: 1px solid #f0f0f0;
    }
    #header ul.langs li:last-child {
        border-bottom: none;
    }
    #header ul.langs li a {
        padding-top: 10px;
        padding-bottom: 10px;
        color: #6c6c6c;
    }
    #header ul.langs li a:hover {
        color: #515151;
    }
    #header ul.langs li img {
        margin-right: 10px;
    }
    #header ul.langs li span {
        text-transform: capitalize;
    }
    #header.nav-up ul.langs {
        display: none;
    }
}
@media only screen and (max-width: 992px) {
    #header {
        position: -webkit-sticky;
    }
    #header .actions,
    #header .links {
        display: none;
    }
    #header .navbar-header {
        float: left;
    }
    #header #mobileNavBtn {
        margin-top: 28px;
        margin-right: 10px;
        display: inline-block;
        float: right;
        cursor: pointer;
    }
    #header #mobileNavBtn.open .icon-th-list:before {
        font-size: 18px;
        content: '\00d7';
    }
    #header #mobile-menu.open {
        display: block;
        color: black;
        background-color: white;
        text-align: center;
        margin-top: 20px;
    }
    #header #mobile-menu.open .mobile-links .nav {
        margin-bottom: 0px;
    }
    #header #mobile-menu.open .mobile-links .nav > li {
        padding: 10px 15px;
        border-bottom: 1px solid #eeeeee;
    }
    #header #mobile-menu.open .mobile-links .nav > li:first-child {
        border-top: 1px solid #eeeeee;
    }
    #header #mobile-menu.open .mobile-links .nav > li:last-child {
        padding: 0;
    }
    #header #mobile-menu.open .mobile-links .nav .col-xs-6 {
        padding: 10px 15px;
    }
    #header #mobile-menu.open .mobile-links .nav .col-xs-6:first-child {
        border-right: 1px solid #eeeeee;
    }
    #header #mobile-menu.open .mobile-links .nav .col-xs-6 a:hover {
        display: block;
        background-color: #eee;
    }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
    #header {
        position: -webkit-sticky;
    }
}
