/* ---------------------------------------------------------------------------------
   file-start: stc/schemius_v4/header_v5.css 
*/

.i-iconus {
    position: relative;
    }

    .i-iconus .svgicon {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        margin: auto;
        }

/* Start: Move to separate S1 style when LJSUP-22040 will be done */
.s-header,
.s-logo,
.s-header-in,
.s-header-extra,
.s-header-extra__user,
.appwidget-stylealwaysmine,
.w-cs-view-style {
    background: #004359 !important;
    }

.s-header-extra__user,
.appwidget-stylealwaysmine {
    height: 43px;
    overflow: hidden;
    }
/* End: Move to separate S1 style when LJSUP-22040 will be done */

.s-header {
    position: absolute;
    top: 0;
    z-index: 4998;
    width: 100%;
    min-width: 1000px;
    padding: 0;
    background: #004359;
    text-align: left;
    font-style: normal;
    font-size: 13px;
    font-family: 'ProximaNovaSemibold', Helvetica, sans-serif;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    line-height: 61px;
    }

    .html-adaptive .s-header {
        position: relative;
        top: auto;
        width: auto;
        }
    .s-header-in {
        width: 100%;
        height: 60px;
        }

    /* HTML BODY is to override stupid s2 layers A rules */
    HTML BODY .s-header-item__link,
    HTML BODY .s-header-sub-list-item__link,
    HTML BODY .s-header-item .b-flatbutton,
    HTML BODY .s-header-extra__user .i-ljuser-profile,
    HTML BODY .s-header-extra__user .i-ljuser-username {
        border: none !important;
        text-shadow: none; /* LJSUP-23040 */
        font: inherit;
        }
    HTML BODY .s-header-item .b-flatbutton {
        line-height: 1;
        }
    HTML BODY .s-header-item__link,
    HTML BODY .s-header-sub-list-item__link,
    HTML BODY .s-header-item .b-flatbutton {
        text-decoration: none !important;
        font-weight: normal !important;
        font-size: 13px;
        font-family: 'ProximaNovaSemibold', Helvetica, sans-serif;
        }
    HTML BODY .s-header-item__link,
    HTML BODY .s-header-sub-list-item__link,
    HTML BODY .s-header-extra__user .i-ljuser-profile,
    HTML BODY .s-header-extra__user .i-ljuser-username {
        background-color: inherit !important;
        color: #FFF !important;
        }
        HTML BODY .s-header-item__link:hover {
            border: none !important;
            background: none !important;
            color: #829399 !important;
            }

    .s-header--logged-out .s-nav-item--journal .s-header-sub-list-item__link,
    .s-header--logged-out .s-nav-item--journal .s-header-sub-list-item__link:hover {
        color: #7A9199;
        }
    .s-header--logged-out .s-nav-item--journal .s-drop:after {
        content: '';
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        }



/* Logo */
.s-logo {
    position: relative;
    float: left;
    width: 184px;
    height: 60px;
    padding-left: 15px;
    transition: width 0.3s ease-in;
    }
    .s-logo-link {
        overflow: hidden;
        display: inline-block;
        height: 30px;
        max-width: 100%;
        padding: 15px 0;
        vertical-align: top;
        }
    HTML BODY .s-logo-link,
    HTML BODY .s-logo-link:hover,
    HTML BODY .s-logo-server-sign-link,
    HTML BODY .s-logo-server-sign-link:hover {
        border: none;
        background-color: inherit;
        }
        .s-logo-title {
            display: block;
            width: 165px;
            height: 30px;
            background-image: url(/img/schemius/logo.svg?v=51065);
            background-position: left;
            background-size: auto 100%;
            background-repeat: no-repeat;
            text-shadow: none;
            font: 0/0 a;
            color: transparent;
            }
        .lt-ie9 .s-logo-title {
            background-image: url('/img/schemius/logo.png?v=40835');
            }

        @media (min-resolution: .001dpcm) { /* Fixes LJSUP-22381 */
            _:-o-prefocus, .html-android .s-logo-title {
                width: 175px;
                background-image: url('/img/schemius/logo.png?v=40835');
                }
            _:-o-prefocus, .s-header-item-search__form {
                margin-top: 4px;
                }
            _:-o-prefocus, .s-header-item--search .flaticon--search {
                margin-top: 12px;
                }
        }

    /* Server sign */
    .s-logo-server-sign {
        position: absolute;
        top: .5em;
        right: .57em;
        width: 1.5em;
        height: 2em;
        font-size: 9.75px;
        font-family: 'ProximaNovaSemibold', Helvetica, sans-serif;
        }
        .s-logo-server-sign[data-server*="OMEGA"]:after,
        .s-logo-server-sign[data-server*="ALPHA"]:after,
        .s-logo-server-sign[data-server*="BETA"]:after {
            position: absolute;
            top: 0;
            left: 0;
            display: block;
            font-size: 2em;
            color: #FC6;
            line-height: 1;
            }
        .s-logo-server-sign[data-server*="OMEGA"]:after {
            content:"\03a9";
            }
        .s-logo-server-sign[data-server*="ALPHA"]:after {
            content:"\0391";
            }
         .s-logo-server-sign[data-server*="BETA"]:after {
            content:"\0392";
            }
         .s-logo-server-sign[data-server*="DELTA"]:after {
            content:"\0394";
            }
            .s-logo-server-sign-link {
                position: relative;
                z-index: 100;
                display: block;
                height: 100%;
                }

.p-ssl .s-logo {
    width: 213px;
    }
    .p-ssl .s-logo-title {
        margin: 0 20px;
        background-size: 100% auto;
        background-position: 50% 50%;
        }

.print-logo {
    display: none;
    }

.userpic-header {
    float: left;
    }

/* Userpic */
.s-userpic {
    position: relative;
    width: 30px;
    height: 30px;
    border-radius: 3px;
    background-position: 50% 50%;
    -webkit-background-size: cover;
         -o-background-size: cover;
            background-size: cover;
    cursor: pointer;
    }
    .s-userpic A {
        display: block;
        height: 100%;
        }
    .s-userpic .i-supus-empty {
        position: absolute;
        right: -2px;
        top: -2px;
        left: auto;
        box-shadow: 0 0 0 2px #004359;
        }
.s-userpic-empty {
    background: #829399;
    }
    .s-userpic-empty .flaticon--userhead {
        display: block;
        width: 22px;
        height: 22px;
        margin: 4px auto 0;
        fill: #004359;
        }

/* Mobile phone's control */
/* Invisible controls */
.s-nav-control {
    display: none;
    width: 60px;
    height: 60px;
    padding: 0;
    outline: none;
    border: 0;
    background: #004359;
    text-shadow: none;
    font: 0/0 a;
    }
    .s-nav-control:hover .svgicon {
        fill: #829399;
        }
    .s-nav-control .i-iconus {
        display: inline-block;
        width: 26px;
        height: 26px;
        margin: 17px;
        background-image: url('../img/schemius/s-icons.svg?v=40651');
        background-repeat: no-repeat;
        }
    .lt-ie9  .s-nav-control .i-iconus {
        background-image: url('../img/schemius/s-icons.png?v=40651');
        }
    .s-nav-control .i-iconus-menu {
        background-image: none;
        }
    .s-nav-control .i-iconus-login {
        background-image: none;
        }
    .s-nav-control-common {
        float: left;
        border-right: 1px solid #005673;
        }
    .s-nav-control-login {
        float: right;
        box-shadow: 1px 0 0 #005673 inset;
        }
    .s-nav-control .s-userpic {
        display: block;
        margin: 15px;
        }

    .s-nav-control-user {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        display: none;
        background: none !important;
        }

    .i-iconus-menu.s-nav-control__icon-close {
        display: none;
        }
        .i-iconus-menu.s-nav-control__icon-close .flaticon--cross {
            width: 20px;
            height: 20px;
            }

/* Main nav */
.s-nav {
    }
    .s-header-item__link,
    .s-header-sub-list-item__link,
    .s-header-extra__user .i-ljuser-username {
        text-transform: uppercase;
        }

    .s-nav-body,
    .s-header-item,
    .s-header-sub-list__item {
        margin: 0;
        padding: 0;
        list-style: none;
        }

.s-header-item {
    position: relative;
    line-height: 61px;
    }
    .s-header-item--left {
        float: left;
        }
    .s-header-item--right {
        float: right;
        }
    .s-header-item-post--long,
    .s-header-item-post--short {
        color: inherit;
        }
    .s-header-item-post--short {
        display: none;
        }

    .s-header-item--search-btn:hover .svgicon {
        fill: #829399;
        }

    .s-header-item--signup .b-flatbutton {
        margin-top: 12px;
        }

    .s-header-item--support {
        display: none;
        }
    .s-header--logged-out .s-header-item--support {
        display: block;
        }

    .s-header-item--search {
        display: none;
        padding-left: 24px;
        line-height: 40px;
        }
        .s-header-item-search__form {
            position: absolute;
            top: 4px;
            right: 24px;
            left: 60px;
            }
            .s-header-item-search-form__input {
                display: block;
                width: 90%;
                padding: 6px 10px 4px;
                border: none;
                border-radius: 3px;
                background: #F7F9FA;
                text-transform: uppercase;
                font-size: 1em;
                font-family: 'ProximaNovaRegular', Helvetica, sans-serif;
                line-height: 25px;
                }

/* The First level of Menu */
.s-nav-item {
    z-index: 10;
    float: left;
    }
    .s-header-item--has-sub {
        margin-right: 15px;
        }
    .s-header--logged-out .s-header-item--has-sub {
        margin-right: 10px;
        }
    .s-header--logged-out .s-header-item--has-sub.s-nav-item-lang {
        margin-right: 0;
        }
    /* link */
    .s-header-item__link {
        display: block;
        max-height: 60px;
        padding: 0 12px;
        outline: 0;
        letter-spacing: .05em;
        transition: all 0s ease 0s;
        }
    .s-header-item__link--find-more {
        cursor: default;
        }

    .s-header-item--has-sub .s-header-item__link {
        padding-right: 14px;
        }

    .s-header-item--has-sub:after {
        content: ' ';
        position: absolute;
        top: 27px;
        right: -1px;
        display: inline-block;
        width: 7px;
        height: 5px;
        background: url('../img/schemius/s-icons.svg?v=40651') no-repeat -238px 0;
        vertical-align: baseline;
        }

    .body-log-in .s-nav-item-login {
        display: none;
        }

    .s-nav-item-post {
        display: none;
        }


/* The Second level of navigation */
/* How it looks */
.s-nav-sub {
    padding: 0;
    margin: 0;
    z-index: 1;
    }
    .s-header-sub-list__item {
        position: relative;
        margin: 0;
        padding: 0;
        border-bottom: 1px solid #00394D;
        line-height: 1.4;
        }
        .s-nav-sub-item--has-sub {
            position: relative;
            padding-right: 10px;
            }
            .s-nav-sub-item--has-sub:after {
                content: '';
                position: absolute;
                top: 16px;
                right: 10px;
                width: 0;
                height: 0;
                border-width: 4px 0 4px 5px;
                border-style: solid;
                border-color: transparent transparent transparent #99BFCC;
                }
        .s-nav-sub-item--active {
            background: #00394D;
            }
            .s-header-sub-list-item .flaticon,
            .s-header-item--special .flaticon {
                position: relative;
                width: 19px;
                margin-right: 12px;
                fill: #99BFCC;
                vertical-align: middle;
                }
                .s-header-sub-list-item:hover .flaticon,
                .s-header-item--special:hover .flaticon {
                    fill: #829399;
                    }
            .s-nav-sub-item--active .s-header-sub-list-item__link,
            .s-nav-sub-item--active .s-header-sub-list-item__link:link,
            .s-nav-sub-item--active .s-header-sub-list-item__link:visited,
            .s-nav-sub-item--active .s-header-sub-list-item__link:hover {
                cursor: default;
                }
        .s-header-item--special .s-header-item__link,
        .s-header-sub-list-item--special .s-header-sub-list-item__link {
            position: relative;
            color: #99BFCC !important;
            padding: .5em 15px;
            }
        .s-header-sub-list-item__link {
            display: block;
            padding: 1em 15px 0.7em;
            white-space: nowrap;
            transition: all 0s ease 0s;
            }
        .s-header-sub-list-item__title {
            display: block;
            text-transform: none;
            color: #FFF;
            }
        .s-header-sub-list-item__link {
            letter-spacing: 0.05em;
            }
        HTML BODY .s-header-sub-list-item__link:hover,
        HTML BODY .s-header-sub-list-item__link:active,
        HTML BODY .s-header-sub-list-item__link:focus {
            border: none !important;
            color: #829399 !important;
            }

        .s-nav-item-auth {
            border-color: #99BFCC;
            }

        .s-header-sub-list-item--user {
            display: none;
            }

        .s-header-sub-list__item--friends,
        .s-header-sub-list__item--friendsoffriends {
            display: none;
            }



/* How it works */
.s-drop,
.s-drop-sub {
    position: absolute;
    background: #003040;
    color: #829399;
    }
    .s-drop:before,
    .s-drop-sub:before {
        content: "\00a0";
        position: absolute;
        }
    .s-drop:before {
        left: 15px;
        top: -10px;
        width: 18px;
        height: 10px;
        background: url(/img/schemius/s-nav-sub.png?v=49993) no-repeat;
        }
    .s-drop-sub:before {
        left: -10px;
        top: 11px;
        width: 10px;
        height: 18px;
        background: url('/img/schemius/s-nav-sub-right.png?v=1') no-repeat;
        }
.s-drop,
.s-drop-sub {
    display: none;
    }

.s-drop {
    top: 60px;
    left: 2px;
    }

.s-drop-sub {
    top: 0;
    left: 100%;
    background: #004359;
    }

.s-header-sub-list__item:first-child .s-drop-sub {
    border-top: 1px solid #00394D;
    }

BODY .s-drop-open .s-drop,
BODY .s-drop-master-sub:hover .s-drop-sub {
    display: block;
    }


/* LJSUP-22001 [New Top Menu] Create nojs version of header_v5 */
    #no-js .s-drop-master:hover .s-drop {
        display: block;
        }


.s-header-sub-list--left {
    right: -26px;
    left: auto;
    }
    .s-header-sub-list--left:before {
        right: 20px;
        left: auto;
        }

/* Menu of User */
.s-header-item--user .s-header-item__link {
    padding-top: 0;
    }
    .s-header-item--user .s-userpic,
    .s-header-item--user .s-nav-item__name {
        display: inline-block;
        }
    .s-header-item--user .s-userpic {
        position: relative;
        margin-top: 15px;
        vertical-align: top;
        }
        .s-header-item--user .i-supus {
            position: absolute;
            top: -10px;
            right: -10px;
            width: 22px;
            height: 22px;
            padding: 0;
            line-height: 24px;
            }
    .s-header-item--user .s-nav-item__name {
        overflow: hidden;
        margin-left: 12px;
        text-overflow: ellipsis;
        white-space: nowrap;
        color: inherit;
        }

    .s-header-messages-count {
        float: right;
        color: inherit;
        }
        .s-header-messages-count-empty {
            visibility: hidden;
            }

/* Search */
.s-header-search-btn {
    display: block;
    padding: 17px 10px;
    outline: none;
    border: 0;
    background: none;
    }
    .s-header-search-btn__icon {
        display: block;
        width: 26px;
        height: 26px;
        cursor: pointer;
        }
        .i-iconus.s-header-search-btn__icon .flaticon--search {
            top: 1px;
            left: 1px;
            }

.s-header-search {
    position: absolute;
    top: 10px;
    right: 0;
    z-index: 11;
    width: 0;
    overflow: hidden;
    transition: width .2s ease-in;
    }
.p-show-search .s-header-search {
    width: 180px;
    }
    .s-header-search:before {
        content: "";
        display: block;
        position: absolute;
        left: 11px;
        top: 7px;
        width: 26px;
        height: 26px;
        background-image: url('../img/schemius/s-icons.svg?v=40651');
        background-position: -102px 1px;
        }
    .lt-ie9 .s-header-search:before {
        background-image: url('../img/schemius/s-icons.svg?v=40651');
        }
    .s-header-search__input {
        display: block;
        width: 100%;
        padding: 11px 10px 7px 43px;
        border: none;
        border-radius: 3px;
        background: #F7F9FA;
        font-size: 18px;
        font-family: "ProximaNovaRegular", Helvetica, sans-serif;
        line-height: 19px;
        color: #000;
        }
        INPUT.s-header-search__input { /* LJSUP-23040 */
            background-image: none;
            }
        .s-header-search__input[type="search"] {
            -webkit-box-sizing: border-box;
               -moz-box-sizing: border-box;
                    box-sizing: border-box;
            }
        .s-header-search__input:focus {
            background: #FFF;
            }
        .s-header-search__input::-webkit-input-placeholder {
            text-transform: uppercase;
            font-size: 13px;
            color: #819399;
            }
        .s-header-search__input::-moz-placeholder {
            text-transform: uppercase;
            font-size: 13px;
            color: #819399;
            }
        .s-header-search__input:-moz-placeholder {
            text-transform: uppercase;
            font-size: 13px;
            color: #819399;
            }
        .s-header-search__input::-ms-input-placeholder {
            text-transform: uppercase;
            font-size: 13px;
            color: #819399;
            }

/* Actions panel */
.s-do {
    float: right;
    height: 60px;
    margin: 0;
    padding: 0;
    }



/* Supus duyplicate for control strip pages */
.i-supus {
    display: inline-block;
    width: 2em;
    height: 1.6em;
    padding: .2em 0;
    border-radius: 50%;
    text-align: center;
    font-size: 11px;
    color: #FFF;
    line-height: 1.6;
    }
.i-supus-new {
    background: #ff7040;
    }
.i-supus-empty {
    font: 0/0 a;
    height: 10px;
    width: 10px;
    padding: 0;
    }

/* Lang select */
.s-do-item-lang {
    position: relative;
    }
    .s-do-item-lang-body {
        display: none;
        position: absolute;
        right: 0;
        padding: 1em;
        background: #005673;
        }
 .s-do-item-lang-open {
    background-color: #004C66;
    }
    .s-do-item-lang-open .s-do-item-lang-body {
        display: block;
        }



.s-loginform {
    display: none;
    }



@media (min-width: 601px) {
    BODY .s-header--logged-out .s-header-item__link {
        padding: 0 10px;
        }

    .s-header--logged-out .s-header-item__link--support {
        padding-top: 0;
        padding-bottom: 0;
        color: #FFF !important;
        }
        .s-header--logged-out .s-header-item__link--support .svgicon {
            display: none;
            }
}



/* HTML selector is to fix iOS overflow-x body bug */
@media only screen and (-webkit-min-device-pixel-ratio: 1.5) {
     .shop-page .s-nav-body--common,
     .shop-page .s-nav-body--user,
     .shop-page .b-loginform.s-loginform {
        /*visibility: hidden;*/
        }
     .p-nav-common-menu-open .shop-page .s-nav-body--common,
     .p-nav-user-menu-open .shop-page .s-nav-body--user,
     .p-nav-user-menu-open .shop-page .b-loginform.s-loginform {
        /*visibility: visible;*/
        }
}




/* file-end: stc/schemius_v4/header_v5.css 
----------------------------------------------------------------------------------*/
/* ---------------------------------------------------------------------------------
   file-start: stc/schemius_v4/header-journal.css 
*/

.s-header-extra {
    position: absolute;
    top: 60px;
    right: 0;
    left: 0;
    height: 43px;
    padding: 0 19px;
    background: #003040 !important;
    line-height: 43px;
    }
    .html-adaptive .s-header-extra {
        position: relative;
        top: auto;
        right: auto;
        left: auto;
        }

    .s-header-extra__user {
        float: left;
        margin: 0 30px 0 0;
        text-transform: uppercase;
        font-size: 13px;
        background: #003040 !important;
        color: #829399;
        }
        .s-header-extra__user:after { /* Fixes userhead vertical alignment with no status message */
            content: '';
            display: inline-block;
            }
    .s-header-extra__user .ljuser {
        font-size: 13px;
        }

        .s-header-extra__user:after,
        .s-header-extra__user .i-ljuser-profile,
        .s-header-extra__user .i-ljuser-username B,
        .s-header-extra-user__dash {
            vertical-align: top;
            }

        .s-header-extra__user .ljuser .i-ljuser-profile {
            height: 43px !important;
            background-position: 0 11px;
            }
            HTML BODY .s-header-extra__user .i-ljuser-userhead {
                margin-top: 12px !important;
                vertical-align: top !important;
                }
        .s-header-extra__user .i-ljuser-withalias .i-ljuser-username:after {
            content: none;
            }
        .s-header-extra__user .i-ljuser-username,
        .s-header-extra-user__dash,
        .s-header-extra-user__status {
            font-size: 13px;
            font-family: 'ProximaNovaSemibold', Helvetica, sans-serif;
            color: inherit;
            }
        .s-header-extra-user__status {
            overflow: hidden;
            display: inline-block;
            max-width: 300px;
            white-space: nowrap;
            text-overflow: ellipsis;
            }
        .s-header-extra__user .i-ljuser-username {
            border: none;
            }
            .s-header-extra__user .i-ljuser-username B {
                display: inline-block;
                max-width: 160px;
                overflow: hidden;
                margin-left: 2px;
                text-decoration: none !important;
                text-overflow: ellipsis;
                font-weight: normal;
                color: #FFF !important;
                }
            HTML BODY .s-header-extra__user .i-ljuser-username B {
                border: 0;
                }
    .s-header-extra-user__dash {
        display: inline-block;
        margin-top: -1px;
        }

    .s-header-extra__menu-container {
        position: relative;
        background: inherit !important;
        }

        .s-header-extra__menu-icon,
        .s-header-extra-menu-item-link-icon {
            display: none;
            vertical-align: middle;
            line-height: 0;
            background: inherit !important;
            }
            .s-header-extra__menu-icon:hover .svgicon,
            .s-header-extra-menu-item-link-icon:hover .svgicon {
                fill: #09C;
                }
            .s-header-extra-menu-item--disabled .s-header-extra-menu-item-link-icon .svgicon,
            .s-header-extra-menu-item--disabled .s-header-extra-menu-item-link-icon .svgicon:hover {
                fill: #7F979F;
                }
        .s-header-extra-menu-item-link-icon {
            /*margin-top: -4px;*/
            }
            .s-header-extra-menu-item-link-icon .headerextra--friend-add {
                margin-top: 4px;
                }
            .s-header-extra-menu-item-link-icon .headerextra--friend-remove {
                margin-top: 3px;
                }
            .s-header-extra-menu-item-link-icon .headerextra--friends-feed {
                margin-top: 3px;
                }
            .s-header-extra-menu-item-link-icon .headerextra--friends-list {
                margin-top: 2px;
                }
            .s-header-extra-menu-item-link-icon .headerextra--gift {
                margin-top: 2px;
                }
            .s-header-extra-menu-item-link-icon .headerextra--manage-pending {
                margin-top: 2px;
                }
            .s-header-extra-menu-item-link-icon .headerextra--message {
                margin-top: 4px;
                }
            .s-header-extra-menu-item-link-icon .headerextra--settings {
                margin-top: 2px;
                }
            .s-header-extra-menu-item-link-icon .headerextra--watch-stop {
                margin-top: 2px;
                }
            .s-header-extra__menu-icon .headerextra--list {
                margin-top: 10px;
                }

            .s-header-extra-menu-item-link-text-short {
                display: none;
                }

        .s-header-extra__menu {
            position: static;
            display: block;
            margin: 0;
            padding: 0;
            }
            .s-header-extra__menu:before {
                content: none;
                }
            .s-header-extra-menu__item {
                position: relative;
                float: left;
                margin: 0 0 0 25px;
                padding: 0;
                list-style: none;
                white-space: nowrap;
                }
                .s-header-extra-menu__item:first-child,
                .s-header-extra--profile .s-header-extra-menu__item:first-child {
                    margin-left: 0;
                    }
                HTML BODY .s-header-extra-menu-item__link {
                    display: table-cell;
                    height: 43px;
                    border: none;
                    vertical-align: middle;
                    text-decoration: none !important;
                    text-transform: uppercase;
                    font-weight: normal;
                    font-size: 13px;
                    font-family: 'ProximaNovaSemibold', Helvetica, sans-serif !important;
                    background: #003040 !important;
                    color: #99BFCC;
                    }
                    HTML BODY .s-header-extra-menu-item__link:hover {
                        border: none;
                        background: none;
                        text-shadow: none; /* LJSUP-23040 */
                        color: #829399;
                        }
                .s-header-extra-menu-item--disabled .s-header-extra-menu-item__link,
                .s-header-extra-menu-item--disabled .s-header-extra-menu-item__link:hover {
                    color: #7F979F;
                    }

                .s-header-extra-menu-item-link--community-pending {
                    }
                    .s-header-extra-menu-item-link--community-pending:before {
                        content: '(';
                        }
                    .s-header-extra-menu-item-link--community-pending:after {
                        content: ')';
                        }

            /* Filter styles */
            .s-header-extra-filter {
                display: none;
                text-align: left;
                font-family: 'Arial', 'Helvetica', sans-serif;
                }
                .s-header-extra-filter__header {
                    margin: 0 0 10px 0;
                    padding: 0;
                    font-weight: bold;
                    font-size: 15px;
                    color: #000;
                    line-height: 15px;
                    }
                .s-header-extra-filter .w-cs-filter-sort FIELDSET {
                    position: relative;
                    margin: 0;
                    padding: 0;
                    border: none;
                    }
                .s-header-extra-filter .w-cs-filter-sort H6 {
                    margin-bottom: 5px;
                    }
                .s-header-extra-filter .w-cs-filter-sort .w-cs-text {
                    width: 100%;
                    padding: 7px 15px 7px 10px;
                    box-sizing: border-box;
                    border: 1px solid #DAE3E6;
                    border-radius: 3px;
                    background: #FFF !important;
                    font: 15px/1 'ProximaNovaRegular', Helvetica, sans-serif;
                    color: #000 !important;
                    }
                .s-header-extra-filter .w-cs-filter-sort .w-cs-submit {
                    position: absolute;
                    top: 0;
                    right: 5px;
                    bottom: 0;
                    width: 7px;
                    height: 11px;
                    margin: auto;
                    padding: 0;
                    border: 0;
                    background-color: transparent;
                    background-repeat: no-repeat;
                    background-position: 0 0;
                    background-image:url('data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20id%3D%22filter2-Layer_1%22%20xml%3Aspace%3D%22preserve%22%20height%3D%2211%22%20viewBox%3D%220%200%206.783%2011%22%20width%3D%227%22%20version%3D%221.1%22%20y%3D%220px%22%20x%3D%220px%22%20enable-background%3D%22new%200%200%206.783%2011%22%3E%3Cpath%20d%3D%22m6.231%205.201l-5.127-5.201-1.104%201.12%204.515%204.58-4%204.18%201.104%201.12%204.612-4.679%200.552-0.56-0.552-0.56z%22%20fill%3D%22%23DAE3E6%22%2F%3E%3C%2Fsvg%3E');
                    font: 0/0 a;
                    cursor: pointer;
                    }

                .s-header-extra-filter__item {
                    margin: 0 0 0 -5px;
                    padding: 0;
                    white-space: nowrap;
                    font-size: 12px;
                    }
                    .s-header-extra-filter-item__link {
                        display: block;
                        margin: 0;
                        padding: 3px 5px;
                        border: 0;
                        border-radius: 3px;
                        background: #FFF;
                        text-decoration: none;
                        color: #000 !important;
                        }
                    .s-header-extra-filter__item--active .s-header-extra-filter-item__link {
                        background: #C5E1F7;
                        }

        .s-header-extra .appwidget-stylealwaysmine {
            float: right;
            }
            .s-header-extra .appwidget-stylealwaysmine .w-cs-label {
                display: block;
                margin: 0;
                font-size: 1em;
                color: inherit;
                cursor: pointer;
                }
                .s-header-extra .appwidget-stylealwaysmine-label-adapt {
                    color: inherit;
                    }
            .s-header-extra .appwidget-stylealwaysmine .w-cs-checkbox {
                width: 14px;
                height: 14px;
                margin: -2px 10px 0 0;
                vertical-align: middle;
                }

.b-bubble-filter,
.b-bubble-calendar {
    margin-left: -9px;
    }



/* system message */
BODY:not(.s-schemius) .s-header .appwidget-sitemessages {
    position: absolute;
    top: 103px;
    left: 0;
    right: 0;
    }
.s-header .appwidget-sitemessages .b-message-system {
    margin: 0;
    padding: 0;
    border: none;
    background: none;
    font-size: 15px !important;
    line-height: 1.4 !important;
    color: #FFF;
    }
    .s-header .appwidget-sitemessages .b-message-system A:link,
    .s-header .appwidget-sitemessages .b-message-system A:visited,
    .s-header .appwidget-sitemessages .b-message-system A:hover,
    .s-header .appwidget-sitemessages .b-message-system A:active {
        border: 0 !important;
        text-decoration: underline;
        font-size: 1em !important;
        color: #FFF !important;
        }
    .s-header .appwidget-sitemessages .b-message-system .b-message-wrap {
        position: relative;
        display: block;
        margin: 0;
        padding: 10px 50px 10px 50px;
        border: 0;
        background: #00A3D9;
        text-align: center;
        }
        .s-header .appwidget-sitemessages .b-message-system IMG {
            margin: 0 5px 0 0 !important;
            padding: 0 !important;
            vertical-align: -2px;
            }
        .s-header .appwidget-sitemessages .b-message-system > IMG {
            display: none;
            }
        .s-header .appwidget-sitemessages .b-message-system .ljuser IMG {
            margin: 0 !important;
            padding: 0 0 0 1px !important;
            }
        .s-header .appwidget-sitemessages .b-message-system .ljuser A:link,
        .s-header .appwidget-sitemessages .b-message-system .ljuser A:visited,
        .s-header .appwidget-sitemessages .b-message-system .ljuser A:hover,
        .s-header .appwidget-sitemessages .b-message-system .ljuser A:active {
            text-decoration: none;
            }
    .s-header .appwidget-sitemessages .b-message-system I.close {
        position: absolute;
        top: 50%;
        right: 8px;
        display: block;
        height: 34px;
        width: 34px;
        margin-top: -17px;
        cursor: pointer;
        background-image: url(/img/schemius/s-icons.svg?v=40651);
        background-repeat: no-repeat;
        background-position: -60px -26px;
        font-size: 0;
        }



@media (max-width: 1420px) {
    .s-header--community-journal .s-header-extra-menu__item,
    .s-header--user-status .s-header-extra-menu__item {
        margin-left: 10px;
        }
        .s-header--community-journal .s-header-extra-menu__item:first-child,
        .s-header--user-status .s-header-extra-menu__item:first-child {
            margin-left: 0;
            }
        .s-header--community-journal .s-header-extra-menu-item-link-text,
        .s-header--community-journal .s-header-extra-menu-item--write .s-header-extra-menu-item-link-icon,
        .s-header--community-journal .s-header-extra-menu-item-link--community-pending,
        .s-header--user-status .s-header-extra-menu-item-link-text {
            display: none;
            }
        .s-header--community-journal .s-header-extra-menu-item-link-icon,
        .s-header--community-journal .s-header-extra-menu-item--write .s-header-extra-menu-item-link-text,
        .s-header--user-status .s-header-extra-menu-item-link-icon {
            display: inline-block;
            }
}

@media (max-width: 1375px) {
    .s-header-extra-menu-item-link-text-full {
        display: none;
        }
    .s-header-extra-menu-item-link-text-short {
        display: inline;
        }
    }

@media (max-width: 1200px) {
    .s-header-extra:not(.s-header-extra--profile) .s-header-extra-menu__item {
        margin-left: 10px;
        }
        .s-header--notown-journal .s-header-extra-menu-item-link-text,
        .s-header-extra-menu-item-link--community-pending {
            display: none;
            }
        .s-header--notown-journal .s-header-extra-menu-item-link-icon {
            display: inline-block;
            }
}

@media (max-width: 1100px) {
    .s-header-extra--profile .s-header-extra-menu-item-link-text {
        display: none;
        }
    .s-header-extra--profile .s-header-extra-menu-item-link-icon {
        display: inline-block;
        }
}

@media (max-width: 960px) {
    .s-header--community-journal .s-header-extra-menu-item--write .s-header-extra-menu-item-link-text {
        display: none;
        }
    .s-header--community-journal .s-header-extra-menu-item--write .s-header-extra-menu-item-link-icon {
        display: inline-block;
        }
}


/* file-end: stc/schemius_v4/header-journal.css 
----------------------------------------------------------------------------------*/
/* ---------------------------------------------------------------------------------
   file-start: stc/ljuser/ljuser.css 
*/

/* LJUSER */

/* root */
HTML BODY .i-ljuser {
    text-transform: uppercase;
    font-family: "ProximaNovaSemibold",sans-serif;
    font-size: 14px;
    font-size: 0.875rem;
    }

    /* spacing */
    HTML BODY .i-ljuser-username {
        letter-spacing: 0.05em;
        }

        /* remove font weight */
        HTML BODY .i-ljuser-username B {
            font-weight: normal;
            }

    /* userheads redesign (users and communities only) */
    HTML BODY .i-ljuser-type-P .i-ljuser-profile,
    HTML BODY .i-ljuser-type-C .i-ljuser-profile {
        display: inline-block;
        width: 16px !important;
        height: 16px !important;
        margin: 0 0.3em 0 0 !important;
        background-repeat: no-repeat;
        background-position: 0 0;
        }
    /* fix for controlstrip (LJSUP-18531) */
    HTML BODY .w-cs .ljuser.i-ljuser-type-P A.i-ljuser-profile,
    HTML BODY .w-cs .ljuser.i-ljuser-type-C A.i-ljuser-profile {
        background-repeat: no-repeat !important;
        background-position: 0 0 !important;
        }

        /* hide old userhead image */
        HTML BODY .i-ljuser-type-P .i-ljuser-userhead,
        HTML BODY .i-ljuser-type-C .i-ljuser-userhead {
            filter: alpha(opacity=0);
            opacity: 0;
            }
        HTML BODY .s-header-extra .i-ljuser-type-P .i-ljuser-userhead,
        HTML BODY .s-header-extra .i-ljuser-type-C .i-ljuser-userhead {
            position: absolute;
            }


    /* user */
    HTML BODY .i-ljuser-type-P .i-ljuser-profile {
        background-image: url(/img/userinfo_v3.svg?v=41686);
        }
    /* fix for controlstrip (LJSUP-18531) */
    HTML BODY .w-cs .ljuser.i-ljuser-type-P A.i-ljuser-profile {
        background-image: url(/img/userinfo_v3.svg?v=41686) !important;
        }

    /* user (ie8 fix) */
    HTML.lt-ie9 BODY .i-ljuser-type-P .i-ljuser-profile {
        background-image: url(/img/userinfo_v3.png?v=39106);
        }
    /* fix for controlstrip (LJSUP-18531) */
    HTML.lt-ie9 BODY .w-cs .ljuser.i-ljuser-type-P A.i-ljuser-profile {
        background-image: url(/img/userinfo_v3.png?v=39106) !important;
        }

    /* user (opera mini fix) */
    doesnotexist:-o-prefocus,
    HTML BODY .i-ljuser-type-P .i-ljuser-profile {
        background-image: url(/img/userinfo_v3.png?v=39106);
        }
    /* fix for controlstrip (LJSUP-18531) */
    doesnotexist:-o-prefocus,
    HTML BODY .w-cs .ljuser.i-ljuser-type-P A.i-ljuser-profile {
        background-image: url(/img/userinfo_v3.png?v=39106) !important;
        }


    /* community */
    HTML BODY .i-ljuser-type-C .i-ljuser-profile {
        background-image: url(/img/community_v3.svg?v=43924);
        }
    /* fix for controlstrip (LJSUP-18531) */
    HTML BODY .w-cs .ljuser.i-ljuser-type-C A.i-ljuser-profile {
        background-image: url(/img/community_v3.png?v=43921) !important;
        }

    /* community (ie8 fix) */
    HTML.lt-ie9 BODY .i-ljuser-type-C .i-ljuser-profile {
        background-image: url(/img/community_v3.png?v=43921);
        }
    /* fix for controlstrip (LJSUP-18531) */
    HTML.lt-ie9 BODY .w-cs .ljuser.i-ljuser-type-C A.i-ljuser-profile {
        background-image: url(/img/community_v3.png?v=43921) !important;
        }

    /* community (opera mini fix) */
    doesnotexist:-o-prefocus,
    HTML BODY .i-ljuser-type-C .i-ljuser-profile {
        background-image: url(/img/community_v3.png?v=43921);
        }
    /* fix for controlstrip (LJSUP-18531) */
    doesnotexist:-o-prefocus,
    HTML BODY .w-cs .ljuser.i-ljuser-type-C A.i-ljuser-profile {
        background-image: url(/img/community_v3.png?v=43921) !important;
        }


    /* margin for identity users */
    HTML BODY .i-ljuser-type-I .i-ljuser-profile {
        margin: 0 0.3em 0 0 !important;
        }

@media print {
    HTML BODY .i-ljuser-type-P .i-ljuser-userhead,
    HTML BODY .i-ljuser-type-C .i-ljuser-userhead {
        filter: alpha(opacity=1);
        opacity: 1;
        }
    HTML BODY .s-header-extra .i-ljuser-type-P .i-ljuser-userhead,
    HTML BODY .s-header-extra .i-ljuser-type-C .i-ljuser-userhead {
        position: static;
        }
}


/* file-end: stc/ljuser/ljuser.css 
----------------------------------------------------------------------------------*/
/* ---------------------------------------------------------------------------------
   file-start: stc/lj-cut.css 
*/

.ljcut-link,.ljcut-pseudolink{display:block;clear:both;position:relative;margin:10px 0;height:40px;cursor:pointer}.ljcut-pseudolink{margin-top:20px}.ljcut-decor:before,.ljcut-link:after,.ljcut-link:before,.ljcut-pseudolink:after,.ljcut-pseudolink:before{content:"";display:block;position:absolute}.ljcut-link-icon{display:block;position:absolute;top:0;left:0;width:100%;height:40px;color:#7A9199;transition:transform .5s}.ljcut-link-icon .svgicon{display:block;position:absolute;top:50%;left:50%;margin:-3.5px 0 0 -5px}.ljcut-link:before,.ljcut-pseudolink:before{top:50%;left:0;right:0;border-top:1px dashed #DAE3E6}.ljcut-link:after,.ljcut-pseudolink:after{width:38px;height:38px;top:-1px;left:0;right:0;margin:auto;background:#fff;border:2px solid #DAE3E6;border-radius:50%}.ljcut-decor{display:block;position:absolute;width:100%;height:40px}.ljcut-link--oldschema .ljcut-decor:before,.lt-ie8 .ljcut-decor:before{width:11px;height:7px;z-index:1;top:0;left:0;right:0;bottom:0;margin:auto;background-image:url(/air/default_theme/img/sprite.png?v=40848);background-position:-240px -8px}.ljcut-link--oldschema.ljcut-expanded .ljcut-decor:before,.lt-ie8 .ljcut-expanded .ljcut-decor:before,.lt-ie8 .ljcut-pseudolink .ljcut-decor:before{background-position:-240px 0}.ljcut-decor A,.ljcut-pseudolink-collapse{position:absolute;left:0;z-index:2;width:100%;height:40px;overflow:hidden;outline:0;text-indent:-9999px}.ljcut-brace{display:none}.ljcut-expanded .ljcut-link-expand{display:block}.ljcut-link-expanding{padding:0;background:0 0}.ljcut-link-expanding .ljcut-link-icon{-webkit-animation:svgrotate .57s linear infinite;-moz-animation:svgrotate .57s linear infinite;-o-animation:svgrotate .57s linear infinite;animation:svgrotate .57s linear infinite}.b-sticky-cut-visible .ljcut-link-icon,.ljcut-expanded .ljcut-link-icon{-webkit-transform:rotate(180deg);-moz-transform:rotate(180deg);-ms-transform:rotate(180deg);-o-transform:rotate(180deg);transform:rotate(180deg)}@-webkit-keyframes svgrotate{100%{transform:rotate(360deg)}}@-moz-keyframes svgrotate{100%{transform:rotate(360deg)}}@-o-keyframes svgrotate{100%{transform:rotate(360deg)}}@keyframes svgrotate{100%{transform:rotate(360deg)}}.b-feedsettings-on .b-sticky-cut-link:before{background:0 0}@media print{.ljcut-link,.ljcut-pseudolink{display:none}}

/* file-end: stc/lj-cut.css 
----------------------------------------------------------------------------------*/
/* ---------------------------------------------------------------------------------
   file-start: stc/entryunit_v4.css 
*/

/* ENTRYUNIT BASE
--------------------------- */
.entryunit {
    position: relative;
    min-height: 130px;
    margin: 0;
    padding: 1.5em 0;
    padding-right: 60px;
    border-bottom: 1px solid #DAE3E6;
    color: #242F33;
    *zoom: 1;
    }
    .j-p-layout-tw .entryunit {
        padding-left: 30px;
        }
    .j-p-no-sidebar .entryunit {
        padding-left: 0;
        }
    .entryunit:after {
        content: "";
        display: table;
        border-collapse: collapse;
        clear: both
        }
    /* remove line on last element */
    .entryunit:last-child {
        border-bottom: 0
        }
    .entryunit--selfpromo
    .entryiunit--journalpromo {
        padding: 1.5em 60px 1.5em 0;
        }

/* meta */
.meta-entryunit {
    margin: 0 0 0.3em;
    font-size: 14px;
    font-size: .875rem;
    letter-spacing: normal;
    color: #7A9199;
    }
    /* items */
    .meta-entryunit__items {
        margin: 0;
        padding: 0;
        list-style: none
        }
    .meta-entryunit__item {
        display: inline;
        margin: 0;
        padding: 0;
        }
    .meta-entryunit__item--author SPAN,
    .meta-entryunit__item--date TIME,
    .meta-entryunit__item--comments SPAN {
        white-space: nowrap;
        }


/* head */
.entryunit__head {
    margin: 0 0 0.6em
    }
    .entryunit__title {
        margin: 0;
        padding: 0;
        font: 1.733em/1 ProximaNovaLight, Helvetica, Arial, sans-serif
        }
        .entryunit__title A:link {
            color: #242F33
            }
        .entryunit__title A:visited {
            color: #5CB7D6
            }
        .entryunit__title A:active,
        .entryunit__title A:hover {
            color: #00A3D9
            }

/* body */
.entryunit__body {
    margin: 1em 0 0 0;
    font-size: 1em;
    line-height: 1.4;
    }
    .b-entryunits .entryunit__body {
        margin-top: 0;
        }
    .entryunit__body:after {
        content: "";
        display: table;
        border-collapse: collapse;
        clear: both;
        }

/* footer */
.entryunit__footer {
    clear: both;
    margin: .85em 0 0 0;
    }
    .entryunit__footer--comments-disabled {
        margin-top: 0;
        }
    .entryunit__footer:before,
    .entryunit__footer:after {
        content: "";
        display: table;
        clear: both;
        }

/* STATES
--------------------------- */
/* Modifiers
.js--state-restored

.js--state-topthree

.entryunit--state-up
.entryunit--state-down

.entryunit--selfpromo
.entryunit--commpromo
.entryunit--mustread
.entryunit--discovery

.entryunit--scrolling
.entryunit--scrolling-stop

.entryunit--promo
*/

/* restored entry (displayed entry from hidden user or readed entry) */
.js--state-restored {
    }
    .js--state-restored .entryunit__position,
    .js--state-restored .entryunit__author,
    .js--state-restored .entryunit__body,
    .js--state-restored .entryunit__comments,
    .js--state-restored .entryunit__date,
    .js--state-restored .entryunit__head,
    .js--state-restored .entryunit__label {
        transition: all .2s;
        -ms-filter: "alpha(Opacity=20)";
        opacity: .2
        }
.entryunit--promo {
    overflow: hidden;
    height: 99px;
    min-height: 0;
    padding-top: 0;
    padding-bottom: 0;
    }
    .entryunit--emptypromo {
        height: auto;
        }
    .entryunit--promo .entryunit__meta {
        overflow: hidden;
        position: relative;
        height: 21px;
        }
    .entryunit--promo .entryunit__head {
        overflow: hidden;
        position: relative;
        height: 27px;
        margin: 0 0 0.3em;
        }
    .entryunit--promo .entryunit__body {
        overflow: hidden;
        position: relative;
        height: 42px;
        margin: 0;
        }
    .entryunit--journalpromo {
        padding: 15px;
        background-color: #fff4ec;
        }
    .entryunit--promo.entryunit--journalpromo,
    .entryunit--promo.entryunit--journalpromo .entryunit__meta,
    .entryunit--promo.entryunit--journalpromo .entryunit__head,
    .entryunit--promo.entryunit--journalpromo .entryunit__body {
        height: auto;
        }


        .entryunit--emptypromo .entryunit__body {
            height: auto;
            }
.entryunit--mustread .position-entryunit,
.entryunit--mustread .controls-entryunit {
    display: none;
    }
.entryunit--discovery .position-entryunit,
.entryunit--discovery .controls-entryunit {
    display: none;
    }


/* POSITION
--------------------------- */
.position-entryunit {
    position: absolute;
    right: 100%;
    display: inline-block;
    margin: 0 1em 0 0;
    padding: 0;
    }
    .js--state-topthree .position-entryunit__number {
        font-size: 1.2307em;
        font-weight: 700
        }

/* changing the position of an entry */
.position-entryunit__number:after {
    content: none;
    display: block;
    width: 7px;
    height: 7px;
    background-repeat: no-repeat;
    position: absolute;
    right: 35%;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAQCAYAAADagWXwAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA2hpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDowNTgwMTE3NDA3MjA2ODExODIyQUM0OEJGRjQzMkFEMSIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDpDNjVDMzQwRjM2ODIxMUU0OUY2Q0Y4NDQ1MTc2MzNCNiIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDpDNjVDMzQwRTM2ODIxMUU0OUY2Q0Y4NDQ1MTc2MzNCNiIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ1M2IChNYWNpbnRvc2gpIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6MDU4MDExNzQwNzIwNjgxMTgyMkFDNDhCRkY0MzJBRDEiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6MDU4MDExNzQwNzIwNjgxMTgyMkFDNDhCRkY0MzJBRDEiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz6RdrdHAAAAe0lEQVR42mKsPqXHgASagLgOxmFCknAE4logtscmWQ+lG9AlHZB0OEAxXLKeARXUwyTtYCqRAFg3ExZdcN2M5xhwAyYGApL7gfg/FrwPJNmIQ2MjSPIAFCMDEP8gE3qowHQhO+ggku5DMDa2sG3E5hWQjhaQK2ECAAEGALblGtgbcGfQAAAAAElFTkSuQmCC); /* IE8 */
    }
    .entryunit--state-up .position-entryunit__number:after {
        content: "";
        background-image: linear-gradient(transparent, transparent),
                url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20class%3D%22arrow--top%22%20viewBox%3D%220%200%206%206%22%3E%3Cpath%20d%3D%22M0%2C6%203%2C0%2C%206%2C6%22%20fill%3D%22rgb%28125%2C200%2C60%29%22/%3E%3C/svg%3E);
        }
    .entryunit--state-down .position-entryunit__number:after {
        content: "";
        background-image: linear-gradient(transparent, transparent),
                url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20class%3D%22arrow--bottom%22%20viewBox%3D%220%200%206%206%22%3E%3Cpath%20d%3D%22M0%2C0%203%2C6%2C%206%2C0%22%20fill%3D%22rgb%28204%2C0%2C0%29%22/%3E%3C/svg%3E);
        background-position: 50% bottom; /* IE8 */
        }

/* LABELS
--------------------------- */
.labels-entryunit {
    display: inline-block;
    padding: 0;
    }
    .labels-entryunit__item {
        display: inline-block;
        margin: 0 0.5rem 0.3rem 0;
        padding: 4px 10px;
        vertical-align: 1px;
        border-radius: 10px;
        text-transform: uppercase;
        letter-spacing: 0.05em;
        font: 11px/1 "ProximaNovaSemibold",Tahoma,Arial,sans-serif;
        color: #FFF;
        }
       .labels-entryunit__item A {
            display: inline-block;
            margin: -2px -10px;
            padding: 2px 10px;
            }
        .labels-entryunit__item A:link,
        .labels-entryunit__item A:visited,
        .labels-entryunit__item A:hover,
        .labels-entryunit__item A:active {
            text-decoration: none;
            color: #FFF;
            }

/* selfpromo, journalpromo */
.labels-entryunit__item--selfpromo,
.labels-entryunit__item--journalpromo {
    background: #FD8F40;
    }
    .labels-entryunit__item--selfpromo:hover {
        background: #FF8126;
        }

/* feedpromo */
.labels-entryunit__item--feedpromo {
    background: #FD8F40;
    }
HTML:not(.html-mobile) .labels-entryunit__item--feedpromo {
    float: right;
    }

/* promo entry */
.labels-entryunit__buttonclose {
    cursor: pointer;
    }
    .labels-entryunit__buttonclose:before {
        display: block;
        position: absolute;
        content: "";
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        }
    .labels-entryunit__buttonclose .svgicon {
        width: 8px;
        height: 8px;
        margin: 0 0 0 4px;
        fill: #FFF !important;
        }

/* mustread */
.labels-entryunit__item--mustread,
.labels-entryunit__item--mustread:hover {
    background: #39BF71;
    }
/* discovery */
.labels-entryunit__item--discovery,
.labels-entryunit__item--discovery:hover {
    background: #39BF71;
    }
/* commpromo */
.labels-entryunit__item--commpromo {
    background: #40AEFD;
    }
    .labels-entryunit__item--commpromo:hover {
        background: #26A4FF;
        }

/* labels for selfpromo, commpromo, mustread */
.labels-entryunit__item {
    display: none;
    }
    .entryunit--selfpromo .labels-entryunit__item--selfpromo,
    .entryunit--commpromo .labels-entryunit__item--commpromo,
    .entryunit--journalpromo .labels-entryunit__item--selfpromo,
    .entryunit--mustread .labels-entryunit__item--mustread,
    .entryunit--discovery .labels-entryunit__item--discovery,
    .entryunit--feedpromo .labels-entryunit__item--feedpromo {
        display: inline-block;
        }

/* magazinepromo */
.labels-entryunit__item.labels-entryunit__item--magazinepromo,
.labels-entryunit__item.labels-entryunit__item--magazinepromo:hover {
    vertical-align: 1px;
    background: #FD8F40;
    }

/* magazinespecial */
.labels-entryunit__item.labels-entryunit__item--magazinespecial,
.labels-entryunit__item.labels-entryunit__item--magazinespecial:hover {
    background: #FD722A;
    vertical-align: 1px;
    }

/* DATE
--------------------------- */
.entryunit__date {
    position: relative;
    display: inline-block;
    margin: 0 1em 0.3em 0;
    padding: 0;
    }

/* AUTHOR
--------------------------- */
.author-entryunit {
    position: relative;
    display: inline-block;
    margin: 0 1em .3em 0;
    /*text-transform: uppercase;*/
    letter-spacing: .05em;
    /*font-family: ProximaNovaSemibold, Tahoma, Arial, sans-serif*/
    }
    .author-entryunit:empty {
        display: none;
        }
    .author-entryunit .i-ljuser-username B {
        font-weight: 400
        }
.author-entryunit__wrotein {
    text-transform: none;
    letter-spacing: normal;
    font-family: ProximaNovaRegular, Helvetica, Arial, sans-serif
    }
    .author-entryunit A:link,
    .author-entryunit A:visited {
        color: #00A3D9
        }
    .author-entryunit A:active,
    .author-entryunit A:hover {
        color: #0086B3
        }

/* USERPIC
--------------------------- */
.entryunit__userpic {
    float: left;
    border-radius: 3px;
    overflow: hidden;
    margin-right: 25px;
    }

/* STATS
--------------------------- */
.stat-entryunit {
    display: inline-block;
    }
    .stat-entryunit__item {
        position: relative;
        display: inline-block;
        margin: 0 0 0 1em;
        padding: 0;
        }
        .stat-entryunit__item:before {
            content: " ";
            display: inline-block;
            width: 16px;
            height: 16px;
            margin: 0 4px 0 0;
            padding: 0;
            vertical-align: -3px;
            background-repeat: no-repeat;
            background-position: 50% 50%
            }
        .stat-entryunit__item--friends:before {
            top: -2px;
            background-image: url(/img/userinfo_v3.svg?v=41686), none
            }
        .stat-entryunit__item--posts:before {
            top: -2px;
            background-image: url(/img/icons/posts-14.svg?v=44494), none
            }
/* COMMENTS
--------------------------- */
/* comments in first meta */
.comments-entryunit {
    position: relative;
    display: inline-block;
    margin: 0 0 .3em 0;
    text-transform: uppercase;
    letter-spacing: .05em;
    font-family: ProximaNovaSemibold, Tahoma, Arial, sans-serif
    }
    .comments-entryunit .svgicon {
        vertical-align: middle;
        }
    .comments-entryunit A:link,
    .comments-entryunit A:visited {
        text-decoration: none;
        color: #00A3D9
        }
    .comments-entryunit A:active,
    .comments-entryunit A:hover {
        text-decoration: none;
        color: #0086B3
        }
    .comments-entryunit SPAN[lj-svg-icon*="comments-bold"] {
        display: inline-block;
        width: 17px;
        height: 16px;
        margin: 0;
        padding: 0;
        vertical-align: 3px;
        background-repeat: no-repeat;
        background-position: 0 0;
        font: 0/0 a;
        }
    doesnotexist:-o-prefocus,
    .comments-entryunit SPAN[lj-svg-icon*="comments-bold"] {
        background-image: url(/img/icons/comments-bold-7a9199.png?v=57421);
        }

/* comments in footer*/
.actions-entryunit {
    padding-left: 0;
    }
    .actions-entryunit:after {
        content: "";
        display: table;
        width: 100%;
        clear: both;
        }
    .actions-entryunit__items {
        margin: 0;
        padding: 0;
        }
    .actions-entryunit__item {
        display: block;
        float: left;
        margin-right: 20px;
        text-transform: uppercase;
        font-family: ProximaNovaSemibold,Helvetica,sans-serif;
        font-size: .875em;
        letter-spacing: .05em;
        line-height: 33px;
        }
        .actions-entryunit__item:last-child {
            margin-right: 0;
            }
        .actions-entryunit__item .svgicon {
            vertical-align: middle;
            }
            .actions-entryunit__item--comments .svgicon {
                margin-right: 6px;
                }

/* TYPES
--------------------------- */
.types-entryunit {
    display: inline-block;
    margin: 0;
    padding: 0;
    }
    .types-entryunit__item {
        overflow: hidden;
        display: inline-block;
        margin: 0 5px 0 0;
        vertical-align: -2px;
        }
        .types-entryunit__item .svgicon {
            display: block;
            }
        .b-item-type-label {
            display: none;
            }

/* CONTENT
--------------------------- */
.entryunit__text {
    }
    .entryunit--promo .entryunit__text:before {
        content: "";
        position: absolute;
        bottom: 0;
        right: 0;
        width: 10%;
        height: 21px;
        background: linear-gradient(to right,rgba(255,255,255,0),rgba(255,255,255,1) 50%);
        text-align: right;
        }
    .entryunit__text DD,
    .entryunit__text DT,
    .entryunit__text TH,
    .entryunit__text TD,
    .entryunit__text P,
    .entryunit__text DIV,
    .entryunit__text LI,
    .entryunit__text PRE,
    .entryunit__text CODE,
    .entryunit__text KBD {
        font-size: 1em;
        }

    .entryunit__text H1,
    .entryunit__text H2,
    .entryunit__text H3,
    .entryunit__text H4,
    .entryunit__text H5,
    .entryunit__text H6 {
        margin: 1em 0 0.5em;
        padding: 0;
        font-weight: normal;
        font-style: normal;
        font-family: Arial, Helvetica, sans-serif;
        }
    .entryunit__text H1 {
        font-size: 1.7em;
        }
    .entryunit__text H2 {
        font-size: 1.428em;
        }
    .entryunit__text H3 {
        font-size: 1.285em;
        }
    .entryunit__text H4 {
        font-size: 1.14em;
        }
    .entryunit__text H5 {
        font-weight: bold;
        font-style: italic;
        font-size: 1em;
        }
    .entryunit__text H6 {
        font-style: italic;
        font-size: 1em;
        }
    .entryunit__text P {
        margin: 0 0 1em;
        padding: 0;
        }
    .entryunit__text ABBR[title] {
        border-bottom: 1px dotted;
        }
    .entryunit__text B,
    .entryunit__text STRONG {
        font-weight: bold;
        }
    .entryunit__text DFN {
        font-style: italic;
        }
    .entryunit__text MARK {
        background: #ff0;
        color: #000;
        }
    .entryunit__text CODE,
    .entryunit__text KBD,
    .entryunit__text PRE,
    .entryunit__text SAMP {
        font-size: .825em;
        font-family: monospace, serif;
        }
    .entryunit__text PRE {
        margin: 0;
        white-space: pre;
        white-space: pre-wrap;
        word-wrap: break-word;
        }
    .entryunit__text SMALL {
        font-size: 80%;
        }
    .entryunit__text SUB,
    .entryunit__text SUP {
        position: relative;
        vertical-align: baseline;
        line-height: 0;
        font-size: 75%;
        }
    .entryunit__text SUP {
        top: -0.5em;
        }
    .entryunit__text SUB {
        bottom: -0.25em;
        }
    .entryunit__text TABLE {
        border-spacing: 0;
        border-collapse: collapse;
        }
    .entryunit__text OL,
    .entryunit__text UL {
        padding-left: 40px;
        }
    .entryunit__text OL {
        list-style: decimal;
        }
    .entryunit__text UL {
        list-style: disc;
        }
    .entryunit__text IMG {
        border: 0;
        }
    .entryunit__text IMG:not(.emoji) {
        max-width: 100%;
        height: auto;
        }
        .entryunit__text A IMG {
            border: none;
            }
        .entryunit__text .ljuser IMG {
            padding-right: 1px;
            vertical-align: bottom;
            }
    .entryunit__text .b-mediaplaceholder {
        max-width: 100%;
        }

    .entryunit__text > .lj_embedcontent {
        max-width: 100%;
        }

/* IMAGES
--------------------------- */
.thumbnail-entryunit {
    float: left;
    margin: 3px 1em .7em 0;
    padding: 0
    }
    .thumbnail-entryunit__pic {
        float: left;
        width: 100px;
        border: 0
        }
.panorama-entryunit {
    margin: 0 0 1em
    }
    .panorama-entryunit__pic {
        display: block;
        width: 100%;
        height: 360px;
        max-width: 900px;
        margin: 0;
        padding: 0;
        background-color: transparent;
        background-position: 50% 50%;
        background-repeat: no-repeat;
        background-size: cover
        }
        .panorama-entryunit__pic--print {
            display: none;
            }
.video-entryunit {
    margin: 0
    }
    .entryunit--promo .video-entryunit {
        display: none;
        }
    .video-entryunit EMBED,
    .video-entryunit IFRAME,
    .video-entryunit OBJECT {
        width: 100%;
        height: 360px;
        max-width: 900px
        }
        .video-entryunit IFRAME:-webkit-full-screen {
            width: auto;
            max-width: none;
            }

/* LIKES
--------------------------- */
.likes-entryunit {
    }
.b-browsepage .likes-entryunit {
    margin-top: 5px;
    }
    .likes-entryunit:after {
        content: "";
        display: table;
        border-collapse: collapse;
        clear: both;
        }

    .likes-entryunit__item {
        float: left;
        }
        .likes-entryunit__item .lj-like-item {
            margin-top: 0 !important;
            }
        .likes-entryunit__item--share {
            margin: 0 12px 0 0;
            }
        .likes-entryunit__item--share.lj-like--v4 {
            margin-right: 5px;
            }
            .likes-entryunit__item--share .b-flatsocial-share {
                display: block !important;
                font: 0/0 a !important;
                }

/* TAGSCURRENTS
--------------------------- */
.tagscurrents-entryunit {
    margin-top: 15px;
    padding: 0;
    list-style-type: none;
    font-size: .875em;
    }
    .tagscurrents-entryunit__list {
        margin: 0;
        }
        .tagscurrents-entryunit__item {
            margin: 0 0 7px;
            padding: 0;
            list-style: none;
            color: #333;
            }
        .tagscurrents-entryunit__label,
        .tagscurrents-entryunit__content {
            display: inline;
            margin: 0;
            }
        .tagscurrents-entryunit__label {
            text-transform: uppercase;
            letter-spacing: .05em;
            font-family: ProximaNovaSemibold,Tahoma, Arial, sans-serif;
            color: #7A9199;
            }


/* CONTROLS
--------------------------- */
.controls-entryunit {
    visibility: hidden;
    position: absolute;
    clear: both;
    z-index: 10;
    top: 0;
    bottom: 0;
    right: 0;
    width: 40px;
    margin: 0;
    padding: 10px 0 0 0;
    border: 1px solid #DAE3E6;
    border-width: 0 0 0 1px;
    background: #F7F9FA;
    }
    .entryunit--promo .controls-entryunit,
    .b-mainpage-type-latest .controls-entryunit {
        display: none;
        }

    .entryunit:hover .controls-entryunit,
    .p-ljtour .entryunit--first-private .controls-entryunit,
    .js--addmem-open .controls-entryunit,
    .js--share-open .controls-entryunit {
        visibility: visible;
        }

/* Show icons while scrolling page */
.js--scrolling {
    position: fixed;
    top: 0
    }
    .js--scrolling-stop {
        position: absolute;
        top: auto;
        bottom: 0
        }

/* Air: layout with sidebar on the left side */
.j-p-layout-tw .controls-entryunit {
    border-width: 0 1px
    }

/* Items */
.controls-entryunit__items {
    margin: 0;
    padding: 0;
    }
    .controls-entryunit__item {
        display: block;
        position: relative;
        width: 40px;
        height: 40px;
        list-style-type: none;
        }
        .controls-entryunit__link {
            display: block;
            position: relative;
            width: 40px;
            height: 40px;
            color: #7A9199;
            }
        .controls-entryunit__icon {
            position: absolute;
            top: 0;
            right: 0;
            bottom: 0;
            left: 0;
            width: 16px;
            height: 16px;
            margin: auto;
            color: #7A9199;
            }
            .controls-entryunit__link:hover .controls-entryunit__icon,
            .controls-entryunit__item--pressed .controls-entryunit__icon {
                color: #0086B3;
                }
            .controls-entryunit__icon .svgicon {
                display: block;
                fill: currentColor !important;
                }

/* Tooltip */
.controls-entryunit__tooltip {
    display: block;
    position: absolute;
    z-index: 5;
    top: 0;
    bottom: 0;
    visibility: hidden;
    right: 40px;
    padding: 0 10px;
    line-height: 40px;
    background: #FFF;
    border: 1px solid #DAE3E6;
    white-space: nowrap;
    }
    .controls-entryunit__tooltip:hover {
        color: #136480;
        }

    .b-lenta-tiny-size .controls-entryunit__tooltip {
        font-size: 1em
        }

    .controls-entryunit__link:hover .controls-entryunit__tooltip {
        visibility: visible;
        }

    /* Tooltip right corner */
    .controls-entryunit__link:after,
    .controls-entryunit__link:before {
        content: "";
        position: absolute;
        top: 0;
        bottom: 0;
        left: -1px;
        z-index: 5;
        width: 0;
        height: 0;
        margin: auto;
        }
        .controls-entryunit__link:after {
            color: #FFF;
            }
        .controls-entryunit__link:before {
            color: #DAE3E6;
            }
        .controls-entryunit__link:hover:before {
            border: 7px solid;
            border-color: transparent transparent transparent currentColor;
            }
        .controls-entryunit__link:hover:after {
            border: 5px solid;
            border-color: transparent transparent transparent currentColor;
            }

/* Tooltip: mark as read & hide author from rating */

/* restored entry (from hidden user) */
.js--state-restored-author {
    }
    .js--state-restored-author .tooltip-entryunit--hide-hide {
        display: none;
        }
    .tooltip-entryunit--hide-show {
        display: none;
        }
        .js--state-restored-author .tooltip-entryunit--hide-show {
            display: inline;
            }
/* restored entry (readed entry) */
.js--state-restored-entry {
    }
    .js--state-restored-entry .tooltip-entryunit--read-read {
        display: none;
        }
    .tooltip-entryunit--read-unread {
        display: none;
        }
        .js--state-restored-entry .tooltip-entryunit--read-unread {
            display: inline;
            }

/* ENTRYUNITS MORE
--------------------------- */
.entryunits__more {
    display: none;
    }
#js .entryunits__more {
    display: block;
    }

/*
Check this

.g-sensor .controls-entryunit__item--read,
.mobile-msg .controls-entryunit__item--read,
.g-sensor .controls-entryunit__item--hide,
.mobile-msg .controls-entryunit__item--hide {
    visibility: visible;
    }
*/
/* MEDIA QUERIES
--------------------------- */
@media all and (max-width: 1100px) {
    .panorama-entryunit__pic,
    .video-entryunit EMBED,
    .video-entryunit IFRAME,
    .video-entryunit OBJECT {
        height: 300px
    }
}

@media (max-width: 1000px) {
    .j-p-layout-tw .entryunit {
        padding-left: 0;
        }
    .entryunit__userpic IMG {
        max-width: 80px;
        height: auto;
        }
    .j-layer-air .tagscurrents-entryunit {
        font-size: 1em;
        }
}

@media all and (max-width: 700px) {
    .panorama-entryunit__pic,
    .video-entryunit EMBED,
    .video-entryunit IFRAME,
    .video-entryunit OBJECT {
        height: 250px
        }
}

 @media (max-width: 680px) {
    .entryunit {
        padding-right: 0;
        }
        .entryunit--promo {
            padding: 0;
            }
    .entryunit__userpic {
        margin-right: 15px;
        }
        .entryunit__userpic IMG {
            max-width: 50px;
            height: auto;
            }
    .entryunit--promo .entryunit__head {
        height: 21px;
        }
        .entryunit__title {
            font-size: 1.4em;
            }
    .entryunit__text {
        line-height: 1.5;
        }
     .actions-entryunit--no-controls {
        margin-bottom: 1.5em;
        }
        .j-layer-air .actions-entryunit,
        .p-lenta .actions-entryunit {
            float: left;
            margin-top: 3px;
            }
    .controls-entryunit {
        position: relative;
        display: block;
        width: 100%;
        margin-top: 15px;
        padding: 0;
        visibility: visible;
        background: #f8f9fb;
        border: 1px solid #DAE3E6;
        }
        .controls-entryunit,
        .j-p-layout-tw .controls-entryunit {
            border-width: 1px 0 0;
            }
        .p-ljtour .controls-entryunit {
            visibility: hidden
            }
            .p-ljtour .entryunit--first-private .controls-entryunit {
                visibility: visible;
                }
        .j-layer-air .controls-entryunit,
        .p-lenta .controls-entryunit {
            float: right;
            clear: none;
            width: auto;
            margin-top: 0;
            background: none !important;
            border: 0 !important
            }

    .controls-entryunit__item {
        display: inline-block;
        vertical-align: top;
        }

    .controls-entryunit__link:after,
    .controls-entryunit__link:before,
    .controls-entryunit__tooltip {
        display: none
        }

    .js--scrolling,
    .js--scrolling-stop {
        position: relative;
        top: auto;
        bottom: auto;
        }

    /* irrational fixes (LJSUP-21850) */
    .b-lenta-mobileadaptive .entryunit,
    .j-layer-air .entryunit {
        padding: 1.5em 0 0.85em;
        }
    .b-mainpage-state-mobileadaptive .controls-entryunit {
        display: none;
        }
}

@media all and (max-width: 560px) {
    .panorama-entryunit__pic,
    .entryunit-video EMBED,
    .video-entryunit IFRAME,
    .video-entryunit OBJECT {
        height: 200px
    }
}

@media all and (max-width: 480px) {
    .panorama-entryunit__pic,
    .video-entryunit EMBED,
    .video-entryunit IFRAME,
    .video-entryunit OBJECT {
        height: 130px
    }

    .actions-entryunit__item--reply .actions-entryunit__text {
        display: none;
        }

    .author-entryunit {
        display: inline;
        }

    .entryunit__body {
        margin-top: 0;
        }

    .entryunit__text {
        line-height: 1.4;
    }

    .j-layer-air .entryunit__text {
        font-size: 16px;
        line-height: 1.5;
        }

    .actions-entryunit__item {
        margin-right: 15px;
        }
    .controls-entryunit__item,
    .controls-entryunit__link {
        width: 35px;
        }
}

@media print {
    .controls-entryunit {
            display: none;
            }
        .entryunit__text A:after {
            content: ' (' attr(href) ') ';
            }
        .entry-content A:after {
            content: ' (' attr(href) ') ';
            }
}


/* file-end: stc/entryunit_v4.css 
----------------------------------------------------------------------------------*/
