@charset "UTF-8";
.clearfix:after, .clearfix:before, .dropdown .dropdown-toggle:after,
.dropdown .dropdown-toggle:before, .main-header.menu-type-standard-menu .standard-menu-container:after,
.main-header.menu-type-standard-menu .standard-menu-container:before,
.portfolio-container-and-title.full-width-portfolio.has-title-container .portfolio-title-holder:after,
.portfolio-container-and-title.full-width-portfolio.has-title-container .portfolio-title-holder:before,

.clearfix:after, .dropdown .dropdown-toggle:after, .main-header.menu-type-standard-menu .standard-menu-container:after,
.portfolio-container-and-title.full-width-portfolio.has-title-container .portfolio-title-holder:after,

.center-block {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.pull-right {
    float: right !important
}

.pull-left {
    float: left !important
}

.hide {
    display: none !important
}

.show {
    display: block !important
}

.invisible {
    visibility: hidden
}

.text-hide {
    font: 0 / 0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0
}

.hidden {
    display: none !important
}

.affix {
    position: fixed
}

/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.5.1
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2016 Daniel Eden
 */
.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: .75s;
    animation-duration: .75s
}

@-webkit-keyframes bounce {
    20%, 53%, 80%, from, to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }

    40%, 43% {
        -webkit-animation-timing-function: cubic-bezier(.755, .050, .855, .060);
        animation-timing-function: cubic-bezier(.755, .050, .855, .060);
        -webkit-transform: translate3d(0, -30px, 0);
        transform: translate3d(0, -30px, 0)
    }

    70% {
        -webkit-animation-timing-function: cubic-bezier(.755, .050, .855, .060);
        animation-timing-function: cubic-bezier(.755, .050, .855, .060);
        -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(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }

    40%, 43% {
        -webkit-animation-timing-function: cubic-bezier(.755, .050, .855, .060);
        animation-timing-function: cubic-bezier(.755, .050, .855, .060);
        -webkit-transform: translate3d(0, -30px, 0);
        transform: translate3d(0, -30px, 0)
    }

    70% {
        -webkit-animation-timing-function: cubic-bezier(.755, .050, .855, .060);
        animation-timing-function: cubic-bezier(.755, .050, .855, .060);
        -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 {
        -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)
    }

    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
}

@keyframes pulse {
    from {
        -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)
    }

    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
}

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

@-webkit-keyframes rubberBand {
    from {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }

    30% {
        -webkit-transform: scale3d(1.25, .75, 1);
        transform: scale3d(1.25, .75, 1)
    }

    40% {
        -webkit-transform: scale3d(.75, 1.25, 1);
        transform: scale3d(.75, 1.25, 1)
    }

    50% {
        -webkit-transform: scale3d(1.15, .85, 1);
        transform: scale3d(1.15, .85, 1)
    }

    65% {
        -webkit-transform: scale3d(.95, 1.05, 1);
        transform: scale3d(.95, 1.05, 1)
    }

    75% {
        -webkit-transform: scale3d(1.05, .95, 1);
        transform: scale3d(1.05, .95, 1)
    }

    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
}

@keyframes rubberBand {
    from {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }

    30% {
        -webkit-transform: scale3d(1.25, .75, 1);
        transform: scale3d(1.25, .75, 1)
    }

    40% {
        -webkit-transform: scale3d(.75, 1.25, 1);
        transform: scale3d(.75, 1.25, 1)
    }

    50% {
        -webkit-transform: scale3d(1.15, .85, 1);
        transform: scale3d(1.15, .85, 1)
    }

    65% {
        -webkit-transform: scale3d(.95, 1.05, 1);
        transform: scale3d(.95, 1.05, 1)
    }

    75% {
        -webkit-transform: scale3d(1.05, .95, 1);
        transform: scale3d(1.05, .95, 1)
    }

    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 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 {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }

    10%, 20% {
        -webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(.9, .9, .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)
    }

    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
}

@keyframes tada {
    from {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }

    10%, 20% {
        -webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(.9, .9, .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)
    }

    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
}

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

@-webkit-keyframes wobble {
    from {
        -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)
    }

    to {
        -webkit-transform: none;
        transform: none
    }
}

@keyframes wobble {
    from {
        -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)
    }

    to {
        -webkit-transform: none;
        transform: none
    }
}

.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(-.78125deg) skewY(-.78125deg);
        transform: skewX(-.78125deg) skewY(-.78125deg)
    }

    77.7% {
        -webkit-transform: skewX(.390625deg) skewY(.390625deg);
        transform: skewX(.390625deg) skewY(.390625deg)
    }

    88.8% {
        -webkit-transform: skewX(-.1953125deg) skewY(-.1953125deg);
        transform: skewX(-.1953125deg) skewY(-.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(-.78125deg) skewY(-.78125deg);
        transform: skewX(-.78125deg) skewY(-.78125deg)
    }

    77.7% {
        -webkit-transform: skewX(.390625deg) skewY(.390625deg);
        transform: skewX(.390625deg) skewY(.390625deg)
    }

    88.8% {
        -webkit-transform: skewX(-.1953125deg) skewY(-.1953125deg);
        transform: skewX(-.1953125deg) skewY(-.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(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }

    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }

    20% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1)
    }

    40% {
        -webkit-transform: scale3d(.9, .9, .9);
        transform: scale3d(.9, .9, .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(.97, .97, .97);
        transform: scale3d(.97, .97, .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(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }

    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }

    20% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1)
    }

    40% {
        -webkit-transform: scale3d(.9, .9, .9);
        transform: scale3d(.9, .9, .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(.97, .97, .97);
        transform: scale3d(.97, .97, .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(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .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(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .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(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .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(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .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(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .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(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .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(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .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(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .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(.9, .9, .9);
        transform: scale3d(.9, .9, .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(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }
}

@keyframes bounceOut {
    20% {
        -webkit-transform: scale3d(.9, .9, .9);
        transform: scale3d(.9, .9, .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(.3, .3, .3);
        transform: scale3d(.3, .3, .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 {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn
}

@-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(.95, .95, .95);
        transform: perspective(400px) scale3d(.95, .95, .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(.95, .95, .95);
        transform: perspective(400px) scale3d(.95, .95, .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
}

@-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 {
    -webkit-backface-visibility: visible !important;
    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;
    -webkit-backface-visibility: visible !important;
    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(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }

    50% {
        opacity: 1
    }
}

@keyframes zoomIn {
    from {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }

    50% {
        opacity: 1
    }
}

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

@-webkit-keyframes zoomInDown {
    from {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

@keyframes zoomInDown {
    from {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

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

@-webkit-keyframes zoomInLeft {
    from {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
        transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

@keyframes zoomInLeft {
    from {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
        transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

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

@-webkit-keyframes zoomInRight {
    from {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
        transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

@keyframes zoomInRight {
    from {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
        transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

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

@-webkit-keyframes zoomInUp {
    from {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

@keyframes zoomInUp {
    from {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

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

@-webkit-keyframes zoomOut {
    from {
        opacity: 1
    }

    50% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }

    to {
        opacity: 0
    }
}

@keyframes zoomOut {
    from {
        opacity: 1
    }

    50% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }

    to {
        opacity: 0
    }
}

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

@-webkit-keyframes zoomOutDown {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }

    to {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

@keyframes zoomOutDown {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }

    to {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

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

@-webkit-keyframes zoomOutLeft {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0)
    }

    to {
        opacity: 0;
        -webkit-transform: scale(.1) translate3d(-2000px, 0, 0);
        transform: scale(.1) translate3d(-2000px, 0, 0);
        -webkit-transform-origin: left center;
        transform-origin: left center
    }
}

@keyframes zoomOutLeft {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0)
    }

    to {
        opacity: 0;
        -webkit-transform: scale(.1) translate3d(-2000px, 0, 0);
        transform: scale(.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(.475, .475, .475) translate3d(-42px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0)
    }

    to {
        opacity: 0;
        -webkit-transform: scale(.1) translate3d(2000px, 0, 0);
        transform: scale(.1) translate3d(2000px, 0, 0);
        -webkit-transform-origin: right center;
        transform-origin: right center
    }
}

@keyframes zoomOutRight {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0)
    }

    to {
        opacity: 0;
        -webkit-transform: scale(.1) translate3d(2000px, 0, 0);
        transform: scale(.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(.475, .475, .475) translate3d(0, 60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }

    to {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

@keyframes zoomOutUp {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }

    to {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .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
}

.ps {
    overflow: hidden !important;
    overflow-anchor: none;
    -ms-overflow-style: none;
    touch-action: auto;
    -ms-touch-action: auto
}

.ps__rail-x {
    display: none;
    opacity: 0;
    transition: background-color .2s linear, opacity .2s linear;
    -webkit-transition: background-color .2s linear, opacity .2s linear;
    height: 15px;
    bottom: 0;
    position: absolute
}

.ps__rail-y {
    display: none;
    opacity: 0;
    transition: background-color .2s linear, opacity .2s linear;
    -webkit-transition: background-color .2s linear, opacity .2s linear;
    width: 15px;
    right: 0;
    position: absolute
}

.ps--active-x > .ps__rail-x, .ps--active-y > .ps__rail-y {
    display: block;
    background-color: transparent
}

.ps--focus > .ps__rail-x, .ps--focus > .ps__rail-y, .ps--scrolling-x > .ps__rail-x,
.ps--scrolling-y > .ps__rail-y, .ps:hover > .ps__rail-x, .ps:hover > .ps__rail-y {
    opacity: .6
}

.ps__rail-x:focus, .ps__rail-x:hover, .ps__rail-y:focus, .ps__rail-y:hover {
    background-color: #eee;
    opacity: .9
}

.ps__thumb-x {
    background-color: #aaa;
    border-radius: 6px;
    transition: background-color .2s linear, height .2s ease-in-out;
    -webkit-transition: background-color .2s linear, height .2s ease-in-out;
    height: 6px;
    bottom: 2px;
    position: absolute
}

.ps__thumb-y {
    background-color: #aaa;
    border-radius: 6px;
    transition: background-color .2s linear, width .2s ease-in-out;
    -webkit-transition: background-color .2s linear, width .2s ease-in-out;
    width: 6px;
    right: 2px;
    position: absolute
}

.ps__rail-x:focus > .ps__thumb-x, .ps__rail-x:hover > .ps__thumb-x {
    background-color: #999;
    height: 11px
}

.ps__rail-y:focus > .ps__thumb-y, .ps__rail-y:hover > .ps__thumb-y {
    background-color: #999;
    width: 11px
}

/*@supports (-ms-overflow-style:none) {
    .ps {
        overflow: auto !important
    }
}*/

@media screen and (-ms-high-contrast:active), (-ms-high-contrast:none) {
    .ps {
        overflow: auto !important
    }
}

@-webkit-keyframes scale {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1
    }

    45% {
        -webkit-transform: scale(.1);
        transform: scale(.1);
        opacity: .7
    }

    80% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1
    }
}

@keyframes scale {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1
    }

    45% {
        -webkit-transform: scale(.1);
        transform: scale(.1);
        opacity: .7
    }

    80% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1
    }
}

.ball-pulse > div:nth-child(1) {
    -webkit-animation: scale .75s -.24s infinite cubic-bezier(.2, .68, .18, 1.08);
    animation: scale .75s -.24s infinite cubic-bezier(.2, .68, .18, 1.08)
}

.ball-pulse > div:nth-child(2) {
    -webkit-animation: scale .75s -.12s infinite cubic-bezier(.2, .68, .18, 1.08);
    animation: scale .75s -.12s infinite cubic-bezier(.2, .68, .18, 1.08)
}

.ball-pulse > div:nth-child(3) {
    -webkit-animation: scale .75s 0s infinite cubic-bezier(.2, .68, .18, 1.08);
    animation: scale .75s 0s infinite cubic-bezier(.2, .68, .18, 1.08)
}

.ball-pulse > div {
    background-color: #fff;
    width: 15px;
    height: 15px;
    border-radius: 100%;
    margin: 2px;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    display: inline-block
}

@-webkit-keyframes ball-pulse-sync {
    33% {
        -webkit-transform: translateY(10px);
        transform: translateY(10px)
    }

    66% {
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px)
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes ball-pulse-sync {
    33% {
        -webkit-transform: translateY(10px);
        transform: translateY(10px)
    }

    66% {
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px)
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

.ball-pulse-sync > div:nth-child(1) {
    -webkit-animation: ball-pulse-sync .6s -.14s infinite ease-in-out;
    animation: ball-pulse-sync .6s -.14s infinite ease-in-out
}

.ball-pulse-sync > div:nth-child(2) {
    -webkit-animation: ball-pulse-sync .6s -70ms infinite ease-in-out;
    animation: ball-pulse-sync .6s -70ms infinite ease-in-out
}

.ball-pulse-sync > div:nth-child(3) {
    -webkit-animation: ball-pulse-sync .6s 0s infinite ease-in-out;
    animation: ball-pulse-sync .6s 0s infinite ease-in-out
}

.ball-pulse-sync > div {
    background-color: #fff;
    width: 15px;
    height: 15px;
    border-radius: 100%;
    margin: 2px;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    display: inline-block
}

@-webkit-keyframes ball-scale {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0)
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0
    }
}

@keyframes ball-scale {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0)
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0
    }
}

.ball-scale > div {
    background-color: #fff;
    width: 15px;
    height: 15px;
    border-radius: 100%;
    margin: 2px;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    display: inline-block;
    height: 60px;
    width: 60px;
    -webkit-animation: ball-scale 1s 0s ease-in-out infinite;
    animation: ball-scale 1s 0s ease-in-out infinite
}

@keyframes ball-scale {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0)
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0
    }
}

.ball-scale > div {
    background-color: #fff;
    width: 15px;
    height: 15px;
    border-radius: 100%;
    margin: 2px;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    display: inline-block;
    height: 60px;
    width: 60px;
    -webkit-animation: ball-scale 1s 0s ease-in-out infinite;
    animation: ball-scale 1s 0s ease-in-out infinite
}

.ball-scale-random {
    width: 37px;
    height: 40px
}

.ball-scale-random > div {
    background-color: #fff;
    width: 15px;
    height: 15px;
    border-radius: 100%;
    margin: 2px;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    position: absolute;
    display: inline-block;
    height: 30px;
    width: 30px;
    -webkit-animation: ball-scale 1s 0s ease-in-out infinite;
    animation: ball-scale 1s 0s ease-in-out infinite
}

.ball-scale-random > div:nth-child(1) {
    margin-left: -7px;
    -webkit-animation: ball-scale 1s .2s ease-in-out infinite;
    animation: ball-scale 1s .2s ease-in-out infinite
}

.ball-scale-random > div:nth-child(3) {
    margin-left: -2px;
    margin-top: 9px;
    -webkit-animation: ball-scale 1s .5s ease-in-out infinite;
    animation: ball-scale 1s .5s ease-in-out infinite
}

@-webkit-keyframes rotate {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    50% {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg)
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes rotate {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    50% {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg)
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

.ball-rotate {
    position: relative
}

.ball-rotate > div {
    background-color: #fff;
    width: 15px;
    height: 15px;
    border-radius: 100%;
    margin: 2px;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    position: relative
}

.ball-rotate > div:first-child {
    -webkit-animation: rotate 1s 0s cubic-bezier(.7, -.13, .22, .86) infinite;
    animation: rotate 1s 0s cubic-bezier(.7, -.13, .22, .86) infinite
}

.ball-rotate > div:after, .ball-rotate > div:before {
    background-color: #fff;
    width: 15px;
    height: 15px;
    border-radius: 100%;
    margin: 2px;
    content: "";
    position: absolute;
    opacity: .8
}

.ball-rotate > div:before {
    top: 0;
    left: -28px
}

.ball-rotate > div:after {
    top: 0;
    left: 25px
}

@keyframes rotate {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    50% {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg)
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

.ball-clip-rotate > div {
    background-color: #fff;
    width: 15px;
    height: 15px;
    border-radius: 100%;
    margin: 2px;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    border: 2px solid #fff;
    border-bottom-color: transparent;
    height: 26px;
    width: 26px;
    background: 0 0 !important;
    display: inline-block;
    -webkit-animation: rotate .75s 0s linear infinite;
    animation: rotate .75s 0s linear infinite
}

@keyframes rotate {
    0% {
        -webkit-transform: rotate(0) scale(1);
        transform: rotate(0) scale(1)
    }

    50% {
        -webkit-transform: rotate(180deg) scale(.6);
        transform: rotate(180deg) scale(.6)
    }

    100% {
        -webkit-transform: rotate(360deg) scale(1);
        transform: rotate(360deg) scale(1)
    }
}

@keyframes scale {
    30% {
        -webkit-transform: scale(.3);
        transform: scale(.3)
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

.ball-clip-rotate-pulse {
    position: relative;
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px)
}

.ball-clip-rotate-pulse > div {
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 100%
}

.ball-clip-rotate-pulse > div:first-child {
    background: #fff;
    height: 16px;
    width: 16px;
    top: 7px;
    left: -7px;
    -webkit-animation: scale 1s 0s cubic-bezier(.09, .57, .49, .9) infinite;
    animation: scale 1s 0s cubic-bezier(.09, .57, .49, .9) infinite
}

.ball-clip-rotate-pulse > div:last-child {
    position: absolute;
    border: 2px solid #fff;
    width: 30px;
    height: 30px;
    left: -16px;
    top: -2px;
    background: 0 0;
    border: 2px solid;
    border-color: #fff transparent #fff transparent;
    -webkit-animation: rotate 1s 0s cubic-bezier(.09, .57, .49, .9) infinite;
    animation: rotate 1s 0s cubic-bezier(.09, .57, .49, .9) infinite;
    -webkit-animation-duration: 1s;
    animation-duration: 1s
}

@keyframes rotate {
    0% {
        -webkit-transform: rotate(0) scale(1);
        transform: rotate(0) scale(1)
    }

    50% {
        -webkit-transform: rotate(180deg) scale(.6);
        transform: rotate(180deg) scale(.6)
    }

    100% {
        -webkit-transform: rotate(360deg) scale(1);
        transform: rotate(360deg) scale(1)
    }
}

.ball-clip-rotate-multiple {
    position: relative
}

.ball-clip-rotate-multiple > div {
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    position: absolute;
    left: -20px;
    top: -20px;
    border: 2px solid #fff;
    border-bottom-color: transparent;
    border-top-color: transparent;
    border-radius: 100%;
    height: 35px;
    width: 35px;
    -webkit-animation: rotate 1s 0s ease-in-out infinite;
    animation: rotate 1s 0s ease-in-out infinite
}

.ball-clip-rotate-multiple > div:last-child {
    display: inline-block;
    top: -10px;
    left: -10px;
    width: 15px;
    height: 15px;
    -webkit-animation-duration: .5s;
    animation-duration: .5s;
    border-color: #fff transparent #fff transparent;
    -webkit-animation-direction: reverse;
    animation-direction: reverse
}

@-webkit-keyframes ball-scale-ripple {
    0% {
        -webkit-transform: scale(.1);
        transform: scale(.1);
        opacity: 1
    }

    70% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: .7
    }

    100% {
        opacity: 0
    }
}

@keyframes ball-scale-ripple {
    0% {
        -webkit-transform: scale(.1);
        transform: scale(.1);
        opacity: 1
    }

    70% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: .7
    }

    100% {
        opacity: 0
    }
}

.ball-scale-ripple > div {
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    height: 50px;
    width: 50px;
    border-radius: 100%;
    border: 2px solid #fff;
    -webkit-animation: ball-scale-ripple 1s 0s infinite cubic-bezier(.21, .53, .56, .8);
    animation: ball-scale-ripple 1s 0s infinite cubic-bezier(.21, .53, .56, .8)
}

@-webkit-keyframes ball-scale-ripple-multiple {
    0% {
        -webkit-transform: scale(.1);
        transform: scale(.1);
        opacity: 1
    }

    70% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: .7
    }

    100% {
        opacity: 0
    }
}

@keyframes ball-scale-ripple-multiple {
    0% {
        -webkit-transform: scale(.1);
        transform: scale(.1);
        opacity: 1
    }

    70% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: .7
    }

    100% {
        opacity: 0
    }
}

.ball-scale-ripple-multiple {
    position: relative;
    -webkit-transform: translateY(-25px);
    transform: translateY(-25px)
}

.ball-scale-ripple-multiple > div:nth-child(0) {
    -webkit-animation-delay: -.8s;
    animation-delay: -.8s
}

.ball-scale-ripple-multiple > div:nth-child(1) {
    -webkit-animation-delay: -.6s;
    animation-delay: -.6s
}

.ball-scale-ripple-multiple > div:nth-child(2) {
    -webkit-animation-delay: -.4s;
    animation-delay: -.4s
}

.ball-scale-ripple-multiple > div:nth-child(3) {
    -webkit-animation-delay: -.2s;
    animation-delay: -.2s
}

.ball-scale-ripple-multiple > div {
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    position: absolute;
    top: -2px;
    left: -26px;
    width: 50px;
    height: 50px;
    border-radius: 100%;
    border: 2px solid #fff;
    -webkit-animation: ball-scale-ripple-multiple 1.25s 0s infinite cubic-bezier(.21, .53, .56, .8);
    animation: ball-scale-ripple-multiple 1.25s 0s infinite cubic-bezier(.21, .53, .56, .8)
}

@-webkit-keyframes ball-beat {
    50% {
        opacity: .2;
        -webkit-transform: scale(.75);
        transform: scale(.75)
    }

    100% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes ball-beat {
    50% {
        opacity: .2;
        -webkit-transform: scale(.75);
        transform: scale(.75)
    }

    100% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

.ball-beat > div {
    background-color: #fff;
    width: 15px;
    height: 15px;
    border-radius: 100%;
    margin: 2px;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    display: inline-block;
    -webkit-animation: ball-beat .7s 0s infinite linear;
    animation: ball-beat .7s 0s infinite linear
}

.ball-beat > div:nth-child(2n-1) {
    -webkit-animation-delay: -.35s !important;
    animation-delay: -.35s !important
}

@-webkit-keyframes ball-scale-multiple {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
        opacity: 0
    }

    5% {
        opacity: 1
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0
    }
}

@keyframes ball-scale-multiple {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
        opacity: 0
    }

    5% {
        opacity: 1
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0
    }
}

.ball-scale-multiple {
    position: relative;
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px)
}

.ball-scale-multiple > div:nth-child(2) {
    -webkit-animation-delay: -.4s;
    animation-delay: -.4s
}

.ball-scale-multiple > div:nth-child(3) {
    -webkit-animation-delay: -.2s;
    animation-delay: -.2s
}

.ball-scale-multiple > div {
    background-color: #fff;
    width: 15px;
    height: 15px;
    border-radius: 100%;
    margin: 2px;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    position: absolute;
    left: -30px;
    top: 0;
    opacity: 0;
    margin: 0;
    width: 60px;
    height: 60px;
    -webkit-animation: ball-scale-multiple 1s 0s linear infinite;
    animation: ball-scale-multiple 1s 0s linear infinite
}

@-webkit-keyframes ball-triangle-path-1 {
    33% {
        -webkit-transform: translate(25px, -50px);
        transform: translate(25px, -50px)
    }

    66% {
        -webkit-transform: translate(50px, 0);
        transform: translate(50px, 0)
    }

    100% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0)
    }
}

@keyframes ball-triangle-path-1 {
    33% {
        -webkit-transform: translate(25px, -50px);
        transform: translate(25px, -50px)
    }

    66% {
        -webkit-transform: translate(50px, 0);
        transform: translate(50px, 0)
    }

    100% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0)
    }
}

@-webkit-keyframes ball-triangle-path-2 {
    33% {
        -webkit-transform: translate(25px, 50px);
        transform: translate(25px, 50px)
    }

    66% {
        -webkit-transform: translate(-25px, 50px);
        transform: translate(-25px, 50px)
    }

    100% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0)
    }
}

@keyframes ball-triangle-path-2 {
    33% {
        -webkit-transform: translate(25px, 50px);
        transform: translate(25px, 50px)
    }

    66% {
        -webkit-transform: translate(-25px, 50px);
        transform: translate(-25px, 50px)
    }

    100% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0)
    }
}

@-webkit-keyframes ball-triangle-path-3 {
    33% {
        -webkit-transform: translate(-50px, 0);
        transform: translate(-50px, 0)
    }

    66% {
        -webkit-transform: translate(-25px, -50px);
        transform: translate(-25px, -50px)
    }

    100% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0)
    }
}

@keyframes ball-triangle-path-3 {
    33% {
        -webkit-transform: translate(-50px, 0);
        transform: translate(-50px, 0)
    }

    66% {
        -webkit-transform: translate(-25px, -50px);
        transform: translate(-25px, -50px)
    }

    100% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0)
    }
}

.ball-triangle-path {
    position: relative;
    -webkit-transform: translate(-29.99px, -37.51px);
    transform: translate(-29.99px, -37.51px)
}

.ball-triangle-path > div:nth-child(1) {
    -webkit-animation-name: ball-triangle-path-1;
    animation-name: ball-triangle-path-1;
    -webkit-animation-delay: 0;
    animation-delay: 0;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite
}

.ball-triangle-path > div:nth-child(2) {
    -webkit-animation-name: ball-triangle-path-2;
    animation-name: ball-triangle-path-2;
    -webkit-animation-delay: 0;
    animation-delay: 0;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite
}

.ball-triangle-path > div:nth-child(3) {
    -webkit-animation-name: ball-triangle-path-3;
    animation-name: ball-triangle-path-3;
    -webkit-animation-delay: 0;
    animation-delay: 0;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite
}

.ball-triangle-path > div {
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    position: absolute;
    width: 10px;
    height: 10px;
    border-radius: 100%;
    border: 1px solid #fff
}

.ball-triangle-path > div:nth-of-type(1) {
    top: 50px
}

.ball-triangle-path > div:nth-of-type(2) {
    left: 25px
}

.ball-triangle-path > div:nth-of-type(3) {
    top: 50px;
    left: 50px
}

@-webkit-keyframes ball-pulse-rise-even {
    0% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1)
    }

    25% {
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px)
    }

    50% {
        -webkit-transform: scale(.4);
        transform: scale(.4)
    }

    75% {
        -webkit-transform: translateY(30px);
        transform: translateY(30px)
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes ball-pulse-rise-even {
    0% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1)
    }

    25% {
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px)
    }

    50% {
        -webkit-transform: scale(.4);
        transform: scale(.4)
    }

    75% {
        -webkit-transform: translateY(30px);
        transform: translateY(30px)
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@-webkit-keyframes ball-pulse-rise-odd {
    0% {
        -webkit-transform: scale(.4);
        transform: scale(.4)
    }

    25% {
        -webkit-transform: translateY(30px);
        transform: translateY(30px)
    }

    50% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1)
    }

    75% {
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px)
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        -webkit-transform: scale(.75);
        transform: scale(.75)
    }
}

@keyframes ball-pulse-rise-odd {
    0% {
        -webkit-transform: scale(.4);
        transform: scale(.4)
    }

    25% {
        -webkit-transform: translateY(30px);
        transform: translateY(30px)
    }

    50% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1)
    }

    75% {
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px)
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        -webkit-transform: scale(.75);
        transform: scale(.75)
    }
}

.ball-pulse-rise > div {
    background-color: #fff;
    width: 15px;
    height: 15px;
    border-radius: 100%;
    margin: 2px;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    display: inline-block;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-timing-function: cubic-bezier(.15, .46, .9, .6);
    animation-timing-function: cubic-bezier(.15, .46, .9, .6);
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-delay: 0;
    animation-delay: 0
}

.ball-pulse-rise > div:nth-child(2n) {
    -webkit-animation-name: ball-pulse-rise-even;
    animation-name: ball-pulse-rise-even
}

.ball-pulse-rise > div:nth-child(2n-1) {
    -webkit-animation-name: ball-pulse-rise-odd;
    animation-name: ball-pulse-rise-odd
}

@-webkit-keyframes ball-grid-beat {
    50% {
        opacity: .7
    }

    100% {
        opacity: 1
    }
}

@keyframes ball-grid-beat {
    50% {
        opacity: .7
    }

    100% {
        opacity: 1
    }
}

.ball-grid-beat {
    width: 57px
}

.ball-grid-beat > div:nth-child(1) {
    -webkit-animation-delay: .49s;
    animation-delay: .49s;
    -webkit-animation-duration: .93s;
    animation-duration: .93s
}

.ball-grid-beat > div:nth-child(2) {
    -webkit-animation-delay: .4s;
    animation-delay: .4s;
    -webkit-animation-duration: 1.02s;
    animation-duration: 1.02s
}

.ball-grid-beat > div:nth-child(3) {
    -webkit-animation-delay: .63s;
    animation-delay: .63s;
    -webkit-animation-duration: 1.07s;
    animation-duration: 1.07s
}

.ball-grid-beat > div:nth-child(4) {
    -webkit-animation-delay: -40ms;
    animation-delay: -40ms;
    -webkit-animation-duration: .75s;
    animation-duration: .75s
}

.ball-grid-beat > div:nth-child(5) {
    -webkit-animation-delay: .21s;
    animation-delay: .21s;
    -webkit-animation-duration: 1.41s;
    animation-duration: 1.41s
}

.ball-grid-beat > div:nth-child(6) {
    -webkit-animation-delay: -80ms;
    animation-delay: -80ms;
    -webkit-animation-duration: .66s;
    animation-duration: .66s
}

.ball-grid-beat > div:nth-child(7) {
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
    -webkit-animation-duration: 1.36s;
    animation-duration: 1.36s
}

.ball-grid-beat > div:nth-child(8) {
    -webkit-animation-delay: .78s;
    animation-delay: .78s;
    -webkit-animation-duration: 1.17s;
    animation-duration: 1.17s
}

.ball-grid-beat > div:nth-child(9) {
    -webkit-animation-delay: .2s;
    animation-delay: .2s;
    -webkit-animation-duration: 1.49s;
    animation-duration: 1.49s
}

.ball-grid-beat > div {
    background-color: #fff;
    width: 15px;
    height: 15px;
    border-radius: 100%;
    margin: 2px;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    display: inline-block;
    float: left;
    -webkit-animation-name: ball-grid-beat;
    animation-name: ball-grid-beat;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-delay: 0;
    animation-delay: 0
}

@-webkit-keyframes ball-grid-pulse {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    50% {
        -webkit-transform: scale(.5);
        transform: scale(.5);
        opacity: .7
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1
    }
}

@keyframes ball-grid-pulse {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    50% {
        -webkit-transform: scale(.5);
        transform: scale(.5);
        opacity: .7
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1
    }
}

.ball-grid-pulse {
    width: 57px
}

.ball-grid-pulse > div:nth-child(1) {
    -webkit-animation-delay: .19s;
    animation-delay: .19s;
    -webkit-animation-duration: .98s;
    animation-duration: .98s
}

.ball-grid-pulse > div:nth-child(2) {
    -webkit-animation-delay: .48s;
    animation-delay: .48s;
    -webkit-animation-duration: 1.58s;
    animation-duration: 1.58s
}

.ball-grid-pulse > div:nth-child(3) {
    -webkit-animation-delay: .58s;
    animation-delay: .58s;
    -webkit-animation-duration: 1.13s;
    animation-duration: 1.13s
}

.ball-grid-pulse > div:nth-child(4) {
    -webkit-animation-delay: .63s;
    animation-delay: .63s;
    -webkit-animation-duration: .98s;
    animation-duration: .98s
}

.ball-grid-pulse > div:nth-child(5) {
    -webkit-animation-delay: 60ms;
    animation-delay: 60ms;
    -webkit-animation-duration: .64s;
    animation-duration: .64s
}

.ball-grid-pulse > div:nth-child(6) {
    -webkit-animation-delay: .38s;
    animation-delay: .38s;
    -webkit-animation-duration: .85s;
    animation-duration: .85s
}

.ball-grid-pulse > div:nth-child(7) {
    -webkit-animation-delay: -60ms;
    animation-delay: -60ms;
    -webkit-animation-duration: 1.53s;
    animation-duration: 1.53s
}

.ball-grid-pulse > div:nth-child(8) {
    -webkit-animation-delay: .57s;
    animation-delay: .57s;
    -webkit-animation-duration: .76s;
    animation-duration: .76s
}

.ball-grid-pulse > div:nth-child(9) {
    -webkit-animation-delay: .73s;
    animation-delay: .73s;
    -webkit-animation-duration: .98s;
    animation-duration: .98s
}

.ball-grid-pulse > div {
    background-color: #fff;
    width: 15px;
    height: 15px;
    border-radius: 100%;
    margin: 2px;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    display: inline-block;
    float: left;
    -webkit-animation-name: ball-grid-pulse;
    animation-name: ball-grid-pulse;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-delay: 0;
    animation-delay: 0
}

@-webkit-keyframes ball-spin-fade-loader {
    50% {
        opacity: .3;
        -webkit-transform: scale(.4);
        transform: scale(.4)
    }

    100% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes ball-spin-fade-loader {
    50% {
        opacity: .3;
        -webkit-transform: scale(.4);
        transform: scale(.4)
    }

    100% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

.ball-spin-fade-loader {
    position: relative;
    top: -10px;
    left: -10px
}

.ball-spin-fade-loader > div:nth-child(1) {
    top: 25px;
    left: 0;
    -webkit-animation: ball-spin-fade-loader 1s -.96s infinite linear;
    animation: ball-spin-fade-loader 1s -.96s infinite linear
}

.ball-spin-fade-loader > div:nth-child(2) {
    top: 17.05px;
    left: 17.05px;
    -webkit-animation: ball-spin-fade-loader 1s -.84s infinite linear;
    animation: ball-spin-fade-loader 1s -.84s infinite linear
}

.ball-spin-fade-loader > div:nth-child(3) {
    top: 0;
    left: 25px;
    -webkit-animation: ball-spin-fade-loader 1s -.72s infinite linear;
    animation: ball-spin-fade-loader 1s -.72s infinite linear
}

.ball-spin-fade-loader > div:nth-child(4) {
    top: -17.05px;
    left: 17.05px;
    -webkit-animation: ball-spin-fade-loader 1s -.6s infinite linear;
    animation: ball-spin-fade-loader 1s -.6s infinite linear
}

.ball-spin-fade-loader > div:nth-child(5) {
    top: -25px;
    left: 0;
    -webkit-animation: ball-spin-fade-loader 1s -.48s infinite linear;
    animation: ball-spin-fade-loader 1s -.48s infinite linear
}

.ball-spin-fade-loader > div:nth-child(6) {
    top: -17.05px;
    left: -17.05px;
    -webkit-animation: ball-spin-fade-loader 1s -.36s infinite linear;
    animation: ball-spin-fade-loader 1s -.36s infinite linear
}

.ball-spin-fade-loader > div:nth-child(7) {
    top: 0;
    left: -25px;
    -webkit-animation: ball-spin-fade-loader 1s -.24s infinite linear;
    animation: ball-spin-fade-loader 1s -.24s infinite linear
}

.ball-spin-fade-loader > div:nth-child(8) {
    top: 17.05px;
    left: -17.05px;
    -webkit-animation: ball-spin-fade-loader 1s -.12s infinite linear;
    animation: ball-spin-fade-loader 1s -.12s infinite linear
}

.ball-spin-fade-loader > div {
    background-color: #fff;
    width: 15px;
    height: 15px;
    border-radius: 100%;
    margin: 2px;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    position: absolute
}

@-webkit-keyframes ball-spin-loader {
    75% {
        opacity: .2
    }

    100% {
        opacity: 1
    }
}

@keyframes ball-spin-loader {
    75% {
        opacity: .2
    }

    100% {
        opacity: 1
    }
}

.ball-spin-loader {
    position: relative
}

.ball-spin-loader > span:nth-child(1) {
    top: 45px;
    left: 0;
    -webkit-animation: ball-spin-loader 2s .9s infinite linear;
    animation: ball-spin-loader 2s .9s infinite linear
}

.ball-spin-loader > span:nth-child(2) {
    top: 30.68px;
    left: 30.68px;
    -webkit-animation: ball-spin-loader 2s 1.8s infinite linear;
    animation: ball-spin-loader 2s 1.8s infinite linear
}

.ball-spin-loader > span:nth-child(3) {
    top: 0;
    left: 45px;
    -webkit-animation: ball-spin-loader 2s 2.7s infinite linear;
    animation: ball-spin-loader 2s 2.7s infinite linear
}

.ball-spin-loader > span:nth-child(4) {
    top: -30.68px;
    left: 30.68px;
    -webkit-animation: ball-spin-loader 2s 3.6s infinite linear;
    animation: ball-spin-loader 2s 3.6s infinite linear
}

.ball-spin-loader > span:nth-child(5) {
    top: -45px;
    left: 0;
    -webkit-animation: ball-spin-loader 2s 4.5s infinite linear;
    animation: ball-spin-loader 2s 4.5s infinite linear
}

.ball-spin-loader > span:nth-child(6) {
    top: -30.68px;
    left: -30.68px;
    -webkit-animation: ball-spin-loader 2s 5.4s infinite linear;
    animation: ball-spin-loader 2s 5.4s infinite linear
}

.ball-spin-loader > span:nth-child(7) {
    top: 0;
    left: -45px;
    -webkit-animation: ball-spin-loader 2s 6.3s infinite linear;
    animation: ball-spin-loader 2s 6.3s infinite linear
}

.ball-spin-loader > span:nth-child(8) {
    top: 30.68px;
    left: -30.68px;
    -webkit-animation: ball-spin-loader 2s 7.2s infinite linear;
    animation: ball-spin-loader 2s 7.2s infinite linear
}

.ball-spin-loader > div {
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    position: absolute;
    width: 15px;
    height: 15px;
    border-radius: 100%;
    background: green
}

@-webkit-keyframes ball-zig {
    33% {
        -webkit-transform: translate(-15px, -30px);
        transform: translate(-15px, -30px)
    }

    66% {
        -webkit-transform: translate(15px, -30px);
        transform: translate(15px, -30px)
    }

    100% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0)
    }
}

@keyframes ball-zig {
    33% {
        -webkit-transform: translate(-15px, -30px);
        transform: translate(-15px, -30px)
    }

    66% {
        -webkit-transform: translate(15px, -30px);
        transform: translate(15px, -30px)
    }

    100% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0)
    }
}

@-webkit-keyframes ball-zag {
    33% {
        -webkit-transform: translate(15px, 30px);
        transform: translate(15px, 30px)
    }

    66% {
        -webkit-transform: translate(-15px, 30px);
        transform: translate(-15px, 30px)
    }

    100% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0)
    }
}

@keyframes ball-zag {
    33% {
        -webkit-transform: translate(15px, 30px);
        transform: translate(15px, 30px)
    }

    66% {
        -webkit-transform: translate(-15px, 30px);
        transform: translate(-15px, 30px)
    }

    100% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0)
    }
}

.ball-zig-zag {
    position: relative;
    -webkit-transform: translate(-15px, -15px);
    transform: translate(-15px, -15px)
}

.ball-zig-zag > div {
    background-color: #fff;
    width: 15px;
    height: 15px;
    border-radius: 100%;
    margin: 2px;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    position: absolute;
    margin-left: 15px;
    top: 4px;
    left: -7px
}

.ball-zig-zag > div:first-child {
    -webkit-animation: ball-zig .7s 0s infinite linear;
    animation: ball-zig .7s 0s infinite linear
}

.ball-zig-zag > div:last-child {
    -webkit-animation: ball-zag .7s 0s infinite linear;
    animation: ball-zag .7s 0s infinite linear
}

@-webkit-keyframes ball-zig-deflect {
    17% {
        -webkit-transform: translate(-15px, -30px);
        transform: translate(-15px, -30px)
    }

    34% {
        -webkit-transform: translate(15px, -30px);
        transform: translate(15px, -30px)
    }

    50% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0)
    }

    67% {
        -webkit-transform: translate(15px, -30px);
        transform: translate(15px, -30px)
    }

    84% {
        -webkit-transform: translate(-15px, -30px);
        transform: translate(-15px, -30px)
    }

    100% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0)
    }
}

@keyframes ball-zig-deflect {
    17% {
        -webkit-transform: translate(-15px, -30px);
        transform: translate(-15px, -30px)
    }

    34% {
        -webkit-transform: translate(15px, -30px);
        transform: translate(15px, -30px)
    }

    50% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0)
    }

    67% {
        -webkit-transform: translate(15px, -30px);
        transform: translate(15px, -30px)
    }

    84% {
        -webkit-transform: translate(-15px, -30px);
        transform: translate(-15px, -30px)
    }

    100% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0)
    }
}

@-webkit-keyframes ball-zag-deflect {
    17% {
        -webkit-transform: translate(15px, 30px);
        transform: translate(15px, 30px)
    }

    34% {
        -webkit-transform: translate(-15px, 30px);
        transform: translate(-15px, 30px)
    }

    50% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0)
    }

    67% {
        -webkit-transform: translate(-15px, 30px);
        transform: translate(-15px, 30px)
    }

    84% {
        -webkit-transform: translate(15px, 30px);
        transform: translate(15px, 30px)
    }

    100% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0)
    }
}

@keyframes ball-zag-deflect {
    17% {
        -webkit-transform: translate(15px, 30px);
        transform: translate(15px, 30px)
    }

    34% {
        -webkit-transform: translate(-15px, 30px);
        transform: translate(-15px, 30px)
    }

    50% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0)
    }

    67% {
        -webkit-transform: translate(-15px, 30px);
        transform: translate(-15px, 30px)
    }

    84% {
        -webkit-transform: translate(15px, 30px);
        transform: translate(15px, 30px)
    }

    100% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0)
    }
}

.ball-zig-zag-deflect {
    position: relative;
    -webkit-transform: translate(-15px, -15px);
    transform: translate(-15px, -15px)
}

.ball-zig-zag-deflect > div {
    background-color: #fff;
    width: 15px;
    height: 15px;
    border-radius: 100%;
    margin: 2px;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    position: absolute;
    margin-left: 15px;
    top: 4px;
    left: -7px
}

.ball-zig-zag-deflect > div:first-child {
    -webkit-animation: ball-zig-deflect 1.5s 0s infinite linear;
    animation: ball-zig-deflect 1.5s 0s infinite linear
}

.ball-zig-zag-deflect > div:last-child {
    -webkit-animation: ball-zag-deflect 1.5s 0s infinite linear;
    animation: ball-zag-deflect 1.5s 0s infinite linear
}

@-webkit-keyframes line-scale {
    0% {
        -webkit-transform: scaley(1);
        transform: scaley(1)
    }

    50% {
        -webkit-transform: scaley(.4);
        transform: scaley(.4)
    }

    100% {
        -webkit-transform: scaley(1);
        transform: scaley(1)
    }
}

@keyframes line-scale {
    0% {
        -webkit-transform: scaley(1);
        transform: scaley(1)
    }

    50% {
        -webkit-transform: scaley(.4);
        transform: scaley(.4)
    }

    100% {
        -webkit-transform: scaley(1);
        transform: scaley(1)
    }
}

.line-scale > div:nth-child(1) {
    -webkit-animation: line-scale 1s -.4s infinite cubic-bezier(.2, .68, .18, 1.08);
    animation: line-scale 1s -.4s infinite cubic-bezier(.2, .68, .18, 1.08)
}

.line-scale > div:nth-child(2) {
    -webkit-animation: line-scale 1s -.3s infinite cubic-bezier(.2, .68, .18, 1.08);
    animation: line-scale 1s -.3s infinite cubic-bezier(.2, .68, .18, 1.08)
}

.line-scale > div:nth-child(3) {
    -webkit-animation: line-scale 1s -.2s infinite cubic-bezier(.2, .68, .18, 1.08);
    animation: line-scale 1s -.2s infinite cubic-bezier(.2, .68, .18, 1.08)
}

.line-scale > div:nth-child(4) {
    -webkit-animation: line-scale 1s -.1s infinite cubic-bezier(.2, .68, .18, 1.08);
    animation: line-scale 1s -.1s infinite cubic-bezier(.2, .68, .18, 1.08)
}

.line-scale > div:nth-child(5) {
    -webkit-animation: line-scale 1s 0s infinite cubic-bezier(.2, .68, .18, 1.08);
    animation: line-scale 1s 0s infinite cubic-bezier(.2, .68, .18, 1.08)
}

.line-scale > div {
    background-color: #fff;
    width: 4px;
    height: 35px;
    border-radius: 2px;
    margin: 2px;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    display: inline-block
}

@-webkit-keyframes line-scale-party {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    50% {
        -webkit-transform: scale(.5);
        transform: scale(.5)
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes line-scale-party {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    50% {
        -webkit-transform: scale(.5);
        transform: scale(.5)
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

.line-scale-party > div:nth-child(1) {
    -webkit-animation-delay: .55s;
    animation-delay: .55s;
    -webkit-animation-duration: 1.23s;
    animation-duration: 1.23s
}

.line-scale-party > div:nth-child(2) {
    -webkit-animation-delay: .55s;
    animation-delay: .55s;
    -webkit-animation-duration: .55s;
    animation-duration: .55s
}

.line-scale-party > div:nth-child(3) {
    -webkit-animation-delay: 90ms;
    animation-delay: 90ms;
    -webkit-animation-duration: .39s;
    animation-duration: .39s
}

.line-scale-party > div:nth-child(4) {
    -webkit-animation-delay: .5s;
    animation-delay: .5s;
    -webkit-animation-duration: .59s;
    animation-duration: .59s
}

.line-scale-party > div {
    background-color: #fff;
    width: 4px;
    height: 35px;
    border-radius: 2px;
    margin: 2px;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    display: inline-block;
    -webkit-animation-name: line-scale-party;
    animation-name: line-scale-party;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-delay: 0;
    animation-delay: 0
}

@-webkit-keyframes line-scale-pulse-out {
    0% {
        -webkit-transform: scaley(1);
        transform: scaley(1)
    }

    50% {
        -webkit-transform: scaley(.4);
        transform: scaley(.4)
    }

    100% {
        -webkit-transform: scaley(1);
        transform: scaley(1)
    }
}

@keyframes line-scale-pulse-out {
    0% {
        -webkit-transform: scaley(1);
        transform: scaley(1)
    }

    50% {
        -webkit-transform: scaley(.4);
        transform: scaley(.4)
    }

    100% {
        -webkit-transform: scaley(1);
        transform: scaley(1)
    }
}

.line-scale-pulse-out > div {
    background-color: #fff;
    width: 4px;
    height: 35px;
    border-radius: 2px;
    margin: 2px;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    display: inline-block;
    -webkit-animation: line-scale-pulse-out .9s -.6s infinite cubic-bezier(.85, .25, .37, .85);
    animation: line-scale-pulse-out .9s -.6s infinite cubic-bezier(.85, .25, .37, .85)
}

.line-scale-pulse-out > div:nth-child(2), .line-scale-pulse-out > div:nth-child(4) {
    -webkit-animation-delay: -.4s !important;
    animation-delay: -.4s !important
}

.line-scale-pulse-out > div:nth-child(1), .line-scale-pulse-out > div:nth-child(5) {
    -webkit-animation-delay: -.2s !important;
    animation-delay: -.2s !important
}

@-webkit-keyframes line-scale-pulse-out-rapid {
    0% {
        -webkit-transform: scaley(1);
        transform: scaley(1)
    }

    80% {
        -webkit-transform: scaley(.3);
        transform: scaley(.3)
    }

    90% {
        -webkit-transform: scaley(1);
        transform: scaley(1)
    }
}

@keyframes line-scale-pulse-out-rapid {
    0% {
        -webkit-transform: scaley(1);
        transform: scaley(1)
    }

    80% {
        -webkit-transform: scaley(.3);
        transform: scaley(.3)
    }

    90% {
        -webkit-transform: scaley(1);
        transform: scaley(1)
    }
}

.line-scale-pulse-out-rapid > div {
    background-color: #fff;
    width: 4px;
    height: 35px;
    border-radius: 2px;
    margin: 2px;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    display: inline-block;
    vertical-align: middle;
    -webkit-animation: line-scale-pulse-out-rapid .9s -.5s infinite cubic-bezier(.11, .49, .38, .78);
    animation: line-scale-pulse-out-rapid .9s -.5s infinite cubic-bezier(.11, .49, .38, .78)
}

.line-scale-pulse-out-rapid > div:nth-child(2), .line-scale-pulse-out-rapid > div:nth-child(4) {
    -webkit-animation-delay: -.25s !important;
    animation-delay: -.25s !important
}

.line-scale-pulse-out-rapid > div:nth-child(1), .line-scale-pulse-out-rapid > div:nth-child(5) {
    -webkit-animation-delay: 0s !important;
    animation-delay: 0s !important
}

@-webkit-keyframes line-spin-fade-loader {
    50% {
        opacity: .3
    }

    100% {
        opacity: 1
    }
}

@keyframes line-spin-fade-loader {
    50% {
        opacity: .3
    }

    100% {
        opacity: 1
    }
}

.line-spin-fade-loader {
    position: relative;
    top: -10px;
    left: -4px
}

.line-spin-fade-loader > div:nth-child(1) {
    top: 20px;
    left: 0;
    -webkit-animation: line-spin-fade-loader 1.2s -.84s infinite ease-in-out;
    animation: line-spin-fade-loader 1.2s -.84s infinite ease-in-out
}

.line-spin-fade-loader > div:nth-child(2) {
    top: 13.64px;
    left: 13.64px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-animation: line-spin-fade-loader 1.2s -.72s infinite ease-in-out;
    animation: line-spin-fade-loader 1.2s -.72s infinite ease-in-out
}

.line-spin-fade-loader > div:nth-child(3) {
    top: 0;
    left: 20px;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-animation: line-spin-fade-loader 1.2s -.6s infinite ease-in-out;
    animation: line-spin-fade-loader 1.2s -.6s infinite ease-in-out
}

.line-spin-fade-loader > div:nth-child(4) {
    top: -13.64px;
    left: 13.64px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-animation: line-spin-fade-loader 1.2s -.48s infinite ease-in-out;
    animation: line-spin-fade-loader 1.2s -.48s infinite ease-in-out
}

.line-spin-fade-loader > div:nth-child(5) {
    top: -20px;
    left: 0;
    -webkit-animation: line-spin-fade-loader 1.2s -.36s infinite ease-in-out;
    animation: line-spin-fade-loader 1.2s -.36s infinite ease-in-out
}

.line-spin-fade-loader > div:nth-child(6) {
    top: -13.64px;
    left: -13.64px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-animation: line-spin-fade-loader 1.2s -.24s infinite ease-in-out;
    animation: line-spin-fade-loader 1.2s -.24s infinite ease-in-out
}

.line-spin-fade-loader > div:nth-child(7) {
    top: 0;
    left: -20px;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-animation: line-spin-fade-loader 1.2s -.12s infinite ease-in-out;
    animation: line-spin-fade-loader 1.2s -.12s infinite ease-in-out
}

.line-spin-fade-loader > div:nth-child(8) {
    top: 13.64px;
    left: -13.64px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-animation: line-spin-fade-loader 1.2s 0s infinite ease-in-out;
    animation: line-spin-fade-loader 1.2s 0s infinite ease-in-out
}

.line-spin-fade-loader > div {
    background-color: #fff;
    width: 4px;
    height: 35px;
    border-radius: 2px;
    margin: 2px;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    position: absolute;
    width: 5px;
    height: 15px
}

@-webkit-keyframes triangle-skew-spin {
    25% {
        -webkit-transform: perspective(100px) rotateX(180deg) rotateY(0);
        transform: perspective(100px) rotateX(180deg) rotateY(0)
    }

    50% {
        -webkit-transform: perspective(100px) rotateX(180deg) rotateY(180deg);
        transform: perspective(100px) rotateX(180deg) rotateY(180deg)
    }

    75% {
        -webkit-transform: perspective(100px) rotateX(0) rotateY(180deg);
        transform: perspective(100px) rotateX(0) rotateY(180deg)
    }

    100% {
        -webkit-transform: perspective(100px) rotateX(0) rotateY(0);
        transform: perspective(100px) rotateX(0) rotateY(0)
    }
}

@keyframes triangle-skew-spin {
    25% {
        -webkit-transform: perspective(100px) rotateX(180deg) rotateY(0);
        transform: perspective(100px) rotateX(180deg) rotateY(0)
    }

    50% {
        -webkit-transform: perspective(100px) rotateX(180deg) rotateY(180deg);
        transform: perspective(100px) rotateX(180deg) rotateY(180deg)
    }

    75% {
        -webkit-transform: perspective(100px) rotateX(0) rotateY(180deg);
        transform: perspective(100px) rotateX(0) rotateY(180deg)
    }

    100% {
        -webkit-transform: perspective(100px) rotateX(0) rotateY(0);
        transform: perspective(100px) rotateX(0) rotateY(0)
    }
}

.triangle-skew-spin > div {
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    width: 0;
    height: 0;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-bottom: 20px solid #fff;
    -webkit-animation: triangle-skew-spin 3s 0s cubic-bezier(.09, .57, .49, .9) infinite;
    animation: triangle-skew-spin 3s 0s cubic-bezier(.09, .57, .49, .9) infinite
}

@-webkit-keyframes square-spin {
    25% {
        -webkit-transform: perspective(100px) rotateX(180deg) rotateY(0);
        transform: perspective(100px) rotateX(180deg) rotateY(0)
    }

    50% {
        -webkit-transform: perspective(100px) rotateX(180deg) rotateY(180deg);
        transform: perspective(100px) rotateX(180deg) rotateY(180deg)
    }

    75% {
        -webkit-transform: perspective(100px) rotateX(0) rotateY(180deg);
        transform: perspective(100px) rotateX(0) rotateY(180deg)
    }

    100% {
        -webkit-transform: perspective(100px) rotateX(0) rotateY(0);
        transform: perspective(100px) rotateX(0) rotateY(0)
    }
}

@keyframes square-spin {
    25% {
        -webkit-transform: perspective(100px) rotateX(180deg) rotateY(0);
        transform: perspective(100px) rotateX(180deg) rotateY(0)
    }

    50% {
        -webkit-transform: perspective(100px) rotateX(180deg) rotateY(180deg);
        transform: perspective(100px) rotateX(180deg) rotateY(180deg)
    }

    75% {
        -webkit-transform: perspective(100px) rotateX(0) rotateY(180deg);
        transform: perspective(100px) rotateX(0) rotateY(180deg)
    }

    100% {
        -webkit-transform: perspective(100px) rotateX(0) rotateY(0);
        transform: perspective(100px) rotateX(0) rotateY(0)
    }
}

.square-spin > div {
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    width: 50px;
    height: 50px;
    background: #fff;
    -webkit-animation: square-spin 3s 0s cubic-bezier(.09, .57, .49, .9) infinite;
    animation: square-spin 3s 0s cubic-bezier(.09, .57, .49, .9) infinite
}

@-webkit-keyframes rotate_pacman_half_up {
    0% {
        -webkit-transform: rotate(270deg);
        transform: rotate(270deg)
    }

    50% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }

    100% {
        -webkit-transform: rotate(270deg);
        transform: rotate(270deg)
    }
}

@keyframes rotate_pacman_half_up {
    0% {
        -webkit-transform: rotate(270deg);
        transform: rotate(270deg)
    }

    50% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }

    100% {
        -webkit-transform: rotate(270deg);
        transform: rotate(270deg)
    }
}

@-webkit-keyframes rotate_pacman_half_down {
    0% {
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg)
    }

    50% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    100% {
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg)
    }
}

@keyframes rotate_pacman_half_down {
    0% {
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg)
    }

    50% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    100% {
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg)
    }
}

@-webkit-keyframes pacman-balls {
    75% {
        opacity: .7
    }

    100% {
        -webkit-transform: translate(-100px, -6.25px);
        transform: translate(-100px, -6.25px)
    }
}

@keyframes pacman-balls {
    75% {
        opacity: .7
    }

    100% {
        -webkit-transform: translate(-100px, -6.25px);
        transform: translate(-100px, -6.25px)
    }
}

.pacman {
    position: relative
}

.pacman > div:nth-child(2) {
    -webkit-animation: pacman-balls 1s -.99s infinite linear;
    animation: pacman-balls 1s -.99s infinite linear
}

.pacman > div:nth-child(3) {
    -webkit-animation: pacman-balls 1s -.66s infinite linear;
    animation: pacman-balls 1s -.66s infinite linear
}

.pacman > div:nth-child(4) {
    -webkit-animation: pacman-balls 1s -.33s infinite linear;
    animation: pacman-balls 1s -.33s infinite linear
}

.pacman > div:nth-child(5) {
    -webkit-animation: pacman-balls 1s 0s infinite linear;
    animation: pacman-balls 1s 0s infinite linear
}

.pacman > div:first-of-type {
    width: 0;
    height: 0;
    border-right: 25px solid transparent;
    border-top: 25px solid #fff;
    border-left: 25px solid #fff;
    border-bottom: 25px solid #fff;
    border-radius: 25px;
    -webkit-animation: rotate_pacman_half_up .5s 0s infinite;
    animation: rotate_pacman_half_up .5s 0s infinite;
    position: relative;
    left: -30px
}

.pacman > div:nth-child(2) {
    width: 0;
    height: 0;
    border-right: 25px solid transparent;
    border-top: 25px solid #fff;
    border-left: 25px solid #fff;
    border-bottom: 25px solid #fff;
    border-radius: 25px;
    -webkit-animation: rotate_pacman_half_down .5s 0s infinite;
    animation: rotate_pacman_half_down .5s 0s infinite;
    margin-top: -50px;
    position: relative;
    left: -30px
}

.pacman > div:nth-child(3), .pacman > div:nth-child(4), .pacman > div:nth-child(5),
.pacman > div:nth-child(6) {
    background-color: #fff;
    width: 15px;
    height: 15px;
    border-radius: 100%;
    margin: 2px;
    width: 10px;
    height: 10px;
    position: absolute;
    -webkit-transform: translate(0, -6.25px);
    transform: translate(0, -6.25px);
    top: 25px;
    left: 70px
}

@-webkit-keyframes cube-transition {
    25% {
        -webkit-transform: translateX(50px) scale(.5) rotate(-90deg);
        transform: translateX(50px) scale(.5) rotate(-90deg)
    }

    50% {
        -webkit-transform: translate(50px, 50px) rotate(-180deg);
        transform: translate(50px, 50px) rotate(-180deg)
    }

    75% {
        -webkit-transform: translateY(50px) scale(.5) rotate(-270deg);
        transform: translateY(50px) scale(.5) rotate(-270deg)
    }

    100% {
        -webkit-transform: rotate(-360deg);
        transform: rotate(-360deg)
    }
}

@keyframes cube-transition {
    25% {
        -webkit-transform: translateX(50px) scale(.5) rotate(-90deg);
        transform: translateX(50px) scale(.5) rotate(-90deg)
    }

    50% {
        -webkit-transform: translate(50px, 50px) rotate(-180deg);
        transform: translate(50px, 50px) rotate(-180deg)
    }

    75% {
        -webkit-transform: translateY(50px) scale(.5) rotate(-270deg);
        transform: translateY(50px) scale(.5) rotate(-270deg)
    }

    100% {
        -webkit-transform: rotate(-360deg);
        transform: rotate(-360deg)
    }
}

.cube-transition {
    position: relative;
    -webkit-transform: translate(-25px, -25px);
    transform: translate(-25px, -25px)
}

.cube-transition > div {
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    width: 10px;
    height: 10px;
    position: absolute;
    top: -5px;
    left: -5px;
    background-color: #fff;
    -webkit-animation: cube-transition 1.6s 0s infinite ease-in-out;
    animation: cube-transition 1.6s 0s infinite ease-in-out
}

.cube-transition > div:last-child {
    -webkit-animation-delay: -.8s;
    animation-delay: -.8s
}

@-webkit-keyframes spin-rotate {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    50% {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg)
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes spin-rotate {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    50% {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg)
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

.semi-circle-spin {
    position: relative;
    width: 35px;
    height: 35px;
    overflow: hidden
}

.semi-circle-spin > div {
    position: absolute;
    border-width: 0;
    border-radius: 100%;
    -webkit-animation: spin-rotate .6s 0s infinite linear;
    animation: spin-rotate .6s 0s infinite linear;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, transparent), color-stop(70%, transparent), color-stop(30%, #fff), to(#fff));
    background-image: linear-gradient(transparent 0, transparent 70%, #fff 30%, #fff 100%);
    width: 100%;
    height: 100%
}

.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
}

@font-face {
    font-family: linea;
    src: url(fonts/linea-iconfont/fonts/linea.eot);
    src: url(fonts/linea-iconfont/fonts/linea.eot?#iefix) format("embedded-opentype"), url(fonts/linea-iconfont/fonts/linea.woff) format("woff"), url(fonts/linea-iconfont/fonts/linea.ttf) format("truetype"), url(fonts/linea-iconfont/fonts/linea.svg#linea) format("svg");
    font-weight: 400;
    font-style: normal
}

[data-icon]:before {
    font-family: linea !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
}

[class * =" icon-"]:before, [class^=icon-]:before {
    font-family: linea !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
}

.icon-basic-accelerator:before {
    content: "a"
}

.icon-basic-alarm:before {
    content: "b"
}

.icon-basic-anchor:before {
    content: "c"
}

.icon-basic-anticlockwise:before {
    content: "d"
}

.icon-basic-archive:before {
    content: "e"
}

.icon-basic-archive-full:before {
    content: "f"
}

.icon-basic-ban:before {
    content: "g"
}

.icon-basic-battery-charge:before {
    content: "h"
}

.icon-basic-battery-empty:before {
    content: "i"
}

.icon-basic-battery-full:before {
    content: "j"
}

.icon-basic-battery-half:before {
    content: "k"
}

.icon-basic-bolt:before {
    content: "l"
}

.icon-basic-book:before {
    content: "m"
}

.icon-basic-book-pen:before {
    content: "n"
}

.icon-basic-book-pencil:before {
    content: "o"
}

.icon-basic-bookmark:before {
    content: "p"
}

.icon-basic-calculator:before {
    content: "q"
}

.icon-basic-calendar:before {
    content: "r"
}

.icon-basic-cards-diamonds:before {
    content: "s"
}

.icon-basic-cards-hearts:before {
    content: "t"
}

.icon-basic-case:before {
    content: "u"
}

.icon-basic-chronometer:before {
    content: "v"
}

.icon-basic-clessidre:before {
    content: "w"
}

.icon-basic-clock:before {
    content: "x"
}

.icon-basic-clockwise:before {
    content: "y"
}

.icon-basic-cloud:before {
    content: "z"
}

.icon-basic-clubs:before {
    content: "A"
}

.icon-basic-compass:before {
    content: "B"
}

.icon-basic-cup:before {
    content: "C"
}

.icon-basic-diamonds:before {
    content: "D"
}

.icon-basic-display:before {
    content: "E"
}

.icon-basic-download:before {
    content: "F"
}

.icon-basic-exclamation:before {
    content: "G"
}

.icon-basic-eye:before {
    content: "H"
}

.icon-basic-eye-closed:before {
    content: "I"
}

.icon-basic-female:before {
    content: "J"
}

.icon-basic-flag1:before {
    content: "K"
}

.icon-basic-flag2:before {
    content: "L"
}

.icon-basic-floppydisk:before {
    content: "M"
}

.icon-basic-folder:before {
    content: "N"
}

.icon-basic-folder-multiple:before {
    content: "O"
}

.icon-basic-gear:before {
    content: "P"
}

.icon-basic-geolocalize-01:before {
    content: "Q"
}

.icon-basic-geolocalize-05:before {
    content: "R"
}

.icon-basic-globe:before {
    content: "S"
}

.icon-basic-gunsight:before {
    content: "T"
}

.icon-basic-hammer:before {
    content: "U"
}

.icon-basic-headset:before {
    content: "V"
}

.icon-basic-heart:before {
    content: "W"
}

.icon-basic-heart-broken:before {
    content: "X"
}

.icon-basic-helm:before {
    content: "Y"
}

.icon-basic-home:before {
    content: "Z"
}

.icon-basic-info:before {
    content: "0"
}

.icon-basic-ipod:before {
    content: "1"
}

.icon-basic-joypad:before {
    content: "2"
}

.icon-basic-key:before {
    content: "3"
}

.icon-basic-keyboard:before {
    content: "4"
}

.icon-basic-laptop:before {
    content: "5"
}

.icon-basic-life-buoy:before {
    content: "6"
}

.icon-basic-lightbulb:before {
    content: "7"
}

.icon-basic-link:before {
    content: "8"
}

.icon-basic-lock:before {
    content: "9"
}

.icon-basic-lock-open:before {
    content: "!"
}

.icon-basic-magic-mouse:before {
    content: "\""
}

.icon-basic-magnifier:before {
    content: "#"
}

.icon-basic-magnifier-minus:before {
    content: "$"
}

.icon-basic-magnifier-plus:before {
    content: "%"
}

.icon-basic-mail:before {
    content: "&"
}

.icon-basic-mail-multiple:before {
    content: "'"
}

.icon-basic-mail-open:before {
    content: "("
}

.icon-basic-mail-open-text:before {
    content: ")"
}

.icon-basic-male:before {
    content: "*"
}

.icon-basic-map:before {
    content: "+"
}

.icon-basic-message:before {
    content: ","
}

.icon-basic-message-multiple:before {
    content: "-"
}

.icon-basic-message-txt:before {
    content: "."
}

.icon-basic-mixer2:before {
    content: "/"
}

.icon-basic-mouse:before {
    content: ":"
}

.icon-basic-notebook:before {
    content: ";"
}

.icon-basic-notebook-pen:before {
    content: "<"
}

.icon-basic-notebook-pencil:before {
    content: "="
}

.icon-basic-paperplane:before {
    content: ">"
}

.icon-basic-pencil-ruler:before {
    content: "?"
}

.icon-basic-pencil-ruler-pen:before {
    content: "@"
}

.icon-basic-photo:before {
    content: "["
}

.icon-basic-picture:before {
    content: "]"
}

.icon-basic-picture-multiple:before {
    content: "^"
}

.icon-basic-pin1:before {
    content: "_"
}

.icon-basic-pin2:before {
    content: "`"
}

.icon-basic-postcard:before {
    content: "{"
}

.icon-basic-postcard-multiple:before {
    content: "|"
}

.icon-basic-printer:before {
    content: "}"
}

.icon-basic-question:before {
    content: "~"
}

.icon-basic-rss:before {
    content: "\\"
}

.icon-basic-server:before {
    content: "\e000"
}

.icon-basic-server2:before {
    content: "\e001"
}

.icon-basic-server-cloud:before {
    content: "\e002"
}

.icon-basic-server-download:before {
    content: "\e003"
}

.icon-basic-server-upload:before {
    content: "\e004"
}

.icon-basic-settings:before {
    content: "\e005"
}

.icon-basic-share:before {
    content: "\e006"
}

.icon-basic-sheet:before {
    content: "\e007"
}

.icon-basic-sheet-multiple:before {
    content: "\e008"
}

.icon-basic-sheet-pen:before {
    content: "\e009"
}

.icon-basic-sheet-pencil:before {
    content: "\e00a"
}

.icon-basic-sheet-txt:before {
    content: "\e00b"
}

.icon-basic-signs:before {
    content: "\e00c"
}

.icon-basic-smartphone:before {
    content: "\e00d"
}

.icon-basic-spades:before {
    content: "\e00e"
}

.icon-basic-spread:before {
    content: "\e00f"
}

.icon-basic-spread-bookmark:before {
    content: "\e010"
}

.icon-basic-spread-text:before {
    content: "\e011"
}

.icon-basic-spread-text-bookmark:before {
    content: "\e012"
}

.icon-basic-star:before {
    content: "\e013"
}

.icon-basic-tablet:before {
    content: "\e014"
}

.icon-basic-target:before {
    content: "\e015"
}

.icon-basic-todo:before {
    content: "\e016"
}

.icon-basic-todo-pen:before {
    content: "\e017"
}

.icon-basic-todo-pencil:before {
    content: "\e018"
}

.icon-basic-todo-txt:before {
    content: "\e019"
}

.icon-basic-todolist-pen:before {
    content: "\e01a"
}

.icon-basic-todolist-pencil:before {
    content: "\e01b"
}

.icon-basic-trashcan:before {
    content: "\e01c"
}

.icon-basic-trashcan-full:before {
    content: "\e01d"
}

.icon-basic-trashcan-refresh:before {
    content: "\e01e"
}

.icon-basic-trashcan-remove:before {
    content: "\e01f"
}

.icon-basic-upload:before {
    content: "\e020"
}

.icon-basic-usb:before {
    content: "\e021"
}

.icon-basic-video:before {
    content: "\e022"
}

.icon-basic-watch:before {
    content: "\e023"
}

.icon-basic-webpage:before {
    content: "\e024"
}

.icon-basic-webpage-img-txt:before {
    content: "\e025"
}

.icon-basic-webpage-multiple:before {
    content: "\e026"
}

.icon-basic-webpage-txt:before {
    content: "\e027"
}

.icon-basic-world:before {
    content: "\e028"
}

.icon-ecommerce-bag:before {
    content: "\e029"
}

.icon-ecommerce-bag-check:before {
    content: "\e02a"
}

.icon-ecommerce-bag-cloud:before {
    content: "\e02b"
}

.icon-ecommerce-bag-download:before {
    content: "\e02c"
}

.icon-ecommerce-bag-minus:before {
    content: "\e02d"
}

.icon-ecommerce-bag-plus:before {
    content: "\e02e"
}

.icon-ecommerce-bag-refresh:before {
    content: "\e02f"
}

.icon-ecommerce-bag-remove:before {
    content: "\e030"
}

.icon-ecommerce-bag-search:before {
    content: "\e031"
}

.icon-ecommerce-bag-upload:before {
    content: "\e032"
}

.icon-ecommerce-banknote:before {
    content: "\e033"
}

.icon-ecommerce-banknotes:before {
    content: "\e034"
}

.icon-ecommerce-basket:before {
    content: "\e035"
}

.icon-ecommerce-basket-check:before {
    content: "\e036"
}

.icon-ecommerce-basket-cloud:before {
    content: "\e037"
}

.icon-ecommerce-basket-download:before {
    content: "\e038"
}

.icon-ecommerce-basket-minus:before {
    content: "\e039"
}

.icon-ecommerce-basket-plus:before {
    content: "\e03a"
}

.icon-ecommerce-basket-refresh:before {
    content: "\e03b"
}

.icon-ecommerce-basket-remove:before {
    content: "\e03c"
}

.icon-ecommerce-basket-search:before {
    content: "\e03d"
}

.icon-ecommerce-basket-upload:before {
    content: "\e03e"
}

.icon-ecommerce-bath:before {
    content: "\e03f"
}

.icon-ecommerce-cart:before {
    content: "\e040"
}

.icon-ecommerce-cart-check:before {
    content: "\e041"
}

.icon-ecommerce-cart-cloud:before {
    content: "\e042"
}

.icon-ecommerce-cart-content:before {
    content: "\e043"
}

.icon-ecommerce-cart-download:before {
    content: "\e044"
}

.icon-ecommerce-cart-minus:before {
    content: "\e045"
}

.icon-ecommerce-cart-plus:before {
    content: "\e046"
}

.icon-ecommerce-cart-refresh:before {
    content: "\e047"
}

.icon-ecommerce-cart-remove:before {
    content: "\e048"
}

.icon-ecommerce-cart-search:before {
    content: "\e049"
}

.icon-ecommerce-cart-upload:before {
    content: "\e04a"
}

.icon-ecommerce-cent:before {
    content: "\e04b"
}

.icon-ecommerce-colon:before {
    content: "\e04c"
}

.icon-ecommerce-creditcard:before {
    content: "\e04d"
}

.icon-ecommerce-diamond:before {
    content: "\e04e"
}

.icon-ecommerce-dollar:before {
    content: "\e04f"
}

.icon-ecommerce-euro:before {
    content: "\e050"
}

.icon-ecommerce-franc:before {
    content: "\e051"
}

.icon-ecommerce-gift:before {
    content: "\e052"
}

.icon-ecommerce-graph1:before {
    content: "\e053"
}

.icon-ecommerce-graph2:before {
    content: "\e054"
}

.icon-ecommerce-graph3:before {
    content: "\e055"
}

.icon-ecommerce-graph-decrease:before {
    content: "\e056"
}

.icon-ecommerce-graph-increase:before {
    content: "\e057"
}

.icon-ecommerce-guarani:before {
    content: "\e058"
}

.icon-ecommerce-kips:before {
    content: "\e059"
}

.icon-ecommerce-lira:before {
    content: "\e05a"
}

.icon-ecommerce-megaphone:before {
    content: "\e05b"
}

.icon-ecommerce-money:before {
    content: "\e05c"
}

.icon-ecommerce-naira:before {
    content: "\e05d"
}

.icon-ecommerce-pesos:before {
    content: "\e05e"
}

.icon-ecommerce-pound:before {
    content: "\e05f"
}

.icon-ecommerce-receipt:before {
    content: "\e060"
}

.icon-ecommerce-receipt-bath:before {
    content: "\e061"
}

.icon-ecommerce-receipt-cent:before {
    content: "\e062"
}

.icon-ecommerce-receipt-dollar:before {
    content: "\e063"
}

.icon-ecommerce-receipt-euro:before {
    content: "\e064"
}

.icon-ecommerce-receipt-franc:before {
    content: "\e065"
}

.icon-ecommerce-receipt-guarani:before {
    content: "\e066"
}

.icon-ecommerce-receipt-kips:before {
    content: "\e067"
}

.icon-ecommerce-receipt-lira:before {
    content: "\e068"
}

.icon-ecommerce-receipt-naira:before {
    content: "\e069"
}

.icon-ecommerce-receipt-pesos:before {
    content: "\e06a"
}

.icon-ecommerce-receipt-pound:before {
    content: "\e06b"
}

.icon-ecommerce-receipt-rublo:before {
    content: "\e06c"
}

.icon-ecommerce-receipt-rupee:before {
    content: "\e06d"
}

.icon-ecommerce-receipt-tugrik:before {
    content: "\e06e"
}

.icon-ecommerce-receipt-won:before {
    content: "\e06f"
}

.icon-ecommerce-receipt-yen:before {
    content: "\e070"
}

.icon-ecommerce-receipt-yen2:before {
    content: "\e071"
}

.icon-ecommerce-recept-colon:before {
    content: "\e072"
}

.icon-ecommerce-rublo:before {
    content: "\e073"
}

.icon-ecommerce-rupee:before {
    content: "\e074"
}

.icon-ecommerce-safe:before {
    content: "\e075"
}

.icon-ecommerce-sale:before {
    content: "\e076"
}

.icon-ecommerce-sales:before {
    content: "\e077"
}

.icon-ecommerce-ticket:before {
    content: "\e078"
}

.icon-ecommerce-tugriks:before {
    content: "\e079"
}

.icon-ecommerce-wallet:before {
    content: "\e07a"
}

.icon-ecommerce-won:before {
    content: "\e07b"
}

.icon-ecommerce-yen:before {
    content: "\e07c"
}

.icon-ecommerce-yen2:before {
    content: "\e07d"
}

.icon-music-beginning-button:before {
    content: "\e029"
}

.icon-music-bell:before {
    content: "\e02a"
}

.icon-music-cd:before {
    content: "\e02b"
}

.icon-music-diapason:before {
    content: "\e02c"
}

.icon-music-eject-button:before {
    content: "\e02d"
}

.icon-music-end-button:before {
    content: "\e02e"
}

.icon-music-fastforward-button:before {
    content: "\e02f"
}

.icon-music-headphones:before {
    content: "\e030"
}

.icon-music-ipod:before {
    content: "\e031"
}

.icon-music-loudspeaker:before {
    content: "\e032"
}

.icon-music-microphone:before {
    content: "\e033"
}

.icon-music-microphone-old:before {
    content: "\e034"
}

.icon-music-mixer:before {
    content: "\e035"
}

.icon-music-mute:before {
    content: "\e036"
}

.icon-music-note-multiple:before {
    content: "\e037"
}

.icon-music-note-single:before {
    content: "\e038"
}

.icon-music-pause-button:before {
    content: "\e039"
}

.icon-music-play-button:before {
    content: "\e03a"
}

.icon-music-playlist:before {
    content: "\e03b"
}

.icon-music-radio-ghettoblaster:before {
    content: "\e03c"
}

.icon-music-radio-portable:before {
    content: "\e03d"
}

.icon-music-record:before {
    content: "\e03e"
}

.icon-music-recordplayer:before {
    content: "\e03f"
}

.icon-music-repeat-button:before {
    content: "\e040"
}

.icon-music-rewind-button:before {
    content: "\e041"
}

.icon-music-shuffle-button:before {
    content: "\e042"
}

.icon-music-stop-button:before {
    content: "\e043"
}

.icon-music-tape:before {
    content: "\e044"
}

.icon-music-volume-down:before {
    content: "\e045"
}

.icon-music-volume-up:before {
    content: "\e046"
}

.icon-ecommerce-bag:before {
    content: "\e047"
}

.icon-ecommerce-bag-check:before {
    content: "\e048"
}

.icon-ecommerce-bag-cloud:before {
    content: "\e049"
}

.icon-ecommerce-bag-download:before {
    content: "\e04a"
}

.icon-ecommerce-bag-minus:before {
    content: "\e04b"
}

.icon-ecommerce-bag-plus:before {
    content: "\e04c"
}

.icon-ecommerce-bag-refresh:before {
    content: "\e04d"
}

.icon-ecommerce-bag-remove:before {
    content: "\e04e"
}

.icon-ecommerce-bag-search:before {
    content: "\e04f"
}

.icon-ecommerce-bag-upload:before {
    content: "\e050"
}

.icon-ecommerce-banknote:before {
    content: "\e051"
}

.icon-ecommerce-banknotes:before {
    content: "\e052"
}

.icon-ecommerce-basket:before {
    content: "\e053"
}

.icon-ecommerce-basket-check:before {
    content: "\e054"
}

.icon-ecommerce-basket-cloud:before {
    content: "\e055"
}

.icon-ecommerce-basket-download:before {
    content: "\e056"
}

.icon-ecommerce-basket-minus:before {
    content: "\e057"
}

.icon-ecommerce-basket-plus:before {
    content: "\e058"
}

.icon-ecommerce-basket-refresh:before {
    content: "\e059"
}

.icon-ecommerce-basket-remove:before {
    content: "\e05a"
}

.icon-ecommerce-basket-search:before {
    content: "\e05b"
}

.icon-ecommerce-basket-upload:before {
    content: "\e05c"
}

.icon-ecommerce-bath:before {
    content: "\e05d"
}

.icon-ecommerce-cart:before {
    content: "\e05e"
}

.icon-ecommerce-cart-check:before {
    content: "\e05f"
}

.icon-ecommerce-cart-cloud:before {
    content: "\e060"
}

.icon-ecommerce-cart-content:before {
    content: "\e061"
}

.icon-ecommerce-cart-download:before {
    content: "\e062"
}

.icon-ecommerce-cart-minus:before {
    content: "\e063"
}

.icon-ecommerce-cart-plus:before {
    content: "\e064"
}

.icon-ecommerce-cart-refresh:before {
    content: "\e065"
}

.icon-ecommerce-cart-remove:before {
    content: "\e066"
}

.icon-ecommerce-cart-search:before {
    content: "\e067"
}

.icon-ecommerce-cart-upload:before {
    content: "\e068"
}

.icon-ecommerce-cent:before {
    content: "\e069"
}

.icon-ecommerce-colon:before {
    content: "\e06a"
}

.icon-ecommerce-creditcard:before {
    content: "\e06b"
}

.icon-ecommerce-diamond:before {
    content: "\e06c"
}

.icon-ecommerce-dollar:before {
    content: "\e06d"
}

.icon-ecommerce-euro:before {
    content: "\e06e"
}

.icon-ecommerce-franc:before {
    content: "\e06f"
}

.icon-ecommerce-gift:before {
    content: "\e070"
}

.icon-ecommerce-graph1:before {
    content: "\e071"
}

.icon-ecommerce-graph2:before {
    content: "\e072"
}

.icon-ecommerce-graph3:before {
    content: "\e073"
}

.icon-ecommerce-graph-decrease:before {
    content: "\e074"
}

.icon-ecommerce-graph-increase:before {
    content: "\e075"
}

.icon-ecommerce-guarani:before {
    content: "\e076"
}

.icon-ecommerce-kips:before {
    content: "\e077"
}

.icon-ecommerce-lira:before {
    content: "\e078"
}

.icon-ecommerce-megaphone:before {
    content: "\e079"
}

.icon-ecommerce-money:before {
    content: "\e07a"
}

.icon-ecommerce-naira:before {
    content: "\e07b"
}

.icon-ecommerce-pesos:before {
    content: "\e07c"
}

.icon-ecommerce-pound:before {
    content: "\e07d"
}

.icon-ecommerce-receipt:before {
    content: "\e07e"
}

.icon-ecommerce-receipt-bath:before {
    content: "\e07f"
}

.icon-ecommerce-receipt-cent:before {
    content: "\e080"
}

.icon-ecommerce-receipt-dollar:before {
    content: "\e081"
}

.icon-ecommerce-receipt-euro:before {
    content: "\e082"
}

.icon-ecommerce-receipt-franc:before {
    content: "\e083"
}

.icon-ecommerce-receipt-guarani:before {
    content: "\e084"
}

.icon-ecommerce-receipt-kips:before {
    content: "\e085"
}

.icon-ecommerce-receipt-lira:before {
    content: "\e086"
}

.icon-ecommerce-receipt-naira:before {
    content: "\e087"
}

.icon-ecommerce-receipt-pesos:before {
    content: "\e088"
}

.icon-ecommerce-receipt-pound:before {
    content: "\e089"
}

.icon-ecommerce-receipt-rublo:before {
    content: "\e08a"
}

.icon-ecommerce-receipt-rupee:before {
    content: "\e08b"
}

.icon-ecommerce-receipt-tugrik:before {
    content: "\e08c"
}

.icon-ecommerce-receipt-won:before {
    content: "\e08d"
}

.icon-ecommerce-receipt-yen:before {
    content: "\e08e"
}

.icon-ecommerce-receipt-yen2:before {
    content: "\e08f"
}

.icon-ecommerce-recept-colon:before {
    content: "\e090"
}

.icon-ecommerce-rublo:before {
    content: "\e091"
}

.icon-ecommerce-rupee:before {
    content: "\e092"
}

.icon-ecommerce-safe:before {
    content: "\e093"
}

.icon-ecommerce-sale:before {
    content: "\e094"
}

.icon-ecommerce-sales:before {
    content: "\e095"
}

.icon-ecommerce-ticket:before {
    content: "\e096"
}

.icon-ecommerce-tugriks:before {
    content: "\e097"
}

.icon-ecommerce-wallet:before {
    content: "\e098"
}

.icon-ecommerce-won:before {
    content: "\e099"
}

.icon-ecommerce-yen:before {
    content: "\e09a"
}

.icon-ecommerce-yen2:before {
    content: "\e09b"
}

@font-face {
    font-family: Flaticon;
    src: url(fonts/flaticons-custom/flaticon.eot);
    src: url(fonts/flaticons-custom/flaticon.eot#iefix) format("embedded-opentype"), url(fonts/flaticons-custom/flaticon.woff) format("woff"), url(fonts/flaticons-custom/flaticon.ttf) format("truetype"), url(fonts/flaticons-custom/flaticon.svg) format("svg");
    font-weight: 400;
    font-style: normal
}

[class * =" flaticon-"]:after, [class * =" flaticon-"]:before, [class^=flaticon-]:after,
[class^=flaticon-]:before {
    font-family: Flaticon;
    font-style: normal
}

.flaticon-3x3:before {
    content: "\e000"
}

.flaticon-arrow398:before {
    content: "\e001"
}

.flaticon-arrow408:before {
    content: "\e002"
}

.flaticon-arrow413:before {
    content: "\e003"
}

.flaticon-arrow414:before {
    content: "\e004"
}

.flaticon-arrow427:before {
    content: "\e005"
}

.flaticon-arrow429:before {
    content: "\e006"
}

.flaticon-arrowhead2:before {
    content: "\e007"
}

.flaticon-bottom4:before {
    content: "\e008"
}

.flaticon-chevron15:before {
    content: "\e009"
}

.flaticon-close38:before {
    content: "\e00a"
}

.flaticon-close39:before {
    content: "\e00b"
}

.flaticon-cross37:before {
    content: "\e00c"
}

.flaticon-expand22:before {
    content: "\e00d"
}

.flaticon-four60:before {
    content: "\e00e"
}

.flaticon-replay2:before {
    content: "\e00f"
}

.flaticon-squares8:before {
    content: "\e010"
}

.flaticon-thin16:before {
    content: "\e011"
}

.flaticon-verification24:before {
    content: "\e012"
}

.wrapper {
    position: relative;
    background: #fff;
    z-index: 100;
    -webkit-transition: -webkit-transform .4s cubic-bezier(.445, .05, .55, .95);
    transition: -webkit-transform .4s cubic-bezier(.445, .05, .55, .95);
    transition: transform .4s cubic-bezier(.445, .05, .55, .95);
    transition: transform .4s cubic-bezier(.445, .05, .55, .95), -webkit-transform .4s cubic-bezier(.445, .05, .55, .95)
}

@media screen and (max-width:768px) {
    .wrapper {
        margin: 0;
        padding: 0
    }
}

.btn.active:focus, .btn:active:focus, .btn:focus {
    outline: 0
}

.site-footer a, .wrapper a {
    position: relative;
    display: inline-block
}

.site-footer a:after, .wrapper a:after {
    content: '';
    overflow: hidden;
    position: absolute;
    left: 0;
    bottom: -1px;
    display: block;
    width: 0;
    height: 1px;
    background-color: #00b19e;
    -webkit-transition: all .3s cubic-bezier(.175, .885, .32, 1.075);
    transition: all .3s cubic-bezier(.175, .885, .32, 1.075)
}

.site-footer a:hover, .wrapper a:hover {
    text-decoration: none;
    color: #00b19e
}

.site-footer a.link-hover:after, .site-footer a:active:after, .wrapper a.link-hover:after,
.wrapper a:active:after {
    width: 100%
}

.section-title {
    margin-top: 20px;
    margin-bottom: 40px;
    position: relative
}

@media screen and (max-width:480px) {
    .section-title {
        margin-top: 0
    }
}

.section-title h1, .section-title h2, .section-title h3 {
    font-size: 26px;
    color: #333;
    margin-top: 0;
    position: relative
}

.section-title h1 span, .section-title h2 span, .section-title h3 span {
    color: #898989
}

.section-title h1 span.category-title, .section-title h2 span.category-title,
.section-title h3 span.category-title {
    color: #333
}

.section-title p {
    color: #898989;
    font-size: 16px;
    line-height: 26px;
    position: relative
}

.section-title .container {
    width: 100%;
    padding: 0
}

.section-title + .page-container {
    margin-top: 25px
}

.page-container {
    position: relative;
    width: 100%;
    margin-top: 55px;
    margin-bottom: 55px
}

@media screen and (max-width:768px) {
    .page-container {
        margin-top: 27.5px;
        margin-bottom: 27.5px
    }
}

.page-border {
    position: fixed;
    z-index: 999999;
    height: 100%;
    left: 0;
    top: 0;
    width: 100%;
    pointer-events: none
}

.page-border .bottom-border, .page-border .left-border, .page-border .right-border,
.page-border .top-border {
    background: #f3f3ef;
    position: fixed;
    z-index: 9999
}

.page-border .bottom-border, .page-border .top-border {
    width: 100%;
    padding: 11px;
    left: 0
}

.page-border .left-border, .page-border .right-border {
    padding: 11px;
    height: 100%;
    top: 0
}

.page-border .bottom-border {
    bottom: 0
}

.page-border .top-border {
    top: 0
}

.admin-bar .page-border .top-border {
    top: 32px;
    display: none
}

.page-border .right-border {
    right: 0
}

.admin-bar .page-border .right-border {
    top: 32px
}

.page-border .left-border {
    left: 0
}

.admin-bar .page-border .left-border {
    top: 32px
}

.lg-on .page-border .bottom-border, .lg-on .page-border .left-border,
.lg-on .page-border .right-border, .lg-on .page-border .top-border {
    opacity: 0
}

@media screen and (max-width:992px) {
    .page-border {
        display: none
    }
}

.text-on-center {
    text-align: center
}

.dash {
    height: 1px;
    background: #ddd;
    margin: 20px auto
}

.dash.small {
    width: 40px
}

.dash.medium {
    width: 50px
}

.dash.big {
    width: 100px
}

.dash.thin {
    height: 1px
}

.dash.thick {
    height: 3px
}

.bg-main-color {
    background: #00b19e
}

.has-fixed-footer .wrapper {
    min-height: 100%;
    padding-bottom: 0;
    z-index: 300
}

.has-page-borders.has-fixed-footer .wrapper {
    min-height: 0
}

.has-fixed-footer .wrapper .vc-container {
    margin-bottom: 0
}

@media screen and (max-width:992px) {
    .has-page-borders .wrapper {
        margin-top: 0
    }
}

@-webkit-keyframes fadeInLab {
    0% {
        top: 40px;
        opacity: 0
    }

    100% {
        top: 0;
        opacity: 1
    }
}

@keyframes fadeInLab {
    0% {
        top: 40px;
        opacity: 0
    }

    100% {
        top: 0;
        opacity: 1
    }
}

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

.wow.fast {
    -webkit-animation-duration: .3s;
    animation-duration: .3s
}

header.main-header {
    padding-top: 50px;
    padding-bottom: 50px;
    position: relative;
    pointer-events: none;
    z-index: 100000;
    background-color: rgba(255, 255, 255, 0);
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

header.main-header .full-screen-menu, header.main-header a {
    pointer-events: auto
}

.header-absolute header.main-header {
    position: absolute;
    top: 0;
    left: 0;
    right: 0
}

.header-absolute header.main-header .container:after, .header-absolute header.main-header .container:before {
    display: none
}

@media screen and (max-width:768px) {
    header.main-header {
        padding-top: 25px;
        padding-bottom: 25px
    }
}

header.main-header.fullwidth-header .container {
    width: 100%
}

header.main-header .logo-and-menu-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

header.main-header .logo-and-menu-container .menu-column {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
}

.main-header {
    position: relative;
    background-color: rgba(255, 255, 255, 0);
    -webkit-box-shadow: rgba(255, 255, 255, 0) 0 5px 10px 5px;
    box-shadow: rgba(255, 255, 255, 0) 0 5px 10px 5px;
    z-index: 10000;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.main-header.sticky-absolute {
    position: absolute
}

.main-header.sticky-absolute.sticky-fixed {
    position: fixed
}

.main-header.sticky-fixed {
    position: fixed
}

.main-header + .sticky-spacer {
    display: none
}

.main-header.sticky-initialized + .sticky-spacer {
    display: block
}

.main-header .header-logo {
    position: relative;
    overflow: hidden
}

.main-header .header-logo .logo-entry {
    display: block;
    left: 0;
    top: 0;
    max-width: 100%;
    height: 100%
}

.header-logo {
    position: relative;
    font-size: 32px
}

.header-logo.logo-image {
    position: relative;
    display: block;
    overflow: hidden
}

.header-logo.logo-image img {
    position: relative;
    display: block;
    z-index: 10;
    width: 100%;
    height: auto;
    max-width: 100%
}

.menu-bar {
    min-width: 44px;
    height: 44px;
    text-align: center;
    display: block;
    z-index: 101;
    -webkit-transform: all ease .3s;
    transform: all ease .3s;
    margin-left: 30px;
    -webkit-animation: blinkBackground 4s infinite;
    animation: blinkBackground 4s infinite
}

.menu-bar .ham {
    display: block;
    width: 23px;
    height: 2px;
    position: absolute;
    vertical-align: bottom;
    background: #00b19e;
    white-space: nowrap;
    -webkit-transition: all ease .3s;
    transition: all ease .3s;
    top: 22px;
    right: 0;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.menu-bar .ham:before {
    top: -8px
}

.menu-bar .ham:after {
    top: 8px
}

.menu-bar .ham:after, .menu-bar .ham:before {
    position: absolute;
    content: '';
    display: inline-block;
    width: 23px;
    height: 2px;
    -webkit-transition: all ease .3s;
    transition: all ease .3s;
    outline: 1px solid transparent;
    left: 0;
    background: #00b19e
}

.menu-bar.exit {
    -webkit-animation: none;
    animation: none
}

.menu-bar.exit .ham {
    background-color: transparent !important
}

.menu-bar.exit .ham:before {
    -webkit-transform: translateY(8px) rotateZ(-45deg);
    transform: translateY(8px) rotateZ(-45deg)
}

.menu-bar.exit .ham:after {
    -webkit-transform: translateY(-8px) rotateZ(45deg);
    transform: translateY(-8px) rotateZ(45deg)
}

.menu-bar.exit-arrow {
    -webkit-animation: none;
    animation: none
}

.menu-bar.exit-arrow .ham {
    background-color: transparent !important;
    -webkit-transition-duration: .1s;
    transition-duration: .1s
}

.menu-bar.exit-arrow .ham:before {
    top: 100%;
    -webkit-transform: rotate(-48deg) translate(-2px, -5px);
    transform: rotate(-48deg) translate(-2px, -5px)
}

.menu-bar.exit-arrow .ham:after {
    -webkit-transform: rotate(45deg) translate(5px, -5px);
    transform: rotate(45deg) translate(5px, -5px);
    -webkit-transform-origin: 100% 0;
    transform-origin: 100% 0
}

.menu-bar.exit-arrow:hover {
    background: 0 0
}

.menu-bar .show-menu-text.icon-hide ~ .ham {
    display: none
}

.menu-bar .show-menu-text.icon-left .hide-menu-text, .menu-bar .show-menu-text.icon-left .show-menu-text {
    padding-left: 44px
}

.menu-bar .hide-menu-text, .menu-bar .show-menu-text {
    display: block;
    line-height: 44px
}

.menu-bar .show-menu-text {
    visibility: visible;
    opacity: 1
}

.menu-bar .show-menu-text.icon-left {
    padding-left: 44px
}

.menu-bar .show-menu-text.icon-left + .hide-menu-text {
    padding-left: 44px
}

.menu-bar .show-menu-text.icon-left ~ .ham {
    right: 44px
}

.menu-bar .show-menu-text.icon-right {
    padding-right: 44px
}

.menu-bar .show-menu-text.icon-right + .hide-menu-text {
    padding-right: 44px
}

.menu-bar .hide-menu-text {
    visibility: hidden;
    opacity: 0;
    margin-top: -44px;
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px)
}

.menu-bar.exit .show-menu-text, .menu-bar.exit-arrow .show-menu-text {
    visibility: hidden;
    opacity: 0;
    -webkit-transform: translateY(15px);
    transform: translateY(15px)
}

.menu-bar.exit .hide-menu-text, .menu-bar.exit-arrow .hide-menu-text {
    visibility: visible;
    opacity: 1;
    -webkit-transition-delay: .1s;
    transition-delay: .1s;
    -webkit-transform: translateY(0);
    transform: translateY(0)
}

.menu-bar.menu-skin-dark .ham {
    background-color: #000
}

.menu-bar.menu-skin-dark .ham:after, .menu-bar.menu-skin-dark .ham:before {
    background-color: #000
}

.menu-bar.menu-skin-dark .hide-menu-text, .menu-bar.menu-skin-dark .show-menu-text {
    color: #000
}

.menu-bar.menu-skin-light .ham {
    background-color: #fff
}

.menu-bar.menu-skin-light .ham:after, .menu-bar.menu-skin-light .ham:before {
    background-color: #fff
}

.menu-bar.menu-skin-light .hide-menu-text, .menu-bar.menu-skin-light .show-menu-text {
    color: #fff
}

.menu-bar lesshat-selector {
    -lh-property: 0
}

@-webkit-keyframes blinkBackground {
    0%, 100%, 45%, 55%, 65% {
        background: 0 0
    }

    50%, 60% {
        background: 0 0
    }
}

@keyframes blinkBackground {
    0%, 100%, 45%, 55%, 65% {
        background: 0 0
    }

    50%, 60% {
        background: 0 0
    }
}

[not-existing] {
    zoom: 1
}

.menu-items-blocks {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.main-header.menu-type-full-bg-menu .full-screen-menu {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: fixed;
    z-index: 100;
    background-color: #00b19e;
    display: none
}

.main-header.menu-type-full-bg-menu .full-screen-menu.translucent-background {
    background-color: rgba(0, 177, 158, .9)
}

.main-header.menu-type-full-bg-menu .full-screen-menu nav {
    display: inline-block;
    margin: 0;
    padding: 0;
    margin-top: 45px;
    text-align: left
}

@media screen and (max-width:768px) {
    .main-header.menu-type-full-bg-menu .full-screen-menu nav {
        margin-top: 53px
    }
}

.main-header.menu-type-full-bg-menu .full-screen-menu nav ul {
    padding: 0;
    list-style: none
}

.main-header.menu-type-full-bg-menu .full-screen-menu nav ul li {
    margin-top: 10px
}

.main-header.menu-type-full-bg-menu .full-screen-menu nav ul li a {
    font-size: 32px;
    color: #fff;
    text-decoration: none
}

.main-header.menu-type-full-bg-menu .full-screen-menu nav ul li a:after {
    background: 0 0
}

@media screen and (max-width:768px) {
    .main-header.menu-type-full-bg-menu .full-screen-menu nav ul li a {
        font-size: 30px
    }
}

.main-header.menu-type-full-bg-menu .full-screen-menu nav ul li.to-be-animated > ul {
    visibility: visible;
    overflow: hidden;
    display: block
}

.main-header.menu-type-full-bg-menu .full-screen-menu nav ul li.to-be-animated > ul > li {
    -webkit-transition: all 350ms cubic-bezier(.445, .050, .55, .95);
    transition: all 350ms cubic-bezier(.445, .050, .55, .95)
}

.main-header.menu-type-full-bg-menu .full-screen-menu nav ul li.animate-fade-slide-in > ul > li {
    position: relative;
    left: 0;
    zoom: 1;
    filter: alpha(opacity=0);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0
}

.main-header.menu-type-full-bg-menu .full-screen-menu nav ul li.animate-fade-slide-out > ul > li {
    zoom: 1;
    filter: alpha(opacity=100);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    left: 0;
    -webkit-transition-delay: 35ms;
    transition-delay: 35ms
}

.main-header.menu-type-full-bg-menu .full-screen-menu nav ul li.animate-fade-slide-out > ul > li + li {
    -webkit-transition-delay: 70ms;
    transition-delay: 70ms
}

.main-header.menu-type-full-bg-menu .full-screen-menu nav ul li.animate-fade-slide-out > ul > li + li + li {
    -webkit-transition-delay: 105ms;
    transition-delay: 105ms
}

.main-header.menu-type-full-bg-menu .full-screen-menu nav ul li.animate-fade-slide-out > ul > li + li + li + li {
    -webkit-transition-delay: 140ms;
    transition-delay: 140ms
}

.main-header.menu-type-full-bg-menu .full-screen-menu nav ul li.animate-fade-slide-out > ul > li + li + li + li + li {
    -webkit-transition-delay: 175ms;
    transition-delay: 175ms
}

.main-header.menu-type-full-bg-menu .full-screen-menu nav ul li.animate-fade-slide-out > ul > li + li + li + li + li + li {
    -webkit-transition-delay: 210ms;
    transition-delay: 210ms
}

.main-header.menu-type-full-bg-menu .full-screen-menu nav ul li.animate-fade-slide-out > ul > li + li + li + li + li + li + li {
    -webkit-transition-delay: 245ms;
    transition-delay: 245ms
}

.main-header.menu-type-full-bg-menu .full-screen-menu nav ul li.animate-fade-slide-out > ul > li + li + li + li + li + li + li + li {
    -webkit-transition-delay: 280ms;
    transition-delay: 280ms
}

.main-header.menu-type-full-bg-menu .full-screen-menu nav ul li.animate-fade-slide-out > ul > li + li + li + li + li + li + li + li + li {
    -webkit-transition-delay: 315ms;
    transition-delay: 315ms
}

.main-header.menu-type-full-bg-menu .full-screen-menu nav ul li.current-menu-ancestor > a:after,
.main-header.menu-type-full-bg-menu .full-screen-menu nav ul li.current-menu-item > a:after,
.main-header.menu-type-full-bg-menu .full-screen-menu nav ul li.current_page_ancestor > a:after,
.main-header.menu-type-full-bg-menu .full-screen-menu nav ul li.current_page_item > a:after {
    width: 100%
}

.main-header.menu-type-full-bg-menu .full-screen-menu nav ul li.is-shown > ul {
    display: block;
    visibility: visible
}

.main-header.menu-type-full-bg-menu .full-screen-menu nav div.menu > ul > li > a:after,
.main-header.menu-type-full-bg-menu .full-screen-menu nav ul.menu > li > a:after {
    height: 2px;
    background-color: #fff;
    bottom: 0
}

.main-header.menu-type-full-bg-menu .full-screen-menu nav div.menu > ul > li:hover > a:after,
.main-header.menu-type-full-bg-menu .full-screen-menu nav ul.menu > li:hover > a:after {
    width: 100%
}

.main-header.menu-type-full-bg-menu .full-screen-menu nav div.menu > ul ul,
.main-header.menu-type-full-bg-menu .full-screen-menu nav ul.menu ul {
    display: none;
    margin-left: 0;
    padding-left: 0
}

.main-header.menu-type-full-bg-menu .full-screen-menu nav div.menu > ul ul li,
.main-header.menu-type-full-bg-menu .full-screen-menu nav ul.menu ul li {
    margin-top: 2px
}

.main-header.menu-type-full-bg-menu .full-screen-menu nav div.menu > ul ul li a,
.main-header.menu-type-full-bg-menu .full-screen-menu nav ul.menu ul li a {
    font-size: 20px;
    -webkit-transition: opacity .2s cubic-bezier(.445, .050, .55, .95);
    transition: opacity .2s cubic-bezier(.445, .050, .55, .95)
}

.main-header.menu-type-full-bg-menu .full-screen-menu nav div.menu > ul ul li a:hover,
.main-header.menu-type-full-bg-menu .full-screen-menu nav ul.menu ul li a:hover {
    zoom: 1;
    filter: alpha(opacity=75);
    -webkit-opacity: .75;
    -moz-opacity: .75;
    opacity: .75
}

.main-header.menu-type-full-bg-menu .full-screen-menu nav div.menu > ul ul ul li a,
.main-header.menu-type-full-bg-menu .full-screen-menu nav ul.menu ul ul li a {
    font-size: 17px
}

.main-header.menu-type-full-bg-menu .full-screen-menu nav div.menu > ul ul ul ul li a,
.main-header.menu-type-full-bg-menu .full-screen-menu nav ul.menu ul ul ul li a {
    font-size: 14px
}

.main-header.menu-type-full-bg-menu .full-screen-menu nav div.menu > ul ul ul ul li a:after,
.main-header.menu-type-full-bg-menu .full-screen-menu nav ul.menu ul ul ul li a:after {
    height: 1px;
    bottom: -1px
}

.main-header.menu-type-full-bg-menu .full-screen-menu .search-form {
    position: relative;
    width: 100%
}

.main-header.menu-type-full-bg-menu .full-screen-menu .search-form .search-field {
    background: 0 0;
    border: 0;
    font-size: 32px;
    color: #fff;
    width: 100%
}

.main-header.menu-type-full-bg-menu .full-screen-menu .search-form label {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    display: block;
    color: #fff;
    font-size: 32px;
    font-weight: 400;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    zoom: 1;
    filter: alpha(opacity=50);
    -webkit-opacity: .5;
    -moz-opacity: .5;
    opacity: .5;
    -webkit-transition: all .2s cubic-bezier(.455, .030, .515, .955);
    transition: all .2s cubic-bezier(.455, .030, .515, .955);
    cursor: text
}

.main-header.menu-type-full-bg-menu .full-screen-menu .search-form label i {
    display: inline-block;
    background-color: #fff;
    width: 3px;
    height: 3px;
    -webkit-animation: blink 1s linear infinite;
    animation: blink 1s linear infinite;
    margin-left: 3px
}

.main-header.menu-type-full-bg-menu .full-screen-menu .search-form label i + i {
    -webkit-animation-delay: .2s;
    animation-delay: .2s
}

.main-header.menu-type-full-bg-menu .full-screen-menu .search-form label i + i + i {
    -webkit-animation-delay: .4s;
    animation-delay: .4s
}

.main-header.menu-type-full-bg-menu .full-screen-menu .search-form.search-filled label {
    zoom: 1;
    filter: alpha(opacity=0);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    -webkit-transition-duration: 150ms;
    transition-duration: 150ms
}

.main-header.menu-type-full-bg-menu .full-screen-menu .full-menu-footer {
    color: #fff
}

.main-header.menu-type-full-bg-menu .full-screen-menu .full-menu-footer .container {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    margin-bottom: 50px;
    border-top: 1px solid rgba(255, 255, 255, .2);
    padding-top: 25px
}

.main-header.menu-type-full-bg-menu .full-screen-menu .full-menu-footer .left-part {
    float: left;
    width: 100%;
    text-align: left
}

.main-header.menu-type-full-bg-menu .full-screen-menu .full-menu-footer .right-part {
    float: right;
    width: 50%;
    text-align: right
}

.main-header.menu-type-full-bg-menu .full-screen-menu .full-menu-footer .right-part + .left-part {
    width: 50%
}

.main-header.menu-type-full-bg-menu .full-screen-menu .full-menu-footer a {
    color: #fff
}

.main-header.menu-type-full-bg-menu .full-screen-menu .full-menu-footer a:hover {
    filter: alpha(opacity=55.00000000000001);
    zoom: 1;
    filter: alpha(opacity=55);
    -webkit-opacity: .55;
    -moz-opacity: .55;
    opacity: .55
}

.main-header.menu-type-full-bg-menu .full-screen-menu .full-menu-footer .social-networks li a {
    margin: 0;
    display: inline-block;
    background-color: #fff;
    text-align: center;
    -webkit-border-radius: 50%;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 50%;
    -moz-background-clip: padding;
    border-radius: 50%;
    background-clip: padding-box;
    width: 24px;
    height: 24px
}

.main-header.menu-type-full-bg-menu .full-screen-menu .full-menu-footer .social-networks li a i {
    font-size: 12px;
    line-height: 24px;
    color: #00b19e
}

.main-header.menu-type-full-bg-menu .full-screen-menu .full-menu-footer .social-networks li a span {
    display: none
}

.main-header.menu-type-full-bg-menu .full-screen-menu.menu-aligned-center {
    text-align: center
}

.main-header.menu-type-full-bg-menu .full-screen-menu.menu-aligned-center nav {
    text-align: center
}

.main-header.menu-type-full-bg-menu .full-screen-menu.menu-aligned-center .search-form .search-field {
    text-align: center
}

.main-header.menu-type-full-bg-menu .full-screen-menu.menu-horizontally-center > .container {
    position: relative;
    height: 100%;
    padding-bottom: 100px
}

.main-header.menu-type-full-bg-menu .full-screen-menu.menu-horizontally-center nav {
    position: absolute;
    top: 50%;
    left: 50%;
    display: table;
    margin-top: 0;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.main-header.menu-type-full-bg-menu .full-screen-menu.menu-horizontally-center nav div.menu > ul,
.main-header.menu-type-full-bg-menu .full-screen-menu.menu-horizontally-center nav ul.menu {
    display: table-cell;
    vertical-align: middle;
    margin-bottom: 0;
    white-space: nowrap
}

.main-header.menu-type-full-bg-menu .full-screen-menu.menu-horizontally-center nav div.menu > ul > li,
.main-header.menu-type-full-bg-menu .full-screen-menu.menu-horizontally-center nav ul.menu > li {
    position: relative;
    display: inline-block;
    margin: 0 20px
}

.main-header.menu-type-full-bg-menu .full-screen-menu.menu-horizontally-center nav div.menu > ul > li > .sub-menu,
.main-header.menu-type-full-bg-menu .full-screen-menu.menu-horizontally-center nav ul.menu > li > .sub-menu {
    text-align: left;
    position: absolute;
    top: 100%;
    left: 0;
    margin-top: 15px
}

.main-header.menu-type-full-bg-menu .full-screen-menu.menu-horizontally-center nav div.menu > ul > li > .sub-menu li,
.main-header.menu-type-full-bg-menu .full-screen-menu.menu-horizontally-center nav ul.menu > li > .sub-menu li {
    white-space: nowrap
}

.main-header.menu-type-full-bg-menu .full-screen-menu.menu-horizontally-center nav .search-form {
    display: table-cell;
    vertical-align: middle;
    text-align: left;
    padding: 0 15px;
    width: 200px
}

.main-header.menu-type-full-bg-menu .full-screen-menu.menu-horizontally-center nav .search-form .search-field {
    text-align: left
}

.main-header.menu-type-full-bg-menu .full-screen-menu.menu-horizontally-center nav .search-form .search-field + label {
    left: 15px;
    right: 15px;
    white-space: nowrap
}

.main-header.menu-type-full-bg-menu .full-screen-menu.menu-horizontally-center.has-fullmenu-footer nav {
    margin-top: -100px
}

.main-header.menu-type-full-bg-menu .full-screen-menu.menu-open-effect-fade nav div.menu > ul > li > a,
.main-header.menu-type-full-bg-menu .full-screen-menu.menu-open-effect-fade nav ul.menu > li > a {
    zoom: 1;
    filter: alpha(opacity=0);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    -webkit-transition: all 0s cubic-bezier(.455, .030, .515, .955);
    transition: all 0s cubic-bezier(.455, .030, .515, .955);
    -webkit-transition-duration: 180ms;
    transition-duration: 180ms
}

.main-header.menu-type-full-bg-menu .full-screen-menu.menu-open-effect-fade nav div.menu > ul > li:nth-last-child(n + 1) > a,
.main-header.menu-type-full-bg-menu .full-screen-menu.menu-open-effect-fade nav ul.menu > li:nth-last-child(n + 1) > a {
    -webkit-transition-duration: 243ms;
    transition-duration: 243ms
}

.main-header.menu-type-full-bg-menu .full-screen-menu.menu-open-effect-fade nav div.menu > ul > li:nth-last-child(n + 2) > a,
.main-header.menu-type-full-bg-menu .full-screen-menu.menu-open-effect-fade nav ul.menu > li:nth-last-child(n + 2) > a {
    -webkit-transition-duration: 306ms;
    transition-duration: 306ms
}

.main-header.menu-type-full-bg-menu .full-screen-menu.menu-open-effect-fade nav div.menu > ul > li:nth-last-child(n + 3) > a,
.main-header.menu-type-full-bg-menu .full-screen-menu.menu-open-effect-fade nav ul.menu > li:nth-last-child(n + 3) > a {
    -webkit-transition-duration: 369ms;
    transition-duration: 369ms
}

.main-header.menu-type-full-bg-menu .full-screen-menu.menu-open-effect-fade nav div.menu > ul > li:nth-last-child(n + 4) > a,
.main-header.menu-type-full-bg-menu .full-screen-menu.menu-open-effect-fade nav ul.menu > li:nth-last-child(n + 4) > a {
    -webkit-transition-duration: 432ms;
    transition-duration: 432ms
}

.main-header.menu-type-full-bg-menu .full-screen-menu.menu-open-effect-fade nav div.menu > ul > li:nth-last-child(n + 5) > a,
.main-header.menu-type-full-bg-menu .full-screen-menu.menu-open-effect-fade nav ul.menu > li:nth-last-child(n + 5) > a {
    -webkit-transition-duration: 495ms;
    transition-duration: 495ms
}

.main-header.menu-type-full-bg-menu .full-screen-menu.menu-open-effect-fade nav div.menu > ul > li:nth-last-child(n + 6) > a,
.main-header.menu-type-full-bg-menu .full-screen-menu.menu-open-effect-fade nav ul.menu > li:nth-last-child(n + 6) > a {
    -webkit-transition-duration: 558ms;
    transition-duration: 558ms
}

.main-header.menu-type-full-bg-menu .full-screen-menu.menu-open-effect-fade nav div.menu > ul > li:nth-last-child(n + 7) > a,
.main-header.menu-type-full-bg-menu .full-screen-menu.menu-open-effect-fade nav ul.menu > li:nth-last-child(n + 7) > a {
    -webkit-transition-duration: 621ms;
    transition-duration: 621ms
}

.main-header.menu-type-full-bg-menu .full-screen-menu.menu-open-effect-fade nav div.menu > ul > li:nth-last-child(n + 8) > a,
.main-header.menu-type-full-bg-menu .full-screen-menu.menu-open-effect-fade nav ul.menu > li:nth-last-child(n + 8) > a {
    -webkit-transition-duration: 684ms;
    transition-duration: 684ms
}

.main-header.menu-type-full-bg-menu .full-screen-menu.menu-open-effect-fade nav div.menu > ul > li:nth-last-child(n + 9) > a,
.main-header.menu-type-full-bg-menu .full-screen-menu.menu-open-effect-fade nav ul.menu > li:nth-last-child(n + 9) > a {
    -webkit-transition-duration: 747ms;
    transition-duration: 747ms
}

.main-header.menu-type-full-bg-menu .full-screen-menu.menu-open-effect-fade .full-menu-footer,
.main-header.menu-type-full-bg-menu .full-screen-menu.menu-open-effect-fade .search-form {
    zoom: 1;
    filter: alpha(opacity=0);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    -webkit-transition: all 0s cubic-bezier(.455, .030, .515, .955);
    transition: all 0s cubic-bezier(.455, .030, .515, .955);
    -webkit-transition-duration: 180ms;
    transition-duration: 180ms
}

.main-header.menu-type-full-bg-menu .full-screen-menu.menu-open-effect-fade.menu-is-open nav div.menu > ul > li > a,
.main-header.menu-type-full-bg-menu .full-screen-menu.menu-open-effect-fade.menu-is-open nav ul.menu > li > a {
    top: 0;
    zoom: 1;
    filter: alpha(opacity=100);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    -webkit-transition-delay: 80ms;
    transition-delay: 80ms
}

.main-header.menu-type-full-bg-menu .full-screen-menu.menu-open-effect-fade.menu-is-open nav div.menu > ul > li:nth-child(n + 1) > a,
.main-header.menu-type-full-bg-menu .full-screen-menu.menu-open-effect-fade.menu-is-open nav ul.menu > li:nth-child(n + 1) > a {
    -webkit-transition-duration: 243ms;
    transition-duration: 243ms
}

.main-header.menu-type-full-bg-menu .full-screen-menu.menu-open-effect-fade.menu-is-open nav div.menu > ul > li:nth-child(n + 2) > a,
.main-header.menu-type-full-bg-menu .full-screen-menu.menu-open-effect-fade.menu-is-open nav ul.menu > li:nth-child(n + 2) > a {
    -webkit-transition-duration: 306ms;
    transition-duration: 306ms
}

.main-header.menu-type-full-bg-menu .full-screen-menu.menu-open-effect-fade.menu-is-open nav div.menu > ul > li:nth-child(n + 3) > a,
.main-header.menu-type-full-bg-menu .full-screen-menu.menu-open-effect-fade.menu-is-open nav ul.menu > li:nth-child(n + 3) > a {
    -webkit-transition-duration: 369ms;
    transition-duration: 369ms
}

.main-header.menu-type-full-bg-menu .full-screen-menu.menu-open-effect-fade.menu-is-open nav div.menu > ul > li:nth-child(n + 4) > a,
.main-header.menu-type-full-bg-menu .full-screen-menu.menu-open-effect-fade.menu-is-open nav ul.menu > li:nth-child(n + 4) > a {
    -webkit-transition-duration: 432ms;
    transition-duration: 432ms
}

.main-header.menu-type-full-bg-menu .full-screen-menu.menu-open-effect-fade.menu-is-open nav div.menu > ul > li:nth-child(n + 5) > a,
.main-header.menu-type-full-bg-menu .full-screen-menu.menu-open-effect-fade.menu-is-open nav ul.menu > li:nth-child(n + 5) > a {
    -webkit-transition-duration: 495ms;
    transition-duration: 495ms
}

.main-header.menu-type-full-bg-menu .full-screen-menu.menu-open-effect-fade.menu-is-open nav div.menu > ul > li:nth-child(n + 6) > a,
.main-header.menu-type-full-bg-menu .full-screen-menu.menu-open-effect-fade.menu-is-open nav ul.menu > li:nth-child(n + 6) > a {
    -webkit-transition-duration: 558ms;
    transition-duration: 558ms
}

.main-header.menu-type-full-bg-menu .full-screen-menu.menu-open-effect-fade.menu-is-open nav div.menu > ul > li:nth-child(n + 7) > a,
.main-header.menu-type-full-bg-menu .full-screen-menu.menu-open-effect-fade.menu-is-open nav ul.menu > li:nth-child(n + 7) > a {
    -webkit-transition-duration: 621ms;
    transition-duration: 621ms
}

.main-header.menu-type-full-bg-menu .full-screen-menu.menu-open-effect-fade.menu-is-open nav div.menu > ul > li:nth-child(n + 8) > a,
.main-header.menu-type-full-bg-menu .full-screen-menu.menu-open-effect-fade.menu-is-open nav ul.menu > li:nth-child(n + 8) > a {
    -webkit-transition-duration: 684ms;
    transition-duration: 684ms
}

.main-header.menu-type-full-bg-menu .full-screen-menu.menu-open-effect-fade.menu-is-open nav div.menu > ul > li:nth-child(n + 9) > a,
.main-header.menu-type-full-bg-menu .full-screen-menu.menu-open-effect-fade.menu-is-open nav ul.menu > li:nth-child(n + 9) > a {
    -webkit-transition-duration: 747ms;
    transition-duration: 747ms
}

.main-header.menu-type-full-bg-menu .full-screen-menu.menu-open-effect-fade.menu-is-open .full-menu-footer,
.main-header.menu-type-full-bg-menu .full-screen-menu.menu-open-effect-fade.menu-is-open .search-form {
    zoom: 1;
    filter: alpha(opacity=100);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    -webkit-transition-duration: 810ms;
    transition-duration: 810ms
}

.main-header.menu-type-full-bg-menu .full-screen-menu.menu-skin-dark {
    background-color: #1a1a1a
}

.main-header.menu-type-full-bg-menu .full-screen-menu.menu-skin-dark.translucent-background {
    background-color: rgba(26, 26, 26, .9)
}

.main-header.menu-type-full-bg-menu .full-screen-menu.menu-skin-dark nav ul li a {
    color: #fff
}

.main-header.menu-type-full-bg-menu .full-screen-menu.menu-skin-dark nav div.menu > ul > li > a:after,
.main-header.menu-type-full-bg-menu .full-screen-menu.menu-skin-dark nav ul.menu > li > a:after {
    background-color: #fff
}

.main-header.menu-type-full-bg-menu .full-screen-menu.menu-skin-dark .search-form .search-field {
    color: #fff
}

.main-header.menu-type-full-bg-menu .full-screen-menu.menu-skin-dark .search-form label {
    color: #fff
}

.main-header.menu-type-full-bg-menu .full-screen-menu.menu-skin-dark .search-form label i {
    background-color: #fff
}

.main-header.menu-type-full-bg-menu .full-screen-menu.menu-skin-dark .full-menu-footer {
    color: #fff
}

.main-header.menu-type-full-bg-menu .full-screen-menu.menu-skin-dark .full-menu-footer .container {
    border-top: 1px solid rgba(255, 255, 255, .2)
}

.main-header.menu-type-full-bg-menu .full-screen-menu.menu-skin-dark .full-menu-footer a {
    color: #fff
}

.main-header.menu-type-full-bg-menu .full-screen-menu.menu-skin-dark .full-menu-footer .social-networks li a {
    background-color: #fff
}

.main-header.menu-type-full-bg-menu .full-screen-menu.menu-skin-dark .full-menu-footer .social-networks li a i {
    color: #1a1a1a
}

.main-header.menu-type-full-bg-menu .full-screen-menu.menu-skin-light {
    background-color: #fff
}

.main-header.menu-type-full-bg-menu .full-screen-menu.menu-skin-light.translucent-background {
    background-color: rgba(255, 255, 255, .9)
}

.main-header.menu-type-full-bg-menu .full-screen-menu.menu-skin-light nav ul li a {
    color: #333
}

.main-header.menu-type-full-bg-menu .full-screen-menu.menu-skin-light nav div.menu > ul > li > a:after,
.main-header.menu-type-full-bg-menu .full-screen-menu.menu-skin-light nav ul.menu > li > a:after {
    background-color: #333
}

.main-header.menu-type-full-bg-menu .full-screen-menu.menu-skin-light .search-form .search-field {
    color: #333
}

.main-header.menu-type-full-bg-menu .full-screen-menu.menu-skin-light .search-form label {
    color: #333
}

.main-header.menu-type-full-bg-menu .full-screen-menu.menu-skin-light .search-form label i {
    background-color: #333
}

.main-header.menu-type-full-bg-menu .full-screen-menu.menu-skin-light .full-menu-footer {
    color: #333
}

.main-header.menu-type-full-bg-menu .full-screen-menu.menu-skin-light .full-menu-footer .container {
    border-top: 1px solid rgba(51, 51, 51, .2)
}

.main-header.menu-type-full-bg-menu .full-screen-menu.menu-skin-light .full-menu-footer a {
    color: #333
}

.main-header.menu-type-full-bg-menu .full-screen-menu.menu-skin-light .full-menu-footer .social-networks li a {
    background-color: #333
}

.main-header.menu-type-full-bg-menu .full-screen-menu.menu-skin-light .full-menu-footer .social-networks li a i {
    color: #fff
}

.fullscreen-menu-is-open .main-header.menu-type-full-bg-menu {
    visibility: visible;
    -webkit-transform: none;
    transform: none;
    zoom: 1;
    filter: alpha(opacity=100);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1
}

.main-header.menu-type-standard-menu .standard-menu-container {
    text-align: right
}

.main-header.menu-type-standard-menu .standard-menu-container .menu-bar,
.main-header.menu-type-standard-menu .standard-menu-container > nav {
    -ms-flex-item-align: center;
    align-self: center
}

.main-header.menu-type-standard-menu .standard-menu-container.dropdown-caret .menu > .menu-item-has-children > a > span {
    text-decoration: none
}

.main-header.menu-type-standard-menu .standard-menu-container.dropdown-caret .menu > .menu-item-has-children > a > span:after {
    position: relative;
    font-family: Flaticon;
    content: '\e008';
    margin-left: 8px;
    font-size: 11px;
    text-decoration: none;
    line-height: 0;
    top: -1px;
    font-weight: 700
}

.main-header.menu-type-standard-menu .standard-menu-container .menu-bar {
    position: relative
}

.main-header.menu-type-standard-menu .standard-menu-container ul {
    list-style: none;
    padding: 0;
    margin: 0
}

.main-header.menu-type-standard-menu .standard-menu-container ul li {
    padding: 0;
    margin: 0
}

.main-header.menu-type-standard-menu .standard-menu-container ul li a {
    text-decoration: none
}

.main-header.menu-type-standard-menu .standard-menu-container div.menu > ul,
.main-header.menu-type-standard-menu .standard-menu-container ul.menu {
    pointer-events: auto
}

.main-header.menu-type-standard-menu .standard-menu-container div.menu > ul > li,
.main-header.menu-type-standard-menu .standard-menu-container ul.menu > li {
    display: inline-block
}

.main-header.menu-type-standard-menu .standard-menu-container div.menu > ul > li > a,
.main-header.menu-type-standard-menu .standard-menu-container ul.menu > li > a {
    color: #00b19e;
    font-size: 16px
}

.main-header.menu-type-standard-menu .standard-menu-container div.menu > ul > li > a:after,
.main-header.menu-type-standard-menu .standard-menu-container ul.menu > li > a:after {
    zoom: 1;
    filter: alpha(opacity=80);
    -webkit-opacity: .8;
    -moz-opacity: .8;
    opacity: .8;
    background-color: #00b19e
}

.main-header.menu-type-standard-menu .standard-menu-container div.menu > ul > li.current-menu-ancestor > a:after,
.main-header.menu-type-standard-menu .standard-menu-container div.menu > ul > li.current-menu-item > a:after,
.main-header.menu-type-standard-menu .standard-menu-container div.menu > ul > li.current_page_ancestor > a:after,
.main-header.menu-type-standard-menu .standard-menu-container div.menu > ul > li.current_page_item > a:after,
.main-header.menu-type-standard-menu .standard-menu-container ul.menu > li.current-menu-ancestor > a:after,
.main-header.menu-type-standard-menu .standard-menu-container ul.menu > li.current-menu-item > a:after,
.main-header.menu-type-standard-menu .standard-menu-container ul.menu > li.current_page_ancestor > a:after,
.main-header.menu-type-standard-menu .standard-menu-container ul.menu > li.current_page_item > a:after {
    width: 100%
}

.main-header.menu-type-standard-menu .standard-menu-container div.menu > ul > li + li,
.main-header.menu-type-standard-menu .standard-menu-container ul.menu > li + li {
    margin-left: 45px
}

@media screen and (max-width:992px) {
    .main-header.menu-type-standard-menu .standard-menu-container div.menu > ul > li + li,
    .main-header.menu-type-standard-menu .standard-menu-container ul.menu > li + li {
        margin-left: 27px
    }
}

.main-header.menu-type-standard-menu .standard-menu-container div.menu > ul > li > ul li,
.main-header.menu-type-standard-menu .standard-menu-container ul.menu > li > ul li {
    overflow: hidden;
    padding-bottom: 1px
}

.main-header.menu-type-standard-menu .standard-menu-container div.menu > ul > li > ul li.sub-visible,
.main-header.menu-type-standard-menu .standard-menu-container div.menu > ul > li > ul li:hover,
.main-header.menu-type-standard-menu .standard-menu-container ul.menu > li > ul li.sub-visible,
.main-header.menu-type-standard-menu .standard-menu-container ul.menu > li > ul li:hover {
    overflow: visible
}

.main-header.menu-type-standard-menu .standard-menu-container div.menu > ul li,
.main-header.menu-type-standard-menu .standard-menu-container ul.menu li {
    position: relative
}

.main-header.menu-type-standard-menu .standard-menu-container div.menu > ul li.sub-visible > ul,
.main-header.menu-type-standard-menu .standard-menu-container div.menu > ul li:hover > ul,
.main-header.menu-type-standard-menu .standard-menu-container ul.menu li.sub-visible > ul,
.main-header.menu-type-standard-menu .standard-menu-container ul.menu li:hover > ul {
    visibility: visible;
    zoom: 1;
    filter: alpha(opacity=100);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1
}

.main-header.menu-type-standard-menu .standard-menu-container div.menu > ul li.sub-visible > ul > li > a,
.main-header.menu-type-standard-menu .standard-menu-container div.menu > ul li:hover > ul > li > a,
.main-header.menu-type-standard-menu .standard-menu-container ul.menu li.sub-visible > ul > li > a,
.main-header.menu-type-standard-menu .standard-menu-container ul.menu li:hover > ul > li > a {
    zoom: 1;
    filter: alpha(opacity=100);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1
}

.main-header.menu-type-standard-menu .standard-menu-container div.menu > ul li > ul > li > a,
.main-header.menu-type-standard-menu .standard-menu-container ul.menu li > ul > li > a {
    zoom: 1;
    filter: alpha(opacity=0);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    -webkit-transition: all 0s cubic-bezier(.445, .050, .55, .95);
    transition: all 0s cubic-bezier(.445, .050, .55, .95);
    -webkit-transition-duration: 120ms;
    transition-duration: 120ms
}

.main-header.menu-type-standard-menu .standard-menu-container div.menu > ul li > ul > li:nth-last-child(n + 1) > a,
.main-header.menu-type-standard-menu .standard-menu-container ul.menu li > ul > li:nth-last-child(n + 1) > a {
    -webkit-transition-duration: 120ms;
    transition-duration: 120ms
}

.main-header.menu-type-standard-menu .standard-menu-container div.menu > ul li > ul > li:nth-last-child(n + 2) > a,
.main-header.menu-type-standard-menu .standard-menu-container ul.menu li > ul > li:nth-last-child(n + 2) > a {
    -webkit-transition-duration: 240ms;
    transition-duration: 240ms
}

.main-header.menu-type-standard-menu .standard-menu-container div.menu > ul li > ul > li:nth-last-child(n + 3) > a,
.main-header.menu-type-standard-menu .standard-menu-container ul.menu li > ul > li:nth-last-child(n + 3) > a {
    -webkit-transition-duration: 360ms;
    transition-duration: 360ms
}

.main-header.menu-type-standard-menu .standard-menu-container div.menu > ul li > ul > li:nth-last-child(n + 4) > a,
.main-header.menu-type-standard-menu .standard-menu-container ul.menu li > ul > li:nth-last-child(n + 4) > a {
    -webkit-transition-duration: 480ms;
    transition-duration: 480ms
}

.main-header.menu-type-standard-menu .standard-menu-container div.menu > ul li > ul > li:nth-last-child(n + 5) > a,
.main-header.menu-type-standard-menu .standard-menu-container ul.menu li > ul > li:nth-last-child(n + 5) > a {
    -webkit-transition-duration: .6s;
    transition-duration: .6s
}

.main-header.menu-type-standard-menu .standard-menu-container div.menu > ul li:hover > ul > li > a,
.main-header.menu-type-standard-menu .standard-menu-container ul.menu li:hover > ul > li > a {
    zoom: 1;
    filter: alpha(opacity=100);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    -webkit-transition-delay: .1s;
    transition-delay: .1s
}

.main-header.menu-type-standard-menu .standard-menu-container div.menu > ul li:hover > ul > li:nth-child(n + 1) > a,
.main-header.menu-type-standard-menu .standard-menu-container ul.menu li:hover > ul > li:nth-child(n + 1) > a {
    -webkit-transition-duration: 120ms;
    transition-duration: 120ms
}

.main-header.menu-type-standard-menu .standard-menu-container div.menu > ul li:hover > ul > li:nth-child(n + 2) > a,
.main-header.menu-type-standard-menu .standard-menu-container ul.menu li:hover > ul > li:nth-child(n + 2) > a {
    -webkit-transition-duration: 240ms;
    transition-duration: 240ms
}

.main-header.menu-type-standard-menu .standard-menu-container div.menu > ul li:hover > ul > li:nth-child(n + 3) > a,
.main-header.menu-type-standard-menu .standard-menu-container ul.menu li:hover > ul > li:nth-child(n + 3) > a {
    -webkit-transition-duration: 360ms;
    transition-duration: 360ms
}

.main-header.menu-type-standard-menu .standard-menu-container div.menu > ul li:hover > ul > li:nth-child(n + 4) > a,
.main-header.menu-type-standard-menu .standard-menu-container ul.menu li:hover > ul > li:nth-child(n + 4) > a {
    -webkit-transition-duration: 480ms;
    transition-duration: 480ms
}

.main-header.menu-type-standard-menu .standard-menu-container div.menu > ul li:hover > ul > li:nth-child(n + 5) > a,
.main-header.menu-type-standard-menu .standard-menu-container ul.menu li:hover > ul > li:nth-child(n + 5) > a {
    -webkit-transition-duration: .6s;
    transition-duration: .6s
}

.main-header.menu-type-standard-menu .standard-menu-container div.menu > ul ul,
.main-header.menu-type-standard-menu .standard-menu-container ul.menu ul {
    position: absolute;
    top: 100%;
    left: 0;
    text-align: left;
    background: #00b19e;
    padding: 15px 20px;
    margin-top: 20px;
    visibility: hidden;
    min-width: 200px;
    zoom: 1;
    filter: alpha(opacity=0);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    -webkit-transition: all .4s cubic-bezier(.445, .050, .55, .95);
    transition: all .4s cubic-bezier(.445, .050, .55, .95)
}

.main-header.menu-type-standard-menu .standard-menu-container div.menu > ul ul li a,
.main-header.menu-type-standard-menu .standard-menu-container ul.menu ul li a {
    position: relative;
    color: #fff;
    white-space: nowrap
}

.main-header.menu-type-standard-menu .standard-menu-container div.menu > ul ul li a:after,
.main-header.menu-type-standard-menu .standard-menu-container ul.menu ul li a:after {
    background-color: #fff
}

.main-header.menu-type-standard-menu .standard-menu-container div.menu > ul ul li.menu-item-has-children:before,
.main-header.menu-type-standard-menu .standard-menu-container ul.menu ul li.menu-item-has-children:before {
    content: '';
    position: relative;
    display: inline-block;
    float: right;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 4px 0 4px 4px;
    border-color: transparent transparent transparent #fff;
    top: 6px
}

.main-header.menu-type-standard-menu .standard-menu-container div.menu > ul ul li:hover > a:after,
.main-header.menu-type-standard-menu .standard-menu-container ul.menu ul li:hover > a:after {
    width: 100%
}

.main-header.menu-type-standard-menu .standard-menu-container div.menu > ul ul li.current-menu-ancestor > a:after,
.main-header.menu-type-standard-menu .standard-menu-container div.menu > ul ul li.current-menu-item > a:after,
.main-header.menu-type-standard-menu .standard-menu-container div.menu > ul ul li.current_page_ancestor > a:after,
.main-header.menu-type-standard-menu .standard-menu-container div.menu > ul ul li.current_page_item > a:after,
.main-header.menu-type-standard-menu .standard-menu-container ul.menu ul li.current-menu-ancestor > a:after,
.main-header.menu-type-standard-menu .standard-menu-container ul.menu ul li.current-menu-item > a:after,
.main-header.menu-type-standard-menu .standard-menu-container ul.menu ul li.current_page_ancestor > a:after,
.main-header.menu-type-standard-menu .standard-menu-container ul.menu ul li.current_page_item > a:after {
    width: 100%
}

.main-header.menu-type-standard-menu .standard-menu-container div.menu > ul ul li + li,
.main-header.menu-type-standard-menu .standard-menu-container ul.menu ul li + li {
    margin-top: 10px
}

.main-header.menu-type-standard-menu .standard-menu-container div.menu > ul ul ul,
.main-header.menu-type-standard-menu .standard-menu-container ul.menu ul ul {
    left: 100%;
    top: 0;
    margin-top: 0;
    margin-left: 21px
}

.main-header.menu-type-standard-menu .standard-menu-container div.menu > ul ul.open-from-left,
.main-header.menu-type-standard-menu .standard-menu-container ul.menu ul.open-from-left {
    left: auto;
    right: 0;
    margin-left: 21px;
    margin-right: 0
}

.main-header.menu-type-standard-menu .standard-menu-container div.menu > ul ul.open-from-left ul,
.main-header.menu-type-standard-menu .standard-menu-container ul.menu ul.open-from-left ul {
    left: auto;
    right: 100%;
    margin-right: 21px;
    margin-left: 0
}

.main-header.menu-type-standard-menu .standard-menu-container div.menu > ul ul .open-from-left,
.main-header.menu-type-standard-menu .standard-menu-container ul.menu ul .open-from-left {
    left: auto;
    right: 100%;
    margin-right: 21px;
    margin-left: 0
}

@media screen and (min-width:768px) {
    .main-header.menu-type-standard-menu .standard-menu-container.menu-bar-root-items-hidden .menu-bar {
        display: block
    }
}

.main-header.menu-type-standard-menu .standard-menu-container.menu-bar-root-items-hidden div.menu > ul > li,
.main-header.menu-type-standard-menu .standard-menu-container.menu-bar-root-items-hidden ul.menu > li {
    position: relative;
    top: -15px;
    visibility: hidden;
    zoom: 1;
    filter: alpha(opacity=0);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    -webkit-transition: all 0s cubic-bezier(.175, .885, .525, 1.2);
    transition: all 0s cubic-bezier(.175, .885, .525, 1.2);
    -webkit-transition-duration: 150ms;
    transition-duration: 150ms
}

.main-header.menu-type-standard-menu .standard-menu-container.menu-bar-root-items-hidden div.menu > ul > li:nth-child(n + 1),
.main-header.menu-type-standard-menu .standard-menu-container.menu-bar-root-items-hidden ul.menu > li:nth-child(n + 1) {
    -webkit-transition-duration: 250ms;
    transition-duration: 250ms;
    -webkit-transition-delay: 60ms;
    transition-delay: 60ms
}

.main-header.menu-type-standard-menu .standard-menu-container.menu-bar-root-items-hidden div.menu > ul > li:nth-child(n + 2),
.main-header.menu-type-standard-menu .standard-menu-container.menu-bar-root-items-hidden ul.menu > li:nth-child(n + 2) {
    -webkit-transition-duration: 350ms;
    transition-duration: 350ms;
    -webkit-transition-delay: 120ms;
    transition-delay: 120ms
}

.main-header.menu-type-standard-menu .standard-menu-container.menu-bar-root-items-hidden div.menu > ul > li:nth-child(n + 3),
.main-header.menu-type-standard-menu .standard-menu-container.menu-bar-root-items-hidden ul.menu > li:nth-child(n + 3) {
    -webkit-transition-duration: 450ms;
    transition-duration: 450ms;
    -webkit-transition-delay: 180ms;
    transition-delay: 180ms
}

.main-header.menu-type-standard-menu .standard-menu-container.menu-bar-root-items-hidden div.menu > ul > li:nth-child(n + 4),
.main-header.menu-type-standard-menu .standard-menu-container.menu-bar-root-items-hidden ul.menu > li:nth-child(n + 4) {
    -webkit-transition-duration: 550ms;
    transition-duration: 550ms;
    -webkit-transition-delay: 240ms;
    transition-delay: 240ms
}

.main-header.menu-type-standard-menu .standard-menu-container.menu-bar-root-items-hidden div.menu > ul > li:nth-child(n + 5),
.main-header.menu-type-standard-menu .standard-menu-container.menu-bar-root-items-hidden ul.menu > li:nth-child(n + 5) {
    -webkit-transition-duration: 650ms;
    transition-duration: 650ms;
    -webkit-transition-delay: .3s;
    transition-delay: .3s
}

.main-header.menu-type-standard-menu .standard-menu-container.menu-bar-root-items-hidden div.menu > ul > li:nth-child(n + 6),
.main-header.menu-type-standard-menu .standard-menu-container.menu-bar-root-items-hidden ul.menu > li:nth-child(n + 6) {
    -webkit-transition-duration: 750ms;
    transition-duration: 750ms;
    -webkit-transition-delay: 360ms;
    transition-delay: 360ms
}

.main-header.menu-type-standard-menu .standard-menu-container.menu-bar-root-items-hidden div.menu > ul > li:nth-child(n + 7),
.main-header.menu-type-standard-menu .standard-menu-container.menu-bar-root-items-hidden ul.menu > li:nth-child(n + 7) {
    -webkit-transition-duration: 750ms;
    transition-duration: 750ms;
    -webkit-transition-delay: 420ms;
    transition-delay: 420ms
}

.main-header.menu-type-standard-menu .standard-menu-container.menu-bar-root-items-hidden div.menu > ul > li:nth-child(n + 8),
.main-header.menu-type-standard-menu .standard-menu-container.menu-bar-root-items-hidden ul.menu > li:nth-child(n + 8) {
    -webkit-transition-duration: 750ms;
    transition-duration: 750ms;
    -webkit-transition-delay: 480ms;
    transition-delay: 480ms
}

.main-header.menu-type-standard-menu .standard-menu-container.menu-bar-root-items-hidden.items-visible div.menu > ul > li,
.main-header.menu-type-standard-menu .standard-menu-container.menu-bar-root-items-hidden.items-visible ul.menu > li {
    visibility: visible;
    top: 0;
    zoom: 1;
    filter: alpha(opacity=100);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1
}

.main-header.menu-type-standard-menu .standard-menu-container.menu-bar-root-items-hidden.items-visible div.menu > ul > li:nth-last-child(n + 1),
.main-header.menu-type-standard-menu .standard-menu-container.menu-bar-root-items-hidden.items-visible ul.menu > li:nth-last-child(n + 1) {
    -webkit-transition-duration: 250ms;
    transition-duration: 250ms;
    -webkit-transition-delay: 60ms;
    transition-delay: 60ms
}

.main-header.menu-type-standard-menu .standard-menu-container.menu-bar-root-items-hidden.items-visible div.menu > ul > li:nth-last-child(n + 2),
.main-header.menu-type-standard-menu .standard-menu-container.menu-bar-root-items-hidden.items-visible ul.menu > li:nth-last-child(n + 2) {
    -webkit-transition-duration: 350ms;
    transition-duration: 350ms;
    -webkit-transition-delay: 120ms;
    transition-delay: 120ms
}

.main-header.menu-type-standard-menu .standard-menu-container.menu-bar-root-items-hidden.items-visible div.menu > ul > li:nth-last-child(n + 3),
.main-header.menu-type-standard-menu .standard-menu-container.menu-bar-root-items-hidden.items-visible ul.menu > li:nth-last-child(n + 3) {
    -webkit-transition-duration: 450ms;
    transition-duration: 450ms;
    -webkit-transition-delay: 180ms;
    transition-delay: 180ms
}

.main-header.menu-type-standard-menu .standard-menu-container.menu-bar-root-items-hidden.items-visible div.menu > ul > li:nth-last-child(n + 4),
.main-header.menu-type-standard-menu .standard-menu-container.menu-bar-root-items-hidden.items-visible ul.menu > li:nth-last-child(n + 4) {
    -webkit-transition-duration: 550ms;
    transition-duration: 550ms;
    -webkit-transition-delay: 240ms;
    transition-delay: 240ms
}

.main-header.menu-type-standard-menu .standard-menu-container.menu-bar-root-items-hidden.items-visible div.menu > ul > li:nth-last-child(n + 5),
.main-header.menu-type-standard-menu .standard-menu-container.menu-bar-root-items-hidden.items-visible ul.menu > li:nth-last-child(n + 5) {
    -webkit-transition-duration: 650ms;
    transition-duration: 650ms;
    -webkit-transition-delay: .3s;
    transition-delay: .3s
}

.main-header.menu-type-standard-menu .standard-menu-container.menu-bar-root-items-hidden.items-visible div.menu > ul > li:nth-last-child(n + 6),
.main-header.menu-type-standard-menu .standard-menu-container.menu-bar-root-items-hidden.items-visible ul.menu > li:nth-last-child(n + 6) {
    -webkit-transition-duration: 750ms;
    transition-duration: 750ms;
    -webkit-transition-delay: 360ms;
    transition-delay: 360ms
}

.main-header.menu-type-standard-menu .standard-menu-container.menu-bar-root-items-hidden.items-visible div.menu > ul > li:nth-last-child(n + 7),
.main-header.menu-type-standard-menu .standard-menu-container.menu-bar-root-items-hidden.items-visible ul.menu > li:nth-last-child(n + 7) {
    -webkit-transition-duration: 750ms;
    transition-duration: 750ms;
    -webkit-transition-delay: 420ms;
    transition-delay: 420ms
}

.main-header.menu-type-standard-menu .standard-menu-container.menu-bar-root-items-hidden.items-visible div.menu > ul > li:nth-last-child(n + 8),
.main-header.menu-type-standard-menu .standard-menu-container.menu-bar-root-items-hidden.items-visible ul.menu > li:nth-last-child(n + 8) {
    -webkit-transition-duration: 750ms;
    transition-duration: 750ms;
    -webkit-transition-delay: 480ms;
    transition-delay: 480ms
}

.main-header.menu-type-standard-menu .standard-menu-container.menu-bar-root-items-hidden.reveal-from-right div.menu > ul > li,
.main-header.menu-type-standard-menu .standard-menu-container.menu-bar-root-items-hidden.reveal-from-right ul.menu > li {
    top: auto;
    right: -15px
}

.main-header.menu-type-standard-menu .standard-menu-container.menu-bar-root-items-hidden.reveal-from-right.items-visible div.menu > ul > li,
.main-header.menu-type-standard-menu .standard-menu-container.menu-bar-root-items-hidden.reveal-from-right.items-visible ul.menu > li {
    top: auto;
    right: 0
}

.main-header.menu-type-standard-menu .standard-menu-container.menu-bar-root-items-hidden.reveal-from-left div.menu > ul > li,
.main-header.menu-type-standard-menu .standard-menu-container.menu-bar-root-items-hidden.reveal-from-left ul.menu > li {
    top: auto;
    left: -15px
}

.main-header.menu-type-standard-menu .standard-menu-container.menu-bar-root-items-hidden.reveal-from-left.items-visible div.menu > ul > li,
.main-header.menu-type-standard-menu .standard-menu-container.menu-bar-root-items-hidden.reveal-from-left.items-visible ul.menu > li {
    top: auto;
    left: 0
}

.main-header.menu-type-standard-menu .standard-menu-container.menu-bar-root-items-hidden.reveal-from-bottom div.menu > ul > li,
.main-header.menu-type-standard-menu .standard-menu-container.menu-bar-root-items-hidden.reveal-from-bottom ul.menu > li {
    top: auto;
    bottom: -15px
}

.main-header.menu-type-standard-menu .standard-menu-container.menu-bar-root-items-hidden.reveal-from-bottom.items-visible div.menu > ul > li,
.main-header.menu-type-standard-menu .standard-menu-container.menu-bar-root-items-hidden.reveal-from-bottom.items-visible ul.menu > li {
    top: auto;
    bottom: 0
}

.main-header.menu-type-standard-menu .standard-menu-container.menu-bar-root-items-hidden.reveal-fade div.menu > ul > li,
.main-header.menu-type-standard-menu .standard-menu-container.menu-bar-root-items-hidden.reveal-fade ul.menu > li {
    top: auto
}

.main-header.menu-type-standard-menu .standard-menu-container.menu-skin-main div.menu > ul > li > a,
.main-header.menu-type-standard-menu .standard-menu-container.menu-skin-main ul.menu > li > a {
    color: #00b19e
}

.main-header.menu-type-standard-menu .standard-menu-container.menu-skin-main div.menu > ul > li > a:after,
.main-header.menu-type-standard-menu .standard-menu-container.menu-skin-main ul.menu > li > a:after {
    background-color: #00b19e
}

.main-header.menu-type-standard-menu .standard-menu-container.menu-skin-main div.menu > ul ul,
.main-header.menu-type-standard-menu .standard-menu-container.menu-skin-main ul.menu ul {
    background: #00b19e
}

.main-header.menu-type-standard-menu .standard-menu-container.menu-skin-main div.menu > ul ul li a,
.main-header.menu-type-standard-menu .standard-menu-container.menu-skin-main ul.menu ul li a {
    color: #fff
}

.main-header.menu-type-standard-menu .standard-menu-container.menu-skin-main div.menu > ul ul li a:after,
.main-header.menu-type-standard-menu .standard-menu-container.menu-skin-main ul.menu ul li a:after {
    background-color: #fff
}

.main-header.menu-type-standard-menu .standard-menu-container.menu-skin-main div.menu > ul ul li.menu-item-has-children > a:before,
.main-header.menu-type-standard-menu .standard-menu-container.menu-skin-main ul.menu ul li.menu-item-has-children > a:before {
    border-color: transparent transparent transparent #fff
}

.main-header.menu-type-standard-menu .standard-menu-container.menu-skin-dark div.menu > ul > li > a,
.main-header.menu-type-standard-menu .standard-menu-container.menu-skin-dark ul.menu > li > a {
    color: #333
}

.main-header.menu-type-standard-menu .standard-menu-container.menu-skin-dark div.menu > ul > li > a:after,
.main-header.menu-type-standard-menu .standard-menu-container.menu-skin-dark ul.menu > li > a:after {
    background-color: #333
}

.main-header.menu-type-standard-menu .standard-menu-container.menu-skin-dark div.menu > ul ul,
.main-header.menu-type-standard-menu .standard-menu-container.menu-skin-dark ul.menu ul {
    background: #333
}

.main-header.menu-type-standard-menu .standard-menu-container.menu-skin-dark div.menu > ul ul li a,
.main-header.menu-type-standard-menu .standard-menu-container.menu-skin-dark ul.menu ul li a {
    color: #fff
}

.main-header.menu-type-standard-menu .standard-menu-container.menu-skin-dark div.menu > ul ul li a:after,
.main-header.menu-type-standard-menu .standard-menu-container.menu-skin-dark ul.menu ul li a:after {
    background-color: #fff
}

.main-header.menu-type-standard-menu .standard-menu-container.menu-skin-dark div.menu > ul ul li.menu-item-has-children > a:before,
.main-header.menu-type-standard-menu .standard-menu-container.menu-skin-dark ul.menu ul li.menu-item-has-children > a:before {
    border-color: transparent transparent transparent #fff
}

.main-header.menu-type-standard-menu .standard-menu-container.menu-skin-light div.menu > ul > li > a,
.main-header.menu-type-standard-menu .standard-menu-container.menu-skin-light ul.menu > li > a {
    color: #fff
}

.main-header.menu-type-standard-menu .standard-menu-container.menu-skin-light div.menu > ul > li > a:after,
.main-header.menu-type-standard-menu .standard-menu-container.menu-skin-light ul.menu > li > a:after {
    background-color: #fff
}

.main-header.menu-type-standard-menu .standard-menu-container.menu-skin-light div.menu > ul ul,
.main-header.menu-type-standard-menu .standard-menu-container.menu-skin-light ul.menu ul {
    background: #fff
}

.main-header.menu-type-standard-menu .standard-menu-container.menu-skin-light div.menu > ul ul li a,
.main-header.menu-type-standard-menu .standard-menu-container.menu-skin-light ul.menu ul li a {
    color: #333
}

.main-header.menu-type-standard-menu .standard-menu-container.menu-skin-light div.menu > ul ul li a:after,
.main-header.menu-type-standard-menu .standard-menu-container.menu-skin-light ul.menu ul li a:after {
    background-color: #333
}

.main-header.menu-type-standard-menu .standard-menu-container.menu-skin-light div.menu > ul ul li.menu-item-has-children > a:before,
.main-header.menu-type-standard-menu .standard-menu-container.menu-skin-light ul.menu ul li.menu-item-has-children > a:before {
    border-color: transparent transparent transparent #333
}

.fullscreen-menu-is-open {
    overflow: hidden
}

.blog .row > .column {
    float: left;
    padding: 0 15px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    min-height: 1px
}

@media screen and (min-width:992px) {
    .blog--has-sidebar .row > .column--posts {
        width: 75%
    }
}

@media screen and (min-width:992px) {
    .blog--has-sidebar .row > .column--sidebar {
        width: 25%
    }
}

@media screen and (min-width:992px) {
    .blog--sidebar-alignment-left .row > .column--posts {
        float: right
    }
}

.blog-posts {
    list-style: none;
    margin: 0 -15px;
    padding: 0
}

.blog-posts:after, .blog-posts:before {
    content: " ";
    display: table
}

.blog-posts:after {
    clear: both
}

.blog-posts:after, .blog-posts:before {
    content: " ";
    display: table
}

.blog-posts:after {
    clear: both
}

.blog-posts > .loading-posts, .blog-posts > li {
    float: left;
    margin-bottom: 40px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    padding: 0;
    padding-left: 15px;
    padding-right: 15px
}

.blog-posts .loading-posts, .blog-posts .no-posts-found {
    padding-top: 40px;
    padding-bottom: 40px;
    font-size: 24px;
    color: #ddd;
    text-align: center
}

.blog-posts .loading-posts strong, .blog-posts .no-posts-found strong {
    font-weight: 400
}

.blog-posts .loading-posts ~ li, .blog-posts .no-posts-found ~ li {
    visibility: hidden;
    opacity: 0
}

.blog-posts .no-posts-found {
    color: #999
}

.blog-posts i.icon {
    display: inline-block;
    margin: 0;
    height: auto;
    width: auto;
    line-height: 1;
    vertical-align: text-top
}

.blog-posts .post-item .post-thumbnail {
    position: relative
}

.blog-posts .post-item .post-thumbnail > a {
    position: relative;
    display: block;
    z-index: 1
}

.blog-posts .post-item .post-thumbnail .blog-image-placeholder {
    background: #eee;
    padding-bottom: 70.0854700855%
}

.blog-posts .post-item .post-thumbnail .post-format-icon {
    position: absolute;
    visibility: visible;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    left: 0;
    top: 0;
    width: 50px;
    height: 50px;
    text-align: center;
    background-color: #fff;
    border-radius: 50%;
    margin: 15px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    z-index: 10
}

.blog-posts .post-item .post-thumbnail:hover .post-format-icon {
    visibility: hidden;
    opacity: 0
}

.blog-posts .post-item .post-thumbnail .post-hover {
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 100;
    background-color: rgba(0, 177, 158, .9);
    visibility: hidden;
    opacity: 0;
    color: #fff;
    pointer-events: none
}

.blog-posts .post-item .post-thumbnail .post-hover.post-hover--no-opacity {
    background-color: #00b19e
}

.blog-posts .post-item .post-thumbnail .post-hover.post-hover--distanced {
    top: 15px;
    bottom: 15px;
    left: 15px;
    right: 15px
}

.blog-posts .post-item .post-thumbnail .post-hover .hover-icon {
    font-size: 32px
}

.blog-posts .post-item .post-thumbnail .post-hover .hover-icon.animated-eye {
    background: url(../images/icons/eye.gif) no-repeat;
    background-size: 45px;
    width: 45px;
    height: 45px
}

.blog-posts .post-item .post-thumbnail .post-hover .hover-icon.custom {
    max-width: 100%
}

.blog-posts .post-item .post-thumbnail:hover .post-hover {
    visibility: visible;
    opacity: 1
}

.blog-posts .post-item .post-thumbnail .post-gallery-images, .single-post .post-image .post-gallery-images {
    list-style: none;
    margin: 0;
    padding: 0;
    max-width: 100%
}

.blog-posts .post-item .post-thumbnail .post-gallery-images li, .single-post .post-image .post-gallery-images li {
    margin: 0;
    padding: 0
}

.blog-posts .post-item .post-thumbnail .post-gallery-images li > a,
.single-post .post-image .post-gallery-images li > a {
    display: block
}

.blog-posts .post-item .post-thumbnail .post-gallery-images li:nth-child(n + 2),
.single-post .post-image .post-gallery-images li:nth-child(n + 2) {
    display: none
}

.blog-posts .post-item .post-thumbnail .post-gallery-images.slick-initialized li:nth-child(n + 2),
.single-post .post-image .post-gallery-images.slick-initialized li:nth-child(n + 2) {
    display: block
}

.blog-posts .post-item .post-thumbnail .post-gallery-images.slick-initialized .slick-arrow,
.single-post .post-image .post-gallery-images.slick-initialized .slick-arrow {
    font-size: 32px
}

.blog-posts .post-item .post-thumbnail blockquote, .single-post .post-image .post-quote blockquote {
    background-color: #eee;
    padding-top: 90px;
    margin: 0;
    border: 0;
    font-size: 15px;
    font-style: normal
}

.blog-posts .post-item .post-thumbnail blockquote cite, .single-post .post-image .post-quote blockquote cite {
    display: block;
    font-weight: 500;
    font-style: italic;
    color: #333;
    margin-top: 5px
}

.blog-posts .post-item .post-thumbnail blockquote cite:before, .single-post .post-image .post-quote blockquote cite:before {
    content: '– '
}

.blog-posts .post-item .post-details .post-title {
    margin: 0;
    margin-bottom: 15px;
    font-size: 24px
}

.blog-posts .post-item .post-details .post-title a {
    color: #333
}

.blog-posts .post-item .post-details .post-title a:after {
    background-color: #333
}

.blog-posts .post-item .post-details .post-excerpt {
    margin-bottom: 20px;
    color: #898989
}

.blog-posts .post-item .post-details .post-meta {
    font-size: 14px;
    margin-bottom: 10px;
    color: #898989
}

.blog-posts .post-item .post-details .post-meta i {
    margin: 0;
    width: 25px;
    height: auto;
    line-height: 1;
    font-size: 17px
}

.blog-posts .post-item.columned {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

@media screen and (max-width:768px) {
    .blog-posts .post-item.columned {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.blog-posts .post-item.columned .post-details, .blog-posts .post-item.columned .post-thumbnail {
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
}

.blog-posts .post-item.columned .post-thumbnail {
    margin-right: 30px;
    min-width: 35%;
    max-width: 35%
}

.blog--has-sidebar .blog-posts .post-item.columned .post-thumbnail {
    min-width: 40%;
    max-width: 40%
}

@media screen and (max-width:768px) {
    .blog--has-sidebar .blog-posts .post-item.columned .post-thumbnail {
        min-width: 100%;
        max-width: 100%
    }
}

@media screen and (max-width:768px) {
    .blog-posts .post-item.columned .post-thumbnail {
        min-width: 100%;
        max-width: 100%;
        margin-right: 0;
        margin-bottom: 20px
    }
}

.blog-posts .post-item.columned .post-thumbnail > a {
    display: block
}

@media screen and (max-width:768px) {
    .blog-posts .post-item.columned .post-details {
        min-width: 100%;
        max-width: 100%
    }
}

.blog-posts .post-item.template-rounded.columned {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.blog-posts .post-item.template-rounded .post-thumbnail {
    margin-right: 50px;
    min-width: 30%;
    max-width: 30%
}

.blog--has-sidebar .blog-posts .post-item.template-rounded .post-thumbnail {
    min-width: 30%;
    max-width: 30%
}

@media screen and (max-width:768px) {
    .blog--has-sidebar .blog-posts .post-item.template-rounded .post-thumbnail {
        min-width: 70%;
        max-width: 70%
    }
}

@media screen and (max-width:768px) {
    .blog-posts .post-item.template-rounded .post-thumbnail {
        min-width: 70%;
        max-width: 70%;
        margin-right: 0;
        margin-bottom: 30px
    }
}

@media screen and (max-width:480px) {
    .blog-posts .post-item.template-rounded .post-thumbnail {
        min-width: 100%;
        max-width: 100%
    }
}

.blog-posts .post-item.template-rounded .post-thumbnail .blog-image-placeholder,
.blog-posts .post-item.template-rounded .post-thumbnail .image-placeholder {
    border-radius: 50%;
    overflow: hidden;
    display: block
}

.blog-posts .post-item.template-rounded .post-thumbnail .blog-image-placeholder img,
.blog-posts .post-item.template-rounded .post-thumbnail .image-placeholder img {
    border-radius: 50%
}

.blog-posts .post-item.template-rounded .post-thumbnail .blog-image-placeholder {
    padding-bottom: 100%
}

.blog-posts .post-item.template-rounded .post-thumbnail .post-hover {
    border-radius: 50%
}

.blog-posts .post-item.template-rounded .post-thumbnail .post-format-icon {
    left: 50%;
    top: 50%;
    margin: 0;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.blog-posts .post-item.template-standard {
    overflow: hidden
}

.blog-posts .post-item.template-standard .post-details, .blog-posts .post-item.template-standard .post-thumbnail {
    border: 1px solid #eaeaea
}

.blog-posts .post-item.template-standard .post-thumbnail {
    border-bottom: 0
}

.blog-posts .post-item.template-standard .post-thumbnail + .post-details {
    border-top: 0
}

.blog-posts .post-item.template-standard .post-details {
    padding: 22px 30px
}

.blog-posts .post-item.template-standard .post-details > div:last-child {
    margin-bottom: 0
}

.blog-posts .type-post.is-playing .post-format-icon {
    visibility: hidden;
    opacity: 0
}

.blog-posts .type-post.format-quote .post-item.template-square .post-thumbnail:hover .post-format-icon,
.blog-posts .type-post.format-quote .post-item.template-standard .post-thumbnail:hover .post-format-icon {
    visibility: visible;
    opacity: 1
}

@media screen and (min-width:992px) {
    .blog-posts.columns-2 > li {
        width: 50%
    }

    .blog-posts.columns-2 > li:nth-child(2n + 1) {
        clear: left
    }
}

@media screen and (min-width:992px) {
    .blog-posts.columns-3 > li {
        width: 33.33333333%
    }

    .blog-posts.columns-3 > li:nth-child(3n + 1) {
        clear: left
    }
}

@media screen and (min-width:992px) {
    .blog-posts.columns-4 > li {
        width: 25%
    }

    .blog-posts.columns-4 > li:nth-child(4n + 1) {
        clear: left
    }
}

.blog-posts.columns-gap-0 {
    margin-left: 0;
    margin-right: 0
}

.blog-posts.columns-gap-0 > li {
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 0
}

.blog-posts.columns-gap-1 {
    margin-left: -.5px;
    margin-right: -.5px
}

.blog-posts.columns-gap-1 > li {
    padding-left: .5px;
    padding-right: .5px;
    margin-bottom: 1px
}

.blog-posts.columns-gap-2 {
    margin-left: -1px;
    margin-right: -1px
}

.blog-posts.columns-gap-2 > li {
    padding-left: 1px;
    padding-right: 1px;
    margin-bottom: 2px
}

.blog-posts.columns-gap-3 {
    margin-left: -1.5px;
    margin-right: -1.5px
}

.blog-posts.columns-gap-3 > li {
    padding-left: 1.5px;
    padding-right: 1.5px;
    margin-bottom: 3px
}

.blog-posts.columns-gap-4 {
    margin-left: -2px;
    margin-right: -2px
}

.blog-posts.columns-gap-4 > li {
    padding-left: 2px;
    padding-right: 2px;
    margin-bottom: 4px
}

.blog-posts.columns-gap-5 {
    margin-left: -2.5px;
    margin-right: -2.5px
}

.blog-posts.columns-gap-5 > li {
    padding-left: 2.5px;
    padding-right: 2.5px;
    margin-bottom: 5px
}

.blog-posts.columns-gap-6 {
    margin-left: -3px;
    margin-right: -3px
}

.blog-posts.columns-gap-6 > li {
    padding-left: 3px;
    padding-right: 3px;
    margin-bottom: 6px
}

.blog-posts.columns-gap-7 {
    margin-left: -3.5px;
    margin-right: -3.5px
}

.blog-posts.columns-gap-7 > li {
    padding-left: 3.5px;
    padding-right: 3.5px;
    margin-bottom: 7px
}

.blog-posts.columns-gap-8 {
    margin-left: -4px;
    margin-right: -4px
}

.blog-posts.columns-gap-8 > li {
    padding-left: 4px;
    padding-right: 4px;
    margin-bottom: 8px
}

.blog-posts.columns-gap-9 {
    margin-left: -4.5px;
    margin-right: -4.5px
}

.blog-posts.columns-gap-9 > li {
    padding-left: 4.5px;
    padding-right: 4.5px;
    margin-bottom: 9px
}

.blog-posts.columns-gap-10 {
    margin-left: -5px;
    margin-right: -5px
}

.blog-posts.columns-gap-10 > li {
    padding-left: 5px;
    padding-right: 5px;
    margin-bottom: 10px
}

.blog-posts.columns-gap-11 {
    margin-left: -5.5px;
    margin-right: -5.5px
}

.blog-posts.columns-gap-11 > li {
    padding-left: 5.5px;
    padding-right: 5.5px;
    margin-bottom: 11px
}

.blog-posts.columns-gap-12 {
    margin-left: -6px;
    margin-right: -6px
}

.blog-posts.columns-gap-12 > li {
    padding-left: 6px;
    padding-right: 6px;
    margin-bottom: 12px
}

.blog-posts.columns-gap-13 {
    margin-left: -6.5px;
    margin-right: -6.5px
}

.blog-posts.columns-gap-13 > li {
    padding-left: 6.5px;
    padding-right: 6.5px;
    margin-bottom: 13px
}

.blog-posts.columns-gap-14 {
    margin-left: -7px;
    margin-right: -7px
}

.blog-posts.columns-gap-14 > li {
    padding-left: 7px;
    padding-right: 7px;
    margin-bottom: 14px
}

.blog-posts.columns-gap-15 {
    margin-left: -7.5px;
    margin-right: -7.5px
}

.blog-posts.columns-gap-15 > li {
    padding-left: 7.5px;
    padding-right: 7.5px;
    margin-bottom: 15px
}

.blog-posts.columns-gap-16 {
    margin-left: -8px;
    margin-right: -8px
}

.blog-posts.columns-gap-16 > li {
    padding-left: 8px;
    padding-right: 8px;
    margin-bottom: 16px
}

.blog-posts.columns-gap-17 {
    margin-left: -8.5px;
    margin-right: -8.5px
}

.blog-posts.columns-gap-17 > li {
    padding-left: 8.5px;
    padding-right: 8.5px;
    margin-bottom: 17px
}

.blog-posts.columns-gap-18 {
    margin-left: -9px;
    margin-right: -9px
}

.blog-posts.columns-gap-18 > li {
    padding-left: 9px;
    padding-right: 9px;
    margin-bottom: 18px
}

.blog-posts.columns-gap-19 {
    margin-left: -9.5px;
    margin-right: -9.5px
}

.blog-posts.columns-gap-19 > li {
    padding-left: 9.5px;
    padding-right: 9.5px;
    margin-bottom: 19px
}

.blog-posts.columns-gap-20 {
    margin-left: -10px;
    margin-right: -10px
}

.blog-posts.columns-gap-20 > li {
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 20px
}

.blog-posts.columns-gap-21 {
    margin-left: -10.5px;
    margin-right: -10.5px
}

.blog-posts.columns-gap-21 > li {
    padding-left: 10.5px;
    padding-right: 10.5px;
    margin-bottom: 21px
}

.blog-posts.columns-gap-22 {
    margin-left: -11px;
    margin-right: -11px
}

.blog-posts.columns-gap-22 > li {
    padding-left: 11px;
    padding-right: 11px;
    margin-bottom: 22px
}

.blog-posts.columns-gap-23 {
    margin-left: -11.5px;
    margin-right: -11.5px
}

.blog-posts.columns-gap-23 > li {
    padding-left: 11.5px;
    padding-right: 11.5px;
    margin-bottom: 23px
}

.blog-posts.columns-gap-24 {
    margin-left: -12px;
    margin-right: -12px
}

.blog-posts.columns-gap-24 > li {
    padding-left: 12px;
    padding-right: 12px;
    margin-bottom: 24px
}

.blog-posts.columns-gap-25 {
    margin-left: -12.5px;
    margin-right: -12.5px
}

.blog-posts.columns-gap-25 > li {
    padding-left: 12.5px;
    padding-right: 12.5px;
    margin-bottom: 25px
}

.blog-posts.columns-gap-26 {
    margin-left: -13px;
    margin-right: -13px
}

.blog-posts.columns-gap-26 > li {
    padding-left: 13px;
    padding-right: 13px;
    margin-bottom: 26px
}

.blog-posts.columns-gap-27 {
    margin-left: -13.5px;
    margin-right: -13.5px
}

.blog-posts.columns-gap-27 > li {
    padding-left: 13.5px;
    padding-right: 13.5px;
    margin-bottom: 27px
}

.blog-posts.columns-gap-28 {
    margin-left: -14px;
    margin-right: -14px
}

.blog-posts.columns-gap-28 > li {
    padding-left: 14px;
    padding-right: 14px;
    margin-bottom: 28px
}

.blog-posts.columns-gap-29 {
    margin-left: -14.5px;
    margin-right: -14.5px
}

.blog-posts.columns-gap-29 > li {
    padding-left: 14.5px;
    padding-right: 14.5px;
    margin-bottom: 29px
}

.blog-posts.columns-gap-30 {
    margin-left: -15px;
    margin-right: -15px
}

.blog-posts.columns-gap-30 > li {
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 30px
}

.blog-posts.columns-gap-31 {
    margin-left: -15.5px;
    margin-right: -15.5px
}

.blog-posts.columns-gap-31 > li {
    padding-left: 15.5px;
    padding-right: 15.5px;
    margin-bottom: 31px
}

.blog-posts.columns-gap-32 {
    margin-left: -16px;
    margin-right: -16px
}

.blog-posts.columns-gap-32 > li {
    padding-left: 16px;
    padding-right: 16px;
    margin-bottom: 32px
}

.blog-posts.columns-gap-33 {
    margin-left: -16.5px;
    margin-right: -16.5px
}

.blog-posts.columns-gap-33 > li {
    padding-left: 16.5px;
    padding-right: 16.5px;
    margin-bottom: 33px
}

.blog-posts.columns-gap-34 {
    margin-left: -17px;
    margin-right: -17px
}

.blog-posts.columns-gap-34 > li {
    padding-left: 17px;
    padding-right: 17px;
    margin-bottom: 34px
}

.blog-posts.columns-gap-35 {
    margin-left: -17.5px;
    margin-right: -17.5px
}

.blog-posts.columns-gap-35 > li {
    padding-left: 17.5px;
    padding-right: 17.5px;
    margin-bottom: 35px
}

.blog-posts.columns-gap-36 {
    margin-left: -18px;
    margin-right: -18px
}

.blog-posts.columns-gap-36 > li {
    padding-left: 18px;
    padding-right: 18px;
    margin-bottom: 36px
}

.blog-posts.columns-gap-37 {
    margin-left: -18.5px;
    margin-right: -18.5px
}

.blog-posts.columns-gap-37 > li {
    padding-left: 18.5px;
    padding-right: 18.5px;
    margin-bottom: 37px
}

.blog-posts.columns-gap-38 {
    margin-left: -19px;
    margin-right: -19px
}

.blog-posts.columns-gap-38 > li {
    padding-left: 19px;
    padding-right: 19px;
    margin-bottom: 38px
}

.blog-posts.columns-gap-39 {
    margin-left: -19.5px;
    margin-right: -19.5px
}

.blog-posts.columns-gap-39 > li {
    padding-left: 19.5px;
    padding-right: 19.5px;
    margin-bottom: 39px
}

.blog-posts.columns-gap-40 {
    margin-left: -20px;
    margin-right: -20px
}

.blog-posts.columns-gap-40 > li {
    padding-left: 20px;
    padding-right: 20px;
    margin-bottom: 40px
}

.blog-posts.columns-gap-41 {
    margin-left: -20.5px;
    margin-right: -20.5px
}

.blog-posts.columns-gap-41 > li {
    padding-left: 20.5px;
    padding-right: 20.5px;
    margin-bottom: 41px
}

.blog-posts.columns-gap-42 {
    margin-left: -21px;
    margin-right: -21px
}

.blog-posts.columns-gap-42 > li {
    padding-left: 21px;
    padding-right: 21px;
    margin-bottom: 42px
}

.blog-posts.columns-gap-43 {
    margin-left: -21.5px;
    margin-right: -21.5px
}

.blog-posts.columns-gap-43 > li {
    padding-left: 21.5px;
    padding-right: 21.5px;
    margin-bottom: 43px
}

.blog-posts.columns-gap-44 {
    margin-left: -22px;
    margin-right: -22px
}

.blog-posts.columns-gap-44 > li {
    padding-left: 22px;
    padding-right: 22px;
    margin-bottom: 44px
}

.blog-posts.columns-gap-45 {
    margin-left: -22.5px;
    margin-right: -22.5px
}

.blog-posts.columns-gap-45 > li {
    padding-left: 22.5px;
    padding-right: 22.5px;
    margin-bottom: 45px
}

.blog-posts.columns-gap-46 {
    margin-left: -23px;
    margin-right: -23px
}

.blog-posts.columns-gap-46 > li {
    padding-left: 23px;
    padding-right: 23px;
    margin-bottom: 46px
}

.blog-posts.columns-gap-47 {
    margin-left: -23.5px;
    margin-right: -23.5px
}

.blog-posts.columns-gap-47 > li {
    padding-left: 23.5px;
    padding-right: 23.5px;
    margin-bottom: 47px
}

.blog-posts.columns-gap-48 {
    margin-left: -24px;
    margin-right: -24px
}

.blog-posts.columns-gap-48 > li {
    padding-left: 24px;
    padding-right: 24px;
    margin-bottom: 48px
}

.blog-posts.columns-gap-49 {
    margin-left: -24.5px;
    margin-right: -24.5px
}

.blog-posts.columns-gap-49 > li {
    padding-left: 24.5px;
    padding-right: 24.5px;
    margin-bottom: 49px
}

.blog-posts.columns-gap-50 {
    margin-left: -25px;
    margin-right: -25px
}

.blog-posts.columns-gap-50 > li {
    padding-left: 25px;
    padding-right: 25px;
    margin-bottom: 50px
}

.single-post .post:after, .single-post .post:before {
    content: " ";
    display: table
}

.single-post .post:after {
    clear: both
}

.single-post .post:after, .single-post .post:before {
    content: " ";
    display: table
}

.single-post .post:after {
    clear: both
}

.single-post .post--column {
    float: left;
    width: 100%;
    padding: 0 15px
}

.single-post .post .post-image {
    padding: 0 15px
}

.single-post .post .entry-header {
    margin-bottom: 30px
}

.single-post .post .entry-header .post-title {
    font-size: 26px;
    margin: 0
}

.single-post .post .entry-header + .post-meta-only {
    margin-top: -10px
}

.single-post .post .post-content {
    margin-bottom: 20px
}

.single-post .post .post-tags {
    margin-bottom: 30px
}

.single-post .post .post-tags a {
    display: inline-block;
    background-color: #efefef;
    color: #333;
    padding: 5px 10px;
    line-height: 1;
    font-size: 13px
}

.single-post .post .post-tags a:hover {
    background-color: #e0e0e0
}

.single-post .post .post-share-networks {
    margin-bottom: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media screen and (max-width:768px) {
    .single-post .post .post-share-networks {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

.single-post .post .post-share-networks .networks-list, .single-post .post .post-share-networks .share-title {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.single-post .post .post-share-networks .share-title {
    margin-right: 20px;
    font-size: 19px;
    line-height: 1
}

.single-post .post .post-share-networks .networks-list a {
    margin-right: 10px
}

@media screen and (max-width:480px) {
    .single-post .post .post-share-networks {
        text-align: center;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .single-post .post .post-share-networks .networks-list, .single-post .post .post-share-networks .share-title {
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1
    }

    .single-post .post .post-share-networks .share-title {
        margin-bottom: 15px;
        margin-right: 0
    }
}

.single-post .post .post-share-networks--style-plain a.facebook:hover,
.single-post .post .post-share-networks--style-plain a.facebook:hover i {
    color: #3b5998
}

.single-post .post .post-share-networks--style-plain a.twitter:hover,
.single-post .post .post-share-networks--style-plain a.twitter:hover i {
    color: #55acee
}

.single-post .post .post-share-networks--style-plain a.instagram:hover,
.single-post .post .post-share-networks--style-plain a.instagram:hover i {
    color: #3f729b
}

.single-post .post .post-share-networks--style-plain a.dribbble:hover,
.single-post .post .post-share-networks--style-plain a.dribbble:hover i {
    color: #ea4c89
}

.single-post .post .post-share-networks--style-plain a.behance:hover,
.single-post .post .post-share-networks--style-plain a.behance:hover i {
    color: #1769ff
}

.single-post .post .post-share-networks--style-plain a.deviantart:hover,
.single-post .post .post-share-networks--style-plain a.deviantart:hover i {
    color: #05cc47
}

.single-post .post .post-share-networks--style-plain a.flickr:hover,
.single-post .post .post-share-networks--style-plain a.flickr:hover i {
    color: #0063dc
}

.single-post .post .post-share-networks--style-plain a.pinterest:hover,
.single-post .post .post-share-networks--style-plain a.pinterest:hover i {
    color: #cc2127
}

.single-post .post .post-share-networks--style-plain a.google-plus:hover,
.single-post .post .post-share-networks--style-plain a.google-plus:hover i,
.single-post .post .post-share-networks--style-plain a.google:hover,
.single-post .post .post-share-networks--style-plain a.google:hover i {
    color: #dd4b39
}

.single-post .post .post-share-networks--style-plain a.linkedin:hover,
.single-post .post .post-share-networks--style-plain a.linkedin:hover i {
    color: #0976b4
}

.single-post .post .post-share-networks--style-plain a.vk:hover,
.single-post .post .post-share-networks--style-plain a.vk:hover i,
.single-post .post .post-share-networks--style-plain a.vkontakte:hover,
.single-post .post .post-share-networks--style-plain a.vkontakte:hover i {
    color: #45668e
}

.single-post .post .post-share-networks--style-plain a.houzz:hover,
.single-post .post .post-share-networks--style-plain a.houzz:hover i {
    color: #7ac142
}

.single-post .post .post-share-networks--style-plain a.social-500px:hover,
.single-post .post .post-share-networks--style-plain a.social-500px:hover i {
    color: #0099e5
}

.single-post .post .post-share-networks--style-plain a.youtube:hover,
.single-post .post .post-share-networks--style-plain a.youtube:hover i {
    color: #e52d27
}

.single-post .post .post-share-networks--style-plain a.delicious:hover,
.single-post .post .post-share-networks--style-plain a.delicious:hover i {
    color: #39f
}

.single-post .post .post-share-networks--style-plain a.tumblr:hover,
.single-post .post .post-share-networks--style-plain a.tumblr:hover i {
    color: #35465c
}

.single-post .post .post-share-networks--style-plain a.soundcloud:hover,
.single-post .post .post-share-networks--style-plain a.soundcloud:hover i {
    color: #f80
}

.single-post .post .post-share-networks--style-plain a.snapchat.dark:hover,
.single-post .post .post-share-networks--style-plain a.snapchat.dark:hover i,
.single-post .post .post-share-networks--style-plain a.snapchat:hover,
.single-post .post .post-share-networks--style-plain a.snapchat:hover i {
    color: #fffc00
}

.single-post .post .post-share-networks--style-plain a.xing:hover,
.single-post .post .post-share-networks--style-plain a.xing:hover i {
    color: #026466
}

.single-post .post .post-share-networks--style-plain a.spotify:hover,
.single-post .post .post-share-networks--style-plain a.spotify:hover i {
    color: #2ebd59
}

.single-post .post .post-share-networks--style-plain a.email:hover,
.single-post .post .post-share-networks--style-plain a.email:hover i {
    color: #666
}

.single-post .post .post-share-networks--style-plain a.skype:hover,
.single-post .post .post-share-networks--style-plain a.skype:hover i {
    color: #00aff0
}

.single-post .post .post-share-networks--style-plain a.github:hover,
.single-post .post .post-share-networks--style-plain a.github:hover i {
    color: #4183c4
}

.single-post .post .post-share-networks--style-plain a.foursquare:hover,
.single-post .post .post-share-networks--style-plain a.foursquare:hover i {
    color: #f94877
}

.single-post .post .post-share-networks--style-plain a.vimeo:hover,
.single-post .post .post-share-networks--style-plain a.vimeo:hover i {
    color: #1ab7ea
}

.single-post .post .post-share-networks--style-plain a.yelp:hover,
.single-post .post .post-share-networks--style-plain a.yelp:hover i {
    color: #af0606
}

.single-post .post .post-share-networks--style-plain a.tripadvisor:hover,
.single-post .post .post-share-networks--style-plain a.tripadvisor:hover i {
    color: #00af87
}

.single-post .post .post-share-networks--style-plain a.custom:hover,
.single-post .post .post-share-networks--style-plain a.custom:hover i {
    color: #00b19e
}

.single-post .post .post-share-networks--style-plain a.facebook:after {
    background-color: #3b5998
}

.single-post .post .post-share-networks--style-plain a.twitter:after {
    background-color: #55acee
}

.single-post .post .post-share-networks--style-plain a.instagram:after {
    background-color: #3f729b
}

.single-post .post .post-share-networks--style-plain a.dribbble:after {
    background-color: #ea4c89
}

.single-post .post .post-share-networks--style-plain a.behance:after {
    background-color: #1769ff
}

.single-post .post .post-share-networks--style-plain a.deviantart:after {
    background-color: #05cc47
}

.single-post .post .post-share-networks--style-plain a.flickr:after {
    background-color: #0063dc
}

.single-post .post .post-share-networks--style-plain a.pinterest:after {
    background-color: #cc2127
}

.single-post .post .post-share-networks--style-plain a.google-plus:after,
.single-post .post .post-share-networks--style-plain a.google:after {
    background-color: #dd4b39
}

.single-post .post .post-share-networks--style-plain a.linkedin:after {
    background-color: #0976b4
}

.single-post .post .post-share-networks--style-plain a.vk:after,
.single-post .post .post-share-networks--style-plain a.vkontakte:after {
    background-color: #45668e
}

.single-post .post .post-share-networks--style-plain a.houzz:after {
    background-color: #7ac142
}

.single-post .post .post-share-networks--style-plain a.social-500px:after {
    background-color: #0099e5
}

.single-post .post .post-share-networks--style-plain a.youtube:after {
    background-color: #e52d27
}

.single-post .post .post-share-networks--style-plain a.delicious:after {
    background-color: #39f
}

.single-post .post .post-share-networks--style-plain a.tumblr:after {
    background-color: #35465c
}

.single-post .post .post-share-networks--style-plain a.soundcloud:after {
    background-color: #f80
}

.single-post .post .post-share-networks--style-plain a.xing:after {
    background-color: #026466
}

.single-post .post .post-share-networks--style-plain a.spotify:after {
    background-color: #2ebd59
}

.single-post .post .post-share-networks--style-plain a.email:after {
    background-color: #666
}

.single-post .post .post-share-networks--style-plain a.skype:after {
    background-color: #00aff0
}

.single-post .post .post-share-networks--style-plain a.github:after {
    background-color: #4183c4
}

.single-post .post .post-share-networks--style-plain a.foursquare:after {
    background-color: #f94877
}

.single-post .post .post-share-networks--style-plain a.vimeo:after {
    background-color: #1ab7ea
}

.single-post .post .post-share-networks--style-plain a.yelp:after {
    background-color: #af0606
}

.single-post .post .post-share-networks--style-plain a.tripadvisor:after {
    background-color: #00af87
}

.single-post .post .post-share-networks--style-plain a.custom:after {
    background-color: #00b19e
}

.single-post .post .post-share-networks--style-icons a {
    position: relative;
    display: inline-block;
    background-color: #eee;
    width: 40px;
    height: 40px;
    -webkit-border-radius: 50%;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 50%;
    -moz-background-clip: padding;
    border-radius: 50%;
    background-clip: padding-box;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

.single-post .post .post-share-networks--style-icons a:after {
    display: none !important
}

.single-post .post .post-share-networks--style-icons a i {
    display: block;
    font-size: 16px;
    color: #333;
    top: 50%;
    left: 50%;
    position: absolute;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.single-post .post .post-share-networks--style-icons a span {
    display: none
}

.single-post .post .post-share-networks--style-icons a:after {
    display: none
}

.single-post .post .post-share-networks--style-icons a:hover {
    background-color: #d5d5d5
}

.single-post .post .post-share-networks--style-icons a.facebook:hover {
    background-color: #3b5998
}

.single-post .post .post-share-networks--style-icons a.twitter:hover {
    background-color: #55acee
}

.single-post .post .post-share-networks--style-icons a.instagram:hover {
    background-color: #3f729b
}

.single-post .post .post-share-networks--style-icons a.dribbble:hover {
    background-color: #ea4c89
}

.single-post .post .post-share-networks--style-icons a.behance:hover {
    background-color: #1769ff
}

.single-post .post .post-share-networks--style-icons a.deviantart:hover {
    background-color: #05cc47
}

.single-post .post .post-share-networks--style-icons a.flickr:hover {
    background-color: #0063dc
}

.single-post .post .post-share-networks--style-icons a.pinterest:hover {
    background-color: #cc2127
}

.single-post .post .post-share-networks--style-icons a.google-plus:hover,
.single-post .post .post-share-networks--style-icons a.google:hover {
    background-color: #dd4b39
}

.single-post .post .post-share-networks--style-icons a.linkedin:hover {
    background-color: #0976b4
}

.single-post .post .post-share-networks--style-icons a.vk:hover,
.single-post .post .post-share-networks--style-icons a.vkontakte:hover {
    background-color: #45668e
}

.single-post .post .post-share-networks--style-icons a.houzz:hover {
    background-color: #7ac142
}

.single-post .post .post-share-networks--style-icons a.social-500px:hover {
    background-color: #0099e5
}

.single-post .post .post-share-networks--style-icons a.youtube:hover {
    background-color: #e52d27
}

.single-post .post .post-share-networks--style-icons a.delicious:hover {
    background-color: #39f
}

.single-post .post .post-share-networks--style-icons a.tumblr:hover {
    background-color: #35465c
}

.single-post .post .post-share-networks--style-icons a.soundcloud:hover {
    background-color: #f80
}

.single-post .post .post-share-networks--style-icons a.xing:hover {
    background-color: #026466
}

.single-post .post .post-share-networks--style-icons a.spotify:hover {
    background-color: #2ebd59
}

.single-post .post .post-share-networks--style-icons a.email:hover {
    background-color: #666
}

.single-post .post .post-share-networks--style-icons a.skype:hover {
    background-color: #00aff0
}

.single-post .post .post-share-networks--style-icons a.github:hover {
    background-color: #4183c4
}

.single-post .post .post-share-networks--style-icons a.foursquare:hover {
    background-color: #f94877
}

.single-post .post .post-share-networks--style-icons a.vimeo:hover {
    background-color: #1ab7ea
}

.single-post .post .post-share-networks--style-icons a.yelp:hover {
    background-color: #af0606
}

.single-post .post .post-share-networks--style-icons a.tripadvisor:hover {
    background-color: #00af87
}

.single-post .post .post-share-networks--style-icons a.custom:hover {
    background-color: #00b19e
}

.single-post .post .post-share-networks--style-icons a:hover i {
    color: #fff
}

.single-post .post .post-share-networks--style-icons a.envelope-o:hover i {
    color: #333
}

.single-post .post .author-info {
    margin-bottom: 30px
}

.single-post .post .author-info--image {
    margin-bottom: 20px
}

.single-post .post .author-info--image a {
    display: block;
    width: 100px
}

.single-post .post .author-info--image .image-placeholder {
    border-radius: 50%;
    overflow: hidden
}

.single-post .post .author-info--details .author-name {
    display: block;
    color: #333;
    font-size: 16px
}

.single-post .post .author-info--details .author-name em {
    display: block;
    font-style: normal;
    color: #898989;
    font-size: 14px
}

.single-post .post .post-meta {
    margin-bottom: 10px;
    font-size: 14px
}

.single-post .post .post-meta i {
    vertical-align: text-top;
    font-size: 15px;
    float: left;
    margin-right: 10px;
    margin-top: 1px
}

.single-post .post .post-meta a {
    color: #333
}

.single-post .post .post-meta-only .post-meta {
    display: inline-block;
    margin-right: 15px;
    margin-bottom: 30px
}

@media screen and (min-width:992px) {
    .author-info--alignment-horizontal.single-post--has-author-info.single-post .post .post-body {
        width: 83.33333333%
    }

    .author-info--alignment-horizontal.single-post--has-author-info.single-post .post .post-author-meta {
        width: 16.66666667%
    }

    .author-info--alignment-left.author-info--alignment-horizontal.single-post--has-author-info.single-post .post .post-body {
        float: right
    }

    .author-info--alignment-right.author-info--alignment-horizontal.single-post--has-author-info.single-post .post .post-author-meta {
        padding-left: 30px
    }
}

@media screen and (max-width:992px) {
    .author-info--alignment-horizontal.single-post--has-author-info.single-post .post .post-author-meta {
        text-align: center;
        margin-bottom: 30px
    }

    .author-info--alignment-horizontal.single-post--has-author-info.single-post .post .post-author-meta .author-info--image {
        display: inline-block
    }

    .author-info--alignment-horizontal.single-post--has-author-info.single-post .post .post-author-meta .post-meta i {
        float: none;
        display: inline-block
    }
}

@media screen and (min-width:992px) {
    .author-info--alignment-bottom.single-post--has-author-info.single-post .post .post-author .author-info {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin-bottom: 30px
    }

    .author-info--alignment-bottom.single-post--has-author-info.single-post .post .post-author .author-info--details,
    .author-info--alignment-bottom.single-post--has-author-info.single-post .post .post-author .author-info--image {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .author-info--alignment-bottom.single-post--has-author-info.single-post .post .post-author .author-info--image {
        margin-bottom: 0;
        margin-right: 20px
    }

    .author-info--alignment-bottom.single-post--has-author-info.single-post .post .post-author .author-info--image a {
        width: 70px
    }

    .author-info--alignment-bottom.single-post--has-author-info.single-post .post .post-author .author-info--details {
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1
    }

    .author-info--alignment-bottom.single-post--has-author-info.single-post .post .post-author .author-info--details .author-name {
        font-size: 22px
    }

    .author-info--alignment-bottom.single-post--has-author-info.single-post .post .post-author .author-info--details .author-name em {
        margin-top: 3px
    }

    .author-info--alignment-bottom.single-post--has-author-info.single-post .post .post-author .author-info--description {
        margin-top: 10px;
        font-size: 14px
    }
}

@media screen and (max-width:992px) {
    .author-info--alignment-bottom.single-post--has-author-info.single-post .post .post-author .author-info {
        text-align: center
    }

    .author-info--alignment-bottom.single-post--has-author-info.single-post .post .post-author .author-info--image {
        display: inline-block
    }

    .author-info--alignment-bottom.single-post--has-author-info.single-post .post .post-author .author-info--description {
        margin-top: 20px
    }
}

.single-post .post .post-navigation {
    margin-bottom: 30px;
    padding-left: 15px;
    padding-right: 15px
}

.single-post .post--full-width-image {
    padding-left: 0;
    padding-right: 0
}

.single-post .post--full-width-image .post-image {
    padding-left: 0;
    padding-right: 0
}

.single-post .post--full-width-image .post-image .featured-image,
.single-post .post--full-width-image .post-image .post-gallery-images .slick-slide a {
    pointer-events: none
}

.single-post .post--full-width-image.format-quote .post-image {
    background-color: #eee
}

.header-absolute.single-post .post--full-width-image.format-quote .post-image {
    padding-top: 150px
}

.single-post .post--full-width-image.format-quote .post-quote {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px
}

@media (min-width:768px) {
    .single-post .post--full-width-image.format-quote .post-quote {
        width: 750px
    }
}

@media (min-width:992px) {
    .single-post .post--full-width-image.format-quote .post-quote {
        width: 970px
    }
}

@media (min-width:1200px) {
    .single-post .post--full-width-image.format-quote .post-quote {
        width: 1170px
    }
}

.single-post .post--full-width-image.format-quote .post-quote blockquote {
    background: 0 0;
    padding-left: 70px
}

.single-post .post--full-width-image.format-quote .post-quote blockquote:before {
    left: 0
}

.single-post .post.attachment .attachment a {
    display: block
}

.single-post .post.attachment .attachment img {
    width: 100%
}

.single-post .post-sidebar {
    padding: 0 15px
}

@media screen and (min-width:992px) {
    .single-post.single-post--has-sidebar .post, .single-post.single-post--has-sidebar .post-sidebar {
        float: left
    }

    .single-post.single-post--has-sidebar .post {
        float: left;
        width: 75%
    }

    .single-post.single-post--has-sidebar .post-sidebar {
        width: 25%
    }

    .single-post.single-post--has-sidebar.author-info--alignment-right.author-info--alignment-horizontal.single-post--has-author-info.single-post .post .post-author-meta {
        padding-left: 15px
    }

    .single-post.single-post--has-sidebar.single-post--sidebar-alignment-left .post {
        float: right
    }
}

.single-post .post-image {
    margin-bottom: 40px
}

.single-post .post-image a {
    display: block
}

.single-post .post-image .post-gallery-images .slick-arrow {
    opacity: .5
}

.single-post .post-image .post-gallery-images:hover .slick-arrow {
    opacity: 1
}

.single-post .post-image .post-quote blockquote {
    position: relative;
    font-size: 26px;
    padding: 30px;
    padding-top: 50px;
    padding-left: 100px
}

.single-post .post-image .post-quote blockquote:before {
    position: absolute;
    content: "“";
    left: 30px;
    top: 30px;
    font-size: 120px;
    line-height: 1
}

@media screen and (max-width:768px) {
    .single-post .post-image .post-quote blockquote:before {
        font-size: 80px
    }
}

.single-post .post-image .post-quote blockquote cite {
    margin-top: 10px;
    font-size: 15px
}

@media screen and (max-width:768px) {
    .single-post .post-image .post-quote blockquote {
        font-size: 18px
    }
}

.single-post .row .post-image {
    padding: 0 15px
}

.single-post .post-comments {
    background-color: #eee;
    position: relative;
    padding: 40px 0
}

.single-post .post-comments--section-title {
    margin-bottom: 20px
}

.single-post .post-comments--section-title h2 {
    font-size: 26px;
    margin-top: 0;
    font-weight: 500
}

.single-post .post-comments--list:after, .single-post .post-comments--list:before {
    content: " ";
    display: table
}

.single-post .post-comments--list:after {
    clear: both
}

.single-post .post-comments--list:after, .single-post .post-comments--list:before {
    content: " ";
    display: table
}

.single-post .post-comments--list:after {
    clear: both
}

.single-post .post-comments--list .comment {
    position: relative;
    width: 100%;
    margin: 30px 0;
    float: right;
    clear: both;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

@media screen and (max-width:768px) {
    .single-post .post-comments--list .comment {
        margin-top: 10px;
        margin-bottom: 10px
    }
}

.single-post .post-comments--list .comment .commenter-details,
.single-post .post-comments--list .comment .commenter-image {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.single-post .post-comments--list .comment .commenter-image {
    position: relative;
    margin-right: 15px
}

.single-post .post-comments--list .comment .commenter-image a {
    z-index: 5
}

.single-post .post-comments--list .comment .commenter-image img {
    border-radius: 50%;
    width: 68px;
    height: 68px
}

@media screen and (max-width:768px) {
    .single-post .post-comments--list .comment .commenter-image img {
        width: 60px;
        height: 60px
    }
}

@media screen and (max-width:480px) {
    .single-post .post-comments--list .comment .commenter-image img {
        width: 40px;
        height: 40px
    }
}

.single-post .post-comments--list .comment .commenter-image .comment-connector {
    border: 1px solid #d0d0d0;
    border-right: 0;
    border-top: 0;
    position: absolute;
    width: 10px;
    height: 50%;
    right: 100%;
    bottom: 100%;
    margin-right: 0;
    visibility: hidden;
    margin-bottom: -34px;
    -webkit-border-bottom-left-radius: 40px;
    -webkit-background-clip: padding-box;
    -moz-border-radius-bottomleft: 40px;
    -moz-background-clip: padding;
    border-bottom-left-radius: 40px;
    background-clip: padding-box
}

@media screen and (max-width:768px) {
    .single-post .post-comments--list .comment .commenter-image .comment-connector {
        margin-bottom: -30px
    }
}

@media screen and (max-width:480px) {
    .single-post .post-comments--list .comment .commenter-image .comment-connector {
        margin-bottom: -20px
    }
}

.single-post .post-comments--list .comment .commenter-image .comment-connector.visible {
    visibility: visible
}

@media screen and (max-width:768px) {
    .single-post .post-comments--list .comment .commenter-image .comment-connector {
        display: none
    }
}

.single-post .post-comments--list .comment .commenter-details {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
}

@media screen and (max-width:768px) {
    .single-post .post-comments--list .comment .commenter-details {
        padding-left: 0;
        padding-top: 0
    }
}

.single-post .post-comments--list .comment .commenter-details .name {
    font-size: 20px;
    margin-bottom: 2px;
    line-height: 1
}

.single-post .post-comments--list .comment .commenter-details .name a {
    font-size: 14px;
    margin-left: 8px
}

.single-post .post-comments--list .comment .commenter-details .in-reply-to {
    display: inline-block
}

@media screen and (min-width:768px) {
    .single-post .post-comments--list .comment .commenter-details .in-reply-to {
        display: none
    }
}

.single-post .post-comments--list .comment .commenter-details .in-reply-to span {
    color: #00b19e
}

.single-post .post-comments--list .comment .commenter-details .date {
    color: #898989;
    font-size: 13px;
    margin-bottom: 15px
}

@media screen and (max-width:480px) {
    .single-post .post-comments--list .comment .commenter-details .date {
        font-size: 13px;
        margin-bottom: 14px
    }
}

.single-post .post-comments--list .comment .commenter-details .comment-text p {
    color: #4d4d4d
}

@media screen and (min-width:768px) {
    .single-post .post-comments--list .comment.depth-2 {
        width: 91.66666667%
    }

    .single-post .post-comments--list .comment.depth-3 {
        width: 83.33333333%
    }

    .single-post .post-comments--list .comment.depth-4 {
        width: 75%
    }

    .single-post .post-comments--list .comment.depth-5 {
        width: 66.66666667%
    }
}

.single-post .post-comments--list .comment-respond {
    position: relative;
    background: #fff;
    width: 100%;
    float: left;
    clear: both;
    margin: 0;
    padding: 40px;
    z-index: 100
}

.single-post .post-comments--list .comment-respond .comment-reply-title {
    font-size: 19px;
    margin: 0;
    position: absolute;
    bottom: 40px;
    text-indent: -99999px
}

.single-post .post-comments--list .comment-respond .comment-reply-title small {
    position: absolute;
    left: 0;
    top: 0;
    color: #00b19e;
    text-indent: 0;
    display: block;
    white-space: nowrap
}

.single-post .post-comments--list .comment-respond .logged-in-as {
    margin-top: 0
}

.single-post .post-comments--list .comment-respond .comment-form {
    margin-top: 0
}

.single-post .post-comments--list .comment-respond .form-submit {
    margin-bottom: 0
}

.single-post .post-comments:before {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 40px 40px 0 0;
    border-color: #fff transparent transparent transparent;
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 100px
}

.single-post .post-comments + .post-comment-form .comment-respond {
    padding: 30px 0
}

.single-post .comment-form {
    margin: 0 -15px;
    margin-top: 40px
}

.single-post .comment-form:after, .single-post .comment-form:before {
    content: " ";
    display: table
}

.single-post .comment-form:after {
    clear: both
}

.single-post .comment-form:after, .single-post .comment-form:before {
    content: " ";
    display: table
}

.single-post .comment-form:after {
    clear: both
}

.single-post .comment-form > p {
    float: left;
    padding: 0 15px;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 20px
}

.single-post .comment-form > p.logged-in-as {
    margin-top: -30px
}

.single-post .comment-form > p.labeled-input-row {
    width: 33.33333333%
}

@media screen and (max-width:768px) {
    .single-post .comment-form > p.labeled-input-row {
        width: 100%
    }
}

.single-post .comment-form > p.form-submit {
    text-align: right;
    margin-top: 20px
}

.single-post .comment-form.fields-odd .labeled-input-row {
    width: 50%
}

@media screen and (max-width:768px) {
    .single-post .comment-form.fields-odd .labeled-input-row {
        width: 100%
    }
}

body, html {
    height: 100%
}

b, strong {
    font-weight: 500
}

a:focus {
    text-decoration: none
}

a:active, a:focus, a:hover {
    outline: 0
}

p {
    color: #555;
    text-rendering: optimizeLegibility;
}

@media screen and (max-width:768px) {
    p {
        text-rendering: optimizeSpeed;
    }
}

hr {
    border-color: #e0e0e0;
}

blockquote {
    font-size: 17px;
    font-style: italic;
    line-height: 30px;
    text-align: left;
    border-left: 3px solid #eee;
    font-family: Georgia, "Times New Roman", Times, serif
}

::-moz-selection {
    background: #fbc441;
    color: #fff
}
/*
::selection {
    background: #fbc441;
    color: #fff
}
*/

::-moz-selection {
    background: #fbc441;
    color: #fff
}

:focus {
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none
}

html input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 1000px #fff inset;
    box-shadow: 0 0 0 1000px #fff inset
}

@media screen and (max-width:768px) {
    .container {
        width: 100%
    }
}

.blog-posts .post-item .post-thumbnail .post-gallery-images li > a:after,
.blog-posts .post-item.columned .post-thumbnail > a:after, .blog-posts .post-item.template-standard .post-thumbnail > a:after,
.coming-soon-container .social-networks-env a:after, .dropdown a:after,
.go-to-top:after, .header-search-input .search-icon a:after, .kalium-wpml-language-switcher .languages-list a:after,
.logos-holder .c-logo .hover-state a:after, .main-header.menu-type-full-bg-menu .full-screen-menu .full-menu-footer .social-networks li a:after,
.menu-bar:after, .menu-cart-icon-container .cart-icon-link:after,
.menu-cart-icon-container .lab-wc-mini-cart-contents .cart-items .cart-item .product-details h3 a:after,
.menu-cart-icon-container .lab-wc-mini-cart-contents .cart-items .cart-item .product-image a:after,
.nohover:after, .pagination--infinite-scroll .pagination--infinite-scroll-show-more:after,
.pagination--normal .page-numbers.next:after, .pagination--normal .page-numbers.prev:after,
.portfolio-holder .dribbble-container .dribbble_shot a:after, .portfolio-holder .item-box .photo a:after,
.portfolio-holder .portfolio-item.masonry-portfolio-item .masonry-box .masonry-thumb:after,
.portfolio-holder .thumb .hover-state .likes a:after, .post-formatting .gallery .gallery-item a:after,
.post-navigation a:after, .search-results-holder .result-box .result-image a:after,
.show-more .reveal-button a:after, .single-portfolio-holder .gallery .photo:after,
.single-portfolio-holder .gallery .photo > a:after, .single-portfolio-holder .gallery .portfolio-images-slider a:after,
.single-portfolio-holder .portfolio-featured-image a:after, .single-portfolio-holder .portfolio-navigation a:after,
.single-portfolio-holder .social-links-plain .likes .like-btn span:after,
.single-portfolio-holder .social-links-plain .likes .like-btn:after,
.single-portfolio-holder.portfolio-type-5 #portfolio-description-container .portfolio-description-fullinfo .collapse-project-info:after,
.single-portfolio-holder.portfolio-type-5 #portfolio-description-container .portfolio-description-showinfo .expand-project-info:after,
.single-portfolio-holder.portfolio-type-5 .portfolio-slider-nav a:after,
.single-portfolio-holder.portfolio-type-6 .lightbox-featured-image:after,
.single-post .post .author-info--details .author-name:after, .single-post .post .author-info--image a:after,
.single-post .post-comments--list .comment .commenter-image a:after,
.single-post .post-image .post-gallery-images li > a:after, .single-post .post-image a:after,
.single-post .post.attachment .attachment a:after, .site-footer .footer-collapse-link:after,
.social-networks.textual.colored-bg a:after, .social-networks.textual.colored-bg-hover a:after,
.top-menu-container .close-top-menu:after, .widget .product_list_widget li .item-image a:after,
.widget.null-instagram-feed .instagram-pics li a:after, .widget.widget_calendar table tfoot a:after,
.widget.widget_media_gallery .gallery .gallery-item a:after, .widget.widget_recent_reviews li a:after,
.wpb_wrapper .icon-box-container .vc_icon_element a:after, .wpb_wrapper .lab-blog-posts .blog-post-entry .blog-post-content-container .blog-post-title a:after,
.wpb_wrapper .lab-blog-posts .blog-post-entry .blog-post-image a:after,
.wpb_wrapper .lab-vc-social-networks.display-type-rounded-icons .social-networks li a:after,
.wpb_wrapper .vc_images_carousel a:after, .wpb_wrapper .vc_tta-accordion .vc_tta-panel .vc_tta-panel-heading h4 a:after,
.wpb_wrapper .vc_tta-tabs.vc_tta-style-theme-styled .vc_tta-tabs-list li a:after,
.wpb_wrapper .vc_tta-tabs.vc_tta-style-theme-styled-minimal .vc_tta-tabs-list li a:after,
.wpb_wrapper .wpb_accordion .wpb_accordion_section .wpb_accordion_header a:after,
.wpb_wrapper .wpb_gallery a:after, .wpb_wrapper .wpb_single_image a:after,
.wpb_wrapper .wpb_tabs.tabs-style-default .ui-tabs .wpb_tabs_nav li a:after,
.wpb_wrapper .wpb_tabs.tabs-style-minimal .ui-tabs .wpb_tabs_nav li a:after,
.wpb_wrapper .wpb_text_column a[rel^=attachment]:after, a.button:after {
    display: none
}

.back-to-portfolio:after, .btn:after, .coming-soon-container .message-container .logo:after,
.header-logo:after, .logos-holder:after, .menu-bar:after, .nh:after,
.sidebar-menu-wrapper .sidebar-menu-container .sidebar-menu-close:after,
.single-post .post .post-tags a:after, a.social-share-icon:after {
    display: none !important
}

.blog-posts .post-item .post-thumbnail .post-format-icon, .blog-posts .post-item .post-thumbnail .post-hover,
.coming-soon-container .social-networks-env a, .dropdown .dropdown-menu li a,
.dropdown .dropdown-menu.fade, .dropdown .dropdown-menu.fade li, .go-to-top,
.main-header.menu-type-full-bg-menu .full-screen-menu .full-menu-footer .social-networks li a,
.main-header.menu-type-standard-menu .standard-menu-container.dropdown-caret .menu > .menu-item-has-children > a > span:after,
.menu-bar .hide-menu-text, .menu-bar .show-menu-text, .menu-cart-icon-container,
.menu-cart-icon-container .cart-icon-link .items-count.cart-items-0,
.menu-cart-icon-container .lab-wc-mini-cart-contents .cart-action-buttons .cart-subtotal,
.menu-cart-icon-container .lab-wc-mini-cart-contents .cart-action-buttons .mc-buttons-container .go-to-cart a,
.menu-cart-icon-container .lab-wc-mini-cart-contents .cart-action-buttons .mc-buttons-container .go-to-checkout a,
.menu-cart-icon-container .lab-wc-mini-cart-contents .cart-items,
.menu-cart-icon-container .lab-wc-mini-cart-contents .cart-items .cart-item,
.menu-cart-icon-container .lab-wc-mini-cart-contents .cart-items .cart-item .product-details h3 a,
.menu-cart-icon-container.is-loading.menu-cart-icon-container .cart-icon-link i,
.mobile-menu-wrapper .mobile-menu-container .cart-icon-link-mobile-container a,
.mobile-menu-wrapper .mobile-menu-container .search-form label, .mobile-menu-wrapper .mobile-menu-container div.menu > ul li a,
.mobile-menu-wrapper .mobile-menu-container ul.menu li a, .pagination--infinite-scroll .pagination--infinite-scroll-show-more,
.pagination--infinite-scroll .pagination--infinite-scroll-show-more .all-items-shown,
.pagination--infinite-scroll .pagination--infinite-scroll-show-more .loading-spinner,
.pagination--infinite-scroll .pagination--infinite-scroll-show-more .show-more-text,
.pagination--normal .page-numbers, .pagination-container a.page-numbers,
.pagination-container span.page-numbers, .post-navigation a em, .post-navigation a i,
.post-navigation a strong, .product-filter ul li.subcategory-back a,
.product-filter ul li.subcategory-back a i, .sidebar-menu-wrapper.dropdown-caret .menu .menu-item-has-children > a > span:after,
.single-post .post .post-tags a, .top-menu div.menu > ul > li ul > li > a, .top-menu ul.menu > li ul > li > a,
.transall, .video-js, .widget .product_list_widget .remove, .widget.null-instagram-feed .instagram-pics li a,
.widget.widget_tag_cloud a,
.wpb_wrapper .lab-blog-posts .blog-post-entry .blog-post-content-container .blog-post-title a,
.wpb_wrapper .lab-blog-posts .blog-post-entry .blog-post-image a .hover-display,
.wpb_wrapper .lab-vc-products-carousel .products .nextprev-arrow {
    -webkit-transition: all 250ms cubic-bezier(.445, .05, .55, .95);
    transition: all 250ms cubic-bezier(.445, .05, .55, .95)
}

.base-border-radius,
input[type=text], input[type=number], input[type=email], input[type=password],
input[type=url], input[type=tel], textarea {
    border-radius: 2px
}

.clear {
    clear: both
}

@media screen and (max-width:991px) {
    .clear-sm {
        clear: both
    }
}

@media screen and (min-width:992px) {
    .clear-md {
        clear: both
    }
}

.no-padding {
    padding: 0 !important
}

.no-top-margin {
    margin-top: 0 !important
}

.no-bottom-margin {
    margin-bottom: 0 !important
}

.no-left-margin {
    margin-left: 0 !important
}

.no-right-margin {
    margin-right: 0 !important
}

.no-animation, .no-transitions {
    -webkit-transition: none !important;
    transition: none !important
}

.display-inline-block {
    display: inline-block !important
}

.display-inline {
    display: inline !important
}

.display-block {
    display: block
}

.is-fixed {
    position: fixed !important
}

.is-absolute {
    position: absolute !important
}

.overflow-hidden {
    overflow: hidden !important
}

.opacity-none {
    opacity: 0 !important
}

.is-relative {
    position: relative !important
}

.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important
}

.skin--brand-primary {
    color: #00b19e
}

.skin-bg--brand-primary {
    background-color: #00b19e
}

input[type=text], input[type=number], input[type=email], input[type=password],
input[type=url], input[type=tel], textarea {
    color: #333;
    border: 1px solid #eee;
    background-color: #fff;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 6px 12px;
    outline: 0;
    border-radius: 0
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
    input[type=text], input[type=number], input[type=email], input[type=password],
    input[type=url], input[type=tel], textarea {
        font-size: 16px
    }
}

input[type=tel] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

label {
    font-weight: 400
}

input[type=text], input[type=number], input[type=email], input[type=password],
input[type=url], input[type=tel] {
    color: #333
}

textarea {
    resize: vertical
}

select {
    border: 1px solid #eee;
    width: 100%;
    border-radius: 0;
    background-color: #fff;
    color: #333;
    height: 31px;
    line-height: 31px
}

.labeled-input-row, .labeled-textarea-row {
    position: relative
}

.labeled-input-row label, .labeled-textarea-row label {
    margin-bottom: 0;
    border-bottom: 1px solid #00b19e;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: #333
}

.labeled-input-row label .required, .labeled-textarea-row label .required {
    margin-left: 5px
}

.labeled-input-row input, .labeled-input-row textarea, .labeled-textarea-row input,
.labeled-textarea-row textarea {
    border-radius: 0
}

.labeled-input-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.labeled-input-row input, .labeled-input-row label, .labeled-input-row--label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-item-align: stretch;
    align-self: stretch;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.labeled-input-row label {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    white-space: nowrap
}

.labeled-input-row input {
    padding-left: 15px;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    border: 0;
    border-bottom: 1px solid #eee;
    background-color: transparent;
    min-width: 0
}

.labeled-input-row--label {
    border-bottom: 1px solid #eee
}

.labeled-input-row--label label {
    margin-bottom: -1px
}

.labeled-textarea-row label {
    font-weight: 400;
    padding: 10px 0;
    margin-bottom: -1px;
    z-index: 2
}

.labeled-textarea-row textarea {
    display: block;
    width: 100%;
    height: 174px;
    resize: vertical;
    padding: 0;
    padding-top: 10px;
    line-height: 41px;
    background-color: transparent;
    background-image: linear-gradient(#eee 1px, transparent 1px);
    background-attachment: local;
    background-size: 100% 41px;
    border: 0;
    z-index: 1
}

.alternate-checkbox, .alternate-radio {
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.alternate-checkbox:before, .alternate-radio:before {
    position: relative;
    display: inline-block;
    content: '';
    width: 16px;
    height: 16px;
    border: 1px solid #eee;
    margin-right: 6px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    cursor: pointer;
    vertical-align: middle;
    top: -1px;
    -webkit-box-shadow: inset 0 0 0 3px #fff;
    box-shadow: inset 0 0 0 3px #fff;
    -webkit-transition: background 150ms;
    transition: background 150ms
}

.alternate-checkbox label, .alternate-radio label, label.alternate-checkbox,
label.alternate-radio {
    cursor: pointer
}

.alternate-checkbox input[type=checkbox], .alternate-checkbox input[type=radio],
.alternate-radio input[type=checkbox], .alternate-radio input[type=radio] {
    position: absolute;
    visibility: hidden;
    left: -9999px
}

.alternate-checkbox--checked:before, .alternate-radio--checked:before {
    background: #00b19e
}

.alternate-radio:before {
    border-radius: 50%
}

.button {
    background: #00b19e;
    border: 0;
    color: #fff;
    line-height: 1;
    padding: 12px 30px;
    -webkit-transition: all 180ms ease-in-out;
    transition: all 180ms ease-in-out;
    border-radius: 0
}

a.button:hover {
    color: #fff
}

.button.button-block {
    display: block;
    width: 100%;
    text-align: center
}

.button:hover {
    background: #00a290
}

.button:active {
    -webkit-box-shadow: inset 0 10px 10px -10px rgba(0, 0, 0, .3);
    box-shadow: inset 0 10px 10px -10px rgba(0, 0, 0, .3);
    background: #009887;
    -webkit-transition: none;
    transition: none
}

.button:disabled {
    cursor: not-allowed
}

.button-secondary {
    background-color: #eee;
    color: #333
}

.button-secondary:active, .button-secondary:hover
{
    color: #333
}

a.button-secondary:active, a.button-secondary:hover
{
    color: #333
}

.button-secondary:hover
{
    background: #e6e6e6
}

.button-secondary:active
{
    background: #e1e1e1;
    -webkit-box-shadow: inset 0 10px 10px -10px rgba(0, 0, 0, .15);
    box-shadow: inset 0 10px 10px -10px rgba(0, 0, 0, .15)
}

.button-normal {
    padding: 12px 20px
}

.button-small
{
    padding: 8px 20px
}

.dropdown .dropdown-toggle {
    border: 0;
    background: 0 0;
    padding: 10px 0;
    width: 100%;
    text-align: left
}

@media screen and (max-width:768px) {
    .dropdown .dropdown-toggle {
        background-color: #eee;
        padding: 10px 15px
    }
}

.dropdown .dropdown-toggle i {
    float: right;
    margin-left: 15px
}

.dropdown .dropdown-menu {
    width: auto;
    -webkit-box-shadow: none;
    box-shadow: none;
    background: #eee;
    padding: 0;
    border: 0;
    border-radius: 0
}

@media screen and (max-width:768px) {
    .dropdown .dropdown-menu {
        width: 100%
    }
}

.dropdown .dropdown-menu li a {
    position: relative;
    background-color: transparent;
    padding: 10px 15px;
    font-size: 14px;
    color: #898989
}

.dropdown .dropdown-menu li a:before {
    position: absolute;
    content: '';
    display: block;
    left: 15px;
    right: 15px;
    top: 0;
    height: 1px;
    background: #e1e1e1
}

@media screen and (min-width:768px) {
    .dropdown .dropdown-menu li:first-child a:before {
        display: none
    }
}

.dropdown .dropdown-menu li a:hover {
    color: #333
}

.dropdown .dropdown-menu li.active a {
    background-color: transparent;
    color: #00b19e
}

.dropdown .dropdown-menu.fade {
    display: block;
    visibility: hidden;
    opacity: 0;
    margin-top: 5px;
    -webkit-transform: scale(.98);
    transform: scale(.98)
}

.dropdown .dropdown-menu.fade li {
    display: block;
    opacity: 0;
    top: 5px
}

.dropdown.open .dropdown-toggle i {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.dropdown.open .dropdown-menu.fade {
    visibility: visible;
    opacity: 1;
    margin-top: 0;
    -webkit-transform: scale(1);
    transform: scale(1)
}

.dropdown.open .dropdown-menu.fade li {
    opacity: 1;
    top: 0
}

.change-search-keyword-wrapper {
    position: relative;
    display: inline-block;
    min-width: 20px;
    max-width: 50%
}

.change-search-keyword-wrapper input[type=text] {
    position: absolute;
    left: 0;
    top: 0;
    border: 0;
    width: 100.5%;
    padding: 0;
    opacity: 0
}

.change-search-keyword-wrapper.focused .change-search-keyword {
    color: transparent
}

.change-search-keyword-wrapper.focused input[type=text] {
    opacity: 1
}

.pagination {
    display: block;
    margin-bottom: 40px;
    clear: both
}

.pagination--normal {
    text-align: center
}

.pagination--normal .page-numbers {
    display: inline-block;
    margin: 0 5px;
    font-size: 16px
}

.pagination--normal .page-numbers i {
    vertical-align: middle
}

.pagination--normal .page-numbers.prev i {
    margin-right: 5px
}

.pagination--normal .page-numbers.next i {
    margin-left: 5px
}

.pagination--normal .page-numbers.current {
    color: #00b19e;
    font-weight: 400
}

.pagination--normal a {
    color: #333
}

.pagination--normal a:hover {
    color: #00b19e
}

.pagination--infinite-scroll {
    text-align: center;
    overflow: hidden
}

.pagination--infinite-scroll .pagination--infinite-scroll-show-more {
    display: inline-block;
    line-height: 1;
    border: 1px solid #eee;
    min-width: 200px;
    text-align: center;
    color: #898989;
    padding: 15px 0
}

.pagination--infinite-scroll .pagination--infinite-scroll-show-more:hover {
    color: #7c7c7c;
    border-color: #dadada
}

.pagination--infinite-scroll .pagination--infinite-scroll-show-more .loading-spinner {
    position: absolute;
    visibility: hidden;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.pagination--infinite-scroll .pagination--infinite-scroll-show-more .all-items-shown {
    position: absolute;
    top: 0;
    left: 50%;
    bottom: 0;
    padding: 15px 0;
    white-space: nowrap;
    text-align: center;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    visibility: hidden;
    opacity: 0
}

.pagination--infinite-scroll .pagination--infinite-scroll-show-more .all-items-shown a {
    pointer-events: none
}

.pagination--infinite-scroll .pagination--infinite-scroll-show-more.pagination--infinite-scroll-is-loading .show-more-text {
    visibility: hidden;
    opacity: 0
}

.pagination--infinite-scroll .pagination--infinite-scroll-show-more.pagination--infinite-scroll-is-loading .loading-spinner {
    visibility: visible;
    opacity: 1
}

.pagination--infinite-scroll .pagination--infinite-scroll-show-more.pagination--infinite-scroll-is-loading.pagination--infinite-scroll-loading-style-pulsating {
    border-color: transparent
}

.pagination--infinite-scroll .pagination--infinite-scroll-show-more.pagination--infinite-scroll-all-items-shown {
    border-color: transparent;
    pointer-events: none
}

.pagination--infinite-scroll .pagination--infinite-scroll-show-more.pagination--infinite-scroll-all-items-shown .show-more-text {
    visibility: hidden;
    opacity: 0
}

.pagination--infinite-scroll .pagination--infinite-scroll-show-more.pagination--infinite-scroll-all-items-shown .all-items-shown {
    visibility: visible;
    opacity: 1
}

.pagination--post-pagination {
    margin: 20px 0;
    text-align: center
}

.pagination--post-pagination a {
    margin: 0 10px
}

.pagination--align-left {
    text-align: left
}

.pagination--align-right {
    text-align: right
}

.pagination--align-stretched .pagination--infinite-scroll-show-more {
    min-width: 100%
}

.page-heading {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 20px;
    margin-bottom: 40px
}

.page-heading--title-section {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 15px;
    padding-right: 15px
}

.page-heading--title {
    font-size: 26px;
    margin-top: 0;
    margin-bottom: 15px
}

.page-heading--title span {
    color: #898989
}

.page-heading--description p {
    margin-bottom: 0
}

.page-heading--description p ~ p {
    margin-top: 10px
}

.post-navigation {
    margin-bottom: 40px;
    clear: both
}

.post-navigation:after, .post-navigation:before {
    content: " ";
    display: table
}

.post-navigation:after {
    clear: both
}

.post-navigation:after, .post-navigation:before {
    content: " ";
    display: table
}

.post-navigation:after {
    clear: both
}

.post-navigation a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #898989;
    max-width: 40%
}

.post-navigation a i, .post-navigation a strong {
    color: #636363
}

.post-navigation a:hover i, .post-navigation a:hover strong {
    color: #00b19e
}

.post-navigation a:hover .post-navigation--label em {
    opacity: 1;
    top: 0;
    -webkit-transition-delay: .1s;
    transition-delay: .1s
}

.post-navigation a:hover .post-navigation--label strong {
    top: 0;
    -webkit-transition-delay: 0s;
    transition-delay: 0s
}

.post-navigation--arrow i {
    font-size: 26px
}

.post-navigation--label {
    max-width: 100%
}

.post-navigation--label em, .post-navigation--label strong {
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

.post-navigation--label em {
    position: relative;
    display: block;
    font-style: normal;
    font-size: 14px;
    line-height: 20px;
    color: #898989;
    height: 20px;
    opacity: 0;
    top: 5px
}

.post-navigation--label strong {
    position: relative;
    font-size: 19px;
    font-weight: 400;
    display: block;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    top: -10px;
    -webkit-transition-delay: .1s;
    transition-delay: .1s
}

@media screen and (max-width:768px) {
    .post-navigation--label strong {
        font-size: 16px
    }
}

.post-navigation--prev {
    float: right;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    text-align: right
}

.post-navigation--prev .post-navigation--arrow {
    padding-left: 20px
}

.post-navigation--next {
    float: left
}

.post-navigation--next .post-navigation--arrow {
    padding-right: 20px
}

.post-formatting:after, .post-formatting:before, .widget.widget_media_gallery:after,
.widget.widget_media_gallery:before {
    content: " ";
    display: table
}

.post-formatting:after, .widget.widget_media_gallery:after {
    clear: both
}

.post-formatting:after, .post-formatting:before, .widget.widget_media_gallery:after,
.widget.widget_media_gallery:before {
    content: " ";
    display: table
}

.post-formatting:after, .widget.widget_media_gallery:after {
    clear: both
}

.post-formatting > .vc_row, .widget.widget_media_gallery > .vc_row {
    margin-left: 0;
    margin-right: 0
}

.post-formatting img, .widget.widget_media_gallery img {
    max-width: 100%;
    height: auto;
    margin-top: 10px
}

.post-formatting img:first-child, .widget.widget_media_gallery img:first-child {
    margin-top: 0
}

.post-formatting a, .widget.widget_media_gallery a {
    display: inline
}

.post-formatting a.fluidbox, .widget.widget_media_gallery a.fluidbox {
    display: inline
}

.post-formatting a.fluidbox:after, .widget.widget_media_gallery a.fluidbox:after {
    display: none
}

.post-formatting code, .widget.widget_media_gallery code {
    background-color: #eee;
    color: #333;
    font-size: 12px;
    -webkit-border-radius: 1px;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 1px;
    -moz-background-clip: padding;
    border-radius: 1px;
    background-clip: padding-box
}

.post-formatting kbd, .widget.widget_media_gallery kbd {
    -webkit-border-radius: 1px;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 1px;
    -moz-background-clip: padding;
    border-radius: 1px;
    background-clip: padding-box
}

.post-formatting img.alignleft, .post-formatting img.alignright,
.widget.widget_media_gallery img.alignleft, .widget.widget_media_gallery img.alignright {
    position: relative;
    vertical-align: text-top;
    margin-right: 15px;
    margin-bottom: 15px;
    line-height: 1;
    top: 5px;
    float: left
}

.post-formatting img.alignright, .widget.widget_media_gallery img.alignright {
    float: right;
    margin-right: 0;
    margin-left: 15px
}

.post-formatting img.aligncenter, .widget.widget_media_gallery img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.post-formatting .wp-caption, .widget.widget_media_gallery .wp-caption {
    max-width: 100%;
    margin-bottom: 15px
}

@media screen and (max-width:768px) {
    .post-formatting .wp-caption, .widget.widget_media_gallery .wp-caption {
        width: 100% !important
    }

    .post-formatting .wp-caption > a, .widget.widget_media_gallery .wp-caption > a {
        display: block !important
    }

    .post-formatting .wp-caption img, .widget.widget_media_gallery .wp-caption img {
        width: 100%
    }
}

@media screen and (min-width:768px) {
    .post-formatting .wp-caption.aligncenter, .widget.widget_media_gallery .wp-caption.aligncenter {
        text-align: center;
        margin: 0 auto;
        margin-bottom: 15px
    }

    .post-formatting .wp-caption.alignleft, .widget.widget_media_gallery .wp-caption.alignleft {
        float: left;
        margin-right: 15px
    }

    .post-formatting .wp-caption.alignright, .widget.widget_media_gallery .wp-caption.alignright {
        float: right;
        margin-left: 15px
    }

    .post-formatting .wp-caption.alignleft, .post-formatting .wp-caption.alignright,
    .widget.widget_media_gallery .wp-caption.alignleft, .widget.widget_media_gallery .wp-caption.alignright {
        position: relative;
        top: 5px
    }
}

.post-formatting .wp-caption .wp-caption-text, .widget.widget_media_gallery .wp-caption .wp-caption-text {
    background: #eee;
    padding: 5px 10px;
    font-size: 12px !important
}

.post-formatting .wp-caption > a, .widget.widget_media_gallery .wp-caption > a {
    display: inline-block
}

.post-formatting .wp-caption > a:after, .widget.widget_media_gallery .wp-caption > a:after {
    display: none
}

.post-formatting blockquote, .widget.widget_media_gallery blockquote {
    display: table;
    border-left-color: #00b19e;
    padding: 0 20px
}

.post-formatting blockquote p, .widget.widget_media_gallery blockquote p {
    color: #888
}

.post-formatting blockquote p:last-child, .widget.widget_media_gallery blockquote p:last-child {
    margin-bottom: 0 !important
}

.post-formatting cite, .widget.widget_media_gallery cite {
    font-weight: 500
}

.post-formatting dl dd, .widget.widget_media_gallery dl dd {
    margin-bottom: 15px
}

.post-formatting ol, .post-formatting ul, .widget.widget_media_gallery ol,
.widget.widget_media_gallery ul {
    padding-left: 20px
}

.post-formatting ol li, .post-formatting ul li, .widget.widget_media_gallery ol li,
.widget.widget_media_gallery ul li {
    padding: 2px 0;
    color: #898989
}

.post-formatting address, .widget.widget_media_gallery address {
    border-left: 3px solid #eee;
    padding-left: 20px
}

.post-formatting iframe, .widget.widget_media_gallery iframe {
    max-width: 100%
}

.post-formatting .gallery, .widget.widget_media_gallery .gallery {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    margin: 0 -15px;
    margin-bottom: 10px
}

.post-formatting .gallery:after, .post-formatting .gallery:before,
.widget.widget_media_gallery .gallery:after, .widget.widget_media_gallery .gallery:before {
    content: " ";
    display: table
}

.post-formatting .gallery:after, .widget.widget_media_gallery .gallery:after {
    clear: both
}

.post-formatting .gallery:after, .post-formatting .gallery:before,
.widget.widget_media_gallery .gallery:after, .widget.widget_media_gallery .gallery:before {
    content: " ";
    display: table
}

.post-formatting .gallery:after, .widget.widget_media_gallery .gallery:after {
    clear: both
}

.post-formatting .gallery .gallery-item, .widget.widget_media_gallery .gallery .gallery-item {
    padding: 15px;
    width: 100%
}

.post-formatting .gallery .gallery-item a, .widget.widget_media_gallery .gallery .gallery-item a {
    display: block
}

.post-formatting .gallery .gallery-item a img, .widget.widget_media_gallery .gallery .gallery-item a img {
    width: 100%
}

.post-formatting .gallery .gallery-item .gallery-caption, .widget.widget_media_gallery .gallery .gallery-item .gallery-caption {
    font-size: 13px;
    padding: 5px 10px;
    background: #eee
}

.post-formatting .gallery.gallery-columns-9 .gallery-item, .widget.widget_media_gallery .gallery.gallery-columns-9 .gallery-item {
    width: 11.11111111%
}

.post-formatting .gallery.gallery-columns-8 .gallery-item, .widget.widget_media_gallery .gallery.gallery-columns-8 .gallery-item {
    width: 12.5%
}

.post-formatting .gallery.gallery-columns-7 .gallery-item, .widget.widget_media_gallery .gallery.gallery-columns-7 .gallery-item {
    width: 14.28571429%
}

.post-formatting .gallery.gallery-columns-6 .gallery-item, .widget.widget_media_gallery .gallery.gallery-columns-6 .gallery-item {
    width: 16.66666667%
}

.post-formatting .gallery.gallery-columns-5 .gallery-item, .widget.widget_media_gallery .gallery.gallery-columns-5 .gallery-item {
    width: 20%
}

.post-formatting .gallery.gallery-columns-4 .gallery-item, .widget.widget_media_gallery .gallery.gallery-columns-4 .gallery-item {
    width: 25%
}

.post-formatting .gallery.gallery-columns-3 .gallery-item, .widget.widget_media_gallery .gallery.gallery-columns-3 .gallery-item {
    width: 33.33333333%
}

.post-formatting .gallery.gallery-columns-2 .gallery-item, .widget.widget_media_gallery .gallery.gallery-columns-2 .gallery-item {
    width: 50%
}

.post-formatting .lab-vc-container, .widget.widget_media_gallery .lab-vc-container {
    width: 100%
}

.post-password-form {
    border: 1px solid #eee;
    padding: 30px;
    margin-bottom: 40px
}

.post-password-form p:last-child {
    margin-bottom: 0;
    margin-top: 20px
}

.post-password-form label {
    font-weight: 400
}

.post-password-form input[type=password] {
    padding-top: 4px;
    padding-bottom: 4px;
    margin: 0 5px
}

.widget {
    margin-bottom: 35px
}

.widget ol, .widget ul {
    list-style: none;
    padding: 0
}

.widget li {
    padding: 6px 0
}

.widget img {
    max-width: 100%;
    height: auto !important
}

.widget select {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px
}

.widget ul li {
    color: #898989
}

.widget ul ul a:before {
    display: inline-block;
    height: 1px;
    background-color: #00b19e;
    width: 8px;
    margin-right: 8px;
    content: '';
    position: relative;
    top: -4px
}

.widget ul ul ul a:before {
    width: 16px
}

.widget ul ul ul ul a:before {
    width: 24px
}

.widget ul ul ul ul ul a:before {
    width: 32px
}

.widget ul:last-child {
    margin-bottom: 0
}

.widget select {
    -webkit-border-radius: 0;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 0;
    -moz-background-clip: padding;
    border-radius: 0;
    background-clip: padding-box;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 1px solid #eee;
    color: #333
}

.widget select::-moz-placeholder {
    color: #898989;
    opacity: 1
}

.widget select:-ms-input-placeholder {
    color: #898989
}

.widget select::-webkit-input-placeholder {
    color: #898989
}

.widget select::-webkit-input-placeholder {
    color: #898989
}

.widget select:-moz-placeholder {
    color: #898989
}

.widget select::-moz-placeholder {
    color: #898989
}

.widget select:-ms-input-placeholder {
    color: #898989
}

.widget select:focus {
    border-color: #d5d5d5;
    -webkit-box-shadow: none;
    box-shadow: none
}

.widget.widget_text .textwidget .social-networks {
    margin-top: 20px
}

.widget.widget_text .textwidget .social-networks li {
    border-bottom: 0;
    padding: 0
}

.widget.widget_text .textwidget .social-networks li a {
    margin-right: 5px
}

.widget.widget_recent_entries li .post-date {
    display: block;
    font-size: 14px;
    color: #a3a3a3;
    margin-top: 2px
}

.widget.widget_categories select.postform {
    margin-bottom: 0;
    margin-top: 5px
}

.widget.widget_product_search .search-bar, .widget.widget_search .search-bar {
    width: 100%;
    clear: both;
    position: relative
}

.widget.widget_product_search .search-bar label, .widget.widget_search .search-bar label {
    display: block;
    padding: 0
}

.widget.widget_product_search .search-bar input[name="s"], .widget.widget_search .search-bar input[name="s"] {
    height: 42px;
    background-color: #eee;
    border: none;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    width: 100%;
    font-weight: 400;
    padding-right: 55px
}

.widget.widget_product_search .search-bar input[name="s"]:focus,
.widget.widget_search .search-bar input[name="s"]:focus {
    border-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none
}

.menu-skin-dark .widget.widget_product_search .search-bar input[name="s"],
.menu-skin-dark .widget.widget_search .search-bar input[name="s"] {
    background-color: #262626;
    color: #fff
}

.widget.widget_product_search .search-bar input[type=submit], .widget.widget_search .search-bar input[type=submit] {
    font-size: 14px;
    font-weight: 700;
    background-color: transparent;
    border: none;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    position: absolute;
    right: 0;
    top: 0;
    height: 43px;
    text-transform: uppercase;
    padding-right: 15px;
    color: #333
}

.menu-skin-dark .widget.widget_product_search .search-bar input[type=submit],
.menu-skin-dark .widget.widget_search .search-bar input[type=submit] {
    color: #fff
}

.widget.widget_recent_comments li {
    color: #969696
}

.widget.widget_recent_comments li > a {
    display: block !important;
    font-size: 15px
}

.widget.widget_recent_comments li > a:after {
    display: none
}

.widget.widget_recent_comments li .comment-author-link {
    display: inline-block
}

.widget.widget_recent_comments li + li {
    border-top: 1px solid #eee;
    margin-top: 5px
}

.widget.widget_tag_cloud a {
    font-size: 13px !important;
    background: #eee;
    color: #333;
    padding: 3px 8px;
    text-transform: lowercase;
    margin: 5px;
    margin-bottom: 3px;
    margin-left: 0;
    display: inline-block
}

.widget.widget_tag_cloud a:hover {
    background-color: #e1e1e1
}

.widget.widget_tag_cloud a:after {
    display: none
}

.menu-skin-dark .widget.widget_tag_cloud a {
    background: #262626
}

.menu-skin-dark .widget.widget_tag_cloud a:hover {
    background: #333
}

.widget.null-instagram-feed .instagram-pics {
    margin: 0 -5px;
    padding: 0;
    max-width: 270px
}

@media screen and (max-width:768px) {
    .widget.null-instagram-feed .instagram-pics {
        max-width: 100%
    }
}

.widget.null-instagram-feed .instagram-pics li {
    display: inline-block;
    width: 25%
}

@media screen and (max-width:768px) {
    .widget.null-instagram-feed .instagram-pics li {
        width: 12.5%
    }
}

.widget.null-instagram-feed .instagram-pics li a {
    display: block;
    padding: 5px
}

.widget.null-instagram-feed .instagram-pics li a:hover {
    zoom: 1;
    filter: alpha(opacity=80);
    -webkit-opacity: .8;
    -moz-opacity: .8;
    opacity: .8
}

.widget.null-instagram-feed a[rel=me] {
    display: inline-block;
    margin-top: 5px
}

.widget.widget_calendar table {
    width: 100%;
    border: 1px solid #eee
}

.widget.widget_calendar table caption {
    padding: 5px 10px;
    border: 1px solid #eee;
    border-bottom: 0
}

.widget.widget_calendar table tbody td, .widget.widget_calendar table tbody th,
.widget.widget_calendar table thead td, .widget.widget_calendar table thead th {
    text-align: center;
    border-bottom: 1px solid #eee;
    border-right: 1px solid #eee;
    padding-top: 3px;
    padding-bottom: 3px;
    font-size: 13px;
    width: 1%
}

.widget.widget_calendar table tbody td, .widget.widget_calendar table thead td {
    color: #898989;
    position: relative
}

.widget.widget_calendar table tbody td a, .widget.widget_calendar table thead td a {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background: #f0f0f0;
    padding-top: 3px
}

.widget.widget_calendar table tbody th, .widget.widget_calendar table thead th {
    font-weight: 700;
    color: #333
}

.widget.widget_calendar table tfoot td {
    padding: 3px 8px
}

.widget.widget_calendar table tfoot a {
    display: inline-block;
    line-height: 1;
    font-size: 12px
}

.widget.widget_calendar table tfoot #next {
    text-align: right
}

.widget.widget_top_rated_products .product-meta {
    padding-top: 2px;
    font-size: 13px
}

.widget .widget_shopping_cart_content .buttons .button {
    padding: 8px 15px
}

.widget.widget_shopping_cart .widget_shopping_cart_content > .total strong {
    font-weight: 400;
    color: #333
}

.widget.widget_shopping_cart .widget_shopping_cart_content > .buttons {
    font-size: 13px;
    text-transform: uppercase;
    margin-bottom: 0;
    margin-top: 15px
}

.widget.widget_shopping_cart .widget_shopping_cart_content > .buttons a {
    font-size: 11px;
    margin-right: 5px
}

.widget.widget_recent_reviews li {
    position: relative
}

.widget.widget_recent_reviews li:after, .widget.widget_recent_reviews li:before {
    content: " ";
    display: table
}

.widget.widget_recent_reviews li:after {
    clear: both
}

.widget.widget_recent_reviews li:after, .widget.widget_recent_reviews li:before {
    content: " ";
    display: table
}

.widget.widget_recent_reviews li:after {
    clear: both
}

.widget.widget_recent_reviews li a {
    position: static;
    display: block
}

.widget.widget_recent_reviews li a img {
    max-width: 50px;
    height: auto;
    position: relative;
    float: left;
    left: 0;
    margin-right: 20px
}

.widget.widget_recent_reviews li .reviewer, .widget.widget_recent_reviews li .star-rating {
    font-size: 13px
}

.widget.widget_recent_reviews li .star-rating {
    margin-right: 5px
}

.widget.widget_price_filter .price_slider_wrapper {
    position: relative;
    margin-top: 25px
}

.widget.widget_price_filter .price_slider_wrapper .price_slider {
    position: relative;
    margin-bottom: 10px;
    background: #eaeaea;
    display: none
}

.widget.widget_price_filter .price_slider_wrapper .price_slider:after,
.widget.widget_price_filter .price_slider_wrapper .price_slider:before {
    content: " ";
    display: table
}

.widget.widget_price_filter .price_slider_wrapper .price_slider:after {
    clear: both
}

.widget.widget_price_filter .price_slider_wrapper .price_slider:after,
.widget.widget_price_filter .price_slider_wrapper .price_slider:before {
    content: " ";
    display: table
}

.widget.widget_price_filter .price_slider_wrapper .price_slider:after {
    clear: both
}

.widget.widget_price_filter .price_slider_wrapper .price_slider.ui-slider {
    display: block
}

.widget.widget_price_filter .price_slider_wrapper .price_slider.ui-slider + .price_slider_amount {
    display: block
}

.widget.widget_price_filter .price_slider_wrapper .price_slider .ui-slider-range {
    position: relative;
    height: 2px;
    background: #333
}

.widget.widget_price_filter .price_slider_wrapper .price_slider .ui-slider-handle {
    position: absolute;
    display: block;
    background: #333;
    margin-top: -9px;
    cursor: pointer;
    border: 5px solid transparent;
    margin-left: -5px;
    width: 16px;
    height: 16px;
    -webkit-border-radius: 50%;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 50%;
    -moz-background-clip: padding;
    border-radius: 50%;
    background-clip: padding-box
}

.widget.widget_price_filter .price_slider_wrapper .price_slider .ui-slider-handle + .ui-slider-handle {
    margin-left: -11px
}

.widget.widget_price_filter .price_slider_wrapper .price_slider_amount {
    padding-top: 10px;
    display: none
}

.widget.widget_price_filter .price_slider_wrapper .price_slider_amount:after,
.widget.widget_price_filter .price_slider_wrapper .price_slider_amount:before {
    content: " ";
    display: table
}

.widget.widget_price_filter .price_slider_wrapper .price_slider_amount:after {
    clear: both
}

.widget.widget_price_filter .price_slider_wrapper .price_slider_amount:after,
.widget.widget_price_filter .price_slider_wrapper .price_slider_amount:before {
    content: " ";
    display: table
}

.widget.widget_price_filter .price_slider_wrapper .price_slider_amount:after {
    clear: both
}

.widget.widget_price_filter .price_slider_wrapper .price_slider_amount .price_label {
    float: left;
    font-size: 13px;
    color: #898989;
    margin-top: 2px
}

.widget.widget_price_filter .price_slider_wrapper .price_slider_amount .button {
    float: right;
    background-color: #333;
    color: #fff;
    font-size: 13px;
    text-transform: uppercase;
    padding: 4px 8px;
    line-height: 1;
    -webkit-transition: none;
    transition: none
}

.widget.widget_price_filter .price_slider_wrapper .price_slider_amount .button:active {
    background-color: #4d4d4d
}

.widget .product_list_widget li {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0;
    margin-top: 20px;
    border-bottom-width: 0
}

.widget .product_list_widget li:first-child {
    margin-top: 0
}

.widget .product_list_widget li .item-image {
    min-width: 50px;
    max-width: 50px;
    padding-right: 10px
}

.widget .product_list_widget li .item-details {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
}

.widget .product_list_widget li .item-details a {
    margin-bottom: 5px
}

.widget .product_list_widget li:hover .remove {
    visibility: visible;
    opacity: 1
}

.widget .product_list_widget .rating {
    color: #fcb314;
    font-size: 12px;
    margin-bottom: 0
}

.widget .product_list_widget .remove {
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    line-height: 1;
    font-size: 12px;
    margin: 0;
    font-weight: 700;
    visibility: hidden;
    opacity: 0
}

.widget .product_list_widget .price {
    display: block
}

.widget .product_list_widget .quantity {
    display: block;
    padding: 0
}

.widget .product_list_widget .variation {
    width: auto;
    margin-bottom: 5px
}

.widget .product_list_widget.woocommerce-mini-cart {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #eee
}

.widget.widget_recent_reviews .product_list_widget li {
    display: block
}

.widget.widget_recent_reviews .product_list_widget li img {
    float: left;
    margin-right: 10px
}

.widget.widget_recent_reviews .product_list_widget li a {
    margin-bottom: 5px
}

.widget.widget_media_gallery .gallery {
    margin: 0 -5px
}

.widget.widget_media_gallery .gallery .gallery-item {
    padding: 5px
}

.widget-area .widget-title, .widget-area .widgettitle {
    font-size: 24px;
    margin-top: 0;
    margin-bottom: 15px
}

.widget-area.widgets--columned-layout {
    margin: 0 -15px
}

.widget-area.widgets--columned-layout:after, .widget-area.widgets--columned-layout:before {
    content: " ";
    display: table
}

.widget-area.widgets--columned-layout:after {
    clear: both
}

.widget-area.widgets--columned-layout:after, .widget-area.widgets--columned-layout:before {
    content: " ";
    display: table
}

.widget-area.widgets--columned-layout:after {
    clear: both
}

.widget-area.widgets--columned-layout > .widget {
    position: relative;
    float: left;
    width: 100%;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px
}

.widget-area.widgets--columned-layout.widgets--columns-6 > .widget {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px
}

@media (min-width:768px) {
    .widget-area.widgets--columned-layout.widgets--columns-6 > .widget {
        float: left;
        width: 33.33333333%
    }
}

@media (min-width:992px) {
    .widget-area.widgets--columned-layout.widgets--columns-6 > .widget {
        float: left;
        width: 16.66666667%
    }
}

.widget-area.widgets--columned-layout.widgets--columns-5 > .widget {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px
}

@media (min-width:768px) {
    .widget-area.widgets--columned-layout.widgets--columns-5 > .widget {
        float: left;
        width: 33.33333333%
    }
}

@media (min-width:992px) {
    .widget-area.widgets--columned-layout.widgets--columns-5 > .widget {
        float: left;
        width: 20%
    }
}

.widget-area.widgets--columned-layout.widgets--columns-4 > .widget {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px
}

@media (min-width:768px) {
    .widget-area.widgets--columned-layout.widgets--columns-4 > .widget {
        float: left;
        width: 50%
    }
}

@media (min-width:992px) {
    .widget-area.widgets--columned-layout.widgets--columns-4 > .widget {
        float: left;
        width: 25%
    }
}

.widget-area.widgets--columned-layout.widgets--columns-3 > .widget {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px
}

@media (min-width:768px) {
    .widget-area.widgets--columned-layout.widgets--columns-3 > .widget {
        float: left;
        width: 50%
    }
}

@media (min-width:992px) {
    .widget-area.widgets--columned-layout.widgets--columns-3 > .widget {
        float: left;
        width: 33.33333333%
    }
}

.widget-area.widgets--columned-layout.widgets--columns-2 > .widget {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px
}

@media (min-width:768px) {
    .widget-area.widgets--columned-layout.widgets--columns-2 > .widget {
        float: left;
        width: 50%
    }
}

.widget-area--skin-background-fill .widget, .widget-area--skin-bordered .widget {
    padding: 30px
}

.widget-area--skin-background-fill .widget ul li, .widget-area--skin-bordered .widget ul li {
    border-bottom: 1px solid #eee
}

.widget-area--skin-background-fill .widget ul li:last-child, .widget-area--skin-bordered .widget ul li:last-child {
    border-bottom: 0
}

.widget-area--skin-background-fill .widget.widget_search, .widget-area--skin-bordered .widget.widget_search {
    padding: 0
}

.widget-area--skin-background-fill .widget.widget_search .widget_search,
.widget-area--skin-bordered .widget.widget_search .widget_search {
    margin-bottom: 0
}

.widget-area--skin-background-fill .widget.widget_recent_comments li,
.widget-area--skin-bordered .widget.widget_recent_comments li {
    border-bottom: 0
}

.widget-area--skin-background-fill .widget .product_list_widget li,
.widget-area--skin-bordered .widget .product_list_widget li {
    border-bottom: 0
}

.widget-area--skin-bordered .widget {
    border: 1px solid #eee
}

.widget-area--skin-bordered .widget.widget_search {
    border-color: transparent
}

.widget-area--skin-background-fill .widget {
    background-color: #f7f7f7
}

.ps .ps__rail-y {
    width: 2px
}

.ps .ps__rail-y .ps__thumb-y {
    border-radius: 0;
    width: 2px
}

.ps .ps__rail-y:hover .ps__thumb-y {
    width: 5px
}

.ps--scrolling-y .ps__rail-y {
    width: 5px
}

.ps--scrolling-y .ps__rail-y .ps__thumb-y:active {
    width: 5px
}

.ps .ps__rail-x {
    height: 2px
}

.ps .ps__rail-x .ps__thumb-x {
    border-radius: 0;
    height: 2px
}

.ps .ps__rail-x:hover .ps__thumb-x {
    height: 5px
}

.ps--scrolling-x .ps__rail-x {
    height: 5px
}

.ps--scrolling-x .ps__rail-x .ps__thumb-x:active {
    height: 5px
}

.lg-outer .lg .lg-thumb-outer .lg-thumb-item {
    border-radius: 0
}

.lg-outer .lg .lg-thumb-outer .lg-thumb-item.active, .lg-outer .lg .lg-thumb-outer .lg-thumb-item:hover {
    border-color: #00b19e
}

.lg-outer .lg .lg-sub-html {
    color: #fff
}

.lg-outer .lg .lg-sub-html p {
    color: #fff
}

.lg-outer .lg .lg-progress-bar .lg-progress {
    background-color: #00b19e
}

.lg-outer .lg .lg-video .lg-object.lg-has-poster {
    top: -50%;
    height: auto !important
}

.lg-outer.lg-kalium .lg .lg-item {
    background: url(../images/icons/lg-preloader-dark.gif) center center no-repeat;
    background-size: 35px
}

.lg-outer.lg-kalium .lg .lg-toolbar {
    background-color: transparent
}

.lg-outer.lg-kalium .lg .lg-toolbar #lg-counter {
    font-size: 38px
}

@media screen and (max-width:768px) {
    .lg-outer.lg-kalium .lg .lg-toolbar #lg-counter {
        font-size: 20px
    }
}

.lg-outer.lg-kalium .lg .lg-toolbar #lg-counter span {
    position: relative;
    font-size: 20px
}

@media screen and (min-width:768px) {
    .lg-outer.lg-kalium .lg .lg-toolbar #lg-counter span#lg-counter-current {
        float: left;
        left: 2px
    }

    .lg-outer.lg-kalium .lg .lg-toolbar #lg-counter span#lg-counter-all {
        float: right;
        top: 20px;
        left: -2px
    }
}

.lg-outer.lg-kalium .lg .lg-actions .lg-next, .lg-outer.lg-kalium .lg .lg-actions .lg-prev {
    border-radius: 0;
    font-family: Flaticon;
    font-style: normal;
    background-color: transparent;
    -webkit-transition: all 250ms ease-in-out;
    transition: all 250ms ease-in-out
}

.lg-outer.lg-kalium .lg .lg-actions .lg-next:after, .lg-outer.lg-kalium .lg .lg-actions .lg-next:before,
.lg-outer.lg-kalium .lg .lg-actions .lg-prev:after, .lg-outer.lg-kalium .lg .lg-actions .lg-prev:before {
    font-size: 50px
}

@media screen and (max-width:768px) {
    .lg-outer.lg-kalium .lg .lg-actions .lg-next:after, .lg-outer.lg-kalium .lg .lg-actions .lg-next:before,
    .lg-outer.lg-kalium .lg .lg-actions .lg-prev:after, .lg-outer.lg-kalium .lg .lg-actions .lg-prev:before {
        font-size: 30px
    }
}

.lg-outer.lg-kalium .lg .lg-actions .lg-prev {
    margin-left: 15px
}

.lg-outer.lg-kalium .lg .lg-actions .lg-prev:after {
    content: "\e005"
}

.lg-outer.lg-kalium .lg .lg-actions .lg-prev:active {
    margin-left: 5px
}

@media screen and (max-width:768px) {
    .lg-outer.lg-kalium .lg .lg-actions .lg-prev:active {
        margin-left: 0
    }
}

.lg-outer.lg-kalium .lg .lg-actions .lg-next {
    margin-right: 15px
}

.lg-outer.lg-kalium .lg .lg-actions .lg-next:before {
    content: "\e003"
}

.lg-outer.lg-kalium .lg .lg-actions .lg-next:active {
    margin-right: 5px
}

@media screen and (max-width:768px) {
    .lg-outer.lg-kalium .lg .lg-actions .lg-next:active {
        margin-right: 0
    }
}

.lg-outer.lg-kalium .lg .lg-sub-html {
    font-size: 14px
}

.lg-outer.lg-kalium .lg .lg-sub-html p {
    font-size: 14px
}

.lg-outer.lg-kalium .lg .lg-progress-bar {
    height: 2px
}

.lg-outer.lg-kalium .lg .lg-progress-bar .lg-progress {
    height: 2px
}

.lg-outer.lg-kalium .lg .lg-pager-outer .lg-caret {
    display: none
}

.lg-outer.lg-kalium .lg .lg-pager-outer .lg-pager-cont .lg-pager-thumb-cont {
    border-radius: 0;
    border-bottom: 10px;
    padding: 0;
    width: auto;
    height: auto;
    margin-left: -30px;
    margin-right: -30px;
    -webkit-box-shadow: 0 2px 15px rgba(0, 0, 0, .25);
    box-shadow: 0 2px 15px rgba(0, 0, 0, .25)
}

.lg-outer.lg-kalium .lg .lg-pager-outer .lg-pager-cont.lg-pager-active .lg-pager {
    background: #fff
}

.lg-outer.lg-kalium .lg .lg-pager-outer .lg-pager-cont .lg-pager {
    width: 6px;
    height: 6px;
    -webkit-box-shadow: 0 0 0 #000;
    box-shadow: 0 0 0 #000
}

.lg-outer.lg-kalium .lg .lg-thumb-outer .lg-thumb .lg-thumb-item {
    margin: 0;
    border: 0;
    opacity: .7;
    -webkit-transition: all 250ms ease-in-out;
    transition: all 250ms ease-in-out
}

.lg-outer.lg-kalium .lg .lg-thumb-outer .lg-thumb .lg-thumb-item:hover {
    opacity: .85
}

.lg-outer.lg-kalium .lg .lg-thumb-outer .lg-thumb .lg-thumb-item.active {
    opacity: 1
}

.lg-outer.lg-kalium-light .lg .lg-item {
    background: url(../images/icons/lg-preloader.gif) center center no-repeat;
    background-size: 35px
}

.lg-outer.lg-kalium-light .lg .lg-toolbar #lg-counter, .lg-outer.lg-kalium-light .lg .lg-toolbar .lg-icon {
    color: #222
}

.lg-outer.lg-kalium-light .lg .lg-actions .lg-next, .lg-outer.lg-kalium-light .lg .lg-actions .lg-prev {
    color: rgba(34, 34, 34, .5)
}

.lg-outer.lg-kalium-light .lg .lg-actions .lg-next:hover, .lg-outer.lg-kalium-light .lg .lg-actions .lg-prev:hover {
    color: #222
}

.lg-outer.lg-kalium-light .lg .lg-sub-html {
    background-color: rgba(255, 255, 255, .4);
    color: #222
}

.lg-outer.lg-kalium-light .lg .lg-sub-html p {
    color: #222
}

.lg-outer.lg-kalium-light .lg .lg-progress-bar {
    background-color: #fff
}

.lg-outer.lg-kalium-light .lg .lg-thumb-outer {
    background-color: #fff
}

.lg-outer.lg-kalium-light .lg .lg-thumb-outer .lg-toogle-thumb {
    background-color: #fff;
    color: rgba(34, 34, 34, .5);
    -webkit-transform: all 250ms ease-in-out;
    transform: all 250ms ease-in-out
}

.lg-outer.lg-kalium-light .lg .lg-thumb-outer .lg-toogle-thumb:hover {
    color: #222
}

.lg-light .lg-backdrop {
    background: #fff
}

.lg-light .lg-backdrop.in {
    opacity: .9
}

.kalium-wpml-language-switcher {
    position: relative;
    display: block;
    -ms-flex-item-align: center;
    align-self: center;
    margin-left: 30px;
    line-height: 38px;
    height: 38px;
    z-index: 50
}

.kalium-wpml-language-switcher .languages-list {
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    pointer-events: none
}

.kalium-wpml-language-switcher .languages-list a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    pointer-events: all;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: visibility .3s cubic-bezier(.165, .84, .44, 1), opacity .3s cubic-bezier(.165, .84, .44, 1), top .3s cubic-bezier(.165, .84, .44, 1), color .3s cubic-bezier(.165, .84, .44, 1);
    transition: visibility .3s cubic-bezier(.165, .84, .44, 1), opacity .3s cubic-bezier(.165, .84, .44, 1), top .3s cubic-bezier(.165, .84, .44, 1), color .3s cubic-bezier(.165, .84, .44, 1);
    padding: 0 15px;
    top: 5px;
    height: 38px;
    line-height: 38px;
    text-decoration: none
}

.kalium-wpml-language-switcher .languages-list a .flag {
    padding-right: 10px
}

.kalium-wpml-language-switcher .languages-list a .flag img {
    position: relative;
    top: -1px
}

.kalium-wpml-language-switcher .languages-list a .text {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    text-align: left
}

.kalium-wpml-language-switcher .languages-list a.current-language {
    visibility: visible;
    opacity: 1;
    top: 0
}

.kalium-wpml-language-switcher .languages-list a.flag-right {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse
}

.kalium-wpml-language-switcher .languages-list a.flag-right .text {
    text-align: right
}

.kalium-wpml-language-switcher .languages-list a.flag-right .flag {
    padding-left: 10px;
    padding-right: 0
}

.kalium-wpml-language-switcher .languages-list a.text-hide .flag {
    padding-left: 0;
    padding-right: 0
}

.kalium-wpml-language-switcher .languages-list a + a {
    border-top: 1px solid transparent
}

.kalium-wpml-language-switcher.hover .languages-list {
    background-color: #eee
}

.kalium-wpml-language-switcher.hover .languages-list a {
    visibility: visible;
    opacity: 1;
    top: 0;
    border-color: #e1e1e1;
    -webkit-transition-delay: 150ms;
    transition-delay: 150ms
}

.kalium-wpml-language-switcher.hover .languages-list a + a {
    -webkit-transition-delay: 210ms;
    transition-delay: 210ms
}

.kalium-wpml-language-switcher.hover .languages-list a + a + a {
    -webkit-transition-delay: 270ms;
    transition-delay: 270ms
}

.kalium-wpml-language-switcher.hover .languages-list a + a + a + a {
    -webkit-transition-delay: 330ms;
    transition-delay: 330ms
}

.kalium-wpml-language-switcher.hover .languages-list a + a + a + a + a {
    -webkit-transition-delay: 390ms;
    transition-delay: 390ms
}

.kalium-wpml-language-switcher.hover .languages-list a + a + a + a + a + a {
    -webkit-transition-delay: 450ms;
    transition-delay: 450ms
}

.kalium-wpml-language-switcher.hover .languages-list a + a + a + a + a + a + a {
    -webkit-transition-delay: 510ms;
    transition-delay: 510ms
}

.mobile-menu-container .kalium-wpml-language-switcher {
    margin: 10px 15px;
    overflow: hidden
}

.mobile-menu-container .kalium-wpml-language-switcher.hover {
    height: auto;
    overflow: visible
}

.mobile-menu-container .kalium-wpml-language-switcher.hover .languages-list {
    background-color: transparent
}

.mobile-menu-container .kalium-wpml-language-switcher.hover .languages-list a {
    border-top-color: transparent;
    -webkit-transition-delay: 0s !important;
    transition-delay: 0s !important
}

.kalium-wpml-language-switcher.menu-skin-dark .languages-list a {
    color: #333
}

.kalium-wpml-language-switcher.menu-skin-light .languages-list a {
    color: #fff
}

.kalium-wpml-language-switcher.menu-skin-light.hover .languages-list {
    background-color: #fff
}

.kalium-wpml-language-switcher.menu-skin-light.hover .languages-list a {
    color: #333
}

.kalium-wpml-language-switcher.menu-skin-light.hover .languages-list a + a {
    border-top-color: #f2f2f2
}

.social-networks {
    position: relative;
    list-style: none;
    padding-left: 0;
    margin-left: -5px
}

.social-networks > li {
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px
}

.social-networks > li a {
    display: inline-block;
    margin-bottom: 5px
}

.social-networks > li a i {
    display: none
}

.social-networks > li a, .social-networks > li a i {
    -webkit-transition: color 220ms ease-in-out, background 220ms ease-in-out;
    transition: color 220ms ease-in-out, background 220ms ease-in-out
}

.social-networks.rounded {
    line-height: 0
}

.social-networks.rounded li a {
    position: relative;
    display: inline-block;
    background-color: #eee;
    width: 40px;
    height: 40px;
    -webkit-border-radius: 50%;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 50%;
    -moz-background-clip: padding;
    border-radius: 50%;
    background-clip: padding-box;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

.social-networks.rounded li a:after {
    display: none !important
}

.social-networks.rounded li a i {
    display: block;
    font-size: 16px;
    color: #333;
    top: 50%;
    left: 50%;
    position: absolute;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.social-networks.rounded li a span {
    display: none
}

.social-networks.rounded li a:after {
    display: none
}

.social-networks.rounded li a:hover {
    background-color: #d5d5d5
}

@media screen and (max-width:768px) {
    .social-networks.rounded li a {
        margin-bottom: 10px
    }
}

.social-networks.textual.colored-bg a, .social-networks.textual.colored-bg-hover a {
    padding: 5px 10px;
    border-radius: 3px
}

.social-networks.colored li a.facebook, .social-networks.colored li a.facebook i {
    color: #3b5998
}

.social-networks.colored li a.twitter, .social-networks.colored li a.twitter i {
    color: #55acee
}

.social-networks.colored li a.instagram, .social-networks.colored li a.instagram i {
    color: #3f729b
}

.social-networks.colored li a.dribbble, .social-networks.colored li a.dribbble i {
    color: #ea4c89
}

.social-networks.colored li a.behance, .social-networks.colored li a.behance i {
    color: #1769ff
}

.social-networks.colored li a.deviantart, .social-networks.colored li a.deviantart i {
    color: #05cc47
}

.social-networks.colored li a.flickr, .social-networks.colored li a.flickr i {
    color: #0063dc
}

.social-networks.colored li a.pinterest, .social-networks.colored li a.pinterest i {
    color: #cc2127
}

.social-networks.colored li a.google, .social-networks.colored li a.google i,
.social-networks.colored li a.google-plus, .social-networks.colored li a.google-plus i {
    color: #dd4b39
}

.social-networks.colored li a.linkedin, .social-networks.colored li a.linkedin i {
    color: #0976b4
}

.social-networks.colored li a.vk, .social-networks.colored li a.vk i,
.social-networks.colored li a.vkontakte, .social-networks.colored li a.vkontakte i {
    color: #45668e
}

.social-networks.colored li a.houzz, .social-networks.colored li a.houzz i {
    color: #7ac142
}

.social-networks.colored li a.social-500px, .social-networks.colored li a.social-500px i {
    color: #0099e5
}

.social-networks.colored li a.youtube, .social-networks.colored li a.youtube i {
    color: #e52d27
}

.social-networks.colored li a.delicious, .social-networks.colored li a.delicious i {
    color: #39f
}

.social-networks.colored li a.tumblr, .social-networks.colored li a.tumblr i {
    color: #35465c
}

.social-networks.colored li a.soundcloud, .social-networks.colored li a.soundcloud i {
    color: #f80
}

.social-networks.colored li a.xing, .social-networks.colored li a.xing i {
    color: #026466
}

.social-networks.colored li a.spotify, .social-networks.colored li a.spotify i {
    color: #2ebd59
}

.social-networks.colored li a.email, .social-networks.colored li a.email i {
    color: #666
}

.social-networks.colored li a.skype, .social-networks.colored li a.skype i {
    color: #00aff0
}

.social-networks.colored li a.github, .social-networks.colored li a.github i {
    color: #4183c4
}

.social-networks.colored li a.foursquare, .social-networks.colored li a.foursquare i {
    color: #f94877
}

.social-networks.colored li a.vimeo, .social-networks.colored li a.vimeo i {
    color: #1ab7ea
}

.social-networks.colored li a.yelp, .social-networks.colored li a.yelp i {
    color: #af0606
}

.social-networks.colored li a.tripadvisor, .social-networks.colored li a.tripadvisor i {
    color: #00af87
}

.social-networks.colored li a.custom, .social-networks.colored li a.custom i {
    color: #00b19e
}

.social-networks.colored-hover li a.facebook:hover, .social-networks.colored-hover li a.facebook:hover i {
    color: #3b5998
}

.social-networks.colored-hover li a.twitter:hover, .social-networks.colored-hover li a.twitter:hover i {
    color: #55acee
}

.social-networks.colored-hover li a.instagram:hover, .social-networks.colored-hover li a.instagram:hover i {
    color: #3f729b
}

.social-networks.colored-hover li a.dribbble:hover, .social-networks.colored-hover li a.dribbble:hover i {
    color: #ea4c89
}

.social-networks.colored-hover li a.behance:hover, .social-networks.colored-hover li a.behance:hover i {
    color: #1769ff
}

.social-networks.colored-hover li a.deviantart:hover, .social-networks.colored-hover li a.deviantart:hover i {
    color: #05cc47
}

.social-networks.colored-hover li a.flickr:hover, .social-networks.colored-hover li a.flickr:hover i {
    color: #0063dc
}

.social-networks.colored-hover li a.pinterest:hover, .social-networks.colored-hover li a.pinterest:hover i {
    color: #cc2127
}

.social-networks.colored-hover li a.google-plus:hover, .social-networks.colored-hover li a.google-plus:hover i,
.social-networks.colored-hover li a.google:hover, .social-networks.colored-hover li a.google:hover i {
    color: #dd4b39
}

.social-networks.colored-hover li a.linkedin:hover, .social-networks.colored-hover li a.linkedin:hover i {
    color: #0976b4
}

.social-networks.colored-hover li a.vk:hover, .social-networks.colored-hover li a.vk:hover i,
.social-networks.colored-hover li a.vkontakte:hover, .social-networks.colored-hover li a.vkontakte:hover i {
    color: #45668e
}

.social-networks.colored-hover li a.houzz:hover, .social-networks.colored-hover li a.houzz:hover i {
    color: #7ac142
}

.social-networks.colored-hover li a.social-500px:hover, .social-networks.colored-hover li a.social-500px:hover i {
    color: #0099e5
}

.social-networks.colored-hover li a.youtube:hover, .social-networks.colored-hover li a.youtube:hover i {
    color: #e52d27
}

.social-networks.colored-hover li a.delicious:hover, .social-networks.colored-hover li a.delicious:hover i {
    color: #39f
}

.social-networks.colored-hover li a.tumblr:hover, .social-networks.colored-hover li a.tumblr:hover i {
    color: #35465c
}

.social-networks.colored-hover li a.soundcloud:hover, .social-networks.colored-hover li a.soundcloud:hover i {
    color: #f80
}

.social-networks.colored-hover li a.snapchat.dark:hover, .social-networks.colored-hover li a.snapchat.dark:hover i,
.social-networks.colored-hover li a.snapchat:hover, .social-networks.colored-hover li a.snapchat:hover i {
    color: #fffc00
}

.social-networks.colored-hover li a.xing:hover, .social-networks.colored-hover li a.xing:hover i {
    color: #026466
}

.social-networks.colored-hover li a.spotify:hover, .social-networks.colored-hover li a.spotify:hover i {
    color: #2ebd59
}

.social-networks.colored-hover li a.email:hover, .social-networks.colored-hover li a.email:hover i {
    color: #666
}

.social-networks.colored-hover li a.skype:hover, .social-networks.colored-hover li a.skype:hover i {
    color: #00aff0
}

.social-networks.colored-hover li a.github:hover, .social-networks.colored-hover li a.github:hover i {
    color: #4183c4
}

.social-networks.colored-hover li a.foursquare:hover, .social-networks.colored-hover li a.foursquare:hover i {
    color: #f94877
}

.social-networks.colored-hover li a.vimeo:hover, .social-networks.colored-hover li a.vimeo:hover i {
    color: #1ab7ea
}

.social-networks.colored-hover li a.yelp:hover, .social-networks.colored-hover li a.yelp:hover i {
    color: #af0606
}

.social-networks.colored-hover li a.tripadvisor:hover, .social-networks.colored-hover li a.tripadvisor:hover i {
    color: #00af87
}

.social-networks.colored-hover li a.custom:hover, .social-networks.colored-hover li a.custom:hover i {
    color: #00b19e
}

.social-networks.colored-bg li a.facebook {
    background-color: #3b5998
}

.social-networks.colored-bg li a.facebook:hover {
    background-color: #2d4373
}

.social-networks.colored-bg li a.twitter {
    background-color: #55acee
}

.social-networks.colored-bg li a.twitter:hover {
    background-color: #2795e9
}

.social-networks.colored-bg li a.instagram {
    background-color: #3f729b
}

.social-networks.colored-bg li a.instagram:hover {
    background-color: #305777
}

.social-networks.colored-bg li a.dribbble {
    background-color: #ea4c89
}

.social-networks.colored-bg li a.dribbble:hover {
    background-color: #e51e6b
}

.social-networks.colored-bg li a.behance {
    background-color: #1769ff
}

.social-networks.colored-bg li a.behance:hover {
    background-color: #0050e3
}

.social-networks.colored-bg li a.deviantart {
    background-color: #05cc47
}

.social-networks.colored-bg li a.deviantart:hover {
    background-color: #049a36
}

.social-networks.colored-bg li a.flickr {
    background-color: #0063dc
}

.social-networks.colored-bg li a.flickr:hover {
    background-color: #004ca9
}

.social-networks.colored-bg li a.pinterest {
    background-color: #cc2127
}

.social-networks.colored-bg li a.pinterest:hover {
    background-color: #a01a1f
}

.social-networks.colored-bg li a.google, .social-networks.colored-bg li a.google-plus {
    background-color: #dd4b39
}

.social-networks.colored-bg li a.google-plus:hover, .social-networks.colored-bg li a.google:hover {
    background-color: #c23321
}

.social-networks.colored-bg li a.linkedin {
    background-color: #0976b4
}

.social-networks.colored-bg li a.linkedin:hover {
    background-color: #075683
}

.social-networks.colored-bg li a.vk, .social-networks.colored-bg li a.vkontakte {
    background-color: #45668e
}

.social-networks.colored-bg li a.vk:hover, .social-networks.colored-bg li a.vkontakte:hover {
    background-color: #344d6c
}

.social-networks.colored-bg li a.houzz {
    background-color: #7ac142
}

.social-networks.colored-bg li a.houzz:hover {
    background-color: #629d33
}

.social-networks.colored-bg li a.social-500px {
    background-color: #0099e5
}

.social-networks.colored-bg li a.social-500px:hover {
    background-color: #0077b2
}

.social-networks.colored-bg li a.youtube {
    background-color: #e52d27
}

.social-networks.colored-bg li a.youtube:hover {
    background-color: #c21d17
}

.social-networks.colored-bg li a.delicious {
    background-color: #39f
}

.social-networks.colored-bg li a.delicious:hover {
    background-color: #007fff
}

.social-networks.colored-bg li a.tumblr {
    background-color: #35465c
}

.social-networks.colored-bg li a.tumblr:hover {
    background-color: #222d3c
}

.social-networks.colored-bg li a.soundcloud {
    background-color: #f80
}

.social-networks.colored-bg li a.soundcloud:hover {
    background-color: #cc6d00
}

.social-networks.colored-bg li a.xing {
    background-color: #026466
}

.social-networks.colored-bg li a.xing:hover {
    background-color: #013334
}

.social-networks.colored-bg li a.spotify {
    background-color: #2ebd59
}

.social-networks.colored-bg li a.spotify:hover {
    background-color: #249446
}

.social-networks.colored-bg li a.email {
    background-color: #666
}

.social-networks.colored-bg li a.email:hover {
    background-color: #4d4d4d
}

.social-networks.colored-bg li a.skype {
    background-color: #00aff0
}

.social-networks.colored-bg li a.skype:hover {
    background-color: #008abd
}

.social-networks.colored-bg li a.github {
    background-color: #4183c4
}

.social-networks.colored-bg li a.github:hover {
    background-color: #3269a0
}

.social-networks.colored-bg li a.foursquare {
    background-color: #f94877
}

.social-networks.colored-bg li a.foursquare:hover {
    background-color: #f71752
}

.social-networks.colored-bg li a.vimeo {
    background-color: #1ab7ea
}

.social-networks.colored-bg li a.vimeo:hover {
    background-color: #1295bf
}

.social-networks.colored-bg li a.yelp {
    background-color: #af0606
}

.social-networks.colored-bg li a.yelp:hover {
    background-color: #7e0404
}

.social-networks.colored-bg li a.tripadvisor {
    background-color: #00af87
}

.social-networks.colored-bg li a.tripadvisor:hover {
    background-color: #007c60
}

.social-networks.colored-bg li a.custom {
    background-color: #00b19e
}

.social-networks.colored-bg li a.custom:hover {
    background-color: #007e70
}

.social-networks.colored-bg li a i, .social-networks.colored-bg li a span {
    color: #fff
}

.social-networks.colored-bg-hover li a.facebook:hover {
    background-color: #3b5998
}

.social-networks.colored-bg-hover li a.twitter:hover {
    background-color: #55acee
}

.social-networks.colored-bg-hover li a.instagram:hover {
    background-color: #3f729b
}

.social-networks.colored-bg-hover li a.dribbble:hover {
    background-color: #ea4c89
}

.social-networks.colored-bg-hover li a.behance:hover {
    background-color: #1769ff
}

.social-networks.colored-bg-hover li a.deviantart:hover {
    background-color: #05cc47
}

.social-networks.colored-bg-hover li a.flickr:hover {
    background-color: #0063dc
}

.social-networks.colored-bg-hover li a.pinterest:hover {
    background-color: #cc2127
}

.social-networks.colored-bg-hover li a.google-plus:hover, .social-networks.colored-bg-hover li a.google:hover {
    background-color: #dd4b39
}

.social-networks.colored-bg-hover li a.linkedin:hover {
    background-color: #0976b4
}

.social-networks.colored-bg-hover li a.vk:hover, .social-networks.colored-bg-hover li a.vkontakte:hover {
    background-color: #45668e
}

.social-networks.colored-bg-hover li a.houzz:hover {
    background-color: #7ac142
}

.social-networks.colored-bg-hover li a.social-500px:hover {
    background-color: #0099e5
}

.social-networks.colored-bg-hover li a.youtube:hover {
    background-color: #e52d27
}

.social-networks.colored-bg-hover li a.delicious:hover {
    background-color: #39f
}

.social-networks.colored-bg-hover li a.tumblr:hover {
    background-color: #35465c
}

.social-networks.colored-bg-hover li a.soundcloud:hover {
    background-color: #f80
}

.social-networks.colored-bg-hover li a.xing:hover {
    background-color: #026466
}

.social-networks.colored-bg-hover li a.spotify:hover {
    background-color: #2ebd59
}

.social-networks.colored-bg-hover li a.email:hover {
    background-color: #666
}

.social-networks.colored-bg-hover li a.skype:hover {
    background-color: #00aff0
}

.social-networks.colored-bg-hover li a.github:hover {
    background-color: #4183c4
}

.social-networks.colored-bg-hover li a.foursquare:hover {
    background-color: #f94877
}

.social-networks.colored-bg-hover li a.vimeo:hover {
    background-color: #1ab7ea
}

.social-networks.colored-bg-hover li a.yelp:hover {
    background-color: #af0606
}

.social-networks.colored-bg-hover li a.tripadvisor:hover {
    background-color: #00af87
}

.social-networks.colored-bg-hover li a.custom:hover {
    background-color: #00b19e
}

.social-networks.colored-bg-hover li a:hover i, .social-networks.colored-bg-hover li a:hover span {
    color: #fff
}

.social-networks.textual.colored li a.facebook:after, .social-networks.textual.colored-hover li a.facebook:after {
    background-color: #3b5998
}

.social-networks.textual.colored li a.twitter:after, .social-networks.textual.colored-hover li a.twitter:after {
    background-color: #55acee
}

.social-networks.textual.colored li a.instagram:after, .social-networks.textual.colored-hover li a.instagram:after {
    background-color: #3f729b
}

.social-networks.textual.colored li a.dribbble:after, .social-networks.textual.colored-hover li a.dribbble:after {
    background-color: #ea4c89
}

.social-networks.textual.colored li a.behance:after, .social-networks.textual.colored-hover li a.behance:after {
    background-color: #1769ff
}

.social-networks.textual.colored li a.deviantart:after, .social-networks.textual.colored-hover li a.deviantart:after {
    background-color: #05cc47
}

.social-networks.textual.colored li a.flickr:after, .social-networks.textual.colored-hover li a.flickr:after {
    background-color: #0063dc
}

.social-networks.textual.colored li a.pinterest:after, .social-networks.textual.colored-hover li a.pinterest:after {
    background-color: #cc2127
}

.social-networks.textual.colored li a.google-plus:after, .social-networks.textual.colored li a.google:after,
.social-networks.textual.colored-hover li a.google-plus:after, .social-networks.textual.colored-hover li a.google:after {
    background-color: #dd4b39
}

.social-networks.textual.colored li a.linkedin:after, .social-networks.textual.colored-hover li a.linkedin:after {
    background-color: #0976b4
}

.social-networks.textual.colored li a.vk:after, .social-networks.textual.colored li a.vkontakte:after,
.social-networks.textual.colored-hover li a.vk:after, .social-networks.textual.colored-hover li a.vkontakte:after {
    background-color: #45668e
}

.social-networks.textual.colored li a.houzz:after, .social-networks.textual.colored-hover li a.houzz:after {
    background-color: #7ac142
}

.social-networks.textual.colored li a.social-500px:after, .social-networks.textual.colored-hover li a.social-500px:after {
    background-color: #0099e5
}

.social-networks.textual.colored li a.youtube:after, .social-networks.textual.colored-hover li a.youtube:after {
    background-color: #e52d27
}

.social-networks.textual.colored li a.delicious:after, .social-networks.textual.colored-hover li a.delicious:after {
    background-color: #39f
}

.social-networks.textual.colored li a.tumblr:after, .social-networks.textual.colored-hover li a.tumblr:after {
    background-color: #35465c
}

.social-networks.textual.colored li a.soundcloud:after, .social-networks.textual.colored-hover li a.soundcloud:after {
    background-color: #f80
}

.social-networks.textual.colored li a.xing:after, .social-networks.textual.colored-hover li a.xing:after {
    background-color: #026466
}

.social-networks.textual.colored li a.spotify:after, .social-networks.textual.colored-hover li a.spotify:after {
    background-color: #2ebd59
}

.social-networks.textual.colored li a.email:after, .social-networks.textual.colored-hover li a.email:after {
    background-color: #666
}

.social-networks.textual.colored li a.skype:after, .social-networks.textual.colored-hover li a.skype:after {
    background-color: #00aff0
}

.social-networks.textual.colored li a.github:after, .social-networks.textual.colored-hover li a.github:after {
    background-color: #4183c4
}

.social-networks.textual.colored li a.foursquare:after, .social-networks.textual.colored-hover li a.foursquare:after {
    background-color: #f94877
}

.social-networks.textual.colored li a.vimeo:after, .social-networks.textual.colored-hover li a.vimeo:after {
    background-color: #1ab7ea
}

.social-networks.textual.colored li a.yelp:after, .social-networks.textual.colored-hover li a.yelp:after {
    background-color: #af0606
}

.social-networks.textual.colored li a.tripadvisor:after, .social-networks.textual.colored-hover li a.tripadvisor:after {
    background-color: #00af87
}

.social-networks.textual.colored li a.custom:after, .social-networks.textual.colored-hover li a.custom:after {
    background-color: #00b19e
}

.rounded.social-networks.colored li a.dark, .rounded.social-networks.colored li a.dark i,
.rounded.social-networks.colored-hover li a.dark, .rounded.social-networks.colored-hover li a.dark i {
    color: #020202
}

.social-networks.textual.colored li a.dark, .social-networks.textual.colored li a.dark i {
    color: #020202
}

.social-networks.textual.colored li a.dark i:after, .social-networks.textual.colored li a.dark:after {
    background-color: #020202
}

.social-networks.textual.colored-hover li a.dark:hover, .social-networks.textual.colored-hover li a.dark:hover i {
    color: #020202
}

.social-networks.textual.colored-hover li a.dark:hover i:after,
.social-networks.textual.colored-hover li a.dark:hover:after {
    background-color: #020202
}

.social-networks.colored-bg li a.snapchat {
    background-color: #fffc00
}

.social-networks.colored-bg li a.snapchat span {
    color: #020202
}

.social-networks.colored-bg li a.snapchat:hover {
    background-color: #f0ed00
}

.social-networks.colored-bg li a.snapchat i {
    -webkit-text-stroke: 1px rgba(2, 2, 2, .5)
}

.social-networks.colored-bg-hover li a.dark:hover {
    background-color: #fffc00
}

.social-networks.colored-bg-hover li a.dark:hover span {
    color: #020202
}

.social-networks.colored-bg-hover li a.dark:hover i {
    -webkit-text-stroke: 1px rgba(2, 2, 2, .5)
}

.header-search-input {
    position: relative;
    display: block;
    margin-left: 30px;
    text-align: left;
    pointer-events: auto;
    -ms-flex-item-align: center;
    align-self: center;
    top: 2px;
    z-index: 100
}

.header-search-input .search-field {
    position: absolute;
    display: block;
    right: -10px;
    background: #ededed;
    margin: 0;
    z-index: 5;
    border-radius: 3px;
    padding: 8px 6px;
    padding-left: 10px;
    top: 50%;
    -webkit-transform: translateY(-58%);
    transform: translateY(-58%);
    visibility: hidden;
    opacity: 0
}

.header-search-input .search-field span {
    display: block;
    min-width: 200px
}

.header-search-input .search-field input {
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute;
    background: 0 0;
    border: 0;
    max-width: 80%;
    padding-left: 10px;
    -webkit-box-shadow: none;
    box-shadow: none
}

.header-search-input .search-field input:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: 0
}

.header-search-input .search-icon {
    position: relative;
    z-index: 10;
    text-align: center
}

.header-search-input .search-icon a {
    display: block
}

.header-search-input .search-icon a svg {
    width: 22px;
    -webkit-transition: fill 150ms ease-in-out;
    transition: fill 150ms ease-in-out
}

.header-search-input.menu-skin-main .search-icon a {
    color: #00b19e
}

.header-search-input.menu-skin-main .search-icon a svg {
    fill: #00b19e
}

.header-search-input.menu-skin-dark .search-icon a {
    color: #333
}

.header-search-input.menu-skin-dark .search-icon a svg {
    fill: #333
}

.header-search-input.menu-skin-light .search-icon a {
    color: #fff
}

.header-search-input.menu-skin-light .search-icon a svg {
    fill: #fff
}

.header-search-input.menu-skin-light.search-field-visible .search-icon svg {
    -webkit-transition: fill 350ms ease-in-out;
    transition: fill 350ms ease-in-out;
    fill: #333
}

.woocommerce a {
    display: inline-block
}

.woocommerce li {
    list-style: none
}

.woocommerce label {
    font-weight: 400
}

.woocommerce .screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important
}

.woocommerce .col2-set:after, .woocommerce .col2-set:before {
    content: " ";
    display: table
}

.woocommerce .col2-set:after {
    clear: both
}

.woocommerce .col2-set:after, .woocommerce .col2-set:before {
    content: " ";
    display: table
}

.woocommerce .col2-set:after {
    clear: both
}

.woocommerce .col2-set .col-1, .woocommerce .col2-set .col-2 {
    float: left;
    width: 50%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

@media screen and (max-width:992px) {
    .woocommerce .col2-set .col-1, .woocommerce .col2-set .col-2 {
        width: 100%;
        margin-bottom: 20px
    }
}

.woocommerce .col2-set .col-1 {
    padding-right: 15px
}

@media screen and (max-width:992px) {
    .woocommerce .col2-set .col-1 {
        padding-right: 0
    }
}

.woocommerce .col2-set .col-2 {
    padding-left: 15px
}

@media screen and (max-width:992px) {
    .woocommerce .col2-set .col-2 {
        padding-left: 0
    }
}

.woocommerce .form-row {
    margin-bottom: 20px
}

.woocommerce .form-row:last-child {
    margin-bottom: 0
}

.woocommerce .woocommerce-shop-header {
    margin-bottom: 40px
}

.woocommerce .woocommerce-shop-header--columned {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%
}

@media screen and (max-width:768px) {
    .woocommerce .woocommerce-shop-header--columned {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .woocommerce .woocommerce-shop-header--columned > div {
        width: 100%
    }
}

.woocommerce .woocommerce-shop-header--columned > div {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
}

.woocommerce .woocommerce-shop-header--title .page-title {
    font-size: 26px;
    margin: 0;
    margin-bottom: 10px
}

.woocommerce .woocommerce-shop-header--sorting .form-group {
    margin-bottom: 10px
}

@media screen and (min-width:768px) {
    .woocommerce .woocommerce-shop-header--sorting .woocommerce-ordering {
        position: relative;
        float: right
    }

    .woocommerce .woocommerce-shop-header--sorting .woocommerce-ordering .dropdown-menu {
        left: auto;
        right: 0
    }
}

.woocommerce .woocommerce-address-fields p input[type=submit] {
    margin-top: 20px
}

.woocommerce .input-text {
    width: 100%
}

.woocommerce .input-text[type=text], .woocommerce .input-text[type=number],
.woocommerce .input-text[type=email], .woocommerce .input-text[type=password] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.woocommerce select {
    height: 35px
}

.woocommerce .quantity {
    width: 90px;
    position: relative;
    padding: 0
}

.woocommerce .quantity input.qty {
    border: 0;
    width: 100%;
    background-color: #eee;
    padding: 10px;
    text-align: center;
    height: 40px;
    font-weight: 400;
    font-size: 15px;
    text-indent: 10px;
    border-radius: 2px
}

.woocommerce .quantity .minus, .woocommerce .quantity .plus {
    position: absolute;
    height: 50%;
    text-indent: -9999px;
    background: url(../images/icons/shop-spinner-icons.png) no-repeat center top;
    border: 0;
    right: 0;
    padding: 0;
    width: 25px;
    border-radius: 0;
    background-size: 6px 30px
}

.woocommerce .quantity .minus.minus, .woocommerce .quantity .plus.minus {
    bottom: 0;
    background-position: center -12px;
    border-radius: 0 0 2px 0
}

.woocommerce .quantity .minus.plus, .woocommerce .quantity .plus.plus {
    top: 0;
    background-position: center 2px;
    border-radius: 0 2px 0 0
}

.woocommerce .quantity .minus:active, .woocommerce .quantity .plus:active {
    background-color: #e9e9e9
}

.woocommerce .quantity.buttons_added input.qty {
    padding-right: 25px
}

.woocommerce .quantity.buttons_added input[type=number]::-webkit-inner-spin-button,
.woocommerce .quantity.buttons_added input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none
}

.woocommerce .button.wc-backward {
    margin-top: 20px
}

.woocommerce .return-to-shop {
    margin-bottom: 40px
}

.woocommerce .shop_table {
    width: 100%
}

.woocommerce .shop_table tr {
    border-bottom: 1px solid #eee
}

.woocommerce .shop_table tr tr {
    border-bottom: 0
}

.woocommerce .shop_table tr td, .woocommerce .shop_table tr th {
    padding: 10px 0;
    color: #898989
}

.woocommerce .shop_table tr .amount, .woocommerce .shop_table tr .product-quantity,
.woocommerce .shop_table tr label, .woocommerce .shop_table tr td, .woocommerce .shop_table tr th {
    font-weight: 400
}

.woocommerce .shop_table thead .product-total {
    color: #898989
}

.woocommerce .shop_table tbody tr:last-child {
    border-bottom-width: 1px
}

.woocommerce .shop_table tfoot tr:last-child {
    border-bottom-width: 0
}

.woocommerce .shop_table .shipping {
    vertical-align: top
}

.woocommerce .shop_table .shipping ul {
    padding: 0;
    margin-bottom: 0;
    text-align: right
}

.woocommerce .shop_table .shipping ul li {
    font-size: 15px
}

.woocommerce .shop_table .shipping ul li label:before {
    float: right;
    margin-right: 0;
    margin-left: 5px;
    top: 2px
}

.woocommerce .shop_table .shipping th + td {
    color: #898989
}

.woocommerce .shop_table .wc-item-meta {
    padding: 0;
    margin: 0;
    margin-top: 10px;
    font-size: 13px
}

.woocommerce .shop_table .wc-item-meta li {
    padding: 5px 0;
    display: block
}

.woocommerce .shop_table .wc-item-meta li p {
    margin-bottom: 0
}

.woocommerce .shop_table .wc-item-meta strong {
    font-weight: 400;
    padding-right: 5px
}

.woocommerce .cart_totals .shop_table tr {
    vertical-align: top
}

.woocommerce .cart_totals .shop_table td + td, .woocommerce .cart_totals .shop_table th + td,
.woocommerce .cart_totals .shop_table th + th {
    color: #333;
    text-align: right
}

.woocommerce .woocommerce-checkout-review-order .shop_table tr > :last-child {
    text-align: right
}

.woocommerce .woocommerce-customer-details .shop_table tbody tr:last-child {
    border-bottom-width: 0
}

.woocommerce .woocommerce-orders-table.shop_table tbody tr:last-child {
    border-bottom-width: 0
}

.woocommerce-checkout {
    clear: both
}

form.woocommerce-checkout {
    margin-bottom: 40px
}

.woocommerce-checkout .order-review-container {
    position: relative;
    border: 1px solid #eee;
    padding: 30px
}

.woocommerce-checkout .order-review-container h2, .woocommerce-checkout .order-review-container h3 {
    margin-top: 0;
    font-size: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #eee;
    margin-bottom: 20px
}

.woocommerce-checkout .woocommerce-form-login .labeled-input-row {
    margin-bottom: 15px
}

.woocommerce-checkout .woocommerce-form-login .form-row--remember-me {
    margin-bottom: 15px
}

.woocommerce-checkout .woocommerce-form-login .form-row--login {
    float: left;
    margin-bottom: 0
}

.woocommerce-checkout .woocommerce-form-login .lost_password {
    float: right;
    margin-bottom: 0
}

.woocommerce-checkout .checkout-form-option {
    float: left;
    width: 100%
}

@media screen and (min-width:992px) {
    .woocommerce-checkout .checkout-form-option {
        width: 50%;
        padding-right: 7.5px
    }
}

@media screen and (min-width:992px) {
    .woocommerce-checkout .checkout-form-option + .checkout-form-option {
        padding-left: 7.5px;
        padding-right: 0
    }
}

.woocommerce-checkout .checkout-form-option--only {
    width: 100%;
    padding-left: 0;
    padding-right: 0
}

.woocommerce-checkout .checkout-form-option--header .woocommerce-info {
    background-color: #eee;
    color: #898989;
    border-top: 3px solid #00b19e;
    margin-bottom: 20px
}

.woocommerce-checkout .checkout-form-option--header .woocommerce-info a {
    color: #00b19e;
    display: inline-block
}

.woocommerce-checkout .checkout-form-option--header .woocommerce-info a:after {
    content: '';
    overflow: hidden;
    position: absolute;
    left: 0;
    bottom: -1px;
    display: block;
    width: 0;
    height: 1px;
    background-color: #00b19e;
    -webkit-transition: all .3s cubic-bezier(.175, .885, .32, 1.075);
    transition: all .3s cubic-bezier(.175, .885, .32, 1.075)
}

.woocommerce-checkout .checkout-form-option--header .woocommerce-info a:hover {
    text-decoration: none;
    color: #00b19e
}

.woocommerce-checkout .checkout-form-option--header .woocommerce-info a.link-hover:after,
.woocommerce-checkout .checkout-form-option--header .woocommerce-info a:active:after {
    width: 100%
}

.woocommerce-checkout .checkout-form-option--content {
    display: none
}

.woocommerce-checkout .checkout-form-option--content > form {
    border: 1px solid #eee;
    padding: 30px;
    margin-bottom: 30px
}

.woocommerce-checkout .checkout-form-option .checkout_coupon .form-row-last {
    margin-bottom: 0
}

.woocommerce-checkout .woocommerce-terms-and-conditions {
    background-color: #eee;
    border: 1px solid #e1e1e1;
    padding: 15px;
    margin-bottom: 10px
}

.woocommerce-checkout .woocommerce-terms-and-conditions ol, .woocommerce-checkout .woocommerce-terms-and-conditions ul {
    padding-left: 0
}

.woocommerce-checkout .place-order input[type=submit] {
    display: block;
    width: 100%
}

.woocommerce-checkout .ship-to-billing-only .col2-set .col-1, .woocommerce-checkout .ship-to-billing-only .col2-set .col-2 {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 20px
}

.woocommerce-checkout .ship-to-billing-only .woocommerce-additional-fields h3 {
    margin-top: 20px;
    margin-bottom: 0
}

.woocommerce-account .woocommerce-form {
    padding: 25px 30px;
    border: 1px solid #eee
}

.woocommerce-account .woocommerce-form:after, .woocommerce-account .woocommerce-form:before {
    content: " ";
    display: table
}

.woocommerce-account .woocommerce-form:after {
    clear: both
}

.woocommerce-account .woocommerce-form:after, .woocommerce-account .woocommerce-form:before {
    content: " ";
    display: table
}

.woocommerce-account .woocommerce-form:after {
    clear: both
}

.woocommerce-account .woocommerce-form > h2 {
    margin: 0;
    font-size: 20px;
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #eee
}

.woocommerce-account form.edit-account .button {
    margin-top: 20px
}

.woocommerce-account form.edit-account > p:last-of-type {
    margin-bottom: 0
}

.woocommerce-account .form-row--login {
    float: left;
    margin-bottom: 0
}

.woocommerce-account .woocommerce-ResetPassword .labeled-input-row label[for=user_login] {
    min-width: auto
}

.woocommerce-account .woocommerce-LostPassword {
    float: right
}

.woocommerce-account .woocommerce-password-strength {
    font-size: 14px;
    font-weight: 500
}

.woocommerce-account .woocommerce-password-strength.bad, .woocommerce-account .woocommerce-password-strength.short {
    color: #e44c52
}

.woocommerce-account .woocommerce-password-strength.good {
    color: #f5d16f
}

.woocommerce-account .woocommerce-password-strength.strong {
    color: #b5e07b
}

.woocommerce-account .labeled-input-row .woocommerce-password-hint,
.woocommerce-account .labeled-input-row .woocommerce-password-strength {
    position: absolute;
    right: 0;
    top: 100%;
    max-width: 70%
}

.woocommerce-account .labeled-input-row .woocommerce-password-strength {
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.woocommerce-account .labeled-input-row .woocommerce-password-hint {
    margin-top: 15px;
    text-align: right
}

.woocommerce-account .woocommerce-orders-table.woocommerce-MyAccount-orders .woocommerce-orders-table__cell-order-actions {
    max-width: 80px
}

.woocommerce-account .woocommerce-orders-table.woocommerce-MyAccount-orders .woocommerce-orders-table__cell-order-actions a {
    display: inline-block;
    padding: 5px 10px;
    margin-right: 5px;
    background-color: #eee;
    color: #333
}

.woocommerce-account .woocommerce-orders-table.woocommerce-MyAccount-orders .woocommerce-orders-table__cell-order-actions a:active,
.woocommerce-account .woocommerce-orders-table.woocommerce-MyAccount-orders .woocommerce-orders-table__cell-order-actions a:hover {
    color: #333
}

a.woocommerce-account .woocommerce-orders-table.woocommerce-MyAccount-orders .woocommerce-orders-table__cell-order-actions a:active,
a.woocommerce-account .woocommerce-orders-table.woocommerce-MyAccount-orders .woocommerce-orders-table__cell-order-actions a:hover {
    color: #333
}

.woocommerce-account .woocommerce-orders-table.woocommerce-MyAccount-orders .woocommerce-orders-table__cell-order-actions a:hover {
    background: #e6e6e6
}

.woocommerce-account .woocommerce-orders-table.woocommerce-MyAccount-orders .woocommerce-orders-table__cell-order-actions a:active {
    background: #e1e1e1;
    -webkit-box-shadow: inset 0 10px 10px -10px rgba(0, 0, 0, .15);
    box-shadow: inset 0 10px 10px -10px rgba(0, 0, 0, .15)
}

.woocommerce-account .order-again {
    margin-top: -20px;
    margin-bottom: 30px
}

.woocommerce-account .wc-my-account-tabs {
    position: relative;
    float: left;
    width: 20%;
    margin-bottom: 20px
}

.woocommerce-account .wc-my-account-tabs:before {
    display: block;
    content: '';
    position: absolute;
    top: 0;
    right: -1px;
    bottom: 0;
    width: 1px;
    background: #eee
}

.woocommerce-account .wc-my-account-tabs .user-profile {
    margin-bottom: 40px;
    display: table;
    width: 100%;
    table-layout: auto
}

.woocommerce-account .wc-my-account-tabs .user-profile .image, .woocommerce-account .wc-my-account-tabs .user-profile .user-info {
    display: table-cell;
    vertical-align: middle
}

.woocommerce-account .wc-my-account-tabs .user-profile .image {
    width: 64px;
    height: 64px
}

.woocommerce-account .wc-my-account-tabs .user-profile .image img {
    width: 100%;
    height: auto;
    -webkit-border-radius: 50%;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 50%;
    -moz-background-clip: padding;
    border-radius: 50%;
    background-clip: padding-box
}

.woocommerce-account .wc-my-account-tabs .user-profile .user-info {
    padding-left: 15px
}

.woocommerce-account .wc-my-account-tabs .user-profile .user-info .name {
    display: block;
    font-size: 19px;
    line-height: 1;
    margin-bottom: 5px;
    color: #333
}

.woocommerce-account .wc-my-account-tabs .user-profile .user-info .logout {
    font-size: 13px;
    color: #898989
}

@media screen and (max-width:768px) {
    .woocommerce-account .wc-my-account-tabs .user-profile {
        margin-bottom: 20px
    }

    .woocommerce-account .wc-my-account-tabs .user-profile .image {
        width: 48px;
        height: 48px
    }

    .woocommerce-account .wc-my-account-tabs .user-profile .user-info .name {
        font-size: 16px;
        margin-bottom: 2px
    }

    .woocommerce-account .wc-my-account-tabs .user-profile .user-info .logout {
        font-size: 12px
    }
}

.woocommerce-account .wc-my-account-tabs .woocommerce-MyAccount-navigation ul {
    margin: 0;
    padding: 0
}

.woocommerce-account .wc-my-account-tabs .woocommerce-MyAccount-navigation ul li a {
    display: block;
    border-top: 1px solid #eee;
    border-right: 1px solid transparent;
    margin-right: -1px;
    color: #898989;
    padding: 10px 0
}

.woocommerce-account .wc-my-account-tabs .woocommerce-MyAccount-navigation ul li.is-active a,
.woocommerce-account .wc-my-account-tabs .woocommerce-MyAccount-navigation ul li:hover a {
    color: #333
}

.woocommerce-account .wc-my-account-tabs .woocommerce-MyAccount-navigation ul li.is-active a {
    border-right-color: #fff
}

@media screen and (max-width:768px) {
    .woocommerce-account .wc-my-account-tabs .woocommerce-MyAccount-navigation ul li.is-active a {
        border-right: 0
    }
}

.woocommerce-view-order.woocommerce-account .wc-my-account-tabs .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--orders a {
    border-right-color: #fff
}

.woocommerce-account .woocommerce-MyAccount-content {
    float: right;
    width: 80%;
    border-left: 1px solid #eee;
    padding-left: 40px
}

.woocommerce-account .woocommerce-MyAccount-content .section-title {
    margin-top: 0
}

@media screen and (max-width:768px) {
    .woocommerce-account .wc-my-account-tabs, .woocommerce-account .woocommerce-MyAccount-content {
        width: 100%;
        border: 0;
        padding: 0;
        float: none;
        margin-bottom: 30px
    }
}

.woocommerce-account .my_account_orders {
    margin-top: 20px
}

.woocommerce-account .my_account_orders tbody tr td, .woocommerce-account .my_account_orders tbody tr th {
    padding: 20px 0
}

.woocommerce-account .my_account_orders tbody tr td.order-actions,
.woocommerce-account .my_account_orders tbody tr th.order-actions {
    text-align: right
}

.woocommerce-account .my_account_orders tbody tr td.order-actions .button,
.woocommerce-account .my_account_orders tbody tr th.order-actions .button {
    font-size: 15px
}

.woocommerce-account .my_account_orders tbody tr td.order-actions .button:hover,
.woocommerce-account .my_account_orders tbody tr th.order-actions .button:hover {
    color: #333
}

.woocommerce-account .my_account_orders tbody tr td.order-actions .button + .button,
.woocommerce-account .my_account_orders tbody tr th.order-actions .button + .button {
    margin-left: 10px
}

.select2-container.select2-container--default .select2-selection--single {
    border-color: #eee;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    height: auto
}

.select2-container.select2-container--default .select2-selection--single .select2-selection__rendered {
    padding: 2px 12px;
    color: #333
}

.select2-container.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 100%;
    margin-right: 7px
}

.select2-container.select2-container--default.select2-container--open.select2-container--below .select2-selection--single {
    border-bottom-color: #fff
}

.select2-container.select2-container--default .select2-dropdown {
    border-color: #eee;
    border-radius: 0
}

.select2-container.select2-container--default .select2-dropdown .select2-search {
    position: relative;
    padding: 5px 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #eee
}

.select2-container.select2-container--default .select2-dropdown .select2-search:before {
    position: absolute;
    content: '\f002';
    font-family: FontAwesome;
    right: 20px;
    font-size: 13px;
    color: #898989;
    top: 50%;
    margin-top: -3px;
    line-height: 1;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.select2-container.select2-container--default .select2-dropdown .select2-search__field {
    border-color: #eee;
    color: #898989;
    padding: 5px 8px;
    padding-right: 30px;
    background: #fff;
    border-radius: 0
}

.select2-container.select2-container--default .select2-dropdown .select2-results {
    padding-left: 0;
    padding-right: 0
}

.select2-container.select2-container--default .select2-dropdown .select2-result {
    border-radius: 0;
    font-size: 15px;
    color: #898989
}

.select2-container.select2-container--default .select2-dropdown .select2-results__option {
    padding-left: 12px;
    padding-right: 12px
}

.select2-container.select2-container--default .select2-dropdown .select2-results__option[aria-selected=true] {
    background-color: #eee
}

.select2-container.select2-container--default .select2-dropdown .select2-results__option.select2-results__option--highlighted {
    background-color: rgba(238, 238, 238, .5);
    color: #555
}

.select2-container.select2-container--default .select2-dropdown .select2-no-results {
    background: 0 0;
    padding: 5px 12px;
    color: #888
}

.error-holder {
    width: 100%;
    background: #fff;
    margin: 50px 0;
    text-align: center
}

.error-holder .box {
    background: #00b19e;
    margin: 0 auto;
    width: 309px;
    height: 309px;
    position: relative
}

.error-holder .box .error-type {
    font-size: 156px;
    text-align: right;
    letter-spacing: -15px;
    margin-bottom: 0;
    color: #fff;
    line-height: 112px;
    right: 23px;
    bottom: 0;
    position: absolute;
    letter-spacing: -30px
}

.error-holder .error-text {
    font-size: 53px;
    letter-spacing: -1.5px;
    color: #00b19e;
    margin-top: 0;
    text-transform: uppercase
}

.error-holder p {
    font-size: 18px;
    margin-top: 40px
}

.flashing-num-1 {
    position: relative;
    -webkit-animation: flashNum1 .6s linear alternate;
    animation: flashNum1 .6s linear alternate
}

.flashing-num-1 lesshat-selector {
    -lh-property: 0
}

@-webkit-keyframes flashNum1 {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1;
        left: 0
    }
}

@keyframes flashNum1 {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1;
        left: 0
    }
}

[not-existing] {
    zoom: 1
}

.flashing-num-1 lesshat-selector {
    -lh-property: 0
}

@-webkit-keyframes flashNum2 {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1;
        left: 0
    }
}

@keyframes flashNum2 {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1;
        left: 0
    }
}

[not-existing] {
    zoom: 1
}

.flashing-num-1 lesshat-selector {
    -lh-property: 0
}

@-webkit-keyframes flashNum3 {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1;
        left: 0
    }
}

@keyframes flashNum3 {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1;
        left: 0
    }
}

[not-existing] {
    zoom: 1
}

.flashing-num-1.del-1 {
    -webkit-animation: flashNum2 820ms linear alternate;
    animation: flashNum2 820ms linear alternate
}

.flashing-num-1.del-2 {
    -webkit-animation: flashNum3 1.15s linear alternate;
    animation: flashNum3 1.15s linear alternate
}

.search-results-holder .result-box {
    margin-bottom: 40px;
    word-break: break-word;
    display: table;
    table-layout: auto;
    width: 100%
}

@media screen and (max-width:768px) {
    .search-results-holder .result-box {
        display: block
    }
}

.search-results-holder .result-box .result-image, .search-results-holder .result-box .result-info {
    display: table-cell;
    vertical-align: middle
}

@media screen and (max-width:768px) {
    .search-results-holder .result-box .result-image, .search-results-holder .result-box .result-info {
        display: block
    }
}

.search-results-holder .result-box .result-image {
    width: 150px
}

.search-results-holder .result-box .result-image a {
    display: block;
    margin-right: 30px
}

.search-results-holder .result-box .result-image a .image-placeholder,
.search-results-holder .result-box .result-image a .image-placeholder > img {
    border-radius: 50%;
    overflow: hidden;
    display: block
}

.search-results-holder .result-box .result-image + .result-info {
    padding-left: 20px
}

@media screen and (max-width:768px) {
    .search-results-holder .result-box .result-image {
        width: 100%;
        text-align: center;
        margin-bottom: 20px;
        margin-right: 0
    }

    .search-results-holder .result-box .result-image a {
        max-width: 200px;
        margin-left: auto;
        margin-right: auto
    }

    .search-results-holder .result-box .result-image + .result-info {
        padding-left: 0
    }
}

.search-results-holder .result-box .result-info h3 {
    font-size: 23px;
    margin-top: 0;
    word-break: normal
}

.search-results-holder .result-box .result-info h3 a {
    color: #333
}

.search-results-holder .result-box .result-info h3 a::after {
    background: 0 0
}

.search-results-holder .result-box + .result-box {
    padding-top: 40px;
    border-top: 1px solid #eee
}

body.search-results .section-title {
    margin: 0;
    margin-bottom: 50px
}

.site-footer {
    background: 0 0;
    position: relative;
    z-index: 10;
    background-color: #eee
}

.site-footer .footer-widgets {
    margin-top: 50px;
    margin-bottom: 40px
}

@media screen and (max-width:992px) {
    .site-footer .footer-widgets {
        margin-top: 30px;
        margin-bottom: 20px
    }
}

.site-footer .footer-widgets .widget h1, .site-footer .footer-widgets .widget h2,
.site-footer .footer-widgets .widget h3 {
    margin-top: 0
}

.site-footer .footer-widgets .widget #shots {
    margin-left: -5px;
    margin-right: -5px
}

.site-footer .footer-widgets .widget #shots .dribbble-title {
    display: none
}

.site-footer .footer-widgets .widget #shots .dribbble_shot img {
    width: 58px;
    margin: 5px
}

.site-footer .footer-widgets .widget .timePosted, .site-footer .footer-widgets .widget .tweet {
    display: inline
}

.site-footer .footer-widgets .widget .timePosted {
    font-size: 14px;
    color: #aaa
}

.site-footer .footer-widgets .widget .twitter-nav {
    margin-top: 12px;
    float: left
}

.site-footer .footer-widgets .widget .twitter-nav .previous i {
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1)
}

.site-footer .footer-widgets .widget .twitter-nav .next, .site-footer .footer-widgets .widget .twitter-nav .previous {
    width: 20px;
    height: 20px;
    background: #fff;
    margin: 1px;
    position: relative;
    float: left
}

.site-footer .footer-widgets .widget .twitter-nav .next i, .site-footer .footer-widgets .widget .twitter-nav .previous i {
    width: 100%;
    font-size: 12px;
    color: #898989;
    text-align: center;
    top: 50%;
    margin-top: -5px;
    position: absolute
}

.site-footer .footer-widgets .widget .twitter-nav .next:hover i, .site-footer .footer-widgets .widget .twitter-nav .previous:hover i {
    color: #00b19e
}

@media screen and (max-width:768px) {
    .site-footer .footer-widgets .widget .twitter-nav .next, .site-footer .footer-widgets .widget .twitter-nav .previous {
        width: 25px;
        height: 25px
    }
}

.site-footer .footer-widgets .widget h1, .site-footer .footer-widgets .widget h2,
.site-footer .footer-widgets .widget h3 {
    font-size: 22px;
    color: #333
}

.site-footer .footer-widgets .widget h1.strong, .site-footer .footer-widgets .widget h2.strong,
.site-footer .footer-widgets .widget h3.strong {
    font-size: 24px
}

.site-footer .footer-widgets .widget .textwidget {
    color: #898989
}

.site-footer .footer-widgets .widget .textwidget, .site-footer .footer-widgets .widget p {
    font-size: 16px;
    line-height: 1.33333333
}

.site-footer .footer-widgets .widget ul {
    list-style: none;
    padding: 0
}

.site-footer .footer-widgets .widget.widget_tag_cloud a {
    background-color: #fff;
    -webkit-transition: all 250ms ease-in-out;
    transition: all 250ms ease-in-out
}

.site-footer .footer-widgets .widget.widget_tag_cloud a:hover {
    background-color: #d5d5d5 !important
}

.site-footer hr {
    margin: 0
}

.site-footer .footer-bottom-content {
    padding-top: 30px;
    padding-bottom: 30px
}

@media screen and (max-width:480px) {
    .site-footer .footer-bottom-content {
        padding-top: 15px;
        padding-bottom: 15px
    }
}

.site-footer .footer-bottom-content a {
    color: #898989
}

.site-footer .footer-bottom-content a, .site-footer .footer-bottom-content p {
    font-size: 15px
}

.site-footer .footer-bottom-content .copyrights p {
    margin-bottom: 0
}

.site-footer .footer-collapse-link {
    display: block;
    text-align: center;
    padding: 40px;
    margin-top: 10px
}

.site-footer .footer-collapse-link span {
    display: inline-block;
    text-indent: -99999px;
    background: #898989;
    width: 12px;
    height: 12px;
    -webkit-border-radius: 50%;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 50%;
    -moz-background-clip: padding;
    border-radius: 50%;
    background-clip: padding-box
}

.site-footer .footer-collapse-link span + span {
    margin-left: 4px
}

@media screen and (min-width:768px) {
    .site-footer .footer-collapse-link {
        display: none
    }
}

@media screen and (max-width:768px) {
    .site-footer .footer-collapse-link + .footer--widgets {
        display: none
    }
}

.site-footer.fixed-footer {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    margin-left: 0;
    margin-right: 0
}

@media screen and (max-width:992px) {
    .site-footer.fixed-footer {
        position: relative;
        left: 0;
        right: 0;
        margin-left: 0;
        margin-right: 0
    }
}

.site-footer.fixed-footer.shown.by-default {
    z-index: 200;
    -webkit-transition: none !important;
    transition: none !important
}

.site-footer.fixed-footer.fixed-footer-fade .container {
    zoom: 1;
    filter: alpha(opacity=0);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    -webkit-transition: all 430ms cubic-bezier(.445, .050, .55, .95);
    transition: all 430ms cubic-bezier(.445, .050, .55, .95)
}

@media screen and (max-width:768px) {
    .site-footer.fixed-footer.fixed-footer-fade .container {
        zoom: 1;
        filter: alpha(opacity=100);
        -webkit-opacity: 1;
        -moz-opacity: 1;
        opacity: 1
    }
}

.site-footer.fixed-footer.fixed-footer-fade.shown .container {
    zoom: 1;
    filter: alpha(opacity=100);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    -webkit-transition-delay: 220ms;
    transition-delay: 220ms
}

.site-footer.fixed-footer.fixed-footer-slide {
    zoom: 1;
    filter: alpha(opacity=0);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    -webkit-transform-origin: bottom;
    transform-origin: bottom;
    -webkit-transform: translateY(20%);
    transform: translateY(20%);
    -webkit-transition: all 430ms cubic-bezier(.445, .050, .55, .95);
    transition: all 430ms cubic-bezier(.445, .050, .55, .95)
}

.site-footer.fixed-footer.fixed-footer-slide.shown {
    zoom: 1;
    filter: alpha(opacity=100);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0)
}

.site-footer.site-footer-inverted .footer-widgets .widget a, .site-footer.site-footer-inverted .footer-widgets .widget div,
.site-footer.site-footer-inverted .footer-widgets .widget h1, .site-footer.site-footer-inverted .footer-widgets .widget h2,
.site-footer.site-footer-inverted .footer-widgets .widget h3, .site-footer.site-footer-inverted .footer-widgets .widget p {
    color: #fff
}

.site-footer.site-footer-inverted hr {
    border-color: rgba(255, 255, 255, .5)
}

.site-footer.site-footer-inverted .footer-bottom-content .copyrights p {
    color: #fff
}

.site-footer.site-footer-inverted .footer-bottom-content .footer-content-right a {
    color: #fff
}

.site-footer.footer-bottom-horizontal .footer-bottom-content {
    display: table;
    table-layout: auto;
    width: 100%;
    direction: rtl
}

@media screen and (max-width:768px) {
    .site-footer.footer-bottom-horizontal .footer-bottom-content {
        display: block
    }
}

.site-footer.footer-bottom-horizontal .footer-bottom-content .footer-content-left,
.site-footer.footer-bottom-horizontal .footer-bottom-content .footer-content-right {
    display: table-cell;
    vertical-align: middle;
    direction: ltr
}

@media screen and (max-width:768px) {
    .site-footer.footer-bottom-horizontal .footer-bottom-content .footer-content-left,
    .site-footer.footer-bottom-horizontal .footer-bottom-content .footer-content-right {
        display: block;
        text-align: center
    }

    .site-footer.footer-bottom-horizontal .footer-bottom-content .footer-content-left.footer-content-right,
    .site-footer.footer-bottom-horizontal .footer-bottom-content .footer-content-right.footer-content-right {
        text-align: center
    }
}

.site-footer.footer-bottom-horizontal .footer-bottom-content .footer-content-right {
    text-align: right
}

.site-footer.footer-bottom-horizontal .footer-bottom-content .footer-content-right .social-networks {
    margin-left: 0;
    margin-right: -5px
}

@media screen and (max-width:768px) {
    .site-footer.footer-bottom-horizontal .footer-bottom-content .footer-content-right .social-networks {
        margin-right: 0
    }
}

@media screen and (max-width:768px) {
    .site-footer.footer-bottom-horizontal .footer-bottom-content .footer-content-right {
        margin-bottom: 20px
    }
}

@media screen and (max-width:480px) {
    .site-footer.footer-bottom-horizontal .footer-bottom-content .footer-content-right {
        margin-bottom: 15px
    }
}

.site-footer.footer-bottom-horizontal .footer-bottom-content .social-networks {
    margin-bottom: 0
}

.site-footer.footer-bottom-horizontal .footer-bottom-content .social-networks.textual > li {
    padding-left: 20px
}

@media screen and (max-width:768px) {
    .site-footer.footer-bottom-horizontal .footer-bottom-content .social-networks.textual > li a {
        margin-bottom: 5px
    }
}

@media screen and (max-width:992px) {
    .site-footer.footer-bottom-horizontal .footer-bottom-content .social-networks.textual > li {
        padding-left: 10px
    }
}

.site-footer.footer-bottom-vertical {
    text-align: center
}

.site-footer.footer-bottom-vertical .footer-bottom .footer-bottom-content {
    padding-top: 50px;
    padding-bottom: 40px
}

.site-footer.footer-bottom-vertical .footer-bottom .footer-bottom-content .footer-content-right {
    margin-bottom: 25px
}

.site-footer.footer-fullwidth .container {
    width: 100%
}

.site-footer .social-networks.rounded li a {
    background-color: #fff
}

@media screen and (max-width:991px) {
    .footer-spacer {
        display: none
    }
}

.top-menu-container {
    padding-top: 40px;
    padding-bottom: 60px;
    background-color: #00b19e;
    z-index: 2;
    overflow: hidden;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    visibility: hidden
}

.top-menu-container.is-visible {
    visibility: visible
}

.top-menu-container.is-visible ~ .wrapper .main-header.sticky-initialized {
    position: absolute;
    visibility: visible;
    zoom: 1;
    filter: alpha(opacity=100);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1
}

.top-menu-container.is-visible ~ .wrapper .main-header.is-sticky.sticky-initialized.sticky-auto-hide.sticky-fixed {
    -webkit-transform: translateY(0);
    transform: translateY(0)
}

.top-menu-container .top-menu ul {
    list-style-type: none;
    padding-left: 0
}

.top-menu-container .top-menu ul li {
    position: relative
}

.top-menu-container .top-menu ul li a {
    position: relative;
    font-size: 24px;
    color: #fff;
    text-decoration: none;
    display: inline-block
}

.top-menu-container .top-menu ul li a:after {
    content: '';
    overflow: hidden;
    position: absolute;
    left: 0;
    bottom: -1px;
    display: block;
    width: 0;
    height: 1px;
    background-color: #00b19e;
    -webkit-transition: all .3s cubic-bezier(.175, .885, .32, 1.075);
    transition: all .3s cubic-bezier(.175, .885, .32, 1.075)
}

.top-menu-container .top-menu ul li a:hover {
    text-decoration: none;
    color: #00b19e
}

.top-menu-container .top-menu ul li a.link-hover:after, .top-menu-container .top-menu ul li a:active:after {
    width: 100%
}

.top-menu-container .top-menu ul li a:after {
    background-color: rgba(255, 255, 255, .9)
}

.top-menu-container .top-menu ul li a:hover {
    color: rgba(255, 255, 255, .9)
}

.top-menu-container .widget {
    margin-top: 20px;
    margin-bottom: 0
}

.top-menu-container .widget .widgettitle {
    color: #fff;
    font-size: 24px;
    margin-top: 0
}

.top-menu-container .widget a {
    color: #898989
}

.top-menu-container .widget p {
    font-size: 16px
}

.top-menu-container .widget ul {
    padding-left: 0
}

.top-menu-container .links ul {
    list-style-type: none;
    padding-left: 0
}

.top-menu-container .links ul li {
    padding-left: 0
}

.top-menu-container .close-top-menu {
    position: absolute;
    right: 0;
    top: 0;
    color: #fff;
    display: block;
    font-size: 32px;
    line-height: .5;
    padding: 15px;
    text-decoration: none;
    zoom: 1;
    filter: alpha(opacity=70);
    -webkit-opacity: .7;
    -moz-opacity: .7;
    opacity: .7;
    -webkit-transition: opacity .2s ease-in-out;
    transition: opacity .2s ease-in-out
}

.top-menu-container .close-top-menu:hover {
    zoom: 1;
    filter: alpha(opacity=100);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1
}

.top-menu-container .social-networks li a {
    background-color: #fff;
    color: #00b19e !important
}

.top-menu-container .social-networks li a:hover {
    background-color: #009887 !important
}

.top-menu-container.menu-skin-main .widget {
    color: #fff
}

.top-menu-container.menu-skin-main .widget a, .top-menu-container.menu-skin-main .widget p {
    color: #fff
}

.top-menu-container.menu-skin-light {
    background-color: #fff
}

.top-menu-container.menu-skin-light .close-top-menu {
    color: #333
}

.top-menu-container.menu-skin-light div.menu > ul > li > a, .top-menu-container.menu-skin-light ul.menu > li > a {
    color: #333
}

.top-menu-container.menu-skin-light div.menu > ul > li:hover > a, .top-menu-container.menu-skin-light ul.menu > li:hover > a {
    color: #333
}

.top-menu-container.menu-skin-light div.menu > ul > li ul, .top-menu-container.menu-skin-light ul.menu > li ul {
    background: #333
}

.top-menu-container.menu-skin-light div.menu > ul > li ul > li > a, .top-menu-container.menu-skin-light ul.menu > li ul > li > a {
    color: #fff;
    display: inline-block
}

.top-menu-container.menu-skin-light div.menu > ul > li ul > li > a:after,
.top-menu-container.menu-skin-light ul.menu > li ul > li > a:after {
    content: '';
    overflow: hidden;
    position: absolute;
    left: 0;
    bottom: -1px;
    display: block;
    width: 0;
    height: 1px;
    background-color: #fff;
    -webkit-transition: all .3s cubic-bezier(.175, .885, .32, 1.075);
    transition: all .3s cubic-bezier(.175, .885, .32, 1.075)
}

.top-menu-container.menu-skin-light div.menu > ul > li ul > li > a:hover,
.top-menu-container.menu-skin-light ul.menu > li ul > li > a:hover {
    text-decoration: none;
    color: #00b19e
}

.top-menu-container.menu-skin-light div.menu > ul > li ul > li > a.link-hover:after,
.top-menu-container.menu-skin-light div.menu > ul > li ul > li > a:active:after,
.top-menu-container.menu-skin-light ul.menu > li ul > li > a.link-hover:after,
.top-menu-container.menu-skin-light ul.menu > li ul > li > a:active:after {
    width: 100%
}

.top-menu-container.menu-skin-light div.menu > ul > li ul > li > a:hover,
.top-menu-container.menu-skin-light ul.menu > li ul > li > a:hover {
    color: #fff
}

.top-menu-container.menu-skin-light div.menu > ul > li > ul:after, .top-menu-container.menu-skin-light ul.menu > li > ul:after {
    border-color: transparent #333 transparent transparent
}

.top-menu-container.menu-skin-light .widget {
    color: #898989
}

.top-menu-container.menu-skin-light .widget h3 {
    color: #333
}

.top-menu-container.menu-skin-light .widget p {
    color: #898989
}

.top-menu-container.menu-skin-light .widget .social-networks li a {
    background-color: #333;
    color: #fff !important
}

.top-menu-container.menu-skin-light .widget .social-networks li a:hover {
    background-color: #fff !important;
    color: #333 !important
}

.top-menu-container.menu-skin-dark {
    background-color: #333
}

.top-menu-container.menu-skin-dark .close-top-menu {
    color: #fff
}

.top-menu-container.menu-skin-dark div.menu > ul > li > a, .top-menu-container.menu-skin-dark ul.menu > li > a {
    color: #fff
}

.top-menu-container.menu-skin-dark div.menu > ul > li:hover > a, .top-menu-container.menu-skin-dark ul.menu > li:hover > a {
    color: #fff
}

.top-menu-container.menu-skin-dark div.menu > ul > li ul, .top-menu-container.menu-skin-dark ul.menu > li ul {
    background: #fff
}

.top-menu-container.menu-skin-dark div.menu > ul > li ul > li > a, .top-menu-container.menu-skin-dark ul.menu > li ul > li > a {
    color: #333;
    display: inline-block
}

.top-menu-container.menu-skin-dark div.menu > ul > li ul > li > a:after,
.top-menu-container.menu-skin-dark ul.menu > li ul > li > a:after {
    content: '';
    overflow: hidden;
    position: absolute;
    left: 0;
    bottom: -1px;
    display: block;
    width: 0;
    height: 1px;
    background-color: #333;
    -webkit-transition: all .3s cubic-bezier(.175, .885, .32, 1.075);
    transition: all .3s cubic-bezier(.175, .885, .32, 1.075)
}

.top-menu-container.menu-skin-dark div.menu > ul > li ul > li > a:hover,
.top-menu-container.menu-skin-dark ul.menu > li ul > li > a:hover {
    text-decoration: none;
    color: #00b19e
}

.top-menu-container.menu-skin-dark div.menu > ul > li ul > li > a.link-hover:after,
.top-menu-container.menu-skin-dark div.menu > ul > li ul > li > a:active:after,
.top-menu-container.menu-skin-dark ul.menu > li ul > li > a.link-hover:after,
.top-menu-container.menu-skin-dark ul.menu > li ul > li > a:active:after {
    width: 100%
}

.top-menu-container.menu-skin-dark div.menu > ul > li ul > li > a:hover,
.top-menu-container.menu-skin-dark ul.menu > li ul > li > a:hover {
    color: #333
}

.top-menu-container.menu-skin-dark div.menu > ul > li > ul:after, .top-menu-container.menu-skin-dark ul.menu > li > ul:after {
    border-color: transparent #fff transparent transparent
}

.top-menu-container.menu-skin-dark .widget {
    color: #898989
}

.top-menu-container.menu-skin-dark .widget h3 {
    color: #fff
}

.top-menu-container.menu-skin-dark .widget p {
    color: #898989
}

.top-menu-container.menu-skin-dark .widget .social-networks li a {
    background-color: #fff;
    color: #333 !important
}

.top-menu-container.menu-skin-dark .widget .social-networks li a:hover {
    background-color: #404040 !important;
    color: #fff !important
}

@media screen and (max-width:768px) {
    .top-menu-container {
        display: none !important
    }
}

.top-menu:after, .top-menu:before {
    content: " ";
    display: table
}

.top-menu:after {
    clear: both
}

.top-menu:after, .top-menu:before {
    content: " ";
    display: table
}

.top-menu:after {
    clear: both
}

.top-menu div.menu > ul > li, .top-menu ul.menu > li {
    float: left;
    width: 100%
}

.top-menu div.menu > ul > li > a, .top-menu ul.menu > li > a {
    white-space: nowrap;
    -webkit-transition: all 280ms ease-in-out;
    transition: all 280ms ease-in-out
}

.top-menu div.menu > ul > li:hover > a:after, .top-menu ul.menu > li:hover > a:after {
    width: 100%
}

.menu-row-items-2.top-menu div.menu > ul > li, .menu-row-items-2.top-menu ul.menu > li {
    width: 50%
}

.menu-row-items-3.top-menu div.menu > ul > li, .menu-row-items-3.top-menu ul.menu > li {
    width: 33.33333333%
}

.menu-row-items-4.top-menu div.menu > ul > li, .menu-row-items-4.top-menu ul.menu > li {
    width: 25%
}

.menu-row-items-5.top-menu div.menu > ul > li, .menu-row-items-5.top-menu ul.menu > li {
    width: 20%
}

.menu-row-items-6.top-menu div.menu > ul > li, .menu-row-items-6.top-menu ul.menu > li {
    width: 16.66666667%
}

.menu-row-items-7.top-menu div.menu > ul > li, .menu-row-items-7.top-menu ul.menu > li {
    width: 14.28571429%
}

.menu-row-items-8.top-menu div.menu > ul > li, .menu-row-items-8.top-menu ul.menu > li {
    width: 12.5%
}

.first-level-centered.top-menu div.menu > ul > li, .first-level-centered.top-menu ul.menu > li {
    text-align: center
}

.first-level-centered.top-menu div.menu > ul > li li, .first-level-centered.top-menu ul.menu > li li {
    text-align: left
}

.top-menu div.menu > ul > li ul, .top-menu ul.menu > li ul {
    display: block;
    position: absolute;
    background: #fff;
    padding: 8px 5px;
    top: 0;
    left: 0;
    z-index: 10;
    margin-left: 20px;
    min-width: 180px;
    visibility: hidden;
    zoom: 1;
    filter: alpha(opacity=0);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    -webkit-transition: all 0s cubic-bezier(.445, .050, .55, .95);
    transition: all 0s cubic-bezier(.445, .050, .55, .95);
    -webkit-transition-duration: .2s;
    transition-duration: .2s
}

.top-menu div.menu > ul > li ul > li, .top-menu ul.menu > li ul > li {
    padding: 3px 10px
}

.top-menu div.menu > ul > li ul > li > a, .top-menu ul.menu > li ul > li > a {
    color: #00b19e;
    font-size: 14px;
    white-space: nowrap;
    display: inline-block
}

.top-menu div.menu > ul > li ul > li > a:after, .top-menu ul.menu > li ul > li > a:after {
    content: '';
    overflow: hidden;
    position: absolute;
    left: 0;
    bottom: -1px;
    display: block;
    width: 0;
    height: 1px;
    background-color: #00b19e;
    -webkit-transition: all .3s cubic-bezier(.175, .885, .32, 1.075);
    transition: all .3s cubic-bezier(.175, .885, .32, 1.075)
}

.top-menu div.menu > ul > li ul > li > a:hover, .top-menu ul.menu > li ul > li > a:hover {
    text-decoration: none;
    color: #00b19e
}

.top-menu div.menu > ul > li ul > li > a.link-hover:after, .top-menu div.menu > ul > li ul > li > a:active:after,
.top-menu ul.menu > li ul > li > a.link-hover:after, .top-menu ul.menu > li ul > li > a:active:after {
    width: 100%
}

.top-menu div.menu > ul > li ul > li > a:hover, .top-menu ul.menu > li ul > li > a:hover {
    color: #00b19e
}

.top-menu div.menu > ul > li ul > li:hover > a:after, .top-menu ul.menu > li ul > li:hover > a:after {
    width: 100%
}

.top-menu div.menu > ul > li ul > li ul, .top-menu ul.menu > li ul > li ul {
    left: 100%;
    margin-left: 7px
}

.top-menu div.menu > ul > li ul ul, .top-menu ul.menu > li ul ul {
    margin-top: -8px
}

.top-menu div.menu > ul > li > ul:after, .top-menu ul.menu > li > ul:after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 50%;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 8px 8px 8px 0;
    border-color: transparent #fff transparent transparent;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all 0s ease-in-out;
    transition: all 0s ease-in-out;
    -webkit-transition-duration: .2s;
    transition-duration: .2s
}

.top-menu div.menu > ul li.sub-visible > ul, .top-menu div.menu > ul li:hover > ul,
.top-menu ul.menu li.sub-visible > ul, .top-menu ul.menu li:hover > ul {
    visibility: visible;
    zoom: 1;
    filter: alpha(opacity=100);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    -webkit-transition-duration: .3s;
    transition-duration: .3s
}

.top-menu div.menu > ul li.sub-visible > ul:after, .top-menu ul.menu li.sub-visible > ul:after {
    left: -8px
}

.top-menu div.menu > ul li.sub-visible > a:after, .top-menu ul.menu li.sub-visible > a:after {
    width: 100% !important
}

.sidebar-menu-wrapper {
    position: fixed;
    top: 0;
    left: 100%;
    bottom: 0;
    background: #fff;
    z-index: 10005;
    visibility: visible;
    padding: 20px 0;
    -webkit-transition: all 0s cubic-bezier(.785, .135, .15, .86);
    transition: all 0s cubic-bezier(.785, .135, .15, .86);
    -webkit-transition-duration: .4s;
    transition-duration: .4s
}

.sidebar-menu-wrapper.sidebar-alignment-left {
    right: 100%;
    left: auto
}

.sidebar-menu-wrapper .sidebar-menu-container {
    position: relative;
    min-width: 360px;
    max-height: 100%;
    overflow: hidden;
    padding: 25px 60px
}

.sidebar-menu-wrapper .sidebar-menu-container .sidebar-menu-close {
    float: right;
    background: url(../images/icons/icon-menu-close.svg) no-repeat 0 0;
    width: 30px;
    height: 30px;
    background-size: 60px 30px;
    margin-bottom: 20px;
    top: 2px;
    position: relative
}

.sidebar-menu-wrapper .sidebar-menu-container .sidebar-menu-close:hover {
    background-position: -30px 0;
    cursor: pointer
}

.sidebar-menu-wrapper .sidebar-menu-container .sidebar-main-menu ul {
    margin: 0;
    padding: 0;
    list-style: none
}

.sidebar-menu-wrapper .sidebar-menu-container .sidebar-main-menu a {
    text-decoration: none
}

.sidebar-menu-wrapper .sidebar-menu-container .sidebar-main-menu div.menu > ul > li > a,
.sidebar-menu-wrapper .sidebar-menu-container .sidebar-main-menu ul.menu > li > a {
    font-size: 18px;
    line-height: 34px;
    color: #898989
}

.sidebar-menu-wrapper .sidebar-menu-container .sidebar-main-menu div.menu > ul > li > a:after,
.sidebar-menu-wrapper .sidebar-menu-container .sidebar-main-menu ul.menu > li > a:after {
    bottom: 5px
}

.sidebar-menu-wrapper .sidebar-menu-container .sidebar-main-menu div.menu > ul a,
.sidebar-menu-wrapper .sidebar-menu-container .sidebar-main-menu ul.menu a {
    position: relative;
    display: inline-block
}

.sidebar-menu-wrapper .sidebar-menu-container .sidebar-main-menu div.menu > ul a:after,
.sidebar-menu-wrapper .sidebar-menu-container .sidebar-main-menu ul.menu a:after {
    content: '';
    overflow: hidden;
    position: absolute;
    left: 0;
    bottom: -1px;
    display: block;
    width: 0;
    height: 1px;
    background-color: #00b19e;
    -webkit-transition: all .3s cubic-bezier(.175, .885, .32, 1.075);
    transition: all .3s cubic-bezier(.175, .885, .32, 1.075)
}

.sidebar-menu-wrapper .sidebar-menu-container .sidebar-main-menu div.menu > ul a:hover,
.sidebar-menu-wrapper .sidebar-menu-container .sidebar-main-menu ul.menu a:hover {
    text-decoration: none;
    color: #00b19e
}

.sidebar-menu-wrapper .sidebar-menu-container .sidebar-main-menu div.menu > ul a.link-hover:after,
.sidebar-menu-wrapper .sidebar-menu-container .sidebar-main-menu div.menu > ul a:active:after,
.sidebar-menu-wrapper .sidebar-menu-container .sidebar-main-menu ul.menu a.link-hover:after,
.sidebar-menu-wrapper .sidebar-menu-container .sidebar-main-menu ul.menu a:active:after {
    width: 100%
}

.sidebar-menu-wrapper .sidebar-menu-container .sidebar-main-menu div.menu > ul li ul,
.sidebar-menu-wrapper .sidebar-menu-container .sidebar-main-menu ul.menu li ul {
    height: 0;
    overflow: hidden
}

.sidebar-menu-wrapper .sidebar-menu-container .sidebar-main-menu div.menu > ul li ul li,
.sidebar-menu-wrapper .sidebar-menu-container .sidebar-main-menu ul.menu li ul li {
    padding-left: 15px
}

.sidebar-menu-wrapper .sidebar-menu-container .sidebar-main-menu div.menu > ul li ul li > a,
.sidebar-menu-wrapper .sidebar-menu-container .sidebar-main-menu ul.menu li ul li > a {
    color: #898989;
    line-height: 1.6;
    -webkit-transition: all .2s cubic-bezier(.445, .050, .55, .95);
    transition: all .2s cubic-bezier(.445, .050, .55, .95)
}

.sidebar-menu-wrapper .sidebar-menu-container .sidebar-main-menu div.menu > ul li ul li > a:hover,
.sidebar-menu-wrapper .sidebar-menu-container .sidebar-main-menu ul.menu li ul li > a:hover {
    color: #00b19e
}

.sidebar-menu-wrapper .sidebar-menu-container .sidebar-main-menu div.menu > ul li ul li:hover > a,
.sidebar-menu-wrapper .sidebar-menu-container .sidebar-main-menu ul.menu li ul li:hover > a {
    color: #00b19e
}

.sidebar-menu-wrapper .sidebar-menu-container .sidebar-main-menu div.menu > ul li.sub-visible > ul,
.sidebar-menu-wrapper .sidebar-menu-container .sidebar-main-menu ul.menu li.sub-visible > ul {
    height: auto
}

.sidebar-menu-wrapper .sidebar-menu-container .sidebar-main-menu div.menu > ul li.current-menu-ancestor > a,
.sidebar-menu-wrapper .sidebar-menu-container .sidebar-main-menu div.menu > ul li.current-menu-item > a,
.sidebar-menu-wrapper .sidebar-menu-container .sidebar-main-menu div.menu > ul li.current_page_ancestor > a,
.sidebar-menu-wrapper .sidebar-menu-container .sidebar-main-menu div.menu > ul li.current_page_item > a,
.sidebar-menu-wrapper .sidebar-menu-container .sidebar-main-menu ul.menu li.current-menu-ancestor > a,
.sidebar-menu-wrapper .sidebar-menu-container .sidebar-main-menu ul.menu li.current-menu-item > a,
.sidebar-menu-wrapper .sidebar-menu-container .sidebar-main-menu ul.menu li.current_page_ancestor > a,
.sidebar-menu-wrapper .sidebar-menu-container .sidebar-main-menu ul.menu li.current_page_item > a {
    color: #00b19e
}

.sidebar-menu-wrapper .sidebar-menu-container .sidebar-main-menu + .sidebar-menu-widgets {
    margin-top: 60px
}

.sidebar-menu-wrapper .sidebar-menu-container .sidebar-menu-widgets .widget .widget-title {
    font-size: 22px;
    margin-bottom: 20px
}

.sidebar-menu-wrapper .sidebar-menu-container .sidebar-menu-widgets .widget + .widget {
    margin-top: 60px
}

.sidebar-menu-wrapper .ps-container .ps-scrollbar-y-rail {
    right: -5px !important
}

.sidebar-menu-wrapper.dropdown-caret .menu .menu-item-has-children > a > span {
    text-decoration: none
}

.sidebar-menu-wrapper.dropdown-caret .menu .menu-item-has-children > a > span:after {
    position: relative;
    font-family: Flaticon;
    content: '\e008';
    margin-left: 8px;
    font-size: 11px;
    text-decoration: none;
    line-height: 0;
    top: -1px;
    font-weight: 700
}

.sidebar-menu-wrapper.menu-skin-dark {
    background: #1a1a1a
}

.sidebar-menu-wrapper.menu-skin-dark .sidebar-menu-container .sidebar-main-menu div.menu > ul > li > a,
.sidebar-menu-wrapper.menu-skin-dark .sidebar-menu-container .sidebar-main-menu ul.menu > li > a {
    color: #fff
}

.sidebar-is-opened .sidebar-menu-wrapper.menu-skin-dark + .sidebar-menu-disabler {
    zoom: 1;
    filter: alpha(opacity=50);
    -webkit-opacity: .5;
    -moz-opacity: .5;
    opacity: .5
}

.sidebar-menu-wrapper.menu-skin-light {
    background: #fff
}

.sidebar-menu-wrapper.menu-skin-light .sidebar-menu-container .sidebar-main-menu div.menu > ul > li > a,
.sidebar-menu-wrapper.menu-skin-light .sidebar-menu-container .sidebar-main-menu ul.menu > li > a {
    color: #333
}

.sidebar-is-opened .sidebar-menu-wrapper.menu-skin-light + .sidebar-menu-disabler {
    zoom: 1;
    filter: alpha(opacity=50);
    -webkit-opacity: .5;
    -moz-opacity: .5;
    opacity: .5
}

@media screen and (max-width:768px) {
    .sidebar-menu-wrapper {
        display: none !important
    }
}

.sidebar-menu-disabler {
    position: fixed;
    display: block;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #222;
    cursor: -webkit-image-set(url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAMAAADXqc3KAAAADFBMVEUAAAD///////////84wDuoAAAAA3RSTlMAYM+UUHBYAAAAPUlEQVR4AeXSwQkAIAwEwVzsv2fh3mMF+ssOQhBnMzjZyYE0QpogDZCOEA2+jo5FuDpEveJecM9X7/b8PhcNlwDl/m+bagAAAABJRU5ErkJggg==) 1x, url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAMAAADXqc3KAAAADFBMVEUAAAD///////////84wDuoAAAAA3RSTlMAYM+UUHBYAAAAPUlEQVR4AeXSwQkAIAwEwVzsv2fh3mMF+ssOQhBnMzjZyYE0QpogDZCOEA2+jo5FuDpEveJecM9X7/b8PhcNlwDl/m+bagAAAABJRU5ErkJggg==) 2x), pointer;
    z-index: 10000;
    visibility: hidden;
    zoom: 1;
    filter: alpha(opacity=0);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    -webkit-transition: all .4s cubic-bezier(.075, .82, .165, 1), opacity 250ms;
    transition: all .4s cubic-bezier(.075, .82, .165, 1), opacity 250ms
}

.sidebar-is-opened .sidebar-menu-disabler {
    visibility: visible;
    zoom: 1;
    filter: alpha(opacity=90);
    -webkit-opacity: .9;
    -moz-opacity: .9;
    opacity: .9
}

@media screen and (max-width:768px) {
    .sidebar-is-opened .sidebar-menu-disabler {
        display: none
    }
}

.sidebar-is-opened {
    overflow-x: hidden
}

.sidebar-is-opened > .wrapper {
    -webkit-transform: translate3d(-100px, 0, 0);
    transform: translate3d(-100px, 0, 0)
}

.sidebar-is-opened > .wrapper .sidebar-menu-wrapper {
    zoom: 1;
    filter: alpha(opacity=100);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    -webkit-transform: translate3d(100px, 0, 0);
    transform: translate3d(100px, 0, 0)
}

.sidebar-is-opened-left.sidebar-is-opened > .wrapper {
    -webkit-transform: translate3d(100px, 0, 0);
    transform: translate3d(100px, 0, 0)
}

.sidebar-is-opened-left.sidebar-is-opened > .wrapper .sidebar-menu-wrapper {
    -webkit-transform: translate3d(-100px, 0, 0);
    transform: translate3d(-100px, 0, 0)
}

@media screen and (max-width:768px) {
    .sidebar-is-opened > .wrapper {
        -webkit-transform: translate3d(0, 0, 0) !important;
        transform: translate3d(0, 0, 0) !important
    }

    .sidebar-is-opened > .wrapper .sidebar-menu-wrapper {
        -webkit-transform: translate3d(0, 0, 0) !important;
        transform: translate3d(0, 0, 0) !important
    }
}

.home-slider {
    width: 100%;
    height: 642px;
    position: relative;
    z-index: 1;
    color: #fff;
    background-size: cover;
    background-position: 50%
}

@media screen and (max-width:992px) {
    .home-slider {
        height: auto
    }
}

.home-slider .slider-texts {
    position: relative;
    padding-top: 160px;
    padding-bottom: 50px
}

@media screen and (max-width:992px) {
    .home-slider .slider-texts {
        padding-top: 80px;
        padding-bottom: 20px
    }
}

.home-slider .slider-texts h1 {
    font-size: 45px;
    line-height: 60px;
    position: relative
}

@media screen and (max-width:992px) {
    .home-slider .slider-texts h1 {
        font-size: 40px;
        line-height: 53px
    }
}

@media screen and (max-width:768px) {
    .home-slider .slider-texts h1 {
        font-size: 30px;
        line-height: 40px
    }
}

.home-slider .slider-texts a {
    color: #fff
}

.home-slider .slider-texts span {
    color: #00b19e;
    background-color: #fff;
    padding: 0 8px
}

.home-slider .overlay {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    background-color: #00b19e;
    zoom: 1;
    filter: alpha(opacity=90);
    -webkit-opacity: .9;
    -moz-opacity: .9;
    opacity: .9;
    z-index: 0
}

.about-me-holder .picture img {
    width: 100%
}

.about-me-holder .info .info-holder {
    height: 450px;
    background-color: #eee;
    position: relative;
    overflow: hidden;
    border-top: 41px solid #eee;
    border-bottom: 41px solid #eee;
    padding: 0 45px
}

.about-me-holder .info .info-holder .job-title {
    margin-top: 5px;
    margin-bottom: 35px
}

.about-me-holder .info .info-holder h2 {
    font-size: 22px;
    margin: 0
}

@media screen and (max-width:768px) {
    .about-me-holder .info .info-holder {
        height: auto
    }
}

.team-holder {
    margin-top: 20px
}

.team-holder .member {
    margin-bottom: 30px;
    -webkit-transition-duration: .35s;
    transition-duration: .35s;
    position: relative
}

.team-holder .member .hover-state {
    color: #fff
}

.team-holder .member .hover-state .social a {
    position: relative
}

.team-holder .member .hover-state .social a:hover {
    text-decoration: none;
    color: #fff;
    border-bottom: none !important
}

.team-holder .member .hover-state .social a::after {
    content: '';
    -webkit-transition: all .3s cubic-bezier(.175, .885, .32, 1.275);
    transition: all .3s cubic-bezier(.175, .885, .32, 1.275);
    overflow: hidden;
    position: absolute;
    left: 0;
    bottom: -2px;
    display: block;
    width: 0;
    height: 1px;
    background: #fff
}

.team-holder .member .hover-state .social a:hover::after {
    width: 100%
}

.team-holder .member .hover-state .member-details {
    position: absolute;
    bottom: 40px
}

.team-holder .member .hover-state .member-details h2 {
    font-size: 22px;
    margin: 0
}

.team-holder .member .hover-state .member-details h2 a {
    color: #fff
}

.team-holder .member .hover-state .member-details .job-title {
    margin-top: 5px;
    margin-bottom: 0;
    color: #fff
}

.team-holder .member .hover-state p {
    color: #fff
}

.team-holder .member.loading-finished .visibility-hidden {
    zoom: 1;
    filter: alpha(opacity=100);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1
}

.team-holder .member .thumb > a {
    display: block
}

.team-holder .layout-visible-titles .member-details h2 {
    font-size: 23px
}

.team-holder .layout-visible-titles.new-member-join + .details h2 {
    font-size: 23px
}

.team-holder .new-member-join {
    position: relative;
    background: #eee
}

.team-holder .new-member-join .hover-state {
    visibility: visible;
    background: 0 0;
    zoom: 1;
    filter: alpha(opacity=100);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1
}

.team-holder .new-member-join.wow .hover-state {
    visibility: hidden
}

.team-holder .new-member-join.wow.animated .hover-state {
    visibility: visible
}

.team-holder .new-member-join .join-us .your-image {
    font-size: 13px;
    color: #898989;
    display: inline;
    font-family: Courier;
    padding-left: 5px
}

.team-holder .new-member-join .join-us .details {
    position: absolute;
    bottom: 40px
}

.team-holder .new-member-join .join-us .details h2 {
    font-size: 22px;
    margin: 0;
    color: #333
}

.team-holder .new-member-join .join-us .details .text {
    margin-top: 5px;
    margin-bottom: 0;
    color: #898989
}

.team-holder .new-member-join .join-us .details .text a {
    color: #00b19e
}

.team-holder .new-member-join .join-us .details .text a::after {
    background: #00b19e
}

.service-holder.with-border {
    width: 100%;
    border: 1px solid #eee;
    float: left
}

.service-holder .service-box {
    padding-left: 0;
    padding-right: 0
}

.service-holder .service-box.description {
    padding: 45px 65px
}

.service-holder .service-box.description i {
    font-size: 35px
}

.service-holder .service-box.description h2 {
    font-size: 22px
}

.service-holder .service-box.description p {
    font-size: 15px
}

@media screen and (max-width:992px) {
    .service-holder .service-box.description {
        padding-left: 0;
        padding-right: 0;
        padding-bottom: 0
    }
}

@media screen and (max-width:992px) {
    .service-holder .service-box img {
        width: 100%
    }
}

.service-holder .service-two-desc-holder .service-box {
    padding: 10px 65px 60px 65px
}

@media screen and (max-width:992px) {
    .service-holder .service-two-desc-holder .service-box {
        margin-top: 40px;
        padding-bottom: 0;
        padding-left: 0;
        padding-right: 0
    }
}

.logos-holder {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px
}

.logos-holder.alt-height, .logos-holder.is-visible {
    display: block
}

.logos-holder .client-logos-col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 25%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 15px;
    padding-right: 15px
}

.logos-holder .client-logos-col.col-1 {
    width: 8.33333333%
}

.logos-holder .client-logos-col.col-2 {
    width: 16.66666667%
}

.logos-holder .client-logos-col.col-4 {
    width: 33.33333333%
}

.logos-holder .client-logos-col.col-6 {
    width: 50%
}

.logos-holder .client-logos-col.col-1-7 {
    width: 14.28571429%
}

.logos-holder .client-logos-col.col-2-4 {
    width: 20%
}

@media screen and (max-width:768px) {
    .logos-holder .client-logos-col {
        width: 50% !important
    }
}

@media screen and (max-width:480px) {
    .logos-holder .client-logos-col {
        width: 100% !important
    }
}

.logos-holder .c-logo {
    position: relative;
    text-align: center;
    border: 1px solid #ddd;
    margin-right: -1px;
    margin-bottom: -1px;
    margin-bottom: 30px;
    width: 100%;
    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;
    padding: 10px;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    -webkit-transition-duration: .35s;
    transition-duration: .35s
}

.logos-holder .c-logo > a {
    display: block
}

.logos-holder .c-logo > a:after {
    background: 0 0
}

.logos-holder .c-logo img {
    vertical-align: middle;
    max-width: 100%;
    display: inline-block
}

.logos-holder .c-logo.loading-finished img {
    visibility: visible;
    zoom: 1;
    filter: alpha(opacity=100);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1
}

.logos-holder .c-logo .hover-state {
    background-color: rgba(0, 177, 158, .9);
    width: auto;
    height: auto;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    -webkit-transition: all .5s;
    transition: all .5s
}

.logos-holder .c-logo .hover-state h3 {
    margin: 0;
    font-size: 19px;
    color: #fff
}

.logos-holder .c-logo .hover-state h3 a {
    color: #fff
}

.logos-holder .c-logo .hover-state .description {
    line-height: 1.33333333;
    margin-top: 5px;
    -webkit-transition: all 660ms;
    transition: all 660ms;
    zoom: 1;
    filter: alpha(opacity=0);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0
}

.logos-holder .c-logo .hover-state .description a, .logos-holder .c-logo .hover-state .description p {
    color: #fff
}

.logos-holder .c-logo:hover .hover-state {
    visibility: visible;
    zoom: 1;
    filter: alpha(opacity=100);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1
}

.logos-holder .c-logo:hover .hover-state .description {
    zoom: 1;
    filter: alpha(opacity=80);
    -webkit-opacity: .8;
    -moz-opacity: .8;
    opacity: .8
}

@media screen and (max-width:767px) {
    .logos-holder .c-logo {
        height: auto !important;
        line-height: 1 !important
    }
}

.logos-holder .client-logos-col.with-link .hover-state {
    cursor: pointer
}

.logos-holder.no-spacing-cols {
    margin-left: 0;
    margin-right: 0
}

.logos-holder.no-spacing-cols .client-logos-col {
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 0
}

.logos-holder.no-spacing-cols .client-logos-col .c-logo {
    margin-bottom: -1px
}

.logos-holder.no-image-borders .c-logo {
    border: none;
    margin-bottom: 0;
    margin-right: 0;
    padding: 0
}

.logos-holder a::after {
    background: 0 0
}

.contact-form:after, .contact-form:before {
    content: " ";
    display: table
}

.contact-form:after {
    clear: both
}

.contact-form:after, .contact-form:before {
    content: " ";
    display: table
}

.contact-form:after {
    clear: both
}

.contact-form .form-group {
    margin-bottom: 30px
}

.contact-form .form-group.has-errors label {
    color: #e44c52;
    border-bottom-color: #e44c52
}

.contact-form .button {
    float: right;
    margin-right: 0;
    position: relative;
    -webkit-transition: none;
    transition: none
}

.contact-form .button .pre-submit {
    display: block
}

.contact-form .button .success-msg {
    display: none
}

.contact-form .button .success-msg i {
    position: relative;
    display: inline-block;
    margin-left: 5px
}

.contact-form .button.is-finished .pre-submit {
    display: none
}

.contact-form .button.is-finished .success-msg {
    display: block
}

.contact-form .button .loading-bar {
    display: block;
    position: absolute;
    background: #00cbb5;
    left: 0;
    right: 0;
    top: 100%;
    height: 0;
    -webkit-transition: all 250ms ease-in-out;
    transition: all 250ms ease-in-out
}

.contact-form .button .loading-bar span {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 0%;
    background: #009887
}

.contact-form .button.is-loading {
    cursor: default
}

.contact-form .button.is-loading .loading-bar {
    height: 4px
}

.cd-google-map {
    position: relative
}

.cd-google-map .cd-zoom-in, .cd-google-map .cd-zoom-out {
    height: 32px;
    width: 32px;
    cursor: pointer;
    margin-left: 15px;
    background-color: #00b19e;
    opacity: .9;
    background-repeat: no-repeat;
    background-image: url(../images/icons/map/cd-icon-controller.svg);
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-size: 32px 64px
}

@media only screen and (min-width:768px) {
    .cd-google-map .cd-zoom-in, .cd-google-map .cd-zoom-out {
        margin-left: 20px
    }
}

.cd-google-map .cd-zoom-in {
    background-position: 50% 0;
    margin-top: 10px;
    margin-bottom: 1px
}

@media only screen and (min-width:768px) {
    .cd-google-map .cd-zoom-in {
        margin-top: 20px
    }

    .header-absolute .cd-google-map .cd-zoom-in {
        margin-top: 200px
    }
}

.cd-google-map .cd-zoom-out {
    background-position: 50% -32px
}

.no-touch .cd-zoom-in:hover, .no-touch .cd-zoom-out:hover {
    background-color: #00b19e
}

.coming-soon-container {
    text-align: center
}

.coming-soon-container .message-container {
    margin-top: 0;
    color: #fff
}

.coming-soon-container .message-container .logo {
    display: inline-block
}

.coming-soon-container .message-container .logo img {
    display: block;
    width: 100%;
    max-width: 100%;
    height: auto
}

.coming-soon-container .message-container .logo.logo-text {
    font-size: 32px;
    color: #fff;
    margin-bottom: 35px;
    display: inline-block
}

.coming-soon-container .message-container .logo .sticky-logo {
    display: none
}

.coming-soon-container .message-container p {
    margin-top: 35px
}

.coming-soon-container .message-container i {
    font-size: 177px
}

.coming-soon-container .countdown-holder {
    color: #fff
}

.coming-soon-container .countdown-holder:after, .coming-soon-container .countdown-holder:before {
    content: " ";
    display: table
}

.coming-soon-container .countdown-holder:after {
    clear: both
}

.coming-soon-container .countdown-holder:after, .coming-soon-container .countdown-holder:before {
    content: " ";
    display: table
}

.coming-soon-container .countdown-holder:after {
    clear: both
}

.coming-soon-container .countdown-holder ul {
    list-style: none;
    padding: 0;
    margin-top: 50px
}

@media screen and (max-width:768px) {
    .coming-soon-container .countdown-holder ul {
        margin-top: 50px
    }
}

.coming-soon-container .countdown-holder ul span {
    font-size: 75px
}

@media screen and (max-width:768px) {
    .coming-soon-container .countdown-holder ul span {
        font-size: 50px
    }
}

.coming-soon-container .social-networks-env {
    margin-top: 60px;
    color: #fff
}

.coming-soon-container .social-networks-env a {
    display: inline-block;
    background-color: #fff;
    -webkit-border-radius: 50%;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 50%;
    -moz-background-clip: padding;
    border-radius: 50%;
    background-clip: padding-box;
    margin: 0 5px;
    font-size: 16px
}

.coming-soon-container .social-networks-env a:hover {
    background-color: rgba(255, 255, 255, .75)
}

.coming-soon-container .social-networks-env a i {
    line-height: 40px;
    color: #00b19e
}

.coming-soon-container .social-networks-env a span {
    display: none
}

.coming-soon-container p {
    font-size: 20px;
    color: #fff
}

@media screen and (max-width:480px) {
    .coming-soon-container p {
        font-size: 16px
    }
}

.coming-soon-container .social-networks.list-inline > li {
    overflow: hidden
}

.go-to-top {
    display: block;
    position: fixed;
    background-color: #000;
    bottom: 0;
    right: 0;
    z-index: 10000;
    line-height: 40px;
    text-align: center;
    font-size: 16px;
    text-decoration: none !important;
    visibility: hidden;
    margin: 30px;
    opacity: 0;
    -webkit-transform: rotate(180deg) scale(.5);
    transform: rotate(180deg) scale(.5);
    width: 40px;
    height: 40px
}

@media screen and (max-width:768px) {
    .go-to-top {
        font-size: 14px;
        line-height: 35px;
        margin: 20px;
        width: 35px;
        height: 35px
    }
}

.go-to-top.rounded {
    border-radius: 50%
}

.go-to-top i {
    color: #fff;
    position: relative;
    display: block;
    margin-top: 1px
}

.go-to-top.visible {
    visibility: visible;
    opacity: .5;
    -webkit-transform: rotate(180deg) scale(1);
    transform: rotate(180deg) scale(1)
}

.fullscreen-menu-is-open .go-to-top.visible, .lg-on .go-to-top.visible {
    visibility: hidden;
    opacity: 0
}

.go-to-top.visible:hover {
    opacity: 1;
    background-color: #00b19e
}

.go-to-top.position-bottom-center, .go-to-top.position-top-center {
    right: 50%;
    margin: 30px 0;
    margin-right: 20px
}

@media screen and (max-width:768px) {
    .go-to-top.position-bottom-center, .go-to-top.position-top-center {
        margin: 20px 0;
        margin-right: 17.5px
    }
}

.go-to-top.position-bottom-left, .go-to-top.position-top-left {
    right: auto;
    left: 0
}

.go-to-top.position-top-center, .go-to-top.position-top-left,
.go-to-top.position-top-right {
    top: 0;
    bottom: 0
}

.go-to-top.position-top-center {
    right: 50%;
    margin: 30px 0;
    margin-right: 20px
}

@media screen and (max-width:768px) {
    .go-to-top.position-top-center {
        margin: 20px 0;
        margin-right: 17.5px
    }
}

.ninja-forms-form-wrap > h2 {
    margin-top: 0;
    font-size: 26px
}

.ninja-forms-form-wrap .ninja-forms-response-msg {
    font-size: 14px;
    margin-bottom: 20px
}

.ninja-forms-form-wrap .ninja-forms-response-msg.ninja-forms-error-msg {
    background: #e44c52;
    color: #fff;
    padding: 10px 10px
}

.ninja-forms-form-wrap .ninja-forms-response-msg.ninja-forms-success-msg {
    background: #b5e07b;
    color: #fff;
    padding: 10px 10px
}

.ninja-forms-form-wrap .ninja-forms-response-msg.ninja-forms-success-msg p {
    color: #333
}

.ninja-forms-form-wrap .ninja-forms-response-msg.ninja-forms-success-msg p:last-child {
    margin-bottom: 0
}

.ninja-forms-form-wrap .ninja-forms-all-fields-wrap .ninja-forms-required-items {
    margin-bottom: 20px
}

.ninja-forms-form-wrap .ninja-forms-all-fields-wrap .field-wrap input[type=radio] {
    -webkit-appearance: radio
}

.ninja-forms-form-wrap .ninja-forms-all-fields-wrap .field-wrap input[type=checkbox] {
    -webkit-appearance: checkbox
}

.ninja-forms-form-wrap .ninja-forms-all-fields-wrap .field-wrap .ninja-forms-field-description {
    margin: 10px 0
}

.ninja-forms-form-wrap .ninja-forms-all-fields-wrap .field-wrap .indicator-hint {
    margin-top: 10px
}

.ninja-forms-form-wrap .ninja-forms-all-fields-wrap .field-wrap.spam-wrap.label-left label {
    display: inline-block;
    margin-bottom: 5px
}

.ninja-forms-form-wrap .ninja-forms-all-fields-wrap .field-wrap.list-dropdown-wrap {
    position: relative
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
    .ninja-forms-form-wrap .ninja-forms-all-fields-wrap .field-wrap.list-dropdown-wrap select {
        -webkit-appearance: none;
        -webkit-border-radius: 1px;
        -webkit-background-clip: padding-box;
        -moz-border-radius: 1px;
        -moz-background-clip: padding;
        border-radius: 1px;
        background-clip: padding-box
    }

    .ninja-forms-form-wrap .ninja-forms-all-fields-wrap .field-wrap.list-dropdown-wrap:before {
        font-family: FontAwesome;
        content: '\f107';
        position: absolute;
        right: 0;
        bottom: 0;
        line-height: 33px;
        margin-right: 10px
    }
}

.ninja-forms-form-wrap .ninja-forms-all-fields-wrap .field-wrap .ninja-forms-star-rating-control .ninja-forms-star-rating a {
    background: 0 0;
    position: relative;
    text-indent: 0;
    color: transparent
}

.ninja-forms-form-wrap .ninja-forms-all-fields-wrap .field-wrap .ninja-forms-star-rating-control .ninja-forms-star-rating a:before {
    content: '\f005';
    font-family: FontAwesome;
    display: block;
    text-indent: 0;
    color: #dadada
}

.ninja-forms-form-wrap .ninja-forms-all-fields-wrap .field-wrap .ninja-forms-star-rating-control .ninja-forms-star-rating.ninja-forms-star-rating-hover a:before {
    color: #bbb
}

.ninja-forms-form-wrap .ninja-forms-all-fields-wrap .field-wrap .ninja-forms-star-rating-control .ninja-forms-star-rating.ninja-forms-star-rating-on a:before {
    color: #f1c40f
}

.ninja-forms-form-wrap .ninja-forms-all-fields-wrap .field-wrap .ninja-forms-star-rating-control .rating-cancel {
    background: 0 0
}

.ninja-forms-form-wrap .ninja-forms-all-fields-wrap .field-wrap .ninja-forms-star-rating-control .rating-cancel a {
    text-indent: 0;
    background: 0 0;
    margin-right: 5px
}

.ninja-forms-form-wrap .ninja-forms-all-fields-wrap .field-wrap .ninja-forms-star-rating-control .rating-cancel a:before {
    font-family: FontAwesome;
    content: '\f00d';
    background: 0 0;
    color: #dadada
}

.ninja-forms-form-wrap .ninja-forms-all-fields-wrap .field-wrap .ninja-forms-star-rating-control .rating-cancel.ninja-forms-star-rating-cancel-hover a:before {
    color: #bbb
}

.ninja-forms-form-wrap .ninja-forms-all-fields-wrap .field-wrap.label-left > label {
    padding-right: 10px
}

.ninja-forms-form-wrap .ninja-forms-all-fields-wrap .field-wrap .ninja-forms-field-error {
    color: #e44c52;
    font-size: 13px;
    margin-top: 5px
}

.ninja-forms-form-wrap .ninja-forms-all-fields-wrap .field-wrap .ninja-forms-field-error p {
    color: #e44c52
}

.ninja-forms-form-wrap .ninja-forms-all-fields-wrap .field-wrap #pass-strength-result {
    font-size: 13px
}

.ninja-forms-form-wrap .ninja-forms-all-fields-wrap .nf-desc + .field-wrap {
    margin-top: 20px
}

.ninja-forms-form-wrap .ninja-forms-all-fields-wrap .field-wrap.label-left .ninja-forms-field,
.ninja-forms-form-wrap .ninja-forms-all-fields-wrap .field-wrap.label-left .ninja-forms-star-rating-control {
    margin-left: 0
}

.video-js {
    background-color: #eee !important
}

.video-js.vjs-default-skin .vjs-big-play-button {
    left: 50%;
    top: 50%;
    margin: 0;
    border: 0;
    background: 0 0;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 50px;
    height: 50px;
    -webkit-transition: opacity .1s cubic-bezier(.455, .03, .515, .955);
    transition: opacity .1s cubic-bezier(.455, .03, .515, .955)
}

.video-js.vjs-default-skin .vjs-big-play-button:before {
    display: none
}

.video-js.vjs-default-skin .vjs-big-play-button:after {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    font-family: linea;
    content: '\e03a';
    font-size: 50px;
    line-height: 50px
}

.video-js.vjs-default-skin:hover .vjs-big-play-button {
    background: 0 0
}

.video-js.vjs-default-skin .vjs-poster {
    background-size: cover
}

.video-js.vjs-default-skin .vjs-control-bar * , .video-js.vjs-default-skin .vjs-control-bar :before {
    text-shadow: none !important
}

.video-js.vjs-minimal-skin .vjs-loading-spinner {
    border: 6px solid rgba(255, 255, 255, .2);
    -webkit-animation: vjs-spinner-spin 1.1s cubic-bezier(.6, .2, 0, .8) infinite;
    animation: vjs-spinner-spin 1.1s cubic-bezier(.6, .2, 0, .8) infinite
}

.video-js.vjs-minimal-skin .vjs-loading-spinner:after, .video-js.vjs-minimal-skin .vjs-loading-spinner:before {
    -webkit-animation: vjs-spinner-spin 1.1s cubic-bezier(.6, .2, 0, .8) infinite;
    animation: vjs-spinner-spin 1.1s cubic-bezier(.6, .2, 0, .8) infinite
}

.video-js.vjs-minimal-skin .vjs-control-bar {
    background: 0 0;
    bottom: 5px;
    left: 0;
    right: 0;
    height: 40px;
    width: auto
}

.video-js.vjs-minimal-skin .vjs-control-bar .vjs-control.vjs-fullscreen-control,
.video-js.vjs-minimal-skin .vjs-control-bar .vjs-control.vjs-play-control,
.video-js.vjs-minimal-skin .vjs-control-bar .vjs-control.vjs-share-control,
.video-js.vjs-minimal-skin .vjs-control-bar .vjs-control.vjs-volume-menu-button {
    font-size: 15px
}

.video-js.vjs-minimal-skin .vjs-control-bar .vjs-control.vjs-fullscreen-control:before,
.video-js.vjs-minimal-skin .vjs-control-bar .vjs-control.vjs-play-control:before,
.video-js.vjs-minimal-skin .vjs-control-bar .vjs-control.vjs-share-control:before,
.video-js.vjs-minimal-skin .vjs-control-bar .vjs-control.vjs-volume-menu-button:before {
    line-height: 40px
}

.video-js.vjs-minimal-skin .vjs-control-bar .vjs-control.vjs-volume-menu-button {
    font-size: 12px
}

.video-js.vjs-minimal-skin .vjs-control-bar .vjs-control.vjs-volume-menu-button .vjs-menu .vjs-menu-content {
    height: auto
}

.video-js.vjs-minimal-skin .vjs-control-bar .vjs-control.vjs-volume-menu-button .vjs-menu .vjs-menu-content .vjs-volume-bar {
    margin: 18px 15px;
    height: 4px;
    background: rgba(255, 255, 255, .3)
}

.video-js.vjs-minimal-skin .vjs-control-bar .vjs-control.vjs-volume-menu-button .vjs-menu .vjs-menu-content .vjs-volume-bar .vjs-volume-level {
    height: 100%
}

.video-js.vjs-minimal-skin .vjs-control-bar .vjs-control.vjs-volume-menu-button .vjs-menu .vjs-menu-content .vjs-volume-bar .vjs-volume-level:before {
    display: none
}

.video-js.vjs-minimal-skin .vjs-control-bar .vjs-control.vjs-progress-control .vjs-progress-holder {
    height: 4px
}

.video-js.vjs-minimal-skin .vjs-control-bar .vjs-control.vjs-progress-control .vjs-progress-holder .vjs-load-progress {
    height: 100%;
    background-color: rgba(255, 255, 255, .5)
}

.video-js.vjs-minimal-skin .vjs-control-bar .vjs-control.vjs-progress-control .vjs-progress-holder .vjs-load-progress > div {
    background: 0 0;
    height: 100%
}

.video-js.vjs-minimal-skin .vjs-control-bar .vjs-control.vjs-progress-control .vjs-slider {
    background-color: rgba(255, 255, 255, .4)
}

.video-js.vjs-minimal-skin .vjs-control-bar .vjs-control.vjs-progress-control .vjs-mouse-display,
.video-js.vjs-minimal-skin .vjs-control-bar .vjs-control.vjs-progress-control .vjs-play-progress {
    -webkit-border-radius: 0;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 0;
    -moz-background-clip: padding;
    border-radius: 0;
    background-clip: padding-box;
    font-size: 15px;
    font-family: Karla, Arial, sans-serif
}

.video-js.vjs-minimal-skin .vjs-control-bar .vjs-control.vjs-progress-control .vjs-play-progress * {
    padding: 0 !important
}

.video-js.vjs-minimal-skin .vjs-control-bar .vjs-control.vjs-progress-control .vjs-play-progress.vjs-slider-bar {
    height: 100%
}

.video-js.vjs-minimal-skin .vjs-control-bar .vjs-control.vjs-progress-control .vjs-play-progress:before {
    display: none
}

.video-js.vjs-minimal-skin .vjs-control-bar .vjs-control.vjs-progress-control:hover .vjs-progress-holder {
    font-size: inherit
}

.video-js.vjs-minimal-skin .vjs-control-bar .vjs-control.vjs-remaining-time {
    display: none !important
}

.video-js.vjs-minimal-skin .vjs-control-bar .vjs-control.vjs-fullscreen-control:before {
    content: '';
    border: 3px solid #fff;
    left: 50%;
    top: 50%;
    width: 22px;
    height: 15px;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.vjs-fullscreen.video-js.vjs-minimal-skin .vjs-control-bar .vjs-control.vjs-fullscreen-control:before {
    border-top-width: 8px;
    border-right-width: 15px
}

.video-js-el {
    visibility: hidden;
    opacity: 0
}

.video-js-el.video-js-init {
    visibility: visible !important;
    opacity: 1
}

.video-as-holder {
    position: relative
}

.video-as-holder .video-aspect-ratio {
    display: none
}

.video-as-holder.enabled .video-aspect-ratio {
    display: block
}

.video-as-holder.enabled .wp-video {
    width: 100% !important
}

.video-as-holder.enabled .video-aspect-ratio + * , .video-as-holder.enabled .video-js,
.video-as-holder.enabled iframe {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%
}

.vjs-using-native-controls .vjs-tech {
    visibility: visible !important
}

.vjs-using-native-controls .vjs-poster {
    display: none !important
}

.vjs-using-native-controls audio, .vjs-using-native-controls video {
    background-size: cover
}

lesshat-selector {
    -lh-property: 0
}

@-webkit-keyframes imagePlaceholderOpacityIn {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@keyframes imagePlaceholderOpacityIn {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

[not-existing] {
    zoom: 1
}

lesshat-selector {
    -lh-property: 0
}

@-webkit-keyframes imagePlaceholderOpacityOut {
    from {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

@keyframes imagePlaceholderOpacityOut {
    from {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

[not-existing] {
    zoom: 1
}

lesshat-selector {
    -lh-property: 0
}

@-webkit-keyframes imagePlaceholderBackgroundOut {
    to {
        background: 0 0
    }
}

@keyframes imagePlaceholderBackgroundOut {
    to {
        background: 0 0
    }
}

[not-existing] {
    zoom: 1
}

.image-placeholder {
    position: relative;
    display: block;
    background-color: #eee
}

.image-placeholder > img {
    display: block;
    position: absolute;
    max-width: 100%;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    image-rendering: auto;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-filter: blur(0);
    filter: blur(0)
}

.image-placeholder .lazyload, .image-placeholder .lazyloading {
    zoom: 1;
    filter: alpha(opacity=0);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0
}

.image-placeholder .lazyloaded {
    -webkit-animation: imagePlaceholderOpacityIn .4s cubic-bezier(.445, .050, .55, .95) forwards;
    animation: imagePlaceholderOpacityIn .4s cubic-bezier(.445, .050, .55, .95) forwards
}

.image-placeholder.img-loaded {
    -webkit-animation: imagePlaceholderBackgroundOut .4s cubic-bezier(.445, .050, .55, .95) forwards;
    animation: imagePlaceholderBackgroundOut .4s cubic-bezier(.445, .050, .55, .95) forwards;
    -webkit-animation-delay: .4s;
    animation-delay: .4s
}

.image-placeholder.img-loaded .custom-preloader-image, .image-placeholder.img-loaded .loader {
    -webkit-animation: imagePlaceholderOpacityOut .4s cubic-bezier(.445, .050, .55, .95) forwards;
    animation: imagePlaceholderOpacityOut .4s cubic-bezier(.445, .050, .55, .95) forwards;
    -webkit-animation-delay: .4s;
    animation-delay: .4s
}

.realsize-img {
    position: relative;
    display: block;
    margin-left: auto;
    margin-right: auto
}

.image-placeholder > .loader {
    position: absolute;
    top: 20px;
    left: 20px;
    right: 20px;
    bottom: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-transform-origin: center center;
    transform-origin: center center
}

.image-placeholder > .loader .loader-row {
    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;
    width: 100%;
    height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transform-origin: center;
    transform-origin: center
}

.image-placeholder > .loader .loader-row .loader-size {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative
}

.image-placeholder > .loader.align-top-center .loader-row, .image-placeholder > .loader.align-top-left .loader-row,
.image-placeholder > .loader.align-top-right .loader-row {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.image-placeholder > .loader.align-bottom-center .loader-row, .image-placeholder > .loader.align-bottom-left .loader-row,
.image-placeholder > .loader.align-bottom-right .loader-row {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end
}

.image-placeholder > .loader.align-bottom-right .loader-row, .image-placeholder > .loader.align-center-right .loader-row,
.image-placeholder > .loader.align-top-right .loader-row {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.image-placeholder > .loader.align-bottom-left .loader-row, .image-placeholder > .loader.align-center-left .loader-row,
.image-placeholder > .loader.align-top-left .loader-row {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.image-placeholder > .loader .ball-clip-rotate-pulse > div:first-child {
    top: 5px;
    left: -9px
}

.image-placeholder > .custom-preloader-image {
    position: absolute;
    display: block;
    top: 50%;
    left: 50%;
    padding: 20px;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.image-placeholder > .custom-preloader-image img {
    width: 100%;
    max-width: 100%;
    height: auto
}

.image-placeholder > .custom-preloader-image.align-top-left {
    top: 0;
    left: 0;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0)
}

.image-placeholder > .custom-preloader-image.align-top-center {
    top: 0;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0)
}

.image-placeholder > .custom-preloader-image.align-top-right {
    top: 0;
    right: 0;
    left: auto;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0)
}

.image-placeholder > .custom-preloader-image.align-center-left {
    left: 0;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%)
}

.image-placeholder > .custom-preloader-image.align-center-right {
    right: 0;
    left: auto;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%)
}

.image-placeholder > .custom-preloader-image.align-bottom-left {
    top: auto;
    bottom: 0;
    left: 0;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0)
}

.image-placeholder > .custom-preloader-image.align-bottom-center {
    top: auto;
    bottom: 0;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0)
}

.image-placeholder > .custom-preloader-image.align-bottom-right {
    top: auto;
    bottom: 0;
    right: 0;
    left: auto;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0)
}

.loader .square-spin > div {
    border-color: transparent
}

.menu-cart-icon-container {
    position: relative;
    margin-left: 30px;
    -ms-flex-item-align: center;
    align-self: center
}

.menu-cart-icon-container .cart-icon-link {
    display: block;
    position: relative;
    font-size: 28px;
    line-height: 1;
    padding: 5px
}

.menu-cart-icon-container .cart-icon-link.icon-type-ecommerce-basket .items-count {
    right: -4px;
    top: 5px
}

.menu-cart-icon-container.is-loading.menu-cart-icon-container .cart-icon-link i {
    -webkit-animation: blinkAddToCart .7s infinite;
    animation: blinkAddToCart .7s infinite
}

.menu-cart-icon-container .cart-icon-link .items-count {
    position: absolute;
    top: 0;
    right: 0;
    line-height: 1;
    font-size: 11px;
    color: #fff;
    background-color: #898989;
    text-align: center;
    line-height: 18px;
    margin-right: -2px;
    font-weight: 500;
    -webkit-border-radius: 50%;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 50%;
    -moz-background-clip: padding;
    border-radius: 50%;
    background-clip: padding-box;
    width: 18px;
    height: 18px
}

.menu-cart-icon-container .cart-icon-link .items-count.cart-items-0 {
    zoom: 1;
    filter: alpha(opacity=0);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0)
}

.menu-cart-icon-container .cart-icon-link .items-count.hide-notification {
    display: none
}

.menu-cart-icon-container .lab-wc-mini-cart-contents {
    position: absolute;
    top: 100%;
    right: 5px;
    background-color: #fff;
    border: 1px solid #eee;
    width: 350px;
    text-align: left;
    z-index: 10000;
    pointer-events: auto;
    visibility: hidden;
    -webkit-box-shadow: 4px 4px 0 rgba(238, 238, 238, .8);
    box-shadow: 4px 4px 0 rgba(238, 238, 238, .8);
    zoom: 1;
    filter: alpha(opacity=0);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    -webkit-transition: all 250ms cubic-bezier(.445, .05, .55, .95);
    transition: all 250ms cubic-bezier(.445, .05, .55, .95)
}

.menu-cart-icon-container.is-loading.menu-cart-icon-container .lab-wc-mini-cart-contents .cart-action-buttons .cart-subtotal,
.menu-cart-icon-container.is-loading.menu-cart-icon-container .lab-wc-mini-cart-contents .cart-items {
    zoom: 1;
    filter: alpha(opacity=50);
    -webkit-opacity: .5;
    -moz-opacity: .5;
    opacity: .5
}

.menu-cart-icon-container.open.menu-cart-icon-container .lab-wc-mini-cart-contents {
    visibility: visible;
    zoom: 1;
    filter: alpha(opacity=100);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition-duration: .4s;
    transition-duration: .4s
}

.menu-cart-icon-container .lab-wc-mini-cart-contents .cart-items {
    max-height: 270px;
    overflow: hidden;
    position: relative
}

.menu-cart-icon-container .lab-wc-mini-cart-contents .cart-items .cart-item {
    display: table;
    width: 100%;
    table-layout: fixed;
    padding: 10px 15px
}

.menu-cart-icon-container .lab-wc-mini-cart-contents .cart-items .cart-item:first-of-type {
    padding-top: 13px
}

.menu-cart-icon-container .lab-wc-mini-cart-contents .cart-items .cart-item + .cart-item {
    border-top: 1px solid #eee
}

.menu-cart-icon-container .lab-wc-mini-cart-contents .cart-items .cart-item:hover {
    background-color: #fafafa
}

.menu-cart-icon-container .lab-wc-mini-cart-contents .cart-items .cart-item .product-details,
.menu-cart-icon-container .lab-wc-mini-cart-contents .cart-items .cart-item .product-image,
.menu-cart-icon-container .lab-wc-mini-cart-contents .cart-items .cart-item .product-subtotal {
    display: table-cell;
    vertical-align: middle
}

.menu-cart-icon-container .lab-wc-mini-cart-contents .cart-items .cart-item .product-image a {
    display: block
}

.menu-cart-icon-container .lab-wc-mini-cart-contents .cart-items .cart-item .product-image img {
    max-width: 100%;
    height: auto
}

.menu-cart-icon-container .lab-wc-mini-cart-contents .cart-items .cart-item .product-details {
    width: 65%;
    padding-left: 10px
}

.menu-cart-icon-container .lab-wc-mini-cart-contents .cart-items .cart-item .product-details h3 {
    font-size: 15px;
    margin: 0;
    padding: 0;
    margin-bottom: 2px
}

.menu-cart-icon-container .lab-wc-mini-cart-contents .cart-items .cart-item .product-details h3 a {
    color: #333
}

.menu-cart-icon-container .lab-wc-mini-cart-contents .cart-items .cart-item .product-details h3 a:hover {
    color: #00b19e
}

.menu-cart-icon-container .lab-wc-mini-cart-contents .cart-items .cart-item .product-details .mc-quantity {
    font-size: 13px;
    color: #898989
}

.menu-cart-icon-container .lab-wc-mini-cart-contents .cart-items .cart-item .product-details .mc-quantity strong {
    font-weight: 400;
    color: #333
}

.menu-cart-icon-container .lab-wc-mini-cart-contents .cart-items .cart-item .product-subtotal {
    width: 20%;
    text-align: right
}

.menu-cart-icon-container .lab-wc-mini-cart-contents .cart-items .cart-item .product-subtotal .price {
    color: #333
}

.menu-cart-icon-container .lab-wc-mini-cart-contents .cart-items .ps-scrollbar-y-rail {
    right: -8px !important;
    margin-top: 3px;
    margin-bottom: 3px
}

.menu-cart-icon-container .lab-wc-mini-cart-contents .cart-action-buttons {
    border-top: 1px solid #eee;
    padding: 10px 15px;
    padding-top: 15px;
    padding-bottom: 15px
}

.menu-cart-icon-container .lab-wc-mini-cart-contents .cart-action-buttons .mc-buttons-container {
    display: table;
    width: 100%;
    margin-bottom: 10px
}

.menu-cart-icon-container .lab-wc-mini-cart-contents .cart-action-buttons .mc-buttons-container .go-to-cart,
.menu-cart-icon-container .lab-wc-mini-cart-contents .cart-action-buttons .mc-buttons-container .go-to-checkout {
    display: table-cell;
    vertical-align: middle;
    width: 50%
}

.menu-cart-icon-container .lab-wc-mini-cart-contents .cart-action-buttons .mc-buttons-container .go-to-cart a,
.menu-cart-icon-container .lab-wc-mini-cart-contents .cart-action-buttons .mc-buttons-container .go-to-checkout a {
    font-size: 14px
}

.menu-cart-icon-container .lab-wc-mini-cart-contents .cart-action-buttons .mc-buttons-container .go-to-cart {
    padding-right: 7.5px
}

.menu-cart-icon-container .lab-wc-mini-cart-contents .cart-action-buttons .mc-buttons-container .go-to-cart a {
    background-color: #eee;
    color: #333
}

.menu-cart-icon-container .lab-wc-mini-cart-contents .cart-action-buttons .mc-buttons-container .go-to-cart a:hover {
    background-color: #e6e6e6
}

.menu-cart-icon-container .lab-wc-mini-cart-contents .cart-action-buttons .mc-buttons-container .go-to-checkout {
    padding-left: 7.5px
}

.menu-cart-icon-container .lab-wc-mini-cart-contents .cart-action-buttons .cart-subtotal {
    text-align: center;
    color: #898989
}

.menu-cart-icon-container .lab-wc-mini-cart-contents .cart-action-buttons .cart-subtotal strong {
    font-weight: 400;
    color: #333
}

.menu-cart-icon-container .lab-wc-mini-cart-contents .empty-loading-cart-contents {
    padding: 30px 15px;
    text-align: center;
    color: #888;
    font-size: 14px
}

.menu-cart-icon-container.menu-skin-dark .cart-icon-link {
    color: #333
}

.menu-cart-icon-container.menu-skin-dark .cart-icon-link .items-count {
    background-color: #00b19e
}

.menu-cart-icon-container.menu-skin-dark .cart-icon-link:hover {
    color: #333
}

.menu-cart-icon-container.menu-skin-dark .cart-icon-link:hover:after {
    background-color: #333
}

.menu-cart-icon-container.menu-skin-light .cart-icon-link {
    color: #fff
}

.menu-cart-icon-container.menu-skin-light .cart-icon-link .items-count {
    background-color: #00b19e
}

.menu-cart-icon-container.menu-skin-light .cart-icon-link:hover {
    color: #fff
}

.menu-cart-icon-container.menu-skin-light .cart-icon-link:hover:after {
    background-color: #fff
}

.shop-vc-content-container {
    margin-top: -20px;
    position: relative
}

.shop-vc-content-container .container {
    padding: 0 !important;
    margin: 0 !important;
    width: 100% !important
}

@media screen and (min-width:992px) {
    .lg-outer.single-product-lightbox .lg-item .lg-object {
        max-height: 85%
    }
}

.ps-container .ps-scrollbar-y {
    position: absolute;
    width: 2px !important;
    margin-right: 10px;
    background-color: #898989 !important
}

.ps-container .ps-scrollbar-y .ps-container .ps-scrollbar-y-rail.hover .ps-scrollbar-y,
.ps-container .ps-scrollbar-y .ps-scrollbar-y-rail:hover .ps-scrollbar-y {
    background-color: #00b19e !important
}

.ps-container .ps-scrollbar-y .ps-container .ps-scrollbar-y-rail.hover,
.ps-container .ps-scrollbar-y .ps-scrollbar-y-rail:hover {
    background-color: transparent !important
}

.ps-container .ps-scrollbar-y .ps-scrollbar-x-rail {
    display: none !important
}

.thumb {
    position: relative;
    overflow: hidden;
    z-index: 1
}

.thumb:hover .hover-state {
    visibility: visible;
    opacity: .9
}

.thumb:hover .hover-state.no-opacity {
    opacity: 1
}

.embed-youtube iframe {
    width: 100%
}

.hover-state {
    background-color: #00b19e;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    color: #fff;
    display: block;
    z-index: 10;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 250ms ease-in-out;
    transition: all 250ms ease-in-out
}

.hover-state a {
    color: #fff
}

.hover-state a:after {
    background: #fff
}

.hover-state i {
    color: #fff
}

.hover-state.padding {
    padding: 40px
}

.hover-state .hover-state-content {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.hover-state.with-spacing {
    width: auto !important;
    height: auto !important;
    top: 15px !important;
    bottom: 15px !important;
    left: 15px !important;
    right: 15px !important
}

@media screen and (min-width:481px) and (max-width:650px) {
    .hover-state.with-spacing .likes {
        display: none !important
    }

    .hover-state.with-spacing p {
        display: none !important
    }
}

.hover-state.hover-eff-fade-slide .info h3 {
    zoom: 1;
    filter: alpha(opacity=0);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    -webkit-transform: translate(0, 15px);
    transform: translate(0, 15px);
    -webkit-transition: all .15s 75ms cubic-bezier(.25, .46, .45, .94);
    transition: all .15s 75ms cubic-bezier(.25, .46, .45, .94)
}

.hover-state.hover-eff-fade-slide .info p {
    zoom: 1;
    filter: alpha(opacity=0);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    -webkit-transform: translate(translate(0, 15px));
    transform: translate(translate(0, 15px));
    -webkit-transition: all .15s cubic-bezier(.25, .46, .45, .94);
    transition: all .15s cubic-bezier(.25, .46, .45, .94)
}

.hover-state.hover-eff-fade-slide:hover .likes {
    zoom: 1;
    filter: alpha(opacity=100);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    -webkit-transition: all .4s cubic-bezier(.455, .03, .515, .955);
    transition: all .4s cubic-bezier(.455, .03, .515, .955)
}

.hover-state.hover-eff-fade-slide:hover .info h3 {
    zoom: 1;
    filter: alpha(opacity=100);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    -webkit-transition: all .3s .1s cubic-bezier(.455, .03, .515, .955);
    transition: all .3s .1s cubic-bezier(.455, .03, .515, .955)
}

.hover-state.hover-eff-fade-slide:hover .info p {
    zoom: 1;
    filter: alpha(opacity=100);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    -webkit-transition: all .4s .2s cubic-bezier(.455, .03, .515, .955);
    transition: all .4s .2s cubic-bezier(.455, .03, .515, .955)
}

.hover-state.hover-eff-fade-slide.hover-is-visible .likes {
    zoom: 1;
    filter: alpha(opacity=100);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0)
}

.hover-state.hover-eff-fade-slide.hover-is-visible .info h3 {
    zoom: 1;
    filter: alpha(opacity=100);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0)
}

.hover-state.hover-eff-fade-slide.hover-is-visible .info p {
    zoom: 1;
    filter: alpha(opacity=100);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0)
}

.hover-state.hover-eff-fade-slide.hover-is-visible.hover-reverse:hover .info h3 {
    zoom: 1;
    filter: alpha(opacity=0);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    -webkit-transform: translate(0, 15px);
    transform: translate(0, 15px)
}

.hover-state.hover-eff-fade-slide.hover-is-visible.hover-reverse:hover .info p {
    zoom: 1;
    filter: alpha(opacity=0);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    -webkit-transform: translate(translate(0, 15px));
    transform: translate(translate(0, 15px))
}

.pagination-container {
    margin: 20px 0
}

.pagination-container.align-left, .pagination-container.align-left .endless-pagination {
    text-align: left
}

.pagination-container.align-center, .pagination-container.align-center .endless-pagination {
    text-align: center
}

.pagination-container.align-right, .pagination-container.align-right .endless-pagination {
    text-align: right
}

.pagination-container ul.page-numbers {
    list-style: none;
    margin: 0
}

.pagination-container ul.page-numbers li {
    display: inline-block
}

.pagination-container a.page-numbers, .pagination-container span.page-numbers {
    border: none;
    color: #333;
    background-color: none;
    padding: 0 0;
    margin: 0 10px;
    background: 0 0;
    font-size: 16px
}

.pagination-container a.page-numbers.current, .pagination-container a.page-numbers:hover,
.pagination-container span.page-numbers.current, .pagination-container span.page-numbers:hover {
    color: #00b19e
}

.pagination-container a.page-numbers i, .pagination-container span.page-numbers i {
    display: inline-block;
    font-size: 15px
}

.pagination-container a.page-numbers.next i, .pagination-container span.page-numbers.next i {
    margin-left: 5px
}

.pagination-container a.page-numbers.prev i, .pagination-container span.page-numbers.prev i {
    margin-right: 5px
}

.sidebar-social a {
    margin-right: 25px
}

.tags {
    background: #eee !important;
    color: #333 !important;
    padding: 3px 8px !important;
    font-size: 13px;
    text-transform: lowercase;
    margin: 5px;
    margin-left: 0
}

.tags:hover {
    background-color: #e1e1e1 !important
}

.lab-dribbble-gallery ul {
    padding: 0;
    list-style: none
}

.lab-dribbble-gallery .dribbble_shot {
    float: left;
    position: relative
}

.lab-dribbble-gallery .dribbble_shot img:hover {
    opacity: .8
}

.lab-dribbble-gallery p {
    padding-left: 7px
}

.lab-dribbble-gallery p i {
    font-size: 15px;
    vertical-align: top;
    margin-top: 7px
}

.lab-dribbble-gallery a {
    float: left
}

.lab-dribbble-gallery a:after {
    background: 0 0
}

.form-control {
    -webkit-border-radius: 0;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 0;
    -moz-background-clip: padding;
    border-radius: 0;
    background-clip: padding-box;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 1px solid #eee;
    color: #333
}

.form-control::-moz-placeholder {
    color: #898989;
    opacity: 1
}

.form-control:-ms-input-placeholder {
    color: #898989
}

.form-control::-webkit-input-placeholder {
    color: #898989
}

.form-control::-webkit-input-placeholder {
    color: #898989
}

.form-control:-moz-placeholder {
    color: #898989
}

.form-control::-moz-placeholder {
    color: #898989
}

.form-control:-ms-input-placeholder {
    color: #898989
}

.form-control:focus {
    border-color: #d5d5d5;
    -webkit-box-shadow: none;
    box-shadow: none
}

textarea {
    background: 0 0
}

@media screen and (min-width:993px) {
    .pull-right-lg {
        float: right
    }
}

@media screen and (min-width:769px) {
    .pull-right-md {
        float: right
    }
}

@media screen and (min-width:481px) {
    .pull-right-sm {
        float: right
    }
}

.music-video-holder, .portfolio-video-holder {
    pointer-events: auto
}

.music-video-holder > .embed-vimeo, .portfolio-video-holder > .embed-vimeo {
    padding-top: 56.25%
}

.music-video-holder.video-type-audio, .portfolio-video-holder.video-type-audio {
    padding-bottom: 25%
}

.music-video-holder.video-type-audio .wp-audio-shortcode, .portfolio-video-holder.video-type-audio .wp-audio-shortcode {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.music-video-holder .wp-video, .portfolio-video-holder .wp-video {
    max-width: 100%;
    height: 100%
}

.music-video-holder .image-placeholder.img-loaded .loader, .portfolio-video-holder .image-placeholder.img-loaded .loader {
    pointer-events: none
}

.rotatingtweets {
    z-index: 10 !important
}

.endless-pagination {
    clear: both
}

.endless-pagination.not-visible {
    display: none
}

.endless-pagination .show-more {
    margin-top: 40px
}

.endless-pagination-alignment-left .show-more {
    text-align: left
}

.endless-pagination-alignment-right .show-more {
    text-align: right
}

.show-more {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    margin: 20px 0
}

.show-more .reveal-button {
    margin: auto;
    min-width: 200px;
    display: inline-block;
    border: 2px solid #eee;
    -webkit-transition: border 250ms ease-in-out;
    transition: border 250ms ease-in-out
}

.show-more .reveal-button a {
    width: 100%;
    padding: 12px 10px;
    margin-bottom: 0;
    text-align: center;
    background: 0 0;
    position: relative
}

.show-more .reveal-button a:active, .show-more .reveal-button a:focus {
    -webkit-box-shadow: none;
    box-shadow: none
}

.show-more .reveal-button a:hover {
    color: #898989
}

.show-more .reveal-button .loading {
    color: #898989;
    position: absolute;
    left: 50%;
    top: 50%;
    visibility: hidden;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    zoom: 1;
    filter: alpha(opacity=0);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0
}

.show-more .reveal-button .finished {
    position: absolute;
    left: 0;
    right: 0;
    visibility: hidden;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    zoom: 1;
    filter: alpha(opacity=0);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0
}

.show-more .reveal-button:hover {
    border-color: #dadada
}

.show-more.is-loading {
    pointer-events: none
}

.show-more.is-loading.type-2 .reveal-button a {
    border-color: transparent
}

.show-more.is-loading .reveal-button {
    border-color: transparent
}

.show-more.is-loading .reveal-button a {
    color: transparent
}

.show-more.is-loading .reveal-button .loading {
    visibility: visible;
    zoom: 1;
    filter: alpha(opacity=100);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1
}

.show-more.is-finished {
    pointer-events: none;
    zoom: 1;
    filter: alpha(opacity=0);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    -webkit-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
    -webkit-transition-delay: 1s;
    transition-delay: 1s
}

.show-more.is-finished .reveal-button {
    border-color: transparent
}

.show-more.is-finished .reveal-button a {
    color: transparent;
    border-color: transparent
}

.show-more.is-finished .reveal-button .loading {
    -webkit-transition-duration: 50ms;
    transition-duration: 50ms;
    zoom: 1;
    filter: alpha(opacity=0);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0
}

.show-more.is-finished .reveal-button .finished {
    visibility: visible;
    color: #00b19e;
    zoom: 1;
    filter: alpha(opacity=100);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1
}

.loading-spinner-1 {
    display: inline-block;
    width: 30px;
    height: 30px;
    background-color: #898989;
    border-radius: 100%;
    -webkit-animation: scaleout 1s infinite ease-in-out;
    animation: scaleout 1s infinite ease-in-out;
    z-index: 50
}

@-webkit-keyframes scaleout {
    0% {
        -webkit-transform: scale(0)
    }

    100% {
        -webkit-transform: scale(1);
        opacity: 0
    }
}

@keyframes scaleout {
    0% {
        transform: scale(0);
        -webkit-transform: scale(0)
    }

    100% {
        transform: scale(1);
        -webkit-transform: scale(1);
        opacity: 0
    }
}

.isotope .portfolio-item.no-transition, .isotope.no-transition,
.isotope.no-transition .portfolio-item {
    -webkit-transition-duration: 0s;
    transition-duration: 0s
}

.pagination.post-pagination {
    display: block;
    text-align: center;
    margin-top: 40px
}

.pagination.post-pagination a {
    display: inline-block
}

.pagination.post-pagination a + a {
    margin-left: 20px
}

.no-style-input {
    border: 0;
    padding: 0;
    margin: 0;
    width: 0;
    overflow: hidden;
    -webkit-transition: none !important;
    transition: none !important
}

.visibility-hidden {
    zoom: 1;
    filter: alpha(opacity=0);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0
}

.wow {
    visibility: hidden
}

.more-link {
    text-align: center
}

.comparison-image-slider {
    width: 100%;
    margin: 0 auto;
    float: left;
    position: relative;
    margin-bottom: 30px
}

.comparison-image-slider img {
    display: block;
    width: 100%
}

.comparison-image-slider .cd-image-label {
    bottom: 0;
    right: 0;
    color: #fff;
    padding: 10px 15px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    zoom: 1;
    filter: alpha(opacity=0);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
    -webkit-transition: -webkit-transform .3s .7s, opacity .3s .7s;
    -webkit-transition: opacity .3s .7s, -webkit-transform .3s .7s;
    transition: opacity .3s .7s, -webkit-transform .3s .7s;
    transition: transform .3s .7s, opacity .3s .7s;
    transition: transform .3s .7s, opacity .3s .7s, -webkit-transform .3s .7s;
    position: absolute;
    display: none
}

.comparison-image-slider .cd-image-label.is-hidden {
    visibility: hidden
}

.comparison-image-slider .cd-resize-img {
    width: 0;
    height: 100%;
    top: 0;
    left: 0;
    overflow: hidden;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    position: absolute
}

.comparison-image-slider .cd-resize-img img {
    width: auto;
    max-width: none;
    height: 100%;
    left: 0;
    top: 0;
    display: block;
    position: absolute
}

.comparison-image-slider .cd-resize-img .cd-image-label {
    right: auto;
    left: 0
}

.comparison-image-slider .cd-handle {
    height: 40px;
    width: 40px;
    left: 50%;
    top: 50%;
    margin-left: -20px;
    margin-top: -20px;
    border-radius: 50%;
    background: #00b19e url(../images/icons/image-comparison-slider-arrows.svg) no-repeat center center;
    cursor: ew-resize;
    zoom: 1;
    filter: alpha(opacity=0);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    -webkit-transform: translate3d(0, 0, 0) scale(0);
    transform: translate3d(0, 0, 0) scale(0);
    position: absolute
}

.comparison-image-slider .cd-handle:hover {
    background-color: #00ac99
}

.comparison-image-slider .cd-handle.draggable {
    background-color: #00a795
}

.comparison-image-slider lesshat-selector {
    -lh-property: 0
}

@-webkit-keyframes cd-bounce-in {
    0% {
        width: 0
    }

    60% {
        width: 55%
    }

    100% {
        width: 50%
    }
}

@keyframes cd-bounce-in {
    0% {
        width: 0
    }

    60% {
        width: 55%
    }

    100% {
        width: 50%
    }
}

[not-existing] {
    zoom: 1
}

.comparison-image-slider.is-visible {
    padding-bottom: 0 !important
}

.comparison-image-slider:hover .cd-image-label {
    display: block
}

.is-visible .cd-resize-img {
    width: 50%;
    -webkit-animation: cd-bounce-in .7s;
    animation: cd-bounce-in .7s
}

.is-visible .cd-image-label {
    zoom: 1;
    filter: alpha(opacity=100);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0)
}

.is-visible .cd-handle {
    zoom: 1;
    filter: alpha(opacity=100);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0) scale(1);
    transform: translate3d(0, 0, 0) scale(1);
    -webkit-transition: -webkit-transform .3s .7s, opacity 0s .7s;
    -webkit-transition: opacity 0s .7s, -webkit-transform .3s .7s;
    transition: opacity 0s .7s, -webkit-transform .3s .7s;
    transition: transform .3s .7s, opacity 0s .7s;
    transition: transform .3s .7s, opacity 0s .7s, -webkit-transform .3s .7s
}

.slick-slider {
    position: relative
}

.slick-slider .slick-next, .slick-slider .slick-prev {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background: 0 0;
    border: 0;
    display: block;
    padding: 0;
    color: #fff;
    font-size: 40px;
    -webkit-transition: all 250ms ease-in-out;
    transition: all 250ms ease-in-out
}

.slick-slider .slick-next:hover, .slick-slider .slick-prev:hover {
    color: #00b19e
}

.slick-slider .slick-next:active.slick-prev, .slick-slider .slick-prev:active.slick-prev {
    left: 15px
}

.slick-slider .slick-next:active.slick-next, .slick-slider .slick-prev:active.slick-next {
    right: 15px
}

.slick-slider .slick-prev {
    left: 30px
}

.slick-slider .slick-next {
    right: 30px
}

.slick-slider .slick-slide:hover {
    cursor: move;
    cursor: grab;
    cursor: -webkit-grab
}

.slick-slider .slick-slide:active {
    cursor: grabbing;
    cursor: -webkit-grabbing
}

.fluidbox-loader::before {
    -webkit-border-radius: 50%;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 50%;
    -moz-background-clip: padding;
    border-radius: 50%;
    background-clip: padding-box
}

.nivo-lightbox-theme-default .nivo-lightbox-next, .nivo-lightbox-theme-default .nivo-lightbox-prev {
    background-image: none !important
}

.nivo-lightbox-theme-default .nivo-lightbox-next:after, .nivo-lightbox-theme-default .nivo-lightbox-prev:after {
    display: block;
    font-family: Flaticon;
    content: '\e009';
    color: #fff;
    text-indent: 0;
    font-size: 120px;
    line-height: 1;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.nivo-lightbox-theme-default .nivo-lightbox-next.nivo-lightbox-prev:after,
.nivo-lightbox-theme-default .nivo-lightbox-prev.nivo-lightbox-prev:after {
    content: '\e007'
}

.nivo-lightbox-theme-default .nivo-lightbox-nav:hover {
    background-color: rgba(0, 0, 0, 0)
}

.row-table {
    display: table;
    width: 100%
}

.row-table.row-table-middle > div {
    vertical-align: middle
}

.row-table > div {
    display: table-cell;
    float: none
}

.coming-soon-mode .wrapper, .maintenance-mode .wrapper {
    background: #00b19e
}

.coming-soon-mode .wrapper a, .maintenance-mode .wrapper a {
    color: #fff
}

.coming-soon-mode .wrapper a:after, .maintenance-mode .wrapper a:after {
    background-color: #fff
}

.wp-page-title {
    margin-bottom: 30px;
    font-size: 26px
}

.lab-bordered-image img {
    -webkit-box-shadow: 8px -8px 0 0 #eee;
    box-shadow: 8px -8px 0 0 #eee
}

.password-protected-title {
    font-size: 32px;
    margin-bottom: 20px
}

.laborator-admin-bar-menu {
    position: relative !important;
    display: inline-block;
    width: 16px !important;
    height: 16px !important;
    background: url(../images/laborator-icon.png) no-repeat 0 0 !important;
    background-size: 16px !important;
    margin-right: 8px !important;
    top: 3px !important
}

#wp-admin-bar-laborator-options:hover .laborator-admin-bar-menu {
    background-position: 0 -32px !important
}

.laborator-admin-bar-menu:before {
    display: none !important
}

.tp-caption a:after {
    background: 0 0 !important
}

a.tp-button:after {
    background: 0 0
}

.tp-button:after {
    background: 0 0 !important
}

.slick-slider .slick-next, .slick-slider .slick-prev {
    z-index: 1 !important
}

.project-description .lab-vc-container {
    padding: 0
}

.lightbox-disabled .nivo a, .lightbox-disabled .nivo.image-slide > a,
.lightbox-disabled .nivo.media-type-image, .lightbox-disabled .nivo.media-type-images_slider .image-slide a {
    cursor: default;
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.lightbox-disabled .slick-arrow a {
    cursor: pointer;
    pointer-events: auto;
    -webkit-user-select: all;
    -moz-user-select: all;
    -ms-user-select: all;
    user-select: all
}

@-moz-document url-prefix() {
    .single-portfolio-holder .gallery .photo {
        float: none
    }
}

body.lg-on {
    overflow: hidden
}

body.lg-on #wpadminbar {
    visibility: hidden
}

.col-sm-2-4 {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px
}

@media (min-width:768px) {
    .col-sm-2-4 {
        float: left;
        width: 20%
    }
}

@media screen and (max-width:480px) {
    .col-sm-2-4 {
        position: relative;
        min-height: 1px;
        padding-left: 15px;
        padding-right: 15px
    }
}

@media screen and (max-width:480px) and (min-width:768px) {
    .col-sm-2-4 {
        float: left;
        width: 100%
    }
}

@media screen and (min-width:992px) {
    .col-md-2-4 {
        position: relative;
        min-height: 1px;
        padding-left: 15px;
        padding-right: 15px
    }
}

@media screen and (min-width:992px) and (min-width:992px) {
    .col-md-2-4 {
        float: left;
        width: 20%
    }
}

body > .nivo-lightbox-overlay {
    z-index: 1000000
}

.has-page-borders .nivo-lightbox-close {
    top: 10px;
    right: 15px
}

.lg-outer .lg-has-vimeo .lg-video-play {
    background-image: url(../images/icons/lightgallery-icons/vimeo-play@2x.png) !important;
    background-size: 84px !important
}

.lg-outer .lg-has-youtube .lg-video-play {
    background-image: url(../images/icons/lightgallery-icons/youtube-play@2x.png) !important;
    background-size: 84px !important
}

.wpb_revslider_element a::after {
    background: 0 0
}

.vc_btn3:after {
    background-color: transparent !important
}

@media screen and (max-width:420px) {
    .has-page-borders.header-absolute header.main-header {
        margin-left: 0;
        margin-right: 0
    }
}

.vc-container {
    position: relative
}

.vc-container.half-margin {
    margin-bottom: 20px
}

.vc-container .vc-parent-row {
    margin-left: auto !important;
    margin-right: auto !important;
    border-style: solid;
    border-width: 0
}

.vc-container .vc-parent-row > .vc_row[data-vc-full-width-init=true] {
    left: 0 !important;
    width: 100% !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin-left: 0 !important;
    margin-right: 0 !important
}

.vc-container .vc-parent-row.row-default {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px
}

@media (min-width:768px) {
    .vc-container .vc-parent-row.row-default {
        width: 750px
    }
}

@media (min-width:992px) {
    .vc-container .vc-parent-row.row-default {
        width: 970px
    }
}

@media (min-width:1200px) {
    .vc-container .vc-parent-row.row-default {
        width: 1170px
    }
}

.vc-container .vc-parent-row.row-default .vc-parent-row {
    width: 100%;
    max-width: 100%;
    padding-left: 0;
    padding-right: 0
}

.vc-container .vc-parent-row.row-stretch_row > .vc_row {
    margin-right: auto;
    margin-left: auto;
    padding-left: 0;
    padding-right: 0;
    margin-left: auto !important;
    margin-right: auto !important
}

@media (min-width:768px) {
    .vc-container .vc-parent-row.row-stretch_row > .vc_row {
        width: 750px
    }
}

@media (min-width:992px) {
    .vc-container .vc-parent-row.row-stretch_row > .vc_row {
        width: 970px
    }
}

@media (min-width:1200px) {
    .vc-container .vc-parent-row.row-stretch_row > .vc_row {
        width: 1170px
    }
}

@media (min-width:768px) {
    .vc-container .vc-parent-row.row-stretch_row > .vc_row {
        max-width: 750px
    }
}

@media (min-width:992px) {
    .vc-container .vc-parent-row.row-stretch_row > .vc_row {
        max-width: 970px
    }
}

@media (min-width:1200px) {
    .vc-container .vc-parent-row.row-stretch_row > .vc_row {
        max-width: 1170px
    }
}

.vc-container .vc-parent-row.row-stretch_row > .vc_row .vc-parent-row {
    width: 100%;
    max-width: 100%;
    padding-left: 0;
    padding-right: 0
}

.vc-container .vc-parent-row.row-stretch_row_content > .vc_row[data-vc-full-width-init=false] {
    padding-left: 15px;
    padding-right: 15px
}

.vc-container .vc-parent-row.row-stretch_row_content.columns-gap-0 {
    padding-left: 0;
    padding-right: 0
}

.vc-container .vc-parent-row.row-stretch_row_content.columns-gap-1 {
    padding-left: 1px;
    padding-right: 1px
}

.vc-container .vc-parent-row.row-stretch_row_content.columns-gap-2 {
    padding-left: 2px;
    padding-right: 2px
}

.vc-container .vc-parent-row.row-stretch_row_content.columns-gap-3 {
    padding-left: 3px;
    padding-right: 3px
}

.vc-container .vc-parent-row.row-stretch_row_content.columns-gap-4 {
    padding-left: 4px;
    padding-right: 4px
}

.vc-container .vc-parent-row.row-stretch_row_content.columns-gap-5 {
    padding-left: 5px;
    padding-right: 5px
}

.vc-container .vc-parent-row.row-stretch_row_content.columns-gap-6 {
    padding-left: 6px;
    padding-right: 6px
}

.vc-container .vc-parent-row.row-stretch_row_content.columns-gap-7 {
    padding-left: 7px;
    padding-right: 7px
}

.vc-container .vc-parent-row.row-stretch_row_content.columns-gap-8 {
    padding-left: 8px;
    padding-right: 8px
}

.vc-container .vc-parent-row.row-stretch_row_content.columns-gap-9 {
    padding-left: 9px;
    padding-right: 9px
}

.vc-container .vc-parent-row.row-stretch_row_content.columns-gap-10 {
    padding-left: 10px;
    padding-right: 10px
}

.vc-container .vc-parent-row.row-stretch_row_content.columns-gap-11 {
    padding-left: 11px;
    padding-right: 11px
}

.vc-container .vc-parent-row.row-stretch_row_content.columns-gap-12 {
    padding-left: 12px;
    padding-right: 12px
}

.vc-container .vc-parent-row.row-stretch_row_content.columns-gap-13 {
    padding-left: 13px;
    padding-right: 13px
}

.vc-container .vc-parent-row.row-stretch_row_content.columns-gap-14 {
    padding-left: 14px;
    padding-right: 14px
}

.vc-container .vc-parent-row.row-stretch_row_content.columns-gap-15 {
    padding-left: 15px;
    padding-right: 15px
}

.vc-container .vc-parent-row.row-stretch_row_content.columns-gap-16 {
    padding-left: 16px;
    padding-right: 16px
}

.vc-container .vc-parent-row.row-stretch_row_content.columns-gap-17 {
    padding-left: 17px;
    padding-right: 17px
}

.vc-container .vc-parent-row.row-stretch_row_content.columns-gap-18 {
    padding-left: 18px;
    padding-right: 18px
}

.vc-container .vc-parent-row.row-stretch_row_content.columns-gap-19 {
    padding-left: 19px;
    padding-right: 19px
}

.vc-container .vc-parent-row.row-stretch_row_content.columns-gap-20 {
    padding-left: 20px;
    padding-right: 20px
}

.vc-container .vc-parent-row.row-stretch_row_content.columns-gap-21 {
    padding-left: 21px;
    padding-right: 21px
}

.vc-container .vc-parent-row.row-stretch_row_content.columns-gap-22 {
    padding-left: 22px;
    padding-right: 22px
}

.vc-container .vc-parent-row.row-stretch_row_content.columns-gap-23 {
    padding-left: 23px;
    padding-right: 23px
}

.vc-container .vc-parent-row.row-stretch_row_content.columns-gap-24 {
    padding-left: 24px;
    padding-right: 24px
}

.vc-container .vc-parent-row.row-stretch_row_content.columns-gap-25 {
    padding-left: 25px;
    padding-right: 25px
}

.vc-container .vc-parent-row.row-stretch_row_content.columns-gap-26 {
    padding-left: 26px;
    padding-right: 26px
}

.vc-container .vc-parent-row.row-stretch_row_content.columns-gap-27 {
    padding-left: 27px;
    padding-right: 27px
}

.vc-container .vc-parent-row.row-stretch_row_content.columns-gap-28 {
    padding-left: 28px;
    padding-right: 28px
}

.vc-container .vc-parent-row.row-stretch_row_content.columns-gap-29 {
    padding-left: 29px;
    padding-right: 29px
}

.vc-container .vc-parent-row.row-stretch_row_content.columns-gap-30 {
    padding-left: 30px;
    padding-right: 30px
}

.vc-container .vc-parent-row.row-stretch_row_content.columns-gap-31 {
    padding-left: 31px;
    padding-right: 31px
}

.vc-container .vc-parent-row.row-stretch_row_content.columns-gap-32 {
    padding-left: 32px;
    padding-right: 32px
}

.vc-container .vc-parent-row.row-stretch_row_content.columns-gap-33 {
    padding-left: 33px;
    padding-right: 33px
}

.vc-container .vc-parent-row.row-stretch_row_content.columns-gap-34 {
    padding-left: 34px;
    padding-right: 34px
}

.vc-container .vc-parent-row.row-stretch_row_content.columns-gap-35 {
    padding-left: 35px;
    padding-right: 35px
}

.vc-container .vc-parent-row.row-stretch_row_content_no_spaces > .vc_row[data-vc-full-width-init=false] {
    padding-left: 15px;
    padding-right: 15px
}

.vc-container .vc-parent-row.row-stretch_row_content_no_spaces.columns-gap-0 {
    padding-left: 0;
    padding-right: 0
}

.vc-container .vc-parent-row.row-stretch_row_content_no_spaces.columns-gap-0 > .vc_row[data-vc-full-width-init=false] {
    padding-left: 0;
    padding-right: 0
}

.vc-container .vc-parent-row.row-stretch_row_content_no_spaces.columns-gap-1 {
    padding-left: 1px;
    padding-right: 1px
}

.vc-container .vc-parent-row.row-stretch_row_content_no_spaces.columns-gap-1 > .vc_row[data-vc-full-width-init=false] {
    padding-left: 0;
    padding-right: 0
}

.vc-container .vc-parent-row.row-stretch_row_content_no_spaces.columns-gap-2 {
    padding-left: 2px;
    padding-right: 2px
}

.vc-container .vc-parent-row.row-stretch_row_content_no_spaces.columns-gap-2 > .vc_row[data-vc-full-width-init=false] {
    padding-left: 0;
    padding-right: 0
}

.vc-container .vc-parent-row.row-stretch_row_content_no_spaces.columns-gap-3 {
    padding-left: 3px;
    padding-right: 3px
}

.vc-container .vc-parent-row.row-stretch_row_content_no_spaces.columns-gap-3 > .vc_row[data-vc-full-width-init=false] {
    padding-left: 0;
    padding-right: 0
}

.vc-container .vc-parent-row.row-stretch_row_content_no_spaces.columns-gap-4 {
    padding-left: 4px;
    padding-right: 4px
}

.vc-container .vc-parent-row.row-stretch_row_content_no_spaces.columns-gap-4 > .vc_row[data-vc-full-width-init=false] {
    padding-left: 0;
    padding-right: 0
}

.vc-container .vc-parent-row.row-stretch_row_content_no_spaces.columns-gap-5 {
    padding-left: 5px;
    padding-right: 5px
}

.vc-container .vc-parent-row.row-stretch_row_content_no_spaces.columns-gap-5 > .vc_row[data-vc-full-width-init=false] {
    padding-left: 0;
    padding-right: 0
}

.vc-container .vc-parent-row.row-stretch_row_content_no_spaces.columns-gap-6 {
    padding-left: 6px;
    padding-right: 6px
}

.vc-container .vc-parent-row.row-stretch_row_content_no_spaces.columns-gap-6 > .vc_row[data-vc-full-width-init=false] {
    padding-left: 0;
    padding-right: 0
}

.vc-container .vc-parent-row.row-stretch_row_content_no_spaces.columns-gap-7 {
    padding-left: 7px;
    padding-right: 7px
}

.vc-container .vc-parent-row.row-stretch_row_content_no_spaces.columns-gap-7 > .vc_row[data-vc-full-width-init=false] {
    padding-left: 0;
    padding-right: 0
}

.vc-container .vc-parent-row.row-stretch_row_content_no_spaces.columns-gap-8 {
    padding-left: 8px;
    padding-right: 8px
}

.vc-container .vc-parent-row.row-stretch_row_content_no_spaces.columns-gap-8 > .vc_row[data-vc-full-width-init=false] {
    padding-left: 0;
    padding-right: 0
}

.vc-container .vc-parent-row.row-stretch_row_content_no_spaces.columns-gap-9 {
    padding-left: 9px;
    padding-right: 9px
}

.vc-container .vc-parent-row.row-stretch_row_content_no_spaces.columns-gap-9 > .vc_row[data-vc-full-width-init=false] {
    padding-left: 0;
    padding-right: 0
}

.vc-container .vc-parent-row.row-stretch_row_content_no_spaces.columns-gap-10 {
    padding-left: 10px;
    padding-right: 10px
}

.vc-container .vc-parent-row.row-stretch_row_content_no_spaces.columns-gap-10 > .vc_row[data-vc-full-width-init=false] {
    padding-left: 0;
    padding-right: 0
}

.vc-container .vc-parent-row.row-stretch_row_content_no_spaces.columns-gap-11 {
    padding-left: 11px;
    padding-right: 11px
}

.vc-container .vc-parent-row.row-stretch_row_content_no_spaces.columns-gap-11 > .vc_row[data-vc-full-width-init=false] {
    padding-left: 0;
    padding-right: 0
}

.vc-container .vc-parent-row.row-stretch_row_content_no_spaces.columns-gap-12 {
    padding-left: 12px;
    padding-right: 12px
}

.vc-container .vc-parent-row.row-stretch_row_content_no_spaces.columns-gap-12 > .vc_row[data-vc-full-width-init=false] {
    padding-left: 0;
    padding-right: 0
}

.vc-container .vc-parent-row.row-stretch_row_content_no_spaces.columns-gap-13 {
    padding-left: 13px;
    padding-right: 13px
}

.vc-container .vc-parent-row.row-stretch_row_content_no_spaces.columns-gap-13 > .vc_row[data-vc-full-width-init=false] {
    padding-left: 0;
    padding-right: 0
}

.vc-container .vc-parent-row.row-stretch_row_content_no_spaces.columns-gap-14 {
    padding-left: 14px;
    padding-right: 14px
}

.vc-container .vc-parent-row.row-stretch_row_content_no_spaces.columns-gap-14 > .vc_row[data-vc-full-width-init=false] {
    padding-left: 0;
    padding-right: 0
}

.vc-container .vc-parent-row.row-stretch_row_content_no_spaces.columns-gap-15 {
    padding-left: 15px;
    padding-right: 15px
}

.vc-container .vc-parent-row.row-stretch_row_content_no_spaces.columns-gap-15 > .vc_row[data-vc-full-width-init=false] {
    padding-left: 0;
    padding-right: 0
}

.vc-container .vc-parent-row.row-stretch_row_content_no_spaces.columns-gap-16 {
    padding-left: 16px;
    padding-right: 16px
}

.vc-container .vc-parent-row.row-stretch_row_content_no_spaces.columns-gap-16 > .vc_row[data-vc-full-width-init=false] {
    padding-left: 0;
    padding-right: 0
}

.vc-container .vc-parent-row.row-stretch_row_content_no_spaces.columns-gap-17 {
    padding-left: 17px;
    padding-right: 17px
}

.vc-container .vc-parent-row.row-stretch_row_content_no_spaces.columns-gap-17 > .vc_row[data-vc-full-width-init=false] {
    padding-left: 0;
    padding-right: 0
}

.vc-container .vc-parent-row.row-stretch_row_content_no_spaces.columns-gap-18 {
    padding-left: 18px;
    padding-right: 18px
}

.vc-container .vc-parent-row.row-stretch_row_content_no_spaces.columns-gap-18 > .vc_row[data-vc-full-width-init=false] {
    padding-left: 0;
    padding-right: 0
}

.vc-container .vc-parent-row.row-stretch_row_content_no_spaces.columns-gap-19 {
    padding-left: 19px;
    padding-right: 19px
}

.vc-container .vc-parent-row.row-stretch_row_content_no_spaces.columns-gap-19 > .vc_row[data-vc-full-width-init=false] {
    padding-left: 0;
    padding-right: 0
}

.vc-container .vc-parent-row.row-stretch_row_content_no_spaces.columns-gap-20 {
    padding-left: 20px;
    padding-right: 20px
}

.vc-container .vc-parent-row.row-stretch_row_content_no_spaces.columns-gap-20 > .vc_row[data-vc-full-width-init=false] {
    padding-left: 0;
    padding-right: 0
}

.vc-container .vc-parent-row.row-stretch_row_content_no_spaces.columns-gap-21 {
    padding-left: 21px;
    padding-right: 21px
}

.vc-container .vc-parent-row.row-stretch_row_content_no_spaces.columns-gap-21 > .vc_row[data-vc-full-width-init=false] {
    padding-left: 0;
    padding-right: 0
}

.vc-container .vc-parent-row.row-stretch_row_content_no_spaces.columns-gap-22 {
    padding-left: 22px;
    padding-right: 22px
}

.vc-container .vc-parent-row.row-stretch_row_content_no_spaces.columns-gap-22 > .vc_row[data-vc-full-width-init=false] {
    padding-left: 0;
    padding-right: 0
}

.vc-container .vc-parent-row.row-stretch_row_content_no_spaces.columns-gap-23 {
    padding-left: 23px;
    padding-right: 23px
}

.vc-container .vc-parent-row.row-stretch_row_content_no_spaces.columns-gap-23 > .vc_row[data-vc-full-width-init=false] {
    padding-left: 0;
    padding-right: 0
}

.vc-container .vc-parent-row.row-stretch_row_content_no_spaces.columns-gap-24 {
    padding-left: 24px;
    padding-right: 24px
}

.vc-container .vc-parent-row.row-stretch_row_content_no_spaces.columns-gap-24 > .vc_row[data-vc-full-width-init=false] {
    padding-left: 0;
    padding-right: 0
}

.vc-container .vc-parent-row.row-stretch_row_content_no_spaces.columns-gap-25 {
    padding-left: 25px;
    padding-right: 25px
}

.vc-container .vc-parent-row.row-stretch_row_content_no_spaces.columns-gap-25 > .vc_row[data-vc-full-width-init=false] {
    padding-left: 0;
    padding-right: 0
}

.vc-container .vc-parent-row.row-stretch_row_content_no_spaces.columns-gap-26 {
    padding-left: 26px;
    padding-right: 26px
}

.vc-container .vc-parent-row.row-stretch_row_content_no_spaces.columns-gap-26 > .vc_row[data-vc-full-width-init=false] {
    padding-left: 0;
    padding-right: 0
}

.vc-container .vc-parent-row.row-stretch_row_content_no_spaces.columns-gap-27 {
    padding-left: 27px;
    padding-right: 27px
}

.vc-container .vc-parent-row.row-stretch_row_content_no_spaces.columns-gap-27 > .vc_row[data-vc-full-width-init=false] {
    padding-left: 0;
    padding-right: 0
}

.vc-container .vc-parent-row.row-stretch_row_content_no_spaces.columns-gap-28 {
    padding-left: 28px;
    padding-right: 28px
}

.vc-container .vc-parent-row.row-stretch_row_content_no_spaces.columns-gap-28 > .vc_row[data-vc-full-width-init=false] {
    padding-left: 0;
    padding-right: 0
}

.vc-container .vc-parent-row.row-stretch_row_content_no_spaces.columns-gap-29 {
    padding-left: 29px;
    padding-right: 29px
}

.vc-container .vc-parent-row.row-stretch_row_content_no_spaces.columns-gap-29 > .vc_row[data-vc-full-width-init=false] {
    padding-left: 0;
    padding-right: 0
}

.vc-container .vc-parent-row.row-stretch_row_content_no_spaces.columns-gap-30 {
    padding-left: 30px;
    padding-right: 30px
}

.vc-container .vc-parent-row.row-stretch_row_content_no_spaces.columns-gap-30 > .vc_row[data-vc-full-width-init=false] {
    padding-left: 0;
    padding-right: 0
}

.vc-container .vc-parent-row.row-stretch_row_content_no_spaces.columns-gap-31 {
    padding-left: 31px;
    padding-right: 31px
}

.vc-container .vc-parent-row.row-stretch_row_content_no_spaces.columns-gap-31 > .vc_row[data-vc-full-width-init=false] {
    padding-left: 0;
    padding-right: 0
}

.vc-container .vc-parent-row.row-stretch_row_content_no_spaces.columns-gap-32 {
    padding-left: 32px;
    padding-right: 32px
}

.vc-container .vc-parent-row.row-stretch_row_content_no_spaces.columns-gap-32 > .vc_row[data-vc-full-width-init=false] {
    padding-left: 0;
    padding-right: 0
}

.vc-container .vc-parent-row.row-stretch_row_content_no_spaces.columns-gap-33 {
    padding-left: 33px;
    padding-right: 33px
}

.vc-container .vc-parent-row.row-stretch_row_content_no_spaces.columns-gap-33 > .vc_row[data-vc-full-width-init=false] {
    padding-left: 0;
    padding-right: 0
}

.vc-container .vc-parent-row.row-stretch_row_content_no_spaces.columns-gap-34 {
    padding-left: 34px;
    padding-right: 34px
}

.vc-container .vc-parent-row.row-stretch_row_content_no_spaces.columns-gap-34 > .vc_row[data-vc-full-width-init=false] {
    padding-left: 0;
    padding-right: 0
}

.vc-container .vc-parent-row.row-stretch_row_content_no_spaces.columns-gap-35 {
    padding-left: 35px;
    padding-right: 35px
}

.vc-container .vc-parent-row.row-stretch_row_content_no_spaces.columns-gap-35 > .vc_row[data-vc-full-width-init=false] {
    padding-left: 0;
    padding-right: 0
}

.vc-container .vc-parent-row .vc_column-inner {
    border-style: solid;
    border-width: 0
}

.vc-container .vc-parent-row.vc_parallax {
    overflow: hidden
}

.wpb_wrapper {
    position: relative;
    width: 100%
}

.wpb_wrapper .section-title {
    margin-top: 0
}

.wpb_wrapper .section-title > h2 {
    margin-top: 20px
}

.wpb_wrapper > .alert {
    margin-top: 35px
}

.wpb_wrapper > .alert + .alert {
    margin-top: 0
}

.wpb_wrapper > .alert:first-of-type {
    margin-top: 0
}

.wpb_wrapper > .alert:last-of-type {
    margin-bottom: 35px
}

.wpb_wrapper .icon-box-container {
    margin-bottom: 35px
}

.wpb_wrapper .icon-box-container .vc_icon_element {
    margin-bottom: 30px
}

.wpb_wrapper .icon-box-container .vc_icon_element.vc_icon_element-align-left .vc_icon_element-style-.vc_icon_element-size-lg {
    margin-left: -10px
}

.wpb_wrapper .icon-box-container .vc_icon_element.vc_icon_element-align-left .vc_icon_element-style-.vc_icon_element-size-xl {
    width: 5em;
    height: 5em
}

.wpb_wrapper .icon-box-container .icon-box-content h3 {
    margin-top: 0;
    font-size: 23px;
    margin-bottom: 15px
}

.wpb_wrapper .icon-box-container .icon-box-content.text-alignment-left {
    text-align: left
}

.wpb_wrapper .icon-box-container .icon-box-content.text-alignment-center {
    text-align: center
}

.wpb_wrapper .icon-box-container .icon-box-content.text-alignment-right {
    text-align: right
}

.wpb_wrapper .lab-scroll-box {
    margin-bottom: 35px
}

.wpb_wrapper .lab-scroll-box .lab-scroll-box-content {
    overflow: hidden;
    position: relative;
    padding-right: 15px
}

.wpb_wrapper .lab-scroll-box .lab-scroll-box-content:after, .wpb_wrapper .lab-scroll-box .lab-scroll-box-content:before {
    content: " ";
    display: table
}

.wpb_wrapper .lab-scroll-box .lab-scroll-box-content:after {
    clear: both
}

.wpb_wrapper .lab-scroll-box .lab-scroll-box-content:after, .wpb_wrapper .lab-scroll-box .lab-scroll-box-content:before {
    content: " ";
    display: table
}

.wpb_wrapper .lab-scroll-box .lab-scroll-box-content:after {
    clear: both
}

.wpb_wrapper .lab-scroll-box .lab-scroll-box-content .ps-scrollbar-y-rail {
    right: -10px !important
}

.wpb_wrapper .lab-scroll-box .lab-scroll-box-content h1, .wpb_wrapper .lab-scroll-box .lab-scroll-box-content h2,
.wpb_wrapper .lab-scroll-box .lab-scroll-box-content h3, .wpb_wrapper .lab-scroll-box .lab-scroll-box-content h4,
.wpb_wrapper .lab-scroll-box .lab-scroll-box-content h5, .wpb_wrapper .lab-scroll-box .lab-scroll-box-content h6 {
    margin-top: 0;
    margin-bottom: 15px
}

.wpb_wrapper .lab-vc-social-networks {
    margin-bottom: 35px
}

.wpb_wrapper .lab-vc-social-networks.display-type-icon-text .social-networks > li a i {
    display: inline-block;
    margin-right: 5px
}

.wpb_wrapper .lab-vc-social-networks.display-type-rounded-icons .social-networks li {
    margin-right: 0
}

.wpb_wrapper .lab-vc-social-networks.display-type-rounded-icons .social-networks li a {
    display: inline-block;
    line-height: 45px;
    text-align: center;
    -webkit-border-radius: 50%;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 50%;
    -moz-background-clip: padding;
    border-radius: 50%;
    background-clip: padding-box;
    width: 45px;
    height: 45px
}

.wpb_wrapper .lab-vc-social-networks.display-type-rounded-icons .social-networks li a span {
    display: none
}

.wpb_wrapper .laborator-btn {
    margin-bottom: 35px
}

.wpb_wrapper .laborator-btn:hover {
    color: #fff
}

.wpb_wrapper .laborator-btn.btn-white:hover {
    color: #898989
}

.wpb_wrapper .laborator-btn.btn-type-standard.btn-white {
    border-color: transparent
}

.wpb_wrapper .laborator-btn.btn-type-outlined {
    background-color: transparent;
    border: 2px solid transparent;
    border-color: #eee;
    color: #898989
}

.wpb_wrapper .laborator-btn.btn-type-outlined:hover {
    border-color: #d5d5d5
}

.wpb_wrapper .laborator-btn.btn-type-outlined:hover {
    background-color: transparent
}

.wpb_wrapper .laborator-btn.btn-type-outlined.btn-primary {
    border-color: #00b19e;
    color: #00b19e
}

.wpb_wrapper .laborator-btn.btn-type-outlined.btn-primary:hover {
    border-color: #007e70
}

.wpb_wrapper .laborator-btn.btn-type-outlined.btn-secondary {
    border-color: #898989;
    color: #898989
}

.wpb_wrapper .laborator-btn.btn-type-outlined.btn-secondary:hover {
    border-color: #707070
}

.wpb_wrapper .laborator-btn.btn-type-outlined.btn-black {
    border-color: #333;
    color: #333
}

.wpb_wrapper .laborator-btn.btn-type-outlined.btn-black:hover {
    border-color: #1a1a1a
}

.wpb_wrapper .laborator-btn.btn-type-outlined.btn-blue {
    border-color: #00aeef;
    color: #00aeef
}

.wpb_wrapper .laborator-btn.btn-type-outlined.btn-blue:hover {
    border-color: #0089bc
}

.wpb_wrapper .laborator-btn.btn-type-outlined.btn-red {
    border-color: #ea2f3d;
    color: #ea2f3d
}

.wpb_wrapper .laborator-btn.btn-type-outlined.btn-red:hover {
    border-color: #d11523
}

.wpb_wrapper .laborator-btn.btn-type-outlined.btn-green {
    border-color: #8dc63f;
    color: #8dc63f
}

.wpb_wrapper .laborator-btn.btn-type-outlined.btn-green:hover {
    border-color: #72a230
}

.wpb_wrapper .laborator-btn.btn-type-outlined.btn-yellow {
    border-color: #ffb83f;
    color: #ffb83f
}

.wpb_wrapper .laborator-btn.btn-type-outlined.btn-yellow:hover {
    border-color: #ffa50c
}

.wpb_wrapper .laborator-btn.btn-type-outlined-bg:hover:hover {
    background-color: #eee;
    border-color: #eee;
    color: #898989
}

.wpb_wrapper .laborator-btn.btn-type-outlined-bg.btn-primary:hover {
    background-color: #00b19e;
    border-color: #00b19e;
    color: #fff
}

.wpb_wrapper .laborator-btn.btn-type-outlined-bg.btn-secondary:hover {
    background-color: #898989;
    border-color: #898989;
    color: #fff
}

.wpb_wrapper .laborator-btn.btn-type-outlined-bg.btn-black:hover {
    background-color: #333;
    border-color: #333;
    color: #fff
}

.wpb_wrapper .laborator-btn.btn-type-outlined-bg.btn-blue:hover {
    background-color: #00aeef;
    border-color: #00aeef;
    color: #fff
}

.wpb_wrapper .laborator-btn.btn-type-outlined-bg.btn-red:hover {
    background-color: #ea2f3d;
    border-color: #ea2f3d;
    color: #fff
}

.wpb_wrapper .laborator-btn.btn-type-outlined-bg.btn-green:hover {
    background-color: #8dc63f;
    border-color: #8dc63f;
    color: #fff
}

.wpb_wrapper .laborator-btn.btn-type-outlined-bg.btn-yellow:hover {
    background-color: #ffb83f;
    border-color: #ffb83f;
    color: #fff
}

.wpb_wrapper .laborator-btn.btn-type-fliphover:hover:before {
    background-color: #eee
}

.wpb_wrapper .laborator-btn.btn-type-fliphover:hover:hover {
    color: #898989;
    border-color: #eee
}

.wpb_wrapper .laborator-btn.btn-type-fliphover.btn-primary:before {
    background-color: #00b19e
}

.wpb_wrapper .laborator-btn.btn-type-fliphover.btn-primary:hover {
    color: #fff;
    border-color: #00b19e
}

.wpb_wrapper .laborator-btn.btn-type-fliphover.btn-secondary:before {
    background-color: #898989
}

.wpb_wrapper .laborator-btn.btn-type-fliphover.btn-secondary:hover {
    color: #fff;
    border-color: #898989
}

.wpb_wrapper .laborator-btn.btn-type-fliphover.btn-black:before {
    background-color: #333
}

.wpb_wrapper .laborator-btn.btn-type-fliphover.btn-black:hover {
    color: #fff;
    border-color: #333
}

.wpb_wrapper .laborator-btn.btn-type-fliphover.btn-blue:before {
    background-color: #00aeef
}

.wpb_wrapper .laborator-btn.btn-type-fliphover.btn-blue:hover {
    color: #fff;
    border-color: #00aeef
}

.wpb_wrapper .laborator-btn.btn-type-fliphover.btn-red:before {
    background-color: #ea2f3d
}

.wpb_wrapper .laborator-btn.btn-type-fliphover.btn-red:hover {
    color: #fff;
    border-color: #ea2f3d
}

.wpb_wrapper .laborator-btn.btn-type-fliphover.btn-green:before {
    background-color: #8dc63f
}

.wpb_wrapper .laborator-btn.btn-type-fliphover.btn-green:hover {
    color: #fff;
    border-color: #8dc63f
}

.wpb_wrapper .laborator-btn.btn-type-fliphover.btn-yellow:before {
    background-color: #ffb83f
}

.wpb_wrapper .laborator-btn.btn-type-fliphover.btn-yellow:hover {
    color: #fff;
    border-color: #ffb83f
}

.wpb_wrapper > .laborator-btn:last-child {
    margin-bottom: 5px !important
}

.wpb_wrapper .wpb_tabs.tabs-style-minimal .ui-tabs .wpb_tabs_nav li {
    background-color: transparent;
    margin-right: 20px;
    margin-bottom: 5px
}

.wpb_wrapper .wpb_tabs.tabs-style-minimal .ui-tabs .wpb_tabs_nav li a {
    padding: 0;
    color: #777;
    border-bottom: 1px solid transparent;
    -webkit-transition: all 250ms;
    transition: all 250ms
}

.wpb_wrapper .wpb_tabs.tabs-style-minimal .ui-tabs .wpb_tabs_nav li a:hover {
    color: #4d4d4d
}

.wpb_wrapper .wpb_tabs.tabs-style-minimal .ui-tabs .wpb_tabs_nav li.ui-tabs-active a {
    color: #00b19e;
    border-bottom-color: #00b19e
}

.wpb_wrapper .wpb_tabs.tabs-style-minimal .ui-tabs .wpb_tab {
    padding: 20px 0;
    background-color: transparent
}

.wpb_wrapper .wpb_tabs.tabs-style-default .ui-tabs .wpb_tabs_nav li {
    background: #eee;
    border-bottom: 1px solid #fff
}

.wpb_wrapper .wpb_tabs.tabs-style-default .ui-tabs .wpb_tabs_nav li a {
    color: #666;
    padding: 10px 20px
}

.wpb_wrapper .wpb_tabs.tabs-style-default .ui-tabs .wpb_tabs_nav li a:hover {
    color: #595959
}

.wpb_wrapper .wpb_tabs.tabs-style-default .ui-tabs .wpb_tabs_nav li.ui-tabs-active {
    border-bottom-color: transparent
}

.wpb_wrapper .wpb_tabs.tabs-style-default .ui-tabs .wpb_tabs_nav li.ui-tabs-active a {
    color: #404040
}

.wpb_wrapper .wpb_tabs.tabs-style-default .ui-tabs .wpb_tab {
    background-color: #eee;
    padding: 15px 20px
}

.wpb_wrapper .vc_tta-tabs.vc_tta-style-classic .vc_tta-tabs-list li,
.wpb_wrapper .vc_tta-tabs.vc_tta-style-flat .vc_tta-tabs-list li,
.wpb_wrapper .vc_tta-tabs.vc_tta-style-modern .vc_tta-tabs-list li,
.wpb_wrapper .vc_tta-tabs.vc_tta-style-outline .vc_tta-tabs-list li {
    position: relative
}

.wpb_wrapper .vc_tta-tabs.vc_tta-style-classic .vc_tta-tabs-list li a,
.wpb_wrapper .vc_tta-tabs.vc_tta-style-flat .vc_tta-tabs-list li a,
.wpb_wrapper .vc_tta-tabs.vc_tta-style-modern .vc_tta-tabs-list li a,
.wpb_wrapper .vc_tta-tabs.vc_tta-style-outline .vc_tta-tabs-list li a {
    position: relative
}

.wpb_wrapper .vc_tta-tabs.vc_tta-style-classic .vc_tta-tabs-list li a:after,
.wpb_wrapper .vc_tta-tabs.vc_tta-style-flat .vc_tta-tabs-list li a:after,
.wpb_wrapper .vc_tta-tabs.vc_tta-style-modern .vc_tta-tabs-list li a:after,
.wpb_wrapper .vc_tta-tabs.vc_tta-style-outline .vc_tta-tabs-list li a:after {
    display: none !important
}

.wpb_wrapper .vc_tta-tabs.vc_tta-style-theme-styled .vc_tta-tabs-list li {
    background: #eee;
    border-bottom: 1px solid #fff
}

.wpb_wrapper .vc_tta-tabs.vc_tta-style-theme-styled .vc_tta-tabs-list li a {
    position: relative;
    display: block;
    color: #666;
    padding: 10px 20px
}

.wpb_wrapper .vc_tta-tabs.vc_tta-style-theme-styled .vc_tta-tabs-list li a:after {
    display: none !important
}

.wpb_wrapper .vc_tta-tabs.vc_tta-style-theme-styled .vc_tta-tabs-list li a:hover {
    color: #595959
}

.wpb_wrapper .vc_tta-tabs.vc_tta-style-theme-styled .vc_tta-tabs-list li.vc_active {
    border-bottom-color: transparent
}

.wpb_wrapper .vc_tta-tabs.vc_tta-style-theme-styled .vc_tta-tabs-list li.vc_active a {
    color: #404040
}

.wpb_wrapper .vc_tta-tabs.vc_tta-style-theme-styled .vc_tta-panels {
    background-color: #eee;
    padding: 0
}

.wpb_wrapper .vc_tta-tabs.vc_tta-style-theme-styled .vc_tta-panels .vc_tta-panel-body {
    padding: 15px 20px
}

.wpb_wrapper .vc_tta-tabs.vc_tta-style-theme-styled-minimal .vc_tta-tabs-list li {
    position: relative;
    background-color: transparent;
    margin-right: 20px;
    margin-bottom: 5px
}

.wpb_wrapper .vc_tta-tabs.vc_tta-style-theme-styled-minimal .vc_tta-tabs-list li a {
    padding: 0;
    color: #777;
    border-bottom: 1px solid transparent
}

.wpb_wrapper .vc_tta-tabs.vc_tta-style-theme-styled-minimal .vc_tta-tabs-list li a:after {
    display: block;
    border: 0;
    left: 0 !important;
    width: 0%;
    -webkit-transition: all .3s cubic-bezier(.175, .885, .32, 1.075) !important;
    transition: all .3s cubic-bezier(.175, .885, .32, 1.075) !important
}

.wpb_wrapper .vc_tta-tabs.vc_tta-style-theme-styled-minimal .vc_tta-tabs-list li a:hover {
    color: #4d4d4d
}

.wpb_wrapper .vc_tta-tabs.vc_tta-style-theme-styled-minimal .vc_tta-tabs-list li.vc_active a {
    color: #00b19e;
    border-bottom-color: #00b19e
}

.wpb_wrapper .vc_tta-tabs.vc_tta-style-theme-styled-minimal .vc_tta-tabs-list li.vc_active a:after {
    width: 100%
}

.wpb_wrapper .vc_tta-tabs.vc_tta-style-theme-styled-minimal .vc_tta-panel-body {
    padding: 20px 0
}

.wpb_wrapper .wpb_accordion .wpb_accordion_section {
    background-color: #eee;
    padding: 15px 20px;
    margin-top: 0;
    margin-bottom: 1px
}

.wpb_wrapper .wpb_accordion .wpb_accordion_section .wpb_accordion_header {
    background: 0 0
}

.wpb_wrapper .wpb_accordion .wpb_accordion_section .wpb_accordion_header a {
    color: #444;
    padding: 0
}

.wpb_wrapper .wpb_accordion .wpb_accordion_section .wpb_accordion_header .ui-accordion-header-icon {
    position: relative;
    top: 0;
    right: 0;
    float: left;
    width: 28px;
    height: auto;
    background: 0 0
}

.wpb_wrapper .wpb_accordion .wpb_accordion_section .wpb_accordion_header .ui-accordion-header-icon:after {
    content: '+';
    display: block;
    font-size: 25px;
    line-height: 1;
    margin-top: -6px
}

.wpb_wrapper .wpb_accordion .wpb_accordion_section .wpb_accordion_header.ui-state-active .ui-accordion-header-icon:after {
    font-size: 22px;
    content: '–';
    margin-top: -4px
}

.wpb_wrapper .wpb_accordion .wpb_accordion_section .wpb_accordion_content {
    padding: 0;
    padding-top: 20px;
    padding-bottom: 10px
}

.wpb_wrapper .vc_tta-accordion .vc_tta-panel {
    background-color: #eee;
    padding: 0;
    margin-top: 0;
    margin-bottom: 1px
}

.wpb_wrapper .vc_tta-accordion .vc_tta-panel .vc_tta-panel-heading h4 a {
    padding-top: 15px;
    padding-bottom: 15px;
    color: #444;
    font-size: 16px
}

.wpb_wrapper > h1:first-of-type, .wpb_wrapper > h2:first-of-type,
.wpb_wrapper > h3:first-of-type, .wpb_wrapper > h4:first-of-type, .wpb_wrapper > h5:first-of-type {
    margin-top: 0
}

.wpb_wrapper .lab-google-map {
    margin-bottom: 35px
}

.wpb_wrapper .lab-portfolio-items {
    margin-bottom: 35px
}

.wpb_wrapper .lab-portfolio-items .portfolio-title-holder {
    margin-bottom: 20px
}

.wpb_wrapper .lab-portfolio-items .portfolio-title-holder h1, .wpb_wrapper .lab-portfolio-items .portfolio-title-holder h2 {
    margin-top: 0
}

.wpb_wrapper .lab-portfolio-items .portfolio-title-holder .section-title p {
    margin-bottom: 0
}

.wpb_wrapper .lab-portfolio-items .portfolio-holder.merged-item-spacing {
    margin-top: 15px
}

.wpb_wrapper .lab-portfolio-items .portfolio-holder.merged-item-spacing + .more-link {
    margin-top: 45px
}

.wpb_wrapper .lab-portfolio-items .more-link {
    margin-top: 30px
}

.wpb_wrapper .lab-dribbble-gallery {
    margin-bottom: 35px
}

.wpb_wrapper .lab-dribbble-gallery .more-link {
    margin-top: 50px;
    -webkit-transition: opacity 350ms;
    transition: opacity 350ms
}

.wpb_wrapper .lab-clients-logos {
    margin-bottom: 35px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.wpb_wrapper .lab-contact-form {
    margin-bottom: 35px
}

.wpb_wrapper .auto-type-element {
    font-size: 60px;
    line-height: 90px;
    margin-bottom: 35px
}

.wpb_wrapper .auto-type-element .lab-autotype-text-entry {
    display: inline-block
}

.wpb_wrapper .auto-type-element span.block {
    background: #000;
    color: #fff;
    padding: 0 15px;
    display: inline-block
}

.wpb_wrapper .lab-vc-products-carousel {
    margin-bottom: 35px
}

.wpb_wrapper .lab-vc-products-carousel .shop-loading-products {
    display: none
}

.wpb_wrapper .lab-vc-products-carousel .products .product {
    margin-top: 20px;
    margin-bottom: 0
}

.wpb_wrapper .lab-vc-products-carousel .products .product .onsale {
    right: 20px
}

.wpb_wrapper .lab-vc-products-carousel .products .nextprev-arrow {
    position: absolute;
    top: 50%;
    cursor: pointer;
    visibility: visible;
    padding: 5px;
    margin-top: 20px;
    z-index: 1;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    zoom: 1;
    filter: alpha(opacity=0);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0
}

.wpb_wrapper .lab-vc-products-carousel .products .nextprev-arrow.ss-prev {
    left: 25px
}

.wpb_wrapper .lab-vc-products-carousel .products .nextprev-arrow.ss-prev:active {
    left: 15px
}

.wpb_wrapper .lab-vc-products-carousel .products .nextprev-arrow.ss-next {
    right: 25px
}

.wpb_wrapper .lab-vc-products-carousel .products .nextprev-arrow.ss-next:active {
    right: 15px
}

.wpb_wrapper .lab-vc-products-carousel .products .nextprev-arrow i {
    line-height: 1;
    font-size: 30px;
    color: #00b19e
}

.wpb_wrapper .lab-vc-products-carousel .products:hover .nextprev-arrow {
    visibility: visible;
    zoom: 1;
    filter: alpha(opacity=100);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1
}

.wpb_wrapper .lab-vc-products-carousel.products-hidden .shop-loading-products {
    display: block
}

.wpb_wrapper .lab-vc-products-carousel.products-hidden .products {
    display: none
}

.wpb_wrapper .wpb_single_image.fullsize img {
    width: 100%
}

.wpb_wrapper .wpb_single_image .vc_single_image-wrapper {
    display: block
}

.wpb_wrapper .wpb_single_image.fullwidth .vc_single_image-img {
    width: 100%
}

.wpb_wrapper .lab-blog-posts {
    margin-bottom: 35px
}

.wpb_wrapper .lab-blog-posts .blog-post-column {
    margin-bottom: 30px
}

.wpb_wrapper .lab-blog-posts .blog-post-entry {
    display: block;
    position: relative;
    border: 1px solid #eee
}

.wpb_wrapper .lab-blog-posts .blog-post-entry .blog-post-image {
    position: relative
}

.wpb_wrapper .lab-blog-posts .blog-post-entry .blog-post-image a {
    display: block
}

.wpb_wrapper .lab-blog-posts .blog-post-entry .blog-post-image a .hover-display {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(0, 177, 158, .8);
    visibility: hidden;
    zoom: 1;
    filter: alpha(opacity=0);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0
}

.wpb_wrapper .lab-blog-posts .blog-post-entry .blog-post-image a .hover-display.no-opacity {
    background-color: #00b19e
}

.wpb_wrapper .lab-blog-posts .blog-post-entry .blog-post-image a .hover-display.with-spacing {
    left: 15px;
    right: 15px;
    top: 15px;
    bottom: 15px
}

.wpb_wrapper .lab-blog-posts .blog-post-entry .blog-post-image a .hover-display i {
    position: absolute;
    line-height: 36px;
    left: 50%;
    top: 50%;
    color: #fff;
    text-align: center;
    font-size: 26px;
    width: 36px;
    height: 36px;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    margin-top: -10px;
    -webkit-transition: all .5s;
    transition: all .5s;
    zoom: 1;
    filter: alpha(opacity=0);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0
}

.wpb_wrapper .lab-blog-posts .blog-post-entry .blog-post-image a .hover-display .custom-hover-icon {
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.wpb_wrapper .lab-blog-posts .blog-post-entry .blog-post-image a .hover-display .custom-hover-icon img {
    max-width: 100%;
    height: auto
}

.wpb_wrapper .lab-blog-posts .blog-post-entry .blog-post-image a:hover .hover-display {
    visibility: visible;
    zoom: 1;
    filter: alpha(opacity=100);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1
}

.wpb_wrapper .lab-blog-posts .blog-post-entry .blog-post-image a:hover .hover-display i {
    margin-top: 0;
    zoom: 1;
    filter: alpha(opacity=100);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1
}

.wpb_wrapper .lab-blog-posts .blog-post-entry .blog-post-image.is-finished img {
    visibility: visible;
    zoom: 1;
    filter: alpha(opacity=100);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1
}

.wpb_wrapper .lab-blog-posts .blog-post-entry .blog-post-content-container {
    padding: 20px 30px;
    padding-top: 30px
}

.wpb_wrapper .lab-blog-posts .blog-post-entry .blog-post-content-container .blog-post-date {
    margin-bottom: 10px;
    color: #898989
}

.wpb_wrapper .lab-blog-posts .blog-post-entry .blog-post-content-container .blog-post-title {
    padding: 0;
    margin: 0;
    margin-bottom: 15px;
    font-size: 22px
}

.wpb_wrapper .lab-blog-posts .blog-post-entry .blog-post-content-container .blog-post-title a {
    color: #333;
    text-transform: none
}

.wpb_wrapper .lab-blog-posts .blog-post-entry .blog-post-content-container .blog-post-title a:hover {
    color: #00b19e
}

.wpb_wrapper .lab-blog-posts.display-loading .blog-post-column {
    display: none
}

.wpb_wrapper .lab-blog-posts.display-loading + .blog-posts-loading-message {
    display: block;
    margin-bottom: 40px
}

.wpb_wrapper .lab-blog-posts + .blog-posts-loading-message {
    display: none;
    padding: 30px 0;
    text-align: center;
    font-size: 19px;
    color: #898989;
    background-color: #fbfbfb
}

.wpb_wrapper .lab-blog-posts.posts-layout-left .blog-post-entry {
    display: table;
    table-layout: fixed
}

@media screen and (max-width:768px) {
    .wpb_wrapper .lab-blog-posts.posts-layout-left .blog-post-entry {
        display: block
    }
}

.wpb_wrapper .lab-blog-posts.posts-layout-left .blog-post-entry .blog-post-content-container,
.wpb_wrapper .lab-blog-posts.posts-layout-left .blog-post-entry .blog-post-image {
    display: table-cell;
    vertical-align: top
}

@media screen and (max-width:768px) {
    .wpb_wrapper .lab-blog-posts.posts-layout-left .blog-post-entry .blog-post-content-container,
    .wpb_wrapper .lab-blog-posts.posts-layout-left .blog-post-entry .blog-post-image {
        display: block
    }
}

.wpb_wrapper .lab-blog-posts.posts-layout-left .blog-post-entry .blog-post-image {
    width: 30%
}

@media screen and (max-width:768px) {
    .wpb_wrapper .lab-blog-posts.posts-layout-left .blog-post-entry .blog-post-image {
        width: 100% !important
    }
}

.wpb_wrapper .lab-blog-posts.posts-layout-left .blog-post-entry .blog-post-image img {
    width: 100%;
    height: auto
}

.wpb_wrapper .lab-blog-posts.posts-layout-left .blog-post-entry .blog-post-content-container {
    padding-top: 20px
}

.wpb_wrapper .lab-blog-posts.animated-eye-hover .blog-post-entry .blog-post-image a .hover-display i {
    background: url(../images/icons/eye.gif) no-repeat;
    width: 45px;
    height: 45px;
    background-size: 45px
}

.wpb_wrapper .lab-blog-posts.animated-eye-hover .blog-post-entry .blog-post-image a .hover-display i:before {
    content: "";
    display: none
}

.wpb_wrapper .vc_images_carousel a img {
    width: 100%;
    height: auto
}

.wpb_wrapper .wpb_video_wrapper .image-placeholder {
    padding-bottom: 0 !important
}

.wpb_wrapper .wpb_video_wrapper .video-as-holder .video-aspect-ratio {
    display: none
}

.wpb_wrapper .wpb_video_wrapper .video-js {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.wpb_wrapper .vc_images_carousel {
    max-width: 100%
}

.wpb_wrapper .vc_images_carousel .vc_item img {
    height: auto;
    max-width: 100%
}

.wpb_wrapper .wpb_text_column img {
    max-width: 100%
}

.wpb_wrapper .wpb_text_column a[rel^=attachment] {
    display: block;
    text-align: center
}

.wpb_wrapper .wpb_text_column a[rel^=attachment] img.aligncenter {
    float: none;
    display: inline-block
}

.wpb_wrapper .woocommerce .single-product.product {
    padding-top: 30px
}

.wpb_wrapper .woocommerce .single-product.product .onsale {
    right: 10px
}

@media screen and (max-width:768px) {
    .wpb_wrapper .woocommerce .single-product.product .onsale {
        right: 20px
    }
}

.wpb_wrapper .woocommerce .products {
    padding-top: 20px
}

.wpb_wrapper .woocommerce.columns-2 .products > .product, .wpb_wrapper .woocommerce.columns-3 .products > .product,
.wpb_wrapper .woocommerce.columns-4 .products > .product, .wpb_wrapper .woocommerce.columns-5 .products > .product,
.wpb_wrapper .woocommerce.columns-6 .products > .product {
    float: left;
    width: 100%;
    position: relative;
    min-height: 1px
}

@media screen and (max-width:767px) {
    .wpb_wrapper .woocommerce.columns-2 .products > .product.mobile-two-columns,
    .wpb_wrapper .woocommerce.columns-3 .products > .product.mobile-two-columns,
    .wpb_wrapper .woocommerce.columns-4 .products > .product.mobile-two-columns,
    .wpb_wrapper .woocommerce.columns-5 .products > .product.mobile-two-columns,
    .wpb_wrapper .woocommerce.columns-6 .products > .product.mobile-two-columns {
        position: relative;
        min-height: 1px;
        float: left;
        width: 50%
    }
}

@media (min-width:768px) {
    .wpb_wrapper .woocommerce.columns-2 .products > .product, .wpb_wrapper .woocommerce.columns-3 .products > .product,
    .wpb_wrapper .woocommerce.columns-4 .products > .product, .wpb_wrapper .woocommerce.columns-5 .products > .product,
    .wpb_wrapper .woocommerce.columns-6 .products > .product {
        float: left;
        width: 50%
    }
}

.wpb_wrapper .woocommerce.columns-2 .products > .product {
    position: relative;
    min-height: 1px
}

@media (min-width:992px) {
    .wpb_wrapper .woocommerce.columns-2 .products > .product {
        float: left;
        width: 50%
    }
}

.wpb_wrapper .woocommerce.columns-3 .products > .product {
    position: relative;
    min-height: 1px
}

@media (min-width:992px) {
    .wpb_wrapper .woocommerce.columns-3 .products > .product {
        float: left;
        width: 33.33333333%
    }
}

.wpb_wrapper .woocommerce.columns-4 .products > .product {
    position: relative;
    min-height: 1px
}

@media (min-width:992px) {
    .wpb_wrapper .woocommerce.columns-4 .products > .product {
        float: left;
        width: 25%
    }
}

.wpb_wrapper .woocommerce.columns-5 .products > .product {
    position: relative;
    min-height: 1px
}

@media (min-width:992px) {
    .wpb_wrapper .woocommerce.columns-5 .products > .product {
        float: left;
        width: 20%
    }
}

.wpb_wrapper .woocommerce.columns-6 .products > .product {
    position: relative;
    min-height: 1px
}

@media (min-width:992px) {
    .wpb_wrapper .woocommerce.columns-6 .products > .product {
        float: left;
        width: 16.66666667%
    }
}

.portfolio-vc-type-container + .container .page-container {
    margin-bottom: 45px
}

.alert {
    font-size: 20px;
    -webkit-border-radius: 0;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 0;
    -moz-background-clip: padding;
    border-radius: 0;
    background-clip: padding-box;
    border: 0;
    padding: 20px 25px;
    margin-top: 12px;
    margin-bottom: 12px;
    position: relative
}

.alert .close {
    text-shadow: none;
    zoom: 1;
    filter: alpha(opacity=90);
    -webkit-opacity: .9;
    -moz-opacity: .9;
    opacity: .9;
    position: absolute;
    right: 24px;
    top: 50%;
    margin-top: -15px
}

.alert .close:before {
    content: "\e00c";
    font-family: Flaticon;
    font-size: 18px;
    font-weight: 200;
    color: #fff
}

.alert.alert-default {
    background-color: #00b19e
}

.alert.alert-default a:hover {
    color: #fff
}

.alert a, .alert p {
    color: #fff
}

.alert a {
    -webkit-transition: all 250ms cubic-bezier(.445, .05, .55, .95);
    transition: all 250ms cubic-bezier(.445, .05, .55, .95)
}

.alert a:after {
    background-color: #fff
}

.btn {
    -webkit-border-radius: 0;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 0;
    -moz-background-clip: padding;
    border-radius: 0;
    background-clip: padding-box;
    border: 0;
    padding: 8px 20px;
    font-weight: 400;
    margin-bottom: 5px;
    vertical-align: top;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

.btn.btn-large {
    padding: 14px 20px;
    font-size: 16px
}

.btn.btn-small {
    padding: 6px 15px;
    font-size: 11px
}

.btn.btn-mini {
    padding: 2px 6px;
    font-size: 10px;
    text-transform: uppercase
}

.mobile-menu-wrapper {
    z-index: 150000;
    visibility: hidden;
    opacity: 0
}

.mobile-menu-wrapper .mobile-menu-container {
    position: relative;
    padding: 15px 0;
    display: inline-block;
    height: 100%
}

.mobile-menu-wrapper .mobile-menu-container .mobile-menu-close {
    float: right;
    position: relative;
    margin-top: 8px;
    margin-right: 20px;
    background: url(../images/icons/icon-menu-close.svg) no-repeat 0 0;
    width: 30px;
    height: 30px;
    background-size: 60px 30px
}

.mobile-menu-wrapper .mobile-menu-container .mobile-menu-close:hover {
    background-position: -30px 0;
    cursor: pointer
}

.mobile-menu-wrapper .mobile-menu-container ul {
    list-style: none;
    padding: 0;
    margin: 0
}

.mobile-menu-wrapper .mobile-menu-container div.menu > ul > li > a, .mobile-menu-wrapper .mobile-menu-container ul.menu > li > a {
    display: block;
    padding: 10px 30px;
    color: #333;
    text-decoration: none;
    font-size: 19px;
    text-transform: uppercase
}

.mobile-menu-wrapper .mobile-menu-container div.menu > ul > li ul, .mobile-menu-wrapper .mobile-menu-container ul.menu > li ul {
    padding: 0 30px;
    overflow: hidden;
    height: 0
}

.mobile-menu-wrapper .mobile-menu-container div.menu > ul > li ul.is-visible,
.mobile-menu-wrapper .mobile-menu-container ul.menu > li ul.is-visible {
    height: auto
}

.mobile-menu-wrapper .mobile-menu-container div.menu > ul > li ul > li > a,
.mobile-menu-wrapper .mobile-menu-container ul.menu > li ul > li > a {
    display: inline-block;
    font-size: 18px;
    color: #898989;
    padding: 2px 0
}

.mobile-menu-wrapper .mobile-menu-container div.menu > ul > li ul ul,
.mobile-menu-wrapper .mobile-menu-container ul.menu > li ul ul {
    padding: 0 25px
}

.mobile-menu-wrapper .mobile-menu-container div.menu > ul > li > ul > li:last-child,
.mobile-menu-wrapper .mobile-menu-container ul.menu > li > ul > li:last-child {
    padding-bottom: 15px
}

.mobile-menu-wrapper .mobile-menu-container div.menu > ul li a:hover,
.mobile-menu-wrapper .mobile-menu-container ul.menu li a:hover {
    color: #00b19e;
    text-decoration: none
}

.mobile-menu-wrapper .mobile-menu-container div.menu > ul li.menu-item-has-children > a:after,
.mobile-menu-wrapper .mobile-menu-container ul.menu li.menu-item-has-children > a:after {
    display: inline-block;
    font-family: Flaticon;
    content: '\e008';
    margin-left: 10px;
    position: relative;
    font-size: 9px;
    font-weight: 700;
    top: -2px
}

.mobile-menu-wrapper .mobile-menu-container div.menu > ul li.current-menu-ancestor > a,
.mobile-menu-wrapper .mobile-menu-container div.menu > ul li.current-menu-item > a,
.mobile-menu-wrapper .mobile-menu-container div.menu > ul li.current_page_ancestor > a,
.mobile-menu-wrapper .mobile-menu-container div.menu > ul li.current_page_item > a,
.mobile-menu-wrapper .mobile-menu-container ul.menu li.current-menu-ancestor > a,
.mobile-menu-wrapper .mobile-menu-container ul.menu li.current-menu-item > a,
.mobile-menu-wrapper .mobile-menu-container ul.menu li.current_page_ancestor > a,
.mobile-menu-wrapper .mobile-menu-container ul.menu li.current_page_item > a {
    color: #00b19e
}

.mobile-menu-wrapper .mobile-menu-container .search-form {
    position: relative;
    display: block;
    height: 60px;
    margin-top: 5px
}

.mobile-menu-wrapper .mobile-menu-container .search-form label {
    display: block;
    position: absolute;
    top: 50%;
    left: 30px;
    line-height: 1;
    color: #a9a9a9;
    margin-top: -5px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.mobile-menu-wrapper .mobile-menu-container .search-form input {
    border: 0;
    background: 0 0;
    height: 50px;
    left: 0;
    top: 0;
    width: 100%;
    right: 0;
    padding: 5px 30px;
    font-size: 19px;
    padding-left: 55px
}

.mobile-menu-wrapper .mobile-menu-container .search-form input:focus + label {
    color: #333
}

.mobile-menu-wrapper .mobile-menu-container .search-form input.search-submit {
    display: none
}

.mobile-menu-wrapper .mobile-menu-container .cart-icon-link-mobile-container {
    padding: 5px 30px
}

.mobile-menu-wrapper .mobile-menu-container .cart-icon-link-mobile-container a {
    color: #333;
    font-size: 19px;
    line-height: 1;
    text-transform: uppercase;
    text-decoration: none
}

.mobile-menu-wrapper .mobile-menu-container .cart-icon-link-mobile-container a i {
    display: inline-block;
    font-size: 22px;
    line-height: 1;
    margin-right: 10px;
    margin-left: 0
}

.mobile-menu-wrapper .mobile-menu-container .cart-icon-link-mobile-container a .items-count {
    zoom: 1;
    filter: alpha(opacity=50);
    -webkit-opacity: .5;
    -moz-opacity: .5;
    opacity: .5
}

.mobile-menu-wrapper .mobile-menu-container .cart-icon-link-mobile-container a .items-count.hide-notification {
    display: none
}

.mobile-menu-wrapper .mobile-menu-container .cart-icon-link-mobile-container a .items-count:before {
    content: '('
}

.mobile-menu-wrapper .mobile-menu-container .cart-icon-link-mobile-container a .items-count:after {
    content: ')'
}

.is-loading .mobile-menu-wrapper .mobile-menu-container .cart-icon-link-mobile-container a .items-count:after,
.is-loading .mobile-menu-wrapper .mobile-menu-container .cart-icon-link-mobile-container a .items-count:before {
    display: none
}

.mobile-menu-wrapper .mobile-menu-container .cart-icon-link-mobile-container a:hover {
    color: #00b19e
}

.mobile-menu-open .mobile-menu-wrapper + .mobile-menu-overlay {
    visibility: visible;
    opacity: 1
}

.mobile-menu-wrapper.mobile-menu-slide {
    position: fixed;
    top: 0;
    bottom: 0;
    width: 75%;
    height: 100%;
    right: 100%;
    cursor: pointer;
    visibility: visible;
    opacity: 1;
    will-change: transform;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    -webkit-transition: all .4s cubic-bezier(.445, .050, .55, .95);
    transition: all .4s cubic-bezier(.445, .050, .55, .95)
}

.mobile-menu-wrapper.mobile-menu-slide .mobile-menu-container {
    background-color: #fff;
    cursor: default;
    overflow: hidden;
    min-width: 280px;
    max-width: 75%
}

@media screen and (max-width:480px) {
    .mobile-menu-wrapper.mobile-menu-slide {
        -webkit-transform: translate3d(-30%, 0, 0);
        transform: translate3d(-30%, 0, 0)
    }
}

.mobile-menu-open .mobile-menu-wrapper.mobile-menu-slide {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    -webkit-transition-delay: 80ms;
    transition-delay: 80ms
}

.mobile-menu-wrapper.mobile-menu-fullscreen {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    padding-top: 15px;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all .4s cubic-bezier(.445, .05, .55, .95);
    transition: all .4s cubic-bezier(.445, .05, .55, .95)
}

.mobile-menu-open .mobile-menu-wrapper.mobile-menu-fullscreen {
    visibility: visible;
    opacity: 1;
    -webkit-transition-delay: 150ms;
    transition-delay: 150ms
}

.mobile-menu-wrapper.mobile-menu-fullscreen .mobile-menu-container {
    width: 100%
}

.mobile-menu-wrapper.mobile-menu-fullscreen .mobile-menu-container div.menu > ul,
.mobile-menu-wrapper.mobile-menu-fullscreen .mobile-menu-container ul.menu {
    display: inline-block
}

.mobile-menu-wrapper.mobile-menu-fullscreen .mobile-menu-container div.menu > ul > li > a,
.mobile-menu-wrapper.mobile-menu-fullscreen .mobile-menu-container ul.menu > li > a {
    color: #fff
}

.mobile-menu-wrapper.mobile-menu-fullscreen .mobile-menu-container div.menu > ul > li.current-menu-ancestor > a:before,
.mobile-menu-wrapper.mobile-menu-fullscreen .mobile-menu-container div.menu > ul > li.current-menu-item > a:before,
.mobile-menu-wrapper.mobile-menu-fullscreen .mobile-menu-container div.menu > ul > li.current_page_ancestor > a:before,
.mobile-menu-wrapper.mobile-menu-fullscreen .mobile-menu-container div.menu > ul > li.current_page_item > a:before,
.mobile-menu-wrapper.mobile-menu-fullscreen .mobile-menu-container ul.menu > li.current-menu-ancestor > a:before,
.mobile-menu-wrapper.mobile-menu-fullscreen .mobile-menu-container ul.menu > li.current-menu-item > a:before,
.mobile-menu-wrapper.mobile-menu-fullscreen .mobile-menu-container ul.menu > li.current_page_ancestor > a:before,
.mobile-menu-wrapper.mobile-menu-fullscreen .mobile-menu-container ul.menu > li.current_page_item > a:before {
    position: absolute;
    content: '';
    overflow: hidden;
    top: 100%;
    margin-top: -4px;
    left: 30px;
    right: 30px;
    display: block;
    height: 2px;
    background-color: #FFF
}

.mobile-menu-wrapper.mobile-menu-fullscreen .mobile-menu-container div.menu > ul > li ul > li > a,
.mobile-menu-wrapper.mobile-menu-fullscreen .mobile-menu-container ul.menu > li ul > li > a {
    color: rgba(255, 255, 255, .5)
}

.mobile-menu-wrapper.mobile-menu-fullscreen .mobile-menu-container div.menu > ul li a,
.mobile-menu-wrapper.mobile-menu-fullscreen .mobile-menu-container ul.menu li a {
    position: relative;
    display: inline-block;
    text-transform: none
}

.mobile-menu-wrapper.mobile-menu-fullscreen .mobile-menu-container div.menu > ul li a:hover,
.mobile-menu-wrapper.mobile-menu-fullscreen .mobile-menu-container ul.menu li a:hover {
    color: #fff
}

.mobile-menu-wrapper.mobile-menu-fullscreen .mobile-menu-container div.menu > ul li.current-menu-ancestor > a,
.mobile-menu-wrapper.mobile-menu-fullscreen .mobile-menu-container div.menu > ul li.current-menu-item > a,
.mobile-menu-wrapper.mobile-menu-fullscreen .mobile-menu-container div.menu > ul li.current_page_ancestor > a,
.mobile-menu-wrapper.mobile-menu-fullscreen .mobile-menu-container div.menu > ul li.current_page_item > a,
.mobile-menu-wrapper.mobile-menu-fullscreen .mobile-menu-container ul.menu li.current-menu-ancestor > a,
.mobile-menu-wrapper.mobile-menu-fullscreen .mobile-menu-container ul.menu li.current-menu-item > a,
.mobile-menu-wrapper.mobile-menu-fullscreen .mobile-menu-container ul.menu li.current_page_ancestor > a,
.mobile-menu-wrapper.mobile-menu-fullscreen .mobile-menu-container ul.menu li.current_page_item > a {
    color: #fff
}

.mobile-menu-wrapper.mobile-menu-fullscreen .mobile-menu-container .search-form input {
    color: #fff
}

.mobile-menu-wrapper.mobile-menu-fullscreen .mobile-menu-container .search-form input:focus + label {
    color: #fff
}

.mobile-menu-wrapper.mobile-menu-fullscreen .mobile-menu-container .cart-icon-link-mobile {
    color: #fff
}

.mobile-menu-wrapper.mobile-menu-fullscreen .mobile-menu-container .cart-icon-link-mobile:hover {
    color: #fff
}

.mobile-menu-wrapper.mobile-menu-fullscreen .mobile-menu-container .menu-bar {
    position: absolute;
    right: 15px;
    top: 15px
}

.mobile-menu-wrapper.mobile-menu-fullscreen + .mobile-menu-overlay {
    background-color: rgba(38, 38, 38, .9)
}

.mobile-menu-open .mobile-menu-wrapper.mobile-menu-fullscreen ~ .wrapper .menu-bar {
    opacity: 0
}

body.mobile-menu-open {
    overflow-x: hidden
}

.mobile-menu-overlay {
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    background-color: rgba(0, 0, 0, .5);
    z-index: 149999;
    cursor: pointer;
    visibility: hidden;
    zoom: 1;
    filter: alpha(opacity=0);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    -webkit-transition: all 140ms cubic-bezier(.445, .050, .55, .95);
    transition: all 140ms cubic-bezier(.445, .050, .55, .95)
}

.typed-cursor {
    display: inline-block;
    zoom: 1;
    filter: alpha(opacity=100);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    -webkit-animation: blink .7s infinite;
    animation: blink .7s infinite
}

lesshat-selector {
    -lh-property: 0
}

@-webkit-keyframes blink {
    0% {
        opacity: 1
    }

    50% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

@keyframes blink {
    0% {
        opacity: 1
    }

    50% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

[not-existing] {
    zoom: 1
}

@media screen and (max-width:768px) {
    .section-title {
        margin-top: 30px
    }

    .product-filter {
        margin-top: 20px
    }

    .portfolio-holder .thumb .hover-state.position-bottom-left .likes {
        left: 25px;
        top: 25px
    }

    .portfolio-holder .thumb .hover-state.position-top-right .likes {
        bottom: 25px;
        right: 25px !important
    }

    .portfolio-holder .thumb .hover-state .info h3 {
        padding-bottom: 0 !important
    }

    .portfolio-holder .thumb .hover-state .likes {
        display: block !important
    }

    .single-portfolio-holder.portfolio-type-2 .services {
        margin-top: 0
    }

    .single-portfolio-holder.portfolio-type-3 .services {
        margin-top: 0
    }

    .single-portfolio-holder.alt-one .services {
        margin-top: 0
    }

    .single-portfolio-holder .gallery .photo .caption {
        background: #eee;
        padding: 12px 15px;
        font-size: 15px
    }

    .blog-posts .box-holder .post-info .details {
        margin-top: 8px
    }

    .blog-posts .box-holder.blog-rounded .post-format {
        width: 70%;
        margin: auto
    }

    .single-blog-holder .blog-head-holder .quote-holder {
        margin-top: 100px;
        padding-left: 40px;
        padding-right: 40px
    }

    .single-blog-holder .blog-head-holder .quote-holder:before {
        left: 15px
    }

    .single-blog-holder .blog-head-holder .quote-holder blockquote {
        margin-top: 15px
    }

    .single-blog-holder .share-holder {
        margin-top: 40px;
        margin-bottom: 40px;
        display: inline-table
    }

    .single-blog-holder .share-holder h4 {
        display: table-cell
    }

    .single-blog-holder .share-holder .social-links {
        display: block
    }

    .single-blog-holder .share-holder .social-links a {
        display: inline-block
    }

    .single-blog-holder .blog-author-holder img {
        margin-right: 15px
    }

    .single-blog-holder .comments-holder:before {
        right: 13%;
        border-width: 30px 32px 0 0
    }

    .single-blog-holder .form-submit {
        margin-left: 15px;
        margin-right: 15px
    }

    .single-blog-holder .form-submit .send {
        width: 100%
    }

    .auto-type-element {
        font-size: 30px;
        line-height: normal
    }
}

@media screen and (max-width:480px) {
    .single-portfolio-holder .social-links-rounded {
        margin-top: 0
    }

    .single-portfolio-holder .social-links-rounded .social-share-icon:first-child {
        margin-left: 0 !important
    }

    .single-portfolio-holder.portfolio-centered-layout .social-links-rounded .social-share-icon:last-child {
        margin-right: 0 !important
    }

    .blog-posts .box-holder.blog-rounded .post-format {
        width: 100% !important
    }
}

@media screen and (max-width:992px) {
    .single-portfolio-holder.portfolio-type-1 .gallery-column-env {
        clear: both
    }

    .single-portfolio-holder.portfolio-type-1.gallery-type-fullbg .gallery-column-env {
        padding-left: 0 !important;
        padding-right: 0 !important
    }

    .portfolio-holder .thumb .hover-state .likes {
        display: none
    }
}

@media screen and (max-width:1199px) {
    .single-portfolio-holder .social-links-rounded {
        margin-top: 0;
        padding-top: 20px
    }

    .single-portfolio-holder .social-links-rounded .social-share-icon {
        margin-right: 11px
    }

    .portfolio-holder .thumb .hover-state .info {
        padding: 20px !important
    }

    .portfolio-holder .thumb .hover-state .likes {
        top: 20px !important;
        left: 20px !important
    }

    .portfolio-holder .thumb .hover-state.position-center .likes {
        left: 50% !important;
        top: 25% !important
    }
}

@media screen and (max-width:992px) {
    .shop-container.sidebar-is-present .pull-right-md {
        float: none
    }
}


/* SLIDER PLUGIN */

.tp-bullets.simplebullets.navbar {

    height: 35px;
    padding: 0px 0px;

}
.tp-bullets.simplebullets .bullet {
    cursor: pointer;
    position: relative !important;
    background: rgba(255, 255, 255, 1) !important;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    width: 6px !important;
    height: 6px !important;
    border: 5px solid rgba(255, 255, 255, 0) !important;
    display: inline-block;
    margin-right: 10px !important;
    margin-bottom: 14px !important;
    -webkit-transition: background-color 0.2s, border-color 0.2s;
    -moz-transition: background-color 0.2s, border-color 0.2s;
    -o-transition: background-color 0.2s, border-color 0.2s;
    -ms-transition: background-color 0.2s, border-color 0.2s;
    transition: background-color 0.2s, border-color 0.2s;
    float:none !important;
}
.tp-bullets.simplebullets .bullet.last {
    margin-right: 0px
}
.tp-bullets.simplebullets .bullet:hover,
.tp-bullets.simplebullets .bullet.selected {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
        background: rgba(255, 255, 255, 1) !important;
        width: 6px !important;
    height: 6px !important;
    border: 5px solid rgba(251,196,65, 1) !important;
}

/* SLIDER MENU HACK */
nav {position: relative !important; z-index: 9999 !important;}

/* OTHER HACKS */
.pb-panel
{
background-color: rgba(255,255,255,0.8);
}

.sp-default-logo background--light
{
    background-image: url('/images/logo.png');
}
.sp-default-logo background--dark
{
    background-image: url('/images/logo_white.png');
}
#sp-header .logo.background--light a,
.slogan.background--light
{
    color: black;
}
#sp-header .logo.background--dark a,
.company-info,
.company-info a,
.slogan.background--dark
{
    color: white;
}

.sp-megamenu-parent >li >a.background--light,
#offcanvas-toggler.background--light >i,
#offcanvas-toggler >i
{
    color: black;
}

.sp-megamenu-parent >li >a.background--dark,
#offcanvas-toggler.background--dark >i
{
    color: white;
}

/* Extra big for Twitter Bootstrap */

@media screen and (min-width: 1400px) {
  .container {
    width: 1370px;
  }
}
@media screen and (min-width: 1600px) {
  .container {
    width: 1570px;
  }
}
@media screen and (min-width: 1900px) {
  .container {
    width: 1870px;
  }
}

/* Extra big for Page Builder */
@media screen and (min-width: 1400px) {
  .pb-container {
    width: 1370px;
  }
}
@media screen and (min-width: 1600px) {
  .pb-container {
    width: 1570px;
  }
}
@media screen and (min-width: 1900px) {
  .pb-container {
    width: 1870px;
  }
}

/*#sp-header .container {width:80%!important;}*/
#sp-header
{
    box-shadow: none;
}
div.back-to-portfolio a:hover
{
    color: #fbc441;
}
div.back-to-portfolio,
div.tp-bullets
{
    cursor: pointer!important;
}

/** PORTFOLIO **/
div.filter-container
{
    margin-top: 3em;
}
div.filter-container ul.filter li {
    display: inline-block;
    margin-left: 40px
}
ul.filter > li.active a
{
    border-bottom: 1px solid #fbc441;
}

.filter-section div.navbar.navbar-default
{
    background: none;
    border: none;
}

.filter-section .navbar-default .navbar-nav>li>a
{
    padding: 0;
    padding-right: 5px;
    padding-left: 5px;
}
.filter-section .navbar-default .navbar-nav>li
{
    padding-right: 10px;
    padding-left: 10px;
}
.filter-section .navbar-default .navbar-nav li.active>a
{
    background: none;
    border-bottom: 1px solid orange;
    font-weight:bold;
}

.dropdown-menu li:hover .dropdown-submenu {
  visibility: visible;
}

.portfolio-section figure .overlay-background .inner,
.portfolio-section figure .inner-overlay-content a
{
    background: transparent;
}

header div.container
{
    /*padding-right: 50px;
    padding-left:50px;*/
}

/* CUSTOM */
body.home .nav-placeholder,
body.home #sp-footer,
body.home-global .nav-placeholder,
body.home-global #sp-footer,
body.com-portfolio.view-item .nav-placeholder,
body.com-portfolio.view-item #sp-footer
{
display:none;
}
body.home .nav-placeholder,
body.home #sp-header,
body.home-global .nav-placeholder,
body.home-global #sp-header,
body.com-portfolio.view-item .nav-placeholder,
body.com-portfolio.view-item #sp-header,
body.itemid-117 .nav-placeholder,
body.itemid-117 #sp-header,
body.itemid-117 .nav-placeholder,
body.itemid-117 #sp-header
 {
    margin-top: -90px;
    padding-top: 90px;
}
/* FIXED FOOTER */
#sp-footer {
    position: fixed;
    width: 100%;
    bottom: 0;
    z-index: 999;
    text-align: left;
}
body.espacio-drop-contact {
background-image: url('/images/estudio/estudio_01.jpg');
background-repeat: no-repeat;
background-position: center center !important;
background-attachment: fixed;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
}

.portfolio-section figure .inner-overlay-content
{
    padding: 1em;
}
.portfolio-section figure .inner-overlay-content .article-title
{
    margin: 0;
    padding-bottom: 1em;
    font-size: 1em;
    line-height: 1em;
}
.portfolio-section figure .inner-overlay-content .article-subtitle
{
text-align: left;
position: absolute;
bottom: 0px;
left: 0px;
margin: 8px 8px;
line-height: 0.8em;
font-size: 0.8em;
}
div.isotopeFilters
{
    padding-right:0;
    padding-left:0;
}
body.home
{
overflow-x:hidden;
overflow-y:hidden;
}

/* PORTFOLIO ITEM CUSTOM */
body.com-portfolio.view-item .body-wrapper,
body.home .body-wrapper,
{
    cursor: ew-resize;
    cursor: -webkit-image-set(url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48IURPQ1RZUEUgc3ZnIFBVQkxJQyAiLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4iICJodHRwOi8vd3d3LnczLm9yZy9HcmFwaGljcy9TVkcvMS4xL0RURC9zdmcxMS5kdGQiPjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iTGF5ZXJfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiIHdpZHRoPSIzMnB4IiBoZWlnaHQ9IjMycHgiIHZpZXdCb3g9IjAgMCA2NCA2NCIgZW5hYmxlLWJhY2tncm91bmQ9Im5ldyAwIDAgNjQgNjQiIHhtbDpzcGFjZT0icHJlc2VydmUiPjxwb2x5bGluZSBmaWxsPSJub25lIiBzdHJva2U9IiMwMDAwMDAiIHN0cm9rZS13aWR0aD0iMiIgc3Ryb2tlLWxpbmVqb2luPSJiZXZlbCIgc3Ryb2tlLW1pdGVybGltaXQ9IjEwIiBwb2ludHM9IjgsMjUgMSwzMiA4LDM5ICIvPjxwb2x5bGluZSBmaWxsPSJub25lIiBzdHJva2U9IiMwMDAwMDAiIHN0cm9rZS13aWR0aD0iMiIgc3Ryb2tlLWxpbmVqb2luPSJiZXZlbCIgc3Ryb2tlLW1pdGVybGltaXQ9IjEwIiBwb2ludHM9IjU2LDM5IDYzLDMyIDU2LDI1ICIvPjxwb2x5bGluZSBmaWxsPSJub25lIiBzdHJva2U9IiMwMDAwMDAiIHN0cm9rZS13aWR0aD0iMiIgc3Ryb2tlLW1pdGVybGltaXQ9IjEwIiBwb2ludHM9IjYzLDMyIDQzLDMyIDEsMzIgIi8+PC9zdmc+) 1x, url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48IURPQ1RZUEUgc3ZnIFBVQkxJQyAiLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4iICJodHRwOi8vd3d3LnczLm9yZy9HcmFwaGljcy9TVkcvMS4xL0RURC9zdmcxMS5kdGQiPjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iTGF5ZXJfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiIHdpZHRoPSI2NHB4IiBoZWlnaHQ9IjY0cHgiIHZpZXdCb3g9IjAgMCA2NCA2NCIgZW5hYmxlLWJhY2tncm91bmQ9Im5ldyAwIDAgNjQgNjQiIHhtbDpzcGFjZT0icHJlc2VydmUiPjxwb2x5bGluZSBmaWxsPSJub25lIiBzdHJva2U9IiMwMDAwMDAiIHN0cm9rZS13aWR0aD0iMiIgc3Ryb2tlLWxpbmVqb2luPSJiZXZlbCIgc3Ryb2tlLW1pdGVybGltaXQ9IjEwIiBwb2ludHM9IjgsMjUgMSwzMiA4LDM5ICIvPjxwb2x5bGluZSBmaWxsPSJub25lIiBzdHJva2U9IiMwMDAwMDAiIHN0cm9rZS13aWR0aD0iMiIgc3Ryb2tlLWxpbmVqb2luPSJiZXZlbCIgc3Ryb2tlLW1pdGVybGltaXQ9IjEwIiBwb2ludHM9IjU2LDM5IDYzLDMyIDU2LDI1ICIvPjxwb2x5bGluZSBmaWxsPSJub25lIiBzdHJva2U9IiMwMDAwMDAiIHN0cm9rZS13aWR0aD0iMiIgc3Ryb2tlLW1pdGVybGltaXQ9IjEwIiBwb2ludHM9IjYzLDMyIDQzLDMyIDEsMzIgIi8+PC9zdmc+) 2x), ew-resize;
}
@media screen and (max-width: 800px) {
    .boxheader {
        font-weight:bold;
        margin-top:1em;
    }
}
@media screen and (min-width: 800px) {
        .box {
        margin: 4em 1em;
        border: 1px silver;
        position: relative;
        width: 500px;
        height: 1em;
        overflow: hidden;
        min-height: 60px;
        min-width: 200px;
        max-width: 999px;
        max-height: 800px;
        background: rgba(255,255,255,0.5);
        /*background: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.7), rgba(255, 255, 255, 0.1));
        background: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.7), rgba(255, 255, 255, 0));
        background: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.7), rgba(255, 255, 255, 0));
        background: linear-gradient(45deg, rgba(255, 255, 255, 0.7), rgba(255, 255, 255, 0));
        box-shadow: 5px 5px 10px #535353;
        */
         }

        .boxheader {
        background: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.7), rgba(255, 255, 255, 0.1));
        background: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.7), rgba(255, 255, 255, 0));
        background: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.7), rgba(255, 255, 255, 0));
        background: linear-gradient(45deg, rgba(255, 255, 255, 0.7), rgba(255, 255, 255, 0));
        box-sizing: border-box;
        color: rgb(10, 2, 2);
        cursor: pointer;
        display: block;
        font-family: Karla;
        font-size: 26px;
        font-weight: normal;
        line-height: 28px;
        margin-bottom: 0px;
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 0px;
        position: relative;
        padding: 16px;
        white-space: nowrap;
        }
 
        .boxbody {
           font-size: 1em;
           padding: 20px;
           background: rgba(255, 255, 255, 0.4);
           height:23em;
           padding-bottom: 5em;
        }

       #description-box
       {
           height: 1em;
       }
       #description-box.box.open
       {
           height:25em;
       }
       
        div.single-portfolio-holder
        {
            position: absolute;
            left: 0;
            bottom: 0;
            z-index: 99999;
        }
}
 

 .box-overlay
 {
    background: rgba(255, 255, 255, 0.4);
    height: 100%;
    width: 100%;
 }
 
.win-size-grip {
    position: absolute;
    width: 100%;
    height: 4px;
    padding: 4px;
    top: 0;;
    right: 0px;
    cursor: ns-resize;
    /*background: url('/media/jquery-resizable/assets/wingrip_top_right.png') no-repeat;*/
 }
 
div.back-to-portfolio
{
   z-index: 25;
   display: inline-block;
   height: 10px;
   width: 10px;
   margin-right: 1.2em;
   margin-top: -6px;
   vertical-align: top;
   font-size: 1.3em;
}
div.back-to-portfolio a {color: rgba(255,255,255,0.9);}
div.back-to-portfolio .background--light a {color: rgba(0,0,0,0.9);}


.noselect {
  -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome and Opera */
}

#description-box.box.open .boxbody
{
    overflow-x: scroll;
    overflow-y: scroll;
}

@media screen and (max-width:480px) {
    
}