@charset "UTF-8";
.mejs-container *,
body .format-video .meta-media .mejs-container *,
body .has-post-thumbnail .meta-media .mejs-container * {
    font-weight: 700;
    color: #111;
}
.mfp-counter,
.text-nowrap,
.vlog-featured-2 .vlog-pe-n {
    white-space: nowrap;
}
.lead,
address,
dl,
hr {
    margin-bottom: 20px;
}
.mfp-arrow,
.owl-carousel,
.owl-carousel .owl-item,
html {
    -webkit-tap-highlight-color: transparent;
}
.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
.animated.infinite {
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}
.animated.hinge {
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
}
.animated.bounceIn,
.animated.bounceOut,
.animated.flipOutX,
.animated.flipOutY {
    -webkit-animation-duration: 0.75s;
    animation-duration: 0.75s;
}
@-webkit-keyframes bounce {
    20%,
    53%,
    80%,
    from,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    40%,
    43% {
        -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        -webkit-transform: translate3d(0, -30px, 0);
        transform: translate3d(0, -30px, 0);
    }
    70% {
        -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        -webkit-transform: translate3d(0, -15px, 0);
        transform: translate3d(0, -15px, 0);
    }
    90% {
        -webkit-transform: translate3d(0, -4px, 0);
        transform: translate3d(0, -4px, 0);
    }
}
@keyframes bounce {
    20%,
    53%,
    80%,
    from,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    40%,
    43% {
        -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        -webkit-transform: translate3d(0, -30px, 0);
        transform: translate3d(0, -30px, 0);
    }
    70% {
        -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        -webkit-transform: translate3d(0, -15px, 0);
        transform: translate3d(0, -15px, 0);
    }
    90% {
        -webkit-transform: translate3d(0, -4px, 0);
        transform: translate3d(0, -4px, 0);
    }
}
.bounce {
    -webkit-animation-name: bounce;
    animation-name: bounce;
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
}
@-webkit-keyframes flash {
    50%,
    from,
    to {
        opacity: 1;
    }
    25%,
    75% {
        opacity: 0;
    }
}
@keyframes flash {
    50%,
    from,
    to {
        opacity: 1;
    }
    25%,
    75% {
        opacity: 0;
    }
}
.flash {
    -webkit-animation-name: flash;
    animation-name: flash;
}
@-webkit-keyframes pulse {
    from,
    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
    50% {
        -webkit-transform: scale3d(1.05, 1.05, 1.05);
        transform: scale3d(1.05, 1.05, 1.05);
    }
}
@keyframes pulse {
    from,
    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
    50% {
        -webkit-transform: scale3d(1.05, 1.05, 1.05);
        transform: scale3d(1.05, 1.05, 1.05);
    }
}
@-webkit-keyframes rubberBand {
    from,
    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
    30% {
        -webkit-transform: scale3d(1.25, 0.75, 1);
        transform: scale3d(1.25, 0.75, 1);
    }
    40% {
        -webkit-transform: scale3d(0.75, 1.25, 1);
        transform: scale3d(0.75, 1.25, 1);
    }
    50% {
        -webkit-transform: scale3d(1.15, 0.85, 1);
        transform: scale3d(1.15, 0.85, 1);
    }
    65% {
        -webkit-transform: scale3d(0.95, 1.05, 1);
        transform: scale3d(0.95, 1.05, 1);
    }
    75% {
        -webkit-transform: scale3d(1.05, 0.95, 1);
        transform: scale3d(1.05, 0.95, 1);
    }
}
@keyframes rubberBand {
    from,
    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
    30% {
        -webkit-transform: scale3d(1.25, 0.75, 1);
        transform: scale3d(1.25, 0.75, 1);
    }
    40% {
        -webkit-transform: scale3d(0.75, 1.25, 1);
        transform: scale3d(0.75, 1.25, 1);
    }
    50% {
        -webkit-transform: scale3d(1.15, 0.85, 1);
        transform: scale3d(1.15, 0.85, 1);
    }
    65% {
        -webkit-transform: scale3d(0.95, 1.05, 1);
        transform: scale3d(0.95, 1.05, 1);
    }
    75% {
        -webkit-transform: scale3d(1.05, 0.95, 1);
        transform: scale3d(1.05, 0.95, 1);
    }
}
.rubberBand {
    -webkit-animation-name: rubberBand;
    animation-name: rubberBand;
}
@-webkit-keyframes shake {
    from,
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    10%,
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0);
    }
    20%,
    40%,
    60%,
    80% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0);
    }
}
@keyframes shake {
    from,
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    10%,
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0);
    }
    20%,
    40%,
    60%,
    80% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0);
    }
}
.shake {
    -webkit-animation-name: shake;
    animation-name: shake;
}
@-webkit-keyframes headShake {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    6.5% {
        -webkit-transform: translateX(-6px) rotateY(-9deg);
        transform: translateX(-6px) rotateY(-9deg);
    }
    18.5% {
        -webkit-transform: translateX(5px) rotateY(7deg);
        transform: translateX(5px) rotateY(7deg);
    }
    31.5% {
        -webkit-transform: translateX(-3px) rotateY(-5deg);
        transform: translateX(-3px) rotateY(-5deg);
    }
    43.5% {
        -webkit-transform: translateX(2px) rotateY(3deg);
        transform: translateX(2px) rotateY(3deg);
    }
    50% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}
@keyframes headShake {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    6.5% {
        -webkit-transform: translateX(-6px) rotateY(-9deg);
        transform: translateX(-6px) rotateY(-9deg);
    }
    18.5% {
        -webkit-transform: translateX(5px) rotateY(7deg);
        transform: translateX(5px) rotateY(7deg);
    }
    31.5% {
        -webkit-transform: translateX(-3px) rotateY(-5deg);
        transform: translateX(-3px) rotateY(-5deg);
    }
    43.5% {
        -webkit-transform: translateX(2px) rotateY(3deg);
        transform: translateX(2px) rotateY(3deg);
    }
    50% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}
.headShake {
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-name: headShake;
    animation-name: headShake;
}
@-webkit-keyframes swing {
    20% {
        -webkit-transform: rotate3d(0, 0, 1, 15deg);
        transform: rotate3d(0, 0, 1, 15deg);
    }
    40% {
        -webkit-transform: rotate3d(0, 0, 1, -10deg);
        transform: rotate3d(0, 0, 1, -10deg);
    }
    60% {
        -webkit-transform: rotate3d(0, 0, 1, 5deg);
        transform: rotate3d(0, 0, 1, 5deg);
    }
    80% {
        -webkit-transform: rotate3d(0, 0, 1, -5deg);
        transform: rotate3d(0, 0, 1, -5deg);
    }
    to {
        -webkit-transform: rotate3d(0, 0, 1, 0deg);
        transform: rotate3d(0, 0, 1, 0deg);
    }
}
@keyframes swing {
    20% {
        -webkit-transform: rotate3d(0, 0, 1, 15deg);
        transform: rotate3d(0, 0, 1, 15deg);
    }
    40% {
        -webkit-transform: rotate3d(0, 0, 1, -10deg);
        transform: rotate3d(0, 0, 1, -10deg);
    }
    60% {
        -webkit-transform: rotate3d(0, 0, 1, 5deg);
        transform: rotate3d(0, 0, 1, 5deg);
    }
    80% {
        -webkit-transform: rotate3d(0, 0, 1, -5deg);
        transform: rotate3d(0, 0, 1, -5deg);
    }
    to {
        -webkit-transform: rotate3d(0, 0, 1, 0deg);
        transform: rotate3d(0, 0, 1, 0deg);
    }
}
.swing {
    -webkit-transform-origin: top center;
    transform-origin: top center;
    -webkit-animation-name: swing;
    animation-name: swing;
}
@-webkit-keyframes tada {
    from,
    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
    10%,
    20% {
        -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    }
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    }
    40%,
    60%,
    80% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    }
}
@keyframes tada {
    from,
    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
    10%,
    20% {
        -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    }
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    }
    40%,
    60%,
    80% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    }
}
.tada {
    -webkit-animation-name: tada;
    animation-name: tada;
}
@-webkit-keyframes wobble {
    from,
    to {
        -webkit-transform: none;
        transform: none;
    }
    15% {
        -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
        transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    }
    30% {
        -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
        transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    }
    45% {
        -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
        transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    }
    60% {
        -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
        transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    }
    75% {
        -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
        transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    }
}
@keyframes wobble {
    from,
    to {
        -webkit-transform: none;
        transform: none;
    }
    15% {
        -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
        transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    }
    30% {
        -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
        transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    }
    45% {
        -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
        transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    }
    60% {
        -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
        transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    }
    75% {
        -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
        transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    }
}
.wobble {
    -webkit-animation-name: wobble;
    animation-name: wobble;
}
@-webkit-keyframes jello {
    11.1%,
    from,
    to {
        -webkit-transform: none;
        transform: none;
    }
    22.2% {
        -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
        transform: skewX(-12.5deg) skewY(-12.5deg);
    }
    33.3% {
        -webkit-transform: skewX(6.25deg) skewY(6.25deg);
        transform: skewX(6.25deg) skewY(6.25deg);
    }
    44.4% {
        -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
        transform: skewX(-3.125deg) skewY(-3.125deg);
    }
    55.5% {
        -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
        transform: skewX(1.5625deg) skewY(1.5625deg);
    }
    66.6% {
        -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
        transform: skewX(-0.78125deg) skewY(-0.78125deg);
    }
    77.7% {
        -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
        transform: skewX(0.390625deg) skewY(0.390625deg);
    }
    88.8% {
        -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
        transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    }
}
@keyframes jello {
    11.1%,
    from,
    to {
        -webkit-transform: none;
        transform: none;
    }
    22.2% {
        -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
        transform: skewX(-12.5deg) skewY(-12.5deg);
    }
    33.3% {
        -webkit-transform: skewX(6.25deg) skewY(6.25deg);
        transform: skewX(6.25deg) skewY(6.25deg);
    }
    44.4% {
        -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
        transform: skewX(-3.125deg) skewY(-3.125deg);
    }
    55.5% {
        -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
        transform: skewX(1.5625deg) skewY(1.5625deg);
    }
    66.6% {
        -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
        transform: skewX(-0.78125deg) skewY(-0.78125deg);
    }
    77.7% {
        -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
        transform: skewX(0.390625deg) skewY(0.390625deg);
    }
    88.8% {
        -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
        transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    }
}
.jello {
    -webkit-animation-name: jello;
    animation-name: jello;
    -webkit-transform-origin: center;
    transform-origin: center;
}
@-webkit-keyframes bounceIn {
    20%,
    40%,
    60%,
    80%,
    from,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }
    20% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1);
    }
    40% {
        -webkit-transform: scale3d(0.9, 0.9, 0.9);
        transform: scale3d(0.9, 0.9, 0.9);
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(1.03, 1.03, 1.03);
        transform: scale3d(1.03, 1.03, 1.03);
    }
    80% {
        -webkit-transform: scale3d(0.97, 0.97, 0.97);
        transform: scale3d(0.97, 0.97, 0.97);
    }
    to {
        opacity: 1;
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}
@keyframes bounceIn {
    20%,
    40%,
    60%,
    80%,
    from,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }
    20% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1);
    }
    40% {
        -webkit-transform: scale3d(0.9, 0.9, 0.9);
        transform: scale3d(0.9, 0.9, 0.9);
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(1.03, 1.03, 1.03);
        transform: scale3d(1.03, 1.03, 1.03);
    }
    80% {
        -webkit-transform: scale3d(0.97, 0.97, 0.97);
        transform: scale3d(0.97, 0.97, 0.97);
    }
    to {
        opacity: 1;
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}
.bounceIn {
    -webkit-animation-name: bounceIn;
    animation-name: bounceIn;
}
@-webkit-keyframes bounceInDown {
    60%,
    75%,
    90%,
    from,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -3000px, 0);
        transform: translate3d(0, -3000px, 0);
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, 25px, 0);
        transform: translate3d(0, 25px, 0);
    }
    75% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0);
    }
    90% {
        -webkit-transform: translate3d(0, 5px, 0);
        transform: translate3d(0, 5px, 0);
    }
    to {
        -webkit-transform: none;
        transform: none;
    }
}
@keyframes bounceInDown {
    60%,
    75%,
    90%,
    from,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -3000px, 0);
        transform: translate3d(0, -3000px, 0);
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, 25px, 0);
        transform: translate3d(0, 25px, 0);
    }
    75% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0);
    }
    90% {
        -webkit-transform: translate3d(0, 5px, 0);
        transform: translate3d(0, 5px, 0);
    }
    to {
        -webkit-transform: none;
        transform: none;
    }
}
.bounceInDown {
    -webkit-animation-name: bounceInDown;
    animation-name: bounceInDown;
}
@-webkit-keyframes bounceInLeft {
    60%,
    75%,
    90%,
    from,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-3000px, 0, 0);
        transform: translate3d(-3000px, 0, 0);
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(25px, 0, 0);
        transform: translate3d(25px, 0, 0);
    }
    75% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0);
    }
    90% {
        -webkit-transform: translate3d(5px, 0, 0);
        transform: translate3d(5px, 0, 0);
    }
    to {
        -webkit-transform: none;
        transform: none;
    }
}
@keyframes bounceInLeft {
    60%,
    75%,
    90%,
    from,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-3000px, 0, 0);
        transform: translate3d(-3000px, 0, 0);
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(25px, 0, 0);
        transform: translate3d(25px, 0, 0);
    }
    75% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0);
    }
    90% {
        -webkit-transform: translate3d(5px, 0, 0);
        transform: translate3d(5px, 0, 0);
    }
    to {
        -webkit-transform: none;
        transform: none;
    }
}
.bounceInLeft {
    -webkit-animation-name: bounceInLeft;
    animation-name: bounceInLeft;
}
@-webkit-keyframes bounceInRight {
    60%,
    75%,
    90%,
    from,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    from {
        opacity: 0;
        -webkit-transform: translate3d(3000px, 0, 0);
        transform: translate3d(3000px, 0, 0);
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(-25px, 0, 0);
        transform: translate3d(-25px, 0, 0);
    }
    75% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0);
    }
    90% {
        -webkit-transform: translate3d(-5px, 0, 0);
        transform: translate3d(-5px, 0, 0);
    }
    to {
        -webkit-transform: none;
        transform: none;
    }
}
@keyframes bounceInRight {
    60%,
    75%,
    90%,
    from,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    from {
        opacity: 0;
        -webkit-transform: translate3d(3000px, 0, 0);
        transform: translate3d(3000px, 0, 0);
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(-25px, 0, 0);
        transform: translate3d(-25px, 0, 0);
    }
    75% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0);
    }
    90% {
        -webkit-transform: translate3d(-5px, 0, 0);
        transform: translate3d(-5px, 0, 0);
    }
    to {
        -webkit-transform: none;
        transform: none;
    }
}
.bounceInRight {
    -webkit-animation-name: bounceInRight;
    animation-name: bounceInRight;
}
@-webkit-keyframes bounceInUp {
    60%,
    75%,
    90%,
    from,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 3000px, 0);
        transform: translate3d(0, 3000px, 0);
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0);
    }
    75% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0);
    }
    90% {
        -webkit-transform: translate3d(0, -5px, 0);
        transform: translate3d(0, -5px, 0);
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
@keyframes bounceInUp {
    60%,
    75%,
    90%,
    from,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 3000px, 0);
        transform: translate3d(0, 3000px, 0);
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0);
    }
    75% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0);
    }
    90% {
        -webkit-transform: translate3d(0, -5px, 0);
        transform: translate3d(0, -5px, 0);
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
.bounceInUp {
    -webkit-animation-name: bounceInUp;
    animation-name: bounceInUp;
}
@-webkit-keyframes bounceOut {
    20% {
        -webkit-transform: scale3d(0.9, 0.9, 0.9);
        transform: scale3d(0.9, 0.9, 0.9);
    }
    50%,
    55% {
        opacity: 1;
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1);
    }
    to {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }
}
@keyframes bounceOut {
    20% {
        -webkit-transform: scale3d(0.9, 0.9, 0.9);
        transform: scale3d(0.9, 0.9, 0.9);
    }
    50%,
    55% {
        opacity: 1;
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1);
    }
    to {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }
}
.bounceOut {
    -webkit-animation-name: bounceOut;
    animation-name: bounceOut;
}
@-webkit-keyframes bounceOutDown {
    20% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0);
    }
    40%,
    45% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0);
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0);
    }
}
@keyframes bounceOutDown {
    20% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0);
    }
    40%,
    45% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0);
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0);
    }
}
.bounceOutDown {
    -webkit-animation-name: bounceOutDown;
    animation-name: bounceOutDown;
}
@-webkit-keyframes bounceOutLeft {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(20px, 0, 0);
        transform: translate3d(20px, 0, 0);
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0);
    }
}
@keyframes bounceOutLeft {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(20px, 0, 0);
        transform: translate3d(20px, 0, 0);
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0);
    }
}
.bounceOutLeft {
    -webkit-animation-name: bounceOutLeft;
    animation-name: bounceOutLeft;
}
@-webkit-keyframes bounceOutRight {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(-20px, 0, 0);
        transform: translate3d(-20px, 0, 0);
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0);
    }
}
@keyframes bounceOutRight {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(-20px, 0, 0);
        transform: translate3d(-20px, 0, 0);
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0);
    }
}
.bounceOutRight {
    -webkit-animation-name: bounceOutRight;
    animation-name: bounceOutRight;
}
@-webkit-keyframes bounceOutUp {
    20% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0);
    }
    40%,
    45% {
        opacity: 1;
        -webkit-transform: translate3d(0, 20px, 0);
        transform: translate3d(0, 20px, 0);
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0);
    }
}
@keyframes bounceOutUp {
    20% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0);
    }
    40%,
    45% {
        opacity: 1;
        -webkit-transform: translate3d(0, 20px, 0);
        transform: translate3d(0, 20px, 0);
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0);
    }
}
.bounceOutUp {
    -webkit-animation-name: bounceOutUp;
    animation-name: bounceOutUp;
}
@-webkit-keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
.fadeIn .vlog-cover,
.fadeIn .vlog-featured-info,
.fadeOut.active {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
}
@supports (-ms-ime-align: auto) {
    .fadeIn .vlog-cover,
    .fadeIn .vlog-featured-info {
        -webkit-animation-name: none;
        animation-name: none;
    }
}
@-webkit-keyframes fadeInDown {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}
@keyframes fadeInDown {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}
.fadeInDown {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
}
@-webkit-keyframes fadeInDownBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}
@keyframes fadeInDownBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}
.fadeInDownBig {
    -webkit-animation-name: fadeInDownBig;
    animation-name: fadeInDownBig;
}
@-webkit-keyframes fadeInLeft {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}
@keyframes fadeInLeft {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}
.fadeInLeft {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
}
@-webkit-keyframes fadeInLeftBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}
@keyframes fadeInLeftBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}
.fadeInLeftBig {
    -webkit-animation-name: fadeInLeftBig;
    animation-name: fadeInLeftBig;
}
@-webkit-keyframes fadeInRight {
    from {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}
@keyframes fadeInRight {
    from {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}
.fadeInRight {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight;
}
@-webkit-keyframes fadeInRightBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}
@keyframes fadeInRightBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}
.fadeInRightBig {
    -webkit-animation-name: fadeInRightBig;
    animation-name: fadeInRightBig;
}
@-webkit-keyframes fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}
@keyframes fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}
.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}
@-webkit-keyframes fadeInUpBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}
@keyframes fadeInUpBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}
.fadeInUpBig {
    -webkit-animation-name: fadeInUpBig;
    animation-name: fadeInUpBig;
}
@-webkit-keyframes fadeOut {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
    }
}
@keyframes fadeOut {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
    }
}
.fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut;
}
@-webkit-keyframes fadeOutDown {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }
}
@keyframes fadeOutDown {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }
}
.fadeOutDown {
    -webkit-animation-name: fadeOutDown;
    animation-name: fadeOutDown;
}
@-webkit-keyframes fadeOutDownBig {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0);
    }
}
@keyframes fadeOutDownBig {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0);
    }
}
.fadeOutDownBig {
    -webkit-animation-name: fadeOutDownBig;
    animation-name: fadeOutDownBig;
}
@-webkit-keyframes fadeOutLeft {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
}
@keyframes fadeOutLeft {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
}
.fadeOutLeft {
    -webkit-animation-name: fadeOutLeft;
    animation-name: fadeOutLeft;
}
@-webkit-keyframes fadeOutLeftBig {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0);
    }
}
@keyframes fadeOutLeftBig {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0);
    }
}
.fadeOutLeftBig {
    -webkit-animation-name: fadeOutLeftBig;
    animation-name: fadeOutLeftBig;
}
@-webkit-keyframes fadeOutRight {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }
}
@keyframes fadeOutRight {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }
}
.fadeOutRight {
    -webkit-animation-name: fadeOutRight;
    animation-name: fadeOutRight;
}
@-webkit-keyframes fadeOutRightBig {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0);
    }
}
@keyframes fadeOutRightBig {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0);
    }
}
.fadeOutRightBig {
    -webkit-animation-name: fadeOutRightBig;
    animation-name: fadeOutRightBig;
}
@-webkit-keyframes fadeOutUp {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
}
@keyframes fadeOutUp {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
}
.fadeOutUp {
    -webkit-animation-name: fadeOutUp;
    animation-name: fadeOutUp;
}
@-webkit-keyframes fadeOutUpBig {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0);
    }
}
@keyframes fadeOutUpBig {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0);
    }
}
.fadeOutUpBig {
    -webkit-animation-name: fadeOutUpBig;
    animation-name: fadeOutUpBig;
}
@-webkit-keyframes flip {
    from {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }
    40% {
        -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
        transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }
    50% {
        -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
        transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
    80% {
        -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
        transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
}
@keyframes flip {
    from {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }
    40% {
        -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
        transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }
    50% {
        -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
        transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
    80% {
        -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
        transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
}
.animated.flip {
    -webkit-backface-visibility: visible;
    backface-visibility: visible;
    -webkit-animation-name: flip;
    animation-name: flip;
}
@-webkit-keyframes flipInX {
    from {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0;
    }
    40% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
    60% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        opacity: 1;
    }
    80% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    }
    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }
}
@keyframes flipInX {
    from {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0;
    }
    40% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
    60% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        opacity: 1;
    }
    80% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    }
    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }
}
.flipInX {
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-name: flipInX;
    animation-name: flipInX;
}
.flipInY,
.flipOutX {
    -webkit-backface-visibility: visible !important;
}
@-webkit-keyframes flipInY {
    from {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0;
    }
    40% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
    60% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        opacity: 1;
    }
    80% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    }
    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }
}
@keyframes flipInY {
    from {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0;
    }
    40% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
    60% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        opacity: 1;
    }
    80% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    }
    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }
}
.flipInY {
    backface-visibility: visible !important;
    -webkit-animation-name: flipInY;
    animation-name: flipInY;
}
@-webkit-keyframes flipOutX {
    from {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }
    30% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        opacity: 1;
    }
    to {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        opacity: 0;
    }
}
@keyframes flipOutX {
    from {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }
    30% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        opacity: 1;
    }
    to {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        opacity: 0;
    }
}
.flipOutX {
    -webkit-animation-name: flipOutX;
    animation-name: flipOutX;
    backface-visibility: visible !important;
}
@-webkit-keyframes flipOutY {
    from {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }
    30% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
        opacity: 1;
    }
    to {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        opacity: 0;
    }
}
@keyframes flipOutY {
    from {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }
    30% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
        opacity: 1;
    }
    to {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        opacity: 0;
    }
}
.flipOutY {
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-name: flipOutY;
    animation-name: flipOutY;
}
@-webkit-keyframes lightSpeedIn {
    from {
        -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
        transform: translate3d(100%, 0, 0) skewX(-30deg);
        opacity: 0;
    }
    60% {
        -webkit-transform: skewX(20deg);
        transform: skewX(20deg);
        opacity: 1;
    }
    80% {
        -webkit-transform: skewX(-5deg);
        transform: skewX(-5deg);
        opacity: 1;
    }
    to {
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}
@keyframes lightSpeedIn {
    from {
        -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
        transform: translate3d(100%, 0, 0) skewX(-30deg);
        opacity: 0;
    }
    60% {
        -webkit-transform: skewX(20deg);
        transform: skewX(20deg);
        opacity: 1;
    }
    80% {
        -webkit-transform: skewX(-5deg);
        transform: skewX(-5deg);
        opacity: 1;
    }
    to {
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}
.lightSpeedIn {
    -webkit-animation-name: lightSpeedIn;
    animation-name: lightSpeedIn;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
}
@-webkit-keyframes lightSpeedOut {
    from {
        opacity: 1;
    }
    to {
        -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
        transform: translate3d(100%, 0, 0) skewX(30deg);
        opacity: 0;
    }
}
@keyframes lightSpeedOut {
    from {
        opacity: 1;
    }
    to {
        -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
        transform: translate3d(100%, 0, 0) skewX(30deg);
        opacity: 0;
    }
}
.lightSpeedOut {
    -webkit-animation-name: lightSpeedOut;
    animation-name: lightSpeedOut;
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
}
@-webkit-keyframes rotateIn {
    from {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate3d(0, 0, 1, -200deg);
        transform: rotate3d(0, 0, 1, -200deg);
        opacity: 0;
    }
    to {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}
@keyframes rotateIn {
    from {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate3d(0, 0, 1, -200deg);
        transform: rotate3d(0, 0, 1, -200deg);
        opacity: 0;
    }
    to {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}
.rotateIn {
    -webkit-animation-name: rotateIn;
    animation-name: rotateIn;
}
@-webkit-keyframes rotateInDownLeft {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0;
    }
    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}
@keyframes rotateInDownLeft {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0;
    }
    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}
.rotateInDownLeft {
    -webkit-animation-name: rotateInDownLeft;
    animation-name: rotateInDownLeft;
}
@-webkit-keyframes rotateInDownRight {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0;
    }
    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}
@keyframes rotateInDownRight {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0;
    }
    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}
.rotateInDownRight {
    -webkit-animation-name: rotateInDownRight;
    animation-name: rotateInDownRight;
}
@-webkit-keyframes rotateInUpLeft {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0;
    }
    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}
@keyframes rotateInUpLeft {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0;
    }
    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}
.rotateInUpLeft {
    -webkit-animation-name: rotateInUpLeft;
    animation-name: rotateInUpLeft;
}
@-webkit-keyframes rotateInUpRight {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, -90deg);
        transform: rotate3d(0, 0, 1, -90deg);
        opacity: 0;
    }
    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}
@keyframes rotateInUpRight {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, -90deg);
        transform: rotate3d(0, 0, 1, -90deg);
        opacity: 0;
    }
    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}
.rotateInUpRight {
    -webkit-animation-name: rotateInUpRight;
    animation-name: rotateInUpRight;
}
@-webkit-keyframes rotateOut {
    from {
        -webkit-transform-origin: center;
        transform-origin: center;
        opacity: 1;
    }
    to {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate3d(0, 0, 1, 200deg);
        transform: rotate3d(0, 0, 1, 200deg);
        opacity: 0;
    }
}
@keyframes rotateOut {
    from {
        -webkit-transform-origin: center;
        transform-origin: center;
        opacity: 1;
    }
    to {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate3d(0, 0, 1, 200deg);
        transform: rotate3d(0, 0, 1, 200deg);
        opacity: 0;
    }
}
.rotateOut {
    -webkit-animation-name: rotateOut;
    animation-name: rotateOut;
}
@-webkit-keyframes rotateOutDownLeft {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1;
    }
    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0;
    }
}
@keyframes rotateOutDownLeft {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1;
    }
    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0;
    }
}
.rotateOutDownLeft {
    -webkit-animation-name: rotateOutDownLeft;
    animation-name: rotateOutDownLeft;
}
@-webkit-keyframes rotateOutDownRight {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1;
    }
    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0;
    }
}
@keyframes rotateOutDownRight {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1;
    }
    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0;
    }
}
.rotateOutDownRight {
    -webkit-animation-name: rotateOutDownRight;
    animation-name: rotateOutDownRight;
}
@-webkit-keyframes rotateOutUpLeft {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1;
    }
    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0;
    }
}
@keyframes rotateOutUpLeft {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1;
    }
    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0;
    }
}
.rotateOutUpLeft {
    -webkit-animation-name: rotateOutUpLeft;
    animation-name: rotateOutUpLeft;
}
@-webkit-keyframes rotateOutUpRight {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1;
    }
    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, 90deg);
        transform: rotate3d(0, 0, 1, 90deg);
        opacity: 0;
    }
}
@keyframes rotateOutUpRight {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1;
    }
    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, 90deg);
        transform: rotate3d(0, 0, 1, 90deg);
        opacity: 0;
    }
}
.rotateOutUpRight {
    -webkit-animation-name: rotateOutUpRight;
    animation-name: rotateOutUpRight;
}
@-webkit-keyframes hinge {
    0% {
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
    }
    20%,
    60% {
        -webkit-transform: rotate3d(0, 0, 1, 80deg);
        transform: rotate3d(0, 0, 1, 80deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
    }
    40%,
    80% {
        -webkit-transform: rotate3d(0, 0, 1, 60deg);
        transform: rotate3d(0, 0, 1, 60deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
        opacity: 1;
    }
    to {
        -webkit-transform: translate3d(0, 700px, 0);
        transform: translate3d(0, 700px, 0);
        opacity: 0;
    }
}
@keyframes hinge {
    0% {
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
    }
    20%,
    60% {
        -webkit-transform: rotate3d(0, 0, 1, 80deg);
        transform: rotate3d(0, 0, 1, 80deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
    }
    40%,
    80% {
        -webkit-transform: rotate3d(0, 0, 1, 60deg);
        transform: rotate3d(0, 0, 1, 60deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
        opacity: 1;
    }
    to {
        -webkit-transform: translate3d(0, 700px, 0);
        transform: translate3d(0, 700px, 0);
        opacity: 0;
    }
}
.hinge {
    -webkit-animation-name: hinge;
    animation-name: hinge;
}
@-webkit-keyframes rollIn {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
        transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}
@keyframes rollIn {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
        transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}
.rollIn {
    -webkit-animation-name: rollIn;
    animation-name: rollIn;
}
@-webkit-keyframes rollOut {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
        transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    }
}
@keyframes rollOut {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
        transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    }
}
.rollOut {
    -webkit-animation-name: rollOut;
    animation-name: rollOut;
}
@-webkit-keyframes zoomIn {
    from {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }
    50% {
        opacity: 1;
    }
}
@keyframes zoomIn {
    from {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }
    50% {
        opacity: 1;
    }
}
.zoomIn {
    -webkit-animation-name: zoomIn;
    animation-name: zoomIn;
}
@-webkit-keyframes zoomInDown {
    from {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}
@keyframes zoomInDown {
    from {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}
.zoomInDown {
    -webkit-animation-name: zoomInDown;
    animation-name: zoomInDown;
}
@-webkit-keyframes zoomInLeft {
    from {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}
@keyframes zoomInLeft {
    from {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}
.zoomInLeft {
    -webkit-animation-name: zoomInLeft;
    animation-name: zoomInLeft;
}
@-webkit-keyframes zoomInRight {
    from {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}
@keyframes zoomInRight {
    from {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}
.zoomInRight {
    -webkit-animation-name: zoomInRight;
    animation-name: zoomInRight;
}
@-webkit-keyframes zoomInUp {
    from {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}
@keyframes zoomInUp {
    from {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}
.zoomInUp {
    -webkit-animation-name: zoomInUp;
    animation-name: zoomInUp;
}
@-webkit-keyframes zoomOut {
    from {
        opacity: 1;
    }
    50% {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }
    to {
        opacity: 0;
    }
}
@keyframes zoomOut {
    from {
        opacity: 1;
    }
    50% {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }
    to {
        opacity: 0;
    }
}
.zoomOut {
    -webkit-animation-name: zoomOut;
    animation-name: zoomOut;
}
@-webkit-keyframes zoomOutDown {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }
    to {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}
@keyframes zoomOutDown {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }
    to {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}
.zoomOutDown {
    -webkit-animation-name: zoomOutDown;
    animation-name: zoomOutDown;
}
@-webkit-keyframes zoomOutLeft {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    }
    to {
        opacity: 0;
        -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
        transform: scale(0.1) translate3d(-2000px, 0, 0);
        -webkit-transform-origin: left center;
        transform-origin: left center;
    }
}
@keyframes zoomOutLeft {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    }
    to {
        opacity: 0;
        -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
        transform: scale(0.1) translate3d(-2000px, 0, 0);
        -webkit-transform-origin: left center;
        transform-origin: left center;
    }
}
.zoomOutLeft {
    -webkit-animation-name: zoomOutLeft;
    animation-name: zoomOutLeft;
}
@-webkit-keyframes zoomOutRight {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    }
    to {
        opacity: 0;
        -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
        transform: scale(0.1) translate3d(2000px, 0, 0);
        -webkit-transform-origin: right center;
        transform-origin: right center;
    }
}
@keyframes zoomOutRight {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    }
    to {
        opacity: 0;
        -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
        transform: scale(0.1) translate3d(2000px, 0, 0);
        -webkit-transform-origin: right center;
        transform-origin: right center;
    }
}
.zoomOutRight {
    -webkit-animation-name: zoomOutRight;
    animation-name: zoomOutRight;
}
@-webkit-keyframes zoomOutUp {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }
    to {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}
@keyframes zoomOutUp {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }
    to {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}
.zoomOutUp {
    -webkit-animation-name: zoomOutUp;
    animation-name: zoomOutUp;
}
@-webkit-keyframes slideInDown {
    from {
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
        visibility: visible;
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
@keyframes slideInDown {
    from {
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
        visibility: visible;
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
.slideInDown {
    -webkit-animation-name: slideInDown;
    animation-name: slideInDown;
}
@-webkit-keyframes slideInLeft {
    from {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
        visibility: visible;
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
@keyframes slideInLeft {
    from {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
        visibility: visible;
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
.slideInLeft {
    -webkit-animation-name: slideInLeft;
    animation-name: slideInLeft;
}
@-webkit-keyframes slideInRight {
    from {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        visibility: visible;
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
@keyframes slideInRight {
    from {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        visibility: visible;
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
.slideInRight {
    -webkit-animation-name: slideInRight;
    animation-name: slideInRight;
}
@-webkit-keyframes slideInUp {
    from {
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
        visibility: visible;
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
@keyframes slideInUp {
    from {
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
        visibility: visible;
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
.slideInUp {
    -webkit-animation-name: slideInUp;
    animation-name: slideInUp;
}
@-webkit-keyframes slideOutDown {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    to {
        visibility: hidden;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }
}
@keyframes slideOutDown {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    to {
        visibility: hidden;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }
}
.slideOutDown {
    -webkit-animation-name: slideOutDown;
    animation-name: slideOutDown;
}
@-webkit-keyframes slideOutLeft {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    to {
        visibility: hidden;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
}
@keyframes slideOutLeft {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    to {
        visibility: hidden;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
}
.slideOutLeft {
    -webkit-animation-name: slideOutLeft;
    animation-name: slideOutLeft;
}
@-webkit-keyframes slideOutRight {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    to {
        visibility: hidden;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }
}
@keyframes slideOutRight {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    to {
        visibility: hidden;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }
}
.slideOutRight {
    -webkit-animation-name: slideOutRight;
    animation-name: slideOutRight;
}
@-webkit-keyframes slideOutUp {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    to {
        visibility: hidden;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
}
@keyframes slideOutUp {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    to {
        visibility: hidden;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
}
.slideOutUp {
    -webkit-animation-name: slideOutUp;
    animation-name: slideOutUp;
}
html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}
body {
    margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block;
}
audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline;
}
audio:not([controls]) {
    display: none;
    height: 0;
}
[hidden],
template {
    display: none;
}
b,
optgroup,
strong {
    font-weight: 700;
}
dfn {
    font-style: italic;
}
mark {
    background: #ff0;
    color: #000;
}
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
sup {
    top: -0.5em;
}
sub {
    bottom: -0.25em;
}
img {
    border: 0;
    vertical-align: middle;
}
svg:not(:root) {
    overflow: hidden;
}
hr {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
}
pre,
textarea {
    overflow: auto;
}
code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}
button {
    overflow: visible;
}
button,
select {
    text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}
button[disabled],
html input[disabled] {
    cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}
input[type="checkbox"],
input[type="radio"] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    height: auto;
}
input[type="search"] {
    -webkit-appearance: textfield;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}
*,
.mfp-container,
:after,
:before,
img.mfp-img {
    -moz-box-sizing: border-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}
fieldset {
    border: 1px solid silver;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}
legend {
    border: 0;
    padding: 0;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
td,
th {
    padding: 0;
}
*,
:after,
:before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
button,
input,
select,
textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}
figure {
    margin: 0;
}
.img-responsive {
    display: block;
    max-width: 100%;
    height: auto;
}
.img-rounded {
    border-radius: 6px;
}
.img-thumbnail {
    padding: 4px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    display: inline-block;
    max-width: 100%;
    height: auto;
}
.img-circle {
    border-radius: 50%;
}
hr {
    margin-top: 20px;
    border: 0;
    border-top: 1px solid #eee;
}
[role="button"] {
    cursor: pointer;
}
.lead {
    font-size: 16px;
    font-weight: 300;
    line-height: 1.4;
}
blockquote ol:last-child,
blockquote p:last-child,
blockquote ul:last-child,
ol ol,
ol ul,
ul ol,
ul ul {
    margin-bottom: 0;
}
@media (min-width: 768px) {
    .lead {
        font-size: 21px;
    }
}
.small,
small {
    font-size: 85%;
}
.mark,
mark {
    background-color: #fcf8e3;
    padding: 0.2em;
}
.text-left {
    text-align: left;
}
.text-right {
    text-align: right;
}
.text-center {
    text-align: center;
}
.text-justify {
    text-align: justify;
}
.text-lowercase {
    text-transform: lowercase;
}
.text-uppercase {
    text-transform: uppercase;
}
.text-capitalize {
    text-transform: capitalize;
}
ol,
ul {
    margin: 0;
}
dl {
    margin-top: 0;
}
dd,
dt {
    line-height: 1.42857143;
}
dd {
    margin-left: 0;
}
@media (min-width: 768px) {
    .dl-horizontal dt {
        float: left;
        width: 160px;
        clear: left;
        text-align: right;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
    .dl-horizontal dd {
        margin-left: 180px;
    }
    .container {
        width: 751px;
    }
}
.container,
.container-fluid {
    margin-right: auto;
    margin-left: auto;
}
abbr[data-original-title],
abbr[title] {
    cursor: help;
    border-bottom: 1px dotted #777;
}
.initialism {
    font-size: 90%;
    text-transform: uppercase;
}
blockquote .small,
blockquote footer,
blockquote small {
    display: block;
    font-size: 80%;
    line-height: 1.42857143;
    color: #777;
}
blockquote .small:before,
blockquote footer:before,
blockquote small:before {
    content: "\2014 \00A0";
}
.blockquote-reverse .small:before,
.blockquote-reverse footer:before,
.blockquote-reverse small:before,
.mfp-arrow .mfp-a,
.mfp-arrow .mfp-b,
.mfp-arrow:after,
.mfp-arrow:before,
.mfp-container:before,
.mfp-figure:after,
blockquote.pull-right .small:before,
blockquote.pull-right footer:before,
blockquote.pull-right small:before {
    content: "";
}
.blockquote-reverse,
blockquote.pull-right {
    padding-right: 15px;
    padding-left: 0;
    border-right: 5px solid #eee;
    border-left: 0;
    text-align: right;
}
.blockquote-reverse .small:after,
.blockquote-reverse footer:after,
.blockquote-reverse small:after,
blockquote.pull-right .small:after,
blockquote.pull-right footer:after,
blockquote.pull-right small:after {
    content: "\00A0 \2014";
}
address {
    line-height: 1.42857143;
}
.container {
    padding-left: 18px;
    padding-right: 18px;
}
@media (min-width: 992px) {
    .container {
        width: 976px;
    }
}
@media (min-width: 1272px) {
    .container {
        width: 1140px;
    }
}
.container-fluid {
    padding-left: 18px;
    padding-right: 18px;
}
.row {
    margin-left: -18px;
    margin-right: -18px;
}
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.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-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.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-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.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-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
    position: relative;
    min-height: 1px;
    padding-left: 18px;
    padding-right: 18px;
}
.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
    float: left;
}
.col-xs-12 {
    width: 100%;
}
.col-xs-11 {
    width: 91.66666667%;
}
.col-xs-10 {
    width: 83.33333333%;
}
.col-xs-9 {
    width: 75%;
}
.col-xs-8 {
    width: 66.66666667%;
}
.col-xs-7 {
    width: 58.33333333%;
}
.col-xs-6 {
    width: 50%;
}
.col-xs-5 {
    width: 41.66666667%;
}
.col-xs-4 {
    width: 33.33333333%;
}
.col-xs-3 {
    width: 25%;
}
.col-xs-2 {
    width: 16.66666667%;
}
.col-xs-1 {
    width: 8.33333333%;
}
.col-xs-pull-12 {
    right: 100%;
}
.col-xs-pull-11 {
    right: 91.66666667%;
}
.col-xs-pull-10 {
    right: 83.33333333%;
}
.col-xs-pull-9 {
    right: 75%;
}
.col-xs-pull-8 {
    right: 66.66666667%;
}
.col-xs-pull-7 {
    right: 58.33333333%;
}
.col-xs-pull-6 {
    right: 50%;
}
.col-xs-pull-5 {
    right: 41.66666667%;
}
.col-xs-pull-4 {
    right: 33.33333333%;
}
.col-xs-pull-3 {
    right: 25%;
}
.col-xs-pull-2 {
    right: 16.66666667%;
}
.col-xs-pull-1 {
    right: 8.33333333%;
}
.col-xs-pull-0 {
    right: auto;
}
.col-xs-push-12 {
    left: 100%;
}
.col-xs-push-11 {
    left: 91.66666667%;
}
.col-xs-push-10 {
    left: 83.33333333%;
}
.col-xs-push-9 {
    left: 75%;
}
.col-xs-push-8 {
    left: 66.66666667%;
}
.col-xs-push-7 {
    left: 58.33333333%;
}
.col-xs-push-6 {
    left: 50%;
}
.col-xs-push-5 {
    left: 41.66666667%;
}
.col-xs-push-4 {
    left: 33.33333333%;
}
.col-xs-push-3 {
    left: 25%;
}
.col-xs-push-2 {
    left: 16.66666667%;
}
.col-xs-push-1 {
    left: 8.33333333%;
}
.col-xs-push-0 {
    left: auto;
}
.col-xs-offset-12 {
    margin-left: 100%;
}
.col-xs-offset-11 {
    margin-left: 91.66666667%;
}
.col-xs-offset-10 {
    margin-left: 83.33333333%;
}
.col-xs-offset-9 {
    margin-left: 75%;
}
.col-xs-offset-8 {
    margin-left: 66.66666667%;
}
.col-xs-offset-7 {
    margin-left: 58.33333333%;
}
.col-xs-offset-6 {
    margin-left: 50%;
}
.col-xs-offset-5 {
    margin-left: 41.66666667%;
}
.col-xs-offset-4 {
    margin-left: 33.33333333%;
}
.col-xs-offset-3 {
    margin-left: 25%;
}
.col-xs-offset-2 {
    margin-left: 16.66666667%;
}
.col-xs-offset-1 {
    margin-left: 8.33333333%;
}
.col-xs-offset-0 {
    margin-left: 0;
}
@media (min-width: 500px) {
    .col-sm-1,
    .col-sm-10,
    .col-sm-11,
    .col-sm-12,
    .col-sm-2,
    .col-sm-3,
    .col-sm-4,
    .col-sm-5,
    .col-sm-6,
    .col-sm-7,
    .col-sm-8,
    .col-sm-9 {
        float: left;
    }
    .col-sm-12 {
        width: 100%;
    }
    .col-sm-11 {
        width: 91.66666667%;
    }
    .col-sm-10 {
        width: 83.33333333%;
    }
    .col-sm-9 {
        width: 75%;
    }
    .col-sm-8 {
        width: 66.66666667%;
    }
    .col-sm-7 {
        width: 58.33333333%;
    }
    .col-sm-6 {
        width: 50%;
    }
    .col-sm-5 {
        width: 41.66666667%;
    }
    .col-sm-4 {
        width: 33.33333333%;
    }
    .col-sm-3 {
        width: 25%;
    }
    .col-sm-2 {
        width: 16.66666667%;
    }
    .col-sm-1 {
        width: 8.33333333%;
    }
    .col-sm-pull-12 {
        right: 100%;
    }
    .col-sm-pull-11 {
        right: 91.66666667%;
    }
    .col-sm-pull-10 {
        right: 83.33333333%;
    }
    .col-sm-pull-9 {
        right: 75%;
    }
    .col-sm-pull-8 {
        right: 66.66666667%;
    }
    .col-sm-pull-7 {
        right: 58.33333333%;
    }
    .col-sm-pull-6 {
        right: 50%;
    }
    .col-sm-pull-5 {
        right: 41.66666667%;
    }
    .col-sm-pull-4 {
        right: 33.33333333%;
    }
    .col-sm-pull-3 {
        right: 25%;
    }
    .col-sm-pull-2 {
        right: 16.66666667%;
    }
    .col-sm-pull-1 {
        right: 8.33333333%;
    }
    .col-sm-pull-0 {
        right: auto;
    }
    .col-sm-push-12 {
        left: 100%;
    }
    .col-sm-push-11 {
        left: 91.66666667%;
    }
    .col-sm-push-10 {
        left: 83.33333333%;
    }
    .col-sm-push-9 {
        left: 75%;
    }
    .col-sm-push-8 {
        left: 66.66666667%;
    }
    .col-sm-push-7 {
        left: 58.33333333%;
    }
    .col-sm-push-6 {
        left: 50%;
    }
    .col-sm-push-5 {
        left: 41.66666667%;
    }
    .col-sm-push-4 {
        left: 33.33333333%;
    }
    .col-sm-push-3 {
        left: 25%;
    }
    .col-sm-push-2 {
        left: 16.66666667%;
    }
    .col-sm-push-1 {
        left: 8.33333333%;
    }
    .col-sm-push-0 {
        left: auto;
    }
    .col-sm-offset-12 {
        margin-left: 100%;
    }
    .col-sm-offset-11 {
        margin-left: 91.66666667%;
    }
    .col-sm-offset-10 {
        margin-left: 83.33333333%;
    }
    .col-sm-offset-9 {
        margin-left: 75%;
    }
    .col-sm-offset-8 {
        margin-left: 66.66666667%;
    }
    .col-sm-offset-7 {
        margin-left: 58.33333333%;
    }
    .col-sm-offset-6 {
        margin-left: 50%;
    }
    .col-sm-offset-5 {
        margin-left: 41.66666667%;
    }
    .col-sm-offset-4 {
        margin-left: 33.33333333%;
    }
    .col-sm-offset-3 {
        margin-left: 25%;
    }
    .col-sm-offset-2 {
        margin-left: 16.66666667%;
    }
    .col-sm-offset-1 {
        margin-left: 8.33333333%;
    }
    .col-sm-offset-0 {
        margin-left: 0;
    }
}
@media (min-width: 992px) {
    .col-md-1,
    .col-md-10,
    .col-md-11,
    .col-md-12,
    .col-md-2,
    .col-md-3,
    .col-md-4,
    .col-md-5,
    .col-md-6,
    .col-md-7,
    .col-md-8,
    .col-md-9 {
        float: left;
    }
    .col-md-12 {
        width: 100%;
    }
    .col-md-11 {
        width: 91.66666667%;
    }
    .col-md-10 {
        width: 83.33333333%;
    }
    .col-md-9 {
        width: 75%;
    }
    .col-md-8 {
        width: 66.66666667%;
    }
    .col-md-7 {
        width: 58.33333333%;
    }
    .col-md-6 {
        width: 50%;
    }
    .col-md-5 {
        width: 41.66666667%;
    }
    .col-md-4 {
        width: 33.33333333%;
    }
    .col-md-3 {
        width: 25%;
    }
    .col-md-2 {
        width: 16.66666667%;
    }
    .col-md-1 {
        width: 8.33333333%;
    }
    .col-md-pull-12 {
        right: 100%;
    }
    .col-md-pull-11 {
        right: 91.66666667%;
    }
    .col-md-pull-10 {
        right: 83.33333333%;
    }
    .col-md-pull-9 {
        right: 75%;
    }
    .col-md-pull-8 {
        right: 66.66666667%;
    }
    .col-md-pull-7 {
        right: 58.33333333%;
    }
    .col-md-pull-6 {
        right: 50%;
    }
    .col-md-pull-5 {
        right: 41.66666667%;
    }
    .col-md-pull-4 {
        right: 33.33333333%;
    }
    .col-md-pull-3 {
        right: 25%;
    }
    .col-md-pull-2 {
        right: 16.66666667%;
    }
    .col-md-pull-1 {
        right: 8.33333333%;
    }
    .col-md-pull-0 {
        right: auto;
    }
    .col-md-push-12 {
        left: 100%;
    }
    .col-md-push-11 {
        left: 91.66666667%;
    }
    .col-md-push-10 {
        left: 83.33333333%;
    }
    .col-md-push-9 {
        left: 75%;
    }
    .col-md-push-8 {
        left: 66.66666667%;
    }
    .col-md-push-7 {
        left: 58.33333333%;
    }
    .col-md-push-6 {
        left: 50%;
    }
    .col-md-push-5 {
        left: 41.66666667%;
    }
    .col-md-push-4 {
        left: 33.33333333%;
    }
    .col-md-push-3 {
        left: 25%;
    }
    .col-md-push-2 {
        left: 16.66666667%;
    }
    .col-md-push-1 {
        left: 8.33333333%;
    }
    .col-md-push-0 {
        left: auto;
    }
    .col-md-offset-12 {
        margin-left: 100%;
    }
    .col-md-offset-11 {
        margin-left: 91.66666667%;
    }
    .col-md-offset-10 {
        margin-left: 83.33333333%;
    }
    .col-md-offset-9 {
        margin-left: 75%;
    }
    .col-md-offset-8 {
        margin-left: 66.66666667%;
    }
    .col-md-offset-7 {
        margin-left: 58.33333333%;
    }
    .col-md-offset-6 {
        margin-left: 50%;
    }
    .col-md-offset-5 {
        margin-left: 41.66666667%;
    }
    .col-md-offset-4 {
        margin-left: 33.33333333%;
    }
    .col-md-offset-3 {
        margin-left: 25%;
    }
    .col-md-offset-2 {
        margin-left: 16.66666667%;
    }
    .col-md-offset-1 {
        margin-left: 8.33333333%;
    }
    .col-md-offset-0 {
        margin-left: 0;
    }
}
@media (min-width: 1272px) {
    .col-lg-1,
    .col-lg-10,
    .col-lg-11,
    .col-lg-12,
    .col-lg-2,
    .col-lg-3,
    .col-lg-4,
    .col-lg-5,
    .col-lg-6,
    .col-lg-7,
    .col-lg-8,
    .col-lg-9 {
        float: left;
    }
    .col-lg-12 {
        width: 100%;
    }
    .col-lg-11 {
        width: 91.66666667%;
    }
    .col-lg-10 {
        width: 83.33333333%;
    }
    .col-lg-9 {
        width: 75%;
    }
    .col-lg-8 {
        width: 66.66666667%;
    }
    .col-lg-7 {
        width: 58.33333333%;
    }
    .col-lg-6 {
        width: 50%;
    }
    .col-lg-5 {
        width: 41.66666667%;
    }
    .col-lg-4 {
        width: 33.33333333%;
    }
    .col-lg-3 {
        width: 25%;
    }
    .col-lg-2 {
        width: 16.66666667%;
    }
    .col-lg-1 {
        width: 8.33333333%;
    }
    .col-lg-pull-12 {
        right: 100%;
    }
    .col-lg-pull-11 {
        right: 91.66666667%;
    }
    .col-lg-pull-10 {
        right: 83.33333333%;
    }
    .col-lg-pull-9 {
        right: 75%;
    }
    .col-lg-pull-8 {
        right: 66.66666667%;
    }
    .col-lg-pull-7 {
        right: 58.33333333%;
    }
    .col-lg-pull-6 {
        right: 50%;
    }
    .col-lg-pull-5 {
        right: 41.66666667%;
    }
    .col-lg-pull-4 {
        right: 33.33333333%;
    }
    .col-lg-pull-3 {
        right: 25%;
    }
    .col-lg-pull-2 {
        right: 16.66666667%;
    }
    .col-lg-pull-1 {
        right: 8.33333333%;
    }
    .col-lg-pull-0 {
        right: auto;
    }
    .col-lg-push-12 {
        left: 100%;
    }
    .col-lg-push-11 {
        left: 91.66666667%;
    }
    .col-lg-push-10 {
        left: 83.33333333%;
    }
    .col-lg-push-9 {
        left: 75%;
    }
    .col-lg-push-8 {
        left: 66.66666667%;
    }
    .col-lg-push-7 {
        left: 58.33333333%;
    }
    .col-lg-push-6 {
        left: 50%;
    }
    .col-lg-push-5 {
        left: 41.66666667%;
    }
    .col-lg-push-4 {
        left: 33.33333333%;
    }
    .col-lg-push-3 {
        left: 25%;
    }
    .col-lg-push-2 {
        left: 16.66666667%;
    }
    .col-lg-push-1 {
        left: 8.33333333%;
    }
    .col-lg-push-0 {
        left: auto;
    }
    .col-lg-offset-12 {
        margin-left: 100%;
    }
    .col-lg-offset-11 {
        margin-left: 91.66666667%;
    }
    .col-lg-offset-10 {
        margin-left: 83.33333333%;
    }
    .col-lg-offset-9 {
        margin-left: 75%;
    }
    .col-lg-offset-8 {
        margin-left: 66.66666667%;
    }
    .col-lg-offset-7 {
        margin-left: 58.33333333%;
    }
    .col-lg-offset-6 {
        margin-left: 50%;
    }
    .col-lg-offset-5 {
        margin-left: 41.66666667%;
    }
    .col-lg-offset-4 {
        margin-left: 33.33333333%;
    }
    .col-lg-offset-3 {
        margin-left: 25%;
    }
    .col-lg-offset-2 {
        margin-left: 16.66666667%;
    }
    .col-lg-offset-1 {
        margin-left: 8.33333333%;
    }
    .col-lg-offset-0 {
        margin-left: 0;
    }
}
.clearfix:after,
.clearfix:before,
.container-fluid:after,
.container-fluid:before,
.container:after,
.container:before,
.dl-horizontal dd:after,
.dl-horizontal dd:before,
.row:after,
.row:before {
    content: " ";
    display: table;
}
.clearfix:after,
.container-fluid:after,
.container:after,
.dl-horizontal dd:after,
.row:after {
    clear: both;
}
.center-block {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.fa.fa-pull-left,
.fa.pull-left {
    margin-right: 0.3em;
}
.pull-right {
    float: right !important;
}
.pull-left {
    float: left !important;
}
.hide {
    display: none !important;
}
.show {
    display: block !important;
}
.hidden,
.visible-lg,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block,
.visible-md,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-sm,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-xs,
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block {
    display: none !important;
}
.invisible {
    visibility: hidden;
}
.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}
.affix {
    position: fixed;
}
@-ms-viewport {
    width: device-width;
}
@media (max-width: 767px) {
    .visible-xs {
        display: block !important;
    }
    table.visible-xs {
        display: table !important;
    }
    tr.visible-xs {
        display: table-row !important;
    }
    td.visible-xs,
    th.visible-xs {
        display: table-cell !important;
    }
    .visible-xs-block {
        display: block !important;
    }
    .visible-xs-inline {
        display: inline !important;
    }
    .visible-xs-inline-block {
        display: inline-block !important;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm {
        display: block !important;
    }
    table.visible-sm {
        display: table !important;
    }
    tr.visible-sm {
        display: table-row !important;
    }
    td.visible-sm,
    th.visible-sm {
        display: table-cell !important;
    }
    .visible-sm-block {
        display: block !important;
    }
    .visible-sm-inline {
        display: inline !important;
    }
    .visible-sm-inline-block {
        display: inline-block !important;
    }
}
@media (min-width: 992px) and (max-width: 1271px) {
    .visible-md {
        display: block !important;
    }
    table.visible-md {
        display: table !important;
    }
    tr.visible-md {
        display: table-row !important;
    }
    td.visible-md,
    th.visible-md {
        display: table-cell !important;
    }
    .visible-md-block {
        display: block !important;
    }
    .visible-md-inline {
        display: inline !important;
    }
    .visible-md-inline-block {
        display: inline-block !important;
    }
}
@media (min-width: 1272px) {
    .visible-lg {
        display: block !important;
    }
    table.visible-lg {
        display: table !important;
    }
    tr.visible-lg {
        display: table-row !important;
    }
    td.visible-lg,
    th.visible-lg {
        display: table-cell !important;
    }
    .visible-lg-block {
        display: block !important;
    }
    .visible-lg-inline {
        display: inline !important;
    }
    .visible-lg-inline-block {
        display: inline-block !important;
    }
    .hidden-lg {
        display: none !important;
    }
}
@media (max-width: 767px) {
    .hidden-xs {
        display: none !important;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .hidden-sm {
        display: none !important;
    }
}
@media (min-width: 992px) and (max-width: 1271px) {
    .hidden-md {
        display: none !important;
    }
}
.visible-print {
    display: none !important;
}
@media print {
    .visible-print {
        display: block !important;
    }
    table.visible-print {
        display: table !important;
    }
    tr.visible-print {
        display: table-row !important;
    }
    td.visible-print,
    th.visible-print {
        display: table-cell !important;
    }
}
.visible-print-block {
    display: none !important;
}
@media print {
    .visible-print-block {
        display: block !important;
    }
}
.visible-print-inline {
    display: none !important;
}
@media print {
    .visible-print-inline {
        display: inline !important;
    }
}
.visible-print-inline-block {
    display: none !important;
}
@media print {
    .visible-print-inline-block {
        display: inline-block !important;
    }
    .hidden-print {
        display: none !important;
    }
}
.fa,
.fa-stack,
.mfp-container:before {
    display: inline-block;
}
@font-face {
    font-family: FontAwesome;
    src: url(../fonts/fontawesome-webfont.eot?v=4.7.0);
    src: url(../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0) format("embedded-opentype"), url(../fonts/fontawesome-webfont.woff2?v=4.7.0) format("woff2"), url(../fonts/fontawesome-webfont.woff?v=4.7.0) format("woff"),
        url(../fonts/fontawesome-webfont.ttf?v=4.7.0) format("truetype"), url(../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular) format("svg");
    font-weight: 400;
    font-style: normal;
}
.fa {
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.fa-lg {
    font-size: 1.33333333em;
    line-height: 0.75em;
    vertical-align: -15%;
}
.fa-2x {
    font-size: 2em;
}
.fa-3x {
    font-size: 3em;
}
.fa-4x {
    font-size: 4em;
}
.fa-5x {
    font-size: 5em;
}
.fa-fw {
    width: 1.28571429em;
    text-align: center;
}
.fa-ul {
    padding-left: 0;
    margin-left: 2.14285714em;
    list-style-type: none;
}
.fa.fa-pull-right,
.fa.pull-right {
    margin-left: 0.3em;
}
.fa-ul > li {
    position: relative;
}
.fa-li {
    position: absolute;
    left: -2.14285714em;
    width: 2.14285714em;
    top: 0.14285714em;
    text-align: center;
}
.fa-li.fa-lg {
    left: -1.85714286em;
}
.fa-border {
    padding: 0.2em 0.25em 0.15em;
    border: 0.08em solid #eee;
    border-radius: 0.1em;
}
.fa-pull-left {
    float: left;
}
.fa-pull-right {
    float: right;
}
.fa-spin {
    -webkit-animation: fa-spin 2s infinite linear;
    animation: fa-spin 2s infinite linear;
}
.fa-pulse {
    -webkit-animation: fa-spin 1s infinite steps(8);
    animation: fa-spin 1s infinite steps(8);
}
@-webkit-keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}
@keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}
.fa-rotate-90 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}
.fa-rotate-180 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
.fa-rotate-270 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
}
.fa-flip-horizontal {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
    -webkit-transform: scale(-1, 1);
    -ms-transform: scale(-1, 1);
    transform: scale(-1, 1);
}
.fa-flip-vertical {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
    -webkit-transform: scale(1, -1);
    -ms-transform: scale(1, -1);
    transform: scale(1, -1);
}
:root .fa-flip-horizontal,
:root .fa-flip-vertical,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-rotate-90 {
    filter: none;
}
.fa-stack {
    position: relative;
    width: 2em;
    height: 2em;
    line-height: 2em;
    vertical-align: middle;
}
.fa-stack-1x,
.fa-stack-2x {
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center;
}
.fa-stack-1x {
    line-height: inherit;
}
.fa-stack-2x {
    font-size: 2em;
}
.fa-inverse {
    color: #fff;
}
.fa-glass:before {
    content: "\f000";
}
.fa-music:before {
    content: "\f001";
}
.fa-search:before {
    content: "\f002";
}
.fa-envelope-o:before {
    content: "\f003";
}
.fa-heart:before {
    content: "\f004";
}
.fa-star:before {
    content: "\f005";
}
.fa-star-o:before {
    content: "\f006";
}
.fa-user:before {
    content: "\f007";
}
.fa-film:before {
    content: "\f008";
}
.fa-th-large:before {
    content: "\f009";
}
.fa-th:before {
    content: "\f00a";
}
.fa-th-list:before {
    content: "\f00b";
}
.fa-check:before {
    content: "\f00c";
}
.fa-close:before,
.fa-remove:before,
.fa-times:before {
    content: "\f00d";
}
.fa-search-plus:before {
    content: "\f00e";
}
.fa-search-minus:before {
    content: "\f010";
}
.fa-power-off:before {
    content: "\f011";
}
.fa-signal:before {
    content: "\f012";
}
.fa-cog:before,
.fa-gear:before {
    content: "\f013";
}
.fa-trash-o:before {
    content: "\f014";
}
.fa-home:before {
    content: "\f015";
}
.fa-file-o:before {
    content: "\f016";
}
.fa-clock-o:before {
    content: "\f017";
}
.fa-road:before {
    content: "\f018";
}
.fa-download:before {
    content: "\f019";
}
.fa-arrow-circle-o-down:before {
    content: "\f01a";
}
.fa-arrow-circle-o-up:before {
    content: "\f01b";
}
.fa-inbox:before {
    content: "\f01c";
}
.fa-play-circle-o:before {
    content: "\f01d";
}
.fa-repeat:before,
.fa-rotate-right:before {
    content: "\f01e";
}
.fa-refresh:before {
    content: "\f021";
}
.fa-list-alt:before {
    content: "\f022";
}
.fa-lock:before {
    content: "\f023";
}
.fa-flag:before {
    content: "\f024";
}
.fa-headphones:before {
    content: "\f025";
}
.fa-volume-off:before {
    content: "\f026";
}
.fa-volume-down:before {
    content: "\f027";
}
.fa-volume-up:before {
    content: "\f028";
}
.fa-qrcode:before {
    content: "\f029";
}
.fa-barcode:before {
    content: "\f02a";
}
.fa-tag:before {
    content: "\f02b";
}
.fa-tags:before {
    content: "\f02c";
}
.fa-book:before {
    content: "\f02d";
}
.fa-bookmark:before {
    content: "\f02e";
}
.fa-print:before {
    content: "\f02f";
}
.fa-camera:before {
    content: "\f030";
}
.fa-font:before {
    content: "\f031";
}
.fa-bold:before {
    content: "\f032";
}
.fa-italic:before {
    content: "\f033";
}
.fa-text-height:before {
    content: "\f034";
}
.fa-text-width:before {
    content: "\f035";
}
.fa-align-left:before {
    content: "\f036";
}
.fa-align-center:before {
    content: "\f037";
}
.fa-align-right:before {
    content: "\f038";
}
.fa-align-justify:before {
    content: "\f039";
}
.fa-list:before {
    content: "\f03a";
}
.fa-dedent:before,
.fa-outdent:before {
    content: "\f03b";
}
.fa-indent:before {
    content: "\f03c";
}
.fa-video-camera:before {
    content: "\f03d";
}
.fa-image:before,
.fa-photo:before,
.fa-picture-o:before {
    content: "\f03e";
}
.fa-pencil:before {
    content: "\f040";
}
.fa-map-marker:before {
    content: "\f041";
}
.fa-adjust:before {
    content: "\f042";
}
.fa-tint:before {
    content: "\f043";
}
.fa-edit:before,
.fa-pencil-square-o:before {
    content: "\f044";
}
.fa-share-square-o:before {
    content: "\f045";
}
.fa-check-square-o:before {
    content: "\f046";
}
.fa-arrows:before {
    content: "\f047";
}
.fa-step-backward:before {
    content: "\f048";
}
.fa-fast-backward:before {
    content: "\f049";
}
.fa-backward:before {
    content: "\f04a";
}
.fa-play:before {
    content: "\f04b";
}
.fa-pause:before {
    content: "\f04c";
}
.fa-stop:before {
    content: "\f04d";
}
.fa-forward:before {
    content: "\f04e";
}
.fa-fast-forward:before {
    content: "\f050";
}
.fa-step-forward:before {
    content: "\f051";
}
.fa-eject:before {
    content: "\f052";
}
.fa-chevron-left:before {
    content: "\f053";
}
.fa-chevron-right:before {
    content: "\f054";
}
.fa-plus-circle:before {
    content: "\f055";
}
.fa-minus-circle:before {
    content: "\f056";
}
.fa-times-circle:before {
    content: "\f057";
}
.fa-check-circle:before {
    content: "\f058";
}
.fa-question-circle:before {
    content: "\f059";
}
.fa-info-circle:before {
    content: "\f05a";
}
.fa-crosshairs:before {
    content: "\f05b";
}
.fa-times-circle-o:before {
    content: "\f05c";
}
.fa-check-circle-o:before {
    content: "\f05d";
}
.fa-ban:before {
    content: "\f05e";
}
.fa-arrow-left:before {
    content: "\f060";
}
.fa-arrow-right:before {
    content: "\f061";
}
.fa-arrow-up:before {
    content: "\f062";
}
.fa-arrow-down:before {
    content: "\f063";
}
.fa-mail-forward:before,
.fa-share:before {
    content: "\f064";
}
.fa-expand:before {
    content: "\f065";
}
.fa-compress:before {
    content: "\f066";
}
.fa-plus:before {
    content: "\f067";
}
.fa-minus:before {
    content: "\f068";
}
.fa-asterisk:before {
    content: "\f069";
}
.fa-exclamation-circle:before {
    content: "\f06a";
}
.fa-gift:before {
    content: "\f06b";
}
.fa-leaf:before {
    content: "\f06c";
}
.fa-fire:before {
    content: "\f06d";
}
.fa-eye:before {
    content: "\f06e";
}
.fa-eye-slash:before {
    content: "\f070";
}
.fa-exclamation-triangle:before,
.fa-warning:before {
    content: "\f071";
}
.fa-plane:before {
    content: "\f072";
}
.fa-calendar:before {
    content: "\f073";
}
.fa-random:before {
    content: "\f074";
}
.fa-comment:before {
    content: "\f075";
}
.fa-magnet:before {
    content: "\f076";
}
.fa-chevron-up:before {
    content: "\f077";
}
.fa-chevron-down:before {
    content: "\f078";
}
.fa-retweet:before {
    content: "\f079";
}
.fa-shopping-cart:before {
    content: "\f07a";
}
.fa-folder:before {
    content: "\f07b";
}
.fa-folder-open:before {
    content: "\f07c";
}
.fa-arrows-v:before {
    content: "\f07d";
}
.fa-arrows-h:before {
    content: "\f07e";
}
.fa-bar-chart-o:before,
.fa-bar-chart:before {
    content: "\f080";
}
.fa-twitter-square:before {
    content: "\f081";
}
.fa-facebook-square:before {
    content: "\f082";
}
.fa-camera-retro:before {
    content: "\f083";
}
.fa-key:before {
    content: "\f084";
}
.fa-cogs:before,
.fa-gears:before {
    content: "\f085";
}
.fa-comments:before {
    content: "\f086";
}
.fa-thumbs-o-up:before {
    content: "\f087";
}
.fa-thumbs-o-down:before {
    content: "\f088";
}
.fa-star-half:before {
    content: "\f089";
}
.fa-heart-o:before {
    content: "\f08a";
}
.fa-sign-out:before {
    content: "\f08b";
}
.fa-linkedin-square:before {
    content: "\f08c";
}
.fa-thumb-tack:before {
    content: "\f08d";
}
.fa-external-link:before {
    content: "\f08e";
}
.fa-sign-in:before {
    content: "\f090";
}
.fa-trophy:before {
    content: "\f091";
}
.fa-github-square:before {
    content: "\f092";
}
.fa-upload:before {
    content: "\f093";
}
.fa-lemon-o:before {
    content: "\f094";
}
.fa-phone:before {
    content: "\f095";
}
.fa-square-o:before {
    content: "\f096";
}
.fa-bookmark-o:before {
    content: "\f097";
}
.fa-phone-square:before {
    content: "\f098";
}
.fa-twitter:before {
    content: "\f099";
}
.fa-facebook-f:before,
.fa-facebook:before {
    content: "\f09a";
}
.fa-github:before {
    content: "\f09b";
}
.fa-unlock:before {
    content: "\f09c";
}
.fa-credit-card:before {
    content: "\f09d";
}
.fa-feed:before,
.fa-rss:before,
.vlog-soc-menu a[href*="/feed"]::before,
.vlog-soc-menu a[href*="/rss"]::before,
.vlog-soc-menu a[href*="feedburner"]::before {
    content: "\f09e";
}
.fa-hdd-o:before {
    content: "\f0a0";
}
.fa-bullhorn:before {
    content: "\f0a1";
}
.fa-bell:before {
    content: "\f0f3";
}
.fa-certificate:before {
    content: "\f0a3";
}
.fa-hand-o-right:before {
    content: "\f0a4";
}
.fa-hand-o-left:before {
    content: "\f0a5";
}
.fa-hand-o-up:before {
    content: "\f0a6";
}
.fa-hand-o-down:before {
    content: "\f0a7";
}
.fa-arrow-circle-left:before {
    content: "\f0a8";
}
.fa-arrow-circle-right:before {
    content: "\f0a9";
}
.fa-arrow-circle-up:before {
    content: "\f0aa";
}
.fa-arrow-circle-down:before {
    content: "\f0ab";
}
.fa-globe:before {
    content: "\f0ac";
}
.fa-wrench:before {
    content: "\f0ad";
}
.fa-tasks:before {
    content: "\f0ae";
}
.fa-filter:before {
    content: "\f0b0";
}
.fa-briefcase:before {
    content: "\f0b1";
}
.fa-arrows-alt:before {
    content: "\f0b2";
}
.fa-group:before,
.fa-users:before {
    content: "\f0c0";
}
.fa-chain:before,
.fa-link:before {
    content: "\f0c1";
}
.fa-cloud:before {
    content: "\f0c2";
}
.fa-flask:before {
    content: "\f0c3";
}
.fa-cut:before,
.fa-scissors:before {
    content: "\f0c4";
}
.fa-copy:before,
.fa-files-o:before {
    content: "\f0c5";
}
.fa-paperclip:before {
    content: "\f0c6";
}
.fa-floppy-o:before,
.fa-save:before {
    content: "\f0c7";
}
.fa-square:before {
    content: "\f0c8";
}
.fa-bars:before,
.fa-navicon:before,
.fa-reorder:before {
    content: "\f0c9";
}
.fa-list-ul:before {
    content: "\f0ca";
}
.fa-list-ol:before {
    content: "\f0cb";
}
.fa-strikethrough:before {
    content: "\f0cc";
}
.fa-underline:before {
    content: "\f0cd";
}
.fa-table:before {
    content: "\f0ce";
}
.fa-magic:before {
    content: "\f0d0";
}
.fa-truck:before {
    content: "\f0d1";
}
.fa-pinterest:before {
    content: "\f0d2";
}
.fa-pinterest-square:before {
    content: "\f0d3";
}
.fa-google-plus-square:before {
    content: "\f0d4";
}
.fa-google-plus:before {
    content: "\f0d5";
}
.fa-money:before {
    content: "\f0d6";
}
.fa-caret-down:before {
    content: "\f0d7";
}
.fa-caret-up:before {
    content: "\f0d8";
}
.fa-caret-left:before {
    content: "\f0d9";
}
.fa-caret-right:before {
    content: "\f0da";
}
.fa-columns:before {
    content: "\f0db";
}
.fa-sort:before,
.fa-unsorted:before {
    content: "\f0dc";
}
.fa-sort-desc:before,
.fa-sort-down:before {
    content: "\f0dd";
}
.fa-sort-asc:before,
.fa-sort-up:before {
    content: "\f0de";
}
.fa-envelope:before {
    content: "\f0e0";
}
.fa-linkedin:before {
    content: "\f0e1";
}
.fa-rotate-left:before,
.fa-undo:before {
    content: "\f0e2";
}
.fa-gavel:before,
.fa-legal:before {
    content: "\f0e3";
}
.fa-dashboard:before,
.fa-tachometer:before {
    content: "\f0e4";
}
.fa-comment-o:before {
    content: "\f0e5";
}
.fa-comments-o:before {
    content: "\f0e6";
}
.fa-bolt:before,
.fa-flash:before {
    content: "\f0e7";
}
.fa-sitemap:before {
    content: "\f0e8";
}
.fa-umbrella:before {
    content: "\f0e9";
}
.fa-clipboard:before,
.fa-paste:before {
    content: "\f0ea";
}
.fa-lightbulb-o:before {
    content: "\f0eb";
}
.fa-exchange:before {
    content: "\f0ec";
}
.fa-cloud-download:before {
    content: "\f0ed";
}
.fa-cloud-upload:before {
    content: "\f0ee";
}
.fa-user-md:before {
    content: "\f0f0";
}
.fa-stethoscope:before {
    content: "\f0f1";
}
.fa-suitcase:before {
    content: "\f0f2";
}
.fa-bell-o:before {
    content: "\f0a2";
}
.fa-coffee:before {
    content: "\f0f4";
}
.fa-cutlery:before {
    content: "\f0f5";
}
.fa-file-text-o:before {
    content: "\f0f6";
}
.fa-building-o:before {
    content: "\f0f7";
}
.fa-hospital-o:before {
    content: "\f0f8";
}
.fa-ambulance:before {
    content: "\f0f9";
}
.fa-medkit:before {
    content: "\f0fa";
}
.fa-fighter-jet:before {
    content: "\f0fb";
}
.fa-beer:before {
    content: "\f0fc";
}
.fa-h-square:before {
    content: "\f0fd";
}
.fa-plus-square:before {
    content: "\f0fe";
}
.fa-angle-double-left:before {
    content: "\f100";
}
.fa-angle-double-right:before {
    content: "\f101";
}
.fa-angle-double-up:before {
    content: "\f102";
}
.fa-angle-double-down:before {
    content: "\f103";
}
.fa-angle-left:before {
    content: "\f104";
}
.fa-angle-right:before {
    content: "\f105";
}
.fa-angle-up:before {
    content: "\f106";
}
.fa-angle-down:before {
    content: "\f107";
}
.fa-desktop:before {
    content: "\f108";
}
.fa-laptop:before {
    content: "\f109";
}
.fa-tablet:before {
    content: "\f10a";
}
.fa-mobile-phone:before,
.fa-mobile:before {
    content: "\f10b";
}
.fa-circle-o:before {
    content: "\f10c";
}
.fa-quote-left:before {
    content: "\f10d";
}
.fa-quote-right:before {
    content: "\f10e";
}
.fa-spinner:before {
    content: "\f110";
}
.fa-circle:before {
    content: "\f111";
}
.fa-mail-reply:before,
.fa-reply:before {
    content: "\f112";
}
.fa-github-alt:before {
    content: "\f113";
}
.fa-folder-o:before {
    content: "\f114";
}
.fa-folder-open-o:before {
    content: "\f115";
}
.fa-smile-o:before {
    content: "\f118";
}
.fa-frown-o:before {
    content: "\f119";
}
.fa-meh-o:before {
    content: "\f11a";
}
.fa-gamepad:before {
    content: "\f11b";
}
.fa-keyboard-o:before {
    content: "\f11c";
}
.fa-flag-o:before {
    content: "\f11d";
}
.fa-flag-checkered:before {
    content: "\f11e";
}
.fa-terminal:before {
    content: "\f120";
}
.fa-code:before {
    content: "\f121";
}
.fa-mail-reply-all:before,
.fa-reply-all:before {
    content: "\f122";
}
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
    content: "\f123";
}
.fa-location-arrow:before {
    content: "\f124";
}
.fa-crop:before {
    content: "\f125";
}
.fa-code-fork:before {
    content: "\f126";
}
.fa-chain-broken:before,
.fa-unlink:before {
    content: "\f127";
}
.fa-question:before {
    content: "\f128";
}
.fa-info:before {
    content: "\f129";
}
.fa-exclamation:before {
    content: "\f12a";
}
.fa-superscript:before {
    content: "\f12b";
}
.fa-subscript:before {
    content: "\f12c";
}
.fa-eraser:before {
    content: "\f12d";
}
.fa-puzzle-piece:before {
    content: "\f12e";
}
.fa-microphone:before {
    content: "\f130";
}
.fa-microphone-slash:before {
    content: "\f131";
}
.fa-shield:before {
    content: "\f132";
}
.fa-calendar-o:before {
    content: "\f133";
}
.fa-fire-extinguisher:before {
    content: "\f134";
}
.fa-rocket:before {
    content: "\f135";
}
.fa-maxcdn:before {
    content: "\f136";
}
.fa-chevron-circle-left:before {
    content: "\f137";
}
.fa-chevron-circle-right:before {
    content: "\f138";
}
.fa-chevron-circle-up:before {
    content: "\f139";
}
.fa-chevron-circle-down:before {
    content: "\f13a";
}
.fa-html5:before {
    content: "\f13b";
}
.fa-css3:before {
    content: "\f13c";
}
.fa-anchor:before {
    content: "\f13d";
}
.fa-unlock-alt:before {
    content: "\f13e";
}
.fa-bullseye:before {
    content: "\f140";
}
.fa-ellipsis-h:before {
    content: "\f141";
}
.fa-ellipsis-v:before {
    content: "\f142";
}
.fa-rss-square:before {
    content: "\f143";
}
.fa-play-circle:before {
    content: "\f144";
}
.fa-ticket:before {
    content: "\f145";
}
.fa-minus-square:before {
    content: "\f146";
}
.fa-minus-square-o:before {
    content: "\f147";
}
.fa-level-up:before {
    content: "\f148";
}
.fa-level-down:before {
    content: "\f149";
}
.fa-check-square:before {
    content: "\f14a";
}
.fa-pencil-square:before {
    content: "\f14b";
}
.fa-external-link-square:before {
    content: "\f14c";
}
.fa-share-square:before {
    content: "\f14d";
}
.fa-compass:before {
    content: "\f14e";
}
.fa-caret-square-o-down:before,
.fa-toggle-down:before {
    content: "\f150";
}
.fa-caret-square-o-up:before,
.fa-toggle-up:before {
    content: "\f151";
}
.fa-caret-square-o-right:before,
.fa-toggle-right:before {
    content: "\f152";
}
.fa-eur:before,
.fa-euro:before {
    content: "\f153";
}
.fa-gbp:before {
    content: "\f154";
}
.fa-dollar:before,
.fa-usd:before {
    content: "\f155";
}
.fa-inr:before,
.fa-rupee:before {
    content: "\f156";
}
.fa-cny:before,
.fa-jpy:before,
.fa-rmb:before,
.fa-yen:before {
    content: "\f157";
}
.fa-rouble:before,
.fa-rub:before,
.fa-ruble:before {
    content: "\f158";
}
.fa-krw:before,
.fa-won:before {
    content: "\f159";
}
.fa-bitcoin:before,
.fa-btc:before {
    content: "\f15a";
}
.fa-file:before {
    content: "\f15b";
}
.fa-file-text:before {
    content: "\f15c";
}
.fa-sort-alpha-asc:before {
    content: "\f15d";
}
.fa-sort-alpha-desc:before {
    content: "\f15e";
}
.fa-sort-amount-asc:before {
    content: "\f160";
}
.fa-sort-amount-desc:before {
    content: "\f161";
}
.fa-sort-numeric-asc:before {
    content: "\f162";
}
.fa-sort-numeric-desc:before {
    content: "\f163";
}
.fa-thumbs-up:before {
    content: "\f164";
}
.fa-thumbs-down:before {
    content: "\f165";
}
.fa-youtube-square:before {
    content: "\f166";
}
.fa-youtube:before {
    content: "\f167";
}
.fa-xing:before {
    content: "\f168";
}
.fa-xing-square:before {
    content: "\f169";
}
.fa-youtube-play:before {
    content: "\f16a";
}
.fa-dropbox:before {
    content: "\f16b";
}
.fa-stack-overflow:before {
    content: "\f16c";
}
.fa-instagram:before {
    content: "\f16d";
}
.fa-flickr:before {
    content: "\f16e";
}
.fa-adn:before {
    content: "\f170";
}
.fa-bitbucket:before {
    content: "\f171";
}
.fa-bitbucket-square:before {
    content: "\f172";
}
.fa-tumblr:before {
    content: "\f173";
}
.fa-tumblr-square:before {
    content: "\f174";
}
.fa-long-arrow-down:before {
    content: "\f175";
}
.fa-long-arrow-up:before {
    content: "\f176";
}
.fa-long-arrow-left:before {
    content: "\f177";
}
.fa-long-arrow-right:before {
    content: "\f178";
}
.fa-apple:before {
    content: "\f179";
}
.fa-windows:before {
    content: "\f17a";
}
.fa-android:before {
    content: "\f17b";
}
.fa-linux:before {
    content: "\f17c";
}
.fa-dribbble:before {
    content: "\f17d";
}
.fa-skype:before {
    content: "\f17e";
}
.fa-foursquare:before {
    content: "\f180";
}
.fa-trello:before {
    content: "\f181";
}
.fa-female:before {
    content: "\f182";
}
.fa-male:before {
    content: "\f183";
}
.fa-gittip:before,
.fa-gratipay:before {
    content: "\f184";
}
.fa-sun-o:before {
    content: "\f185";
}
.fa-moon-o:before {
    content: "\f186";
}
.fa-archive:before {
    content: "\f187";
}
.fa-bug:before {
    content: "\f188";
}
.fa-vk:before {
    content: "\f189";
}
.fa-weibo:before {
    content: "\f18a";
}
.fa-renren:before {
    content: "\f18b";
}
.fa-pagelines:before {
    content: "\f18c";
}
.fa-stack-exchange:before {
    content: "\f18d";
}
.fa-arrow-circle-o-right:before {
    content: "\f18e";
}
.fa-arrow-circle-o-left:before {
    content: "\f190";
}
.fa-caret-square-o-left:before,
.fa-toggle-left:before {
    content: "\f191";
}
.fa-dot-circle-o:before {
    content: "\f192";
}
.fa-wheelchair:before {
    content: "\f193";
}
.fa-vimeo-square:before {
    content: "\f194";
}
.fa-try:before,
.fa-turkish-lira:before {
    content: "\f195";
}
.fa-plus-square-o:before {
    content: "\f196";
}
.fa-space-shuttle:before {
    content: "\f197";
}
.fa-slack:before {
    content: "\f198";
}
.fa-envelope-square:before {
    content: "\f199";
}
.fa-wordpress:before {
    content: "\f19a";
}
.fa-openid:before {
    content: "\f19b";
}
.fa-bank:before,
.fa-institution:before,
.fa-university:before {
    content: "\f19c";
}
.fa-graduation-cap:before,
.fa-mortar-board:before {
    content: "\f19d";
}
.fa-yahoo:before {
    content: "\f19e";
}
.fa-google:before {
    content: "\f1a0";
}
.fa-reddit:before {
    content: "\f1a1";
}
.fa-reddit-square:before {
    content: "\f1a2";
}
.fa-stumbleupon-circle:before {
    content: "\f1a3";
}
.fa-stumbleupon:before {
    content: "\f1a4";
}
.fa-delicious:before {
    content: "\f1a5";
}
.fa-digg:before {
    content: "\f1a6";
}
.fa-pied-piper-pp:before {
    content: "\f1a7";
}
.fa-pied-piper-alt:before {
    content: "\f1a8";
}
.fa-drupal:before {
    content: "\f1a9";
}
.fa-joomla:before {
    content: "\f1aa";
}
.fa-language:before {
    content: "\f1ab";
}
.fa-fax:before {
    content: "\f1ac";
}
.fa-building:before {
    content: "\f1ad";
}
.fa-child:before {
    content: "\f1ae";
}
.fa-paw:before {
    content: "\f1b0";
}
.fa-spoon:before {
    content: "\f1b1";
}
.fa-cube:before {
    content: "\f1b2";
}
.fa-cubes:before {
    content: "\f1b3";
}
.fa-behance:before {
    content: "\f1b4";
}
.fa-behance-square:before {
    content: "\f1b5";
}
.fa-steam:before {
    content: "\f1b6";
}
.fa-steam-square:before {
    content: "\f1b7";
}
.fa-recycle:before {
    content: "\f1b8";
}
.fa-automobile:before,
.fa-car:before {
    content: "\f1b9";
}
.fa-cab:before,
.fa-taxi:before {
    content: "\f1ba";
}
.fa-tree:before {
    content: "\f1bb";
}
.fa-spotify:before {
    content: "\f1bc";
}
.fa-deviantart:before {
    content: "\f1bd";
}
.fa-soundcloud:before {
    content: "\f1be";
}
.fa-database:before {
    content: "\f1c0";
}
.fa-file-pdf-o:before {
    content: "\f1c1";
}
.fa-file-word-o:before {
    content: "\f1c2";
}
.fa-file-excel-o:before {
    content: "\f1c3";
}
.fa-file-powerpoint-o:before {
    content: "\f1c4";
}
.fa-file-image-o:before,
.fa-file-photo-o:before,
.fa-file-picture-o:before {
    content: "\f1c5";
}
.fa-file-archive-o:before,
.fa-file-zip-o:before {
    content: "\f1c6";
}
.fa-file-audio-o:before,
.fa-file-sound-o:before {
    content: "\f1c7";
}
.fa-file-movie-o:before,
.fa-file-video-o:before {
    content: "\f1c8";
}
.fa-file-code-o:before {
    content: "\f1c9";
}
.fa-vine:before {
    content: "\f1ca";
}
.fa-codepen:before {
    content: "\f1cb";
}
.fa-jsfiddle:before {
    content: "\f1cc";
}
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-ring:before,
.fa-life-saver:before,
.fa-support:before {
    content: "\f1cd";
}
.fa-circle-o-notch:before {
    content: "\f1ce";
}
.fa-ra:before,
.fa-rebel:before,
.fa-resistance:before {
    content: "\f1d0";
}
.fa-empire:before,
.fa-ge:before {
    content: "\f1d1";
}
.fa-git-square:before {
    content: "\f1d2";
}
.fa-git:before {
    content: "\f1d3";
}
.fa-hacker-news:before,
.fa-y-combinator-square:before,
.fa-yc-square:before {
    content: "\f1d4";
}
.fa-tencent-weibo:before {
    content: "\f1d5";
}
.fa-qq:before {
    content: "\f1d6";
}
.fa-wechat:before,
.fa-weixin:before {
    content: "\f1d7";
}
.fa-paper-plane:before,
.fa-send:before {
    content: "\f1d8";
}
.fa-paper-plane-o:before,
.fa-send-o:before {
    content: "\f1d9";
}
.fa-history:before {
    content: "\f1da";
}
.fa-circle-thin:before {
    content: "\f1db";
}
.fa-header:before {
    content: "\f1dc";
}
.fa-paragraph:before {
    content: "\f1dd";
}
.fa-sliders:before {
    content: "\f1de";
}
.fa-share-alt:before {
    content: "\f1e0";
}
.fa-share-alt-square:before {
    content: "\f1e1";
}
.fa-bomb:before {
    content: "\f1e2";
}
.fa-futbol-o:before,
.fa-soccer-ball-o:before {
    content: "\f1e3";
}
.fa-tty:before {
    content: "\f1e4";
}
.fa-binoculars:before {
    content: "\f1e5";
}
.fa-plug:before {
    content: "\f1e6";
}
.fa-slideshare:before {
    content: "\f1e7";
}
.fa-twitch:before {
    content: "\f1e8";
}
.fa-yelp:before {
    content: "\f1e9";
}
.fa-newspaper-o:before {
    content: "\f1ea";
}
.fa-wifi:before {
    content: "\f1eb";
}
.fa-calculator:before {
    content: "\f1ec";
}
.fa-paypal:before {
    content: "\f1ed";
}
.fa-google-wallet:before {
    content: "\f1ee";
}
.fa-cc-visa:before {
    content: "\f1f0";
}
.fa-cc-mastercard:before {
    content: "\f1f1";
}
.fa-cc-discover:before {
    content: "\f1f2";
}
.fa-cc-amex:before {
    content: "\f1f3";
}
.fa-cc-paypal:before {
    content: "\f1f4";
}
.fa-cc-stripe:before {
    content: "\f1f5";
}
.fa-bell-slash:before {
    content: "\f1f6";
}
.fa-bell-slash-o:before {
    content: "\f1f7";
}
.fa-trash:before {
    content: "\f1f8";
}
.fa-copyright:before {
    content: "\f1f9";
}
.fa-at:before {
    content: "\f1fa";
}
.fa-eyedropper:before {
    content: "\f1fb";
}
.fa-paint-brush:before {
    content: "\f1fc";
}
.fa-birthday-cake:before {
    content: "\f1fd";
}
.fa-area-chart:before {
    content: "\f1fe";
}
.fa-pie-chart:before {
    content: "\f200";
}
.fa-line-chart:before {
    content: "\f201";
}
.fa-lastfm:before {
    content: "\f202";
}
.fa-lastfm-square:before {
    content: "\f203";
}
.fa-toggle-off:before {
    content: "\f204";
}
.fa-toggle-on:before {
    content: "\f205";
}
.fa-bicycle:before {
    content: "\f206";
}
.fa-bus:before {
    content: "\f207";
}
.fa-ioxhost:before {
    content: "\f208";
}
.fa-angellist:before {
    content: "\f209";
}
.fa-cc:before {
    content: "\f20a";
}
.fa-ils:before,
.fa-shekel:before,
.fa-sheqel:before {
    content: "\f20b";
}
.fa-meanpath:before {
    content: "\f20c";
}
.fa-buysellads:before {
    content: "\f20d";
}
.fa-connectdevelop:before {
    content: "\f20e";
}
.fa-dashcube:before {
    content: "\f210";
}
.fa-forumbee:before {
    content: "\f211";
}
.fa-leanpub:before {
    content: "\f212";
}
.fa-sellsy:before {
    content: "\f213";
}
.fa-shirtsinbulk:before {
    content: "\f214";
}
.fa-simplybuilt:before {
    content: "\f215";
}
.fa-skyatlas:before {
    content: "\f216";
}
.fa-cart-plus:before {
    content: "\f217";
}
.fa-cart-arrow-down:before {
    content: "\f218";
}
.fa-diamond:before {
    content: "\f219";
}
.fa-ship:before {
    content: "\f21a";
}
.fa-user-secret:before {
    content: "\f21b";
}
.fa-motorcycle:before {
    content: "\f21c";
}
.fa-street-view:before {
    content: "\f21d";
}
.fa-heartbeat:before {
    content: "\f21e";
}
.fa-venus:before {
    content: "\f221";
}
.fa-mars:before {
    content: "\f222";
}
.fa-mercury:before {
    content: "\f223";
}
.fa-intersex:before,
.fa-transgender:before {
    content: "\f224";
}
.fa-transgender-alt:before {
    content: "\f225";
}
.fa-venus-double:before {
    content: "\f226";
}
.fa-mars-double:before {
    content: "\f227";
}
.fa-venus-mars:before {
    content: "\f228";
}
.fa-mars-stroke:before {
    content: "\f229";
}
.fa-mars-stroke-v:before {
    content: "\f22a";
}
.fa-mars-stroke-h:before {
    content: "\f22b";
}
.fa-neuter:before {
    content: "\f22c";
}
.fa-genderless:before {
    content: "\f22d";
}
.fa-facebook-official:before {
    content: "\f230";
}
.fa-pinterest-p:before {
    content: "\f231";
}
.fa-whatsapp:before {
    content: "\f232";
}
.fa-server:before {
    content: "\f233";
}
.fa-user-plus:before {
    content: "\f234";
}
.fa-user-times:before {
    content: "\f235";
}
.fa-bed:before,
.fa-hotel:before {
    content: "\f236";
}
.fa-viacoin:before {
    content: "\f237";
}
.fa-train:before {
    content: "\f238";
}
.fa-subway:before {
    content: "\f239";
}
.fa-medium:before {
    content: "\f23a";
}
.fa-y-combinator:before,
.fa-yc:before {
    content: "\f23b";
}
.fa-optin-monster:before {
    content: "\f23c";
}
.fa-opencart:before {
    content: "\f23d";
}
.fa-expeditedssl:before {
    content: "\f23e";
}
.fa-battery-4:before,
.fa-battery-full:before,
.fa-battery:before {
    content: "\f240";
}
.fa-battery-3:before,
.fa-battery-three-quarters:before {
    content: "\f241";
}
.fa-battery-2:before,
.fa-battery-half:before {
    content: "\f242";
}
.fa-battery-1:before,
.fa-battery-quarter:before {
    content: "\f243";
}
.fa-battery-0:before,
.fa-battery-empty:before {
    content: "\f244";
}
.fa-mouse-pointer:before {
    content: "\f245";
}
.fa-i-cursor:before {
    content: "\f246";
}
.fa-object-group:before {
    content: "\f247";
}
.fa-object-ungroup:before {
    content: "\f248";
}
.fa-sticky-note:before {
    content: "\f249";
}
.fa-sticky-note-o:before {
    content: "\f24a";
}
.fa-cc-jcb:before {
    content: "\f24b";
}
.fa-cc-diners-club:before {
    content: "\f24c";
}
.fa-clone:before {
    content: "\f24d";
}
.fa-balance-scale:before {
    content: "\f24e";
}
.fa-hourglass-o:before {
    content: "\f250";
}
.fa-hourglass-1:before,
.fa-hourglass-start:before {
    content: "\f251";
}
.fa-hourglass-2:before,
.fa-hourglass-half:before {
    content: "\f252";
}
.fa-hourglass-3:before,
.fa-hourglass-end:before {
    content: "\f253";
}
.fa-hourglass:before {
    content: "\f254";
}
.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
    content: "\f255";
}
.fa-hand-paper-o:before,
.fa-hand-stop-o:before {
    content: "\f256";
}
.fa-hand-scissors-o:before {
    content: "\f257";
}
.fa-hand-lizard-o:before {
    content: "\f258";
}
.fa-hand-spock-o:before {
    content: "\f259";
}
.fa-hand-pointer-o:before {
    content: "\f25a";
}
.fa-hand-peace-o:before {
    content: "\f25b";
}
.fa-trademark:before {
    content: "\f25c";
}
.fa-registered:before {
    content: "\f25d";
}
.fa-creative-commons:before {
    content: "\f25e";
}
.fa-gg:before {
    content: "\f260";
}
.fa-gg-circle:before {
    content: "\f261";
}
.fa-tripadvisor:before {
    content: "\f262";
}
.fa-odnoklassniki:before {
    content: "\f263";
}
.fa-odnoklassniki-square:before {
    content: "\f264";
}
.fa-get-pocket:before {
    content: "\f265";
}
.fa-wikipedia-w:before {
    content: "\f266";
}
.fa-safari:before {
    content: "\f267";
}
.fa-chrome:before {
    content: "\f268";
}
.fa-firefox:before {
    content: "\f269";
}
.fa-opera:before {
    content: "\f26a";
}
.fa-internet-explorer:before {
    content: "\f26b";
}
.fa-television:before,
.fa-tv:before {
    content: "\f26c";
}
.fa-contao:before {
    content: "\f26d";
}
.fa-500px:before {
    content: "\f26e";
}
.fa-amazon:before {
    content: "\f270";
}
.fa-calendar-plus-o:before {
    content: "\f271";
}
.fa-calendar-minus-o:before {
    content: "\f272";
}
.fa-calendar-times-o:before {
    content: "\f273";
}
.fa-calendar-check-o:before {
    content: "\f274";
}
.fa-industry:before {
    content: "\f275";
}
.fa-map-pin:before {
    content: "\f276";
}
.fa-map-signs:before {
    content: "\f277";
}
.fa-map-o:before {
    content: "\f278";
}
.fa-map:before {
    content: "\f279";
}
.fa-commenting:before {
    content: "\f27a";
}
.fa-commenting-o:before {
    content: "\f27b";
}
.fa-houzz:before {
    content: "\f27c";
}
.fa-vimeo:before {
    content: "\f27d";
}
.fa-black-tie:before {
    content: "\f27e";
}
.fa-fonticons:before {
    content: "\f280";
}
.fa-reddit-alien:before {
    content: "\f281";
}
.fa-edge:before {
    content: "\f282";
}
.fa-credit-card-alt:before {
    content: "\f283";
}
.fa-codiepie:before {
    content: "\f284";
}
.fa-modx:before {
    content: "\f285";
}
.fa-fort-awesome:before {
    content: "\f286";
}
.fa-usb:before {
    content: "\f287";
}
.fa-product-hunt:before {
    content: "\f288";
}
.fa-mixcloud:before {
    content: "\f289";
}
.fa-scribd:before {
    content: "\f28a";
}
.fa-pause-circle:before {
    content: "\f28b";
}
.fa-pause-circle-o:before {
    content: "\f28c";
}
.fa-stop-circle:before {
    content: "\f28d";
}
.fa-stop-circle-o:before {
    content: "\f28e";
}
.fa-shopping-bag:before {
    content: "\f290";
}
.fa-shopping-basket:before {
    content: "\f291";
}
.fa-hashtag:before {
    content: "\f292";
}
.fa-bluetooth:before {
    content: "\f293";
}
.fa-bluetooth-b:before {
    content: "\f294";
}
.fa-percent:before {
    content: "\f295";
}
.fa-gitlab:before {
    content: "\f296";
}
.fa-wpbeginner:before {
    content: "\f297";
}
.fa-wpforms:before {
    content: "\f298";
}
.fa-envira:before {
    content: "\f299";
}
.fa-universal-access:before {
    content: "\f29a";
}
.fa-wheelchair-alt:before {
    content: "\f29b";
}
.fa-question-circle-o:before {
    content: "\f29c";
}
.fa-blind:before {
    content: "\f29d";
}
.fa-audio-description:before {
    content: "\f29e";
}
.fa-volume-control-phone:before {
    content: "\f2a0";
}
.fa-braille:before {
    content: "\f2a1";
}
.fa-assistive-listening-systems:before {
    content: "\f2a2";
}
.fa-american-sign-language-interpreting:before,
.fa-asl-interpreting:before {
    content: "\f2a3";
}
.fa-deaf:before,
.fa-deafness:before,
.fa-hard-of-hearing:before {
    content: "\f2a4";
}
.fa-glide:before {
    content: "\f2a5";
}
.fa-glide-g:before {
    content: "\f2a6";
}
.fa-sign-language:before,
.fa-signing:before {
    content: "\f2a7";
}
.fa-low-vision:before {
    content: "\f2a8";
}
.fa-viadeo:before {
    content: "\f2a9";
}
.fa-viadeo-square:before {
    content: "\f2aa";
}
.fa-snapchat:before {
    content: "\f2ab";
}
.fa-snapchat-ghost:before {
    content: "\f2ac";
}
.fa-snapchat-square:before {
    content: "\f2ad";
}
.fa-pied-piper:before {
    content: "\f2ae";
}
.fa-first-order:before {
    content: "\f2b0";
}
.fa-yoast:before {
    content: "\f2b1";
}
.fa-themeisle:before {
    content: "\f2b2";
}
.fa-google-plus-circle:before,
.fa-google-plus-official:before {
    content: "\f2b3";
}
.fa-fa:before,
.fa-font-awesome:before {
    content: "\f2b4";
}
.fa-handshake-o:before {
    content: "\f2b5";
}
.fa-envelope-open:before {
    content: "\f2b6";
}
.fa-envelope-open-o:before {
    content: "\f2b7";
}
.fa-linode:before {
    content: "\f2b8";
}
.fa-address-book:before {
    content: "\f2b9";
}
.fa-address-book-o:before {
    content: "\f2ba";
}
.fa-address-card:before,
.fa-vcard:before {
    content: "\f2bb";
}
.fa-address-card-o:before,
.fa-vcard-o:before {
    content: "\f2bc";
}
.fa-user-circle:before {
    content: "\f2bd";
}
.fa-user-circle-o:before {
    content: "\f2be";
}
.fa-user-o:before {
    content: "\f2c0";
}
.fa-id-badge:before {
    content: "\f2c1";
}
.fa-drivers-license:before,
.fa-id-card:before {
    content: "\f2c2";
}
.fa-drivers-license-o:before,
.fa-id-card-o:before {
    content: "\f2c3";
}
.fa-quora:before {
    content: "\f2c4";
}
.fa-free-code-camp:before {
    content: "\f2c5";
}
.fa-telegram:before {
    content: "\f2c6";
}
.fa-thermometer-4:before,
.fa-thermometer-full:before,
.fa-thermometer:before {
    content: "\f2c7";
}
.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
    content: "\f2c8";
}
.fa-thermometer-2:before,
.fa-thermometer-half:before {
    content: "\f2c9";
}
.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
    content: "\f2ca";
}
.fa-thermometer-0:before,
.fa-thermometer-empty:before {
    content: "\f2cb";
}
.fa-shower:before {
    content: "\f2cc";
}
.fa-bath:before,
.fa-bathtub:before,
.fa-s15:before {
    content: "\f2cd";
}
.fa-podcast:before {
    content: "\f2ce";
}
.fa-window-maximize:before {
    content: "\f2d0";
}
.fa-window-minimize:before {
    content: "\f2d1";
}
.fa-window-restore:before {
    content: "\f2d2";
}
.fa-times-rectangle:before,
.fa-window-close:before {
    content: "\f2d3";
}
.fa-times-rectangle-o:before,
.fa-window-close-o:before {
    content: "\f2d4";
}
.fa-bandcamp:before {
    content: "\f2d5";
}
.fa-grav:before {
    content: "\f2d6";
}
.fa-etsy:before {
    content: "\f2d7";
}
.fa-imdb:before {
    content: "\f2d8";
}
.fa-ravelry:before {
    content: "\f2d9";
}
.fa-eercast:before {
    content: "\f2da";
}
.fa-microchip:before {
    content: "\f2db";
}
.fa-snowflake-o:before {
    content: "\f2dc";
}
.fa-superpowers:before {
    content: "\f2dd";
}
.fa-wpexplorer:before {
    content: "\f2de";
}
.fa-meetup:before {
    content: "\f2e0";
}
.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto;
}
.mfp-bg,
.mfp-wrap {
    position: fixed;
    top: 0;
    left: 0;
}
.mfp-bg {
    width: 100%;
    height: 100%;
    z-index: 99998;
    overflow: hidden;
    background: #0b0b0b;
    opacity: 0.9;
    filter: alpha(opacity=90);
}
.mfp-wrap {
    width: 100%;
    height: 100%;
    z-index: 99999;
    outline: 0 !important;
    -webkit-backface-visibility: hidden;
}
.mfp-container {
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    padding: 0 8px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.mfp-container:before {
    height: 100%;
    vertical-align: middle;
}
.mfp-align-top .mfp-container:before {
    display: none;
}
.mfp-content {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 auto;
    text-align: left;
    z-index: 1045;
}
.mfp-close,
.mfp-preloader,
.vlog-cat,
.vlog-count {
    text-align: center;
}
.mfp-ajax-holder .mfp-content,
.mfp-inline-holder .mfp-content {
    width: 100%;
    cursor: auto;
}
.mfp-ajax-cur {
    cursor: progress;
}
.mfp-zoom {
    cursor: pointer;
    cursor: -webkit-zoom-in;
    cursor: -moz-zoom-in;
    cursor: zoom-in;
}
.mfp-auto-cursor .mfp-content {
    cursor: auto;
}
.mfp-arrow,
.mfp-close,
.mfp-counter,
.mfp-preloader {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}
.mfp-loading.mfp-figure {
    display: none;
}
.mfp-hide {
    display: none !important;
}
.mfp-preloader {
    color: #ccc;
    position: absolute;
    top: 50%;
    width: auto;
    margin-top: -0.8em;
    left: 8px;
    right: 8px;
    z-index: 1044;
}
.mfp-preloader a {
    color: #ccc;
}
.mfp-close,
.mfp-preloader a:hover {
    color: #fff;
}
.mfp-s-error .mfp-content,
.mfp-s-ready .mfp-preloader {
    display: none;
}
button.mfp-arrow,
button.mfp-close {
    overflow: visible;
    cursor: pointer;
    background: 0 0;
    border: 0;
    -webkit-appearance: none;
    display: block;
    outline: 0;
    padding: 0;
    z-index: 1046;
    -webkit-box-shadow: none;
    box-shadow: none;
}
button::-moz-focus-inner {
    padding: 0;
    border: 0;
}
.mfp-close {
    width: 44px;
    height: 44px;
    line-height: 44px;
    position: absolute;
    text-decoration: none;
    filter: alpha(opacity=65);
    padding: 0 0 18px 10px;
    font-style: normal;
    font-family: Arial, Baskerville, monospace;
}
.mfp-close:focus,
.mfp-close:hover {
    opacity: 1;
    filter: alpha(opacity=100);
}
.mfp-close-btn-in .mfp-close {
    color: #333;
}
.mfp-iframe-holder .mfp-close,
.mfp-image-holder .mfp-close {
    color: #fff;
    right: -6px;
    text-align: right;
    padding-right: 6px;
    width: 100%;
}
.mfp-counter {
    position: absolute;
    color: #ccc;
    font-size: 12px;
    line-height: 18px;
}
.mfp-arrow {
    position: absolute;
    opacity: 0.65;
    filter: alpha(opacity=65);
    margin: -55px 0 0;
    top: 50%;
    padding: 0;
    width: 90px;
    height: 110px;
}
.mfp-arrow:active {
    margin-top: -54px;
}
.mfp-arrow:focus,
.mfp-arrow:hover {
    opacity: 1;
    filter: alpha(opacity=100);
}
.mfp-arrow .mfp-a,
.mfp-arrow .mfp-b,
.mfp-arrow:after,
.mfp-arrow:before {
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: inset transparent;
}
.vlog-author .avatar,
.vlog-count,
.vlog-rounded-photo {
    border-radius: 50%;
}
.mfp-arrow .mfp-a,
.mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px;
}
.mfp-arrow .mfp-b,
.mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7;
}
.mfp-arrow-left {
    left: 0;
}
.mfp-arrow-left .mfp-a,
.mfp-arrow-left:after {
    border-right: 17px solid #fff;
    margin-left: 31px;
}
.mfp-arrow-left .mfp-b,
.mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3f3f3f;
}
.mfp-arrow-right {
    right: 0;
}
.mfp-arrow-right .mfp-a,
.mfp-arrow-right:after {
    border-left: 17px solid #fff;
    margin-left: 39px;
}
.mfp-arrow-right .mfp-b,
.mfp-arrow-right:before {
    border-left: 27px solid #3f3f3f;
}
.mfp-iframe-holder {
    padding-top: 40px;
    padding-bottom: 40px;
}
.mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px;
}
.mfp-image-holder .mfp-content,
img.mfp-img {
    max-width: 100%;
}
.mfp-iframe-holder .mfp-close {
    top: -40px;
}
.mfp-iframe-scaler {
    width: 100%;
    height: 0;
    padding-top: 56.25%;
}
.mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000;
}
img.mfp-img {
    width: auto;
    height: auto;
    display: block;
    line-height: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 40px 0;
    margin: 0 auto;
}
.mfp-figure {
    line-height: 0;
}
.mfp-figure:after {
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444;
}
.mfp-figure small {
    color: #bdbdbd;
    display: block;
    font-size: 12px;
    line-height: 14px;
}
.mfp-figure figure {
    margin: 0;
}
.mfp-bottom-bar {
    margin-top: -36px;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    cursor: auto;
}
.mfp-title {
    text-align: left;
    word-wrap: break-word;
    padding-right: 36px;
}
.mfp-gallery .mfp-image-holder .mfp-figure {
    cursor: pointer;
}
@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
    .mfp-img-mobile .mfp-image-holder {
        padding-left: 0;
        padding-right: 0;
    }
    .mfp-img-mobile img.mfp-img {
        padding: 0;
    }
    .mfp-img-mobile .mfp-figure:after {
        top: 0;
        bottom: 0;
    }
    .mfp-img-mobile .mfp-figure small {
        display: inline;
        margin-left: 5px;
    }
    .mfp-img-mobile .mfp-bottom-bar {
        background: rgba(0, 0, 0, 0.6);
        bottom: 0;
        margin: 0;
        top: auto;
        padding: 3px 5px;
        position: fixed;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
    .mfp-img-mobile .mfp-bottom-bar:empty {
        padding: 0;
    }
    .mfp-img-mobile .mfp-counter {
        right: 5px;
        top: 3px;
    }
    .mfp-img-mobile .mfp-close {
        top: 0;
        right: 0;
        width: 35px;
        height: 35px;
        line-height: 35px;
        background: rgba(0, 0, 0, 0.6);
        position: fixed;
        text-align: center;
        padding: 0;
    }
}
@media all and (max-width: 900px) {
    .mfp-arrow {
        -webkit-transform: scale(0.75);
        transform: scale(0.75);
    }
    .mfp-arrow-left {
        -webkit-transform-origin: 0;
        transform-origin: 0;
    }
    .mfp-arrow-right {
        -webkit-transform-origin: 100%;
        transform-origin: 100%;
    }
    .mfp-container {
        padding-left: 6px;
        padding-right: 6px;
    }
}
.mfp-ie7 .mfp-img {
    padding: 0;
}
.mfp-ie7 .mfp-bottom-bar {
    width: 600px;
    left: 50%;
    margin-left: -300px;
    margin-top: 5px;
    padding-bottom: 5px;
}
.mfp-ie7 .mfp-container {
    padding: 0;
}
.mfp-ie7 .mfp-content {
    padding-top: 44px;
}
.mfp-ie7 .mfp-close {
    top: 0;
    right: 0;
    padding-top: 0;
}
.owl-carousel .animated {
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
    z-index: 0;
}
.owl-carousel .owl-animated-out {
    z-index: 1;
}
.owl-height {
    -webkit-transition: height 0.5s ease-in-out;
    -moz-transition: height 0.5s ease-in-out;
    -ms-transition: height 0.5s ease-in-out;
    -o-transition: height 0.5s ease-in-out;
    transition: height 0.5s ease-in-out;
}
.owl-carousel {
    display: none;
    width: 100%;
    position: relative;
    z-index: 1;
}
.owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
}
.owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}
.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0, 0, 0);
}
.owl-carousel .owl-controls .owl-dot,
.owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel .owl-controls .owl-nav .owl-prev {
    cursor: pointer;
    cursor: hand;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.owl-carousel.owl-loaded {
    display: block;
}
.owl-carousel.owl-loading {
    opacity: 0;
    display: block;
}
.owl-carousel.owl-hidden {
    opacity: 0;
}
.owl-carousel .owl-refresh .owl-item {
    display: none;
}
.owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.owl-carousel .owl-item img {
    display: block;
    width: 100%;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}
.owl-carousel.owl-text-select-on .owl-item {
    -webkit-user-select: auto;
    -moz-user-select: auto;
    -ms-user-select: auto;
    user-select: auto;
}
.owl-carousel .owl-grab {
    cursor: move;
    cursor: -webkit-grab;
    cursor: -o-grab;
    cursor: -ms-grab;
    cursor: grab;
}
.owl-carousel.owl-rtl {
    direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
    float: right;
}
.no-js .owl-carousel {
    display: block;
}
.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    -webkit-transition: opacity 0.4s ease;
    -moz-transition: opacity 0.4s ease;
    -ms-transition: opacity 0.4s ease;
    -o-transition: opacity 0.4s ease;
    transition: opacity 0.4s ease;
}
.owl-carousel .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000;
}
.owl-carousel .owl-video-play-icon {
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    background: url(owl.video.play.png) no-repeat;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    -webkit-transition: scale 0.1s ease;
    -moz-transition: scale 0.1s ease;
    -ms-transition: scale 0.1s ease;
    -o-transition: scale 0.1s ease;
    transition: scale 0.1s ease;
}
.owl-carousel .owl-video-play-icon:hover {
    -webkit-transition: scale(1.3, 1.3);
    -moz-transition: scale(1.3, 1.3);
    -ms-transition: scale(1.3, 1.3);
    -o-transition: scale(1.3, 1.3);
    transition: scale(1.3, 1.3);
}
.owl-carousel .owl-video-playing .owl-video-play-icon,
.owl-carousel .owl-video-playing .owl-video-tn {
    display: none;
}
.owl-carousel .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
    -webkit-transition: opacity 0.4s ease;
    -moz-transition: opacity 0.4s ease;
    -ms-transition: opacity 0.4s ease;
    -o-transition: opacity 0.4s ease;
    transition: opacity 0.4s ease;
}
.owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1;
}
@font-face {
    font-family: font-vlog;
    src: url(../fonts/font-vlog.eot);
    src: url(../fonts/font-vlog.eot?#iefix) format("embedded-opentype"), url(../fonts/font-vlog.woff) format("woff"), url(../fonts/font-vlog.ttf) format("truetype"), url(../fonts/font-vlog.svg#font-vlog) format("svg");
    font-weight: 400;
    font-style: normal;
}
[data-icon]:before {
    font-family: FontVlog !important;
    content: attr(data-icon);
    font-style: normal !important;
    font-weight: 400 !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.action-item.comments:before,
.bypostauthor > .comment-body .fn:before,
.vlog-soc-menu a[href*="patreon.com"]::before,
.vlog-soc-menu a[href*="tiktok."]::before,
[class*=" fv-"]:before,
[class^="fv-"]:before {
    font-family: font-vlog !important;
    font-style: normal !important;
    font-weight: 400 !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.bypostauthor > .comment-body .fn:before,
.fv-author:before {
    content: "\61";
}
.action-item.comments:before,
.fv-comment:before {
    content: "\62";
}
.fv-fullscreen:before {
    content: "\64";
}
.fv-search:before {
    content: "\66";
}
.fv-social:before {
    content: "\67";
}
.fv-watch-later:before {
    content: "\6a";
}
.fv-close:before {
    content: "\6b";
}
.fv-added:before {
    content: "\6c";
}
.fv-listen-added:before {
    content: "\6d";
}
.fv-listen-later:before {
    content: "\6e";
}
.fv-listen-close:before {
    content: "\6d";
}
.fv-cart:before {
    content: "\6f";
}
.fv-subscribe:before {
    content: "\70";
}
.fv-patreon:before,
.vlog-soc-menu a[href*="patreon.com"]::before {
    content: "\71";
}
.fv-tiktok:before,
.vlog-soc-menu a[href*="tiktok."]::before {
    content: "\e900";
}
html {
    font-size: 62.5%;
    text-rendering: optimizeLegibility;
}
body,
html {
    height: 100%;
    -webkit-font-smoothing: antialiased;
}
.vlog-body-box {
    max-width: 1260px;
    margin: 0 auto;
}
.vlog-content {
    width: 768px;
    float: left;
}
.vlog-no-sid .vlog-content {
    width: 100%;
}
.vlog-sidebar {
    width: 300px;
    float: left;
    position: relative;
    min-height: 1px;
}
.vlog-sidebar-left {
    margin-right: 36px;
}
.vlog-sidebar-right {
    margin-left: 10px;
}
.vlog-section,
.vlog-site-content {
    clear: both;
}
.vlog-site-content {
    min-height: 30vh;
    height: auto !important;
    height: 100%;
}
.vlog-module article {
    padding-left: 18px;
    padding-right: 18px;
    float: left;
    margin-bottom: 36px;
    max-width: 100%;
}
.vlog-module article:last-child {
    margin-bottom: 72px;
}
.vlog-section {
    margin-bottom: 36px;
}
.vlog-section.vlog-no-sid {
    margin-bottom: 0;
}
.vlog-bg .col-lg-3 article:last-child,
.vlog-bg .col-lg-4 article:last-child,
.vlog-bg .col-lg-6 article:last-child,
.vlog-bg .col-lg-8 article:last-child,
.vlog-bg .col-lg-9 article:last-child,
.vlog-bg .vlog-module:last-child article:last-child {
    margin-bottom: 36px;
}
.vlog-bg,
.vlog-section.vlog-no-sid.vlog-bg {
    padding: 36px 0;
    margin-bottom: 36px;
}
.vlog-bg .module-text {
    margin: 36px 0;
}
.vlog-bg-box {
    padding: 36px;
}
.vlog-featured-1 + .vlog-bg,
.vlog-featured-2 + .vlog-bg,
.vlog-featured-3 + .vlog-bg .vlog-featured-4 + .vlog-bg .vlog-featured-5 + .vlog-bg {
    margin-top: -36px;
    display: block;
    float: left;
    width: 100%;
}
.vlog-site-content .vlog-section:last-child {
    padding-bottom: 36px;
    margin-bottom: 0;
}
iframe {
    max-width: 100%;
}
img {
    max-width: 100%;
    height: auto;
}
ol,
ul {
    padding: 0;
    list-style: none;
}
a:active,
a:hover {
    outline: 0;
}
.vlog-count {
    display: inline-block;
    color: #fff;
    font-size: 10px;
    min-width: 24px;
    height: 24px;
    line-height: 12px;
    padding: 6px 0;
    vertical-align: 1px;
}
.vlog-cat .vlog-count {
    margin-right: 5px;
}
.vlog-cat .meta-item {
    text-transform: uppercase;
}
.vlog-mod-desc .mks-maps img {
    border-radius: 0 !important;
}
.row-eq-height {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-flow: row wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    clear: both;
}
:root .row-eq-height,
_::-moz-svg-foreign-content {
    display: block;
}
div.row-eq-height:after,
div.row-eq-height:before {
    display: none;
}
.vlog-sticky {
    -webkit-transition: top 0.2s ease;
    transition: top 0.2s ease;
    clear: both;
}
.vlog-format-action,
.vlog-icon {
    position: absolute;
    line-height: 1;
    -webkit-transition: all 0.25s ease-in-out;
    background: rgba(0, 0, 0, 0.5);
    text-align: center;
    z-index: 5;
    outline: 0;
}
.vlog-sticky-header-on .vlog-sticky.is_stuck {
    top: 99px;
}
.admin-bar.vlog-sticky-header-on .vlog-sticky.is_stuck {
    top: 128px;
}
.admin-bar .vlog-sticky.is_stuck {
    top: 68px;
}
.vlog-sticky.is_stuck {
    top: 36px;
}
.vlog-sticky .widget:last-child {
    margin-bottom: 0;
}
.vlog-icon {
    top: 15px;
    left: 15px;
    transition: all 0.25s ease-in-out;
    border-radius: 50%;
}
.vlog-format-action {
    top: 50%;
    left: 50%;
    transition: all 0.25s ease-in-out;
    border: 2px solid #fff;
    border-radius: 50%;
    cursor: pointer;
}
.vlog-format-action i,
.vlog-icon i {
    color: #fff;
    text-align: center;
    z-index: 2;
    position: relative;
}
.vlog-format-action.large {
    height: 90px;
    width: 90px;
    margin-left: -45px;
    margin-top: -45px;
    padding: 27px 0 0 7px;
}
.vlog-format-action.large i {
    font-size: 32px;
}
.large .fv-fullscreen {
    margin-left: -5px;
    display: inline-block;
}
.vlog-format-action.medium {
    height: 76px;
    width: 76px;
    margin-left: -38px;
    margin-top: -38px;
    padding: 22px 0 0 7px;
}
.vlog-format-action.medium i {
    font-size: 27px;
}
.medium .fv-fullscreen {
    margin-left: -6px;
    display: inline-block;
}
.vlog-format-action.medium i.fv-fullscreen {
    font-size: 28px;
}
.vlog-format-action.small {
    height: 60px;
    width: 60px;
    margin-left: -30px;
    margin-top: -30px;
    padding: 17px 0 0 5px;
}
.vlog-format-action.small i {
    font-size: 22px;
}
.vlog-format-action.m-small {
    height: 30px;
    width: 30px;
    padding: 4px 0 0 3px;
    margin-left: -15px;
    margin-top: -15px;
}
.vlog-format-action.m-small i {
    font-size: 14px;
}
.vlog-format-action.x-small {
    height: 26px;
    width: 26px;
    padding: 0 0 0 2px;
    margin-left: -13px;
    margin-top: -13px;
}
.vlog-format-action.x-small i {
    font-size: 10px;
}
.vlog-format-action.x-small.vlog-format-raw {
    padding: 2px 0 0 2px;
    background-color: transparent;
    border: 0;
}
.entry-image:hover .vlog-format-action.vlog-format-raw {
    background-color: transparent;
    border: 0;
}
.vlog-icon.large {
    height: 50px;
    width: 50px;
    top: 25px;
    left: 25px;
    padding: 16px 0 0 5px;
}
.vlog-icon.large i {
    font-size: 20px;
}
.vlog-icon.medium {
    height: 40px;
    width: 40px;
    top: 20px;
    left: 20px;
    padding: 12px 0 0 1px;
}
.vlog-icon.medium i {
    font-size: 16px;
}
.vlog-icon.small {
    height: 30px;
    width: 30px;
    padding: 8px 0 0 2px;
}
.vlog-icon.small i {
    font-size: 12px;
}
.vlog-icon.x-small {
    height: 25px;
    width: 25px;
    top: 12px;
    left: 12px;
    padding: 2px 0 0 3px;
}
.vlog-icon.x-small i {
    font-size: 10px;
}
.vlog-icon.vlog-icon-center {
    top: 50%;
    left: 50%;
}
.vlog-icon-center.x-small {
    margin-left: -12.5px;
    margin-top: -12.5px;
}
.vlog-format-label,
.vlog-special-tag-label {
    position: relative;
    text-align: center;
    outline: 0;
    -webkit-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    z-index: 5;
    background: rgba(0, 0, 0, 0.5);
    text-transform: uppercase;
    padding: 10px 12px;
    font-size: 10px;
    line-height: 10px;
    color: #fff;
    display: inline-block;
}
.vlog-special-tag-label {
    margin-left: 2px;
}
.vlog-labels {
    position: absolute;
    line-height: 1;
}
.vlog-labels.large {
    top: 20px;
    left: 20px;
}
.vlog-labels.medium {
    top: 15px;
    left: 15px;
}
.vlog-labels.small {
    top: 10px;
    left: 10px;
}
.vlog-labels.x-small {
    top: 7px;
    left: 7px;
}
.medium .vlog-format-label {
    padding: 8px 10px;
}
.small .vlog-format-label,
.vlog-no-sid .vlog-lay-d .vlog-format-label.x-small,
.vlog-no-sid .vlog-lay-g .vlog-format-label.x-small,
.x-small .vlog-format-label {
    padding: 6px 8px;
    font-size: 9px;
}
.medium .vlog-special-tag-label,
.vlog-no-sid .vlog-lay-e .vlog-format-label.small {
    padding: 8px 10px;
}
.small .vlog-special-tag-label,
.vlog-no-sid .vlog-lay-d .vlog-special-tag-label.x-small,
.vlog-no-sid .vlog-lay-g .vlog-special-tag-label.x-small,
.x-small .vlog-special-tag-label {
    padding: 6px 8px;
    font-size: 9px;
}
.vlog-no-sid .vlog-lay-e .vlog-special-tag-label.small {
    padding: 8px 10px;
}
.meta-item {
    display: inline-block;
    vertical-align: top;
    line-height: 2.17;
    -webkit-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
}
.meta-item:last-child {
    margin-right: 0;
}
.entry-meta .meta-item:after {
    content: "/";
    margin: 0 5px;
    opacity: 0.5;
}
.entry-meta .meta-item:last-child:after {
    display: none;
}
.entry-title a {
    display: block;
    -webkit-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
}
.vlog-highlight .entry-category,
.vlog-highlight .entry-category a,
.vlog-highlight .meta-item a,
.vlog-highlight .meta-item span {
    -webkit-transition: color 0.15s ease-in-out;
    transition: color 0.15s ease-in-out;
}
.vlog-highlight .entry-title {
    margin-bottom: 4px;
    padding-right: 30px;
}
.vlog-highlight:after {
    content: " ";
    clear: both;
    display: table;
}
.sticky .entry-image a:after {
    content: "\f08d";
    font-family: FontAwesome;
    line-height: 1;
    outline: 0;
    -webkit-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    z-index: 5;
    position: absolute;
    left: 15px;
    bottom: 15px;
    background: rgba(0, 0, 0, 0.5);
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 10px 12px;
    font-size: 10px;
    color: #fff;
}
.sticky .entry-image:hover a:after {
    background: rgba(0, 0, 0, 0.8);
}
.vlog-entry-image-page {
    margin-bottom: 24px;
}
.wp-caption {
    position: relative;
    margin-top: 8px;
}
.wp-caption-text {
    text-align: center;
    margin-top: 7px;
    font-size: 14px;
}
.aligncenter,
.alignnone {
    clear: both;
    display: block;
    margin: 0 auto 24px;
    max-width: 100%;
}
.alignleft,
.alignright {
    display: inline;
    margin-bottom: 10px;
}
.alignright {
    float: right;
    margin-left: 24px;
}
.alignleft {
    float: left;
    margin-right: 24px;
}
.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
}
.gallery {
    margin: 0 -9px 8px;
}
.gallery-item {
    display: inline-block;
    padding: 0 9px 18px;
    text-align: center;
    vertical-align: top;
    width: 100%;
    margin: 0;
    position: relative;
}
.gallery-columns-1.owl-carousel {
    padding: 0;
    margin-bottom: 30px;
}
.gallery-columns-1 .gallery-item {
    width: 100%;
}
.gallery .gallery-item a:after,
.wp-block-gallery .blocks-gallery-item a:after,
.wp-block-gallery .wp-block-image a:after {
    content: "\64";
    font-family: font-vlog !important;
    position: absolute;
    top: 50%;
    left: 50%;
    text-align: center;
    line-height: 1;
    outline: 0;
    -webkit-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    z-index: 5;
    border: 2px solid #fff;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 50%;
    height: 50px;
    width: 50px;
    margin-left: -30px;
    margin-top: -30px;
    padding: 13px 0 0 1px;
    color: #fff;
    font-size: 20px;
    opacity: 0;
}
.gallery .gallery-item a:hover:after,
.wp-block-gallery .blocks-gallery-item a:hover:after,
.wp-block-gallery .wp-block-image a:hover:after {
    opacity: 1;
}
.gallery-columns-1 .owl-nav > div {
    position: absolute;
    text-align: center;
    color: #fff;
    opacity: 0;
    background: rgba(0, 0, 0, 0.5);
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    border-radius: 50%;
    border: 2px solid #fff;
}
.gallery-columns-1 .owl-nav {
    display: block;
    position: absolute;
    width: 100%;
    z-index: 800;
    top: 50%;
    margin-top: -29px;
}
.gallery-columns-1 .owl-nav > div:hover {
    background: rgba(0, 0, 0, 0.7);
}
.gallery-columns-1 .owl-nav .owl-prev {
    left: 30px;
    opacity: 1;
    padding-right: 1px;
}
.gallery-columns-1 .owl-nav .owl-next {
    right: 30px;
    opacity: 1;
    padding-left: 4px;
}
.gallery-columns-1 .owl-nav > div {
    width: 58px;
    height: 58px;
    padding: 12px 0;
    font-size: 2.8rem;
}
.mfp-title {
    top: -48px;
    left: 20px;
    background: rgba(0, 0, 0, 0.8);
    padding: 3px 8px;
    position: absolute;
    color: #ccc;
    font-size: 12px;
    line-height: 18px;
}
.mfp-counter:empty,
.mfp-title:empty {
    padding: 0;
}
.gallery-columns-1 .gallery-item,
.wp-block-gallery.columns-1 .blocks-gallery-item {
    display: none;
}
.gallery-columns-1 .gallery-item:first-child,
.wp-block-gallery.columns-1 .blocks-gallery-item:first-child {
    display: block;
}
.gallery-columns-2 .gallery-item {
    max-width: 50%;
}
.gallery-columns-3 .gallery-item {
    max-width: 33.33%;
}
.gallery-columns-4 .gallery-item {
    max-width: 25%;
}
.gallery-columns-5 .gallery-item {
    max-width: 20%;
}
.gallery-columns-6 .gallery-item {
    max-width: 16.66%;
}
.gallery-columns-7 .gallery-item {
    max-width: 14.28%;
}
.gallery-columns-8 .gallery-item {
    max-width: 12.5%;
}
.gallery-columns-9 .gallery-item {
    max-width: 11.11%;
}
.gallery-icon img {
    margin: 0 auto;
}
.gallery-icon .herald-popup {
    position: relative;
    float: left;
    outline: 0;
    width: 100%;
}
.gallery-caption {
    display: none;
}
.meta-media:hover .gallery-item .gallery-caption {
    background-color: rgba(0, 0, 0, 0.4);
    color: rgba(255, 255, 255, 0.8);
}
.wp-block-image a.vlog-popup-img {
    display: initial;
}
a.vlog-popup-img {
    position: relative;
    display: block;
}
a.vlog-popup-img:after {
    content: "\64";
    font-family: font-vlog !important;
    position: absolute;
    top: 50%;
    left: 50%;
    text-align: center;
    -webkit-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    border: 2px solid #fff;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 50%;
    height: 50px;
    width: 50px;
    margin-left: -25px;
    margin-top: -25px;
    padding: 0;
    font-size: 20px;
    opacity: 0;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.row .vlog-ad,
.vlog-ad {
    margin: 0 auto 36px;
}
a.vlog-popup-img:hover:after {
    opacity: 1;
}
.pulse {
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    border: none;
    -webkit-box-shadow: 0 0 0 0 #f0f0f0, 0 0 0 0 rgba(155, 89, 182, 0.7);
    box-shadow: 0 0 0 0 #f0f0f0, 0 0 0 0 rgba(155, 89, 182, 0.7);
    border-radius: 100%;
    vertical-align: middle;
    cursor: pointer;
    transform: translate3d(0, 0, 0);
    -webkit-animation: pulse 1.25s infinite cubic-bezier(0.66, 0.33, 0, 1);
    animation: pulse 1.25s infinite cubic-bezier(0.66, 0.33, 0, 1);
}
.vlog-action-menu:hover .pulse {
    -webkit-animation-play-state: paused;
    animation-play-state: paused;
}
@-webkit-keyframes pulse {
    to {
        -webkit-box-shadow: 0 0 0 1px transparent, 0 0 0 7px rgba(155, 89, 182, 0);
        box-shadow: 0 0 0 1px transparent, 0 0 0 7px rgba(155, 89, 182, 0);
    }
}
@keyframes pulse {
    to {
        -webkit-box-shadow: 0 0 0 1px transparent, 0 0 0 7px rgba(155, 89, 182, 0);
        box-shadow: 0 0 0 1px transparent, 0 0 0 7px rgba(155, 89, 182, 0);
    }
}
@-webkit-keyframes bounceright {
    from {
        -webkit-transform: translateX(0);
    }
    to {
        -webkit-transform: translateX(2px);
    }
}
@-webkit-keyframes bounceleft {
    from {
        -webkit-transform: translateX(0);
    }
    to {
        -webkit-transform: translateX(-2px);
    }
}
@-webkit-keyframes pulseicon {
    from {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    to {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }
}
@keyframes pulseicon {
    from {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    to {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }
}
.vlog-prev-next-nav a:hover .vlog-pn-ico span {
    -webkit-animation: bounceright 0.3s alternate ease infinite;
    animation: bounceright 0.3s alternate ease infinite;
}
.entry-image {
    -webkit-backface-visibility: hidden;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    overflow: hidden;
}
.entry-image:hover .vlog-format-action {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    background: rgba(0, 0, 0, 0.8);
}
.vlog-cover .vlog-format-action {
    -webkit-transform-style: preserve-3d;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.vlog-cover-bg .vlog-format-action {
    -webkit-animation: pulseicon 0.7s alternate ease-in-out infinite;
    animation: pulseicon 0.7s alternate ease-in-out infinite;
}
.entry-image:hover .vlog-format-label,
.entry-image:hover .vlog-icon,
.vlog-cover .vlog-format-action:hover,
.vlog-cover:hover .vlog-format-action {
    background: rgba(0, 0, 0, 0.8);
}
.vlog-post .entry-image img {
    -webkit-transition: transform 0.2s ease-in-out;
    -webkit-transition: -webkit-transform 0.2s ease-in-out;
    transition: -webkit-transform 0.2s ease-in-out;
    transition: transform 0.2s ease-in-out;
    transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
    -webkit-filter: blur(0);
    filter: blur(0);
}
.vlog-post .entry-image:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
.vlog-ad {
    width: 970px;
    text-align: center;
    clear: both;
}
.vlog-above-footer-ad {
    margin: 36px auto;
}
.vlog-site-header .row .vlog-ad {
    margin: 0 auto;
    background-color: transparent;
    border: none;
}
.vlog-slot-r .vlog-ad {
    width: 728px;
}
.vlog-content .vlog-ad {
    width: 100%;
    text-align: center;
    display: inline-block;
}
.mfp-arrow-left .mfp-b,
.mfp-arrow-left:before,
.mfp-arrow-right .mfp-b,
.mfp-arrow-right:before,
.vlog-f-img .mfp-counter {
    display: none;
}
.vlog-ad-above-single {
    margin: 16px auto 36px;
}
.vlog-ad-below-single {
    margin: 0 auto 36px;
}
.archive .vlog-posts .vlog-ad {
    margin: 0 0 36px;
    padding: 10px 0;
    width: 100%;
    text-align: center;
}
.single .vlog-entry-content .vlog-ad-above-single {
    border: none !important;
    margin: 0 auto 30px;
    padding: 0;
}
.entry-content-single .fb_iframe_widget {
    margin-bottom: 24px;
}
.vlog-page-title.entry-title {
    margin-bottom: 20px;
}
.mfp-with-fade .mfp-arrow,
.mfp-with-fade .mfp-content,
.mfp-with-fade.mfp-bg {
    opacity: 0;
    -webkit-backface-visibility: hidden;
    -webkit-transition: opacity 0.3s ease-out;
    transition: opacity 0.3s ease-out;
}
.mfp-with-fade.mfp-ready .mfp-arrow,
.mfp-with-fade.mfp-ready .mfp-content {
    opacity: 1;
}
.mfp-with-fade.mfp-ready.mfp-bg {
    opacity: 0.9;
}
.mfp-ready .mfp-figure,
.mfp-with-fade.mfp-removing .mfp-arrow,
.mfp-with-fade.mfp-removing .mfp-content,
.mfp-with-fade.mfp-removing.mfp-bg {
    opacity: 0;
}
.mfp-with-fade .mfp-figure,
.mfp-with-fade .mfp-iframe-holder .mfp-iframe-scaler {
    opacity: 0;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
}
.mfp-with-fade .mfp-preloader,
.mfp-with-fade.mfp-bg {
    opacity: 0;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.mfp-with-fade.mfp-image-loaded .mfp-figure,
.mfp-with-fade.mfp-ready .mfp-iframe-holder .mfp-iframe-scaler {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}
.mfp-with-fade.mfp-ready .mfp-preloader,
.mfp-with-fade.mfp-ready.mfp-bg {
    opacity: 0.9;
}
.mfp-with-fade.mfp-removing .mfp-figure,
.mfp-with-fade.mfp-removing .mfp-iframe-holder .mfp-iframe-scaler {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
    opacity: 0;
}
.mfp-with-fade.mfp-removing .mfp-preloader,
.mfp-with-fade.mfp-removing.mfp-bg {
    opacity: 0;
}
.mfp-iframe-scaler {
    overflow: visible;
}
.mfp-zoom-out-cur {
    cursor: auto;
}
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
    cursor: pointer;
}
.mfp-close,
.vlog-popup-close {
    opacity: 0.3;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.mfp-close:hover,
.vlog-popup-close:hover {
    opacity: 1;
}
.mfp-arrow-left,
.mfp-arrow-right {
    font-family: FontAwesome;
    color: #fff;
    opacity: 0.3;
    font-size: 48px;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.mfp-arrow-left:after,
.mfp-arrow-right:after {
    opacity: 0.3;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.mfp-arrow-left:hover:after,
.mfp-arrow-right:hover:after,
a.mks_button:hover {
    opacity: 1;
}
.mfp-arrow-right:after {
    content: "\f105";
    border: none;
}
.mfp-arrow-left:after {
    content: "\f104";
    border: none;
}
.vlog-format-content .wp-audio-shortcode {
    visibility: visible !important;
}
button.mfp-close:after {
    position: absolute;
    right: 40px;
    top: 40px;
    font-size: 32px;
    color: #fff;
}
@-webkit-keyframes uil-ripple {
    0% {
        width: 0;
        height: 0;
        opacity: 0;
        margin: 0;
    }
    33% {
        width: 44%;
        height: 44%;
        margin: -22% 0 0 -22%;
        opacity: 1;
    }
    100% {
        width: 88%;
        height: 88%;
        margin: -44% 0 0 -44%;
        opacity: 0;
    }
}
@keyframes uil-ripple {
    0% {
        width: 0;
        height: 0;
        opacity: 0;
        margin: 0;
    }
    33% {
        width: 44%;
        height: 44%;
        margin: -22% 0 0 -22%;
        opacity: 1;
    }
    100% {
        width: 88%;
        height: 88%;
        margin: -44% 0 0 -44%;
        opacity: 0;
    }
}
.uil-ripple-css {
    background: 0 0;
    position: relative;
    width: 200px;
    height: 200px;
}
.vlog-format-loader .uil-ripple-css {
    width: 120px;
    height: 120px;
}
.uil-ripple-css div {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: 0;
    width: 0;
    height: 0;
    opacity: 0;
    border-radius: 50%;
    border-width: 5px;
    border-style: solid;
    -webkit-animation: uil-ripple 1s ease-out infinite;
    animation: uil-ripple 1s ease-out infinite;
}
.uil-ripple-css div:nth-of-type(1) {
    border-color: #fff;
}
.uil-ripple-css div:nth-of-type(2) {
    border-color: #fff;
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
}
.vlog-loader .uil-ripple-css {
    width: 40px;
    height: 40px;
}
.vlog-loader .uil-ripple-css div {
    border-width: 2px;
}
.vlog-format-loader {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -100px 0 0 -100px;
    z-index: 1;
}
.vlog-format-content .vlog-format-loader {
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    margin: 0;
}
.vlog-single-content .vlog-featured-item .entry-media.video {
    background: rgba(0, 0, 0, 0.1);
}
.vlog-format-content.video {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.vlog-format-content.video .vlog-popup-wrapper {
    width: 100%;
}
.search .vlog-mod-desc li,
.search-results .vlog-mod-desc li {
    list-style: none;
}
.vlog-mod-desc .vlog-search-form {
    border: 1px solid;
    padding: 30px;
    margin-bottom: 36px;
}
body .format-video .meta-media .wp-audio-shortcode,
body .format-video .meta-media .wp-playlist-current-item,
body .format-video .meta-media .wp-playlist-item,
body .format-video .meta-media .wp-playlist-item:last-child,
body .format-video .meta-media .wp-playlist-tracks,
body .has-post-thumbnail .meta-media .wp-audio-shortcode,
body .has-post-thumbnail .meta-media .wp-playlist-current-item,
body .has-post-thumbnail .meta-media .wp-playlist-item,
body .has-post-thumbnail .meta-media .wp-playlist-item:last-child,
body .has-post-thumbnail .meta-media .wp-playlist-tracks {
    border-color: rgba(0, 0, 0, 0.18);
}
.vlog-mod-desc .vlog-search-form .vlog-button-search {
    right: 21px;
    font-size: 20px;
}
.vlog-mod-desc .vlog-search-form input {
    font-size: 14px;
    line-height: 20px;
    padding: 0 40px 0 13px;
}
.mfp-close {
    top: 9px;
    right: 11px;
    font-size: 24px;
}
.mks_ico {
    display: inline-block;
    float: none;
}
#wpstats,
.sd-content ul li:before {
    display: none;
}
.error404 .vlog-single-content .entry-title {
    text-align: center;
    margin-bottom: 20px;
}
.error404 .vlog-single-content .entry-content {
    text-align: center;
}
.error404 .vlog-single-content .vlog-search-form {
    max-width: 350px;
    margin: 30px auto 50px;
}
.error404 .vlog-single-no-sid .vlog-content {
    max-width: 580px;
}
.error404 .vlog-single-content input[type="text"] {
    border-radius: 30px;
    padding: 0 40px 2px 15px;
}
.error404 .vlog-single-content .entry-image {
    margin: 50px 0 40px;
}
.error404 .vlog-button-search {
    font-size: 24px;
    width: 48px;
    top: 1px;
}
.entry-content .mks_pullquote {
    word-break: normal;
}
.mks_pullquote,
td {
    word-break: break-all;
}
body .mejs-container {
    background: 0 0;
}
body .mejs-container.wp-audio-shortcode {
    height: 90px !important;
}
body .format-video .meta-media .mejs-container .mejs-controls,
body .format-video .meta-media .mejs-embed,
body .format-video .meta-media .mejs-embed body,
body .has-post-thumbnail .meta-media .mejs-container .mejs-controls,
body .has-post-thumbnail .meta-media .mejs-embed,
body .has-post-thumbnail .meta-media .mejs-embed body {
    background: #111;
}
body .format-video .meta-media .wp-playlist-light,
body .has-post-thumbnail .meta-media .wp-playlist-light {
    background: 0 0;
    color: rgba(0, 0, 0, 0.73);
}
body .format-video .meta-media .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current,
body .format-video .meta-media .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total,
body .format-video .meta-media .mejs-controls .mejs-time-rail .mejs-time-float,
body .format-video .meta-media .mejs-controls .mejs-time-rail .mejs-time-loaded,
body .format-video .meta-media .mejs-controls .mejs-time-rail .mejs-time-total,
body .has-post-thumbnail .meta-media .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current,
body .has-post-thumbnail .meta-media .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total,
body .has-post-thumbnail .meta-media .mejs-controls .mejs-time-rail .mejs-time-float,
body .has-post-thumbnail .meta-media .mejs-controls .mejs-time-rail .mejs-time-loaded,
body .has-post-thumbnail .meta-media .mejs-controls .mejs-time-rail .mejs-time-total,
body .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total,
body .mejs-controls .mejs-time-rail .mejs-time-total {
    background: rgba(0, 0, 0, 0.18);
}
body .format-video .meta-media .mejs-container .mejs-controls .mejs-time span,
body .has-post-thumbnail .meta-media .mejs-container .mejs-controls .mejs-time span {
    color: rgba(0, 0, 0, 0.73);
}
body .format-video .meta-media .mejs-controls .mejs-button,
body .format-video .meta-media .mejs-controls .mejs-button button,
body .format-video .meta-media .wp-playlist-current-item .wp-playlist-item-title,
body .format-video .meta-media .wp-playlist-playing,
body .has-post-thumbnail .meta-media .mejs-controls .mejs-button,
body .has-post-thumbnail .meta-media .mejs-controls .mejs-button button,
body .has-post-thumbnail .meta-media .wp-playlist-current-item .wp-playlist-item-title,
body .has-post-thumbnail .meta-media .wp-playlist-playing {
    color: rgba(0, 0, 0, 0.88);
}
body .format-video .meta-media .mejs-controls .mejs-time-rail .mejs-time-float-corner,
body .has-post-thumbnail .meta-media .mejs-controls .mejs-time-rail .mejs-time-float-corner {
    border-top-color: rgba(0, 0, 0, 0.18);
}
body .format-video .meta-media div.mejs-container.wp-audio-shortcode,
body .has-post-thumbnail .meta-media div.mejs-container.wp-audio-shortcode {
    width: 80% !important;
    top: 50%;
    z-index: 100;
    position: absolute;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
    left: 50%;
}
body .format-video .meta-media div.mejs-container .mejs-controls {
    bottom: 30px;
    left: 30px;
    right: 30px;
    width: 94%;
}
div.mejs-container .mejs-controls {
    height: 90px;
    background: #fff;
}
.player-android-on div.mejs-container .mejs-controls {
    opacity: 0 !important;
}
body .herald-entry-content .mejs-container.wp-audio-shortcode {
    margin: 30px auto;
}
div.mejs-controls div.mejs-time-rail {
    padding-top: 37px;
}
div.mejs-container .mejs-controls .mejs-time {
    padding-top: 42px;
}
body .wp-video {
    width: 100% !important;
}
.me-plugin {
    position: absolute;
}
body .mejs-container .mejs-controls .mejs-button {
    position: relative;
    margin: 32px 0;
}
body .mejs-container .mejs-controls .mejs-button.mejs-playpause-button {
    margin-left: 20px;
    margin-right: 20px;
    text-align: center;
}
body .mejs-container .mejs-controls .mejs-button.mejs-volume-button {
    margin-left: 0;
    margin-right: 10px;
    text-align: center;
}
body .mejs-container .mejs-controls .mejs-button button {
    background: 0 0;
    margin: 0;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: 32px;
    width: 32px;
    outline: 0;
}
body .mejs-controls a.mejs-horizontal-volume-slider {
    margin: 2px 20px 0 0;
}
body .mejs-container .mejs-controls .mejs-time-float-corner {
    top: 100%;
}
body .mejs-controls .mejs-button button:before {
    display: inline-block;
    font-size: 21px;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-style: normal;
    font-weight: 400;
    line-height: 1.4;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    text-align: center;
    text-decoration: inherit;
    text-transform: none;
    vertical-align: top;
    speak: none;
    color: #111;
}
.entry-content-single .mks_button,
.vlog-breadcrumbs a,
.vlog-breadcrumbs a:hover,
a,
a:focus,
a:hover,
body a.llms-button-action {
    text-decoration: none;
}
.vlog-highlight .rsswidget:hover,
.vlog-highlight .vlog-comments .url,
.vlog-highlight h1,
.vlog-highlight h2,
.vlog-highlight h3,
.vlog-highlight h4,
.vlog-highlight h5,
.vlog-highlight h6,
.vlog-responsive-header .vlog-actions-button.vlog-action-search:hover span {
    color: inherit;
}
body .mejs-controls .mejs-play button:before {
    font-family: FontAwesome;
    content: "\f04b";
}
body .mejs-controls .mejs-pause button:before {
    font-family: FontAwesome;
    content: "\f04c ";
}
body .mejs-controls .mejs-volume-button button:before {
    font-family: FontAwesome;
    content: "\f027";
}
body .mejs-controls .mejs-volume-button.mejs-unmute button:before {
    font-family: FontAwesome;
    content: "\f026";
}
body .wp-playlist {
    border: none;
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.77777778;
    margin: 1.777em 0 3.5em;
    padding: 0;
}
body .wp-playlist .wp-playlist-current-item img {
    margin-right: 20px;
    max-width: 70px;
}
body .wp-playlist-caption,
body .wp-playlist-item-title {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.77777778;
}
body .wp-playlist-current-item {
    border-bottom: 1px solid;
    height: auto;
    margin-bottom: 0;
    padding-bottom: 0.55555556em;
}
body .wp-playlist-current-item .wp-playlist-item-title,
body .wp-playlist-playing {
    font-weight: 700;
}
body .wp-playlist-tracks {
    border-top: 1px solid;
    margin: 0;
}
body .wp-playlist-item {
    padding: 0.55555556em;
}
body .wp-playlist-item:last-child {
    border-bottom: 1px solid;
}
body .wp-playlist-item-length {
    top: auto;
    right: 0.55555556em;
    bottom: 0.66666667em;
}
body .wp-playlist-item-artist {
    display: block;
}
body .mejs-controls .mejs-time-rail .mejs-time-float {
    border: none;
}
body .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current,
body .mejs-controls .mejs-time-rail .mejs-time-loaded {
    background: rgba(0, 0, 0, 0.2);
}
body .wp-video {
    background: #111;
    position: relative;
    z-index: 7;
}
body .mejs-controls .mejs-fullscreen-button button:before {
    content: "\f065";
    font-family: FontAwesome;
}
body .mejs-container .mejs-controls .mejs-button {
    margin-right: 20px;
}
body .mks_col .mejs-container .mejs-controls {
    height: 40px;
}
body .mks_col .mejs-container .mejs-controls .mejs-button {
    margin: 12px 0;
}
.mks_col div.mejs-container .mejs-controls .mejs-time {
    padding-top: 22px;
}
.mks_col div.mejs-controls div.mejs-time-rail {
    padding-top: 17px;
}
.vlog-popup-wrapper .fb_iframe_widget_fluid_desktop,
.vlog-popup-wrapper .fb_iframe_widget_fluid_desktop iframe,
.vlog-popup-wrapper .fb_iframe_widget_fluid_desktop span {
    max-height: 500px;
}
.mks_dropcap {
    padding: 10px 19px 15px;
}
.mks_pullquote {
    word-wrap: break-word;
}
.mks_pullquote_left {
    margin: 0 20px 20px 0;
}
.mks_pullquote_right {
    margin: 0 0 20px 20px;
}
.entry-content table,
.entry-content-single table,
.vlog-comments table {
    border-collapse: collapse;
    border-spacing: 0;
    border-top: 1px solid;
    border-left: 1px solid;
    margin-bottom: 30px;
}
.entry-content td,
.entry-content th,
.entry-content-single td,
.entry-content-single th,
.vlog-comments td,
.vlog-comments th {
    padding: 10px 15px;
    border-bottom: 1px solid;
    border-right: 1px solid;
}
dd,
dl {
    margin: 0 0 20px;
}
dt {
    font-weight: 700;
}
address {
    font-style: italic;
}
.more-link {
    display: none;
}
.vlog-featured-1 .owl-carousel .owl-item img,
.vlog-featured-1 .vlog-cover img,
.vlog-featured-2 .owl-carousel .owl-item img,
.vlog-featured-2 .vlog-cover img,
.vlog-featured-3 .owl-carousel .owl-item img,
.vlog-featured-3 .vlog-cover img {
    display: inline-block;
    width: auto;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.vlog-featured-1 .vlog-featured-item .vlog-cover,
.vlog-featured-2 .vlog-featured-item .vlog-cover,
.vlog-featured-3 .vlog-featured-item .vlog-cover {
    display: inline-block;
    height: auto;
}
.owl-carousel .owl-animated-out.owl-animated-in {
    pointer-events: none;
}
.owl-carousel .owl-animated-in {
    pointer-events: auto;
}
.vlog-featured-slider .vlog-format-content.vlog-popup,
_:-moz-tree-row(hover) {
    position: relative !important;
    top: 0 !important;
}
.vlog-popup-on .vlog-site-header,
_:-moz-tree-row(hover) {
    display: none;
}
.no-csstransitions .vlog-sticky-header {
    display: none;
}
.no-csstransitions .vlog-sticky-header-on .vlog-sticky-header {
    display: block;
}
@media screen and (device-width: 320px) and (device-height: 568px) and (-webkit-device-pixel-ratio: 2) {
    .iphone .vlog-featured-slider.vlog-featured-1 .owl-next,
    .iphone .vlog-featured-slider.vlog-featured-1 .owl-prev {
        margin-top: -124px;
    }
}
.vlog-breadcrumbs {
    border-bottom: 1px solid;
    margin-bottom: 15px;
    padding-bottom: 5px;
    font-size: 16px;
}
.vlog-breadcrumbs a,
.vlog-breadcrumbs a:hover {
    -webkit-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}
.flowplayer {
    margin: 0 auto;
}
.category .vlog-mod-head .vlog-mod-actions,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0;
}
.tiktok-embed {
    border: none !important;
    height: 746px;
    max-width: 389px !important;
}
.vlog-scrollbar::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #fff;
}
.vlog-scrollbar::-webkit-scrollbar {
    width: 8px;
    background-color: #f5f5f5;
}
.vlog-scrollbar::-webkit-scrollbar-thumb {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #555;
}
.category .vlog-mod-head .vlog-mod-actions a {
    margin-right: 2px;
}
.category .vlog-mod-head .vlog-mod-actions a:last-child {
    margin-right: 0;
}
.category .vlog-mod-head .vlog-mod-actions .vlog-cat-parent {
    position: relative;
    padding-left: 18px;
}
.category .vlog-mod-head .vlog-mod-actions .vlog-cat-parent + a {
    margin-left: 8px;
}
.category .vlog-mod-head .vlog-mod-actions .vlog-cat-parent i {
    position: absolute;
    font-size: 13px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 7px;
}
body {
    line-height: 1.63;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
}
.vlog-sidebar {
    font-size: 14px;
    line-height: 1.57;
}
a:focus {
    outline: 0;
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    margin-bottom: 20px;
}
.h1,
h1 {
    line-height: 1.29;
}
.h2,
h2 {
    line-height: 1.25;
}
.h3,
h3 {
    line-height: 1.4;
}
.h4,
h4 {
    line-height: 1.44;
}
.h5,
h5 {
    line-height: 1.35;
}
.h6,
h6 {
    line-height: 1.43;
}
.h7 {
    line-height: 1.46;
}
p {
    margin: 0 0 24px;
}
.entry-title {
    margin-bottom: 0;
}
blockquote {
    border-left: 3px solid;
    font-size: 18px;
    line-height: 26px;
    padding: 5px 30px;
    margin: 36px 0;
    position: relative;
}
.entry-content-single ol ol,
.entry-content-single ol ul,
.entry-content-single ul ol,
.entry-content-single ul ul,
.vlog-comments .comment-content ol ol,
.vlog-comments .comment-content ol ul,
.vlog-comments .comment-content ul ol,
.vlog-comments .comment-content ul ul {
    padding-left: 15px;
    margin-bottom: 0;
}
.entry-headline.h4 {
    line-height: 1.44;
}
.entry-headline.para.story-excerpt {font-style: italic;font-size: 18px;color:#999;}
input[type="number"],
input[type="text"],
input[type="email"],
input[type="url"],
input[type="tel"],
input[type="date"],
input[type="password"],
input[type="search"],
select,
textarea {
    border: 1px solid;
    padding: 10px;
    outline: 0;
    line-height: 1;
    width: 100%;
    font-size: 100%;
    margin: 0;
    height: 40px;
    vertical-align: baseline;
    -webkit-transition: 0.2s all cubic-bezier(0.4, 0, 0.2, 1);
    transition: 0.2s all cubic-bezier(0.4, 0, 0.2, 1);
}
div#user-submitted-posts textarea.usp-textarea,
textarea {
    min-height: 200px;
    line-height: 22px;
}
select {
    width: 100%;
}
select option {
    display: inline-block;
}
button {
    outline: 0;
}
.s2_form_widget input[type="submit"] {
    min-width: 120px;
}
#usp-error-message,
#usp-success-message,
div.wpcf7-response-output {
    margin: 0;
    padding: 10px 20px;
    border: none;
    border-radius: 2px;
}
.error,
.usp-callout-failure,
div.wpcf7-validation-errors {
    color: #fff;
    background: #e74c3c;
}
#usp-success-message,
.success,
div.wpcf7-mail-sent-ok {
    color: #fff;
    background: #27ae60;
}
#usp-success-message,
.error,
.success {
    display: block;
    float: left;
    width: 100%;
    margin: 0;
    padding: 10px 20px;
    border-radius: 2px;
}
span.wpcf7-not-valid-tip {
    display: none;
    position: absolute;
    top: -8px;
    right: 3px;
    left: auto;
    padding: 6px 10px;
    border: none;
    color: #fff;
    background: #f1c40f;
}
.invalid span.wpcf7-not-valid-tip {
    display: block;
}
input[type="number"].wpcf7-not-valid,
input[type="text"].wpcf7-not-valid,
input[type="email"].wpcf7-not-valid,
input[type="url"].wpcf7-not-valid,
input[type="tel"].wpcf7-not-valid,
input[type="password"].wpcf7-not-valid,
textarea.wpcf7-not-valid {
    border-color: #f1c40f;
}
div#user-submitted-posts fieldset input.usp-input,
div#user-submitted-posts select,
div#user-submitted-posts textarea.usp-textarea {
    padding: 10px;
    outline: 0;
    line-height: 1;
    font-size: 16px;
    margin: 0;
    height: 40px;
    width: 100%;
    vertical-align: baseline;
    -webkit-transition: 0.2s all cubic-bezier(0.4, 0, 0.2, 1);
    transition: 0.2s all cubic-bezier(0.4, 0, 0.2, 1);
}
div#user-submitted-posts fieldset {
    margin: 0 0 24px;
    position: relative;
}
div#user-submitted-posts fieldset.usp-content {
    width: 100%;
}
div#user-submitted-posts fieldset label {
    display: block;
    font-size: 16px;
    line-height: 24px;
}
div#user-submitted-posts fieldset.usp-captcha label {
    width: 60px;
    margin: 6px 0 0;
    font-size: 16px;
}
div#user-submitted-posts fieldset.usp-captcha input {
    width: 160px;
    clear: none;
}
div#user-submitted-posts fieldset input.usp-input.usp-clone {
    width: 90%;
    margin: 0 0 5px;
    padding: 9px;
    background-color: #fafafa;
    font-size: 14px;
}
.parsley-errors-list {
    display: none;
    margin-bottom: 0;
}
.parsley-errors-list.filled {
    margin-bottom: 0;
    position: absolute;
    bottom: 9px;
    right: 9px;
    list-style: none;
    display: block;
}
.vlog-link-pages,
.vlog-pagination {
    position: relative;
    text-align: center;
}
#usp-error-message,
#usp-success-message.usp-hidden,
.parsley-required:before,
.vlog-loader {
    display: none;
}
.parsley-required {
    padding: 2px 7px;
}
div#user-submitted-posts fieldset.usp-captcha {
    width: 45%;
    margin-top: 30px;
}
#usp-error-message,
#usp-success-message {
    font-size: 16px;
}
div#user-submitted-posts select {
    padding: 8px 10px;
}
.entry-content-single div#usp-submit input[type="submit"],
div#usp-submit {
    margin: 0;
}
body div.wpforms-container-full .wpforms-form .wpforms-field-label {
    font-weight: 400;
    font-size: inherit;
    margin: 0 0 3px;
}
body div.wpforms-container-full .wpforms-form .wpforms-field {
    margin-bottom: 6px;
}
body div.wpforms-container-full .wpforms-form input,
body div.wpforms-container-full .wpforms-form select {
    height: 40px !important;
}
.vlog-pagination {
    padding-top: 4px;
    min-height: 43px;
    margin-top: -36px;
    clear: both;
}
.vlog-pagination .page-numbers,
.vlog-sl-item {
    font-size: 12px;
    line-height: 22px;
    text-align: center;
    display: inline-block;
    height: 32px;
    min-width: 32px;
    padding: 5px 10px;
}
.vlog-sl-item {
    border: 1px solid;
    height: 34px;
    margin-right: 4px;
    font-size: 14px;
    margin-bottom: 7px;
}
.vlog-pagination .dots:hover {
    background: 0 0;
}
.vlog-link-pages {
    width: 100%;
    float: left;
    height: 40px;
    margin-bottom: 24px;
}
.vlog-link-pages-label {
    padding: 0;
    margin-top: 10px;
    display: block;
}
.vlog-link-pages a,
.vlog-pagination .next,
.vlog-pagination .prev {
    padding: 9px 14px;
    height: 40px;
    top: 0;
    position: absolute;
    min-width: 130px;
    -webkit-box-shadow: 0 0 0 0 transparent;
    box-shadow: 0 0 0 0 transparent;
    text-transform: uppercase;
}
.vlog-link-pages a {
    left: 0;
    min-width: 90px;
    padding: 7px 0 0;
}
.vlog-link-pages a:last-child {
    right: 0;
    left: auto;
}
.vlog-next,
.vlog-prev {
    top: 0;
    position: absolute;
}
.form-submit input[type="submit"],
.mks_author_link:hover,
.mks_button,
.mks_read_more a:hover,
.vlog-button,
.vlog-link-pages a,
.vlog-load-more a,
.vlog-pagination .next,
.vlog-pagination .prev,
.vlog-pagination .vlog-next a,
.vlog-pagination .vlog-prev a,
.vlog-sl-item,
.vlog-wl-action .vlog-button,
.woocommerce-product-search button[type="submit"],
a.page-numbers,
body a.llms-button-action,
body div.wpforms-container-full .wpforms-form .wpforms-page-button,
body div.wpforms-container-full .wpforms-form button[type="submit"],
body div.wpforms-container-full .wpforms-form input[type="submit"],
input[type="button"],
input[type="submit"] {
    -webkit-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
}
.form-submit input[type="submit"]:hover,
.mks_author_link:hover,
.mks_button:hover,
.mks_read_more a:hover,
.vlog-button:hover,
.vlog-link-pages a:hover,
.vlog-load-more a:hover,
.vlog-pagination .next:hover,
.vlog-pagination .prev:hover,
.vlog-pagination .vlog-next a:hover,
.vlog-pagination .vlog-prev a:hover,
.vlog-wl-action .vlog-button:hover,
.woocommerce-product-search button[type="submit"]:hover,
a.page-numbers:hover,
body a.llms-button-action:hover,
body div.wpforms-container-full .wpforms-form .wpforms-page-button:focus,
body div.wpforms-container-full .wpforms-form .wpforms-page-button:hover,
body div.wpforms-container-full .wpforms-form button[type="submit"]:focus,
body div.wpforms-container-full .wpforms-form button[type="submit"]:hover,
body div.wpforms-container-full .wpforms-form input[type="submit"]:focus,
body div.wpforms-container-full .wpforms-form input[type="submit"]:hover,
input[type="button"]:hover,
input[type="submit"]:hover {
    -webkit-box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.3);
    box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.3);
}
.vlog-pagination .prev,
.vlog-pagination .vlog-prev {
    left: 0;
}
.vlog-pagination .next,
.vlog-pagination .vlog-next {
    right: 0;
}
.vlog-pagination .next:after,
.vlog-pagination .prev:before,
.vlog-pagination .vlog-next a:after,
.vlog-pagination .vlog-prev a:before {
    font-size: 16px;
    font-family: FontAwesome;
    display: inline-block;
    vertical-align: bottom;
}
.vlog-pagination .prev:before,
.vlog-pagination .vlog-prev a:before {
    content: "\f104";
    margin-right: 8px;
}
.vlog-pagination .next:after,
.vlog-pagination .vlog-next a:after {
    content: "\f105";
    margin-left: 8px;
}
.mks_author_link,
.mks_read_more a,
.vlog-button,
.vlog-load-more a,
.vlog-pagination .vlog-next a,
.vlog-pagination .vlog-prev a,
.woocommerce-product-search button[type="submit"],
.wpcf7-submit,
a.mks_button,
body a.llms-button-action,
body div.wpforms-container-full .wpforms-form .wpforms-page-button,
body div.wpforms-container-full .wpforms-form button[type="submit"],
body div.wpforms-container-full .wpforms-form input[type="submit"],
input[type="button"],
input[type="submit"] {
    font-size: 12px;
    padding: 14px 27px;
    text-align: center;
    display: inline-block;
    text-transform: uppercase;
    color: #fff;
    border: none;
    line-height: 1;
}
body div.wpforms-container-full .wpforms-form .wpforms-page-button,
body div.wpforms-container-full .wpforms-form button[type="submit"],
body div.wpforms-container-full .wpforms-form input[type="submit"] {
    border: none;
    margin-top: 18px;
}
body div.wpforms-container-full .wpforms-form .wpforms-page-button:hover,
body div.wpforms-container-full .wpforms-form button[type="submit"]:hover,
body div.wpforms-container-full .wpforms-form input[type="submit"]:hover {
    border: none;
}
.vlog-button-search {
    background: 0 0;
    font-size: 28px;
    border: none;
    line-height: 1;
}
.vlog-button-small {
    padding: 11px 18px;
    margin-right: 10px;
}
.vlog-arrow {
    cursor: pointer;
    float: left;
}
.vlog-module-actions {
    position: relative;
    display: inline-block;
    float: right;
}
.vlog-module-actions button {
    -webkit-appearance: none;
    background: 0 0;
    border: 0;
    outline: 0;
}
.vlog-loader {
    position: absolute;
    top: 5px;
    left: 50%;
    margin: 0 auto 0 -20px;
    font-size: 11px;
}
.vlog-header-bottom .vlog-slot-l,
.vlog-top-bar .vlog-slot-l {
    left: 18px;
}
.vlog-infinite-scroll a,
.vlog-loader-active {
    opacity: 0;
}
.vlog-pagination .current {
    cursor: default;
}
.vlog-site-header {
    float: left;
    width: 100%;
}
.vlog-site-content {
    padding-top: 36px;
}
.vlog-header-wrapper {
    position: relative;
    z-index: 8003;
}
.vlog-header-shadow .vlog-header-wrapper,
.vlog-sticky-header {
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
}
.vlog-top-bar {
    float: left;
    width: 100%;
    height: 44px;
    position: relative;
    z-index: 2000;
}
.vlog-top-bar .vlog-slot-r {
    right: 18px;
}
.vlog-slot-l {
    left: 0;
}
.vlog-slot-r {
    right: 0;
}
.vlog-slot-l,
.vlog-slot-r {
    position: absolute;
    z-index: 1002;
    display: table;
    top: 0;
}
.vlog-header-bottom,
.vlog-header-middle,
.vlog-site-header .container {
    position: relative;
}
.vlog-slot-c {
    margin: 0 auto;
    width: 100%;
    text-align: center;
    z-index: 1000;
    display: table;
}
.site-title,
.vlog-listen-later p:last-child,
.vlog-mega-menu .vlog-lay-h:last-child,
.vlog-watch-later p:last-child {
    margin-bottom: 0;
}
.vlog-header-middle .vlog-slot-c,
.vlog-header-middle .vlog-slot-l,
.vlog-header-middle .vlog-slot-r {
    height: 100%;
}
.vlog-header-middle .vlog-slot-c > div,
.vlog-header-middle .vlog-slot-c > nav,
.vlog-header-middle .vlog-slot-c > ul,
.vlog-header-middle .vlog-slot-l > div,
.vlog-header-middle .vlog-slot-l > nav,
.vlog-header-middle .vlog-slot-l > ul,
.vlog-header-middle .vlog-slot-r > div,
.vlog-header-middle .vlog-slot-r > nav,
.vlog-header-middle .vlog-slot-r > ul {
    display: table-cell;
    vertical-align: middle;
}
.vlog-header-bottom {
    float: left;
    width: 100%;
    height: 60px;
    display: block;
    z-index: 8002;
}
.vlog-header-bottom .vlog-slot-r {
    right: 18px;
}
.site-title,
.site-title a {
    line-height: 1;
}
.site-title img {
    vertical-align: middle;
    display: inline-block;
}
.vlog-header-middle .site-title a {
    display: block;
}
.vlog-sticky-header {
    position: fixed;
    -webkit-transform: translate3d(0, -100px, 0);
    transform: translate3d(0, -100px, 0);
    top: 0;
    left: 0;
    height: 60px;
    max-height: 100px;
    z-index: 9000;
    width: 100%;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transition-property: transform;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
}
.vlog-sticky-header-on .vlog-sticky-header {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.vlog-sticky-header .site-title img {
    max-height: 40px;
}
.vlog-responsive-header {
    height: 50px;
    z-index: 9999;
    width: 100%;
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    top: 0;
    position: fixed;
    text-align: center;
    background: #fff;
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
}
.vlog-responsive-header.vlog-res-open {
    height: 100%;
}
.vlog-responsive-header.vlog-res-open .container {
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
}
.vlog-slot-r .vlog-ad a {
    float: right;
    margin: 0;
}
.vlog-logo-only .site-title,
.vlog-logo-only .site-title a {
    line-height: 0;
}
.vlog-sticky-header .vlog-logo-only .site-title,
.vlog-sticky-header .vlog-logo-only .site-title a {
    line-height: 1;
}
@media (min-width: 1271px) {
    .vlog-boxed .vlog-sticky-header {
        max-width: 1260px;
        left: 50%;
        margin-left: -630px;
    }
}
#vlog-menu-item-more {
    margin-right: 10px;
}
.vlog-site-header .vlog-menu {
    text-align: center;
    display: inline-block;
}
.vlog-site-header .vlog-main-nav {
    display: inline-block;
    vertical-align: middle;
    opacity: 0;
}
.vlog-site-header .vlog-main-nav > li {
    float: left;
    position: relative;
}
.vlog-site-header .vlog-main-nav li a {
    line-height: 2;
}
.vlog-site-header .vlog-main-nav > li > a {
    padding: 10px 15px;
    float: left;
    position: relative;
    z-index: 1001;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.vlog-site-header .vlog-main-nav li li {
    position: relative;
    padding: 0 15px;
    float: left;
    width: 100%;
}
.vlog-site-header .sub-menu {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    padding: 12px 0 1px;
    min-width: 200px;
    text-align: left;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    -webkit-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
}
.vlog-site-header .sub-menu a,
.vlog-site-header .vlog-main-nav .sub-menu li {
    -webkit-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
}
.vlog-site-header .vlog-main-nav li .sub-menu a {
    font-size: 12px;
    float: left;
    width: 100%;
    line-height: 19px;
    padding-bottom: 13px;
}
.vlog-site-header .vlog-main-nav .sub-menu li:hover {
    padding-left: 20px;
    padding-right: 10px;
}
.vlog-site-header .vlog-main-nav li:hover > .sub-menu {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
    visibility: visible;
}
.vlog-site-header .site-description {
    font-size: 12px;
    line-height: 20px;
    display: block;
}
.vlog-site-header .vlog-main-navigation {
    display: inline-block;
    vertical-align: top;
}
.vlog-actions-button,
.vlog-actions-menu {
    display: inline-block;
    position: relative;
}
.vlog-actions-menu .vlog-menu > li {
    display: inline-block;
    position: relative;
    vertical-align: top;
}
.vlog-actions-button > span {
    padding: 15px;
    font-size: 22px;
    z-index: 1001;
    line-height: 1;
    float: left;
    position: relative;
    -webkit-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
}
.vlog-actions-button:hover {
    cursor: pointer;
}
.vlog-header-bottom .vlog-actions-button > a,
.vlog-header-bottom .vlog-actions-button > span {
    padding: 19px 16px 17px;
}
.vlog-header-bottom .vlog-listen-later-count,
.vlog-header-bottom .vlog-watch-later-count {
    top: 11px;
}
.vlog-header-bottom .vlog-cart-icon a {
    padding: 20px 16px 14px;
}
.vlog-main-nav .sub-menu .sub-menu {
    left: 100%;
    top: 0;
    margin-left: 0;
    margin-top: -12px;
}
.vlog-actions-menu .sub-menu,
.vlog-mega-menu .sub-menu {
    width: 300px;
    padding: 20px;
    z-index: 1000;
    right: 0;
    left: auto;
}
.vlog-mega-menu .sub-menu {
    right: auto;
    left: 0;
}
.vlog-mega-menu .sub-menu .vlog-menu-posts {
    padding: 0;
    margin: 0;
}
.vlog-mega-menu .vlog-menu-posts .vlog-lay-h {
    padding: 0;
}
.vlog-site-header .vlog-main-nav .vlog-mega-menu .sub-menu a {
    font-size: inherit;
    line-height: inherit;
    padding-bottom: 0;
}
.vlog-site-header .vlog-main-nav .vlog-mega-menu .sub-menu li:hover {
    padding: 0;
    -webkit-transition: none;
    transition: none;
}
.vlog-actions-button.vlog-social-icons .sub-menu {
    width: 200px;
}
.vlog-actions-button.vlog-social-icons .sub-menu li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.vlog-actions-button:hover .sub-menu {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
    visibility: visible;
}
.vlog-listen-later-count,
.vlog-watch-later-count {
    border-radius: 50%;
    display: inline-block;
    color: #fff;
    text-align: center;
    font-size: 8px;
    min-width: 18px;
    height: 18px;
    line-height: 8px;
    padding: 5px 0;
    margin-right: 1px;
    position: absolute;
    top: 8px;
    right: 7px;
}
.vlog-actions-button.vlog-listen-later,
.vlog-actions-button.vlog-social-icons,
.vlog-actions-button.vlog-watch-later {
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.vlog-responsive-header .vlog-actions-button.vlog-listen-later:hover,
.vlog-responsive-header .vlog-actions-button.vlog-watch-later:hover {
    -webkit-box-shadow: none;
    box-shadow: none;
}
.vlog-actions-button.vlog-action-search.active,
.vlog-actions-button.vlog-listen-later:hover,
.vlog-actions-button.vlog-social-icons:hover,
.vlog-actions-button.vlog-watch-later:hover,
.vlog-responsive-header .vlog-actions-button.vlog-listen-later.active,
.vlog-responsive-header .vlog-actions-button.vlog-watch-later.active {
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.vlog-actions-button.vlog-action-search:hover span {
    background: 0 0;
}
.vlog-top-bar .vlog-slot-c ul > li {
    margin-left: 5px;
    margin-right: 5px;
}
.vlog-top-bar .vlog-slot-l ul > li {
    margin-right: 10px;
}
.vlog-top-bar .vlog-slot-r ul > li {
    margin-left: 10px;
}
.vlog-top-bar ul > li {
    display: inline-block;
    vertical-align: top;
    position: relative;
}
.vlog-top-bar .sub-menu > li {
    padding-right: 15px;
    -webkit-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
}
.vlog-top-bar .sub-menu > li:hover {
    padding-right: 10px;
    padding-left: 5px;
}
.vlog-top-bar ul ul {
    display: none;
    position: absolute;
    top: 100%;
    left: -15px;
    z-index: 1002;
    padding: 10px 0 8px 15px;
    min-width: 150px;
    text-align: left;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
}
.vlog-top-bar ul li:hover > ul,
.vlog-top-bar ul ul li {
    display: block;
}
.vlog-top-bar ul ul li a {
    margin: 0;
    display: block;
    float: left;
    width: 100%;
    padding: 0;
}
.vlog-top-bar ul li a {
    font-size: 10px;
    line-height: 18px;
    padding: 12px 0;
    float: left;
    -webkit-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
    letter-spacing: 1px;
}
.vlog-top-bar .vlog-soc-menu li a {
    padding: 12px 0;
    height: 50px;
    width: 15px;
}
.vlog-top-bar .vlog-site-date {
    font-size: 10px;
    line-height: 20px;
    padding: 12px 0;
    letter-spacing: 1px;
}
.vlog-top-bar ul.sub-menu > li {
    float: left;
    width: 100%;
    margin-bottom: 5px;
    margin-right: 0;
}
.vlog-top-bar ul.sub-menu > li:last-child {
    margin-bottom: 0;
}
.vlog-top-bar .sub-menu a {
    line-height: 17px;
    padding-bottom: 3px;
}
.vlog-soc-menu a:before,
.vlog-soc-menu a[href*="patreon.com"]::before {
    line-height: 26px;
    text-decoration: none;
}
.vlog-top-bar .sub-menu .sub-menu {
    left: 100%;
    top: -10px;
}
.vlog-soc-menu a:before {
    font-family: FontAwesome;
}
.vlog-soc-menu li a {
    position: relative;
    text-decoration: none;
    display: block;
    text-align: center;
}
.vlog-actions-button .vlog-button-search,
.vlog-main-nav li:last-child .sub-menu .sub-menu,
.vlog-main-nav li:nth-last-child(-n + 2) .sub-menu .sub-menu,
.vlog-social-name {
    display: none;
}
.header-top .vlog-soc-menu a:hover {
    color: #fff;
}
.vlog-social-name {
    opacity: 0;
    font-size: 12px;
}
.vlog-soc-menu li a:before {
    font-size: 13px;
    font-weight: 400;
}
.vlog-soc-menu a[href*="@"]::before {
    content: "\f0e0";
}
.vlog-soc-menu a[href*="codepen."]::before {
    content: "\f1cb";
}
.vlog-soc-menu a[href*="digg."]::before {
    content: "\f1a6";
}
.vlog-soc-menu a[href*="dribbble."]::before {
    content: "\f17d";
}
.vlog-soc-menu a[href*="dropbox."]::before {
    content: "\f16b";
}
.vlog-soc-menu a[href*="facebook."]::before {
    content: "\f09a";
}
.vlog-soc-menu a[href*="flickr."]::before {
    content: "\f16e";
}
.vlog-soc-menu a[href*="foursquare."]::before {
    content: "\f180";
}
.vlog-soc-menu a[href*="google."]::before {
    content: "\f0d5";
}
.vlog-soc-menu a[href*="github."]::before {
    content: "\f09b";
}
.vlog-soc-menu a[href*="instagram."]::before {
    content: "\f16d";
}
.vlog-soc-menu a[href*="linkedin."]::before {
    content: "\f0e1";
}
.vlog-soc-menu a[href*="last.fm"]::before {
    content: "\f202";
}
.vlog-soc-menu a[href*="pinterest."]::before {
    content: "\f0d2";
}
.vlog-soc-menu a[href*="reddit."]::before {
    content: "\f1a1";
}
.vlog-soc-menu a[href*="soundcloud."]::before {
    content: "\f1be";
}
.vlog-soc-menu a[href*="spotify."]::before {
    content: "\f1bc";
}
.vlog-soc-menu a[href*="stumbleupon."]::before {
    content: "\f1a4";
}
.vlog-soc-menu a[href*="tumblr."]::before {
    content: "\f173";
}
.vlog-soc-menu a[href*="twitter."]::before {
    content: "\f099";
}
.vlog-soc-menu a[href*="twitch."]::before {
    content: "\f1e8";
}
.vlog-soc-menu a[href*="vimeo."]::before {
    content: "\f194";
}
.vlog-soc-menu a[href*="vine."]::before {
    content: "\f1ca";
}
.vlog-soc-menu a[href*="vk."]::before {
    content: "\f189";
}
.vlog-soc-menu a[href*="wordpress."]::before {
    content: "\f19a";
}
.vlog-soc-menu a[href*="xing."]::before {
    content: "\f168";
}
.vlog-soc-menu a[href*="youtube."]::before {
    content: "\f16a";
}
.vlog-soc-menu a[href*="medium."]::before {
    content: "\f23a";
}
.vlog-soc-menu a[href*="buysellads."]::before {
    content: "\f20d";
}
.vlog-soc-menu a[href*="behance."]::before {
    content: "\f1b4";
}
.vlog-soc-menu a[href*="slack."]::before {
    content: "\f198";
}
.vlog-soc-menu a[href*="weibo."]::before {
    content: "\f18a";
}
.vlog-soc-menu a[href*="snapchat."]::before {
    content: "\f2ac ";
}
.vlog-soc-menu a[href*="500px."]::before {
    content: "\f26e";
}
.vlog-soc-menu a[href*="amazon."]::before {
    content: "\f270";
}
.vlog-soc-menu a[href*="mixcloud."]::before {
    content: "\f289";
}
.vlog-soc-menu a[href*="ok.ru"]::before {
    content: "\f263";
}
.vlog-soc-menu a[href*="patreon."]::before {
    content: "\71";
}
.vlog-soc-menu a[href*="”telegram."]::before,
.vlog-soc-menu a[href*="t.me"]::before {
    content: "\f2c6";
}
.vlog-mailto {
    background-color: #95a5a6;
}
.vlog-whatsapp {
    background-color: #25d366;
}
.vlog-actions-button .vlog-soc-menu li a[href*="/feed"]:before,
.vlog-actions-button .vlog-soc-menu li a[href*="/rss"]:before {
    background-color: #fa9b39;
}
.vlog-actions-button .vlog-soc-menu li a[href*="@"]:before {
    background-color: #aaa;
}
.vlog-actions-button .vlog-soc-menu li a[href*="codepen."]:before,
.vlog-actions-button .vlog-soc-menu li a[href*="digg."]:before {
    background-color: #fff;
}
.vlog-actions-button .vlog-soc-menu li a[href*="dribbble."]:before {
    background-color: #ea4c89;
}
.vlog-actions-button .vlog-soc-menu li a[href*="dropbox."]:before {
    background-color: #007ee5;
}
.vlog-actions-button .vlog-soc-menu li a[href*="facebook."]:before,
.vlog-facebook {
    background-color: #3b5998;
}
.vlog-actions-button .vlog-soc-menu li a[href*="flickr."]:before {
    background-color: #ff0084;
}
.vlog-actions-button .vlog-soc-menu li a[href*="foursquare."]:before {
    background-color: #0732a2;
}
.vlog-actions-button .vlog-soc-menu li a[href*="google."]:before,
.vlog-gplus {
    background-color: #dd4b39;
}
.vlog-actions-button .vlog-soc-menu li a[href*="github."]:before {
    background-color: #4183c4;
}
.vlog-actions-button .vlog-soc-menu li a[href*="instagram."]:before {
    background-color: #3f729b;
}
.vlog-actions-button .vlog-soc-menu li a[href*="linkedin."]:before,
.vlog-linkedin {
    background-color: #0e76a8;
}
.vlog-actions-button .vlog-soc-menu li a[href*="last.fm"]:before {
    background-color: #e31b23;
}
.vlog-actions-button .vlog-soc-menu li a[href*="pinterest."]:before,
.vlog-pinterest {
    background-color: #c8232c;
}
.vlog-actions-button .vlog-soc-menu li a[href*="reddit."]:before,
.vlog-reddit {
    background-color: #369;
}
.vlog-actions-button .vlog-soc-menu li a[href*="soundcloud."]:before {
    background-color: #f50;
}
.vlog-actions-button .vlog-soc-menu li a[href*="spotify."]:before {
    background-color: #81b900;
}
.vlog-actions-button .vlog-soc-menu li a[href*="stumbleupon."]:before,
.vlog-stumbleupon {
    background-color: #ff2618;
}
.vlog-actions-button .vlog-soc-menu li a[href*="tumblr."]:before {
    background-color: #34526f;
}
.vlog-actions-button .vlog-soc-menu li a[href*="twitter."]:before,
.vlog-twitter {
    background-color: #55acee;
}
.vlog-actions-button .vlog-soc-menu li a[href*="twitch."]:before,
.vlog-twitch {
    background-color: #6441a4;
}
.vlog-actions-button .vlog-soc-menu li a[href*="vimeo."]:before {
    background-color: #1ab7ea;
}
.vlog-actions-button .vlog-soc-menu li a[href*="vine."]:before {
    background-color: #00d9a3;
}
.vlog-actions-button .vlog-soc-menu li a[href*="vk."]:before,
.vlog-vKontakte {
    background-color: #4e729a;
}
.vlog-actions-button .vlog-soc-menu li a[href*="wordpress."]:before {
    background-color: #21759b;
}
.vlog-actions-button .vlog-soc-menu li a[href*="xing."]:before {
    background-color: #026466;
}
.vlog-actions-button .vlog-soc-menu li a[href*="youtube."]:before {
    background-color: #c4302b;
}
.vlog-actions-button .vlog-soc-menu li a[href*="medium."]:before {
    background-color: #57ad68;
}
.vlog-actions-button .vlog-soc-menu li a[href*="buysellads."]:before {
    background-color: #c90100;
}
.vlog-actions-button .vlog-soc-menu li a[href*="behance."]:before {
    background-color: #1769ff;
}
.vlog-actions-button .vlog-soc-menu li a[href*="slack."]:before {
    background-color: #6ecadc;
}
.vlog-actions-button .vlog-soc-menu li a[href*="weibo."]:before {
    background-color: #b53434;
}
.vlog-actions-button .vlog-soc-menu li a[href*="snapchat."]:before {
    background-color: #fffc00;
}
.vlog-actions-button .vlog-soc-menu li a[href*="500px."]:before {
    background-color: #0099e5;
}
.vlog-actions-button .vlog-soc-menu li a[href*="amazon."]:before {
    background-color: #f90;
}
.vlog-actions-button .vlog-soc-menu li a[href*="mixcloud."]:before {
    background-color: #314359;
}
.vlog-actions-button .vlog-soc-menu li a[href*="ok.ru"]:before {
    background-color: #ed812b;
}
.vlog-actions-button .vlog-soc-menu li a[href*="patreon."]:before {
    background-color: #052d49;
}
.vlog-actions-button .vlog-soc-menu li a[href*="tiktok."]:before {
    background-color: #ff0050;
}
.vlog-actions-button .vlog-soc-menu li a[href*="t.me"]:before,
.vlog-actions-button .vlog-soc-menu li a[href*="telegram."]:before {
    background-color: #08c;
}
.vlog-site-header .vlog-actions-social-list .vlog-soc-menu li a[href*="/rss"]:before,
.vlog-site-header .vlog-actions-social-list.vlog-soc-menu li:hover a[href*="/feed"]:before {
    color: #fa9b39;
}
.vlog-site-header .vlog-actions-social-list.vlog-soc-menu li:hover a[href*="@"]:before {
    color: #aaa;
}
.vlog-site-header .vlog-actions-social-list.vlog-soc-menu li:hover a[href*="codepen."]:before,
.vlog-site-header .vlog-actions-social-list.vlog-soc-menu li:hover a[href*="digg."]:before {
    color: #fff;
}
.vlog-site-header .vlog-actions-social-list.vlog-soc-menu li:hover a[href*="dribbble."]:before {
    color: #ea4c89;
}
.vlog-site-header .vlog-actions-social-list.vlog-soc-menu li:hover a[href*="dropbox."]:before {
    color: #007ee5;
}
.vlog-site-header .vlog-actions-social-list.vlog-soc-menu li:hover a[href*="facebook."]:before {
    color: #3b5998;
}
.vlog-site-header .vlog-actions-social-list.vlog-soc-menu li:hover a[href*="flickr."]:before {
    color: #ff0084;
}
.vlog-site-header .vlog-actions-social-list.vlog-soc-menu li:hover a[href*="foursquare."]:before {
    color: #0732a2;
}
.vlog-site-header .vlog-actions-social-list.vlog-soc-menu li:hover a[href*="google."]:before {
    color: #dd4b39;
}
.vlog-site-header .vlog-actions-social-list.vlog-soc-menu li:hover a[href*="github."]:before {
    color: #4183c4;
}
.vlog-site-header .vlog-actions-social-list.vlog-soc-menu li:hover a[href*="instagram."]:before {
    color: #3f729b;
}
.vlog-site-header .vlog-actions-social-list.vlog-soc-menu li:hover a[href*="linkedin."]:before {
    color: #0e76a8;
}
.vlog-site-header .vlog-actions-social-list.vlog-soc-menu li:hover a[href*="last.fm"]:before {
    color: #e31b23;
}
.vlog-site-header .vlog-actions-social-list.vlog-soc-menu li:hover a[href*="pinterest."]:before {
    color: #c8232c;
}
.vlog-site-header .vlog-actions-social-list.vlog-soc-menu li:hover a[href*="reddit."]:before {
    color: #369;
}
.vlog-site-header .vlog-actions-social-list.vlog-soc-menu li:hover a[href*="soundcloud."]:before {
    color: #f50;
}
.vlog-site-header .vlog-actions-social-list.vlog-soc-menu li:hover a[href*="spotify."]:before {
    color: #81b900;
}
.vlog-site-header .vlog-actions-social-list.vlog-soc-menu li:hover a[href*="stumbleupon."]:before {
    color: #ff2618;
}
.vlog-site-header .vlog-actions-social-list.vlog-soc-menu li:hover a[href*="tumblr."]:before {
    color: #34526f;
}
.vlog-site-header .vlog-actions-social-list.vlog-soc-menu li:hover a[href*="twitter."]:before {
    color: #55acee;
}
.vlog-site-header .vlog-actions-social-list.vlog-soc-menu li:hover a[href*="twitch."]:before {
    color: #6441a4;
}
.vlog-site-header .vlog-actions-social-list.vlog-soc-menu li:hover a[href*="vimeo."]:before {
    color: #1ab7ea;
}
.vlog-site-header .vlog-actions-social-list.vlog-soc-menu li:hover a[href*="vine."]:before {
    color: #00d9a3;
}
.vlog-site-header .vlog-actions-social-list.vlog-soc-menu li:hover a[href*="vk."]:before {
    color: #4e729a;
}
.vlog-site-header .vlog-actions-social-list.vlog-soc-menu li:hover a[href*="wordpress."]:before {
    color: #21759b;
}
.vlog-site-header .vlog-actions-social-list.vlog-soc-menu li:hover a[href*="xing."]:before {
    color: #026466;
}
.vlog-site-header .vlog-actions-social-list.vlog-soc-menu li:hover a[href*="youtube."]:before {
    color: #c4302b;
}
.vlog-site-header .vlog-actions-social-list.vlog-soc-menu li:hover a[href*="medium."]:before {
    color: #57ad68;
}
.vlog-site-header .vlog-actions-social-list.vlog-soc-menu li:hover a[href*="buysellads."]:before {
    color: #c90100;
}
.vlog-site-header .vlog-actions-social-list.vlog-soc-menu li:hover a[href*="behance."]:before {
    color: #1769ff;
}
.vlog-site-header .vlog-actions-social-list.vlog-soc-menu li:hover a[href*="slack."]:before {
    color: #6ecadc;
}
.vlog-site-header .vlog-actions-social-list.vlog-soc-menu li:hover a[href*="weibo."]:before {
    color: #b53434;
}
.vlog-site-header .vlog-actions-social-list.vlog-soc-menu li:hover a[href*="500px."]:before {
    color: #0099e5;
}
.vlog-site-header .vlog-actions-social-list.vlog-soc-menu li:hover a[href*="amazon."]:before {
    color: #f90;
}
.vlog-site-header .vlog-actions-social-list.vlog-soc-menu li:hover a[href*="mixcloud."]:before {
    color: #314359;
}
.vlog-site-header .vlog-actions-social-list.vlog-soc-menu li:hover a[href*="ok.ru"]:before {
    color: #ed812b;
}
.vlog-site-header .vlog-actions-social-list.vlog-soc-menu li:hover a[href*="patreon."]:before {
    color: #052d49;
}
.vlog-site-header .vlog-actions-social-list.vlog-soc-menu li:hover a[href*="t.me"]:before,
.vlog-site-header .vlog-actions-social-list.vlog-soc-menu li:hover a[href*="telegram."]:before {
    color: #08c;
}
.vlog-site-header .vlog-actions-social-list.vlog-soc-menu li:hover a[href*="tiktok."]:before {
    color: #ff0050;
}
.vlog-actions-button .vlog-soc-menu li,
.vlog-actions-social-list.vlog-soc-menu li a {
    -webkit-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
}
.vlog-actions-button .vlog-soc-menu li:hover {
    padding-left: 5px;
}
.vlog-search-form {
    position: relative;
}
.vlog-action-search .vlog-search-form input[type="text"] {
    background: 0 0;
    height: 52px;
    padding: 0 20px;
    font-size: 14px;
    border-color: transparent;
}
.vlog-action-search .vlog-search-form input[type="text"]:focus {
    border-color: transparent;
}
.vlog-button-search {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 60px;
}
.vlog-action-search.vlog-actions-button:hover .sub-menu {
    opacity: 0;
    visibility: hidden;
}
.vlog-action-search .sub-menu {
    padding: 0;
    width: 250px;
}
.vlog-action-search.active.vlog-actions-button .sub-menu,
.vlog-action-search.active.vlog-actions-button:hover .sub-menu,
.vlog-listen-later.active.vlog-actions-button .sub-menu,
.vlog-watch-later.active.vlog-actions-button .sub-menu {
    opacity: 1;
    visibility: visible;
}
.vlog-in-popup li {
    margin-bottom: 8px;
}
.vlog-in-popup li:last-child {
    margin-bottom: 0;
}
.vlog-in-popup li a {
    text-align: left;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.vlog-in-popup .vlog-social-name {
    opacity: 1;
    display: inline-block;
    vertical-align: top;
}
.vlog-in-popup li a:before {
    height: 25px;
    width: 25px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-right: 8px;
    border-radius: 50%;
    color: #fff;
    text-align: center;
}
.vlog-actions-search .vlog-search-form {
    margin: 10px 0;
}
.vlog-actions-search input[type="text"] {
    width: 210px;
    line-height: 20px;
    font-size: 14px;
    background: 0 0;
}
.vlog-actions-search .vlog-button-search {
    width: 50px;
}
.vlog-actions-social-list {
    list-style: none;
}
.vlog-menu > li {
    -webkit-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
}
.vlog-menu > li.menu-item-has-children:hover {
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.vlog-menu .vlog-actions-social-list,
.vlog-menu .vlog-actions-social-list li {
    display: inline-block;
    vertical-align: top;
}
.vlog-menu .vlog-actions-social-list li a {
    font-size: 20px;
    z-index: 1001;
    line-height: 1;
    float: left;
    position: relative;
    padding: 16px 7px;
}
.vlog-menu .vlog-actions-social-list li a:before {
    font-size: 18px;
    line-height: 1;
}
.vlog-header-bottom .vlog-actions-social-list li a {
    padding: 19px 7px 16px;
}
.vlog-header-bottom .vlog-main-nav > li > a {
    padding: 17px 15px;
}
.vlog-header-bottom .vlog-main-nav li .sub-menu a {
    padding-top: 2px;
    padding-bottom: 13px;
}
.vlog-header-bottom .vlog-main-nav li:not(.menu-item-has-children):hover > a {
    background: 0 0;
}
.vlog-menu .vlog-button-search {
    width: 45px;
    font-size: 20px;
}
.vlog-menu .vlog-actions-search input[type="text"] {
    border-radius: 20px;
    padding: 10px 40px 10px 15px;
}
.vlog-header-1 .vlog-slot-r .vlog-menu > li.vlog-actions-button:last-child,
.vlog-header-2 .vlog-slot-r .vlog-menu > li.vlog-actions-button:last-child,
.vlog-header-3 .vlog-slot-r .vlog-menu > li.vlog-actions-button:last-child,
.vlog-header-5 .vlog-slot-r .vlog-menu > li.vlog-actions-button:last-child,
.vlog-header-6 .vlog-slot-r .vlog-menu > li.vlog-actions-button:last-child,
.vlog-sticky-header .vlog-slot-r .vlog-menu > li.vlog-actions-button:last-child {
    margin-right: -18px;
}
.vlog-header-1 .vlog-slot-r .vlog-menu .vlog-actions-social-list li:last-child,
.vlog-header-2 .vlog-slot-r .vlog-menu .vlog-actions-social-list li:last-child,
.vlog-header-3 .vlog-slot-r .vlog-menu .vlog-actions-social-list li:last-child,
.vlog-header-5 .vlog-slot-r .vlog-menu .vlog-actions-social-list li:last-child,
.vlog-header-6 .vlog-slot-r .vlog-menu .vlog-actions-social-list li:last-child,
.vlog-sticky-header .vlog-slot-r .vlog-menu .vlog-actions-social-list li:last-child {
    margin-right: -5px;
}
.vlog-header-3 .vlog-slot-l .vlog-menu > li:first-child,
.vlog-header-5 .vlog-slot-l .vlog-menu > li:first-child,
.vlog-header-6 .vlog-slot-l .vlog-menu > li:first-child {
    margin-left: -16px;
}
.vlog-ll-empty,
.vlog-wl-empty {
    text-transform: none;
    font-size: 14px;
    width: 150px;
    line-height: 22px;
    margin: 0 auto;
    position: relative;
}
.vlog-small-border:before {
    content: "";
    border-top: 1px solid;
    width: 90px;
    height: 1px;
    margin: 0 auto 18px;
    display: block;
}
.vlog-ll-empty .fv,
.vlog-wl-empty .fv {
    display: block;
    font-size: 52px;
    text-align: center;
    clear: both;
    margin: 10px 0;
}
.vlog-ll-empty p,
.vlog-wl-empty p {
    margin-bottom: 0;
}
.vlog-small-border {
    padding: 18px 0 10px;
}
.vlog-menu-posts .vlog-lay-h {
    width: 100%;
    margin-bottom: 18px;
}
.vlog-menu-posts .vlog-lay-h .entry-header {
    margin-top: 0;
}
.vlog-menu-posts .vlog-lay-h:last-child {
    margin-bottom: 0;
}
.sub-menu .vlog-menu-posts {
    margin: 0 -18px;
}
.vlog-wl-action .vlog-button {
    width: 100%;
}
.vlog-wl-action {
    clear: both;
    border-top: 1px solid;
    padding-top: 18px;
}
.vlog-sticky-header .vlog-slot-l {
    height: 60px;
    display: table;
}
.vlog-sticky-header .vlog-slot-l .vlog-site-branding {
    display: table-cell;
    vertical-align: middle;
}
.vlog-responsive-header .vlog-action-search,
.vlog-responsive-header .vlog-listen-later,
.vlog-responsive-header .vlog-watch-later {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 999999;
    height: 50px;
    max-width: 50px;
    width: auto;
}
.vlog-responsive-header .vlog-actions-button:nth-child(2) {
    right: 50px;
}
.vlog-responsive-header .vlog-actions-button:nth-child(3) {
    right: 100px;
}
.vlog-responsive-header .vlog-actions-button:first-child {
    right: 0;
}
.vlog-responsive-header .vlog-watch-later.active.vlog-actions-button:nth-child(2) .sub-menu {
    right: -50px;
}
.vlog-responsive-header .vlog-watch-later.active.vlog-actions-button:nth-child(3) .sub-menu {
    right: -100px;
}
.vlog-responsive-header .vlog-actions-button > span {
    float: right;
    z-index: 99999;
    padding: 13px 15px;
}
.vlog-responsive-header .vlog-action-search .sub-menu,
.vlog-responsive-header .vlog-listen-later .sub-menu,
.vlog-responsive-header .vlog-watch-later .sub-menu {
    width: auto;
    opacity: 0;
    visibility: hidden;
}
.vlog-responsive-header .vlog-action-search.active.vlog-actions-button .sub-menu,
.vlog-responsive-header .vlog-listen-later.active.vlog-actions-button .sub-menu,
.vlog-responsive-header .vlog-watch-later.active.vlog-actions-button .sub-menu {
    position: absolute;
    right: 0;
    top: 50px;
    width: 100%;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
    z-index: 1002;
}
.vlog-responsive-header .active.vlog-actions-button:nth-child(2) .sub-menu {
    right: -50px;
}
.vlog-responsive-header .active.vlog-actions-button:nth-child(3) .sub-menu {
    right: -100px;
}
.vlog-responsive-header .sub-menu .vlog-menu-posts {
    width: 100%;
    max-width: 991px;
    float: left;
    padding: 20px 0 !important;
    margin: 0;
}
.vlog-responsive-header .dl-menu.dl-subview li > .sub-menu {
    padding: 0 !important;
    width: 100% !important;
}
.vlog-responsive-header .col-sm-5 {
    width: 29%;
}
.vlog-responsive-header .col-sm-7 {
    width: 71%;
}
.vlog-responsive-header .entry-header a,
.vlog-responsive-header .entry-image a {
    padding: 0;
    margin: 0;
    width: 100%;
}
.vlog-responsive-header .entry-image img {
    width: 100%;
}
.vlog-responsive-header .vlog-menu-posts .vlog-lay-h {
    width: 50%;
    padding: 0 18px;
}
.vlog-responsive-header .vlog-mega-menu .sub-menu {
    padding: 0;
}
.vlog-responsive-header .vlog-action-search .vlog-search-form input[type="text"],
.vlog-responsive-header .vlog-action-search .vlog-search-form input[type="text"]:focus {
    font-size: 16px;
}
.vlog-social-icons li {
    list-style: none;
}
.vlog-remove-ll,
.vlog-remove-wl {
    position: absolute;
    right: 2px;
    top: 0;
    height: 20px;
    width: 20px;
    text-align: center;
    line-height: 23px;
    font-size: 11px;
    padding: 0;
    opacity: 0;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.vlog-menu-posts .row:hover .vlog-remove-ll,
.vlog-menu-posts .row:hover .vlog-remove-wl {
    opacity: 1;
    margin: 0 5px 0 0;
}
.vlog-menu-posts .no-left-padding {
    position: static;
}
.vlog-main-nav > li > .sub-menu .sub-menu.vlog-rev {
    left: initial;
    right: 100%;
}
.vlog-main-nav li .vlog-rev {
    left: auto;
    right: 0;
}
.vlog-main-nav li .sub-menu .vlog-rev {
    left: auto;
    right: 100%;
}
.vlog-site-header .vlog-main-nav li:last-child .sub-menu li:hover .sub-menu,
.vlog-site-header .vlog-main-nav li:nth-last-child(-n + 2) .sub-menu li:hover .sub-menu {
    display: block;
}
.vlog-site-header .sub-menu .sub-menu {
    -webkit-transition: opacity 0.15s ease-in-out;
    transition: opacity 0.15s ease-in-out;
}
.vlog-responsive-header .vlog-actions-button.active:only-child .sub-menu {
    right: 0;
}
.vlog-action-search span,
.vlog-watch-later span {
    cursor: pointer;
}
.vlog-actions-menu .vlog-action-login:hover {
    cursor: auto;
}
.vlog-actions-menu .vlog-action-login .fv-close:before {
    content: "\6b";
}
.vlog-actions-menu .vlog-action-login .sub-menu {
    padding: 20px;
    text-transform: initial;
}
.vlog-actions-menu .vlog-action-login .sub-menu p {
    margin: 0 0 12px;
}
.vlog-actions-menu .vlog-action-login .sub-menu a {
    display: block;
    line-height: 1;
}
.vlog-actions-menu .vlog-action-login .sub-menu a img {
    float: left;
    margin-right: 10px;
    margin-bottom: 0;
}
.vlog-actions-menu .vlog-action-login .sub-menu .btn-logout {
    display: inline;
    color: #fff;
    font-size: 12px;
    padding: 11px 21px;
}
.vlog-actions-menu .vlog-action-login .sub-menu .vlog-username {
    margin-bottom: 15px;
}
#vlog-menu-item-more {
    display: none;
}
.vlog-mod-head {
    margin-bottom: 25px;
    margin-top: -6px;
	border-bottom:2px solid #CCC;
}
.vlog-mod-title {
    display: inline-block;
}
.vlog-mod-title .h4,
.vlog-mod-title h4 {
    line-height: 1;
    margin-bottom: 0;
}
.vlog-mod-desc {
    margin-top: 16px;
}
.vlog-mod-desc img {
    border-radius: 50%;
    float: left;
    margin-right: 24px;
}
.vlog-mod-desc p:last-child {
    margin-bottom: 0;
}
.vlog-slider-controls {
    float: right;
    display: inline-block;
    vertical-align: top;
}
.vlog-all-link,
.vlog-mod-actions {
    display: inline-block;
    vertical-align: middle;
    float: right;
    margin: 5px 0 0;
}
.module-series .meta-item {
    text-transform: uppercase;
    font-size: 12px;
}
.module-series .entry-header {
    width: 70%;
    margin: 0 auto 5px;
}
.module-text .vlog-txt-module {
    margin-bottom: 54px;
}
.module-text:last-child .vlog-txt-module {
    margin-bottom: 0;
}
.entry-image {
    position: relative;
}
.entry-image a {
    display: block;
}
.entry-image a .vlog-format-action {
    opacity: 0;
}
.entry-image a:hover .vlog-format-action,
.module-series .entry-image a .vlog-format-action {
    opacity: 1;
}
.vlog-featured-3 .vlog-cover img,
.vlog-prev-next-cover-nav .vlog-pn-ico {
    opacity: 0.5;
}
.entry-image a .vlog-format-loader {
    margin: -60px 0 0 -60px;
}
.entry-category a {
    font-size: 12px;
}
.entry-category,
.entry-category a {
    line-height: 26px;
}
.entry-category a,
.meta-item a {
    -webkit-transition: color 0.15s ease-in-out;
    transition: color 0.15s ease-in-out;
}
.no-left-padding {
    padding-left: 0;
}
.vlog-module .lay-horizontal .entry-category {
    margin-top: -8px;
    display: block;
}
.lay-horizontal .entry-content p,
.vlog-post p:last-child {
    margin-bottom: 0;
}
.vlog-mod-actions {
    display: inline-block;
    vertical-align: middle;
    float: right;
}
#cancel-comment-reply-link,
.comment-reply-link,
.vlog-rm,
a.added_to_cart,
a.button.product_type_simple.add_to_cart_button {
    font-size: 11px;
    line-height: 26px;
    text-transform: uppercase;
    border: 1px solid;
    padding: 3px 15px;
    margin: 15px 0 0;
    float: left;
    -webkit-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
}
.vlog-lay-d a.button.product_type_simple.add_to_cart_button,
.vlog-lay-e a.button.product_type_simple.add_to_cart_button,
.vlog-lay-f a.button.product_type_simple.add_to_cart_button,
.vlog-lay-g a.button.product_type_simple.add_to_cart_button,
.vlog-lay-h a.button.product_type_simple.add_to_cart_button {
    margin-top: 5px;
}
.vlog-lay-h a.button.product_type_simple.add_to_cart_button {
    padding: 0 12px;
    font-size: 10px;
    height: 25px;
    line-height: 25px;
}
a.added_to_cart {
    margin-left: 2px;
}
.vlog-mod-actions .vlog-all-link {
    font-size: 10px;
    margin: 1px 0 0;
    padding: 6px 8px;
    line-height: 1;
    float: left;
    text-transform: uppercase;
    border: 1px solid;
    -webkit-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
}
.comment-reply-link {
    float: none;
    padding: 6px 12px;
}
.comment-reply-link:hover {
    text-decoration: none;
}
.vlog-all-link,
.vlog-slider-controls {
    margin-left: 10px;
}
.vlog-slider-controls .owl-next,
.vlog-slider-controls .owl-prev {
    display: inline-block;
    vertical-align: top;
    height: 24px;
    width: 24px;
    text-align: center;
    border: 1px solid;
    padding: 2px 0;
    line-height: 1;
    margin-top: 1px;
}
.vlog-slider-controls .owl-next:hover,
.vlog-slider-controls .owl-prev:hover {
    cursor: pointer;
}
.vlog-slider-controls .owl-prev {
    margin-right: 5px;
}
.vlog-slider-controls .fa {
    font-size: 17px;
}
.vlog-lay-a .entry-image {
    margin-bottom: 15px;
}
.vlog-lay-a .entry-title {
    margin-bottom: 3px;
}
.vlog-lay-a .entry-meta {
    margin-bottom: 10px;
}
.col-vlog-offset {
    padding: 0;
    max-width: 768px;
    margin: 0 auto;
}
.vlog-module .vlog-lay-a .entry-category {
    margin-bottom: 3px;
    margin-top: 1px;
}
.vlog-lay-a .entry-category,
.vlog-lay-a .entry-category a {
    line-height: 20px;
    display: inline-block;
    vertical-align: middle;
}
.vlog-lay-b {
    width: 100%;
}
.vlog-lay-b .entry-category {
    margin-bottom: 2px;
}
.vlog-lay-b .entry-title {
    margin-bottom: 3px;
}
.vlog-lay-b .entry-meta {
    margin-bottom: 10px;
}
.vlog-lay-b .entry-content p,
.vlog-lay-c .entry-content p,
.vlog-lay-d .entry-content p,
.vlog-lay-e .entry-content p {
    line-height: 1.57;
}
.vlog-lay-b .entry-category,
.vlog-lay-b .entry-category a,
.vlog-lay-c .entry-category,
.vlog-lay-c .entry-category a {
    line-height: 20px;
    display: inline-block;
    vertical-align: middle;
}
.vlog-module .vlog-lay-b .entry-category {
    margin-bottom: 5px;
    margin-top: -5px;
}
.vlog-lay-c .entry-image {
    margin-bottom: 15px;
}
.vlog-lay-c .entry-title {
    margin-bottom: 3px;
}
.vlog-lay-c .entry-meta {
    margin-bottom: 10px;
}
.vlog-module .vlog-lay-c .entry-category {
    margin-bottom: 3px;
    margin-top: 3px;
}
.vlog-module .vlog-lay-d .entry-category {
    margin-bottom: 4px;
    margin-top: -5px;
}
.vlog-lay-d .entry-category,
.vlog-lay-d .entry-category a {
    line-height: 18px;
    display: inline-block;
    vertical-align: middle;
}
.vlog-lay-e .entry-title {
    margin-bottom: 0;
}
.vlog-lay-e .entry-image {
    margin-bottom: 10px;
}
.vlog-lay-e .entry-category {
    margin-bottom: 4px;
}
.vlog-lay-e .entry-category,
.vlog-lay-e .entry-category a {
    line-height: 22px;
    display: inline-block;
    vertical-align: middle;
}
.vlog-lay-f .entry-category,
.vlog-lay-f .entry-category a,
.vlog-lay-g .entry-category,
.vlog-lay-g .entry-category a,
.vlog-lay-h .entry-category,
.vlog-lay-h .entry-category a {
    line-height: 16px;
    display: inline-block;
}
.vlog-module .vlog-lay-f.lay-horizontal .entry-category {
    margin-top: -5px;
    margin-bottom: 3px;
}
.vlog-lay-g .entry-image {
    margin-bottom: 5px;
}
.vlog-lay-g .entry-category {
    margin-bottom: 4px;
}
.vlog-module .vlog-lay-h.lay-horizontal .entry-category {
    margin-top: -5px;
    margin-bottom: 3px;
}
.vlog-lay-h .entry-category {
    margin-bottom: 4px;
}
.vlog-post.vlog-lay-h .entry-image:hover img {
    -webkit-transition: none;
    transition: none;
    -webkit-transform: none;
    transform: none;
}
.col-lg-3 .vlog-lay-c,
.col-lg-3 .vlog-lay-g,
.col-lg-3 .vlog-lay-h,
.col-lg-4 .vlog-lay-c,
.col-lg-4 .vlog-lay-e,
.col-lg-4 .vlog-lay-f,
.col-lg-6 .vlog-lay-b,
.col-lg-6 .vlog-lay-c,
.col-lg-6 .vlog-lay-d {
    width: 100%;
    max-width: 100%;
}
.col-lg-3 .vlog-lay-f,
.col-lg-4 .vlog-lay-g,
.col-lg-6 .vlog-lay-f,
.col-lg-6 .vlog-lay-g,
.col-lg-6 .vlog-lay-h,
.col-lg-8 .vlog-lay-e,
.col-lg-8 .vlog-lay-f,
.col-lg-8 .vlog-lay-g {
    width: 50%;
    max-width: 100%;
}
.col-lg-9 .vlog-lay-f,
.col-lg-9 .vlog-lay-g,
.col-lg-9 .vlog-lay-h {
    width: 33.33%;
    max-width: 100%;
}
.vlog-module .owl-item article {
    width: 100%;
    padding: 0;
}
.vlog-module .owl-carousel.owl-loaded {
    margin: 0;
}
.owl-item {
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0) scale(1, 1);
}
.vlog-no-sid .vlog-lay-d .h5,
.vlog-no-sid .vlog-lay-e .h5,
.vlog-no-sid .vlog-lay-f .h5 {
    margin-top: 0;
    line-height: 1.44;
    margin-bottom: 0;
}
.vlog-no-sid .vlog-lay-g .h6 {
    margin-top: 0;
    line-height: 1.35;
    margin-bottom: 0;
}
.vlog-site-footer {
    float: left;
    width: 100%;
    background: #2c3e50;
    color: rgba(255, 255, 255, 0.5);
    padding: 0;
}
.vlog-copyright {
    background: rgba(0, 0, 0, 0.25);
    height: 70px;
    text-transform: uppercase;
    font-size: 10px;
    padding: 28px 0;
    letter-spacing: 1px;
}
.vlog-site-footer .vlog-copyright p {
    margin-bottom: 0;
    font-size: 10px;
    letter-spacing: 1px;
}
.vlog-site-footer p {
    line-height: 1.57;
}
.vlog-copyright a:hover {
    color: #fff;
}
.vlog-copyright p {
    color: rgba(255, 255, 255, 0.5);
}
.vlog-site-footer .widget {
    border: none;
    padding: 0;
}
.vlog-site-footer .widget_calendar .widget-title {
    padding: 20px 0 13px;
}
.vlog-site-footer .widget:first-child {
    margin-top: 50px;
}
.vlog-site-footer .widget:last-child {
    margin-bottom: 50px;
}
.vlog-site-footer .widget-title {
    border-bottom: none;
    margin-bottom: 20px;
}
.vlog-site-footer a {
    -webkit-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
}
.vlog-site-footer .widget.widget_archive li,
.vlog-site-footer .widget.widget_meta li,
.vlog-site-footer .widget.widget_nav_menu li,
.vlog-site-footer .widget.widget_pages li {
    margin-bottom: 5px;
}
.vlog-site-footer .col-lg-4 .vlog-lay-g {
    width: 100%;
    max-width: 100%;
}
.vlog-single-no-sid .vlog-content {
    float: none;
    margin: 0 auto;
}
.entry-content-single .entry-header {
    margin-bottom: 24px;
}
.entry-content-single {
    margin-bottom: 36px;
    clear: both;
}
.entry-content-single ol,
.entry-content-single ul {
    margin-bottom: 26px;
    margin-left: 23px;
}
.entry-content-single ol,
.entry-content-single ol > li {
    list-style: decimal;
}
.entry-content-single ul > li:before {
    content: "\2022";
    margin-right: 7px;
    margin-left: -17px;
}
.meta-tags {
    font-size: 14px;
    clear: both;
}
.meta-tags span {
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 700;
    margin-right: 5px;
}
.vlog-author .vlog-mod-head {
    margin-bottom: 10px;
}
.vlog-author p:last-child {
    margin-bottom: 0;
}
.vlog-single-entry-image {
    margin: 10px 0 24px;
}
.meta-tags + .vlog-share-single {
    margin-top: 15px;
}
body .vlog-share-single {
    margin-right: -18px;
	float: right;
}
body .vlog-share-single .meks_ess {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-bottom: 4px;
}
body .vlog-share-single .meks_ess a {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    height: 40px;
    min-width: 120px;
    float: left;
    margin-right: 18px;
/*    margin-bottom: 15px;*/
    position: relative;
    text-align: center;
    padding-left: 3%;
    -webkit-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
}
body .vlog-share-single .meks_ess a:hover {
    -webkit-box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.3) !important;
    box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.3) !important;
    background-image: none !important;
}
body .vlog-share-single .meks_ess a::before {
    height: 40px;
    width: 40px;
    float: left;
    text-align: center;
    background: rgba(0, 0, 0, 0.1);
    margin-right: 10px;
    position: absolute;
    left: 0;
    top: 0;
    padding: 0;
}
body .vlog-share-single .meks_ess span {
    text-transform: uppercase;
    font-size: 11px;
    display: inline-block;
    vertical-align: middle;
    line-height: 40px;
}
.action-item,
.entry-actions,
.vlog-prev-next-nav > div,
.vlog_series_widget .vlog-count {
    vertical-align: top;
}
body .vlog-share-single .meks_ess .socicon-mail {
    background-color: #95a5a6;
}
body .vlog-share-single .meks_ess.no-labels span {
    display: none;
}
body .vlog-share-single .meks_ess.rectangle.no-labels a::before,
body .vlog-share-single .meks_ess.rounded.no-labels a:before {
    width: 100%;
    background: 0 0;
}
body .vlog-share-single .meks_ess.rounded a:before {
    border-radius: 20px 0 0 20px;
}
body .vlog-share-single .meks_ess.circle a {
    width: 40px;
    min-width: 40px;
    max-width: 40px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 40px;
    flex: 0 0 40px;
}
body .vlog-share-single .meks_ess.circle a:before {
    width: 100%;
    background: 0 0;
}
body .vlog-share-single .meks_ess.square a {
    width: 40px;
    min-width: 40px;
    max-width: 40px;
}
body .vlog-share-single .meks_ess.square a:before {
    width: 100%;
    background: 0 0;
}
body .vlog-share-single .meks_ess.transparent.no-labels a {
    width: 40px;
    min-width: 40px;
    max-width: 40px;
}
body .vlog-share-single .meks_ess.transparent.no-labels a:before {
    width: 100%;
    background: 0 0;
}
body .vlog-share-single .meks_ess.transparent a {
    width: auto;
    min-width: auto;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    padding: 0 10px;
}
body .vlog-share-single .meks_ess.transparent a:before {
    background: 0 0;
    position: static;
    margin: 0 10px 0 0;
    width: auto;
}
body .vlog-share-single .meks_ess.transparent a span {
    margin: 0;
}
body .vlog-share-single .meks_ess.outline a:before {
    top: -1px;
}
.author .vlog-mod-desc {
    padding: 36px;
}
.author .vlog-mod-desc,
.vlog-author-box,
.vlog-content .vlog-prev-next-nav {
    margin-bottom: 36px;
    clear: both;
    float: left;
    width: 100%;
}
.vlog-content .vlog-prev-next-nav {
    border-top: 1px solid;
    padding-top: 26px;
}
.vlog-prev-next-nav > div {
    display: inline-block;
    width: 40%;
}
.vlog-prev-next-nav .vlog-pn-ico {
    display: block;
    font-size: 11px;
    text-transform: uppercase;
    font-weight: 700;
    position: relative;
}
.vlog-prev-next-nav .vlog-pn-link {
    font-size: 14px;
}
.vlog-prev-next-nav .vlog-next-link a {
    float: right;
    line-height: 20px;
}
.vlog-prev-next-nav .vlog-prev-link a {
    float: left;
    line-height: 20px;
}
.vlog-prev-next-nav .vlog-next-link a,
.vlog-prev-next-nav .vlog-pn-ico,
.vlog-prev-next-nav .vlog-prev-link a {
    -webkit-transition: 0.2s all cubic-bezier(0.4, 0, 0.2, 1);
    transition: 0.2s all cubic-bezier(0.4, 0, 0.2, 1);
}
.vlog-prev-next-nav .vlog-next-link {
    float: right;
    text-align: right;
}
.vlog-prev-next-nav .vlog-next-link i {
    padding-left: 0;
    top: 6px;
    right: 0;
}
.vlog-prev-next-nav .vlog-prev-link {
    float: left;
    text-align: left;
}
.vlog-prev-next-nav .vlog-prev-link i {
    padding-right: 0;
    top: 6px;
    left: 0;
}
.vlog-prev-next-nav i {
    -webkit-transition: 0.2s all cubic-bezier(0.4, 0, 0.2, 1);
    transition: 0.2s all cubic-bezier(0.4, 0, 0.2, 1);
    -webkit-transform: scale(0);
    transform: scale(0);
    position: absolute;
    font-size: 10px;
}
.vlog-prev-next-nav a:hover i {
    display: block;
    -webkit-transform: scale(1);
    transform: scale(1);
}
.vlog-prev-next-nav a:hover .vlog-pn-ico {
    padding-right: 14px;
    padding-left: 14px;
}
.vlog-content .vlog-prev-next-nav:empty {
    border-top: none;
    display: none;
}
.vlog-prev-next-cover-nav .vlog-next-link,
.vlog-prev-next-cover-nav .vlog-prev-link {
    cursor: pointer;
    text-decoration: none;
    display: block;
    position: absolute;
    top: 50%;
    right: 0;
    width: 185px;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    z-index: 999;
}
.vlog-prev-next-cover-nav .vlog-next-link:hover span,
.vlog-prev-next-cover-nav .vlog-prev-link:hover span {
    opacity: 1;
}
.vlog-prev-next-cover-nav span {
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.vlog-prev-next-cover-nav .vlog-prev-link {
    left: 60px;
}
.vlog-prev-next-cover-nav .vlog-next-link {
    right: 60px;
}
.vlog-prev-next-cover-nav .vlog-next-link a {
    right: 0;
}
.vlog-prev-next-cover-nav .vlog-next-link span {
    text-align: right;
}
.vlog-prev-next-cover-nav .vlog-pn-link,
.vlog-prev-next-cover-nav .vlog-pn-txt {
    color: #fff;
    display: block;
    line-height: 20px;
}
.vlog-prev-next-cover-nav .vlog-pn-link {
    text-align: left;
    font-size: 14px;
    opacity: 0.7;
}
.vlog-prev-next-cover-nav .vlog-pn-txt {
    font-size: 12px;
    text-transform: uppercase;
    opacity: 0.4;
    text-align: left;
}
.vlog-popup .vlog-popup-overlay {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 9000;
}
.vlog-popup .vlog-popup-wrapper {
    z-index: 9001;
    position: relative;
    max-width: 1104px;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    margin-bottom: 0;
}
.vlog-popup-wrapper {
    margin-bottom: 36px;
}
.vlog-single-content .vlog-popup-wrapper {
    margin-bottom: 0;
}
.vlog-format-content.vlog-popup {
    position: fixed;
    background: rgba(0, 0, 0, 0.9);
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    padding: 2% 0;
    z-index: 99999;
    margin: 0;
    display: block;
}
.vlog-playlist-mode-acitve .vlog-format-content.vlog-popup {
    padding: 0;
}
.vlog-playlist-mode-acitve .vlog-format-content.vlog-popup .vlog-popup-wrapper {
    max-width: 824px;
}
.inplay-mode-acitve .vlog-format-content.vlog-popup .vlog-playlist-video {
    position: absolute;
}
.vlog-format-content.vlog-popup .vlog-playlist-video {
    height: 100%;
    width: 100%;
    padding-right: 0;
}
.vlog-format-content.vlog-popup .vlog-playlist-video .mejs-video {
    margin: 0 auto;
}
.vlog-format-content.vlog-popup .vlog-playlist {
    display: none;
}
.vlog-popup-close {
    position: absolute;
    right: 20px;
    top: 20px;
    font-size: 24px;
    color: #fff;
    z-index: 9001;
}
.vlog-playlist .vlog-mod-head h4,
.vlog-playlist .vlog-module article .entry-title a {
    color: #b9b9b9;
}
.fluid-width-video-wrapper,
.video-js {
    z-index: 3;
}
.vlog-format-inplay.vlog-bg {
    margin-bottom: 0;
    display: none;
}
.vlog-bg.vlog-format-inplay {
    padding: 20px 0;
    float: left;
    width: 100%;
}
.vlog-format-inplay .entry-header {
    max-width: 620px;
    display: inline-block;
}
.vlog-format-inplay .container {
    position: relative;
}
.vlog-format-inplay .vlog-vcenter-actions.entry-actions {
    right: 0;
}
.vlog-format-inplay .vlog-pe-a.entry-actions {
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    top: 50%;
    position: absolute;
    right: 0;
}
body.vlog-popup-on {
    overflow: hidden;
}
.entry-content-single .meta-tags a {
    text-decoration: none;
}
.vlog-single-content .vlog-highlight {
    float: left;
    width: 100%;
    text-align: center;
    margin-bottom: 24px;
}
.vlog-single-content .entry-actions {
    float: none;
    padding-left: 0;
    height: auto;
}
.vlog-single-content .entry-media {
    margin-top: 10px;
}
.vlog-single-content .entry-media iframe,
.vlog-single-content .mejs-container {
    margin-bottom: 24px;
}
.vlog-single-content .entry-media .mejs-container {
    margin-bottom: 0;
}
.alignnone,
.entry-content .fluid-width-video-wrapper,
.entry-content .wp-block-quote,
.entry-content .wp-block-rss li,
.entry-content-single .entry-image,
.gallery.gallery-columns-1,
.vlog-featured-item .entry-media:only-child,
.wp-audio-shortcode,
.wp-block-audio,
.wp-block-categories,
.wp-block-column,
.wp-block-embed,
.wp-block-image,
.wp-block-media-text,
.wp-block-pullquote,
.wp-block-pullquote.is-style-solid-color blockquote p,
.wp-block-rss li,
.wp-block-search,
.wp-block-separator,
.wp-block-table,
.wp-block-video {
    margin-bottom: 24px;
}
.entry-content-single .entry-media,
.entry-content-single .entry-media iframe {
    float: left;
    width: 100%;
}
.audio-format .entry-media .mejs-container,
.single-format-audio .vlog-single-entry-image .entry-media .mejs-container,
.vlog-format-content iframe[src*="videopress.com"],
.vlog-playlist-wrapper .vlog-module article:last-child {
    margin-bottom: 0;
}
.entry-content-single input[type="submit"] {
    margin-top: 18px;
}
.mfp-counter {
    top: -48px;
    right: 20px;
    background: rgba(0, 0, 0, 0.8);
    padding: 3px 8px;
}
.entry-content-single a {
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    text-decoration: underline;
}
.vlog-playlist-wrapper {
    clear: both;
}
.vlog-single-content .vlog-cover:after,
.vlog-single-content .vlog-cover:before {
    display: none;
}
.audio-format .entry-media,
.single-format-audio .vlog-single-entry-image .entry-media {
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 90%;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 1000;
}
.single-format-audio .vlog-single-entry-image .entry-media iframe {
    height: auto;
}
.vlog-format-content iframe {
    /*height: inherit;*/
}
.vlog-single-content .action-item {
    min-width: 130px;
}
.vlog-format-content.vlog-sticky-video {
    position: fixed;
    bottom: 40px;
    right: 40px;
    height: auto;
    width: 360px;
    padding: 17px 20px 20px;
    background-color: #fff;
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
    opacity: 0;
    display: block;
}
.vlog-format-content.vlog-sticky-video.vlog-sticky-animation {
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    opacity: 1;
}
.vlog-single-content .entry-media .vlog-format-content.vlog-sticky-video {
    padding: 20px;
}
.vlog-video-sticky-header {
    display: none;
}
.vlog-format-content.vlog-sticky-video .vlog-video-sticky-header {
    display: block;
    margin-bottom: 15px;
}
.vlog-format-content.vlog-sticky-video .vlog-video-sticky-header > span {
    float: left;
    margin-bottom: 0;
}
.vlog-format-content.vlog-sticky-video .vlog-video-sticky-header > a {
    float: right;
    line-height: 18px;
}
.vlog-format-content.vlog-sticky-video .vlog-popup-wrapper {
    margin-bottom: 0;
}
.vlog-format-content.vlog-sticky-video .vlog-playlist {
    display: none;
}
.vlog-format-content.vlog-sticky-video .vlog-playlist-video {
    width: 100%;
}
.vlog-playlist {
    text-align: left;
}
.vlog-playlist .vlog-module .vlog-posts {
    overflow-y: auto;
}
.vlog-playlist .vlog-module article {
    margin-bottom: 20px;
}
.vlog-playlist .vlog-module article .entry-title a:hover {
    color: #fff;
}
.vlog-featured-2.inplay-mode-acitve .vlog-featured-item,
.vlog-featured-2.inplay-mode-acitve .vlog-featured-item .vlog-cover-bg {
    height: auto;
}
.vlog-sticky-video .wp-video-shortcode video,
.vlog-sticky-video video.wp-video-shortcode {
    height: 182px;
}
body .vlog-sticky-video .mejs-container {
    height: 182px !important;
}
.vlog-related-wrapper {
    display: block;
    clear: both;
}
.vlog-popup-wrapper .llms-course-navigation,
.vlog-popup-wrapper .llms-lesson-button-wrapper,
.vlog-popup-wrapper .llms-parent-course-link {
    display: none;
}
body .llms-loop-list li:before,
body .llms-payment-gateways li:before,
body .llms-sd-items li:before {
    content: none;
}
.single-llms_quiz .vlog-content {
    width: 100% !important;
}
@media (min-width: 600px) {
    .single-llms_quiz .llms-quiz-results .llms-quiz-results-aside {
        margin-right: 50px;
    }
}
.post-type-archive-course .vlog-single-no-sid .vlog-content,
.post-type-archive-llms_membership .vlog-single-no-sid .vlog-content,
.tax-course_cat .vlog-single-no-sid .vlog-content,
.tax-course_difficulty .vlog-single-no-sid .vlog-content,
.tax-course_tag .vlog-single-no-sid .vlog-content,
.tax-course_track .vlog-single-no-sid .vlog-content,
.tax-membership_cat .vlog-single-no-sid .vlog-content,
.tax-membership_tag .vlog-single-no-sid .vlog-content {
    width: 100%;
}
.widget {
    border: 1px solid rgba(17, 17, 17, 0.1);
    margin-bottom: 36px;
    padding: 5px 5px 5px;
}
.widget-title {
    margin-bottom: 20px;
}
.widget .vlog-count {
    margin-right: 7px;
    float: left;
}
.widget ul li a {
    font-size: 14px;
    line-height: 22px;
    font-weight: 500;
}
.widget ul li {
    margin-bottom: 11px;
}
.widget ul li:last-child {
    margin-bottom: 0;
}
.widget.mks_ads_widget {
    padding: 0;
    border: none;
}
.widget.mks_ads_widget h4,
.widget.vlog_adsense_widget h4 {
    text-align: center;
    border: none;
    padding: 0;
    font-weight: 400;
    font-size: 10px;
    margin-bottom: 5px;
}
.widget.vlog-widget-expand {
    padding: 0;
    border: none;
}
.widget_calendar table {
    background: 0 0;
    border: 0;
    width: 100%;
    border-collapse: collapse;
    table-layout: fixed;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.widget_calendar table thead {
    background: rgba(0, 0, 0, 0.05);
    font-size: 12px;
}
.widget_calendar table thead th {
    padding: 13px 0;
    text-align: center;
}
.widget_calendar table tbody tr:nth-child(even) {
    background: rgba(0, 0, 0, 0.01);
}
.widget_calendar table tbody td {
    font-size: 12px;
    text-align: center;
    padding: 9px 0;
}
.widget_calendar table tfoot {
    margin-top: 10px;
    background: rgba(0, 0, 0, 0.05);
}
.widget .vlog-search-form input[type="text"],
.widget div.mejs-container.wp-audio-shortcode .mejs-controls {
    background: 0 0;
}
.widget_calendar table tfoot tr td {
    padding: 12px 14px;
    font-size: 12px;
}
.widget_calendar table tfoot tr td a {
    text-transform: uppercase;
}
.widget_calendar table tfoot tr #next {
    text-align: right;
}
.mks_adswidget_ul li,
.mks_adswidget_ul.small,
.mks_author_widget,
.mks_themeforest_widget_ul,
.site-footer .mks_adswidget_ul.small,
.vlog-cover-bg {
    text-align: center;
}
.widget_calendar table caption {
    font-size: 12px;
    text-transform: uppercase;
    padding: 5px 0;
    position: absolute;
    top: 15px;
    right: 30px;
}
.widget_calendar,
.widget_calendar #today {
    position: relative;
}
.widget_calendar table tbody td a {
    display: inline-block;
    font-size: 10px;
    font-weight: 700;
    min-width: 30px;
    height: 30px;
    line-height: 10px;
    padding: 9px 0;
    margin-right: 0;
    border-radius: 50%;
}
.widget_calendar {
    padding: 0;
}
.widget_calendar .widget-title {
    padding: 20px 30px 13px;
    margin-bottom: 0;
}
.widget_calendar #today:after {
    position: absolute;
    top: 50%;
    left: 50%;
    content: "";
    width: 30px;
    height: 30px;
    border-radius: 50%;
    margin: -15px 0 0 -15px;
}
.widget .vlog-search-form .vlog-button-search {
    width: 40px;
    font-size: 22px;
}
.widget_search li {
    list-style: none;
}
.mks_ads_widget .small li,
.mks_ads_widget ul.custom li,
.mks_adswidget_ul.custom li,
.mks_adswidget_ul.small li {
    display: inline-block;
    margin-right: 7px;
    margin-bottom: 10px;
    width: auto;
}
div.mks_ads_widget .small li {
    width: auto;
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 12px;
}
.mks_adswidget_ul.small {
    width: 280px;
    margin: 0 0 0 16px;
}
.widget.mks_author_widget img {
    border-radius: 50%;
    float: none;
    clear: both;
    margin: 0 0 18px;
}
.widget.mks_author_widget h3 {
    margin-bottom: 10px;
}
ul.mks_themeforest_widget_ul {
    margin: 0 -10px;
}
.mks_themeforest_widget ul.mks_themeforest_widget_ul li {
    margin: 0 2px 6px;
}
.mks_themeforest_widget .mks_read_more {
    margin-bottom: 0;
    margin-top: 20px;
}
.widget.mks_flickr_widget ul {
    margin: 0 -8px;
    width: 260px;
}
.widget.mks_flickr_widget {
    padding: 20px 30px 18px;
}
.widget.mks_flickr_widget ul.flickr li {
    margin: 0 9px 0 0;
}
.widget.mks_flickr_widget ul.flickr li:nth-child(3n) {
    margin: 0 0 9px;
}
.widget p:last-child {
    margin-bottom: 0;
}
.screen-reader-text {
    margin-bottom: 5px;
    display: inline-block;
}
.vlog_series_widget .children,
.widget.widget_pages .children,
.widget_categories .children,
.widget_nav_menu .sub-menu {
    padding-left: 20px;
    padding-top: 10px;
}
.vlog_category_widget li a,
.vlog_series_widget li a,
.widget_categories li a {
    display: block;
    position: relative;
}
.vlog_category_widget li a:hover .category-text,
.widget.widget_archive li a:hover,
.widget.widget_meta li a:hover,
.widget.widget_nav_menu li a:hover,
.widget.widget_pages li a:hover,
.widget_categories li a:hover .category-text {
    margin-left: 5px;
}
.widget.vlog_series_widget li a:hover .series-text {
    padding-left: 5px;
}
.vlog_category_widget li a .category-text,
.vlog_series_widget li a .series-text,
.widget a,
.widget ul li a,
.widget_categories li a .category-text {
    -webkit-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
}
.widget_recent_entries {
    clear: both;
}
.widget_recent_entries li a {
    display: block;
}
.widget_recent_comments li,
.widget_recent_entries li {
    font-size: 14px;
    line-height: 20px;
}
.widget_recent_entries li .post-date {
    display: block;
    font-size: 12px;
}
.widget.widget_archive li,
.widget.widget_meta li,
.widget.widget_nav_menu li,
.widget.widget_pages li {
    margin-bottom: 9px;
}
.widget_rss .rsswidget img {
    display: none;
}
.widget_rss ul li a {
    display: block;
    font-weight: 700;
}
.widget_rss .rss-date {
    margin-bottom: 5px;
    display: block;
}
.widget_search .widget-title {
    border-bottom: 0;
    margin-bottom: 0;
}
.widget .wp-caption-text {
    font-size: 12px;
}
.widget .alignnone {
    margin-bottom: 18px;
}
.meta-tags a,
.widget_tag_cloud a {
    font-size: 16px !important;
    line-height: 20px;
	font-weight:bold;
    text-transform: uppercase;
}
.meta-tags a:after,
.widget_tag_cloud a:after {
    content: "/";
    margin: 0 2px 0 4px;
}
.meta-tags a:last-child:after,
.widget_tag_cloud a:last-child:after {
    display: none;
}
.wysija-paragraph {
    margin-top: 18px;
}
.vlog_posts_widget .vlog-lay-g,
.vlog_posts_widget .vlog-lay-h {
    margin-bottom: 18px;
}
.vlog-site-content .vlog_posts_widget .vlog-lay-g:last-child,
.vlog-site-content .vlog_posts_widget .vlog-lay-h:last-child,
.widget .gallery-columns-1,
.widget_media_image .wp-caption {
    margin-bottom: 0;
}
.vlog-widget-slider.owl-carousel {
    margin: 0;
}
.vlog-widget-slider.owl-carousel article {
    padding: 0;
}
.mks_social_widget {
    padding-bottom: 15px;
}
.vlog_series_widget a {
    display: inline-block;
    width: 100%;
    clear: both;
}
.vlog_series_widget a .series-text {
    width: 205px;
    display: inline-block;
}
.widget .vlog-slider-controls .owl-next,
.widget .vlog-slider-controls .owl-prev {
    width: 20px;
    height: 20px;
    padding: 1px 0;
}
.widget .vlog-slider-controls .owl-next i,
.widget .vlog-slider-controls .owl-prev i {
    font-size: 14px;
    display: block;
    vertical-align: middle;
    line-height: 16px;
}
.widget.vlog_posts_widget,
.widget.vlog_series_widget {
    clear: both;
}
.widget .vlog-count {
    position: absolute;
    top: 0;
    left: 0;
}
.widget .category-text,
.widget .series-text {
    left: 30px;
    position: relative;
    display: inline-block;
}
.widget .category-text:only-child,
.widget .series-text:only-child {
    left: 0;
}
.vlog-no-padding {
    padding: 0;
}
.widget div.mejs-container .mejs-controls,
body .widget .mejs-container.wp-audio-shortcode {
    height: 25px !important;
}
.widget div.mejs-container .mejs-controls .mejs-time,
body .widget .mejs-container .mejs-controls .mejs-button {
    margin: 0;
    padding: 8px 0 0;
}
.widget div.mejs-controls div.mejs-time-rail {
    padding-top: 5px;
}
body .widget .mejs-controls a.mejs-horizontal-volume-slider {
    margin: 0;
}
body .widget .mejs-container.wp-audio-shortcode {
    border: 1px solid rgba(0, 0, 0, 0.1);
}
.widget div.mejs-container .mejs-controls {
    background: rgba(255, 255, 255, 0.8);
}
.widget .mejs-overlay-button,
body .widget .mejs-container .mejs-controls .mejs-button button:before {
    font-size: 14px;
    line-height: 27px;
}
.widget .mejs-overlay-button {
    -webkit-transform: scale(0.6);
    transform: scale(0.6);
}
body .widget .mejs-container .mejs-controls .mejs-button button {
    height: 25px;
}
.widget .mejs-container .mejs-controls div {
    font-size: 10px;
}
.widget .mejs-controls .mejs-time-rail .mejs-time-current,
.widget .mejs-controls .mejs-time-rail span,
.widget .mejs-controls .mejs-time-rail > a {
    height: 8px;
}
.widget .mejs-controls .mejs-time-rail .mejs-time-float {
    height: 17px;
}
.widget .gallery-columns-1 .gallery-item {
    padding-bottom: 0;
}
.widget .gallery .gallery-item a:after {
    display: none;
}
.vlog-comments {
    border: 1px solid;
    padding: 30px 36px 0;
    clear: both;
}
.comment-form {
    margin-bottom: 30px;
}
.vlog-comments .comment-content ul > li:before {
    content: "\2022";
    margin-right: 7px;
}
.vlog-comments .comment-content ol > li {
    list-style: decimal inside;
}
.vlog-comments .comment-content ol,
.vlog-comments .comment-content ul {
    margin-bottom: 26px;
}
.vlog-comments .avatar {
    border-radius: 50%;
    float: left;
    margin-right: 18px;
}
.comment-form label {
    margin-bottom: 7px;
    display: block;
    font-size: 13px;
}
.comment-form-author,
.comment-form-email,
.comment-form-url {
    float: left;
    width: 33.33%;
    padding: 0 15px 0 0;
    margin-bottom: 20px;
}
.comment-form-comment,
.vlog-comments .comment-content p {
    margin-bottom: 10px;
}
.comment-form-url {
    padding: 0;
}
.form-submit {
    clear: both;
    margin-top: 15px;
}
.vlog-comments .says {
    display: none;
}
.vlog-comments .url {
    text-transform: uppercase;
    font-size: 16px;
}
.vlog-comments .comment-content {
    clear: both;
    margin-left: 78px;
}
.vlog-comments .reply {
    margin-left: 78px;
    text-transform: uppercase;
    font-size: 12px;
}
.vlog-comments .children {
    margin-left: 78px;
}
.vlog-comments .comment-metadata {
    line-height: 20px;
    font-size: 12px;
}
.vlog-comments .comment-body {
    margin-bottom: 36px;
}
.vlog-comments .vlog-mod-head {
    margin-bottom: 10px;
}
.comment-list {
    padding-top: 25px;
    border-top: 1px solid;
}
.comment-reply-title {
    float: right;
}
.comment-notes,
.logged-in-as {
    margin: 5px 0 10px;
    font-size: 13px;
}
.vlog-comments .vlog-module-title h4 {
    margin: 0 0 15px;
}
.comment-author b {
    font-size: 18px;
}
.comment .comment-respond {
    margin: 26px 0;
    border-top: 1px solid;
    padding: 20px 26px 0;
    position: relative;
}
#cancel-comment-reply-link {
    font-size: 10px;
    font-weight: 400;
    line-height: 20px;
    text-transform: uppercase;
    padding: 3px 10px;
}
.bypostauthor .comment-body .fn:before {
    margin-right: 5px;
    margin-top: 3px;
    float: left;
}
.pingback .comment-content {
    margin-left: 0;
}
.comment-form-cookies-consent input[type="checkbox"] {
    position: relative;
    top: 2px;
}
.comment-form-cookies-consent label {
    display: inline-block;
    margin-left: 8px;
}
.comment-form-cookies-consent {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    clear: both;
}
.vlog-featured,
.vlog-featured-2,
.vlog-featured-3,
.vlog-featured-4,
.vlog-featured-5 {
    margin-top: -36px;
    float: left;
    width: 100%;
    margin-bottom: 36px;
    overflow: hidden;
}
.vlog-featured .entry-title a,
.vlog-featured .meta-icon,
.vlog-featured .meta-item,
.vlog-featured-2 .entry-title a,
.vlog-featured-2 .meta-icon,
.vlog-featured-2 .meta-item,
.vlog-featured-3 .entry-title a,
.vlog-featured-3 .meta-icon,
.vlog-featured-3 .meta-item,
.vlog-featured-4 .entry-title a,
.vlog-featured-4 .meta-icon,
.vlog-featured-4 .meta-item,
.vlog-featured-5 .entry-title a,
.vlog-featured-5 .meta-icon,
.vlog-featured-5 .meta-item {
    color: #fff;
}
.vlog-featured + .vlog-bg,
.vlog-featured-2 + .vlog-bg,
.vlog-featured-3 + .vlog-bg,
.vlog-featured-4 + .vlog-bg,
.vlog-featured-5 + .vlog-bg {
    margin-top: -36px;
    clear: none;
}
.vlog-cover-bg {
    background: #000;
    position: relative;
    overflow: hidden;
    -webkit-backface-visibility: hidden;
}
.vlog-featured-item {
    position: relative;
}
.vlog-cover {
    display: inline-table;
    position: relative;
    overflow: hidden;
}
.vlog-cover-bg .vlog-cover {
    opacity: 0;
}
.vlog-cover:after,
.vlog-cover:before {
    content: "";
    top: 0;
    position: absolute;
    height: 100%;
    width: 15%;
    z-index: 2;
}
.vlog-cover:before {
    left: 0;
    background: -webkit-gradient(linear, left top, right top, from(#000), to(rgba(0, 0, 0, 0)));
    background: linear-gradient(to right, #000 0, rgba(0, 0, 0, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a6000000', endColorstr='#00000000', GradientType=1);
}
.vlog-cover:after {
    right: 0;
    background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0)), to(#000));
    background: linear-gradient(to right, rgba(0, 0, 0, 0) 0, #000 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#a6000000', GradientType=1);
}
.vlog-featured-info {
    min-height: 80px;
    margin-top: -36px;
    z-index: 8000;
    position: relative;
}
.vlog-featured-info-bg {
    padding: 30px 42px 36px;
}
.vlog-featured-info .entry-header {
    max-width: 620px;
    display: inline-block;
}
.entry-actions {
    float: right;
    display: inline-block;
    height: 100px;
    padding-left: 20px;
}
.vlog-vcenter-actions.entry-actions {
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    top: 50%;
    position: absolute;
    right: 55px;
}
.action-item {
    display: inline-block;
    padding: 20px;
    text-transform: uppercase;
    font-size: 12px;
    width: auto;
    text-align: center;
}
.action-item i,
.action-item.comments:before {
    display: block;
    font-size: 34px;
    margin-bottom: 10px;
    text-align: center;
}
.vlog-featured-item .action-item {
    line-height: 18px;
}
.action-item:hover {
    color: #fff;
    cursor: pointer;
}
.vlog-cover img {
    top: 0;
    position: relative;
    z-index: 1;
}
.vlog-format-content {
    width: 1104px;
    position: relative;
    margin: 0 auto;
    padding: 36px 0 0;
    max-width: 100%;
    z-index: 1;
    height: 100%;
}
.vlog-featured-info-2,
.vlog-featured-info-3 {
    top: 50%;
    left: 50%;
    z-index: 4;
    position: absolute;
}
.entry-media .vlog-format-content {
    margin: 0;
}
.vlog-single-content .entry-media .vlog-format-content {
    padding: 0;
}
.audio .vlog-format-content,
.format-audio .vlog-format-content {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    height: auto;
    padding: 0;
}
.audio .vlog-popup-wrapper {
    margin-bottom: 0;
}
.vlog-featured-1 .action-item {
    width: 120px;
    padding: 20px 0;
}
.vlog-featured-info-2 {
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.vlog-featured-info-2 .entry-header {
    width: 450px;
}
.vlog-featured-info-2 .entry-category a:hover,
.vlog-featured-info-2 .entry-title,
.vlog-featured-info-2 .entry-title a,
.vlog-featured-info-2 .meta-comments a:hover,
.vlog-featured-info-2 .meta-comments:hover a {
    color: #fff;
}
.vlog-featured-info-2 .h1 {
    font-size: 32px;
    line-height: 42px;
}
.vlog-featured-info-2 .entry-actions {
    width: 130px;
    padding: 0;
    height: auto;
}
.vlog-featured-info-2 .entry-actions .action-item {
    padding: 10px;
}
.vlog-featured-info-2 .entry-category a {
    -webkit-backface-visibility: hidden;
}
.vlog-featured-info-2 .vlog-fa-item {
    width: 49.8%;
    display: inline-block;
    vertical-align: middle;
}
.vlog-featured-info-2 .action-item {
    width: 140px;
}
.vlog-featured-info-2 .entry-category a,
.vlog-featured-info-2 .entry-meta .meta-item:after,
.vlog-featured-info-2 .meta-comments a,
.vlog-featured-info-2 .meta-icon,
.vlog-featured-info-2 .meta-item {
    color: rgba(255, 255, 255, 0.5);
    -webkit-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
}
.vlog-featured-info-2 .action-item,
.vlog-featured-info-2 .entry-category a:hover,
.vlog-featured-info-2 .entry-title a,
.vlog-featured-info-2 .entry-title a:hover,
.vlog-featured-info-2 .meta-comments a:hover,
.vlog-featured-info-2 .meta-comments:hover a {
    color: #fff;
}
.vlog-featured-2 .vlog-cover:after {
    width: 50%;
}
.vlog-featured-2 .vlog-cover:before {
    width: 60%;
    background: -webkit-gradient(linear, left top, right top, color-stop(0, #000), color-stop(40%, #000), color-stop(85%, rgba(0, 0, 0, 0)));
    background: linear-gradient(to right, #000 0, #000 40%, rgba(0, 0, 0, 0) 85%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#00000000', GradientType=1);
}
.vlog-featured-info-2 .vlog-fa-item {
    white-space: normal;
}
.vlog-featured-info-3 {
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
    max-width: 550px;
}
.vlog-featured-info-3 .entry-actions {
    float: none;
}
.vlog-featured-info-3 .action-item i {
    font-size: 28px;
    margin-bottom: 0;
}
.vlog-featured-info-3 .vlog-format-action {
    position: relative;
    display: inline-block;
    margin: 0 auto;
    left: auto;
}
.vlog-featured-info-custom p:last-child,
.wp-block-column p:only-of-type {
    margin-bottom: 0;
}
.vlog-featured-info-3 .entry-meta {
    margin-top: 5px;
}
.vlog-featured-info-3 .entry-category a,
.vlog-featured-info-3 .entry-meta .meta-item:after,
.vlog-featured-info-3 .meta-comments a,
.vlog-featured-info-3 .meta-icon,
.vlog-featured-info-3 .meta-item {
    color: rgba(255, 255, 255, 0.8);
    -webkit-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
}
.vlog-featured-info-3 .entry-category a:hover,
.vlog-featured-info-3 .entry-title a,
.vlog-featured-info-3 .entry-title a:hover,
.vlog-featured-info-3 .meta-comments a:hover,
.vlog-featured-info-3 .meta-comments:hover a {
    color: #fff;
}
.vlog-featured-info-3 .h1 {
    font-size: 32px;
    line-height: 42px;
}
.vlog-featured-3.vlog-featured-slider .vlog-featured-item {
    opacity: 0;
}
.vlog-featured-3.owl-loaded .vlog-featured-item {
    opacity: 1;
}
.vlog-featured-3 .vlog-format-label {
    position: relative;
    top: auto;
    left: auto;
    clear: both;
}
.vlog-featured-3 .entry-category {
    display: block;
    margin-top: 7px;
}
.vlog-featured-info-3 .vlog-labels {
    left: 50%;
    margin-left: -50px;
    width: 100px;
    text-align: center;
    top: -35px;
}
.vlog-vertical-center {
    display: table-cell;
    vertical-align: middle;
}
.vlog-featured-info-custom {
    max-width: 100%;
    color: #fff;
    text-align: unset;
}
.vlog-featured-info-custom .h1,
.vlog-featured-info-custom .h2,
.vlog-featured-info-custom .h3,
.vlog-featured-info-custom .h4,
.vlog-featured-info-custom .h5,
.vlog-featured-info-custom .h6,
.vlog-featured-info-custom a,
.vlog-featured-info-custom h1,
.vlog-featured-info-custom h2,
.vlog-featured-info-custom h3,
.vlog-featured-info-custom h4,
.vlog-featured-info-custom h5,
.vlog-featured-info-custom h6,
.vlog-featured-info-custom span {
    color: #fff;
}
.vlog-featured-4 {
    background: rgba(17, 17, 17, 0.1);
    margin-top: -36px;
    padding: 0;
    float: left;
    width: 100%;
    margin-bottom: 40px;
}
.vlog-featured-4 .entry-category a,
.vlog-featured-4 .entry-meta .meta-item:after,
.vlog-featured-4 .meta-comments a,
.vlog-featured-4 .meta-icon,
.vlog-featured-4 .meta-item {
    color: rgba(255, 255, 255, 0.7);
    -webkit-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
}
.vlog-featured-4 .entry-category a:hover,
.vlog-featured-4 .entry-title a,
.vlog-featured-4 .entry-title a:hover,
.vlog-featured-4 .meta-comments a:hover,
.vlog-featured-4 .meta-comments:hover a {
    color: #fff;
}
.vlog-featured-4 .owl-item {
    width: 768px !important;
    opacity: 0.4;
    -webkit-transition: 0.4s ease all;
    transition: 0.4s ease all;
    margin: 0;
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
    -webkit-backface-visibility: hidden;
}
.vlog-featured-4 .fa-item {
    position: relative;
    float: left;
    opacity: 0;
    height: 100%;
    width: 100%;
}
.vlog-featured-4 .owl-loaded .fa-item {
    opacity: 1;
}
.vlog-featured-4 .fa-item-image {
    position: relative;
    display: block;
    height: 100%;
}
.vlog-featured-4 .fa-item-image img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.vlog-fa-5-wrapper .fa-item-image:before,
.vlog-featured-4 .fa-item-image:before {
    content: "";
    height: 90%;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.9)));
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=0);
}
.vlog-featured-4 .fa-item-image:before {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.9) 100%);
    z-index: 5;
    opacity: 0;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.vlog-featured-4 .fa-item-image {
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    opacity: 1 !important;
}
.vlog-featured-4 .owl-item.active.center .fa-item-image {
    -webkit-box-shadow: 0 0 50px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 50px rgba(0, 0, 0, 0.2);
}
.vlog-featured-4 .active.center .fa-item .fa-item-image:before {
    opacity: 1;
}
.vlog-featured-4 .owl-stage {
    padding: 36px 0;
}
.vlog-featured-4 .owl-item.active.center {
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0) scale(1, 1);
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}
.vlog-featured-4 .owl-item.active.center:hover .fa-item-image {
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0) scale(1.05, 1.05);
    transform: scale(1.05);
}
.vlog-featured-4 .fa-inner {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 10;
    margin: 40px 0 40px 40px;
    text-align: left;
    max-width: 480px;
}
.vlog-featured-4 .entry-actions {
    float: left;
    height: auto;
    padding-left: 0;
}
.vlog-featured-4 .action-item {
    padding: 0 10px 0 0;
}
.vlog-featured-4 .owl-next,
.vlog-featured-4 .owl-prev {
    position: absolute;
}
.vlog-featured-4 .owl-next .fa,
.vlog-featured-4 .owl-prev .fa {
    font-size: 32px;
    height: 50px;
    width: 50px;
    text-align: center;
    position: absolute;
    top: 50%;
    margin-top: -30px;
    background: rgba(17, 17, 17, 0.5);
    border-radius: 50%;
    color: #fff;
    padding: 9px 0;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0) scale(1, 1);
    opacity: 0;
    -webkit-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}
.vlog-featured-4 .owl-next:hover .fa,
.vlog-featured-4 .owl-prev:hover .fa {
    opacity: 1;
}
.vlog-featured-4 .owl-prev {
    left: 0;
    width: 30%;
    top: 0;
    height: 100%;
}
.vlog-featured-4 .owl-prev .fa {
    left: 50%;
}
.vlog-featured-4 .owl-next {
    right: 0;
    width: 30%;
    top: 0;
    height: 100%;
}
.vlog-featured-4 .owl-next .fa {
    right: 50%;
}
.vlog-featured-4 .fa-angle-left:before {
    margin-left: -3px;
}
.vlog-featured-4 .fa-angle-right:before {
    margin-right: -3px;
}
.vlog-featured-4 .vlog-format-label.large {
    top: 40px;
    left: 40px;
}
@media (max-width: 1000px) {
    .vlog-featured-4 .fa-item {
        margin: 0;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}
.vlog-featured-5 {
    background: rgba(17, 17, 17, 0.1);
    margin-top: -36px;
    padding: 36px 0;
    float: left;
    width: 100%;
    margin-bottom: 40px;
}
.vlog-fa-5-wrapper {
    max-width: 1200px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-line-pack: justify;
    align-content: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: flex-start;
    height: 400px;
    width: 100%;
}
.vlog-fa-5-wrapper .fa-item {
    width: 264px;
    z-index: 3;
    position: relative;
    -webkit-box-shadow: 0 0 50px rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 50px rgba(0, 0, 0, 0.15);
}
.vlog-fa-5-wrapper .fa-item,
.vlog-fa-5-wrapper .fa-item-image {
    opacity: 1 !important;
}
.vlog-fa-5-wrapper .fa-item:nth-of-type(1) {
    -ms-flex-order: 3;
    order: 3;
    width: 600px;
    height: 100%;
    margin: 0 36px;
    -webkit-box-ordinal-group: 2;
    -webkit-transform: scale(1);
    transform: scale(1);
}
.vlog-fa-5-wrapper .fa-item:nth-of-type(1):hover .fa-item-image {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
}
.vlog-fa-5-wrapper .fa-item:nth-of-type(1) .fa-inner {
    bottom: 40px;
    left: 40px;
    max-width: 410px;
}
.vlog-fa-5-wrapper .fa-item:nth-of-type(1) .entry-title {
    font-size: 24px;
    line-height: 30px;
}
.vlog-fa-5-wrapper .fa-item:nth-of-type(2) {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    margin-top: 18px;
    margin-bottom: 36px;
}
.vlog-fa-5-wrapper .fa-item:nth-of-type(3) {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
}
.vlog-fa-5-wrapper .fa-item:nth-of-type(4) {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
    margin-top: 18px;
    margin-bottom: 36px;
}
.vlog-fa-5-wrapper .fa-item:nth-of-type(5) {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
}
.vlog-fa-5-wrapper .fa-item-image:before {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.9) 100%);
    z-index: 5;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.vlog-fa-5-wrapper .fa-item-image {
    position: relative;
    display: block;
    height: 100%;
}
.vlog-fa-5-wrapper .fa-inner {
    position: absolute;
    bottom: 20px;
    left: 20px;
    z-index: 10;
    margin: 0;
    text-align: left;
}
.vlog-fa-5-wrapper .fa-inner a,
.vlog-fa-5-wrapper .fa-inner a:hover {
    color: #fff;
}
.vlog-fa-5-wrapper .fa-item {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.vlog-fa-5-wrapper .fa-item .fa-item-image {
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.vlog-fa-5-wrapper .fa-item:hover .fa-item-image {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
.vlog-fa-5-wrapper .fa-item .entry-title {
    padding-right: 20px;
}
.vlog-fa-5-wrapper .entry-category a,
.vlog-fa-5-wrapper .entry-meta .meta-item:after,
.vlog-fa-5-wrapper .meta-comments a,
.vlog-fa-5-wrapper .meta-icon,
.vlog-fa-5-wrapper .meta-item {
    color: rgba(255, 255, 255, 0.7);
    -webkit-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
}
.vlog-fa-5-wrapper .entry-category a:hover,
.vlog-fa-5-wrapper .entry-title a,
.vlog-fa-5-wrapper .entry-title a:hover,
.vlog-fa-5-wrapper .meta-comments a:hover,
.vlog-fa-5-wrapper .meta-comments:hover a {
    color: #fff;
}
.vlog-fa-5-wrapper .fa-item-image img {
    -o-object-fit: cover;
    object-fit: cover;
    height: 100%;
}
.vlog-featured-slider .owl-next,
.vlog-featured-slider .owl-prev {
    width: 42px;
    height: 42px;
    color: #fff;
    opacity: 0.3;
    line-height: 42px;
    font-size: 42px;
    position: absolute;
    top: 50%;
    left: 5%;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    text-align: center;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
}
.vlog-featured-slider .owl-next {
    right: 5%;
    left: auto;
}
.vlog-featured-slider .owl-next:hover,
.vlog-featured-slider .owl-prev:hover {
    opacity: 1;
}
.vlog-featured-slider.vlog-featured-1 .owl-next,
.vlog-featured-slider.vlog-featured-1 .owl-prev,
.vlog-in-play .vlog-featured-slider.vlog-featured-2 .owl-next,
.vlog-in-play .vlog-featured-slider.vlog-featured-2 .owl-prev {
    margin-top: -84px;
}
.vlog-featured-1.vlog-featured-slider .vlog-featured-item,
.vlog-featured-2.vlog-featured-slider .vlog-featured-item,
.vlog-featured-3.vlog-featured-slider .vlog-featured-item {
    opacity: 0;
}
.vlog-featured-1.owl-loaded .vlog-featured-item,
.vlog-featured-2.owl-loaded .vlog-featured-item,
.vlog-featured-3.owl-loaded .vlog-featured-item {
    opacity: 1;
}
.vlog-pe-n {
    pointer-events: none;
}
.vlog-pe-a {
    pointer-events: auto;
}
.fa-item .vlog-format-label.large {
    top: 40px;
    left: 40px;
}
.fa-item .vlog-format-label.x-small {
    top: 20px;
    left: 20px;
}
.vlog-popup-on .owl-carousel .owl-stage-outer,
.vlog-popup-on .vlog-featured,
.vlog-popup-on .vlog-featured-2 {
    overflow: visible;
    -webkit-transform: none;
    transform: none;
}
.vlog-popup-on .vlog-body-box {
    max-width: initial;
}
.vlog-popup-on .owl-next,
.vlog-popup-on .owl-prev,
.vlog-popup-on .vlog-header-bottom {
    z-index: -1;
}
@-moz-document url-prefix() {
    .vlog-popup-on .owl-item.active .vlog-cover-bg {
        height: auto !important;
    }
}
.vlog-featured-4 .owl-prev .fa {
    margin-left: -120px;
}
.vlog-featured-4 .owl-next .fa {
    margin-right: -120px;
}
.vlog-boxed .vlog-featured-slider .owl-next {
    right: 2.5%;
}
.vlog-boxed .vlog-featured-slider .owl-prev {
    left: 2.5%;
}
.vlog-cover-bg.gallery {
    margin: 0;
}
.vlog-format-content.gallery {
    display: none;
}
.entry-content .wp-block-categories ul,
.entry-content .wp-block-latest-posts,
.entry-content .wp-block-latest-posts.is-grid {
    padding: 0;
    list-style: none;
    margin-left: 0;
}
.dl-menuwrapper li.vlog-soc-responive-menu,
.wp-block-categories .vlog-count {
    margin-left: 5px;
}
.wp-block-button .wp-block-button__link {
    text-decoration: none;
}
.wp-block-button__link,
.wp-block-search__button {
    font-size: 12px;
    padding: 14px 27px;
    text-align: center;
    display: inline-block;
    text-transform: uppercase;
    border: none;
    line-height: 1;
    -webkit-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
}
.wp-block-gallery li:before,
.wp-block-pullquote blockquote:after,
.wp-block-pullquote blockquote:before,
.wp-block-rss__item:before {
    display: none;
}
.wp-block-button .wp-block-button__link:hover,
.wp-block-button__link:hover,
.wp-block-search__button:hover {
    -webkit-box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.3);
    box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.3);
}
.is-style-outline .wp-block-button__link {
    background: 0 0;
    border: 1px solid currentcolor;
}
@media (min-width: 600px) {
    .wp-block-column:not(:last-child),
    .wp-block-column:nth-child(odd) {
        margin-right: 12px;
    }
    .wp-block-column:not(:first-child),
    .wp-block-column:nth-child(even) {
        margin-left: 12px;
    }
}
@media (max-width: 782px) {
    .wp-block-columns {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }
}
@media (max-width: 660px) {
    .wp-block-columns {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .wp-block-columns .wp-block-column {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        margin-left: 0 !important;
        margin-right: 0 !important;
    }
    .entry-content .wp-block-quote,
    .wp-block-column,
    .wp-block-embed,
    .wp-block-image,
    .wp-block-media-text,
    .wp-block-pullquote,
    .wp-block-pullquote.is-style-solid-color blockquote p,
    .wp-block-separator,
    .wp-block-table {
        margin-bottom: 10px;
    }
    .entry-content .wp-block-gallery {
        margin-bottom: 4px;
    }
}
.wp-block-cover .wp-block-cover__inner-container p {
    color: #fff;
}
.wp-block-cover {
    margin-bottom: 20px;
}
.wp-block-cover-image.alignleft,
.wp-block-cover-image.alignright,
.wp-block-gallery.aligncenter,
.wp-block-gallery.alignnone {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.wp-block-cover-image .wp-block-cover-image-text,
.wp-block-cover-image h2 {
    position: relative;
    z-index: 2;
}
.wp-block-cover-image.aligncenter {
    margin: 0 0 1.5em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.wp-block-image .alignleft {
    margin-right: 24px;
}
.wp-block-image .alignright {
    margin-left: 24px;
}
.wp-block-image figcaption {
    text-align: center;
    margin-top: 7px;
    font-size: 14px;
    color: initial;
}
@media (max-width: 650px) {
    .wp-block-image .alignleft,
    .wp-block-image .alignright {
        float: none;
        margin-left: 0;
        margin-right: 0;
        margin-top: 0;
    }
}
.wp-block-embed.alignfull {
    max-width: 100vw;
    margin-left: -50vw;
    margin-right: -50vw;
}
.wp-block-video video {
    max-width: 100%;
}
.wp-block-audio audio {
    min-width: 270px;
}
p.has-drop-cap:not(:focus)::first-letter {
    font-size: 8rem;
    margin: 10px 20px 0 0;
}
.emoji {
    width: 24px;
}
.wp-block-preformatted {
    overflow: auto;
}
.wp-block-code,
pre {
    background: rgba(68, 68, 68, 0.06);
    border: 1px solid rgba(68, 68, 68, 0.2);
    padding: 15px 20px;
    margin-bottom: 30px;
}
.wp-block-pullquote {
    border: none;
    margin: 0;
}
.wp-block-quote.is-large,
.wp-block-quote.is-style-large {
    margin: 0 0 24px;
    padding: 2rem 3.6rem;
}
.wp-block-quote.is-large p,
.wp-block-quote.is-large:not(.is-style-plain) p,
.wp-block-quote.is-style-large p,
.wp-block-quote.is-style-large:not(.is-style-plain) p {
    font-style: normal;
}
.wp-block-pullquote cite {
    font-size: 80%;
    font-style: normal;
}
.wp-block-pullquote {
    padding: 50px 100px;
    border-bottom: 2px solid;
    border-top: 2px solid;
}
.wp-block-pullquote.is-style-solid-color blockquote {
    margin-left: initial;
    margin-right: initial;
    max-width: 100%;
    text-align: center;
}
.wp-block-pullquote p,
.wp-block-pullquote.is-style-solid-color blockquote p {
    font-size: 22px;
    line-height: 34px;
}
.wp-block-pullquote blockquote {
    margin: 0;
    padding: 0;
    border-left: 0;
}
body .has-text-color p {
    color: inherit;
}
.wp-block-pullquote.aligncenter {
    padding: 40px 80px;
}
.wp-block-pullquote.alignleft,
.wp-block-pullquote.alignright {
    max-width: 400px;
    margin-bottom: 10px;
    margin-top: 10px;
    padding: 30px;
    text-align: left;
}
.wp-block-pullquote.alignleft {
    margin-right: 30px;
    margin-left: 0;
}
.wp-block-pullquote.alignright {
    margin-left: 30px;
}
.wp-block-pullquote.alignleft blockquote,
.wp-block-pullquote.alignright blockquote {
    padding: 0;
    text-align: left;
}
.wp-block-pullquote.alignleft p,
.wp-block-pullquote.alignleft.is-style-solid-color p,
.wp-block-pullquote.alignright p,
.wp-block-pullquote.alignright.is-style-solid-color p {
    font-size: 18px;
    line-height: 30px;
}
.wp-block-pullquote.alignleft cite,
.wp-block-pullquote.alignright cite {
    font-size: 75%;
}
.wp-block-pullquote.aligncenter:before {
    left: 50%;
    margin-left: -14px;
}
.wp-block-audio.aligncenter,
.wp-block-pullquote.aligncenter {
    text-align: center;
}
.wp-block-pullquote.alignfull blockquote,
.wp-block-pullquote.alignwide blockquote {
    max-width: 568px;
    margin-left: auto;
    margin-right: auto;
}
.wp-block-quote cite {
    font-size: 80%;
}
.wp-block-quote cite,
cite em {
    font-style: normal;
}
.wp-block-quote:not(.is-large):not(.is-style-large) {
    padding-left: 30px;
}
@media (max-width: 579px) {
    .wp-block-pullquote p,
    .wp-block-pullquote.is-style-solid-color blockquote p {
        font-size: 18px;
        line-height: 30px;
    }
}
@media (max-width: 767px) {
    .wp-block-pullquote {
        padding: 30px;
    }
    .wp-block-pullquote p,
    .wp-block-pullquote.is-style-solid-color blockquote p {
        font-size: 20px;
        line-height: 32px;
    }
    .wp-block-pullquote.alignleft,
    .wp-block-pullquote.alignright {
        max-width: 100%;
        margin-left: 0;
        margin-right: 0;
    }
}
.wp-block-separator {
    clear: both;
    max-width: 240px;
    border-bottom-width: 0;
}
.wp-block-separator.is-style-wide {
    max-width: 100%;
    border-bottom-width: 0;
}
.wp-block-table.is-style-stripes {
    border-bottom: none;
    border-left: 0;
    border-top: 0;
}
.wp-block-table {
    width: 100%;
}
.wp-block-table thead {
    border-bottom: none;
}
.entry-content .wp-block-rss li,
.wp-block-rss li {
    list-style: none;
}
.wp-block-rss {
    padding: 0;
}
.entry-content .wp-block-tag-cloud a,
.wp-block-tag-cloud a {
    font-size: 12px !important;
    line-height: 20px;
    text-transform: uppercase;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    text-decoration: none;
}
.wp-block-calendar table th {
    background: 0 0;
}
.wp-block-calendar tfoot a {
    color: inherit;
    text-decoration: none;
}
.wp-block-calendar #prev {
    text-align: left;
}
.wp-block-calendar #next {
    text-align: right;
}
.wp-block-calendar table th,
.wp-block-calendar tbody td,
.wp-block-calendar th {
    text-align: center;
}
.wp-block-calendar table {
    border: none;
    border-collapse: collapse;
}
.wp-block-search .wp-block-search__button {
    margin-left: 0;
    margin-top: 10px;
}
.wp-block-search input[type="search"] {
    padding: 5px;
    height: 35px;
}
:root {
    --wp--style--block-gap: 10px;
    --wp--style--gallery-gap-default: 10px;
}
.vlog-single-no-sid .alignfull {
    position: relative;
}
.vlog-single-no-sid .alignwide {
    width: 140%;
    margin-left: -20%;
    max-width: 100vw;
}
.entry-content .wp-block-gallery {
    margin-bottom: 8px;
}
.has-huge-font-size,
.has-large-font-size,
.has-medium-font-size {
    line-height: 1.4;
}
@media (max-width: 995px) {
    .vlog-single-no-sid .alignwide {
        width: 120%;
        margin-left: -10%;
        max-width: 100vw;
    }
}
@media (max-width: 875px) {
    .vlog-single-no-sid .alignwide {
        width: 100%;
        margin-left: 0;
        max-width: 100vw;
    }
}
@media (max-width: 767px) {
    .alignnone,
    .entry-content .fluid-width-video-wrapper,
    .entry-content .wp-block-quote,
    .gallery.gallery-columns-1,
    .wp-audio-shortcode,
    .wp-block-audio,
    .wp-block-categories,
    .wp-block-column,
    .wp-block-embed,
    .wp-block-image,
    .wp-block-media-text,
    .wp-block-pullquote,
    .wp-block-pullquote.is-style-solid-color blockquote p,
    .wp-block-search,
    .wp-block-separator,
    .wp-block-table,
    .wp-block-video {
        margin-bottom: 18px;
    }
}
.entry-content-single .wp-block-embed .fb_iframe_widget,
.entry-content-single .wp-block-embed .wp-block-embed__wrapper,
.vlog-popup-wrapper .wp-block-audio,
.vlog-popup-wrapper .wp-block-embed,
.vlog-popup-wrapper .wp-block-video {
    margin-bottom: 0;
    line-height: 0;
}
@media (max-width: 768px) {
    .vlog-ad {
        margin: 20px auto;
        display: block;
        clear: both;
        width: 728px;
        position: relative;
        text-align: center;
    }
}
@media (min-width: 1024px) {
    .vlog-ad.vlog-above-footer,
    .vlog-ad.vlog-below-header {
        width: 970px;
    }
}
@media (max-width: 767px) {
    .vlog-ad {
        margin: 20px auto;
        display: block;
        clear: both;
        width: 375px;
        position: relative;
    }
}
@media (max-width: 400px) {
    .vlog-ad {
        margin: 20px auto;
        display: block;
        clear: both;
        width: 300px;
        position: relative;
    }
}
@media (max-width: 300px) {
    .vlog-ad {
        max-width: 100%;
    }
}
@media (max-width: 1023px) {
    .vlog-nav-toggle {
        display: block;
        left: 18px;
        top: 0;
    }
}
@media (min-width: 768px) and (max-width: 1272px) {
    .vlog-content {
        width: 604px;
    }
    .site-title img {
        vertical-align: middle;
    }
    .site-title,
    .site-title a {
        line-height: 50px;
    }
    .vlog-header-bottom .vlog-main-nav > li > a {
        padding: 17px 8px;
    }
    .vlog-featured-info .entry-header {
        max-width: 62%;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .vlog-content {
        width: 100%;
    }
    .site-title,
    .site-title a {
        line-height: 50px;
    }
    .vlog-sidebar {
        float: none;
        margin: 0 auto 36px;
        clear: both;
        width: 300px;
        padding-top: 36px;
    }
    .vlog-responsive-header.vlog-res-open .container {
        width: 100%;
    }
}
@media (min-width: 768px) and (max-width: 1240px) {
    .vlog-cover-bg,
    .vlog-featured-2 .vlog-featured-item,
    .vlog-featured-3 .vlog-featured-item {
        height: 350px !important;
    }
    .vlog-cover-bg.vlog-cover-playlist-active,
    .vlog-featured-4,
    .vlog-featured-5 {
        height: auto !important;
    }
    .vlog-featured-4 .owl-item {
        width: 600px !important;
    }
    .vlog-fa-5-wrapper .fa-item {
        width: 206px;
        height: 140px !important;
    }
    .vlog-fa-5-wrapper .fa-item:nth-of-type(1) {
        width: 476px;
        height: auto !important;
    }
    .vlog-fa-5-wrapper {
        max-width: 960px;
        height: 340px !important;
    }
    .vlog-fa-5-wrapper .fa-item .entry-title {
        font-size: 12px;
        line-height: 18px;
    }
    .vlog-fa-5-wrapper .fa-item:nth-of-type(1) .fa-inner {
        bottom: 30px;
        left: 30px;
        max-width: 420px;
    }
    .vlog-fa-5-wrapper .vlog-format-label.large {
        top: 30px;
        left: 30px;
    }
    .vlog-fa-5-wrapper .fa-inner {
        bottom: 5px;
        left: 15px;
    }
    .vlog-fa-5-wrapper .fa-item:nth-of-type(2),
    .vlog-fa-5-wrapper .fa-item:nth-of-type(4) {
        margin-top: 14px;
    }
    .vlog-fa-5-wrapper .vlog-format-label.x-small {
        top: 15px;
        left: 15px;
    }
    .vlog-fa-5-wrapper .meta-item {
        font-size: 10px;
        line-height: 16px;
    }
    .vlog-fa-5-wrapper .fa-item:nth-of-type(1) .meta-item {
        font-size: 12px;
        line-height: 26px;
    }
    .vlog-highlight {
        float: none;
        width: 100%;
        position: relative;
    }
    .vlog-vcenter-actions.entry-actions {
        right: 20px;
    }
    .vlog-format-action.large {
        height: 76px;
        width: 76px;
        margin-left: -38px;
        margin-top: -38px;
        padding: 22px 0 0 7px;
    }
    .vlog-format-action.large i {
        font-size: 27px;
    }
    .vlog-featured-slider .owl-next {
        right: 1%;
    }
    .vlog-featured-slider .owl-prev {
        left: 1%;
    }
    .vlog-featured-info-2 .vlog-fa-item {
        width: 43.8%;
        margin: 0 3%;
    }
    .vlog-featured-info-2 .entry-header {
        width: 350px;
    }
    .vlog-featured-info-2 .h1 {
        font-size: 28px;
        line-height: 38px;
    }
    .owl-carousel .owl-item,
    .owl-carousel .owl-item img,
    .vlog-cover,
    .vlog-cover:after,
    .vlog-cover:before {
        -webkit-backface-visibility: hidden;
    }
    .vlog-lay-h .no-left-padding {
        padding-right: 0;
    }
    .sub-menu .vlog-lay-h .no-left-padding {
        padding-right: 18px;
    }
    body .h7 {
        font-size: 12px;
        line-height: 18px;
    }
    body .h6,
    h6 {
        font-size: 12px;
        line-height: 16px;
    }
    body .vlog-lay-d .entry-title,
    body .vlog-no-sid .h6,
    body .vlog-no-sid h6 {
        font-size: 14px;
        line-height: 20px;
        margin-bottom: 0;
    }
    .vlog-cover:after,
    .vlog-cover:before {
        width: 30%;
    }
    .vlog-prev-next-cover-nav .vlog-prev-link {
        left: 42px;
    }
    .vlog-prev-next-cover-nav .vlog-next-link {
        right: 42px;
    }
    .vlog-lay-e .entry-title,
    .widget .vlog-lay-g .entry-title {
        font-size: 14px;
        line-height: 20px;
    }
    .vlog-featured .entry-title,
    .vlog-featured-2 .entry-title {
        font-size: 24px;
        line-height: 30px;
        margin-bottom: 5px;
    }
    .vlog-featured-1 .action-item {
        width: 100px;
    }
    .action-item i,
    .action-item.comments:before {
        font-size: 30px;
        margin-bottom: 6px;
    }
    .action-item {
        font-size: 10px;
    }
    .vlog-featured-info-2 .entry-actions .action-item {
        padding: 7px;
    }
    .vlog-featured-info-2 .entry-actions {
        width: 100px;
    }
    .single-format-image .vlog-single-entry-image {
        margin-bottom: 24px;
    }
    .vlog-lay-b .entry-title {
        font-size: 22px;
        line-height: 28px;
    }
    .author .vlog-mod-desc {
        padding: 28px;
    }
    .author .vlog-mod-desc p,
    .vlog-author p {
        font-size: 14px;
        line-height: 22px;
    }
    .h1,
    .h2,
    .h3,
    .h4,
    .h5,
    .h6,
    h1,
    h2,
    h3,
    h4,
    h5,
    h6 {
        margin-bottom: 15px;
    }
    .entry-content-single .h6,
    .entry-content-single h6 {
        font-size: 14px;
        line-height: 20px;
    }
    .site-title {
        margin-bottom: 0;
    }
    .vlog-popup .vlog-popup-wrapper {
        max-width: 70%;
        margin: initial;
    }
    .vlog-popup-wrapper {
        max-width: 490px;
        margin: 0 auto;
    }
    .vlog-single-content .vlog-popup-wrapper {
        max-width: 100%;
        width: 100%;
    }
    .vlog-lay-f .h6 {
        margin-bottom: 0;
    }
}
@media (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
    .vlog-featured-info-2 .entry-header {
        max-width: 100%;
    }
    .vlog-featured-info-2 .entry-actions,
    .vlog-featured-info-2 .vlog-fa-item {
        width: 100%;
    }
    .vlog-format-inplay .vlog-pe-a.entry-actions {
        position: relative;
        top: 0;
        -webkit-transform: none;
        transform: none;
    }
    .vlog-site-content {
        padding-top: 50px;
    }
    .vlog-featured-4 {
        margin-top: 0;
    }
    .vlog-featured-4 .owl-stage {
        padding: 24px 0;
    }
    .vlog-lay-a .entry-image,
    .vlog-lay-c .entry-image {
        margin-bottom: 10px;
    }
    .entry-content-single,
    .vlog-module article {
        margin-bottom: 30px;
    }
    .vlog-module article:last-child {
        margin-bottom: 40px;
    }
    .vlog-mod-head {
        margin-bottom: 20px;
        margin-top: 0;
    }
    .widget {
        margin: 0 auto 30px;
        max-width: 300px;
    }
    .vlog-sidebar,
    .vlog-site-footer .widget:last-child {
        margin-bottom: 0;
    }
    .vlog-site-footer .widget:first-child {
        margin-top: 30px;
    }
    .vlog-site-footer .widget-title {
        margin-bottom: 15px;
    }
    .error404 .vlog-single-content .vlog-search-form {
        margin-bottom: 25px;
    }
    .module-series .entry-header {
        width: 80%;
    }
    .vlog-format-inplay .entry-header {
        max-width: 62%;
    }
    .vlog-popup .vlog-popup-wrapper {
        max-width: 70%;
        margin: initial;
    }
    .vlog-popup-wrapper {
        width: 65%;
        margin: 0 auto;
    }
}
@media (max-width: 991px) {
    .vlog-watch-later-active {
        overflow: hidden;
    }
    .vlog-watch-later-active .vlog-watch-later .sub-menu {
        overflow-y: auto;
    }
    .vlog-featured .entry-title,
    .vlog-featured-2 .entry-title {
        font-size: 20px;
        line-height: 28px;
    }
    .vlog-featured-info .entry-header {
        max-width: 60%;
    }
    .vlog-featured-1 .action-item,
    .vlog-featured-info-2 .entry-actions {
        width: 90px;
    }
    .vlog-featured,
    .vlog-featured-2,
    .vlog-featured-3,
    .vlog-featured-4,
    .vlog-featured-5 {
        margin-top: 0;
    }
    .site-title.h1 {
        margin-bottom: 0;
    }
    .vlog-responsive-header.vlog-res-open .container {
        width: 100%;
    }
    .site-title img {
        vertical-align: middle;
        max-height: 50px;
        margin-top: -2px;
    }
    .dl-menuwrapper button.dl-trigger {
        top: -59px;
    }
    .vlog-featured-info-2 .vlog-fa-item {
        width: 43.8%;
        margin: 0 1%;
    }
    .vlog-featured-info-2 .entry-header {
        width: 275px;
        margin-left: 30px;
    }
    .vlog-top-bar {
        display: none;
    }
    .vlog-site-content {
        padding-top: 50px;
    }
    .vlog-featured-4 .owl-item {
        width: 680px !important;
    }
    .vlog-fa-5-wrapper .fa-item:nth-of-type(1) {
        margin: 0 18px;
    }
    .vlog-fa-5-wrapper .fa-item:nth-of-type(2),
    .vlog-fa-5-wrapper .fa-item:nth-of-type(4) {
        margin-bottom: 18px;
        margin-top: 19px;
    }
    .vlog-fa-5-wrapper {
        max-width: 720px;
    }
    .vlog-fa-5-wrapper .fa-item:nth-of-type(1) img {
        -o-object-fit: cover;
        object-fit: cover;
        height: 100%;
        width: 100%;
        position: relative;
    }
    .vlog-fa-5-wrapper .fa-item .fa-item-image {
        height: 100%;
    }
    .vlog-fa-5-wrapper .fa-item:nth-of-type(1) {
        width: 272px;
        height: 340px !important;
    }
    .vlog-fa-5-wrapper .fa-item:nth-of-type(1) .entry-title {
        font-size: 16px;
        line-height: 22px;
    }
    .vlog-fa-5-wrapper .fa-item .entry-title {
        margin-bottom: 0;
    }
    .owl-carousel .owl-item,
    .owl-carousel .owl-item img,
    .vlog-cover,
    .vlog-cover:after,
    .vlog-cover:before {
        -webkit-backface-visibility: hidden;
    }
    .vlog-section:first-child .vlog-content {
        margin-top: 24px;
    }
    .vlog-lay-c .entry-title {
        font-size: 22px;
        line-height: 28px;
    }
    body .vlog-no-sid .vlog-lay-d .h5,
    body .vlog-no-sid .vlog-lay-e .h5,
    body .vlog-no-sid .vlog-lay-f .h5 {
        font-size: 14px;
        line-height: 20px;
        margin-bottom: 0;
    }
    .vlog-lay-h .entry-title {
        font-size: 14px;
        line-height: 20px;
    }
    .vlog-lay-e .entry-title {
        font-size: 16px;
        line-height: 22px;
    }
    .vlog-lay-h .no-left-padding {
        padding-right: 18px;
    }
    .vlog-lay-f .entry-title {
        margin-bottom: 0;
    }
    .vlog-single-content .vlog-popup-wrapper {
        max-width: 100%;
        width: 100%;
    }
    .vlog-popup-wrapper {
        width: 60%;
        margin: 0 auto;
    }
    .vlog-popup .vlog-popup-wrapper {
        width: 90%;
        margin: initial;
    }
    .module-text .vlog-txt-module {
        margin-bottom: 40px;
    }
    .module-series .vlog-lay-g img {
        width: 100%;
    }
    .widget {
        margin: 0 auto 10px;
        max-width: 320px;
        clear: both;
    }
    .vlog-format-inplay .entry-header {
        max-width: 62%;
    }
    .vlog-format-content.vlog-popup {
        padding: 0;
    }
    .vlog-popup-close {
        top: 20px !important;
    }
    .vlog-action-search li {
        list-style: none;
    }
    .entry-media div.mejs-container .mejs-controls {
        background: #e4e2e2;
    }
    .mejs-mediaelement {
        position: relative;
        margin-bottom: -10px;
    }
    .mejs-clear {
        clear: both;
        height: 24px;
        display: block;
        float: left;
    }
    .vlog-menu-posts .entry-header {
        text-align: left;
    }
    .vlog-responsive-header .entry-header a.vlog-remove-ll,
    .vlog-responsive-header .entry-header a.vlog-remove-wl {
        width: 26px;
        top: 0;
    }
    .vlog-responsive-header .vlog-watch-later-count {
        min-width: 16px;
        height: 16px;
        padding: 4px 0;
    }
    .vlog-menu-posts .row .vlog-remove-ll,
    .vlog-menu-posts .row .vlog-remove-wl {
        opacity: 1;
    }
    .vlog-res-open .dl-menuwrapper {
        pointer-events: auto;
    }
    .dl-menuwrapper {
        pointer-events: none;
    }
    .dl-menuwrapper button {
        pointer-events: auto;
    }
    .module-series .entry-header {
        width: 90%;
    }
    .vlog-responsive-header .vlog-actions-button {
        position: absolute;
        top: 0;
        max-width: 50px;
        height: 50px;
    }
    .vlog-responsive-header .vlog-actions-button:first-child,
    .vlog-responsive-header .vlog-actions-button:first-child .sub-menu {
        right: 0;
    }
    .vlog-responsive-header .vlog-actions-button:nth-child(2) {
        right: 50px;
    }
    .vlog-responsive-header .vlog-actions-button:nth-child(2) .sub-menu {
        right: -50px !important;
    }
    .vlog-responsive-header .vlog-actions-button:nth-child(3) {
        right: 100px;
    }
    .vlog-responsive-header .vlog-actions-button:nth-child(3) .sub-menu {
        right: -100px !important;
    }
    .vlog-responsive-header .vlog-actions-button:nth-child(4) {
        right: 150px;
    }
    .vlog-responsive-header .vlog-actions-button:nth-child(4) .sub-menu {
        right: -150px !important;
    }
    .vlog-responsive-header .vlog-actions-button:nth-child(5) {
        right: 200px;
    }
    .vlog-responsive-header .vlog-actions-button:nth-child(5) .sub-menu {
        right: -200px !important;
    }
    .vlog-responsive-header .vlog-actions-button .vlog-custom-cart {
        padding-top: 8px;
    }
    .vlog-action-login .sub-menu {
        padding: 20px;
    }
    .vlog-action-login .sub-menu .btn-logout {
        margin-bottom: 20px;
    }
}
@media (max-width: 767px) {
    #cancel-comment-reply-link,
    .comment-reply-link,
    .entry-meta .meta-item,
    .vlog-rm,
    a.added_to_cart,
    a.button.product_type_simple.add_to_cart_button,
    html body {
        line-height: 22px;
    }
    html body {
        font-size: 14px;
    }
    .vlog-link-pages a {
        padding-top: 9px;
    }
    .widget {
        margin: 0 auto 10px;
        max-width: 340px;
    }
    .vlog-top-bar {
        display: none;
    }
    .vlog-sidebar,
    .vlog-site-branding {
        display: inline-block;
    }
    .vlog-site-content {
        padding-top: 0;
        margin-top: 50px;
    }
    .vlog-all-link,
    .vlog-in-play.vlog-popup-on .vlog-site-content,
    .vlog-mod-actions,
    .vlog-mod-head {
        margin-top: 0;
    }
    .vlog-popup-on .owl-carousel .owl-stage-outer,
    .vlog-popup-on .vlog-featured,
    .vlog-popup-on .vlog-featured-2 {
        overflow: hidden;
    }
    .site-title,
    .site-title a {
        line-height: 50px;
    }
    .site-title a {
        font-size: 18px;
    }
    .vlog-mod-head {
        margin-bottom: 10px;
    }
    .vlog-sidebar {
        float: none;
        margin: 0 auto 10px;
        clear: both;
        width: 100%;
    }
    .vlog-content {
        width: 100%;
    }
    .vlog-format-content {
        margin: 0 0 24px;
        padding: 24px 0;
    }
    .vlog-cover-bg,
    .vlog-featured-2 .vlog-featured-item {
        height: auto;
    }
    .vlog-featured-2 .vlog-format-content .vlog-format-loader {
        top: 130px;
    }
    .vlog-featured-info {
        margin: 0;
        padding: 0;
    }
    .vlog-featured-info-bg {
        padding: 18px;
    }
    .vlog-vcenter-actions.entry-actions {
        position: relative;
        top: 0;
        right: 0;
        display: block;
        clear: both;
        -webkit-transform: none;
        transform: none;
        float: none;
        padding: 0;
    }
    .vlog-featured-1 .action-item {
        padding: 15px 0 0;
    }
    .vlog-cover:after,
    .vlog-cover:before {
        display: none;
    }
    .vlog-format-action.large {
        height: 76px;
        width: 76px;
        margin-left: -38px;
        padding: 22px 0 0 7px;
        margin-top: -40px;
    }
    .vlog-format-action.large i {
        font-size: 27px;
    }
    .owl-carousel .owl-item img {
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
    }
    .vlog-featured-slider .owl-next,
    .vlog-featured-slider .owl-prev {
        background: rgba(0, 0, 0, 0.6);
        line-height: 38px;
        font-size: 30px;
        top: 229px;
        border-radius: 50%;
        opacity: 1;
    }
    .vlog-featured-slider .owl-next {
        right: 15px;
    }
    .vlog-featured-slider .owl-prev {
        left: 15px;
    }
    .vlog-featured-slider .owl-next .fa {
        margin-left: 3px;
    }
    .vlog-featured-slider .owl-prev .fa {
        margin-right: 3px;
    }
    .vlog-featured-slider.vlog-featured-1 .owl-next,
    .vlog-featured-slider.vlog-featured-1 .owl-prev {
        margin-top: -104px;
    }
    .vlog-bg.vlog-format-inplay,
    .vlog-featured-info-bg {
        text-align: center;
    }
    .action-item,
    .entry-actions {
        padding: 0;
    }
    .entry-actions {
        height: auto;
        margin-top: 5px;
    }
    .vlog-related-wrapper .vlog-module article:last-child,
    .vlog-sidebar,
    .widget {
        margin-bottom: 18px;
    }
    .vlog-site-content .vlog-section:last-child {
        padding-bottom: 18px;
    }
    p {
        margin: 0 0 18px;
    }
    .vlog-lay-a .entry-image,
    .vlog-lay-b .entry-image,
    .vlog-lay-c .entry-image {
        margin-bottom: 8px;
    }
    .vlog-lay-a .entry-meta,
    .vlog-lay-b .entry-meta,
    .vlog-lay-c .entry-meta {
        margin-bottom: 5px;
    }
    .vlog-lay-e .entry-image img,
    .vlog-lay-f .entry-image img {
        width: 100%;
    }
    .vlog-module article,
    .vlog-module article:last-child {
        margin-bottom: 24px;
    }
    .vlog-lay-b .entry-image img,
    .vlog-lay-c .entry-image img,
    .vlog-lay-d .entry-image img,
    .vlog-lay-g .entry-image img {
        width: 100%;
    }
    .vlog-featured-1 .vlog-cover-bg {
        height: 215px !important;
        margin: 0;
    }
    .vlog-cover {
        display: inline-table;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: auto;
    }
    .vlog-fa-5-wrapper .fa-item:nth-of-type(2) .entry-meta,
    .vlog-fa-5-wrapper .fa-item:nth-of-type(2) .vlog-format-label,
    .vlog-fa-5-wrapper .fa-item:nth-of-type(3) .entry-meta,
    .vlog-fa-5-wrapper .fa-item:nth-of-type(3) .vlog-format-label,
    .vlog-fa-5-wrapper .fa-item:nth-of-type(4) .entry-meta,
    .vlog-fa-5-wrapper .fa-item:nth-of-type(4) .vlog-format-label,
    .vlog-fa-5-wrapper .fa-item:nth-of-type(5) .entry-meta,
    .vlog-fa-5-wrapper .fa-item:nth-of-type(5) .vlog-format-label,
    body .vlog-share-single .meks_ess span {
        display: none;
    }
    .vlog-featured,
    .vlog-featured-2,
    .vlog-featured-3,
    .vlog-featured-4,
    .vlog-featured-5,
    body .vlog-share-single .meks_ess {
        margin-bottom: 18px;
        margin-top: 0;
    }
    .vlog-format-content.vlog-popup {
        padding: 0;
        max-width: 100vw;
        max-height: 100vh;
    }
    .vlog-featured-2 + .vlog-bg {
        margin-top: -18px;
        padding-top: 10px;
    }
    .vlog-featured-3 .vlog-cover-bg,
    .vlog-site-content .vlog-featured-3 .vlog-featured-item {
        height: 250px;
    }
    .vlog-bg {
        margin-bottom: 15px;
    }
    .comment-form-author,
    .comment-form-email,
    .comment-form-url {
        width: 100%;
        padding: 0;
    }
    .vlog-site-footer .widget-title {
        margin-bottom: 10px;
    }
    #cancel-comment-reply-link,
    .comment-reply-link,
    .vlog-rm,
    a.added_to_cart,
    a.button.product_type_simple.add_to_cart_button {
        margin-top: 8px;
    }
    .vlog-module .lay-horizontal .entry-category {
        margin-top: 0;
    }
    body .vlog-share-single .meks_ess a::before {
        margin-right: 0;
        width: 100%;
        background: 0 0;
    }
    body .vlog-share-single .meks_ess a {
        width: auto !important;
        min-width: auto !important;
    }
    .vlog-comments {
        padding: 18px 18px 0;
        margin-bottom: 36px;
    }
    .vlog-author .vlog-rounded-photo {
        max-width: 100px;
        margin-bottom: 20px;
    }
    .vlog-comments .children {
        margin: 0;
    }
    .vlog-copyright,
    .vlog-site-footer .widget:first-child {
        margin-top: 24px;
    }
    .comment .comment-respond {
        padding: 20px 0 0;
    }
    .vlog-copyright {
        text-align: center;
        height: auto;
        padding: 20px 14px;
    }
    .vlog-site-footer .vlog-copyright p {
        line-height: 18px;
    }
    .vlog-comments .comment-content,
    .vlog-comments .reply {
        margin-left: 0;
    }
    .vlog_posts_widget .vlog-lay-g:last-child,
    .vlog_posts_widget .vlog-lay-h:last-child {
        margin-bottom: 0;
    }
    .vlog-featured-4 .owl-stage {
        padding: 10px 0;
    }
    .vlog-fa-5-wrapper {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        width: 100%;
    }
    .vlog-featured-5 .vlog-fa-5-wrapper .fa-item {
        width: 45.5%;
        height: auto;
    }
    .vlog-fa-5-wrapper .fa-item:nth-of-type(1) {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        width: 94%;
        margin: 3% 3% 0;
    }
    .vlog-featured-5 {
        margin-top: 0;
        padding-bottom: 0;
        padding-top: 2px;
    }
    .vlog-fa-5-wrapper .fa-item:nth-of-type(2),
    .vlog-fa-5-wrapper .fa-item:nth-of-type(3),
    .vlog-fa-5-wrapper .fa-item:nth-of-type(4),
    .vlog-fa-5-wrapper .fa-item:nth-of-type(5) {
        height: 150px;
        margin: 3% 3% 0 0;
    }
    .vlog-fa-5-wrapper .fa-item:nth-of-type(2) .fa-item-image,
    .vlog-fa-5-wrapper .fa-item:nth-of-type(3) .fa-item-image,
    .vlog-fa-5-wrapper .fa-item:nth-of-type(4) .fa-item-image,
    .vlog-fa-5-wrapper .fa-item:nth-of-type(5) .fa-item-image {
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
    }
    .vlog-fa-5-wrapper .fa-item:nth-of-type(2) .fa-item-image img,
    .vlog-fa-5-wrapper .fa-item:nth-of-type(3) .fa-item-image img,
    .vlog-fa-5-wrapper .fa-item:nth-of-type(4) .fa-item-image img,
    .vlog-fa-5-wrapper .fa-item:nth-of-type(5) .fa-item-image img {
        -o-object-fit: cover;
        object-fit: cover;
        height: 100%;
        width: 100%;
    }
    .vlog-fa-5-wrapper .fa-item:nth-of-type(2),
    .vlog-fa-5-wrapper .fa-item:nth-of-type(4) {
        margin-left: 3%;
    }
    .vlog-fa-5-wrapper .fa-item:nth-of-type(1) .fa-inner {
        bottom: 20px;
        left: 20px;
    }
    .fa-item .vlog-format-label.large {
        top: 20px;
        left: 20px;
    }
    .vlog-fa-5-wrapper .fa-item:nth-of-type(1) .entry-title {
        font-size: 20px;
        line-height: 26px;
        padding-right: 20px;
    }
    .vlog-fa-5-wrapper .fa-item .entry-title {
        font-size: 12px;
        line-height: 16px;
        padding-right: 10px;
    }
    .vlog-featured-5 .vlog-fa-5-wrapper {
        height: auto;
        padding-bottom: 18px;
        max-width: 550px;
    }
    .vlog-featured-4,
    .vlog-featured-5 {
        height: auto !important;
    }
    .vlog-featured-4 .owl-item {
        opacity: 0.4;
        width: 330px !important;
    }
    .vlog-featured-4 .owl-item.active.center {
        opacity: 1;
    }
    .vlog-featured-4 .fa-item {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    .vlog-featured-4 .fa-inner {
        margin: 20px;
    }
    .vlog-featured-4 .fa-inner .h1 {
        font-size: 16px;
        line-height: 22px;
    }
    .vlog-featured-info-2 .h1 {
        font-size: 20px;
        line-height: 28px;
    }
    .vlog-featured-info-3 .h1 {
        font-size: 18px;
        line-height: 24px;
    }
    .vlog-featured-info-2 .entry-header {
        max-width: 100%;
        margin: 0 auto;
        width: 100%;
    }
    .vlog-featured-info-2 .entry-actions {
        width: 100%;
        display: block;
    }
    .vlog-featured-info-2 .vlog-fa-item {
        display: block;
        width: 100%;
        float: none;
        clear: both;
    }
    .vlog-featured-info-2.vlog-pe-n {
        text-align: center;
    }
    .vlog-featured-info-2 .vlog-fa-item:last-child {
        margin-top: 15px;
    }
    .vlog-format-inplay .vlog-pe-a.entry-actions {
        position: relative;
        top: 10px;
        -webkit-transform: none;
        transform: none;
        right: auto;
        margin: 0 auto;
        float: none;
    }
    .action-item,
    .vlog-featured .action-item,
    .vlog-featured-info-2 .action-item,
    .vlog-format-inplay .action-item {
        width: 90px;
        font-size: 10px;
    }
    .vlog-single-content .action-item {
        padding: 10px 0;
    }
    .vlog-featured-2 .vlog-featured-info-2 .entry-actions .action-item {
        padding: 0;
    }
    .vlog-featured-info-2 {
        -webkit-transform: none;
        transform: none;
        top: 270px;
        left: 0;
        width: 100%;
    }
    .vlog-featured-2 .vlog-cover-bg img {
        height: 250px;
    }
    .vlog-featured-2 .owl-next,
    .vlog-featured-2 .owl-prev,
    .vlog-featured-2 .vlog-format-action.large,
    .vlog-featured-3 .owl-next,
    .vlog-featured-3 .owl-prev {
        top: 130px;
    }
    .vlog-in-play .vlog-featured-slider.vlog-featured-2 .owl-next,
    .vlog-in-play .vlog-featured-slider.vlog-featured-2 .owl-prev {
        margin-top: 0;
    }
    .vlog-featured-info-3 {
        width: 60%;
    }
    .vlog-cover img,
    .vlog-featured-info-custom,
    .widget .vlog-post .entry-image img {
        width: 100%;
    }
    .action-item i,
    .action-item.comments:before {
        font-size: 24px;
        margin-bottom: 3px;
    }
    .h1,
    .h2,
    .h3,
    .h4,
    .h5,
    .h6,
    h1,
    h2,
    h3,
    h4,
    h5,
    h6 {
        margin-bottom: 10px;
    }
    body .h1,
    body h1 {
        font-size: 22px;
        line-height: 30px;
    }
    body .h2,
    body h2 {
        font-size: 20px;
        line-height: 26px;
    }
    body .h3,
    body .widget .vlog-lay-g .entry-title,
    body h3 {
        font-size: 18px;
        line-height: 26px;
    }
    body .h4,
    body .vlog-mod-head .vlog-mod-title h4,
    body .vlog-mod-title .h4,
    body .vlog-mod-title h4,
    body .vlog-no-sid .vlog-lay-f .h5,
    body h4 {
        font-size: 26px;
        line-height: 28px;
    }
    body .h5,
    body .vlog-lay-d .h5,
    body .vlog-lay-f .entry-title,
    body .vlog-lay-h .entry-title,
    body .vlog-no-sid .vlog-lay-d .h5,
    body .widget .widget-title,
    body h5 {
        font-size: 14px;
        line-height: 20px;
    }
    body .h6,
    body .h7,
    body h6 {
        font-size: 13px;
        line-height: 19px;
    }
    .module-series .vlog-lay-g .h6,
    .module-series .vlog-no-sid .vlog-lay-g .h6 {
        font-size: 16px;
    }
    .vlog-lay-a .entry-title {
        font-size: 26px;
        margin-bottom: 0;
    }
    .vlog-lay-c .entry-title {
        font-size: 20px;
        line-height: 28px;
    }
    .col-md-f6 {
        width: 50%;
    }
    .module-series .vlog-lay-g .entry-title {
        max-width: 70%;
        margin: 0 auto;
    }
    blockquote {
        margin: 18px 0;
        padding: 5px 18px;
    }
    .author .vlog-mod-desc,
    .entry-content-single,
    .vlog-author-box,
    .vlog-content .vlog-prev-next-nav {
        margin-bottom: 18px;
    }
    .module-text {
        margin: 0;
    }
    .vlog-bg {
        padding: 0;
    }
    .vlog-site-footer .widget:last-child {
        margin-bottom: 0;
    }
    .vlog-cover img {
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
    }
    .vlog-pagination {
        margin-top: 0;
        margin-bottom: 36px;
    }
    .gallery {
        margin: 0 -9px;
    }
    .author .vlog-mod-desc,
    .single-format-image .vlog-single-entry-image,
    .vlog-author-box,
    .vlog-content .vlog-prev-next-nav,
    .vlog-mod-desc .vlog-search-form,
    .vlog-single-content .vlog-highlight {
        margin-bottom: 18px;
    }
    .vlog-single-entry-image .vlog-cover {
        position: relative;
    }
    .vlog-mod-desc .vlog-search-form {
        padding: 18px;
    }
    .author .vlog-mod-desc {
        padding: 24px;
    }
    .vlog-mod-desc img {
        clear: both;
    }
    .vlog-mod-desc {
        margin-top: 8px;
    }
    .entry-content-single ol,
    .entry-content-single ul,
    .mks_progress_bar,
    .vlog-page-title.entry-title,
    pre {
        margin-bottom: 10px;
    }
    .mks_col,
    .mks_col .mks_one_half,
    .mks_col .mks_one_quarter,
    .mks_col .mks_one_third,
    .mks_col .mks_two_thirds {
        margin-bottom: 0;
    }
    .entry-content-single input[type="submit"].wpcf7-submit {
        margin-top: 0;
    }
    .error404 .vlog-single-content .vlog-search-form {
        margin-bottom: 30px;
    }
    .error404 .vlog-single-content .entry-image {
        margin-bottom: 20px;
    }
    .dl-menuwrapper button.dl-trigger {
        top: -57px;
    }
    .vlog-responsive-header .col-sm-5 {
        width: 41%;
    }
    .vlog-responsive-header .col-sm-7 {
        width: 59%;
    }
    .vlog-responsive-header .entry-title a {
        line-height: 20px;
    }
    .vlog-featured-4 .owl-next,
    .vlog-featured-4 .owl-prev {
        width: 10%;
    }
    .vlog-featured-4 .owl-next .fa {
        margin-right: -20px;
    }
    .vlog-featured-4 .owl-prev .fa {
        margin-left: -20px;
    }
    .vlog-featured-1 .vlog-cover img,
    .vlog-featured-2 .vlog-cover img {
        width: 100%;
    }
    .vlog-featured-1 .vlog-prev-next-cover-nav {
        display: none;
    }
    .col-lg-4 .vlog-format-action.small {
        -webkit-transform: scale(0.8);
        transform: scale(0.8);
    }
    .col-lg-4 .entry-image:hover .vlog-format-action {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    .vlog-featured-item.audio .vlog-cover-bg,
    body .vlog-featured-2 .vlog-featured-item.audio {
        height: 460px !important;
    }
    .vlog-format-inplay .vlog-pe-a.entry-actions {
        display: block;
    }
    div.mejs-container .mejs-controls {
        height: 40px;
        padding: 0 5px;
    }
    body .mejs-container .mejs-controls .mejs-button {
        margin: 6px 0 0;
        height: 34px;
    }
    body .mejs-container .mejs-controls .mejs-button.mejs-playpause-button {
        margin-left: 0;
        margin-right: 0;
    }
    div.mejs-container .mejs-controls .mejs-time {
        padding-top: 16px;
    }
    div.mejs-controls div.mejs-time-rail {
        padding-top: 11px;
    }
    body .mejs-container .mejs-controls .mejs-button button {
        -webkit-transform: scale(0.7);
        transform: scale(0.7);
    }
    .vlog-responsive-header .vlog-actions-button .vlog-custom-cart {
        padding-top: 13px;
    }
    .vlog-format-action.m-small {
        line-height: 18px;
    }
	.vlog-mod-head .vlog-mod-title h4{
		 font-size: 22px!important;
	}
}
@media (max-width: 520px) {
    .vlog-pagination .next,
    .vlog-pagination .prev {
        font-size: 0;
        min-width: auto;
        text-align: center;
    }
    .vlog-pagination .next:after,
    .vlog-pagination .prev:before,
    .vlog-pagination .vlog-next a:after,
    .vlog-pagination .vlog-prev a:before {
        margin: 0;
    }
    .vlog-prev-next-cover-nav {
        display: none;
    }
    .mks_tabs.vertical .mks_tabs_nav {
        width: 100%;
    }
    .mks_tabs.vertical .mks_tab_nav_item.active {
        border-right: 1px solid;
        border-bottom: 1px solid #fff;
    }
    .mks_tabs.vertical .mks_tab_nav_item {
        width: auto;
        border-bottom: 1px solid;
        margin: 0 8px -1px 0;
        min-height: 39px;
    }
    .mks_tabs.vertical {
        padding: 38px 0 0;
    }
    .gridlove-footer .widget.mks_ads_widget {
        margin-left: 0;
        margin-right: 0;
    }
    .col-md-f6 {
        width: 100%;
    }
    .vlog-bg-box {
        padding: 18px;
    }
    .vlog-prev-next-nav .vlog-pn-link {
        font-size: 12px;
        line-height: 18px;
    }
    .vlog-post .entry-image:hover img {
        -webkit-transform: none;
        transform: none;
    }
}
@media (max-width: 500px) {
    body .vlog-lay-e .entry-title,
    body .vlog-no-sid .vlog-lay-e .entry-title {
        font-size: 18px;
        line-height: 24px;
        margin-bottom: 3px;
    }
    .module-series .entry-header {
        width: 70%;
    }
}
@media (max-width: 450px) {
    .action-item,
    .vlog-featured .action-item,
    .vlog-featured-info-2 .action-item,
    .vlog-format-inplay .action-item {
        width: 82px;
    }
    .vlog-featured-1 .entry-header,
    .vlog-featured-1 .vlog-featured-info .entry-header,
    .vlog-featured-1 .vlog-format-inplay .entry-header {
        max-width: 100%;
    }
    .vlog-popup .vlog-popup-wrapper {
        max-width: 90%;
        margin: initial;
    }
    .vlog-popup-wrapper,
    .vlog-responsive-header .vlog-menu-posts .vlog-lay-h {
        width: 100%;
    }
    .vlog-featured-4 .owl-item,
    .vlog-featured-4 .owl-item.active.center {
        opacity: 1;
    }
    .site-title a {
        font-size: 14px;
    }
    .vlog-featured-4 .vlog-featured-slider-4 .owl-item {
        height: 400px;
    }
    .vlog-featured-4 .owl-item.active.center {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    body .vlog-lay-a .entry-title,
    body .vlog-lay-b .entry-title,
    body .vlog-lay-c .entry-title,
    body .vlog-lay-e .entry-title,
    body .vlog-lay-g .entry-title,
    body .vlog-no-sid .vlog-lay-e .entry-title,
    body .vlog-no-sid .vlog-lay-g .entry-title {
        font-size: 18px;
        line-height: 24px;
        margin-bottom: 3px;
    }
    .module-series .entry-header {
        width: 90%;
    }
}
@media (max-width: 1600px) {
    .vlog-featured-2 .vlog-prev-next-cover-nav .vlog-next-link:hover a,
    .vlog-featured-2 .vlog-prev-next-cover-nav .vlog-prev-link:hover a {
        background: #000;
    }
    .vlog-featured-2 .vlog-prev-next-cover-nav.vlog-prev-next-nav i {
        -webkit-transform: scale(1);
        transform: scale(1);
        font-size: 32px;
        background: rgba(255, 255, 255, 0.3);
        padding: 5px 0;
        height: 45px;
        width: 45px;
        top: 0;
        text-align: center;
    }
    .vlog-featured-2 .vlog-prev-next-cover-nav .vlog-pn-ico span {
        display: none;
    }
    .vlog-featured-2 .vlog-prev-next-nav .vlog-pn-link {
        opacity: 0;
        visibility: hidden;
        background: rgba(255, 255, 255, 0.3);
        height: 45px;
        text-overflow: ellipsis;
        overflow: hidden;
        padding: 6px 3px;
        font-size: 12px;
        line-height: 18px;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        display: none;
    }
    .vlog-featured-2 .vlog-prev-next-nav .vlog-prev-link .vlog-pn-link {
        margin-left: 45px;
    }
    .vlog-featured-2 .vlog-prev-next-nav .vlog-next-link .vlog-pn-link {
        margin-right: 45px;
    }
    .vlog-featured-2 .vlog-prev-next-nav .vlog-next-link:hover .vlog-pn-link,
    .vlog-featured-2 .vlog-prev-next-nav .vlog-prev-link:hover .vlog-pn-link {
        opacity: 1;
        visibility: visible;
        display: block;
    }
    .vlog-featured-2 .vlog-prev-next-cover-nav .vlog-prev-link {
        left: 0;
    }
    .vlog-featured-2 .vlog-prev-next-cover-nav .vlog-next-link {
        right: 0;
    }
    .vlog-featured-2 .vlog-prev-next-cover-nav .vlog-pn-ico {
        opacity: 1;
    }
    .vlog-featured-2 .vlog-prev-next-cover-nav .vlog-next-link:hover a .vlog-pn-ico,
    .vlog-featured-2 .vlog-prev-next-cover-nav .vlog-prev-link:hover a .vlog-pn-ico {
        color: #fff;
    }
    .vlog-featured-2 .vlog-prev-next-cover-nav .vlog-next-link a .vlog-pn-ico,
    .vlog-featured-2 .vlog-prev-next-cover-nav .vlog-prev-link a .vlog-pn-ico {
        -webkit-transition: none;
        transition: none;
    }
    .vlog-featured-2 .vlog-prev-next-cover-nav .vlog-next-link,
    .vlog-featured-2 .vlog-prev-next-cover-nav .vlog-prev-link {
        width: 215px;
        -webkit-transform: none;
        transform: none;
        margin-top: -22px;
    }
    .vlog-featured-2 .vlog-prev-next-nav a i.fa-chevron-left:before {
        content: "\f104";
    }
    .vlog-featured-2 .vlog-prev-next-nav a i.fa-chevron-right:before {
        content: "\f105";
    }
}
@media (max-width: 1562px) {
    .inplay-mode-acitve .vlog-prev-next-cover-nav .vlog-next-link:hover a,
    .inplay-mode-acitve .vlog-prev-next-cover-nav .vlog-prev-link:hover a,
    .vlog-in-play .vlog-prev-next-cover-nav .vlog-next-link:hover a,
    .vlog-in-play .vlog-prev-next-cover-nav .vlog-prev-link:hover a {
        background: #000;
    }
    .inplay-mode-acitve .vlog-prev-next-cover-nav.vlog-prev-next-nav i,
    .vlog-in-play .vlog-prev-next-cover-nav.vlog-prev-next-nav i {
        -webkit-transform: scale(1);
        transform: scale(1);
        font-size: 32px;
        background: rgba(255, 255, 255, 0.3);
        padding: 5px 0;
        height: 45px;
        width: 45px;
        top: 0;
        text-align: center;
    }
    .inplay-mode-acitve .vlog-prev-next-cover-nav .vlog-pn-ico span,
    .vlog-in-play .vlog-prev-next-cover-nav .vlog-pn-ico span {
        display: none;
    }
    .inplay-mode-acitve .vlog-prev-next-nav .vlog-pn-link,
    .vlog-in-play .vlog-prev-next-nav .vlog-pn-link {
        opacity: 0;
        visibility: hidden;
        background: rgba(255, 255, 255, 0.3);
        height: 45px;
        text-overflow: ellipsis;
        overflow: hidden;
        padding: 6px 3px;
        font-size: 12px;
        line-height: 18px;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        display: none;
    }
    .inplay-mode-acitve .vlog-prev-next-nav .vlog-prev-link .vlog-pn-link,
    .vlog-in-play .vlog-prev-next-nav .vlog-prev-link .vlog-pn-link {
        margin-left: 45px;
    }
    .inplay-mode-acitve .vlog-prev-next-nav .vlog-next-link .vlog-pn-link,
    .vlog-in-play .vlog-prev-next-nav .vlog-next-link .vlog-pn-link {
        margin-right: 45px;
    }
    .inplay-mode-acitve .vlog-prev-next-nav .vlog-next-link:hover .vlog-pn-link,
    .inplay-mode-acitve .vlog-prev-next-nav .vlog-prev-link:hover .vlog-pn-link,
    .vlog-in-play .vlog-prev-next-nav .vlog-next-link:hover .vlog-pn-link,
    .vlog-in-play .vlog-prev-next-nav .vlog-prev-link:hover .vlog-pn-link {
        opacity: 1;
        visibility: visible;
        display: block;
    }
    .inplay-mode-acitve .vlog-prev-next-cover-nav .vlog-prev-link,
    .vlog-in-play .vlog-prev-next-cover-nav .vlog-prev-link {
        left: 0;
    }
    .inplay-mode-acitve .vlog-prev-next-cover-nav .vlog-next-link,
    .vlog-in-play .vlog-prev-next-cover-nav .vlog-next-link {
        right: 0;
    }
    .inplay-mode-acitve .vlog-prev-next-cover-nav .vlog-pn-ico,
    .vlog-in-play .vlog-prev-next-cover-nav .vlog-pn-ico {
        opacity: 1;
    }
    .inplay-mode-acitve .vlog-prev-next-cover-nav .vlog-next-link:hover a .vlog-pn-ico,
    .inplay-mode-acitve .vlog-prev-next-cover-nav .vlog-prev-link:hover a .vlog-pn-ico,
    .vlog-in-play .vlog-prev-next-cover-nav .vlog-next-link:hover a .vlog-pn-ico,
    .vlog-in-play .vlog-prev-next-cover-nav .vlog-prev-link:hover a .vlog-pn-ico {
        color: #fff;
    }
    .inplay-mode-acitve .vlog-prev-next-cover-nav .vlog-next-link a .vlog-pn-ico,
    .inplay-mode-acitve .vlog-prev-next-cover-nav .vlog-prev-link a .vlog-pn-ico,
    .vlog-in-play .vlog-prev-next-cover-nav .vlog-next-link a .vlog-pn-ico,
    .vlog-in-play .vlog-prev-next-cover-nav .vlog-prev-link a .vlog-pn-ico {
        -webkit-transition: none;
        transition: none;
    }
    .inplay-mode-acitve .vlog-prev-next-cover-nav .vlog-next-link,
    .inplay-mode-acitve .vlog-prev-next-cover-nav .vlog-prev-link,
    .vlog-in-play .vlog-prev-next-cover-nav .vlog-next-link,
    .vlog-in-play .vlog-prev-next-cover-nav .vlog-prev-link {
        width: 215px;
        -webkit-transform: none;
        transform: none;
        margin-top: -22px;
    }
    .inplay-mode-acitve .vlog-prev-next-nav a i.fa-chevron-left:before,
    .vlog-in-play .vlog-prev-next-nav a i.fa-chevron-left:before {
        content: "\f104";
    }
    .inplay-mode-acitve .vlog-prev-next-nav a i.fa-chevron-right:before,
    .vlog-in-play .vlog-prev-next-nav a i.fa-chevron-right:before {
        content: "\f105";
    }
}
@media (max-width: 1240px) {
    .vlog-popup-wrapper {
        max-width: 622px;
    }
    .vlog-featured .wp-video-shortcode video,
    .vlog-featured video.wp-video-shortcode {
        max-width: 100%;
        display: inline-block;
        height: 350px;
    }
    body .vlog-featured .mejs-container {
        height: 350px !important;
        position: relative;
    }
    body .vlog-featured .mejs-overlay {
        height: 100% !important;
        width: 100% !important;
    }
}
@media (max-width: 1240px) and (min-width: 1125px) {
    .vlog-cover-bg,
    .vlog-featured-2 .vlog-featured-item,
    .vlog-featured-3 .vlog-featured-item {
        height: 423px !important;
    }
    .vlog-popup-wrapper {
        margin-bottom: 36px;
    }
}
@media (max-width: 1125px) {
    .vlog-popup-wrapper {
        max-width: 622px;
    }
    .vlog-format-content {
        padding: 0;
        margin-bottom: 0;
    }
}
@media (max-width: 991px) {
    .vlog-popup-wrapper {
        max-width: 622px;
        width: auto;
    }
    .vlog-format-inplay .entry-header {
        max-width: 50%;
    }
}
@media (max-width: 770px) {
    .vlog-popup-wrapper {
        width: auto;
        max-width: 444px;
    }
    .vlog-featured-info .entry-header,
    .vlog-format-inplay .entry-header {
        max-width: 70%;
    }
    .vlog-author > div {
        text-align: center;
        display: block;
        clear: both;
        width: 100%;
    }
    .dl-menuwrapper .dl-menu.dl-menuopen,
    .vlog-res-open .dl-menu {
        height: 100%;
        overflow-y: auto;
    }
    .dl-menuwrapper .dl-menu.dl-menuopen,
    .vlog-res-open .dl-menu,
    .vlog-responsive-header .dl-menu.dl-subview li > .sub-menu {
        padding-bottom: 100px !important;
    }
    .dl-menu.dl-subview li.dl-subview {
        height: 100%;
    }
    .dl-menu.dl-subview.dl-menuopen li.dl-subview > .sub-menu {
        height: 100%;
        position: relative;
        max-height: 100%;
        overflow: scroll;
    }
    .vlog-featured .wp-video-shortcode video,
    .vlog-featured video.wp-video-shortcode {
        height: 250px;
    }
    body .vlog-featured .mejs-container {
        height: 250px !important;
    }
}
@media (max-width: 440px) {
    .vlog-format-content {
        padding: 10px 0;
    }
    body .vlog-featured .mejs-container {
        margin-top: -15px;
    }
    body.vlog-in-play .vlog-featured-2 .vlog-cover-bg.audio {
        height: 235px !important;
    }
    body .vlog-share-single .meks_ess a {
        margin-right: 8px;
    }
}
@media (max-width: 375px) {
    .vlog-featured-1 .vlog-cover-bg {
        height: 192px !important;
        margin: 0;
    }
    .vlog-popup-wrapper {
        width: auto;
        max-width: 304px;
    }
    .vlog-featured-slider.vlog-featured-1 .owl-next,
    .vlog-featured-slider.vlog-featured-1 .owl-prev {
        margin-top: -134px;
    }
    .vlog-featured .wp-video-shortcode video,
    .vlog-featured video.wp-video-shortcode {
        height: 182px;
    }
    body .vlog-featured .mejs-container {
        height: 182px !important;
        margin-top: -7px;
    }
    .audio .vlog-featured-2 .vlog-featured-item {
        height: 460px;
    }
}
@media (max-width: 320px) {
    .vlog-featured-1 .vlog-cover-bg {
        height: 192px !important;
        margin: 0;
    }
    .vlog-featured-4 .owl-stage {
        padding: 0;
    }
    .vlog-featured-slider.vlog-featured-1 .owl-next,
    .vlog-featured-slider.vlog-featured-1 .owl-prev {
        margin-top: -134px;
    }
}
@media (max-width: 310px) {
    .vlog-featured-1 .vlog-cover-bg {
        height: 190px !important;
        margin: 0;
    }
}
@media screen and (max-width: 600px) {
    .module-posts,
    .module-series,
    .vlog-module {
        max-width: 100%;
    }
}
@media (max-width: 767px) {
    #vlog-cover-related .entry-image img {
        height: 80px;
        width: auto;
    }
}
@media (max-width: 1272px) {
    .vlog-playlist {
        display: none;
    }
    .vlog-cover-playlist-active {
        width: 100%;
    }
    .vlog-single-content .vlog-featured-item .entry-media.video {
        min-height: 0;
    }
}
.dl-menuwrapper {
    width: 100%;
    max-width: 100%;
    z-index: 99999;
    float: left;
    position: absolute;
    -webkit-perspective: 1000px;
    perspective: 1000px;
    -webkit-perspective-origin: 50% 200%;
    perspective-origin: 50% 200%;
    height: 100%;
    top: 70px;
    left: 0;
}
.dl-menuwrapper li a.vlog-menu-forward {
    position: absolute;
    right: 15px;
    top: 4px;
    background: rgba(17, 17, 17, 0.1);
    z-index: 99999;
    font-size: 12px;
    line-height: 22px;
    text-align: center;
    display: inline-block;
    height: 32px;
    width: 32px;
    padding: 5px 10px;
    cursor: pointer;
}
a.vlog-menu-forward:after {
    font-family: FontAwesome;
    content: "\f0da";
}
.dl-menuwrapper:first-child {
    margin-right: 100px;
}
.dl-menuwrapper button {
    width: 30px;
    font-size: 25px;
    line-height: 25px;
    display: block;
    padding: 0;
    position: absolute;
    left: 11px;
    top: -56px;
    color: #111;
    border: none;
    background: 0 0;
    cursor: pointer;
}
.dl-menuwrapper li,
.dl-menuwrapper li a {
    position: relative;
    -webkit-backface-visibility: hidden;
}
.dl-menuwrapper ul {
    padding: 0;
    list-style: none;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}
.dl-menuwrapper li {
    backface-visibility: hidden;
}
.dl-menuwrapper li a {
    display: block;
    width: 80%;
    padding: 6px 20px;
    font-size: 13px;
    line-height: 26px;
    outline: 0;
    text-align: left;
    backface-visibility: hidden;
}
.dl-menuwrapper li.vlog-soc-responive-menu a {
    display: inline-block;
    width: auto;
    font-size: 15px;
    padding: 6px 15px;
}
.dl-menu.dl-subview li,
.dl-menu.dl-subview li.dl-subview > a,
.dl-menu.dl-subview li.dl-subviewopen > a,
.dl-menuwrapper li .sub-menu {
    display: none;
}
.dl-menuwrapper li.dl-back > a {
    padding-left: 30px;
    background: rgba(0, 0, 0, 0.1);
    width: 100%;
}
.dl-menuwrapper li.dl-back:after {
    left: 10px;
    color: rgba(212, 204, 198, 0.3);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}
.dl-menuwrapper .dl-menu,
.vlog-no-responsive-nav {
    margin: 0;
    position: absolute;
    width: 100%;
    opacity: 0;
    pointer-events: none;
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background: #fff;
    text-align: left;
}
.vlog-nav-toggle {
    pointer-events: auto;
}
.dl-menuwrapper .dl-menu.dl-menu-toggle {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.dl-menuwrapper .dl-menu.dl-menuopen,
.vlog-res-open .dl-menu,
.vlog-res-open .vlog-no-responsive-nav {
    opacity: 1;
    pointer-events: auto;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}
.vlog-responsive-header {
    text-transform: uppercase;
}
.dl-menu.dl-subview li.dl-subview,
.dl-menu.dl-subview li.dl-subview .sub-menu,
.dl-menu.dl-subview li.dl-subviewopen,
.dl-menu.dl-subview li.dl-subviewopen > .sub-menu,
.dl-menu.dl-subview li.dl-subviewopen > .sub-menu > li {
    display: block;
}
.dl-menu.dl-subview li.dl-subviewopen > .sub-menu,
.dl-menuwrapper li .sub-menu,
.dl-menuwrapper > .sub-menu {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    margin: 0;
    text-align: left;
    padding: 0;
}
.dl-menu.dl-animate-out-1 {
    -webkit-animation: MenuAnimOut1 0.4s;
    animation: MenuAnimOut1 0.4s;
}
.dl-menu.dl-animate-out-2 {
    -webkit-animation: MenuAnimOut2 0.3s ease-in-out;
    animation: MenuAnimOut2 0.3s ease-in-out;
}
.dl-menu.dl-animate-out-3 {
    -webkit-animation: MenuAnimOut3 0.4s ease;
    animation: MenuAnimOut3 0.4s ease;
}
.dl-menu.dl-animate-out-4 {
    -webkit-animation: MenuAnimOut4 0.4s ease;
    animation: MenuAnimOut4 0.4s ease;
}
.dl-menu.dl-animate-out-5 {
    -webkit-animation: MenuAnimOut5 0.4s ease;
    animation: MenuAnimOut5 0.4s ease;
}
@-webkit-keyframes MenuAnimOut1 {
    50% {
        -webkit-transform: translateZ(-250px) rotateY(30deg);
    }
    75% {
        -webkit-transform: translateZ(-372.5px) rotateY(15deg);
        opacity: 0.5;
    }
    100% {
        -webkit-transform: translateZ(-500px) rotateY(0);
        opacity: 0;
    }
}
@-webkit-keyframes MenuAnimOut2 {
    100% {
        -webkit-transform: translateX(-100%);
        opacity: 0;
    }
}
@-webkit-keyframes MenuAnimOut3 {
    100% {
        -webkit-transform: translateZ(300px);
        opacity: 0;
    }
}
@-webkit-keyframes MenuAnimOut4 {
    100% {
        -webkit-transform: translateZ(-300px);
        opacity: 0;
    }
}
@-webkit-keyframes MenuAnimOut5 {
    100% {
        -webkit-transform: translateY(40%);
        opacity: 0;
    }
}
@keyframes MenuAnimOut1 {
    50% {
        -webkit-transform: translateZ(-250px) rotateY(30deg);
        transform: translateZ(-250px) rotateY(30deg);
    }
    75% {
        -webkit-transform: translateZ(-372.5px) rotateY(15deg);
        transform: translateZ(-372.5px) rotateY(15deg);
        opacity: 0.5;
    }
    100% {
        -webkit-transform: translateZ(-500px) rotateY(0);
        transform: translateZ(-500px) rotateY(0);
        opacity: 0;
    }
}
@keyframes MenuAnimOut2 {
    100% {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
        opacity: 0;
    }
}
@keyframes MenuAnimOut3 {
    100% {
        -webkit-transform: translateZ(300px);
        transform: translateZ(300px);
        opacity: 0;
    }
}
@keyframes MenuAnimOut4 {
    100% {
        -webkit-transform: translateZ(-300px);
        transform: translateZ(-300px);
        opacity: 0;
    }
}
@keyframes MenuAnimOut5 {
    100% {
        -webkit-transform: translateY(40%);
        transform: translateY(40%);
        opacity: 0;
    }
}
.dl-menu.dl-animate-in-1 {
    -webkit-animation: MenuAnimIn1 0.3s;
    animation: MenuAnimIn1 0.3s;
}
.dl-menu.dl-animate-in-2 {
    -webkit-animation: MenuAnimIn2 0.3s ease-in-out;
    animation: MenuAnimIn2 0.3s ease-in-out;
}
.dl-menu.dl-animate-in-3 {
    -webkit-animation: MenuAnimIn3 0.4s ease;
    animation: MenuAnimIn3 0.4s ease;
}
.dl-menu.dl-animate-in-4 {
    -webkit-animation: MenuAnimIn4 0.4s ease;
    animation: MenuAnimIn4 0.4s ease;
}
.dl-menu.dl-animate-in-5 {
    -webkit-animation: MenuAnimIn5 0.4s ease;
    animation: MenuAnimIn5 0.4s ease;
}
@-webkit-keyframes MenuAnimIn1 {
    0% {
        -webkit-transform: translateZ(-500px) rotateY(0);
        opacity: 0;
    }
    20% {
        -webkit-transform: translateZ(-250px) rotateY(30deg);
        opacity: 0.5;
    }
    100% {
        -webkit-transform: translateZ(0) rotateY(0);
        opacity: 1;
    }
}
@-webkit-keyframes MenuAnimIn2 {
    0% {
        -webkit-transform: translateX(-100%);
        opacity: 0;
    }
    100% {
        -webkit-transform: translateX(0);
        opacity: 1;
    }
}
@-webkit-keyframes MenuAnimIn3 {
    0% {
        -webkit-transform: translateZ(300px);
        opacity: 0;
    }
    100% {
        -webkit-transform: translateZ(0);
        opacity: 1;
    }
}
@-webkit-keyframes MenuAnimIn4 {
    0% {
        -webkit-transform: translateZ(-300px);
        opacity: 0;
    }
    100% {
        -webkit-transform: translateZ(0);
        opacity: 1;
    }
}
@-webkit-keyframes MenuAnimIn5 {
    0% {
        -webkit-transform: translateY(40%);
        opacity: 0;
    }
    100% {
        -webkit-transform: translateY(0);
        opacity: 1;
    }
}
@keyframes MenuAnimIn1 {
    0% {
        -webkit-transform: translateZ(-500px) rotateY(0);
        transform: translateZ(-500px) rotateY(0);
        opacity: 0;
    }
    20% {
        -webkit-transform: translateZ(-250px) rotateY(30deg);
        transform: translateZ(-250px) rotateY(30deg);
        opacity: 0.5;
    }
    100% {
        -webkit-transform: translateZ(0) rotateY(0);
        transform: translateZ(0) rotateY(0);
        opacity: 1;
    }
}
@keyframes MenuAnimIn2 {
    0% {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
        opacity: 0;
    }
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        opacity: 1;
    }
}
@keyframes MenuAnimIn3 {
    0% {
        -webkit-transform: translateZ(300px);
        transform: translateZ(300px);
        opacity: 0;
    }
    100% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        opacity: 1;
    }
}
@keyframes MenuAnimIn4 {
    0% {
        -webkit-transform: translateZ(-300px);
        transform: translateZ(-300px);
        opacity: 0;
    }
    100% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        opacity: 1;
    }
}
@keyframes MenuAnimIn5 {
    0% {
        -webkit-transform: translateY(40%);
        transform: translateY(40%);
        opacity: 0;
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
    }
}
.dl-menuwrapper > .sub-menu.dl-animate-in-1 {
    -webkit-animation: SubMenuAnimIn1 0.4s ease;
    animation: SubMenuAnimIn1 0.4s ease;
}
.dl-menuwrapper > .sub-menu.dl-animate-in-2 {
    -webkit-animation: SubMenuAnimIn2 0.3s ease-in-out;
    animation: SubMenuAnimIn2 0.3s ease-in-out;
}
.dl-menuwrapper > .sub-menu.dl-animate-in-3 {
    -webkit-animation: SubMenuAnimIn3 0.4s ease;
    animation: SubMenuAnimIn3 0.4s ease;
}
.dl-menuwrapper > .sub-menu.dl-animate-in-4 {
    -webkit-animation: SubMenuAnimIn4 0.4s ease;
    animation: SubMenuAnimIn4 0.4s ease;
}
.dl-menuwrapper > .sub-menu.dl-animate-in-5 {
    -webkit-animation: SubMenuAnimIn5 0.4s ease;
    animation: SubMenuAnimIn5 0.4s ease;
}
@-webkit-keyframes SubMenuAnimIn1 {
    0% {
        -webkit-transform: translateX(50%);
        opacity: 0;
    }
    100% {
        -webkit-transform: translateX(0);
        opacity: 1;
    }
}
@-webkit-keyframes SubMenuAnimIn2 {
    0% {
        -webkit-transform: translateX(100%);
        opacity: 0;
    }
    100% {
        -webkit-transform: translateX(0);
        opacity: 1;
    }
}
@-webkit-keyframes SubMenuAnimIn3 {
    0% {
        -webkit-transform: translateZ(-300px);
        opacity: 0;
    }
    100% {
        -webkit-transform: translateZ(0);
        opacity: 1;
    }
}
@-webkit-keyframes SubMenuAnimIn4 {
    0% {
        -webkit-transform: translateZ(300px);
        opacity: 0;
    }
    100% {
        -webkit-transform: translateZ(0);
        opacity: 1;
    }
}
@-webkit-keyframes SubMenuAnimIn5 {
    0% {
        -webkit-transform: translateZ(-200px);
        opacity: 0;
    }
    100% {
        -webkit-transform: translateZ(0);
        opacity: 1;
    }
}
@keyframes SubMenuAnimIn1 {
    0% {
        -webkit-transform: translateX(50%);
        transform: translateX(50%);
        opacity: 0;
    }
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        opacity: 1;
    }
}
@keyframes SubMenuAnimIn2 {
    0% {
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
        opacity: 0;
    }
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        opacity: 1;
    }
}
@keyframes SubMenuAnimIn3 {
    0% {
        -webkit-transform: translateZ(-300px);
        transform: translateZ(-300px);
        opacity: 0;
    }
    100% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        opacity: 1;
    }
}
@keyframes SubMenuAnimIn4 {
    0% {
        -webkit-transform: translateZ(300px);
        transform: translateZ(300px);
        opacity: 0;
    }
    100% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        opacity: 1;
    }
}
@keyframes SubMenuAnimIn5 {
    0% {
        -webkit-transform: translateZ(-200px);
        transform: translateZ(-200px);
        opacity: 0;
    }
    100% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        opacity: 1;
    }
}
.dl-menuwrapper > .sub-menu.dl-animate-out-1 {
    -webkit-animation: SubMenuAnimOut1 0.4s ease;
    animation: SubMenuAnimOut1 0.4s ease;
}
.dl-menuwrapper > .sub-menu.dl-animate-out-2 {
    -webkit-animation: SubMenuAnimOut2 0.3s ease-in-out;
    animation: SubMenuAnimOut2 0.3s ease-in-out;
}
.dl-menuwrapper > .sub-menu.dl-animate-out-3 {
    -webkit-animation: SubMenuAnimOut3 0.4s ease;
    animation: SubMenuAnimOut3 0.4s ease;
}
.dl-menuwrapper > .sub-menu.dl-animate-out-4 {
    -webkit-animation: SubMenuAnimOut4 0.4s ease;
    animation: SubMenuAnimOut4 0.4s ease;
}
.dl-menuwrapper > .sub-menu.dl-animate-out-5 {
    -webkit-animation: SubMenuAnimOut5 0.4s ease;
    animation: SubMenuAnimOut5 0.4s ease;
}
@-webkit-keyframes SubMenuAnimOut1 {
    0% {
        -webkit-transform: translateX(0);
        opacity: 1;
    }
    100% {
        -webkit-transform: translateX(50%);
        opacity: 0;
    }
}
@-webkit-keyframes SubMenuAnimOut2 {
    0% {
        -webkit-transform: translateX(0);
        opacity: 1;
    }
    100% {
        -webkit-transform: translateX(100%);
        opacity: 0;
    }
}
@-webkit-keyframes SubMenuAnimOut3 {
    0% {
        -webkit-transform: translateZ(0);
        opacity: 1;
    }
    100% {
        -webkit-transform: translateZ(-300px);
        opacity: 0;
    }
}
@-webkit-keyframes SubMenuAnimOut4 {
    0% {
        -webkit-transform: translateZ(0);
        opacity: 1;
    }
    100% {
        -webkit-transform: translateZ(300px);
        opacity: 0;
    }
}
@-webkit-keyframes SubMenuAnimOut5 {
    0% {
        -webkit-transform: translateZ(0);
        opacity: 1;
    }
    100% {
        -webkit-transform: translateZ(-200px);
        opacity: 0;
    }
}
@keyframes SubMenuAnimOut1 {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        opacity: 1;
    }
    100% {
        -webkit-transform: translateX(50%);
        transform: translateX(50%);
        opacity: 0;
    }
}
@keyframes SubMenuAnimOut2 {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        opacity: 1;
    }
    100% {
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
        opacity: 0;
    }
}
@keyframes SubMenuAnimOut3 {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        opacity: 1;
    }
    100% {
        -webkit-transform: translateZ(-300px);
        transform: translateZ(-300px);
        opacity: 0;
    }
}
@keyframes SubMenuAnimOut4 {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        opacity: 1;
    }
    100% {
        -webkit-transform: translateZ(300px);
        transform: translateZ(300px);
        opacity: 0;
    }
}
@keyframes SubMenuAnimOut5 {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        opacity: 1;
    }
    100% {
        -webkit-transform: translateZ(-200px);
        transform: translateZ(-200px);
        opacity: 0;
    }
}
.demo-2 .dl-menuwrapper button {
    background: #e86814;
}
.demo-2 .dl-menuwrapper button.dl-active,
.demo-2 .dl-menuwrapper button:hover,
.demo-2 .dl-menuwrapper ul {
    background: #d35400;
}
