/* ---------------------------------------------------------------------------------
   file-start: stc/lj_base.css 
*/

BODY {
    position: relative; /* Fixes header width when body min width is defined: LJSUP-21931 */
    margin: 0;
    }

form {
    margin: 0px;
    padding: 0px;
    }

.ljclear {
    clear: both;
    width: 1px;
    height: 1px;
    margin: 0 -1px -1px 0;
    padding: 0;
    border: 0;
    line-height: 0;
    font-size: 0;
    }

.nowrap {
    white-space: nowrap;
    }

.lj_hourglass {
    z-index: 20000;
    }

.ErrorNote .Inner {
    padding: 8px;
    border: 1px solid #F99;
    background-color: #FEE;
    background-repeat: repeat-x;
    }

.Note .Inner {
    padding: 8px;
    border: 1px solid #FC3;
    background: #FFD;
    color: #333;
    }
    .Note .Inner A {
        color: #00C;
        }

/* IPPU overlay
-------------------------------*/
div.lj_ippu {
    padding: 2px;
    border: 2px solid #444;
    background-color: #FFF;
    }
div.lj_ippu_titlebar {
    width: auto !important;
    height: 20px;
    padding: 5px 0 0 5px;
    background-color: #444;
    font-weight: bold;
    color: #FFF;
    }
    div.lj_ippu_titlebar A:link,
    div.lj_ippu_titlebar A:visited {
        border: none !important;
        text-decoration: none;
        color: #FFF;
        }
    .lj_ippu_titlebar img {
        opacity: .25;
        }
    .lj_ippu_titlebar img:hover {
        opacity: 1;
        }

/* LJ Placeholder Container ()
-------------------------------*/
.LJ_Placeholder_Container {
    position: relative;
    display: inline-block;
    border: 1px dashed #CCC;
    text-align: left;
    }
.LJ_Placeholder_Container A {
    position: relative;
    top: 50%;
    left: 50%;
    visibility: hidden;
    }
.LJ_Placeholder_Container A IMG {
    position: relative;
    visibility: visible;
    margin: -17px 0 0 -17px;
    cursor: pointer;
    }

/* LJ Embed Content
-------------------------------*/
IFRAME.lj_embedcontent {
    max-width: 100%;
    border: 0;
    vertical-align: top;
    }

.ljedittime {
    font-size: smaller;
    }

.lj_invisible {
    display: inline-block;
    overflow: hidden;
    width: 0;
    height: 0;
    margin: 0;
    padding: 0;
    border: 0 none transparent;
    text-decoration: none;
    line-height: 0;
    }

.lj_ippu_titlebar {
    text-align: left;
    }
.lj_ippu_titlebar IMG {
    cursor: pointer;
    }



/* Adding/Editing a note for a user
------------------------------------------*/
.user_alias_act {
    padding: 13px 24px;
    text-align: left;
    font-size: 16px;
    }
    .user_alias_act INPUT {
        font-family: Arial, sans-serif;
        }
        .user_alias_act .alias-value {
            width: 380px;
            }
    .user_alias_act P {
        margin: 0.75em 0px;
        text-indent: 0;
        }
    .user_alias_act DIV.user-alias-label {
        margin-bottom: 5px;
        padding-top: 5px;
        font-size: 0.85em;
        }
    .user_alias_act SPAN.helper {
        display: block;
        padding-top: 12px;
        font-size: 0.7em;
        color: #000;
        }
        .user_alias_act A:link,
        .user_alias_act A:visited,
        .user_alias_act A:hover,
        .user_alias_act A:active {
              border: 0 !important;
              text-decoration: underline;
              }
        .user_alias_act A:link{
            color: #00C;
            }
        .user_alias_act A:visited {
            color: #306;
            }
        .user_alias_act A:link:hover {
            color: #00C;
            }
        .user_alias_act A:visited:hover {
            color: #306;
            }
        .user_alias_act A:link:active {
            color: #00C;
            }
        .user_alias_act A:visited:active {
            color: #306;
            }

/* Styles for messagers,
Must be removed after implementation of Framework! */
.b-message {
    margin: 10px 0 24px;
    padding: 8px;
    }
.b-message-suggestion {
    border: 1px solid #FF8E44;
    background: #FFE8BF;
    }

.i-message {
    padding: 1px 8px;
    }
.b-message-error,
.i-message-error {
    margin: 0 0 24px !important;
    border: 1px solid #F99;
    background-color: #FEE;
    background-image: url(/img/message-error.gif?v=4888);
    background-image: -webkit-linear-gradient(top, #FED4D3 0%, #FFF2F0 100%);
    background-image:    -moz-linear-gradient(top, #FED4D3 0%, #FFF2F0 100%);
    background-image:      -o-linear-gradient(top, #FED4D3 0%, #FFF2F0 100%);
    background-image:   linear-gradient(to bottom, #FED4D3 0%, #FFF2F0 100%);
    }


/*
Styles for bubbles
---------------------------
- b-bubble || i-bubble
- - i-bubble-arrow-border
- - i-bubble-arrow
*/
/*Must be removed after implementation of Framework! */
.b-bubble {
    display: block;
    }
.i-bubble {
    display: inline-block;
    }
.b-bubble,
.i-bubble {
    position:relative;
    margin: 0 20px 0 10px !important;
    padding: 8px 10px;
    border-width: 1px;
    border-style: solid;
    border-color: #000;
    border-radius: 5px;
    font-size: 90%;
    color: #000;
    }
    .i-bubble-arrow,
    .i-bubble-arrow-border {
        position: absolute;
        top: 13px;
        overflow: hidden;
        width: 0;
        height: 0;
        border-top-color: transparent;
        border-bottom-color: transparent;
        border-left-color: transparent;
        }
    .i-bubble-arrow {
        left: -9px;
        margin: -5px 0 0;
        border-width: 5px 10px 5px 0;
        border-style: solid;
        border-right-color: #FFF;
        }
    .i-bubble-arrow-border {
        left: -11px;
        margin: -5px 0 0;
        border-width: 5px 10px 5px 0;
        border-style: solid;
        border-right-color: #000;
        }
.b-bubble-noarrow {
    margin: 0 !important;
    }
    .b-bubble-noarrow .i-bubble-arrow,
    .b-bubble-noarrow .i-bubble-arrow-border {
        display: none;
        }
.b-bubble-lite {
    border-color: #CCC;
    background: #FFF;
    }
    .b-bubble-lite .i-bubble-arrow {
        border-right-color: #FFF;
        }
    .b-bubble-lite .i-bubble-arrow-border {
        border-right-color: #CCC;
        }
.b-bubble-alert {
    border-color: #EAE8AC;
    background: #FFFFD5;
    }
    .b-bubble-alert .i-bubble-arrow {
        border-right-color: #FFFFD5;
        }
    .b-bubble-alert .i-bubble-arrow-border {
        border-right-color: #EAE8AC;
        }
.b-bubble-warning {
    border-color: #FF9B97;
    background: #FFECEA;
    color: #D51C00;
    }
    .b-bubble-warning .i-bubble-arrow {
        border-right-color: #FFECEA;
        }
    .b-bubble-warning .i-bubble-arrow-border {
        border-right-color: #FF9B97;
        }
.b-bubble-success {
    border-color: #6FBA55;
    background: #D0F4C3;
    color: #358D16;
    }
    .b-bubble-success .i-bubble-arrow {
        border-right-color: #D0F4C3;
        }
    .b-bubble-success .i-bubble-arrow-border {
        border-right-color: #6FBA55;
        }
.b-bubble-intext {
    margin: 10px 0 !important;
    }
.b-bubble-center {
    text-align: center;
    }

/* Width & Height for Moods */
IMG.meta-mood-img {
    max-width: 100px;
    max-height: 100px;
    }
IMG#mood_image_preview {
    max-width: 60px;
    max-height: 60px;
    }

/* Styles for messagers,
Must be removed after implementation of Framework! */
.appwidget-sitemessages {
    padding: 0;
    }
/* .mobile-msg .appwidget-sitemessages {
    top: 130px;
    } */
    .appwidget-sitemessages .b-message-system {
        margin: 0;
        padding: 0;
        border: none;
        background: none;
        font-size: 12px !important;
        color: #000;
        }
    .appwidget-sitemessages .b-message-system A {
        font-size: 12px !important;
        }
    .appwidget-managesitemessages .b-message-system {
        position: static !important;
        }
        .appwidget-sitemessages .b-message-system .b-message-wrap {
            position: relative;
            display: block;
            margin: 0;
            padding: 4px 25px 6px 25px;
            border: 2px solid #8AB6DA;
            background: #C6E0F6;
            text-align: center;
            }
        .appwidget-sitemessages .b-message-system IMG {
            margin: 0 5px 0 0 !important;
            padding: 0 !important;
            vertical-align: -2px;
            }
            .appwidget-sitemessages .b-message-system .ljuser IMG {
                margin: 0 !important;
                padding: 0 0 0 1px !important;
                }
        .appwidget-sitemessages .b-message-system A:link,
        .appwidget-sitemessages .b-message-system A:visited,
        .appwidget-sitemessages .b-message-system A:hover,
        .appwidget-sitemessages .b-message-system A:active {
            border: 0 !important;
            text-decoration: underline;
            color: #124787 !important;
            }
            .appwidget-sitemessages .b-message-system .ljuser A:link,
            .appwidget-sitemessages .b-message-system .ljuser A:visited {
                text-decoration: none;
                }
            .appwidget-sitemessages .b-message-system .ljuser A:hover,
            .appwidget-sitemessages .b-message-system .ljuser A:active {
                text-decoration: underline;
                }
        .appwidget-sitemessages .b-message-system I.close {
            position: absolute;
            top: 8px;
            right: 8px;
            width: 12px;
            height: 12px;
            cursor: pointer;
            background: url(/img/message-system-close.gif?v=9067) no-repeat;
            font-size: 0;
            }
#lj_controlstrip .appwidget-sitemessages {
    top: 44px;
    z-index: 9999;
    }
#content-wrapper .appwidget-sitemessages {
    position: static;
    margin-top: 20px;
    }
    #content-wrapper .appwidget-sitemessages .b-message-system {
        margin: 0 0 10px;
        }
.scheme-lynx .appwidget-sitemessages {
    top: 0;
    }

/* Mobile version message */
.b-message-mobile {
    position: absolute;
    top: 45px;
    left: 0;
    z-index: 1000;
    width: 100%;
    height: 72px;
    margin: 0;
    padding: 0;
    background: #0095B3;
    text-align: left;
    font: 32px/32px 'Arial', 'Helvetica', sans-serif;
    color: #FFF;
    }
    .b-message-mobile .b-message-mobile-wrapper {
        position: relative;
        margin: 0;
        padding: 20px 80px 20px 20px;
        }
    .b-message-mobile A:link,
    .b-message-mobile A:visited,
    .b-message-mobile A:hover,
    .b-message-mobile A:active {
        display: block;
        margin: 0;
        padding: 0;
        border: 0;
        text-decoration: none !important;
        font: 32px/32px 'Arial', 'Helvetica', sans-serif !important;
        color: #FFF !important;
        }
.b-message-mobile-theme {
    top: 0;
    }
    .mobile-msg #navigation {
        top: 30px;
        }
    .mobile-msg #content {
        top: 140px !important;
        }
.b-message-mobile-close {
    display: block;
    position: absolute;
    right: 10px;
    top: 50%;
    width: 50px;
    height: 36px;
    margin-top: -18px;
    background: url(/img/icons/close-32x32_l.png?v=37489) 50% 50% no-repeat;
    cursor: pointer;
    }

/* Placeholder
--------------------------- */
/* Must be removed after implementation of Framework! */
.placeholder {
    color: #A9A9A9;
    }
.placeholder-wrapper {
    position: relative;
    display: inline-block;
    }
    .placeholder-label {
        position: absolute;
        display: none;
        margin: 0;
        padding: 0 5px;
        cursor: text;
        line-height: 1.8em;
        font-size: 90%;
        color: #A9A9A9;
        }

/* Open social popups
----------------------------------------------- */
DIV.lj_ippu_app {
    min-width: 595px;
    padding: 20px 30px;
    border: 1px solid #EBEBEB;
    border-radius: 5px;
    }
    DIV.lj_ippu_app .ljappippu_inner:after
    DIV.lj_ippu_app .ljappippu_share_content:after,
    DIV.lj_ippu_app .ljappippu_share_buttons:after {
        content: ".";
        display: block;
        visibility: hidden;
        clear: both;
        overflow: hidden;
        width: 0;
        height: 0;
        }
    DIV.lj_ippu_app DIV.lj_ippu_titlebar {
        height: auto;
        margin: 0 0 10px 0;
        padding: 0;
        background: none;
        line-height: 16px;
        font-size: 16px;
        color: #000;
        }
        DIV.lj_ippu_app DIV.lj_ippu_titlebar .ljappippu_button {
            position: absolute;
            top: 10px;
            right: 10px;
            width: 12px;
            height: 12px;
            cursor: pointer;
            background: url(/img/CloseButton_gray.gif?ver=1) no-repeat;
            }
    DIV.lj_ippu_app .ljappippu_share_content {
        clear: both;
        }
    DIV.lj_ippu_app H3 {
        clear: both;
        margin: 20px 0 5px 0;
        line-height: 16px;
        font-style: normal;
        font-size: 12px;
        color: #000;
        }
    DIV.lj_ippu_app P {
        margin: 0 0 3px 0;
        padding: 0;
        line-height: 18px;
        font-size: 12px;
        }
    DIV.lj_ippu_app P.i-bubble {
        margin: 0 !important;
        padding: 6px 10px 8px 10px;
        line-height: 11px;
        font-size: 11px;
        }
    DIV.lj_ippu_app .ljappippu_confirm_buttons,
    DIV.lj_ippu_app .ljappippu_share_buttons {
        clear: both;
        overflow: hidden;
        }
        DIV.lj_ippu_app .ljappippu_share_buttons INPUT.submit {
            float: right;
            margin-top: 5px;
            }
        DIV.lj_ippu_app .ljappippu_confirm_buttons .ljappippu_payment_ok,
        DIV.lj_ippu_app .ljappippu_confirm_buttons .ljappippu_confirm_ok {
            float: right;
            }
        DIV.lj_ippu_app .ljappippu_confirm_buttons .i-bubble,
        DIV.lj_ippu_app .ljappippu_share_buttons .i-bubble {
            line-height: 16px;
            }
    DIV.lj_ippu_app .i-qotd-nav {
        float: right;
        margin-top: 5px;
        line-height: 11px;
        font-size: 11px;
        }
        DIV.lj_ippu_app .i-qotd-nav-first,
        DIV.lj_ippu_app .i-qotd-nav-last,
        DIV.lj_ippu_app .i-qotd-nav-prev,
        DIV.lj_ippu_app .i-qotd-nav-next {
            display: inline-block;
            overflow: hidden;
            width: 16px;
            height: 16px;
            padding: 0;
            cursor: pointer;
            background-image: url(/img/arrow-spotlight.gif?v=16423);
            background-repeat: no-repeat;
            vertical-align: -4px;
            font: 0/0 serif;
            }
        DIV.lj_ippu_app .i-qotd-nav-first {
            margin: 0 5px 0 0;
            background-position: 0 -32px;
            }
        DIV.lj_ippu_app .i-qotd-nav-first-dis {
            cursor: default;
            background-position: 0 -48px;
            }
        DIV.lj_ippu_app .i-qotd-nav-last {
            margin: 0 0 0 5px;
            background-position: -16px -32px;
            }
        DIV.lj_ippu_app .i-qotd-nav-last-dis {
            cursor: default;
            background-position: -16px -48px;
            }
        DIV.lj_ippu_app .i-qotd-nav-prev {
            margin: 0 10px 0 0;
            background-position: 0 0;
            }
        DIV.lj_ippu_app .i-qotd-nav-prev-dis {
            cursor: default;
            background-position:0 -16px;
            }
        DIV.lj_ippu_app .i-qotd-nav-next {
            margin: 0 0 0 10px;
            background-position: -16px 0;
            }
        DIV.lj_ippu_app .i-qotd-nav-next-dis {
            cursor: default;
            background-position: -16px -16px;
            }
        DIV.lj_ippu_app .qotd-counter I {
            font-style: normal;
            }
    DIV.lj_ippu_app .b-pending-users {
        float: none;
        margin-bottom: 0;
        padding: 0;
        }
    DIV.lj_ippu_app .b-pending-users:after {
        content: ".";
        display: block;
        visibility: hidden;
        clear: both;
        overflow: hidden;
        width: 0;
        height: 0;
        }
    DIV.lj_ippu_app .ljappippu_share_persons {
        overflow: auto;
        max-height: 132px;
        margin: -5px -10px -10px -10px;
        padding: 5px 10px 0 10px;
        }
        DIV.lj_ippu_app .b-pending-users LI {
            padding-bottom: 7px;
            line-height: 15px;
            font-size: 12px;
            }
            DIV.lj_ippu_app .ljappippu_share_persons LI:hover SPAN {
                margin-right: -9px;
                padding-right: 8px;
                }
    DIV.lj_ippu_app .hr {
        clear: both;
        overflow: hidden;
        margin-bottom: 10px;
        }
    DIV.lj_ippu_app .ljappippu-area {
        position: relative;
        padding-right: 13px;
        }
        DIV.lj_ippu_app .ljappippu-area LABEL {
            top: 2px;
            left: 5px;
            font: 12px/16px 'Arial', sans-serif;
            color: #A9A9A9;
            }
        DIV.lj_ippu_app .ljappippu-area TEXTAREA {
            width: 100%;
            margin-bottom: 7px;
            padding: 2px 5px;
            border: 1px solid #737373;
            font: 12px/16px 'Arial', sans-serif;
            }
    DIV.lj_ippu_app .b-select-users {
        width: 100%;
        margin-bottom: 5px;
        }
    DIV.lj_ippu_app .b-select-users:after {
        content: ".";
        display: block;
        visibility: hidden;
        clear: both;
        height: 0;
        line-height: 0;
        }
        DIV.lj_ippu_app .b-select-users .b-bubble-intext {
            float: right;
            }
        DIV.lj_ippu_app .b-select-users INPUT {
            width: 150px;
            font-size: 12px;
            }

/* Payment confirm/reject */
.ljappippu_thumb {
    float: left;
    margin: 2px 15px 15px 2px;
    }
.ljappippu_payment_desc {
    padding: 0 0 0 138px;
    }
.ljappippu_table {
    width: 100%;
    border-collapse: collapse;
    }
    .ljappippu_table TH,
    .ljappippu_table TD {
        padding: 9px 0;
        border-bottom: 1px solid #E6E6E6;
        line-height: 18px;
        font-size: 12px;
        }
    .ljappippu_table .last TH,
    .ljappippu_table .last TD {
        border-bottom: none;
        }
    .ljappippu_table TH {
        text-align: left;
        font-weight: bold;
        }
    .ljappippu_table TD {
        text-align: right;
        }
    .ljappippu_table.wide TD {
        text-align: left;
        }
    .lj_ippu_app .b-message {
        border-radius: 6px;
        }

/* Popups with arrows
--------------------------- */
/* Must be removed after implementation of Framework! */
.b-popup {
    position: absolute;
    z-index: 4999;
    font-size: 15px;
    }
    /* links on pages without schemius */
    BODY:not(.s-schemius) .b-popup A:link {
        text-decoration: none;
        color: #00A3D9;
        }
    BODY:not(.s-schemius) .b-popup A:visited {
        text-decoration: none;
        color: #007399;
        }
    BODY:not(.s-schemius) .b-popup A:hover,
    BODY:not(.s-schemius) .b-popup A:active,
    BODY:not(.s-schemius) .b-popup A:focus {
        text-decoration: none;
        color: #0086B3;
        }

    /* outer */
    .b-popup-outer {
        position: relative;
        z-index: 100;
        padding: 1px;
        border: 1px solid #D9E6EA;
        border-radius: 7px;
        background: #FFF;
        }

        /* inner */
        .b-popup-inner {
            padding: 10px 15px;
            border-radius: 7px;
            }

            /* color */
            .b-popup INPUT[type="text"],
            .b-popup DIV,
            .b-popup STRONG,
            .b-popup LABEL {
                color: #000;
                }
            .b-popup INPUT:-moz-placeholder {
                color: #999;
                }

            /* Custom dialog elements */
            .b-dialog {
                position: relative;
                width: 100%;
                }
                .b-dialog-header {
                    margin: 0 0 10px;
                    padding: 0 15px 0 0;
                    line-height: 16px;
                    font-weight: bold;
                    font-size: 14px;
                    color: #000;
                    }
                .b-dialog-body {
                    min-width: 300px;
                    max-width: 500px;
                    margin: 10px 0 20px;
                    }
                .b-dialog-footer {
                    margin: 10px 0 0;
                    text-align: center;
                    }
                .b-dialog-prompt {
                    display: block;
                    -webkit-box-sizing: border-box;
                       -moz-box-sizing: border-box;
                            box-sizing: border-box;
                    width: 100%;
                    margin: 10px 0 0;
                    padding: 2px 5px;
                    }

    /* Put here styles for popups that need to reset */
    .b-popup,
    .b-popup-outer,
    .b-popup-inner,
    .popup-inner,
    .w-cs-filter-inner,
    .w-cs-filter-sort,
    .b-sharethis,
    .b-sharethis-services {
        float: none;
        }
    .i-popup-arr,
    .i-popup-arr-brdr-outer,
    .i-popup-arr-brdr-inner,
    .i-popup-arr-bg {
        position: absolute;
        width: 0;
        height: 0;
        font: 0/0 serif;
        }

    /* arrows */
    .i-popup-arrt.i-popup-arr,
    .i-popup-arrtl.i-popup-arr,
    .i-popup-arrtr.i-popup-arr {
        border-right: 15px solid transparent;
        border-bottom: 15px solid #D9E6EA;
        border-left: 15px solid transparent;
        }
    .i-popup-arrt .i-popup-arr-brdr-outer,
    .i-popup-arrtl .i-popup-arr-brdr-outer,
    .i-popup-arrtr .i-popup-arr-brdr-outer {
        top: 2px;
        left: -15px;
        border-right: 15px solid transparent;
        border-bottom: 15px solid #FFF;
        border-left: 15px solid transparent;
        }

    .i-popup-arrb.i-popup-arr,
    .i-popup-arrbl.i-popup-arr,
    .i-popup-arrbr.i-popup-arr {
        border-top: 15px solid #D9E6EA;
        border-right: 15px solid transparent;
        border-left: 15px solid transparent;
        }
    .i-popup-arrb .i-popup-arr-brdr-outer,
    .i-popup-arrbl .i-popup-arr-brdr-outer,
    .i-popup-arrbr .i-popup-arr-brdr-outer {
        bottom: 2px;
        left: -15px;
        border-top: 15px solid #FFF;
        border-right: 15px solid transparent;
        border-left: 15px solid transparent;
        }

    .i-popup-arrl.i-popup-arr,
    .i-popup-arrlt.i-popup-arr,
    .i-popup-arrlb.i-popup-arr {
        border-top: 15px solid transparent;
        border-right: 15px solid #D9E6EA;
        border-bottom: 15px solid transparent;
        }
    .i-popup-arrl .i-popup-arr-brdr-outer,
    .i-popup-arrlt .i-popup-arr-brdr-outer,
    .i-popup-arrlb .i-popup-arr-brdr-outer {
        top: -15px;
        left: 2px;
        border-top: 15px solid transparent;
        border-right: 15px solid #FFF;
        border-bottom: 15px solid transparent;
        }

    .i-popup-arrr.i-popup-arr,
    .i-popup-arrrt.i-popup-arr,
    .i-popup-arrrb.i-popup-arr {
        border-top: 15px solid transparent;
        border-bottom: 15px solid transparent;
        border-left: 15px solid #D9E6EA;
        }
    .i-popup-arrr .i-popup-arr-brdr-outer,
    .i-popup-arrrt .i-popup-arr-brdr-outer,
    .i-popup-arrrb .i-popup-arr-brdr-outer {
        top: -15px;
        right: 2px;
        border-top: 15px solid transparent;
        border-bottom: 15px solid transparent;
        border-left: 15px solid #FFF;
        }

    .i-popup-arrt {
        top: -15px;
        left: 50%;
        margin: 0 0 0 -6px;
        }
    .i-popup-arrtl {
        top: -15px;
        left: 31px;
        }
    .i-popup-arrtr {
        top: -15px;
        right: 31px;
        }
    .i-popup-arrb {
        bottom: -15px;
        left: 50%;
        margin: 0 0 0 -6px;
        }
    .i-popup-arrbl {
        bottom: -15px;
        left: 31px;
        }
    .i-popup-arrbr {
        right: 31px;
        bottom: -15px;
        }
    .i-popup-arrl {
        top: 50%;
        left: -15px;
        margin: -6px 0 0;
        }
    .i-popup-arrlt {
        top: 15px;
        left: -15px;
        }
    .i-popup-arrlb {
        bottom: 15px;
        left: -15px;
        }
    .i-popup-arrr {
        top: 50%;
        right: -15px;
        margin: -6px 0 0;
        }
    .i-popup-arrrt {
        top: 15px;
        right: -15px;
        }
    .i-popup-arrrb {
        right: -15px;
        bottom: 15px;
        }

    .b-popup .i-popup-arr-brdr-inner,
    .b-popup .i-popup-arr-bg {
        display: none;
        }

    /* close button */
    .i-thumb-close,
    .i-popup-close {
        overflow: hidden;
        position: absolute;
        top: 5px;
        right: 5px;
        display: block;
        width: 20px;
        height: 20px;
        background-position: 0 0;
        background-repeat: no-repeat;
        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%22smallclose-Layer_1%22%20xml%3Aspace%3D%22preserve%22%20height%3D%2220%22%20viewBox%3D%225%205%2020%2020%22%20width%3D%2220%22%20version%3D%221.1%22%20y%3D%220px%22%20x%3D%220px%22%20enable-background%3D%22new%205%205%2020%2020%22%3E%3Cpath%20id%3D%22smallclose-v2_1_%22%20d%3D%22m21.507%209.285l-0.778-0.778-5.722%205.722-5.723-5.723-0.778%200.778%205.721%205.722-5.721%205.722%200.778%200.778%205.722-5.723%205.722%205.723%200.778-0.778-5.723-5.722%205.724-5.721z%22%20fill%3D%22%2399BFCC%22%2F%3E%3C%2Fsvg%3E');
        font: 0/0 serif;
        cursor: pointer;
        }
    /* ie8 hack */
    .lt-ie9 .i-popup-close {
        background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUBAMAAAB/pwA+AAAAD1BMVEUAAACqqtSYwM2ZvcqZvcotENI5AAAABXRSTlMABjlO84b0Rl8AAAA/SURBVAjXY2AgCBgVQCSTAIhwBjFNwAImBgwMzGA+mAJxIcJQQZAwTBAo7MyAyURSgNCGZBjCCiSLkZxDAAAAXaQH1wl6jCEAAAAASUVORK5CYII=');
        }
    /* opera-mini svg hack */
    doesnotexist:-o-prefocus,
    .i-popup-close {
        background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUBAMAAAB/pwA+AAAAD1BMVEUAAACqqtSYwM2ZvcqZvcotENI5AAAABXRSTlMABjlO84b0Rl8AAAA/SURBVAjXY2AgCBgVQCSTAIhwBjFNwAImBgwMzGA+mAJxIcJQQZAwTBAo7MyAyURSgNCGZBjCCiSLkZxDAAAAXaQH1wl6jCEAAAAASUVORK5CYII=');
        }

    .b-popup-noclosecontrol .i-popup-close {
        display: none;
        }

    .b-popup-group {
        position: static;
        top: auto;
        right: auto;
        bottom: auto;
        left: auto;
        width: auto;
        height: auto;
        margin: 0 0 8px;
        padding: 0;
        text-align: left;
        }
    .b-popup-row {
        position: static;
        top: auto;
        right: auto;
        bottom: auto;
        left: auto;
        width: auto;
        height: auto;
        margin: 0 0 3px;
        padding: 0;
        }
    .b-popup-row-head {
        margin: 0 0 5px;
        font-weight: bold;
        }

/* states */
/* contextual */
.b-popup.b-popup-contextual {
    margin-left: -10px;
    }

/* centered */
.b-popup-options-centered .b-popup-submit-options {
    margin: 0.5em 0 0;
    text-align: center;
    }

/* withclosecontrol */
.b-popup-withclosecontrol .b-popup-inner {
    padding: 10px 25px 10px 15px;
    }

/* Popup Messages */
.b-popup-messagebox {
    position:absolute;
    z-index:9999;
    width:311px;
    border:2px solid #8CB7DA;
    background:#FFF;
    font-size:12px;
    }
    .b-popup-messagebox .b-popup-head {
        position:relative;
        margin:0;
        padding:5px;
        border:1px solid #DBECFB;
        border-width:1px 1px 0;
        background:#C7E0F6;
        font-size:15px;
        }
        .b-popup-messagebox .b-popup-head H4 {
            margin:0;
            }
    .b-popup-messagebox .i-popup-close {
        position:absolute;
        top:9px;
        right:5px;
        width:12px;
        height:12px;
        cursor:pointer;
        background: url(/img/popup-close.gif?v=9045) no-repeat 0 0;
        }
    .b-popup-messagebox .b-popup-content {
        margin:0;
        padding:5px;
        font-size:13px;
        }
    .b-popup-messagebox .b-popup-footer {
        margin:0;
        padding:5px;
        background:#ECF6FF;
        text-align:center;
        font-size:13px;
        }
    .b-popup-messagebox A:link,
    .b-popup-messagebox A:visited,
    .b-popup-messagebox A:hover,
    .b-popup-messagebox A:active {
        color: #00C;
        }

/* Delete bubble */
.ljcmtmanage {
    position: absolute;
    z-index: 3;
    display: block;
    visibility: hidden;
    width: 250px;
    text-align: left;
    }
.b-popup-delcomm,
.b-popup-ctrlcomm {
    max-width: 380px;
    }

/* Social Capital Icon */
.b-icon-scapital {
    float: left;
    width: 16px;
    height: 16px;
    margin:0 2px 0 0;
    background-image: url(/img/icon-social-capital.png?v=19876);
    background-position: 0 50%;
    background-repeat: no-repeat;
    }
 .b-icon-scapital-first {
    background-position: -17px 50%;
    }

/* Login More Popup */
.b-loginpopup {
    display: none;
    margin: 0;
    padding: 0;
    }
    .b-loginpopup-items {
        margin: 0 0 0 -5px;
        padding: 0;
        list-style: none;
        }
        .b-loginpopup-item {
            margin: 0;
            padding: 0;
            list-style: none;
            text-align: left;
            }
            BODY .b-loginpopup-item A:link,
            BODY .b-loginpopup-item A:visited,
            BODY #header table.login-form .b-loginpopup-item A:link,
            BODY #header table.login-form .b-loginpopup-item A:visited {
                display: block;
                margin: 0;
                padding: 3px 5px;
                border: 0;
                border-radius: 3px;
                background: #FFF;
                text-decoration: none;
                font-size: 11px;
                color: #222 !important;
                }
            BODY .b-loginpopup-item A:hover,
            BODY .b-loginpopup-item A:active,
            BODY #header table.login-form .b-loginpopup-item A:hover,
            BODY #header table.login-form .b-loginpopup-item A:active {
                display: block;
                margin: 0;
                padding: 3px 5px;
                border: 0;
                border-radius: 3px;
                background: #C5E1F7;
                text-decoration: none;
                font-size: 11px;
                color: #222 !important;
                }
            .b-loginpopup-item IMG,
            #header .b-loginpopup-item IMG {
                margin: 0 5px 0 0;
                border: 0;
                vertical-align: -4px;
                }



/* popup on android screens (LJSUP-22121) */
@media all and (max-width: 1200px) {

    /* class for body */
    HTML.html-android BODY.p-openpopup:not(.p-ljtour) {
        overflow: hidden;
        position: relative;
        }

        /* fader */
        HTML.html-android BODY.p-openpopup:not(.p-ljtour) .b-fader {
            display: block !important;
            position: fixed;
            top: 0 !important;
            right: 0 !important;
            bottom: 0 !important;
            left: 0 !important;
            z-index: 4999;
            opacity: 0.6;
            margin: 0;
            padding: 0;
            background-color: #000;
            }

        /* popup */
        HTML.html-android BODY.p-openpopup .b-popup:not(.b-popup-contextual) {
            overflow-x: auto;
            overflow-y: auto;
            position: fixed;
            top: 0 !important;
            right: 0 !important;
            bottom: 0 !important;
            left: 0 !important;
            z-index: 5001;
            margin: 0;
            padding: 0;
            border: 0;
            box-shadow: none;
            border-radius: 0;
            background: none;
            }

            /* outer */
            HTML.html-android BODY.p-openpopup .b-popup:not(.b-popup-contextual) .b-popup-outer {
                max-width: 50%;
                margin: 15px auto;
                padding: 0;
                border: 0;
                border-radius: 3px;
                background: #FFF;
                }
            HTML.html-android BODY.p-openpopup .b-bubble-filter.b-popup:not(.b-popup-contextual) .b-popup-outer,
            HTML.html-android BODY.p-openpopup .b-bubble-calendar.b-popup:not(.b-popup-contextual) .b-popup-outer {
                max-width: 317px;
                margin-top: 120px;
                }

                /* inner */
                HTML.html-android BODY.p-openpopup .b-popup:not(.b-popup-contextual) .b-popup-inner {
                    margin: 0;
                    padding: 30px;
                    }
                HTML.html-android BODY.p-openpopup .b-bubble-filter.b-popup:not(.b-popup-contextual) .b-popup-inner,
                HTML.html-android BODY.p-openpopup .b-bubble-calendar.b-popup:not(.b-popup-contextual) .b-popup-inner {
                    padding: 40px;
                    }

                    /* show close button */
                    HTML.html-android BODY.p-openpopup .b-popup-noclosecontrol:not(.b-popup-contextual) .i-popup-close {
                        display: block;
                        }

                    /* hide popup arrow */
                    HTML.html-android BODY.p-openpopup .b-popup:not(.b-popup-contextual) .i-popup-arr {
                        display: none;
                        }

                    /* close button */
                    HTML.html-android BODY.p-openpopup .b-popup:not(.b-popup-contextual) .i-popup-close {
                        display: block;
                        position: absolute;
                        top: 12px;
                        right: 12px;
                        width: 30px;
                        height: 30px;
                        background-image: url(/img/schemius/s-icons.svg?v=40651);
                        background-position: -62px 6px;
                        background-repeat: no-repeat;
                        cursor: pointer;
                        font: 0px/0 a;
                        }

}
@media all and (max-width: 650px) {
    HTML.html-android BODY.p-openpopup .b-popup:not(.b-popup-contextual) .b-popup-outer {
        max-width: none;
        }
}



/* popup for tiny sreens (LJSUP-18502) */
@media all and (max-width: 650px) {

    /* class for body */
    HTML BODY.p-openpopup:not(.p-ljtour) {
        overflow: hidden;
        position: relative;
        }

        /* fader */
        .p-openpopup:not(.p-ljtour) .b-fader {
            display: block !important;
            position: fixed;
            top: 0 !important;
            right: 0 !important;
            bottom: 0 !important;
            left: 0 !important;
            z-index: 1999;
            opacity: 0.6;
            margin: 0;
            padding: 0;
            background-color: #000;
            }

        /* popup */
        HTML BODY.p-openpopup .b-popup:not(.b-popup-contextual) {
            overflow-x: auto;
            overflow-y: auto;
            position: fixed;
            top: 0 !important;
            right: 0 !important;
            bottom: 0 !important;
            left: 0 !important;
            z-index: 5001;
            margin: 0;
            padding: 0;
            border: 0;
            box-shadow: none;
            border-radius: 0;
            background: none;
            }

            /* outer */
            HTML BODY.p-openpopup .b-popup:not(.b-popup-contextual) .b-popup-outer {
                margin: 15px;
                padding: 0;
                border: 0;
                border-radius: 3px;
                background: #FFF;
                }

                /* inner */
                HTML BODY.p-openpopup .b-popup:not(.b-popup-contextual) .b-popup-inner {
                    margin: 0;
                    padding: 30px;
                    }

                    /* show close button */
                    HTML BODY.p-openpopup .b-popup-noclosecontrol:not(.b-popup-contextual) .i-popup-close {
                        display: block;
                        }

                    /* hide popup arrow */
                    HTML BODY.p-openpopup .b-popup:not(.b-popup-contextual) .i-popup-arr {
                        display: none;
                        }

                    /* close button */
                    HTML BODY.p-openpopup .b-popup:not(.b-popup-contextual) .i-popup-close {
                        display: block;
                        position: absolute;
                        top: 12px;
                        right: 12px;
                        width: 30px;
                        height: 30px;
                        background-image: url(/img/schemius/s-icons.svg?v=40651);
                        background-position: -62px 6px;
                        background-repeat: no-repeat;
                        cursor: pointer;
                        font: 0px/0 a;
                        }

}

/* tiny tine screens (LJSUP-23345) */
@media all and (max-width: 400px) {
    /* close button */
    HTML BODY.p-openpopup .b-popup:not(.b-popup-contextual) .i-popup-close {
        width: 15px;
        height: 15px;
        background-position: -31px 2px;
        background-size: 170px 34px;
        }
}



/* Fader
--------------------------- */
/* Must be removed after implementation of Framework! */
.b-fader {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 3000;
    width: 100%;
    height: 100%;
    zoom: 1;
    filter: alpha(opacity=60);
    opacity: 0.6;
    background: #000;
    }
.p-fader .b-fader,
.p-loginform .b-fader {
    display: block;
    }



/*  */
.i-posticon-flip {
    margin: 0 0 0 .5em;
    }



/* LinkBar
----------------------------------- */
.b-linkbar {
    display: inline-block;
    margin: 0;
    padding: 8px;
    border: 0;
    background-color: #C2EBFF;
    background-image: -webkit-linear-gradient(top, #C2EBFF 0%, #B4DCFC 100%);
    background-image:    -moz-linear-gradient(top, #C2EBFF 0%, #B4DCFC 100%);
    background-image:      -o-linear-gradient(top, #C2EBFF 0%, #B4DCFC 100%);
    background-image:   linear-gradient(to bottom, #C2EBFF 0%, #B4DCFC 100%);
    list-style: none;
    text-align: center;
    }
    .b-linkbar-item {
        display: inline-block;
        margin: 0 2px;
        padding: 0;
        border: 0;
        vertical-align: top;
        font: 10px/1 Arial, sans-serif;
        }



/* Help Link
----------------------------------- */
.b-helplink {
    position: relative;
    display: inline-block;
    min-height: 16px;
    margin: 0 0 0 0.5em;
    padding: 0 0 0 16px;
    border: 0;
    vertical-align: -3px;
    }

/* css specificity overwrite */
HTML BODY .b-helplink:link,
HTML BODY .b-helplink:visited,
HTML BODY .b-helplink:hover,
HTML BODY .b-helplink:active {
    border: 0 !important;
    text-decoration: underline;
    color: #8E9194 !important;
    }
HTML BODY .b-helplink:hover,
HTML BODY .b-helplink:active {
    border: 0 !important;
    text-decoration: underline;
    color: #C00 !important;
    }

    /* icon */
    .b-helplink-icon {
        position: absolute;
        top: 50%;
        left: 0;
        display: block;
        width: 16px;
        height: 16px;
        margin: -7px 0 0;
        padding: 0;
        border: 0;
        background: url(/img/icons/help.png?v=15718) 0 0 no-repeat;
        text-shadow: none;
        font: 0/0 a;
        color: transparent;
        cursor: pointer;
        }
    .b-helplink:hover .b-helplink-icon,
    .b-helplink:focus .b-helplink-icon,
    .b-helplink-frozen .b-helplink-icon {
        background-position: -16px 0;
        }

    /* title */
    .b-helplink-title {
        margin: 0;
        }

/* helplink with title */
.b-helplink-withtitle {
    padding: 0 0 0 20px;
    }

/* helplink for horizon scheme */
.s-usernav .b-helplink {
    margin: 0 0 0 0.2em;
    padding: 0 0 0 14px;
    }

/* helplink for settings page (LJSUP-17071) */
TD.help .b-helplink {
    margin: 0;
    }

/* helplink for editpics.bml page (LJSUP-17071) */
.input-wrapper .b-helplink {
    margin: 0;
    }




/* Value Bar
----------------------------------- */
.b-valuebar {
    display: inline-block;
    margin: 0;
    }
    .b-valuebar-outer {
        display: inline-block;
        margin: 0;
        background: red;
        }
        .b-valuebar-inner {
            margin: 0;
            }
    .b-valuebar-desc {
        margin: 0;
        line-height: 1.2;
        font-style: italic;
        font-size: 90%;
        color: #666;
        }



/* Message System
----------------------------------- */
.b-msgsystem-errorbox {
    display: none;
    min-height: 50px;
    margin: 0 -45px 2em -25px;
    padding: 10px 140px 10px 120px;
    background: #FFEFEF url(/img/icons/error.png?v=15718) no-repeat 2.7em 50%;
    box-shadow: 0 2px 3px rgba(53, 99, 161, 0.7);
    }
    .b-msgsystem-errorbox-head {
        margin: 0 0 5px;
        padding: 0;
        font-weight: bold;
        font-size: 1em;
        color: #CB1427;
        }
    .b-msgsystem-error {
        margin: 0 0 10px;
        padding: 0;
        color: #787878;
        }
#js .b-msgsystem-errorbox-show {
    display: block;
    }
    .b-msgsystem-error {
        display: none;
        }
    .b-msgsystem-errorbox-show .b-msgsystem-error-ajax {
        display: block;
        }
.b-msgsystem-errorbox-errors {
    display: block;
    }
    .b-msgsystem-errorbox-errors .b-msgsystem-error-server {
        display: block;
        }

.b-msgsystem-warningbox {
    display: none;
    overflow: hidden;
    min-height: 50px;
    margin: 0 -45px 2em -25px;
    padding: 10px 140px 10px 35px;
    background-color: #FFFFD5;
    box-shadow: 0 2px 3px rgba(53, 99, 161, 0.7);
    }
    .b-msgsystem-warningbox .b-warningbox-icon {
        float: left;
        clear: both;
        overflow: hidden;
        width: 55px;
        height: 58px;
        margin-right: 30px;
        background: url(/img/icons/warning-age-sprite.png?v=13205) no-repeat;
        text-indent: -9999px;
        }
    .b-msgsystem-warningbox-age-14 .b-warningbox-icon {
        background-position: 0 0;
        }
    .b-msgsystem-warningbox-age-18 .b-warningbox-icon {
        background-position: 0 -57px;
        }
    .b-msgsystem-warningbox-head {
        margin: 0 0 5px;
        padding: 0;
        font-weight: bold;
        font-size: 1em;
        color: #000;
        }
    .b-msgsystem-warning {
        margin: 0 0 10px;
        padding: 0;
        color: #787878;
        }
    .b-msgsystem-warningbox-confirm {
        margin: 5px 0 0;
    }
#js .b-msgsystem-warningbox-show {
    display: block;
    }
    .b-msgsystem-warning {
        display: none;
        }
    .b-msgsystem-warningbox-show .b-msgsystem-warning-ajax {
        display: block;
        }
.b-msgsystem-warningbox-warnings {
    display: block;
    }
    .b-msgsystem-warningbox-warnings .b-msgsystem-warning-server {
        display: block;
        }

.b-msgsystem-messagebox {
    display: none;
    min-height: 50px;
    margin: 0 -45px 2em -25px;
    padding: 10px 140px 10px 120px;
    background: #E9EEDF url(/img/icons/error.png?v=15718) no-repeat 2.7em 50%;
    box-shadow: 0 2px 3px rgba(53, 99, 161, 0.7);
    }
    .b-msgsystem-messagebox-head {
        margin: 0 0 5px;
        padding: 0;
        font-weight: bold;
        font-size: 1em;
        color: #0D8473;
        }
    .b-msgsystem-message {
        margin: 0 0 10px;
        padding: 0;
        color: #787878;
        }
#js .b-msgsystem-messagebox-show {
    display: block;
    }
    .b-msgsystem-message {
        display: none;
        }
    .b-msgsystem-messagebox-show .b-msgsystem-message-ajax {
        display: block;
        }
.b-msgsystem-messagebox-messages {
    display: block;
    }
    .b-msgsystem-messagebox-messages .b-msgsystem-message-server {
        display: block;
        }

/* LJSUP-19230: Fix loading /feed */
[ng\:cloak], [ng-cloak], [data-ng-cloak], [x-ng-cloak], .ng-cloak, .x-ng-cloak {
    display: none !important;
    }


/* LJ Button
----------------------------------- */
.b-ljbutton {
    position: relative;
    display: inline-block;
    min-height: 1.2em;
    margin: 0;
    padding: 0;
    vertical-align: top;
    }
.b-ljbutton-submit {
    margin: -0.4em 0;
    padding: 0.4em;
    border-radius: 10px;
    background-color: #049;
    background-image: -webkit-linear-gradient(top, #38D 0%, #038 100%);
    background-image:    -moz-linear-gradient(top, #38D 0%, #038 100%);
    background-image:      -o-linear-gradient(top, #38D 0%, #038 100%);
    background-image:   linear-gradient(to bottom, #38D 0%, #038 100%);
    }
.b-ljbutton-submit.b-ljbutton-disabled {
    background-color: #AFAFAF;
    background-image: -webkit-linear-gradient(top, #E8E8E8 0%, #AFAFAF 100%);
    background-image:    -moz-linear-gradient(top, #E8E8E8 0%, #AFAFAF 100%);
    background-image:      -o-linear-gradient(top, #E8E8E8 0%, #AFAFAF 100%);
    background-image:   linear-gradient(to bottom, #E8E8E8 0%, #AFAFAF 100%);
    }
.b-ljbutton-delete {
    margin: -0.4em 0;
    padding: 0.4em;
    border-radius: 10px;
    background-color: #970000;
    background-image: -webkit-linear-gradient(top, #DA0000 0%, #970000 100%);
    background-image:    -moz-linear-gradient(top, #DA0000 0%, #970000 100%);
    background-image:      -o-linear-gradient(top, #DA0000 0%, #970000 100%);
    background-image:   linear-gradient(to bottom, #DA0000 0%, #970000 100%);
    }



/* Flat Button
------------------------------------ */

/* root */
.b-flatbutton {
    position: relative;
    display: inline-block;
    margin: 0;
    padding: 15px 20px;
    border: 0;
    border-radius: 3px;
    background: #09C;
    text-transform: uppercase;
    text-decoration: none;
    text-align: center;
    font: 14px/1 "ProximaNovaSemibold",Tahoma,Arial,sans-serif;
    font: 0.875rem/1 "ProximaNovaSemibold",Tahoma,Arial,sans-serif;
    color: #FFF;
    cursor: pointer;
    }
    /* icon */
    .b-flatbutton-icon {
        overflow: hidden;
        display: inline-block;
        width: 16px;
        height: 16px;
        margin: 0;
        padding: 0;
        vertical-align: -3px;
        background: url(/img/icons/flatsocial_16_white.svg?v=46590) no-repeat 0 0;
        font: 0/0 a;
        cursor: pointer;
        }
    /* ie8 hack */
    .lt-ie9 .b-flatbutton-icon {
        background-image: url(/img/icons/flatsocial_16_white.png?v=46590);
        }
    /* opera-mini svg hack */
    doesnotexist:-o-prefocus,
    .b-flatbutton-icon {
        background-image: url(/img/icons/flatsocial_16_white.png?v=46590);
        }
    /* title */
    .b-flatbutton-title {
        margin: 0;
        }

/* tiny button */
.b-flatbutton-simple {
    padding: 10px 15px;
    }

/* disabled button */
.b-flatbutton[disabled] {
    opacity: 0.5;
    pointer-events: none;
    }

/* shine button */
.b-flatbutton-shine {
    overflow: hidden;
    }
    .b-flatbutton-shine:before {
        content: "";
        width: 200%;
        height: 200%;
        position: absolute;
        top: -200%;
        left: -225%;
        background-image: -webkit-linear-gradient(135deg, rgba(255,255,255,0), rgba(255,255,255,0.6), rgba(255,255,255,0));
        background-image: -moz-linear-gradient(135deg, rgba(255,255,255,0), rgba(255,255,255,0.6), rgba(255,255,255,0));
        background-image: linear-gradient(135deg, rgba(255,255,255,0), rgba(255,255,255,0.6), rgba(255,255,255,0));
        -webkit-transition: all 0.5s ease-out;
        -moz-transition: all 0.5s ease-out;
        -ms-transition: all 0.5s ease-out;
        -o-transition: all 0.5s ease-out;
        transition: all 0.5s ease-out;
        }
    .b-flatbutton-shine:hover:before {
        top: 200%;
        left: 200%;
        }

/* shining button */
.b-flatbutton-shining {
    overflow: hidden;
    }
    .b-flatbutton-shining:before {
        content: "";
        width: 200%;
        height: 200%;
        position: absolute;
        background-image: -webkit-linear-gradient(135deg, rgba(255,255,255,0), rgba(255,255,255,0.6), rgba(255,255,255,0));
        background-image: -moz-linear-gradient(135deg, rgba(255,255,255,0), rgba(255,255,255,0.6), rgba(255,255,255,0));
        background-image: linear-gradient(135deg, rgba(255,255,255,0), rgba(255,255,255,0.6), rgba(255,255,255,0));
        -webkit-animation: shining 1s ease-out infinite;
        -moz-animation:    shining 1s ease-out infinite;
        -o-animation:      shining 1s ease-out infinite;
        animation:         shining 1s ease-out infinite;
        }
    @-webkit-keyframes shining {
        0% { top: -200%; left: -225%; }
        100% { top: 200%; left: 200%; }
    }
    @-moz-keyframes shining {
        0% { top: -200%; left: -225%; }
        100% { top: 200%; left: 200%; }
    }
    @-o-keyframes shining {
        0% { top: -200%; left: -225%; }
        100% { top: 200%; left: 200%; }
    }
    @keyframes shining {
        0% { top: -200%; left: -225%; }
        100% { top: 200%; left: 200%; }
    }

/* loading button */
DIV .b-flatbutton-loading {
    background: #09C;
    color: #09C;
    pointer-events: none;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: wait;
    }
DIV .b-flatbutton-loading::-moz-selection {
    background: #09C;
    color: #09C;
    }
DIV .b-flatbutton-loading::selection {
    background: #09C;
    color: #09C;
    }
    DIV .b-flatbutton-loading::before {
        content: " ";
        position: absolute;
        top: 50%;
        left: 50%;
        width: 16px;
        height: 16px;
        margin: -8px 0 0 -8px;
        -webkit-animation: svgrotate .57s linear infinite;
        -moz-animation:    svgrotate .57s linear infinite;
        -o-animation:      svgrotate .57s linear infinite;
        animation:         svgrotate .57s linear infinite;
        background-repeat: no-repeat;
        background-position: 50% 50%;
        background-image: url(data:image/svg+xml,%3Csvg%20class%3D%22svgpreloader%20svgpreloader-svg%22%20viewBox%3D%220%200%2031%2031%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cg%20fill-rule%3D%22evenodd%22%3E%3Cpath%20d%3D%22M15.5%2C31%20C24.0604136%2C31%2031%2C24.0604136%2031%2C15.5%20C31%2C6.93958638%2024.0604136%2C0%2015.5%2C0%20C6.93958638%2C0%200%2C6.93958638%200%2C15.5%20C0%2C24.0604136%206.93958638%2C31%2015.5%2C31%20Z%20M15.5%2C24%20C20.1944204%2C24%2024%2C20.1944204%2024%2C15.5%20C24%2C10.8055796%2020.1944204%2C7%2015.5%2C7%20C10.8055796%2C7%207%2C10.8055796%207%2C15.5%20C7%2C20.1944204%2010.8055796%2C24%2015.5%2C24%20Z%22%20fill%3D%22%23FFFFFF%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M15.7960584%2C7.00505942%20L15.8509795%2C0.00389541322%20C20.1020367%2C0.0983450811%2023.9309467%2C1.90428116%2026.675877%2C4.7598713%20L26.675877%2C4.7598713%20L21.7412314%2C9.72958246%20C20.2508535%2C8.11838542%2018.1443589%2C7.08544079%2015.7960584%2C7.00505942%20Z%22%20fill%3D%22%230086B3%22%3E%3C%2Fpath%3E%3C%2Fg%3E%3C%2Fsvg%3E), none;
        font: 0/0 a;
        cursor: wait;
        }
    @-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); }
    }
DIV .b-flatbutton-loading:link,
DIV .b-flatbutton-loading:visited,
DIV .b-flatbutton-loading:hover,
DIV .b-flatbutton-loading:focus,
DIV .b-flatbutton-loading:active,
BODY .b-popup .b-flatbutton-loading:link,
BODY .b-popup .b-flatbutton-loading:visited,
BODY .b-popup .b-flatbutton-loading:hover,
BODY .b-popup .b-flatbutton-loading:focus,
BODY .b-popup .b-flatbutton-loading:active,
BODY .b-discoveryarticle .b-flatbutton-loading:link,
BODY .b-discoveryarticle .b-flatbutton-loading:visited,
BODY .b-discoveryarticle .b-flatbutton-loading:hover,
BODY .b-discoveryarticle .b-flatbutton-loading:focus,
BODY .b-discoveryarticle .b-flatbutton-loading:active {
    background: #09C;
    color: #09C;
    }

/* row of buttons */
.b-flatbutton + .b-flatbutton {
    margin-left: 0.5em;
    }

/* basic */
.b-flatbutton {
    background: #09C;
    color: #FFF;
    }
.b-flatbutton:link,
.b-popup .b-flatbutton:link,
.b-discoveryarticle .b-flatbutton:link {
    background: #09C;
    text-decoration: none;
    color: #FFF;
    }
.b-flatbutton:visited,
.b-popup .b-flatbutton:visited,
.b-discoveryarticle .b-flatbutton:visited {
    background: #09C;
    text-decoration: none;
    color: #FFF;
    }
.b-flatbutton:hover,
.b-popup .b-flatbutton:hover,
.b-discoveryarticle .b-flatbutton:hover {
    background: #00ACE6;
    text-decoration: none;
    color: #FFF;
    }
.b-flatbutton:active,
.b-popup .b-flatbutton:active,
.b-discoveryarticle .b-flatbutton:active {
    background: #0086B3;
    text-decoration: none;
    color: #FFF;
    }

/* green */
.b-flatbutton-green {
    background: #39BF71;
    color: #FFF;
    }
.b-flatbutton-green:link,
.b-popup .b-flatbutton-green:link,
.b-discoveryarticle .b-flatbutton-green:link,
.b-mainpage-state-discovery .b-flatbutton-green:link {
    background: #39BF71;
    color: #FFF;
    }
.b-flatbutton-green:visited,
.b-popup .b-flatbutton-green:visited,
.b-discoveryarticle .b-flatbutton-green:visited,
.b-mainpage-state-discovery .b-flatbutton-green:visited {
    background: #39BF71;
    color: #FFF;
    }
.b-flatbutton-green:hover,
.b-popup .b-flatbutton-green:hover,
.b-discoveryarticle .b-flatbutton-green:hover,
.b-mainpage-state-discovery .b-flatbutton-green:hover {
    background: #41D980;
    color: #FFF;
    }
.b-flatbutton-green:active,
.b-popup .b-flatbutton-green:active,
.b-discoveryarticle .b-flatbutton-green:active,
.b-mainpage-state-discovery .b-flatbutton-green:active {
    background: #32A662;
    color: #FFF;
    }

/* red */
.b-flatbutton-red {
    background: #D92B2B;
    color: #FFF;
    }
.b-flatbutton-red:link,
.b-popup .b-flatbutton-red:link,
.b-discoveryarticle .b-flatbutton-red:link,
.b-mainpage-state-discovery .b-flatbutton-red:link {
    background: #D92B2B;
    color: #FFF;
    }
.b-flatbutton-red:visited,
.b-popup .b-flatbutton-red:visited,
.b-discoveryarticle .b-flatbutton-red:visited,
.b-mainpage-state-discovery .b-flatbutton-red:visited {
    background: #D92B2B;
    color: #FFF;
    }
.b-flatbutton-red:hover,
.b-popup .b-flatbutton-red:hover,
.b-discoveryarticle .b-flatbutton-red:hover,
.b-mainpage-state-discovery .b-flatbutton-red:hover {
    background: #F23030;
    color: #FFF;
    }
.b-flatbutton-red:active,
.b-popup .b-flatbutton-red:active,
.b-discoveryarticle .b-flatbutton-red:active,
.b-mainpage-state-discovery .b-flatbutton-red:active {
    background: #B32424;
    color: #FFF;
    }

/* neutral */
.b-flatbutton-neutral {
    padding: 13px 18px; /* 15 - 2 = 13, 20 - 2 = 18 */
    border: 2px solid;
    background: #FFF;
    color: #00A3D9;
    }
.b-flatbutton-neutral:link,
.b-popup .b-flatbutton-neutral:link,
.b-discoveryarticle .b-flatbutton-neutral:link,
.b-mainpage-state-discovery .b-flatbutton-neutral:link {
    border-color: #00A3D9;
    background: #FFF;
    color: #00A3D9;
    }
.b-flatbutton-neutral:visited,
.b-popup .b-flatbutton-neutral:visited,
.b-discoveryarticle .b-flatbutton-neutral:visited,
.b-mainpage-state-discovery .b-flatbutton-neutral:visited {
    border-color: #00A3D9;
    background: #FFF;
    color: #00A3D9;
    }
.b-flatbutton-neutral:hover,
.b-popup .b-flatbutton-neutral:hover,
.b-discoveryarticle .b-flatbutton-neutral:hover,
.b-mainpage-state-discovery .b-flatbutton-neutral:hover {
    border-color: #00A3D9;
    background: #00A3D9;
    color: #FFF;
    }
.b-flatbutton-neutral:active,
.b-popup .b-flatbutton-neutral:active,
.b-discoveryarticle .b-flatbutton-neutral:active,
.b-mainpage-state-discovery .b-flatbutton-neutral:active {
    border-color: #0086B3;
    background: #0086B3;
    color: #FFF;
    }

/* neutral + tiny */
.b-flatbutton-neutral.b-flatbutton-simple {
    padding: 8px 13px; /* 10 - 2 = 8, 15 - 2 = 13 */
    }

/* facebook */
.b-flatbutton-facebook {
    background: #3B5998;
    color: #FFF;
    }
.b-flatbutton-facebook:link {
    background: #3B5998;
    text-decoration: none;
    color: #FFF;
    }
.b-flatbutton-facebook:visited {
    background: #3B5998;
    text-decoration: none;
    color: #FFF;
    }
.b-flatbutton-facebook:hover {
    background: #4669B3;
    text-decoration: none;
    color: #FFF;
    }
.b-flatbutton-facebook:active {
    background: #4669B3;
    text-decoration: none;
    color: #FFF;
    }
/* overwrite for feed settings */
.p-lenta .b-feedwidgets .b-flatbutton-facebook:link,
.p-lenta .b-feedwidgets .b-flatbutton-facebook:visited,
.p-lenta .b-feedwidgets .b-flatbutton-facebook:hover,
.p-lenta .b-feedwidgets .b-flatbutton-facebook:active {
    color: #FFF;
    }
    /* icon */
    .b-flatbutton-facebook .b-flatbutton-icon {
        margin-right: 5px;
        background-position: -1px -1px;
        }

/* twitter */
.b-flatbutton-twitter {
    background: #00ACEE;
    color: #FFF;
    }
.b-flatbutton-twitter:link {
    background: #00ACEE;
    text-decoration: none;
    color: #FFF;
    }
.b-flatbutton-twitter:visited {
    background: #00ACEE;
    text-decoration: none;
    color: #FFF;
    }
.b-flatbutton-twitter:hover {
    background: #00B8FF;
    text-decoration: none;
    color: #FFF;
    }
.b-flatbutton-twitter:active {
    background: #00B8FF;
    text-decoration: none;
    color: #FFF;
    }
/* overwrite for feed settings */
.p-lenta .b-feedwidgets .b-flatbutton-twitter:link,
.p-lenta .b-feedwidgets .b-flatbutton-twitter:visited,
.p-lenta .b-feedwidgets .b-flatbutton-twitter:hover,
.p-lenta .b-feedwidgets .b-flatbutton-twitter:active {
    color: #FFF;
    }
    /* icon */
    .b-flatbutton-twitter .b-flatbutton-icon {
        margin-right: 5px;
        background-position: -1px -109px;
        }

/* instagram */
.b-flatbutton-instagram {
    background: #517FA4;
    color: #FFF;
    }
.b-flatbutton-instagram:link {
    background: #517FA4;
    text-decoration: none;
    color: #FFF;
    }
.b-flatbutton-instagram:visited {
    background: #517FA4;
    text-decoration: none;
    color: #FFF;
    }
.b-flatbutton-instagram:hover {
    background: #598BB5;
    text-decoration: none;
    color: #FFF;
    }
.b-flatbutton-instagram:active {
    background: #598BB5;
    text-decoration: none;
    color: #FFF;
    }
/* overwrite for feed settings */
.p-lenta .b-feedwidgets .b-flatbutton-instagram:link,
.p-lenta .b-feedwidgets .b-flatbutton-instagram:visited,
.p-lenta .b-feedwidgets .b-flatbutton-instagram:hover,
.p-lenta .b-feedwidgets .b-flatbutton-instagram:active {
    color: #FFF;
    }
    /* icon */
    .b-flatbutton-instagram .b-flatbutton-icon {
        margin-right: 5px;
        background-position: -1px -37px;
        }

/* tumblr */
.b-flatbutton-tumblr {
    background: #2C4762;
    color: #FFF;
    }
.b-flatbutton-tumblr:link {
    background: #2C4762;
    text-decoration: none;
    color: #FFF;
    }
.b-flatbutton-tumblr:visited {
    background: #2C4762;
    text-decoration: none;
    color: #FFF;
    }
.b-flatbutton-tumblr:hover {
    background: #345373;
    text-decoration: none;
    color: #FFF;
    }
.b-flatbutton-tumblr:active {
    background: #345373;
    text-decoration: none;
    color: #FFF;
    }
/* overwrite for feed settings */
.p-lenta .b-feedwidgets .b-flatbutton-tumblr:link,
.p-lenta .b-feedwidgets .b-flatbutton-tumblr:visited,
.p-lenta .b-feedwidgets .b-flatbutton-tumblr:hover,
.p-lenta .b-feedwidgets .b-flatbutton-tumblr:active {
    color: #FFF;
    }
    /* icon */
    .b-flatbutton-tumblr .b-flatbutton-icon {
        margin-right: 5px;
        background-position: -1px -91px;
        }

/* vk */
.b-flatbutton-vk {
    background: #4E729A;
    color: #FFF;
    }
.b-flatbutton-vk:link {
    background: #4E729A;
    text-decoration: none;
    color: #FFF;
    }
.b-flatbutton-vk:visited {
    background: #4E729A;
    text-decoration: none;
    color: #FFF;
    }
.b-flatbutton-vk:hover {
    background: #577EAB;
    text-decoration: none;
    color: #FFF;
    }
.b-flatbutton-vk:active {
    background: #577EAB;
    text-decoration: none;
    color: #FFF;
    }
/* overwrite for feed settings */
.p-lenta .b-feedwidgets .b-flatbutton-vk:link,
.p-lenta .b-feedwidgets .b-flatbutton-vk:visited,
.p-lenta .b-feedwidgets .b-flatbutton-vk:hover,
.p-lenta .b-feedwidgets .b-flatbutton-vk:active {
    color: #FFF;
    }
    /* icon */
    .b-flatbutton-vk .b-flatbutton-icon {
        margin-right: 5px;
        background-position: -1px -127px;
        }

/* google+ */
.b-flatbutton-google {
    background: #D73D32;
    color: #FFF;
    }
.b-flatbutton-google:link {
    background: #D73D32;
    text-decoration: none;
    color: #FFF;
    }
.b-flatbutton-google:visited {
    background: #D73D32;
    text-decoration: none;
    color: #FFF;
    }
.b-flatbutton-google:hover {
    background: #F04337;
    text-decoration: none;
    color: #FFF;
    }
.b-flatbutton-google:active {
    background: #F04337;
    text-decoration: none;
    color: #FFF;
    }
    /* icon */
    .b-flatbutton-google .b-flatbutton-icon {
        margin-right: 5px;
        background-position: -1px -19px;
        }

/* openid */
.b-flatbutton-openid {
    background: #F28018;
    color: #FFF;
    }
.b-flatbutton-openid:link {
    background: #F28018;
    text-decoration: none;
    color: #FFF;
    }
.b-flatbutton-openid:visited {
    background: #F28018;
    text-decoration: none;
    color: #FFF;
    }
.b-flatbutton-openid:hover {
    background: #FF871A;
    text-decoration: none;
    color: #FFF;
    }
.b-flatbutton-openid:active {
    background: #FF871A;
    text-decoration: none;
    color: #FFF;
    }
    /* icon */
    .b-flatbutton-openid .b-flatbutton-icon {
        margin-right: 5px;
        background-position: -1px -73px;
        }

/* livejournal */
.b-flatbutton-livejournal {
    background: #004359;
    color: #FFF;
    }
.b-flatbutton-livejournal:link {
    background: #004359;
    text-decoration: none;
    color: #FFF;
    }
.b-flatbutton-livejournal:visited {
    background: #004359;
    text-decoration: none;
    color: #FFF;
    }
.b-flatbutton-livejournal:hover {
    background: #005673;
    text-decoration: none;
    color: #FFF;
    }
.b-flatbutton-livejournal:active {
    background: #005673;
    text-decoration: none;
    color: #FFF;
    }
    /* icon */
    .b-flatbutton-livejournal .b-flatbutton-icon {
        margin-right: 5px;
        background-position: -1px -145px;
        }

/* mailru */
.b-flatbutton-mailru {
    background: #168DE2;
    color: #FFF;
    }
.b-flatbutton-mailru:link {
    background: #168DE2;
    text-decoration: none;
    color: #FFF;
    }
.b-flatbutton-mailru:visited {
    background: #168DE2;
    text-decoration: none;
    color: #FFF;
    }
.b-flatbutton-mailru:hover {
    background: #1A9EFF;
    text-decoration: none;
    color: #FFF;
    }
.b-flatbutton-mailru:active {
    background: #1A9EFF;
    text-decoration: none;
    color: #FFF;
    }
    /* icon */
    .b-flatbutton-mailru .b-flatbutton-icon {
        margin-right: 5px;
        background-position: -1px -55px;
        }



/* Rambler Kassa Button (LJSUP-19586)
----------------------------------- */
.rkassa {
    position: relative;
    display: inline-block;
    margin: 0;
    padding: 10px 15px 10px 45px;
    border: 0;
    border-radius: 3px;
    background: #F0641B;
    text-transform: uppercase;
    text-decoration: none;
    text-align: center;
    font: 14px/1 "ProximaNovaSemibold",Tahoma,Arial,sans-serif;
    font: 0.875rem/1 "ProximaNovaSemibold",Tahoma,Arial,sans-serif;
    color: #FFF;
    cursor: pointer;
    }
    .rkassa:before {
        content: " ";
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        width: 35px;
        margin: 0;
        padding: 0;
        background-repeat: no-repeat;
        background-position: 100% 35%;
        background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAARCAYAAAA/mJfHAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA2hpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDowMTgwMTE3NDA3MjA2ODExODIyQThFNUJFODg2Mjk5RSIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo4OTIzMkMwNDQ2RUIxMUU0QTRGQTkwRDA1MTE3OEJCRCIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo4OTIzMkMwMzQ2RUIxMUU0QTRGQTkwRDA1MTE3OEJCRCIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ1M2IChNYWNpbnRvc2gpIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6MDI4MDExNzQwNzIwNjgxMTgyMkE4RTVCRTg4NjI5OUUiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6MDE4MDExNzQwNzIwNjgxMTgyMkE4RTVCRTg4NjI5OUUiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz5mr2aqAAAB5klEQVR42qxTPUgCYRj2RM8sNQvUsGb7D4K2loTWIGjpb4gms1ZpcWwSS2iyrVrdc3CrlvAnXMxEqNFUzMM08Oeu5zVPLuFOil547sPn3ufxu+f9PkYQBNVvimGYQSyjwDDwBD3ffUlm/YAaAOzArN/v385ms1e1Wu3F5XKN/+hTMGCBMWDa6/VupFKpCxi8CpKKRqMHPRrVSA+swJTb7V5LJpPnlUrlWZCpXC53I9Uy4XD4WJqJxWKxOhyOVaPROE8RKeXXarU+IpHISTdP4bcTUCgNPRqNxptWq71UauR5nimXy4Mmk+lTo9Hw0nfQ70Fvo+CEarWatdvtU0oT9Xg8VsowEAjMSnnSkV7oEO0qFot3er1+WMFwhfqQk0vkdDqdGbp70YPICWwz2hn1jpyZ2WweCoVCh06n0yZyiURil3TQP5BPm0yn01tE5vP5Mzkz7GAJuTWwdv+wUCgESJfJZDbptxrXw1YqlSYpSByHktwA6vX6Gw7tbbPZzIicwWB4pxWmDvhYVfF4/BQNHJybwLTczoLB4Diu0TVqUcLPkA6fycVisVNxAGR02OeOLnd693v4o47+e5o4P4/Y7Vw/+Hy+dZyxhV6e47hH8mnfAASLSOqFv558lmUtarWa/dfr9CXAAB32Pn6MVF7BAAAAAElFTkSuQmCC);
        font: 0/0 a;
        }
.rkassa:link,
.b-popup .rkassa:link,
.b-discoveryarticle .rkassa:link,
.b-lenta-body .rkassa:link {
    background: #F0641B;
    text-decoration: none;
    color: #FFF;
    }
.rkassa:visited,
.b-popup .rkassa:visited,
.b-discoveryarticle .rkassa:visited,
.b-lenta-body .rkassa:visited {
    background: #F0641B;
    text-decoration: none;
    color: #FFF;
    }
.rkassa:hover,
.b-popup .rkassa:hover,
.b-discoveryarticle .rkassa:hover,
.b-lenta-body .rkassa:hover {
    background: #CD4D0A;
    text-decoration: none;
    color: #FFF;
    }
.rkassa:active,
.b-popup .rkassa:active,
.b-discoveryarticle .rkassa:active,
.b-lenta-body .rkassa:active {
    background: #CD4D0A;
    text-decoration: none;
    color: #FFF;
    }



/* LJ-CUT link
--------------------------------------*/
.ljcut-link-scissors {
    padding: 0 2px 0 0;
    vertical-align: middle;
    font-size: 2em;
    }
.ljcut-link .ljcut-link-collapse {
    display: none;
    }
.ljcut-expanded .ljcut-link-collapse {
    display: inline;
    }
.ljcut-expanded .ljcut-link-expand {
    display: none;
    }
    .j-layer-air .ljcut-expanded .ljcut-link-expand {
        display: inline-block;
        }



/* Trava object
--------------------------------------*/
.meta-music-object {
    display: inline-block;
    vertical-align: middle;
    }



/* Posts Controls
--------------------------------------*/
.b-controls,
.b-controls:link,
.b-controls:visited,
.b-controls:hover,
.b-controls:active {
    position: relative;
    display: inline-block;
    overflow: hidden;
    width: 24px;
    height: 24px;
    margin: 0;
    padding: 0;
    border: 0;
    cursor: pointer;
    vertical-align: top;
    text-decoration: none;
    text-indent: 30px;
    }
    .b-controls-bg {
        position: absolute;
        top: 0;
        left: 0;
        width: 24px;
        height: 24px;
        margin: 0;
        padding: 0;
        cursor: pointer;
        background-image: url(/img/btn_actions.png?v=19689);
        background-repeat: no-repeat;
        font: 0/0 serif;
        }
    .b-controls-left .b-controls-bg,
    .b-controls-prev .b-controls-bg {
        background-position: 0 0;
        }
    .b-controls-right .b-controls-bg,
    .b-controls-next .b-controls-bg {
        background-position: -24px 0;
        }
    .b-controls-top .b-controls-bg {
        background-position: -48px 0;
        }
    .b-controls-bottom .b-controls-bg {
        background-position: -72px 0;
        }
    .b-controls-delete .b-controls-bg {
        background-position: -48px -48px;
        }
    .b-controls-spam .b-controls-bg {
        background-position: 0 -48px;
        }
    .b-controls-unspam .b-controls-bg {
        background-position: -24px -48px;
        }
    .b-controls-freeze .b-controls-bg {
        background-position: -48px -72px;
        }
    .b-controls-unfreeze .b-controls-bg {
        background-position: -72px -72px;
        }
    .b-controls-screen .b-controls-bg {
        background-position: -24px -72px;
        }
    .b-controls-unscreen .b-controls-bg {
        background-position: 0 -72px;
        }
    .b-controls-track .b-controls-bg {
        background-position: 0 -24px;
        }
    .b-leaf-tracked-parent .b-controls-track .b-controls-bg,
    .b-controls-trackthread .b-controls-bg {
        background-position: -24px -24px;
        }
    .b-leaf-tracked .b-controls-track .b-controls-bg,
    .b-controls-tracking .b-controls-bg {
        background-position: -48px -24px;
        }
    .b-controls-edit .b-controls-bg {
        background-position: -48px -96px;
        }
    .b-controls-memadd .b-controls-bg {
        background-position: 0 -96px;
        }
    .b-controls-share .b-controls-bg {
        background-position: -72px -24px;
        }
    .b-controls-edittags .b-controls-bg {
        background-position: -24px -96px;
        }
    .b-controls-flag .b-controls-bg {
        background-position: -72px -48px;
        }
    .b-controls-stat .b-controls-bg {
        background-position: 0 -193px;
        }



/* LJ User
--------------------------------------*/
/*
.i-ljuser-type-R => 'redirect'
.i-ljuser-type-I => 'identity'
.i-ljuser-type-P => 'personal'
.i-ljuser-type-S => 'shared'
.i-ljuser-type-Y => 'syndicated'
.i-ljuser-type-N => 'news'
.i-ljuser-type-C => 'community'
*/
HTML BODY .i-ljuser {
    position: static !important;
    display: inline !important;
    width: auto !important;
    height: auto !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    background: transparent !important;
    white-space: nowrap !important;
    }
.i-ljuser-deleted {
    text-decoration: line-through;
    }
    /* profile link */
    HTML BODY .i-ljuser-profile {
        width: auto !important;
        height: auto !important;
        margin: 0 !important;
        padding: 0 !important;
        border: 0 !important;
        }
        /* userhead */
        HTML BODY .i-ljuser-userhead {
            width: 16px !important;
            height: 16px !important;
            margin: 0 !important;
            padding: 0 1px 0 0 !important;
            border: 0 !important;
            vertical-align: text-bottom !important;
            image-rendering: -webkit-crisp-edges; /* Safari */
            image-rendering: crisp-edges; /* FF */
            image-rendering: pixelated;
            }
    /* username & journal link */
    .i-ljuser-username {
        }
    /* alias */
    .i-ljuser-alias {
        display: none;
        }
    .i-ljuser-alias:before {
        content: "\00a0\2014\00a0";
        }
    /* show * if alias */
    .i-ljuser-withalias .i-ljuser-username:after {
        content: "*";
        }
    /* show if option */
    .i-ljuser-withalias.i-ljuser-showalias .i-ljuser-alias {
        display: inline;
        }



/* Popup content
--------------------------------------*/
.b-popup-content {
    min-width: 200px;
    text-align: left !important;
    }
    .b-popup-content H5 {
        margin: 0 0 10px 0;
        padding: 0;
        font-weight: bold !important;
        font-size: 14px !important;
        color: #000 !important;
        }
    .b-popup-content-header {
        margin-bottom: 10px;
        padding-right: 10px;
        line-height: 16px;
        font-weight: bold;
        font-size: 14px;
        color: #000;
        }
    .b-popup-content A:link,
    .b-popup-content A:visited {
        color: #3F5F9E !important;
        }
    .b-popup-content A:hover,
    .b-popup-content A:active {
        color: #3F5F9E !important;
        }
    .b-popup-content .b-popup-submit-options {
        padding-top: 5px !important;
        border: none;
        }

/* Preloader */
.b-popup-preloader .preloader {
    position: absolute;
    top: 50%;
    left: 50%;
    display: none;
    width: 11px;
    height: 3px;
    margin-left: -6px;
    background: url(/img/preloader-s.gif?ver=1) no-repeat;
    font-size: 0;
    }
    .b-popup-preloader .b-popup-preloader-inner {
        position: relative;
        display: inline-block;
        vertical-align: middle;
        }
    .b-popup-preloader-visible INPUT,
    .b-popup-preloader-visible BUTTON,
    .b-popup-preloader-visible A,
    .b-popup-preloader-visible I {
        visibility: hidden;
        }
        .b-popup-preloader-visible I.preloader {
            display: block;
            visibility: visible;
            }
            .b-popup-preloader-visible .b-popup-cancel {
                cursor: default;
                color: #CCC;
                }

/* lj-cut preloader */
.ljcut-link-expanding {
    padding: 0 20px 0 0;
    background: url(/img/preloader-s.gif?v=9673) no-repeat 100% 60%;
    }

/* Clear fix
----------------------------------------------*/
.clearfix:before,
.clearfix:after {
    display:table;
    content:''
    }

.clearfix:after {
    clear:both
    }

.clearfix-lj:after { /* legacy */
    content: "";
    display: table;
    clear: both;
    border-collapse: collapse;
    }

/* Pseudo link
--------------------------------------*/
.b-pseudo {
    border-bottom: 1px dotted;
    cursor: pointer;
    text-decoration: none;
    }


/* LJ Spoiler
----------------------------------- */
.lj-spoiler {
    position: static;
    top: auto;
    left: auto;
    display: inline-block;
    width: auto;
    height: auto;
    margin: 0;
    padding: 0;
    }
    .lj-spoiler .lj-spoiler-head {
        position: static;
        top: auto;
        left: auto;
        display: none;
        width: auto;
        height: auto;
        margin: 0;
        padding: 0;
        }
    .lj-spoiler .lj-spoiler-body {
        position: static;
        top: auto;
        left: auto;
        display: block;
        width: auto;
        height: auto;
        margin: 0;
        padding: 0;
        }
    #js .lj-spoiler .lj-spoiler-head {
        display: block;
        }
    #js .lj-spoiler .lj-spoiler-body {
        display: none;
        }
    #js .lj-spoiler.lj-spoiler-opened > .lj-spoiler-head {
        display: none;
        }
    #js .lj-spoiler.lj-spoiler-opened  > .lj-spoiler-body {
        display: block;
        }
        #js .lj-spoiler.lj-spoiler-opened .lj-spoiler-body BR:first-child,
        #js .lj-spoiler.lj-spoiler-opened .lj-spoiler-body BR:last-child {
            display: none;
            }





/* LJ like buttons
-----------------------------------------------*/
.lj-like {
    margin: 0 !important;
    line-height: 1 !important;
    }
    .lj-like-item {
        display: inline-block !important;
        min-height: 20px;
        vertical-align: middle !important;
        margin: 6px 5px 0 0 !important;
        }
    .lj-like-gag {
        border: 1px dashed #999;
        border-radius: 6px;
        }
        .lj-like-item A,
        .lj-like-item DIV,
        .lj-like-item SPAN,
        .lj-like-item IFRAME {
            vertical-align: middle !important;
            }
.lj-like + BR {
    display: none;
    }
.lj-like--v4.is-active .lj-like-item:nth-child(4):before {
    display: none !important;
    }

@media all and (max-width: 650px) {
    .lj-like--v4 .lj-like-item:nth-child(4) {
        position: relative;
        margin-right: 40px !important;
        }
    .lj-like--v4.is-active .lj-like-item:nth-child(4) {
        margin-right: 5px !important;
        }
    .lj-like--v4 .lj-like-item:nth-child(n+5) {
        display: none !important;
        }
    .lj-like--v4.is-active .lj-like-item:nth-child(n+5) {
        display: inline-block !important;
        }
        .lj-like--v4 .lj-like-item:nth-child(4):before {
            content: '';
            position: absolute;
            right: -38px;
            display: block;
            width: 36px;
            height: 36px;
            background: url(/img/points.svg?v5) no-repeat 50% 50%;
            cursor: pointer;
            }
        /* ie8 hack */
        .lt-ie9 .lj-like--v4 .lj-like-item:nth-child(4):before {
            background-image: url(/img/points.png?v5);
            }
        /* opera-mini svg hack */
        doesnotexist:-o-prefocus,
        .lj-like--v4 .lj-like-item:nth-child(4):before {
            background-image: url(/img/points.png?v5);
            }
        .lj-like--v4.is-active .lj-like-item:nth-child(4):before {
            display: none !important;
            }
}




/* Flat Repost
----------------------------------- */
.b-flatrepost {
    position: relative !important;
    display: inline-block !important;
    margin: 0 !important;
    padding: 0 0 0 2px !important;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    font: 11px/1 Arial,sans-serif !important;
    background: none !important;
    box-shadow: none !important;
    -moz-column-count: auto !important;
    -moz-column-gap: normal !important;
    -moz-columns: auto !important;
    -webkit-column-count: auto !important;
    -webkit-column-gap: normal !important;
    -webkit-columns: auto !important;
    column-count: auto !important;
    column-gap: normal !important;
    columns: auto !important;
    }
.lj-like--v4 .b-flatrepost {
    padding: 0 !important;
    border: 1px solid #c0c0c0;
    border-radius: 2px;
    background-color: #fff !important;
    }
    /* disabled icon */
    .b-flatrepost-icon {
        display: none;
        }
    /* name */
    .b-flatrepost-name {
        display: inline-block !important;
        height: 19px;
        margin: 0 !important;
        padding: 6px 12px 0 13px !important;
        border: 0 !important;
        border-radius: 20px !important;
        background: #00A2D9 !important;
        color: #FFF !important;
        cursor: pointer;
        }
    .b-flatrepost-name:hover {
        background: #27BFF9 !important;
        color: #FFF !important;
        }
    .lj-like--v4 .b-flatrepost-name {
        position: relative;
        height: 34px;
        padding: 0 2px 0 32px !important;
        color: #475559;
        }
    .lj-like--v4 .b-flatrepost-name:before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        display: block;
        width: 34px;
        height: 34px;
        background: url(/img/icons/flatsocial_v4.svg?v=57957) no-repeat -1px -1px !important;
        }
    .lj-like--v4 .b-flatrepost:hover .b-flatrepost-name:before {
        background-position: -37px -1px !important;
        }
    /* ie8 hack */
    .lt-ie9 .lj-like--v4 .b-flatrepost-name:before {
        background-image: url(/img/icons/flatsocial_v4.png?v=57957) !important;
        }
    /* opera-mini svg hack */
    doesnotexist:-o-prefocus,
    .lj-like--v4 .b-flatrepost-name:before {
        background-image: url(/img/icons/flatsocial_v4.png?v=57957) !important;
        }
    /* ie8 fix */
    .lt-ie9 .b-flatrepost-name {
        position: relative;
        z-index: -1;
        }
    .lt-ie9 .lj-like--v4 .b-flatrepost-name {
        z-index: 1;
        }
    /* name as link */
    HTML#js BODY .b-flatrepost-name:link,
    HTML#js BODY .b-flatrepost-name:visited {
        border: 0 !important;
        text-decoration: none !important;
        background: #00A2D9 !important;
        color: #FFF !important;
        }
    HTML#js BODY .b-flatrepost-name:active,
    HTML#js BODY .b-flatrepost-name:hover {
        border: 0 !important;
        text-decoration: none !important;
        background: #27BFF9 !important;
        color: #FFF !important;
        }
    HTML#js BODY .lj-like--v4 .b-flatrepost-name:link,
    HTML#js BODY .lj-like--v4 .b-flatrepost-name:visited {
        color: #475559 !important;
        }
    HTML#js BODY .lj-like--v4 .b-flatrepost:hover .b-flatrepost-name:link,
    HTML#js BODY .lj-like--v4 .b-flatrepost:hover .b-flatrepost-name:visited {
        color: #FFF !important;
        }
    HTML#js BODY .lj-like--v4 .b-flatrepost-disabled:hover .b-flatrepost-name:link,
    HTML#js BODY .lj-like--v4 .b-flatrepost-disabled:hover .b-flatrepost-name:visited {
        color: #475559 !important;
        }
    HTML#js BODY .lj-like--v4 .b-flatrepost-name {
        background: none !important;
        }
    HTML#js BODY .lj-like--v4 .b-flatrepost:hover {
        border-color: #248FCE !important;
        background: #248FCE !important;
        }
    /* icon */
    .b-flatrepost-name:after {
        content: " ";
        position: absolute;
        top: -1px;
        left: 1px;
        width: 20px;
        height: 20px;
        margin: 0;
        padding: 0;
        background: url(data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20width%3D%2220px%22%20height%3D%2220.022px%22%20viewBox%3D%220%200%2020%2020.022%22%3E%0A%3Cpath%20fill%3D%22%2300B0EA%22%20d%3D%22M8.745%2C2.6L6.142%2C0H6.137C3.389%2C1.203%2C1.188%2C3.416%2C0%2C6.172l2.606%2C2.603C3.792%2C6.019%2C5.994%2C3.808%2C8.74%2C2.604%0A%09l0.006%2C0.001C8.746%2C2.604%2C8.785%2C2.582%2C8.745%2C2.6z%22%2F%3E%0A%3Cpath%20fill%3D%22%23003040%22%20d%3D%22M19.066%2C15.506c-1.597%2C0.699-2.874%2C1.986-3.564%2C3.586l4.497%2C0.931L19.066%2C15.506z%22%2F%3E%0A%3Cpath%20fill%3D%22%23FFFFFF%22%20d%3D%22M19.199%2C16.143L20%2C20.022C20.002%2C19.997%2C19.603%2C18.075%2C19.199%2C16.143%22%2F%3E%0A%3Cpath%20fill%3D%22%23FFFFFF%22%20d%3D%22M19.066%2C15.508c-0.361-1.726-0.689-3.286-0.689-3.286l-0.003%2C0c-2.745%2C1.203-4.949%2C3.416-6.135%2C6.172%0A%09l3.263%2C0.697C16.193%2C17.498%2C17.474%2C16.207%2C19.066%2C15.508%22%2F%3E%0A%3Cpath%20fill%3D%22%23819399%22%20d%3D%22M8.702%2C2.558%22%2F%3E%0A%3Cpath%20fill%3D%22%23819399%22%20d%3D%22M8.796%2C2.654%22%2F%3E%0A%3Cpath%20fill%3D%22%23003040%22%20d%3D%22M12.24%2C18.395c1.188-2.756%2C3.39-4.969%2C6.136-6.172h0.001l-9.63-9.619L8.74%2C2.603%0A%09C5.993%2C3.807%2C3.79%2C6.02%2C2.604%2C8.776L12.24%2C18.395z%22%2F%3E%0A%3C%2Fsvg%3E%0A) no-repeat 0 0;
        font: 0/0 a;
        }
    .lj-like--v4 .b-flatrepost-name:after {
        display: none;
        }
    /* ie8 hack */
    .lt-ie9 .b-flatrepost-name:after {
        background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABYAAAAWCAYAAADEtGw7AAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAALEwAACxMBAJqcGAAAAXJJREFUOMtjYKAr2PRag2HDy80MG14tZqj/z0QdQze8yGBY9+oH0ND/ULyIcsPXv2xEMhCBS+d1MjDUk2n4+tdpGAZOP3WPwdLrIoOBw38GffuFpBu++ZUqw/pX31EMrV1+ksHA7gvYUBgm2fB1r9ahGFq37BSDnt0fFEPhhjssIt5wUATBDJ11+j6Dnv1XrIaSbDgo1kFJC2Swhe95vIaSZXj1oi6iDEXgxcQZHhrKzGBgv2QQGQ5UP/CGgxQRbbj9X/2w5MMnr1xPIDKBgwwHhiEeQ5mNHZ9uPnT80n8IWEBCtsRtOKeZ651HL1+9ghr6/+/fv9dILEiAhoPSLbJLDZ2eP3zxEm4oCLz58PG8kJkHHyWG/1u799AlJJf+nbRszQGwhUaOTmQUgRDD1fzijiG7dPJyiKEgzGLsUk5moV3PdPD0xXigIxcC8c03Hz9eQA4iRkPH1VSpcOT94wWAxasr0CfVwBJxA6OewzGaVpsAInmGT6jNpNMAAAAASUVORK5CYII=);
        }
    /* opera-mini svg hack */
    doesnotexist:-o-prefocus,
    .b-flatrepost-name:after {
        background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABYAAAAWCAYAAADEtGw7AAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAALEwAACxMBAJqcGAAAAXJJREFUOMtjYKAr2PRag2HDy80MG14tZqj/z0QdQze8yGBY9+oH0ND/ULyIcsPXv2xEMhCBS+d1MjDUk2n4+tdpGAZOP3WPwdLrIoOBw38GffuFpBu++ZUqw/pX31EMrV1+ksHA7gvYUBgm2fB1r9ahGFq37BSDnt0fFEPhhjssIt5wUATBDJ11+j6Dnv1XrIaSbDgo1kFJC2Swhe95vIaSZXj1oi6iDEXgxcQZHhrKzGBgv2QQGQ5UP/CGgxQRbbj9X/2w5MMnr1xPIDKBgwwHhiEeQ5mNHZ9uPnT80n8IWEBCtsRtOKeZ651HL1+9ghr6/+/fv9dILEiAhoPSLbJLDZ2eP3zxEm4oCLz58PG8kJkHHyWG/1u799AlJJf+nbRszQGwhUaOTmQUgRDD1fzijiG7dPJyiKEgzGLsUk5moV3PdPD0xXigIxcC8c03Hz9eQA4iRkPH1VSpcOT94wWAxasr0CfVwBJxA6OewzGaVpsAInmGT6jNpNMAAAAASUVORK5CYII=);
        }
    /* gain */
    .b-flatrepost-gain {
        display: none !important;
        position: relative;
        margin: 0;
        padding: 0 15px 0 0;
        color: #FFF;
        cursor: pointer;
        }
    .lj-like--v4 .b-flatrepost-gain {
        padding-left: 2px;
        padding-right: 16px;
        height: 34px;
        line-height: 3.1 !important;
        font-size: 11px !important;
        font-family: Arial, sans-serif !important;
        color: #475559 !important;
        text-decoration: none !important;
        }
    /* gain icon */
    .b-flatrepost-gain:before {
        content: " ";
        position: absolute;
        top: 50%;
        right: 0;
        width: 12px;
        height: 12px;
        margin: -6px 0 0;
        padding: 0;
        background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAYAAABWdVznAAAAu0lEQVR42p2SMQoCMRBFt8oeYo8nWG3iDbyBIBZaaSOIoFgKWthmYQvjWdZCq3E+zgcJImrxIPnzf5hMUqzGPeKUoESlM6Jpjj6aK+WsyDusVjHgaN5MazntRtIcFwBraAwlpUTAQ9jOamkOc9kvh7Ke9AHW0FBjyBfWJ06DgQUCDTXuIwJ3BS3g1DwADTXub78Gur9aCs9L+w+X9gwEBEolcVLZWF8ndIH324dLfLj8awyUVrkarWmOvgfkNmJhc5i9kAAAAABJRU5ErkJggg==) no-repeat 0 0;
        font: 0/0 a;
        }
    /* counter */
    .b-flatrepost-counter {
        display: inline-block !important;
        position: relative;
        height: 14px;
        margin: 0 0 0 9px;
        padding: 4px 5px 0;
        border: 1px solid #CED6D9;
        border-radius: 3px;
        background: #FFF;
        color: #475559;
        }
    .lj-like--v4 .b-flatrepost-counter {
        height: 19px;
        margin: 0;
        padding: 9px 12px 0 6px;
        border: none;
        border-radius: 0 1px 1px 0;
        background: none;
        text-decoration: none !important;
        font-size: 11px !important;
        font-family: Arial, sans-serif !important;
        color: #475559 !important;
        line-height: 1 !important;
        }
    .lj-like--v4 .b-flatrepost-disable-counter .b-flatrepost-counter,
    .lj-like--v4.lj-like--hint .b-flatrepost-disable-counter SPAN.b-flatrepost-counter {
        display: none !important;
        }
    .lj-like--hint .b-flatrepost-counter {
        padding: 9px 13px 0;
        }
    .lj-like--v4 .b-flatrepost:hover .b-flatrepost-counter {
        color: #FFF !important;
        }
    .b-flatrepost-counter:after,
    .b-flatrepost-counter:before {
        content: " ";
        position: absolute;
        top: 50%;
        right: 100%;
        width: 0;
        height: 0;
        border: solid transparent;
        pointer-events: none;
        }
    .lj-like--v4 .b-flatrepost-counter:after,
    .lj-like--v4 .b-flatrepost-counter:before {
        display: none;
        }
    .b-flatrepost-counter:after {
        border-color: rgba(255, 255, 255, 0);
        border-right-color: #FFF;
        border-width: 5px;
        margin-top: -5px;
        }
    .b-flatrepost-counter:before {
        border-color: rgba(206, 214, 217, 0);
        border-right-color: #CED6D9;
        border-width: 6px;
        margin-top: -6px;
        }

/* disabled */
.b-flatrepost-disabled {
    }
HTML#js BODY .lj-like--v4 .b-flatrepost-disabled:hover {
    border-color: #c0c0c0 !important;
    background-color: #fff !important;
    }
    /* name */
    .b-flatrepost-disabled .b-flatrepost-name,
    .b-flatrepost-disabled .b-flatrepost-name:link,
    .b-flatrepost-disabled .b-flatrepost-name:visited,
    .b-flatrepost-disabled .b-flatrepost-name:hover,
    .b-flatrepost-disabled .b-flatrepost-name:active {
        background: #819399 !important;
        color: #FFF !important;
        }
    .b-flatrepost-disabled .b-flatrepost-gain {
        background: #819399;
        color: #FFF;
        }
    .lj-like--v4 .b-flatrepost-disabled .b-flatrepost-gain {
        background: none;
        color: #475559;
        }
    .lj-like--v4 .b-flatrepost-disabled:hover .b-flatrepost-gain,
    .lj-like--v4 .b-flatrepost-disabled:hover .b-flatrepost-counter {
        color: #475559 !important;
        }
    /* name as link */
    HTML#js BODY .b-flatrepost-disabled .b-flatrepost-name:link,
    HTML#js BODY .b-flatrepost-disabled .b-flatrepost-name:visited {
        background: #819399 !important;
        color: #FFF !important;
        }
    HTML#js BODY .b-flatrepost-disabled .b-flatrepost-name:active,
    HTML#js BODY .b-flatrepost-disabled .b-flatrepost-name:hover {
        background: #819399 !important;
        color: #FFF !important;
        }
    HTML#js BODY .lj-like--v4 .b-flatrepost-disabled .b-flatrepost-name,
    HTML#js BODY .lj-like--v4 .b-flatrepost-disabled .b-flatrepost-name:visited {
        color: #475559 !important;
        }
    HTML#js BODY .lj-like--v4 .b-flatrepost-disabled:hover .b-flatrepost-name {
        color: #475559 !important;
        }
    HTML#js BODY .lj-like--v4 .b-flatrepost-disabled .b-flatrepost-name {
        background: none !important;
        }
    HTML#js BODY .lj-like--v4 .b-flatrepost-disabled .b-flatrepost-name:before {
        background-position: -1px -37px !important;
        }
    HTML#js BODY .lj-like--v4 .b-flatrepost-disabled:hover .b-flatrepost-name:before {
        background-position: -1px -37px !important;
        }
    /* icon */
    .b-flatrepost-disabled .b-flatrepost-name:after {
        background-image: url(data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20width%3D%2220px%22%20height%3D%2220.021px%22%20viewBox%3D%220%200%2020%2020.021%22%3E%0A%3Cpath%20fill%3D%22%23819399%22%20d%3D%22M8.745%2C2.6L6.142%2C0H6.137C3.389%2C1.203%2C1.188%2C3.416%2C0%2C6.172l2.606%2C2.603C3.792%2C6.019%2C5.994%2C3.808%2C8.74%2C2.604%0A%09l0.006%2C0.001C8.746%2C2.604%2C8.785%2C2.582%2C8.745%2C2.6z%22%2F%3E%0A%3Cpath%20fill%3D%22%23003040%22%20d%3D%22M19.066%2C15.506c-1.598%2C0.699-2.875%2C1.986-3.564%2C3.586l4.497%2C0.931L19.066%2C15.506z%22%2F%3E%0A%3Cpath%20fill%3D%22%23FFFFFF%22%20d%3D%22M19.199%2C16.143L20%2C20.022C20.002%2C19.997%2C19.604%2C18.075%2C19.199%2C16.143%22%2F%3E%0A%3Cpath%20fill%3D%22%23FFFFFF%22%20d%3D%22M19.066%2C15.508c-0.361-1.726-0.689-3.286-0.689-3.286h-0.003c-2.745%2C1.203-4.949%2C3.416-6.136%2C6.172%0A%09l3.264%2C0.697C16.193%2C17.498%2C17.475%2C16.207%2C19.066%2C15.508%22%2F%3E%0A%3Cpath%20fill%3D%22%23819399%22%20d%3D%22M8.702%2C2.558%22%2F%3E%0A%3Cpath%20fill%3D%22%23819399%22%20d%3D%22M8.796%2C2.654%22%2F%3E%0A%3Cpath%20fill%3D%22%23003040%22%20d%3D%22M12.24%2C18.395c1.188-2.756%2C3.39-4.969%2C6.136-6.172h0.001l-9.63-9.619L8.74%2C2.603%0A%09C5.993%2C3.807%2C3.79%2C6.02%2C2.604%2C8.776L12.24%2C18.395z%22%2F%3E%0A%3C%2Fsvg%3E);
        }
    /* ie8 hack */
    .lt-ie9 .b-flatrepost-disabled .b-flatrepost-name:after {
        background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABYAAAAWCAYAAADEtGw7AAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAALEwAACxMBAJqcGAAAAXtJREFUOMtjYKAnqJ80U6Nx4ozNDZNnLq6vr2eiiqGNk2dk1E+e+aNx8sz/YDxpxiKKDW+YNKMRbiAS9kgr7AT6gzzDmybPSEM3MKOh4x6HqetFBgOH/wz69gtJNrxpwnTVxonTvyMb6ptTeorBwO4L2FAYJtXw+kkz1iEb6gcyVM/uD4qhcMMdFhFtOCj2kbz/gEHP/itWQ0k1fNWqVczA1LAEZDCHuft5vIaSY7hPdkkPUYYi8GLigiU0lJnBwH7JIDIcqH7gDQcpItpw+7/6YcmHT165nkBsCmcChyEeQ5mNHZ9uPnT80n8IWEBKWYfTcA5Tl9uPXr56BTX0/9+/f6+RWpAygdMtsksNnZ4/fPHy5X8k8ObDx/NCZh58lBj+b/2+gxeQXPp30rI1B8AWGjk6kVMFgA1X84s7huzSycshhkJzZBm59QvTobOXEoGOXALEt958/HgBOYgYDR1XU6XGkfePFwAWr65Al1YDS8QNDHoOx2habwIA9MCJ76J6YyYAAAAASUVORK5CYII=);
        }
    /* opera-mini svg hack */
    doesnotexist:-o-prefocus,
    .b-flatrepost-disabled .b-flatrepost-name:after {
        background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABYAAAAWCAYAAADEtGw7AAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAALEwAACxMBAJqcGAAAAXtJREFUOMtjYKAnqJ80U6Nx4ozNDZNnLq6vr2eiiqGNk2dk1E+e+aNx8sz/YDxpxiKKDW+YNKMRbiAS9kgr7AT6gzzDmybPSEM3MKOh4x6HqetFBgOH/wz69gtJNrxpwnTVxonTvyMb6ptTeorBwO4L2FAYJtXw+kkz1iEb6gcyVM/uD4qhcMMdFhFtOCj2kbz/gEHP/itWQ0k1fNWqVczA1LAEZDCHuft5vIaSY7hPdkkPUYYi8GLigiU0lJnBwH7JIDIcqH7gDQcpItpw+7/6YcmHT165nkBsCmcChyEeQ5mNHZ9uPnT80n8IWEBKWYfTcA5Tl9uPXr56BTX0/9+/f6+RWpAygdMtsksNnZ4/fPHy5X8k8ObDx/NCZh58lBj+b/2+gxeQXPp30rI1B8AWGjk6kVMFgA1X84s7huzSycshhkJzZBm59QvTobOXEoGOXALEt958/HgBOYgYDR1XU6XGkfePFwAWr65Al1YDS8QNDHoOx2habwIA9MCJ76J6YyYAAAAASUVORK5CYII=);
        }
    /* click */
    .b-flatrepost-disabled .b-flatrepost-name,
    .b-flatrepost-disabled .b-flatrepost-gain {
        pointer-events: none;
        cursor: default;
        }

/* gained */
.b-flatrepost-gained {
    }
    /* name */
    .b-flatrepost-gained .b-flatrepost-name {
        padding-right: 10px !important;
        padding-left: 22px !important;
        }
    .lj-like--v4 .b-flatrepost-gained .b-flatrepost-name {
        padding-right: 4px !important;
        padding-left: 34px !important;
        }
    .lj-like--hint .b-flatrepost-gained .b-flatrepost-name {
        padding-right: 7px !important;
        }
    /* gain */
    .b-flatrepost-gained .b-flatrepost-gain {
        display: inline-block !important;
        }

/* reposted entry */
.b-flatrepost-reposted {
    }
    /* icon */
    .b-flatrepost-reposted .b-flatrepost-name:after {
        top: 7px;
        left: 6px;
        width: 16px;
        height: 11px;
        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%22check-Layer_1%22%20xml%3Aspace%3D%22preserve%22%20height%3D%2211%22%20viewBox%3D%220%200%2016%2011.073%22%20width%3D%2216%22%20version%3D%221.1%22%20y%3D%220px%22%20x%3D%220px%22%20enable-background%3D%22new%200%200%2016%2011.073%22%3E%3Cpath%20d%3D%22m0%204.921c0-0.316%200.121-0.63%200.361-0.871%200.48-0.48%201.259-0.48%201.74%200l4.055%204.054%207.744-7.743c0.48-0.48%201.259-0.48%201.739%200%200.481%200.48%200.481%201.259%200%201.74l-8.614%208.611c-0.479%200.481-1.259%200.481-1.739%200l-4.925-4.921c-0.24-0.241-0.361-0.556-0.361-0.87z%22%20fill%3D%22%23003040%22%2F%3E%3C%2Fsvg%3E);
        }
    HTML#js BODY .lj-like--v4 .b-flatrepost-reposted .b-flatrepost-name:before {
        background-position: -37px -37px !important;
        }
    .lj-like--v4 .b-flatrepost-reposted .b-flatrepost-name:before.
    .lj-like--v4 .b-flatrepost-reposted .b-flatrepost-name:after {
        display: none;
        }
    /* ie8 hack */
    .lt-ie9 .b-flatrepost-reposted .b-flatrepost-name:after {
        background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAALCAYAAAB24g05AAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAALEwAACxMBAJqcGAAAAI9JREFUKM9jYCAH6DkGMRg4fGbQt19InmY9h99AA/4zGNjfJV+znv1HINucgUHbVpbBwNGLgaGeiSTNRvYWUAmH22BBfYfZOA1BcbbDJ4RmENC32wOVwG4IXs1gA+wFgIFxEqshBDXjM8TQIRhFs6GdJf4QRjcEgYnQjNuQT8AYsiItrkGG6NkdAHrjOTGaAdzXVQKB4jMyAAAAAElFTkSuQmCC);
        }
    /* opera-mini svg hack */
    doesnotexist:-o-prefocus,
    .b-flatrepost-reposted .b-flatrepost-name:after {
        background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAALCAYAAAB24g05AAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAALEwAACxMBAJqcGAAAAI9JREFUKM9jYCAH6DkGMRg4fGbQt19InmY9h99AA/4zGNjfJV+znv1HINucgUHbVpbBwNGLgaGeiSTNRvYWUAmH22BBfYfZOA1BcbbDJ4RmENC32wOVwG4IXs1gA+wFgIFxEqshBDXjM8TQIRhFs6GdJf4QRjcEgYnQjNuQT8AYsiItrkGG6NkdAHrjOTGaAdzXVQKB4jMyAAAAAElFTkSuQmCC);
        }
    /* counter */
    .b-flatrepost-reposted .b-flatrepost-counter {
        cursor: pointer;
        }

/* counted entry */
.b-flatrepost-counted {
    }
    /* counter */
    .b-flatrepost-counted .b-flatrepost-counter {
        cursor: pointer;
        }

/* give 10 */
.b-flatrepost-give {
    }
    /* name */
    .b-flatrepost-give .b-flatrepost-name {
        height: 19px;
        padding: 6px 15px 0 25px !important;
        }
    HTML#js BODY .lj-like--v4 .b-flatrepost-give .b-flatrepost-name {
        background: none !important;
        }
    .lj-like--v4 .b-flatrepost-give .b-flatrepost-name,
    .lj-like--v4 .b-flatrepost-give .b-flatrepost-name:link,
    .lj-like--v4 .b-flatrepost-give .b-flatrepost-name:visited,
    .lj-like--v4 .b-flatrepost-give .b-flatrepost-name:hover,
    .lj-like--v4 .b-flatrepost-give .b-flatrepost-name:active {
        height: 34px;
        margin: 0 !important;
        padding: 0 10px 0 36px !important;
        line-height: 3 !important;
        font-size: 11px !important;
        font-family: Arial, sans-serif !important;
        color: #475559 !important;
        text-decoration: none !important;
        }
    .lj-like--hint .b-flatrepost-give .b-flatrepost-name {
        padding-right: 14px !important;
        }
        /* gain */
        .b-flatrepost-give .b-flatrepost-gain {
            display: none !important;
            }
        /* title */
        .b-flatrepost-give .b-flatrepost-title {
            position: relative;
            margin-right: 10px;
            }
        .b-flatrepost-give .b-flatrepost-title:before {
            content: " ";
            position: absolute;
            top: 50%;
            right: -17px;
            width: 12px;
            height: 12px;
            margin: -6px 0 0;
            padding: 0;
            background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAYAAABWdVznAAAAu0lEQVR42p2SMQoCMRBFt8oeYo8nWG3iDbyBIBZaaSOIoFgKWthmYQvjWdZCq3E+zgcJImrxIPnzf5hMUqzGPeKUoESlM6Jpjj6aK+WsyDusVjHgaN5MazntRtIcFwBraAwlpUTAQ9jOamkOc9kvh7Ke9AHW0FBjyBfWJ06DgQUCDTXuIwJ3BS3g1DwADTXub78Gur9aCs9L+w+X9gwEBEolcVLZWF8ndIH324dLfLj8awyUVrkarWmOvgfkNmJhc5i9kAAAAABJRU5ErkJggg==) no-repeat 0 0;
            font: 0/0 a;
            }





/* Flat Social (LJSUP-18768)
----------------------------------- */
.b-flatsocial {
    position: relative !important;
    display: inline-block !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    border-radius: 0 !important;
    text-transform: uppercase;
    text-decoration: none;
    letter-spacing: 0.05em;
    font: 11px/1 Arial,sans-serif !important;
    background: none !important;
    box-shadow: none !important;
    -moz-column-count: auto !important;
    -moz-column-gap: normal !important;
    -moz-columns: auto !important;
    -webkit-column-count: auto !important;
    -webkit-column-gap: normal !important;
    -webkit-columns: auto !important;
    column-count: auto !important;
    column-gap: normal !important;
    columns: auto !important;
    }

/* link reset */
HTML#js BODY .b-flatsocial:link,
HTML#js BODY .b-flatsocial:visited,
HTML#js BODY .b-flatsocial:hover,
HTML#js BODY .b-flatsocial:active {
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    border-radius: 0 !important;
    text-decoration: none !important;
    background: none !important;
    color: #475559;
    }
HTML#js BODY .b-flatsocial:link SPAN,
HTML#js BODY .b-flatsocial:visited SPAN,
HTML#js BODY .b-flatsocial:hover SPAN,
HTML#js BODY .b-flatsocial:active SPAN {
    text-decoration: none;
    color: #475559;
    }

HTML#js BODY .lj-like--v4 .b-flatsocial {
    padding: 0 !important;
    border: 1px solid #c0c0c0 !important;
    border-radius: 2px !important;
    cursor: pointer;
    background-color: #fff !important;
    }

/* hover states */
HTML#js BODY .lj-like--v4 .b-flatsocial-facebook:hover {
    border-color: #2A438B !important;
    background-color: #2A438B !important;
    }
HTML#js BODY .lj-like--v4 .b-flatsocial-twitter:hover {
    border-color: #60B7E6 !important;
    background-color: #60B7E6 !important;
    }
HTML#js BODY .lj-like--v4 .b-flatsocial-google:hover {
    border-color: #EA4335 !important;
    background-color: #EA4335 !important;
    }
HTML#js BODY .lj-like--v4 .b-flatsocial-tumblr:hover {
    border-color: #29344A !important;
    background-color: #29344A !important;
    }
HTML#js BODY .lj-like--v4 .b-flatsocial-vk:hover {
    border-color: #3B5F8E !important;
    background-color: #3B5F8E !important;
    }
HTML#js BODY .lj-like--v4 .b-flatsocial-ok:hover {
    border-color: #ED6C23 !important;
    background-color: #ED6C23 !important;
    }
HTML#js BODY .lj-like--v4 .b-flatsocial-surfingbird:hover {
    border-color: #26AFF5 !important;
    background-color: #26AFF5 !important;
    }
HTML#js BODY .lj-like--v4 .b-flatsocial-digg:hover {
    border-color: #000 !important;
    background-color: #000 !important;
    }
HTML#js BODY .lj-like--v4 .b-flatsocial-lj:hover .b-flatsocial-name {
    border-color: #248FCE !important;
    background-color: #248FCE !important;
    }
HTML#js BODY .lj-like--v4 .b-flatsocial-mail:hover {
    border-color: #007399 !important;
    background-color: #007399 !important;
    }
HTML#js BODY .lj-like--v4 .b-flatsocial-moimir:hover {
    border-color: #168DE2 !important;
    background-color: #168DE2 !important;
    }
HTML#js BODY .lj-like--v4 .b-flatsocial-stumbleupon:hover {
    border-color: #EB4924 !important;
    background-color: #EB4924 !important;
    }
HTML#js BODY .lj-like--v4 .b-flatsocial-share:hover {
    border-color: #007399 !important;
    background-color: #007399 !important;
    }
HTML#js BODY .lj-like--v4 .b-flatsocial-openid:hover {
    border-color: #F69320 !important;
    background-color: #F69320 !important;
    }

    /* name */
    .b-flatsocial-name {
        display: inline-block !important;
        width: 25px !important;
        height: 25px !important;
        margin: 0 !important;
        padding: 0 !important;
        border: 0;
        font: 0/0 a;
        text-shadow: none;
        color: transparent;
        background: url(/img/icons/flatsocial_25.svg?v=46688) no-repeat 0 0;
        cursor: pointer;
        }
    .lj-like--v4 .b-flatsocial-name {
        width: 34px !important;
        height: 34px !important;
        background: url(/img/icons/flatsocial_v4.svg?v=57957) no-repeat 0 0;
        }
    /* ie8 hack */
    .lt-ie9 .b-flatsocial-name {
        background-image: url(/img/icons/flatsocial_25.png?v=46688);
        }
    .lt-ie9 .lj-like--v4 .b-flatsocial-name {
        background-image: url(/img/icons/flatsocial_v4.png?v=57957);
        }
    /* opera-mini svg hack */
    doesnotexist:-o-prefocus,
    .b-flatsocial-name {
        background-image: url(/img/icons/flatsocial_25.png?v=46688);
        }
    doesnotexist:-o-prefocus,
    .lj-like--v4 .b-flatsocial-name {
        background-image: url(/img/icons/flatsocial_v4.png?v=57957);
        }

    /* counter */
    .b-flatsocial-counter {
        display: inline-block !important;
        position: relative;
        height: 14px;
        margin: 0 0 0 9px;
        padding: 4px 5px 0;
        border: 1px solid #CED6D9;
        border-radius: 3px;
        background: #FFF;
        color: #475559;
        }
    .b-flatsocial-counter:after,
    .b-flatsocial-counter:before {
        content: " ";
        position: absolute;
        top: 50%;
        right: 100%;
        width: 0;
        height: 0;
        border: solid transparent;
        pointer-events: none;
        }
    .b-flatsocial-counter:after {
        border-color: rgba(255, 255, 255, 0);
        border-right-color: #FFF;
        border-width: 5px;
        margin-top: -5px;
        }
    .b-flatsocial-counter:before {
        border-color: rgba(206, 214, 217, 0);
        border-right-color: #CED6D9;
        border-width: 6px;
        margin-top: -6px;
        }
    .lj-like--v4 .b-flatsocial-counter {
        height: 22px;
        margin: 0;
        padding: 12px 12px 0 6px;
        border: none;
        background: none;
        text-decoration: none !important;
        font-size: 11px !important;
        font-family: Arial, sans-serif !important;
        color: #475559 !important;
        line-height: 1 !important;
        }
    .lj-like--v4 .b-flatsocial-disable-counter .b-flatsocial-counter,
    .lj-like--v4.lj-like--hint .b-flatsocial-disable-counter SPAN.b-flatsocial-counter {
        display: none !important;
        }
    .lj-like--hint .b-flatsocial-counter {
        height: 20px;
        padding: 12px 13px 0;
        }
    .lj-like--v4 .b-flatsocial-counter:after,
    .lj-like--v4 .b-flatsocial-counter:before {
        display: none;
        }
    .lj-like--v4 .b-flatsocial:hover .b-flatsocial-counter {
        color: #FFF !important;
        }

/* counter hints */
.lj-like--hint .b-flatrepost-counter,
.lj-like--hint .b-flatsocial-counter {
    position: absolute;
    bottom: 134%;
    left: 50%;
    display: none !important;
    border: 1px solid #C0C0C0;
    border-radius: 2px;
    background: #FFF;
    transform: translate(-50%, 0);
    }
.lt-ie9 .lj-like--hint .b-flatrepost-counter,
.lt-ie9 .lj-like--hint .b-flatsocial-counter {
    left: 0;
    }
.lj-like--hint .b-flatrepost:hover .b-flatrepost-counter,
.lj-like--hint .b-flatsocial:hover .b-flatsocial-counter {
    display: block !important;
    color: #475559 !important;
    }
.lj-like--hint .b-flatrepost-counter:after,
.lj-like--hint .b-flatrepost-counter:before,
.lj-like--hint .b-flatsocial-counter:after,
.lj-like--hint .b-flatsocial-counter:before {
    top: 100%;
    right: 50%;
    display: block;
    }
.lt-ie9 .lj-like--hint .b-flatrepost-counter:after,
.lt-ie9 .lj-like--hint .b-flatsocial-counter:after {
    right: auto;
    left: 9px;
    }
.lt-ie9 .lj-like--hint .b-flatrepost-counter:before,
.lt-ie9 .lj-like--hint .b-flatsocial-counter:before {
    right: auto;
    left: 8px;
    }
.lj-like--hint .b-flatrepost-counter:after,
.lj-like--hint .b-flatsocial-counter:after {
    margin: 0 -5px 0 0;
    border-width: 5px;
    border-color: rgba(255, 255, 255, 0);
    border-top-color: #FFF;
    }
.lj-like--hint .b-flatrepost-counter:before,
.lj-like--hint .b-flatsocial-counter:before {
    margin: 0 -6px 0 0;
    border-width: 6px;
    border-color: rgba(192, 192, 192, 0);
    border-top-color: #C0C0C0;
    }

/* counter hover states */
.lj-like--hint .b-flatrepost:hover .b-flatrepost-counter {
    border-color: #248FCE !important;
    }
.lj-like--hint .b-flatrepost-disabled:hover .b-flatrepost-counter {
    border-color: #C0C0C0 !important;
    }
.lj-like--hint .b-flatrepost:hover .b-flatrepost-counter:before {
    border-top-color: #248FCE !important;
    }
.lj-like--hint .b-flatrepost-disabled:hover .b-flatrepost-counter:before {
    border-top-color: #C0C0C0 !important;
    }
.lj-like--hint .b-flatsocial-facebook:hover .b-flatsocial-counter {
    border-color: #2A438B !important;
    }
.lj-like--hint .b-flatsocial-facebook:hover .b-flatsocial-counter:before {
    border-top-color: #2A438B !important;
    }
.lj-like--hint .b-flatsocial-twitter:hover .b-flatsocial-counter {
    border-color: #60B7E6 !important;
    }
.lj-like--hint .b-flatsocial-twitter:hover .b-flatsocial-counter:before {
    border-top-color: #60B7E6 !important;
    }
.lj-like--hint .b-flatsocial-google:hover .b-flatsocial-counter {
    border-color: #EA4335 !important;
    }
.lj-like--hint .b-flatsocial-google:hover .b-flatsocial-counter:before {
    border-top-color: #EA4335 !important;
    }
.lj-like--hint .b-flatsocial-tumblr:hover .b-flatsocial-counter {
    border-color: #29344A !important;
    }
.lj-like--hint .b-flatsocial-tumblr:hover .b-flatsocial-counter:before {
    border-top-color: #29344A !important;
    }
.lj-like--hint .b-flatsocial-vk:hover .b-flatsocial-counter {
    border-color: #3B5F8E !important;
    }
.lj-like--hint .b-flatsocial-vk:hover .b-flatsocial-counter:before {
    border-top-color: #3B5F8E !important;
    }
.lj-like--hint .b-flatsocial-ok:hover .b-flatsocial-counter {
    border-color: #ED6C23 !important;
    }
.lj-like--hint .b-flatsocial-ok:hover .b-flatsocial-counter:before {
    border-top-color: #ED6C23 !important;
    }
.lj-like--hint .b-flatsocial-surfingbird:hover .b-flatsocial-counter {
    border-color: #26AFF5 !important;
    }
.lj-like--hint .b-flatsocial-surfingbird:hover .b-flatsocial-counter:before {
    border-top-color: #26AFF5 !important;
    }
.lj-like--hint .b-flatsocial-digg:hover .b-flatsocial-counter {
    border-color: #000 !important;
    }
.lj-like--hint .b-flatsocial-digg:hover .b-flatsocial-counter:before {
    border-top-color: #000 !important;
    }
.lj-like--hint .b-flatsocial-lj:hover .b-flatsocial-counter {
    border-color: #248FCE !important;
    }
.lj-like--hint .b-flatsocial-lj:hover .b-flatsocial-counter:before {
    border-top-color: #248FCE !important;
    }
.lj-like--hint .b-flatsocial-mail:hover .b-flatsocial-counter {
    border-color: #007399 !important;
    }
.lj-like--hint .b-flatsocial-mail:hover .b-flatsocial-counter:before {
    border-top-color: #007399 !important;
    }
.lj-like--hint .b-flatsocial-moimir:hover .b-flatsocial-counter {
    border-color: #168DE2 !important;
    }
.lj-like--hint .b-flatsocial-moimir:hover .b-flatsocial-counter:before {
    border-top-color: #168DE2 !important;
    }
.lj-like--hint .b-flatsocial-stumbleupon:hover .b-flatsocial-counter {
    border-color: #EB4924 !important;
    }
.lj-like--hint .b-flatsocial-stumbleupon:hover .b-flatsocial-counter:before {
    border-top-color: #EB4924 !important;
    }
.lj-like--hint .b-flatsocial-share:hover .b-flatsocial-counter {
    border-color: #007399 !important;
    }
.lj-like--hint .b-flatsocial-share:hover .b-flatsocial-counter:before {
    border-top-color: #007399 !important;
    }
.lj-like--hint .b-flatsocial-openid:hover .b-flatsocial-counter {
    border-color: #F69320 !important;
    }
.lj-like--hint .b-flatsocial-openid:hover .b-flatsocial-counter:before {
    border-top-color: #F69320 !important;
    }

/* button only */
.b-flatsocial-button {
    }
    .b-flatsocial-button .b-flatsocial-counter {
        display: none !important;
        }

/* facebok */
.b-flatsocial-facebook {
    }
    .b-flatsocial-facebook .b-flatsocial-name {
        background-position: -5px -40px;
        }
    .lj-like--v4 .b-flatsocial-facebook .b-flatsocial-name {
        background-position: -1px -145px;
        }
    .lj-like--v4 .b-flatsocial-facebook:hover .b-flatsocial-name {
        background-position: -37px -145px;
        }

/* twitter */
.b-flatsocial-twitter {
    }
    .b-flatsocial-twitter .b-flatsocial-name {
        background-position: -5px -392px;
        }
    .lj-like--v4 .b-flatsocial-twitter .b-flatsocial-name {
        background-position: 0 -217px;
        }
    .lj-like--v4 .b-flatsocial-twitter:hover .b-flatsocial-name {
        background-position: -36px -217px;
        }

/* google plus */
.b-flatsocial-google {
    }
    .b-flatsocial-google .b-flatsocial-name {
        background-position: -5px -75px;
        }
    .lj-like--v4 .b-flatsocial-google .b-flatsocial-name {
        background-position: 0 -252px;
        }
    .lj-like--v4 .b-flatsocial-google:hover .b-flatsocial-name {
        background-position: -36px -252px;
        }

/* vk */
.b-flatsocial-vk {
    }
    .b-flatsocial-vk .b-flatsocial-name {
        background-position: -5px -427px;
        }
    .lj-like--v4 .b-flatsocial-vk .b-flatsocial-name {
        background-position: -2px -181px;
        }
    .lj-like--v4 .b-flatsocial-vk:hover .b-flatsocial-name {
        background-position: -38px -181px;
        }

/* ok */
.b-flatsocial-ok {
    }
    .b-flatsocial-ok .b-flatsocial-name {
        background-position: -5px -215px;
        }
    .lj-like--v4 .b-flatsocial-ok .b-flatsocial-name {
        background-position: -1.4px -109px;
        }
    .lj-like--v4 .b-flatsocial-ok:hover .b-flatsocial-name {
        background-position: -37px -109px;
        }

/* tumblr */
.b-flatsocial-tumblr {
    }
    .b-flatsocial-tumblr .b-flatsocial-name {
        background-position: -5px -357px;
        }
    .lj-like--v4 .b-flatsocial-tumblr .b-flatsocial-name {
        background-position: -1px -289px;
        }
    .lj-like--v4 .b-flatsocial-tumblr:hover .b-flatsocial-name {
        background-position: -37px -289px;
        }

/* surfingbird */
.b-flatsocial-surfingbird {
    }
    .b-flatsocial-surfingbird .b-flatsocial-name {
        background-position: -5px -250px;
        }
    .lj-like--v4 .b-flatsocial-surfingbird .b-flatsocial-name {
        background-position: -1px -73px;
        }
    .lj-like--v4 .b-flatsocial-surfingbird:hover .b-flatsocial-name {
        background-position: -37px -73px;
        }

/* digg */
.b-flatsocial-digg {
    }
    .b-flatsocial-digg .b-flatsocial-name {
        background-position: -5px -5px;
        }
    .lj-like--v4 .b-flatsocial-digg .b-flatsocial-name {
        background-position: -1px -325px;
        }
    .lj-like--v4 .b-flatsocial-digg:hover .b-flatsocial-name {
        background-position: -37px -325px;
        }

/* lj */
.b-flatsocial-lj {
    }
    .b-flatsocial-lj .b-flatsocial-name {
        background-position: -5px -110px;
        }
    .lj-like--v4 .b-flatsocial-lj .b-flatsocial-name {
        background-position: -1px -1px;
        }
    .lj-like--v4 .b-flatsocial-lj:hover .b-flatsocial-name {
        background-position: -37px -1px;
        }

/* mail */
.b-flatsocial-mail {
    }
    .b-flatsocial-mail .b-flatsocial-name {
        background-position: -5px -145px;
        }
    .lj-like--v4 .b-flatsocial-mail .b-flatsocial-name {
        background-position: -1px -396px;
        }
    .lj-like--v4 .b-flatsocial-mail:hover .b-flatsocial-name {
        background-position: -37px -396px;
        }

/* moimir */
.b-flatsocial-moimir {
    }
    .b-flatsocial-moimir .b-flatsocial-name {
        background-position: -5px -180px;
        }
    .lj-like--v4 .b-flatsocial-moimir .b-flatsocial-name {
        background-position: -1px -360px;
        }
    .lj-like--v4 .b-flatsocial-moimir:hover .b-flatsocial-name {
        background-position: -37px -360px;
        }

/* stumbleupon */
.b-flatsocial-stumbleupon {
    }
    .b-flatsocial-stumbleupon .b-flatsocial-name {
        background-position: -5px -322px;
        }
    .lj-like--v4 .b-flatsocial-stumbleupon .b-flatsocial-name {
        background-position: -1px -433px;
        }
    .lj-like--v4 .b-flatsocial-stumbleupon:hover .b-flatsocial-name {
        background-position: -37px -433px;
        }

/* share */
.b-flatsocial-share {
    }
    .b-flatsocial-share .b-flatsocial-name {
        background-position: -5px -285px;
        }
    .lj-like--v4 .b-flatsocial-share .b-flatsocial-name {
        background-position: -2px -469px;
        }
    .lj-like--v4 .b-flatsocial-share:hover .b-flatsocial-name {
        background-position: -38px -469px;
        }

/* openid */
.b-flatsocial-openid {
    }
    .lj-like--v4 .b-flatsocial-openid .b-flatsocial-name {
        background-position: -1px -505px;
        }
    .lj-like--v4 .b-flatsocial-openid:hover .b-flatsocial-name {
        background-position: -37px -505px;
        }




/* SVG Icon System (LJSUP-18925)
----------------------------------- */
.svgicon {
    display: inline-block;
    width: 16px;
    height: 16px;
    /* overwrite inline styles */
    visibility: inherit !important;
    pointer-events: auto !important;
    fill: currentColor;
    }





/* LJ POLL (LJSUP-19637) */
.ljpoll {
    margin: 0;
    }
    /* meta */
    .ljpoll-meta {
        margin: 0 0 1em;
        }
        .ljpoll-meta-poll {
            margin: 0;
            }
            .ljpoll-meta-pollid {
                margin: 0;
                }
            .ljpoll-meta-pollname {
                margin: 0;
                }
        .ljpoll-meta-data {
            margin: 0;
            }
            .ljpoll-meta-data-who {
                margin: 0;
                }
            .ljpoll-meta-data-participants {
                margin: 0;
                }
    /* question box */
    .ljpoll-questionbox {
        margin: 0 0 1em;
        }
        /* question */
        .ljpoll .ljpoll-question {
            margin: 0 0 0.5em;
            }
        /* answers */
        .ljpoll .ljpoll-items {
            margin: 0 0 0 2.5em;
            }
            /* item */
            .ljpoll .ljpoll-item {
                margin: 0 0 0.1em;
                }
            /* answers */
            .ljpoll-answers {
                margin: 0 0 0.3em;
                }
            /* results */
            .ljpoll-results {
                margin: 0;
                }
                .ljpoll-results-item {
                    margin: 0;
                    }
                    .ljpoll-results-aswer {
                        margin: 0;
                        }
                    .ljpoll-results-result {
                        max-width: 1000px;
                        margin: 0;
                        white-space: nowrap;
                        }
                    @media all and (max-width: 650px) {
                        .ljpoll-results-result {
                            white-space: normal;
                            }
                    }
                        /* bar */
                        .ljpoll-results-leftbar {
                            margin: 0;
                            }
                        .ljpoll-results-mainbar {
                            margin: 0;
                            }
                        .ljpoll-results-rightbar {
                            margin: 0;
                            }
                        /* line */
                        .ljpoll-results-line {
                            overflow: hidden;
                            position: relative;
                            display: inline-block;
                            height: 7px;
                            min-width: 20px;
                            max-width: 90%;
                            margin: 0 0 7px;
                            padding: 0;
                            vertical-align: -5px;
                            border-radius: 3px;
                            background: #7A202C;
                            background: linear-gradient(to bottom, #7A202C 0,#9D2738 1px,#9F021A 2px,#AD0720 3px,#DB0728 4px,#F0072B 5px,#840116 6px);
                            font: 0/0 a;
                            }
                            .ljpoll-results-line:after {
                                content: " ";
                                position: absolute;
                                top: -2px;
                                right: 0;
                                bottom: -1px;
                                left: 0;
                                border-radius: 15px / 5px;
                                box-shadow: inset 0 -1px 1px 0 rgba(0,0,0,0.7);
                                font: 0/0 a;
                                }
                        /* count */
                        .ljpoll-results-count {
                            margin: 0 0.3em;
                            }
                        /* count in percentage */
                        .ljpoll-results-leftbracket {
                            margin: 0;
                            }
                            .ljpoll-results-percent {
                                margin: 0;
                                }
                            .ljpoll-results-symbol {
                                margin: 0;
                                }
                        .ljpoll-results-rightbracket {
                            margin: 0;
                            }
    /* submit box */
    .ljpoll-submitbox {
        margin: 0;
        }
        /* submit button */
        .ljpoll-submit {
            margin: 0;
            }



/* GENERATION-P poll */
.ljpoll-type-generation {
    position: relative;
    max-width: 800px;
    margin: 0;
    padding: 0 0 25px;
    font: 16px/1.2 "ProximaNovaRegular",Helvetica,Arial,sans-serif;
    background: #FFF;
    color: #000;
    }
    /* hide */
    .ljpoll-type-generation .ljpoll-meta-poll {
        display: none;
        }
    .ljpoll-type-generation .ljpoll-meta-data-who {
        display: none;
        }
    .ljpoll-type-generation .ljpoll-question {
        display: none;
        }
    /* participants */
    .ljpoll-type-generation .ljpoll-meta-data-participants {
        position: absolute;
        bottom: 35px; /* 25 + 10 */
        left: 0;
        color: #829399;
        }
    /* submit */
    .ljpoll-type-generation .ljpoll-submitbox {
        text-align: right;
        }
    /* question box */
    .ljpoll-type-generation .ljpoll-questionbox {
        margin: 0 0 25px;
        }
    /* items */
    .ljpoll-type-generation .ljpoll-items {
        margin: 0;
        counter-reset: poll-items;
        }
        /* item */
        .ljpoll-type-generation .ljpoll-item {
            position: relative;
            min-height: 100px;
            margin: 0;
            padding: 25px 20px 25px 120px;
            border-bottom: 1px solid #DAE3E6;
            counter-increment: poll-items;
            }
            /* count */
            .ljpoll-type-generation .ljpoll-item:before {
                content: counter(poll-items);
                position: absolute;
                top: 35px;
                left: 0;
                width: 100px;
                text-align: right;
                font-size: 80px;
                font-style: normal;
                color: #E4E7EF;
                }
            /* input */
            .ljpoll-type-generation .ljpoll-input {
                position: absolute;
                top: 45px;
                right: 35px;
                margin: 0;
                }
            /* label */
            .ljpoll-type-generation .ljpoll-label {
                position: relative;
                display: block;
                margin: 0;
                padding: 15px 120px 0 120px;
                }
                /* pseudo check */
                .ljpoll-type-generation .ljpoll-label:before {
                    content: " ";
                    position: absolute;
                    top: 10px;
                    right: 0;
                    width: 64px;
                    height: 64px;
                    margin: 0;
                    padding: 0;
                    box-shadow: inset 0 0 0 7px #E4E7EF;
                    background: #FFF;
                    font: 0/0 a;
                    }
                .ljpoll-type-generation .ljpoll-label:after {
                    content: " ";
                    position: absolute;
                    top: 14px;
                    right: -10px;
                    width: 73px;
                    height: 51px;
                    margin: 0;
                    padding: 0;
                    background-repeat: no-repeat;
                    background-position: 0 0;
                    font: 0/0 a;
                    }
                .ljpoll-type-generation .ljpoll-input:checked + .ljpoll-label:after {
                    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEkAAAAzCAYAAADbyiV7AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA2hpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDo2RjQ4OTU0NTFEMjI2ODExODIyQUYyRjM2REM2OURGQSIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo0NTgzOUNGMDRFMjQxMUU0QkY0MEFCNTlEQUU5MDBBMCIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo0NTgzOUNFRjRFMjQxMUU0QkY0MEFCNTlEQUU5MDBBMCIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ1M2IChNYWNpbnRvc2gpIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6NzI3NTFFNjBCRTIwNjgxMTgyMkFFNTRDNTg3MjU5QTEiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6NkY0ODk1NDUxRDIyNjgxMTgyMkFGMkYzNkRDNjlERkEiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz41xmBSAAAENElEQVR42uyaaUhUURTH71hWVhRlRNBG9aEFJIKgkEqTsrQC2zcTowxpocQwCwkigqRohZRKgjYjqCyDSgSpJFQqCiT8YAih9ME2/VCh5PQ/eR4NMut75868mfHAH53lnffmN/fce+5/nkM9+KqiPFZA56EsZ8boV+7eEBPFcIZAF6DH0DSo2lHxbVk/pP8xC2qA9rk8FwdVAtSGfkhK5UJvoAQ3r8VC5QCVE62Q4qEKqIRLzVMQk8sAVWA84YiSiXsxdAMaH+BxxdDhgREOh8rnGFT4b0AEHoegUZEMiVasW9A8i3laInVOyoTeCQDag97pZKSNpBHQJWirxTw90HYAuk4PIgnSfC6vqRbzdEObAeheJLUAA6Aj0EsBQL+gDFdAkTCSJvDSniyQq5MB1fR9IZwhrYbKaIkWyPUdSgOg+kjZuw2FSqH7QoDaoSRPgMJxJM2mvRU0UyhfG5UqADUrH/sUb+GwCRy6jv1QvSCgj1CiL0C+IK3iRGtCDGis6vV8zkGDhXI2QguhT/682ROkTRAtg1P4L9X/uBAAIhPsPZQumJN8pBTos78HuIO0k5uy2D4rSRO0I0glOAg6DT0V/nKol0rlyVqZhXQAuuIB3kjoKlQt0LR5i+lQHZQvnLcKWg51BHqgK4yj0Fk/jknhms7nblcyaKSSazhHOO9DnmN/mjk4hsvnFPsu/kYclwN94wkCH4L6nbs8UocJA7oNrYW6zCYgSGRnHjR5/FzoLXTcwsqzgG2N9RpKt5Rtkz9WkhCkHxYvhBrSIv6giQFuTGn0PocmaQBE1bEbclpNRJDI2iwWuKgZUC10ERru472ToRc8D+rYGlHeAglArhO3FCia3/ZCH3glcRcbufdJVHoij8tfLFy/xUKuYYmYCD1hGyOen6PRdQ26w+2EdJCbuIs7c6ULkuIaLhXMn8lNaB5P8NmaRg+5idu4xxOPvi6Ak0FR5AqdYwx0RmPz2cUr4yNdJ3A3aRqgboaBdUJ2a5pOQO5GkiuobIa4xaaAOnkDXKf7RN5MN2rAsvh/u4H6Ai3l3kx7+OpRDFAVNgJEbmJSsAD5A8kARb1NpQ0AkQmYzH2YshMkYwVZF2JQTQyoOdgnDmRLYICqCgEg6tAXQa2h+HYC3TcRKHIpa4J4jQ08B7WHagib2VyScbUySKDoHHQDVkcIy9z0DtwAVavx2mj+S1cm3UQ7QHIF1aDhusp5/vtth57DqpdDZZAqDKqMN6tdyiYhYXgZoF4L5KI783OURbvVjpAMUDR/NFrIcUL1/qTlVDYLSeuUlugUk6DI8Cuyq9Ug7S+bAUW2TLGycegw4QlUGu+zvEUPT9Alyuah6yauVt5neQLVzUt8OBh7Wu908wSK3ET6yfmBCpPQfTsggSJzrI0fG27iMxVGEYx7Jlt4RJFJtkT13v4SVvFXgAEAoBHdl2L1yjAAAAAASUVORK5CYII=);
                    }
                /* pic */
                .ljpoll-type-generation .ljpoll-generation-pic {
                    position: absolute;
                    top: 0;
                    left: 0;
                    width: 100px;
                    height: 100px;
                    margin: 0;
                    padding: 0;
                    border-radius: 50%;
                    font: 0/0 a;
                    }
                /* br */
                .ljpoll-type-generation .ljpoll-generation-br {
                    display: none;
                    }
                /* name */
                .ljpoll-type-generation .ljpoll-generation-name {
                    display: block;
                    margin: 0 0 10px;
                    font-style: normal;
                    }
                /* desc */
                .ljpoll-type-generation .ljpoll-generation-desc {
                    display: block;
                    margin: 0;
                    line-height: 1.4;
                    font-style: italic;
                    }
                    .ljpoll-type-generation .ljpoll-generation-desc .lj-spoiler {
                        display: block;
                        margin: 10px 0 0;
                        font-style: normal;
                        font-weight: normal;
                        }
                        .ljpoll-type-generation .ljpoll-generation-desc .lj-spoiler-leftbracket,
                        .ljpoll-type-generation .ljpoll-generation-desc .lj-spoiler-rightbracket {
                            display: none;
                            }
                        .ljpoll-type-generation .ljpoll-generation-desc .lj-spoiler B {
                            font-weight: normal;
                            }
            /* br */
            .ljpoll-type-generation .ljpoll-br {
                display: none;
                }
            /* submit button on each item */
            .b-flatbutton.ljpoll-submit-each {
                display: none;
                position: absolute;
                top: 107px;
                right: 20px;
                z-index: 1;
                }
            .ljpoll-type-generation .ljpoll-input:checked ~ .b-flatbutton.ljpoll-submit-each {
                display: inline-block;
                }
            /* live results */
            .ljpoll-type-generation.ljpoll-liveanswers .ljpoll-results-item {
                position: absolute;
                top: 105px;
                right: 20px;
                text-align: right;
                }
                .ljpoll-type-generation.ljpoll-liveanswers .ljpoll-results-result {
                    margin: 0;
                    }
                    .ljpoll-type-generation.ljpoll-liveanswers .ljpoll-results-leftbar,
                    .ljpoll-type-generation.ljpoll-liveanswers .ljpoll-results-mainbar,
                    .ljpoll-type-generation.ljpoll-liveanswers .ljpoll-results-rightbar,
                    .ljpoll-type-generation.ljpoll-liveanswers .ljpoll-results-leftbracket,
                    .ljpoll-type-generation.ljpoll-liveanswers .ljpoll-results-percent,
                    .ljpoll-type-generation.ljpoll-liveanswers .ljpoll-results-symbol,
                    .ljpoll-type-generation.ljpoll-liveanswers .ljpoll-results-rightbracket {
                        display: none;
                        }
                    .ljpoll-type-generation.ljpoll-liveanswers .ljpoll-results-votes {
                        font-weight: normal;
                        font-style: italic;
                        font-size: 12px;
                        text-transform: lowercase;
                        }
                    .ljpoll-type-generation.ljpoll-liveanswers .ljpoll-results-count {
                        font-weight: normal;
                        font-style: italic;
                        font-size: 12px;
                        }

/* view poll answers */
.ljpoll-viewanswers {
    }

    .ljpoll-viewanswers.ljpoll-type-generation .ljpoll-questionbox {
        margin-bottom: 60px
        }

        /* answers */
        .ljpoll-viewanswers.ljpoll-type-generation .ljpoll-answers {
            display: none;
            }

        /* results */
        .ljpoll-viewanswers.ljpoll-type-generation .ljpoll-results {
            margin: 0;
            }

            /* item */
            .ljpoll-viewanswers.ljpoll-type-generation .ljpoll-results-item {
                position: relative;
                min-height: 100px;
                margin: 0;
                padding: 25px 120px 25px 120px;
                border-bottom: 1px solid #DAE3E6;
                counter-increment: poll-items;
                }

                /* count */
                .ljpoll-viewanswers.ljpoll-type-generation .ljpoll-results-item:before {
                    content: counter(poll-items);
                    position: absolute;
                    top: 35px;
                    left: 0;
                    width: 100px;
                    text-align: right;
                    font-size: 80px;
                    color: #E4E7EF;
                    }

                /* answer */
                .ljpoll-viewanswers.ljpoll-type-generation .ljpoll-results-aswer {
                    position: relative;
                    display: block;
                    margin: 0;
                    padding: 15px 80px 0 120px;
                    }

                /* result */
                .ljpoll-viewanswers.ljpoll-type-generation .ljpoll-results-result {
                    position: absolute;
                    top: 40px;
                    right: 0;
                    width: 100px;
                    text-align: right;
                    }

                    /* progress bar */
                    .ljpoll-viewanswers.ljpoll-type-generation .ljpoll-results-result:before {
                        content: " ";
                        position: absolute;
                        top: 100%;
                        right: 0;
                        width: 100%;
                        height: 10px;
                        background: #DAE3E6;
                        }
                    .ljpoll-viewanswers.ljpoll-type-generation .ljpoll-results-pseudobar {
                        display: block;
                        position: absolute;
                        top: 100%;
                        left: 0;
                        width: 0;
                        height: 10px;
                        background: #00B0EA;
                        }
                    .ljpoll-viewanswers.ljpoll-type-generation .ljpoll-results-result .ljpoll-results-percents {
                        display: block;
                        position: absolute;
                        top: 100%;
                        right: 100%;
                        margin: -2px 5px 0 0;
                        padding: 0;
                        font-size: 12px;
                        }

                    /* hide */
                    .ljpoll-viewanswers.ljpoll-type-generation .ljpoll-results-result .ljpoll-results-leftbar,
                    .ljpoll-viewanswers.ljpoll-type-generation .ljpoll-results-result .ljpoll-results-mainbar,
                    .ljpoll-viewanswers.ljpoll-type-generation .ljpoll-results-result .ljpoll-results-rightbar,
                    .ljpoll-viewanswers.ljpoll-type-generation .ljpoll-results-result .ljpoll-results-leftbracket,
                    .ljpoll-viewanswers.ljpoll-type-generation .ljpoll-results-result .ljpoll-results-rightbracket {
                        display: none;
                        }

                    /* count */
                    .ljpoll-viewanswers.ljpoll-type-generation .ljpoll-results-result .ljpoll-results-count {
                        font-weight: normal;
                        font-size: 35px;
                        color: #00B0EA;
                        }

        /* participants */
        .ljpoll-viewanswers.ljpoll-type-generation .ljpoll-meta-data-participants {
            left: auto;
            right: 0;
            }

    /* remove third person on poll (LJSUP-19844) */
    .ljpoll-type-generation #LJ_Poll_1987765_1 .ljpoll-item:nth-child(3),
    .ljpoll-type-generation #LJ_Poll_1987765_1 .ljpoll-results-item:nth-child(3) {
        display: none;
        }

/* generation finalists (LJSUP-20294) */
.ljpoll-type-finalists {
    }
    .ljpoll-type-finalists.ljpoll-viewanswers.ljpoll-type-generation .ljpoll-results-item {
        }
        .ljpoll-type-finalists.ljpoll-viewanswers.ljpoll-type-generation .ljpoll-results-aswer {
            }
        .ljpoll-type-finalists.ljpoll-viewanswers.ljpoll-type-generation .ljpoll-results-result {
            }
            .ljpoll-type-finalists.ljpoll-viewanswers.ljpoll-type-generation .ljpoll-results-result:before {
                display: none;
                }
            .ljpoll-type-finalists.ljpoll-viewanswers.ljpoll-type-generation .ljpoll-results-result .ljpoll-results-percents {
                display: none;
                }
            .ljpoll-type-finalists.ljpoll-viewanswers.ljpoll-type-generation .ljpoll-results-pseudobar {
                display: none;
                }
    .ljpoll-type-finalists .ljpoll-results-item-place1 {
        }
        .ljpoll-type-finalists.ljpoll-viewanswers.ljpoll-type-generation .ljpoll-results-item-place1:before {
            color: #F7DD32;
            }
            .ljpoll-type-finalists.ljpoll-type-generation .ljpoll-results-item-place1 .ljpoll-generation-pic {
                box-shadow: 0 0 0 5px #F7DD32;
                }
    .ljpoll-type-finalists .ljpoll-results-item-place2 {
        }
        .ljpoll-type-finalists.ljpoll-viewanswers.ljpoll-type-generation .ljpoll-results-item-place2:before {
            color: #E4E7EF;
            }
            .ljpoll-type-finalists.ljpoll-type-generation .ljpoll-results-item-place2 .ljpoll-generation-pic {
                box-shadow: 0 0 0 5px #E4E7EF;
                }
    .ljpoll-type-finalists .ljpoll-results-item-place3 {
        }
        .ljpoll-type-finalists.ljpoll-viewanswers.ljpoll-type-generation .ljpoll-results-item-place3:before {
            color: #FDBC7A;
            }
            .ljpoll-type-finalists.ljpoll-type-generation .ljpoll-results-item-place3 .ljpoll-generation-pic {
                box-shadow: 0 0 0 5px #FDBC7A;
                }





/* LJSUP-19881: LJ Emoji Support (step 2) */
IMG.emoji,
IMG[src*="twemoji"] {
    width: 16px;
    height: 16px;
    max-width: none;
    }





/* Entry images max width limit (LJSUP-22040) */
.entry IMG:not(.emoji),
.s2-entrytext IMG:not(.emoji) {
    height: auto !important;
    max-width: 100%;
    max-height: 2048px;
    }

/* media placeholders max width */
.entry .b-mediaplaceholder,
.s2-entrytext .b-mediaplaceholder {
    width: 100% !important;
    }

/* fix for tema.lj.ru (LJSUP-22065) */
@media all and (max-width: 1100px) {
    #whole {
        min-width: 1000px;
        }
    #whole,
    #whole TABLE {
        table-layout: fixed;
        }
        #whole .banner_container IMG {
            height: auto !important;
            max-width: 100%;
            }
        #whole IFRAME.lj_embedcontent {
            width: 100%;
            }
}





/* USER HTML ERRORS (LJSUP-20271) */
.htmlerror {
    overflow: hidden;
    position: relative;
    max-width: 2000px;
    max-height: 2000px;
    min-height: 3rem;
    }
/* post's author */
.htmlerror-author {
    border: 3px solid #D92B2B;
    background: #FFF;
    }
.htmlerror-author:after {
    content: " ";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 0;
    border: 6px solid #FFF;
    }
    /* error message */
    .htmlerror-message {
        position: absolute;
        top: -3px;
        left: -3px;
        z-index: 1;
        margin: 0;
        padding: 10px;
        background: #D92B2B;
        color: #FFF;
        }

    .print-comments-count {
        display: none;
        }

/* input */
.b-input {
    padding: 7px 5px;
    box-sizing: border-box;
    border: 1px solid #DAE3E6;
    border-radius: 2px;
    background-color: #F7F9FA;
    font: 1.267em/1.05 'ProximaNovaRegular', Helvetica, sans-serif;
    color: #242F33;
    }
.b-input:focus,
.b-input:hover {
    border-color: #00A3D9;
    background-color: #FFF;
    }

/* disabled */
.b-input[disabled] {
    opacity: .7;
    }
.b-input[disabled]:focus,
.b-input[disabled]:hover {
    border-color: #DAE3E6;
    background-color: #F7F9FA;
    }



/* adfox (LJSUP-20884) */
.adfox-ssp {
    font: 0/0 a;
    }



/* adfox (LJSUP-20737) */
/* /feed & /magazine */
.adfox-between {
    overflow: hidden;
    position: relative;
    }

/* /magazine */
.b-mainpage-state-discovery .adfox-between {
    max-width: 810px;
    }
@media all and (max-width: 1000px) {
    .b-mainpage-state-discovery .adfox-between {
        max-width: 750px;
        }
}



/* all banners */
.allbanners {
    overflow: hidden;
    }
.allbanners-visible {
    overflow: visible;
    }
    .allbanners DIV[id*="AdFox"],
    .ljsale DIV[id*="AdFox"] {
        margin-left: auto;
        margin-right: auto;
        }
    .allbanners-close {
        display: none;
        padding: 0.2em 0.3em 0 0;
        line-height: 1.1;
        text-align: right;
        font-size: 13px;
        }
    #js .ljsale:not(.ljsale--empty) .allbanners-close {
        display: block;
        }

/* do not show empty google banner */
.ljsale.ljsale--empty {
    height: 0;
    }

/* ljsale */
.ljsale {
    overflow: hidden;
    }

.ljsale.ng-isolate-scope {
    position: relative;
    display: block;
    }

/* banner on /mainpage & /feed & /magazine */
.entryunits .ljsale:not(.ljsale--empty):not([lj-sale-type*="in-read"]),
.b-entryunits .ljsale:not(.ljsale--empty):not([lj-sale-type*="in-read"]),
.b-lenta-body .ljsale:not(.ljsale--empty):not([lj-sale-type*="in-read"]) {
    padding: 1.5em 60px 1.5em 0;
    border-bottom: 1px solid #DAE3E6;
    }
 @media (max-width: 680px) {
    .entryunits .ljsale:not(.ljsale--empty):not([lj-sale-type*="in-read"]),
    .b-entryunits .ljsale:not(.ljsale--empty):not([lj-sale-type*="in-read"]),
    .b-lenta-body .ljsale:not(.ljsale--empty):not([lj-sale-type*="in-read"]) {
        padding-right: 0;
        text-align: center;
        }
}
/* inread banner */
.entryunits .ljsale[lj-sale-type*="in-read"] .tt-wrapper.inread:not(:empty),
.b-entryunits .ljsale[lj-sale-type*="in-read"] .tt-wrapper.inread:not(:empty),
.b-lenta-body .ljsale[lj-sale-type*="in-read"] .tt-wrapper.inread:not(:empty) {
    margin-top: 22px !important;
    margin-bottom: 22px !important;
    margin-right: 60px !important;
    }
    .entryunits .ljsale[lj-sale-type*="in-read"] .tt-wrapper.inread:not(:empty) ~ DIV::after,
    .b-entryunits .ljsale[lj-sale-type*="in-read"] .tt-wrapper.inread:not(:empty) ~ DIV::after,
    .b-lenta-body .ljsale[lj-sale-type*="in-read"] .tt-wrapper.inread:not(:empty) ~ DIV::after {
        content: " ";
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        height: 1px;
        background: #DAE3E6;
        margin: 0;
        padding: 0;
        font: 0/0 a;
        }
 @media (max-width: 680px) {
    .entryunits .ljsale[lj-sale-type*="in-read"] .tt-wrapper.inread:not(:empty),
    .b-entryunits .ljsale[lj-sale-type*="in-read"] .tt-wrapper.inread:not(:empty),
    .b-lenta-body .ljsale[lj-sale-type*="in-read"] .tt-wrapper.inread:not(:empty) {
        margin-right: 0 !important;
        }
 }

/* banner on /feed & mainpage sidebar */
.b-lenta .l-flatslide-aside .ljsale:not(.ljsale--empty) .allbanners > DIV:first-child,
.b-mainpage .l-flatslide-aside .ljsale:not(.ljsale--empty) .allbanners > DIV:first-child {
    margin: 25px 0 5px 29px;
    }
.b-lenta .l-flatslide-aside .ljsale:not(.ljsale--empty) .allbanners-close,
.b-mainpage .l-flatslide-aside .ljsale:not(.ljsale--empty) .allbanners-close {
    padding: 0 0 25px 29px;
    border-bottom: 1px solid #DAE3E6;
    text-align: center;
    }
@media all and (max-width: 650px) {
    .b-lenta .l-flatslide-aside .ljsale:not(.ljsale--empty) .allbanners > DIV:first-child,
    .b-mainpage .l-flatslide-aside .ljsale:not(.ljsale--empty) .allbanners > DIV:first-child {
        margin-left: 10px;
        }
    .b-lenta .l-flatslide-aside .ljsale:not(.ljsale--empty) .allbanners-close,
    .b-mainpage .l-flatslide-aside .ljsale:not(.ljsale--empty) .allbanners-close {
        padding-left: 10px;
        }
}

/* banners on discovery article sidebar */
.b-discoveryarticle-aside .ljsale:not(.ljsale--empty) .allbanners > DIV:first-child {
    margin: 25px 0 5px 29px;
    }
.b-discoveryarticle-aside-inner > .ljsale:not(.ljsale--empty):first-child .allbanners > DIV:first-child {
    margin-top: 0;
    }
.b-discoveryarticle-v5 .b-discoveryarticle-aside-inner > .ljsale:not(.ljsale--empty):first-child .allbanners > DIV:first-child {
    margin-left: 0;
    }
.b-discoveryarticle-aside .ljsale:not(.ljsale--empty) .allbanners-close {
    margin: 0 0 25px;
    padding: 0 0 25px 29px;
    border-bottom: 1px solid #DAE3E6;
    text-align: center;
    }
@media all and (max-width: 1000px) {
    .b-discoveryarticle-v5 .b-discoveryarticle-aside-inner > .ljsale:not(.ljsale--empty):first-child .allbanners DIV[id*='discovery_item_sidebar'] > DIV:first-child {
        display: inline-block;
        }
    .b-discoveryarticle-v5 .b-discoveryarticle-aside-inner > .ljsale:not(.ljsale--empty):first-child .allbanners > DIV:first-child {
        margin-left: 0;
        }
    .b-discoveryarticle-v5 .b-discoveryarticle-aside .ljsale:not(.ljsale--empty) .allbanners-close {
        margin-bottom: 0;
        padding-left: 0;
        }
}
@media all and (max-width: 650px) {
    .b-discoveryarticle-aside .ljsale:not(.ljsale--empty) .allbanners > DIV:first-child {
        margin-left: 10px;
        }
    .b-discoveryarticle-aside .ljsale:not(.ljsale--empty) .allbanners-close {
        padding-left: 10px;
        }
}

/* banner on discovery article bottom */
.b-discoveryarticle-close ~ .ljsale .allbanners {
    padding: 23px 30px;
    }
    .b-discoveryarticle-close ~ .ljsale .allbanners .allbanners-close {
        text-align: center;
        }
@media all and (max-width: 480px) {
    .b-discoveryarticle-close ~ .ljsale .allbanners {
        padding-left: 15px;
        padding-right: 15px;
        }
}



/* common banner */
.common-banner {
    overflow: hidden !important;
    position: relative !important;
    width: 100% !important;
    background: #333 !important;
    text-align: center !important;
    line-height: 0 !important;
    }



/* banners in rating */
.ljsale--raiting,
.ljsale--raiting .allbanners-close {
    text-align: center;
    }
/* removing right margin on yandex.direct banners on rating */
.b-mainpage .entryunits .ljsale DIV[id*="yandex_ad_hor"] {
    margin-right: 0 !important;
    }



/* sticky banner */
.ljsale--sticky {
    position: relative;
    }
    /* empty banner */
    .ljsale--sticky DIV[class*="gpt-ad"]:not(:empty) {
        margin: 25px 0 5px 30px !important;
        }
.ljsale--sticky.js-sticky {
    height: 600px;
    }
    .ljsale--sticky.js-sticky .ljsale__inner {
        position: fixed;
        top: 0;
        width: 300px;
        }
    .ljsale--sticky.js-sticky-bottom .ljsale__inner {
        top: auto;
        bottom: 60px;
        }
    .s-schemius .ljsale--sticky.js-sticky-bottom .ljsale__inner {
        bottom: 200px;
        }
    .s-schemius.p-ljtimes .ljsale--sticky.js-sticky-bottom .ljsale__inner {
        bottom: 245px;
        }
    .s-schemius .b-discoveryarticle-aside .ljsale--sticky.js-sticky-bottom .ljsale__inner,
    .s-schemius.p-ljtimes .b-discoveryarticle-aside .ljsale--sticky.js-sticky-bottom .ljsale__inner {
        bottom: -26px;
        top: auto;
        position: absolute;
        }
@media all and (max-width: 1000px) {
    .ljsale--sticky.js-sticky {
        height: auto;
        }
        .ljsale--sticky.js-sticky .ljsale__inner {
            position: static;
            top: auto;
            width: auto;
            }
}



/* hideable banner */
.ljsale--hideable {
    }
    .ljsale__hide {
        display: none;
        overflow: hidden;
        position: absolute;
        top: 30px;
        right: 5px;
        z-index: 1;
        width: 16px;
        height: 16px;
        border-radius: 8px;
        background: rgb(0,0,0);
        background: rgba(0,0,0,0.8);
        text-align: center;
        line-height: 16px;
        font-size: 13px;
        font-weight: bold;
        cursor: pointer;
        color: #FFF;
        }
    .common-banner .ljsale__hide {
        top: 5px;
        }
    .ljsale--hideable .ljsale__hide {
        display: block;
        }
    .logged-out .ljsale--hideable .ljsale__hide {
        display: none;
        }



/* RAMBLER NEWS WIDGET (LJSUP-20004) */
.ramblernews {
    position: relative;
    }
    .ramblernews DIV[id*="AdFox"]:not(:empty) {
        margin: 0 auto;
        padding: 25px 0 5px 30px;
        }
    .ramblernews DIV[id*="AdFox"]:not(:empty):after {
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        height: 1px;
        background: #DAE3E6;
        font: 0/0 a;
        }
    .ramblernews DIV[id*="AdFox"]:not(:empty) ~ .allbanners-close {
        display: none;
        }
@media all and (max-width: 650px) {
    .ramblernews-head {
        left: 10px;
        }
    .ramblernews DIV[id*="AdFox"]:not(:empty) {
        padding-left: 10px;
        }
}



/* rambler_news (LJSUP-22429) */
.ramblerpartner {
    overflow: hidden;
    text-align: left;
    }
.ramblerpartner[lj-read-more] {
    display: none;
    }
.ramblerpartner[lj-read-more-init] {
    display: block;
    }
    .rambler_news {
        overflow: hidden;
        clear: both;
        padding: 0;
        }
        .rambler_header {
            margin: 0 0 1.05em;
            font-family: "ProximaNovaSemibold",Tahoma,Arial,sans-serif;
            font-size: 14px;
            font-size: 0.875rem;
            font-weight: normal;
            letter-spacing: 0.05em;
            text-transform: uppercase;
            }
        .rambler_block {
            }
            .rambler_item_block {
                overflow: hidden;
                display: inline-block;
                width: 16%;
                padding-bottom: 13px;
                vertical-align: top;
                }
            .rambler_item_block::after {
                content: "";
                display: table;
                clear: both;
                }
                .rambler_item {
                    }
                    .rambler_img {
                        display: block;
                        margin: 0 auto 4px;
                        padding: 0 5px;
                        width: 150px !important;
                        height: 150px !important;
                        }
                        .rambler_img IMG {
                            display: inline-block;
                            width: 150px !important;
                            height: 150px !important;
                            }
                    .rambler_title {
                        clear: left;
                        display: block;
                        max-width: 250px;
                        margin: 0 auto;
                        padding: 0 5px;
                        font-size: 14px;
                        text-align: center;
                        }

@media all and (max-width: 480px) {
    .b-singlepost .ramblerpartner {
        margin-left: 15px;
        margin-right: 15px;
        }
}

@media (max-width: 1100px) {
    .rambler_item_block {
        width: 32%;
        }
}
@media (max-width: 768px) {
    .rambler_img {
        width: 100px !important;
        height: 100px !important;
        }
        .rambler_img IMG {
            width: 100px !important;
            height: 100px !important;
            }
}
@media (max-width: 567px) {
    .rambler_item_block {
        width: 49% !important;
        }
}
@media (max-width: 399px) {
    .rambler_item_block {
        width: 100% !important;
        }
        .rambler_img {
            float: left;
            width: 50px !important;
            height: 50px !important;
            margin: 4px 10px 0 0;
            padding: 0;
            }
            .rambler_img IMG {
                width: 50px !important;
                height: 50px !important;
                }
        .rambler_title {
            overflow: hidden;
            clear: none;
            max-width: none;
            padding: 0;
            text-align: left;
            }
}



@media print {
/* LJSUP-21182
    .content .header,
    #page #header,
    #content #header,
    #content #sidebar,
    #content #footer,
    .comments-nav,
    .comment-links,
    .comments-footer,
    .j-c-nav,
    .j-c-controls,
    .j-w-multyform,
    .j-comments-nav-dash,
    .skiplinks,
    #ljlive,
    #ljtime_bottom {
        display: none;
        }

    .print-comments-count {
        display: block;
        font-size: 1.5em;
        margin: 1em 0;
        }
        .print-comments-count .j-nav-comments-count {
            list-style: none;
            }

    .j-view-entry {
        padding-top: 30px !important;
        }
        .j-view-entry .print-logo {
            position: absolute;
            top: 0;
            }

    .commentUserinfo-usericon A[href]:after {
        content: none;
        }

    IFRAME.lj_embedcontent {
        width: 50%;
        height: 50%;
        }
*/
}


/* file-end: stc/lj_base.css 
----------------------------------------------------------------------------------*/
/* ---------------------------------------------------------------------------------
   file-start: stc/widgets/login.css 
*/

/* Login form
---------------------------------------------------------------------- */
.b-loginform {
    clear: both;
    border: 1px solid #D9E3E6;
    background: #FFF;
    text-align: left;
    font: 15px/1.4 'ProximaNovaRegular', Helvetica, sans-serif;
    -webkit-font-smoothing: antialiased;
    }

/* Modification for USView 
---------------------------------------------------------------------- */
 .s-loginform {
    z-index: 5001;
    top: 25%;
    top: -webkit-calc(50% - 16em); /* height:32px */
    top:         calc(50% - 16em);
    left: 35%;
    left: -webkit-calc(50% - 13.5em);
    left:         calc(50% - 13.5em);
    margin: 0;
    border: 0;
    }

.lt-ie10 .s-loginform {
    top: 50%;
    left: 50%;
    margin: -16em 0 0 -13.5em;
    }

.p-loginform .s-loginform {
    display: block;
    position: fixed;
    }

@media (min-width: 600px) {
    .b-loginform {
        width: 400px;
        }

    /* LJSUP-23455 */
    .b-loginform-wrapper .b-loginform {
        position: relative;
        left: 50%;
        margin: 5em 0 5em -200px;
        }

    .s-loginform {
        display: none;
        }
}

@media (max-width: 600px) {
    .b-loginform-body {
        height: 100%;
        border-left: 1px solid #D9E3E6;
        }
}

/* End of Modification for USView 
---------------------------------------------------------------------- */

/* Login form header */

.b-loginform-header {
    position: relative;
    padding: 15px 45px 12px 30px;
    background: #0099cc;
    }
    .b-loginform H2 {
        margin: 0;
        text-transform: uppercase;
        font-family: 'ProximaNovaLight', Helvetica, sans-serif;
        font-size: 1.389em;
        font-weight: normal;
        color: #FFF;
        }
@media (max-width: 600px) {
    .s-loginform .b-loginform-header {
        min-height: 60px;
        padding: 0 1em;
        line-height: 60px;
        }
    .s-loginform H2 {
        font-size: 1.2em;
        }
}

.b-loginform-close,
.i-iconus.b-loginform-close {
    display: none;
    position: absolute;
    width: 30px;
    height: 30px;
    right: 12px;
    top: 12px;
    cursor: pointer;
    }
    .s-loginform .b-loginform-close {
        display: block;
        }
    .b-loginform-close .svgicon {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        margin: auto;
        }

@media (max-width: 600px) {
    .s-loginform .b-loginform-close {
        display: none;
        }
}

/* Login form body */

.b-loginform-body {
    padding: 30px;
   /* font-size: 0.813em; */
    }
@media (max-width: 600px) {
    .b-loginform-body {
        padding: 1em;
        }
}

/* Login form external block */

.b-loginform-external {
    border-bottom: 1px solid #DAE3E6;
    }
    .b-loginform-external:after {
        display: table;
        content: " ";
        clear: both;
        border-collapse: collapse;
        }
.b-loginform-social,
.b-loginform-droplist {
    margin: 0;
    padding: 0;
    list-style: none;
    }
    .b-loginform-social {
        display: inline-block;
        height: 30px;
        margin: .5em 0;
        vertical-align: top;
        white-space: nowrap;
        }
    .b-loginform-social-item {
        overflow: hidden;
        position: relative;
        display: inline-block;
        width: 30px;
        height: 30px;
        margin: 0;
        padding: 0;
        list-style: none;
        vertical-align: middle;
        cursor: pointer;
        border-radius: 2px;
        }
        .b-loginform-social-link {
            position: relative;
            display: block;
            width: 30px;
            height: 30px;
            border: 0;
            background-color: #005673;
            font: 0/0 a;
            text-shadow: none;
            color: transparent;
            }
            .b-loginform-social-link .svgicon {
                position: absolute;
                top: 0;
                right: 0;
                bottom: 0;
                left: 0;
                margin: auto;
                }
        /* 1. facebook */
        .b-loginform-social-fb .b-loginform-social-link:hover,
        .b-loginform-social-fb .b-loginform-social-link:active,
        .b-loginform-social-fb .b-loginform-social-link:focus {
            background-color: #3B5998;
            }
        /* 2. google+ */
        .b-loginform-social-google .b-loginform-social-link:hover,
        .b-loginform-social-google .b-loginform-social-link:active,
        .b-loginform-social-google .b-loginform-social-link:focus {
            background-color: #EA4335;
            }
        /* 3. instagram */
        .b-loginform-social-instagram .b-loginform-social-link:hover,
        .b-loginform-social-instagram .b-loginform-social-link:active,
        .b-loginform-social-instagram .b-loginform-social-link:focus {
            background-color: #517FA4;
            }
        /* 4. mail.ru */
        .b-loginform-social-mail .b-loginform-social-link:hover,
        .b-loginform-social-mail .b-loginform-social-link:active,
        .b-loginform-social-mail .b-loginform-social-link:focus {
            background-color: #0857a6;
            }
        /* 5. openid */
        .b-loginform-social-openid .b-loginform-social-link:hover,
        .b-loginform-social-openid .b-loginform-social-link:active,
        .b-loginform-social-openid .b-loginform-social-link:focus {
            background-color: #F78C40;
            }
        /* 6. tumblr */
        .b-loginform-social-tumblr .b-loginform-social-link:hover,
        .b-loginform-social-tumblr .b-loginform-social-link:active,
        .b-loginform-social-tumblr .b-loginform-social-link:focus {
            background-color: #2C4762;
            }
        /* 7. twitter */
        .b-loginform-social-tw .b-loginform-social-link:hover,
        .b-loginform-social-tw .b-loginform-social-link:active,
        .b-loginform-social-tw .b-loginform-social-link:focus {
            background-color: #00ACEE;
            }
        /* 8. vk */
        .b-loginform-social-vk .b-loginform-social-link:hover,
        .b-loginform-social-vk .b-loginform-social-link:active,
        .b-loginform-social-vk .b-loginform-social-link:focus {
            background-color: #45668E;
            }



/* loginform fields */
.b-loginform-field {
    margin: 0 0 20px;
    }
    .b-loginform-field .b-ljform-label {
        display: inline-block;
        padding: 0 10px 0 0;
        vertical-align: middle;
        text-transform: uppercase;
        line-height: 16px;
        font-size: 13px;
        color: #7A9199;
        }
.b-loginform-row {
    margin: 0.2em 0 0;
    }
    .b-loginform-row:after,
    .b-loginform-field:after {
        display: table;
        content: " ";
        clear: both;
        border-collapse: collapse;
        }

/* Login form parts */
.b-loginform-link {
    vertical-align: middle;
    text-decoration: none !important;
    white-space: nowrap;
    color: #26A1D0 !important;
    }
    HTML BODY .b-loginform-link {
        border: none;
        }
.b-loginform-submit .b-loginform-remember {
    position: relative;
    float: left;
    max-width: 50%;
    padding: 0 0 0 18px;
    text-align: left;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    }
    .b-loginform-remember-title {
        position: relative;
        bottom: 1px;
        text-transform: lowercase;
        vertical-align: middle;
        }
.b-loginform-login {
    float: right;
    max-width: 50%;
    }
.b-loginform-submit,
.b-loginform-create {
    margin: .6em 0 0;
    }
    .b-loginform-submit::after {
        display: table;
        clear: both;
        content: "";
        }
.b-loginform-create {
    text-align: right;
    }
.b-loginform-create .b-loginform-link {
    text-transform: uppercase;
    }

/* errors */
.b-loginform-error {
    display: none;
    float: right;
    color: #D92B2B;
    }
.b-loginform-field-error .b-loginform-error {
    display: inline;
    }

/* Login form elements */
.b-loginform-external .b-loginform-external-label {
    display: block;
    padding: 4px 10px 0 0;
    vertical-align: middle;
    text-transform: uppercase;
    line-height: 16px;
    font-size: 13px;
    color: #7A9199;
    }
.b-loginform .b-input {
    width: 100%;
    background-image: none !important; /* LJSUP-23040 */
    }

.b-ljform-input-user {
    background: #F7F9FA url(/img/userinfo.gif?v=52588) no-repeat 1px 50%;
    }
.b-ljform-checkbox {
    position: absolute;
    left: 0;
    top: 1px;
    margin: 0;
    }
.b-loginform .b-flatbutton {
    text-shadow: none; /* LJSUP-23040 */
    }
    .b-loginform .b-flatbutton:focus {
        background-color: #00ACE6;
        }

/* LJSUP-21863 Authorization improvements (DF: auth_improvements) */
.lj-openid-auth {
    display: none;
    }
.openid-auth-state .lj-openid-auth {
    display: block;
    }
.openid-auth-state .lj_login_form {
    display: none;
    }
    .openid-auth-state .b-loginform-social-openid .b-loginform-social-link {
        background-color: #F78C40;
        }

    @media all and (max-width: 1000px) {

        .lj-openid-auth-button {
            display: none;
            }

        }

/* ---------- */

@media (max-width: 480px) {

    .b-loginform-external-label {
        display: block;
        }
    .b-loginform-social,
    .b-loginform-droplist {
        float: none;
        display: inline-block;
        vertical-align: top;
        opacity: 1;
        height: auto;
        }
    .b-loginform-error {
        float: none;
        }
    .b-loginform-field-password {
        margin: 0;
        }
    .b-loginform-create,
    .b-loginform-submit {
        text-align: center;
        }

    .b-loginform-submit .b-loginform-remember,
    .b-loginform-login {
        float: none;
        width: 100%;
        max-width: 100%;
        }
    .b-loginform-login {
        margin: 0.6em 0 0;
        text-align: center;
        }

    }

/* this is css for the login widget

.appwidget-login {
    margin: 15px;
}
.appwidget-login fieldset.nostyle {
    margin-bottom: 0.5em !important;
}
.appwidget-login label.left {
    width: 6.25em;
    line-height: 22px;
}
.appwidget-login input.text {
    width: 160px;
}
.appwidget-login fieldset.nostyle,
.appwidget-login p {
    margin: 0 0 0.5em 0;
}
.appwidget-login p {
    margin-left: 6.25em;
}
.appwidget-login a.small-link {
    font-size: 85%;
    color: #777;
}
input.create-account {
    font-size: 110%;
    color: #fff;
    margin: 0;
    background: #559A40;
    border: 2px solid #76AE65;
    border-bottom: 2px solid #447C33;
    border-right: 2px solid #447C33;
    }*/





/* file-end: stc/widgets/login.css 
----------------------------------------------------------------------------------*/
/* ---------------------------------------------------------------------------------
   file-start: stc/remember.css 
*/

.remember-item{position:relative;max-width:1030px;min-height:550px;margin:auto;padding:20px 36px;border:1px solid #00A2DB;border-radius:3px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.remember-item::after{display:block;position:absolute;bottom:0;left:0;content:"";width:300px;height:390px;background-image:url(/img/frank-pink.jpg?v=49030);background-position:0 0;background-repeat:no-repeat;background-size:cover}.remember-item.remember-item_login{min-height:100px}.remember-item_login{padding:10px 20px 35px}.remember-item.remember-item_login::after{display:none;background-image:none}.remember-item__body{padding:20px 20px 0 394px;width:100%;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.remember-item__body-inner{float:right}@media all and (max-width:1024px){.remember-item{min-width:320px;padding-bottom:25px}.remember-item::after{display:none;background-image:none}.remember-item__body{padding:0}.remember-item__body,.remember-item__body-inner{float:none}}@media all and (max-width:650px){.remember-item{padding:0;border:0}}.remember-title{margin:20px 0;color:#49595e;font-family:ProximaNovaLight,Helvetica,sans-serif;font-size:2.0625em;font-weight:400;letter-spacing:.06em;text-align:center}.remember-title__small{margin:1em 0;font-size:1em;line-height:1.5}@media all and (max-width:650px){.remember-title{margin:10px 0 16px;font-size:1.733em;text-align:left}.remember-title__small{font-size:1em}}.remember-form__note{margin:0 0 1em;color:#49595E}@media all and (max-width:650px){.remember-form__note{font-size:1em}}.b-input-username-wrapper.remember-input-username{margin:0 0 1em 20px}.b-input-username-wrapper.remember-input-username::after{left:-20px}.b-input.remember-input{padding:5px 5px 7px}.remember-form__field-link,.remember-form__field-name{white-space:nowrap}.remember-form__field-name .remember-input{width:500px}.remember-form__field-link .remember-input{width:520px;background-color:#FFF}@media all and (max-width:1340px){.remember-form__field-name .remember-input{width:400px}.remember-form__field-link .remember-input{width:420px}}@media all and (max-width:650px){.remember-form__field-link .remember-input{display:none}.remember-form__field-name .remember-input{width:180px}}.remember-promocode{font-size:1.25em;color:#00a3d9}@media all and (max-width:650px){.remember-promocode{font-size:1em}}.remember-invitelink{display:none;color:#00a3d9}@media all and (max-width:650px){.remember-invitelink{display:block;word-wrap:break-word}}.remember-denied .b-bubble{padding:.5em 1em}.remember-item__overlay{overflow:hidden;z-index:1;position:absolute;top:0;right:0;bottom:0;left:0;background-color:rgba(255,255,255,1);border-radius:3px}.remember-overlay__inner{display:inline-block;position:absolute;left:0;top:50%;width:100%;font-size:1em;text-align:center;-webkit-transform:translateY(-50%);-moz-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}.remember-title_disabled{color:red}.remember-page .i-ljform-error{display:block}HTML BODY .remember-title .i-ljuser-userhead{vertical-align:middle!important}.remember-success{text-align:center}.remember-item__steps{margin:34px 0 42px;text-align:left}.remember-item__step{display:inline-block;position:relative;padding:10px 36px 10px 52px;color:#bbb}.remember-item__step::before{display:block;position:absolute;left:0;top:50%;width:40px;height:40px;line-height:40px;margin-top:-20px;border-radius:50%;text-align:center;background-color:#dae3e6;color:#7a9199}.remember-item__step.remember-item_step1::before{content:"1"}.remember-item__step.remember-item_step2::before{content:"2"}.remember-item__step.remember-item_step-active::before{background-color:#00a3d9;color:#FFF}.remember-item_login-widget .remember-item__body-inner{width:100%}.remember-item_login-widget .b-loginform{width:100%;border:0}.remember-item_login-widget .b-loginform-external-label,.remember-item_login-widget .b-loginform-social{display:inline-block;vertical-align:middle}.zeroclipboard-is-hover{background-color:#00ace6}

/* file-end: stc/remember.css 
----------------------------------------------------------------------------------*/
/* ---------------------------------------------------------------------------------
   file-start: stc/widgets/calendar.css 
*/

.calendar.popup {
    display: none;
    position: absolute;
    width: 237px;
    }
.popup-inner.calendar {
    width: 237px;
    margin: 0 auto;
    }
.input-wrapper .calendar.popup {
    right: 0;
    top: 30px;
    }
.input-wrapper .calendar.popup.left-aligned {
    right: auto;
    left: 0;
    top: 30px;
    }
    .calendar .popup-outer {
        padding: 1px;
        border: 1px solid #CCC;
        border-radius: 7px;
        background: #FFF;
        }
    .calendar .popup-inner {
        padding: 10px 12px 5px 8px;
        border: 2px solid #E7E7E7;
        border-radius: 7px;
        }
    .calendar .cal-nav {
        overflow: hidden;
        margin-bottom: 10px;
        font-size: 12px;
        color: #799297;
        }
        .calendar .cal-nav .cal-nav-month {
            float: left;
            }
        .calendar .cal-nav .cal-nav-year {
            float: right;
            }
        .calendar .cal-nav .cal-month,
        .calendar .cal-nav .cal-year {
            padding: 0 5px;
            vertical-align: middle;
            }
        .calendar .cal-nav .cal-month {
            display: inline-block;
            text-align: center;
            }
        .calendar .cal-nav .cal-nav-prev,
        .calendar .cal-nav .cal-nav-next {
            display: inline-block;
            width: 10px;
            height: 14px;
            background-image: url(/air/default_theme/img/sprite.png?v=40848); /* IE7-8 */
            background-image: url(/air/default_theme/img/sprite.svg?v=40878), none;
            background-repeat: no-repeat;
            vertical-align: middle;
            cursor: pointer;
            }
        .calendar .cal-nav .cal-nav-prev-dis,
        .calendar .cal-nav .cal-nav-next-dis {
            cursor: default;
            }
        .calendar .cal-nav .cal-nav-prev {
            background-position: -240px -40px;
            }
        .calendar .cal-nav .cal-nav-next {
            background-position: -250px -40px;
            }
        .calendar .cal-nav .cal-nav-prev-dis,
        .calendar .cal-nav .cal-nav-next-dis {
            opacity: 0.3;
            }
    .calendar-table {
        width: 100%;
        border: 0;
        border-collapse: collapse;
        text-align: center;
        font-size: 12px;
        }
        .calendar-cell {
            width: 30px;
            height: 31px;
            border: 1px solid #DAE3E6;
            border-right-width: 0;
            color: #799299;
            }
        .calendar-cell:first-child {
            border-left: 0;
            }
        .calendar-cell--header {
            background: #F8F9FB;
            text-transform: uppercase;
            letter-spacing: .05em;
            }
            .calendar-cell A:link,
            .calendar-cell A:visited {
                display: block;
                border: 0;
                text-decoration: underline;
                font-weight: bold;
                color: #000;
                }
            .calendar-cell A:hover,
            .calendar-cell A:active {
                display: block;
                text-decoration: none;
                font-weight: bold;
                color: #000;
                }
        .calendar-cell.current {
            border-radius: 2px;
            color: #000;
            font-weight: bold;
            }
        .calendar TABLE.all-days TD:hover,
        .calendar TABLE.all-days TD.current {
            border-radius: 2px;
            background: #38454B;
            color: #FFF;
            cursor: pointer;
            }
        .calendar-cell.other,
        .calendar TABLE.all-days TD.other:hover {
            border-radius: 0;
            background: transparent;
            color: #CCC;
            cursor: default;
            }
.input-wrapper {
    display: inline-block;
    position: relative;
    }

/* hide close button (LJSUP-22121) */
.b-bubble-calendar.b-popup-withclosecontrol .b-popup-inner {
    padding-right: 15px;
    }
    .b-bubble-calendar .i-popup-close {
        display: none;
        }




/* file-end: stc/widgets/calendar.css 
----------------------------------------------------------------------------------*/
/* ---------------------------------------------------------------------------------
   file-start: stc/widgets/filter-settings.css 
*/

.b-filterset{max-width:290px;font:14px/1.4 Arial,sans-serif;color:#000}.b-filterset B,.b-filterset CODE,.b-filterset DD,.b-filterset DIV,.b-filterset DT,.b-filterset EM,.b-filterset I,.b-filterset KBD,.b-filterset LABEL,.b-filterset LI,.b-filterset P,.b-filterset PRE,.b-filterset SPAN,.b-filterset STRONG,.b-filterset TD,.b-filterset TH{font-size:100%}.b-filterset .i-ljuser-userhead{vertical-align:top!important;margin:1px 0 0!important;border:none!important}.b-filterset .i-ljuser-username:active,.b-filterset .i-ljuser-username:hover,.b-filterset .i-ljuser-username:link,.b-filterset .i-ljuser-username:visited{color:#0051B7!important;text-decoration:none!important;border:none!important}.b-filterset .b-filterset-title{margin:0 1.142em .5em 0!important;font-weight:700!important;color:#222!important}.b-filterset .b-filterset-subtitle{margin:0 1.142em .5em 0!important;color:#222!important}.b-filterset-list{position:relative;z-index:1;overflow:auto;max-height:14em;min-width:220px;margin:0 0 .3em;padding:0;background-attachment:scroll;-moz-background-clip:border-box;background-clip:border-box;background-image:-webkit-radial-gradient(farthest-side at 50% 0,rgba(0,0,0,.1),transparent),-webkit-radial-gradient(farthest-side at 50% 100%,rgba(0,0,0,.1),transparent);background-image:-o-radial-gradient(farthest-side at 50% 0,rgba(0,0,0,.1),transparent),-o-radial-gradient(farthest-side at 50% 100%,rgba(0,0,0,.1),transparent);background-image:-moz-radial-gradient(farthest-side at 50% 0,rgba(0,0,0,.1),transparent),-moz-radial-gradient(farthest-side at 50% 100%,rgba(0,0,0,.1),transparent);background-image:radial-gradient(farthest-side at 50% 0,rgba(0,0,0,.1),transparent),radial-gradient(farthest-side at 50% 100%,rgba(0,0,0,.1),transparent);-moz-background-origin:padding-box;background-origin:padding-box;background-position:0 0,0 100%;background-repeat:no-repeat;-moz-background-size:100% 7px;background-size:100% 7px}.b-filterset-list:after,.b-filterset-list:before{position:relative;z-index:-1;display:block;content:"";height:14px;margin:0 0 -14px;background:-webkit-linear-gradient(top,#F4F5F6,#F4F5F6 30%,rgba(244,245,246,0));background:-moz-linear-gradient(top,#F4F5F6,#F4F5F6 30%,rgba(244,245,246,0));background:-o-linear-gradient(top,#F4F5F6,#F4F5F6 30%,rgba(244,245,246,0));background:linear-gradient(to bottom,#F4F5F6,#F4F5F6 30%,rgba(244,245,246,0))}.b-filterset-list:after{margin:-14px 0 0;background:-webkit-linear-gradient(top,rgba(228,229,233,0),#E4E5E9 70%,#E4E5E9);background:-moz-linear-gradient(top,rgba(228,229,233,0),#E4E5E9 70%,#E4E5E9);background:-o-linear-gradient(top,rgba(228,229,233,0),#E4E5E9 70%,#E4E5E9);background:linear-gradient(to bottom,rgba(228,229,233,0),#E4E5E9 70%,#E4E5E9)}.b-filterset-list LI{margin:0;padding:0;list-style-type:none}.b-filterset-list LI.loading{background:url(/img/preloader/preloader-blue-gray.gif?v=16423) 100% 50% no-repeat}.b-filterset-list LABEL{display:block;white-space:nowrap;line-height:1.333;font-size:.857em}.b-filterset-list LABEL:hover{background:#7292BD;color:#FFF}.b-filterset-addnew-input{display:block;margin:0 0 .5em;white-space:nowrap;line-height:1.333;font-size:.857em}.b-filterset-addnew{margin:.5em 0 0}.b-filterset-pseudo{font-size:.857em;color:#0051B7}.b-filterset-submit{text-align:right}.b-filterset-loader:after,.b-filterset-loader:before{display:inline-block;visibility:hidden;content:'';width:21px;height:21px;margin:-2px 0 0 4px;background:url(/img/preloader/preloader-blue-gray.gif?v=16423) 50% 50% no-repeat;vertical-align:middle}.b-filterset-loader-after:before,.b-filterset-loader-before:after{display:none}.b-filterset-loading .b-filterset-loader-after:after,.b-filterset-loading .b-filterset-loader-before:before{visibility:visible}

/* file-end: stc/widgets/filter-settings.css 
----------------------------------------------------------------------------------*/
/* ---------------------------------------------------------------------------------
   file-start: stc/lj_base-journal.css 
*/

/* Set min-width for non-adaptive journals, 
   мin-width value equal to min-width of .s-header */
.html-s2-no-adaptive {
    min-width: 1000px;
    }

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
INPUT[type='search'] {
    -webkit-appearance: textfield; /* 1 */
    -webkit-box-sizing: content-box; /* 2 */
       -moz-box-sizing: content-box;
            box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
INPUT[type='search']::-webkit-search-cancel-button,
INPUT[type='search']::-webkit-search-decoration,
INPUT[type='search']::-webkit-search-results-decoration {
    -webkit-appearance: none;
}

/* Comment Form
--------------------------- */
.b-postform {
    min-height: 220px;
    }

.b-qrform-alert-logcommentips {
    width: 70%;
    }

.b-postform-alert-logcommentips,
.b-postform-alert-nosubjecthtml,
.b-postform-alert-screened,
.b-postform-alert-suspended,
.b-postform-alert-deleted,
.b-postform-alert-banned,
.b-postform-alert-notafriend,
.b-postform-alert-notreg,
.b-postform-alert-notmail,
.b-postform-alert-regonly,
.b-postform-alert-ajax,
.b-postform-alert-errors {
    display: none;
    width: 73%;
    }


/* deleted */
BODY .b-postform-realauth-cookieuser.b-postform-authtype-cookieuser.b-postform-user-deleted .b-postform-alert-notafriend,
BODY .b-postform-realauth-cookieuser.b-postform-authtype-cookieuser.b-postform-user-deleted .b-postform-alert-notreg,
BODY .b-postform-realauth-cookieuser.b-postform-authtype-cookieuser.b-postform-user-deleted .b-postform-alert-notmail,
BODY .b-postform-realauth-cookieuser.b-postform-authtype-cookieuser.b-postform-user-deleted .b-postform-alert-regonly,

BODY .b-postform-realauth-facebook.b-postform-authtype-facebook.b-postform-user-deleted .b-postform-alert-notafriend,
BODY .b-postform-realauth-facebook.b-postform-authtype-facebook.b-postform-user-deleted .b-postform-alert-notreg,
BODY .b-postform-realauth-facebook.b-postform-authtype-facebook.b-postform-user-deleted .b-postform-alert-notmail,
BODY .b-postform-realauth-facebook.b-postform-authtype-facebook.b-postform-user-deleted .b-postform-alert-regonly,

BODY .b-postform-realauth-twitter.b-postform-authtype-twitter.b-postform-user-deleted .b-postform-alert-notafriend,
BODY .b-postform-realauth-twitter.b-postform-authtype-twitter.b-postform-user-deleted .b-postform-alert-notreg,
BODY .b-postform-realauth-twitter.b-postform-authtype-twitter.b-postform-user-deleted .b-postform-alert-notmail,
BODY .b-postform-realauth-twitter.b-postform-authtype-twitter.b-postform-user-deleted .b-postform-alert-regonly,

BODY .b-postform-realauth-google.b-postform-authtype-google.b-postform-user-deleted .b-postform-alert-notafriend,
BODY .b-postform-realauth-google.b-postform-authtype-google.b-postform-user-deleted .b-postform-alert-notreg,
BODY .b-postform-realauth-google.b-postform-authtype-google.b-postform-user-deleted .b-postform-alert-notmail,
BODY .b-postform-realauth-google.b-postform-authtype-google.b-postform-user-deleted .b-postform-alert-regonly,

BODY .b-postform-realauth-openid.b-postform-authtype-openid.b-postform-user-deleted .b-postform-alert-notafriend,
BODY .b-postform-realauth-openid.b-postform-authtype-openid.b-postform-user-deleted .b-postform-alert-notreg,
BODY .b-postform-realauth-openid.b-postform-authtype-openid.b-postform-user-deleted .b-postform-alert-notmail,
BODY .b-postform-realauth-openid.b-postform-authtype-openid.b-postform-user-deleted .b-postform-alert-regonly,

BODY .b-postform-realauth-mailru.b-postform-authtype-mailru.b-postform-user-deleted .b-postform-alert-notafriend,
BODY .b-postform-realauth-mailru.b-postform-authtype-mailru.b-postform-user-deleted .b-postform-alert-notreg,
BODY .b-postform-realauth-mailru.b-postform-authtype-mailru.b-postform-user-deleted .b-postform-alert-notmail,
BODY .b-postform-realauth-mailru.b-postform-authtype-mailru.b-postform-user-deleted .b-postform-alert-regonly,

BODY .b-postform-realauth-vkontakte.b-postform-authtype-vkontakte.b-postform-user-deleted .b-postform-alert-notafriend,
BODY .b-postform-realauth-vkontakte.b-postform-authtype-vkontakte.b-postform-user-deleted .b-postform-alert-notreg,
BODY .b-postform-realauth-vkontakte.b-postform-authtype-vkontakte.b-postform-user-deleted .b-postform-alert-notmail,
BODY .b-postform-realauth-vkontakte.b-postform-authtype-vkontakte.b-postform-user-deleted .b-postform-alert-regonly {
    display: none;
    }

.b-postform-realauth-cookieuser.b-postform-authtype-cookieuser.b-postform-user-deleted .b-postform-alert-screened,
.b-postform-realauth-cookieuser.b-postform-authtype-cookieuser.b-postform-user-deleted.b-postform-user-screened-nonf .b-postform-alert-screened,
.b-postform-realauth-cookieuser.b-postform-authtype-cookieuser.b-postform-user-deleted .b-postform-alert-logcommentips,

.b-postform-realauth-facebook.b-postform-authtype-facebook.b-postform-user-deleted .b-postform-alert-screened,
.b-postform-realauth-facebook.b-postform-authtype-facebook.b-postform-user-deleted.b-postform-user-screened-nonf .b-postform-alert-screened,
.b-postform-realauth-facebook.b-postform-authtype-facebook.b-postform-user-deleted .b-postform-alert-logcommentips,

.b-postform-realauth-twitter.b-postform-authtype-twitter.b-postform-user-deleted .b-postform-alert-screened,
.b-postform-realauth-twitter.b-postform-authtype-twitter.b-postform-user-deleted.b-postform-user-screened-nonf .b-postform-alert-screened,
.b-postform-realauth-twitter.b-postform-authtype-twitter.b-postform-user-deleted .b-postform-alert-logcommentips,

.b-postform-realauth-google.b-postform-authtype-google.b-postform-user-deleted .b-postform-alert-screened,
.b-postform-realauth-google.b-postform-authtype-google.b-postform-user-deleted.b-postform-user-screened-nonf .b-postform-alert-screened,
.b-postform-realauth-google.b-postform-authtype-google.b-postform-user-deleted .b-postform-alert-logcommentips,

.b-postform-realauth-openid.b-postform-authtype-openid.b-postform-user-deleted .b-postform-alert-screened,
.b-postform-realauth-openid.b-postform-authtype-openid.b-postform-user-deleted.b-postform-user-screened-nonf .b-postform-alert-screened,
.b-postform-realauth-openid.b-postform-authtype-openid.b-postform-user-deleted .b-postform-alert-logcommentips,

.b-postform-realauth-mailru.b-postform-authtype-mailru.b-postform-user-deleted .b-postform-alert-screened,
.b-postform-realauth-mailru.b-postform-authtype-mailru.b-postform-user-deleted.b-postform-user-screened-nonf .b-postform-alert-screened,
.b-postform-realauth-mailru.b-postform-authtype-mailru.b-postform-user-deleted .b-postform-alert-logcommentips,

.b-postform-realauth-vkontakte.b-postform-authtype-vkontakte.b-postform-user-deleted .b-postform-alert-screened,
.b-postform-realauth-vkontakte.b-postform-authtype-vkontakte.b-postform-user-deleted.b-postform-user-screened-nonf .b-postform-alert-screened,
.b-postform-realauth-vkontakte.b-postform-authtype-vkontakte.b-postform-user-deleted .b-postform-alert-logcommentips {
    display: none;
    }

.b-postform-realauth-cookieuser.b-postform-authtype-cookieuser.b-postform-user-deleted .b-postform-alert-deleted,
.b-postform-realauth-facebook.b-postform-authtype-facebook.b-postform-user-deleted .b-postform-alert-deleted,
.b-postform-realauth-twitter.b-postform-authtype-twitter.b-postform-user-deleted .b-postform-alert-deleted,
.b-postform-realauth-google.b-postform-authtype-google.b-postform-user-deleted .b-postform-alert-deleted,
.b-postform-realauth-openid.b-postform-authtype-openid.b-postform-user-deleted .b-postform-alert-deleted,
.b-postform-realauth-mailru.b-postform-authtype-mailru.b-postform-user-deleted .b-postform-alert-deleted,
.b-postform-realauth-vkontakte.b-postform-authtype-vkontakte.b-postform-user-deleted .b-postform-alert-deleted {
    display: block;
    }


/* suspended */
BODY .b-postform-realauth-cookieuser.b-postform-authtype-cookieuser.b-postform-user-suspended .b-postform-alert-notafriend,
BODY .b-postform-realauth-cookieuser.b-postform-authtype-cookieuser.b-postform-user-suspended .b-postform-alert-notreg,
BODY .b-postform-realauth-cookieuser.b-postform-authtype-cookieuser.b-postform-user-suspended .b-postform-alert-notmail,
BODY .b-postform-realauth-cookieuser.b-postform-authtype-cookieuser.b-postform-user-suspended .b-postform-alert-regonly,

BODY .b-postform-realauth-facebook.b-postform-authtype-facebook.b-postform-user-suspended .b-postform-alert-notafriend,
BODY .b-postform-realauth-facebook.b-postform-authtype-facebook.b-postform-user-suspended .b-postform-alert-notreg,
BODY .b-postform-realauth-facebook.b-postform-authtype-facebook.b-postform-user-suspended .b-postform-alert-notmail,
BODY .b-postform-realauth-facebook.b-postform-authtype-facebook.b-postform-user-suspended .b-postform-alert-regonly,

BODY .b-postform-realauth-twitter.b-postform-authtype-twitter.b-postform-user-suspended .b-postform-alert-notafriend,
BODY .b-postform-realauth-twitter.b-postform-authtype-twitter.b-postform-user-suspended .b-postform-alert-notreg,
BODY .b-postform-realauth-twitter.b-postform-authtype-twitter.b-postform-user-suspended .b-postform-alert-notmail,
BODY .b-postform-realauth-twitter.b-postform-authtype-twitter.b-postform-user-suspended .b-postform-alert-regonly,

BODY .b-postform-realauth-google.b-postform-authtype-google.b-postform-user-suspended .b-postform-alert-notafriend,
BODY .b-postform-realauth-google.b-postform-authtype-google.b-postform-user-suspended .b-postform-alert-notreg,
BODY .b-postform-realauth-google.b-postform-authtype-google.b-postform-user-suspended .b-postform-alert-notmail,
BODY .b-postform-realauth-google.b-postform-authtype-google.b-postform-user-suspended .b-postform-alert-regonly,

BODY .b-postform-realauth-openid.b-postform-authtype-openid.b-postform-user-suspended .b-postform-alert-notafriend,
BODY .b-postform-realauth-openid.b-postform-authtype-openid.b-postform-user-suspended .b-postform-alert-notreg,
BODY .b-postform-realauth-openid.b-postform-authtype-openid.b-postform-user-suspended .b-postform-alert-notmail,
BODY .b-postform-realauth-openid.b-postform-authtype-openid.b-postform-user-suspended .b-postform-alert-regonly,

BODY .b-postform-realauth-mailru.b-postform-authtype-mailru.b-postform-user-suspended .b-postform-alert-notafriend,
BODY .b-postform-realauth-mailru.b-postform-authtype-mailru.b-postform-user-suspended .b-postform-alert-notreg,
BODY .b-postform-realauth-mailru.b-postform-authtype-mailru.b-postform-user-suspended .b-postform-alert-notmail,
BODY .b-postform-realauth-mailru.b-postform-authtype-mailru.b-postform-user-suspended .b-postform-alert-regonly,

BODY .b-postform-realauth-vkontakte.b-postform-authtype-vkontakte.b-postform-user-suspended .b-postform-alert-notafriend,
BODY .b-postform-realauth-vkontakte.b-postform-authtype-vkontakte.b-postform-user-suspended .b-postform-alert-notreg,
BODY .b-postform-realauth-vkontakte.b-postform-authtype-vkontakte.b-postform-user-suspended .b-postform-alert-notmail,
BODY .b-postform-realauth-vkontakte.b-postform-authtype-vkontakte.b-postform-user-suspended .b-postform-alert-regonly {
    display: none;
    }

.b-postform-realauth-cookieuser.b-postform-authtype-cookieuser.b-postform-user-suspended .b-postform-alert-screened,
.b-postform-realauth-cookieuser.b-postform-authtype-cookieuser.b-postform-user-suspended.b-postform-user-screened-nonf .b-postform-alert-screened,
.b-postform-realauth-cookieuser.b-postform-authtype-cookieuser.b-postform-user-suspended .b-postform-alert-logcommentips,

.b-postform-realauth-facebook.b-postform-authtype-facebook.b-postform-user-suspended .b-postform-alert-screened,
.b-postform-realauth-facebook.b-postform-authtype-facebook.b-postform-user-suspended.b-postform-user-screened-nonf .b-postform-alert-screened,
.b-postform-realauth-facebook.b-postform-authtype-facebook.b-postform-user-suspended .b-postform-alert-logcommentips,

.b-postform-realauth-twitter.b-postform-authtype-twitter.b-postform-user-suspended .b-postform-alert-screened,
.b-postform-realauth-twitter.b-postform-authtype-twitter.b-postform-user-suspended.b-postform-user-screened-nonf .b-postform-alert-screened,
.b-postform-realauth-twitter.b-postform-authtype-twitter.b-postform-user-suspended .b-postform-alert-logcommentips,

.b-postform-realauth-google.b-postform-authtype-google.b-postform-user-suspended .b-postform-alert-screened,
.b-postform-realauth-google.b-postform-authtype-google.b-postform-user-suspended.b-postform-user-screened-nonf .b-postform-alert-screened,
.b-postform-realauth-google.b-postform-authtype-google.b-postform-user-suspended .b-postform-alert-logcommentips,

.b-postform-realauth-openid.b-postform-authtype-openid.b-postform-user-suspended .b-postform-alert-screened,
.b-postform-realauth-openid.b-postform-authtype-openid.b-postform-user-suspended.b-postform-user-screened-nonf .b-postform-alert-screened,
.b-postform-realauth-openid.b-postform-authtype-openid.b-postform-user-suspended .b-postform-alert-logcommentips,

.b-postform-realauth-mailru.b-postform-authtype-mailru.b-postform-user-suspended .b-postform-alert-screened,
.b-postform-realauth-mailru.b-postform-authtype-mailru.b-postform-user-suspended.b-postform-user-screened-nonf .b-postform-alert-screened,
.b-postform-realauth-mailru.b-postform-authtype-mailru.b-postform-user-suspended .b-postform-alert-logcommentips,

.b-postform-realauth-vkontakte.b-postform-authtype-vkontakte.b-postform-user-suspended .b-postform-alert-screened,
.b-postform-realauth-vkontakte.b-postform-authtype-vkontakte.b-postform-user-suspended.b-postform-user-screened-nonf .b-postform-alert-screened,
.b-postform-realauth-vkontakte.b-postform-authtype-vkontakte.b-postform-user-suspended .b-postform-alert-logcommentips {
    display: none;
    }

.b-postform-realauth-cookieuser.b-postform-authtype-cookieuser.b-postform-user-suspended .b-postform-alert-suspended,
.b-postform-realauth-facebook.b-postform-authtype-facebook.b-postform-user-suspended .b-postform-alert-suspended,
.b-postform-realauth-twitter.b-postform-authtype-twitter.b-postform-user-suspended .b-postform-alert-suspended,
.b-postform-realauth-google.b-postform-authtype-google.b-postform-user-suspended .b-postform-alert-suspended,
.b-postform-realauth-openid.b-postform-authtype-openid.b-postform-user-suspended .b-postform-alert-suspended,
.b-postform-realauth-mailru.b-postform-authtype-mailru.b-postform-user-suspended .b-postform-alert-suspended,
.b-postform-realauth-vkontakte.b-postform-authtype-vkontakte.b-postform-user-suspended .b-postform-alert-suspended {
    display: block;
    }


/* banned */
BODY .b-postform-realauth-cookieuser.b-postform-authtype-cookieuser.b-postform-user-banned .b-postform-alert-notafriend,
BODY .b-postform-realauth-cookieuser.b-postform-authtype-cookieuser.b-postform-user-banned .b-postform-alert-notreg,
BODY .b-postform-realauth-cookieuser.b-postform-authtype-cookieuser.b-postform-user-banned .b-postform-alert-notmail,
BODY .b-postform-realauth-cookieuser.b-postform-authtype-cookieuser.b-postform-user-banned .b-postform-alert-regonly,

BODY .b-postform-realauth-facebook.b-postform-authtype-facebook.b-postform-user-banned .b-postform-alert-notafriend,
BODY .b-postform-realauth-facebook.b-postform-authtype-facebook.b-postform-user-banned .b-postform-alert-notreg,
BODY .b-postform-realauth-facebook.b-postform-authtype-facebook.b-postform-user-banned .b-postform-alert-notmail,
BODY .b-postform-realauth-facebook.b-postform-authtype-facebook.b-postform-user-banned .b-postform-alert-regonly,

BODY .b-postform-realauth-twitter.b-postform-authtype-twitter.b-postform-user-banned .b-postform-alert-notafriend,
BODY .b-postform-realauth-twitter.b-postform-authtype-twitter.b-postform-user-banned .b-postform-alert-notreg,
BODY .b-postform-realauth-twitter.b-postform-authtype-twitter.b-postform-user-banned .b-postform-alert-notmail,
BODY .b-postform-realauth-twitter.b-postform-authtype-twitter.b-postform-user-banned .b-postform-alert-regonly,

BODY .b-postform-realauth-google.b-postform-authtype-google.b-postform-user-banned .b-postform-alert-notafriend,
BODY .b-postform-realauth-google.b-postform-authtype-google.b-postform-user-banned .b-postform-alert-notreg,
BODY .b-postform-realauth-google.b-postform-authtype-google.b-postform-user-banned .b-postform-alert-notmail,
BODY .b-postform-realauth-google.b-postform-authtype-google.b-postform-user-banned .b-postform-alert-regonly,

BODY .b-postform-realauth-openid.b-postform-authtype-openid.b-postform-user-banned .b-postform-alert-notafriend,
BODY .b-postform-realauth-openid.b-postform-authtype-openid.b-postform-user-banned .b-postform-alert-notreg,
BODY .b-postform-realauth-openid.b-postform-authtype-openid.b-postform-user-banned .b-postform-alert-notmail,
BODY .b-postform-realauth-openid.b-postform-authtype-openid.b-postform-user-banned .b-postform-alert-regonly,

BODY .b-postform-realauth-mailru.b-postform-authtype-mailru.b-postform-user-banned .b-postform-alert-notafriend,
BODY .b-postform-realauth-mailru.b-postform-authtype-mailru.b-postform-user-banned .b-postform-alert-notreg,
BODY .b-postform-realauth-mailru.b-postform-authtype-mailru.b-postform-user-banned .b-postform-alert-notmail,
BODY .b-postform-realauth-mailru.b-postform-authtype-mailru.b-postform-user-banned .b-postform-alert-regonly,

BODY .b-postform-realauth-vkontakte.b-postform-authtype-vkontakte.b-postform-user-banned .b-postform-alert-notafriend,
BODY .b-postform-realauth-vkontakte.b-postform-authtype-vkontakte.b-postform-user-banned .b-postform-alert-notreg,
BODY .b-postform-realauth-vkontakte.b-postform-authtype-vkontakte.b-postform-user-banned .b-postform-alert-notmail,
BODY .b-postform-realauth-vkontakte.b-postform-authtype-vkontakte.b-postform-user-banned .b-postform-alert-regonly {
    display: none;
    }

.b-postform-realauth-cookieuser.b-postform-authtype-cookieuser.b-postform-user-banned .b-postform-alert-screened,
.b-postform-realauth-cookieuser.b-postform-authtype-cookieuser.b-postform-user-banned.b-postform-user-screened-nonf .b-postform-alert-screened,
.b-postform-realauth-cookieuser.b-postform-authtype-cookieuser.b-postform-user-banned .b-postform-alert-logcommentips,

.b-postform-realauth-facebook.b-postform-authtype-facebook.b-postform-user-banned .b-postform-alert-screened,
.b-postform-realauth-facebook.b-postform-authtype-facebook.b-postform-user-banned.b-postform-user-screened-nonf .b-postform-alert-screened,
.b-postform-realauth-facebook.b-postform-authtype-facebook.b-postform-user-banned .b-postform-alert-logcommentips,

.b-postform-realauth-twitter.b-postform-authtype-twitter.b-postform-user-banned .b-postform-alert-screened,
.b-postform-realauth-twitter.b-postform-authtype-twitter.b-postform-user-banned.b-postform-user-screened-nonf .b-postform-alert-screened,
.b-postform-realauth-twitter.b-postform-authtype-twitter.b-postform-user-banned .b-postform-alert-logcommentips,

.b-postform-realauth-google.b-postform-authtype-google.b-postform-user-banned .b-postform-alert-screened,
.b-postform-realauth-google.b-postform-authtype-google.b-postform-user-banned.b-postform-user-screened-nonf .b-postform-alert-screened,
.b-postform-realauth-google.b-postform-authtype-google.b-postform-user-banned .b-postform-alert-logcommentips,

.b-postform-realauth-openid.b-postform-authtype-openid.b-postform-user-banned .b-postform-alert-screened,
.b-postform-realauth-openid.b-postform-authtype-openid.b-postform-user-banned.b-postform-user-screened-nonf .b-postform-alert-screened,
.b-postform-realauth-openid.b-postform-authtype-openid.b-postform-user-banned .b-postform-alert-logcommentips,

.b-postform-realauth-mailru.b-postform-authtype-mailru.b-postform-user-banned .b-postform-alert-screened,
.b-postform-realauth-mailru.b-postform-authtype-mailru.b-postform-user-banned.b-postform-user-screened-nonf .b-postform-alert-screened,
.b-postform-realauth-mailru.b-postform-authtype-mailru.b-postform-user-banned .b-postform-alert-logcommentips,

.b-postform-realauth-vkontakte.b-postform-authtype-vkontakte.b-postform-user-banned .b-postform-alert-screened,
.b-postform-realauth-vkontakte.b-postform-authtype-vkontakte.b-postform-user-banned.b-postform-user-screened-nonf .b-postform-alert-screened,
.b-postform-realauth-vkontakte.b-postform-authtype-vkontakte.b-postform-user-banned .b-postform-alert-logcommentips {
    display: none;
    }

.b-postform-realauth-cookieuser.b-postform-authtype-cookieuser.b-postform-user-banned .b-postform-alert-banned,
.b-postform-realauth-facebook.b-postform-authtype-facebook.b-postform-user-banned .b-postform-alert-banned,
.b-postform-realauth-twitter.b-postform-authtype-twitter.b-postform-user-banned .b-postform-alert-banned,
.b-postform-realauth-google.b-postform-authtype-google.b-postform-user-banned .b-postform-alert-banned,
.b-postform-realauth-openid.b-postform-authtype-openid.b-postform-user-banned .b-postform-alert-banned,
.b-postform-realauth-mailru.b-postform-authtype-mailru.b-postform-user-banned .b-postform-alert-banned,
.b-postform-realauth-vkontakte.b-postform-authtype-vkontakte.b-postform-user-banned .b-postform-alert-banned {
    display: block;
    }


/* email not confirmed */
.b-postform-realauth-cookieuser.b-postform-authtype-cookieuser.b-postform-user-notmail .b-postform-alert-screened,
.b-postform-realauth-cookieuser.b-postform-authtype-cookieuser.b-postform-user-notmail.b-postform-user-screened-nonf .b-postform-alert-screened,
.b-postform-realauth-cookieuser.b-postform-authtype-cookieuser.b-postform-user-notmail .b-postform-alert-logcommentips {
    display: none;
    }

.b-postform-realauth-cookieuser.b-postform-authtype-cookieuser.b-postform-user-notmail .b-postform-alert-notmail {
    display: block;
    }


/* not a friend/member */
.b-postform-authtype-anonymous.b-postform-user-friendonly .b-postform-alert-screened,
.b-postform-authtype-anonymous.b-postform-user-friendonly.b-postform-user-screened-nonf .b-postform-alert-screened,
.b-postform-authtype-anonymous.b-postform-user-friendonly .b-postform-alert-logcommentips,

.b-postform-realauth-cookieuser.b-postform-authtype-cookieuser.b-postform-user-friendonly.b-postform-user-notafriend .b-postform-alert-screened,
.b-postform-realauth-cookieuser.b-postform-authtype-cookieuser.b-postform-user-friendonly.b-postform-user-notafriend.b-postform-user-screened-nonf .b-postform-alert-screened,
.b-postform-realauth-cookieuser.b-postform-authtype-cookieuser.b-postform-user-friendonly.b-postform-user-notafriend .b-postform-alert-logcommentips,

.b-postform-realauth-facebook.b-postform-authtype-facebook.b-postform-user-friendonly.b-postform-user-notafriend .b-postform-alert-screened,
.b-postform-realauth-facebook.b-postform-authtype-facebook.b-postform-user-friendonly.b-postform-user-notafriend.b-postform-user-screened-nonf .b-postform-alert-screened,
.b-postform-realauth-facebook.b-postform-authtype-facebook.b-postform-user-friendonly.b-postform-user-notafriend .b-postform-alert-logcommentips,

.b-postform-realauth-twitter.b-postform-authtype-twitter.b-postform-user-friendonly.b-postform-user-notafriend .b-postform-alert-screened,
.b-postform-realauth-twitter.b-postform-authtype-twitter.b-postform-user-friendonly.b-postform-user-notafriend.b-postform-user-screened-nonf .b-postform-alert-screened,
.b-postform-realauth-twitter.b-postform-authtype-twitter.b-postform-user-friendonly.b-postform-user-notafriend .b-postform-alert-logcommentips,

.b-postform-realauth-google.b-postform-authtype-google.b-postform-user-friendonly.b-postform-user-notafriend .b-postform-alert-screened,
.b-postform-realauth-google.b-postform-authtype-google.b-postform-user-friendonly.b-postform-user-notafriend.b-postform-user-screened-nonf .b-postform-alert-screened,
.b-postform-realauth-google.b-postform-authtype-google.b-postform-user-friendonly.b-postform-user-notafriend .b-postform-alert-logcommentips,

.b-postform-realauth-openid.b-postform-authtype-openid.b-postform-user-friendonly.b-postform-user-notafriend .b-postform-alert-screened,
.b-postform-realauth-openid.b-postform-authtype-openid.b-postform-user-friendonly.b-postform-user-notafriend.b-postform-user-screened-nonf .b-postform-alert-screened,
.b-postform-realauth-openid.b-postform-authtype-openid.b-postform-user-friendonly.b-postform-user-notafriend .b-postform-alert-logcommentips,

.b-postform-realauth-mailru.b-postform-authtype-mailru.b-postform-user-friendonly.b-postform-user-notafriend .b-postform-alert-screened,
.b-postform-realauth-mailru.b-postform-authtype-mailru.b-postform-user-friendonly.b-postform-user-notafriend.b-postform-user-screened-nonf .b-postform-alert-screened,
.b-postform-realauth-mailru.b-postform-authtype-mailru.b-postform-user-friendonly.b-postform-user-notafriend .b-postform-alert-logcommentips,

.b-postform-realauth-vkontakte.b-postform-authtype-vkontakte.b-postform-user-friendonly.b-postform-user-notafriend .b-postform-alert-screened,
.b-postform-realauth-vkontakte.b-postform-authtype-vkontakte.b-postform-user-friendonly.b-postform-user-notafriend.b-postform-user-screened-nonf .b-postform-alert-screened,
.b-postform-realauth-vkontakte.b-postform-authtype-vkontakte.b-postform-user-friendonly.b-postform-user-notafriend .b-postform-alert-logcommentips {
    display: none;
    }

.b-postform-authtype-anonymous.b-postform-user-friendonly .b-postform-alert-notafriend,
.b-postform-authtype-anonymous.b-postform-user-notafriend .b-postform-alert-notafriend,
.b-postform-realauth-cookieuser.b-postform-authtype-cookieuser.b-postform-user-friendonly.b-postform-user-notafriend .b-postform-alert-notafriend,
.b-postform-realauth-facebook.b-postform-authtype-facebook.b-postform-user-friendonly.b-postform-user-notafriend .b-postform-alert-notafriend,
.b-postform-realauth-twitter.b-postform-authtype-twitter.b-postform-user-friendonly.b-postform-user-notafriend .b-postform-alert-notafriend,
.b-postform-realauth-google.b-postform-authtype-google.b-postform-user-friendonly.b-postform-user-notafriend .b-postform-alert-notafriend,
.b-postform-realauth-openid.b-postform-authtype-openid.b-postform-user-friendonly.b-postform-user-notafriend .b-postform-alert-notafriend,
.b-postform-realauth-mailru.b-postform-authtype-mailru.b-postform-user-friendonly.b-postform-user-notafriend .b-postform-alert-notafriend,
.b-postform-realauth-vkontakte.b-postform-authtype-vkontakte.b-postform-user-friendonly.b-postform-user-notafriend .b-postform-alert-notafriend {
    display: block;
    }


/* reg users only */
.b-postform-authtype-anonymous.b-postform-user-regonly .b-postform-alert-screened,
.b-postform-authtype-anonymous.b-postform-user-regonly.b-postform-user-screened-anon .b-postform-alert-screened,
.b-postform-realauth-anonymous.b-postform-authtype-anonymous.b-postform-user-regonly.b-postform-user-screened-anon .b-postform-alert-screened,
.b-postform-authtype-anonymous.b-postform-user-regonly.b-postform-user-screened-nonf .b-postform-alert-screened,
.b-postform-realauth-anonymous.b-postform-authtype-anonymous.b-postform-user-regonly.b-postform-user-screened-nonf .b-postform-alert-screened,
.b-postform-authtype-anonymous.b-postform-user-regonly .b-postform-alert-logcommentips,

.b-postform-realauth-cookieuser.b-postform-authtype-cookieuser.b-postform-user-notreg .b-postform-alert-screened,
.b-postform-realauth-cookieuser.b-postform-authtype-cookieuser.b-postform-user-notreg.b-postform-user-screened-nonf .b-postform-alert-screened,
.b-postform-realauth-cookieuser.b-postform-authtype-cookieuser.b-postform-user-notreg .b-postform-alert-logcommentips,

.b-postform-realauth-facebook.b-postform-authtype-facebook.b-postform-user-notreg .b-postform-alert-screened,
.b-postform-realauth-facebook.b-postform-authtype-facebook.b-postform-user-notreg.b-postform-user-screened-nonf .b-postform-alert-screened,
.b-postform-realauth-facebook.b-postform-authtype-facebook.b-postform-user-notreg .b-postform-alert-logcommentips,

.b-postform-realauth-twitter.b-postform-authtype-twitter.b-postform-user-notreg .b-postform-alert-screened,
.b-postform-realauth-twitter.b-postform-authtype-twitter.b-postform-user-notreg.b-postform-user-screened-nonf .b-postform-alert-screened,
.b-postform-realauth-twitter.b-postform-authtype-twitter.b-postform-user-notreg .b-postform-alert-logcommentips,

.b-postform-realauth-google.b-postform-authtype-google.b-postform-user-notreg .b-postform-alert-screened,
.b-postform-realauth-google.b-postform-authtype-google.b-postform-user-notreg.b-postform-user-screened-nonf .b-postform-alert-screened,
.b-postform-realauth-google.b-postform-authtype-google.b-postform-user-notreg .b-postform-alert-logcommentips,

.b-postform-realauth-openid.b-postform-authtype-openid.b-postform-user-notreg .b-postform-alert-screened,
.b-postform-realauth-openid.b-postform-authtype-openid.b-postform-user-notreg.b-postform-user-screened-nonf .b-postform-alert-screened,
.b-postform-realauth-openid.b-postform-authtype-openid.b-postform-user-notreg .b-postform-alert-logcommentips,

.b-postform-realauth-mailru.b-postform-authtype-mailru.b-postform-user-notreg .b-postform-alert-screened,
.b-postform-realauth-mailru.b-postform-authtype-mailru.b-postform-user-notreg.b-postform-user-screened-nonf .b-postform-alert-screened,
.b-postform-realauth-mailru.b-postform-authtype-mailru.b-postform-user-notreg .b-postform-alert-logcommentips,

.b-postform-realauth-vkontakte.b-postform-authtype-vkontakte.b-postform-user-notreg .b-postform-alert-screened,
.b-postform-realauth-vkontakte.b-postform-authtype-vkontakte.b-postform-user-notreg.b-postform-user-screened-nonf .b-postform-alert-screened,
.b-postform-realauth-vkontakte.b-postform-authtype-vkontakte.b-postform-user-notreg .b-postform-alert-logcommentips {
    display: none;
    }

.b-postform-authtype-anonymous.b-postform-user-regonly .b-postform-alert-regonly,
.b-postform-realauth-cookieuser.b-postform-authtype-cookieuser.b-postform-user-notreg .b-postform-alert-notreg,
.b-postform-realauth-facebook.b-postform-authtype-facebook.b-postform-user-notreg .b-postform-alert-notreg,
.b-postform-realauth-twitter.b-postform-authtype-twitter.b-postform-user-notreg .b-postform-alert-notreg,
.b-postform-realauth-google.b-postform-authtype-google.b-postform-user-notreg .b-postform-alert-notreg,
.b-postform-realauth-openid.b-postform-authtype-openid.b-postform-user-notreg .b-postform-alert-notreg,
.b-postform-realauth-mailru.b-postform-authtype-mailru.b-postform-user-notreg .b-postform-alert-notreg,
.b-postform-realauth-vkontakte.b-postform-authtype-vkontakte.b-postform-user-notreg .b-postform-alert-notreg {
    display: block;
    }


/* screening */
.b-postform-realauth-anonymous.b-postform-authtype-anonymous.b-postform-user-screened-anon .b-postform-alert-screened,
.b-postform-realauth-cookieuser.b-postform-authtype-cookieuser.b-postform-user-screened-nonf .b-postform-alert-screened,
.b-postform-realauth-facebook.b-postform-authtype-facebook.b-postform-user-screened-nonf .b-postform-alert-screened,
.b-postform-realauth-twitter.b-postform-authtype-twitter.b-postform-user-screened-nonf .b-postform-alert-screened,
.b-postform-realauth-google.b-postform-authtype-google.b-postform-user-screened-nonf .b-postform-alert-screened,
.b-postform-realauth-openid.b-postform-authtype-openid.b-postform-user-screened-nonf .b-postform-alert-screened,
.b-postform-realauth-mailru.b-postform-authtype-mailru.b-postform-user-screened-nonf .b-postform-alert-screened,
.b-postform-realauth-vkontakte.b-postform-authtype-vkontakte.b-postform-user-screened-nonf .b-postform-alert-screened,
.b-postform-user-screened-all .b-postform-alert-screened {
    display: block;
    }


/* logging ips */
.b-postform-realauth-anonymous.b-postform-authtype-anonymous.b-postform-user-logips-anon .b-postform-alert-logcommentips,
.b-postform-user-logips-all .b-postform-alert-logcommentips {
    display: block;
    }


/* alert ajax */
.b-postform-realauth-cookieuser.b-postform-authtype-cookieuser.b-postform-user-suspended .b-postform-alert-ajax,
.b-postform-realauth-facebook.b-postform-authtype-facebook.b-postform-user-suspended .b-postform-alert-ajax,
.b-postform-realauth-twitter.b-postform-authtype-twitter.b-postform-user-suspended .b-postform-alert-ajax,
.b-postform-realauth-google.b-postform-authtype-google.b-postform-user-suspended .b-postform-alert-ajax,
.b-postform-realauth-openid.b-postform-authtype-openid.b-postform-user-suspended .b-postform-alert-ajax,
.b-postform-realauth-mailru.b-postform-authtype-mailru.b-postform-user-suspended .b-postform-alert-ajax,
.b-postform-realauth-vkontakte.b-postform-authtype-vkontakte.b-postform-user-suspended .b-postform-alert-ajax,

.b-postform-realauth-cookieuser.b-postform-authtype-cookieuser.b-postform-user-deleted .b-postform-alert-ajax,
.b-postform-realauth-facebook.b-postform-authtype-facebook.b-postform-user-deleted .b-postform-alert-ajax,
.b-postform-realauth-twitter.b-postform-authtype-twitter.b-postform-user-deleted .b-postform-alert-ajax,
.b-postform-realauth-google.b-postform-authtype-google.b-postform-user-deleted .b-postform-alert-ajax,
.b-postform-realauth-openid.b-postform-authtype-openid.b-postform-user-deleted .b-postform-alert-ajax,
.b-postform-realauth-mailru.b-postform-authtype-mailru.b-postform-user-deleted .b-postform-alert-ajax,
.b-postform-realauth-vkontakte.b-postform-authtype-vkontakte.b-postform-user-deleted .b-postform-alert-ajax,

.b-postform-realauth-cookieuser.b-postform-authtype-cookieuser.b-postform-user-banned .b-postform-alert-ajax,
.b-postform-realauth-facebook.b-postform-authtype-facebook.b-postform-user-banned .b-postform-alert-ajax,
.b-postform-realauth-twitter.b-postform-authtype-twitter.b-postform-user-banned .b-postform-alert-ajax,
.b-postform-realauth-google.b-postform-authtype-google.b-postform-user-banned .b-postform-alert-ajax,
.b-postform-realauth-openid.b-postform-authtype-openid.b-postform-user-banned .b-postform-alert-ajax,
.b-postform-realauth-mailru.b-postform-authtype-mailru.b-postform-user-banned .b-postform-alert-ajax,
.b-postform-realauth-vkontakte.b-postform-authtype-vkontakte.b-postform-user-banned .b-postform-alert-ajax,

.b-postform-realauth-cookieuser.b-postform-authtype-cookieuser.b-postform-user-notafriend .b-postform-alert-ajax,
.b-postform-realauth-facebook.b-postform-authtype-facebook.b-postform-user-notafriend .b-postform-alert-ajax,
.b-postform-realauth-twitter.b-postform-authtype-twitter.b-postform-user-notafriend .b-postform-alert-ajax,
.b-postform-realauth-google.b-postform-authtype-google.b-postform-user-notafriend .b-postform-alert-ajax,
.b-postform-realauth-openid.b-postform-authtype-openid.b-postform-user-notafriend .b-postform-alert-ajax,
.b-postform-realauth-mailru.b-postform-authtype-mailru.b-postform-user-notafriend .b-postform-alert-ajax,
.b-postform-realauth-vkontakte.b-postform-authtype-vkontakte.b-postform-user-notafriend .b-postform-alert-ajax,

.b-postform-realauth-cookieuser.b-postform-authtype-cookieuser.b-postform-user-notreg .b-postform-alert-ajax,
.b-postform-realauth-facebook.b-postform-authtype-facebook.b-postform-user-notreg .b-postform-alert-ajax,
.b-postform-realauth-twitter.b-postform-authtype-twitter.b-postform-user-notreg .b-postform-alert-ajax,
.b-postform-realauth-google.b-postform-authtype-google.b-postform-user-notreg .b-postform-alert-ajax,
.b-postform-realauth-openid.b-postform-authtype-openid.b-postform-user-notreg .b-postform-alert-ajax,
.b-postform-realauth-mailru.b-postform-authtype-mailru.b-postform-user-notreg .b-postform-alert-ajax,
.b-postform-realauth-vkontakte.b-postform-authtype-vkontakte.b-postform-user-notreg .b-postform-alert-ajax,

.b-postform-authtype-anonymous.b-postform-user-friendonly .b-postform-alert-ajax,

.b-postform-authtype-anonymous.b-postform-user-regonly .b-postform-alert-ajax {
    display: none;
    }

/* talkpost_do.bml page */
.b-postform-realauth-anonymous.b-postform-authtype-anonymous .b-postform-alert-errors,
.b-postform-realauth-cookieuser.b-postform-authtype-cookieuser .b-postform-alert-errors,
.b-postform-realauth-facebook.b-postform-authtype-facebook .b-postform-alert-errors,
.b-postform-realauth-twitter.b-postform-authtype-twitter .b-postform-alert-errors,
.b-postform-realauth-google.b-postform-authtype-google .b-postform-alert-errors,
.b-postform-realauth-openid.b-postform-authtype-openid .b-postform-alert-errors,
.b-postform-realauth-mailru.b-postform-authtype-mailru .b-postform-alert-errors,
.b-postform-realauth-vkontakte.b-postform-authtype-vkontakte .b-postform-alert-errors {
    display: block;
    }


.b-postform-captchabox {
    display: none;
    }
.b-postform-captchabox-active {
    display: table-row;
    *display: block;
    }
    .b-postform-captchabox-active #captcha-container {
        background: url(/img/preloader-s.gif?v=9673) no-repeat 5px 50%;
        }


.b-postform-login-label {
    margin: 0;
    padding: 2px 0;
    text-align: right;
    vertical-align: top;
    }
.b-postform-login-wrapper {
    margin: 0;
    padding: 0;
    text-align: left;
    vertical-align: top;
    }
.b-postform-login {
    overflow: visible;
    position: static;
    display: block;
    width: auto;
    height: auto;
    margin: 0 0 5px;
    padding: 0;
    zoom: 1;
    }
.b-postform-login:before,
.b-postform-login:after {
    content: ".";
    display: block;
    height: 0;
    overflow: hidden;
    }
.b-postform-login:after {
    clear: both;
    }
.b-postform-ljedit {
    margin: 0;
    }
    .b-postform-login-services {
        display: none;
        }
    #js .b-postform-login-services {
        position: relative;
        float: left;
        display: block;
        width: 47px;
        height: 26px;
        margin: 1px 0 0;
        padding: 0;
        border: 1px solid transparent;
        border-width: 1px 1px 0;
        -moz-border-radius-topleft: 5px;
        -moz-border-radius-topright: 5px;
        border-top-left-radius: 5px;
        border-top-right-radius: 5px;
        background: transparent;
        z-index: 99;
        }
    #js .b-postform-login-services-show {
        border-color: #CCC;
        background: #FFF;
        }
        BODY .b-postform-login-services-current:link,
        BODY .b-postform-login-services-current:visited,
        BODY .b-postform-login-services-current:hover,
        BODY .b-postform-login-services-current:active {
            position: absolute !important;
            top: 1px !important;
            left: 2px !important;
            display: block !important;
            float: none !important;
            width: 43px !important;
            height: 20px !important;
            margin: 0 !important;
            padding: 0 !important;
            border: 0 !important;
            background: #FFF url(/img/showmore-login.gif?v=11457) no-repeat 26px 2px !important;
            cursor: pointer !important;
            text-align: left !important;
            text-decoration: none !important;
            z-index: 999;
            }
        .b-postform-login-services-current:focus {
            outline: 1px dotted #000;
            }
        BODY .b-postform-login-services-show .b-postform-login-services-current:link,
        BODY .b-postform-login-services-show .b-postform-login-services-current:visited,
        BODY .b-postform-login-services-show .b-postform-login-services-current:hover,
        BODY .b-postform-login-services-show .b-postform-login-services-current:active {
            left: 0 !important;
            width: 47px !important;
            height: 26px !important;
            background: #FFF url(/img/showmore-login.gif?v=11457) no-repeat 28px 2px !important;
            outline: 0;
            }
            .b-postform-login-services-current-pic {
                position: absolute !important;
                top: 0;
                left: -1px;
                display: block !important;
                float: none !important;
                width: 17px !important;
                height: 16px !important;
                padding: 1px 20px 1px 6px !important;
                border: 1px solid #8A8A8A !important;
                -moz-border-radius: 3px !important;
                border-radius: 3px !important;
                background-color: transparent;
                background-image: url(/img/pencil.gif?v=2135);
                background-repeat: no-repeat;
                background-position: 6px 1px;
                }
            .b-postform-login-services-show .b-postform-login-services-current-pic {
                left: 1px;
                }
            .b-postform-authtype-anonymous .b-postform-login-services-current-pic {
                background-image: url(/img/anonymous.gif?v=5110);
                }
            .b-postform-authtype-cookieuser .b-postform-login-services-current-pic {
                background-image: url(/img/userinfo.gif?v=52588);
                }
            .b-postform-authtype-cookieuser .b-postform-login-services-current-pic {
                background-image: url(/img/userinfo.gif?v=52588);
                }
            .b-postform-authtype-facebook .b-postform-login-services-current-pic {
                background-image: url(/img/icons/facebook-16.png?v=29916);
                }
            .b-postform-authtype-twitter .b-postform-login-services-current-pic {
                background-image: url(/img/icons/twitter-16.png?v=29916);
                }
            .b-postform-authtype-google .b-postform-login-services-current-pic {
                background-image: url(/img/icons/google-16.png?v=35137);
                }
            .b-postform-authtype-openid .b-postform-login-services-current-pic {
                background-image: url(/img/icons/openid-16.gif?v=17127);
                }
            .b-postform-authtype-mailru .b-postform-login-services-current-pic {
                background-image: url(/img/icons/mailru-16.gif?v=11910);
                }
            .b-postform-authtype-vkontakte .b-postform-login-services-current-pic {
                background-image: url(/img/icons/vkontakte-16.png?v=29916);
                }
        .b-postform-login-services-items {
            position: absolute;
            top: 26px;
            left: 0;
            display: block;
            width: auto;
            height: auto;
            margin: 0;
            padding: 0;
            border: 0;
            -moz-border-radius: 0;
            border-radius: 0;
            font: 11px Arial,sans-serif;
            white-space: nowrap;
            z-index: 998;
            }
        .b-postform-login-services-show .b-postform-login-services-items {
            position: absolute;
            top: 25px;
            left: -1px;
            display: block;
            width: auto;
            height: auto;
            margin: 0;
            padding: 3px 5px;
            border: 1px solid #CCC;
            -moz-border-radius: 5px;
            -moz-border-radius-topleft: 0;
            border-radius: 5px;
            border-top-left-radius: 0;
            background: #FFF !important;
            color: #222 !important;
            font: 11px Arial,sans-serif;
            white-space: nowrap;
            z-index: 998;
            }
            .b-postform-login-services-item {
                position: static;
                display: none;
                width: auto;
                height: auto;
                margin: 0;
                padding: 0;
                }
            .b-postform-login-services-show .b-postform-login-services-item {
                display: block;
                }
                BODY .b-postform-login-services-item A:link,
                BODY .b-postform-login-services-item A:visited {
                    display: block;
                    width: auto;
                    height: auto;
                    margin: 0;
                    padding: 3px 7px 3px 3px;
                    -moz-border-radius: 3px;
                    border-radius: 3px;
                    border: 0;
                    background: #FFF;
                    font-weight: normal;
                    color: #222 !important;
                    text-decoration: none !important;
                    }
                BODY .b-postform-login-services-item A:hover,
                BODY .b-postform-login-services-item A:active,
                BODY .b-postform-login-services-item A:focus {
                    display: block;
                    width: auto;
                    height: auto;
                    margin: 0;
                    padding: 3px 7px 3px 3px;
                    -moz-border-radius: 3px;
                    border-radius: 3px;
                    border: 0;
                    background: #C5E1F7;
                    font-weight: normal;
                    color: #222 !important;
                    text-decoration: none !important;
                    }
                    .b-postform-login-services-item IMG {
                        position: static !important;
                        width: auto;
                        height: auto;
                        margin: 0 5px 0 0 !important;
                        padding: 0 !important;
                        vertical-align: -4px;
                        border: 0 !important;
                        }
    .b-postform-login-details {
        position: static;
        float: none;
        display: block;
        width: auto;
        height: auto;
        margin: 0;
        padding: 0;
        font: 12px/1.1 Arial,sans-serif;
        z-index: 98;
        }
    #js .b-postform-login-details {
        margin: 0 0 0 55px;
        }
        #js .b-postform-login-item {
            display: none;
            position: static;
            width: auto;
            height: auto;
            margin: 0;
            padding: 0;
            }
        #js .b-postform-authtype-anonymous .b-postform-login-anonymous,
        #js .b-postform-authtype-user .b-postform-login-user,
        #js .b-postform-authtype-cookieuser .b-postform-login-cookieuser,
        #js .b-postform-authtype-facebook .b-postform-login-facebook,
        #js .b-postform-authtype-twitter .b-postform-login-twitter,
        #js .b-postform-authtype-google .b-postform-login-google,
        #js .b-postform-authtype-openid .b-postform-login-openid,
        #js .b-postform-authtype-mailru .b-postform-login-mailru,
        #js .b-postform-authtype-vkontakte .b-postform-login-vkontakte,
        #js .b-postform-authtype-ljedit .b-postform-login-ljedit {
            display: block;
            }
            #js .b-postform-login-item .b-postform-login-radio,
            #js .b-postform-login-item .b-postform-login-service {
                display: none;
                }
            #js .b-postform-authtype-anonymous .b-postform-login-item,
            #js .b-postform-realauth-cookieuser.b-postform-authtype-cookieuser .b-postform-login-item,
            #js .b-postform-realauth-facebook.b-postform-authtype-facebook .b-postform-login-item,
            #js .b-postform-realauth-twitter.b-postform-authtype-twitter .b-postform-login-item,
            #js .b-postform-realauth-google.b-postform-authtype-google .b-postform-login-item,
            #js .b-postform-realauth-openid.b-postform-authtype-openid .b-postform-login-item,
            #js .b-postform-realauth-mailru.b-postform-authtype-mailru .b-postform-login-item,
            #js .b-postform-realauth-vkontakte.b-postform-authtype-vkontakte .b-postform-login-item {
                padding: 7px 0 0;
                }
            #js .b-postform-realauth-cookieuser.b-postform-authtype-cookieuser.b-postform-user-deleted .b-postform-login-cookieuser I,
            #js .b-postform-realauth-facebook.b-postform-authtype-facebook.b-postform-user-deleted .b-postform-login-username,
            #js .b-postform-realauth-twitter.b-postform-authtype-twitter.b-postform-user-deleted .b-postform-login-username,
            #js .b-postform-realauth-google.b-postform-authtype-google.b-postform-user-deleted .b-postform-login-username,
            #js .b-postform-realauth-openid.b-postform-authtype-openid.b-postform-user-deleted .b-postform-login-username,
            #js .b-postform-realauth-mailru.b-postform-authtype-mailru.b-postform-user-deleted .b-postform-login-username,
            #js .b-postform-realauth-vkontakte.b-postform-authtype-vkontakte.b-postform-user-deleted .b-postform-login-username,
            #js .b-postform-realauth-cookieuser.b-postform-authtype-cookieuser.b-postform-user-suspended .b-postform-login-cookieuser I,
            #js .b-postform-realauth-facebook.b-postform-authtype-facebook.b-postform-user-suspended .b-postform-login-username,
            #js .b-postform-realauth-twitter.b-postform-authtype-twitter.b-postform-user-suspended .b-postform-login-username,
            #js .b-postform-realauth-google.b-postform-authtype-google.b-postform-user-suspended .b-postform-login-username,
            #js .b-postform-realauth-openid.b-postform-authtype-openid.b-postform-user-suspended .b-postform-login-username,
            #js .b-postform-realauth-mailru.b-postform-authtype-mailru.b-postform-user-suspended .b-postform-login-username,
            #js .b-postform-realauth-vkontakte.b-postform-authtype-vkontakte.b-postform-user-suspended .b-postform-login-username {
                text-decoration: line-through;
                }
            .b-postform-login-item .i-bubble {
                padding: 6px 8px;
                font: 11px/1.1 Arial,sans-serif;
                color: #222;
                }
                .b-postform-login-item .i-bubble-arrow,
                .b-postform-login-item .i-bubble-arrow-border {
                    margin: -6px 0 0;
                    }
/* Svg in helpicon
--------------------------- */
.commentform {
    margin-top: 30px;
    margin-bottom: 30px;
    }
/* Svg in helpicon
--------------------------- */
.commentform .svgicon {
    display: none;
    }
/* Picture select
--------------------------- */
.commentform-login-picture {
    white-space: nowrap;
    }
    .commentform-select-picture {
        max-width: 120px;
        margin-bottom: 5px;
        }
/* Commentform options
--------------------------- */
.commentform-options {
    float: left;
    width: 100%;
    margin: 5px 0 0;
    }
    .commentform-options-item {
        list-style-type: none;
        }
    .commentform-options-noautoformat {
        float: left;
        width: 75%;
        }
    .commentform-options-quote {
        float: right;
        width: 20%;
        text-align: right;
        }
/* Commentform text
--------------------------- */
.textbox-commenttext {
    margin-top: 5px;
    }
/* Commentform buttons
--------------------------- */
.commentform-spellcheck {
    margin-left: 5px;
    }
/* Repost comments (Social)
--------------------------- */
.b-repost-items {
    position: relative;
    margin: 10px 0;
    }
#postform .b-repost-items {
    margin: 0;
    }
    .b-repost-item {
        margin: 0 0 5px !important;
        text-align: left !important;
        }
    #entry-form-wrapper .b-repost-item-dis,
    #entry-form-wrapper .b-repost-item-dis A:link,
    #entry-form-wrapper .b-repost-item-dis A:visited,
    #entry-form-wrapper .b-repost-item-dis A:hover,
    #entry-form-wrapper .b-repost-item-dis A:active,
    .b-repost-item .repost_disabled {
        color: #CCC;
        }
    #entry-form-wrapper .b-repost-item {
        display: inline;
        }
        .b-repost-item IMG {
            vertical-align: -3px;
            }

/* Choose Facebook Repost Pic
--------------------------- */
/* Must be removed after implementation of Framework! */
.b-repost-pics {
    display: none;
    position: absolute;
    top: -150px;
    left: 72px;
    height: 117px;
    padding: 27px 4px 0;
    z-index: 99;
    }
#postform .b-repost-pics {
    left: -22px;
    }
    .b-repost-pics-bg,
    .b-repost-pics-l,
    .b-repost-pics-r,
    .b-repost-pics-arr {
        display: block;
        position: absolute;
        overflow: hidden;
        margin: 0;
        padding: 0;
        font: 0/0 serif;
        }
    .b-repost-pics-bg {
        top: 0;
        left: 0;
        width: 100%;
        height: 144px;
        background: #FFF url(/img/repost/pics-bg.png?v=9861) repeat 0 0;
        }
    .b-repost-pics-l {
        top: 0;
        left: -9px;
        width: 9px;
        height: 144px;
        background: url(/img/repost/pics-l.png?v=9859) repeat 0 0;
        }
    .b-repost-pics-r {
        top: 0;
        right: -9px;
        width: 9px;
        height: 144px;
        background: url(/img/repost/pics-r.png?v=9859) repeat 0 0;
        }
    .b-repost-pics-arr {
        top: 138px;
        left: 160px;
        width: 13px;
        height: 13px;
        background: url(/img/repost/pics-arr.png?v=9859) repeat 0 0;
        }
    .b-repost-pics-head,
    #updateForm .b-repost-pics-head {
        position: absolute;
        top: 8px;
        left: 4px;
        margin: 0;
        padding: 0;
        font-weight: bold;
        font-size: 12px;
        }
    .b-repost-nav,
    #updateForm .b-repost-nav {
        position: absolute;
        top: 8px;
        right: 4px;
        margin: 0;
        padding: 0;
        line-height: 11px;
        font-size: 11px;
        }
        .i-repost-nav-first,
        .i-repost-nav-last,
        .i-repost-nav-prev,
        .i-repost-nav-next {
            overflow: hidden;
            display: inline-block;
            width: 16px;
            height: 16px;
            margin: 0;
            padding: 0;
            vertical-align: -4px;
            background-image: url(/img/arrow-spotlight.gif?v=16423);
            background-repeat: no-repeat;
            font: 0/0 serif;
            cursor: pointer;
            }
        .i-repost-nav-first {
            margin: 0 5px 0 0;
            background-position: 0 -32px;
            }
        .i-repost-nav-first-dis {
            background-position: 0 -48px;
            cursor: default;
            }
        .i-repost-nav-last {
            margin: 0 0 0 5px;
            background-position: -16px -32px;
            }
        .i-repost-nav-last-dis {
            background-position: -16px -48px;
            cursor: default;
            }
        .i-repost-nav-prev {
            margin: 0 5px 0 0;
            background-position: 0 0;
            }
        .i-repost-nav-prev-dis {
            background-position: 0 -16px;
            cursor: default;
            }
        .i-repost-nav-next {
            margin: 0 0 0 5px;
            background-position: -16px 0;
            }
        .i-repost-nav-next-dis {
            background-position: -16px -16px;
            cursor: default;
            }
    .b-repost-pics-wrapper {
        position: relative;
        overflow: hidden;
        min-width: 222px;
        max-width: 454px;
        height: 106px;
        }
    .b-repost-pics-items,
    #updateForm .b-repost-pics-items {
        position: relative;
        width: 9999px;
        height: 106px;
        margin: 0 0 0 -10px;
        padding: 0;
        list-style: none;
        }
        .b-repost-pics-items SPAN,
        #updateForm .b-repost-pics-items SPAN {
            display: block;
            overflow: hidden;
            position: relative;
            float: left;
            width: 96px;
            height: 96px;
            margin: 0 0 0 10px;
            padding: 5px;
            list-style: none;
            text-align: center;
            background: url(/img/repost/pics-frame.gif?v=9859) no-repeat 0 0;
            cursor: pointer;
            }
        .b-repost-pics-items SPAN.b-repost-pics-no,
        #updateForm .b-repost-pics-items SPAN.b-repost-pics-no {
            color: #999;
            }
        .b-repost-pics-items SPAN:hover,
        #updateForm .b-repost-pics-items SPAN:hover,
        .b-repost-pics-items SPAN.b-repost-pics-active,
        #updateForm .b-repost-pics-items SPAN.b-repost-pics-active {
            background: url(/img/repost/pics-aframe.gif?v=9960) no-repeat 0 0;
            }
            .b-repost-pics-no EM {
                position: absolute;
                top: 50%;
                left: 0;
                width: 106px;
                height: 15px;
                margin: -7px 0 0;
                text-align: center;
                font-style: normal;
                }
            .b-repost-pics-items SPAN IMG {
                max-width: 96px;
                max-height: 96px;
                }

/* Style for comments in Dystopia, format=light and others. */
.talk-comment-head {
    overflow: hidden;
    padding:1px 0;
    }

.i-exp-preloader {
    margin: 0 0 0 5px;
    }



/* Native Sharing */
.b-sharethis {
    margin: 0;
    padding: 0;
    list-style: none;
    color: #000;
    text-align: left;
    font: 15px/1.1 Arial,sans-serif;
    }
    .b-sharethis-head {
        margin: 0 0 5px;
        padding: 0;
        font: bold 15px/1.1 Arial,sans-serif;
        background: #FFF;
        color: #000;
        }
    .b-sharethis-services {
        margin: 0;
        padding: 0;
        list-style: none;
        background: transparent;
        color: #000;
        }
        .b-sharethis-services SPAN {
            display: block;
            margin: 0 0 0 -5px;
            padding: 0;
            }
            .b-sharethis-services A:link,
            .b-sharethis-services A:visited {
                display: inline-block;
                margin: 0;
                padding: 5px 5px 5px 25px;
                text-decoration: none !important;
                border: 1px solid transparent;
                border-radius: 3px;
                background-color: transparent;
                background-image: url(/img/icons/sharethis.png?v=36067);
                background-position: 0 0;
                background-repeat: no-repeat;
                color: #000 !important;
                }
            .b-sharethis-services A:hover,
            .b-sharethis-services A:active {
                border: 1px solid #CCC;
                background-color: #F5F5F5;
                }
            .b-sharethis-services .b-sharethis-livejournal A {
                background-position: 5px 4px;
                }
            .b-sharethis-services .b-sharethis-facebook A {
                background-position: 5px -44px;
                }
            .b-sharethis-services .b-sharethis-twitter A {
                background-position: 5px -92px;
                }
            .b-sharethis-services .b-sharethis-digg A {
                background-position: 5px -140px;
                }
            .b-sharethis-services .b-sharethis-tumblr A {
                background-position: 5px -188px;
                }
            .b-sharethis-services .b-sharethis-stumbleupon A {
                background-position: 5px -236px;
                }
            .b-sharethis-services .b-sharethis-email A {
                background-position: 5px -283px;
                }
            .b-sharethis-services .b-sharethis-vkontakte A {
                background-position: 5px -332px;
                }
            .b-sharethis-services .b-sharethis-odnoklassniki A {
                background-position: 5px -380px;
                }
            .b-sharethis-services .b-sharethis-moimir A {
                background-position: 5px -428px;
                }

            .b-sharethis-v4 .b-sharethis-services {
                padding: 4px 0 0 6px;
                }
            .b-sharethis-v4 .b-sharethis-services A {
                padding-bottom: 2px;
                padding-left: 30px;
                background-image: none;
                }
            .b-sharethis-v4 .b-sharethis-services A:hover,
            .b-sharethis-v4 .b-sharethis-services A:active {
                border: 1px solid transparent;
                background: none;
                }
            .b-sharethis-v4 .b-sharethis-services SPAN {
                position: relative;
                margin-bottom: 6px;
                }
            .b-sharethis-v4 .b-sharethis-services SPAN I {
                content: '';
                position: absolute;
                top: 0;
                left: 0;
                display: block;
                width: 26px;
                height: 26px;
                border: 1px solid #C0C0C0;
                background-repeat: no-repeat;
                }
            .b-sharethis-v4 .b-sharethis-services SPAN I {
                background-color: #fff;
                background-image: url(/img/icons/flatsocial_v4_26.svg?v=57957) !important;
                }
            .lt-ie9 .b-sharethis-v4 .b-sharethis-services SPAN I {
                background-image: url(/img/icons/flatsocial_v4_26.png?v=57957) !important;
                }
            doesnotexist:-o-prefocus,
            .b-sharethis-v4 .b-sharethis-services SPAN I {
                background-image: url(/img/icons/flatsocial_v4_26.png?v=57957) !important;
                }
            .b-sharethis-v4 .b-sharethis-services .b-sharethis-livejournal I {
                background-position: 1px 2px;
                }
            .b-sharethis-v4 .b-sharethis-services .b-sharethis-facebook I {
                background-position: 1px -136px;
                }
            .b-sharethis-v4 .b-sharethis-services .b-sharethis-twitter I {
                background-position: 2px -206px;
                }
            .b-sharethis-v4 .b-sharethis-services .b-sharethis-digg I {
                background-position: 1px -310px;
                }
            .b-sharethis-v4 .b-sharethis-services .b-sharethis-tumblr I {
                background-position: 1px -276px;
                }
            .b-sharethis-v4 .b-sharethis-services .b-sharethis-stumbleupon I {
                background-position: 1px -415px;
                }
            .b-sharethis-v4 .b-sharethis-services .b-sharethis-email I {
                background-position: 1px -380px;
                }
            .b-sharethis-v4 .b-sharethis-services .b-sharethis-vkontakte I {
                background-position: 1px -171px;
                }
            .b-sharethis-v4 .b-sharethis-services .b-sharethis-odnoklassniki I {
                background-position: 1px -102px;
                }
            .b-sharethis-v4 .b-sharethis-services .b-sharethis-moimir I {
                background-position: 1px -345px;
                }
            .b-sharethis-v4 .b-sharethis-services .b-sharethis-share I {
                background-position: 1px -450px;
                }
            .b-sharethis-v4 .b-sharethis-services .b-sharethis-openid I {
                background-position: 2px -485px;
                }
            .b-sharethis-v4 .b-sharethis-services .b-sharethis-surfingbird I {
                background-position: 1px -67px;
                }
            .b-sharethis-v4 .b-sharethis-services .b-sharethis-google I {
                background-position: 2px -241px;
                }
            .b-sharethis-v4 .b-sharethis-services .b-sharethis-viber I {
                background-position: 0 -522px;
                }
            .b-sharethis-v4 .b-sharethis-livejournal A:hover + I {
                border-color: #248FCE;
                background-color: #248FCE;
                background-position: -34px 2px;
                }
            .b-sharethis-v4 .b-sharethis-facebook A:hover + I {
                border-color: #2A438B;
                background-color: #2A438B;
                background-position: -34px -136px;
                }
            .b-sharethis-v4 .b-sharethis-twitter A:hover + I {
                border-color: #60B7E6;
                background-color: #60B7E6;
                background-position: -33px -206px;
                }
            .b-sharethis-v4 .b-sharethis-digg A:hover + I {
                border-color: #000;
                background-color: #000;
                background-position: -34px -310px;
                }
            .b-sharethis-v4 .b-sharethis-tumblr A:hover + I {
                border-color: #29344A;
                background-color: #29344A;
                background-position: -34px -276px;
                }
            .b-sharethis-v4 .b-sharethis-stumbleupon A:hover + I {
                border-color: #EB4924;
                background-color: #EB4924;
                background-position: -34px -415px;
                }
            .b-sharethis-v4 .b-sharethis-email A:hover + I {
                border-color: #007399;
                background-color: #007399;
                background-position: -34px -380px;
                }
            .b-sharethis-v4 .b-sharethis-vkontakte A:hover + I {
                border-color: #3B5F8E;
                background-color: #3B5F8E;
                background-position: -34px -171px;
                }
            .b-sharethis-v4 .b-sharethis-odnoklassniki A:hover + I {
                border-color: #ED6C23;
                background-color: #ED6C23;
                background-position: -34px -102px;
                }
            .b-sharethis-v4 .b-sharethis-moimir A:hover + I {
                border-color: #168DE2;
                background-color: #168DE2;
                background-position: -34px -345px;
                }
            .b-sharethis-v4 .b-sharethis-share A:hover + I {
                border-color: #007399;
                background-color: #007399;
                background-position: -34px -450px;
                }
            .b-sharethis-v4 .b-sharethis-openid A:hover + I {
                border-color: #F69320;
                background-color: #F69320;
                background-position: -33px -485px;
                }
            .b-sharethis-v4 .b-sharethis-surfingbird A:hover + I {
                border-color: #26AFF5;
                background-color: #26AFF5;
                background-position: -34px -67px;
                }
            .b-sharethis-v4 .b-sharethis-google A:hover + I {
                border-color: #EA4335;
                background-color: #EA4335;
                background-position: -33px -241px;
                }
            .b-sharethis-v4 .b-sharethis-viber A:hover + I {
                border-color: #7B519D;
                background-color: #7B519D;
                background-position: -35px -522px;
                }

    /* angular version */
    .b-sharethis-services-v3,
    .b-sharethis-services-v4 {
        color: #242F33;
        }
        .b-sharethis-services-v3 .b-sharethis-services-item,
        .b-sharethis-services-v4 .b-sharethis-services-item {
            display: block;
            margin: 0 0 0 -5px;
            padding: 0;
            }
            .b-sharethis-services-v3 .b-sharethis-services-link,
            .b-sharethis-services-v3 .b-sharethis-services-link:link,
            .b-sharethis-services-v3 .b-sharethis-services-link:visited,
            .b-sharethis-services-v3 .b-sharethis-services-link:hover,
            .b-sharethis-services-v3 .b-sharethis-services-link:active,
            .b-sharethis-services-v4 .b-sharethis-services-link,
            .b-sharethis-services-v4 .b-sharethis-services-link:link,
            .b-sharethis-services-v4 .b-sharethis-services-link:visited,
            .b-sharethis-services-v4 .b-sharethis-services-link:hover,
            .b-sharethis-services-v4 .b-sharethis-services-link:active {
                position: relative;
                display: block;
                margin: 0;
                padding: 5px 5px 5px 30px;
                border: 0;
                border-radius: 0;
                background: none;
                color: #242F33 !important;
                }
            .b-sharethis-services-v4 .b-sharethis-services-link,
            .b-sharethis-services-v4 .b-sharethis-services-link:link,
            .b-sharethis-services-v4 .b-sharethis-services-link:visited,
            .b-sharethis-services-v4 .b-sharethis-services-link:hover,
            .b-sharethis-services-v4 .b-sharethis-services-link:active {
                padding: 8px 5px 8px 40px;
                }
            .b-sharethis-services-v3 .b-sharethis-services-link:hover,
            .b-sharethis-services-v3 .b-sharethis-services-link:active,
            .b-sharethis-services-v4 .b-sharethis-services-link:hover,
            .b-sharethis-services-v4 .b-sharethis-services-link:active {
                background-color: #C8E6FF;
                }
            .b-sharethis-services-v3 .b-sharethis-services-link:after,
            .b-sharethis-services-v4 .b-sharethis-services-link:after {
                content: " ";
                position: absolute;
                top: 5px;
                left: 5px;
                width: 20px;
                height: 20px;
                margin: 0;
                padding: 0;
                border: 0;
                background: url(/img/icons/flatsocial_20.svg?v=44322) no-repeat 0 0;
                font: 0/0 a;
                cursor: pointer;
                }
            .b-sharethis-services-v4 .b-sharethis-services-link:after {
                width: 26px;
                height: 26px;
                border: 1px solid #C0C0C0;
                border-radius: 2px;
                background: #fff url(/img/icons/flatsocial_v4_26.svg?v=57957) no-repeat 0 0;
                }
            /* ie8 hack */
            .lt-ie9 .b-sharethis-services-v3 .b-sharethis-services-link:after {
                background-image: url(/img/icons/flatsocial_20.png?v=44322);
                }
            .lt-ie9 .b-sharethis-services-v4 .b-sharethis-services-link:after {
                background-image: url(/img/icons/flatsocial_v4_26.png?v=57957);
                }
            /* opera-mini svg hack */
            doesnotexist:-o-prefocus,
            .b-sharethis-services-v3 .b-sharethis-services-link:after {
                background-image: url(/img/icons/flatsocial_20.png?v=44322);
                }
            doesnotexist:-o-prefocus,
            .b-sharethis-services-v4 .b-sharethis-services-link:after {
                background-image: url(/img/icons/flatsocial_v4_26.png?v=57957);
                }
            /* 4. lj */
            .b-sharethis-services-v3 .b-sharethis-livejournal .b-sharethis-services-link:after {
                background-position: -5px -95px;
                }
            /* 2. facebook */
            .b-sharethis-services-v3 .b-sharethis-facebook .b-sharethis-services-link:after {
                background-position: -5px -35px;
                }
            /* 12. twitter */
            .b-sharethis-services-v3 .b-sharethis-twitter .b-sharethis-services-link:after {
                background-position: -5px -335px;
                }
            /* 1. digg */
            .b-sharethis-services-v3 .b-sharethis-digg .b-sharethis-services-link:after {
                background-position: -5px -5px;
                }
            /* 11. tumblr */
            .b-sharethis-services-v3 .b-sharethis-tumblr .b-sharethis-services-link:after {
                background-position: -5px -305px;
                }
            /* 10. stumbleupon */
            .b-sharethis-services-v3 .b-sharethis-stumbleupon .b-sharethis-services-link:after {
                background-position: -5px -275px;
                }
            /* 5. email */
            .b-sharethis-services-v3 .b-sharethis-email .b-sharethis-services-link:after {
                background-position: -5px -125px;
                }
            /* 13. vk */
            .b-sharethis-services-v3 .b-sharethis-vkontakte .b-sharethis-services-link:after {
                background-position: -5px -365px;
                }
            /* 7. ok */
            .b-sharethis-services-v3 .b-sharethis-odnoklassniki .b-sharethis-services-link:after {
                background-position: -5px -185px;
                }
            /* 6. moimir */
            .b-sharethis-services-v3 .b-sharethis-moimir .b-sharethis-services-link:after {
                background-position: -5px -155px;
                }
            /* 3. google+ */
            .b-sharethis-services-v3 .b-sharethis-google .b-sharethis-services-link:after {
                background-position: -5px -65px;
                }
            /* 8. sufringbird */
            .b-sharethis-services-v3 .b-sharethis-sf .b-sharethis-services-link:after {
                background-position: -5px -215px;
                }
            /* 9. share */
            .b-sharethis-services-v3 .b-sharethis-share .b-sharethis-services-link:after {
                background-position: -5px -245px;
                }

            /* icons for version 4 */
            /* lj */
            .b-sharethis-services-v4 .b-sharethis-livejournal .b-sharethis-services-link:after {
                background-position: 1px 2px;
                }
            /* facebook */
            .b-sharethis-services-v4 .b-sharethis-facebook .b-sharethis-services-link:after {
                background-position: 1px -136px;
                }
            /* twitter */
            .b-sharethis-services-v4 .b-sharethis-twitter .b-sharethis-services-link:after {
                background-position: 2px -206px;
                }
            /* digg */
            .b-sharethis-services-v4 .b-sharethis-digg .b-sharethis-services-link:after {
                background-position: 1px -310px;
                }
            /* tumblr */
            .b-sharethis-services-v4 .b-sharethis-tumblr .b-sharethis-services-link:after {
                background-position: 1px -276px;
                }
            /* stumbleupon */
            .b-sharethis-services-v4 .b-sharethis-stumbleupon .b-sharethis-services-link:after {
                background-position: 1px -415px;
                }
            /* email */
            .b-sharethis-services-v4 .b-sharethis-email .b-sharethis-services-link:after {
                background-position: 1px -380px;
                }
            /* vk */
            .b-sharethis-services-v4 .b-sharethis-vkontakte .b-sharethis-services-link:after {
                background-position: 1px -171px;
                }
            /* ok */
            .b-sharethis-services-v4 .b-sharethis-odnoklassniki .b-sharethis-services-link:after {
                background-position: 1px -102px;
                }
            /* moimir */
            .b-sharethis-services-v4 .b-sharethis-moimir .b-sharethis-services-link:after {
                background-position: 1px -345px;
                }
            /* google+ */
            .b-sharethis-services-v4 .b-sharethis-google .b-sharethis-services-link:after {
                background-position: 2px -241px;
                }
            /* sufringbird */
            .b-sharethis-services-v4 .b-sharethis-sf .b-sharethis-services-link:after {
                background-position: 1px -67px;
                }
            /* share */
            .b-sharethis-services-v4 .b-sharethis-share .b-sharethis-services-link:after {
                background-position: 1px -450px;
                }
            /* openid */
            .b-sharethis-services-v4 .b-sharethis-openid .b-sharethis-services-link:after {
                background-position: 2px -485px;
                }
            /* viber */
            .b-sharethis-services-v4 .b-sharethis-viber .b-sharethis-services-link:after {
                background-position: 0 -522px;
                }

            /* hover state for version 4 */
            /* lj */
            .b-sharethis-services-v4 .b-sharethis-livejournal .b-sharethis-services-link:hover:after {
                border-color: #248FCE;
                background-color: #248FCE;
                background-position: -34px 2px;
                }
            /* facebook */
            .b-sharethis-services-v4 .b-sharethis-facebook .b-sharethis-services-link:hover:after {
                border-color: #2A438B;
                background-color: #2A438B;
                background-position: -34px -136px;
                }
            /* twitter */
            .b-sharethis-services-v4 .b-sharethis-twitter .b-sharethis-services-link:hover:after {
                border-color: #60B7E6;
                background-color: #60B7E6;
                background-position: -33px -206px;
                }
            /* digg */
            .b-sharethis-services-v4 .b-sharethis-digg .b-sharethis-services-link:hover:after {
                border-color: #000;
                background-color: #000;
                background-position: -34px -310px;
                }
            /* tumblr */
            .b-sharethis-services-v4 .b-sharethis-tumblr .b-sharethis-services-link:hover:after {
                border-color: #29344A;
                background-color: #29344A;
                background-position: -34px -276px;
                }
            /* stumbleupon */
            .b-sharethis-services-v4 .b-sharethis-stumbleupon .b-sharethis-services-link:hover:after {
                border-color: #EB4924;
                background-color: #EB4924;
                background-position: -34px -415px;
                }
            /* email */
            .b-sharethis-services-v4 .b-sharethis-email .b-sharethis-services-link:hover:after {
                border-color: #007399;
                background-color: #007399;
                background-position: -34px -380px;
                }
            /* vk */
            .b-sharethis-services-v4 .b-sharethis-vkontakte .b-sharethis-services-link:hover:after {
                border-color: #3B5F8E;
                background-color: #3B5F8E;
                background-position: -34px -171px;
                }
            /* ok */
            .b-sharethis-services-v4 .b-sharethis-odnoklassniki .b-sharethis-services-link:hover:after {
                border-color: #ED6C23;
                background-color: #ED6C23;
                background-position: -34px -102px;
                }
            /* moimir */
            .b-sharethis-services-v4 .b-sharethis-moimir .b-sharethis-services-link:hover:after {
                border-color: #168DE2;
                background-color: #168DE2;
                background-position: -34px -345px;
                }
            /* google+ */
            .b-sharethis-services-v4 .b-sharethis-google .b-sharethis-services-link:hover:after {
                border-color: #EA4335;
                background-color: #EA4335;
                background-position: -33px -241px;
                }
            /* sufringbird */
            .b-sharethis-services-v4 .b-sharethis-sf .b-sharethis-services-link:hover:after {
                border-color: #26AFF5;
                background-color: #26AFF5;
                background-position: -34px -67px;
                }
            /* share */
            .b-sharethis-services-v4 .b-sharethis-share .b-sharethis-services-link:hover:after {
                border-color: #007399;
                background-color: #007399;
                background-position: -34px -450px;
                }
            /* openid */
            .b-sharethis-services-v4 .b-sharethis-openid .b-sharethis-services-link:hover:after {
                border-color: #F69320;
                background-color: #F69320;
                background-position: -33px -485px;
                }
            /* viber */
            .b-sharethis-services-v4 .b-sharethis-viber .b-sharethis-services-link:hover:after {
                border-color: #7B519D;
                background-color: #7B519D;
                background-position: -35px -522px;
                }

/* Subject Picture Popup */
.b-subjecticons {
    display: none;
    width: 300px;
    margin: 0;
    padding: 0;
    }
    .b-subjecticons-items {
        margin: 0;
        padding: 0;
        list-style: none;
        }
        .b-subjecticons-item {
            display: inline-block;
            width: 32px;
            min-height: 32px;
            margin: 0;
            padding: 0;
            list-style: none;
            vertical-align: top;
            zoom: 1;
            *display: inline;
            text-align: center;
            }
            .b-subjecticon {
                background-image: url(/img/subjecticons.gif?v=19333);
                background-repeat: no-repeat;
                cursor: pointer;
                }
            .b-subjecticons-default {background-position: 0 0;}
            .b-subjecticons-sm01 {background-position: -15px 0;}
            .b-subjecticons-sm02 {background-position: -30px 0;}
            .b-subjecticons-sm03 {background-position: -45px 0;}
            .b-subjecticons-sm04 {background-position: -60px 0;}
            .b-subjecticons-sm05 {background-position: -75px 0;}
            .b-subjecticons-sm06 {background-position: -90px 0;}
            .b-subjecticons-sm07 {background-position: -105px 0;}
            .b-subjecticons-sm08 {background-position: -120px 0;}
            .b-subjecticons-sm09 {background-position: -140px 0;}
            .b-subjecticons-sm10 {background-position: -154px 0;}
            .b-subjecticons-md01 {background-position: -178px 0;}
            .b-subjecticons-md02 {background-position: -210px 0;}
            .b-subjecticons-md05 {background-position: -242px 0;}
            .b-subjecticons-md06 {background-position: -267px 0;}
            .b-subjecticons-md07 {background-position: -287px 0;}
            .b-subjecticons-md08 {background-position: -307px 0;}
            .b-subjecticons-md09 {background-position: -324px 0;}
            .b-subjecticons-md10 {background-position: -349px 0;}



/* Donate button
--------------------------- */
.lj-button,
.lj-button-wrapper,
.lj-button-link,
.lj-button-link .lj-button-a,
.lj-button-link .lj-button-b,
.lj-button-link .lj-button-c,
.lj-button-link .lj-button-icon {
    display: inline-block!important;
    margin: 0!important;
    padding: 0!important;
    border: none!important;
    text-decoration: none!important;
    font: 11px/22px Arial,sans-serif!important;
    white-space:nowrap!important;
    }
.lj-button {
    vertical-align: top!important;
    border-radius: 3px!important;
    -moz-border-radius: 3px!important;
    -webkit-border-radius: 3px!important;
    }
.lj-button-wrapper {
    border-radius: 3px 3px 0 0!important;
    -moz-border-radius: 3px 3px 0 0!important;
    -webkit-border-radius: 3px 3px 0 0!important;
    }
A.lj-button-link,
A.lj-button-link:link,
A.lj-button-link:visited,
A.lj-button-link:hover,
A.lj-button-link:active {
    cursor: pointer!important;
    }
.lj-button-link IMG {
    position:relative!important;
    top:2px!important;
    vertical-align: baseline!important;
    border: none!important;
    }

/* light button */
.lj-button-light {
    border: 1px solid!important;
    border-color: #C9C9C9 #B4B4B4 #AAA!important;
    -webkit-border-radius: 2px!important;
    -moz-border-radius: 2px!important;
    border-radius: 2px!important;
    background-color: #CBCBCB!important;
    }
.lj-button-light .lj-button-b {
    padding: 0 5px!important;
    -webkit-border-radius: 2px!important;
    -moz-border-radius: 2px!important;
    border-radius: 2px!important;
    }
.lj-button-light .lj-button-b {
    border-right: 1px solid #AAA!important;
    }
.lj-button-light .lj-button-b {
    border-right: none!important;
    background: #FFFFFF!important;
    background: -moz-linear-gradient(top, #FFFFFF 0%, #FEFEFC 10%, #FFFEFE 52%, #F2F6F1 57%, #EFEFF0 62%, #E7E8EA 76%, #E1E2E4 100%)!important;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#FFFFFF), color-stop(10%,#FEFEFC), color-stop(52%,#FFFEFE), color-stop(57%,#F2F6F1), color-stop(62%,#EFEFF0), color-stop(76%,#E7E8EA), color-stop(100%,#E1E2E4))!important;
    background: -webkit-linear-gradient(top, #FFFFFF 0%,#FEFEFC 10%,#FFFEFE 52%,#F2F6F1 57%,#EFEFF0 62%,#E7E8EA 76%,#E1E2E4 100%)!important;
    background: -o-linear-gradient(top, #FFFFFF 0%,#FEFEFC 10%,#FFFEFE 52%,#F2F6F1 57%,#EFEFF0 62%,#E7E8EA 76%,#E1E2E4 100%)!important;
    background: -ms-linear-gradient(top, #FFFFFF 0%,#FEFEFC 10%,#FFFEFE 52%,#F2F6F1 57%,#EFEFF0 62%,#E7E8EA 76%,#E1E2E4 100%)!important;
    background: linear-gradient(top, #FFFFFF 0%,#FEFEFC 10%,#FFFEFE 52%,#F2F6F1 57%,#EFEFF0 62%,#E7E8EA 76%,#E1E2E4 100%)!important;
    }
.lj-button-light .lj-button-c {
    padding: 0 4px 0 6px!important;
    border-left: 1px solid #FEFEFE!important;
    }
.lj-button-light A .lj-button-c {
    border-left: 1px solid #B4B4B4!important;
    }
.lj-button-light .lj-button-c.empty {
    margin-left: -1px!important;
    padding: 0!important;
    border: none!important;
    }
.lj-button-light A .lj-button-c.empty {
    margin-left: 0!important;
    }
.lj-button-light .lj-button-link,
.lj-button-light .lj-button-link:link,
.lj-button-light .lj-button-link:visited,
.lj-button-light .lj-button-link:hover,
.lj-button-light .lj-button-link:active {
    text-shadow: -1px 1px 0 #DDD!important;
    color: #222!important;
    }

/* embed donate button */
.lj-button-light.donate-button.embed-button {
    border: none!important;
    background-color: transparent!important;
    }
.lj-button-light.donate-button.embed-button .lj-button-b {
    padding:0 5px!important;
    border: 1px solid!important;
    border-color: #C9C9C9 #B4B4B4 #AAA!important;
    border-radius: 2px!important;
    -webkit-border-radius: 2px!important;
    -moz-border-radius: 2px!important;
    }
.lj-button-light.donate-button.embed-button .lj-button-icon {
    width: 12px!important;
    height: 10px!important;
    margin: 0 5px 0 0!important;
    background: url(/img/icons/donate-inactive.png?v=13054)!important;
    vertical-align: middle;
    }
.lj-button-light.donate-button.embed-button A.lj-button-b {
    border-right: 1px solid #AAA!important;
    color: #222!important;
    }
.lj-button-light.donate-button.embed-button A .lj-button-icon {
    background-image: url(/img/icons/donate.png?v=12515)!important;
    }
.lj-button-light.donate-button.embed-button .lj-button-b {
    color: #999!important;
    margin: 0 5px 0 0!important;
    }
.lj-button-light.donate-button.embed-button .lj-button-c.empty {
    margin: 0!important;
    padding: 0!important;
    border: none!important;
    }
.lj-button-light.donate-button.embed-button .lj-button-c {
    position: relative!important;
    padding: 0 5px!important;
    border: 1px solid #CCC!important;
    border-radius: 3px!important;
    background-color: #FFF!important;
    color: #222!important;
    text-shadow: none!important;
    -webkit-border-radius: 3px!important;
    -moz-border-radius: 3px!important;
    }
.donate-button .lj-button-c.empty .lj-button-arrow {
    display: none!important;
    }
.lj-button-light.donate-button .lj-button-arrow {
    position: absolute!important;
    top: 6px!important;
    left: -9px!important;
    border: 4px solid!important;
    border-color: transparent #CCC transparent transparent!important;
    width: 0!important;
    height: 0!important;
    font-size: 0!important;
    }
.lj-button-light.donate-button .lj-button-arrow-bg {
    position: absolute!important;
    top: -4px!important;
    left: -3px!important;
    border: 4px solid!important;
    border-color: transparent #FFF transparent transparent!important;
    width: 0!important;
    height: 0!important;
    font-size: 0!important;
    }


/* Repost button */
.lj-button-light.repost-button {
    border: none!important;
    background-color: transparent!important;
    }
.lj-button-light.repost-button .lj-button-a,
.lj-button-light.repost-button .lj-button-c {
    vertical-align: middle !important;
    }
.lj-button-light.repost-button .lj-button-b {
    position: relative;
    height: 22px!important;
    line-height: 22px!important;
    margin: 0 5px 0 0!important;
    padding:0 5px!important;
    border: 1px solid!important;
    border-color: #C9C9C9 #B4B4B4 #AAA!important;
    border-right: 1px solid #AAA!important;
    -webkit-border-radius: 2px!important;
    -moz-border-radius: 2px!important;
    border-radius: 2px!important;
    vertical-align: middle !important;
    text-shadow: 0 1px 0 #FFF;
    color: #000!important;
    cursor: pointer !important;
    }
.lj-button-light.repost-button-inactive .lj-button-b {
    color: #999 !important;
    cursor: default !important;
    }
.lj-button-light.repost-button-active .lj-button-b {
    display: none !important;
    background: #E6E7E9 !important;
    background-image: -moz-linear-gradient(top, #E6E7E9 0%, #E7E8E9 100%) !important;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#E6E7E9), color-stop(100%,#E7E8E9)) !important;
    background-image: -webkit-linear-gradient(top, #E6E7E9 0%,#E7E8E9 100%) !important;
    background-image: -o-linear-gradient(top, #E6E7E9 0%,#E7E8E9 100%) !important;
    background-image: -ms-linear-gradient(top, #E6E7E9 0%,#E7E8E9 100%) !important;
    background-image: linear-gradient(top, #E6E7E9 0%,#E7E8E9 100%) !important;
    }
.lj-button-light .lj-button-b-reposted {
    display: none !important;
    }
.lj-button-light.repost-button-active .lj-button-b-reposted {
    display: inline-block !important;
    }
.lj-button-light.repost-button .lj-button-icon {
    float: left;
    width: 16px!important;
    height: 16px!important;
    margin: 3px 5px 0 0!important;
    background: url(/img/icons/repost.png?v=20181) no-repeat 50%!important;
    vertical-align: middle;
    }
.lj-button-light.repost-button-inactive .lj-button-icon {
    background: url(/img/icons/repost.png?v=20181) no-repeat 50%!important;
    opacity: 0.5;
    }
.lj-button-light.repost-button .lj-button-icon-sinlge {
    margin: 3px 0 0!important;
    }
.lj-button-light.repost-button .lj-button-c.empty {
    margin: 0!important;
    padding: 0!important;
    border: none!important;
    }
.lj-button-light.repost-button .lj-button-c {
    position: relative!important;
    padding: 0 5px!important;
    border: 1px solid #CCC!important;
    -webkit-border-radius: 3px!important;
    -moz-border-radius: 3px!important;
    border-radius: 3px!important;
    background-color: #FFF!important;
    color: #000!important;
    text-shadow: 0 1px 0 #FFF !important;
    cursor: pointer !important;
    }
.lj-button-light.repost-button-inactive .lj-button-c {
    cursor: pointer !important;
    }
.repost-button .lj-button-c.empty .lj-button-arrow,
.repost-button .lj-button-c.empty .lj-like-item-count {
    display: none!important;
    }
.lj-button-light.repost-button .lj-button-arrow {
    position: absolute!important;
    top: 6px!important;
    left: -9px!important;
    border: 4px solid!important;
    border-color: transparent #CCC transparent transparent!important;
    width: 0!important;
    height: 0!important;
    font-size: 0!important;
    }
.lj-button-light.repost-button .lj-button-arrow-bg {
    position: absolute!important;
    top: -4px!important;
    left: -3px!important;
    border: 4px solid!important;
    border-color: transparent #FFF transparent transparent!important;
    width: 0!important;
    height: 0!important;
    font-size: 0!important;
    }


/* Paid repost button */
.lj-button-light.paidrepost-button {
    border: none!important;
    background-color: transparent!important;
    }
.lj-button-light.paidrepost-button .lj-button-a,
.lj-button-light.paidrepost-button .lj-button-c {
    vertical-align: middle !important;
    }
.lj-button-light.paidrepost-button .lj-button-b {
    position: relative;
    overflow: hidden;
    height: 22px!important;
    margin: 0 5px 0 0!important;
    padding:0 5px!important;
    border: 1px solid!important;
    border-color: #C9C9C9 #B4B4B4 #AAA!important;
    border-right: 1px solid #AAA!important;
    line-height: 23px!important;
    -webkit-border-radius: 2px!important;
    -moz-border-radius: 2px!important;
    border-radius: 2px!important;
    vertical-align: middle !important;
    text-shadow: 0 1px 0 #FFF;
    color: #000!important;
    cursor: pointer !important;
    }
.lj-button-light.paidrepost-button-inactive .lj-button-b {
    color: #999 !important;
    cursor: default !important;
    }
.lj-button-light.paidrepost-button-active .lj-button-b {
    display: none !important;
    background: #E6E7E9 !important;
    background-image: -moz-linear-gradient(top, #E6E7E9 0%, #E7E8E9 100%) !important;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#E6E7E9), color-stop(100%,#E7E8E9)) !important;
    background-image: -webkit-linear-gradient(top, #E6E7E9 0%,#E7E8E9 100%) !important;
    background-image: -o-linear-gradient(top, #E6E7E9 0%,#E7E8E9 100%) !important;
    background-image: -ms-linear-gradient(top, #E6E7E9 0%,#E7E8E9 100%) !important;
    background-image: linear-gradient(top, #E6E7E9 0%,#E7E8E9 100%) !important;
    }
.lj-button-light .lj-button-b-reposted {
    display: none !important;
    }
.lj-button-light.paidrepost-button-active .lj-button-b-reposted {
    display: inline-block !important;
    }
.lj-button-light.paidrepost-button .lj-button-icon {
    float: left;
    width: 16px!important;
    height: 16px!important;
    margin: 3px 5px 0 0!important;
    background: url(/img/icons/repost.png?v=20181) no-repeat 50%!important;
    vertical-align: middle;
    }
.lj-button-light.paidrepost-button-inactive .lj-button-icon {
    background: url(/img/icons/repost.png?v=20181) no-repeat 50%!important;
    opacity: 0.5;
    }
.lj-button-light.paidrepost-button .lj-button-icon-sinlge {
    margin: 3px 0 0!important;
    }
.lj-button-light.paidrepost-button .lj-button-c.empty {
    margin: 0!important;
    padding: 0!important;
    border: none!important;
    }
.lj-button-light.paidrepost-button .lj-button-c {
    position: relative!important;
    padding: 0 5px!important;
    border: 1px solid #CCC!important;
    -webkit-border-radius: 3px!important;
    -moz-border-radius: 3px!important;
    border-radius: 3px!important;
    background-color: #FFF!important;
    color: #000!important;
    text-shadow: 0 1px 0 #FFF !important;
    cursor: pointer !important;
    }
.lj-button-light.paidrepost-button-inactive .lj-button-c {
    cursor: pointer !important;
    }
.paidrepost-button .lj-button-c.empty .lj-button-arrow,
.paidrepost-button .lj-button-c.empty .lj-like-item-count {
    display: none!important;
    }
.lj-button-light.paidrepost-button .lj-button-arrow {
    position: absolute!important;
    top: 6px!important;
    left: -9px!important;
    border: 4px solid!important;
    border-color: transparent #CCC transparent transparent!important;
    width: 0!important;
    height: 0!important;
    font-size: 0!important;
    }
.lj-button-light.paidrepost-button .lj-button-arrow-bg {
    position: absolute!important;
    top: -4px!important;
    left: -3px!important;
    border: 4px solid!important;
    border-color: transparent #FFF transparent transparent!important;
    width: 0!important;
    height: 0!important;
    font-size: 0!important;
    }
.paidrepost-button-label {
    float: left;
    height: 22px;
    margin: 0 6px 0 0;
    }

.lj-button-light.paidrepost-button-inactive .paidrepost-button-cost {
    opacity: 0.4;
    color: #000!important;
    }
.paidrepost-button-cost {
    float: right;
    position: relative;
    padding: 0 14px 0 5px;
    margin: 0;
    height: 22px;
    background: url(/img/icons/paidrepost.png?v=22784) no-repeat 100% 50%!important;
    line-height: 23px;
    }
    .paidrepost-button-cost:before {
        content: "";
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        width: 1px;
        height: 100%;
        background: #BABABA;
        background-image: -moz-linear-gradient(top,  #F6F6F6 0%, #BABABA 50%, #E1E2E3 100%);
        background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#F6F6F6), color-stop(50%,#BABABA), color-stop(100%,#E1E2E3));
        background-image: -webkit-linear-gradient(top,  #F6F6F6 0%,#BABABA 50%,#E1E2E3 100%);
        background-image: -o-linear-gradient(top,  #F6F6F6 0%,#BABABA 50%,#E1E2E3 100%);
        background-image: -ms-linear-gradient(top,  #F6F6F6 0%,#BABABA 50%,#E1E2E3 100%);
        background-image: linear-gradient(to bottom,  #F6F6F6 0%,#BABABA 50%,#E1E2E3 100%);
        }
    .paidrepost-button-cost:after {
        content: "";
        position: absolute;
        top: 0;
        bottom: 0;
        left: 1px;
        width: 1px;
        height: 100%;
        background: #ECEDEE;
        background-image: -moz-linear-gradient(top,  #FFF 0%, #ECEDEE 100%);
        background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#FFF), color-stop(100%,#ECEDEE));
        background-image: -webkit-linear-gradient(top,  #FFF 0%,#ECEDEE 100%);
        background-image: -o-linear-gradient(top,  #FFF 0%,#ECEDEE 100%);
        background-image: -ms-linear-gradient(top,  #FFF 0%,#ECEDEE 100%);
        background-image: linear-gradient(to bottom,  #FFF 0%,#ECEDEE 100%);
        }

.paidrepost-button-active .paidrepost-button-cost:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 1px;
    height: 100%;
    background: #B9B9B9;
    background-image: -moz-linear-gradient(top,  #E4E4E4 0%, #B9B9B9 50%, #E4E4E4 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#E4E4E4), color-stop(50%,#B9B9B9), color-stop(100%,#E4E4E4));
    background-image: -webkit-linear-gradient(top,  #E4E4E4 0%,#B9B9B9 50%,#E4E4E4 100%);
    background-image: -o-linear-gradient(top,  #E4E4E4 0%,#B9B9B9 50%,#E4E4E4 100%);
    background-image: -ms-linear-gradient(top,  #E4E4E4 0%,#B9B9B9 50%,#E4E4E4 100%);
    background-image: linear-gradient(to bottom,  #E4E4E4 0%,#B9B9B9 50%,#E4E4E4 100%);
    }
.paidrepost-button-active .paidrepost-button-cost:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 1px;
    width: 1px;
    height: 100%;
    background: #EDEDED;
    background-image: -moz-linear-gradient(top,  #EEE 0%, #EDEDED 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#EEE), color-stop(100%,#EDEDED));
    background-image: -webkit-linear-gradient(top,  #EEE 0%,#EDEDED 100%);
    background-image: -o-linear-gradient(top,  #EEE 0%,#EDEDED 100%);
    background-image: -ms-linear-gradient(top,  #EEE 0%,#EDEDED 100%);
    background-image: linear-gradient(to bottom,  #EEE 0%,#EDEDED 100%);
    }

/* Reposted popup */
.b-reposted-popup {
    margin: -5px 0 0;
    max-width: 600px;
    min-width: 300px;
    line-height: 22px !important;
    font-size: 12px !important;
    font-family: Arial, Verdana, sans-serif !important;
    }
    .b-reposted-popup A {
        font-size: 12px !important;
        }
    .b-reposted-popup A:link,
    .b-reposted-popup A:visited {
        border: none !important;
        text-decoration: none !important;
        color: #4F74AE !important;
        }
    .b-reposted-popup A:hover,
    .b-reposted-popup A:active {
        border: none !important;
        text-decoration: underline !important;
        color: #4F74AE !important;
        }
    .b-reposted-popup .b-reposted-popup-header {
        padding: 4px 0 6px;
        font-size: 15px !important;
        font-weight: bold !important;
        color: #2D2D2D !important;
        }
    .b-reposted-popup .b-reposted-popup-load {
        background: url(/img/preloader/preloader-blue-white.gif?v=16618) no-repeat 50% 30px;
        }
    .b-reposted-popup .b-reposted-popup-content {
        overflow-y: auto;
        max-height: 66px;
        min-width: 300px;
        margin: 0 -14px 6px 0;
        padding: 4px 0 6px;
        border-top: 1px solid #D6D6D6;
        border-bottom: 1px solid #D6D6D6;
        color: #4F74AE !important;
        }
    .b-reposted-popup .b-reposted-popup-footer-hide {
        display: none;
        }



/* Image & Video Placeholder */
HTML BODY * .b-mediaplaceholder:link,
HTML BODY * .b-mediaplaceholder:visited,
HTML BODY * .b-mediaplaceholder:hover,
HTML BODY * .b-mediaplaceholder:active,
HTML BODY * .b-mediaplaceholder:focus {
    position: relative;
    top: auto;
    left: auto;
    overflow: hidden;
    display: inline-block;
    width: auto;
    height: 37px;
    min-width: 142px;
    margin: 0 5px 0 0;
    padding: 0;
    -moz-border-radius: 0 !important;
    border-radius: 0 !important;
    border: 0 !important;
    vertical-align: top !important;
    font: 12px/14px Arial,sans-serif;
    text-align: center !important;
    text-decoration: none !important;
    text-shadow: none !important;
    text-indent: 0 !important;
    color: #FFF !important;
    cursor: pointer;
    *display: inline;
    *zoom: 1;
    }
HTML BODY * .b-mediaplaceholder-good:link,
HTML BODY * .b-mediaplaceholder-good:visited,
HTML BODY * .b-mediaplaceholder-good:hover,
HTML BODY * .b-mediaplaceholder-good:active,
HTML BODY * .b-mediaplaceholder-good:focus {
    height: 35px;
    -moz-border-radius: 5px !important;
    border-radius: 5px !important;
    border: 1px solid #E0E0E0 !important;
    }
    .b-mediaplaceholder .b-mediaplaceholder-outer {
        position: absolute;
        top: 50%;
        left: 0;
        display: block;
        width: 100%;
        height: 37px;
        margin: -19px 0 0;
        padding: 0;
        cursor: pointer;
        }
    .b-mediaplaceholder .b-mediaplaceholder-inner {
        position: relative;
        top: auto;
        left: auto;
        display: inline-block;
        min-width: 80px;
        height: 35px;
        margin: 0;
        padding: 0 20px 0 40px;
        -moz-border-radius: 5px;
        border-radius: 5px;
        border: 1px solid rgb(220,220,220) !important;
        border: 1px solid rgba(220,220,220,0.35) !important;
        background: rgb(0,0,0) !important;
        background: rgba(0,0,0,0.35) !important;
        line-height: 35px;
        text-align: left !important;
        cursor: pointer;
        *zoom: 1;
        }
    HTML BODY * .b-mediaplaceholder:hover .b-mediaplaceholder-inner,
    HTML BODY * .b-mediaplaceholder:active .b-mediaplaceholder-inner,
    HTML BODY * .b-mediaplaceholder:focus .b-mediaplaceholder-inner,
    HTML BODY * .b-mediaplaceholder-processing:link .b-mediaplaceholder-inner,
    HTML BODY * .b-mediaplaceholder-processing:visited .b-mediaplaceholder-inner,
    HTML BODY * .b-mediaplaceholder-processing:hover .b-mediaplaceholder-inner,
    HTML BODY * .b-mediaplaceholder-processing:active .b-mediaplaceholder-inner,
    HTML BODY * .b-mediaplaceholder-processing:focus .b-mediaplaceholder-inner {
        border: 1px solid rgb(220,220,220) !important;
        border: 1px solid rgba(220,220,220,0.45) !important;
        background: rgb(0,0,0) !important;
        background: rgba(0,0,0,0.45) !important;
        }
        .b-mediaplaceholder .b-mediaplaceholder-pic {
            overflow: hidden;
            position: absolute;
            top: 50%;
            left: 20px;
            display: block;
            margin: 0;
            padding: 0;
            background: url(/img/mediaplaceholder.png?v=11488) no-repeat 0 0;
            font: 0/0 serif;
            cursor: pointer;
            }
        .b-mediaplaceholder-photo .b-mediaplaceholder-pic {
            width: 13px;
            height: 11px;
            margin-top: -6px;
            background-position: 0 -50px;
            }
        .b-mediaplaceholder-video .b-mediaplaceholder-pic {
            width: 12px;
            height: 13px;
            margin-top: -7px;
            background-position: 0 -37px;
            }
        .b-mediaplaceholder-processing .b-mediaplaceholder-pic {
            width: 11px;
            height: 3px;
            margin-top: -2px;
            background: url(/img/preloader-s.gif?v=9673) no-repeat 0 0;
            }
        .b-mediaplaceholder .b-mediaplaceholder-label {
            display: none;
            position: static;
            top: auto;
            left: auto;
            width: auto;
            height: auto;
            margin: 0;
            padding: 0;
            cursor: pointer;
            }
        .b-mediaplaceholder .b-mediaplaceholder-view,
        .b-mediaplaceholder-processing .b-mediaplaceholder-loading {
            display: inline;
            }
        .b-mediaplaceholder-processing .b-mediaplaceholder-view {
            display: none;
            }
HTML BODY * .b-mediaplaceholder-external:link,
HTML BODY * .b-mediaplaceholder-external:visited,
HTML BODY * .b-mediaplaceholder-external:hover,
HTML BODY * .b-mediaplaceholder-external:active,
HTML BODY * .b-mediaplaceholder-external:focus {
    position: relative;
    top: auto;
    left: auto;
    display: inline-block;
    width: 35px;
    height: 37px;
    margin: 0 10px 0 0;
    padding: 0;
    vertical-align: top !important;
    border: 0 !important;
    font: 10px/1 Arial,sans-serif;
    text-align: left;
    text-decoration: none !important;
    text-shadow: none;
    color: #FFF !important;
    cursor: pointer;
    *display: inline;
    *zoom: 1;
    }
HTML#js BODY * .b-mediaplaceholder-external:link,
HTML#js BODY * .b-mediaplaceholder-external:visited,
HTML#js BODY * .b-mediaplaceholder-external:hover,
HTML#js BODY * .b-mediaplaceholder-external:active,
HTML#js BODY * .b-mediaplaceholder-external:focus {
    display: none;
    }
    .b-mediaplaceholder-external .b-mediaplaceholder-bg {
        overflow: hidden;
        position: absolute;
        top: 0;
        left: 0;
        opacity: 0.25;
        display: block;
        width: 35px;
        height: 37px;
        margin: 0;
        padding: 0;
        background: url(/img/mediaplaceholder.png?v=11488) no-repeat 0 0;
        font: 0/0 serif;
        }
    .b-mediaplaceholder-external:hover .b-mediaplaceholder-bg {
        opacity: 0.35;
        }
    .b-mediaplaceholder-external .b-mediaplaceholder-pic {
        overflow: hidden;
        position: absolute;
        top: 10px;
        left: 12px;
        display: block;
        width: 16px;
        height: 16px;
        margin: 0;
        padding: 0;
        background: url(/img/mediaplaceholder.png?v=11488) no-repeat -19px -37px;
        font: 0/0 serif;
        }
    .b-mediaplaceholder-external .b-mediaplaceholder-arr {
        border-right: 5px solid rgba(0,0,0,0.25);
        }
    .b-mediaplaceholder-external .b-mediaplaceholder-inner {
        display: none !important;
        }



/* UPD: LJSUP-16343 (LJSV-2616: Content placeholder)
-----------------------------------------------*/
.b-contentplaceholder {
    position: static !important;
    display: block !important;
    width: 60% !important;
    height: auto;
    margin: 1em auto !important;
    padding: 2em 3em !important;
    background: #EEE !important;
    border-radius: 1em;
    color: #333 !important;
    }
    .b-contentplaceholder-title {
        margin: 0 0 0.3em !important;
        padding: 0 !important;
        font: bold 23px/1.1 Arial, Tahoma, sans-serif !important;
        }
    .b-contentplaceholder-451 .b-contentplaceholder-title {
        margin-left: -20px !important;
        padding-left: 20px !important;
        background: url(/img/icons/lock-16-gray.gif?v=1) no-repeat 0 50% !important;
        }
    .b-contentplaceholder-text {
        font: 16px/1.4 Arial, Tahoma, sans-serif !important;
        }
        .b-contentplaceholder-text .b-helplink {
            vertical-align: text-top;
            }
.b-contentplaceholder-comment {
    display: inline-block !important;
    width: auto !important;
    margin: 0 !important;
    padding: 0.5em 1em 0.5em 2em !important;
    border-radius: 0.5em;
    background: #EEE url(/img/icons/lock-16-gray.gif?v=1) no-repeat 0.6em 45% !important;
    }



/* LJSUP-14995: Remove Google ReCaptcha Iframes (for height removing) */
iframe[src="about:blank"] {
    display: none;
    }

/* LJSUP-14684: [Journal, feed] Display GitHub gists. Replaceable link */
.b-replaceable-link {
    font-weight: bold;
    }
.b-replaceable-link:before {
    display: inline;
    content: '\28';
    }
.b-replaceable-link:after {
    display: inline;
    content: '\29';
    }






/* Sticky LJ-Cut (LJSUP-18495)
----------------------------------- */

/* cut */
.b-sticky-cut {
    position: fixed;
    top: -50px;
    z-index: 9;
    margin: 0;
    border: none;
    line-height: 22px;
    -webkit-transition: top 0.3s;
       -moz-transition: top 0.3s;
         -o-transition: top 0.3s;
            transition: top 0.3s;
    }

    .b-sticky-cut:before,
    .b-sticky-cut:after,
    .b-sticky-cut-decor:before,
    .b-sticky-cut-decor:after,
    .b-sticky-cut-link:before,
    .b-sticky-cut-link:after,
    .b-sticky-cut-link-wrap:before,
    .b-sticky-cut-link-wrap:after {
        display: block;
        position: absolute;
        content: "";
        }

    /* inner */
    .b-sticky-cut .b-sticky-cut-inner {
        position: relative;
        top: 0;
        left: 0;
        display: block;
        }

        /* decor */
        .b-sticky-cut-decor {
            display: block;
            position: relative;
            margin: 0 0 10px;
            height: 40px;
            background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,0.92) 79%, rgba(255,255,255,0) 100%);
            background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(255,255,255,0.92) 79%,rgba(255,255,255,0) 100%);
            background: -o-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(255,255,255,0.92) 79%,rgba(255,255,255,0) 100%);
            background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(255,255,255,0.92) 79%,rgba(255,255,255,0) 100%);
            }
        .b-sticky-cut-decor:before,
        .b-sticky-cut-decor:after {
            border-top: 1px dashed #DAE3E6;
            left: 0;
            right: 0;
            top: 50%;
            }

            /* link wrap */
            .b-sticky-cut-link-wrap {
                height: 40px;
                outline: medium none;
                position: absolute;
                text-indent: -1000px;
                width: 100%;
                z-index: 2;
                }
            .b-sticky-cut-link-wrap:before {
                top: -1px;
                right: 0;
                left: 0;
                width: 38px;
                height: 38px;
                margin: auto;
                border: 2px solid #DAE3E6;
                border-radius: 50%;
                background: none repeat scroll 0 0 #FFFFFF;
                }

                /* link */
                .b-sticky-cut-link {
                    }
                .b-sticky-cut-link {
                    display: block;
                    position: relative;
                    overflow: hidden;
                    height: 40px;
                    }
                .b-sticky-cut-link: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); /* IE7-8 */
                    background-image: url(/air/default_theme/img/sprite.svg?v=40878), none;
                    background-position: -240px 0;
                    }
                .j-l-footer A.b-sticky-cut-link {
                    display: block;
                    padding: 0;
                    }

/* lenta */
.b-lenta .b-sticky-cut {
    left: 70px;
    right: 481px;
    }

/* air */
.j-l-container .b-sticky-cut {
    left: 30px;
    right: 30px;
    }
    .j-p-layout-wt .b-sticky-cut {
        left: 30px;
        right: 420px;
        }
    .j-p-layout-tw .b-sticky-cut {
        left: 390px;
        right: 90px;
        }
    /* air no sidebar */
    .j-p-layout-wt.j-p-no-sidebar .b-sticky-cut {
        width: 900px;
        margin-left: -470px;
        }


/* visible */
.b-sticky-cut-visible {
    top: 0;
    }

/* screen widths */

/* ljcut flatslide-shownav */
@media all and (max-width: 1790px) {
    .b-lenta.l-flatslide-state-shownav .b-sticky-cut {
        margin-left: -520px;
        }
}

@media all and (max-width: 1700px) {
    .b-lenta.l-flatslide-state-shownav .b-sticky-cut {
        margin-left: -470px;
        }
}

@media all and (max-width: 1600px) {
    .b-lenta.l-flatslide-state-shownav .b-sticky-cut {
        margin-left: -420px;
        }
}

@media all and (max-width: 1500px) {
    .b-lenta.l-flatslide-state-shownav .b-sticky-cut {
        margin-left: -370px;
        }
}

@media all and (max-width: 1400px) {
    .b-lenta.l-flatslide-state-shownav .b-sticky-cut {
        left: 330px;
        right: 241px;
        margin-left: 0px;
        }
    .b-lenta .b-sticky-cut {
        left: 90px;
        }
    .j-p-layout-tw.j-p-no-sidebar .b-sticky-cut {
        left: auto;
        right: auto;
        width: 900px;
        margin: 0;
        }
}

@media all and (max-width: 1000px) {
    .b-lenta.l-flatslide-state-shownav .b-sticky-cut {
        left: 310px;
        right: 0;
        margin-left: 0px;
        }
    .b-lenta .b-sticky-cut {
        left: 70px;
        }
    .j-p-layout-tw.j-p-no-sidebar .b-sticky-cut {
        left: 15px;
        right: 60px;
        width: auto;
        margin: 0;
        }
}

@media all and (max-width: 900px) {
    .b-lenta.l-flatslide-state-shownav .b-sticky-cut {
        left: 310px;
        right: 0;
        margin-left: 0px;
        }
}

@media all and (min-width: 1400px) {
    .b-lenta .b-sticky-cut {
        left: 50%;
        right: auto;
        width: 829px;
        margin-left: -610px;
        }
}
@media all and (min-width: 1265px) {
    .j-p-layout-wt .b-sticky-cut {
        left: 50%;
        right: auto;
        width: 800px;
        margin-left: -595px;
        }
    .j-p-layout-tw .b-sticky-cut {
        left: 50%;
        right: auto;
        width: 770px;
        margin-left: -235px;
        }
    .j-p-layout-tw.j-p-no-sidebar .b-sticky-cut {
        left: auto;
        right: auto;
        width: 900px;
        margin: 0;
        }
}

@media all and (max-width: 1000px) {
    .b-lenta .b-sticky-cut {
        right: 120px;
        }
    .body-state-sidebar-opened .b-lenta .b-sticky-cut {
        right: 366px;
        left: 0;
        }
    .j-l-container .b-sticky-cut {
        left: 15px;
        right: 75px;
        }
}

@media all and (max-width: 900px) {
    .b-lenta .b-sticky-cut {
        left: 70px;
        right: 120px;
        }
}

@media (max-width: 680px) {
    .b-lenta .b-sticky-cut {
        right: 60px;
        }
    .j-l-container .b-sticky-cut {
        right: 15px;
        }
}

@media all and (max-width: 650px) {
    .b-sticky-cut {
        display: none;
        }
}



/* yandex direct fix (LJSUP-18606) */
.ya-context {
    clear: both;
    }
.ya-context #ya-context_id {
    margin: 0;
    }
    .ya-context #ya-context_id DIV[id] {
        font-size: 12px !important;
        }
    .ya-context #ya-context_id A.yap-logo-block__text.yap-logo-text.yap-logo-color.yap-logo-bg-color {
        text-decoration: none !important;
        }
    .ya-context #ya-context_id DIV[id] > YATAG {
        font-family: inherit !important;
        }
    .ya-context #ya-context_id DIV[id] > YATAG .yap-title-block__text,
    .ya-context #ya-context_id DIV[id] > YATAG .yap-sitelinks__link,
    .ya-context #ya-context_id DIV[id] > YATAG .yap-domain:hover,
    .ya-context #ya-context_id DIV[id] > YATAG .yap-contacts__item-link:hover{
        text-decoration: none !important;
        }
    .ya-context #ya-context_id DIV[id] > YATAG .yap-title-block__text,
    .ya-context #ya-context_id DIV[id] > YATAG .yap-title-block__favicon {
        font-size: 130% !important;
        }
/* LJSUP-23021 */
.ya-context[style*="margin-top: 20px; margin-bottom: 30px"] .ljsale.ljsale--empty {
    margin-top: -50px;
    }
.ya-context[style*="margin: 30px 0"] .ljsale.ljsale--empty {
    margin-top: -30px;
    }





/* writer's block widget at journal post (LJSUP-19440) */
.flatquestionjournal {
    overflow: hidden;
    position: relative;
    margin: 0 0 20px;
    font: 15px/1.4 "ProximaNovaRegular",Helvetica,sans-serif;
    }

    /* meta */
    .flatquestionjournal-meta {
        margin: 0;
        }

    /* question */
    .flatquestionjournal-question {
        position: relative;
        margin: 20px 0 15px;
        padding: 15px;
        border-radius: 0.5em;
        background: #DAE3E6;
        color: #242F33;
        }

        /* arrow */
        .flatquestionjournal-question:after {
            content: " ";
            overflow: hidden;
            position: absolute;
            bottom: 100%;
            left: 20px;
            width: 34px;
            height: 15px;
            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%20xml%3Aspace%3D%22preserve%22%20height%3D%2215%22%20width%3D%2234%22%20version%3D%221.1%22%20y%3D%220px%22%20x%3D%220px%22%20viewBox%3D%220%200%2034%2015%22%20enable-background%3D%22new%200%200%2034%2015%22%3E%09%09%09%3Cpath%20d%3D%22m0%2014.977v0.023h34v-0.028c-14.672-0.582-16.643-13.831-22-14.972-0.449-0.096%207.34%2014.484-12%2014.977z%22%20fill%3D%22%23DAE3E6%22%2F%3E%3C%2Fsvg%3E');
            background-repeat: no-repeat;
            background-position: 0 0;
            font: 0/0 a;
            }

        /* title */
        .flatquestionjournal-question-title {
            margin: 0 0 5px;
            padding: 0;
            font-size: 18px;
            font-weight: 400;
            font-family: "ProximaNovaSemibold",Tahoma,Arial,sans-serif;
            line-height: 1.2;
            }
            .flatquestionjournal-question-title A,
            .flatquestionjournal-question-title A:link,
            .flatquestionjournal-question-title A:visited {
                text-decoration: none;
                color: #242F33;
                }
            .flatquestionjournal-question-title A:hover,
            .flatquestionjournal-question-title A:active {
                text-decoration: none;
                color: #00A3D9;
                }

        /* text */
        .flatquestionjournal-question-text {
            margin: 0;
            }

    /* controls */
    .flatquestionjournal-controls {
        margin: 0;
        text-transform: uppercase;
        }
        /* reply */
        .flatquestionjournal-controls-reply {
            margin: 0 15px 0 0;
            vertical-align: middle;
            }
        /* count */
        .flatquestionjournal-controls-count {
            position: relative;
            margin: 0;
            padding: 0;
            vertical-align: middle;
            }
            .flatquestionjournal-controls-counticon {
                display: inline-block;
                width: 17px;
                height: 16px;
                margin-right: 5px;
                background-image: url('data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20height%3D%2216%22%20viewBox%3D%220%200%2017%2015.903%22%20width%3D%2217%22%3E%3Cpath%20d%3D%22m17%206.025c0-3.144-2.334-5.721-5.312-5.999v-0.026h-5.313v0.027c-0.176-0.016-0.354-0.027-0.532-0.027-3.226%200-5.843%202.697-5.843%206.025s2.617%206.026%205.843%206.026c0.18%200%200.356-0.012%200.532-0.028v0.028s2.684%202.357%203.938%203.441c1.089%200.94%201.375%200.008%201.375-0.248v-3.222c2.978-0.276%205.312-2.853%205.312-5.997z%22%20fill%3D%22%237A9199%22/%3E%3C/svg%3E');
                background-repeat: no-repeat;
                background-position: 0 0;
                vertical-align: -2px;
                }
                .flatquestionjournal-controls-counticon .svgicon {
                    display: none;
                    }
                .b-lenta .flatquestionjournal-controls-counticon .svgicon {
                    display: block;
                    }





 /* tema fix (LJSUP-18472, LJSUP-19891) */
.u-flextable {
    width: 100%;
    table-layout: fixed;
    }





/* all banners wrapper (LJSUP-20735) */
BODY:not(.s-schemius) .ljsale:not(.ljsale--empty) .allbanners {
    overflow: hidden;
    display: inline-block;
    text-align: center;
    }
    BODY:not(.s-schemius) .allbanners--common-banner,
    BODY:not(.s-schemius) .common-banner .allbanners {
        width: 100%;
        }
    BODY:not(.s-schemius) .allbanners-close {
        padding: 0.4em 0.3em 0 0;
        line-height: 1.1;
        font-size: 13px;
        }
    BODY:not(.s-schemius) .allbanners--common-banner .allbanners-close {
        text-align: center;
        }
    BODY:not(.s-schemius) .allbanners--common-banner .allbanners-link {
        padding: 0 5px;
        line-height: 1.5;
        background: rgba(255,255,255,.25);
        color: #000;
        }

    /* LJSUP-22379 */
    .allbanners:after {
        content: "";
        display: table;
        table-layout: fixed;
        width: 100%;
        }




/* s2 profiler (LJSUP-21081) */
.s2-profiling {
    display: none;
    }
@media (min-width: 800px) {
    .s2-profiling {
        display: block;
        position: absolute;
        z-index: 5000;
        top: 100px;
        right: 0;
        overflow: hidden;
        padding: 1em;
        background: #FFF;
        border-radius: 5px 0 0 5px;
        box-shadow: 0 0 15px rgba(0,0,0,.5);
        font: 15px/1.4 Trebuchet Ms, Arial;
        color: #333;
        }
        .s2-profiling__close {
            font-size: 1.2em;
            font-weight: bold;
            cursor: pointer;
            }
            .s2-profiling__sign {
                float: right;
                margin-left: .2em;
                }
        .s2-profiling__title {
            margin: 0;
            font-family: Trebuchet Ms, Arial;
            }
        .s2-profiling__subtitle {
            margin: .5em 0 .3em;
            font-size: 20px;
            }
        .s2-profiling__content {
            float: right;
            width: 0;
            height: 0;
            overflow: hidden;
            }
            .s2-profiling__table {
                width: 100%;
                margin-top: 1em;
                border-collapse: collapse;
                }
                .s2-profiling__table TD,
                .s2-profiling__table TH {
                    padding: .2em;
                    text-align: left;
                    }
                    .s2-profiling__table TH {
                        padding-top: .5em;
                        padding-bottom: .5em;
                        background: #EEE;
                        font-size: 1.1em;
                        }
                    .s2-profiling__table TD {
                        border-bottom: 1px solid #DDD;
                        }
                    .s2-profiling__time {
                        color: olivedrab;
                        }
                        .s2-profiling__time--zero {
                                color: #CCC;
                            }
                        .s2-profiling__time--long {
                                color: tomato;
                            }
                    TD.s2-profiling__calls {
                        padding-left: 1em;
                        text-align: right;
                        color: royalblue;
                        }
}





@media print {
/* LJSUP-21182
    @page {
        margin: 5%;
    }

    HTML BODY {
        padding: 0;
        background: none;
        font-size: 13pt;
        color: #000;
        }

    .s-header,
    .flatquestionjournal-controls,
    .lj-like,
    .b-linkbar,
    #header-text .nav,
    .prevnext,
    .asset-entry-links,
    .entrysubmenu,
    .j-l-header,
    .j-l-beta,
    .j-w-social-networks-nav,
    .j-e-nav,
    .j-page-nav,
    .j-comments-nav,
    .j-comments-pages,
    .ljcut-link,
    .header-menu,
    .pageheaderblock,
    .header-journal-info,
    .social-links,
    .sidebar,
    .entryLinkbar,
    .bodynavblock,
    .pagefooterblock,
    #topbox .caption,
    .common-banner,
    .allbanners,
    .lj-view-entry #header,
    .ya-context,
    .appwidget,
    .b-singlepost-wrapper .b-singlepost-title .i-posticon-wrapper {
        display: none;
        }

    #beta {
        display: none !important;
        }

    A {
        text-decoration: none;
        }

    .layout-tw #alpha-inner {
        margin: 0 !important;
        }

    .j-l-alpha-header,
    .j-l-alpha-content {
        margin-left: 0 !important;
        }

    A[href]:after {
        content: ' (' attr(href) ') ';
        }

    .i-ljuser-profile[href]:after,
    .b-leaf-ipaddr A[href]:after,
    .subj-link[href]:after,
    .entryUserinfo-usericon A[href]:after,
    .user-image-link[href]:after,
    .b-singlepost-author-date A[href]:after,
    .b-singlepost-tags-items A[href]:after {
        content: none;
        }

    .print-logo {
        display: block;
        }
*/
}

/* Resize Images in Comments */
.img--scaled,
.fullsize-image-svg-glass,
.fullsize-image-fader,
.scaled-image-wrapper:after {
    cursor: pointer;
    }
    .scaled-image-wrapper:after {
        pointer-events: none;
        }

.j-c-resize-images IMG,
.fullsize-image,
.fullsize-image-svg-glass {
    max-width: 100%;
    max-height: 100%;
    }

.js--wrapper-shown {
    overflow: hidden;
    }

/* Scaled image in comment */
.scaled-image-wrapper {
    position: relative;
    }
    .scaled-image-wrapper:after {
        content: '';
        position: absolute;
        width: 1.5em;
        height: 1.5em;
        bottom: .6em;
        right: .3em;
        border-radius: 5px;
        background: #FFF url(data:image/svg+xml,%3Csvg%20viewBox%3D%220%200%2024%2024%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%0A%20%20%20%20%3Cpath%20d%3D%22M19.6724408%2C9.83622039%20C19.6724408%2C4.40382563%2015.2686152%2C0%209.83622039%2C0%20C4.40382563%2C0%200%2C4.40382563%200%2C9.83622039%20C0%2C15.2686152%204.40382563%2C19.6724408%209.83622039%2C19.6724408%20C15.2686152%2C19.6724408%2019.6724408%2C15.2686152%2019.6724408%2C9.83622039%20L19.6724408%2C9.83622039%20L19.6724408%2C9.83622039%20Z%20M2.3144048%2C9.83622039%20C2.3144048%2C5.68203611%205.68203611%2C2.3144048%209.83622039%2C2.3144048%20C13.9904047%2C2.3144048%2017.358036%2C5.68203611%2017.358036%2C9.83622039%20C17.358036%2C13.9904047%2013.9904047%2C17.358036%209.83622039%2C17.358036%20C5.68203611%2C17.358036%202.3144048%2C13.9904047%202.3144048%2C9.83622039%20L2.3144048%2C9.83622039%20L2.3144048%2C9.83622039%20Z%22%3E%3C/path%3E%0A%20%20%20%20%3Cpath%20d%3D%22M22.2143784%2C23.8305664%20L23.853352%2C22.1964809%20L16.9587309%2C15.2812361%20L15.3197574%2C16.9153215%20L22.2143784%2C23.8305664%20L22.2143784%2C23.8305664%20Z%22%3E%3C/path%3E%0A%20%20%20%20%3Cpath%20d%3D%22M9%2C9%20L9%2C6.66666667%20L9%2C5%20L11%2C5%20L11%2C6.66666667%20L11%2C9%20L13.3333333%2C9%20L15%2C9%20L15%2C11%20L13.3333333%2C11%20L11%2C11%20L11%2C13.3333333%20L11%2C15%20L9%2C15%20L9%2C13.3333333%20L9%2C11%20L6.66666667%2C11%20L5%2C11%20L5%2C9%20L6.66666667%2C9%20L9%2C9%20L9%2C9%20Z%22%3E%3C/path%3E%0A%3C/svg%3E);
        background-position: 50% 50%;
        background-repeat: no-repeat;
        background-size: 65%;
        }

/* Fullsize image */
.fullsize-image-fader {
    display: none;
    position: fixed;
    z-index: 3000; /* Overlap LjTimes */
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    background: rgba(0,0,0,.7);
    text-align: center;
    white-space: nowrap;
    }
    .js--wrapper-shown .fullsize-image-fader {
        display: block;
        }
    .fullsize-image-wrapper {
        position: absolute;
        top: 30px;
        right: 30px;
        bottom: 30px;
        left: 30px;
        font-size: 0;
        }
        .fullsize-image-wrapper:before {
            content: '';
            display: inline-block;
            height: 100%;
            vertical-align: middle;
            }
    .fullsize-image {
        box-shadow: 0 0 0 10px #FFF;
        vertical-align: middle;
        }
    .fullsize-image-svg-glass {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        margin: auto;
        }


/* file-end: stc/lj_base-journal.css 
----------------------------------------------------------------------------------*/
/* ---------------------------------------------------------------------------------
   file-start: stc/widgets/threeposts.css 
*/

.threeposts{position:relative;line-height:1.4}.threeposts__inner{margin:0 auto}.threeposts__header{margin:0 0 1.05em;font-family:ProximaNovaSemibold,Tahoma,Arial,sans-serif;font-weight:400;font-style:normal;font-size:14px;font-size:.875rem;line-height:1;letter-spacing:normal;text-transform:uppercase}.b-singlepost .threeposts__header{color:#839399}.threeposts__items{display:none;margin:0;padding:0;list-style:none}#no-js .threeposts__items{display:block}.threeposts__items:after{content:"";display:table;width:100%}.threeposts__item{display:inline-block;position:relative;width:30.66%;height:120px;margin:0 4% 1.5em 0;box-sizing:border-box;vertical-align:top}.threeposts__item:after{content:"";display:block;position:absolute;top:0;right:-7.2%;bottom:0;border:1px solid;border-width:0 1px 0 0;opacity:.2}.b-singlepost .threeposts__item:after{opacity:1;border-color:#DAE3E6}.threeposts__item:last-child,.threeposts__item:nth-child(3n){border-right-width:0;margin-right:0}.threeposts__item:last-child:after,.threeposts__item:nth-child(3n):after{content:none}.threeposts__head{position:relative;margin:0 0 .3em;font-weight:400;font-size:1em;line-height:1.4}.threeposts__link{margin:0}.threeposts__pic{overflow:hidden;position:absolute;top:0;display:block;width:175px;height:120px;margin:0;background-position:50% 50%;background-repeat:no-repeat;background-size:cover}.threeposts__img{position:absolute;width:100%;opacity:0;margin:0;vertical-align:top}.threeposts__title{overflow:hidden;position:relative;display:block;max-width:40em;min-height:1.4em;max-height:2.8em;margin:0}.threeposts__text{overflow:hidden;position:relative;max-height:4.1em;margin:0;font-size:.92em}.threeposts__item--pic .threeposts__text,.threeposts__item--pic .threeposts__title{margin-left:195px}.threeposts__item--nopic{padding-left:0}.threeposts__item--nopic .threeposts__pic{display:none}.threeposts__item--nopic .threeposts__text{display:block}.threeposts__item--video .threeposts__pic:after{content:" ";position:absolute;top:50%;left:50%;width:20px;height:20px;margin:-10px 0 0 -10px;background-repeat:no-repeat;background-position:0 0;background-image:url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20viewBox%3D%220%200%2020%2020%22%3E%3Cpath%20d%3D%22m10%200c-5.523%200-10%204.477-10%2010s4.477%2010%2010%2010%2010-4.477%2010-10-4.477-10-10-10zm0%2018.125c-4.488%200-8.125-3.638-8.125-8.125%200-4.488%203.637-8.125%208.125-8.125%204.487%200%208.125%203.637%208.125%208.125%200%204.487-3.638%208.125-8.125%208.125zm-2.5-12.5l7.5%204.375-7.5%204.375v-8.75z%22%20fill%3D%22%23fff%22/%3E%3C/svg%3E);font:0/0 a}.placeholder-threeposts{opacity:.1}#no-js .placeholder-threeposts{display:none}.placeholder-threeposts__items{display:block;margin:0;padding:0}.placeholder-threeposts__item{display:inline-block;position:relative;width:30.66%;height:120px;margin:0 4% 1.3em 0;box-sizing:border-box;vertical-align:top}.placeholder-threeposts__item:last-child{border-right-width:0;margin-right:0}.placeholder-threeposts__item:last-child:after{content:none}.placeholder-threeposts__item:after{content:"";display:block;position:absolute;top:0;right:-7.2%;bottom:0;border-right:1px solid currentColor;opacity:1}.placeholder-threeposts__head{margin:0}.placeholder-threeposts__pic{display:block;position:absolute;top:0;bottom:0;width:30%;background:currentColor}.placeholder-threeposts__title{display:block;position:relative;height:55px}.placeholder-threeposts__title:before{content:"";display:block;position:absolute;left:0;top:0;width:100%;height:18px;background:currentColor;box-shadow:-1.5em 24px 0}.placeholder-threeposts__text{margin:0;height:65px}.placeholder-threeposts__text:before{content:"";display:block;width:100%;height:6px;background:currentColor;box-shadow:-10px 10px 0,0 20px 0,-1em 30px 0,-2em 40px 0,-2.5em 50px 0,-4.5em 60px 0}.placeholder-threeposts__text,.placeholder-threeposts__title{margin-left:35%;overflow:hidden}.threeposts--items-in-row-1 .threeposts__inner{width:100%;max-width:1050px}.threeposts--items-in-row-1 .threeposts__item{display:block;width:100%}.threeposts--items-in-row-1 .threeposts__item:not(.threeposts__item--pic){height:auto;max-height:120px}.threeposts--items-in-row-1 .threeposts__item:after{content:"";top:auto;right:0;bottom:-.7em;left:0;border-bottom-width:1px;border-right:0}.threeposts--items-in-row-1 .threeposts__item:last-child{margin-bottom:0}.threeposts--items-in-row-1 .threeposts__item:last-child:after{content:none}.threeposts--items-in-row-1 .threeposts__title{height:auto;max-height:2.8em}.threeposts--items-in-row-2{display:block}.threeposts--items-in-row-2 .threeposts__inner{width:100%;max-width:1050px}.threeposts--items-in-row-2 .threeposts__item{display:inline-block;width:48%;margin-right:4%}.threeposts--items-in-row-2 .threeposts__item:after{content:"";right:-4.08%}.threeposts--items-in-row-2 .threeposts__item:last-child,.threeposts--items-in-row-2 .threeposts__item:nth-child(2n){margin-right:0}.threeposts--items-in-row-2 .threeposts__item:last-child:after,.threeposts--items-in-row-2 .threeposts__item:nth-child(2n):after{content:none}.threeposts--items-in-row-2 .threeposts__item:nth-last-child(-n+2){margin-bottom:0}.threeposts--items-in-row-3{display:block}.threeposts--items-in-row-3 .threeposts__item{display:inline-block}.threeposts--items-in-row-3 .threeposts__item:nth-last-child(-n+3){margin-bottom:0}.threeposts--items-in-row-4{display:block}.threeposts--items-in-row-4 .threeposts__item{display:inline-block;width:22%;margin-right:4%;border-right-width:1px}.threeposts--items-in-row-4 .threeposts__item:after{content:"";right:-9.09%}.threeposts--items-in-row-4 .threeposts__item:last-child:after,.threeposts--items-in-row-4 .threeposts__item:nth-child(4n):after{content:none}.threeposts--items-in-row-4 .threeposts__item:last-child,.threeposts--items-in-row-4 .threeposts__item:nth-child(4n){margin-right:0}.threeposts--items-in-row-4 .threeposts__item:nth-last-child(-n+4){margin-bottom:0}.threeposts--items-in-row-5 .threeposts__item{width:16.8%;margin-right:4%;margin-bottom:0;border-right-width:1px}.threeposts--items-in-row-5 .threeposts__item:after{content:"";right:-11.9%}.threeposts--items-in-row-5 .threeposts__item:last-child:after{content:none}.threeposts--items-in-row-5 .threeposts__item:last-child{margin-right:0}.threeposts--items-in-row-5 .threeposts__item:nth-last-child(-n+5){margin-bottom:0}.threeposts--items-in-row-6 .threeposts__item{width:13.33%;margin-bottom:0;margin-right:4%;border-right-width:1px}.threeposts--items-in-row-6 .threeposts__item:after{content:"";right:-15.03%}.threeposts--items-in-row-6 .threeposts__item:last-child:after{content:none}.threeposts--items-in-row-6 .threeposts__item:last-child{margin-right:0}.threeposts--items-in-row-6 .threeposts__item:nth-last-child(-n+6){margin-bottom:0}.threeposts--item-size-xxl .threeposts__pic{width:300px}.threeposts--item-size-xxl .threeposts__item--pic .threeposts__text,.threeposts--item-size-xxl .threeposts__item--pic .threeposts__title{margin-left:320px}.threeposts--item-size-xl .threeposts__pic{width:200px}.threeposts--item-size-xl .threeposts__item--pic .threeposts__text,.threeposts--item-size-xl .threeposts__item--pic .threeposts__title{margin-left:220px}.threeposts--item-size-m .threeposts__pic{width:150px}.threeposts--item-size-m .threeposts__item--pic .threeposts__text,.threeposts--item-size-m .threeposts__item--pic .threeposts__title{margin-left:170px}.threeposts--item-size-s .threeposts__pic{width:120px}.threeposts--item-size-s .threeposts__item--pic .threeposts__text,.threeposts--item-size-s .threeposts__item--pic .threeposts__title{margin-left:140px}.threeposts--item-size-xs .threeposts__item{height:100px}.threeposts--item-size-xs .threeposts__pic{width:75px;height:100px}.threeposts--item-size-xs .threeposts__item--pic .threeposts__text,.threeposts--item-size-xs .threeposts__item--pic .threeposts__title{margin-left:95px}.threeposts--item-size-xs .threeposts__item--pic .threeposts__title{max-height:5.6em}.threeposts--item-size-xs .threeposts__item--pic:not(.threeposts__item--short-title) .threeposts__text{display:none}.threeposts--item-size-xxs .threeposts__item{height:150px}.threeposts--item-size-xxs .threeposts__pic{width:100%;height:100px}.threeposts--item-size-xxs .threeposts__item--pic .threeposts__head{padding-top:110px}.threeposts--item-size-xxs .threeposts__item--pic .threeposts__text,.threeposts--item-size-xxs .threeposts__item--pic .threeposts__title{margin-left:0}#no-js .threeposts__pic,.threeposts--item-size-xxs .threeposts__item--pic .threeposts__text{display:none}#no-js .threeposts__text,#no-js .threeposts__title{margin-left:0}.b-singlepost .threeposts{margin:0 30px;padding:30px 0;border-top:1px solid #DAE3E6}.b-singlepost .threeposts+#comments.entry-unrelated{margin-left:30px;margin-right:30px;padding-top:30px;border-top:1px solid #DAE3E6}@media all and (max-width:480px){.b-singlepost .threeposts,.b-singlepost .threeposts+#comments.entry-unrelated{margin-left:15px;margin-right:15px}}

/* file-end: stc/widgets/threeposts.css 
----------------------------------------------------------------------------------*/
/* ---------------------------------------------------------------------------------
   file-start: stc/msgsystem.css 
*/

/* System Message
----------------------------------- */
.b-msgsystem-wrapper {
    width: 100%;
    height: auto;
    }
    .b-msgsystem-wrapper.b-msgsystem-wrapper-fixed {
        position: fixed;
        top: 0;
        left: 0;
        z-index: 5000;
        overflow: hidden;
        padding: 0 0 10px;
        }

    .g-sensor .b-msgsystem-wrapper.b-msgsystem-wrapper-fixed,
    .mobile-msg .b-msgsystem-wrapper.b-msgsystem-wrapper-fixed {
        position: static;
        padding: 0;
        background-image: none;
        }

    /* open popup */
    .flatpopup-open .b-msgsystem-wrapper.b-msgsystem-wrapper-fixed {
        z-index: 5001;
        }

    /* on top */
    .b-msgsystem-wrapper-ontop.b-msgsystem-wrapper.b-msgsystem-wrapper-fixed {
        position: absolute;
        top: 60px;
        z-index: 4998;
        }
    .flatpopup-open .b-msgsystem-wrapper-ontop.b-msgsystem-wrapper.b-msgsystem-wrapper-fixed {
        z-index: 5001;
        }

.b-msgsystem {
    position: relative;
    min-height: 50px;
    padding: 10px 140px 10px 120px;
    font: 14px/1.357 Arial, Helvetica, sans-serif;
    }
    .b-msgsystem DD,
    .b-msgsystem DT,
    .b-msgsystem TH,
    .b-msgsystem TD,
    .b-msgsystem P,
    .b-msgsystem DIV,
    .b-msgsystem LI,
    .b-msgsystem PRE,
    .b-msgsystem CODE,
    .b-msgsystem KBD {
        font-size: 100%;
        }
    .b-msgsystem .i-ljuser-userhead {
        vertical-align: top !important;
        margin: 3px 0 0 0;
        }
.b-msgsystem:after {
    position: absolute;
    bottom: -10px;
    left: 0;
    display: block;
    content: '';
    width: 100%;
    height: 10px;
    background-image: -webkit-linear-gradient(top, rgba(53, 99, 161, 0.3), rgba(53, 99, 161, 0));
    background-image:    -moz-linear-gradient(top, rgba(53, 99, 161, 0.3), rgba(53, 99, 161, 0));
    background-image:      -o-linear-gradient(top, rgba(53, 99, 161, 0.3), rgba(53, 99, 161, 0));
    background-image:   linear-gradient(to bottom, rgba(53, 99, 161, 0.3), rgba(53, 99, 161, 0));
    -webkit-background-size: 10px 10px;
         -o-background-size: 10px 10px;
            background-size: 10px 10px;
    background-position: 0 100%;
    background-repeat: repeat-x;
    }
    .b-msgsystem-head {
        margin: 0 0 0.357em;
        padding: 0;
        font-size: 1.142em;
        font-weight: bold;
        }
    .b-msgsystem-wrap {
        line-height: 50px;
        min-height: 50px;
        }

    .b-msgsystem-head ~ .b-msgsystem-wrap {
        line-height: inherit;
        min-height: 0;
        }

    .b-msgsystem-body {
        display: inline-block;
        vertical-align: middle;
        line-height: 1.571;
        font-size: 1em;
        color: #787878;
        }
    .b-msgsystem-intext {
        margin-bottom: 2em;
        }

.b-msgsystem .i-ljuser-username,
.b-msgsystem .i-ljuser-username:link,
.b-msgsystem .i-ljuser-username:visited {
    color: #0051B7 !important;
    }
.b-msgsystem .i-ljuser-username:hover,
.b-msgsystem .i-ljuser-username:active {
    color: #C00 !important;
    }

.b-msgsystem-type-error {
    background: #FFEFEF no-repeat 2.7em 50% url('data:image/png;base64,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');
    color: #CB1427;
    }
    .b-msgsystem-type-error + .b-msgsystem-type-error {
        border-top: 1px solid #FFDFDF;
        }
.b-msgsystem-type-warning {
    background: #FCF8E3 no-repeat 2.7em 50% url('data:image/png;base64,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');
    color: #C09853;
    }
    .b-msgsystem-type-warning + .b-msgsystem-type-warning {
        border-top: 1px solid #F9F1C7;
        }
.b-msgsystem-type-success {
    background: #DFF0D8 no-repeat 2.7em 50% url('data:image/png;base64,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');
    color: #468847;
    }
    .b-msgsystem-type-success + .b-msgsystem-type-success {
        border-top: 1px solid #BFE1B1;
        }
.b-msgsystem-type-info {
    background: #D9EDF7 no-repeat 2.7em 50% url('data:image/png;base64,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');
    color: #3A87AD;
    }
    .b-msgsystem-type-info + .b-msgsystem-type-info {
        border-top: 1px solid #B3DBEF;
        }

.b-msgsystem-close {
    position: absolute;
    right: 0;
    top: 50%;
    width: 100px;
    margin: -0.714em 0 0;
    padding: 0 2em 0 0;
    text-align: right;
    cursor: pointer;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    color: #000;
    }
.b-msgsystem-close:hover {
    color: #C00;
    }
    .b-msgsystem-close-text {
        border-bottom: 1px dotted;
        }
    .b-msgsystem-close-ctrl {
        margin: 0 0 0 0.1em;
        vertical-align: middle;
        font-size: 1.3em;
        }


/* xs-size screen (45em) ~ 630px */
@media all and (max-width: 45em) {
    .b-msgsystem {
        padding: 10px 50px 10px 44px;
        background-position: 10px 10px;
        -webkit-background-size: 24px;
             -o-background-size: 24px;
                background-size: 24px;
        }

    .b-msgsystem-close {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        margin: 0;
        width: 50px;
        }
        .b-msgsystem-close-text {
            display: none;
            }
        .b-msgsystem-close-ctrl {
            position: absolute;
            top: 50%;
            left: 50%;
            margin: -0.6em 0 0 -0.2em;
            text-shadow: 0 -1px 0 rgba(255, 255, 255, 0.5);
            font-size: 1.7em;
            color: rgba(0, 0, 0, 0.5);
            }
}

/* Toggle */
.b-msgsystem {
    top: 0;
    opacity: 1;
    -webkit-transition: 0.3s top, 0.3s opacity;
       -moz-transition: 0.3s top, 0.3s opacity;
        -ms-transition: 0.3s top, 0.3s opacity;
         -o-transition: 0.3s top, 0.3s opacity;
            transition: 0.3s top, 0.3s opacity;
    }
.b-msgsystem-enter,
.b-msgsystem-leave {
    top: -100px;
    opacity: 0;
    }

@media print {
    .b-msgsystem-wrapper {
        display: none;
        }
}


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