/*!
Animate.css - http://daneden.me/animate
Licensed under the MIT license - http://opensource.org/licenses/MIT

Copyright (c) 2015 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 {
    -webkit-animation-duration: .75s;
    animation-duration: .75s
}
.animated.flipOutX,
.animated.flipOutY {
    -webkit-animation-duration: .75s;
    animation-duration: .75s
}
@-webkit-keyframes bounce {
    0%, 20%, 53%, 80%, 100% {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
        animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
    40%,
    43% {
        -webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
        animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
        -webkit-transform: translate3d(0, -30px, 0);
        transform: translate3d(0, -30px, 0)
    }
    70% {
        -webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
        animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.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 {
    0%, 20%, 53%, 80%, 100% {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
        animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
    40%,
    43% {
        -webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
        animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
        -webkit-transform: translate3d(0, -30px, 0);
        transform: translate3d(0, -30px, 0)
    }
    70% {
        -webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
        animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.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 {
    0%, 50%, 100% {
        opacity: 1
    }
    25%,
    75% {
        opacity: 0
    }
}
@keyframes flash {
    0%, 50%, 100% {
        opacity: 1
    }
    25%,
    75% {
        opacity: 0
    }
}
.flash {
    -webkit-animation-name: flash;
    animation-name: flash
}
@-webkit-keyframes pulse {
    0% {
        -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)
    }
    100% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
}
@keyframes pulse {
    0% {
        -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)
    }
    100% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
}
.pulse {
    -webkit-animation-name: pulse;
    animation-name: pulse
}
@-webkit-keyframes rubberBand {
    0% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
    30% {
        -webkit-transform: scale3d(1.25, 0.75, 1);
        transform: scale3d(1.25, 0.75, 1)
    }
    40% {
        -webkit-transform: scale3d(0.75, 1.25, 1);
        transform: scale3d(0.75, 1.25, 1)
    }
    50% {
        -webkit-transform: scale3d(1.15, 0.85, 1);
        transform: scale3d(1.15, 0.85, 1)
    }
    65% {
        -webkit-transform: scale3d(.95, 1.05, 1);
        transform: scale3d(.95, 1.05, 1)
    }
    75% {
        -webkit-transform: scale3d(1.05, .95, 1);
        transform: scale3d(1.05, .95, 1)
    }
    100% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
}
@keyframes rubberBand {
    0% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
    30% {
        -webkit-transform: scale3d(1.25, 0.75, 1);
        transform: scale3d(1.25, 0.75, 1)
    }
    40% {
        -webkit-transform: scale3d(0.75, 1.25, 1);
        transform: scale3d(0.75, 1.25, 1)
    }
    50% {
        -webkit-transform: scale3d(1.15, 0.85, 1);
        transform: scale3d(1.15, 0.85, 1)
    }
    65% {
        -webkit-transform: scale3d(.95, 1.05, 1);
        transform: scale3d(.95, 1.05, 1)
    }
    75% {
        -webkit-transform: scale3d(1.05, .95, 1);
        transform: scale3d(1.05, .95, 1)
    }
    100% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
}
.rubberBand {
    -webkit-animation-name: rubberBand;
    animation-name: rubberBand
}
@-webkit-keyframes shake {
    0%, 100% {
        -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 {
    0%, 100% {
        -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 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)
    }
    100% {
        -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)
    }
    100% {
        -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 {
    0% {
        -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)
    }
    100% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
}
@keyframes tada {
    0% {
        -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)
    }
    100% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
}
.tada {
    -webkit-animation-name: tada;
    animation-name: tada
}
@-webkit-keyframes wobble {
    0% {
        -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)
    }
    100% {
        -webkit-transform: none;
        transform: none
    }
}
@keyframes wobble {
    0% {
        -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)
    }
    100% {
        -webkit-transform: none;
        transform: none
    }
}
.wobble {
    -webkit-animation-name: wobble;
    animation-name: wobble
}
@-webkit-keyframes jello {
    11.1% {
        -webkit-transform: none;
        transform: none
    }
    22.2% {
        -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
        transform: skewX(-12.5deg) skewY(-12.5deg)
    }
    33.3% {
        -webkit-transform: skewX(6.25deg) skewY(6.25deg);
        transform: skewX(6.25deg) skewY(6.25deg)
    }
    44.4% {
        -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
        transform: skewX(-3.125deg) skewY(-3.125deg)
    }
    55.5% {
        -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
        transform: skewX(1.5625deg) skewY(1.5625deg)
    }
    66.6% {
        -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
        transform: skewX(-0.78125deg) skewY(-0.78125deg)
    }
    77.7% {
        -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
        transform: skewX(0.390625deg) skewY(0.390625deg)
    }
    88.8% {
        -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
        transform: skewX(-0.1953125deg) skewY(-0.1953125deg)
    }
    100% {
        -webkit-transform: none;
        transform: none
    }
}
@keyframes jello {
    11.1% {
        -webkit-transform: none;
        transform: none
    }
    22.2% {
        -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
        transform: skewX(-12.5deg) skewY(-12.5deg)
    }
    33.3% {
        -webkit-transform: skewX(6.25deg) skewY(6.25deg);
        transform: skewX(6.25deg) skewY(6.25deg)
    }
    44.4% {
        -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
        transform: skewX(-3.125deg) skewY(-3.125deg)
    }
    55.5% {
        -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
        transform: skewX(1.5625deg) skewY(1.5625deg)
    }
    66.6% {
        -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
        transform: skewX(-0.78125deg) skewY(-0.78125deg)
    }
    77.7% {
        -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
        transform: skewX(0.390625deg) skewY(0.390625deg)
    }
    88.8% {
        -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
        transform: skewX(-0.1953125deg) skewY(-0.1953125deg)
    }
    100% {
        -webkit-transform: none;
        transform: none
    }
}
.jello {
    -webkit-animation-name: jello;
    animation-name: jello;
    -webkit-transform-origin: center;
    transform-origin: center
}
@-webkit-keyframes bounceIn {
    0%, 20%, 40%, 60%, 80%, 100% {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
        animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000)
    }
    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)
    }
    100% {
        opacity: 1;
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
}
@keyframes bounceIn {
    0%, 20%, 40%, 60%, 80%, 100% {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
        animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000)
    }
    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)
    }
    100% {
        opacity: 1;
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
}
.bounceIn {
    -webkit-animation-name: bounceIn;
    animation-name: bounceIn
}
@-webkit-keyframes bounceInDown {
    0%, 60%, 75%, 90%, 100% {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
        animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000)
    }
    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)
    }
    100% {
        -webkit-transform: none;
        transform: none
    }
}
@keyframes bounceInDown {
    0%, 60%, 75%, 90%, 100% {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
        animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000)
    }
    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)
    }
    100% {
        -webkit-transform: none;
        transform: none
    }
}
.bounceInDown {
    -webkit-animation-name: bounceInDown;
    animation-name: bounceInDown
}
@-webkit-keyframes bounceInLeft {
    0%, 60%, 75%, 90%, 100% {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
        animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000)
    }
    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)
    }
    100% {
        -webkit-transform: none;
        transform: none
    }
}
@keyframes bounceInLeft {
    0%, 60%, 75%, 90%, 100% {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
        animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000)
    }
    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)
    }
    100% {
        -webkit-transform: none;
        transform: none
    }
}
.bounceInLeft {
    -webkit-animation-name: bounceInLeft;
    animation-name: bounceInLeft
}
@-webkit-keyframes bounceInRight {
    0%, 60%, 75%, 90%, 100% {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
        animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000)
    }
    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)
    }
    100% {
        -webkit-transform: none;
        transform: none
    }
}
@keyframes bounceInRight {
    0%, 60%, 75%, 90%, 100% {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
        animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000)
    }
    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)
    }
    100% {
        -webkit-transform: none;
        transform: none
    }
}
.bounceInRight {
    -webkit-animation-name: bounceInRight;
    animation-name: bounceInRight
}
@-webkit-keyframes bounceInUp {
    0%, 60%, 75%, 90%, 100% {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
        animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000)
    }
    0% {
        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)
    }
    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}
@keyframes bounceInUp {
    0%, 60%, 75%, 90%, 100% {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
        animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000)
    }
    0% {
        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)
    }
    100% {
        -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)
    }
    100% {
        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)
    }
    100% {
        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)
    }
    100% {
        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)
    }
    100% {
        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)
    }
    100% {
        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)
    }
    100% {
        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)
    }
    100% {
        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)
    }
    100% {
        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)
    }
    100% {
        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)
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0)
    }
}
.bounceOutUp {
    -webkit-animation-name: bounceOutUp;
    animation-name: bounceOutUp
}
@-webkit-keyframes fadeIn {
    0% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}
@keyframes fadeIn {
    0% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}
.fadeIn {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn
}
@-webkit-keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}
@keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}
.fadeInDown {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown
}
@-webkit-keyframes fadeInDownBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0)
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}
@keyframes fadeInDownBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0)
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}
.fadeInDownBig {
    -webkit-animation-name: fadeInDownBig;
    animation-name: fadeInDownBig
}
@-webkit-keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}
@keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}
.fadeInLeft {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft
}
@-webkit-keyframes fadeInLeftBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0)
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}
@keyframes fadeInLeftBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0)
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}
.fadeInLeftBig {
    -webkit-animation-name: fadeInLeftBig;
    animation-name: fadeInLeftBig
}
@-webkit-keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}
@keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}
.fadeInRight {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight
}
@-webkit-keyframes fadeInRightBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0)
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}
@keyframes fadeInRightBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0)
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}
.fadeInRightBig {
    -webkit-animation-name: fadeInRightBig;
    animation-name: fadeInRightBig
}
@-webkit-keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}
@keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}
.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp
}
@-webkit-keyframes fadeInUpBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0)
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}
@keyframes fadeInUpBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0)
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}
.fadeInUpBig {
    -webkit-animation-name: fadeInUpBig;
    animation-name: fadeInUpBig
}
@-webkit-keyframes fadeOut {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0
    }
}
@keyframes fadeOut {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0
    }
}
.fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut
}
@-webkit-keyframes fadeOutDown {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }
}
@keyframes fadeOutDown {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }
}
.fadeOutDown {
    -webkit-animation-name: fadeOutDown;
    animation-name: fadeOutDown
}
@-webkit-keyframes fadeOutDownBig {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0)
    }
}
@keyframes fadeOutDownBig {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0)
    }
}
.fadeOutDownBig {
    -webkit-animation-name: fadeOutDownBig;
    animation-name: fadeOutDownBig
}
@-webkit-keyframes fadeOutLeft {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }
}
@keyframes fadeOutLeft {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }
}
.fadeOutLeft {
    -webkit-animation-name: fadeOutLeft;
    animation-name: fadeOutLeft
}
@-webkit-keyframes fadeOutLeftBig {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0)
    }
}
@keyframes fadeOutLeftBig {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0)
    }
}
.fadeOutLeftBig {
    -webkit-animation-name: fadeOutLeftBig;
    animation-name: fadeOutLeftBig
}
@-webkit-keyframes fadeOutRight {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }
}
@keyframes fadeOutRight {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }
}
.fadeOutRight {
    -webkit-animation-name: fadeOutRight;
    animation-name: fadeOutRight
}
@-webkit-keyframes fadeOutRightBig {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0)
    }
}
@keyframes fadeOutRightBig {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0)
    }
}
.fadeOutRightBig {
    -webkit-animation-name: fadeOutRightBig;
    animation-name: fadeOutRightBig
}
@-webkit-keyframes fadeOutUp {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }
}
@keyframes fadeOutUp {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }
}
.fadeOutUp {
    -webkit-animation-name: fadeOutUp;
    animation-name: fadeOutUp
}
@-webkit-keyframes fadeOutUpBig {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0)
    }
}
@keyframes fadeOutUpBig {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0)
    }
}
.fadeOutUpBig {
    -webkit-animation-name: fadeOutUpBig;
    animation-name: fadeOutUpBig
}
@-webkit-keyframes flip {
    0% {
        -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
    }
    100% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
}
@keyframes flip {
    0% {
        -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
    }
    100% {
        -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 {
    0% {
        -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)
    }
    100% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
}
@keyframes flipInX {
    0% {
        -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)
    }
    100% {
        -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 {
    0% {
        -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)
    }
    100% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
}
@keyframes flipInY {
    0% {
        -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)
    }
    100% {
        -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 {
    0% {
        -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
    }
    100% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        opacity: 0
    }
}
@keyframes flipOutX {
    0% {
        -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
    }
    100% {
        -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 {
    0% {
        -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
    }
    100% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        opacity: 0
    }
}
@keyframes flipOutY {
    0% {
        -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
    }
    100% {
        -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 {
    0% {
        -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
    }
    100% {
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}
@keyframes lightSpeedIn {
    0% {
        -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
    }
    100% {
        -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 {
    0% {
        opacity: 1
    }
    100% {
        -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
        transform: translate3d(100%, 0, 0) skewX(30deg);
        opacity: 0
    }
}
@keyframes lightSpeedOut {
    0% {
        opacity: 1
    }
    100% {
        -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 {
    0% {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate3d(0, 0, 1, -200deg);
        transform: rotate3d(0, 0, 1, -200deg);
        opacity: 0
    }
    100% {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}
@keyframes rotateIn {
    0% {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate3d(0, 0, 1, -200deg);
        transform: rotate3d(0, 0, 1, -200deg);
        opacity: 0
    }
    100% {
        -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 {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0
    }
    100% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}
@keyframes rotateInDownLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0
    }
    100% {
        -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 {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0
    }
    100% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}
@keyframes rotateInDownRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0
    }
    100% {
        -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 {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0
    }
    100% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}
@keyframes rotateInUpLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0
    }
    100% {
        -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 {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, -90deg);
        transform: rotate3d(0, 0, 1, -90deg);
        opacity: 0
    }
    100% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}
@keyframes rotateInUpRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, -90deg);
        transform: rotate3d(0, 0, 1, -90deg);
        opacity: 0
    }
    100% {
        -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 {
    0% {
        -webkit-transform-origin: center;
        transform-origin: center;
        opacity: 1
    }
    100% {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate3d(0, 0, 1, 200deg);
        transform: rotate3d(0, 0, 1, 200deg);
        opacity: 0
    }
}
@keyframes rotateOut {
    0% {
        -webkit-transform-origin: center;
        transform-origin: center;
        opacity: 1
    }
    100% {
        -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 {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1
    }
    100% {
        -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 {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1
    }
    100% {
        -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 {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1
    }
    100% {
        -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 {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1
    }
    100% {
        -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 {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1
    }
    100% {
        -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 {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1
    }
    100% {
        -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 {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1
    }
    100% {
        -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 {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1
    }
    100% {
        -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
    }
    100% {
        -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
    }
    100% {
        -webkit-transform: translate3d(0, 700px, 0);
        transform: translate3d(0, 700px, 0);
        opacity: 0
    }
}
.hinge {
    -webkit-animation-name: hinge;
    animation-name: hinge
}
@-webkit-keyframes rollIn {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
        transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg)
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}
@keyframes rollIn {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
        transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg)
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}
.rollIn {
    -webkit-animation-name: rollIn;
    animation-name: rollIn
}
@-webkit-keyframes rollOut {
    0% {
        opacity: 1
    }
    100% {
        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 {
    0% {
        opacity: 1
    }
    100% {
        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 {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }
    50% {
        opacity: 1
    }
}
@keyframes zoomIn {
    0% {
        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 {
    0% {
        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(0.550, 0.055, 0.675, 0.190);
        animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190)
    }
    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(0.175, 0.885, 0.320, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1)
    }
}
@keyframes zoomInDown {
    0% {
        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(0.550, 0.055, 0.675, 0.190);
        animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190)
    }
    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(0.175, 0.885, 0.320, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1)
    }
}
.zoomInDown {
    -webkit-animation-name: zoomInDown;
    animation-name: zoomInDown
}
@-webkit-keyframes zoomInLeft {
    0% {
        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(0.550, 0.055, 0.675, 0.190);
        animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190)
    }
    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(0.175, 0.885, 0.320, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1)
    }
}
@keyframes zoomInLeft {
    0% {
        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(0.550, 0.055, 0.675, 0.190);
        animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190)
    }
    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(0.175, 0.885, 0.320, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1)
    }
}
.zoomInLeft {
    -webkit-animation-name: zoomInLeft;
    animation-name: zoomInLeft
}
@-webkit-keyframes zoomInRight {
    0% {
        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(0.550, 0.055, 0.675, 0.190);
        animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190)
    }
    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(0.175, 0.885, 0.320, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1)
    }
}
@keyframes zoomInRight {
    0% {
        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(0.550, 0.055, 0.675, 0.190);
        animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190)
    }
    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(0.175, 0.885, 0.320, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1)
    }
}
.zoomInRight {
    -webkit-animation-name: zoomInRight;
    animation-name: zoomInRight
}
@-webkit-keyframes zoomInUp {
    0% {
        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(0.550, 0.055, 0.675, 0.190);
        animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190)
    }
    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(0.175, 0.885, 0.320, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1)
    }
}
@keyframes zoomInUp {
    0% {
        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(0.550, 0.055, 0.675, 0.190);
        animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190)
    }
    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(0.175, 0.885, 0.320, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1)
    }
}
.zoomInUp {
    -webkit-animation-name: zoomInUp;
    animation-name: zoomInUp
}
@-webkit-keyframes zoomOut {
    0% {
        opacity: 1
    }
    50% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }
    100% {
        opacity: 0
    }
}
@keyframes zoomOut {
    0% {
        opacity: 1
    }
    50% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }
    100% {
        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(0.550, 0.055, 0.675, 0.190);
        animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190)
    }
    100% {
        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(0.175, 0.885, 0.320, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 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(0.550, 0.055, 0.675, 0.190);
        animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190)
    }
    100% {
        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(0.175, 0.885, 0.320, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 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)
    }
    100% {
        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)
    }
    100% {
        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)
    }
    100% {
        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)
    }
    100% {
        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(0.550, 0.055, 0.675, 0.190);
        animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190)
    }
    100% {
        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(0.175, 0.885, 0.320, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 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(0.550, 0.055, 0.675, 0.190);
        animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190)
    }
    100% {
        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(0.175, 0.885, 0.320, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1)
    }
}
.zoomOutUp {
    -webkit-animation-name: zoomOutUp;
    animation-name: zoomOutUp
}
@-webkit-keyframes slideInDown {
    0% {
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
        visibility: visible
    }
    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}
@keyframes slideInDown {
    0% {
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
        visibility: visible
    }
    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}
.slideInDown {
    -webkit-animation-name: slideInDown;
    animation-name: slideInDown
}
@-webkit-keyframes slideInLeft {
    0% {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
        visibility: visible
    }
    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}
@keyframes slideInLeft {
    0% {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
        visibility: visible
    }
    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}
.slideInLeft {
    -webkit-animation-name: slideInLeft;
    animation-name: slideInLeft
}
@-webkit-keyframes slideInRight {
    0% {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        visibility: visible
    }
    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}
@keyframes slideInRight {
    0% {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        visibility: visible
    }
    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}
.slideInRight {
    -webkit-animation-name: slideInRight;
    animation-name: slideInRight
}
@-webkit-keyframes slideInUp {
    0% {
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
        visibility: visible
    }
    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}
@keyframes slideInUp {
    0% {
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
        visibility: visible
    }
    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}
.slideInUp {
    -webkit-animation-name: slideInUp;
    animation-name: slideInUp
}
@-webkit-keyframes slideOutDown {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
    100% {
        visibility: hidden;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }
}
@keyframes slideOutDown {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
    100% {
        visibility: hidden;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }
}
.slideOutDown {
    -webkit-animation-name: slideOutDown;
    animation-name: slideOutDown
}
@-webkit-keyframes slideOutLeft {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
    100% {
        visibility: hidden;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }
}
@keyframes slideOutLeft {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
    100% {
        visibility: hidden;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }
}
.slideOutLeft {
    -webkit-animation-name: slideOutLeft;
    animation-name: slideOutLeft
}
@-webkit-keyframes slideOutRight {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
    100% {
        visibility: hidden;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }
}
@keyframes slideOutRight {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
    100% {
        visibility: hidden;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }
}
.slideOutRight {
    -webkit-animation-name: slideOutRight;
    animation-name: slideOutRight
}
@-webkit-keyframes slideOutUp {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
    100% {
        visibility: hidden;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }
}
@keyframes slideOutUp {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
    100% {
        visibility: hidden;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }
}
.slideOutUp {
    -webkit-animation-name: slideOutUp;
    animation-name: slideOutUp
}
@-moz-document url-prefix() {
    .animated, .animated * {
        outline: 1px solid transparent
    }
}
.animated {
    opacity: 0
}
.animated.roll3dInTop {
    -webkit-animation: roll3dInTop .7s 0s 1;
    -moz-animation: roll3dInTop .7s 0s 1;
    -o-animation: roll3dInTop .7s 0s 1;
    animation: roll3dInTop .7s 0s 1
}
.animated.roll3dInRight {
    -webkit-animation: roll3dInRight .7s 0s 1;
    -moz-animation: roll3dInRight .7s 0s 1;
    -o-animation: roll3dInRight .7s 0s 1;
    animation: roll3dInRight .7s 0s 1
}
.animated.roll3dInLeft {
    -webkit-animation: roll3dInLeft .7s 0s 1;
    -moz-animation: roll3dInLeft .7s 0s 1;
    -o-animation: roll3dInLeft .7s 0s 1;
    animation: roll3dInLeft .7s 0s 1
}
.animated.flip3dHorizontal {
    -webkit-animation: flip3dHorizontal .7s 0s 1;
    -moz-animation: flip3dHorizontal .7s 0s 1;
    -o-animation: flip3dHorizontal .7s 0s 1;
    animation: flip3dHorizontal .7s 0s 1
}
.animated.flip3dVertical {
    -webkit-animation: flip3dVertical .7s 0s 1;
    -moz-animation: flip3dVertical .7s 0s 1;
    -o-animation: flip3dVertical .7s 0s 1;
    animation: flip3dVertical .7s 0s 1
}
.animated.flip3dInTop {
    -webkit-animation: flip3dInTop .7s 0s 1;
    -moz-animation: flip3dInTop .7s 0s 1;
    -o-animation: flip3dInTop .7s 0s 1;
    animation: flip3dInTop .7s 0s 1;
    -webkit-transform-origin: 50% 100%;
    -moz-transform-origin: 50% 100%;
    -o-transform-origin: 50% 100%;
    -ms-transform-origin: 50% 100%;
    transform-origin: 50% 100%
}
.animated.flip3dInBottom {
    -webkit-animation: flip3dInBottom .7s 0s 1;
    -moz-animation: flip3dInBottom .7s 0s 1;
    -o-animation: flip3dInBottom .7s 0s 1;
    animation: flip3dInBottom .7s 0s 1;
    -webkit-transform-origin: 50% 0;
    -moz-transform-origin: 50% 0;
    -o-transform-origin: 50% 0;
    -ms-transform-origin: 50% 0;
    transform-origin: 50% 0
}
.animated.flip3dInLeft {
    -webkit-animation: flip3dInLeft .7s 0s 1;
    -moz-animation: flip3dInLeft .7s 0s 1;
    -o-animation: flip3dInLeft .7s 0s 1;
    animation: flip3dInLeft .7s 0s 1;
    -webkit-transform-origin: 100% 50%;
    -moz-transform-origin: 100% 50%;
    -o-transform-origin: 100% 50%;
    -ms-transform-origin: 100% 50%;
    transform-origin: 100% 50%
}
.animated.flip3dInright {
    -webkit-animation: flip3dInright .7s 0s 1;
    -moz-animation: flip3dInright .7s 0s 1;
    -o-animation: flip3dInright .7s 0s 1;
    animation: flip3dInright .7s 0s 1;
    -webkit-transform-origin: 0 50%;
    -moz-transform-origin: 0 50%;
    -o-transform-origin: 0 50%;
    -ms-transform-origin: 0 50%;
    transform-origin: 0 50%
}
.animated.bounce,
.animated.flash,
.animated.pulse,
.animated.rubberBand,
.animated.shake,
.animated.swing,
.animated.tada,
.animated.wobble,
.animated.jello,
.animated.bounceIn,
.animated.bounceInDown,
.animated.bounceInLeft,
.animated.bounceInRight,
.animated.bounceInUp,
.animated.bounceOut,
.animated.bounceOutDown,
.animated.bounceOutLeft,
.animated.bounceOutRight,
.animated.bounceOutUp,
.animated.fadeIn,
.animated.fadeInDown,
.animated.fadeInDownBig,
.animated.fadeInLeft,
.animated.fadeInLeftBig,
.animated.fadeInRight,
.animated.fadeInRightBig,
.animated.fadeInUp,
.animated.fadeInUpBig,
.animated.fadeOut,
.animated.fadeOutDown,
.animated.fadeOutDownBig,
.animated.fadeOutLeft,
.animated.fadeOutLeftBig,
.animated.fadeOutRight,
.animated.fadeOutRightBig,
.animated.fadeOutUp,
.animated.fadeOutUpBig,
.animated.flipInX,
.animated.flipInY,
.animated.flipOutX,
.animated.flipOutY,
.animated.lightSpeedIn,
.animated.lightSpeedOut,
.animated.rotateIn,
.animated.rotateInDownLeft,
.animated.rotateInDownRight,
.animated.rotateInUpLeft,
.animated.rotateInUpRight,
.animated.rotateOut,
.animated.rotateOutDownLeft,
.animated.rotateOutDownRight,
.animated.rotateOutUpLeft,
.animated.rotateOutUpRight,
.animated.hinge,
.animated.rollIn,
.animated.rollOut,
.animated.zoomIn,
.animated.zoomInDown,
.animated.zoomInLeft,
.animated.zoomInRight,
.animated.zoomInUp,
.animated.zoomOut,
.animated.zoomOutDown,
.animated.zoomOutLeft,
.animated.zoomOutRight,
.animated.zoomOutUp,
.animated.slideInDown,
.animated.slideInLeft,
.animated.slideInRight,
.animated.slideInUp,
.animated.slideOutDown,
.animated.slideOutLeft,
.animated.slideOutRight,
.animated.slideOutUp,
.animated.roll3dInTop,
.animated.roll3dInLeft,
.animated.roll3dInRight,
.animated.flip3dHorizontal,
.animated.flip3dVertical,
.animated.flip3dInTop,
.animated.flip3dInBottom,
.animated.flip3dInLeft,
.animated.flip3dInRight {
    opacity: 1
}
.animated.fadeInDown,
.animated.fadeInDownBig,
.animated.fadeInLeft,
.animated.fadeInLeftBig,
.animated.fadeInRight,
.animated.fadeInRightBig,
.animated.fadeInUp,
.animated.fadeInUpBig,
.animated.fadeOutDown,
.animated.fadeOutDownBig,
.animated.fadeOutLeft,
.animated.fadeOutLeftBig,
.animated.fadeOutRight,
.animated.fadeOutRightBig,
.animated.fadeOutUp,
.animated.fadeOutUpBig,
.animated.rotateIn,
.animated.rotateInDownLeft,
.animated.rotateInDownRight,
.animated.rotateInUpLeft,
.animated.rotateInUpRight,
.animated.rotateOut,
.animated.rotateOutDownLeft,
.animated.rotateOutDownRight,
.animated.rotateOutUpLeft,
.animated.rotateOutUpRight,
.animated.zoomIn,
.animated.zoomInDown,
.animated.zoomInLeft,
.animated.zoomInRight,
.animated.zoomInUp,
.animated.zoomOut,
.animated.zoomOutDown,
.animated.zoomOutLeft,
.animated.zoomOutRight,
.animated.zoomOutUp,
.animated.slideInDown,
.animated.slideInLeft,
.animated.slideInRight,
.animated.slideInUp,
.animated.slideOutDown,
.animated.slideOutLeft,
.animated.slideOutRight,
.animated.slideOutUp,
.animated.roll3dInTop,
.animated.roll3dInLeft,
.animated.roll3dInRight,
.animated.flip3dHorizontal,
.animated.flip3dVertical,
.animated.flip3dInTop,
.animated.flip3dInBottom,
.animated.flip3dInLeft,
.animated.flip3dInRight {
    -webkit-animation-timing-function: cubic-bezier(0.51, 0.02, 0, 1.335);
    -moz-animation-timing-function: cubic-bezier(0.51, 0.02, 0, 1.335);
    -o-animation-timing-function: cubic-bezier(0.51, 0.02, 0, 1.335);
    animation-timing-function: cubic-bezier(0.51, 0.02, 0, 1.335)
}
.animated.roll3dInTop,
.animated.roll3dInLeft,
.animated.roll3dInRight,
.animated.flip3dHorizontal,
.animated.flip3dVertical,
.animated.flip3dInTop,
.animated.flip3dInBottom,
.animated.flip3dInLeft,
.animated.flip3dInRight {
    -webkit-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    -o-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -o-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    transform-style: preserve-3d
}
@-webkit-keyframes roll3dInTop {
    0% {
        opacity: 0;
        -webkit-transform: perspective(200px) rotateX(-50deg) translate3d(0, 600px, -20px)
    }
    100% {
        opacity: 1;
        -webkit-transform: perspective(200px) rotateX(0deg) translate3d(0, 0, 0)
    }
}
@-moz-keyframes roll3dInTop {
    0% {
        opacity: 0;
        -moz-transform: perspective(200px) rotateX(-50deg) translate3d(0, 600px, -20px)
    }
    100% {
        opacity: 1;
        -moz-transform: perspective(200px) rotateX(0deg) translate3d(0, 0, 0)
    }
}
@-o-keyframes roll3dInTop {
    0% {
        opacity: 0;
        -o-transform: perspective(200px) rotateX(-50deg) translate3d(0, 600px, -20px)
    }
    100% {
        opacity: 1;
        -o-transform: perspective(200px) rotateX(0deg) translate3d(0, 0, 0)
    }
}
@keyframes roll3dInTop {
    0% {
        opacity: 0;
        -webkit-transform: perspective(200px) rotateX(-50deg) translate3d(0, 600px, -20px);
        -moz-transform: perspective(200px) rotateX(-50deg) translate3d(0, 600px, -20px);
        -ms-transform: perspective(200px) rotateX(-50deg) translate3d(0, 600px, -20px);
        transform: perspective(200px) rotateX(-50deg) translate3d(0, 600px, -20px)
    }
    100% {
        opacity: 1;
        -webkit-transform: perspective(200px) rotateX(0deg) translate3d(0, 0, 0);
        -moz-transform: perspective(200px) rotateX(0deg) translate3d(0, 0, 0);
        -ms-transform: perspective(200px) rotateX(0deg) translate3d(0, 0, 0);
        transform: perspective(200px) rotateX(0deg) translate3d(0, 0, 0)
    }
}
@-webkit-keyframes roll3dInLeft {
    0% {
        opacity: 0;
        -webkit-transform: perspective(200px) rotateY(80deg) translate3d(600px, 0, -20px)
    }
    100% {
        opacity: 1;
        -webkit-transform: perspective(200px) rotateY(0deg) translate3d(0, 0, 0)
    }
}
@-moz-keyframes roll3dInLeft {
    0% {
        opacity: 0;
        -moz-transform: perspective(200px) rotateY(80deg) translate3d(600px, 0, -20px)
    }
    100% {
        opacity: 1;
        -moz-transform: perspective(200px) rotateY(0deg) translate3d(0, 0, 0)
    }
}
@-o-keyframes roll3dInLeft {
    0% {
        opacity: 0;
        -o-transform: perspective(200px) rotateY(80deg) translate3d(600px, 0, -20px)
    }
    100% {
        opacity: 1;
        -o-transform: perspective(200px) rotateY(0deg) translate3d(0, 0, 0)
    }
}
@keyframes roll3dInLeft {
    0% {
        opacity: 0;
        -webkit-transform: perspective(200px) rotateY(80deg) translate3d(600px, 0, -20px);
        -moz-transform: perspective(200px) rotateY(80deg) translate3d(600px, 0, -20px);
        -ms-transform: perspective(200px) rotateY(80deg) translate3d(600px, 0, -20px);
        transform: perspective(200px) rotateY(80deg) translate3d(600px, 0, -20px)
    }
    100% {
        opacity: 1;
        -webkit-transform: perspective(200px) rotateY(0deg) translate3d(0, 0, 0);
        -moz-transform: perspective(200px) rotateY(0deg) translate3d(0, 0, 0);
        -ms-transform: perspective(200px) rotateY(0deg) translate3d(0, 0, 0);
        transform: perspective(200px) rotateY(0deg) translate3d(0, 0, 0)
    }
}
@-webkit-keyframes roll3dInRight {
    0% {
        opacity: 0;
        -webkit-transform: perspective(200px) rotateY(-50deg) translate3d(-600px, 0, -20px)
    }
    100% {
        opacity: 1;
        -webkit-transform: perspective(200px) rotateY(0deg) translate3d(0, 0, 0)
    }
}
@-moz-keyframes roll3dInRight {
    0% {
        opacity: 0;
        -moz-transform: perspective(200px) rotateY(-50deg) translate3d(-600px, 0, -20px)
    }
    100% {
        opacity: 1;
        -moz-transform: perspective(200px) rotateY(0deg) translate3d(0, 0, 0)
    }
}
@-o-keyframes roll3dInRight {
    0% {
        opacity: 0;
        -o-transform: perspective(200px) rotateY(-50deg) translate3d(-600px, 0, -20px)
    }
    100% {
        opacity: 1;
        -o-transform: perspective(200px) rotateY(0deg) translate3d(0, 0, 0)
    }
}
@keyframes roll3dInRight {
    0% {
        opacity: 0;
        -webkit-transform: perspective(200px) rotateY(-50deg) translate3d(-600px, 0, -20px);
        -moz-transform: perspective(200px) rotateY(-50deg) translate3d(-600px, 0, -20px);
        -ms-transform: perspective(200px) rotateY(-50deg) translate3d(-600px, 0, -20px);
        transform: perspective(200px) rotateY(-50deg) translate3d(-600px, 0, -20px)
    }
    100% {
        opacity: 1;
        -webkit-transform: perspective(200px) rotateY(0deg) translate3d(0, 0, 0);
        -moz-transform: perspective(200px) rotateY(0deg) translate3d(0, 0, 0);
        -ms-transform: perspective(200px) rotateY(0deg) translate3d(0, 0, 0);
        transform: perspective(200px) rotateY(0deg) translate3d(0, 0, 0)
    }
}
@-webkit-keyframes flip3dInTop {
    0% {
        opacity: 0;
        -webkit-transform: perspective(1300px) rotateX(90deg)
    }
    100% {
        opacity: 1;
        -webkit-transform: perspective(1300px) rotateX(0deg)
    }
}
@-moz-keyframes flip3dInTop {
    0% {
        opacity: 0;
        -moz-transform: perspective(1300px) rotateX(90deg)
    }
    100% {
        opacity: 1;
        -moz-transform: perspective(1300px) rotateX(0deg)
    }
}
@-o-keyframes flip3dInTop {
    0% {
        opacity: 0;
        -o-transform: perspective(1300px) rotateX(90deg)
    }
    100% {
        opacity: 1;
        -o-transform: perspective(1300px) rotateX(0deg)
    }
}
@keyframes flip3dInTop {
    0% {
        opacity: 0;
        -webkit-transform: perspective(1300px) rotateX(90deg);
        -moz-transform: perspective(1300px) rotateX(90deg);
        -ms-transform: perspective(1300px) rotateX(90deg);
        transform: perspective(1300px) rotateX(90deg)
    }
    100% {
        opacity: 1;
        -webkit-transform: perspective(1300px) rotateX(0deg);
        -moz-transform: perspective(1300px) rotateX(0deg);
        -ms-transform: perspective(1300px) rotateX(0deg);
        transform: perspective(1300px) rotateX(0deg)
    }
}
@-webkit-keyframes flip3dInBottom {
    0% {
        opacity: 0;
        -webkit-transform: perspective(1300px) rotateX(-90deg)
    }
    100% {
        opacity: 1;
        -webkit-transform: perspective(1300px) rotateX(0deg)
    }
}
@-moz-keyframes flip3dInBottom {
    0% {
        opacity: 0;
        -moz-transform: perspective(1300px) rotateX(-90deg)
    }
    100% {
        opacity: 1;
        -moz-transform: perspective(1300px) rotateX(0deg)
    }
}
@-o-keyframes flip3dInBottom {
    0% {
        opacity: 0;
        -o-transform: perspective(1300px) rotateX(-90deg)
    }
    100% {
        opacity: 1;
        -o-transform: perspective(1300px) rotateX(0deg)
    }
}
@keyframes flip3dInBottom {
    0% {
        opacity: 0;
        -webkit-transform: perspective(1300px) rotateX(-90deg);
        -moz-transform: perspective(1300px) rotateX(-90deg);
        -ms-transform: perspective(1300px) rotateX(-90deg);
        transform: perspective(1300px) rotateX(-90deg)
    }
    100% {
        opacity: 1;
        -webkit-transform: perspective(1300px) rotateX(0deg);
        -moz-transform: perspective(1300px) rotateX(0deg);
        -ms-transform: perspective(1300px) rotateX(0deg);
        transform: perspective(1300px) rotateX(0deg)
    }
}
@-webkit-keyframes flip3dInLeft {
    0% {
        opacity: 0;
        -webkit-transform: perspective(1300px) rotateY(90deg)
    }
    100% {
        opacity: 1;
        -webkit-transform: perspective(1300px) rotateY(0deg)
    }
}
@-moz-keyframes flip3dInLeft {
    0% {
        opacity: 0;
        -moz-transform: perspective(1300px) rotateY(90deg)
    }
    100% {
        opacity: 1;
        -moz-transform: perspective(1300px) rotateY(0deg)
    }
}
@-o-keyframes flip3dInLeft {
    0% {
        opacity: 0;
        -o-transform: perspective(1300px) rotateY(90deg)
    }
    100% {
        opacity: 1;
        -o-transform: perspective(1300px) rotateY(0deg)
    }
}
@keyframes flip3dInLeft {
    0% {
        opacity: 0;
        -webkit-transform: perspective(1300px) rotateY(90deg);
        -moz-transform: perspective(1300px) rotateY(90deg);
        -ms-transform: perspective(1300px) rotateY(90deg);
        transform: perspective(1300px) rotateY(90deg)
    }
    100% {
        opacity: 1;
        -webkit-transform: perspective(1300px) rotateY(0deg);
        -moz-transform: perspective(1300px) rotateY(0deg);
        -ms-transform: perspective(1300px) rotateY(0deg);
        transform: perspective(1300px) rotateY(0deg)
    }
}
@-webkit-keyframes flip3dInRight {
    0% {
        opacity: 0;
        -webkit-transform: perspective(1300px) rotateY(-90deg)
    }
    100% {
        opacity: 1;
        -webkit-transform: perspective(1300px) rotateY(0deg)
    }
}
@-moz-keyframes flip3dInRight {
    0% {
        opacity: 0;
        -moz-transform: perspective(1300px) rotateY(-90deg)
    }
    100% {
        opacity: 1;
        -moz-transform: perspective(1300px) rotateY(0deg)
    }
}
@-o-keyframes flip3dInRight {
    0% {
        opacity: 0;
        -o-transform: perspective(1300px) rotateY(-90deg)
    }
    100% {
        opacity: 1;
        -o-transform: perspective(1300px) rotateY(0deg)
    }
}
@keyframes flip3dInRight {
    0% {
        opacity: 0;
        -webkit-transform: perspective(1300px) rotateY(-90deg);
        -moz-transform: perspective(1300px) rotateY(-90deg);
        -ms-transform: perspective(1300px) rotateY(-90deg);
        transform: perspective(1300px) rotateY(-90deg)
    }
    100% {
        opacity: 1;
        -webkit-transform: perspective(1300px) rotateY(0deg);
        -moz-transform: perspective(1300px) rotateY(0deg);
        -ms-transform: perspective(1300px) rotateY(0deg);
        transform: perspective(1300px) rotateY(0deg)
    }
}
@-webkit-keyframes flip3dHorizontal {
    0% {
        opacity: 0;
        -webkit-transform: perspective(1300px) rotateY(-90deg)
    }
    50% {
        opacity: 1;
        -webkit-transform: perspective(1300px) rotateY(20deg)
    }
    85% {
        -webkit-transform: perspective(1300px) rotateY(-10deg)
    }
    100% {
        opacity: 1;
        -webkit-transform: perspective(1300px) rotateY(0deg)
    }
}
@-moz-keyframes flip3dHorizontal {
    0% {
        opacity: 0;
        -moz-transform: perspective(1300px) rotateY(-90deg)
    }
    50% {
        opacity: 1;
        -moz-transform: perspective(1300px) rotateY(20deg)
    }
    85% {
        -moz-transform: perspective(1300px) rotateY(-10deg)
    }
    100% {
        opacity: 1;
        -moz-transform: perspective(1300px) rotateY(0deg)
    }
}
@-o-keyframes flip3dHorizontal {
    0% {
        opacity: 0;
        -o-transform: perspective(1300px) rotateY(-90deg)
    }
    50% {
        opacity: 1;
        -o-transform: perspective(1300px) rotateY(20deg)
    }
    85% {
        -o-transform: perspective(1300px) rotateY(-10deg)
    }
    100% {
        opacity: 1;
        -o-transform: perspective(1300px) rotateY(0deg)
    }
}
@keyframes flip3dHorizontal {
    0% {
        opacity: 0;
        -webkit-transform: perspective(1300px) rotateY(-90deg);
        -moz-transform: perspective(1300px) rotateY(-90deg);
        -ms-transform: perspective(1300px) rotateY(-90deg);
        transform: perspective(1300px) rotateY(-90deg)
    }
    50% {
        opacity: 1;
        -webkit-transform: perspective(1300px) rotateY(20deg);
        -moz-transform: perspective(1300px) rotateY(20deg);
        -ms-transform: perspective(1300px) rotateY(20deg);
        transform: perspective(1300px) rotateY(20deg)
    }
    85% {
        -webkit-transform: perspective(1300px) rotateY(-10deg);
        -moz-transform: perspective(1300px) rotateY(-10deg);
        -ms-transform: perspective(1300px) rotateY(-10deg);
        transform: perspective(1300px) rotateY(-10deg)
    }
    100% {
        opacity: 1;
        -webkit-transform: perspective(1300px) rotateY(0deg);
        -moz-transform: perspective(1300px) rotateY(0deg);
        -ms-transform: perspective(1300px) rotateY(0deg);
        transform: perspective(1300px) rotateY(0deg)
    }
}
@-webkit-keyframes flip3dVertical {
    0% {
        opacity: 0;
        -webkit-transform: perspective(1300px) rotateX(-90deg)
    }
    50% {
        opacity: 1;
        -webkit-transform: perspective(1300px) rotateX(20deg)
    }
    85% {
        -webkit-transform: perspective(1300px) rotateX(-10deg)
    }
    100% {
        opacity: 1;
        -webkit-transform: perspective(1300px) rotateX(0deg)
    }
}
@-moz-keyframes flip3dVertical {
    0% {
        opacity: 0;
        -moz-transform: perspective(1300px) rotateX(-90deg)
    }
    50% {
        opacity: 1;
        -moz-transform: perspective(1300px) rotateX(20deg)
    }
    85% {
        -moz-transform: perspective(1300px) rotateX(-10deg)
    }
    100% {
        opacity: 1;
        -moz-transform: perspective(1300px) rotateX(0deg)
    }
}
@-o-keyframes flip3dVertical {
    0% {
        opacity: 0;
        -o-transform: perspective(1300px) rotateX(-90deg)
    }
    50% {
        opacity: 1;
        -o-transform: perspective(1300px) rotateX(20deg)
    }
    85% {
        -o-transform: perspective(1300px) rotateX(-10deg)
    }
    100% {
        opacity: 1;
        -o-transform: perspective(1300px) rotateX(0deg)
    }
}
@keyframes flip3dVertical {
    0% {
        opacity: 0;
        -webkit-transform: perspective(1300px) rotateX(-90deg);
        -moz-transform: perspective(1300px) rotateX(-90deg);
        -ms-transform: perspective(1300px) rotateX(-90deg);
        transform: perspective(1300px) rotateX(-90deg)
    }
    50% {
        opacity: 1;
        -webkit-transform: perspective(1300px) rotateX(20deg);
        -moz-transform: perspective(1300px) rotateX(20deg);
        -ms-transform: perspective(1300px) rotateX(20deg);
        transform: perspective(1300px) rotateX(20deg)
    }
    85% {
        -webkit-transform: perspective(1300px) rotateX(-10deg);
        -moz-transform: perspective(1300px) rotateX(-10deg);
        -ms-transform: perspective(1300px) rotateX(-10deg);
        transform: perspective(1300px) rotateX(-10deg)
    }
    100% {
        opacity: 1;
        -webkit-transform: perspective(1300px) rotateX(0deg);
        -moz-transform: perspective(1300px) rotateX(0deg);
        -ms-transform: perspective(1300px) rotateX(0deg);
        transform: perspective(1300px) rotateX(0deg)
    }
}
/*!
 *  Font Awesome 4.3.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */

@font-face {
    font-family: 'FontAwesome';
    src: url('assets/fonts/fontawesome-webfont.eot?v=4.3.0');
    src: url('assets/fonts/fontawesome-webfont.eot?#iefix&v=4.3.0') format('embedded-opentype'), url('assets/fonts/fontawesome-webfont.woff2?v=4.3.0') format('woff2'), url('assets/fonts/fontawesome-webfont.woff?v=4.3.0') format('woff'), url('assets/fonts/fontawesome-webfont.ttf?v=4.3.0') format('truetype'), url('assets/fonts/fontawesome-webfont.svg?v=4.3.0#fontawesomeregular') format('svg');
    font-weight: normal;
    font-style: normal
}
.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0)
}
.fa-lg {
    font-size: 1.33333333em;
    line-height: .75em;
    vertical-align: -15%
}
.fa-2x {
    font-size: 2em
}
.fa-3x {
    font-size: 3em
}
.fa-4x {
    font-size: 4em
}
.fa-5x {
    font-size: 5em
}
.fa-fw {
    width: 1.28571429em;
    text-align: center
}
.fa-ul {
    padding-left: 0;
    margin-left: 2.14285714em;
    list-style-type: none
}
.fa-ul>li {
    position: relative
}
.fa-li {
    position: absolute;
    left: -2.14285714em;
    width: 2.14285714em;
    top: .14285714em;
    text-align: center
}
.fa-li.fa-lg {
    left: -1.85714286em
}
.fa-border {
    padding: .2em .25em .15em;
    border: solid .08em #eee;
    border-radius: .1em
}
.pull-right {
    float: right
}
.pull-left {
    float: left
}
.fa.pull-left {
    margin-right: .3em
}
.fa.pull-right {
    margin-left: .3em
}
.fa-spin {
    -webkit-animation: fa-spin 2s infinite linear;
    animation: fa-spin 2s infinite linear
}
.fa-pulse {
    -webkit-animation: fa-spin 1s infinite steps(8);
    animation: fa-spin 1s infinite steps(8)
}
@-webkit-keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}
@keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}
.fa-rotate-90 {
    filter: progid: DXImageTransform.Microsoft.BasicImage(rotation=1);
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg)
}
.fa-rotate-180 {
    filter: progid: DXImageTransform.Microsoft.BasicImage(rotation=2);
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}
.fa-rotate-270 {
    filter: progid: DXImageTransform.Microsoft.BasicImage(rotation=3);
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg)
}
.fa-flip-horizontal {
    filter: progid: DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
    -webkit-transform: scale(-1, 1);
    -ms-transform: scale(-1, 1);
    transform: scale(-1, 1)
}
.fa-flip-vertical {
    filter: progid: DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
    -webkit-transform: scale(1, -1);
    -ms-transform: scale(1, -1);
    transform: scale(1, -1)
}
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
    filter: none
}
.fa-stack {
    position: relative;
    display: inline-block;
    width: 2em;
    height: 2em;
    line-height: 2em;
    vertical-align: middle
}
.fa-stack-1x,
.fa-stack-2x {
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center
}
.fa-stack-1x {
    line-height: inherit
}
.fa-stack-2x {
    font-size: 2em
}
.fa-inverse {
    color: #fff
}
.fa-glass:before {
    content: "\f000"
}
.fa-music:before {
    content: "\f001"
}
.fa-search:before {
    content: "\f002"
}
.fa-envelope-o:before {
    content: "\f003"
}
.fa-heart:before {
    content: "\f004"
}
.fa-star:before {
    content: "\f005"
}
.fa-star-o:before {
    content: "\f006"
}
.fa-user:before {
    content: "\f007"
}
.fa-film:before {
    content: "\f008"
}
.fa-th-large:before {
    content: "\f009"
}
.fa-th:before {
    content: "\f00a"
}
.fa-th-list:before {
    content: "\f00b"
}
.fa-check:before {
    content: "\f00c"
}
.fa-remove:before,
.fa-close:before,
.fa-times:before {
    content: "\f00d"
}
.fa-search-plus:before {
    content: "\f00e"
}
.fa-search-minus:before {
    content: "\f010"
}
.fa-power-off:before {
    content: "\f011"
}
.fa-signal:before {
    content: "\f012"
}
.fa-gear:before,
.fa-cog:before {
    content: "\f013"
}
.fa-trash-o:before {
    content: "\f014"
}
.fa-home:before {
    content: "\f015"
}
.fa-file-o:before {
    content: "\f016"
}
.fa-clock-o:before {
    content: "\f017"
}
.fa-road:before {
    content: "\f018"
}
.fa-download:before {
    content: "\f019"
}
.fa-arrow-circle-o-down:before {
    content: "\f01a"
}
.fa-arrow-circle-o-up:before {
    content: "\f01b"
}
.fa-inbox:before {
    content: "\f01c"
}
.fa-play-circle-o:before {
    content: "\f01d"
}
.fa-rotate-right:before,
.fa-repeat:before {
    content: "\f01e"
}
.fa-refresh:before {
    content: "\f021"
}
.fa-list-alt:before {
    content: "\f022"
}
.fa-lock:before {
    content: "\f023"
}
.fa-flag:before {
    content: "\f024"
}
.fa-headphones:before {
    content: "\f025"
}
.fa-volume-off:before {
    content: "\f026"
}
.fa-volume-down:before {
    content: "\f027"
}
.fa-volume-up:before {
    content: "\f028"
}
.fa-qrcode:before {
    content: "\f029"
}
.fa-barcode:before {
    content: "\f02a"
}
.fa-tag:before {
    content: "\f02b"
}
.fa-tags:before {
    content: "\f02c"
}
.fa-book:before {
    content: "\f02d"
}
.fa-bookmark:before {
    content: "\f02e"
}
.fa-print:before {
    content: "\f02f"
}
.fa-camera:before {
    content: "\f030"
}
.fa-font:before {
    content: "\f031"
}
.fa-bold:before {
    content: "\f032"
}
.fa-italic:before {
    content: "\f033"
}
.fa-text-height:before {
    content: "\f034"
}
.fa-text-width:before {
    content: "\f035"
}
.fa-align-left:before {
    content: "\f036"
}
.fa-align-center:before {
    content: "\f037"
}
.fa-align-right:before {
    content: "\f038"
}
.fa-align-justify:before {
    content: "\f039"
}
.fa-list:before {
    content: "\f03a"
}
.fa-dedent:before,
.fa-outdent:before {
    content: "\f03b"
}
.fa-indent:before {
    content: "\f03c"
}
.fa-video-camera:before {
    content: "\f03d"
}
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
    content: "\f03e"
}
.fa-pencil:before {
    content: "\f040"
}
.fa-map-marker:before {
    content: "\f041"
}
.fa-adjust:before {
    content: "\f042"
}
.fa-tint:before {
    content: "\f043"
}
.fa-edit:before,
.fa-pencil-square-o:before {
    content: "\f044"
}
.fa-share-square-o:before {
    content: "\f045"
}
.fa-check-square-o:before {
    content: "\f046"
}
.fa-arrows:before {
    content: "\f047"
}
.fa-step-backward:before {
    content: "\f048"
}
.fa-fast-backward:before {
    content: "\f049"
}
.fa-backward:before {
    content: "\f04a"
}
.fa-play:before {
    content: "\f04b"
}
.fa-pause:before {
    content: "\f04c"
}
.fa-stop:before {
    content: "\f04d"
}
.fa-forward:before {
    content: "\f04e"
}
.fa-fast-forward:before {
    content: "\f050"
}
.fa-step-forward:before {
    content: "\f051"
}
.fa-eject:before {
    content: "\f052"
}
.fa-chevron-left:before {
    content: "\f053"
}
.fa-chevron-right:before {
    content: "\f054"
}
.fa-plus-circle:before {
    content: "\f055"
}
.fa-minus-circle:before {
    content: "\f056"
}
.fa-times-circle:before {
    content: "\f057"
}
.fa-check-circle:before {
    content: "\f058"
}
.fa-question-circle:before {
    content: "\f059"
}
.fa-info-circle:before {
    content: "\f05a"
}
.fa-crosshairs:before {
    content: "\f05b"
}
.fa-times-circle-o:before {
    content: "\f05c"
}
.fa-check-circle-o:before {
    content: "\f05d"
}
.fa-ban:before {
    content: "\f05e"
}
.fa-arrow-left:before {
    content: "\f060"
}
.fa-arrow-right:before {
    content: "\f061"
}
.fa-arrow-up:before {
    content: "\f062"
}
.fa-arrow-down:before {
    content: "\f063"
}
.fa-mail-forward:before,
.fa-share:before {
    content: "\f064"
}
.fa-expand:before {
    content: "\f065"
}
.fa-compress:before {
    content: "\f066"
}
.fa-plus:before {
    content: "\f067"
}
.fa-minus:before {
    content: "\f068"
}
.fa-asterisk:before {
    content: "\f069"
}
.fa-exclamation-circle:before {
    content: "\f06a"
}
.fa-gift:before {
    content: "\f06b"
}
.fa-leaf:before {
    content: "\f06c"
}
.fa-fire:before {
    content: "\f06d"
}
.fa-eye:before {
    content: "\f06e"
}
.fa-eye-slash:before {
    content: "\f070"
}
.fa-warning:before,
.fa-exclamation-triangle:before {
    content: "\f071"
}
.fa-plane:before {
    content: "\f072"
}
.fa-calendar:before {
    content: "\f073"
}
.fa-random:before {
    content: "\f074"
}
.fa-comment:before {
    content: "\f075"
}
.fa-magnet:before {
    content: "\f076"
}
.fa-chevron-up:before {
    content: "\f077"
}
.fa-chevron-down:before {
    content: "\f078"
}
.fa-retweet:before {
    content: "\f079"
}
.fa-shopping-cart:before {
    content: "\f07a"
}
.fa-folder:before {
    content: "\f07b"
}
.fa-folder-open:before {
    content: "\f07c"
}
.fa-arrows-v:before {
    content: "\f07d"
}
.fa-arrows-h:before {
    content: "\f07e"
}
.fa-bar-chart-o:before,
.fa-bar-chart:before {
    content: "\f080"
}
.fa-twitter-square:before {
    content: "\f081"
}
.fa-facebook-square:before {
    content: "\f082"
}
.fa-camera-retro:before {
    content: "\f083"
}
.fa-key:before {
    content: "\f084"
}
.fa-gears:before,
.fa-cogs:before {
    content: "\f085"
}
.fa-comments:before {
    content: "\f086"
}
.fa-thumbs-o-up:before {
    content: "\f087"
}
.fa-thumbs-o-down:before {
    content: "\f088"
}
.fa-star-half:before {
    content: "\f089"
}
.fa-heart-o:before {
    content: "\f08a"
}
.fa-sign-out:before {
    content: "\f08b"
}
.fa-linkedin-square:before {
    content: "\f08c"
}
.fa-thumb-tack:before {
    content: "\f08d"
}
.fa-external-link:before {
    content: "\f08e"
}
.fa-sign-in:before {
    content: "\f090"
}
.fa-trophy:before {
    content: "\f091"
}
.fa-github-square:before {
    content: "\f092"
}
.fa-upload:before {
    content: "\f093"
}
.fa-lemon-o:before {
    content: "\f094"
}
.fa-phone:before {
    content: "\f095"
}
.fa-square-o:before {
    content: "\f096"
}
.fa-bookmark-o:before {
    content: "\f097"
}
.fa-phone-square:before {
    content: "\f098"
}
.fa-twitter:before {
    content: "\f099"
}
.fa-facebook-f:before,
.fa-facebook:before {
    content: "\f09a"
}
.fa-github:before {
    content: "\f09b"
}
.fa-unlock:before {
    content: "\f09c"
}
.fa-credit-card:before {
    content: "\f09d"
}
.fa-rss:before {
    content: "\f09e"
}
.fa-hdd-o:before {
    content: "\f0a0"
}
.fa-bullhorn:before {
    content: "\f0a1"
}
.fa-bell:before {
    content: "\f0f3"
}
.fa-certificate:before {
    content: "\f0a3"
}
.fa-hand-o-right:before {
    content: "\f0a4"
}
.fa-hand-o-left:before {
    content: "\f0a5"
}
.fa-hand-o-up:before {
    content: "\f0a6"
}
.fa-hand-o-down:before {
    content: "\f0a7"
}
.fa-arrow-circle-left:before {
    content: "\f0a8"
}
.fa-arrow-circle-right:before {
    content: "\f0a9"
}
.fa-arrow-circle-up:before {
    content: "\f0aa"
}
.fa-arrow-circle-down:before {
    content: "\f0ab"
}
.fa-globe:before {
    content: "\f0ac"
}
.fa-wrench:before {
    content: "\f0ad"
}
.fa-tasks:before {
    content: "\f0ae"
}
.fa-filter:before {
    content: "\f0b0"
}
.fa-briefcase:before {
    content: "\f0b1"
}
.fa-arrows-alt:before {
    content: "\f0b2"
}
.fa-group:before,
.fa-users:before {
    content: "\f0c0"
}
.fa-chain:before,
.fa-link:before {
    content: "\f0c1"
}
.fa-cloud:before {
    content: "\f0c2"
}
.fa-flask:before {
    content: "\f0c3"
}
.fa-cut:before,
.fa-scissors:before {
    content: "\f0c4"
}
.fa-copy:before,
.fa-files-o:before {
    content: "\f0c5"
}
.fa-paperclip:before {
    content: "\f0c6"
}
.fa-save:before,
.fa-floppy-o:before {
    content: "\f0c7"
}
.fa-square:before {
    content: "\f0c8"
}
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
    content: "\f0c9"
}
.fa-list-ul:before {
    content: "\f0ca"
}
.fa-list-ol:before {
    content: "\f0cb"
}
.fa-strikethrough:before {
    content: "\f0cc"
}
.fa-underline:before {
    content: "\f0cd"
}
.fa-table:before {
    content: "\f0ce"
}
.fa-magic:before {
    content: "\f0d0"
}
.fa-truck:before {
    content: "\f0d1"
}
.fa-pinterest:before {
    content: "\f0d2"
}
.fa-pinterest-square:before {
    content: "\f0d3"
}
.fa-google-plus-square:before {
    content: "\f0d4"
}
.fa-google-plus:before {
    content: "\f0d5"
}
.fa-money:before {
    content: "\f0d6"
}
.fa-caret-down:before {
    content: "\f0d7"
}
.fa-caret-up:before {
    content: "\f0d8"
}
.fa-caret-left:before {
    content: "\f0d9"
}
.fa-caret-right:before {
    content: "\f0da"
}
.fa-columns:before {
    content: "\f0db"
}
.fa-unsorted:before,
.fa-sort:before {
    content: "\f0dc"
}
.fa-sort-down:before,
.fa-sort-desc:before {
    content: "\f0dd"
}
.fa-sort-up:before,
.fa-sort-asc:before {
    content: "\f0de"
}
.fa-envelope:before {
    content: "\f0e0"
}
.fa-linkedin:before {
    content: "\f0e1"
}
.fa-rotate-left:before,
.fa-undo:before {
    content: "\f0e2"
}
.fa-legal:before,
.fa-gavel:before {
    content: "\f0e3"
}
.fa-dashboard:before,
.fa-tachometer:before {
    content: "\f0e4"
}
.fa-comment-o:before {
    content: "\f0e5"
}
.fa-comments-o:before {
    content: "\f0e6"
}
.fa-flash:before,
.fa-bolt:before {
    content: "\f0e7"
}
.fa-sitemap:before {
    content: "\f0e8"
}
.fa-umbrella:before {
    content: "\f0e9"
}
.fa-paste:before,
.fa-clipboard:before {
    content: "\f0ea"
}
.fa-lightbulb-o:before {
    content: "\f0eb"
}
.fa-exchange:before {
    content: "\f0ec"
}
.fa-cloud-download:before {
    content: "\f0ed"
}
.fa-cloud-upload:before {
    content: "\f0ee"
}
.fa-user-md:before {
    content: "\f0f0"
}
.fa-stethoscope:before {
    content: "\f0f1"
}
.fa-suitcase:before {
    content: "\f0f2"
}
.fa-bell-o:before {
    content: "\f0a2"
}
.fa-coffee:before {
    content: "\f0f4"
}
.fa-cutlery:before {
    content: "\f0f5"
}
.fa-file-text-o:before {
    content: "\f0f6"
}
.fa-building-o:before {
    content: "\f0f7"
}
.fa-hospital-o:before {
    content: "\f0f8"
}
.fa-ambulance:before {
    content: "\f0f9"
}
.fa-medkit:before {
    content: "\f0fa"
}
.fa-fighter-jet:before {
    content: "\f0fb"
}
.fa-beer:before {
    content: "\f0fc"
}
.fa-h-square:before {
    content: "\f0fd"
}
.fa-plus-square:before {
    content: "\f0fe"
}
.fa-angle-double-left:before {
    content: "\f100"
}
.fa-angle-double-right:before {
    content: "\f101"
}
.fa-angle-double-up:before {
    content: "\f102"
}
.fa-angle-double-down:before {
    content: "\f103"
}
.fa-angle-left:before {
    content: "\f104"
}
.fa-angle-right:before {
    content: "\f105"
}
.fa-angle-up:before {
    content: "\f106"
}
.fa-angle-down:before {
    content: "\f107"
}
.fa-desktop:before {
    content: "\f108"
}
.fa-laptop:before {
    content: "\f109"
}
.fa-tablet:before {
    content: "\f10a"
}
.fa-mobile-phone:before,
.fa-mobile:before {
    content: "\f10b"
}
.fa-circle-o:before {
    content: "\f10c"
}
.fa-quote-left:before {
    content: "\f10d"
}
.fa-quote-right:before {
    content: "\f10e"
}
.fa-spinner:before {
    content: "\f110"
}
.fa-circle:before {
    content: "\f111"
}
.fa-mail-reply:before,
.fa-reply:before {
    content: "\f112"
}
.fa-github-alt:before {
    content: "\f113"
}
.fa-folder-o:before {
    content: "\f114"
}
.fa-folder-open-o:before {
    content: "\f115"
}
.fa-smile-o:before {
    content: "\f118"
}
.fa-frown-o:before {
    content: "\f119"
}
.fa-meh-o:before {
    content: "\f11a"
}
.fa-gamepad:before {
    content: "\f11b"
}
.fa-keyboard-o:before {
    content: "\f11c"
}
.fa-flag-o:before {
    content: "\f11d"
}
.fa-flag-checkered:before {
    content: "\f11e"
}
.fa-terminal:before {
    content: "\f120"
}
.fa-code:before {
    content: "\f121"
}
.fa-mail-reply-all:before,
.fa-reply-all:before {
    content: "\f122"
}
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
    content: "\f123"
}
.fa-location-arrow:before {
    content: "\f124"
}
.fa-crop:before {
    content: "\f125"
}
.fa-code-fork:before {
    content: "\f126"
}
.fa-unlink:before,
.fa-chain-broken:before {
    content: "\f127"
}
.fa-question:before {
    content: "\f128"
}
.fa-info:before {
    content: "\f129"
}
.fa-exclamation:before {
    content: "\f12a"
}
.fa-superscript:before {
    content: "\f12b"
}
.fa-subscript:before {
    content: "\f12c"
}
.fa-eraser:before {
    content: "\f12d"
}
.fa-puzzle-piece:before {
    content: "\f12e"
}
.fa-microphone:before {
    content: "\f130"
}
.fa-microphone-slash:before {
    content: "\f131"
}
.fa-shield:before {
    content: "\f132"
}
.fa-calendar-o:before {
    content: "\f133"
}
.fa-fire-extinguisher:before {
    content: "\f134"
}
.fa-rocket:before {
    content: "\f135"
}
.fa-maxcdn:before {
    content: "\f136"
}
.fa-chevron-circle-left:before {
    content: "\f137"
}
.fa-chevron-circle-right:before {
    content: "\f138"
}
.fa-chevron-circle-up:before {
    content: "\f139"
}
.fa-chevron-circle-down:before {
    content: "\f13a"
}
.fa-html5:before {
    content: "\f13b"
}
.fa-css3:before {
    content: "\f13c"
}
.fa-anchor:before {
    content: "\f13d"
}
.fa-unlock-alt:before {
    content: "\f13e"
}
.fa-bullseye:before {
    content: "\f140"
}
.fa-ellipsis-h:before {
    content: "\f141"
}
.fa-ellipsis-v:before {
    content: "\f142"
}
.fa-rss-square:before {
    content: "\f143"
}
.fa-play-circle:before {
    content: "\f144"
}
.fa-ticket:before {
    content: "\f145"
}
.fa-minus-square:before {
    content: "\f146"
}
.fa-minus-square-o:before {
    content: "\f147"
}
.fa-level-up:before {
    content: "\f148"
}
.fa-level-down:before {
    content: "\f149"
}
.fa-check-square:before {
    content: "\f14a"
}
.fa-pencil-square:before {
    content: "\f14b"
}
.fa-external-link-square:before {
    content: "\f14c"
}
.fa-share-square:before {
    content: "\f14d"
}
.fa-compass:before {
    content: "\f14e"
}
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
    content: "\f150"
}
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
    content: "\f151"
}
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
    content: "\f152"
}
.fa-euro:before,
.fa-eur:before {
    content: "\f153"
}
.fa-gbp:before {
    content: "\f154"
}
.fa-dollar:before,
.fa-usd:before {
    content: "\f155"
}
.fa-rupee:before,
.fa-inr:before {
    content: "\f156"
}
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
    content: "\f157"
}
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
    content: "\f158"
}
.fa-won:before,
.fa-krw:before {
    content: "\f159"
}
.fa-bitcoin:before,
.fa-btc:before {
    content: "\f15a"
}
.fa-file:before {
    content: "\f15b"
}
.fa-file-text:before {
    content: "\f15c"
}
.fa-sort-alpha-asc:before {
    content: "\f15d"
}
.fa-sort-alpha-desc:before {
    content: "\f15e"
}
.fa-sort-amount-asc:before {
    content: "\f160"
}
.fa-sort-amount-desc:before {
    content: "\f161"
}
.fa-sort-numeric-asc:before {
    content: "\f162"
}
.fa-sort-numeric-desc:before {
    content: "\f163"
}
.fa-thumbs-up:before {
    content: "\f164"
}
.fa-thumbs-down:before {
    content: "\f165"
}
.fa-youtube-square:before {
    content: "\f166"
}
.fa-youtube:before {
    content: "\f167"
}
.fa-xing:before {
    content: "\f168"
}
.fa-xing-square:before {
    content: "\f169"
}
.fa-youtube-play:before {
    content: "\f16a"
}
.fa-dropbox:before {
    content: "\f16b"
}
.fa-stack-overflow:before {
    content: "\f16c"
}
.fa-instagram:before {
    content: "\f16d"
}
.fa-flickr:before {
    content: "\f16e"
}
.fa-adn:before {
    content: "\f170"
}
.fa-bitbucket:before {
    content: "\f171"
}
.fa-bitbucket-square:before {
    content: "\f172"
}
.fa-tumblr:before {
    content: "\f173"
}
.fa-tumblr-square:before {
    content: "\f174"
}
.fa-long-arrow-down:before {
    content: "\f175"
}
.fa-long-arrow-up:before {
    content: "\f176"
}
.fa-long-arrow-left:before {
    content: "\f177"
}
.fa-long-arrow-right:before {
    content: "\f178"
}
.fa-apple:before {
    content: "\f179"
}
.fa-windows:before {
    content: "\f17a"
}
.fa-android:before {
    content: "\f17b"
}
.fa-linux:before {
    content: "\f17c"
}
.fa-dribbble:before {
    content: "\f17d"
}
.fa-skype:before {
    content: "\f17e"
}
.fa-foursquare:before {
    content: "\f180"
}
.fa-trello:before {
    content: "\f181"
}
.fa-female:before {
    content: "\f182"
}
.fa-male:before {
    content: "\f183"
}
.fa-gittip:before,
.fa-gratipay:before {
    content: "\f184"
}
.fa-sun-o:before {
    content: "\f185"
}
.fa-moon-o:before {
    content: "\f186"
}
.fa-archive:before {
    content: "\f187"
}
.fa-bug:before {
    content: "\f188"
}
.fa-vk:before {
    content: "\f189"
}
.fa-weibo:before {
    content: "\f18a"
}
.fa-renren:before {
    content: "\f18b"
}
.fa-pagelines:before {
    content: "\f18c"
}
.fa-stack-exchange:before {
    content: "\f18d"
}
.fa-arrow-circle-o-right:before {
    content: "\f18e"
}
.fa-arrow-circle-o-left:before {
    content: "\f190"
}
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
    content: "\f191"
}
.fa-dot-circle-o:before {
    content: "\f192"
}
.fa-wheelchair:before {
    content: "\f193"
}
.fa-vimeo-square:before {
    content: "\f194"
}
.fa-turkish-lira:before,
.fa-try:before {
    content: "\f195"
}
.fa-plus-square-o:before {
    content: "\f196"
}
.fa-space-shuttle:before {
    content: "\f197"
}
.fa-slack:before {
    content: "\f198"
}
.fa-envelope-square:before {
    content: "\f199"
}
.fa-wordpress:before {
    content: "\f19a"
}
.fa-openid:before {
    content: "\f19b"
}
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
    content: "\f19c"
}
.fa-mortar-board:before,
.fa-graduation-cap:before {
    content: "\f19d"
}
.fa-yahoo:before {
    content: "\f19e"
}
.fa-google:before {
    content: "\f1a0"
}
.fa-reddit:before {
    content: "\f1a1"
}
.fa-reddit-square:before {
    content: "\f1a2"
}
.fa-stumbleupon-circle:before {
    content: "\f1a3"
}
.fa-stumbleupon:before {
    content: "\f1a4"
}
.fa-delicious:before {
    content: "\f1a5"
}
.fa-digg:before {
    content: "\f1a6"
}
.fa-pied-piper:before {
    content: "\f1a7"
}
.fa-pied-piper-alt:before {
    content: "\f1a8"
}
.fa-drupal:before {
    content: "\f1a9"
}
.fa-joomla:before {
    content: "\f1aa"
}
.fa-language:before {
    content: "\f1ab"
}
.fa-fax:before {
    content: "\f1ac"
}
.fa-building:before {
    content: "\f1ad"
}
.fa-child:before {
    content: "\f1ae"
}
.fa-paw:before {
    content: "\f1b0"
}
.fa-spoon:before {
    content: "\f1b1"
}
.fa-cube:before {
    content: "\f1b2"
}
.fa-cubes:before {
    content: "\f1b3"
}
.fa-behance:before {
    content: "\f1b4"
}
.fa-behance-square:before {
    content: "\f1b5"
}
.fa-steam:before {
    content: "\f1b6"
}
.fa-steam-square:before {
    content: "\f1b7"
}
.fa-recycle:before {
    content: "\f1b8"
}
.fa-automobile:before,
.fa-car:before {
    content: "\f1b9"
}
.fa-cab:before,
.fa-taxi:before {
    content: "\f1ba"
}
.fa-tree:before {
    content: "\f1bb"
}
.fa-spotify:before {
    content: "\f1bc"
}
.fa-deviantart:before {
    content: "\f1bd"
}
.fa-soundcloud:before {
    content: "\f1be"
}
.fa-database:before {
    content: "\f1c0"
}
.fa-file-pdf-o:before {
    content: "\f1c1"
}
.fa-file-word-o:before {
    content: "\f1c2"
}
.fa-file-excel-o:before {
    content: "\f1c3"
}
.fa-file-powerpoint-o:before {
    content: "\f1c4"
}
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
    content: "\f1c5"
}
.fa-file-zip-o:before,
.fa-file-archive-o:before {
    content: "\f1c6"
}
.fa-file-sound-o:before,
.fa-file-audio-o:before {
    content: "\f1c7"
}
.fa-file-movie-o:before,
.fa-file-video-o:before {
    content: "\f1c8"
}
.fa-file-code-o:before {
    content: "\f1c9"
}
.fa-vine:before {
    content: "\f1ca"
}
.fa-codepen:before {
    content: "\f1cb"
}
.fa-jsfiddle:before {
    content: "\f1cc"
}
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
    content: "\f1cd"
}
.fa-circle-o-notch:before {
    content: "\f1ce"
}
.fa-ra:before,
.fa-rebel:before {
    content: "\f1d0"
}
.fa-ge:before,
.fa-empire:before {
    content: "\f1d1"
}
.fa-git-square:before {
    content: "\f1d2"
}
.fa-git:before {
    content: "\f1d3"
}
.fa-hacker-news:before {
    content: "\f1d4"
}
.fa-tencent-weibo:before {
    content: "\f1d5"
}
.fa-qq:before {
    content: "\f1d6"
}
.fa-wechat:before,
.fa-weixin:before {
    content: "\f1d7"
}
.fa-send:before,
.fa-paper-plane:before {
    content: "\f1d8"
}
.fa-send-o:before,
.fa-paper-plane-o:before {
    content: "\f1d9"
}
.fa-history:before {
    content: "\f1da"
}
.fa-genderless:before,
.fa-circle-thin:before {
    content: "\f1db"
}
.fa-header:before {
    content: "\f1dc"
}
.fa-paragraph:before {
    content: "\f1dd"
}
.fa-sliders:before {
    content: "\f1de"
}
.fa-share-alt:before {
    content: "\f1e0"
}
.fa-share-alt-square:before {
    content: "\f1e1"
}
.fa-bomb:before {
    content: "\f1e2"
}
.fa-soccer-ball-o:before,
.fa-futbol-o:before {
    content: "\f1e3"
}
.fa-tty:before {
    content: "\f1e4"
}
.fa-binoculars:before {
    content: "\f1e5"
}
.fa-plug:before {
    content: "\f1e6"
}
.fa-slideshare:before {
    content: "\f1e7"
}
.fa-twitch:before {
    content: "\f1e8"
}
.fa-yelp:before {
    content: "\f1e9"
}
.fa-newspaper-o:before {
    content: "\f1ea"
}
.fa-wifi:before {
    content: "\f1eb"
}
.fa-calculator:before {
    content: "\f1ec"
}
.fa-paypal:before {
    content: "\f1ed"
}
.fa-google-wallet:before {
    content: "\f1ee"
}
.fa-cc-visa:before {
    content: "\f1f0"
}
.fa-cc-mastercard:before {
    content: "\f1f1"
}
.fa-cc-discover:before {
    content: "\f1f2"
}
.fa-cc-amex:before {
    content: "\f1f3"
}
.fa-cc-paypal:before {
    content: "\f1f4"
}
.fa-cc-stripe:before {
    content: "\f1f5"
}
.fa-bell-slash:before {
    content: "\f1f6"
}
.fa-bell-slash-o:before {
    content: "\f1f7"
}
.fa-trash:before {
    content: "\f1f8"
}
.fa-copyright:before {
    content: "\f1f9"
}
.fa-at:before {
    content: "\f1fa"
}
.fa-eyedropper:before {
    content: "\f1fb"
}
.fa-paint-brush:before {
    content: "\f1fc"
}
.fa-birthday-cake:before {
    content: "\f1fd"
}
.fa-area-chart:before {
    content: "\f1fe"
}
.fa-pie-chart:before {
    content: "\f200"
}
.fa-line-chart:before {
    content: "\f201"
}
.fa-lastfm:before {
    content: "\f202"
}
.fa-lastfm-square:before {
    content: "\f203"
}
.fa-toggle-off:before {
    content: "\f204"
}
.fa-toggle-on:before {
    content: "\f205"
}
.fa-bicycle:before {
    content: "\f206"
}
.fa-bus:before {
    content: "\f207"
}
.fa-ioxhost:before {
    content: "\f208"
}
.fa-angellist:before {
    content: "\f209"
}
.fa-cc:before {
    content: "\f20a"
}
.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
    content: "\f20b"
}
.fa-meanpath:before {
    content: "\f20c"
}
.fa-buysellads:before {
    content: "\f20d"
}
.fa-connectdevelop:before {
    content: "\f20e"
}
.fa-dashcube:before {
    content: "\f210"
}
.fa-forumbee:before {
    content: "\f211"
}
.fa-leanpub:before {
    content: "\f212"
}
.fa-sellsy:before {
    content: "\f213"
}
.fa-shirtsinbulk:before {
    content: "\f214"
}
.fa-simplybuilt:before {
    content: "\f215"
}
.fa-skyatlas:before {
    content: "\f216"
}
.fa-cart-plus:before {
    content: "\f217"
}
.fa-cart-arrow-down:before {
    content: "\f218"
}
.fa-diamond:before {
    content: "\f219"
}
.fa-ship:before {
    content: "\f21a"
}
.fa-user-secret:before {
    content: "\f21b"
}
.fa-motorcycle:before {
    content: "\f21c"
}
.fa-street-view:before {
    content: "\f21d"
}
.fa-heartbeat:before {
    content: "\f21e"
}
.fa-venus:before {
    content: "\f221"
}
.fa-mars:before {
    content: "\f222"
}
.fa-mercury:before {
    content: "\f223"
}
.fa-transgender:before {
    content: "\f224"
}
.fa-transgender-alt:before {
    content: "\f225"
}
.fa-venus-double:before {
    content: "\f226"
}
.fa-mars-double:before {
    content: "\f227"
}
.fa-venus-mars:before {
    content: "\f228"
}
.fa-mars-stroke:before {
    content: "\f229"
}
.fa-mars-stroke-v:before {
    content: "\f22a"
}
.fa-mars-stroke-h:before {
    content: "\f22b"
}
.fa-neuter:before {
    content: "\f22c"
}
.fa-facebook-official:before {
    content: "\f230"
}
.fa-pinterest-p:before {
    content: "\f231"
}
.fa-whatsapp:before {
    content: "\f232"
}
.fa-server:before {
    content: "\f233"
}
.fa-user-plus:before {
    content: "\f234"
}
.fa-user-times:before {
    content: "\f235"
}
.fa-hotel:before,
.fa-bed:before {
    content: "\f236"
}
.fa-viacoin:before {
    content: "\f237"
}
.fa-train:before {
    content: "\f238"
}
.fa-subway:before {
    content: "\f239"
}
.fa-medium:before {
    content: "\f23a"
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    vertical-align: baseline
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block
}
body {
    line-height: 1
}
ol,
ul {
    list-style: none
}
blockquote,
q {
    quotes: none
}
blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none
}
table {
    border-collapse: collapse;
    border-spacing: 0
}
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}
* {
    -webkit-font-smoothing: antialiased!important
}
body {
    font-family: "Roboto", "Helvetica Neue", Arial, Helvetica, sans-serif;
    font-size: 15px;
    font-weight: 400;
    color: #51545b;
    line-height: 1.5625
}
.thin {
    font-weight: 300
}
.normal {
    font-weight: 400
}
.bold {
    font-weight: 500
}
.base-font {
    font-family: "Roboto", "Helvetica Neue", Arial, Helvetica, sans-serif
}
.heading-font {
    font-family: "PT Sans Caption", Arial, "Helvetica Neue", Helvetica, sans-serif
}
.uppercase {
    text-transform: uppercase
}
h1 {
    font-size: 60px
}
h2 {
    font-size: 50px
}
h3 {
    font-size: 50px;
    letter-spacing: -0.05em
}
h4 {
    font-size: 40px
}
h5 {
    font-size: 30px
}
h6 {
    font-size: 20px
}
.h7 {
    font-size: 15px
}
.h8 {
    font-size: 13px;
    letter-spacing: .02em
}
.extra-heading {
    margin: 0 0 8px;
    font-size: 132px;
    text-transform: uppercase;
    letter-spacing: 0
}
h1,
h2,
h4,
h5,
h6,
.h7 {
    font-family: "PT Sans Caption", Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-weight: 700
}
h1,
h2,
h4,
h5 {
    letter-spacing: -0.06em
}
h3,
.h8 {
    font-family: "Roboto", "Helvetica Neue", Arial, Helvetica, sans-serif;
    font-weight: 400
}
h1,
h2,
h5 {
    color: #000
}
h4 {color: #000}
header h4 {color: #fff}
h3,
h6,
.h7 {
    color: #262627
}
.h8 {
    color: #8d93a0
}
h5.heading-alt {
    text-transform: uppercase;
    font-size: 19px;
    line-height: 1.7;
    letter-spacing: .5em;
    color: #262627
}
h6.heading-alt {
    font-size: 15px;
    line-height: 1.5;
    color: #474749;
    letter-spacing: .15em
}
h1,
h2,
h3,
h4,
h5,
h6 {
    margin-bottom: 10px
}
h1,
h2 {
    margin: 15px 0 20px
}
p,
article {
    margin: 0 0 10px;
    line-height: 29px
}
p.small,
article.small {
    font-size: 13px;
    font-weight: 500;
    line-height: 25px;
    color: #babfcc
}
strong {
    display: inline-block;
    font-weight: 500
}
small {
    display: inline-block;
    font-size: 13px
}
.text-alt,
.counter-box .counter-content .title {
    color: #b8bcc3
}
.nav-wrapper .text-alt {
    color: #333;
    font-size: 15px
}
.footer .text-alt {
    line-height: 22px;
    margin: 5px 0 20px 0
}
a {
    -webkit-transition: color .2s ease;
    -moz-transition: color .2s ease;
    -o-transition: color .2s ease;
    transition: color .2s ease;
    text-decoration: none
}
a:hover,
a:active,
a:focus {
    outline: 0
}
.link-btn {
    display: inline-block;
    font-family: "PT Sans Caption", Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .22em
}
span {
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
    line-height: inherit;
    color: inherit
}
.align-left {
    text-align: left
}
.align-right {
    text-align: right
}
.align-center {
    text-align: center
}
.light-text,
.footer {
    color: #fff
}
.light-text h1,
.light-text h2,
.light-text h3,
.light-text h4,
.light-text h5,
.light-text h6,
.light-text .h7,
.light-text .h8,
.footer h1,
.footer h2,
.footer h3,
.footer h4,
.footer h5,
.footer h6,
.footer .h7,
.footer .h8 {
    color: inherit
}
.light-text h1.heading-alt,
.light-text h2.heading-alt,
.light-text h3.heading-alt,
.light-text h4.heading-alt,
.light-text h5.heading-alt,
.light-text h6.heading-alt,
.light-text .h7.heading-alt,
.light-text .h8.heading-alt,
.footer h1.heading-alt,
.footer h2.heading-alt,
.footer h3.heading-alt,
.footer h4.heading-alt,
.footer h5.heading-alt,
.footer h6.heading-alt,
.footer .h7.heading-alt,
.footer .h8.heading-alt {
    color: inherit
}
.dark-text {
    color: #000
}
.dark-text.fa {
    color: #000
}
.dark-text .fa {
    color: inherit
}
@media(max-width:991px) {
    body {
        font-size: 13px
    }
    .extra-heading {
        font-size: 110px
    }
    h5.heading-alt,
    h6.heading-alt {
        line-height: 1.4
    }
}
@media(max-width:767px) {
    h1 {
        font-size: 31.2px
    }
    h2 {
        font-size: 30px
    }
    h3 {
        font-size: 31.5px
    }
    h4 {
        font-size: 26.8px
    }
    h5 {
        font-size: 24px
    }
    h6 {
        font-size: 18px
    }
    .heading {
        font-size: 12px
    }
    .extra-heading {
        font-size: 80px
    }
    .sub-title,
    .sub-title.alt {
        font-size: 13px
    }
    .sub-title,
    .sub-title.big {
        font-size: 15px
    }
}
.clearfix {
    zoom: 1
}
.clearfix:before,
.clearfix:after {
    content: "";
    display: table
}
.clearfix:after {
    clear: both
}
body {
    overflow-x: hidden;
    min-height: 100px
}
body>.container {
    padding-top: 65px
}
img {
    max-width: 100%
}
.retina-show {
    display: none;
    height: auto!important
}
.base-clr-bd,
.preloader-mask .preloader,
.preloader-mask .preloader:before,
.preloader-mask .preloader:after,
.btn.btn-outline-clr,
.btn.btn-outline-clr:hover,
.btn.btn-outline-clr:focus,
.btn.btn-outline-clr:active,
.btn.btn-outline-clr.hovered,
.btn.btn-outline-clr.pressed,
.nav.nav-schedule>li:after,
.schedule .tab-content .nav.nav-schedule>li.active,
.schedule .schedule-item .lecture-icon-wrapper,
.download-schedule-btn:hover,
.download-schedule-btn:focus,
.schedule.schedule-light .nav.nav-schedule,
.schedule.schedule-light .tab-content,
.nav-wrapper .nav-current,
textarea.error,
input[type=text].error,
input[type=url].error,
input[type=tel].error,
input[type=number].error,
input[type=color].error,
input[type=email].error,
input[type=email].error,
input[type=password].error,
.package-column.special-column,
.package-column.package-bright,
.package-panel,
.counter-block.counter-block-border .counter-box,
.speaker .speaker-socials>li .fa,
.dropdown-toggle:after,
.header .buy-btn,
.header .buy-btn:hover,
.header .buy-btn:focus,
.header .buy-btn:active,
.header .buy-btn.hovered,
.header .buy-btn.pressed {
    border-color: #f6001c
}
.base-clr-bg,
.overlay.overlay-clr:before,
.overlay.overlay-clr[class*="bg"]:before,
.base-clr-ovl:before,
.btn,
.btn.btn-white:hover,
.btn.btn-white:focus,
.btn.btn-white:active,
.btn.btn-white.hovered,
.btn.btn-white.pressed,
.nav.nav-schedule>li.active,
.download-schedule-btn:hover,
.download-schedule-btn:focus,
.schedule.schedule-light .nav.nav-schedule>li,
.schedule.schedule-light .schedule-item .schedule-item-toggle .lecture-icon-wrapper,
.tabs-vertical .nav.nav-tabs:before,
.tabs-vertical .nav.nav-tabs>li:not(.active) a,
.panel-group .panel .panel-heading a,
.panel-group-alt .panel>a:not(.collapsed),
.table>thead>tr>th,
.table>thead>tr>td,
.package-column.special-column .sale-label,
.package-column.package-bright.special-column,
.package-panel .buy-btn,
.counter-block.counter-block-solid .counter-box,
.gallery.light-slider .description-slider-wrapper .bx-pager-link.active,
.gallery-thumb-link:after,
.speaker .speaker-socials>li .fa,
.contacts-wrapper-color:before,
.header.header-color .header-wrapper,
.header.header-color .dropdown-menu,
.header:not(.header-color):not(.header-black) .navbar-collapse,
.navbar-toggle .icon-bar,
.call-to-action-section>.overlay:before,
.thumb-wrapper .overlay:before,
.header .buy-btn {
    background-color: #f6001c
}
.base-clr-txt,
.highlight,
a,
a:hover,
a:active,
a:focus,
.fa,
.icon,
.btn.btn-outline-clr,
.btn.btn-outline:hover,
.btn.btn-outline:focus,
.btn.btn-outline:active,
.btn.btn-outline.hovered,
.btn.btn-outline.pressed,
.btn.btn-white,
.schedule .tab-content .nav.nav-schedule>li.active>a:not(:hover):not(:active),
.schedule .tab-content .nav.nav-schedule>li.active>a:hover,
.schedule .tab-content .nav.nav-schedule>li.active>a:focus,
.schedule .schedule-item .schedule-item-toggle.collapsed .title .icon,
.schedule .schedule-item .schedule-item-body .speaker-name,
.schedule.schedule-light .nav.nav-schedule>li.active a,
.schedule.schedule-light .nav.nav-schedule>li.active a:hover,
.schedule.schedule-light .nav.nav-schedule>li.active a:focus,
.schedule.schedule-light .nav.nav-schedule>li.active a *,
.schedule.schedule-light .nav.nav-schedule>li.active a:hover *,
.schedule.schedule-light .nav.nav-schedule>li.active a:focus *,
.schedule.schedule-light .schedule-item .schedule-item-body .speaker-name,
.nav.nav-tabs>li.active>a,
.nav.nav-tabs>li.active>a:hover,
.nav.nav-tabs>li.active>a:focus,
.panel-group-alt .panel>a .fa,
label.error,
input.btn.btn-outline,
.pseudo-select .pseudo-select-dropdown-item.selected:not(.disabled),
input[type="submit"]+.loading,
.testimonial .author-block .name,
.package-column .package-title,
.package-column.special-column .package-price,
.package-column.package-bright:not(.special-column):hover .package-detail,
.package-column.package-bright .package-price,
.package-column.package-bright.special-column .btn:hover,
.package-column.package-bright.special-column .btn:focus,
.package-column.package-bright.special-column .btn:active,
.package-column.package-bright.special-column .btn.hovered,
.package-column.package-bright.special-column .btn.pressed,
.counter-box .counter-content>.count,
.speaker .name,
.balloon .name,
.header.header-black .navigation-link:hover,
.header.header-black .navigation-link:active,
.header.header-black .navigation-link:focus,
.dropdown:hover .dropdown-toggle,
.dropdown.open .navigation-link.dropdown-toggle,
.dropdown.open .navigation-link:not(.active):not(:hover):not(:focus):not(:active).dropdown-toggle,
.dropdown-menu .navigation-link:hover,
.dropdown-menu .navigation-link:focus,
.dropdown-menu .navigation-link:active,
.navigation-link:hover,
.navigation-link:active,
.navigation-link:focus,
.header.header-color .navigation-header .buy-btn:hover,
.header.header-color .navigation-header .buy-btn:focus,
.header.header-color .navigation-header .buy-btn:active,
.header.header-color .navigation-header .buy-btn.hovered,
.header.header-color .navigation-header .buy-btn.pressed,
input.header.header-color .navigation-header .buy-btn,
.header .buy-btn {
    color: #f6001c
}
::selection {
    color: #fff;
    background-color: rgba(254, 73, 24, 0.85)
}
::-moz-selection {
    color: #fff;
    background-color: rgba(254, 73, 24, 0.85)
}
hr {
    display: inline-block;
    width: 100%;
    height: 1px;
    border: 0;
    background-color: #e9e9e9
}
hr.no-margin {
    margin: 0
}
ul {
    margin: 0 0 10px
}
li {
    margin-bottom: 7px
}
.visible {
    opacity: 1
}
.section {
    position: relative;
    padding: 90px 0
}
.fullwidth-section {
    zoom: 1;
    -webkit-box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.18);
    -moz-box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.18);
    box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.18);
    margin: 50px 0;
    padding: 0
}
.fullwidth-section:before,
.fullwidth-section:after {
    content: "";
    display: table
}
.fullwidth-section:after {
    clear: both
}
.fullwidth-path {
    zoom: 1;
    position: relative
}
.fullwidth-path:before,
.fullwidth-path:after {
    content: "";
    display: table
}
.fullwidth-path:after {
    clear: both
}
.fullwidth-column {
    padding: 100px 73px 85px
}
.fullwidth-section-bg {
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    position: absolute;
    top: 0;
    bottom: 0;
    background-repeat: no-repeat;
    background-position: top center
}
.fullwidth-section-bg.bg-right {
    right: 0;
    left: 50%
}
.fullwidth-section-bg.bg-left {
    left: 0;
    right: 50%
}
.icon,
.fa {
    line-height: 1
}
.section-icon {
    display: block;
    margin-bottom: 5px;
    font-size: 50px
}
.container {
    position: relative
}
.bg-cover {
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed;
    z-index: 1
}
.overlay {
    position: relative;
    z-index: 1
}
.overlay:before {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    content: "";
    background-color: #262627;
    z-index: -1
}
.overlay.overlay-clr .fa,
.overlay.overlay-clr .icon {
    color: inherit
}
.overlay>* {
    z-index: 1
}
.base-clr-ovl,
.thumb-wrapper .overlay {
    background-color: transparent
}
.base-clr-ovl:before,
.thumb-wrapper .overlay:before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    content: "";
    opacity: .8;
    z-index: -1
}
.video-bg {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 0;
    overflow: hidden
}
.video-bg video {
    min-width: 100%;
    min-height: 100%
}
.heading-block {
    padding: 150px 0
}
.hero-heading-top,
.hero-heading-bottom {
    position: absolute;
    left: 0;
    right: 0
}
.hero-heading-top {
    top: 60px
}
.hero-heading-bottom {
    bottom: 40px
}
.img-column {
    padding-top: 20px;
    padding-bottom: 20px
}
.list {
    padding: 5px 0
}
.list>li {
    margin: 15px 0
}
.list>li .icon:first-child,
.list>li .fa:first-child {
    margin-right: 25px;
    vertical-align: middle
}
.list-inline {
    padding: 5px 0
}
.list-inline>li {
    margin: 15px 0
}
.list-inline>li .icon:first-child,
.list-inline>li .fa:first-child {
    margin-right: 25px;
    vertical-align: middle
}
.masonry {
    width: 100%;
    font-size: 0;
    line-height: 0
}
.masonry.width720 .masonry-item {
    width: 32.833333%;
    padding: 10px
}
.masonry.width400 .masonry-item {
    width: 49.5%;
    padding: 5px
}
.masonry .masonry-item {
    margin: 0;
    display: inline-block;
    width: 24.5%;
    padding: 15px;
    font-size: 15px;
    line-height: 1.5625
}
@media(max-width:991px) {
    .wrapper {
        width: 90%
    }
    .img-column {
        padding-bottom: 20px
    }
    .heading-block {
        padding: 80px 0
    }
    .hero-heading-top {
        top: 30px
    }
    .fullwidth-column {
        padding: 50px 30px 35px
    }
}
@media(max-width:767px) {
    body {
        padding-top: 91px
    }
    .fullwidth-section-bg {
        position: relative
    }
    .fullwidth-section-bg.bg-right,
    .fullwidth-section-bg.bg-left {
        height: 250px;
        top: auto;
        left: auto;
        right: auto;
        bottom: auto
    }
    .wrapper {
        width: 100%
    }
    .bg-cover {
        background-attachment: scroll
    }
    .heading-block {
        padding: 40px 0
    }
    .hero-heading-top {
        position: relative;
        top: auto;
        margin-top: 30px
    }
    .hero-heading-bottom {
        position: relative;
        bottom: auto;
        margin-bottom: 30px
    }
}
@media(max-width:480px) {
    blockquote {
        padding: 0 35px;
        font-size: 13px;
        line-height: 1.8
    }
}
@media(-webkit-min-device-pixel-ratio:2),
(min-resolution:192dpi) {
    .retina-hide {
        display: none
    }
    .retina-show {
        display: block;
        display: initial
    }
}
.style-switcher {
    -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    position: fixed;
    left: -225px;
    top: 200px;
    display: block;
    width: 225px;
    padding: 10px 20px 20px;
    background-color: #fff;
    border: 2px solid #f3f5f6;
    z-index: 9999
}
.style-switcher .style-toggle {
    -webkit-border-radius: 5%;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 5%;
    -moz-background-clip: padding;
    border-radius: 5%;
    background-clip: padding-box;
    position: absolute;
    top: 32px;
    right: -52px;
    margin-left: -2px;
    display: block;
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    background-color: rgba(0, 0, 0, 0.3)
}
.style-switcher .style-toggle .fa {
    color: #fff
}
.style-switcher .template-set-color {
    zoom: 1;
    margin-bottom: 8px;
    width: 100%;
    list-style: none;
    padding-left: 0
}
.style-switcher .template-set-color:before,
.style-switcher .template-set-color:after {
    content: "";
    display: table
}
.style-switcher .template-set-color:after {
    clear: both
}
.style-switcher .template-set-color>li {
    float: left;
    display: inline-block
}
.style-switcher .template-set-color .color {
    -webkit-border-radius: 5px;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 5px;
    -moz-background-clip: padding;
    border-radius: 5px;
    background-clip: padding-box;
    display: block;
    padding: 15px;
    margin-right: 5px;
    font-size: 12px;
    text-transform: uppercase;
    line-height: normal;
    color: #fff;
    background-color: #51545b
}
.style-switcher .template-set-color .color.pink {
    background-color: #ff5f9b
}
.style-switcher .template-set-color .color.green {
    background-color: #91d539
}
.style-switcher .template-set-color .color.blue {
    background-color: #1ac6ff
}
.style-switcher .template-set-color .color.berry {
    background-color: #fe6760
}
.style-switcher .template-set-color .color.orange {
    background-color: #f6001c
}
.style-switcher .template-animations-switch input[type="checkbox"] {
    display: none
}
.style-switcher .template-animations-switch input[type="checkbox"]+label {
    -webkit-transition: background .2s ease, color .2s ease;
    -moz-transition: background .2s ease, color .2s ease;
    -o-transition: background .2s ease, color .2s ease;
    transition: background .2s ease, color .2s ease;
    position: relative;
    display: block;
    width: 65px;
    height: 32px;
    font-family: "PT Sans Caption", Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    border-radius: 16px;
    background: #f3f5f6;
    cursor: pointer;
    overflow: hidden
}
.style-switcher .template-animations-switch input[type="checkbox"]+label:before,
.style-switcher .template-animations-switch input[type="checkbox"]+label:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: left .2s ease, right .2s ease;
    -moz-transition: left .2s ease, right .2s ease;
    -o-transition: left .2s ease, right .2s ease;
    transition: left .2s ease, right .2s ease;
    position: absolute;
    top: 0;
    display: block;
    width: 35px;
    height: 100%;
    line-height: 32px
}
.style-switcher .template-animations-switch input[type="checkbox"]+label:before {
    content: "Off";
    left: 0;
    color: #a5acbd;
    text-align: center
}
.style-switcher .template-animations-switch input[type="checkbox"]+label:after {
    content: 'On';
    right: -32px;
    color: #fff;
    padding-left: 5px
}
.style-switcher .template-animations-switch input[type="checkbox"]+label>i {
    -webkit-transition: right .2s ease;
    -moz-transition: right .2s ease;
    -o-transition: right .2s ease;
    transition: right .2s ease;
    position: absolute;
    top: 3px;
    right: 4px;
    display: block;
    width: 26px;
    height: 26px;
    border-radius: 13px;
    background-color: #fff
}
.style-switcher .template-animations-switch input[type="checkbox"]:checked+label {
    background-color: #92c83c
}
.style-switcher .template-animations-switch input[type="checkbox"]:checked+label:before {
    left: -32px
}
.style-switcher .template-animations-switch input[type="checkbox"]:checked+label:after {
    right: 0
}
.style-switcher .template-animations-switch input[type="checkbox"]:checked+label>i {
    right: 35px
}
.preloader-mask {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #f7f7f7;
    z-index: 10000;
    height: 100%
}
.preloader-mask .preloader {
    -webkit-animation: border-pulse-1 1.4s linear infinite;
    -moz-animation: border-pulse-1 1.4s linear infinite;
    -o-animation: border-pulse-1 1.4s linear infinite;
    animation: border-pulse-1 1.4s linear infinite;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -25px 0 0 -25px;
    width: 50px;
    height: 50px;
    border-style: solid;
    border-radius: 50%;
    border-width: 26px
}
.preloader-mask .preloader:before,
.preloader-mask .preloader:after {
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0;
    height: 0;
    display: block;
    content: "";
    border-style: solid;
    border-width: 0;
    border-radius: 50%
}
.preloader-mask .preloader:before {
    -webkit-animation: border-pulse-2 1.4s linear infinite;
    -moz-animation: border-pulse-2 1.4s linear infinite;
    -o-animation: border-pulse-2 1.4s linear infinite;
    animation: border-pulse-2 1.4s linear infinite;
    opacity: .5
}
.preloader-mask .preloader:after {
    -webkit-animation: border-pulse-3 1.4s linear infinite;
    -moz-animation: border-pulse-3 1.4s linear infinite;
    -o-animation: border-pulse-3 1.4s linear infinite;
    animation: border-pulse-3 1.4s linear infinite
}
@keyframes border-pulse-1 {
    0% {
        border-width: 26px
    }
    33.33333% {
        border-width: 3px
    }
    66.66666% {
        border-width: 3px
    }
    100% {
        border-width: 3px
    }
}
@-o-keyframes border-pulse-1 {
    0% {
        border-width: 26px
    }
    33.33333% {
        border-width: 3px
    }
    66.66666% {
        border-width: 3px
    }
    100% {
        border-width: 3px
    }
}
@-moz-keyframes border-pulse-1 {
    0% {
        border-width: 26px
    }
    33.33333% {
        border-width: 3px
    }
    66.66666% {
        border-width: 3px
    }
    100% {
        border-width: 3px
    }
}
@-webkit-keyframes border-pulse-1 {
    0% {
        border-width: 26px
    }
    33.33333% {
        border-width: 3px
    }
    66.66666% {
        border-width: 3px
    }
    100% {
        border-width: 3px
    }
}
@keyframes border-pulse-2 {
    0% {
        border-width: 0
    }
    33.33333% {
        border-width: 0
    }
    66.66666% {
        border-width: 23px
    }
    100% {
        border-width: 23px
    }
}
@-o-keyframes border-pulse-2 {
    0% {
        border-width: 0
    }
    33.33333% {
        border-width: 0
    }
    66.66666% {
        border-width: 23px
    }
    100% {
        border-width: 23px
    }
}
@-moz-keyframes border-pulse-2 {
    0% {
        border-width: 0
    }
    33.33333% {
        border-width: 0
    }
    66.66666% {
        border-width: 23px
    }
    100% {
        border-width: 23px
    }
}
@-webkit-keyframes border-pulse-2 {
    0% {
        border-width: 0
    }
    33.33333% {
        border-width: 0
    }
    66.66666% {
        border-width: 23px
    }
    100% {
        border-width: 23px
    }
}
@keyframes border-pulse-3 {
    0% {
        border-width: 0
    }
    33.33333% {
        border-width: 0
    }
    66.66666% {
        border-width: 0
    }
    100% {
        border-width: 23px
    }
}
@-o-keyframes border-pulse-3 {
    0% {
        border-width: 0
    }
    33.33333% {
        border-width: 0
    }
    66.66666% {
        border-width: 0
    }
    100% {
        border-width: 23px
    }
}
@-moz-keyframes border-pulse-3 {
    0% {
        border-width: 0
    }
    33.33333% {
        border-width: 0
    }
    66.66666% {
        border-width: 0
    }
    100% {
        border-width: 23px
    }
}
@-webkit-keyframes border-pulse-3 {
    0% {
        border-width: 0
    }
    33.33333% {
        border-width: 0
    }
    66.66666% {
        border-width: 0
    }
    100% {
        border-width: 23px
    }
}
.btn,
.header .buy-btn {
    -webkit-box-shadow: inset 0 65px 0 transparent;
    -moz-box-shadow: inset 0 65px 0 transparent;
    box-shadow: inset 0 65px 0 transparent;
    -webkit-transition: color .2s ease, border .2s ease, background .25s ease, -webkit-box-shadow .2s ease;
    -moz-transition: color .2s ease, border .2s ease, background .25s ease, -moz-box-shadow .2s ease;
    -o-transition: color .2s ease, border .2s ease, background .25s ease, box-shadow .2s ease;
    transition: color .2s ease, border .2s ease, background .25s ease, box-shadow .2s ease;
    position: relative;
    margin: 0 7px;
    vertical-align: middle;
    display: inline-block;
    min-width: 144px;
    max-width: 100%;
    padding: 21px 25px 19px;
    font-family: "PT Sans Caption", Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-size: 11px;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    line-height: 1;
    letter-spacing: .59em;
    border: 0;
    border-radius: 4px;
    overflow: hidden
}
.btn:not(.btn-outline-clr):not(.btn-white):not(.btn-outline) {
    color: #fff
}
.btn:focus,
.btn:active:focus,
.btn.active:focus {
    outline: 0
}
.btn:hover,
.btn:focus,
.btn.hovered {
    -webkit-box-shadow: inset 0 65px 0 rgba(255, 255, 255, 0.26);
    -moz-box-shadow: inset 0 65px 0 rgba(255, 255, 255, 0.26);
    box-shadow: inset 0 65px 0 rgba(255, 255, 255, 0.26);
    color: #fff
}
.btn:active,
.btn.pressed {
    -webkit-box-shadow: inset 0 65px 0 rgba(0, 0, 0, 0.06);
    -moz-box-shadow: inset 0 65px 0 rgba(0, 0, 0, 0.06);
    box-shadow: inset 0 65px 0 rgba(0, 0, 0, 0.06)
}
.btn.btn-lg {
    min-width: 200px;
    padding: 26px 40px 23px;
    font-size: 15px;
    letter-spacing: .4em
}
.btn.btn-sm {
    min-width: 140px;
    padding: 14px 20px 13px
}
.btn.btn-block {
    margin-left: auto;
    margin-right: auto;
    display: block;
    width: auto
}
.btn.btn-outline,
.btn.btn-outline-clr,
.header.header-color .navigation-header .buy-btn,
.header .buy-btn {
    padding: 18px 22px 16px;
    border: 1px solid
}
.btn.btn-outline.btn-lg,
.btn.btn-outline-clr.btn-lg,
.header.header-color .navigation-header .buy-btn.btn-lg,
.header .buy-btn.btn-lg {
    padding: 25px 39px 22px
}
.btn.btn-outline.btn-sm,
.btn.btn-outline-clr.btn-sm,
.header.header-color .navigation-header .buy-btn.btn-sm,
.header.header-color .navigation-header .buy-btn,
.header .buy-btn.btn-sm,
.header .buy-btn {
    padding: 13px 17px 12px
}
.btn.btn-outline-clr,
.header .buy-btn {
    -webkit-box-shadow: inset 0 65px 0 transparent;
    -moz-box-shadow: inset 0 65px 0 transparent;
    box-shadow: inset 0 65px 0 transparent
}
.btn.btn-outline-clr:hover,
.btn.btn-outline-clr:focus,
.btn.btn-outline-clr:active,
.btn.btn-outline-clr.hovered,
.btn.btn-outline-clr.pressed,
.header .buy-btn:hover,
.header .buy-btn:focus,
.header .buy-btn:active,
.header .buy-btn.hovered,
.header .buy-btn.pressed {
    color: #fff
}
.btn.btn-outline-clr:not(:hover):not(:hover):not(:active):not(.hovered):not(.pressed),
.header .buy-btn:not(:hover):not(:hover):not(:active):not(.hovered):not(.pressed) {
    background-color: transparent
}
.btn.btn-outline-clr .fa,
.header .buy-btn .fa {
    color: inherit
}
.btn.btn-outline,
.header.header-color .navigation-header .buy-btn {
    background-color: transparent;
    border-color: #fff;
    color: #fff
}
.btn.btn-outline:hover,
.btn.btn-outline:focus,
.btn.btn-outline:active,
.btn.btn-outline.hovered,
.btn.btn-outline.pressed,
.header.header-color .navigation-header .buy-btn:hover,
.header.header-color .navigation-header .buy-btn:focus,
.header.header-color .navigation-header .buy-btn:active,
.header.header-color .navigation-header .buy-btn.hovered,
.header.header-color .navigation-header .buy-btn.pressed {
    background-color: #fff
}
.btn.btn-outline:hover,
.btn.btn-outline:focus,
.btn.btn-outline.hovered,
.header.header-color .navigation-header .buy-btn:hover,
.header.header-color .navigation-header .buy-btn:focus,
.header.header-color .navigation-header .buy-btn.hovered {
    -webkit-box-shadow: inset 0 65px 0 transparent;
    -moz-box-shadow: inset 0 65px 0 transparent;
    box-shadow: inset 0 65px 0 transparent
}
.btn.btn-outline:active,
.btn.btn-outline.pressed,
.header.header-color .navigation-header .buy-btn:active,
.header.header-color .navigation-header .buy-btn.pressed {
    -webkit-box-shadow: inset 0 65px 0 rgba(0, 0, 0, 0.06);
    -moz-box-shadow: inset 0 65px 0 rgba(0, 0, 0, 0.06);
    box-shadow: inset 0 65px 0 rgba(0, 0, 0, 0.06)
}
.btn.btn-black {
    background-color: #000
}
.btn.btn-white {
    background-color: #fff
}
.btn.btn-white:hover,
.btn.btn-white:focus,
.btn.btn-white:active,
.btn.btn-white.hovered,
.btn.btn-white.pressed {
    color: #fff
}
.btn.btn-white:hover,
.btn.btn-white:focus,
.btn.btn-white.hovered {
    -webkit-box-shadow: inset 0 65px 0 transparent;
    -moz-box-shadow: inset 0 65px 0 transparent;
    box-shadow: inset 0 65px 0 transparent
}
.btn.btn-white:active,
.btn.btn-white.pressed {
    -webkit-box-shadow: inset 0 65px 0 rgba(0, 0, 0, 0.06);
    -moz-box-shadow: inset 0 65px 0 rgba(0, 0, 0, 0.06);
    box-shadow: inset 0 65px 0 rgba(0, 0, 0, 0.06)
}
.btn .fa {
    margin-right: .3em;
    padding-right: 4px
}
button.btn.btn-block {
    width: 100%
}
.btn.btn-rounded {
    border-radius: 26px;
    padding: 21px 34px 19px
}
.btn.btn-rounded.btn-lg {
    border-radius: 30px;
    padding: 24px 39px 21px
}
.btn.btn-rounded.btn-sm {
    border-radius: 19px;
    padding: 14px 27px 13px
}
.btn.btn-rounded.btn-outline,
.btn.btn-rounded.btn-outline-clr {
    padding: 20px 33px 18px
}
.btn.btn-rounded.btn-outline.btn-lg,
.btn.btn-rounded.btn-outline-clr.btn-lg {
    padding: 23px 38px 20px
}
.btn.btn-rounded.btn-outline.btn-sm,
.btn.btn-rounded.btn-outline-clr.btn-sm {
    padding: 13px 26px 12px
}
.light-text .btn-no-border,
.footer .btn-no-border {
    color: #fff
}
.dark-text .btn-no-border {
    color: #000
}
.btns-container {
    padding: 27px 0 40px
}
.btns-block {
    padding: 20px 0
}
.btns-block:first-child {
    margin-top: 30px
}
.btns-block:last-child {
    margin-bottom: 30px
}
.btns-block .btn {
    margin-bottom: 10px
}
@media(max-width:991px) {
    .btns-container {
        padding: 20px 0 35px
    }
}
@media(max-width:767px) {
    .btns-container .btn {
        margin: 0 auto 20px
    }
}
@media(max-width:480px) {
    .btns-container {
        padding: 20px 15px
    }
    .btns-container .btn {
        display: block
    }
    .btn,
    .header .buy-btn {
        display: block;
        width: auto;
        padding-left: 10px;
        padding-right: 10px
    }
    .btn.btn-rounded {
        padding-left: 15px;
        padding-right: 15px
    }
    .btn.btn-rounded.btn-lg {
        padding-left: 19px;
        padding-right: 19px
    }
    .btn.btn-rounded.btn-sm {
        padding-left: 10px;
        padding-right: 10px
    }
}
.schedule {
    margin-bottom: 50px;
    text-align: left;
    background-color: #fff
}
.schedule .tab-content .nav-current {
    background-color: #eff1f5;
    border-color: #e9e9e9
}
.nav.nav-schedule {
    display: table;
    width: 100%;
    border-style: solid;
    border-width: 0 1px 0 0;
    border-color: #e9e9e9;
    z-index: 10;
    padding-left: 20px!important
}
.nav.nav-schedule>li {
    -webkit-transition: background .2s ease, border .2s ease;
    -moz-transition: background .2s ease, border .2s ease;
    -o-transition: background .2s ease, border .2s ease;
    transition: background .2s ease, border .2s ease;
    position: relative;
    display: table-cell;
    font-size: 15px;
    border-style: solid;
    border-width: 1px 0 1px 1px;
    border-color: #e9e9e9;
    margin-bottom: 0
}
.nav.nav-schedule>li:after {
    -webkit-transition: opacity .15s ease;
    -moz-transition: opacity .15s ease;
    -o-transition: opacity .15s ease;
    transition: opacity .15s ease;
    position: absolute;
    bottom: -6px;
    left: 50%;
    margin-left: -8px;
    width: 0;
    height: 0;
    content: "";
    border-style: solid;
    border-width: 7px 10px 0 10px;
    border-left-color: transparent;
    border-right-color: transparent;
    border-bottom-color: transparent;
    opacity: 0;
    z-index: 1
}
.nav.nav-schedule>li>a {
    -webkit-transition: color .2s ease;
    -moz-transition: color .2s ease;
    -o-transition: color .2s ease;
    transition: color .2s ease;
    display: block;
    text-decoration: none;
    padding: 20px 15px 12px;
    text-align: center
}
.nav.nav-schedule>li>a *:first-child {
    margin-top: 0
}
.nav.nav-schedule>li>a *:last-child {
    margin-bottom: 0
}
.nav.nav-schedule>li>a:hover,
.nav.nav-schedule>li>a:focus {
    background-color: transparent
}
.nav.nav-schedule>li>a h1:first-child,
.nav.nav-schedule>li>a h2:first-child,
.nav.nav-schedule>li>a h3:first-child,
.nav.nav-schedule>li>a h4:first-child,
.nav.nav-schedule>li>a h5:first-child,
.nav.nav-schedule>li>a h6:first-child {
    margin: 0 0 -2px
}
.nav.nav-schedule>li.active:after {
    opacity: 1
}
.nav.nav-schedule>li.active,
.nav.nav-schedule>li.active:hover,
.nav.nav-schedule>li.active:active {
    cursor: default;
    pointer-events: none
}
.nav.nav-schedule>li.active a,
.nav.nav-schedule>li.active a:hover,
.nav.nav-schedule>li.active a:focus,
.nav.nav-schedule>li.active a *,
.nav.nav-schedule>li.active a:hover *,
.nav.nav-schedule>li.active a:focus * {
    color: #fff
}
.schedule .tab-content {
    padding: 0;
    border-style: solid;
    border-width: 0 1px 1px;
    border-color: transparent #e9e9e9 #e9e9e9
}
.schedule .tab-content .img-responsive {
    margin: 0
}
.schedule .tab-content .nav.nav-schedule {
    display: inline-block;
    background-color: #eff1f5;
    border: 0
}
.schedule .tab-content .nav.nav-schedule>li {
    display: inline-block;
    border-width: 0 0 1px
}
.schedule .tab-content .nav.nav-schedule>li:not(.active) {
    border-color: transparent
}
.schedule .tab-content .nav.nav-schedule>li:after {
    display: none
}
.schedule .tab-content .nav.nav-schedule>li>a {
    margin: 0;
    padding: 16px 45px 14px;
    font-family: "PT Sans Caption", Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-weight: 700;
    text-transform: uppercase
}
.schedule .tab-content .nav.nav-schedule>li>a:not(:hover):not(:active) {
    color: #51545b
}
.schedule .tab-content .nav.nav-schedule>li.active {
    background-color: transparent
}
.schedule .tab-content-schedule {
    position: relative;
    border: 0;
    padding: 90px 100px 80px 80px
}
.schedule .tab-content-schedule:before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 104px;
    width: 0;
    display: block;
    content: "";
    border-right: 1px solid #eff1f5
}
.schedule .tab-content-schedule .panel-group {
    margin-bottom: 0
}
.schedule .tab-content-schedule .schedule-item {
    position: relative;
    margin-bottom: 22px;
    min-height: 65px;
    padding: 0 0 0 104px;
    background-color: transparent
}
.schedule .tab-content-schedule .schedule-item:last-child {
    margin-bottom: 0
}
.schedule .schedule-item+.schedule-item {
    margin-top: 0
}
.schedule .schedule-item .lecture-icon-wrapper {
    position: absolute;
    vertical-align: middle;
    top: 25px;
    left: 4px;
    width: 40px;
    height: 40px;
    text-align: center;
    font-size: 20px;
    line-height: 36px;
    background-color: #fff;
    border-style: solid;
    border-width: 1px;
    border-radius: 50%;
    overflow: hidden
}
.schedule .schedule-item .schedule-item-toggle {
    margin-bottom: 0;
    display: block;
    text-decoration: none;
    color: #000
}
.schedule .schedule-item .schedule-item-toggle .time {
    margin-bottom: 10px;
    font-size: 15px
}
.schedule .schedule-item .schedule-item-toggle .time .icon {
    margin-right: 8px;
    vertical-align: middle;
    color: #babfcc
}
.schedule .schedule-item .schedule-item-toggle .title {
    position: relative;
    margin: 0;
    padding: 0 35px 11px 0;
    border-bottom: 1px solid #eff1f5
}
.schedule .schedule-item .schedule-item-toggle .title .icon {
    -webkit-transition: -webkit-transform .3s ease;
    -moz-transition: -moz-transform .3s ease;
    -o-transition: -o-transform .3s ease;
    transition: -webkit-transform .3s ease, -moz-transform .3s ease, -o-transform .3s ease, transform .3s ease;
    position: absolute;
    right: 10px;
    bottom: 11px;
    font-size: 13px;
    color: #51545b
}
.schedule .schedule-item .schedule-item-body {
    margin-top: 0
}
.schedule .schedule-item .schedule-item-body .speaker-wrapper {
    margin-bottom: 0
}
.schedule .schedule-item .schedule-item-body>article,
.schedule .schedule-item .schedule-item-body>div {
    margin: 0;
    padding: 11px 0
}
.schedule .schedule-item .schedule-item-body .speaker-name {
    display: inline-block;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: .5em
}
.download-schedule-btn {
    -webkit-transition: color .2s ease, background .2s ease, border .2s ease;
    -moz-transition: color .2s ease, background .2s ease, border .2s ease;
    -o-transition: color .2s ease, background .2s ease, border .2s ease;
    transition: color .2s ease, background .2s ease, border .2s ease;
    position: relative;
    margin: 0 auto;
    display: block;
    width: 220px;
    padding: 15px 25px 15px 90px;
    font-size: 18px;
    text-align: left;
    line-height: 25px;
    border: 1px solid #babfcc
}
.download-schedule-btn:hover,
.download-schedule-btn:focus {
    color: #fff;
    text-decoration: none
}
.download-schedule-btn .icon {
    position: absolute;
    top: 50%;
    left: 25px;
    margin-top: -20px;
    font-size: 50px;
    color: inherit
}
.schedule.schedule-light {
    margin-bottom: 30px
}
.schedule.schedule-light .nav-current {
    font-family: "PT Sans Caption", Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    color: #262627
}
.schedule.schedule-light .nav.nav-schedule {
    border-style: solid;
    border-width: 1px;
    border-collapse: separate
}
.schedule.schedule-light .nav.nav-schedule>li {
    border-width: 0 1px;
    border-color: transparent #fff
}
.schedule.schedule-light .nav.nav-schedule>li:first-child {
    border-left-color: transparent
}
.schedule.schedule-light .nav.nav-schedule>li:last-child {
    border-right-color: transparent
}
.schedule.schedule-light .nav.nav-schedule>li:after {
    display: none
}
.schedule.schedule-light .nav.nav-schedule>li>a {
    padding: 24px 15px 19px;
    font-family: "PT Sans Caption", Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff
}
.schedule.schedule-light .nav.nav-schedule>li.active {
    background-color: #fff
}
.schedule.schedule-light .tab-content {
    padding: 60px
}
.schedule.schedule-light .schedule-item {
    margin-bottom: 40px;
    overflow: visible
}
.schedule.schedule-light .schedule-item .schedule-item-toggle {
    position: relative;
    margin-bottom: 0;
    display: block;
    font-size: 0;
    text-decoration: none;
    color: #000
}
.schedule.schedule-light .schedule-item .schedule-item-toggle .time {
    vertical-align: top;
    margin: 0 20.5% 0 0;
    width: 26.5%;
    text-align: right
}
.schedule.schedule-light .schedule-item .schedule-item-toggle .lecture-icon-wrapper {
    margin: 0 40px;
    position: absolute;
    top: -8px;
    left: 26.5%;
    display: inline-block;
    line-height: 38px;
    border: 0
}
.schedule.schedule-light .schedule-item .schedule-item-toggle .lecture-icon-wrapper * {
    color: #fff
}
.schedule.schedule-light .schedule-item .schedule-item-toggle .title {
    display: inline-block;
    width: 53%;
    padding: 0;
    border: 0
}
.schedule.schedule-light .schedule-item .schedule-item-body {
    margin: 0 0 0 47%
}
.schedule.schedule-light .schedule-item .schedule-item-body .speaker-name {
    display: inline-block;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: .5em
}
@media(max-width:991px) {
    .schedule .tab-content .img-responsive {
        margin: 0
    }
}
@media(max-width:767px) {
    .schedule .tab-content {
        border: 0
    }
    .schedule .tab-content-schedule {
        padding: 35px 20px
    }
    .schedule .tab-content-schedule:before {
        display: none
    }
    .schedule .tab-content-schedule .schedule-item {
        margin-bottom: 30px;
        padding-left: 75px
    }
    .schedule.schedule-light .nav.nav-schedule {
        border-color: #e9e9e9
    }
    .schedule.schedule-light .nav.nav-schedule>li {
        background-color: transparent
    }
    .schedule.schedule-light .nav.nav-schedule>li>a {
        color: #51545b
    }
    .schedule.schedule-light .tab-content {
        padding: 10px 20px 30px
    }
    .schedule.schedule-light .schedule-item {
        margin-bottom: 40px;
        overflow: visible
    }
    .schedule.schedule-light .schedule-item .schedule-item-toggle .time {
        margin: 0 0 15px;
        width: 100%;
        text-align: left
    }
    .schedule.schedule-light .schedule-item .schedule-item-toggle .lecture-icon-wrapper {
        position: absolute;
        top: 30px;
        left: 0;
        margin: 0
    }
    .schedule.schedule-light .schedule-item .schedule-item-toggle .title {
        margin: 0 0 20px;
        vertical-align: top;
        width: auto;
        padding-left: 50px
    }
    .schedule.schedule-light .schedule-item .schedule-item-body {
        margin: 0
    }
}
@media(max-width:480px) {
    .schedule .tab-content-schedule {
        padding: 35px 0
    }
    .schedule .tab-content-schedule .schedule-item {
        margin-bottom: 30px;
        padding-left: 90px
    }
    .schedule-item h6,
    .schedule-item article p {
        margin-right: 30px!important;
        display: block
    }
    .schedule .tab-content-schedule .schedule-item .lecture-icon-wrapper {
        top: 27px;
        left: 20px;
        width: 30px;
        height: 30px;
        font-size: 16px;
        line-height: 28px
    }
    .schedule .tab-content-schedule .schedule-item .schedule-item-toggle .title {
        padding-left: 40px
    }
    .schedule .tab-content-schedule .speaker-name {
        padding-left: 0;
        padding-right: 0
    }
    .speaker-photo-wrapper {
        display: none
    }
    .schedule.schedule-light .tab-content {
        padding: 10px 5px 20px
    }
    .schedule.schedule-light .schedule-item .schedule-item-toggle .lecture-icon-wrapper {
        top: 32px;
        width: 30px;
        height: 30px;
        font-size: 16px;
        line-height: 28px
    }
    .schedule.schedule-light .schedule-item .schedule-item-toggle .title {
        padding-left: 35px
    }
}
.nav-wrapper {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    position: relative
}
.nav-wrapper .nav-current {
    position: relative;
    margin: 0;
    display: none;
    width: auto;
    height: auto;
    padding: 15px 55px 10px 35px;
    border-radius: 0;
    z-index: auto;
    cursor: pointer
}
.nav-wrapper .nav-current * {
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis
}
.nav-wrapper .nav-current *:last-child {
    margin-bottom: 0
}
.nav-wrapper .nav-current:after {
    position: absolute;
    top: 50%;
    right: 20px;
    margin: -5px 0 0;
    display: inline-block;
    width: 24px;
    height: 11px;
    content: "";
    background: transparent url("assets/img/arrow-select-24x11.png") center no-repeat;
    border: 0
}
.nav.nav-tabs {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    margin-bottom: 50px;
    padding: 0 40px 13px;
    font-size: 0;
    text-align: justify;
    border-style: solid;
    border-width: 0 0 1px;
    border-color: transparent transparent #e9e9e9
}
.nav.nav-tabs:after {
    display: inline-block;
    width: 100%;
    content: ""
}
.nav.nav-tabs>li {
    float: none;
    position: relative;
    margin: 0;
    vertical-align: top;
    text-align: left;
    display: inline-block;
    font-size: 15px
}
.nav.nav-tabs>li:first-child {
    margin-left: 0
}
.nav.nav-tabs>li:before,
.nav.nav-tabs>li:after {
    position: absolute;
    bottom: -23px;
    left: 50%;
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    opacity: 0
}
.nav.nav-tabs>li:before {
    margin: 0 0 -2px -1px;
    border-width: 11px 15px 0 15px;
    border-color: #e9e9e9 transparent transparent transparent
}
.nav.nav-tabs>li:after {
    border-width: 10px 14px 0 14px;
    border-color: #fff transparent transparent transparent
}
.nav.nav-tabs>li:not(.active)>a:not(:hover):not(:focus) {
    color: #000
}
.nav.nav-tabs>li .fa {
    margin-right: 5px;
    vertical-align: text-bottom;
    font-size: 20px
}
.nav.nav-tabs>li>a {
    -webkit-transition: color .2s ease;
    -moz-transition: color .2s ease;
    -o-transition: color .2s ease;
    transition: color .2s ease;
    position: relative;
    border: 0
}
.nav.nav-tabs>li>a:hover,
.nav.nav-tabs>li>a:focus {
    background-color: transparent
}
.nav.nav-tabs>li>a .fa {
    color: inherit
}
.nav.nav-tabs>li>a h1,
.nav.nav-tabs>li>a h2,
.nav.nav-tabs>li>a h3,
.nav.nav-tabs>li>a h4,
.nav.nav-tabs>li>a h5,
.nav.nav-tabs>li>a h6,
.nav.nav-tabs>li>a .h7,
.nav.nav-tabs>li>a .h8 {
    color: inherit
}
.nav.nav-tabs>li.active:before,
.nav.nav-tabs>li.active:after {
    opacity: 1
}
.nav.nav-tabs>li.active>a,
.nav.nav-tabs>li.active>a:hover,
.nav.nav-tabs>li.active>a:focus {
    background-color: transparent;
    border: 0;
    pointer-events: none
}
.tab-content,
.tab-pane {
    zoom: 1
}
.tab-content:before,
.tab-pane:before,
.tab-content:after,
.tab-pane:after {
    content: "";
    display: table
}
.tab-content:after,
.tab-pane:after {
    clear: both
}
.tab-content {
    padding-bottom: 50px
}
.tab-content .img-responsive {
    margin: 0 auto
}
.tabs-vertical {
    zoom: 1;
    overflow: hidden;
    border: 1px solid #e9e9e9
}
.tabs-vertical:before,
.tabs-vertical:after {
    content: "";
    display: table
}
.tabs-vertical:after {
    clear: both
}
.tabs-vertical .nav.nav-tabs {
    float: left;
    position: relative;
    margin: 0;
    width: 26.7%;
    padding: 0;
    text-align: left;
    z-index: 1
}
.tabs-vertical .nav.nav-tabs:before {
    margin-top: -1px;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    display: block;
    height: 100%;
    content: "";
    border-style: solid;
    border-width: 1px 1px 0 0;
    border-color: #e9e9e9;
    z-index: -1
}
.tabs-vertical .nav.nav-tabs>li {
    margin: 0;
    width: 100%
}
.tabs-vertical .nav.nav-tabs>li:before,
.tabs-vertical .nav.nav-tabs>li:after {
    display: none
}
.tabs-vertical .nav.nav-tabs>li:not(.active) a {
    -webkit-transition: color .25s ease, background .25s ease;
    -moz-transition: color .25s ease, background .25s ease;
    -o-transition: color .25s ease, background .25s ease;
    transition: color .25s ease, background .25s ease;
    color: #fff
}
.tabs-vertical .nav.nav-tabs>li:not(.active) a * {
    color: #fff
}
.tabs-vertical .nav.nav-tabs>li a {
    border-radius: 0
}
.tabs-vertical .nav.nav-tabs>li.active a {
    border-top: 1px solid #e9e9e9;
    border-right-color: transparent
}
.tabs-vertical .nav.nav-tabs>li.active+li a {
    border-top-color: #e9e9e9
}
.tabs-vertical .nav.nav-tabs>li:first-child a {
    border-top-color: transparent
}
.tabs-vertical .nav.nav-tabs>li a {
    -webkit-transition: color .2s ease, background .2s ease;
    -moz-transition: color .2s ease, background .2s ease;
    -o-transition: color .2s ease, background .2s ease;
    transition: color .2s ease, background .2s ease;
    width: 100%;
    padding: 48px 35px 32px;
    border-top: 1px solid #fff;
    border-right: 1px solid #e9e9e9
}
.tabs-vertical .nav.nav-tabs>li p {
    margin-top: 5px;
    line-height: 1.6
}
.tabs-vertical .tab-content {
    float: right;
    width: 73.3%;
    padding: 70px 50px 60px 60px
}
@media(max-width:991px) {
    .tabs-vertical .nav.nav-tabs>li a {
        padding: 30px 20px 20px
    }
    .tabs-vertical .tab-content {
        padding: 35px 15px 20px
    }
}
@media(max-width:767px) {
    .nav, .nav.nav-tabs, .nav.nav-schedule, .schedule .tab-content .nav.nav-schedule, .tabs-vertical .nav.nav-tabs {
        -webkit-box-shadow: -1px 8px 16px 0 rgba(0, 0, 0, 0.18);
        -moz-box-shadow: -1px 8px 16px 0 rgba(0, 0, 0, 0.18);
        box-shadow: -1px 8px 16px 0 rgba(0, 0, 0, 0.18);
        float: none;
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        display: block;
        display: none;
        padding: 0;
        height: auto;
        width: auto;
        max-height: 200px;
        text-align: left;
        background-color: #fff;
        border-style: solid;
        border-width: 0 1px 1px;
        border-color: #e9e9e9;
        z-index: 5;
        overflow-x: hidden;
        overflow-y: auto;
        -webkit-overflow-scrolling: touch
    }
    .nav:before,
    .nav.nav-tabs:before,
    .nav.nav-schedule:before,
    .schedule .tab-content .nav.nav-schedule:before,
    .tabs-vertical .nav.nav-tabs:before,
    .nav:after,
    .nav.nav-tabs:after,
    .nav.nav-schedule:after,
    .schedule .tab-content .nav.nav-schedule:after,
    .tabs-vertical .nav.nav-tabs:after {
        display: none
    }
    .nav>li,
    .nav.nav-tabs>li,
    .nav.nav-schedule>li,
    .schedule .tab-content .nav.nav-schedule>li,
    .tabs-vertical .nav.nav-tabs>li {
        display: inline-block;
        width: 100%;
        border: 0;
        background-color: transparent
    }
    .nav>li:before,
    .nav.nav-tabs>li:before,
    .nav.nav-schedule>li:before,
    .schedule .tab-content .nav.nav-schedule>li:before,
    .tabs-vertical .nav.nav-tabs>li:before,
    .nav>li:after,
    .nav.nav-tabs>li:after,
    .nav.nav-schedule>li:after,
    .schedule .tab-content .nav.nav-schedule>li:after,
    .tabs-vertical .nav.nav-tabs>li:after {
        display: none
    }
    .nav>li.active,
    .nav.nav-tabs>li.active,
    .nav.nav-schedule>li.active,
    .schedule .tab-content .nav.nav-schedule>li.active,
    .tabs-vertical .nav.nav-tabs>li.active {
        border: 0;
        background-color: transparent
    }
    .nav>li.active>a,
    .nav.nav-tabs>li.active>a,
    .nav.nav-schedule>li.active>a,
    .schedule .tab-content .nav.nav-schedule>li.active>a,
    .tabs-vertical .nav.nav-tabs>li.active>a,
    .nav>li.active>a:hover,
    .nav.nav-tabs>li.active>a:hover,
    .nav.nav-schedule>li.active>a:hover,
    .schedule .tab-content .nav.nav-schedule>li.active>a:hover,
    .tabs-vertical .nav.nav-tabs>li.active>a:hover,
    .nav>li.active>a:focus,
    .nav.nav-tabs>li.active>a:focus,
    .nav.nav-schedule>li.active>a:focus,
    .schedule .tab-content .nav.nav-schedule>li.active>a:focus,
    .tabs-vertical .nav.nav-tabs>li.active>a:focus {
        background-color: inherit;
        color: #f6001c;
        border: 0;
        opacity: 1
    }
    .nav>li.active>a *,
    .nav.nav-tabs>li.active>a *,
    .nav.nav-schedule>li.active>a *,
    .schedule .tab-content .nav.nav-schedule>li.active>a *,
    .tabs-vertical .nav.nav-tabs>li.active>a *,
    .nav>li.active>a:hover *,
    .nav.nav-tabs>li.active>a:hover *,
    .nav.nav-schedule>li.active>a:hover *,
    .schedule .tab-content .nav.nav-schedule>li.active>a:hover *,
    .tabs-vertical .nav.nav-tabs>li.active>a:hover *,
    .nav>li.active>a:focus *,
    .nav.nav-tabs>li.active>a:focus *,
    .nav.nav-schedule>li.active>a:focus *,
    .schedule .tab-content .nav.nav-schedule>li.active>a:focus *,
    .tabs-vertical .nav.nav-tabs>li.active>a:focus * {
        color: inherit
    }
    .nav>li>a,
    .nav.nav-tabs>li>a,
    .nav.nav-schedule>li>a,
    .schedule .tab-content .nav.nav-schedule>li>a,
    .tabs-vertical .nav.nav-tabs>li>a,
    .nav>li:not(.active)>a,
    .nav.nav-tabs>li:not(.active)>a,
    .nav.nav-schedule>li:not(.active)>a,
    .schedule .tab-content .nav.nav-schedule>li:not(.active)>a,
    .tabs-vertical .nav.nav-tabs>li:not(.active)>a {
        display: inline-block;
        padding: 10px 15px;
        width: 100%;
        text-align: left;
        background-color: inherit;
        border: inherit;
        color: inherit
    }
    .nav>li>a:before,
    .nav.nav-tabs>li>a:before,
    .nav.nav-schedule>li>a:before,
    .schedule .tab-content .nav.nav-schedule>li>a:before,
    .tabs-vertical .nav.nav-tabs>li>a:before,
    .nav>li:not(.active)>a:before,
    .nav.nav-tabs>li:not(.active)>a:before,
    .nav.nav-schedule>li:not(.active)>a:before,
    .schedule .tab-content .nav.nav-schedule>li:not(.active)>a:before,
    .tabs-vertical .nav.nav-tabs>li:not(.active)>a:before,
    .nav>li>a:after,
    .nav.nav-tabs>li>a:after,
    .nav.nav-schedule>li>a:after,
    .schedule .tab-content .nav.nav-schedule>li>a:after,
    .tabs-vertical .nav.nav-tabs>li>a:after,
    .nav>li:not(.active)>a:after,
    .nav.nav-tabs>li:not(.active)>a:after,
    .nav.nav-schedule>li:not(.active)>a:after,
    .schedule .tab-content .nav.nav-schedule>li:not(.active)>a:after,
    .tabs-vertical .nav.nav-tabs>li:not(.active)>a:after {
        display: none
    }
    .nav>li>a:hover,
    .nav.nav-tabs>li>a:hover,
    .nav.nav-schedule>li>a:hover,
    .schedule .tab-content .nav.nav-schedule>li>a:hover,
    .tabs-vertical .nav.nav-tabs>li>a:hover,
    .nav>li:not(.active)>a:hover,
    .nav.nav-tabs>li:not(.active)>a:hover,
    .nav.nav-schedule>li:not(.active)>a:hover,
    .schedule .tab-content .nav.nav-schedule>li:not(.active)>a:hover,
    .tabs-vertical .nav.nav-tabs>li:not(.active)>a:hover,
    .nav>li>a:focus,
    .nav.nav-tabs>li>a:focus,
    .nav.nav-schedule>li>a:focus,
    .schedule .tab-content .nav.nav-schedule>li>a:focus,
    .tabs-vertical .nav.nav-tabs>li>a:focus,
    .nav>li:not(.active)>a:focus,
    .nav.nav-tabs>li:not(.active)>a:focus,
    .nav.nav-schedule>li:not(.active)>a:focus,
    .schedule .tab-content .nav.nav-schedule>li:not(.active)>a:focus,
    .tabs-vertical .nav.nav-tabs>li:not(.active)>a:focus,
    .nav>li>a:active,
    .nav.nav-tabs>li>a:active,
    .nav.nav-schedule>li>a:active,
    .schedule .tab-content .nav.nav-schedule>li>a:active,
    .tabs-vertical .nav.nav-tabs>li>a:active,
    .nav>li:not(.active)>a:active,
    .nav.nav-tabs>li:not(.active)>a:active,
    .nav.nav-schedule>li:not(.active)>a:active,
    .schedule .tab-content .nav.nav-schedule>li:not(.active)>a:active,
    .tabs-vertical .nav.nav-tabs>li:not(.active)>a:active {
        color: inherit;
        background-color: rgba(239, 241, 245, 0.4)
    }
    .nav>li>a *,
    .nav.nav-tabs>li>a *,
    .nav.nav-schedule>li>a *,
    .schedule .tab-content .nav.nav-schedule>li>a *,
    .tabs-vertical .nav.nav-tabs>li>a *,
    .nav>li:not(.active)>a *,
    .nav.nav-tabs>li:not(.active)>a *,
    .nav.nav-schedule>li:not(.active)>a *,
    .schedule .tab-content .nav.nav-schedule>li:not(.active)>a *,
    .tabs-vertical .nav.nav-tabs>li:not(.active)>a * {
        color: inherit
    }
    .nav>li>a *:last-child,
    .nav.nav-tabs>li>a *:last-child,
    .nav.nav-schedule>li>a *:last-child,
    .schedule .tab-content .nav.nav-schedule>li>a *:last-child,
    .tabs-vertical .nav.nav-tabs>li>a *:last-child,
    .nav>li:not(.active)>a *:last-child,
    .nav.nav-tabs>li:not(.active)>a *:last-child,
    .nav.nav-schedule>li:not(.active)>a *:last-child,
    .schedule .tab-content .nav.nav-schedule>li:not(.active)>a *:last-child,
    .tabs-vertical .nav.nav-tabs>li:not(.active)>a *:last-child {
        margin-bottom: 0
    }
    .nav-wrapper {
        margin-bottom: 20px
    }
    .nav-wrapper .nav-current {
        display: block
    }
    .tabs-vertical {
        overflow: visible;
        border: 0
    }
    .tabs-vertical .tab-content {
        float: none;
        width: auto;
        padding: 20px 0 30px
    }
}
.panel-group .panel {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -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
}
.panel-group .panel .panel-heading {
    -webkit-border-radius: 0;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 0;
    -moz-background-clip: padding;
    border-radius: 0;
    background-clip: padding-box;
    padding: 0;
    border: 0;
    border-bottom: 0
}
.panel-group .panel .panel-heading a {
    position: relative;
    display: block;
    width: 100%;
    padding: 15px 15px 15px 50px;
    font-size: 18px;
    line-height: 22px;
    color: #fff
}
.panel-group .panel .panel-heading a.collapsed {
    background-color: #f3f5f6;
    color: #51545b
}
.panel-group .panel .panel-heading a.collapsed:before {
    content: '+'
}
.panel-group .panel .panel-heading a:hover,
.panel-group .panel .panel-heading a.collapsed:hover {
    background-color: #e9e9e9;
    color: #393b40
}
.panel-group .panel .panel-heading a:before {
    position: absolute;
    left: 10px;
    display: inline-block;
    width: 30px;
    content: '-';
    font-size: 26px;
    font-weight: 100;
    text-align: center;
    line-height: inherit;
    color: inherit
}
.panel-group .panel .panel-heading+.panel-collapse .panel-body {
    padding: 16px 30px;
    border: 1px solid #dadfe4;
    border-top: 0
}
.panel-group .panel+.panel {
    margin-top: 8px
}
.panel-group-alt {
    line-height: 0
}
.panel-group-alt .panel+.panel {
    margin-top: 6px
}
.panel-group-alt .panel>a {
    -webkit-transition: color .2s ease, background .2s ease;
    -moz-transition: color .2s ease, background .2s ease;
    -o-transition: color .2s ease, background .2s ease;
    transition: color .2s ease, background .2s ease;
    display: block;
    padding: 12px 20px;
    font-family: "PT Sans Caption", Arial, "Helvetica Neue", Helvetica, sans-serif;
    text-transform: uppercase;
    text-decoration: none;
    letter-spacing: .22em;
    border: 1px solid transparent
}
.panel-group-alt .panel>a.collapsed {
    color: #262627;
    border-color: #eff1f5
}
.panel-group-alt .panel>a:not(.collapsed) {
    color: #fff
}
.panel-group-alt .panel>a:not(.collapsed) .fa {
    color: #fff
}
.panel-group-alt .panel>a .fa {
    -webkit-transition: color .2s ease;
    -moz-transition: color .2s ease;
    -o-transition: color .2s ease;
    transition: color .2s ease
}
.panel-group-alt .panel .panel-body {
    border-style: solid;
    border-width: 0 1px 1px;
    border-color: #e9e9e9
}
.panel-group-alt .panel .panel-body *:last-child {
    margin-bottom: 0
}
.form {
    zoom: 1;
    display: block;
    padding: 25px 12px
}
.form:before,
.form:after {
    content: "";
    display: table
}
.form:after {
    clear: both
}
.registration-form {
    margin: 0 auto;
    max-width: 370px;
    background-color: #fff
}
.registration-form-alt {
    position: relative;
    margin: 0 auto;
    padding: 15px 0 0;
    background-color: rgba(0, 0, 0, 0.15);
    border-radius: 3px
}
.newsletter-form {
    margin-left: auto;
    margin-right: auto
}
.newsletter-form fieldset {
    text-align: center
}
.mailchimp-form {
    position: relative
}
.mailchimp-form .response {
    position: absolute;
    top: 100%;
    left: 15px;
    right: 15px;
    margin-top: 5px
}
.form-mail-us {
    padding: 0 0 0 40px
}
.form-mail-us input[type="submit"].btn {
    margin-top: 30px
}
fieldset {
    position: relative;
    text-align: left
}
label {
    margin-bottom: 5px;
    display: inline-block;
    font-size: 15px;
    font-weight: 400
}
label.error {
    position: absolute;
    bottom: 0;
    margin: 0 0 2px;
    display: block;
    width: 100%;
    font-size: 11px;
    line-height: 1
}
textarea,
input[type=text],
input[type=url],
input[type=tel],
input[type=number],
input[type=color],
input[type=email],
input[type=email],
input[type=password] {
    -webkit-transition: color .2s ease, background .2s ease, border .2s ease;
    -moz-transition: color .2s ease, background .2s ease, border .2s ease;
    -o-transition: color .2s ease, background .2s ease, border .2s ease;
    transition: color .2s ease, background .2s ease, border .2s ease;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    margin: 0 0 15px;
    vertical-align: top;
    display: inline-block;
    width: 100%;
    font-size: 13px;
    color: #8d93a0;
    background-color: #fff;
    border: 1px solid #e9e9e9;
    border-radius: 2px;
    outline: 0
}
textarea:hover,
input[type=text]:hover,
input[type=url]:hover,
input[type=tel]:hover,
input[type=number]:hover,
input[type=color]:hover,
input[type=email]:hover,
input[type=email]:hover,
input[type=password]:hover,
textarea:focus,
input[type=text]:focus,
input[type=url]:focus,
input[type=tel]:focus,
input[type=number]:focus,
input[type=color]:focus,
input[type=email]:focus,
input[type=email]:focus,
input[type=password]:focus {
    color: #51545b
}
textarea:not(textarea),
input[type=text]:not(textarea),
input[type=url]:not(textarea),
input[type=tel]:not(textarea),
input[type=number]:not(textarea),
input[type=color]:not(textarea),
input[type=email]:not(textarea),
input[type=email]:not(textarea),
input[type=password]:not(textarea) {
    height: 39px;
    padding: 0 10px;
    line-height: 35px
}
textarea {
    padding: 5px 10px;
    resize: none;
    line-height: 20px;
    min-height: 120px
}
select {
    margin: 0 0 15px;
    display: inline-block;
    width: 100%;
    height: 39px;
    cursor: pointer;
    outline: 0
}
select option {
    padding: 2px 10px
}
input[type=checkbox] {
    -webkit-transition: border .15s ease;
    -moz-transition: border .15s ease;
    -o-transition: border .15s ease;
    transition: border .15s ease;
    -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-appearance: none;
    -moz-appearance: none;
    appearance: none;
    position: relative;
    margin: 0 15px 0 0;
    vertical-align: text-bottom;
    width: 23px;
    height: 23px;
    border: 1px solid #e9e9e9;
    background-color: #fff;
    cursor: pointer
}
input[type=checkbox]:hover,
input[type=checkbox]:focus {
    border-color: #dcdcdc
}
input[type=checkbox]:before {
    -webkit-transition: opacity .15s ease;
    -moz-transition: opacity .15s ease;
    -o-transition: opacity .15s ease;
    transition: opacity .15s ease;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    position: absolute;
    left: 2px;
    top: 2px;
    width: 15px;
    height: 10px;
    content: "";
    border-style: solid;
    border-width: 0 0 2px 2px;
    border-color: transparent transparent #51545b #51545b;
    border-radius: 1px;
    opacity: 0
}
input[type=checkbox]:checked:before {
    opacity: 1
}
input[type=checkbox]+p,
input[type=checkbox]+label {
    display: inline
}
input[type=file]:focus,
input[type=radio]:focus,
input[type=checkbox]:focus {
    outline: 0
}
input.btn {
    margin: 0 auto
}
.pseudo-select {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    position: relative;
    display: inline-block;
    width: 100%;
    font-size: 13px
}
.pseudo-select input {
    opacity: 0;
    position: absolute;
    pointer-events: none
}
.pseudo-select input:focus+.pseudo-select-field {
    color: #51545b
}
.pseudo-select .pseudo-select-field,
.nav-current {
    -webkit-transition: color .2s ease, background .2s ease, border .2s ease;
    -moz-transition: color .2s ease, background .2s ease, border .2s ease;
    -o-transition: color .2s ease, background .2s ease, border .2s ease;
    transition: color .2s ease, background .2s ease, border .2s ease;
    position: relative;
    margin: 0 0 15px;
    vertical-align: top;
    display: inline-block;
    width: 100%;
    height: 39px;
    padding: 0 32px 0 10px;
    font-size: 13px;
    color: #8d93a0;
    line-height: 35px;
    white-space: nowrap;
    background-color: #fff;
    border: 1px solid #e9e9e9;
    border-radius: 2px;
    z-index: 10;
    cursor: pointer;
    overflow: hidden;
    text-overflow: ellipsis
}
.pseudo-select .pseudo-select-field:hover,
.nav-current:hover {
    color: #51545b
}
.pseudo-select .pseudo-select-field:after,
.nav-current:after {
    position: absolute;
    top: 50%;
    right: 12px;
    margin-top: -2px;
    width: 0;
    height: 0;
    content: "";
    border-style: solid;
    border-width: 5px 4px 0 4px;
    border-color: #babfcc transparent transparent transparent
}
.pseudo-select .pseudo-select-dropdown {
    -webkit-box-shadow: -1px 8px 16px 0 rgba(0, 0, 0, 0.18);
    -moz-box-shadow: -1px 8px 16px 0 rgba(0, 0, 0, 0.18);
    box-shadow: -1px 8px 16px 0 rgba(0, 0, 0, 0.18);
    position: absolute;
    top: 38px;
    left: 0;
    display: none;
    min-width: 100%;
    max-width: 100%;
    max-height: 200px;
    background-color: #fff;
    border: 1px solid #e9e9e9;
    z-index: 15;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch
}
.pseudo-select .pseudo-select-dropdown-item {
    -webkit-transition: color .2s ease, background .2s ease;
    -moz-transition: color .2s ease, background .2s ease;
    -o-transition: color .2s ease, background .2s ease;
    transition: color .2s ease, background .2s ease;
    display: inline-block;
    width: 100%;
    padding: 0 11px;
    line-height: 30px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    cursor: pointer
}
.pseudo-select .pseudo-select-dropdown-item.disabled {
    opacity: .3;
    pointer-events: none;
    cursor: default
}
.pseudo-select .pseudo-select-dropdown-item:hover {
    background-color: rgba(0, 0, 0, 0.05)
}
input[type="submit"]+.loading {
    right: -10px;
    text-indent: -1px
}
button[type="submit"] .loading {
    margin: -6px 0 0 10px;
    padding: 0;
    text-indent: -2px
}
.loading {
    position: absolute;
    top: 50%;
    margin: -6px 0 0;
    display: inline-block;
    padding: 0;
    font-size: 18px;
    width: 12px;
    height: 12px;
    line-height: .7;
    color: inherit;
    -webkit-animation: spinLoader 1.2s linear infinite;
    -o-animation: spinLoader 1.2s linear infinite;
    animation: spinLoader 1.2s linear infinite;
    -webkit-transition: opacity .15s ease;
    -o-transition: opacity .15s ease;
    transition: opacity .15s ease;
    -webkit-backface-visibility: visible!important;
    backface-visibility: visible!important
}
@-webkit-keyframes spinLoader {
    from {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    to {
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}
@-o-keyframes spinLoader {
    from {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    to {
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}
@-moz-keyframes spinLoader {
    from {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    to {
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}
@keyframes spinLoader {
    from {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    to {
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}
@media(max-width:991px) {
    .form-mail-us {
        padding: 0 0 0 20px
    }
}
@media(max-width:991px) {
    .form-mail-us {
        padding: 0
    }
}
@media(max-width:767px) {
    .form-mail-us {
        padding-top: 40px
    }
    .form-mail-us [class*="col-"] {
        padding: 0
    }
}
.table {
    text-align: left;
    border-style: solid;
    border-width: 0 0 1px;
    border-color: #e9e9e9
}
.table>thead>tr>th,
.table>thead>tr>td {
    font-family: "PT Sans Caption", Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-weight: 600;
    color: #fff;
    border: none!important
}
.table>thead>tr>th,
.table>tbody>tr>th,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>tbody>tr>td,
.table>tfoot>tr>td {
    vertical-align: middle;
    padding: 15px 25px;
    border-style: solid;
    border-width: 0 1px 0 1px;
    border-color: #e9e9e9
}
.table tr:nth-child(even) {
    background: #ededef
}
@media(max-width:767px) {
    .table>thead>tr>th, .table>tbody>tr>th, .table>tfoot>tr>th, .table>thead>tr>td, .table>tbody>tr>td, .table>tfoot>tr>td {
        padding: 10px
    }
}
.thumb-wrapper {
    position: relative;
    margin: 15px 0;
    display: block;
    width: 100%;
    overflow: hidden
}
.thumb-wrapper img {
    width: 100%
}
.thumb-wrapper .overlay {
    -webkit-transition: -webkit-transform .3s ease;
    -moz-transition: -moz-transform .3s ease;
    -o-transition: -o-transform .3s ease;
    transition: -webkit-transform .3s ease, -moz-transform .3s ease, -o-transform .3s ease, transform .3s ease;
    top: auto;
    padding: 15px;
    font-size: 18px;
    font-weight: 100;
    text-align: center;
    vertical-align: middle;
    color: #fff;
    background-color: transparent;
    z-index: 1;
    cursor: pointer
}
.thumb-wrapper:hover .overlay {
    top: 0
}
.testimonial {
    margin-bottom: 15px
}
.testimonial .text-box {
    position: relative;
    margin: 0 0 13px;
    padding: 40px 30px;
    text-align: center;
    background-color: #f3f5f6;
    border: 1px solid #e9e9e9
}
.testimonial .text-box:before,
.testimonial .text-box:after {
    position: absolute;
    bottom: -30px;
    left: 48px;
    width: 0;
    height: 0;
    content: "";
    border-style: solid
}
.testimonial .text-box:before {
    border-width: 0 31px 30px 0;
    border-color: transparent #e9e9e9 transparent transparent
}
.testimonial .text-box:after {
    margin: 0 0 4px 3px;
    border-width: 0 26px 26px 0;
    border-color: transparent #f3f5f6 transparent transparent
}
.testimonial .author-block {
    position: relative;
    padding: 17px 0 0 93px;
    min-height: 70px;
    text-align: left;
    line-height: 0
}
.testimonial .author-block * {
    line-height: 1.5
}
.testimonial .author-block .photo-container {
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    position: absolute;
    top: 0;
    left: 0;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background-repeat: no-repeat;
    background-position: center
}
.testimonial .author-block .name {
    display: inline-block;
    width: 100%;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 1px;
    overflow: hidden;
    text-overflow: ellipsis
}
.testimonial .author-block .company {
    display: inline-block
}
@media(max-width:991px) {
    .testimonial .text-box {
        padding: 25px 15px
    }
    .testimonial .text-box:before,
    .testimonial .text-box:after {
        left: 35px
    }
    .testimonial .author-block {
        padding-left: 75px
    }
    .testimonial .author-block .photo-container {
        top: 10px;
        width: 60px;
        height: 60px
    }
}
@media(max-width:767px) {
    .testimonial {
        margin-bottom: 25px
    }
    .testimonial .author-block {
        min-height: 70px
    }
    .testimonial .author-block .name {
        width: 100%
    }
}
.package-column {
    -webkit-transition: background .25s ease-in-out;
    -moz-transition: background .25s ease-in-out;
    -o-transition: background .25s ease-in-out;
    transition: background .25s ease-in-out;
    position: relative;
    max-width: 369px;
    padding: 47px 15px 43px;
    text-align: center;
    border: 1px solid #e9e9e9;
    overflow: hidden
}
.package-column .sale-label {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    position: absolute;
    top: -12px;
    left: -57px;
    display: inline-block;
    width: 150px;
    padding-top: 25px;
    font-family: "PT Sans Caption", Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-weight: 700;
    font-size: 16px;
    text-align: center;
    line-height: 30px;
    color: #fff
}
.package-column .package-price {
    font-size: 70px;
    font-family: "PT Sans Caption", Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-weight: 700;
    line-height: 1;
    color: #262627
}
.package-column .package-price .currency {
    font-size: 45px;
    vertical-align: top;
    line-height: 1
}
.package-column .package-detail {
    -webkit-transition: color .2s ease;
    -moz-transition: color .2s ease;
    -o-transition: color .2s ease;
    transition: color .2s ease;
    padding: 23px 0 17px
}
.package-column .package-detail ul li {
    line-height: 29px
}
.package-column .package-detail ul li .check-icon {
    margin-right: 10px;
    color: #91d539
}
.package-column .btn {
    margin: 0!important;
    min-width: 0;
    max-width: 100%;
    text-align: center
}
.package-column.package-bright {
    padding: 23px 15px 37px
}
.package-column.package-bright .package-detail {
    padding: 17px 0 11px
}
.package-column.package-bright.special-column .package-title,
.package-column.package-bright.special-column .package-price,
.package-column.package-bright.special-column .package-detail {
    color: #fff
}
.package-column.package-bright.special-column .btn:hover,
.package-column.package-bright.special-column .btn:focus,
.package-column.package-bright.special-column .btn.hovered {
    -webkit-box-shadow: inset 0 65px 0 rgba(0, 0, 0, 0.04);
    -moz-box-shadow: inset 0 65px 0 rgba(0, 0, 0, 0.04);
    box-shadow: inset 0 65px 0 rgba(0, 0, 0, 0.04)
}
.package-column.package-bright.special-column .btn:active,
.package-column.package-bright.special-column .btn.pressed {
    -webkit-box-shadow: inset 0 65px 0 rgba(0, 0, 0, 0.08);
    -moz-box-shadow: inset 0 65px 0 rgba(0, 0, 0, 0.08);
    box-shadow: inset 0 65px 0 rgba(0, 0, 0, 0.08)
}
.package-column.package-bright.special-column .btn:hover,
.package-column.package-bright.special-column .btn:focus,
.package-column.package-bright.special-column .btn:active,
.package-column.package-bright.special-column .btn.hovered,
.package-column.package-bright.special-column .btn.pressed {
    background-color: #fff
}
.package-panel {
    position: relative;
    margin-bottom: 54px;
    max-width: 572px;
    padding: 20px 192px 20px 30px;
    text-align: left;
    border-style: solid;
    border-width: 1px
}
.package-panel .package-title {
    margin: 0 0 10px
}
.package-panel .buy-btn {
    position: absolute;
    top: -1px;
    right: -1px;
    bottom: -1px;
    width: 189px;
    text-decoration: none;
    text-align: center;
    color: #fff;
    z-index: 1
}
.package-panel .buy-btn:hover:before {
    opacity: .28
}
.package-panel .buy-btn:before {
    -webkit-transition: opacity .3s ease;
    -moz-transition: opacity .3s ease;
    -o-transition: opacity .3s ease;
    transition: opacity .3s ease;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: "";
    background-color: #fff;
    opacity: 0
}
.package-panel .buy-btn .centered {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    margin-top: -58px
}
.package-panel .buy-btn .price {
    font-size: 70px;
    margin-bottom: 24px;
    font-family: "PT Sans Caption", Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-weight: 700;
    line-height: 1
}
.package-panel .buy-btn .price .currency {
    font-size: 45px;
    vertical-align: top;
    line-height: 1
}
.package-panel .buy-btn .heading-alt {
    text-transform: uppercase;
    color: #fff
}
.package-panel .package-detail ul {
    display: inline-block
}
.package-panel .package-detail ul:first-child {
    padding-right: 40px
}
.package-panel .package-detail ul li {
    line-height: 29px
}
.package-panel .package-detail ul li .fa {
    margin-right: 10px
}
.package-panel .package-detail ul li .check-icon {
    color: #91d539
}
.package-panel .package-detail ul li .absent-icon {
    color: #ebebeb
}
.package-panel .package-detail ul li.disabled {
    color: #d9d9d9
}
@media(max-width:1199px) and (min-width:768px) {
    .package-panel .package-detail ul {
        display: block
    }
    .package-panel .package-detail ul:first-child {
        padding-right: 0
    }
}
@media(max-width:991px) and (min-width:768px) {
    .package-panel {
        margin-bottom: 40px;
        padding-right: 150px
    }
    .package-panel .buy-btn {
        width: 140px
    }
    .package-panel .buy-btn .centered {
        margin-top: -47px
    }
    .package-panel .buy-btn .price {
        margin-bottom: 14px;
        font-size: 50px
    }
}
@media(max-width:767px) {
    .package-column, .package-column.special-column, .package-column:first-child {
        margin: 0 auto 20px
    }
    .package-panel {
        margin: 0 auto 40px
    }
}
@media(max-width:480px) {
    .package-panel {
        margin-bottom: 40px;
        padding: 0
    }
    .package-panel .package-detail {
        padding: 0 20px 20px
    }
    .package-panel .package-detail ul {
        display: block
    }
    .package-panel .package-detail ul:first-child {
        padding-right: 0
    }
    .package-panel .package-title {
        padding: 20px 20px 0
    }
    .package-panel .buy-btn {
        position: static;
        top: auto;
        left: auto;
        right: auto;
        bottom: auto;
        margin: 0 -1px -1px;
        display: block;
        width: auto;
        padding: 20px 0
    }
    .package-panel .buy-btn .centered {
        position: static;
        top: auto;
        left: auto;
        right: auto;
        margin: 0
    }
    .package-panel .buy-btn .price {
        margin-bottom: 14px;
        font-size: 50px
    }
    .package-panel .buy-btn h6 {
        margin-bottom: 0
    }
}
.socials-nav {
    position: absolute;
    top: 50px;
    left: 0;
    right: 0;
    text-align: center
}
.socials-nav-item {
    margin: 0 12px;
    display: inline-block;
    width: 24px;
    font-size: 20px
}
.socials-nav-item a {
    display: inline-block;
    padding: 2px 6px
}
.socials-nav-item a:not(:hover):not(:active):not(:focus) {
    color: #fff
}
.socials-nav-item a .fa {
    color: inherit
}
@media(max-width:991px) {
    .socials-nav {
        top: 30px
    }
}
@media(max-width:767px) {
    .socials-nav {
        position: relative;
        top: auto;
        margin-top: 20px
    }
}
@media(max-width:480px) {
    .socials-nav-item {
        margin: 0 6px
    }
}
.counters-wrapper {
    font-size: 0
}
.counters-wrapper>* {
    font-size: 15px
}
.counter-block {
    margin: 16px;
    vertical-align: top;
    display: inline-block;
    width: 168px;
    height: 168px;
    text-align: center
}
.counter-block.counter-block-solid .counter-box {
    border-width: 0;
    border-color: transparent
}
.counter-block.counter-block-solid .counter-content {
    padding: 0 20px
}
.counter-block.counter-block-solid .counter-content * {
    color: #fff
}
.counter-block.counter-block-border .counter-box {
    background-color: transparent
}
.counter-block.counter-block-no-border.has-separator .counter-content>.fa:after,
.counter-block.counter-block-no-border.has-separator .counter-content>.count:after {
    position: absolute;
    top: 75px;
    right: -2px;
    width: 20px;
    height: 50px;
    display: block;
    content: ""
}
.counter-block.counter-block-no-border .counter-box {
    background-color: transparent;
    border: 0
}
.counter-block.counter-block-no-border .counter-box .counter-content {
    vertical-align: middle;
    padding: 0
}
.counter-block.counter-block-no-border .counter-box .counter-content .title {
    font-family: "PT Sans Caption", Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .6em;
    line-height: 18px
}
.counter-block.counter-block-white .counter-content * {
    color: #fff
}
.counter-box {
    display: table;
    width: 100%;
    height: 100%;
    background-color: #f3f5f6;
    border-style: solid;
    border-width: 2px;
    border-color: #000
}
.counter-box .counter-content {
    vertical-align: middle;
    display: table-cell;
    padding: 0 16px
}
.counter-box .counter-content>.count {
    display: inline-block;
    width: 100%;
    font-family: "PT Sans Caption", Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-size: 50px;
    font-weight: 700;
    line-height: 100px;
    color: #2191c4!important
}
.counter-box .counter-content>.fa {
    width: 100%;
    font-size: 78px;
    line-height: 100px
}
.counter-box .counter-content .title {
    margin: 0;
    font-size: 13px;
    line-height: 16px;
    color: #333;
    padding-left: 8px
}
@media(max-width:991px) {
    .counter-block {
        margin: 10px;
        width: 150px;
        height: 150px
    }
    .counter-box .counter-content>.fa,
    .counter-box .counter-content>.count {
        line-height: 90px
    }
    .counter-block.counter-block-no-border+.counter-block .counter-content>.fa:after,
    .counter-block.counter-block-no-border+.counter-block .counter-content>.count:after {
        left: -12px
    }
}
@media(max-width:767px) {
    .counter-block {
        margin: 5px;
        width: 114px;
        height: 114px
    }
    .counter-box .counter-content>.fa,
    .counter-box .counter-content>.count {
        font-size: 50px;
        line-height: 65px
    }
    .counter-block.counter-block-no-border+.counter-block .counter-content>.fa:after,
    .counter-block.counter-block-no-border+.counter-block .counter-content>.count:after {
        left: -7px
    }
    .counter-block.counter-block-no-border .counter-box .counter-content .title {
        letter-spacing: .3em
    }
}
@media(max-width:540px) {
    .counter-block.counter-block-no-border+.counter-block .counter-content>.fa:after, .counter-block.counter-block-no-border+.counter-block .counter-content>.count:after {
        display: none
    }
}
.gallery {
    font-size: 0
}
.gallery>* {
    font-size: 15px
}
.gallery .gallery-item {
    margin: 0 1.66666% 3.5%;
    vertical-align: top;
    display: inline-block;
    width: 30%;
    height: auto;
    overflow: hidden
}
.gallery .gallery-item img {
    display: block;
    width: 100%;
    height: auto
}
.gallery.masonry .masonry-item {
    line-height: 0
}
.gallery.masonry .masonry-item img {
    margin: 0;
    width: 100%;
    display: inline-block
}
.gallery.light-slider {
    -webkit-transition: min-height .5s linear;
    -moz-transition: min-height .5s linear;
    -o-transition: min-height .5s linear;
    transition: min-height .5s linear;
    zoom: 1;
    position: relative;
    padding-left: 50%;
    border: 2px solid #eff1f5
}
.gallery.light-slider:before,
.gallery.light-slider:after {
    content: "";
    display: table
}
.gallery.light-slider:after {
    clear: both
}
.gallery.light-slider .img-slider-wrapper {
    position: absolute;
    top: -2px;
    left: -2px;
    bottom: -2px;
    width: 50%;
    overflow: hidden
}
.gallery.light-slider .img-slider-wrapper .bx-wrapper,
.gallery.light-slider .img-slider-wrapper .bx-viewport,
.gallery.light-slider .img-slider-wrapper .img-slider,
.gallery.light-slider .img-slider-wrapper .img-slider>li {
    height: 100%
}
.gallery.light-slider .img-slider-wrapper .bx-viewport {
    min-height: 100%;
    max-height: 100%
}
.gallery.light-slider .img-slider-wrapper .img-slider>li {
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center
}
.gallery.light-slider .description-slider-wrapper {
    text-align: left
}
.gallery.light-slider .description-slider-wrapper .bx-wrapper {
    padding-bottom: 65px
}
.gallery.light-slider .description-slider-wrapper .description-slider>li {
    min-height: 320px;
    padding: 65px 65px 25px 55px;
    background-color: #fff
}
.gallery.light-slider .description-slider-wrapper .bx-pager {
    position: absolute;
    bottom: 40px;
    left: 50%;
    margin-left: 52px;
    z-index: 30;
    line-height: 0
}
.gallery.light-slider .description-slider-wrapper .bx-pager-item {
    margin-right: 9px;
    vertical-align: top;
    display: inline-block
}
.gallery.light-slider .description-slider-wrapper .bx-pager-item:last-child {
    margin-right: 0
}
.gallery.light-slider .description-slider-wrapper .bx-pager-link {
    -webkit-transition: background .2s ease;
    -moz-transition: background .2s ease;
    -o-transition: background .2s ease;
    transition: background .2s ease;
    display: inline-block;
    width: 20px;
    height: 20px;
    font-size: 0;
    padding: 3px;
    text-indent: -100px;
    background-color: #e9e9e9;
    background-clip: content-box;
    border-radius: 50%
}
.gallery.light-slider .description-slider-wrapper .bx-pager-link:not(.active):hover {
    background-color: #d0d0d0
}
.gallery-thumb-link {
    position: relative;
    display: inline-block;
    overflow: hidden
}
.gallery-thumb-link:hover:before,
.gallery-thumb-link:active:before {
    opacity: 1
}
.gallery-thumb-link:hover:after,
.gallery-thumb-link:active:after {
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
    opacity: 1
}
.gallery-thumb-link:active:after {
    -webkit-box-shadow: 0 0 30px 4px #f6001c;
    -moz-box-shadow: 0 0 30px 4px #f6001c;
    box-shadow: 0 0 30px 4px #f6001c
}
.gallery-thumb-link:before {
    -webkit-transition: opacity .25s ease-out;
    -moz-transition: opacity .25s ease-out;
    -o-transition: opacity .25s ease-out;
    transition: opacity .25s ease-out;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: "";
    background-color: rgba(0, 0, 0, 0.6);
    opacity: 0;
    z-index: 1
}
.gallery-thumb-link:after {
    -webkit-box-shadow: 0 0 0 0 rgba(254, 73, 24, 0.5);
    -moz-box-shadow: 0 0 0 0 rgba(254, 73, 24, 0.5);
    box-shadow: 0 0 0 0 rgba(254, 73, 24, 0.5);
    -webkit-transition: -webkit-box-shadow .2s ease-out, opacity .25s ease-out, -webkit-transform .25s ease-out;
    -moz-transition: -moz-box-shadow .2s ease-out, opacity .25s ease-out, -moz-transform .25s ease-out;
    -o-transition: box-shadow .2s ease-out, opacity .25s ease-out, -o-transform .25s ease-out;
    transition: box-shadow .2s ease-out, opacity .25s ease-out, -webkit-transform .25s ease-out, -moz-transform .25s ease-out, -o-transform .25s ease-out, transform .25s ease-out;
    -webkit-transform: scale(0.1, 0.1);
    -moz-transform: scale(0.1, 0.1);
    -o-transform: scale(0.1, 0.1);
    -ms-transform: scale(0.1, 0.1);
    transform: scale(0.1, 0.1);
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -30px 0 0 -30px;
    display: inline-block;
    width: 60px;
    height: 60px;
    font: normal normal normal 14px/1 FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 24px;
    text-align: center;
    line-height: 59px;
    color: #fff;
    content: "\f002";
    border-radius: 50%;
    opacity: 0;
    z-index: 2
}
.full-width-img {
    display: block;
    width: 100%;
    height: auto
}
@media(max-width:991px) {
    .gallery.light-slider .description-slider-wrapper .description-slider>li {
        padding: 35px 25px 15px
    }
    .gallery.light-slider .description-slider-wrapper .bx-wrapper {
        padding-bottom: 45px
    }
    .gallery.light-slider .description-slider-wrapper .bx-pager {
        bottom: 20px;
        margin-left: 24px
    }
}
@media(max-width:767px) {
    .gallery.light-slider {
        -webkit-transition: none;
        -moz-transition: none;
        -o-transition: none;
        transition: none;
        padding-left: 0;
        max-width: 600px;
        margin-left: auto;
        margin-right: auto
    }
    .gallery.light-slider .img-slider-wrapper {
        position: static;
        top: auto;
        bottom: auto;
        left: auto;
        width: auto
    }
    .gallery.light-slider .img-slider-wrapper .bx-wrapper,
    .gallery.light-slider .img-slider-wrapper .bx-viewport,
    .gallery.light-slider .img-slider-wrapper .img-slider {
        height: 400px!important;
        min-height: 0!important;
        background-color: #262627
    }
    .gallery.light-slider .img-slider-wrapper .img-slider>li {
        -webkit-background-size: contain;
        -moz-background-size: contain;
        background-size: contain
    }
    .gallery.light-slider .description-slider-wrapper .description-slider>li {
        min-height: 240px;
        padding: 50px 20px 20px
    }
    .gallery.light-slider .description-slider-wrapper .bx-wrapper {
        position: relative;
        padding: 0
    }
    .gallery.light-slider .description-slider-wrapper .bx-pager {
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        top: 10px;
        left: 50%;
        bottom: auto;
        margin: 0
    }
}
@media(max-width:480px) {
    .gallery.light-slider .img-slider-wrapper .bx-wrapper, .gallery.light-slider .img-slider-wrapper .bx-viewport, .gallery.light-slider .img-slider-wrapper .img-slider {
        height: 280px!important
    }
    .gallery .gallery-item {
        margin: 0 2% 4%;
        width: 42%
    }
    .gallery-thumb-link:after {
        margin: -23px 0 0 -23px;
        width: 46px;
        height: 46px;
        font-size: 20px;
        line-height: 44px
    }
}
.speaker {
    margin-bottom: 40px;
    text-align: center
}
.speaker .photo-wrapper {
    margin: 0 auto 20px;
    display: inline-block;
    max-width: 100%
}
.speaker .photo-wrapper.rounded {
    border-radius: 50%;
    overflow: hidden
}
.speaker .photo-wrapper img {
    display: block;
    max-width: 100%
}
.speaker .name {
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 18px;
    letter-spacing: 1px;
    color: #333
}
.speaker .name+p small {
    font-size: 14px
}
.speaker .about {
    padding: 0 15px
}
.speaker .speaker-socials>li {
    padding: 0 10px;
    display: inline-block;
    text-align: center
}
.speaker .speaker-socials>li a {
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    transition: none;
    display: inline-block
}
.speaker .speaker-socials>li a:not(:hover):not(:focus):not(:active) .fa {
    background-color: transparent;
    border-color: #e9e9e9
}
.speaker .speaker-socials>li a:hover .fa,
.speaker .speaker-socials>li a:focus .fa,
.speaker .speaker-socials>li a:active .fa {
    color: #fff
}
.speaker .speaker-socials>li .fa {
    -webkit-transition: color .2s ease, background .2s ease, border .2s ease;
    -moz-transition: color .2s ease, background .2s ease, border .2s ease;
    -o-transition: color .2s ease, background .2s ease, border .2s ease;
    transition: color .2s ease, background .2s ease, border .2s ease;
    width: 30px;
    height: 30px;
    line-height: 27px;
    border-radius: 50%;
    border: 2px solid
}
.speakers.masonry.width720 .masonry-item {
    width: 49.5%;
    padding: 15px 15px
}
.speakers.masonry.width400 .masonry-item {
    width: 100%;
    padding: 15px 0
}
.speakers.masonry .masonry-item {
    vertical-align: top;
    padding: 10px 15px;
    text-align: left
}
.speakers.masonry .speaker-top {
    position: relative;
    margin-bottom: 15px;
    padding-left: 85px;
    min-height: 70px
}
.speakers.masonry .speaker-top .speaker-title {
    vertical-align: bottom;
    display: table-cell;
    height: 45px;
    padding-bottom: 2px
}
.speakers.masonry .speaker-top .name {
    margin: 0
}
.speakers.masonry .speaker-top .name+p {
    margin: 0;
    line-height: 16px
}
.speakers.masonry .speaker-top .photo-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 70px;
    height: 70px
}
.speakers.masonry .speaker-top .speaker-socials>li {
    padding: 0 10px 0 0
}
.speakers.masonry .speaker-top .speaker-socials>li .fa {
    width: 20px;
    height: 20px;
    font-size: 11px;
    line-height: 18px
}
.speakers.masonry .about {
    margin: 0;
    padding: 0
}
@media(max-width:480px) {
    .speakers.masonry .speaker-top {
        padding-left: 60px;
        min-height: 50px
    }
    .speakers.masonry .speaker-top .photo-wrapper {
        top: 5px;
        width: 50px;
        height: 50px
    }
}
.sponsors {
    font-size: 0;
    line-height: 0
}
.sponsor {
    margin: 15px;
    display: inline-block
}
.sponsor:not(.inline) {
    position: relative;
    vertical-align: top;
    border: 2px solid #e9e9e9
}
.sponsor:not(.inline) img {
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    max-width: 80%;
    max-height: 80%
}
.sponsor:not(.inline):not(.big) {
    width: 160px;
    height: 160px
}
.sponsor.big {
    width: 255px;
    height: 255px
}
.sponsor.inline {
    vertical-align: middle
}
@media(max-width:1199px) {
    .sponsor: not(.inline): not(.big) {
        margin: 8px;
        width: 140px;
        height: 140px
    }
    .sponsor.big {
        margin: 15px;
        width: 205px;
        height: 205px
    }
}
@media(max-width:991px) {
    .sponsor: not(.inline): not(.big) {
        margin: 5px;
        width: 110px;
        height: 110px
    }
    .sponsor.big {
        margin: 10px;
        width: 160px;
        height: 160px
    }
}
@media(max-width:767px) {
    .inline {
        margin: 10px
    }
}
@media(max-width:480px) {
    .sponsor: not(.inline): not(.big) {
        margin: 5px;
        width: 80px;
        height: 80px
    }
    .sponsor.big {
        margin: 10px;
        width: 115px;
        height: 115px
    }
}
.map {
    min-height: 260px
}
.contacts-wrapper-color {
    position: relative;
    padding: 58px 0 40px;
    border-style: solid;
    border-width: 2px 0;
    border-color: #e9e9e9
}
.contacts-wrapper-color:before {
    position: absolute;
    top: -2px;
    bottom: -2px;
    left: 0;
    width: 50%;
    content: "";
    z-index: 0
}
.contacts-wrapper-color .contacts {
    padding: 0 40px 0 0
}
.contacts-wrapper-color .contacts .list {
    font-size: 0
}
.contacts-wrapper-color .contacts .list>li {
    margin: 12px 0;
    vertical-align: top;
    display: inline-block;
    width: 50%;
    font-size: 15px
}
.contacts-wrapper-color .contacts .list>li .fa:first-child {
    vertical-align: text-bottom;
    width: 26px;
    font-size: 24px;
    text-align: center
}
.contacts-wrapper {
    position: relative
}
.contacts-on-map-container {
    position: static
}
.contacts-on-map {
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute;
    top: 50%;
    background-color: #fff;
    z-index: 100;
    padding: 50px 70px
}
.contacts-on-map .list {
    font-size: 15px
}
.contacts-on-map .list>li {
    margin: 12px 0
}
.contacts-on-map .list>li .fa:first-child {
    vertical-align: text-bottom;
    width: 26px;
    font-size: 24px;
    text-align: center
}
.balloon {
    text-align: left
}
.balloon .name {
    font-family: "PT Sans Caption", Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-size: 15px;
    font-weight: 700;
    line-height: 20px
}
.balloon .rating {
    padding: 0;
    font-size: 20px
}
.balloon .rating>li {
    margin: 0;
    line-height: 20px
}
.balloon .rating>li .fa {
    margin: 0;
    width: auto;
    color: #ffc52a
}
.balloon .address,
.balloon .phone {
    margin: 3px 0 0;
    font-size: 13px;
    line-height: 18px
}
@media(max-width:1199px) {
    .contacts-wrapper-color .contacts .list>li {
        margin: 7px 0;
        width: 100%
    }
}
@media(max-width:991px) {
    .contacts-on-map {
        padding: 30px 40px
    }
    .contacts-wrapper-color .contacts {
        padding: 0 20px 0 0
    }
}
@media(max-width:767px) {
    .contacts-on-map {
        -webkit-transform: none;
        -moz-transform: none;
        -o-transform: none;
        -ms-transform: none;
        transform: none;
        position: static;
        padding: 15px 15px 0
    }
    .contacts-wrapper-color {
        padding: 30px 0
    }
    .contacts-wrapper-color:before {
        bottom: auto;
        right: 0;
        left: 0;
        width: 100%;
        height: 550px
    }
    .contacts-wrapper-color .contacts {
        padding: 0
    }
}
@media(max-width:480px) {
    .contacts-on-map {
        padding: 15px 0
    }
    .contacts-wrapper [class*="col-"],
    .contacts-wrapper-color [class*="col-"] {
        padding: 0
    }
}
.ytp-player-background {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-position: center!important
}
.ytp-player-background.no-video-bg .video-conrols {
    display: none
}
.ytp-player-background>*:not(.mbYTP_wrapper):not(.video-conrols) {
    z-index: 1
}
.ytp-player-background .video-conrols {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0
}
.ytp-player-background .video-conrols .yt-play-btn-big {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -41px 0 0 -28px;
    display: block;
    width: 56px;
    height: 82px;
    cursor: pointer;
    z-index: 999
}
.ytp-player-background .video-conrols .bottom {
    position: absolute;
    bottom: 8px;
    left: 0;
    right: 0;
    height: 42px;
    text-align: center
}
.ytp-player-background .video-conrols .bottom .controls-container:hover,
.ytp-player-background .video-conrols .bottom:hover .controls-container {
    opacity: 1
}
.ytp-player-background .controls-container {
    -webkit-transition: opacity .3s ease;
    -moz-transition: opacity .3s ease;
    -o-transition: opacity .3s ease;
    transition: opacity .3s ease;
    position: relative;
    padding: 11px 13px;
    text-align: left;
    background-color: rgba(0, 0, 0, 0.1);
    opacity: .3;
    z-index: 999
}
.ytp-player-background .controls-container.center {
    display: inline-block
}
.ytp-player-background .controls-container.left,
.ytp-player-background .controls-container.right {
    display: block
}
.ytp-player-background .controls-container.left {
    float: left
}
.ytp-player-background .controls-container.right {
    float: right
}
.ytp-player-background .controls-container>* {
    height: 20px
}
.ytp-player-background .controls-container i {
    position: relative;
    margin-right: 20px;
    display: inline-block;
    width: 20px;
    cursor: pointer
}
.ytp-player-background .controls-container i:before,
.ytp-player-background .controls-container i:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    display: block
}
.ytp-player-background .controls-container .yt-play-toggle:before {
    opacity: 1;
    background-position: 0 0
}
.ytp-player-background .controls-container .yt-play-toggle:after {
    opacity: 0;
    background-position: 0 -20px
}
.ytp-player-background .controls-container .yt-play-toggle.active:before {
    opacity: 0
}
.ytp-player-background .controls-container .yt-play-toggle.active:after {
    opacity: 1
}
.ytp-player-background .controls-container .yt-mute-toggle:before {
    opacity: 1;
    background-position: -20px 0
}
.ytp-player-background .controls-container .yt-mute-toggle:after {
    opacity: 0;
    background-position: -20px -20px
}
.ytp-player-background .controls-container .yt-mute-toggle.active:before {
    opacity: 0
}
.ytp-player-background .controls-container .yt-mute-toggle.active:after {
    opacity: 1
}
.ytp-player-background .controls-container .yt-volume-slider {
    display: inline-block;
    width: 90px;
    position: relative
}
.ytp-player-background .controls-container .yt-volume-slider:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    margin-top: -3px;
    display: block;
    height: 6px;
    background-color: #f6f6f6;
    border-radius: 3px
}
.ytp-player-background .controls-container .yt-volume-slider .ui-slider-handle {
    -webkit-transition: left .1s ease;
    -moz-transition: left .1s ease;
    -o-transition: left .1s ease;
    transition: left .1s ease;
    position: absolute;
    top: 2px;
    margin-left: -8px;
    display: block;
    width: 16px;
    height: 16px;
    background-color: #fff;
    border-radius: 50%;
    cursor: pointer;
    outline: 0
}
.ytp-player-background .controls-container .yt-volume-slider .ui-slider-range {
    -webkit-transition: width .1s ease;
    -moz-transition: width .1s ease;
    -o-transition: width .1s ease;
    transition: width .1s ease;
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -3px;
    height: 6px;
    border-radius: 3px 0 0 3px
}
.header {
    position: relative;
    line-height: 1.5625;
    z-index: 1000
}
.header.header-black .header-wrapper {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    background-color: #fff;
    border-bottom: 1px solid #e9e9e9
}
.header.header-black .navigation-link {
    color: #333
}
.header.header-black .dropdown-menu {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    background-color: #262627
}
.header.header-color .header-wrapper {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none
}
.header.header-color .navigation-header .logo {
    color: #fff
}
.header.header-color .navbar-toggle .icon-bar {
    background-color: #fff
}
.header.header-color .dropdown-menu {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none
}
.header.header-color .navigation-link.active {
    border-color: #fff!important;
    border: none!important
}
.header.fixed .header-wrapper {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1000
}
.header .fade-in-on-stick {
    display: none
}
.header .buy-btn {
    margin: 29px 0 0
}
.header-wrapper {
    -webkit-box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.18);
    -moz-box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.18);
    box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.18);
    zoom: 1;
    height: 100px;
    padding: 0;
    background-color: #fff
}
.header-wrapper:before,
.header-wrapper:after {
    content: "";
    display: table
}
.header-wrapper:after {
    clear: both
}
.navigation-header {
    zoom: 1;
    display: inline-block;
    padding: 29px 0 0
}
.navigation-header:before,
.navigation-header:after {
    content: "";
    display: table
}
.navigation-header:after {
    clear: both
}
.navigation-header .logo {
    display: inline-block;
    padding: 7px 0 0 0;
    font-family: "PT Sans Caption", Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-size: 23px;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: none
}
.navigation-header .buy-btn {
    margin: 9px 0 0
}
.navbar-toggle {
    border: 0;
    z-index: 100
}
.navbar-toggle .icon-bar {
    -webkit-transition: background .2s ease, color .2s ease;
    -moz-transition: background .2s ease, color .2s ease;
    -o-transition: background .2s ease, color .2s ease;
    transition: background .2s ease, color .2s ease;
    width: 25px
}
.navbar-toggle .icon-bar+.icon-bar {
    margin-top: 9px
}
.navigation-list {
    text-align: left
}
.navigation-item,
.menu-item {
    margin-left: 21px;
    display: inline-block;
    padding: 40px 0 16px;
    font-weight: 900
}
.navigation-item:first-child,
.menu-item:first-child {
    margin-left: 0
}
.dropdown-toggle {
    position: relative
}
.dropdown-toggle:after {
    position: absolute;
    top: 50%;
    margin-top: -3px;
    margin-left: 30px;
    vertical-align: middle;
    display: none;
    width: 0;
    height: 0;
    content: "";
    border-style: solid;
    border-width: 5px 4.5px 0 4.5px;
    border-left-color: transparent;
    border-right-color: transparent;
    border-bottom-color: transparent
}
.dropdown-menu {
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding-box;
    background-clip: padding-box;
    -webkit-box-shadow: -1px 4px 20px 0 rgba(0, 0, 0, 0.18);
    -moz-box-shadow: -1px 4px 20px 0 rgba(0, 0, 0, 0.18);
    box-shadow: -1px 4px 20px 0 rgba(0, 0, 0, 0.18);
    -webkit-transition: color .2s ease;
    -moz-transition: color .2s ease;
    -o-transition: color .2s ease;
    transition: color .2s ease;
    float: none;
    position: absolute;
    top: 100%;
    left: 0;
    margin: -1px 0 0 -40px;
    min-width: 0;
    padding: 0;
    list-style: none;
    font-size: inherit;
    color: #000;
    border: 0;
    border-radius: 0;
    overflow-x: hidden;
    overflow-y: auto
}
.dropdown-menu .navigation-item,
.dropdown-menu .menu-item {
    margin: 0;
    width: 100%;
    padding: 0
}
.dropdown-menu .navigation-link {
    padding: 15px 40px;
    font-weight: 700;
    color: #262627;
    border: 0
}
.dropdown-menu .navigation-link:hover,
.dropdown-menu .navigation-link:focus,
.dropdown-menu .navigation-link:active {
    background-color: rgba(243, 245, 246, 0.1)
}
.navigation-link {
    -webkit-transition: color .15s ease, background .15s ease, border .15s ease, opacity .15s ease;
    -moz-transition: color .15s ease, background .15s ease, border .15s ease, opacity .15s ease;
    -o-transition: color .15s ease, background .15s ease, border .15s ease, opacity .15s ease;
    transition: color .15s ease, background .15s ease, border .15s ease, opacity .15s ease;
    display: inline-block;
    padding: 7px 0;
    font-family: "PT Sans Caption", Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #262627;
    border-style: solid;
    border-width: 0 0 2px;
    border-color: transparent;
    cursor: pointer
}
.navigation-link.dropdown-toggle {
    min-width: 0
}
.navigation-link:hover,
.navigation-link:active,
.navigation-link:focus,
.navigation-link.active {
    text-decoration: none
}
.navbar-collapse {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    padding: 0
}
@media(max-width:1199px) {
    .navigation-item, .menu-item {
        margin-left: 10px
    }
    .navigation-link {
        letter-spacing: .13em
    }
}
@media(min-width:768px) and (max-width:991px) {
    .header .navigation-list {
        padding-left: 15px
    }
    .header .buy-btn {
        min-width: 0;
        padding: 9px 14px 7px!important;
        font-size: 0
    }
    .header .buy-btn:before {
        display: inline-block;
        font: normal normal normal 20px/1 FontAwesome;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        content: "\f07a"
    }
}
@media(min-width:768px) {
    .dropdown .dropdown-menu, .dropdown.open .dropdown-menu {
        display: none
    }
    .dropdown:hover .dropdown-menu,
    .dropdown.open:hover .dropdown-menu {
        display: block
    }
}
@media(min-width:768px) and (max-width:991px) {
    .navigation-link {
        letter-spacing: .05em
    }
}
@media(min-width:768px) {
    .header: not(.header-color): not(.header-black) .navbar-collapse {
        background-color: #fff
    }
    .header.header-color .navigation-link {
        color: #fff
    }
    .header.header-color .navbar-collapse .buy-btn {
        border-color: #fff
    }
    .header.header-color .navbar-collapse .buy-btn:not(:hover):not(:focus):not(:active):not(.hovered):not(.pressed) {
        color: #fff
    }
    .header.header-color .navbar-collapse .buy-btn:hover,
    .header.header-color .navbar-collapse .buy-btn:focus,
    .header.header-color .navbar-collapse .buy-btn:active,
    .header.header-color .navbar-collapse .buy-btn.hovered,
    .header.header-color .navbar-collapse .buy-btn.pressed {
        color: #f6001c;
        background-color: #fff
    }
}
@media(max-width:767px) {
    .header {
        position: fixed;
        top: 0;
        right: 0;
        left: 0;
        z-index: 1000;
        height: 91px
    }
    .header .fade-in-on-stick {
        display: inline-block
    }
    .header .buy-btn {
        float: none!important;
        margin-top: 0!important
    }
    .header.header-color .dropdown.open .dropdown-toggle {
        background-color: rgba(0, 0, 0, 0.04)
    }
    .header.header-color .dropdown-menu .navigation-link,
    .header.header-color .dropdown-menu .navigation-link:not(.active):not(:hover):not(:focus):not(:active) {
        color: #fff
    }
    .header.header-black .dropdown.open .dropdown-toggle {
        color: #fff;
        background-color: #3a3a3b
    }
    .header.header-black .dropdown.open .dropdown-toggle:not(.active):not(:hover):not(:focus):not(:active) {
        color: #fff
    }
    .header.header-black .dropdown-menu .navigation-link:not(.active):not(:hover):not(:focus):not(:active) {
        color: #fff
    }
    .header:not(.header-color):not(.header-black) .navigation-list>.navigation-item>.navigation-link,
    .header:not(.header-color):not(.header-black) .navigation-list>.menu-item>.navigation-link,
    .header:not(.header-color):not(.header-black) .navigation-list>.navigation-item>.navigation-link:not(.active):not(:hover):not(:focus):not(:active),
    .header:not(.header-color):not(.header-black) .navigation-list>.menu-item>.navigation-link:not(.active):not(:hover):not(:focus):not(:active) {
        color: #fff
    }
    .header:not(.header-color):not(.header-black) .navigation-list>.navigation-item>.navigation-link:hover,
    .header:not(.header-color):not(.header-black) .navigation-list>.navigation-item>.navigation-link:not(.active):not(:hover):not(:focus):not(:active):hover,
    .header:not(.header-color):not(.header-black) .navigation-list>.navigation-item>.navigation-link:focus,
    .header:not(.header-color):not(.header-black) .navigation-list>.navigation-item>.navigation-link:not(.active):not(:hover):not(:focus):not(:active):focus,
    .header:not(.header-color):not(.header-black) .navigation-list>.navigation-item>.navigation-link:active,
    .header:not(.header-color):not(.header-black) .navigation-list>.navigation-item>.navigation-link:not(.active):not(:hover):not(:focus):not(:active):active,
    .header:not(.header-color):not(.header-black) .navigation-list>.menu-item>.navigation-link:hover,
    .header:not(.header-color):not(.header-black) .navigation-list>.menu-item>.navigation-link:not(.active):not(:hover):not(:focus):not(:active):hover,
    .header:not(.header-color):not(.header-black) .navigation-list>.menu-item>.navigation-link:focus,
    .header:not(.header-color):not(.header-black) .navigation-list>.menu-item>.navigation-link:not(.active):not(:hover):not(:focus):not(:active):focus,
    .header:not(.header-color):not(.header-black) .navigation-list>.menu-item>.navigation-link:active,
    .header:not(.header-color):not(.header-black) .navigation-list>.menu-item>.navigation-link:not(.active):not(:hover):not(:focus):not(:active):active {
        background-color: rgba(243, 245, 246, 0.1)
    }
    .header:not(.header-color):not(.header-black) .dropdown .dropdown-toggle:after {
        border-top-color: #fff
    }
    .header:not(.header-color):not(.header-black) .dropdown.open .dropdown-toggle {
        background-color: rgba(255, 255, 255, 0.26)
    }
    .header:not(.header-color):not(.header-black) .dropdown.open .dropdown-toggle:hover,
    .header:not(.header-color):not(.header-black) .dropdown.open .dropdown-toggle:focus,
    .header:not(.header-color):not(.header-black) .dropdown.open .dropdown-toggle:active {
        background-color: rgba(255, 255, 255, 0.26)
    }
    .header-wrapper {
        height: auto;
        min-height: 90px
    }
    .header-wrapper>.container {
        padding: 0
    }
    .navigation-header {
        padding: 18px 15px 13px 35px
    }
    .navigation-header .logo {
        padding: 12px 0
    }
    .navigation-container {
        padding: 0;
        text-align: center
    }
    .navbar-collapse {
        max-height: none;
        background-color: #fff;
        padding: 30px 0;
        max-height: 100px
    }
    .navbar-collapse.in,
    .navbar-collapse.collapsing {
        -webkit-box-shadow: -1px 4px 20px 0 rgba(0, 0, 0, 0.18);
        -moz-box-shadow: -1px 4px 20px 0 rgba(0, 0, 0, 0.18);
        box-shadow: -1px 4px 20px 0 rgba(0, 0, 0, 0.18)
    }
    .navigation-list {
        float: none!important;
        text-align: center
    }
    .navigation-item,
    .menu-item {
        margin: 0;
        display: block;
        padding: 0
    }
    .dropdown:not(.open):hover .dropdown-menu {
        display: none
    }
    .dropdown-toggle {
        -webkit-transition: background .2s ease;
        -moz-transition: background .2s ease;
        -o-transition: background .2s ease;
        transition: background .2s ease
    }
    .dropdown-toggle:after {
        display: inline-block
    }
    .dropdown-menu {
        position: static;
        margin: 0
    }
    .dropdown-menu .navigation-link {
        padding: 24px 40px 23px
    }
    .navigation-link {
        display: block;
        padding: 18px 0 18px;
        font-size: 15px;
        text-transform: none;
        border: 0
    }
    .navigation-link:not(.active):not(:hover):not(:focus):not(:active) {
        color: #262627
    }
}
@media(max-width:480px) {
    .header .buy-btn {
        display: none
    }
}
.footer {
    padding: 50px 0 30px 0;
    color: #fff;
    background-color: #3f4143
}
.footer-base {
    padding: 40px 0 30px;
    background-color: #1f2125;
    text-align: left
}
.footer-nav>li {
    margin-right: 25px;
    display: inline-block
}
.footer-nav>li:last-child {
    margin-right: 0
}
.footer-nav>li a {
    font-family: "PT Sans Caption", Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-size: 11px;
    font-weight: 700;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: .3em
}
.footer-nav>li a:not(:hover):not(:focus):not(:active) {
    color: #fff
}
.footer .socials-nav {
    position: static;
    top: auto;
    left: auto;
    right: auto;
    display: inline-block;
    width: auto;
    text-align: right
}
.footer .socials-nav .socials-nav-item {
    margin: 0 8px;
    line-height: 1
}
.footer .socials-nav+p {
    margin: 0 0 0 15px;
    vertical-align: top;
    display: inline-block;
    line-height: 25px
}
.widget-head .fa {
    margin-right: 5px
}
.about-widget img {
    margin: 20px 0 30px;
    display: inline-block;
    max-width: 100%;
    height: auto
}
.footer .about-widget img {
    margin: 0 0 10px 0
}
.twitter-widget {
    margin: 0 0 30px
}
.twitter-widget .tweet {
    margin-bottom: 20px
}
.twitter-widget .tweet-text {
    margin-bottom: 5px;
    line-height: 21px
}
.instagram-widget .instagram-list {
    margin: 0 -14px 30px;
    max-width: 450px;
    padding: 5px 0;
    font-size: 0;
    line-height: 0
}
.instagram-widget .instagram-list>li {
    display: inline-block;
    width: 33.33333%;
    padding: 14px
}
@media(max-width:991px) and (min-width:768px) {
    .footer .socials-nav {
        margin-left: -20px
    }
    .footer .socials-nav .socials-nav-item {
        margin: 0 2px
    }
    .footer .socials-nav+p {
        margin: 0 0 0 10px
    }
}
@media(max-width:991px) {
    .footer-nav>li {
        margin-right: 0;
        width: 100%
    }
    .footer .socials-nav {
        margin: 20px 0 20px -12px;
        width: 100%;
        text-align: left
    }
    .footer .socials-nav .socials-nav-item {
        margin: 0 6px
    }
    .footer .socials-nav+p {
        margin: 0
    }
}
.back-to-top {
    -webkit-transition: opacity .5s ease;
    -moz-transition: opacity .5s ease;
    -o-transition: opacity .5s ease;
    transition: opacity .5s ease;
    position: fixed;
    right: 20px;
    bottom: 20px;
    display: none;
    width: 40px;
    height: 40px;
    font-size: 12px;
    text-align: center;
    line-height: 40px;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.8);
    cursor: pointer;
    z-index: 9999;
    opacity: .4
}
.back-to-top:hover {
    opacity: 1
}
.modal-window {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: none;
    cursor: default;
    z-index: 9999
}
.modal-window:not(.base-clr-bg) {
    background-color: rgba(255, 255, 255, 0.9)
}
.modal-box {
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -webkit-box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.12);
    -moz-box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.12);
    box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.12);
    position: relative;
    margin: 0 auto;
    display: block;
    width: 64%;
    max-width: 100%;
    max-height: 100%;
    overflow-y: auto;
    overflow-x: hidden;
    padding: 40px 30px 25px;
    border: 1px solid #e9e9e9;
    background-repeat: no-repeat;
    background-position: center
}
.modal-box:not(.base-clr-bg) {
    background-color: #fff
}
.modal-box.light-text .close-btn,
.modal-box.footer .close-btn {
    color: #fff
}
.modal-box.light-text .close-btn:not(:hover),
.modal-box.footer .close-btn:not(:hover) {
    color: #fff
}
.modal-box.light-text .close-btn:hover,
.modal-box.footer .close-btn:hover {
    opacity: .8
}
.modal-box .form-group {
    margin-bottom: 20px
}
.modal-box .close-btn {
    -webkit-transition: color .2s ease, background .2s ease;
    -moz-transition: color .2s ease, background .2s ease;
    -o-transition: color .2s ease, background .2s ease;
    transition: color .2s ease, background .2s ease;
    position: absolute;
    top: 15px;
    right: 30px;
    font-size: 14px;
    cursor: pointer;
    opacity: 1;
    z-index: 20
}
.modal-box .close-btn:not(:hover) {
    color: #000
}
.modal-box *:nth-child(2) {
    margin-top: 0
}
.modal-box.iframe-box.iframe-video {
    border: 0;
    padding-bottom: 35.866%
}
.modal-box.iframe-box.iframe-video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10
}
.modal-box.iframe-box,
.modal-box.iframe-box.large,
.modal-box.iframe-box.small {
    padding: 0
}
.modal-box.iframe-box .close-btn,
.modal-box.iframe-box.large .close-btn,
.modal-box.iframe-box.small .close-btn {
    top: 0;
    right: 0;
    padding: 12px;
    font-size: 16px;
    width: 40px;
    line-height: 1;
    background-color: rgba(255, 255, 255, 0.6)
}
.modal-box.iframe-box .close-btn:hover,
.modal-box.iframe-box.large .close-btn:hover,
.modal-box.iframe-box.small .close-btn:hover {
    background-color: rgba(255, 255, 255, 0.95)
}
.modal-box.small {
    width: 45%;
    max-height: 90%;
    padding: 25px;
    font-size: 100%
}
.modal-box.small .close-btn {
    font-size: 12px;
    right: 15px;
    top: 12px
}
.modal-box.large {
    width: 90%;
    height: 100%;
    padding: 50px 44px 25px
}
.modal-box.large .close-btn {
    right: 50px;
    top: 20px
}
.modal-box.top {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    top: 0;
    bottom: auto
}
.modal-box.bottom {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    top: auto;
    bottom: 0
}
.modal-box.left {
    float: left
}
.modal-box.right {
    float: right
}
@media(max-width:991px) {
    .modal-box {
        width: 70%
    }
    .modal-box.small {
        width: 40%
    }
    .modal-box.large {
        width: 94%
    }
}
@media(max-width:767px) {
    .modal-box {
        width: 90%;
        padding: 40px 20px 25px
    }
    .modal-box.small {
        width: 60%
    }
    .modal-box.small .close-btn {
        right: 20px
    }
    .modal-box.large {
        width: 100%;
        padding: 50px 24px 25px
    }
    .modal-box.large .close-btn {
        right: 30px
    }
}
@media(max-width:540px) {
    .modal-box {
        width: 100%
    }
    .modal-box.small {
        width: 80%
    }
}
.bg1 {
    background-image: url("assets/img/backgrounds/bg1.jpg")
}
.bg2 {
    background-image: url("assets/img/backgrounds/bg2.jpg")
}
.bg3 {
    background-image: url("assets/img/backgrounds/bg3.jpg")
}
.bg4 {
    background-image: url("assets/img/backgrounds/bg4.jpg")
}
.bg5 {
    background-image: url("assets/img/bg5.jpg")
}



#counters1.bg5 {background-image: url("assets/img/backgrounds/bg01.jpg")}
#counters2.bg5 {background-image: url("assets/img/backgrounds/bg02.jpg")}
#counters3.bg5 {background-image: url("assets/img/backgrounds/bg04.jpg")}
#counters11.bg5 {background-image: url("assets/img/backgrounds/bg03.jpg")}

.gradient-overlay:before {
    background: #9001a5;
    background: -moz-linear-gradient(top, #9001a5 0, #10171a 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #9001a5), color-stop(100%, #10171a));
    background: -webkit-linear-gradient(top, #9001a5 0, #10171a 100%);
    background: -o-linear-gradient(top, #9001a5 0, #10171a 100%);
    background: -ms-linear-gradient(top, #9001a5 0, #10171a 100%);
    background: linear-gradient(to bottom, #9001a5 0, #10171a 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#9001a5', endColorstr='#10171a', GradientType=0);
    opacity: .7
}
.bg1.overlay:before {
    opacity: .9
}
.bg4.overlay:before {
    background-color: #282f43;
    opacity: .85
}
.bg5.overlay:before {
    background-color: #27637f;
    opacity: .1
}
.hero-section {
    z-index: 1;
    overflow: hidden
}
.stat-section,
.signup-section {
    padding: 50px 0 48px
}
.prices-section {
    padding: 26px 0 100px
}
.shortcodes-section {
    padding: 26px 0 100px
}
.call-to-action-section {
    padding: 50px 0 48px
}
.call-to-action-section h2 {
    margin-bottom: 30px
}
.call-to-action-section .heading {
    margin-bottom: 20px;
    line-height: 30px
}
.contacts-section {
    position: relative;
    padding: 0
}
.line-heading {
    text-align: center;
    white-space: nowrap
}
.line-heading:before,
.line-heading:after {
    vertical-align: middle;
    display: inline-block;
    width: 12.4%;
    height: 1px;
    content: "";
    background-color: #fff
}
.line-heading:before {
    margin-right: 2.5%
}
.line-heading:after {
    margin-left: 2.5%
}
.shortcodes-icons-list {
    padding: 10px 0
}
.shortcodes-icons-list>li {
    padding: 0 12px
}
.shortcodes-icons-list .icon {
    font-size: 54px
}
.sponsors-list {
    margin: 30px 0;
    display: table;
    width: 100%;
    text-align: center
}
.sponsors-list>li {
    vertical-align: middle;
    display: table-cell;
    padding: 10px 20px
}
.sponsors-list>li img {
    display: inline-block;
    max-width: 100%
}
.comming-soon .heading-block {
    padding: 50px 0
}
.comming-soon .heading-block .form {
    margin-left: auto;
    margin-right: auto;
    max-width: 410px;
    padding-top: 60px
}
#contacts-map {
    min-height: 300px
}
#contacts-map,
#contacts-map>*,
#contacts-map>.gm-style>div:not(:first-child),
#contacts-map>.gm-style>div:not(:first-child) div,
#contacts-map>.gm-style>div:first-child>div:nth-child(2),
#contacts-map>.gm-style>div>div div {
    transform: none!important
}
.form-register {
    margin: 0 auto 10px;
    max-width: 620px;
    padding-bottom: 25px
}
.form-register .checkbox-wrapper {
    margin-left: -35px
}
.form-register .checkbox-wrapper label {
    line-height: 1.6
}
.venue-section .venue-hotel-logo {
    margin: 0 0 43px;
    display: block;
    max-width: 100%;
    height: auto
}
.venue-section .venue-title {
    margin: 0 0 12px
}
.venue-section .venue-title+h6 {
    margin: 0 0 12px
}
.venue-section .venue-title-icon {
    margin: 0;
    text-align: center
}
.venue-section .btn {
    margin: 30px 0 0;
    padding-left: 47px
}
.venue-section .btn .fa {
    position: absolute;
    left: 20px;
    top: 13px;
    font-size: 19px
}
.modal-box.paypal-modal {
    max-width: 420px;
    padding-left: 25px;
    padding-right: 25px;
    overflow: visible
}
.modal-box.paypal-modal form {
    text-align: center
}
.modal-box.paypal-modal table {
    width: 100%;
    text-align: left
}
.modal-box.paypal-modal table td {
    padding-bottom: 6px
}
.modal-box.paypal-modal input[type="image"] {
    margin-top: 15px;
    display: inline-block
}
.modal-box.paypal-modal select,
.modal-box.paypal-modal .pseudo-select {
    margin-bottom: 10px
}
@media(min-width:1200px) {
    .venue-section .left-col {
        width: 27%
    }
}
@media(min-width:992px) {
    .venue-section {
        padding: 105px 0 80px
    }
    .venue-section .left-col {
        width: 30%
    }
    .venue-section .right-col {
        width: 70%
    }
}
@media(max-width:991px) {
    .venue-section {
        padding: 85px 0 60px
    }
    .venue-section .venue-hotel-logo {
        margin: 0 0 25px
    }
    .venue-section .venue-title-icon {
        text-align: left
    }
    .venue-section .venue-title .venue-icon {
        margin: 0 25px 0 0
    }
    .venue-section .btn {
        margin: 20px 0 30px
    }
    .venue-section .right-col {
        padding: 0
    }
}
@media(max-width:767px) {
    .line-heading:before, .line-heading:after {
        width: 5.5%
    }
    .sponsors-list>li {
        padding: 5px 10px
    }
    .prices-section .row {
        margin-left: 0;
        margin-right: 0
    }
    .form-register .form-group {
        padding-bottom: 0
    }
    .form-register .form-group>label {
        width: 100%;
        text-align: left;
        line-height: 30px
    }
    .form-register .checkbox-wrapper {
        margin-left: 0
    }
    .hero-section,
    .hero-section>.container {
        padding-top: 0!important;
        padding-bottom: 0!important
    }
}
@media(max-width:480px) {
    .extra-heading {
        font-size: 50px
    }
    .line-heading {
        white-space: normal
    }
    .line-heading:before,
    .line-heading:after {
        margin: 10px 0;
        display: block;
        width: 100%
    }
    .sponsors-list {
        margin: 0;
        display: block;
        font-size: 0
    }
    .sponsors-list>li {
        width: 100%;
        display: inline-block;
        padding: 20px 0
    }
    .signup-section .form .form-group {
        margin-bottom: 0;
        width: 100%
    }
}
.pull-right.buy-btn {
    background: #f6001c!important;
    color: #fff!important;
    letter-spacing: 1px!important;
    border: none!important;
    margin-top: 32px
}
.pull-right.buy-btn:hover {
    background: #fe4917!important
}
a.navigation-link.active {
    border-bottom: none!important
}
.cal-sm-3 {
    display: inline-block;
    width: 135px
}
.counter-box .counter-content .count {
    background: url(assets/img/dots.png) no-repeat 100%;
    font-size: 43px;
    width: 135px
}
.counter-box .counter-content .count.nodots {
    background: none!important
}
.timer {
    padding-bottom: 0;
    padding-top: 0;
    display: block
}
.features {
    padding-top: 50px;
    padding-bottom: 0
}
.btn.btn-md {
    letter-spacing: 1px;
    font-size: 15px;
    padding: 15px 20px
}
.top-button {
    padding: 50px 0
}
.counters-wrapper .col-sm-3 b {
    display: inline-block;
    margin: 8px 0
}
.komu {
    padding-top: 0;
    padding-bottom: 80px
}
.komu .section.align-center {
    padding: 70px 0 50px 0
}
.komu li {
    text-align: left;
    font-size: 18px;
    line-height: 23px;
    padding-bottom: 15px;
    padding-right: 20px;
    padding-left: 32px;
    background: url(assets/img/li-arrow.png) no-repeat 0 5px
}
#speakers {
    padding-top: 50px;
    padding-bottom: 70px
}
#speakers .btn {
    border: 0;
    background: #135f72;
    color: #fff;
    margin-top: 20px
}
.page-id-2 #speakers .btn,
.page-id-5 #speakers .btn {
    background: #f6001c
}
.page-id-2 #speakers .top-button,
.page-id-5 #speakers .top-button {
    padding: 0!important
}
#speakers .btn:hover {
    opacity: .8
}
#counters2 {
    padding: 0 0 70px 0
}
#counters2 .section {
    padding: 70px 0 40px 0
}
#gallery {
    padding-top: 50px;
    padding-bottom: 10px
}
#gallery .section {
    padding: 30px 0
}
#feedback {
    border-top: 1px solid #c9c9c9;
    padding-top: 50px!important;
    padding-bottom: 70px
}
#feedback .row {
    margin-top: -20px
}
#sponsors {
    padding: 50px 0 70px 0
}
#counters3 {
    padding: 0 0 70px 0
}
#counters3 .section {
    padding: 70px 0 40px 0
}
#counters2 .ic01,
#counters2 .ic02,
#counters2 .ic03,
#counters2 .ic04,
#counters2 .ic05 {
    display: inline-block;
    width: 19%;
    min-width: 150px;
    padding: 0 10px;
    vertical-align: top;
    font-size: 18px;
    line-height: 23px;
    padding-top: 68px
}
#counters2 .ic01 {
    background: url(assets/img/ic01.png) no-repeat 50% 10px
}
#counters2 .ic02 {
    background: url(assets/img/ic02.png) no-repeat 50% 10px
}
#counters2 .ic03 {
    background: url(assets/img/ic03.png) no-repeat 50% 0
}
#counters2 .ic04 {
    background: url(assets/img/ic04.png) no-repeat 50% 2px
}
#counters2 .ic05 {
    background: url(assets/img/ic05.png) no-repeat 50% 10px
}
#counters2 .btn {
    border-color: #fff;
    color: #fff;
    margin-top: 40px
}
#counters2 .btn:hover {
    background: 0;
    opacity: .8
}
.plan h4 {
    font-size: 30px;
    display: inline-block;
    border-bottom: 3px solid #ffc943;
    line-height: 35px;
    margin-bottom: 50px;
    padding-bottom: 5px
}
.plan li {
    background: url(assets/img/ic-clock.png) no-repeat 0 50%;
    text-align: left;
    padding-left: 28px;
    margin-bottom: 30px
}
.plan li .time {
    font-size: 20px;
    font-weight: 900;
    color: #98bac9;
    width: 150px;
    display: inline-block
}
.plan li .time.yellow {
    color: #ffc943
}
.plan li .bbbb {
    font-size: 30px;
    font-weight: bold;
    line-height: 30px
}
.plan li .ssss {
    font-size: 20px;
    font-weight: bold;
    color: #98bac9;
    line-height: 30px;
    display: inline-block
}
.plan ul {
    margin: 0 auto;
    width: 330px
}
.plan ul.secondd {
    margin: 0 auto;
    width: 415px
}
.plan .btn {
    border: 0;
    background: #3c93bb!important;
    color: #fff;
    margin-bottom: 50px
}
.plan .btn:hover {
    opacity: .8
}
#counters3 .section.align-center {
    padding-bottom: 0
}
.linee {
    background: url('assets/img/bg_line.png') repeat-y 50% 0;
    height: 100%!important
}
#counters3 {
    padding-bottom: 30px
}
.ssll {
    text-align: center!important;
    padding: 0!important;
    background: #5cbdea
}
.metaslider {
    margin: 0 auto
}
div.countdown {
    margin-left: -80px
}
@media(max-width:765px) {
    .counter-box .counter-content>.count {
        display: inline-block;
        width: 100px;
        font-size: 26px;
        font-weight: 700;
        line-height: 100px;
        color: #2191c4!important
    }
    .cal-sm-3 {
        display: inline-block;
        width: 100px
    }
    div.countdown {
        margin-left: -60px
    }
    .features .col-sm-3 {
        text-align: center;
        padding-bottom: 50px;
        max-width: 400px;
        margin: 0 auto
    }
    .contacts-on-map {
        padding: 50px 40px 30px 40px
    }
    .menu-item {
        font-size: 16px;
        line-height: 40px!important
    }
    .pull-right.buy-btn {
        display: inline-block!important
    }
    a.logo {
        margin-top: 0!important
    }
}
@media(max-width:1200px) {
    .pull-right.buy-btn {
        display: none
    }
}
.rsUni,
.rsUni .rsOverflow,
.rsUni .rsSlide,
.rsUni .rsVideoFrameHolder,
.rsUni .rsThumbs {
    background: #252037!important;
    max-height: 430px
}
.top-social a {
    display: inline-block;
    width: 33px;
    height: 33px
}
.top-social a:hover {
    text-decoration: none;
    opacity: .8
}
.top-social a.ic-vk {
    background: url(assets/img/ic-vk.png) no-repeat
}
.top-social a.ic-fb {
    background: url(assets/img/ic-fb.png) no-repeat
}
.top-social a.ic-tw {
    background: url(assets/img/ic-tw.png) no-repeat
}
.top-social a.ic-inst {
    background: url(assets/img/ic-inst.png) no-repeat
}
.wpcf7-submit.btn {
    letter-spacing: 2px;
    margin-top: 20px
}
.img-responsive {
    vertical-align: bottom!important;
    display: inline-table!important
}
.app-ios,
.app-android {
    display: inline-block;
    width: 157px;
    height: 54px;
    margin-right: 17px
}
.app-ios {
    background: url(assets/img/app-ios.png) no-repeat
}
.app-android {
    background: url(assets/img/app-android.png) no-repeat
}
#f-ic .rr {
    width: 200px;
    float: right;
    text-align: right
}
#f-ic .ll {
    width: 370px;
    float: left;
    margin-left: 35px
}
#f-ic .rr a {
    display: inline-block;
    width: 30px;
    height: 30px;
    margin-left: 16px;
    margin-top: 10px
}
#f-ic .rr a:hover,
#f-ic .ll a:hover {
    opacity: .8;
    text-decoration: none
}
#f-ic .rr a.ic-f-vk {
    background: url(assets/img/ic-b-vk.png) no-repeat 50% 50%
}
#f-ic .rr a.ic-f-fb {
    background: url(assets/img/ic-b-fb.png) no-repeat 50% 50%
}
#f-ic .rr a.ic-f-tw {
    background: url(assets/img/ic-b-tw.png) no-repeat 50% 50%
}
#f-ic .rr a.ic-f-inst {
    background: url(assets/img/ic-b-inst.png) no-repeat 50% 50%
}
.footer .navigation-item,
.footer .menu-item {
    margin-left: 21px;
    display: inline-block;
    padding: 0 0 16px
}
.footer .navigation-item a,
.footer .menu-item a {
    color: #bbbbbc;
    font-weight: 900
}
.footer .about-widget,
.footer .about-widget a,
.footer .about-widget p {
    color: #999;
    font-size: 13px!important
}
.footer .about-widget a {
    text-decoration: underline
}
.footer .about-widget a:hover {
    color: #fff
}
.footer #primary-menu {
    margin-bottom: 30px!important
}
.text-center h4 {
    margin-top: 0!important;
    margin-bottom: 30px
}
.timer .container,
.features .container,
#counters1 .container,
#counters2 .container,
#counters3 .container,
#speakers .container,
#gallery .container,
#sponsors .container,
#feedback .container {
    overflow: hidden
}
.lecture-icon-wrapper {
    width: 60px!important;
    height: 60px!important;
    margin-top: -20px
}
.time .icon-office-24 {
    margin-right: 7px
}
.title .icon-arrows-06 {
    display: none
}
.speaker-name {
    letter-spacing: 2px!important
}
.fa-cutlery {
    margin-top: 17px;
    font-size: 24px!important
}
.bluelink {
    color: #0ac3fd;
    text-decoration: underline;
    display: inline-block;
    margin-top: 10px!important
}
.bluelink:hover {
    color: #f6001c
}
#top-text.section {
    padding: 0!important
}
#top-text.section p {
    padding: 45px 20px 0 20px
}
#counters3 strong {
    font-size: 22px;
    line-height: 27px;
    margin-bottom: 12px;
    opacity: .6
}
#counters3 h4 {
    font-size: 25px;
    line-height: 32px
}
@media(max-width:500px) {
    .features .btn-md {
        font-size: 12px!important;
        letter-spacing: 0!important;
        padding: 10px;
        margin-top: -50px
    }
    .count {
        width: 77px!important
    }
    .cal-sm-3 {
        width: 70px
    }
    .counter-content .title {
        font-size: 9px!important;
        margin-top: -20px!important
    }
    .counter-block {
        margin-left: -6px!important
    }
    #counters2 .btn-md {
        font-size: 10px;
        padding: 12px!important;
        line-height: 12px;
        padding: 10px 6px!important
    }
    .plan h4 {
        font-size: 30px;
        display: inline-block;
        border-bottom: 3px solid #ffc943;
        line-height: 35px;
        margin-bottom: 50px;
        padding-bottom: 5px
    }
    .plan li {
        background: url(assets/img/ic-clock.png) no-repeat 0 7px;
        text-align: left;
        padding-left: 28px;
        margin-bottom: 30px;
        vertical-align: top!important;
        margin-left: 15px
    }
    .plan li .time {
        font-size: 15px;
        font-weight: 900;
        color: #98bac9;
        width: 110px;
        display: inline-block;
        vertical-align: top;
        line-height: 35px!important
    }
    .plan li .time.yellow {
        color: #ffc943;
        vertical-align: top
    }
    .plan li .bbbb {
        font-size: 23px;
        line-height: 25px;
        display: inline-block;
        max-width: 155px!important
    }
    .plan li .ssss {
        font-size: 20px;
        font-weight: bold;
        color: #98bac9;
        line-height: 30px
    }
    .plan ul {
        margin: 0 auto;
        width: 315px
    }
    .plan ul.secondd {
        margin: 0 auto;
        width: 315px
    }
    .plan .btn {
        border: 0;
        background: #3c93bb!important;
        color: #fff;
        margin-bottom: 50px
    }
    .plan .btn:hover {
        opacity: .8
    }
    #f-ic .ll {
        float: none;
        text-align: center;
        width: 100%;
        margin-bottom: 20px;
        margin-left: 0
    }
    #f-ic .rr {
        float: none;
        text-align: center;
        width: 100%;
        margin-bottom: 20px
    }
    #f-ic .ll a {
        margin: 0 4px 5px 4px
    }
    .footer .navigation-item,
    .footer .menu-item {
        padding-bottom: 0
    }
    .footer .about-widget {
        text-align: center!important
    }
    .text-center h4 {
        margin-bottom: 24px
    }
    .speaker .name {
        font-size: 11px;
        line-height: 16px;
        text-align: center
    }
    .wpcf7-submit.btn {
        padding: 14px 20px;
        letter-spacing: 0
    }
    #f-ic .ll a {
        margin: 0 4px 5px 15px
    }
    #counters2 .ic01,
    #counters2 .ic02,
    #counters2 .ic03,
    #counters2 .ic04,
    #counters2 .ic05 {
        vertical-align: top;
        font-size: 16px;
        line-height: 19px;
        padding-top: 68px;
        margin-bottom: 20px
    }
    .page-id-2 #speakers .btn,
    .page-id-5 #speakers .btn {
        font-size: 12px;
        letter-spacing: 0;
        padding: 10px
    }
    #top-text.section p {
        line-height: 20px;
        padding-top: 15px!important
    }
}
@media(max-width:1001px) {
    #primary-menu li:last-child a {
        display: none!important
    }
    .footer #primary-menu li:last-child a {
        display: inline-block!important
    }
}
@media(min-width:100px) and (max-width:770px) {
    #primary-menu li:last-child a {
        display: inline-block!important
    }
}
.sponsors h4 {
    font-size: 24px;
    margin-bottom: 20px
}
.alignleft {
    display: inline;
    float: left;
    margin-right: 1.5em
}
.alignright {
    display: inline;
    float: right;
    margin-left: 1.5em
}
.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto
}
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
    content: "";
    display: table;
    table-layout: fixed
}
.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
    clear: both
}
.widget {
    margin: 0 0 1.5em
}
.widget select {
    max-width: 100%
}
.comment-content a {
    word-wrap: break-word
}
.bypostauthor {
    display: block
}
.wpcf7 .wpcf7-not-valid-tip {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 12px;
    line-height: 18px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-weight: 700;
    padding: 0 7px;
    color: #FFF;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background-color: #f6001c
}
.wpcf7 .wpcf7-not-valid-tip:after {
    content: '';
    position: absolute;
    left: 10px;
    bottom: -10px;
    border: 5px solid transparent;
    border-top: 5px solid #f6001c
}
.contacts-on-map .show-map {
    display: none
}
@media(max-width:768px) {
    .contacts-on-map {
        position: relative;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -o-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
        top: auto;
        margin: 0 auto;
        padding-left: 15px;
        padding-top: 0
    }
    #contacts-map {
        height: 100%!important
    }
    #contacts-map-wrapper {
        position: fixed;
        visibility: hidden;
        opacity: 0;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        z-index: -1;
        background: #FFF
    }
    #contacts-map-wrapper.open {
        visibility: visible;
        opacity: 1;
        z-index: 10000
    }
    #contacts-map-close {
        display: block;
        right: 40px;
        top: 40px;
        width: 25px;
        height: 25px;
        position: absolute;
        background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGhlaWdodD0iMzUiIHdpZHRoPSIzNSIgdmlld0JveD0iMCAwIDM1IDM1Ij48cGF0aCBmaWxsPSIjN0I3QjdCIiBkPSJNMzUgMi40NTFMMzIuNTQ5IDBsLTE1IDE1TDIuNDUxIDAgMCAyLjQ1MWwxNSAxNUwwIDMyLjU0OSAyLjQ1MSAzNWwxNS4wOTgtMTUuMDk4IDE1IDE1LjA5OEwzNSAzMi41NDkgMjAgMTcuNDUxbDE1LTE1eiIgZmlsbC1ydWxlPSJldmVub2RkIi8+PC9zdmc+) no-repeat 0 0;
        background-size: 25px 25px;
        z-index: 10001
    }
    .contacts-on-map .show-map {
        display: block;
        padding-left: 51px
    }
}
.speaker .photo-wrapper img {
    display: block;
    max-width: 100%;
    max-height: 70vh
}
@media(max-width:375px) {
    #gallery .col-xs-6, #speakers .col-xs-6 {
        float: none;
        width: 100%
    }
}
.pseudo-select .pseudo-select-dropdown {
    max-height: none
}