.main-header-wrap {
    background-color: #2C2E3D;
    position: fixed;
    width: 100%;
    z-index: 700;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2), inset 0 -1px 0 0 rgba(255, 255, 255, 0.1);
}

.menu-desktop {
    width: 100%;
}

.menu-desktop,
.menu-desktop td.menu ul {
    height: 60px;
}

.menu-desktop td {
    vertical-align: middle;
    font-size: 14px;
}

.menu-desktop td img {
    max-width: 100%;
    max-height: 100%;
}

.menu-desktop td.messages {
    width: 60px;
}

.menu-desktop td.menu ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.menu-desktop td.menu li {
    float: right;
    padding: 0 5px;
    margin-right: 10px;
}

.menu-desktop td.menu li > a {
    text-transform: uppercase;
}

.menu-desktop td.menu a,
.menu-desktop td.menu a:hover {
    color: #e6e9fb;
    text-decoration: none;
}

.menu-desktop td.menu a.opacity-on-hover:hover {
    opacity: 0.7;
    animation: opacity-out-07 500ms;
}

.menu-desktop td.menu li.vertical-middle {
    border: 1px solid transparent;
}

.menu-desktop td.search {
    padding: 0 8px 0 0;
    width: 40px;
}

.menu-desktop td.search img {
    width: 26px;
    height: 26px;
}

.sign-up, .btn-sign-in {
    text-transform: uppercase;
}

.sign-up, .btn-sign-in, .verified-payment-container {
    color: #edeffe;
    font-size: 14px;
    padding-top: 16px;
    border-radius: 0;
}

.sign-up:hover, .btn-sign-in:hover, .sign-up:focus, .btn-sign-in:focus {
    color: #edeffe;
}

a.sign-up {
    background-color: #F44E50;
    min-width: 100px;
}

a.sign-up:hover {
    outline: 0 !important;
    text-decoration: none;
    color: #EDEFFE;
    background-color: #D64546;
}

.btn-sign-in {
    background: transparent;
    border-color: #edeffe;
    border-top: 0;
}

.btn-sign-in:hover {
    outline: 0 !important;
    text-decoration: none;
    color: #EDEFFE;
    background-color: rgba(47, 50, 65, 0.2);
}

.searchIconContainer {
    width: 39px;
    height: 39px;
}

.search.inactive {
    display: none;
}

.language-selector {
    color: #e6e9fb;
    width: 40px;
}

.language-selector .selector div {
    float: left;
    cursor: pointer;
    padding-top: 9px;
}

.language-selector .dropdown-menu {
    min-width: 60px;
    max-width: 60px;
    width: 100%;
    top: 42px;
    right: 0;
    left: auto;
    background-color: #393D50;
    text-align: center;
    font-size: 16px;
    color: #e6e9fb;
    text-transform: uppercase;
    font-family: Montserrat-Bold, sans-serif;
}

.language-selector .dropdown-menu a {
    color: #e6e9fb;
    letter-spacing: 1px;
}

.language-selector .language {
    text-transform: uppercase;
    font-family: Montserrat-Bold, sans-serif;
    font-size: 14px;
    line-height: 0.79;
    padding-right: 2px;
}

.language-selector img.desktop {
    height: 22px;
    width: 13px;
    margin-top: -4px;
}

.dropdown-menu-sign-in {
    right: 0;
    left: auto;
    top: 60px;
    width: 296px;
    margin: 0;
    background-color: #393D50;
    border: 1px solid #DFE5E8;
    border-radius: 0;
    padding: 30px 5px;
}

.sign-up-type-wrap {
    text-align: center;
    margin-bottom: 15px;
}

.sign-up-type-wrap:last-child {
    margin-bottom: 30px;
}

.inputRegistration {
    width: 261px;
    height: 40px;
    padding-top: 2px;
    padding-left: 50px;
    color: #E0E0E0;
    padding-bottom: 2px;
    border: 1px solid #494C64;
    background-color: #636675;
    border-radius: 3px;
    font-size: 15px;
}

.inputRegistration.name {
    background: #636675 url(../../images/header/login_username.png) no-repeat 10px 7px;
}

.inputRegistration.reset-email {
    padding-left: 10px;
}

.inputRegistration.password {
    background: #636675 url(../../images/header/login_password.png) no-repeat 10px 12px;
}

.inputRegistration::-webkit-input-placeholder {
    color: #E0E0E0;
}

.inputRegistration::-moz-placeholder {
    color: #E0E0E0;
}

.inputRegistration::-ms-placeholder {
    color: #E0E0E0;
}

.inputRegistration::placeholder {
    color: #E0E0E0;
}

.forgot-password-form-wrap {
    display: none;
}

.forgot-password-form-wrap.show {
    display: block;
}

.dropdown-login-button {
    margin-top: 3px;
    border-radius: 3px;
    background-color: #F44E50;
    border: 1px solid #494C64;
    width: 261px;
    height: 47px;
    color: #edeffe;
    text-align: center;
    text-transform: uppercase;
}

.dropdown-login-button:hover {
    outline: 0 !important;
    text-decoration: none;
    color: #EDEFFE;
    background-color: #D64546;
}

.dropdown-login-button.grey {
    background-color: #2C2E3D;
}

.forgot-password {
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 14px;
}

span.link {
    color: #E6E9FB;
    text-transform: uppercase;
    cursor: pointer;
}

span.link:hover {
    text-decoration: underline;
}

.menu-desktop td.messages {
    padding-right: 20px;
}

.user-message-wrap {
    position: relative;
    margin-left: 10px;
}

.user-message-wrap .envelope {
    color: #e6e9fb;
    font-size: 33px;
}

.user-message-wrap .envelope:hover {
    text-decoration: none;
}

.user-message-wrap .message {
    background-color: #F44E50;
    color: rgb( 255, 255, 255 );
    text-transform: uppercase;
    position: absolute;
    border-radius: 50%;
    text-align: center;
    height: 21px;
    width: 21px;
    top: 0;
    right: -10px;
    display: none;
    line-height: 1.5;
    font-size: 14px;
}

.dropdown-registration {
    text-align: center;
}

.dropdown-registration > form > div {
    margin-top: 12px;
}

.dropdown.menu-sign-in .signUpMethod:last-child {
    padding-top: 15px;
    padding-bottom: 10px;
}
