.hc-selectors a,
.nwm-v-buttons a {
    color: #ffffff;
}

.spin-result-wrapper {
    display: none;
    padding: 0 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    top: 0;
    z-index: 999;
    left: 0;
    height: 100%;
    position: fixed;
    background-color: rgba(0, 0, 0, .6);
    text-align: center;
}

.pop-up-window {
    position: relative;
    max-width: 400px;
    right: 0;
    left: 0;
    top: 40%;
    margin: 0 auto;
    background: #fff;
    text-align: center;
    padding: 70px 10px 20px;
    border-radius: 10px;
    animation: .7s ease 0s normal none 1 running pop-up-appear;
}

.pop-up-window::before {
    width: 110px;
    height: 110px;
    top: -55px;
    background-color: #71c341;
    border-radius: 50%;
    animation: .5s ease .6s normal backwards 1 running pop-up-appear-before;
}

.pop-up-window::after,
.pop-up-window::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.close-popup {
    position: absolute;
    width: 30px;
    height: 30px;
    background-image: url(cross.svg);
    background-size: 100%;
    top: -40px;
    border-radius: 50%;
    -webkit-box-shadow: 0 0 10px #fff;
    box-shadow: 0 0 10px #fff;
    right: -40px;
    cursor: pointer;
}

.danger-text {
    color: red;
    font-weight: 700;
}

.pop-up-window::after {
    width: 50px;
    height: 20px;
    top: -20px;
    border-width: medium medium 4px 4px;
    border-style: none none solid solid;
    border-color: currentcolor currentcolor #fff #fff;
    -moz-border-top-colors: none;
    -moz-border-right-colors: none;
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    border-image: none;
    transform: rotate(-45deg);
    transition: opacity 1s ease 0s;
    animation: .5s ease .6s normal backwards 1 running pop-up-appear-after;
}

.pop-up-button {
    text-transform: uppercase;
    padding: 10px 20%;
    font-size: 20px;
    color: #ffffff;
    border-radius: 5px;
    background-color: #71c341;
    border: none;
    cursor: pointer;
    outline: 0;
}

.sweet-alert .sa-icon.sa-success {
    border-color: #A5DC86;
}

.sweet-alert .sa-icon.sa-success::before {
    -webkit-border-radius: 120px 0 0 120px;
    border-radius: 120px 0 0 120px;
    top: -7px;
    left: -33px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transform-origin: 60px 60px;
    transform-origin: 60px 60px;
}

.sa-icon.sa-success.animate::after {
    -webkit-animation: rotatePlaceholder 4.25s ease-in;
    animation: rotatePlaceholder 4.25s ease-in;
}

.sweet-alert button {
    background-color: #e84242;
    color: #fff;
    border: none;
    box-shadow: none;
    font-size: 17px;
    font-weight: 500;
    -webkit-border-radius: 4px;
    border-radius: 5px;
    padding: 10px 32px;
    margin: 26px 5px 0;
    cursor: pointer;
}

.entry-content p {
    font-size: 17px;
    line-height: 1.3;
}

.sweet-alert p {
    color: #797979;
    font-size: 15px;
    font-weight: 300;
    position: relative;
    text-align: inherit;
    float: none;
    margin: 0;
    padding: 0;
    line-height: normal;
}

.sweet-alert .sa-icon.sa-success::after {
    -webkit-border-radius: 0 120px 120px 0;
    border-radius: 0 120px 120px 0;
    top: -11px;
    left: 30px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transform-origin: 0 60px;
    transform-origin: 0 60px;
}

.sweet-alert .sa-icon.sa-success .sa-fix {
    width: 5px;
    height: 90px;
    background-color: #fff;
    position: absolute;
    left: 28px;
    top: 8px;
    z-index: 1;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.sweet-alert .sa-icon.sa-success .sa-placeholder {
    width: 80px;
    height: 80px;
    border: 4px solid rgba(165, 220, 134, .2);
    -webkit-border-radius: 40px;
    border-radius: 50%;
    box-sizing: content-box;
    position: absolute;
    left: -4px;
    top: -4px;
    z-index: 2;
}

.sweet-alert .sa-icon.sa-success .sa-line {
    height: 5px;
    background-color: #A5DC86;
    display: block;
    border-radius: 2px;
    position: absolute;
    z-index: 2;
}

.sweet-alert .sa-icon.sa-success .sa-line.sa-long {
    width: 47px;
    right: 8px;
    top: 38px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.sweet-alert .sa-icon.sa-success .sa-line {
    height: 5px;
    background-color: #A5DC86;
    display: block;
    border-radius: 2px;
    position: absolute;
    z-index: 2;
}

.sweet-alert .sa-icon.sa-success .sa-line.sa-tip {
    width: 25px;
    left: 14px;
    top: 46px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.sweet-alert .sa-icon.sa-success::after,
.sweet-alert .sa-icon.sa-success::before {
    content: '';
    position: absolute;
    width: 60px;
    height: 120px;
    background: #fff;
}

.sweet-alert .sa-icon {
    width: 80px;
    height: 80px;
    border: 4px solid gray;
    -webkit-border-radius: 40px;
    border-radius: 50%;
    margin: 20px auto;
    padding: 0;
    position: relative;
    box-sizing: content-box;
}

.sweet-alert,
.sweet-overlay {
    position: fixed;
    display: none;
}

.order_block {
    display: none;
    margin-top: 30px;
    text-align: center !important;
}

.boxes__discount {
    display: none;
}

.show {
    display: block !important;
}

#everad_form {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.input-roulette,
input[name="name"],
input[name="phone"] {
    padding-left: 5px;
    height: 42px;
    margin-bottom: 10px;
    max-width: 178px;
    min-width: 178px;
    box-sizing: border-box;
    font-size: 16px;
}

.time_remains {
    font-size: 1.1em;
    color: red;
    font-weight: 700;
}

.input-roulette {
    width: auto !important;
}

.boxes {
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 1000px;
    margin: 0 auto;
}

.submit-roulette {
    text-transform: uppercase;
    padding: 15px;
    margin: 5px 0 15px;
    outline: 0;
    border: none;
    width: 280px;
    border-radius: 5px;
    box-shadow: 0 4px 3px #242120;
    background: red;
    color: #fff;
    font-weight: 700;
    cursor: pointer;
    transition: background .3s;
    -webkit-appearance: none;
}

.input-roulette,
input[name="name"],
input[name="phone"] {
    padding-left: 5px;
    height: 42px;
    margin-bottom: 10px;
    max-width: 178px;
    min-width: 178px;
    box-sizing: border-box;
}

.order_block h3 {
    font: 700 18px Arial !important;
    background: 0 0;
}

.sweet-overlay {
    background-color: #000;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
    background-color: rgba(0, 0, 0, .4);
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 10000;
}

.sweet-alert {
    background-color: #fff;
    font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    max-width: 478px;
    padding: 17px;
    border-radius: 5px;
    text-align: center;
    left: 0;
    top: 35%;
    right: 0;
    margin: 0 auto;
    overflow: hidden;
    z-index: 99999;
    width: 90%;
}

.bounceIn {
    -webkit-animation-name: bounceIn;
}

.la-ball-fall,
.visible {
    display: block;
}

.pop-up-text {
    margin-bottom: 25px;
    font-size: 24px;
    line-height: 30px;
    text-align: center !important;
}

.entry-content p {
    font-size: 17px;
    line-height: 1.3;
}

.pop-up-heading {
    font-size: 40px;
    margin-bottom: 20px;
}

#quiz {
    min-height: 50vh;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 50px;
    background: #f9f9f9;
}

.comment-box:not(:last-child) {
    border-bottom: 1px solid #ccc;
}

.main-btn {
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all .3s;
}

.form button,
.main-btn {
    border-radius: 20px;
    max-width: 350px;
    width: 100%;
    display: block;
    margin: 0 auto;
    text-align: center;
    background-color: #dc143c !important;
    color: #fff !important;
    height: 31px;
}

.comment-box {
    padding: 10px;
}

.reply {
    margin-left: 50px;
}


.comment-date__time {
    color: #94989B;
    font-size: 12px;
}

.comment-date__name {
    font-weight: 700;
    font-size: 16px;
    line-height: 1.4;
}

.comment-date {
    display: flex;
    align-items: center;
    position: relative;
}

.entry-content h3 {
    margin-top: 1.4rem;
    font-weight: 400;
    font-size: 21px;
    line-height: 1.25;
}

hr {
    display: block;
    margin-top: 2rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid rgba(0, 0, 0, .15);
}

.myh4 {
    padding: 6px 4px 4px 5px;
    width: 100%;
    display: table;
    border: 1px dotted #e2e2e2;
    border-right: none;
    color: #3a753a;
    font-size: 14px;
    margin-bottom: 9px;
    line-height: 23px;
    border-radius: 2px;
    margin-top: 5px;
    margin-left: -3px;
    font-weight: 600;
    background-color: #f5fef5;
    background-image: -webkit-repeating-linear-gradient(0deg, #bfe6bf 0, #f5fef5 100%);
    background-image: repeating-linear-gradient(90deg, #bfe6bf 0, #f5fef5 100%);
    background-image: -ms-repeating-linear-gradient(0deg, #bfe6bf 0, rgba(3, 224, 0, .04) 100%);
}

.step-quest>* {
    width: 50%;
    padding: 0 15px;
    margin-bottom: 30px;
}

#step1 h2,
#step2 h2,
#step3 h2,
#last_step h2 {
    text-align: center;
    margin-bottom: 50px !important;
}

#step4 h2 {
    margin-bottom: 50px;
}

#quiz_form {
    width: 100%;
}

#other_steps {
    text-align: center;
}

.step-quest {
    display: flex;
    flex-wrap: wrap;

    justify-content: center;
}

.step-quest>* label {
    display: block;
    border: 2px solid #eee;
    padding: 15px 30px;
    border-radius: 5px;
    height: 100%;
    cursor: pointer;
}

#step0,
#step1,
#step2,
#step3,
#step4,
#step5,
#step6,
#step7,
#step8,
#step9,
#step10,
#other_steps,
#last_step {
    display: none;
}

.step-quest>* label input {
    margin-right: 15px;
    display: none;
}

#curr_step {
    margin-bottom: 15px;
    margin-top: 40px;
}

#progress_bar {
    height: 5px;
    width: 100%;
    background: rgba(84, 168, 251, 0.2);
}

#progress_in {
    width: 0;
    height: 100%;
    background: #54a8fb;
    transition: all .3s ease;
    -o-transition: all .3s;
    -webkit-transition: all .3s ease 0;
}


abbr,
address,
article,
aside,
audio,
b,
blockquote,
body,
canvas,
caption,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
p,
pre,
q,
samp,
section,
small,
span,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
ul,
var,
video {
    background: transparent;
    border: 0;
    font-size: 100%;
    margin: 0;
    outline: 0;
    padding: 0;
    vertical-align: baseline
}

html {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 16px;
    overflow-x: hidden;
    -webkit-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    text-size-adjust: 100%
}

*,
:after,
:before {
    -webkit-box-sizing: inherit;
    box-sizing: inherit
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block
}

ol,
ul {
    list-style: none
}

blockquote,
q {
    quotes: none
}

blockquote:after,
blockquote:before,
q:after,
q:before {
    content: "";
    content: none
}

img {
    border: 0
}

a {
    text-decoration: none;
    -webkit-tap-highlight-color: transparent
}

.clearfix:after {
    clear: both;
    content: "";
    display: table
}

table {
    border-spacing: 0;
    border-collapse: collapse
}

@-moz-viewport {
    width: device-width
}

@-ms-viewport {
    width: device-width
}

@-webkit-viewport {
    width: device-width
}

@-o-viewport {
    width: device-width
}

@viewport {
    width: device-width
}

.container {
    padding-left: 0;
    padding-right: 0;
    margin-right: auto;
    margin-left: auto
}

.container:after {
    display: table;
    clear: both;
    content: ""
}

@media (min-width:768px) {
    .container {
        max-width: 720px
    }
}

@media (min-width:992px) {
    .container {
        max-width: 940px
    }
}

@media (min-width:1200px) {
    .container {
        max-width: 1140px
    }
}

@media (min-width:1300px) {
    .container {
        max-width: 1240px
    }
}

.container-fluid {
    padding-left: 10px;
    padding-right: 10px;
    margin-right: auto;
    margin-left: auto
}

.container-fluid:after {
    display: table;
    clear: both;
    content: ""
}

.row {
    margin-left: 10px;
    margin-right: 10px
}

.row:after {
    display: table;
    clear: both;
    content: ""
}

.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-xl-1,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
    position: relative;
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px
}

.nopadding {
    padding-left: 0;
    padding-right: 0
}

@media (min-width:768px) {
    .nopadding.mobile {
        padding-left: 10px;
        padding-right: 10px
    }
}

.nopadding-left {
    padding-left: 0
}

.nopadding-right {
    padding-right: 0
}

.nomargin,
.nomargin.mobile {
    margin-left: 0;
    margin-right: 0
}

@media (min-width:768px) {
    .nomargin.mobile {
        margin-left: 10px;
        margin-right: 10px
    }
}

@media (max-width:767px) {
    .step-quest>* {
        width: 100% !important;
    }

    #quiz {
        padding: 50px 10px !important;
    }

    .nomargin.excludeMobile {
        margin-left: 10px;
        margin-right: 10px
    }
}

.negativemargin {
    margin-left: -10px;
    margin-right: -10px
}

.positivemargin {
    margin-left: 20px;
    margin-right: 20px
}

.nomargin.mobile.positivemargin {
    margin-left: 0;
    margin-right: 0
}

@media (min-width:992px) {
    .nomargin.mobile.positivemargin {
        margin-left: 20px;
        margin-right: 20px
    }
}

@media (max-width:767px) {
    .col-visible-md {
        display: none !important
    }
}

@media (max-width:991px) {
    .col-visible-lg {
        display: none !important
    }
}

@media (max-width:1199px) {
    .col-visible-xl {
        display: none !important
    }
}

@media (max-width:575px) {
    .hidden-xs-down {
        display: none !important
    }
}

@media (min-width:576px) {
    .hidden-sm-up {
        display: none !important
    }
}

.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
    float: left
}

.col-xs-1 {
    width: 8.333333%
}

.col-xs-2 {
    width: 16.666667%
}

.col-xs-3 {
    width: 25%
}

.col-xs-4 {
    width: 33.333333%
}

.col-xs-5 {
    width: 41.666667%
}

.col-xs-6 {
    width: 50%
}

.col-xs-7 {
    width: 58.333333%
}

.col-xs-8 {
    width: 66.666667%
}

.col-xs-9 {
    width: 75%
}

.col-xs-10 {
    width: 83.333333%
}

.col-xs-11 {
    width: 91.666667%
}

.col-xs-12 {
    width: 100%
}

.col-xs-pull-0 {
    right: auto
}

.col-xs-pull-1 {
    right: 8.333333%
}

.col-xs-pull-2 {
    right: 16.666667%
}

.col-xs-pull-3 {
    right: 25%
}

.col-xs-pull-4 {
    right: 33.333333%
}

.col-xs-pull-5 {
    right: 41.666667%
}

.col-xs-pull-6 {
    right: 50%
}

.col-xs-pull-7 {
    right: 58.333333%
}

.col-xs-pull-8 {
    right: 66.666667%
}

.col-xs-pull-9 {
    right: 75%
}

.col-xs-pull-10 {
    right: 83.333333%
}

.col-xs-pull-11 {
    right: 91.666667%
}

.col-xs-pull-12 {
    right: 100%
}

.col-xs-push-0 {
    left: auto
}

.col-xs-push-1 {
    left: 8.333333%
}

.col-xs-push-2 {
    left: 16.666667%
}

.col-xs-push-3 {
    left: 25%
}

.col-xs-push-4 {
    left: 33.333333%
}

.col-xs-push-5 {
    left: 41.666667%
}

.col-xs-push-6 {
    left: 50%
}

.col-xs-push-7 {
    left: 58.333333%
}

.col-xs-push-8 {
    left: 66.666667%
}

.col-xs-push-9 {
    left: 75%
}

.col-xs-push-10 {
    left: 83.333333%
}

.col-xs-push-11 {
    left: 91.666667%
}

.col-xs-push-12 {
    left: 100%
}

.col-xs-offset-0 {
    margin-left: 0
}

.col-xs-offset-1 {
    margin-left: 8.333333%
}

.col-xs-offset-2 {
    margin-left: 16.666667%
}

.col-xs-offset-3 {
    margin-left: 25%
}

.col-xs-offset-4 {
    margin-left: 33.333333%
}

.col-xs-offset-5 {
    margin-left: 41.666667%
}

.col-xs-offset-6 {
    margin-left: 50%
}

.col-xs-offset-7 {
    margin-left: 58.333333%
}

.col-xs-offset-8 {
    margin-left: 66.666667%
}

.col-xs-offset-9 {
    margin-left: 75%
}

.col-xs-offset-10 {
    margin-left: 83.333333%
}

.col-xs-offset-11 {
    margin-left: 91.666667%
}

.col-xs-offset-12 {
    margin-left: 100%
}

@media (min-width:544px) {

    .col-sm-1,
    .col-sm-2,
    .col-sm-3,
    .col-sm-4,
    .col-sm-5,
    .col-sm-6,
    .col-sm-7,
    .col-sm-8,
    .col-sm-9,
    .col-sm-10,
    .col-sm-11,
    .col-sm-12 {
        float: left
    }

    .col-sm-1 {
        width: 8.333333%
    }

    .col-sm-2 {
        width: 16.666667%
    }

    .col-sm-3 {
        width: 25%
    }

    .col-sm-4 {
        width: 33.333333%
    }

    .col-sm-5 {
        width: 41.666667%
    }

    .col-sm-6 {
        width: 50%
    }

    .col-sm-7 {
        width: 58.333333%
    }

    .col-sm-8 {
        width: 66.666667%
    }

    .col-sm-9 {
        width: 75%
    }

    .col-sm-10 {
        width: 83.333333%
    }

    .col-sm-11 {
        width: 91.666667%
    }

    .col-sm-12 {
        width: 100%
    }

    .col-sm-pull-0 {
        right: auto
    }

    .col-sm-pull-1 {
        right: 8.333333%
    }

    .col-sm-pull-2 {
        right: 16.666667%
    }

    .col-sm-pull-3 {
        right: 25%
    }

    .col-sm-pull-4 {
        right: 33.333333%
    }

    .col-sm-pull-5 {
        right: 41.666667%
    }

    .col-sm-pull-6 {
        right: 50%
    }

    .col-sm-pull-7 {
        right: 58.333333%
    }

    .col-sm-pull-8 {
        right: 66.666667%
    }

    .col-sm-pull-9 {
        right: 75%
    }

    .col-sm-pull-10 {
        right: 83.333333%
    }

    .col-sm-pull-11 {
        right: 91.666667%
    }

    .col-sm-pull-12 {
        right: 100%
    }

    .col-sm-push-0 {
        left: auto
    }

    .col-sm-push-1 {
        left: 8.333333%
    }

    .col-sm-push-2 {
        left: 16.666667%
    }

    .col-sm-push-3 {
        left: 25%
    }

    .col-sm-push-4 {
        left: 33.333333%
    }

    .col-sm-push-5 {
        left: 41.666667%
    }

    .col-sm-push-6 {
        left: 50%
    }

    .col-sm-push-7 {
        left: 58.333333%
    }

    .col-sm-push-8 {
        left: 66.666667%
    }

    .col-sm-push-9 {
        left: 75%
    }

    .col-sm-push-10 {
        left: 83.333333%
    }

    .col-sm-push-11 {
        left: 91.666667%
    }

    .col-sm-push-12 {
        left: 100%
    }

    .col-sm-offset-0 {
        margin-left: 0
    }

    .col-sm-offset-1 {
        margin-left: 8.333333%
    }

    .col-sm-offset-2 {
        margin-left: 16.666667%
    }

    .col-sm-offset-3 {
        margin-left: 25%
    }

    .col-sm-offset-4 {
        margin-left: 33.333333%
    }

    .col-sm-offset-5 {
        margin-left: 41.666667%
    }

    .col-sm-offset-6 {
        margin-left: 50%
    }

    .col-sm-offset-7 {
        margin-left: 58.333333%
    }

    .col-sm-offset-8 {
        margin-left: 66.666667%
    }

    .col-sm-offset-9 {
        margin-left: 75%
    }

    .col-sm-offset-10 {
        margin-left: 83.333333%
    }

    .col-sm-offset-11 {
        margin-left: 91.666667%
    }

    .col-sm-offset-12 {
        margin-left: 100%
    }
}

@media (min-width:768px) {

    .col-md-1,
    .col-md-2,
    .col-md-3,
    .col-md-4,
    .col-md-5,
    .col-md-6,
    .col-md-7,
    .col-md-8,
    .col-md-9,
    .col-md-10,
    .col-md-11,
    .col-md-12 {
        float: left
    }

    .col-md-1 {
        width: 8.333333%
    }

    .col-md-2 {
        width: 16.666667%
    }

    .col-md-3 {
        width: 25%
    }

    .col-md-4 {
        width: 33.333333%
    }

    .col-md-5 {
        width: 41.666667%
    }

    .col-md-6 {
        width: 50%
    }

    .col-md-7 {
        width: 58.333333%
    }

    .col-md-8 {
        width: 66.666667%
    }

    .col-md-9 {
        width: 75%
    }

    .col-md-10 {
        width: 83.333333%
    }

    .col-md-11 {
        width: 91.666667%
    }

    .col-md-12 {
        width: 100%
    }

    .col-md-pull-0 {
        right: auto
    }

    .col-md-pull-1 {
        right: 8.333333%
    }

    .col-md-pull-2 {
        right: 16.666667%
    }

    .col-md-pull-3 {
        right: 25%
    }

    .col-md-pull-4 {
        right: 33.333333%
    }

    .col-md-pull-5 {
        right: 41.666667%
    }

    .col-md-pull-6 {
        right: 50%
    }

    .col-md-pull-7 {
        right: 58.333333%
    }

    .col-md-pull-8 {
        right: 66.666667%
    }

    .col-md-pull-9 {
        right: 75%
    }

    .col-md-pull-10 {
        right: 83.333333%
    }

    .col-md-pull-11 {
        right: 91.666667%
    }

    .col-md-pull-12 {
        right: 100%
    }

    .col-md-push-0 {
        left: auto
    }

    .col-md-push-1 {
        left: 8.333333%
    }

    .col-md-push-2 {
        left: 16.666667%
    }

    .col-md-push-3 {
        left: 25%
    }

    .col-md-push-4 {
        left: 33.333333%
    }

    .col-md-push-5 {
        left: 41.666667%
    }

    .col-md-push-6 {
        left: 50%
    }

    .col-md-push-7 {
        left: 58.333333%
    }

    .col-md-push-8 {
        left: 66.666667%
    }

    .col-md-push-9 {
        left: 75%
    }

    .col-md-push-10 {
        left: 83.333333%
    }

    .col-md-push-11 {
        left: 91.666667%
    }

    .col-md-push-12 {
        left: 100%
    }

    .col-md-offset-0 {
        margin-left: 0
    }

    .col-md-offset-1 {
        margin-left: 8.333333%
    }

    .col-md-offset-2 {
        margin-left: 16.666667%
    }

    .col-md-offset-3 {
        margin-left: 25%
    }

    .col-md-offset-4 {
        margin-left: 33.333333%
    }

    .col-md-offset-5 {
        margin-left: 41.666667%
    }

    .col-md-offset-6 {
        margin-left: 50%
    }

    .col-md-offset-7 {
        margin-left: 58.333333%
    }

    .col-md-offset-8 {
        margin-left: 66.666667%
    }

    .col-md-offset-9 {
        margin-left: 75%
    }

    .col-md-offset-10 {
        margin-left: 83.333333%
    }

    .col-md-offset-11 {
        margin-left: 91.666667%
    }

    .col-md-offset-12 {
        margin-left: 100%
    }
}

@media (min-width:992px) {

    .col-lg-1,
    .col-lg-2,
    .col-lg-3,
    .col-lg-4,
    .col-lg-5,
    .col-lg-6,
    .col-lg-7,
    .col-lg-8,
    .col-lg-9,
    .col-lg-10,
    .col-lg-11,
    .col-lg-12 {
        float: left
    }

    .col-lg-1 {
        width: 8.333333%
    }

    .col-lg-2 {
        width: 16.666667%
    }

    .col-lg-3 {
        width: 25%
    }

    .col-lg-4 {
        width: 33.333333%
    }

    .col-lg-5 {
        width: 41.666667%
    }

    .col-lg-6 {
        width: 50%
    }

    .col-lg-7 {
        width: 58.333333%
    }

    .col-lg-8 {
        width: 66.666667%
    }

    .col-lg-9 {
        width: 75%
    }

    .col-lg-10 {
        width: 83.333333%
    }

    .col-lg-11 {
        width: 91.666667%
    }

    .col-lg-12 {
        width: 100%
    }

    .col-lg-pull-0 {
        right: auto
    }

    .col-lg-pull-1 {
        right: 8.333333%
    }

    .col-lg-pull-2 {
        right: 16.666667%
    }

    .col-lg-pull-3 {
        right: 25%
    }

    .col-lg-pull-4 {
        right: 33.333333%
    }

    .col-lg-pull-5 {
        right: 41.666667%
    }

    .col-lg-pull-6 {
        right: 50%
    }

    .col-lg-pull-7 {
        right: 58.333333%
    }

    .col-lg-pull-8 {
        right: 66.666667%
    }

    .col-lg-pull-9 {
        right: 75%
    }

    .col-lg-pull-10 {
        right: 83.333333%
    }

    .col-lg-pull-11 {
        right: 91.666667%
    }

    .col-lg-pull-12 {
        right: 100%
    }

    .col-lg-push-0 {
        left: auto
    }

    .col-lg-push-1 {
        left: 8.333333%
    }

    .col-lg-push-2 {
        left: 16.666667%
    }

    .col-lg-push-3 {
        left: 25%
    }

    .col-lg-push-4 {
        left: 33.333333%
    }

    .col-lg-push-5 {
        left: 41.666667%
    }

    .col-lg-push-6 {
        left: 50%
    }

    .col-lg-push-7 {
        left: 58.333333%
    }

    .col-lg-push-8 {
        left: 66.666667%
    }

    .col-lg-push-9 {
        left: 75%
    }

    .col-lg-push-10 {
        left: 83.333333%
    }

    .col-lg-push-11 {
        left: 91.666667%
    }

    .col-lg-push-12 {
        left: 100%
    }

    .col-lg-offset-0 {
        margin-left: 0
    }

    .col-lg-offset-1 {
        margin-left: 8.333333%
    }

    .col-lg-offset-2 {
        margin-left: 16.666667%
    }

    .col-lg-offset-3 {
        margin-left: 25%
    }

    .col-lg-offset-4 {
        margin-left: 33.333333%
    }

    .col-lg-offset-5 {
        margin-left: 41.666667%
    }

    .col-lg-offset-6 {
        margin-left: 50%
    }

    .col-lg-offset-7 {
        margin-left: 58.333333%
    }

    .col-lg-offset-8 {
        margin-left: 66.666667%
    }

    .col-lg-offset-9 {
        margin-left: 75%
    }

    .col-lg-offset-10 {
        margin-left: 83.333333%
    }

    .col-lg-offset-11 {
        margin-left: 91.666667%
    }

    .col-lg-offset-12 {
        margin-left: 100%
    }
}

@media (min-width:1200px) {

    .col-xl-1,
    .col-xl-2,
    .col-xl-3,
    .col-xl-4,
    .col-xl-5,
    .col-xl-6,
    .col-xl-7,
    .col-xl-8,
    .col-xl-9,
    .col-xl-10,
    .col-xl-11,
    .col-xl-12 {
        float: left
    }

    .col-xl-1 {
        width: 8.333333%
    }

    .col-xl-2 {
        width: 16.666667%
    }

    .col-xl-3 {
        width: 25%
    }

    .col-xl-4 {
        width: 33.333333%
    }

    .col-xl-5 {
        width: 41.666667%
    }

    .col-xl-6 {
        width: 50%
    }

    .col-xl-7 {
        width: 58.333333%
    }

    .col-xl-8 {
        width: 66.666667%
    }

    .col-xl-9 {
        width: 75%
    }

    .col-xl-10 {
        width: 83.333333%
    }

    .col-xl-11 {
        width: 91.666667%
    }

    .col-xl-12 {
        width: 100%
    }

    .col-xl-pull-0 {
        right: auto
    }

    .col-xl-pull-1 {
        right: 8.333333%
    }

    .col-xl-pull-2 {
        right: 16.666667%
    }

    .col-xl-pull-3 {
        right: 25%
    }

    .col-xl-pull-4 {
        right: 33.333333%
    }

    .col-xl-pull-5 {
        right: 41.666667%
    }

    .col-xl-pull-6 {
        right: 50%
    }

    .col-xl-pull-7 {
        right: 58.333333%
    }

    .col-xl-pull-8 {
        right: 66.666667%
    }

    .col-xl-pull-9 {
        right: 75%
    }

    .col-xl-pull-10 {
        right: 83.333333%
    }

    .col-xl-pull-11 {
        right: 91.666667%
    }

    .col-xl-pull-12 {
        right: 100%
    }

    .col-xl-push-0 {
        left: auto
    }

    .col-xl-push-1 {
        left: 8.333333%
    }

    .col-xl-push-2 {
        left: 16.666667%
    }

    .col-xl-push-3 {
        left: 25%
    }

    .col-xl-push-4 {
        left: 33.333333%
    }

    .col-xl-push-5 {
        left: 41.666667%
    }

    .col-xl-push-6 {
        left: 50%
    }

    .col-xl-push-7 {
        left: 58.333333%
    }

    .col-xl-push-8 {
        left: 66.666667%
    }

    .col-xl-push-9 {
        left: 75%
    }

    .col-xl-push-10 {
        left: 83.333333%
    }

    .col-xl-push-11 {
        left: 91.666667%
    }

    .col-xl-push-12 {
        left: 100%
    }

    .col-xl-offset-0 {
        margin-left: 0
    }

    .col-xl-offset-1 {
        margin-left: 8.333333%
    }

    .col-xl-offset-2 {
        margin-left: 16.666667%
    }

    .col-xl-offset-3 {
        margin-left: 25%
    }

    .col-xl-offset-4 {
        margin-left: 33.333333%
    }

    .col-xl-offset-5 {
        margin-left: 41.666667%
    }

    .col-xl-offset-6 {
        margin-left: 50%
    }

    .col-xl-offset-7 {
        margin-left: 58.333333%
    }

    .col-xl-offset-8 {
        margin-left: 66.666667%
    }

    .col-xl-offset-9 {
        margin-left: 75%
    }

    .col-xl-offset-10 {
        margin-left: 83.333333%
    }

    .col-xl-offset-11 {
        margin-left: 91.666667%
    }

    .col-xl-offset-12 {
        margin-left: 100%
    }
}

.hidden-xs-up {
    display: none !important
}

@media (max-width:543px) {
    .hidden-xs-down {
        display: none !important
    }
}

@media (min-width:544px) {
    .hidden-sm-up {
        display: none !important
    }
}

@media (max-width:767px) {
    .hidden-sm-down {
        display: none !important
    }
}

@media (min-width:768px) {
    .hidden-md-up {
        display: none !important
    }
}

@media (max-width:991px) {
    .hidden-md-down {
        display: none !important
    }
}

@media (min-width:992px) {
    .hidden-lg-up {
        display: none !important
    }
}

@media (max-width:1199px) {
    .hidden-lg-down {
        display: none !important
    }
}

@media (min-width:1200px) {
    .hidden-xl-up {
        display: none !important
    }
}

@media (max-width:1299px) {
    .hidden-xl-down {
        display: none !important
    }
}

@media (min-width:1300px) {
    .hidden-xxl-up {
        display: none !important
    }
}

.hidden-xxl-down {
    display: none !important
}

body,
html {
    overflow-x: hidden
}

body {
    color: #29272c;
    font-family: Ibm Condensed, sans-serif;
    -webkit-tap-highlight-color: transparent
}

body.anchorOff {
    overflow-anchor: none
}

a {
    color: #212121
}

.page-category .row,
.page-frontpage .row {
    margin-left: 0;
    margin-right: 0
}

@media (min-width:768px) {

    .page-category .row,
    .page-frontpage .row {
        margin-left: 10px;
        margin-right: 10px
    }
}

.page-category .row.nomargin,
.page-frontpage .row.nomargin {
    margin-left: 0;
    margin-right: 0
}

.mt10 {
    margin-top: 10px
}

.mt15 {
    margin-top: 15px
}

.mt20,
.mt25 {
    margin-top: 20px
}

.mb10 {
    margin-bottom: 10px
}

.mb15 {
    margin-bottom: 15px
}

.mb20,
.mb25 {
    margin-bottom: 20px
}

.text-center {
    text-align: center
}

.text-right {
    text-align: right
}

.text-left {
    text-align: left
}

.linkWithLenia a {
    background-color: transparent;
    -webkit-box-shadow: inset 0 -1px 0 #ee2b92;
    box-shadow: inset 0 -1px 0 #ee2b92;
    color: #ee2b92;
    cursor: pointer;
    padding: 0 1px;
    word-break: break-word;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

@media (min-width:1200px) {
    .linkWithLenia a:hover {
        -webkit-box-shadow: inset 0 -30px 0 #ee2b92;
        box-shadow: inset 0 -30px 0 #ee2b92;
        color: #fff !important
    }
}

.linkWithLenia a.nwmi-imedia,
.linkWithLenia a.nwmi-observer {
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none
}

@media (min-width:1200px) {

    .linkWithLenia a.nwmi-imedia:hover,
    .linkWithLenia a.nwmi-observer:hover {
        -webkit-box-shadow: none;
        box-shadow: none;
        color: inherit !important
    }
}

img {
    max-width: 100%
}

::-webkit-input-placeholder {
    color: #c9cacf
}

::-moz-placeholder {
    color: #c9cacf
}

:-ms-input-placeholder {
    color: #c9cacf
}

:-moz-placeholder {
    color: #c9cacf
}

.btn {
    border-radius: 0;
    cursor: pointer;
    font-family: Saira Semi Condensed, sans-serif;
    font-size: 14px;
    font-weight: 600;
    height: 28px;
    line-height: 26px;
    padding: 2px 15px;
    text-align: center;
    text-transform: uppercase
}

.btn,
.btn span {
    display: inline-block
}

.btn span {
    line-height: 1;
    vertical-align: middle
}

.lbtn-default {
    background-color: #ee2b92 !important;
    color: #fff !important
}

.lbtn {
    background-color: #ee2b92;
    color: #fff;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

@media (min-width:992px) {
    .lbtn:hover {
        background-color: #ee2b92
    }
}

.load-more {
    border-top: 1px solid #e6e6eb;
    padding: 20px 0 0
}

.oa-box,
.oc-box {
    background-color: #f8f8f8;
    margin: 25px 0;
    padding: 0 20px 20px;
    overflow: hidden;
    position: relative
}

@media (min-width:992px) {

    .oa-box,
    .oc-box {
        padding: 0 30px 30px
    }
}

.oa-box figure,
.oc-box figure {
    margin: 15px 0
}

.oa-box>figure:first-child,
.oc-box>figure:first-child {
    margin: 0 0 15px
}

@media (min-width:768px) {

    .oa-box>figure:first-child,
    .oc-box>figure:first-child {
        float: right;
        margin: 0 0 15px 15px
    }
}

.oa-box.oab-framed,
.oc-box.oab-framed {
    padding-top: 25px
}

.oa-box.oab-related,
.oc-box.oab-related {
    padding-bottom: 15px
}

.oa-box.oab-leniaLeft:before,
.oa-box.oac-leniaLeft:before,
.oc-box.oab-leniaLeft:before,
.oc-box.oac-leniaLeft:before {
    background-color: #ee2b92;
    content: "";
    height: auto;
    width: 2px;
    position: absolute;
    top: 0;
    bottom: 30px;
    left: 0
}

.oa-box.oab-leniaTop,
.oa-box.ocb-leniaTop,
.oc-box.oab-leniaTop,
.oc-box.ocb-leniaTop {
    margin: 23px 0 20px
}

.oa-box.oab-leniaTop:before,
.oa-box.ocb-leniaTop:before,
.oc-box.oab-leniaTop:before,
.oc-box.ocb-leniaTop:before {
    background-color: #ee2b92;
    content: "";
    height: 7px;
    width: auto;
    position: absolute;
    top: -3px;
    right: 20px;
    left: 20px
}

@media (min-width:992px) {

    .oa-box.oab-leniaTop:before,
    .oa-box.ocb-leniaTop:before,
    .oc-box.oab-leniaTop:before,
    .oc-box.ocb-leniaTop:before {
        left: 30px;
        right: 30px
    }
}

.oab-header,
.ocb-header {
    border-bottom: 1px solid #e6e6eb;
    height: 68px;
    line-height: 68px
}

.oab-title,
.ocb-title {
    display: inline-block;
    font-family: Saira Semi Condensed, sans-serif;
    font-weight: 700;
    line-height: 1.2;
    vertical-align: middle
}

.nwm-portfolio-menu {
    background-color: #e6e6eb;
    font-size: 0;
    line-height: 36px;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
    z-index: 1
}

.nwm-portfolio-menu>.nwmpm-container {
    margin: 0 auto
}

@media (min-width:768px) {
    .nwm-portfolio-menu>.nwmpm-container {
        max-width: 720px
    }
}

@media (min-width:992px) {
    .nwm-portfolio-menu>.nwmpm-container {
        max-width: 940px
    }
}

@media (min-width:1200px) {
    .nwm-portfolio-menu>.nwmpm-container {
        max-width: 1140px
    }
}

@media (min-width:1300px) {
    .nwm-portfolio-menu>.nwmpm-container {
        max-width: 1240px
    }
}

.nwm-portfolio-menu>.nwmpm-container>.row {
    margin-left: 0;
    margin-right: 0
}

@media (min-width:768px) {
    .nwm-portfolio-menu>.nwmpm-container>.row {
        margin-left: 10px;
        margin-right: 10px
    }
}

.nwm-portfolio-menu.overflow {
    overflow: visible
}

.nwm-portfolio-menu .nwmpm-right-data {
    position: absolute;
    top: 0;
    right: 0;
    color: #212121;
    font-size: 11px;
    height: 36px;
    font-family: Saira Semi Condensed, sans-serif;
    display: table
}

.nwm-portfolio-menu .nwmpm-right-data .nwmpmr-cell {
    display: table-cell
}

.nwm-portfolio-menu .nwmpm-right-data .nwmpmr-cell a {
    color: #212121;
    display: inline-block
}

.nwm-portfolio-menu .nwmpm-right-data .nwmpmr-weather .nwmpmrw-koponyeg {
    background-image: url(koponyeg_logo_black.svg);
    background-position: 0;
    background-repeat: no-repeat;
    background-size: 73px 12px;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    display: none;
    height: 24px;
    padding: 0 10px 0 0;
    width: 73px;
    vertical-align: middle
}

@media (min-width:768px) {
    .nwm-portfolio-menu .nwmpm-right-data .nwmpmr-weather .nwmpmrw-koponyeg {
        display: inline-block
    }
}

.nwm-portfolio-menu .nwmpm-right-data .nwmpmr-weather .nwmpmrw-picto {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    height: 36px;
    margin: 0 0 0 6px;
    width: 36px;
    display: inline-block;
    vertical-align: middle
}

.nwm-portfolio-menu .nwmpm-right-data .nwmpmr-weather .nwmpmrw-data {
    display: inline-block;
    line-height: 1.3;
    vertical-align: middle
}

.nwm-portfolio-menu .nwmpm-right-data .nwmpmrw-infos {
    display: none;
    line-height: 1.3;
    vertical-align: middle;
    margin-left: 20px
}

@media (min-width:768px) {
    .nwm-portfolio-menu .nwmpm-right-data .nwmpmrw-infos {
        display: inline-block
    }
}

ul {
    padding: 0
}

.nwmpm-holder {
    position: relative
}

.nwmpm-holder.overflow {
    overflow: visible
}

@media (min-width:768px) {
    .nwmpm-holder {
        margin: 0 10px
    }
}

.nwmpm-holder:after,
.nwmpm-holder:before {
    background-color: #f1f1f4;
    content: "";
    height: 36px;
    width: 100%;
    position: absolute;
    top: 0
}

.nwmpm-holder:before {
    right: 100%
}

.nwmpm-holder:after {
    left: 100%
}

.nwmpm-item-holder {
    background-color: #f1f1f4;
    height: 36px
}

.nwmpm-item {
    display: inline-block;
    text-align: center
}

.nwmpmi-link,
.nwmpmi-more {
    color: #19181b;
    display: block;
    font-family: Saira Semi Condensed, sans-serif;
    font-size: 12px;
    font-weight: 500;
    padding: 0 12px;
    text-decoration: none;
    text-transform: uppercase;
    -webkit-transition: background-color .3s ease;
    transition: background-color .3s ease
}

.nwmpmi-link:hover,
.nwmpmi-more:hover {
    color: #19181b
}

@media (min-width:992px) {

    .nwmpmi-link:hover,
    .nwmpmi-more:hover {
        background-color: #d2d2d2
    }
}

.nwmpmi-link[href="https://ad.adverticum.net/C/5177449/5715482/571547100?"] {
    position: relative;
    padding-left: 24px
}

.nwmpmi-link[href="https://ad.adverticum.net/C/5177449/5715482/571547100?"]:before {
    content: "";
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI5IiBoZWlnaHQ9IjkiIHZpZXdCb3g9IjAgMCAyNCAyNCI+PHBhdGggc3R5bGU9ImZpbGw6I2Y3MGUwNzsiIGQ9Ik0xMiA0LjI0OGMtMy4xNDgtNS40MDItMTItMy44MjUtMTIgMi45NDQgMCA0LjY2MSA1LjU3MSA5LjQyNyAxMiAxNS44MDggNi40My02LjM4MSAxMi0xMS4xNDcgMTItMTUuODA4IDAtNi43OTItOC44NzUtOC4zMDYtMTItMi45NDR6Ii8+PC9zdmc+);
    position: absolute;
    top: 13px;
    left: 12px;
    width: 9px;
    height: 9px
}

.nwmpmi-more {
    cursor: pointer;
    display: none;
    padding: 0 30px 0 20px;
    position: relative;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.nwmpmi-more:hover {
    background-color: #e6e6eb
}

.nwmpmi-more.visible {
    display: inline-block;
    vertical-align: top
}

.nwmpmi-more:after,
.nwmpmi-more:before {
    background-color: #19181b;
    content: "";
    display: inline-block;
    height: 1px;
    margin: auto;
    width: 6px;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    position: absolute;
    top: -2px;
    bottom: 0
}

.nwmpmi-more:before {
    right: 12px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.nwmpmi-more:after {
    right: 15px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

.nwmpmi-more.open:before {
    right: 15px
}

.nwmpmi-more.open:after {
    right: 12px
}

.nwmpm-overflow {
    display: none;
    font-size: 0;
    width: 100%
}

.nwmpm-overflow li {
    display: inline-block;
    text-align: left;
    vertical-align: top;
    width: 50%
}

.nwmpm-overflow li.fullWidth {
    width: 100%
}

.owp-rain.svg {
    background-image: url(owp-rain.svg)
}

.owp-snow.svg {
    background-image: url(owp-snow.svg)
}

.owp-humidity.svg {
    background-image: url(owp-humidity.svg)
}

.owp-airpressure.svg {
    background-image: url(owp-airpressure.svg)
}

.owp-sunrise.svg {
    background-image: url(owp-sunrise.svg)
}

.owp-sunset.svg {
    background-image: url(owp-sunset.svg)
}

.owp-moon.svg {
    background-image: url(owp-moon.svg)
}

.owp-0d.svg {
    background-image: url(koponyeg/0d.svg)
}

.owp-0d.svg.black {
    background-image: url(0d.svg)
}

.owp-0n.svg {
    background-image: url(koponyeg/0n.svg)
}

.owp-0n.svg.black {
    background-image: url(0n.svg)
}

.owp-1d.svg {
    background-image: url(koponyeg/1d.svg)
}

.owp-1d.svg.black {
    background-image: url(1d.svg)
}

.owp-1n.svg {
    background-image: url(koponyeg/1n.svg)
}

.owp-1n.svg.black {
    background-image: url(1n.svg)
}

.owp-2d.svg {
    background-image: url(koponyeg/2d.svg)
}

.owp-2d.svg.black {
    background-image: url(2d.svg)
}

.owp-2n.svg {
    background-image: url(koponyeg/2n.svg)
}

.owp-2n.svg.black {
    background-image: url(2n.svg)
}

.owp-3d.svg {
    background-image: url(koponyeg/3d.svg)
}

.owp-3d.svg.black {
    background-image: url(3d.svg)
}

.owp-3n.svg {
    background-image: url(koponyeg/3n.svg)
}

.owp-3n.svg.black {
    background-image: url(3n.svg)
}

.owp-4d.svg {
    background-image: url(koponyeg/4d.svg)
}

.owp-4d.svg.black {
    background-image: url(4d.svg)
}

.owp-4n.svg {
    background-image: url(koponyeg/4n.svg)
}

.owp-4n.svg.black {
    background-image: url(4n.svg)
}

.owp-5d.svg {
    background-image: url(koponyeg/5d.svg)
}

.owp-5d.svg.black {
    background-image: url(5d.svg)
}

.owp-5n.svg {
    background-image: url(koponyeg/5n.svg)
}

.owp-5n.svg.black {
    background-image: url(5n.svg)
}

.owp-6d.svg {
    background-image: url(koponyeg/6d.svg)
}

.owp-6d.svg.black {
    background-image: url(6d.svg)
}

.owp-6n.svg {
    background-image: url(koponyeg/6n.svg)
}

.owp-6n.svg.black {
    background-image: url(6n.svg)
}

.owp-7d.svg {
    background-image: url(koponyeg/7d.svg)
}

.owp-7d.svg.black {
    background-image: url(7d.svg)
}

.owp-7n.svg {
    background-image: url(koponyeg/7n.svg)
}

.owp-7n.svg.black {
    background-image: url(7n.svg)
}

.owp-8d.svg {
    background-image: url(koponyeg/8d.svg)
}

.owp-8d.svg.black {
    background-image: url(8d.svg)
}

.owp-8n.svg {
    background-image: url(koponyeg/8n.svg)
}

.owp-8n.svg.black {
    background-image: url(8n.svg)
}

.owp-9d.svg {
    background-image: url(koponyeg/9d.svg)
}

.owp-9d.svg.black {
    background-image: url(9d.svg)
}

.owp-9n.svg {
    background-image: url(koponyeg/9n.svg)
}

.owp-9n.svg.black {
    background-image: url(9n.svg)
}

.owp-10d.svg {
    background-image: url(koponyeg/10d.svg)
}

.owp-10d.svg.black {
    background-image: url(10d.svg)
}

.owp-10n.svg {
    background-image: url(koponyeg/10n.svg)
}

.owp-10n.svg.black {
    background-image: url(10n.svg)
}

.owp-11d.svg {
    background-image: url(koponyeg/11d.svg)
}

.owp-11d.svg.black {
    background-image: url(11d.svg)
}

.owp-11n.svg {
    background-image: url(koponyeg/11n.svg)
}

.owp-11n.svg.black {
    background-image: url(11n.svg)
}

.owp-12d.svg {
    background-image: url(koponyeg/12d.svg)
}

.owp-12d.svg.black {
    background-image: url(12d.svg)
}

.owp-12n.svg {
    background-image: url(koponyeg/12n.svg)
}

.owp-12n.svg.black {
    background-image: url(12n.svg)
}

.owp-13d.svg {
    background-image: url(koponyeg/13d.svg)
}

.owp-13d.svg.black {
    background-image: url(13d.svg)
}

.owp-13n.svg {
    background-image: url(koponyeg/13n.svg)
}

.owp-13n.svg.black {
    background-image: url(13n.svg)
}

.owp-14d.svg {
    background-image: url(koponyeg/14d.svg)
}

.owp-14d.svg.black {
    background-image: url(14d.svg)
}

.owp-14n.svg {
    background-image: url(koponyeg/14n.svg)
}

.owp-14n.svg.black {
    background-image: url(14n.svg)
}

.owp-15d.svg {
    background-image: url(koponyeg/15d.svg)
}

.owp-15d.svg.black {
    background-image: url(15d.svg)
}

.owp-15n.svg {
    background-image: url(koponyeg/15n.svg)
}

.owp-15n.svg.black {
    background-image: url(15n.svg)
}

.owp-16d.svg {
    background-image: url(koponyeg/16d.svg)
}

.owp-16d.svg.black {
    background-image: url(16d.svg)
}

.owp-16n.svg {
    background-image: url(koponyeg/16n.svg)
}

.owp-16n.svg.black {
    background-image: url(16n.svg)
}

.owp-17d.svg {
    background-image: url(koponyeg/17d.svg)
}

.owp-17d.svg.black {
    background-image: url(17d.svg)
}

.owp-17n.svg {
    background-image: url(koponyeg/17n.svg)
}

.owp-17n.svg.black {
    background-image: url(17n.svg)
}

.owp-18d.svg {
    background-image: url(koponyeg/18d.svg)
}

.owp-18d.svg.black {
    background-image: url(18d.svg)
}

.owp-18n.svg {
    background-image: url(koponyeg/18n.svg)
}

.owp-18n.svg.black {
    background-image: url(18n.svg)
}

.life-header {
    background-color: #fff;
    font-family: Quicksand, sans-serif;
    height: 60px;
    border-bottom: 1px solid #e3e4ea;
    position: relative
}

@media (min-width:1200px) {
    .life-header {
        height: 50px
    }
}

.lh-mobile {
    height: 60px;
    line-height: 60px;
    position: relative;
    text-align: center
}

@media (min-width:1200px) {
    .lh-mobile {
        display: none
    }
}

.lh-mobile .lhm-hamburger {
    cursor: pointer;
    display: inline-block;
    height: 13px;
    margin: auto;
    width: 46px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0
}

.lh-mobile .lhm-hamburger span {
    background-color: #111;
    display: block;
    height: 2px;
    margin: auto;
    width: 16px;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: all .3s cubic-bezier(.33, .69, .29, .97);
    transition: all .3s cubic-bezier(.33, .69, .29, .97);
    position: absolute;
    right: 0;
    left: 0
}

.lh-mobile .lhm-hamburger span:first-child {
    top: 0
}

.lh-mobile .lhm-hamburger span:nth-child(2) {
    top: 5px
}

.lh-mobile .lhm-hamburger span:nth-child(3) {
    top: 10px
}

.lh-mobile .lhm-hamburger.close span:first-child {
    top: 6px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

.lh-mobile .lhm-hamburger.close span:nth-child(2) {
    left: -200%
}

@media (min-width:768px) {
    .lh-mobile .lhm-hamburger.close span:nth-child(2) {
        left: -800%
    }
}

.lh-mobile .lhm-hamburger.close span:nth-child(3) {
    top: 6px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.lh-container {
    position: relative
}

.lh-logo {
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-image: url(life_logo.svg);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 60px 33px;
    display: inline-block;
    height: 60px;
    vertical-align: middle;
    width: 70px
}

@media (min-width:992px) {
    .lh-logo {
        height: 50px
    }
}

@media (min-width:1200px) {
    .lh-logo {
        margin: 0 0 0 10px;
        position: static
    }
}

.lh-holder {
    position: absolute;
    display: block;
    background: #fff;
    width: 100%;
    left: 0;
    top: 59px;
    z-index: 10;
    max-height: 0;
    overflow: hidden;
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    border-bottom: 1px solid #e3e4ea
}

.lh-holder.open {
    max-height: 400px
}

@media (min-width:768px) {
    .lh-holder {
        border: 1px solid #e3e4ea;
        border-top: none
    }
}

@media (min-width:1200px) {
    .lh-holder {
        position: static;
        display: inline-block;
        vertical-align: top;
        width: calc(100% - 85px);
        background: transparent;
        max-height: none;
        border: none;
        overflow: visible
    }
}

.lh-holder .lhh-container {
    position: relative
}

.lh-holder .lhb-holder {
    display: table;
    height: 60px;
    width: 100%
}

@media (min-width:992px) {
    .lh-holder .lhb-holder {
        height: 50px
    }
}

.lh-holder .lhb-holder .l-menu {
    display: table-cell;
    vertical-align: middle
}

.lh-holder .lm-item-holder {
    font-size: 0
}

.lh-holder .lm-item-holder .lm-item {
    display: block;
    text-align: center;
    margin: 15px
}

@media (min-width:1200px) {
    .lh-holder .lm-item-holder .lm-item {
        display: inline-block;
        text-align: left;
        margin: 0 15px
    }
}

.lh-holder .lm-item-holder .lm-item.lmi-highlighted .lmi-link {
    color: #ee2b92;
    font-weight: 700
}

.lh-holder .lm-item-holder .lm-item.lmi-highlighted .lmi-link:hover {
    color: #111
}

.lh-holder .lm-item-holder .lmi-link {
    text-transform: uppercase;
    font-size: 16px;
    color: #111;
    letter-spacing: 1px;
    -webkit-transition: color .3s ease;
    transition: color .3s ease
}

.lh-holder .lm-item-holder .lmi-link:hover {
    color: #ee2b92
}

.lh-search-button {
    cursor: pointer;
    display: block;
    vertical-align: middle;
    height: 60px;
    text-align: center;
    width: 60px;
    line-height: 57px;
    -webkit-transition: background-color .3s ease;
    transition: background-color .3s ease;
    position: absolute;
    top: 0;
    right: 0
}

@media (min-width:1200px) {
    .lh-search-button {
        height: 50px;
        line-height: 50px;
        width: 50px
    }
}

.lh-search-button.open,
.lh-search-button:hover {
    background-color: #ceced4
}

.lh-search-button.open:before,
.lh-search-button:hover:before {
    border-color: #29272c
}

.lh-search-button.open:after,
.lh-search-button:hover:after {
    background-color: #29272c
}

.lh-search-button:after,
.lh-search-button:before {
    content: "";
    display: inline-block;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.lh-search-button:before {
    background-color: transparent;
    border: 1px solid #111;
    border-radius: 50%;
    height: 12px;
    width: 12px
}

.lh-search-button:after {
    background-color: #111;
    height: 7px;
    left: 0;
    position: relative;
    top: 5px;
    width: 1px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.search-section {
    background-color: #ceced4;
    max-height: 0;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 100%;
    z-index: 2;
    -webkit-transition: max-height .5s cubic-bezier(0, 1, 0, 1);
    transition: max-height .5s cubic-bezier(0, 1, 0, 1)
}

.search-section.open {
    max-height: 1000px;
    -webkit-transition: max-height 1s ease-in-out;
    transition: max-height 1s ease-in-out
}

.l-search-container {
    padding: 7px 10px
}

@media (min-width:768px) {
    .l-search-container {
        padding: 7px 0
    }
}

.l-search {
    position: relative
}

@media (min-width:768px) {
    .l-search {
        margin: 0 10px
    }
}

.l-search-input {
    border: 0;
    border-radius: 0;
    font-family: Roboto, sans-serif;
    font-size: 16px;
    font-weight: 300;
    height: 36px;
    line-height: 36px;
    margin: 0;
    padding: 4px 4px 4px 8px;
    outline: 0;
    width: 100%;
    -webkit-appearance: none
}

.l-search-submit {
    padding: 2px 10px;
    position: absolute;
    top: 4px;
    right: 4px
}

.ls-hidden {
    cursor: pointer;
    height: 100%;
    opacity: 0;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0
}

.l-search-exit {
    display: none
}

.l-page-title-v1 {
    color: #212121;
    font-family: Saira Extra Condensed, sans-serif;
    font-size: 32px;
    font-weight: 500;
    line-height: 1;
    margin: 20px;
    position: relative;
    text-transform: uppercase
}

@media (min-width:768px) {
    .l-page-title-v1 {
        font-size: 48px
    }
}

@media (min-width:992px) {
    .l-page-title-v1 {
        font-size: 60px
    }
}

.page-karacsony .l-page-title-v1 {
    font-weight: 700;
    color: #006b35
}

.page-maradjotthon .l-page-title-v1 {
    font-weight: 700;
    color: #185b7d
}

@media (min-width:1200px) {
    .page-category .l-page-title-v1 {
        margin: 40px 20px 30px
    }
}

@media (min-width:1200px) {
    .page-imp .l-page-title-v1 {
        margin: 65px 20px
    }
}

.l-page-title-v2 {
    color: #ee2b92;
    font-size: 24px;
    font-family: Saira Extra Condensed, sans-serif;
    font-weight: 500;
    margin: 25px 20px 20px
}

@media (min-width:768px) {
    .l-page-title-v2 {
        margin: 40px 20px 20px
    }
}

.article-section {
    background-color: #fff
}

.article-branded .article-section {
    background-color: transparent
}

.oa-container {
    background-color: #fff;
    position: relative;
    z-index: 1
}

.article-head,
.article-info {
    padding-left: 10px;
    padding-right: 10px
}

.article-body {
    font-family: Roboto, sans-serif;
    font-weight: 400;
    margin: 0 auto 60px
}



.article-big-column .article-body {
    padding-left: 10px;
    padding-right: 10px
}

@media (min-width:1200px) {
    .article-big-column .article-body {
        margin-left: 233px;
        margin-right: 233px;
        padding-left: 0;
        padding-right: 0
    }
}

.article-content {
    font-size: 16px;
    line-height: 25px
}

.article-footer:not(:empty) {
    margin: 40px 0 0
}

.page-article footer {
    margin-top: 60px
}

.article-head {
    margin: 10px auto
}

.article-branded .article-head {
    margin: 0 auto;
    padding-top: 10px
}

.article-title {
    font-family: Quicksand, sans-serif;
    font-size: 32px;
    font-weight: 400;
    line-height: 40px
}

@media (min-width:768px) {
    .article-title {
        font-size: 48px;
        line-height: 60px
    }
}

@media (min-width:1200px) {
    .article-title {
        font-size: 48px;
        line-height: 60px
    }
}

.article-info {
    color: #686570;
    font-family: Saira Semi Condensed, sans-serif;
    font-size: 14px;
    line-height: 22px;
    margin: 0 0 20px
}

@media (min-width:768px) {
    .article-info {
        margin: 0 0 30px
    }
}

.article-author,
.article-date {
    display: inline-block;
    text-transform: uppercase;
    vertical-align: top
}

.article-author {
    font-weight: 600;
    margin: 0 5px 0 0
}

.article-author:after {
    content: "/";
    display: inline-block;
    font-weight: 400;
    margin: 0 0 0 5px;
    vertical-align: top
}

.archive-alert {
    background-color: #e6e6eb;
    font-family: Saira Semi Condensed, sans-serif;
    font-size: 11px;
    font-weight: 400;
    line-height: 17px;
    margin: 0 -10px 20px;
    padding: 15px 20px 20px;
    text-transform: uppercase
}

@media (min-width:768px) {
    .archive-alert {
        margin: -10px 10px 30px;
        padding: 15px
    }
}

.article-lead {
    font-size: 18px;
    line-height: 30px;
    margin: 0 0 25px
}

@media (min-width:1200px) {
    .article-lead {
        margin: 0 0 30px
    }
}

.article-lead a {
    background-color: transparent;
    -webkit-box-shadow: inset 0 -1px 0 #ee2b92;
    box-shadow: inset 0 -1px 0 #ee2b92;
    color: #ee2b92;
    cursor: pointer;
    padding: 0 1px;
    word-break: break-word;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

@media (min-width:1200px) {
    .article-lead a:hover {
        -webkit-box-shadow: inset 0 -30px 0 #ee2b92;
        box-shadow: inset 0 -30px 0 #ee2b92;
        color: #fff !important
    }
}

@media (min-width:1200px) {
    .article-big-column .article-lead {
        margin-left: -223px;
        margin-right: -223px
    }
}

.article-content,
.nwm-pp-content {
    font-weight: 300
}

.article-content:after,
.nwm-pp-content:after {
    clear: both;
    content: "";
    display: table
}

.article-content h2,
.nwm-pp-content h2 {
    font-family: Quicksand, sans-serif;
    font-size: 24px;
    font-weight: 700;
    line-height: 30px;
    margin: 25px 0
}

.article-content p,
.nwm-pp-content p {
    margin: 25px 0
}

.article-content p>a,
.nwm-pp-content p>a {
    background-color: transparent;
    -webkit-box-shadow: inset 0 -1px 0 #ee2b92;
    box-shadow: inset 0 -1px 0 #ee2b92;
    color: #ee2b92;
    cursor: pointer;
    padding: 0 1px;
    word-break: break-word;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

@media (min-width:1200px) {

    .article-content p>a:hover,
    .nwm-pp-content p>a:hover {
        -webkit-box-shadow: inset 0 -30px 0 #ee2b92;
        box-shadow: inset 0 -30px 0 #ee2b92;
        color: #fff !important
    }
}

.article-content .oab-framed a,
.nwm-pp-content .oab-framed a {
    background-color: transparent;
    -webkit-box-shadow: inset 0 -1px 0 #ee2b92;
    box-shadow: inset 0 -1px 0 #ee2b92;
    color: #ee2b92;
    cursor: pointer;
    padding: 0 1px;
    word-break: break-word;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

@media (min-width:1200px) {

    .article-content .oab-framed a:hover,
    .nwm-pp-content .oab-framed a:hover {
        -webkit-box-shadow: inset 0 -30px 0 #ee2b92;
        box-shadow: inset 0 -30px 0 #ee2b92;
        color: #fff !important
    }
}

.article-content ol,
.article-content ul,
.nwm-pp-content ol,
.nwm-pp-content ul {
    margin: 0 0 0 20px
}

.article-content ol li,
.article-content ul li,
.nwm-pp-content ol li,
.nwm-pp-content ul li {
    margin: 12px 0;
    padding: 0 0 0 15px;
    position: relative
}

.article-content ol li:before,
.article-content ul li:before,
.nwm-pp-content ol li:before,
.nwm-pp-content ul li:before {
    color: #ee2b92;
    font-weight: 400;
    position: absolute;
    left: -20px
}

.article-content ol ol,
.article-content ol ul,
.article-content ul ol,
.article-content ul ul,
.nwm-pp-content ol ol,
.nwm-pp-content ol ul,
.nwm-pp-content ul ol,
.nwm-pp-content ul ul {
    margin: 0
}

.article-content ol ol li,
.article-content ol ul li,
.article-content ul ol li,
.article-content ul ul li,
.nwm-pp-content ol ol li,
.nwm-pp-content ol ul li,
.nwm-pp-content ul ol li,
.nwm-pp-content ul ul li {
    padding: 0 0 0 25px
}

.article-content ol ol li:before,
.article-content ol ul li:before,
.article-content ul ol li:before,
.article-content ul ul li:before,
.nwm-pp-content ol ol li:before,
.nwm-pp-content ol ul li:before,
.nwm-pp-content ul ol li:before,
.nwm-pp-content ul ul li:before {
    left: 0
}

.article-content ol>li,
.nwm-pp-content ol>li {
    counter-increment: a
}

.article-content ol>li:before,
.nwm-pp-content ol>li:before {
    content: counter(a) "."
}

.article-content ul li:before,
.nwm-pp-content ul li:before {
    content: "\2022"
}

.article-content sub,
.article-content sup,
.nwm-pp-content sub,
.nwm-pp-content sup {
    font-size: 75%;
    line-height: 0;
    position: relative
}

.article-content sup,
.nwm-pp-content sup {
    top: -6px
}

.article-content sub,
.nwm-pp-content sub {
    bottom: -4px
}

cite {
    color: #ee2b92;
    font-family: Quicksand, sans-serif;
    font-size: 24px;
    font-style: italic;
    font-weight: 400;
    display: block;
    line-height: 30px;
    margin: 25px 0;
    padding: 0 0 15px 75px;
    position: relative
}

@media (min-width:768px) {
    cite {
        font-size: 28px;
        line-height: 32px
    }
}

@media (min-width:992px) {
    cite {
        padding: 0 0 15px 100px
    }
}

@media (min-width:1200px) {
    cite {
        margin-left: -73px
    }
}

cite:before {
    color: #ee2b92;
    content: "\201c";
    display: inline-block;
    font-family: Saira Semi Condensed, sans-serif;
    font-size: 144px;
    font-style: normal;
    font-weight: 400;
    position: absolute;
    top: 42px;
    left: -7px
}

@media (min-width:992px) {
    cite:before {
        left: 0
    }
}

cite:after {
    background-color: #ee2b92;
    content: "";
    display: inline-block;
    height: 1px;
    width: 68px;
    position: absolute;
    bottom: 0;
    left: 0
}

@media (min-width:1200px) {
    .article-big-column cite {
        margin-left: 0
    }
}

.p-kiemelt {
    color: #ee2b92;
    font-family: Quicksand, sans-serif;
    font-size: 24px;
    font-weight: 400;
    display: block;
    line-height: 30px;
    margin: 25px 0;
    padding: 0 0 15px;
    position: relative
}

@media (min-width:768px) {
    .p-kiemelt {
        font-size: 28px;
        line-height: 32px
    }
}

@media (min-width:992px) {
    .p-kiemelt {
        padding: 0 0 15px 100px
    }
}

@media (min-width:1200px) {
    .p-kiemelt {
        margin-left: -73px
    }
}

.p-kiemelt:after {
    background-color: #ee2b92;
    content: "";
    display: inline-block;
    height: 1px;
    width: 68px;
    position: absolute;
    bottom: 0;
    left: 0
}

.p-mega {
    display: block;
    margin: 25px 0;
    padding: 0 22px 0 12px;
    position: relative
}

.p-mega span {
    background-color: #ee2b92;
    -webkit-box-decoration-break: clone;
    -moz-box-decoration-break: clone;
    -ms-box-decoration-break: clone;
    -o-box-decoration-break: clone;
    box-decoration-break: clone;
    -webkit-box-shadow: 10px 0 0 #ee2b92, -12px 0 0 #ee2b92;
    box-shadow: 10px 0 0 #ee2b92, -12px 0 0 #ee2b92;
    color: #fff;
    display: inline;
    font-family: Saira Semi Condensed, sans-serif;
    font-size: 24px;
    font-weight: 300;
    line-height: 38px;
    padding: 4px;
    -webkit-padding-before: 7px;
    padding-block-start: 7px;
    -webkit-padding-after: 7px;
    padding-block-end: 7px;
    position: relative;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

@media (min-width:768px) {
    .p-mega span {
        font-size: 36px;
        line-height: 48px
    }
}

.enlarged-image {
    overflow: hidden;
    -webkit-overflow-scrolling: touch
}

figure {
    margin: 25px 0 30px;
}
}

@media (min-width:1200px) {
    .article-big-column figure {
        margin-left: -223px;
        margin-right: -223px
    }
}

.nwm-pp-content figure {
    margin-left: 0
}

.life-recommendation figure {
    margin: 0
}

figure img {
    display: block;
    height: auto;
    margin: 0 auto
}

figure .img-holder {
    display: inline-block;
    position: relative
}

figure .oai-zoom {
    background-color: #29272c;
    cursor: pointer;
    height: 50px;
    width: 67px;
    position: absolute;
    top: -50px;
    left: 0
}

figure .oai-zoom:after,
figure .oai-zoom:before {
    content: "";
    display: inline-block;
    margin: auto;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0
}

figure .oai-zoom:before {
    background-color: transparent;
    border: 2px solid #fff;
    border-radius: 50%;
    height: 15px;
    top: -2px;
    width: 15px
}

figure .oai-zoom:after {
    background-color: #fff;
    height: 6px;
    left: 12px;
    top: 14px;
    width: 2px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

figure .oag-icon {
    background-color: #29272c;
    color: #fff;
    cursor: pointer;
    font-family: Saira Semi Condensed, sans-serif;
    font-size: 14px;
    font-weight: 500;
    height: 50px;
    line-height: 50px;
    padding: 5px 0 0 32px;
    text-align: center;
    width: 67px;
    position: absolute;
    top: -50px;
    left: 0
}

figure .oag-icon:after,
figure .oag-icon:before {
    background-color: #29272c;
    border: 2px solid #fff;
    content: "";
    display: inline-block;
    height: 16px;
    margin: auto;
    width: 22px;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    position: absolute;
    top: -4px;
    right: 0;
    bottom: 0;
    left: -24px
}

figure .oag-icon:before {
    border-right-color: #29272c;
    border-bottom-color: #29272c
}

figure .oag-icon:after {
    left: -14px;
    top: 6px
}

figure figcaption {
    border-bottom: 1px solid #f1f1f4;
    font-family: Saira Semi Condensed, sans-serif;
    font-size: 13px;
    font-weight: 500;
    line-height: 18px;
    padding: 15px 0 10px;
    position: relative;
    text-align: left
}

figure figcaption:before {
    background-color: #ee2b92;
    content: "";
    display: inline-block;
    height: 1px;
    width: 68px;
    position: absolute;
    bottom: -1px;
    left: 0
}

figure figcaption span {
    line-height: 18px;
    pointer-events: none
}

figure figcaption span.desc:after {
    color: #686570;
    content: "/";
    display: inline-block;
    font-size: 10px;
    margin: 0 3px;
    vertical-align: top
}

figure figcaption span.source {
    color: #686570;
    font-family: Saira Semi Condensed, sans-serif;
    font-size: 10px;
    font-weight: 300;
    text-transform: uppercase
}

.oa-enlarged-layer {
    background: #19181b;
    bottom: 0;
    display: none;
    position: fixed;
    text-align: center;
    top: 0;
    width: 100%;
    z-index: 1500
}

.oa-enlarged-layer .oae-img-holder {
    display: table;
    height: 100%;
    width: 100%
}

.oa-enlarged-layer .oae-img-holder .oae-img-content {
    display: table-cell;
    height: 100%;
    vertical-align: middle
}

.oa-enlarged-layer .oae-img-holder .oae-img-content .oae-img {
    display: inline-block;
    height: auto !important;
    margin: auto;
    max-height: 100%;
    max-width: 100%;
    position: relative;
    vertical-align: middle;
    width: auto !important
}

.oa-enlarged-layer .oae-close {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 55 55'%3E%3Cpolygon fill='%23ffffff' points='31.84 27.5 51.5 47.16 47.16 51.5 27.5 31.84 7.84 51.5 3.5 47.16 23.16 27.5 3.5 7.84 7.84 3.5 27.5 23.16 47.16 3.5 51.5 7.84 31.84 27.5'/%3E%3C/svg%3E");
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: 16px 16px;
    cursor: pointer;
    display: block;
    height: 16px;
    opacity: .75;
    width: 16px;
    z-index: 1102;
    -webkit-transition: opacity .15s ease;
    transition: opacity .15s ease;
    -webkit-tap-highlight-color: transparent;
    position: absolute;
    top: 14px;
    right: 10px
}

@media (min-width:1200px) {
    .oa-enlarged-layer .oae-close:hover {
        opacity: 1
    }
}

@media (min-width:1200px) {
    .oab-related {
        margin-left: -73px
    }
}

@media (min-width:1200px) {
    .article-big-column .oab-related {
        margin-left: 0
    }
}

.nwm-pp-content .oab-related {
    margin-left: 0
}

.oab-related .oab-title {
    font-size: 18px;
    font-weight: 600;
    line-height: 22px;
    padding: 20px 0 15px;
    position: relative
}

@media (min-width:768px) {
    .oab-related .oab-title {
        line-height: 28px
    }
}

@media (min-width:992px) {
    .oab-related .oab-title {
        font-size: 22px;
        line-height: 35px
    }
}

.oab-related ul {
    margin: 0
}

.oab-related ul li {
    border-top: 1px solid #e6e6eb;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    margin: 0;
    padding: 0;
    position: relative
}

.oab-related ul li:before {
    background-color: #ceced4;
    content: "";
    display: inline-block;
    height: 1px;
    width: 40px;
    -webkit-transition: width .3s ease;
    transition: width .3s ease;
    position: absolute;
    top: -1px;
    left: 0
}

@media (min-width:1200px) {
    .oab-related ul li:hover:before {
        width: 0
    }
}

.oab-related ul li a {
    font-family: Roboto, sans-serif;
    display: block;
    padding: 15px 0 15px 20px;
    position: relative
}

.oab-related ul li a:after,
.oab-related ul li a:before {
    background-color: #29272c;
    content: "";
    display: inline-block;
    height: 5px;
    margin: auto;
    width: 1px;
    position: absolute;
    top: 25px;
    left: 0
}

.oab-related ul li a:after {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg)
}

.oab-related-image {
    display: table;
    margin: 25px 0;
    width: 100%
}

@media (min-width:1200px) {
    .oab-related-image {
        margin-left: -73px;
        width: calc(100% + 73px)
    }
}

@media (min-width:1200px) {

    .article-big-column .oab-related-image,
    .nwm-pp-content .oab-related-image {
        margin-left: 0;
        width: 100%
    }
}

.oab-related-image .oab-related,
.oab-related-image .oabr-image-holder {
    display: table-cell;
    vertical-align: top
}

@media (min-width:1200px) {
    .oab-related-image .oab-related {
        margin-left: 0
    }
}

.oab-related-image .oab-related ul li a {
    padding: 0
}

.oab-related-image .oab-related ul li a:after,
.oab-related-image .oab-related ul li a:before {
    display: none
}

.oab-related-image .oab-related ul li a.oabr-title {
    margin: 0 0 10px;
    padding-top: 25px
}

.oab-related-image .oab-related ul li a.oabr-lead {
    display: none;
    font-family: Roboto, sans-serif;
    font-size: 14px;
    font-weight: 300
}

@media (min-width:992px) {
    .oab-related-image .oab-related ul li a.oabr-lead {
        display: block
    }
}

.oab-related-image .oabr-image-holder {
    width: 75px
}

@media (min-width:992px) {
    .oab-related-image .oabr-image-holder {
        width: 166px
    }
}

.oab-related-image .oabr-image-holder figure {
    border-right: 2px solid #ee2b92;
    margin: 0;
    width: 75px
}

@media (min-width:992px) {
    .oab-related-image .oabr-image-holder figure {
        width: 166px
    }
}

.oab-framed {
    font-size: 14px;
    line-height: 23px
}

@media (min-width:992px) {
    .oab-framed {
        font-size: 16px;
        line-height: 25px
    }
}

.oab-framed .oabf-title {
    font-family: Ibm Condensed, sans-serif;
    font-size: 18px;
    font-weight: 600;
    line-height: 25px;
    margin: 0 0 15px
}

.voting {
    position: relative
}

.voting .share {
    padding-top: 15px
}

.voting .top {
    display: none
}

.nwm-vote .nwm-v-header {
    border-bottom: 1px solid #e6e6eb;
    margin: 0 0 30px;
    padding: 0 0 30px
}

.nwm-vote .nwm-v-header .nwm-vh-title {
    font-family: Saira Semi Condensed, sans-serif;
    font-size: 18px;
    font-weight: 600;
    line-height: 25px;
    padding: 30px 0 0
}

@media (min-width:992px) {
    .nwm-vote .nwm-v-header .nwm-vh-title {
        font-size: 24px;
        line-height: 28px
    }
}

.nwm-vote .nwm-v-header .nwm-vh-description {
    font-family: Roboto, sans-serif;
    font-weight: 300;
    font-size: 14px;
    line-height: 23px;
    margin: 10px 0 0
}

@media (min-width:992px) {
    .nwm-vote .nwm-v-header .nwm-vh-description {
        font-size: 16px;
        line-height: 25px
    }
}

.nwm-vote ul {
    margin: 0 10px
}

.nwm-vote ul li {
    margin: 0;
    overflow: hidden;
    padding: 0 0 15px
}

.vote_input {
    display: none;
    height: .1px;
    overflow: hidden;
    opacity: 0;
    position: absolute;
    width: .1px;
    z-index: -1
}

.vote_input[type=checkbox]+.nvm-vi-label .nwm-vi-helper span {
    background-color: #fff;
    border: 1px solid #29272c;
    display: inline-block;
    height: 20px;
    margin: 0 12px 0 0;
    position: relative;
    top: -2px;
    vertical-align: middle;
    width: 20px
}

.vote_input[type=checkbox]:checked+.nvm-vi-label .nwm-vi-helper span:after,
.vote_input[type=checkbox]:checked+.nvm-vi-label .nwm-vi-helper span:before {
    background-color: #ee2b92;
    content: "";
    display: block;
    position: absolute
}

.vote_input[type=checkbox]:checked+.nvm-vi-label .nwm-vi-helper span:before {
    height: 7px;
    left: 4px;
    top: 7px;
    width: 3px;
    z-index: 11;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.vote_input[type=checkbox]:checked+.nvm-vi-label .nwm-vi-helper span:after {
    height: 12px;
    left: 50%;
    top: 3px;
    width: 3px;
    z-index: 10;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

.vote_input[type=checkbox][disabled=disabled]+.nvm-vi-label .nwm-vi-helper span {
    opacity: .4
}

.vote_input[type=radio]+.nvm-vi-label .nwm-vi-helper span {
    background-color: #fff;
    border: 1px solid #29272c;
    border-radius: 50%;
    display: inline-block;
    height: 20px;
    margin: 0 12px 0 0;
    position: relative;
    vertical-align: middle;
    width: 20px
}

.vote_input[type=radio]+.nvm-vi-label .nwm-vi-helper span:after {
    background-color: #ee2b92;
    border-radius: 50%;
    content: "";
    display: block;
    height: 0;
    margin: auto;
    width: 0;
    z-index: 10;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0
}

.vote_input[type=radio]:checked+.nvm-vi-label .nwm-vi-helper span:after {
    height: 12px;
    width: 12px
}

.nvm-vi-label {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    cursor: pointer;
    display: table;
    font-family: Roboto, sans-serif;
    font-size: 14px;
    font-weight: 300;
    line-height: 23px;
    width: 100%;
    -webkit-tap-highlight-color: transparent
}

@media (min-width:992px) {
    .nvm-vi-label {
        font-size: 16px;
        line-height: 25px
    }
}

.disabled .nvm-vi-label {
    cursor: no-drop
}

.nvm-vi-title,
.nwm-vi-helper,
.nwm-vi-image {
    display: table-cell;
    vertical-align: middle
}

.nwm-vi-image {
    margin: 0 12px 0 0;
    max-width: inherit
}

.nvm-vi-title {
    width: 100%
}

.nwm-vi-image {
    height: 50px;
    width: 75px
}

@media (min-width:480px) {
    .nwm-vi-image {
        height: 80px;
        width: 120px
    }
}

.nwm-v-result {
    display: none
}

.nwm-v-result .nwm-vr-item {
    padding: 10px 0 14px
}

.nwm-v-result .nwm-vr-item .nwm-vri-title {
    border: none;
    display: table;
    font-family: Roboto, sans-serif;
    font-size: 14px;
    font-weight: 300;
    line-height: 23px;
    margin: 0 0 10px;
    padding: 0;
    text-transform: none;
    width: 100%
}

@media (min-width:992px) {
    .nwm-v-result .nwm-vr-item .nwm-vri-title {
        font-size: 16px;
        line-height: 25px
    }
}

.nwm-v-result .nwm-vr-item .nwm-v-voters_num,
.nwm-v-result .nwm-vr-item .nwm-vri-bar-holder,
.nwm-v-result .nwm-vr-item .nwm-vri-percent {
    display: inline-block;
    font-family: Saira Semi Condensed, sans-serif;
    font-size: 14px;
    font-weight: 600;
    line-height: 22px;
    vertical-align: middle
}

.nwm-v-result .nwm-vr-item .nwm-vri-percent {
    max-width: 32px;
    width: 10%
}

.nwm-v-result .nwm-vr-item .nwm-vri-bar-holder {
    background-color: #e6e6eb;
    height: 20px;
    margin: 0 2%;
    position: relative;
    top: -2px;
    width: 76%
}

.nwm-v-result .nwm-vr-item .nwm-vri-bar {
    background-color: #ee2b92;
    height: 20px;
    -webkit-animation: a 2s;
    animation: a 2s
}

.nwm-v-result .nwm-v-voters_all,
.nwm-v-result .nwm-vb-back {
    font-family: Saira Semi Condensed, sans-serif;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase
}

.nwm-v-result .nwm-vb-back {
    color: #ee2b92;
    cursor: pointer;
    width: 100%
}

.nwm-v-result .nwm-v-voters_all {
    display: table-cell;
    height: 30px;
    vertical-align: middle;
    white-space: nowrap
}

.nwm-v-alert {
    background-color: rgba(0, 0, 0, .4);
    bottom: 0;
    display: none;
    left: 0;
    width: 100%;
    z-index: 11;
    position: absolute;
    top: 0
}

.nwm-v-alert .nwm-va-holder {
    background-color: #fff;
    border: 1px solid #e6e6eb;
    height: 160px;
    margin: auto;
    padding: 20px 10px 0;
    text-align: center;
    width: 222px;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0
}

.nwm-v-alert .nwm-va-content {
    border-bottom: 1px solid #e6e6eb;
    font-family: Roboto, sans-serif;
    font-size: 14px;
    font-weight: 300;
    line-height: 23px;
    margin: 0 0 10px;
    min-height: 60px;
    padding: 0 0 10px;
    text-align: left
}

@media (min-width:992px) {
    .nwm-v-alert .nwm-va-content {
        font-size: 16px;
        line-height: 25px
    }
}

.nwm-v-buttons {
    border-top: 1px solid #e6e6eb;
    display: table;
    margin: 30px 0 0;
    padding: 30px 0 0;
    width: 100%
}

.nwm-v-buttons>span {
    display: table-cell;
    vertical-align: middle
}

.nwm-v-buttons .nwm-vb-vote {
    background-color: #ccc;
    color: #fff;
    padding: 2px 15px 0;
    -webkit-transition: background-color .3s ease;
    transition: background-color .3s ease
}

.nwm-v-buttons .nwm-vb-vote.active {
    background-color: #ee2b92;
    cursor: pointer
}

.nwm-v-buttons .nwm-vb-vote.active:hover {
    background-color: #212121
}

.nwm-v-buttons .nwm-vb-result {
    color: #ee2b92;
    cursor: pointer;
    font-family: Saira Semi Condensed, sans-serif;
    font-weight: 600;
    font-size: 14px;
    line-height: 22px;
    text-transform: uppercase;
    width: 100%
}

.nwm-v-captcha {
    background: hsla(0, 0%, 100%, .9);
    display: none;
    z-index: 14;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0
}

.nwm-v-captcha .nwm-vc-inner {
    height: 100%
}

.nwm-v-captcha .nwm-vc-inner .nwm-vci-holder {
    position: relative;
    text-align: center;
    top: 50%
}

.nwm-v-captcha .nwm-vc-inner .nwm-vci-holder .nwm-vci-load {
    display: inline-block;
    margin-top: -50%
}

@-webkit-keyframes a {
    0% {
        width: 0
    }
}

keyframes progress-bar 0% {
    width: 0
}

.oa-table-holder,
.oab-table {
    display: inline-block;
    overflow-x: auto
}

.oab-table {
    max-width: 100%;
    width: 100%
}

.oab-table.oabt-left {
    float: left;
    margin: 0 20px 20px 0;
    width: inherit !important
}

.oab-table.oabt-right {
    float: right;
    margin: 0 0 20px 20px;
    width: inherit !important
}

table {
    border-collapse: separate;
    height: auto !important;
    max-width: 100%;
    overflow-x: auto;
    padding: 20px 0 0 !important;
    width: 100%
}

@media (min-width:992px) {
    table {
        border-right-width: 30px;
        border-left-width: 30px
    }
}

table:before {
    left: 0 !important;
    right: 0 !important
}

.oabt-left table,
.oabt-right table {
    width: inherit !important
}

table[align=center],
table[align=left],
table[align=right] {
    float: none
}

caption {
    background-color: #f8f8f8;
    border-bottom: 1px solid #e6e6eb;
    font-family: Saira Semi Condensed, sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 25px;
    padding: 20px 10px 10px;
    text-transform: uppercase;
    vertical-align: middle
}

tr:first-child td,
tr:first-child th {
    padding-top: 0
}

tr:last-child td,
tr:last-child th {
    border-bottom: 0;
    padding-bottom: 0
}

td,
th {
    border-bottom: 1px solid #e6e6eb;
    font-family: Saira Semi Condensed, sans-serif;
    padding: 10px;
    vertical-align: middle
}

th {
    font-size: 16px;
    font-weight: 700;
    line-height: 25px;
    text-transform: uppercase
}

th:first-child {
    padding: 15px 10px 15px 0
}

th:last-child {
    padding: 15px 0 15px 10px
}

td {
    font-size: 14px;
    line-height: 22px
}

td:first-child {
    padding: 10px 10px 10px 0
}

td:last-child {
    padding: 10px 0 10px 10px
}

.cikk-obj {
    margin: 25px 0 !important;
    text-align: center
}

.cikk-obj iframe,
.cikk-obj twitter-widget {
    display: inline-block !important;
    min-width: inherit !important;
    max-width: 100%
}

.cikk-obj .playbuzz iframe {
    display: block !important;
    min-width: 100% !important
}

.cikk-obj iframe[src*="streamable.com"] {
    left: 0;
    margin: auto;
    right: 0
}

.article-meta {
    border-top: 1px solid #e6e6eb;
    padding: 20px 0 0
}

.article-meta a {
    color: #ee2b92;
    font-family: Saira Semi Condensed, sans-serif;
    font-size: 14px;
    display: inline-block;
    margin: 0 10px;
    text-transform: uppercase;
    vertical-align: top;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

@media (min-width:1200px) {
    .article-meta a:hover {
        color: #212121
    }
}

@media (min-width:1200px) {
    .article-meta a.category-meta:hover {
        background-color: #001492
    }
}

.article-share {
    border-top: 1px solid #e6e6eb;
    font-size: 0;
    line-height: 0;
    margin: 10px 0 40px;
    padding: 20px 0 0
}

.life-recommendation .oa-container:first-child {
    margin-top: 20px;
    position: relative
}

@media (min-width:1200px) {
    .life-recommendation .oa-container:first-child {
        margin-top: 25px
    }
}

.life-recommendation .oa-container:first-child:before {
    background-color: #e6e6eb;
    content: "";
    display: inline-block;
    height: 1px;
    width: auto;
    position: absolute;
    top: -20px;
    right: 20px;
    left: 20px
}

@media (min-width:1200px) {
    .life-recommendation .oa-container:first-child:before {
        top: -25px
    }
}

.recommendation-title {
    font-family: Saira Semi Condensed, sans-serif;
    font-size: 20px;
    font-weight: 500;
    margin: 0 0 20px;
    line-height: 32px;
    text-transform: uppercase
}

@media (min-width:992px) {
    .recommendation-title {
        font-size: 24px;
        line-height: 38px
    }
}

@media (min-width:544px) {
    .article-recommendation {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

.article-recommendation .article-listItem {
    margin-bottom: 32px !important
}

.article-recommendation .article-listItem .ai-brand {
    display: block;
    margin-bottom: 16px
}

.article-recommendation .article-listItem .ai-image,
.article-recommendation .article-listItem .ai-text {
    width: auto !important
}

.article-recommendation .article-listItem .ait-title {
    font-weight: 700
}

.article-recommendation .article-listItem .ai-text {
    padding-left: 0 !important;
    margin-top: 8px
}

.article-recommendation .article-listItem .ait-lead {
    display: none
}

@media (min-width:544px) {
    .article-recommendation .article-listItem {
        float: left;
        width: calc(50% - 8px);
        margin-right: 16px !important
    }
}

@media (min-width:544px) and (max-width:991px) {
    .article-recommendation .article-listItem:nth-child(2n) {
        margin-right: 0 !important
    }
}

@media (min-width:992px) {
    .article-recommendation .article-listItem {
        width: calc(33.333% - 10.666666666666666px)
    }

    .article-recommendation .article-listItem:nth-child(3n) {
        margin-right: 0 !important
    }

    .article-recommendation .article-listItem .ait-title {
        font-size: 20px;
        line-height: 25px
    }
}

@media (min-width:544px) {
    .article-recommendation-zones {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

.article-recommendation-zones .article-recommendation-zone {
    margin-bottom: 32px
}

.article-recommendation-zones .article-recommendation-zone .goaBg {
    margin-top: 0 !important
}

.article-recommendation-zones .article-recommendation-zone .ai-brand {
    display: block;
    margin-bottom: 16px
}

@media (min-width:544px) {
    .article-recommendation-zones .article-recommendation-zone {
        width: calc(50% - 8px);
        margin-right: 16px
    }
}

@media (min-width:544px) and (max-width:991px) {
    .article-recommendation-zones .article-recommendation-zone:nth-child(3n) {
        display: none
    }

    .article-recommendation-zones .article-recommendation-zone:nth-child(2n) {
        margin-right: 0
    }
}

@media (min-width:992px) {
    .article-recommendation-zones .article-recommendation-zone {
        width: calc(33.333% - 10.666666666666666px);
        margin-right: 16px
    }

    .article-recommendation-zones .article-recommendation-zone:nth-child(3n) {
        display: block;
        margin-right: 0
    }
}

.article-pager {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 30px;
    line-height: 30px;
    padding: 22px 0;
    position: relative;
    text-align: center
}

.ap-nums {
    display: inline-block;
    font-family: Saira Semi Condensed, sans-serif;
    font-size: 14px;
    vertical-align: top
}

.ap-nums .ap-posnum:after {
    content: "/";
    display: inline-block;
    margin: 0 1px
}

.ap-first,
.ap-last,
.ap-next,
.ap-previous {
    border: 1px solid #ceced4;
    border-radius: 50%;
    cursor: no-drop;
    display: inline-block;
    height: 29px;
    position: relative;
    width: 29px
}

.ap-first.ap-active,
.ap-last.ap-active,
.ap-next.ap-active,
.ap-previous.ap-active {
    border-color: #ee2b92;
    cursor: pointer;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.ap-first.ap-active:before,
.ap-last.ap-active:before,
.ap-next.ap-active:before,
.ap-previous.ap-active:before {
    border-color: #ee2b92;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

@media (min-width:1200px) {

    .ap-first.ap-active:hover,
    .ap-first.ap-active:hover:before,
    .ap-last.ap-active:hover,
    .ap-last.ap-active:hover:before,
    .ap-next.ap-active:hover,
    .ap-next.ap-active:hover:before,
    .ap-previous.ap-active:hover,
    .ap-previous.ap-active:hover:before {
        background-color: #ee2b92
    }
}

.ap-first:before,
.ap-last:before,
.ap-next:before,
.ap-previous:before {
    background-color: #fff;
    content: "";
    display: inline-block;
    height: 7px;
    margin: auto;
    width: 7px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0
}

.ap-first:before,
.ap-previous:before {
    border-left: 1px solid #ceced4;
    border-bottom: 1px solid #ceced4;
    left: 4px;
    -webkit-transition: border-color .3s ease;
    transition: border-color .3s ease
}

@media (min-width:1200px) {

    .ap-first.ap-active:hover:before,
    .ap-previous.ap-active:hover:before {
        border-color: #fff
    }
}

.ap-last:before,
.ap-next:before {
    border-top: 1px solid #ceced4;
    border-right: 1px solid #ceced4;
    left: -4px
}

@media (min-width:1200px) {

    .ap-last.ap-active:hover:before,
    .ap-next.ap-active:hover:before {
        border-color: #fff
    }
}

.ap-first:after,
.ap-last:after {
    background-color: #ceced4;
    content: "";
    height: 12px;
    margin: auto;
    width: 1px;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    position: absolute;
    top: 0;
    bottom: 0
}

.ap-first.ap-active:after,
.ap-last.ap-active:after {
    background-color: #ee2b92
}

@media (min-width:1200px) {

    .ap-first.ap-active:hover:after,
    .ap-last.ap-active:hover:after {
        background-color: #fff
    }
}

.ap-first {
    margin-right: 10px
}

.ap-first:after {
    left: 10px
}

.ap-previous {
    margin-right: 20px
}

.ap-next {
    margin-left: 20px
}

.ap-last {
    margin-left: 10px
}

.ap-last:after {
    right: 10px
}

.article-common .article-head {
    margin: 40px auto
}

@media (min-width:768px) {
    .article-common .article-head {
        margin: 40px auto 50px
    }
}

@media (min-width:1200px) {
    .article-common .article-head {
        margin: 40px auto 60px
    }
}

.article-common .article-body {
    padding-left: 10px;
    padding-right: 10px
}

@media (min-width:1200px) {
    .article-common .article-body {
        width: 58.333333%
    }
}

.article-common .article-lead {
    margin: 0 0 30px
}

@media (min-width:768px) {
    .article-common .article-lead {
        margin: 0 0 50px
    }
}

.adult-content {
    overflow: hidden;
    -webkit-overflow-scrolling: touch
}

#alert18 {
    background-color: #fff;
    bottom: 0;
    display: table;
    height: 100%;
    left: 0;
    min-height: 100%;
    min-height: 100vh;
    overflow-x: hidden;
    overflow-y: auto;
    position: fixed;
    text-align: center;
    top: 0;
    width: 100%;
    z-index: 10
}

@media (max-height:600px) {
    #alert18 {
        display: block;
        height: inherit;
        min-height: inherit
    }
}

.alert-container {
    display: table-cell;
    padding: 35px 20px;
    vertical-align: middle
}

@media (min-width:768px) {
    .alert-container {
        padding: 35px 60px
    }
}

.alert-container .alert18-icon {
    display: inline-block;
    font-family: Saira Semi Condensed, sans-serif;
    font-size: 24px;
    font-weight: 600;
    margin: 0 0 10px;
    text-transform: uppercase
}

@media (min-width:768px) {
    .alert-container .alert18-icon {
        font-size: 36px;
        margin: 0 0 35px
    }
}

.alert-container .alert18-icon:before {
    background-color: #fff;
    border: 10px solid #df2935;
    border-radius: 50%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    content: "18";
    display: block;
    font-size: 34px;
    font-weight: 700;
    height: 75px;
    line-height: 60px;
    margin: 0 auto 15px;
    text-align: center;
    width: 75px
}

@media (min-width:768px) {
    .alert-container .alert18-icon:before {
        border: 15px solid #df1b21;
        font-size: 60px;
        height: 118px;
        line-height: 95px;
        margin: 0 auto 35px;
        width: 118px
    }
}

.alert-container .alert18-content {
    font-family: Roboto, sans-serif;
    font-size: 13px;
    font-weight: 300;
    margin: 0 auto 45px
}

.alert-container .alert18-content:first-of-type {
    font-weight: 400
}

@media (min-width:768px) {
    .alert-container .alert18-content {
        font-size: 18px;
        line-height: 30px;
        width: 83.333333%
    }
}

@media (min-width:1200px) {
    .alert-container .alert18-content {
        width: 66.666667%
    }
}

.alert-container .alert18-content a {
    color: #03b888;
    -webkit-transition: color .3s ease-in-out;
    transition: color .3s ease-in-out
}

@media (min-width:992px) {
    .alert-container .alert18-content a:hover {
        color: #0d3058
    }
}

.alert-container #alert18-btns {
    margin: 0 auto
}

@media (min-width:768px) {
    .alert-container #alert18-btns {
        width: 83.333333%
    }
}

@media (min-width:1200px) {
    .alert-container #alert18-btns {
        width: 66.666667%
    }
}

.alert-container .alert18-btn {
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-family: Saira Semi Condensed, sans-serif;
    font-size: 14px;
    font-weight: 700;
    line-height: 22px;
    margin: 0 10px 10px;
    min-width: 185px;
    padding: 4px 15px 2px;
    text-transform: uppercase;
    -webkit-transition: background-color .3s ease;
    transition: background-color .3s ease
}

.alert-container .alert18-btn.alert-ok {
    background-color: #03b888
}

.alert-container .alert18-btn.alert-no {
    background-color: #df2935
}

.linkWithLenia a {
    -webkit-box-shadow: inset 0 -2px 0 #03b888 !important;
    box-shadow: inset 0 -2px 0 #03b888 !important
}

@media (min-width:1200px) {
    .linkWithLenia a:hover {
        background-color: #03b888 !important
    }
}

@media (min-width:768px) {
    .article-pp-list {
        margin-left: 58px
    }
}

@media (min-width:1200px) {
    .article-pp-list {
        margin-left: 0
    }
}

.nwm-article-pp {
    border-bottom: 1px solid #ceced4;
    padding: 25px 0 0 15px
}

@media (min-width:768px) {
    .nwm-article-pp {
        padding: 25px 0 0
    }
}

.nwm-article-pp:last-child {
    border: 0
}

.nwm-pp-header {
    font-size: 0;
    margin: 0 0 15px
}

@media (min-width:768px) {
    .nwm-pp-header {
        margin-left: -58px
    }
}

.nwm-pp-clock,
.nwm-pp-publish {
    display: inline-block;
    vertical-align: middle
}

.nwm-pp-clock {
    background-color: #000;
    border-radius: 50%;
    height: 30px;
    margin: 0 15px 0 0;
    position: relative;
    width: 30px
}

@media (min-width:768px) {
    .nwm-pp-clock {
        margin: 0 25px 0 0
    }
}

.new-nwm-article-pp .nwm-pp-clock {
    background-color: #00bc84
}

.nwm-pp-clock:after,
.nwm-pp-clock:before {
    background-color: #fff;
    border-radius: 1px;
    content: "";
    margin: auto;
    width: 4px;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0
}

.nwm-pp-clock:before {
    height: 10px;
    top: -5px
}

.nwm-pp-clock:after {
    height: 7px;
    left: 4px;
    top: 7px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.nwm-pp-publish {
    font-family: Saira Semi Condensed, sans-serif;
    font-size: 24px;
    font-weight: 400
}

.new-nwm-article-pp .nwm-pp-publish {
    color: #00bc84
}

.nwm-pp-content p {
    font-family: Roboto, sans-serif;
    font-weight: 300
}

.nwm-pp-title {
    font-family: Ibm Condensed, sans-serif;
    font-size: 20px;
    font-weight: 600;
    line-height: 26px
}

.nwmapp-date {
    border-top: 1px solid #29272c;
    border-bottom: 1px solid #ceced4;
    font-size: 11px;
    font-weight: 400;
    line-height: 17px;
    padding: 15px;
    text-align: center;
    top: -1px
}

.nwmapp-date,
.nwmapp-new {
    font-family: Saira Semi Condensed, sans-serif;
    position: relative;
    text-transform: uppercase
}

.nwmapp-new {
    background-color: #00bc84;
    color: #fff;
    cursor: pointer;
    font-size: 14px;
    font-weight: 600;
    left: inherit;
    line-height: 22px;
    margin: inherit;
    padding: 12px 15px 10px;
    right: inherit;
    top: inherit;
    z-index: 10
}

.nwmapp-new.fixed {
    left: 20px;
    margin: auto;
    position: fixed;
    right: 20px;
    top: 0
}

@media (min-width:768px) {
    .nwmapp-new.fixed {
        width: 700px
    }
}

@media (min-width:992px) {
    .nwmapp-new.fixed {
        width: 900px
    }
}

@media (min-width:1200px) {
    .nwmapp-new.fixed {
        left: inherit;
        margin-left: -73px;
        right: inherit;
        width: 727px
    }
}

@media (min-width:1300px) {
    .nwmapp-new.fixed {
        width: 793px
    }
}

@media (min-width:1200px) {
    .nwmapp-new {
        margin-left: -73px;
        width: 726px
    }
}

@media (min-width:1300px) {
    .nwmapp-new {
        width: 793px
    }
}

#floating-recommendation {
    position: fixed;
    width: 460px;
    height: 150px;
    right: -500px;
    bottom: 20px;
    background: #fff;
    -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, .25);
    box-shadow: 0 10px 40px 0 rgba(0, 0, 0, .25);
    z-index: 10;
    padding: 0 20px;
    border-left: 4px solid #ee2b92;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: right .65s;
    transition: right .65s;
    -webkit-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out
}

#floating-recommendation.active {
    right: 0
}

#floating-recommendation .fr-top {
    height: 40px;
    border-bottom: 1px solid #f0f0f3;
    position: relative;
    font-family: Quicksand, sans-serif;
    overflow: hidden
}

#floating-recommendation .fr-top>div {
    float: right
}

#floating-recommendation .fr-top:before {
    content: " ";
    display: block;
    position: absolute;
    bottom: -1px;
    left: 0;
    height: 1px;
    width: 70px;
    background: #ee2b92
}

#floating-recommendation .fr-top .fr-text {
    float: left;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 43px
}

#floating-recommendation .fr-top .rbutton {
    display: inline-block;
    width: 24px;
    height: 24px;
    background: #ee2b92;
    border-radius: 50%;
    vertical-align: top;
    margin-top: 8px;
    cursor: pointer;
    position: relative
}

#floating-recommendation .fr-top .rbutton.fr-close {
    margin-left: 40px
}

#floating-recommendation .fr-top .rbutton.fr-close:after,
#floating-recommendation .fr-top .rbutton.fr-close:before {
    content: " ";
    height: 14px;
    width: 2px;
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
    -ms-transform: translate(-50%, -50%) rotate(-45deg);
    transform: translate(-50%, -50%) rotate(-45deg);
    background: #fff
}

#floating-recommendation .fr-top .rbutton.fr-close:after {
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    -ms-transform: translate(-50%, -50%) rotate(45deg);
    transform: translate(-50%, -50%) rotate(45deg)
}

#floating-recommendation .fr-top .rbutton.fr-pag_left:after,
#floating-recommendation .fr-top .rbutton.fr-pag_left:before,
#floating-recommendation .fr-top .rbutton.fr-pag_right:after,
#floating-recommendation .fr-top .rbutton.fr-pag_right:before {
    content: " ";
    height: 9px;
    width: 2px;
    display: block;
    position: absolute;
    left: 50%;
    top: 10px;
    -webkit-transform: translateX(-50%) rotate(-45deg);
    -ms-transform: translateX(-50%) rotate(-45deg);
    transform: translateX(-50%) rotate(-45deg);
    background: #fff
}

#floating-recommendation .fr-top .rbutton.fr-pag_left:after,
#floating-recommendation .fr-top .rbutton.fr-pag_right:after {
    top: 5px
}

#floating-recommendation .fr-top .rbutton.fr-pag_left:after,
#floating-recommendation .fr-top .rbutton.fr-pag_right:after,
#floating-recommendation .fr-top .rbutton.fr-pag_right:before {
    -webkit-transform: translateX(-50%) rotate(45deg);
    -ms-transform: translateX(-50%) rotate(45deg);
    transform: translateX(-50%) rotate(45deg)
}

#floating-recommendation .fr-top .rbutton.fr-pag_right:after {
    -webkit-transform: translateX(-50%) rotate(-45deg);
    -ms-transform: translateX(-50%) rotate(-45deg);
    transform: translateX(-50%) rotate(-45deg)
}

#floating-recommendation .fr-top .fr-pages {
    line-height: 43px;
    width: 60px;
    display: inline-block;
    text-align: center;
    color: #ee2b92;
    font-size: 18px
}

#floating-recommendation .fr-content {
    height: calc(100% - 40px);
    overflow: hidden
}

#floating-recommendation .fr-content ul {
    height: 80px;
    margin-top: 15px
}

#floating-recommendation .fr-content ul li {
    text-align: left;
    display: none;
    height: 100%;
    overflow: hidden
}

#floating-recommendation .fr-content ul li.active {
    display: block
}

#floating-recommendation .fr-content ul li .img-link img {
    float: left;
    width: 120px;
    height: 80px;
    margin-right: 20px
}

#floating-recommendation .fr-content ul li .slug a {
    font-family: Saira Condensed, sans-serif;
    font-size: 18px;
    color: #ee2b92;
    margin: 5px 0 6px;
    display: inline-block
}

#floating-recommendation .fr-content ul li .title {
    font-size: 16px;
    font-family: Quicksand, sans-serif;
    font-weight: 500
}

.article-item.category-item {
    margin: 0 0 20px;
    position: relative
}

@media (max-width:767px) {
    .ai-visible-md {
        display: none !important
    }
}

@media (max-width:991px) {
    .ai-visible-lg {
        display: none !important
    }
}

@media (max-width:1199px) {
    .ai-visible-xl {
        display: none !important
    }
}

.ai-holder {
    position: relative
}

.article-listItem.article-image .ai-holder {
    font-size: 0
}

.ai-image {
    display: block;
    position: relative
}

.article-listItem.article-image .ai-image {
    display: inline-block;
    vertical-align: top;
    width: 46%
}

@media (min-width:768px) {
    .article-listItem.article-image .ai-image {
        width: 40%
    }
}

@media (min-width:1200px) {
    .article-listItem.article-image .ai-image {
        width: 36%
    }
}

@media (min-width:992px) {
    .article-image:hover .ai-image:after {
        opacity: .3
    }
}

.ai-image:after {
    background: -webkit-gradient(linear, left top, left bottom, from(#000), to(rgba(0, 0, 0, .4)));
    background: linear-gradient(180deg, #000 0, rgba(0, 0, 0, .4));
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000", endColorstr="#66000000", GradientType=0);
    content: "";
    height: 100%;
    opacity: 0;
    width: 100%;
    -webkit-transition: opacity .3s ease;
    transition: opacity .3s ease;
    position: absolute;
    top: 0;
    left: 0
}

.ai-image img {
    display: block;
    position: relative;
    width: 100%
}

.ai-text {
    display: block
}

.article-listItem.article-image .ai-text {
    display: inline-block;
    padding: 0 0 0 10px;
    vertical-align: top;
    width: 54%
}

@media (min-width:768px) {
    .article-listItem.article-image .ai-text {
        padding: 0 0 0 20px;
        width: 60%
    }
}

@media (min-width:1200px) {
    .article-listItem.article-image .ai-text {
        width: 64%
    }
}

.category-item .ai-text h1 {
    display: inline;
    font-weight: inherit
}

.category-item .ai-text .ait-date {
    color: #686570;
    font-family: Saira Semi Condensed, sans-serif;
    font-size: 12px;
    font-weight: 300;
    line-height: 16px;
    margin: 20px 0 0
}

.category-item .ait-top {
    background-color: #fff
}

.article-subtop .category-item .ait-top,
.article-top .category-item .ait-top {
    border-left: 2px solid #001492;
    width: 100%;
    position: absolute;
    bottom: 99%;
    left: -2px
}

@media (min-width:1200px) {

    .article-subtop .category-item .ait-top,
    .article-top .category-item .ait-top {
        border-left: 0;
        position: relative
    }
}

.category-itthon .article-subtop .category-item .ait-top,
.category-itthon .article-top .category-item .ait-top {
    border-color: #0e6048
}

.category-nagyvilag .article-subtop .category-item .ait-top,
.category-nagyvilag .article-top .category-item .ait-top {
    border-color: #5fcc14
}

.category-gazdasag .article-subtop .category-item .ait-top,
.category-gazdasag .article-top .category-item .ait-top {
    border-color: #14cca8
}

.category-sport .article-subtop .category-item .ait-top,
.category-sport .article-top .category-item .ait-top {
    border-color: #00aef2
}

.category-teve .article-subtop .category-item .ait-top,
.category-teve .article-top .category-item .ait-top {
    border-color: #2900d7
}

.category-filmklub .article-subtop .category-item .ait-top,
.category-filmklub .article-top .category-item .ait-top {
    border-color: #7626ff
}

.category-tudomany .article-subtop .category-item .ait-top,
.category-tudomany .article-top .category-item .ait-top {
    border-color: #c428cc
}

.category-kultura .article-subtop .category-item .ait-top,
.category-kultura .article-top .category-item .ait-top {
    border-color: #8d0057
}

.category-tafelspicc .article-subtop .category-item .ait-top,
.category-tafelspicc .article-top .category-item .ait-top {
    border-color: #e40b6b
}

.category-auto .article-subtop .category-item .ait-top,
.category-auto .article-top .category-item .ait-top {
    border-color: #ff5042
}

.category-techbazis .article-subtop .category-item .ait-top,
.category-techbazis .article-top .category-item .ait-top {
    border-color: #f0b300
}

.article-top .category-item .ait-top {
    padding: 15px 16px 0
}

@media (min-width:1200px) {
    .article-top .category-item .ait-top {
        padding: 0
    }
}

.article-subtop .category-item .ait-top {
    padding: 5px 10px 0
}

@media (min-width:1200px) {
    .article-subtop .category-item .ait-top {
        padding: 0
    }
}

.article-highlighted .category-item .ait-top {
    position: relative
}

.article-highlighted .category-item .ait-top:before {
    background-color: #001492;
    content: "";
    height: 100%;
    width: 2px;
    position: absolute;
    top: 0;
    left: 0
}

.category-itthon .article-highlighted .category-item .ait-top:before {
    background-color: #0e6048
}

.category-nagyvilag .article-highlighted .category-item .ait-top:before {
    background-color: #5fcc14
}

.category-gazdasag .article-highlighted .category-item .ait-top:before {
    background-color: #14cca8
}

.category-sport .article-highlighted .category-item .ait-top:before {
    background-color: #00aef2
}

.category-teve .article-highlighted .category-item .ait-top:before {
    background-color: #2900d7
}

.category-filmklub .article-highlighted .category-item .ait-top:before {
    background-color: #7626ff
}

.category-tudomany .article-highlighted .category-item .ait-top:before {
    background-color: #c428cc
}

.category-kultura .article-highlighted .category-item .ait-top:before {
    background-color: #8d0057
}

.category-tafelspicc .article-highlighted .category-item .ait-top:before {
    background-color: #e40b6b
}

.category-auto .article-highlighted .category-item .ait-top:before {
    background-color: #ff5042
}

.category-techbazis .article-highlighted .category-item .ait-top:before {
    background-color: #f0b300
}

.branded-section .article-highlighted .category-item .ait-top:before {
    display: none
}

.ai-brand {
    font-size: 11px;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    margin: 0 0 10px
}

.ai-brand,
.category-item .ait-chocolate {
    font-family: Saira Semi Condensed, sans-serif;
    text-transform: uppercase
}

.category-item .ait-chocolate {
    color: #fff;
    font-size: 0;
    display: inline-block;
    font-weight: 400;
    line-height: 16px;
    text-align: center;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    vertical-align: middle
}

.category-item .ait-chocolate:empty {
    display: none
}

.category-item .ait-chocolate .aitc-item {
    display: inline-block;
    font-size: 14px;
    padding: 3px 5px 0
}

.article-top .category-item .ait-chocolate .aitc-item {
    font-size: 14px
}

@media (min-width:768px) {
    .article-top .category-item .ait-chocolate .aitc-item {
        font-size: 18px
    }
}

.ai-related-item .category-item .ait-chocolate .aitc-item {
    font-size: 10px;
    padding: 4px 4px 1px
}

.article-live.article-top .ai-related-item .category-item .ait-chocolate .aitc-item {
    padding: 4px 4px 0
}

.article-top .category-item .ait-chocolate {
    line-height: 18px;
    position: absolute;
    top: -12px
}

@media (min-width:768px) {
    .article-top .category-item .ait-chocolate {
        top: -13px
    }
}

@media (min-width:1200px) {
    .article-top .category-item .ait-chocolate {
        top: -28px
    }
}

.category-item .ait-chocolate .aitc-alert {
    background-color: #001492;
    color: #fff
}

.category-itthon .category-item .ait-chocolate .aitc-alert {
    background-color: #0e6048
}

.category-nagyvilag .category-item .ait-chocolate .aitc-alert {
    background-color: #5fcc14
}

.category-gazdasag .category-item .ait-chocolate .aitc-alert {
    background-color: #14cca8
}

.category-sport .category-item .ait-chocolate .aitc-alert {
    background-color: #00aef2
}

.category-teve .category-item .ait-chocolate .aitc-alert {
    background-color: #2900d7
}

.category-filmklub .category-item .ait-chocolate .aitc-alert {
    background-color: #7626ff
}

.category-tudomany .category-item .ait-chocolate .aitc-alert {
    background-color: #c428cc
}

.category-kultura .category-item .ait-chocolate .aitc-alert {
    background-color: #8d0057
}

.category-tafelspicc .category-item .ait-chocolate .aitc-alert {
    background-color: #e40b6b
}

.category-auto .category-item .ait-chocolate .aitc-alert {
    background-color: #ff5042
}

.category-techbazis .category-item .ait-chocolate .aitc-alert {
    background-color: #f0b300
}

.category-item .ait-chocolate .aitc-result {
    background-color: #29272c;
    color: #fff
}

.category-item .ait-chocolate .aitc-result span {
    display: inline-block;
    vertical-align: middle
}

.category-item .ait-chocolate .aitc-result .aitcr-teams {
    font-size: 0
}

@media (min-width:992px) {
    .category-item .ait-chocolate .aitc-result .aitcr-teams {
        font-size: inherit
    }
}

.category-item .ait-chocolate .aitc-result .aitcr-t-short {
    font-size: 11px
}

@media (min-width:1200px) {
    .category-item .ait-chocolate .aitc-result .aitcr-t-short {
        font-size: 14px
    }
}

.ai-related-holder .category-item .ait-chocolate .aitc-result .aitcr-t-short {
    font-size: 11px
}

@media (min-width:992px) {
    .category-item .ait-chocolate .aitc-result .aitcr-t-short {
        font-size: 0
    }
}

.category-item .ait-chocolate .aitc-result .aitcr-standings {
    font-weight: 700;
    margin: 0 10px
}

.category-item .ait-chocolate .aitc-multimedia {
    background-color: #29272c;
    color: #e6e6eb
}

.category-item .ait-chocolate .aitc-extra {
    background-color: #e6e6eb;
    color: #29272c
}

.article-live.article-top .category-item .ait-chocolate .aitc-item {
    padding: 4px 5px 0
}

@media (min-width:768px) {
    .article-live.article-top .category-item .ait-chocolate .aitc-item {
        padding: 6px 5px 2px
    }
}

.article-highlighted .category-item .ait-chocolate {
    margin: 0 4px 0 0
}

.ai-related-item .category-item .ait-chocolate {
    color: #fff;
    line-height: 10px;
    margin: 0 4px 0 0;
    position: relative;
    top: -4px
}

.article-top .ai-related-item .category-item .ait-chocolate {
    top: -4px
}

.category-item.search-item .ait-chocolate {
    display: none
}

.ait-title {
    display: inline;
    font-size: 18px;
    font-weight: 500;
    line-height: 23px;
    font-family: Saira Semi Condensed, sans-serif
}

@media (min-width:768px) {
    .article-listItem .ait-title {
        font-size: 24px;
        line-height: 32px
    }
}

.ait-lead {
    display: block;
    font-family: Roboto, sans-serif;
    font-size: 14px;
    font-weight: 300;
    line-height: 16px;
    margin: 5px 0 0
}

.article-listItem .ait-lead {
    line-height: 23px
}

@media (max-width:767px) {
    .article-listItem .ait-lead {
        display: none
    }
}

@media (min-width:768px) {
    .article-listItem .ait-lead {
        line-height: 20px
    }
}

.article-branded .article-section>.oa-container,
.article-branded .article-section>.oc-container,
.article-branded .category-section>.oa-container,
.article-branded .category-section>.oc-container,
.category-branded .article-section>.oa-container,
.category-branded .article-section>.oc-container,
.category-branded .category-section>.oa-container,
.category-branded .category-section>.oc-container {
    background-color: #fff
}

.nwmfooter-color-life .nwmfooter-container:before {
    background: -webkit-gradient(linear, left top, left bottom, from(#fff), color-stop(60%, #fff), color-stop(60%, #000));
    background: linear-gradient(180deg, #fff 0, #fff 60%, #000 0);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff", endColorstr="#000000", GradientType=0);
    height: 100% !important;
    top: 0 !important
}

.aside-content {
    padding: 0 0 0 35px
}

#sub-sections .l-section-goa {
    padding: 20px 0 30px
}

.o-section-goa {
    background: #f1f1f4;
    padding: 0
}

.noGoa .o-section-goa {
    display: none
}

.goa-half {
    margin: 10px 0 0;
    padding: 26px 0 0;
    position: relative
}

@media (min-width:768px) {
    .goa-half {
        float: left;
        padding: 35px 0 0;
        width: 50%
    }
}

@media (min-width:768px) {

    .goa-half:after,
    .goa-half:before {
        background-color: #f1f1f4;
        content: "";
        height: 1px;
        position: absolute;
        right: -100%;
        left: -100%
    }
}

.goa-half:before {
    top: 0
}

.goa-half:after {
    top: 38px
}

@media (min-width:1200px) {
    .goa-half:after {
        top: 58px
    }
}

.ogoa-container {
    margin: 0 auto
}

@media (min-width:992px) {
    .ogoa-container {
        max-width: 940px
    }
}

@media (min-width:1200px) {
    .ogoa-container {
        max-width: 1140px
    }
}

@media (min-width:1300px) {
    .ogoa-container {
        max-width: 1240px
    }
}

.ogoa-container:after {
    display: table;
    clear: both;
    content: ""
}

.goaHolder {
    background-color: #f1f1f4
}

@media (min-width:768px) {
    .goaHolder {
        min-height: 450px
    }
}

@media (min-width:992px) {
    .goaHolder {
        min-height: 470px
    }
}

@media (min-width:1200px) {
    .goaHolder {
        min-height: 700px
    }
}

@media (min-width:1300px) {
    .goaHolder {
        min-height: 670px
    }
}

.goa-half .goaHolder {
    display: table;
    width: 100%
}

.goaWrap {
    background-color: #f1f1f4;
    position: relative;
    text-align: center
}

.goaWrap.horoszkopWrap {
    margin: 0 0 30px
}

.article-body>.goaWrap,
.article-content>.goaWrap {
    margin-left: -20px !important;
    margin-right: -20px !important
}

@media (min-width:768px) {

    .article-body>.goaWrap,
    .article-content>.goaWrap {
        margin-left: -44px !important;
        margin-right: -44px !important
    }
}

@media (min-width:992px) {

    .article-body>.goaWrap,
    .article-content>.goaWrap {
        margin-left: 0 !important;
        margin-right: 0 !important
    }
}

aside .goaWrap {
    margin: 0 0 30px
}

.goaWrap.gw-hidden,
.noGoa .goaWrap {
    display: none
}

.goaWrap.goaImgOrTxt>div:first-of-type {
    padding: 20px 0 0
}

.goaWrap.goaImgOrTxtOrPr {
    background-color: transparent;
    padding: 0
}

@media (max-width:1199px) {
    .goaWrap.goaImgOrTxtOrPr {
        display: none
    }
}

.goaWrap.goaImgOrTxtOrPr .goaPr {
    border: 1px solid #ceced4;
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    line-height: 18px;
    padding: 15px 20px 5px;
    position: relative;
    text-align: left
}

.goaWrap.goaImgOrTxtOrPr .goaPr:after {
    clear: both;
    color: #686570;
    content: "hirdet\00e9s";
    float: right;
    font-family: Saira Semi Condensed, sans-serif;
    font-size: 9px;
    text-align: right;
    text-transform: uppercase
}

aside .goaWrap.goaImgOrTxtOrPr .goaPr {
    max-width: 300px;
    min-width: 300px
}

.goaWrap .goaBg {
    position: relative
}

.goaWrap .goaBg:not(.rollingZone):not(.has3DBanner) {
    display: inline-block
}

.goaWrap .goaBg:after {
    color: #686570;
    content: "hirdet\00e9s";
    font-family: Saira Semi Condensed, sans-serif;
    font-size: 9px;
    line-height: 1;
    margin: auto;
    text-transform: uppercase;
    position: absolute;
    right: 0;
    bottom: -10px;
    left: 0
}

aside .goaWrap .goaBg {
    padding: 0 20px
}

.goaWrap.hidden-md-up {
    margin: 0 -20px 20px
}

.goaWrap img {
    height: auto !important
}

.goaWrap iframe {
    max-width: 100%
}

.goaWrap .cimlapi_pr_zona {
    width: 300px;
    display: block;
    text-align: left;
    margin-bottom: -10px
}

.goaWrap .cimlapi_pr_zona img {
    display: block
}

.goaWrap .cimlapi_pr_zona .cimlapi_pr_zona_text_con {
    margin: 0 20px;
    display: block;
    padding: 14px 20px 20px;
    background: #fff;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px)
}

.goaWrap .cimlapi_pr_zona .cimlapi_pr_zona_title_1,
.goaWrap .cimlapi_pr_zona .cimlapi_pr_zona_title_2 {
    font-family: Quicksand, sans-serif;
    font-size: 18px;
    line-height: 28px;
    font-weight: 500;
    display: block
}

.goaWrap .cimlapi_pr_zona .cimlapi_pr_zona_lead {
    display: block;
    font-family: Roboto, sans-serif;
    font-size: 16px;
    font-weight: 300;
    line-height: 21px;
    margin: 5px 0 0
}

.goaWrap.hasParallax {
    z-index: 50 !important;
    width: 100%;
    margin: 0 !important
}

.goaWrap.hasParallax .goaBg {
    margin: 0 0 20px
}

.goaWrap.hasParallax .goaBg:after {
    bottom: -15px
}

.goaBg {
    margin: 20px 0
}

.osg-title {
    display: none
}

@media (min-width:768px) {
    .osg-title {
        display: block;
        font-family: Saira Semi Condensed, sans-serif;
        font-size: 0;
        line-height: 34px;
        height: 38px;
        position: relative;
        text-transform: uppercase;
        top: -31px
    }
}

@media (min-width:1200px) {
    .osg-title {
        height: 58px;
        line-height: 58px
    }
}

.osg-title:after {
    background-color: #29272c;
    content: "";
    display: none;
    height: 2px;
    width: 60px;
    position: absolute;
    bottom: 0;
    left: 0
}

.category-list-goa {
    margin-right: -20px;
    margin-left: -20px
}

@media (min-width:768px) {
    .category-list-goa {
        margin-right: 0;
        margin-left: 0
    }
}

.goa-content {
    background-color: #e3e4ea;
    color: #c9cacf;
    display: inline-block;
    font-family: Roboto, sans-serif;
    font-size: 32px;
    font-weight: 600;
    min-height: 90px;
    position: relative;
    vertical-align: middle
}

.goaImg {
    border-top: 1px solid #e6e6eb;
    margin: 0 auto;
    max-width: 300px
}

.goaImg:last-child {
    border-bottom: 1px solid #e6e6eb;
    display: inline-block;
    margin: 0 auto 20px
}

aside .goaImg {
    min-width: 300px
}

aside .goaImg:first-of-type {
    border-top: 0
}

aside .goaImg:last-child {
    border-bottom: 0
}

.szolg-jobb {
    display: block;
    font-family: Ibm Condensed, sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    overflow: hidden;
    padding: 10px 0 0;
    text-align: left;
    -webkit-transition: background-color .3s ease;
    transition: background-color .3s ease
}

.szolg-jobb:after {
    clear: both;
    color: #686570;
    content: "hirdet\00e9s";
    float: right;
    font-family: Saira Semi Condensed, sans-serif;
    font-size: 9px;
    text-align: right;
    text-transform: uppercase
}

.szolg-jobb:hover {
    background-color: #eee
}

.szolg-jobb .ad-widget-pic {
    float: left;
    margin: 4px 10px 0 0;
    width: 120px
}

.szolg-jobb .ad-widget-title {
    display: block;
    font-size: 14px;
    font-weight: 600
}

.szolg-jobb .linkurl {
    float: right;
    width: 170px
}

.goaTxt {
    border-top: 1px solid #e6e6eb;
    margin: 0 auto;
    max-width: 300px;
    text-align: left;
    width: 100%;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.goaTxt:last-child {
    border-bottom: 1px solid #e6e6eb;
    display: inline-block;
    margin: 0 auto 20px
}

aside .goaTxt:first-of-type {
    border-top: 0
}

aside .goaTxt:last-child {
    border-bottom: 0
}

.goaTxt div {
    font-family: Ibm Condensed, sans-serif;
    font-size: 14px;
    font-weight: 600;
    line-height: 18px;
    overflow: hidden;
    padding: 10px 0 0;
    text-align: left;
    -webkit-transition: background-color .3s ease;
    transition: background-color .3s ease
}

.goaTxt div:after {
    color: #686570;
    content: "hirdet\00e9s";
    display: block;
    float: right;
    font-family: Saira Semi Condensed, sans-serif;
    font-size: 9px;
    font-weight: 400;
    text-align: right;
    text-transform: uppercase
}

.goaTxt div:hover {
    background-color: #eee
}

.szolg-url {
    display: block
}

.linkurl {
    font-size: 11px;
    line-height: 20px
}

[data-empty] {
    display: none !important
}

div[id^=crt-] {
    position: relative;
    width: 100% !important;
    margin: 20px 0 60px
}

div[id^=crt-] iframe {
    z-index: 1;
    position: relative
}

div[id^=crt-]:before {
    content: "";
    background-color: #f1f1f4;
    width: 100%;
    height: calc(100% + 50px);
    display: block;
    position: absolute;
    z-index: 0;
    top: -20px
}

div[id^=crt-]:after {
    color: #686570;
    content: "hirdet\00e9s";
    font-family: Saira Semi Condensed, sans-serif;
    font-size: 9px;
    line-height: 1;
    margin: auto;
    text-transform: uppercase;
    position: absolute;
    right: 0;
    bottom: -20px;
    left: 0;
    text-align: center
}

.category-loader-wrapper {
    position: relative
}

.loader {
    display: inline-block;
    height: 64px;
    margin: auto;
    visibility: hidden;
    width: 64px;
    position: absolute;
    right: 0;
    bottom: -72px;
    left: 0
}

@media (min-width:1200px) {
    .loader {
        bottom: -50px
    }
}

.loader.loader-active {
    visibility: visible
}

.loader div {
    background-color: #ceced4;
    border-radius: 50%;
    height: 12px;
    width: 12px;
    -webkit-animation-timing-function: cubic-bezier(0, 1, 1, 0);
    animation-timing-function: cubic-bezier(0, 1, 1, 0);
    position: absolute;
    top: 27px
}

.loader div:first-child {
    left: 0;
    -webkit-animation: b 1s infinite;
    animation: b 1s infinite
}

.loader div:nth-child(2) {
    left: 26px;
    -webkit-animation: b 1s .1s infinite;
    animation: b 1s .1s infinite
}

.loader div:nth-child(3) {
    left: 52px;
    -webkit-animation: b 1s .2s infinite;
    animation: b 1s .2s infinite
}

@-webkit-keyframes b {
    0% {
        opacity: 0
    }

    50% {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

@keyframes b {
    0% {
        opacity: 0
    }

    50% {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

body.facebook-widget-layer {
    padding-top: 150px
}

@media (min-width:768px) {
    body.facebook-widget-layer {
        padding-top: 0
    }
}

.facebook-layer-box {
    width: 100%;
    height: 150px;
    position: absolute;
    text-align: center;
    padding: 60px 0 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    top: 0;
    z-index: 1001;
    left: -100%;
    -webkit-box-shadow: 0 0 20px 10px rgba(0, 0, 0, .1);
    box-shadow: 0 0 20px 10px rgba(0, 0, 0, .1);
    background: #ececec;
    background: -webkit-gradient(linear, left top, left bottom, from(#ececec), to(#fafafa));
    background: linear-gradient(180deg, #ececec 0, #fafafa);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ececec", endColorstr="#fafafa", GradientType=0)
}

@media (min-width:768px) {
    .facebook-layer-box {
        background: #fff;
        border-radius: 8px;
        position: fixed;
        top: auto;
        bottom: 20px;
        left: -360px;
        -webkit-transition: left .5s;
        transition: left .5s;
        -webkit-transition-timing-function: ease-in-out;
        transition-timing-function: ease-in-out;
        height: 187px;
        width: 360px;
        padding: 37px 20px 20px
    }
}

.facebook-layer-box:before {
    content: " ";
    display: block;
    position: absolute;
    top: 0;
    width: 280px;
    height: 48px;
    background: url(/s/img/life/article/fb-text.svg) 50% no-repeat;
    background-size: contain;
    margin: 5px auto 0;
    left: 50%;
    -webkit-transform: translateX(-155px);
    -ms-transform: translateX(-155px);
    transform: translateX(-155px)
}

@media (min-width:768px) {
    .facebook-layer-box:before {
        background: #fff url(/s/img/life/fbwidget/life_head.svg) 0 0/260px 15px no-repeat;
        left: 20px;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        margin-top: 12px;
        height: 15px;
        width: 260px
    }
}

.facebook-layer-box.active {
    left: 0
}

@media (min-width:768px) {
    .facebook-layer-box.active {
        -webkit-box-shadow: 0 0 20px 10px rgba(0, 0, 0, .1);
        box-shadow: 0 0 20px 10px rgba(0, 0, 0, .1);
        left: 20px
    }
}

.facebook-layer-box .open {
    display: none
}

@media (min-width:768px) {
    .facebook-layer-box .open {
        background: #fff url(/s/img/origo/fbwidget/facebook.svg) 50% 50%/20px 20px no-repeat;
        border-radius: 50%;
        -webkit-box-shadow: 0 0 20px 10px rgba(0, 0, 0, .1);
        box-shadow: 0 0 20px 10px rgba(0, 0, 0, .1);
        cursor: pointer;
        display: block;
        height: 36px;
        position: absolute;
        right: -44px;
        top: 0;
        width: 36px
    }
}

.facebook-layer-box:not(.active) .open {
    -webkit-animation: c 2s linear infinite;
    animation: c 2s linear infinite
}

.facebook-layer-box iframe {
    position: relative
}

@media (min-width:768px) {
    .facebook-layer-box iframe {
        float: left
    }
}

.facebook-layer-box .close {
    width: 16px;
    height: 16px;
    position: absolute;
    cursor: pointer;
    top: 21px;
    right: 50%;
    -webkit-transform: translateX(155px);
    -ms-transform: translateX(155px);
    transform: translateX(155px)
}

@media (min-width:768px) {
    .facebook-layer-box .close {
        background: #e5e5e5 url(/s/img/origo/fbwidget/close.svg) 50% 50%/10px 10px no-repeat;
        border-radius: 50%;
        height: 20px;
        width: 20px;
        right: 20px;
        top: 10px;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none
    }
}

.facebook-layer-box .close:after,
.facebook-layer-box .close:before {
    content: " ";
    display: block;
    width: 3px;
    height: 18px;
    background: #bdbdbd;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    right: 7px
}

@media (min-width:768px) {

    .facebook-layer-box .close:after,
    .facebook-layer-box .close:before {
        display: none;
        width: 2px;
        height: 13px
    }
}

.facebook-layer-box .close:after {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

@-webkit-keyframes c {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    50% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    70% {
        -webkit-transform: scale(1.16);
        transform: scale(1.16)
    }

    75% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    80% {
        -webkit-transform: scale(.94);
        transform: scale(.94)
    }

    85% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    to {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes c {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    50% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    70% {
        -webkit-transform: scale(1.16);
        transform: scale(1.16)
    }

    75% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    80% {
        -webkit-transform: scale(.94);
        transform: scale(.94)
    }

    85% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    to {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

#horoscope-widget {
    text-align: left;
    background: #ee2b92;
    color: #fff;
    margin: 0 0 30px
}

@media (max-width:767px) {
    #horoscope-widget {
        margin-top: 30px
    }

    .l-section-article #horoscope-widget {
        margin-left: -20px;
        margin-right: -20px
    }
}

@media (min-width:768px) {
    .page-frontpage #sections #horoscope-widget.horoscope-widget__mobile {
        margin-left: auto;
        margin-right: auto;
        max-width: 700px
    }
}

@media (min-width:992px) {
    .page-frontpage #sections #horoscope-widget.horoscope-widget__mobile {
        margin-left: auto;
        margin-right: auto;
        max-width: 920px
    }
}

.page-karacsony #horoscope-widget,
.page-maradjotthon #horoscope-widget {
    margin: 30px 0
}

#horoscope-widget .horoscope-content {
    background: url(horoscope-bg.svg) right 20px top 20px no-repeat;
    background-size: 94px 94px;
    padding: 10px 20px
}

@media (min-width:768px) {
    #horoscope-widget .horoscope-content {
        background-size: 130px 130px;
        padding: 20px
    }
}

#horoscope-widget .horoscope-content .hc-title {
    font-size: 36px;
    font-family: Saira Condensed, sans-serif;
    font-weight: 700;
    text-transform: uppercase
}

@media (min-width:768px) {
    #horoscope-widget .horoscope-content .hc-title {
        font-size: 48px
    }
}

@media (min-width:1200px) {
    #horoscope-widget .horoscope-content .hc-title {
        font-size: 31px
    }
}

#horoscope-widget .horoscope-content .select-wrapper {
    margin-top: 14px;
    position: relative;
    display: inline-block
}

@media (min-width:768px) {
    #horoscope-widget .horoscope-content .select-wrapper {
        margin-top: 20px
    }
}

@media (min-width:1200px) {
    #horoscope-widget .horoscope-content .select-wrapper {
        margin-top: 40px
    }
}

#horoscope-widget .horoscope-content .select-wrapper:after {
    content: " ";
    position: absolute;
    display: block;
    width: 40px;
    height: 40px;
    top: 0;
    right: 0;
    background: #28262b url(dropdown.svg) 50% no-repeat;
    background-size: 18px 11px;
    pointer-events: none
}

#horoscope-widget .horoscope-content .select-wrapper select {
    width: 154px;
    height: 40px;
    outline: none;
    color: #29272c;
    text-transform: uppercase;
    font-family: Quicksand, sans-serif;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    padding-left: 7px;
    font-size: 18px;
    line-height: 40px;
    background: #fff;
    border: none
}

#horoscope-widget .horoscope-content .hc-selectors {
    font-family: Quicksand, sans-serif;
    font-weight: 700;
    font-size: 18px;
    text-transform: uppercase;
    margin: 16px 0 18px
}

@media (min-width:768px) {
    #horoscope-widget .horoscope-content .hc-selectors {
        margin: 30px 0
    }
}

#horoscope-widget .horoscope-content .hc-selectors span {
    display: inline-block;
    margin-right: 25px;
    cursor: pointer;
    position: relative
}

#horoscope-widget .horoscope-content .hc-selectors span:first-child.active:after {
    width: 60px;
    right: 0
}

#horoscope-widget .horoscope-content .hc-selectors span.active:after {
    content: " ";
    display: block;
    height: 1px;
    background: #fff;
    width: 100%;
    position: absolute;
    bottom: -10px
}

#horoscope-widget .horoscope-content .hc-descr {
    font-family: Quicksand, sans-serif;
    font-size: 15px;
    line-height: 1.2
}

@media (min-width:768px) {
    #horoscope-widget .horoscope-content .hc-descr {
        font-size: 18px
    }
}

#horoscope-widget .horoscope-content .hc-link {
    display: block;
    margin-top: 10px;
    border: 1px solid #fff;
    height: 40px;
    line-height: 40px;
    font-family: Saira Semi Condensed, sans-serif;
    font-weight: 700;
    font-size: 18px;
    text-align: center;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    -webkit-transition: all .3s;
    transition: all .3s
}

@media (min-width:768px) {
    #horoscope-widget .horoscope-content .hc-link {
        margin-top: 35px;
        max-width: 300px;
        margin-left: auto;
        margin-right: auto
    }
}

#horoscope-widget .horoscope-content .hc-link:hover {
    color: #28262b;
    border-color: #28262b
}

#right-vote {
    position: relative
}

#right-vote .voting {
    text-align: left
}

#right-vote .voting .oab-leniaTop:before {
    display: none
}

#right-vote .voting .nwm-v-header {
    padding: 0;
    position: relative
}

#right-vote .voting .nwm-v-header:before {
    line-height: 99px;
    content: "?";
    color: #d6d6d6;
    font-size: 99px;
    position: absolute;
    right: 0;
    top: 0;
    font-family: Saira Condensed, sans-serif;
    font-weight: 700
}

#right-vote .voting .nwm-v-header:after {
    content: " ";
    background: #ee2b92;
    height: 4px;
    width: 60px;
    position: absolute;
    right: 0;
    bottom: 0
}

#right-vote .voting .nwm-v-header .nwm-vh-title {
    font-size: 30px;
    line-height: 1.2;
    color: #ee2b92;
    text-transform: uppercase;
    font-family: Saira Condensed, sans-serif;
    font-weight: 700;
    padding: 16px 43px 20px 0;
    min-height: 100px
}

#right-vote .voting .nwm-vote {
    padding: 20px;
    margin: 0 0 30px
}

#right-vote .voting .nwm-vote ul {
    margin: 0
}

#right-vote .voting .nwm-vote ul li {
    padding: 0;
    margin-bottom: 32px
}

#right-vote .voting .nwm-vote .nvm-vi-label {
    font-family: Quicksand, sans-serif;
    font-size: 16px
}

#right-vote .voting .nwm-vote .vote_input[type=radio]+.nvm-vi-label .nwm-vi-helper span {
    background-color: #e2e2e2;
    border-color: #ee2b92;
    margin: 0 20px 0 0
}

#right-vote .voting .nwm-vote .vote_input[type=radio]+.nvm-vi-label .nwm-vi-helper span:after {
    background-color: #d6d6d6;
    width: 12px;
    height: 12px
}

#right-vote .voting .nwm-vote .vote_input[type=radio]:checked+.nvm-vi-label .nwm-vi-helper span {
    border-color: #979797
}

#right-vote .voting .nwm-vote .vote_input[type=radio]:checked+.nvm-vi-label .nwm-vi-helper span:after {
    background-color: #ee2b92
}

#right-vote .voting .nwm-vote .nwm-v-buttons {
    background: #d6d6d6;
    margin: 10px -20px -20px;
    width: auto;
    padding: 0 20px;
    height: 55px
}

#right-vote .voting .nwm-vote .nwm-v-buttons .nwm-vb-back,
#right-vote .voting .nwm-vote .nwm-v-buttons .nwm-vb-result {
    color: #ee2b92;
    line-height: 1;
    font-weight: 700
}

#right-vote .voting .nwm-vote .nwm-v-buttons .nwm-vb-vote {
    background: none;
    padding: 0
}

#right-vote .voting .nwm-vote .nwm-v-buttons .nwm-vb-vote span {
    height: 35px;
    background: #ee2b92;
    line-height: 37px;
    width: 115px;
    border-radius: 20px
}

#right-vote .voting .nwm-vote .nwm-v-buttons .nwm-vb-vote span:hover {
    background-color: #212121
}

#right-vote .voting .nwm-v-result .nwm-vr-item {
    padding: 0 0 0 40px;
    position: relative;
    margin-bottom: 10px
}

#right-vote .voting .nwm-v-result .nwm-vr-item .nwm-vri-title {
    font-family: Quicksand, sans-serif;
    font-size: 16px;
    margin-bottom: 0
}

#right-vote .voting .nwm-v-result .nwm-vr-item .nwm-vri-holder {
    height: 22px
}

#right-vote .voting .nwm-v-result .nwm-vr-item .nwm-vri-holder .nwm-vri-percent {
    position: absolute;
    left: 0;
    top: 0;
    font-family: Roboto, sans-serif;
    font-weight: 700;
    font-size: 18px
}

#right-vote .voting .nwm-v-result .nwm-vr-item .nwm-vri-holder .nwm-vri-bar-holder {
    height: 5px;
    margin-left: 0
}

#right-vote .voting .nwm-v-result .nwm-vr-item .nwm-vri-holder .nwm-vri-bar {
    height: 5px;
    background: #ee2b92
}

#right-vote .voting .nwm-v-result .nwm-vr-item .nwm-vri-holder .nwm-v-voters_num {
    line-height: 1;
    margin-top: -6px;
    font-family: Roboto, sans-serif;
    font-weight: 700
}

#right-vote .voting.provident:after {
    color: #686570;
    content: "hirdet\00e9s";
    font-family: Saira Semi Condensed, sans-serif;
    font-size: 9px;
    line-height: 1;
    margin: auto;
    text-transform: uppercase;
    position: absolute;
    left: 20px;
    top: 20px
}

#right-vote .voting.provident .nwm-vote {
    background: #f6f6f6
}

#right-vote .voting.provident .nwm-v-header {
    display: table;
    min-height: 100px
}

#right-vote .voting.provident .nwm-v-header:before {
    content: " ";
    width: 125px;
    height: 72px;
    background: url(provident-logo.svg) top no-repeat
}

#right-vote .voting.provident .nwm-v-header:after {
    background: #adda43
}

#right-vote .voting.provident .nwm-v-header .nwm-vh-title {
    padding: 15px 130px 15px 0;
    vertical-align: bottom;
    display: table-cell;
    min-height: 130px;
    color: #00abe9;
    font-size: 20px
}

#right-vote .voting.provident .vote_input[type=radio]+.nvm-vi-label .nwm-vi-helper span {
    border-color: #00abe9
}

#right-vote .voting.provident .vote_input[type=radio]:checked+.nvm-vi-label .nwm-vi-helper span:after {
    background-color: #00abe9
}

#right-vote .voting.provident .nwm-v-buttons {
    background: #adda43
}

#right-vote .voting.provident .nwm-v-buttons .nwm-vb-back,
#right-vote .voting.provident .nwm-v-buttons .nwm-vb-result {
    color: #fff
}

#right-vote .voting.provident .nwm-v-buttons .nwm-vb-vote span,
#right-vote .voting.provident .nwm-v-result .nwm-vr-item .nwm-vri-holder .nwm-vri-bar {
    background: #00abe9
}

#right-vote .provident-link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 120px;
    z-index: 10
}

#mc-holder .mc-content {
    border: 1px solid #e6e6eb;
    font-family: Roboto, sans-serif;
    color: #29272c;
    margin-bottom: 30px;
    position: relative;
    padding: 20px 10px
}

@media (min-width:768px) {
    #mc-holder .mc-content {
        padding: 30px 40px
    }
}

#mc-holder .mc-content:after {
    color: #686570;
    content: "hirdet\00e9s";
    font-family: Saira Semi Condensed, sans-serif;
    font-size: 9px;
    line-height: 1;
    margin: auto;
    text-transform: uppercase;
    position: absolute;
    right: 0;
    bottom: 10px;
    left: 0;
    text-align: center
}

#mc-holder .mc-content .title {
    font-size: 18px;
    margin-bottom: 15px
}

#mc-holder .mc-content .item {
    margin-bottom: 8px;
    font-size: 14px
}

#mc-holder .mc-content .item strong {
    font-weight: 400
}

#mc-holder .mc-content .item a {
    font-weight: 300;
    -webkit-transition: color .3s ease;
    transition: color .3s ease
}

#mc-holder .mc-content .item a:hover {
    color: #ee2b92
}

#right-ecom {
    background-color: #f8f8f8;
    padding: 0 15px;
    margin: 0 0 30px
}

#right-ecom .item {
    position: relative;
    border-bottom: 2px solid #efeff1;
    color: #212121;
    font-family: Roboto, sans-serif;
    font-weight: 400;
    padding: 15px 12px;
    font-size: 14px
}

#right-ecom .item:after {
    content: " ";
    height: 100%;
    width: 2px;
    position: absolute;
    right: -15px;
    top: 0;
    background: #001492
}

#right-ecom .item:nth-child(2):after {
    background: #eb1917
}

#right-ecom .item:nth-child(3):after {
    background: #29272c
}

#right-ecom .item a {
    display: block
}

#right-ecom .item a:after,
#right-ecom .item a:before {
    content: " ";
    height: 3px;
    width: 13px;
    position: absolute;
    background: #ceced4;
    right: 13px;
    top: 50%;
    -webkit-transition: background .3s ease;
    transition: background .3s ease
}

#right-ecom .item a:before {
    -webkit-transform: translateY(-50%) rotate(45deg);
    -ms-transform: translateY(-50%) rotate(45deg);
    transform: translateY(-50%) rotate(45deg);
    margin-top: -4px
}

#right-ecom .item a:after {
    -webkit-transform: translateY(-50%) rotate(-45deg);
    -ms-transform: translateY(-50%) rotate(-45deg);
    transform: translateY(-50%) rotate(-45deg);
    margin-top: 4px
}

#right-ecom .item a:hover:after,
#right-ecom .item a:hover:before {
    background: #000
}

#right-ecom .item img {
    height: 20px;
    display: block;
    margin-bottom: 5px
}

#right-ecom .item img.small {
    height: 16px
}

#nwmfooter-mustacheRoot {
    margin: auto
}

.nwmfooter-container {
    background-color: #000;
    height: 400px;
    overflow-x: hidden;
    position: relative
}

@media only screen and (max-width:320px) {
    .nwmfooter-container {
        min-width: 100%
    }
}

@media (min-width:768px) {
    .nwmfooter-container {
        height: 250px;
        margin: auto
    }
}

.nwmfooter-container a {
    text-decoration: none;
    -webkit-transition: opacity .3s ease-in-out;
    transition: opacity .3s ease-in-out
}

.nwmfooter-topBlock {
    background: -webkit-gradient(linear, left top, right top, color-stop(65%, #fff), color-stop(35%, #000));
    background: linear-gradient(90deg, #fff 65%, #000 0);
    height: 115px;
    left: 0;
    top: 0
}

@media (min-width:768px) {
    .nwmfooter-topBlock {
        background: -webkit-gradient(linear, left top, right top, color-stop(75%, #fff), color-stop(25%, #000));
        background: linear-gradient(90deg, #fff 75%, #000 0);
        height: 60%
    }
}

.nwmfooter-leftBlock {
    display: inline-block;
    width: 50%
}

@media (min-width:768px) {
    .nwmfooter-leftBlock {
        width: 275px
    }
}

.nwmfooter-topLeftContents {
    right: calc(65% - 20px);
    position: absolute;
    top: 44px
}

@media (min-width:768px) {
    .nwmfooter-topLeftContents {
        left: 15px;
        right: 0;
        top: 56px
    }
}

.nwmfooter-topLeftContents a,
.nwmfooter-topLeftContents a div {
    display: inline-block
}

.nwmfooter-topLeftContents a:hover {
    opacity: .5
}

.nwmfooter-topLeftContents div {
    display: inline-block;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

#nwmfooter-logoTopText {
    display: block
}

#nwmfooter-logoBottomText {
    display: none;
    margin-top: 7px
}

@media (min-width:768px) {
    #nwmfooter-logoBottomText {
        display: block;
        margin: 7px 0 0
    }
}

#nwmfooter-xsOnly-logo {
    display: none
}

@media (min-width:768px) {
    #nwmfooter-xsOnly-logo {
        display: inline-block;
        margin: 0 3px 0 0;
        padding: 0 0 2.5px
    }
}

.nwmfooter-rightBlock {
    background-color: #000;
    display: inline-block;
    height: 100%;
    max-height: 118px;
    -webkit-transform: skew(-18deg);
    -ms-transform: skew(-18deg);
    transform: skew(-18deg);
    width: 45%;
    position: absolute;
    top: 0
}

@media (min-width:768px) {
    .nwmfooter-rightBlock {
        height: 100%;
        max-height: 152px;
        width: 62%;
        -webkit-transform: skew(-18deg);
        -ms-transform: skew(-18deg);
        transform: skew(-18deg)
    }
}

.nwmfooter-rightBlock img {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.nwmfooter-rightBlock a {
    display: inline-block
}

.nwmfooter-rightBlock a:hover {
    opacity: .5
}

.nwmfooter-topRightContents {
    height: 100%
}

.nwmfooter-skew-color-block {
    height: 85px;
    width: 21px;
    top: 16px;
    z-index: -1;
    position: absolute;
    left: -20.5px;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

@media (min-width:768px) {
    .nwmfooter-skew-color-block {
        top: 36px
    }
}

.nwmfooter-color-origo .nwmfooter-skew-color-block,
.nwmfooter-color-sport .nwmfooter-skew-color-block {
    background-color: #155092
}

.nwmfooter-color-reorigo .nwmfooter-skew-color-block {
    background-color: #001492
}

.nwmfooter-color-life .nwmfooter-skew-color-block {
    background-color: #ee2b92
}

.nwmfooter-color-she .nwmfooter-skew-color-block {
    background-color: #e70043
}

.nwmfooter-color-freemail .nwmfooter-skew-color-block {
    background-color: #527ccb
}

.nwmfooter-color-gphirek .nwmfooter-skew-color-block {
    background-color: #e60a00
}

.nwmfooter-color-investor .nwmfooter-skew-color-block {
    background-color: #2fd26b
}

.nwmfooter-color-koponyeg .nwmfooter-skew-color-block {
    background-color: #4988d4
}

.nwmfooter-color-lifetv .nwmfooter-skew-color-block {
    background-color: #ee00c8
}

.nwmfooter-color-newsfeed .nwmfooter-skew-color-block {
    background-color: #08070d
}

.nwmfooter-color-ozonetv .nwmfooter-skew-color-block {
    background-color: #199240
}

.nwmfooter-color-travelo .nwmfooter-skew-color-block {
    background-color: #63c347
}

.nwmfooter-color-videa .nwmfooter-skew-color-block {
    background-color: #d80027
}

.nwmfooter-color-vs .nwmfooter-skew-color-block {
    background-color: #da5d5e
}

.nwmfooter-pageLogo {
    margin: auto 0;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 25px;
    -webkit-transform: skew(18deg);
    -ms-transform: skew(18deg);
    transform: skew(18deg);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.nwmfooter-pageLogo:hover {
    -webkit-transition: opacity .3s ease-in-out;
    transition: opacity .3s ease-in-out
}

.nwmfooter-botBlock {
    height: 280px
}

@media (min-width:768px) {
    .nwmfooter-botBlock {
        height: 40%
    }
}

.nwmfooter-socialIcons {
    padding: 45px 0;
    text-align: center
}

@media (min-width:768px) {
    .nwmfooter-socialIcons {
        float: left;
        padding: 0 0 1px;
        top: 63px;
        z-index: 10;
        position: absolute;
        right: 25px
    }
}

.nwmfooter-socialIcons a {
    text-decoration: none;
    display: inline-block;
    margin-right: 15px
}

@media (min-width:768px) {
    .nwmfooter-socialIcons a {
        float: left
    }
}

.nwmfooter-socialIcons a:hover {
    opacity: .5;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.nwmfooter-socialIcons a:last-child {
    margin: 0
}

.nwmfooter-socialIcons img {
    background-repeat: no-repeat;
    background-size: contain;
    display: block;
    height: 25px;
    width: 25px;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.nwmfooter-contactsBlock {
    font-family: Montserrat, sans-serif;
    font-size: 12px;
    font-weight: 300;
    line-height: 1.3;
    padding: 0 50px;
    text-align: center;
    text-transform: uppercase
}

@media (min-width:768px) {
    .nwmfooter-contactsBlock {
        margin: 0 25px 0 0;
        padding: 35px 0 0;
        text-align: right
    }
}

.nwmfooter-contactsLinks {
    color: #fff;
    margin: 0 0 20px
}

@media (min-width:768px) {
    .nwmfooter-contactsLinks {
        margin: 0
    }
}

.nwmfooter-contactsLinks ul {
    padding: 0;
    list-style-type: none;
    font-size: 0
}

.nwmfooter-contactsLinks ul li {
    font-size: 0;
    display: inline-block
}

.nwmfooter-contactsLinks ul li:after {
    font-size: 12px;
    padding: 0 4px;
    content: "|"
}

.nwmfooter-contactsLinks ul li:first-child {
    display: inline-block;
    padding-bottom: 0
}

.nwmfooter-contactsLinks ul li:first-child:after {
    display: inline
}

.nwmfooter-contactsLinks ul li:last-child:after {
    display: none
}

.nwmfooter-contactsLinks a {
    color: inherit;
    font-size: 12px
}

.nwmfooter-contactsLinks a:hover {
    opacity: .5;
    text-decoration: underline
}

.nwmfooter-copyrightBlock {
    color: grey
}

.nwmfooter-color-life .nwmfooter-pageLogo {
    height: 40px
}

.nwmfooter-color-life .nwmfooter-contactsLinks {
    margin: 0 0 5px
}

@media (max-width:991px) {
    .nwmfooter-color-life .nwmfooter-contactsLinks ul li:last-child a {
        margin-right: 0
    }
}

.nwmfooter-color-life .nwmfooter-contactsLinks a {
    font-size: 9px
}

@media (max-width:991px) {
    .nwmfooter-color-life .nwmfooter-contactsLinks a {
        display: inline-block;
        margin: 5px
    }
}

.nwmfooter-color-life .nwmfooter-contactsBlock {
    font-size: 9px
}

.nwmfooter-color-life .nwmfooter-contactsBlock .nwmfooter-copyrightBlock {
    color: #777
}

@media (max-width:767px) {
    .nwmfooter-color-life .nwmfooter-container {
        height: 320px
    }
}

@media (min-width:768px) {
    .nwmfooter-color-life .nwmfooter-container {
        overflow: inherit
    }
}

.nwmfooter-color-life .nwmfooter-container:after,
.nwmfooter-color-life .nwmfooter-container:before {
    background-color: #000;
    content: "";
    position: absolute;
    width: 100%
}

.nwmfooter-color-life .nwmfooter-container:before {
    height: 40%;
    right: 100%;
    top: 60%
}

.nwmfooter-color-life .nwmfooter-container:after {
    height: 100%;
    left: 100%;
    top: 0
}

@media (max-width:767px) {
    .nwmfooter-botBlock {
        height: 245px
    }
}

@media (max-width:767px) {
    .nwmfooter-topBlock {
        height: 75px
    }
}

@media (max-width:767px) {
    .nwmfooter-topLeftContents {
        top: 20px
    }
}

@media (max-width:767px) {
    .nwmfooter-rightBlock {
        max-height: 75px
    }
}

@media (min-width:768px) {
    .nwmfooter-rightBlock {
        max-height: 150px
    }
}

@media (max-width:767px) {
    .nwmfooter-skew-color-block {
        height: 75px;
        top: 0
    }
}

.nwmfooter-socialIcons {
    font-size: 0
}

.nwmfooter-socialIcons a {
    margin-right: 10px
}

.ios .nwmfooter-socialIcons a.nwmfooter-instagram {
    margin: 0
}

.ios .nwmfooter-socialIcons a.nwmfooter-rss {
    display: none
}

@media (max-width:767px) {
    .nwmfooter-socialIcons {
        padding: 70px 0 50px
    }
}

body div[class^=qc-cmp2-buttons] button[mode]:hover,
body div[class^=qc-cmp2-summary-buttons] button[mode]:hover {
    background: #111 !important;
    border: 1px solid #760a43
}

/*# sourceMappingURL=life-article.min.css.map */

#roulette {
    margin-top: 50px;
}

.boxes__wrapper>div:hover {
    -webkit-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
}

.boxes__instructions {
    display: flex;
    flex-flow: row nowrap;
    width: 100%;
    justify-content: space-between;
    padding: 20px 10px;
    background-color: #232F3E;
    border-radius: 4px;
    color: #fff;
    margin-top: 20px;
    text-align: center;
}



.boxes__wrapper>div {
    position: relative;
    display: flex;
    width: 32.5%;
    justify-content: center;
    -webkit-transition-duration: .2s;
    transition-duration: .2s;
    cursor: pointer;
}

.boxes__wrapper {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    max-width: 800px;
}

.oa-image img {
    margin-bottom: 30px;
}

.boxes__h1,
.boxes__header {
    text-align: center !important;
}

.boxes__header,
.boxes__header h2 {
    font-weight: 700 !important;
}

.boxes__h1 {
    font-size: 23px !important;
    padding: 15px 0 !important;
    text-shadow: 0 0 0 #c00 !important;
    background-color: #FF0 !important;
    color: #C00 !important;
    margin: 5px auto !important;
    width: 100% !important;
    text-align: center;
}

.rub-ramka {
    background: rgba(3, 224, 0, .04);
    padding: 6px 13px !important;
    border-radius: 2px;
    border: 4px double rgba(21, 160, 37, .32);
    font-family: open sans, arial;
    line-height: 28px;
    font-size: 16px;
    max-width: 100%;
    margin: 30px 0;
    font-weight: 400;
    color: #4a4a4a;
}

figure {
    text-align: center;
}

figure img {
    border-radius: 10px;

}

blockquote {
    margin: 30px 0 15px;
    box-shadow: 0 0 10px rgb(0 0 0 / 75%);
    background: #FFF4E0;
    color: #474C4F;
    padding: 30px;
    position: relative;
    text-align: center;
    text-transform: uppercase;
    font-family: 'Lato', sans-serif;
    text-align: center;
}

blockquote:after {
    content: "";
    position: absolute;
    left: 15px;
    top: 20px;
    right: 15px;
    height: 4px;
    border-top: 1px dotted #474C4F;
    border-bottom: 1px dotted #474C4F;
}

blockquote:before {
    content: "©";
    position: absolute;
    z-index: 2;
    left: 50%;
    line-height: 24px;
    transform: translateX(-50%);
    top: 10px;
    color: #474C4F;
    font-size: 20px;
    background: #FFF4E0;
    padding: 0 15px;
}

.spisok li {
    list-style: inside;
    margin: 13px;
}


@media (max-width: 1299px) {

    .my1,
    .my2 {
        display: none;
    }
}

@media (max-width: 1199px) {

    .my3,
    .my4 {
        display: none;
    }
}

@media (max-width: 991px) {

    .my5,
    .my6,
    .my7 {
        display: none;
    }
}

@media (max-width: 470px) {

    .my8,
    .my9,
    .my10 {
        display: none;
    }
}


@media(max-width:488px) {
    .close-popup {
        right: 0px;
    }

    .thesite-wrapper {
        padding: 0px 10px !important;
    }
}

@media(min-width:757px) and (max-width:1024px){
    #site-navigation{
        display: none;
    }
}