
body > #target > header {
    position: relative;
    box-sizing: border-box;
    width: 100%;
    height: 60px;
    padding: 0;
    margin: 0;
    /*background-color: rgba(255, 255, 255, 1);*/
    background-color: #253444;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.35);
    z-index: 1001;
}

body.header-fixed > #target > header {
    position: fixed;
}

body > #target > header .container {
    box-sizing: border-box;
    width: 1250px;
    margin: 0 auto;
    height: 100%;
}

body.header-fixed section {
    padding-top: 60px;
}

header .guides-logo-wrapper {
    position: relative;
    display: inline-block;
    box-sizing: border-box;
    float: left;
    width: 190px;
    height: 100%;
    margin: 0;
    padding: 18px 0 0 10px;
}

header .guides-logo-wrapper .logo {
    width: 150px;
    height: 25px;
    margin: 0;
    /*background: url(/img/logo-sprite.png) no-repeat 0 0;*/
    background: url(/img/logo-tp.png) no-repeat 0 0;
    background-size: cover;
}

header.transparent .guides-logo {
    background-color: transparent;
}

body.light-header header,
header.white {
    background-color: #ffffff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
}

body.body-dark > #target > header {
    border-bottom: 2px solid #ed003e;
}

body.light-header header .guides-logo-wrapper .logo {
    background-position: 0 -25px;
}

.header-menu {
    float: right;
    list-style-type: none;
    height: 100%;
    padding: 0;
    margin: 0;
}

.header-menu > li {
    display: block;
    box-sizing: border-box;
    position: relative;
    float: left;
    height: 100%;
    border: 0;
    margin: 0;
}

.header-menu > li > a {
    display: block;
    padding: 13px 25px 13px 25px;
    text-decoration: none;
    color: #94bbdb;
    cursor: pointer;
}

.header-menu li.active {
    background-color: #bc0840;
}

.header-menu li.active .icon-link {
    color: #ffffff;
}

.header-menu li.search {
    padding: 14px 0 14px 0;
}

.join-dropdown {
    position: absolute;
    top: 100%;
    right: 0;
    width: 160px;
    padding: 0;
    background-color: rgba(38, 52, 67, 0.9);
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.25);
    z-index: 5;
}

.join-dropdown ul {
    padding: 0;
}

.join-dropdown ul li {
    display: block;
    height: 50px;
    width: 100%;
    padding: 0;
    font-size: 12px;
    color: #a7b9cb;
    border-bottom: 1px solid #3e4b5a;
}

.join-dropdown ul li:last-child {
    border-bottom: none;
}

.join-dropdown ul li span {
    color: #ffffff;
    text-transform: uppercase;
    font-weight: 500;
}

.join-dropdown ul li:hover {
    background-color: #ed004e;
    color: #ffffff;
}

.join-dropdown ul li > div,
.join-dropdown ul li > a {
    display: block;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    padding: 0 10px 0 25px;
    line-height: 49px;
    color: inherit;
    text-transform: none;
    text-decoration: none;
    cursor: pointer;
}

li.thin-dropdown .dropdown-menu {
    background-color: #ffffff;
    margin-top: 0px;
    border-radius: 0;
    padding: 0;
    /* box-shadow: none; */
    border: none;
    width: 90px;
    min-width: 90px;
}

li.thin-dropdown a {
    padding: 0 5px;
    line-height: 60px;
    text-align: center;
    color: #ffffff;
}

li.thin-dropdown.open {
    border-color: #ed004e;
    color: #ffffff;
}

li.thin-dropdown.open > a,
li.thin-dropdown.open > a:hover {
    background-color: #ed004e;
}

.icon-link {
    padding: 10px 10px 10px 30px;
    /*color: #253545;*/
    font-size: 14px;
    line-height: 14px;
    text-decoration: none;
}

.icon-link:hover {
    /*color: #bf003f;*/
    color: #ffffff;
}

.icon-how-it-works {
    background: url(/img/guides/icons/header/how-it-works.png) no-repeat;
    background-position: left 5px;
}

.icon-login {
    background: url(/img/guides/icons/header/login.png) no-repeat;
    background-position: left 5px;
}

.icon-join {
    background: url(/img/guides/icons/header/join.png) no-repeat;
    background-position: left 5px;
}

.header-user-menu {
    display: inline-block;
    float: right;
    width: auto;
    height: 100%;
    margin: 0;
    padding: 0;
}

.header-user-menu > li {
    border-right: 1px solid #4e5a6a;
}

.header-user-menu > li > a {
    display: block;
    box-sizing: border-box;
    height: 100%;
    width: 100%;
    /*color: inherit;*/
}

.body-light .header-user-menu > li {
    border-right: 1px solid #e5eaee;
}

.header-user-menu .logout {
    width: 75px;
    /*background: url(/img/guides/icons/header/singout.png) no-repeat 50%;*/
}

.body-light .header-user-menu > li:not(.active) > a:hover {
    background-color: #fafbfc;
    color: #bf003f;
}

.header-user-menu > li > a:active,
.header-user-menu > li > a:active:hover,
.header-user-menu > li > a:active:focus,
.header-user-menu > li.active > a:hover,
.header-user-menu > li.active > a:active,
.header-user-menu > li.active > a:active:hover,
.header-user-menu > li.active > a:active:focus {
    background-color: #bf003f;
    color: #ffffff;
}

.header-user-menu > li > a:hover {
    background-color: #2e3f50;
    color: #ffffff;
}

.header-user-menu .profile {
    max-width: 200px;
    /*color: #909eaf;*/
    color: #94bbdb;
    padding: 0;
}

.header-user-menu .profile a {
    padding: 0 15px;
}

.header-user-menu .profile .avatar {
    display: inline-block;
    position: relative;
    box-sizing: content-box;
    float: left;
    width: 40px;
    height: 40px;
    /*margin-left: 15px;*/
    padding: 10px 0;
    margin-right: 10px;

}

.header-user-menu .profile .avatar img {
    width: 100%;
    height: 100%;
    /*border-radius: 50%;*/
}

.header-user-menu .profile .avatar .unread-bubble {
    position: absolute;
    box-sizing: border-box;
    top: 5px;
    right: -6px;
    min-width: 20px;
    height: 20px;
    padding: 0 4px;
    background-color: #ee185f;
    color: #ffffff;
    text-align: center;
    line-height: 20px;
    font-size: 11px;
    font-weight: 500;
    border-radius: 20px;
    opacity: 0.9;
}

.header-user-menu .profile .header {
    display: inline-block;
    box-sizing: border-box;
    float: left;
    font-size: 13px;
    font-weight: 400;
    height: 60px;
    line-height: 60px;
}

/*.header-user-menu .profile:hover {
    color: #bf003f;
    background-color: #fafbfc;
}
.header-user-menu .profile:active {
    color: #ffffff;
    background-color: #bf003f;
}*/
.header-user-menu .contacts {
    box-sizing: border-box;
}

.header-user-menu .hello {
    width: 180px;
    line-height: 60px;
    padding-right: 15px;
    text-align: right;
    font-size: 14px;
    font-weight: 500;
    color: #909eaf;
    /*color: #253545;*/
    overflow: hidden;
    white-space: nowrap;
    word-wrap: normal;
    text-overflow: ellipsis;
}

.header-user-menu .hello a {
    padding: 0;
}

.header-user-menu .search {
    float: left;
    height: 60px;
    padding-top: 14px;
    border: none;
}

.header-user-menu .livechat {
    border-right: 0px;
    padding: 18px 0 0 20px;
}

/* Mobile */
.header-menu.mobile li a span {
    text-transform: uppercase;
    font-weight: 500;
}

.header-menu.mobile li a {
    line-height: 14px;
    padding: 50px 0 0px;
    background-size: 24px;
    font-size: 14px;
    color: #2a3a4a;
    background-position: center 15px;
    display: block;
    width: 100%;
}

.header-menu.mobile > li:active > a {
    color: white;
}

.header-menu.mobile:not(.list-style-items) > li.active,
.header-menu.mobile:not(.list-style-items) > li:active {
    background-color: #bf003f;
}

.header-menu.mobile > li:hover > a {
    color: #bf003f;
}

.header-menu.mobile li.login > a {
    background: url(/img/guides/icons/header/login_mobile.png) no-repeat;
    background-size: 24px;
    background-position: center 15px;
}

.header-menu.mobile:not(.list-style-items) li.login:active > a {
    background-image: url(/img/guides/mobile/login_mobile_active.png);
}

.header-menu.mobile li.how > a {
    background: url(/img/guides/icons/header/how-it-works_mobile.png) no-repeat;
    background-size: 24px;
    background-position: center 15px;
}

.header-menu.mobile li.how:active > a {
    background-image: url(/img/guides/mobile/how-it-works_mobile_active.png);
}

.header-menu.mobile li.join > a {
    background: url(/img/guides/icons/header/join_mobile.png) no-repeat;
    background-size: 24px;
    background-position: center 15px;
}

.header-menu.mobile:not(.list-style-items) li.join:active > a {
    background-image: url(/img/guides/mobile/join_mobile_active.png);
}

.header-menu.mobile li {
    width: 48%;
    float: none;
    white-space: normal;
    display: inline-block;
    vertical-align: middle;
    height: 80px;
    padding: 0;
    border: 1px solid #b1bece;
    border-top: none;
}

.header-menu.mobile li:nth-child(2),
.header-menu.mobile li:nth-child(1) {
    border-top: 1px solid #b1bece;
}

.header-menu.mobile li:nth-child(even) {
    border-left: none;
}

.header-menu.mobile li:nth-child(odd) {
    margin-left: 2%;;
}

.header-menu.mobile.open {
    height: auto;
    text-align: left;
    padding-bottom: 20px;
    -webkit-box-shadow: -2px 3px 5px 0px rgb(33, 33, 33);
    -moz-box-shadow: -2px 3px 5px 0px rgb(33, 33, 33);
    box-shadow: -2px 3px 5px 0px rgb(33, 33, 33);
}

.header-menu.mobile {
    display: none;
}

.logout-mobile {
    display: none;
}

/* Chat Button */
#scsHCL a {
    display: inline;
    min-width: 140px;
    border-radius: 2px;
    text-align: center;
    text-decoration: none;
}

#scsHCL.styled a {
    font-size: 13px;
    font-weight: 400;
    text-transform: none;
    height: 35px;
    line-height: 35px;
}

#scsHCL a:active {
    line-height: 37px;
}

#scsHCL a img {
    display: none;
}

#scsHCL a:after {
    content: "Live Chat Online"
}

#scsHCL a:before {
    content: "\f0e6";
    display: inline-block;
    margin-right: 10px;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 16px;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
}

#scsHCL.default a {
    color: #a7b9cb;
    text-align: left;
}

#scsHCL.default a:hover {
    color: #ffffff;
}

@media screen and (max-width: 1300px) {
    body > #target > header .container,
    body {
        min-width: 100%;
        width: 100%;
        min-width: 300px;
    }

    .header-menu > li > a {
        padding-left: 10px;
        padding-right: 10px;
    }
}

@media screen and (max-width: 1024px) {
    @supports (overflow:-webkit-marquee) and (justify-content:inherit) {
        .header-menu > li {
            width: 48%;
        }
    }
    @media screen and (min-color-index: 0) and(-webkit-min-device-pixel-ratio: 0) {
        @media {
            .main-container {
                /*background-color: red !important;*/
            }

            .header-menu > li:nth-child(2) {
                margin-right: 0% !important;
            }

            .header-menu > li.join-toggle.closable-trigger {
                margin-bottom: -1px !important;
            }
        }
    }
}

@media screen and (min-width: 750px) and (max-width: 1024px) {
    .header-menu > li {
        width: auto !important;
    }
}

@media screen and (max-width: 970px) {
    .header-menu ul {
        margin-top: 0;
    }

    .header-menu {
        display: none;
        width: 400px;
        right: 0;
        background-color: rgba(38, 52, 67, 1);
        padding: 0 !important;
        float: none;
        position: absolute;
        margin-top: 60px;
        height: auto;
        -webkit-box-shadow: -5px 5px 17px -6px rgba(0, 0, 0, 0.75);
        -moz-box-shadow: -5px 5px 17px -6px rgba(0, 0, 0, 0.75);
        box-shadow: -5px 5px 17px -6px rgba(0, 0, 0, 0.75);
    }

    .logout-mobile {
        display: inline-block;
        margin-left: 25px;
        font-size: 14px;
        width: calc(100% - 50px);
    }

    .header-menu li.logout a i {
        margin-top: 0 !important;
    }

    .header-menu li.logout a {
        padding: 0 21px;
    }

    .header-menu li.active {
        /*background-color: initial;*/
        background-color: transparent;
        border-bottom: 0 !important;
    }

    body #target .header-user-menu .logout {
        background-image: none;
    }

    .header-user-menu li a {
        text-decoration: none;
    }

    .header-user-menu .profile .avatar {
        display: block;
    }

    .header-user-menu .profile:hover {
        color: #909eaf;
        background-color: transparent;
    }

    .header-user-menu .profile .header {
        color: #a7b9cb;
        width: calc(100% - 90px);
        font-size: 14px;
    }

    .header-menu.hidden-mobile {
        display: none;
    }

    .icon-link {
        padding: 10px 10px 10px 47px;
    }

    .header-user-menu .hello {
        display: none !important;
    }

    body #target .header-user-menu li.livechat {
        display: none;
    }

    #scsHCL a {
        text-align: left;
        margin-left: 0;
        padding-left: 0;
    }

    .header-menu li.profile .avatar .unread-bubble {
        position: absolute;
        box-sizing: border-box;
        top: 5px;
        right: -6px;
        min-width: 15px;
        height: 15px;
        padding: 0 4px;
        background-color: #ee185f;
        color: #ffffff;
        text-align: center;
        line-height: 15px;
        font-size: 11px;
        font-weight: 500;
        border-radius: 20px;
        opacity: 0.9;
    }

    .header-menu li .gu-exit {
        vertical-align: middle;
    }

    .header-menu li.profile .avatar img {
        width: 100%;
        margin-top: -10px;
    }

    .header-menu li.profile .avatar {
        display: inline-block;
        position: relative;
        float: left;
        width: 30px;
        height: 30px;
        margin-right: 10px;
        margin-left: 17px;
    }

    .join-dropdown {
        width: 100% !important;
        position: static;
        -webkit-box-shadow: inset 10px 10px 5px 0px rgba(0, 0, 0, 0.75) !important;
        -moz-box-shadow: inset 10px 10px 5px 0px rgba(0, 0, 0, 0.75) !important;
        box-shadow: inset 10px 10px 5px 0px rgba(0, 0, 0, 0.75) !important;
    }

    .header-menu li a {
        display: block;
        box-sizing: border-box;
        width: 100%;
        height: 100%;
        line-height: 49px;
        color: inherit;
        text-transform: none;
        background-position: left 12px !important;
        text-decoration: none;
        padding-left: 20px;
    }

    .header-menu > li:hover > a {
        color: inherit;
    }

    .header-menu li {
        display: block;
        border: none;
        min-height: 50px;
        height: auto;
        width: 100% !important;
        padding: 0;
        font-size: 12px;
        color: #a7b9cb;
        border-bottom: 1px solid rgba(62, 75, 90, 0.48) !important;
        border-top: 1px solid rgba(0, 0, 0, 0.23) !important;
        margin: 0 !important;
        text-align: left !important;
        max-width: 100% !important;
    }

    .header-menu ul li a,
    .header-menu ul li div {
        margin-left: 25px;
    }

    .header-menu ul li {
        background-color: rgb(46, 57, 70)
    }

    .header-menu li.active li:last-child {
        -webkit-box-shadow: inset -0px 3px 14px -7px rgba(0, 0, 0, 0.75);
        -moz-box-shadow: inset -0px 3px 14px -7px rgba(0, 0, 0, 0.75);
        box-shadow: inset 0px -3px 14px -7px rgba(0, 0, 0, 0.75);
        border-bottom: 0 !important;
    }

    .header-menu li.active li:first-child {
        -webkit-box-shadow: inset 0px 3px 14px -7px rgba(0, 0, 0, 0.75);
        -moz-box-shadow: inset 0px 3px 14px -7px rgba(0, 0, 0, 0.75);
        box-shadow: inset 0px 3px 14px -7px rgba(0, 0, 0, 0.75);
    }

    .header-menu li.active {
        height: auto;
        min-height: 50px;
        border-bottom: none;
    }

    .header-menu li li {
        border-bottom: 1px solid rgba(62, 75, 90, 0.5);
    }

    .header-menu li.active ul {
        display: block;
    }

    .header-menu ul {
        position: relative;
        display: none;
    }

    .header-menu.open {
        display: block;
    }

    header .guides-logo-wrapper {
        height: 50px;
    }

    header .guides-logo-wrapper .logo {
        z-index: 1;
    }

    .header-menu li.thin-dropdown a {
        text-align: left;
    }

    .header-menu li.thin-dropdown a .current-language img {
        width: 32px;
        height: 32px;
    }

    .header-menu li.thin-dropdown a .currency-sign {
        font-size: 20px;
    }

    .header-menu li.thin-dropdown .dropdown-menu {
        width: 100%;
        padding: 15px 0 15px 30px;
        height: auto;
        background-color: rgb(46, 57, 70);
    }

    .header-menu li.thin-dropdown .dropdown-menu li {
        min-width: 75px;
        width: 75px !important;
        height: 75px;
        float: left;
        background: #3b4e61;
        margin: 0 5px 5px 0 !important;
    }

    .header-menu li.thin-dropdown .dropdown-menu li.selected {
        background: #ed004e;
    }

    .header-menu li.thin-dropdown .dropdown-menu li > a {
        height: 75px;
        color: #ffffff;
        text-align: center;
        padding: 13px;
        margin-left: 0;
    }

    .header-menu li.thin-dropdown .dropdown-menu li > a > i {
        display: block;
        font-size: 30px;
    }

    .header-menu li.thin-dropdown .dropdown-menu li > a > span {
        margin-left: 0px !important;
        display: block;
        font-weight: 400;
        margin-top: 5px;
        line-height: 1.5;
    }

    .header-menu li.thin-dropdown .dropdown-menu li > a > img {
        width: 32px;
        height: 32px;
        margin-top: -4px;
        margin-right: 0 !important;
    }

    .header-menu li.thin-dropdown .dropdown-menu.language-selector li > a > span {
        margin-top: 0;
    }

    .header-menu li.thin-dropdown span.hidden-sm {
        display: inline-block !important;
    }

    .button_menu {
        background-image: url("/img/guides/mobile/button.png");
        position: absolute;
        top: 0;
        right: 0;
        width: 35px;
        margin: 17px 22px;
        background-position: center;
        background-size: contain;
        background-repeat: no-repeat;
        height: 30px;
        z-index: 5;
        cursor: pointer;
    }
}

/*LOCALS*/
.locals-tooltip {
    padding: 0;
    border: none;
    border-radius: 14px;
    font-weight: bolder;
    margin: 6px;
    font-size: 10px;
    cursor: pointer;
    top: -2px;
    position: relative;
    width: 20px;
    height: 20px;
}

.locals-tooltip-white {
    color: #bf003f;
    background-color: #fff;
}

.locals-tooltip-red {
    color: #fff;
    background-color: #bf003f;
}
.join-dropdown li:hover .locals-tooltip-red {
    color: #bf003f;
    background-color: #fff;
}

.join-dropdown .tooltip {
    margin-left: 10px;
    line-height: 20px;
}

@media screen and (max-width: 750px) {

    body > #target > header {
        height: 50px;
    }

    .header-menu {
        margin-top: 50px;
    }

    .header-menu li.livechat img {
        padding-top: 6px;
    }

    header .guides-logo-wrapper {
        width: 120px;
        padding-top: 13px;
    }

    header .guides-logo-wrapper .logo {
        /*background: url("/img/guides/new_logo.png") no-repeat;*/
        top: 0;
        left: 0;
        width: 120px;
        /*height: 57px;*/
        background-size: contain;
        z-index: 333;
        margin-top: 3px;
    }

    header .container {
        /*width: 1250px;*/
        margin: 0 auto;
        height: 41px;
    }

    .button_menu {
        margin-top: 11px;
    }
}

@media screen and (max-width: 500px) {
    .header-menu {
        -webkit-box-shadow: 0px 10px 17px -6px rgba(0, 0, 0, 0.75);
        -moz-box-shadow: 0px 10px 17px -6px rgba(0, 0, 0, 0.75);
        box-shadow: 0px 10px 17px -6px rgba(0, 0, 0, 0.75);
        width: 100%;
    }

    .header-menu.mobile.open {
        width: 100%;
        border-top: 2px solid #bf003f;
    }
}

@media screen and (max-width: 500px) {
    .button_menu {
        margin: 11px 12px;
    }
}

