@charset "UTF-8";

/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.5.1
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2016 Daniel Eden
 */

.tm-animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

.tm-animated.infinite {
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite
}

.tm-animated.hinge {
    -webkit-animation-duration: 2s;
    animation-duration: 2s
}

.animated.flipOutX,
.animated.flipOutY,
.animated.bounceIn,
.animated.bounceOut {
    -webkit-animation-duration: .75s;
    animation-duration: .75s
}

@-webkit-keyframes bounce {
    from,
    20%,
    53%,
    80%,
    to {
        -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 {
    from,
    20%,
    53%,
    80%,
    to {
        -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 {
    from,
    50%,
    to {
        opacity: 1
    }
    25%,
    75% {
        opacity: 0
    }
}

@keyframes flash {
    from,
    50%,
    to {
        opacity: 1
    }
    25%,
    75% {
        opacity: 0
    }
}

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

@-webkit-keyframes pulse {
    from {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
    50% {
        -webkit-transform: scale3d(1.05, 1.05, 1.05);
        transform: scale3d(1.05, 1.05, 1.05)
    }
    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
}

@keyframes pulse {
    from {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
    50% {
        -webkit-transform: scale3d(1.05, 1.05, 1.05);
        transform: scale3d(1.05, 1.05, 1.05)
    }
    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
}

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

@-webkit-keyframes rubberBand {
    from {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
    30% {
        -webkit-transform: scale3d(1.25, 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)
    }
    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
}

@keyframes rubberBand {
    from {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
    30% {
        -webkit-transform: scale3d(1.25, 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)
    }
    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
}

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

@-webkit-keyframes shake {
    from,
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
    10%,
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0)
    }
    20%,
    40%,
    60%,
    80% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0)
    }
}

@keyframes shake {
    from,
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
    10%,
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0)
    }
    20%,
    40%,
    60%,
    80% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0)
    }
}

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

@-webkit-keyframes headShake {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
    6.5% {
        -webkit-transform: translateX(-6px) rotateY(-9deg);
        transform: translateX(-6px) rotateY(-9deg)
    }
    18.5% {
        -webkit-transform: translateX(5px) rotateY(7deg);
        transform: translateX(5px) rotateY(7deg)
    }
    31.5% {
        -webkit-transform: translateX(-3px) rotateY(-5deg);
        transform: translateX(-3px) rotateY(-5deg)
    }
    43.5% {
        -webkit-transform: translateX(2px) rotateY(3deg);
        transform: translateX(2px) rotateY(3deg)
    }
    50% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes headShake {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
    6.5% {
        -webkit-transform: translateX(-6px) rotateY(-9deg);
        transform: translateX(-6px) rotateY(-9deg)
    }
    18.5% {
        -webkit-transform: translateX(5px) rotateY(7deg);
        transform: translateX(5px) rotateY(7deg)
    }
    31.5% {
        -webkit-transform: translateX(-3px) rotateY(-5deg);
        transform: translateX(-3px) rotateY(-5deg)
    }
    43.5% {
        -webkit-transform: translateX(2px) rotateY(3deg);
        transform: translateX(2px) rotateY(3deg)
    }
    50% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

.headShake {
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-name: headShake;
    animation-name: headShake
}

@-webkit-keyframes swing {
    20% {
        -webkit-transform: rotate3d(0, 0, 1, 15deg);
        transform: rotate3d(0, 0, 1, 15deg)
    }
    40% {
        -webkit-transform: rotate3d(0, 0, 1, -10deg);
        transform: rotate3d(0, 0, 1, -10deg)
    }
    60% {
        -webkit-transform: rotate3d(0, 0, 1, 5deg);
        transform: rotate3d(0, 0, 1, 5deg)
    }
    80% {
        -webkit-transform: rotate3d(0, 0, 1, -5deg);
        transform: rotate3d(0, 0, 1, -5deg)
    }
    to {
        -webkit-transform: rotate3d(0, 0, 1, 0);
        transform: rotate3d(0, 0, 1, 0)
    }
}

@keyframes swing {
    20% {
        -webkit-transform: rotate3d(0, 0, 1, 15deg);
        transform: rotate3d(0, 0, 1, 15deg)
    }
    40% {
        -webkit-transform: rotate3d(0, 0, 1, -10deg);
        transform: rotate3d(0, 0, 1, -10deg)
    }
    60% {
        -webkit-transform: rotate3d(0, 0, 1, 5deg);
        transform: rotate3d(0, 0, 1, 5deg)
    }
    80% {
        -webkit-transform: rotate3d(0, 0, 1, -5deg);
        transform: rotate3d(0, 0, 1, -5deg)
    }
    to {
        -webkit-transform: rotate3d(0, 0, 1, 0);
        transform: rotate3d(0, 0, 1, 0)
    }
}

.swing {
    -webkit-transform-origin: top center;
    transform-origin: top center;
    -webkit-animation-name: swing;
    animation-name: swing
}

@-webkit-keyframes tada {
    from {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
    10%,
    20% {
        -webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg)
    }
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg)
    }
    40%,
    60%,
    80% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg)
    }
    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
}

@keyframes tada {
    from {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
    10%,
    20% {
        -webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg)
    }
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg)
    }
    40%,
    60%,
    80% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg)
    }
    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
}

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

@-webkit-keyframes wobble {
    from {
        -webkit-transform: none;
        transform: none
    }
    15% {
        -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
        transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg)
    }
    30% {
        -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
        transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg)
    }
    45% {
        -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
        transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg)
    }
    60% {
        -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
        transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg)
    }
    75% {
        -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
        transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg)
    }
    to {
        -webkit-transform: none;
        transform: none
    }
}

@keyframes wobble {
    from {
        -webkit-transform: none;
        transform: none
    }
    15% {
        -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
        transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg)
    }
    30% {
        -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
        transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg)
    }
    45% {
        -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
        transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg)
    }
    60% {
        -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
        transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg)
    }
    75% {
        -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
        transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg)
    }
    to {
        -webkit-transform: none;
        transform: none
    }
}

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

@-webkit-keyframes jello {
    from,
    11.1%,
    to {
        -webkit-transform: none;
        transform: none
    }
    22.2% {
        -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
        transform: skewX(-12.5deg) skewY(-12.5deg)
    }
    33.3% {
        -webkit-transform: skewX(6.25deg) skewY(6.25deg);
        transform: skewX(6.25deg) skewY(6.25deg)
    }
    44.4% {
        -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
        transform: skewX(-3.125deg) skewY(-3.125deg)
    }
    55.5% {
        -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
        transform: skewX(1.5625deg) skewY(1.5625deg)
    }
    66.6% {
        -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
        transform: skewX(-0.78125deg) skewY(-0.78125deg)
    }
    77.7% {
        -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
        transform: skewX(0.390625deg) skewY(0.390625deg)
    }
    88.8% {
        -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
        transform: skewX(-0.1953125deg) skewY(-0.1953125deg)
    }
}

@keyframes jello {
    from,
    11.1%,
    to {
        -webkit-transform: none;
        transform: none
    }
    22.2% {
        -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
        transform: skewX(-12.5deg) skewY(-12.5deg)
    }
    33.3% {
        -webkit-transform: skewX(6.25deg) skewY(6.25deg);
        transform: skewX(6.25deg) skewY(6.25deg)
    }
    44.4% {
        -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
        transform: skewX(-3.125deg) skewY(-3.125deg)
    }
    55.5% {
        -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
        transform: skewX(1.5625deg) skewY(1.5625deg)
    }
    66.6% {
        -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
        transform: skewX(-0.78125deg) skewY(-0.78125deg)
    }
    77.7% {
        -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
        transform: skewX(0.390625deg) skewY(0.390625deg)
    }
    88.8% {
        -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
        transform: skewX(-0.1953125deg) skewY(-0.1953125deg)
    }
}

.jello {
    -webkit-animation-name: jello;
    animation-name: jello;
    -webkit-transform-origin: center;
    transform-origin: center
}

@-webkit-keyframes bounceIn {
    from,
    20%,
    40%,
    60%,
    80%,
    to {
        -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)
    }
    to {
        opacity: 1;
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
}

@keyframes bounceIn {
    from,
    20%,
    40%,
    60%,
    80%,
    to {
        -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)
    }
    to {
        opacity: 1;
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
}

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

@-webkit-keyframes bounceInDown {
    from,
    60%,
    75%,
    90%,
    to {
        -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)
    }
    to {
        -webkit-transform: none;
        transform: none
    }
}

@keyframes bounceInDown {
    from,
    60%,
    75%,
    90%,
    to {
        -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)
    }
    to {
        -webkit-transform: none;
        transform: none
    }
}

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

@-webkit-keyframes bounceInLeft {
    from,
    60%,
    75%,
    90%,
    to {
        -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)
    }
    to {
        -webkit-transform: none;
        transform: none
    }
}

@keyframes bounceInLeft {
    from,
    60%,
    75%,
    90%,
    to {
        -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)
    }
    to {
        -webkit-transform: none;
        transform: none
    }
}

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

@-webkit-keyframes bounceInRight {
    from,
    60%,
    75%,
    90%,
    to {
        -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)
    }
    from {
        opacity: 0;
        -webkit-transform: translate3d(3000px, 0, 0);
        transform: translate3d(3000px, 0, 0)
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(-25px, 0, 0);
        transform: translate3d(-25px, 0, 0)
    }
    75% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0)
    }
    90% {
        -webkit-transform: translate3d(-5px, 0, 0);
        transform: translate3d(-5px, 0, 0)
    }
    to {
        -webkit-transform: none;
        transform: none
    }
}

@keyframes bounceInRight {
    from,
    60%,
    75%,
    90%,
    to {
        -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)
    }
    from {
        opacity: 0;
        -webkit-transform: translate3d(3000px, 0, 0);
        transform: translate3d(3000px, 0, 0)
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(-25px, 0, 0);
        transform: translate3d(-25px, 0, 0)
    }
    75% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0)
    }
    90% {
        -webkit-transform: translate3d(-5px, 0, 0);
        transform: translate3d(-5px, 0, 0)
    }
    to {
        -webkit-transform: none;
        transform: none
    }
}

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

@-webkit-keyframes bounceInUp {
    from,
    60%,
    75%,
    90%,
    to {
        -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)
    }
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 3000px, 0);
        transform: translate3d(0, 3000px, 0)
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0)
    }
    75% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0)
    }
    90% {
        -webkit-transform: translate3d(0, -5px, 0);
        transform: translate3d(0, -5px, 0)
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes bounceInUp {
    from,
    60%,
    75%,
    90%,
    to {
        -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)
    }
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 3000px, 0);
        transform: translate3d(0, 3000px, 0)
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0)
    }
    75% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0)
    }
    90% {
        -webkit-transform: translate3d(0, -5px, 0);
        transform: translate3d(0, -5px, 0)
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

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

@-webkit-keyframes bounceOut {
    20% {
        -webkit-transform: scale3d(.9, .9, .9);
        transform: scale3d(.9, .9, .9)
    }
    50%,
    55% {
        opacity: 1;
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1)
    }
    to {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }
}

@keyframes bounceOut {
    20% {
        -webkit-transform: scale3d(.9, .9, .9);
        transform: scale3d(.9, .9, .9)
    }
    50%,
    55% {
        opacity: 1;
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1)
    }
    to {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }
}

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

@-webkit-keyframes bounceOutDown {
    20% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0)
    }
    40%,
    45% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0)
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0)
    }
}

@keyframes bounceOutDown {
    20% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0)
    }
    40%,
    45% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0)
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0)
    }
}

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

@-webkit-keyframes bounceOutLeft {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(20px, 0, 0);
        transform: translate3d(20px, 0, 0)
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0)
    }
}

@keyframes bounceOutLeft {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(20px, 0, 0);
        transform: translate3d(20px, 0, 0)
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0)
    }
}

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

@-webkit-keyframes bounceOutRight {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(-20px, 0, 0);
        transform: translate3d(-20px, 0, 0)
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0)
    }
}

@keyframes bounceOutRight {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(-20px, 0, 0);
        transform: translate3d(-20px, 0, 0)
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0)
    }
}

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

@-webkit-keyframes bounceOutUp {
    20% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0)
    }
    40%,
    45% {
        opacity: 1;
        -webkit-transform: translate3d(0, 20px, 0);
        transform: translate3d(0, 20px, 0)
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0)
    }
}

@keyframes bounceOutUp {
    20% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0)
    }
    40%,
    45% {
        opacity: 1;
        -webkit-transform: translate3d(0, 20px, 0);
        transform: translate3d(0, 20px, 0)
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0)
    }
}

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

@-webkit-keyframes fadeIn {
    from {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

@keyframes fadeIn {
    from {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

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

@-webkit-keyframes fadeInDown {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInDown {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

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

@-webkit-keyframes fadeInDownBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInDownBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

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

@-webkit-keyframes fadeInLeft {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInLeft {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

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

@-webkit-keyframes fadeInLeftBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInLeftBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

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

@-webkit-keyframes fadeInRight {
    from {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInRight {
    from {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

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

@-webkit-keyframes fadeInRightBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInRightBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

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

@-webkit-keyframes fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

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

@-webkit-keyframes fadeInUpBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInUpBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

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

@-webkit-keyframes fadeOut {
    from {
        opacity: 1
    }
    to {
        opacity: 0
    }
}

@keyframes fadeOut {
    from {
        opacity: 1
    }
    to {
        opacity: 0
    }
}

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

@-webkit-keyframes fadeOutDown {
    from {
        opacity: 1
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }
}

@keyframes fadeOutDown {
    from {
        opacity: 1
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }
}

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

@-webkit-keyframes fadeOutDownBig {
    from {
        opacity: 1
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0)
    }
}

@keyframes fadeOutDownBig {
    from {
        opacity: 1
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0)
    }
}

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

@-webkit-keyframes fadeOutLeft {
    from {
        opacity: 1
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }
}

@keyframes fadeOutLeft {
    from {
        opacity: 1
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }
}

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

@-webkit-keyframes fadeOutLeftBig {
    from {
        opacity: 1
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0)
    }
}

@keyframes fadeOutLeftBig {
    from {
        opacity: 1
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0)
    }
}

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

@-webkit-keyframes fadeOutRight {
    from {
        opacity: 1
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }
}

@keyframes fadeOutRight {
    from {
        opacity: 1
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }
}

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

@-webkit-keyframes fadeOutRightBig {
    from {
        opacity: 1
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0)
    }
}

@keyframes fadeOutRightBig {
    from {
        opacity: 1
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0)
    }
}

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

@-webkit-keyframes fadeOutUp {
    from {
        opacity: 1
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }
}

@keyframes fadeOutUp {
    from {
        opacity: 1
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }
}

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

@-webkit-keyframes fadeOutUpBig {
    from {
        opacity: 1
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0)
    }
}

@keyframes fadeOutUpBig {
    from {
        opacity: 1
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0)
    }
}

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

@-webkit-keyframes flip {
    from {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }
    40% {
        -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
        transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }
    50% {
        -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
        transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
    80% {
        -webkit-transform: perspective(400px) scale3d(.95, .95, .95);
        transform: perspective(400px) scale3d(.95, .95, .95);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
}

@keyframes flip {
    from {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }
    40% {
        -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
        transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }
    50% {
        -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
        transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
    80% {
        -webkit-transform: perspective(400px) scale3d(.95, .95, .95);
        transform: perspective(400px) scale3d(.95, .95, .95);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
}

.animated.flip {
    -webkit-backface-visibility: visible;
    backface-visibility: visible;
    -webkit-animation-name: flip;
    animation-name: flip
}

@-webkit-keyframes flipInX {
    from {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0
    }
    40% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
    60% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        opacity: 1
    }
    80% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -5deg)
    }
    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
}

@keyframes flipInX {
    from {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0
    }
    40% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
    60% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        opacity: 1
    }
    80% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -5deg)
    }
    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
}

.flipInX {
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-name: flipInX;
    animation-name: flipInX
}

@-webkit-keyframes flipInY {
    from {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0
    }
    40% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
    60% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        opacity: 1
    }
    80% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -5deg)
    }
    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
}

@keyframes flipInY {
    from {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0
    }
    40% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
    60% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        opacity: 1
    }
    80% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -5deg)
    }
    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
}

.flipInY {
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-name: flipInY;
    animation-name: flipInY
}

@-webkit-keyframes flipOutX {
    from {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
    30% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        opacity: 1
    }
    to {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        opacity: 0
    }
}

@keyframes flipOutX {
    from {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
    30% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        opacity: 1
    }
    to {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        opacity: 0
    }
}

.flipOutX {
    -webkit-animation-name: flipOutX;
    animation-name: flipOutX;
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important
}

@-webkit-keyframes flipOutY {
    from {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
    30% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
        opacity: 1
    }
    to {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        opacity: 0
    }
}

@keyframes flipOutY {
    from {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
    30% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
        opacity: 1
    }
    to {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        opacity: 0
    }
}

.flipOutY {
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-name: flipOutY;
    animation-name: flipOutY
}

@-webkit-keyframes lightSpeedIn {
    from {
        -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
        transform: translate3d(100%, 0, 0) skewX(-30deg);
        opacity: 0
    }
    60% {
        -webkit-transform: skewX(20deg);
        transform: skewX(20deg);
        opacity: 1
    }
    80% {
        -webkit-transform: skewX(-5deg);
        transform: skewX(-5deg);
        opacity: 1
    }
    to {
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

@keyframes lightSpeedIn {
    from {
        -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
        transform: translate3d(100%, 0, 0) skewX(-30deg);
        opacity: 0
    }
    60% {
        -webkit-transform: skewX(20deg);
        transform: skewX(20deg);
        opacity: 1
    }
    80% {
        -webkit-transform: skewX(-5deg);
        transform: skewX(-5deg);
        opacity: 1
    }
    to {
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

.lightSpeedIn {
    -webkit-animation-name: lightSpeedIn;
    animation-name: lightSpeedIn;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out
}

@-webkit-keyframes lightSpeedOut {
    from {
        opacity: 1
    }
    to {
        -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
        transform: translate3d(100%, 0, 0) skewX(30deg);
        opacity: 0
    }
}

@keyframes lightSpeedOut {
    from {
        opacity: 1
    }
    to {
        -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
        transform: translate3d(100%, 0, 0) skewX(30deg);
        opacity: 0
    }
}

.lightSpeedOut {
    -webkit-animation-name: lightSpeedOut;
    animation-name: lightSpeedOut;
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in
}

@-webkit-keyframes rotateIn {
    from {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate3d(0, 0, 1, -200deg);
        transform: rotate3d(0, 0, 1, -200deg);
        opacity: 0
    }
    to {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

@keyframes rotateIn {
    from {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate3d(0, 0, 1, -200deg);
        transform: rotate3d(0, 0, 1, -200deg);
        opacity: 0
    }
    to {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

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

@-webkit-keyframes rotateInDownLeft {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0
    }
    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

@keyframes rotateInDownLeft {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0
    }
    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

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

@-webkit-keyframes rotateInDownRight {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0
    }
    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

@keyframes rotateInDownRight {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0
    }
    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

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

@-webkit-keyframes rotateInUpLeft {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0
    }
    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

@keyframes rotateInUpLeft {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0
    }
    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

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

@-webkit-keyframes rotateInUpRight {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, -90deg);
        transform: rotate3d(0, 0, 1, -90deg);
        opacity: 0
    }
    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

@keyframes rotateInUpRight {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, -90deg);
        transform: rotate3d(0, 0, 1, -90deg);
        opacity: 0
    }
    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

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

@-webkit-keyframes rotateOut {
    from {
        -webkit-transform-origin: center;
        transform-origin: center;
        opacity: 1
    }
    to {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate3d(0, 0, 1, 200deg);
        transform: rotate3d(0, 0, 1, 200deg);
        opacity: 0
    }
}

@keyframes rotateOut {
    from {
        -webkit-transform-origin: center;
        transform-origin: center;
        opacity: 1
    }
    to {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate3d(0, 0, 1, 200deg);
        transform: rotate3d(0, 0, 1, 200deg);
        opacity: 0
    }
}

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

@-webkit-keyframes rotateOutDownLeft {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1
    }
    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0
    }
}

@keyframes rotateOutDownLeft {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1
    }
    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0
    }
}

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

@-webkit-keyframes rotateOutDownRight {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1
    }
    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0
    }
}

@keyframes rotateOutDownRight {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1
    }
    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0
    }
}

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

@-webkit-keyframes rotateOutUpLeft {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1
    }
    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0
    }
}

@keyframes rotateOutUpLeft {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1
    }
    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0
    }
}

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

@-webkit-keyframes rotateOutUpRight {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1
    }
    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, 90deg);
        transform: rotate3d(0, 0, 1, 90deg);
        opacity: 0
    }
}

@keyframes rotateOutUpRight {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1
    }
    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, 90deg);
        transform: rotate3d(0, 0, 1, 90deg);
        opacity: 0
    }
}

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

@-webkit-keyframes hinge {
    0% {
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }
    20%,
    60% {
        -webkit-transform: rotate3d(0, 0, 1, 80deg);
        transform: rotate3d(0, 0, 1, 80deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }
    40%,
    80% {
        -webkit-transform: rotate3d(0, 0, 1, 60deg);
        transform: rotate3d(0, 0, 1, 60deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
        opacity: 1
    }
    to {
        -webkit-transform: translate3d(0, 700px, 0);
        transform: translate3d(0, 700px, 0);
        opacity: 0
    }
}

@keyframes hinge {
    0% {
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }
    20%,
    60% {
        -webkit-transform: rotate3d(0, 0, 1, 80deg);
        transform: rotate3d(0, 0, 1, 80deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }
    40%,
    80% {
        -webkit-transform: rotate3d(0, 0, 1, 60deg);
        transform: rotate3d(0, 0, 1, 60deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
        opacity: 1
    }
    to {
        -webkit-transform: translate3d(0, 700px, 0);
        transform: translate3d(0, 700px, 0);
        opacity: 0
    }
}

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

@-webkit-keyframes rollIn {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
        transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg)
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes rollIn {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
        transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg)
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

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

@-webkit-keyframes rollOut {
    from {
        opacity: 1
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
        transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg)
    }
}

@keyframes rollOut {
    from {
        opacity: 1
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
        transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg)
    }
}

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

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

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

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

@-webkit-keyframes zoomInDown {
    from {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(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 {
    from {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(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 {
    from {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
        transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(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 {
    from {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
        transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(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 {
    from {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
        transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(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 {
    from {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
        transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(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 {
    from {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(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 {
    from {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(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 {
    from {
        opacity: 1
    }
    50% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }
    to {
        opacity: 0
    }
}

@keyframes zoomOut {
    from {
        opacity: 1
    }
    50% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }
    to {
        opacity: 0
    }
}

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

@-webkit-keyframes zoomOutDown {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
        animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190)
    }
    to {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(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)
    }
    to {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(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)
    }
    to {
        opacity: 0;
        -webkit-transform: scale(.1) translate3d(-2000px, 0, 0);
        transform: scale(.1) translate3d(-2000px, 0, 0);
        -webkit-transform-origin: left center;
        transform-origin: left center
    }
}

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

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

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

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

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

@-webkit-keyframes zoomOutUp {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
        animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190)
    }
    to {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(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)
    }
    to {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(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 {
    from {
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
        visibility: visible
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes slideInDown {
    from {
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
        visibility: visible
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

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

@-webkit-keyframes slideInLeft {
    from {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
        visibility: visible
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes slideInLeft {
    from {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
        visibility: visible
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

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

@-webkit-keyframes slideInRight {
    from {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        visibility: visible
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes slideInRight {
    from {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        visibility: visible
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

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

@-webkit-keyframes slideInUp {
    from {
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
        visibility: visible
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes slideInUp {
    from {
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
        visibility: visible
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

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

@-webkit-keyframes slideOutDown {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
    to {
        visibility: hidden;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }
}

@keyframes slideOutDown {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
    to {
        visibility: hidden;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }
}

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

@-webkit-keyframes slideOutLeft {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
    to {
        visibility: hidden;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }
}

@keyframes slideOutLeft {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
    to {
        visibility: hidden;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }
}

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

@-webkit-keyframes slideOutRight {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
    to {
        visibility: hidden;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }
}

@keyframes slideOutRight {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
    to {
        visibility: hidden;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }
}

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

@-webkit-keyframes slideOutUp {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
    to {
        visibility: hidden;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }
}

@keyframes slideOutUp {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
    to {
        visibility: hidden;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }
}

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

.flasho.tm-color {
    background: #ecf0f1 none repeat scroll 0 0;
    border: 1px solid #bdc3c7;
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
    left: 0;
    max-height: 100%;
    max-width: 100%;
    position: absolute;
    top: 0;
    z-index: 101
}

.flasho.tm-color .float_editbox {
    background: #fff none repeat scroll 0 0;
    bottom: 55px;
    left: 0;
    padding: 0;
    position: absolute;
    right: 0;
    top: 57px;
    width: 100%
}

.flasho.tm-color .header {
    background: #ecf0f1 none repeat scroll 0 0;
    border-bottom: 1px solid #ecf0f1;
    left: 0;
    line-height: 30px;
    padding: 1em 2em;
    position: absolute;
    top: 0;
    width: 100%
}

.flasho.tm-color .footer {
    bottom: 0;
    height: 55px;
    left: 0;
    margin: 0;
    padding: 0;
    position: absolute;
    text-align: right;
    width: 100%;
    z-index: 2
}

.flasho.tm-color .footer .inner {
    background: #ecf0f1 none repeat scroll 0 0;
    border-top: 1px solid #ecf0f1;
    line-height: 30px;
    padding: 1em 2em
}

.flasho.tm-color .tm_info {
    bottom: 0;
    display: inline-block;
    font-size: 2em;
    height: 1em;
    left: 0;
    line-height: 1em;
    margin: auto;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    width: auto
}

.flasho.tm-color .tm_progress_info {
    height: 100%;
    position: relative;
    width: 100%
}

.tc-row {
    margin: 0 -1em;
    position: relative;
    overflow: auto
}

.nopadding .tc-row,
.nopadding.tc-row {
    margin: 0
}

.nomargin .tc-cell {
    margin: 0
}

.tc-cell {
    position: relative;
    padding: 0 1em;
    margin: 0 0 1.65em;
    float: left;
    min-height: 1px;
    overflow: hidden
}

.nopadding .tc-cell {
    padding: 0
}

.tc-col-auto {
    width: auto
}

.tc-cell.tc-auto {
    padding: 0 1em !important
}

.tm-row .cpf-section.tm-row {
    margin: 0
}

.tm-extra-product-options .tm-row.col-12,
.tm-extra-product-options .tm-row.col-12 .tm-row.col-12 {
    margin: 0 -1em;
    min-width: 100% !important;
    max-width: 100%;
    overflow: visible;
    position: relative
}

.tm-extra-product-options .nopadding .tm-row,
.tm-extra-product-options .nopadding.tm-row {
    margin: 0
}

.tm-extra-product-options .tm-cell {
    position: relative;
    padding: 0 1em;
    margin: 0 0 1em;
    float: left !important;
    min-height: 1px;
    overflow: visible
}

.tm-extra-product-options .nopadding .tm-cell,
.tm-extra-product-options.nopadding .tm-cell {
    padding: 0
}

.tm-extra-product-options .col-0,
.tm-extra-product-options .tm-cell.col-0,
.tc-cell.tc-col-0,
.tc-col-0 {
    width: 0
}

.tm-extra-product-options .col-1,
.tm-extra-product-options .tm-cell.col-1,
.tc-cell.tc-col-1,
.tc-col-1 {
    width: 8.3334%
}

.tm-extra-product-options .col-2,
.tm-extra-product-options .tm-cell.col-2,
.tc-cell.tc-col-2,
.tc-col-2 {
    width: 16.6667%
}

.tm-extra-product-options .col-3,
.tm-extra-product-options .tm-cell.col-3,
.tc-cell.tc-col-3,
.tc-col-3 {
    width: 25%
}

.tm-extra-product-options .col-4,
.tm-extra-product-options .tm-cell.col-4,
.tc-cell.tc-col-4,
.tc-col-4 {
    width: 33.3334%
}

.tm-extra-product-options .col-5,
.tm-extra-product-options .tm-cell.col-5,
.tc-cell.tc-col-5,
.tc-col-5 {
    width: 41.6667%
}

.tm-extra-product-options .col-6,
.tm-extra-product-options .tm-cell.col-6,
.tc-cell.tc-col-6,
.tc-col-6 {
    width: 50%
}

.tm-extra-product-options .col-7,
.tm-extra-product-options .tm-cell.col-7,
.tc-cell.tc-col-7,
.tc-col-7 {
    width: 58.3334%
}

.tm-extra-product-options .col-8,
.tm-extra-product-options .tm-cell.col-8,
.tc-cell.tc-col-8,
.tc-col-8 {
    width: 66.6667%
}

.tm-extra-product-options .col-9,
.tm-extra-product-options .tm-cell.col-9,
.tc-cell.tc-col-9,
.tc-col-9 {
    width: 75%
}

.tm-extra-product-options .col-10,
.tm-extra-product-options .tm-cell.col-10,
.tc-cell.tc-col-10,
.tc-col-10 {
    width: 83.3334%
}

.tm-extra-product-options .col-11,
.tm-extra-product-options .tm-cell.col-11,
.tc-cell.tc-col-11,
.tc-col-11 {
    width: 91.6667%
}

.tm-extra-product-options .col-12,
.tm-extra-product-options .tm-cell.col-12,
.tc-cell.tc-col-12,
.tc-col-12 {
    width: 100%
}

@media(max-width:768px) {
    .tm-extra-product-options .col-1,
    .tm-extra-product-options .tm-cell.col-1,
    .tm-extra-product-options .col-2,
    .tm-extra-product-options .tm-cell.col-2,
    .tm-extra-product-options .col-3,
    .tm-extra-product-options .tm-cell.col-3,
    .tm-extra-product-options .col-4,
    .tm-extra-product-options .tm-cell.col-4,
    .tm-extra-product-options .col-5,
    .tm-extra-product-options .tm-cell.col-5,
    .tm-extra-product-options .col-6,
    .tm-extra-product-options .tm-cell.col-6,
    .tm-extra-product-options .col-7,
    .tm-extra-product-options .tm-cell.col-7,
    .tm-extra-product-options .col-8,
    .tm-extra-product-options .tm-cell.col-8,
    .tm-extra-product-options .col-9,
    .tm-extra-product-options .tm-cell.col-9,
    .tm-extra-product-options .col-10,
    .tm-extra-product-options .tm-cell.col-10,
    .tm-extra-product-options .col-11,
    .tm-extra-product-options .tm-cell.col-11,
    .tm-extra-product-options .col-12 .tm-extra-product-options .tm-cell.col-12,
    .tc-cell.tc-col-0,
    .tc-col-0,
    .tc-cell.tc-col-1,
    .tc-col-1,
    .tc-cell.tc-col-2,
    .tc-col-2,
    .tc-cell.tc-col-3,
    .tc-col-3,
    .tc-cell.tc-col-4,
    .tc-col-4,
    .tc-cell.tc-col-5,
    .tc-col-5,
    .tc-cell.tc-col-6,
    .tc-col-6,
    .tc-cell.tc-col-7,
    .tc-col-7,
    .tc-cell.tc-col-8,
    .tc-col-8,
    .tc-cell.tc-col-9,
    .tc-col-9,
    .tc-cell.tc-col-10,
    .tc-col-10,
    .tc-cell.tc-col-11,
    .tc-col-11,
    .tc-cell.tc-col-12,
    .tc-col-12 {
        width: 100%
    }
    .tm-extra-product-options ul.tmcp-elements:not(.tm-extra-product-options-variations) li.tmcp-field-wrap:not(.tm-per-row) {
        float: none !important;
        width: 100% !important
    }
    .tm-extra-product-options .radio_image,
    .tm-extra-product-options .checkbox_image {
        min-width: none !important;
        min-height: none !important
    }
    .tm-floating-box {
        display: none !important
    }
}

.tm-extra-product-options .cpfclear {
    height: 0;
    margin: 0;
    padding: 0;
    min-height: 0;
    overflow: visible;
    width: 100%;
    float: left;
    position: relative
}

.tm-extra-product-options .cpf_clear {
    clear: both
}

.tm-floating-box {
    width: auto;
    height: auto;
    padding: 1em;
    position: fixed;
    right: 0;
    top: 0;
    bottom: 0;
    left: 0;
    background: url("../images/p5.png") repeat scroll 0 0 transparent;
    z-index: 9999;
    max-height: 100%;
    overflow: hidden
}

.tm-floating-box .tm-unit-price,
.tm-floating-box .tm-final-totals,
.tm-floating-box .tm-options-totals {
    margin: .5em 0
}

.tm-floating-box.right {
    left: auto;
    right: 0
}

.tm-floating-box.left {
    right: auto;
    left: 0
}

.tm-floating-box.bottom {
    bottom: 0;
    top: auto
}

.tm-floating-box.top {
    top: 0;
    bottom: auto
}

.tc-img-floating {
    display: block;
    height: 50px !important;
    margin: 1em 0;
    width: auto !important
}

.tm-fb {
    font-size: 12px;
    line-height: 10px;
    max-height: 200px;
    max-width: 200px;
    overflow-y: auto;
    overflow-x: hidden
}

.tm-fb dt {
    display: block;
    margin: 0;
    padding-bottom: 5px
}

.tm-fb dd {
    display: block;
    border-bottom: 1px dotted rgba(0, 0, 0, 0.1);
    margin: 0 0 1em
}

.tm-floating-box-alt .tm-floating-box {
    background: 0;
    padding: 0;
    position: static
}

.tm-floating-box-nks .tm-floating-box {
    bottom: 0 !important;
    left: 0 !important;
    padding: 5%;
    position: absolute !important;
    right: 0 !important;
    top: 0 !important;
    width: 100%
}

.tm-floating-box-nks .tm-fb {
    max-height: 90% !important;
    max-width: 90% !important
}

.tc-row.tm-fb-labels {
    border-bottom: 1px solid;
    font-weight: bold;
    margin-bottom: 1.65em
}

.tm-extra-product-options,
.tm-extra-product-options .tm-extra-product-options-inner,
.tm-extra-product-options .tm-extra-product-options-fields,
.tm-extra-product-options .tm-extra-product-options-container,
.tm-extra-product-options .tmcp-ul-wrap,
.tm-extra-product-options .tmcp-field,
.tm-extra-product-options .tm-epo-field,
.tm-extra-product-options li.tmcp-field-wrap,
.tm-extra-product-options .tm-cell,
.tm-extra-product-options .tm-row,
.tm-collapse,
.tm-collapse-wrap,
.tm-epo-field-label,
.tm-show-picker-value,
.tm-bsbb,
.tm-bsbb-all,
.tm-bsbb-all *,
.tc-row,
.tc-cell,
.tm-box,
.flasho,
.flasho div,
.tm-button,
.tm-epo-style,
.tc-lightbox img,
.tm-extra-product-options .radio_image,
.tm-extra-product-options .checkbox_image {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box
}

.tm-extra-product-options {
    max-width: 100%;
    width: 100%
}

.tm-extra-product-options .tm-extra-product-options-container,
.tm-extra-product-options .tmcp-ul-wrap {
    overflow: visible;
    float: left;
    max-width: 100%;
    width: 100%
}

.tm-extra-product-options .tm-extra-product-options-fields,
.tm-extra-product-options .tmcp-ul-wrap {
    clear: both;
    list-style: none outside none;
    margin: 0;
    padding: 0
}

.tm-extra-product-options ul.tmcp-ul-wrap li.tmcp-field-wrap {
    width: auto;
    padding: 1em .5em 0 0;
    margin: 0;
    list-style: none outside none !important
}

.tm-extra-product-options ul.tmcp-elements li.tmcp-field-wrap {
    padding: .5em .5em 0 0;
    width: 100%;
    float: left;
    list-style: none outside none !important;
    position: relative
}

.tm-extra-product-options ul.tmcp-elements.use_images_container li.tmcp-field-wrap {
    padding: 1em .25em 0;
    text-align: center
}

.tc-totals-form {
    clear: both;
    display: block;
    width: 100%
}

.tm-epo-totals {
    clear: both;
    padding-bottom: 1em;
    padding-top: 1em
}

.tm-epo-totals.hidden {
    display: none
}

html .tc-extra-product-options .tc-hidden.tm-cell,
.tc-hidden,
.tm-hidden,
.tc-extra-product-options input.use_images,
.tm-extra-product-options input.use_images {
    display: none !important
}

.tm-box {
    border: 1px solid rgba(0, 0, 0, 0.035);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(0, 0, 0, 0.01)), color-stop(50%, rgba(0, 0, 0, 0.01)), color-stop(50%, rgba(0, 0, 0, 0.02)), color-stop(100%, rgba(0, 0, 0, 0.01)));
    background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.01) 0, rgba(0, 0, 0, 0.01) 50%, rgba(0, 0, 0, 0.02) 50%, rgba(0, 0, 0, 0.01) 100%);
    background-image: -moz-linear-gradient(center top, rgba(0, 0, 0, 0.01) 0, rgba(0, 0, 0, 0.01) 50%, rgba(0, 0, 0, 0.02) 50%, rgba(0, 0, 0, 0.01) 100%);
    background-image: -ms-linear-gradient(top, rgba(0, 0, 0, 0.01) 0, rgba(0, 0, 0, 0.01) 50%, rgba(0, 0, 0, 0.02) 50%, rgba(0, 0, 0, 0.01) 100%);
    background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.01) 0, rgba(0, 0, 0, 0.01) 50%, rgba(0, 0, 0, 0.02) 50%, rgba(0, 0, 0, 0.01) 100%);
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.01) 0, rgba(0, 0, 0, 0.01) 50%, rgba(0, 0, 0, 0.02) 50%, rgba(0, 0, 0, 0.01) 100%);
    margin: 1em 0;
    float: left;
    width: 100%;
    padding: 1.5em
}

.tm-description p:last-child {
    margin-bottom: 0
}

.tm-extra-product-options .tm-cell hr {
    margin: 0
}

.tm-extra-product-options textarea.tm-epo-field {
    height: auto;
    width: 100%
}

.tm-extra-product-options .tmcp-textfield.tm-epo-field {
    width: auto;
    max-width: 100%
}

.tm-extra-product-options .tm-epo-field.tmcp-checkbox,
.tm-extra-product-options .tm-epo-field.tmcp-radio {
    margin: 0 !important;
    position: relative;
    top: -2px;
    vertical-align: middle;
    float: none
}

.tm-extra-product-options .tm-epo-field-label {
    display: block;
    margin: 0;
    position: relative;
    float: none;
    width: 100%;
    font-weight: 700
}

.tm-extra-product-options .tm-epo-field-label.tm-tooltip {
    display: inline-block;
    width: auto
}

.tm-epo-field-label.tm-left {
    padding-right: 1em;
    width: auto;
    float: left
}

.tm-epo-field-label.tm-left+.tm-extra-product-options-container li.tmcp-field-wrap,
.tm-epo-field-label.tm-right+.tm-extra-product-options-container li.tmcp-field-wrap {
    padding-top: 0
}

.tm-epo-field-label.tm-left+.tm-extra-product-options-container,
.tm-epo-field-label.tm-right+.tm-extra-product-options-container {
    width: auto !important;
    max-width: 66%
}

.cpf-type-range .tm-epo-field-label.tm-left+.tm-extra-product-options-container,
.cpf-type-range .tm-epo-field-label.tm-right+.tm-extra-product-options-container {
    width: 66% !important;
    padding-top: 5px
}

.cpf-type-range .tm-epo-field-label.tm-left,
.cpf-type-range .tm-epo-field-label.tm-right {
    margin-top: 5px
}

.tm-epo-field-label.tm-right {
    float: right;
    padding-left: 1em;
    width: auto
}

.tm-epo-field-label.tm-left,
.tm-epo-field-label.tm-right {
    max-width: 33%
}

.tm-extra-product-options .tm-epo-field-label.tm-has-undo-button {
    padding-right: 2em
}

.tm-epo-reset-variation,
.tm-epo-reset-radio {
    cursor: pointer;
    position: absolute;
    right: 0;
    top: 0
}

.tm-epo-variation-section .reset_variations {
    clear: both;
    display: block;
    width: 100%;
    position: static
}

dl.variation img {
    max-width: 50px;
    width: 50px;
    height: auto
}

.tm-epo-required {
    color: red
}

.tmcp-field-wrap .tm-epo-required {
    position: static;
    left: auto;
    top: auto
}

.tm-extra-product-options span.tm-epo-field-label {
    font-weight: bold
}

.tm-extra-product-options ul.tmcp-ul-wrap.tm-extra-product-options-checkbox li.tmcp-field-wrap .tm-label,
.tm-extra-product-options ul.tmcp-ul-wrap.tm-extra-product-options-radio li.tmcp-field-wrap .tm-label,
.tm-extra-product-options ul.tmcp-ul-wrap.tm-extra-product-options-variations li.tmcp-field-wrap .tm-label {
    padding: 0 0 0 .5em !important;
    margin: 0 !important;
    line-height: 1em !important;
    display: inline !important;
    vertical-align: middle
}

.tm-extra-product-options ul.tmcp-ul-wrap.tm-extra-product-options-checkbox li.tmcp-field-wrap .tm-label:empty,
.tm-extra-product-options ul.tmcp-ul-wrap.tm-extra-product-options-radio li.tmcp-field-wrap .tm-label:empty,
.tm-extra-product-options ul.tmcp-ul-wrap.tm-extra-product-options-variations li.tmcp-field-wrap .tm-label:empty {
    padding: 0 !important
}

.tm-extra-product-options .tm-extra-product-options-field {
    clear: both;
    display: block;
    float: left;
    margin: 0;
    padding: 0;
    width: 100%
}

.tm-extra-product-options .tmcp-field-wrap .tc-price {
    font-size: 1em !important;
    width: auto !important;
    display: inline-block !important;
    float: none !important
}

.tc-extra-product-options .tmcp-field-wrap .price.tc-price {
    font-size: 1em !important;
    background: none !important;
    min-width:33px;
}

.tc-extra-product-options .tmcp-field-wrap .price.tc-price .amount {
    font-size: 1em !important;
    display: inline !important;
    background: none !important;
    font-weight:400;
}

.tm-extra-product-options .tmcp-field-wrap .amount,
.tm-extra-product-options .tmcp-field-wrap .after-amount {
    margin-left: .5em
}

.tm-extra-product-options .tmcp-field-wrap .tc-chars+.tc-price .amount {
    margin-left: 0
}

.tm-extra-product-options .use_images_container .tmcp-field-wrap .amount {
    margin-left: 0
}

.tm-extra-product-options .amount.hidden,
.tm-extra-product-options .tmcp-field-wrap .price.amount.hidden,
.tm-extra-product-options .tmcp-field-wrap .tc-price.hidden,
.tm-extra-product-options .after-amount.hidden,
.tm-extra-product-options .tmperiod.hidden {
    display: none !important
}

.tm-extra-product-options-totals .price.amount.options,
.tm-extra-product-options-totals .price.amount.fees,
.tm-extra-product-options-totals .price.amount.subscription-fee {
    font-size: 1.25em
}

.tm-extra-product-options-totals .amount {
    background: 0
}

.tm-extra-product-options-totals .amount.options,
.tm-extra-product-options-totals .amount.fees,
.tm-extra-product-options-totals .amount.subscription-fee {
    font-weight: bold
}

.tm-extra-product-options-totals .amount.final {
    font-size: 1.5em;
    font-weight: bold
}

.tm-extra-product-options-totals .price.amount.final {
    display: inline-block !important
}

.tm-unit-price,
.tm-fee-totals,
.tm-final-totals,
.tm-options-totals,
.tm-subscription-fee {
    padding: 0;
    margin: 0;
    border: 0 none;
    float: none
}

.tm_dpd_label {
    display: block;
    font-size: 80%
}

.tm-extra-product-options li.tmcp-field-wrap.tc-active .tc-label.tm-label,
.tm-extra-product-options li.tmcp-field-wrap.tc-active .price.tc-price .amount,
.tm-extra-product-options ul.tmcp-ul-wrap.tm-extra-product-options-radio li.tmcp-field-wrap label input[type="radio"]:checked ~ .tc-label,
.tm-extra-product-options ul.tmcp-ul-wrap.tm-extra-product-options-checkbox li.tmcp-field-wrap label input[type="checkbox"]:checked ~ .tc-label {
    font-weight: bold
}

.tm-extra-product-options .tm_divider {
    border-style: solid;
    border-width: 1px;
    margin: 1em 0;
    clear: both
}

.tm-extra-product-options .tm_padding {
    padding: 1em 0
}

.tm-extra-product-options ul.tmcp-ul-wrap li.tmcp-field-wrap input.use_images+label {
    display: inline-block;
    padding: 0 !important;
    max-width: 100%;
    border: 0 solid;
    position: relative;
    line-height: 0;
    margin: 0 !important;
    height: auto !important;
    background: none !important
}

.tm-extra-product-options input.use_images:checked+img.radio_image,
.tm-extra-product-options input.use_images:checked+.tc-lightbox-image-wrap img.radio_image,
.tm-extra-product-options input.use_images:checked+.tmhexcolorimage.radio_image,
.tm-extra-product-options input.use_images:checked+.tc-lightbox-wrap img.radio_image,
.tm-extra-product-options input.use_images:checked+img.checkbox_image,
.tm-extra-product-options input.use_images:checked+.tc-lightbox-image-wrap img.checkbox_image,
.tm-extra-product-options input.use_images:checked+.tmhexcolorimage.checkbox_image,
.tm-extra-product-options input.use_images:checked+.tc-lightbox-wrap img.checkbox_image {
    border-color: inherit;
    border-width: 1px;
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3)
}

.tm-extra-product-options .radio_image,
.tm-extra-product-options .checkbox_image {
    border: 1px solid transparent;
    display: inline-block !important;
    height: auto;
    width: auto;
    margin: auto;
    max-width: 100%;
    padding: 1px;
    pointer-events: none !important
}

.tm-extra-product-options input.use_images:checked+img.radio_image.round,
.tm-extra-product-options input.use_images:checked+.tc-lightbox-image-wrap img.radio_image.round,
.tm-extra-product-options input.use_images:checked+.tmhexcolorimage.radio_image.round,
.tm-extra-product-options input.use_images:checked+.tc-lightbox-wrap img.radio_image.round,
.tm-extra-product-options input.use_images:checked+img.checkbox_image.round,
.tm-extra-product-options input.use_images:checked+.tc-lightbox-image-wrap img.checkbox_image.round,
.tm-extra-product-options input.use_images:checked+.tmhexcolorimage.checkbox_image.round,
.tm-extra-product-options input.use_images:checked+.tc-lightbox-wrap img.checkbox_image.round {
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    border-width: 1px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none
}

.tm-extra-product-options input.use_images:checked+img.radio_image.square,
.tm-extra-product-options input.use_images:checked+.tc-lightbox-image-wrap img.radio_image.square,
.tm-extra-product-options input.use_images:checked+.tmhexcolorimage.radio_image.square,
.tm-extra-product-options input.use_images:checked+.tc-lightbox-wrap img.radio_image.square,
.tm-extra-product-options input.use_images:checked+img.checkbox_image.square,
.tm-extra-product-options input.use_images:checked+.tc-lightbox-image-wrap img.checkbox_image.square,
.tm-extra-product-options input.use_images:checked+.tmhexcolorimage.checkbox_image.square,
.tm-extra-product-options input.use_images:checked+.tc-lightbox-wrap img.checkbox_image.square {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border-width: 1px
}

.tm-extra-product-options input.use_images:checked+img.radio_image.shadow,
.tm-extra-product-options input.use_images:checked+.tc-lightbox-image-wrap img.radio_image.shadow,
.tm-extra-product-options input.use_images:checked+.tmhexcolorimage.radio_image.shadow,
.tm-extra-product-options input.use_images:checked+.tc-lightbox-wrap img.radio_image.shadow,
.tm-extra-product-options input.use_images:checked+img.checkbox_image.shadow,
.tm-extra-product-options input.use_images:checked+.tc-lightbox-image-wrap img.checkbox_image.shadow,
.tm-extra-product-options input.use_images:checked+.tmhexcolorimage.checkbox_image.shadow,
.tm-extra-product-options input.use_images:checked+.tc-lightbox-wrap img.checkbox_image.shadow {
    -webkit-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.5);
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.5);
    border-width: 1px
}

.tm-extra-product-options input.use_images:checked+img.radio_image.thinline,
.tm-extra-product-options input.use_images:checked+.tc-lightbox-image-wrap img.radio_image.thinline,
.tm-extra-product-options input.use_images:checked+.tmhexcolorimage.radio_image.thinline,
.tm-extra-product-options input.use_images:checked+.tc-lightbox-wrap img.radio_image.thinline,
.tm-extra-product-options input.use_images:checked+img.checkbox_image.thinline,
.tm-extra-product-options input.use_images:checked+.tc-lightbox-image-wrap img.checkbox_image.thinline,
.tm-extra-product-options input.use_images:checked+.tmhexcolorimage.checkbox_image.thinline,
.tm-extra-product-options input.use_images:checked+.tc-lightbox-wrap img.checkbox_image.thinline {
    border-width: 1px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none
}

.tm-extra-product-options input.use_images+label+.amount {
    display: block;
    text-align: center
}

.radio_image_label,
.checkbox_image_label {
    display: block;
    text-align: center;
    padding: 1em 0;
    line-height: 1.5
}

.tc-label.tm-label .radio_image_label,
.tc-label.tm-label .checkbox_image_label {
    display: inline;
    margin-right: .5em
}

.tc-label.tm-label .radio_image_label:empty,
.tc-label.tm-label .checkbox_image_label:empty {
    margin-right: 0
}

.tc-label.tm-label .radio_image_label+.tmhexcolorimage,
.tc-label.tm-label .checkbox_image_label+.tmhexcolorimage {
    vertical-align: middle
}

.tm-hide-label+.radio_image_label,
.tm-hide-label+.checkbox_image_label {
    display: none !important
}

.tm-bottom-label+.radio_image_label,
.tm-bottom-label+.checkbox_image_label {
    padding: .5em 0
}

.tm-inside-label+.radio_image_label,
.tm-inside-label+.checkbox_image_label {
    left: 0;
    padding: 0;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    word-wrap: break-word
}

.epo-option-image {
    max-height: 100px;
    height: auto;
    width: auto
}

.tc-extra-product-options .tmcp-field-wrap label,
.tm-epo-variation-section .tmhexcolorimage-li-nowh label,
.tm-epo-variation-section .tmhexcolorimage-li label {
    padding: 0;
    display: inline-block !important;
    float: none;
    width: auto;
    max-width: 100%
}

.tc-extra-product-options .cpf-type-select .tmcp-field-wrap label.fullwidth,
.tc-extra-product-options .cpf-type-select .tmcp-field-wrap label.fullwidth select {
    width: 85%;
    font-weight:400!important;
}
.tc-label a{
	color:#000!important;
}
.tm-extra-product-options .use_images_container .tmcp-field-wrap label,
.tm-epo-variation-section .tmhexcolorimage-li-nowh label,
.tm-epo-variation-section .tmhexcolorimage-li label {
    cursor: pointer;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    -moz-user-select: none;
    user-select: none
}

.tmcp-date-select {
    max-width: 100%
}

.tm-extra-product-options-date .tmcp-field-wrap label,
.tm-epo-datepicker-label-container {
    display: inline-block !important;
    margin-right: 6px;
    vertical-align: baseline;
    position: relative;
    max-width: 100%
}

.tm-epo-field.tmcp-date {
    min-height: 2.5em !important;
    height: auto;
    width: auto !important
}

.tm-epo-field.tmcp-select {
    max-width: 100%;
    display: initial
}

.tm-extra-product-options input.tm-epo-field.tmcp-upload {
    width: 100%
}

.epo-upload-image {
    max-height: none !important;
    max-width: 70% !important;
    width: auto !important
}

.noanimated {
    -webkit-animation-fill-mode: none !important;
    animation-fill-mode: none !important;
    opacity: 1 !important;
    z-index: auto !important
}

.tc-extra-product-options .tmcp-field-wrap label.cpf-upload-container {
    border: 1px solid;
    display: inline-block !important;
    font-size: 1em;
    height: auto;
    overflow: hidden;
    padding: .5em 1em;
    position: relative;
    vertical-align: middle;
    margin: 0 .5em 0 0;
    cursor: pointer
}

.cpf-upload-container [type=file] {
    cursor: inherit;
    display: block;
    font-size: .01px;
    filter: alpha(opacity=0);
    min-height: 100%;
    min-width: 100%;
    opacity: 0;
    position: absolute;
    right: 0;
    text-align: right;
    top: 0
}

.tm-arrow {
    cursor: pointer;
    font-size: 14px;
    height: 1.5em;
    line-height: 1.5em !important;
    margin-top: -0.75em;
    position: absolute;
    right: 1px;
    text-align: center;
    top: 50%;
    width: 1.5em
}

.tm-toggle {
    padding-right: 2em;
    position: relative;
    cursor: pointer
}

.tm-collapse .tm-toggle {
    clear: both
}

.tm-collapse {
    border: 1px solid rgba(0, 0, 0, 0.035);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(0, 0, 0, 0.01)), color-stop(50%, rgba(0, 0, 0, 0.01)), color-stop(50%, rgba(0, 0, 0, 0.02)), color-stop(100%, rgba(0, 0, 0, 0.01)));
    background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.01) 0, rgba(0, 0, 0, 0.01) 50%, rgba(0, 0, 0, 0.02) 50%, rgba(0, 0, 0, 0.01) 100%);
    background-image: -moz-linear-gradient(center top, rgba(0, 0, 0, 0.01) 0, rgba(0, 0, 0, 0.01) 50%, rgba(0, 0, 0, 0.02) 50%, rgba(0, 0, 0, 0.01) 100%);
    background-image: -ms-linear-gradient(top, rgba(0, 0, 0, 0.01) 0, rgba(0, 0, 0, 0.01) 50%, rgba(0, 0, 0, 0.02) 50%, rgba(0, 0, 0, 0.01) 100%);
    background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.01) 0, rgba(0, 0, 0, 0.01) 50%, rgba(0, 0, 0, 0.02) 50%, rgba(0, 0, 0, 0.01) 100%);
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.01) 0, rgba(0, 0, 0, 0.01) 50%, rgba(0, 0, 0, 0.02) 50%, rgba(0, 0, 0, 0.01) 100%);
    margin: 0 0 1em;
    float: left;
    width: 100%;
    padding: 1em
}

.tm-collapse-wrap {
    float: left;
    margin-top: 1em;
    overflow: visible;
    width: 100%
}

.tm-animated {
    -webkit-animation-duration: .3s;
    animation-duration: .3s
}

.woocommerce td.product-name dl.variation dt.tc-hidden-variation {
    margin: 0
}

.tc-chars {
    display: block;
    font-size: 9px
}

.tm-extra-product-options .tmcp-field-wrap .price:empty {
    display: none !important
}

.fl-overlay {
    background: #f5f5f5;
    position: fixed;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 101000
}

.tm-section-pop-up {
    height: 80%;
    left: 10% !important;
    position: fixed !important;
    top: 10% !important;
    width: 80%
}

#tm-section-pop-up .tm-epo-field-label.tm-section-label {
    display: none
}

.flasho {
    font: 13px/1.5em "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
    background: url("../images/linefix5.png") repeat scroll 0 0 #ccc;
    border: 1px solid transparent;
    left: 0;
    position: absolute;
    top: 0;
    z-index: 101001;
    -webkit-box-shadow: 0 1px 15px 1px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 1px 15px 1px rgba(0, 0, 0, 0.2);
    box-shadow: 0 1px 15px 1px rgba(0, 0, 0, 0.2)
}

.float_editbox {
    background: #fff;
    bottom: 55px;
    left: 0;
    overflow: auto;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 0;
    position: absolute;
    right: 0;
    top: 56px;
    width: 100%
}

.flasho .header {
    background: none repeat scroll 0 0 #fafafa;
    border-bottom: 1px solid transparent;
    left: 0;
    line-height: 30px;
    padding: 1em 2em;
    position: absolute;
    top: 0;
    width: 100%
}

.flasho .header h3 {
    color: #292421;
    font: 20px/30px "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
    margin: 0;
    letter-spacing: 1px
}

.flasho .footer {
    bottom: 0;
    height: 55px;
    left: 0;
    margin: 0;
    padding: 0;
    position: absolute;
    text-align: right;
    width: 100%;
    z-index: 2
}

.flasho .footer .inner {
    background: none repeat scroll 0 0 #fafafa;
    border-top: 1px solid transparent;
    line-height: 30px;
    padding: 12px 2em
}

.tm-button {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    border-style: solid;
    border-width: 1px;
    cursor: pointer;
    display: inline-block;
    font-size: 13px !important;
    margin: 0;
    height: 30px;
    line-height: 28px !important;
    padding: 0 12px 2px !important;
    text-decoration: none;
    white-space: nowrap;
    background: none repeat scroll 0 0 #f7f7f7;
    border-color: #ccc;
    -webkit-box-shadow: 0 1px 0 #fff inset, 0 1px 0 rgba(0, 0, 0, 0.08);
    -moz-box-shadow: 0 1px 0 #fff inset, 0 1px 0 rgba(0, 0, 0, 0.08);
    box-shadow: 0 1px 0 #fff inset, 0 1px 0 rgba(0, 0, 0, 0.08);
    color: #555;
    vertical-align: top
}

.tm-button:hover {
    background: none repeat scroll 0 0 #fafafa;
    border-color: #999;
    color: #222
}

.tm-row.tm-cart-row {
    float: left;
    padding: 2%;
    width: 100%;
    border-color: #999;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    border-style: none none dotted;
    border-width: 0 0 1px
}

.tm-row.tm-cart-row:last-child {
    border: 0 none
}

.tm-row.tm-cart-row .tm-cell {
    margin: 0
}

.tm-row.tm-cart-row .tm-cell.cpf-name {
    font-weight: bold
}

.tm-extra-product-options .tm-epo-datepicker {
    display: inline-block !important;
    line-height: normal !important;
    margin: 0 -2.5em 0 0 !important;
    max-width: 100% !important;
    padding-right: 2.5em !important;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none
}

.tm-epo-field-label.tm-left+.tm-extra-product-options-container .tm-epo-datepicker-label-container,
.tm-epo-field-label.tm-right+.tm-extra-product-options-container .tm-epo-datepicker-label-container {
    margin-top: 0
}

.tm-static {
    position: static
}

.cpf-img-on-cart,
.cpf-data-on-cart {
    display: block
}

.cpf-img-on-cart img {
    margin-right: .5em
}

.cpf-data-on-cart:before {
    content: "\f046";
    font-family: tc-fontawesome;
    margin-right: .5em;
    vertical-align: middle
}

.cpf-img-on-cart .cpf-data-on-cart:before {
    content: "";
    display: none
}

.cpf-data-on-cart,
.cpf-img-on-cart {
    border-bottom: 1px dotted rgba(0, 0, 0, 0.2);
    margin-bottom: .5em
}

.cpf-color-on-cart {
    width: 1em;
    height: 1em;
    display: inline-block;
    border: 1px solid
}

.tm-extra-product-options .tm-extra-product-options-date .ui-tm-datepicker-trigger {
    font-family: "tc-fontawesome";
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    background: transparent none repeat scroll 0 0;
    border-width: 0 0 0 1px;
    color: inherit !important;
    cursor: pointer;
    display: inline-block;
    font-size: inherit !important;
    line-height: inherit !important;
    margin: 0;
    padding: 0 .75em !important;
    position: absolute;
    right: 0;
    top: 0;
    height: 100% !important
}

.tm-extra-product-options .tm-extra-product-options-date .ui-tm-datepicker-trigger:hover {
    background: none repeat scroll 0 0 transparent;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none
}

.tm-extra-product-options .tm-extra-product-options-date .ui-tm-datepicker-trigger:before {
    content: "\f073"
}

.tm-section-pop {
    display: none
}

.tm-section-pop-up.single .tm-cell.section_popup {
    width: 100% !important
}

.tm-section-pop-up.single .tm-cell.section_popup .tm-section-pop {
    margin: 2%
}

.tm-extra-product-options.tm-section-pop-up.single .footer .inner .tm-button.button.button-secondary.button-large.details_cancel,
.tc-extra-product-options .tm-section-pop-up.single .footer .inner .tm-button.button.button-secondary.button-large.details_cancel {
    float: none
}

.tc-extra-product-options {
    visibility: hidden
}

.tc-extra-product-options.tc-show,
.tc-extra-product-options.tc-show-override {
    display: block;
    clear: both;
    visibility: visible
}

#tm-tooltip {
    font-family: Roboto, sans-serif;
    font-size: .875em;
    text-align: center;
    text-shadow: 0 1px rgba(0, 0, 0, .5);
    line-height: 1.5;
    color: #fff;
    background: #333;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .6)), to(rgba(0, 0, 0, .8)));
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, .6), rgba(0, 0, 0, .8));
    background: -moz-linear-gradient(top, rgba(0, 0, 0, .6), rgba(0, 0, 0, .8));
    background: -ms-radial-gradient(top, rgba(0, 0, 0, .6), rgba(0, 0, 0, .8));
    background: -o-linear-gradient(top, rgba(0, 0, 0, .6), rgba(0, 0, 0, .8));
    background: linear-gradient(to top, rgba(0, 0, 0, .6), rgba(0, 0, 0, .8));
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, .3);
    -moz-box-shadow: 0 3px 5px rgba(0, 0, 0, .3);
    box-shadow: 0 3px 5px rgba(0, 0, 0, .3);
    position: absolute;
    z-index: 145400;
    padding: 15px;
    pointer-events: none
}

#tm-tooltip:after {
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #333;
    content: '';
    position: absolute;
    left: 50%;
    bottom: -10px;
    margin-left: -10px
}

#tm-tooltip.top:after {
    border-top-color: transparent;
    border-bottom: 10px solid #333;
    border-bottom-color: rgba(0, 0, 0, .6);
    top: -20px;
    bottom: auto
}

#tm-tooltip.left:after {
    left: 10px;
    margin: 0
}

#tm-tooltip.right:after {
    right: 10px;
    left: auto;
    margin: 0
}

.tmhexcolorimage {
    display: block !important;
    height: 100% !important;
    max-height: 100% !important;
    max-width: 100% !important;
    width: 100%
}

.use_colors_container .tmhexcolorimage {
    height: auto !important
}

.tc-hide-add-to-cart-button {
    display: none !important
}

.tm-epo-style-wrapper input[type=checkbox],
.tm-epo-style-wrapper input[type=radio] {
    visibility: hidden;
    display: inline !important
}

.tm-epo-style-wrapper input[type=checkbox]:checked+.tm-epo-style:after,
.tm-epo-style-wrapper input[type=radio]:checked+.tm-epo-style:after {
    opacity: 1
}

.tm-epo-style-wrapper {
    height: 2em;
    width: 2em;
    position: relative;
    display: inline-block
}

.tm-epo-style:after {
    content: "\f00c"
}

.tm-epo-style-wrapper input[type=radio]+.tm-epo-style:after {
    content: "\f111"
}

.tm-epo-style:hover:after {
    opacity: .5
}

.tm-epo-style:after {
    background: transparent none repeat scroll 0 0;
    font-family: tc-fontawesome;
    font-weight: normal;
    height: 1em;
    left: 50%;
    margin-left: -0.5em;
    margin-top: -0.5em;
    opacity: 0;
    position: absolute;
    text-align: center;
    top: 50%;
    width: 1em;
    line-height: 1em
}

.tm-epo-style-wrapper.round2,
.tm-epo-style-wrapper.square2 {
    height: 1em;
    width: 1em;
    padding: 5px;
    vertical-align: middle
}

.tm-epo-style.round2,
.tm-epo-style.square2 {
    height: 100%;
    width: 100%;
    background: transparent none repeat scroll 0 0;
    border: 2px solid;
    cursor: pointer;
    left: 0;
    line-height: 1;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 0
}

.tm-epo-style-wrapper.round2 .tm-epo-style::after,
.tm-epo-style-wrapper.square2 .tm-epo-style::after {
    font-size: .8em
}

.tm-epo-style.round,
.tm-epo-style.square {
    background: transparent none repeat scroll 0 0;
    border: 1px solid;
    cursor: pointer;
    height: 2em;
    left: 0;
    line-height: 1;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 0;
    width: 2em
}

.tm-epo-style.round,
.tm-epo-style.round2 {
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%
}

.tc-clearfix:after {
    content: "";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    overflow: hidden
}


/*! nouislider - 8.5.1 - 2016-04-24 16:00:30 */

.noUi-target,
.noUi-target * {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -ms-touch-action: none;
    touch-action: none;
    -ms-user-select: none;
    -moz-user-select: none;
    user-select: none;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.noUi-target {
    position: relative;
    direction: ltr
}

.noUi-base {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 1
}

.noUi-origin {
    position: absolute;
    right: 0;
    top: 0;
    left: 0;
    bottom: 0
}

.noUi-handle {
    position: relative;
    z-index: 1
}

.noUi-stacking .noUi-handle {
    z-index: 10
}

.noUi-state-tap .noUi-origin {
    -webkit-transition: left .3s, top .3s;
    transition: left .3s, top .3s
}

.noUi-state-drag * {
    cursor: inherit !important
}

.noUi-base,
.noUi-handle {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.noUi-horizontal {
    height: 18px
}

.noUi-horizontal .noUi-handle {
    width: 34px;
    height: 28px;
    left: -17px;
    top: -6px
}

.noUi-vertical {
    width: 18px
}

.noUi-vertical .noUi-handle {
    width: 28px;
    height: 34px;
    left: -6px;
    top: -17px
}

.noUi-background {
    background: #fafafa;
    -webkit-box-shadow: inset 0 1px 1px #f0f0f0;
    -moz-box-shadow: inset 0 1px 1px #f0f0f0;
    box-shadow: inset 0 1px 1px #f0f0f0
}

.noUi-connect {
    background: #3fb8af;
    -webkit-box-shadow: inset 0 0 3px rgba(51, 51, 51, .45);
    -moz-box-shadow: inset 0 0 3px rgba(51, 51, 51, .45);
    box-shadow: inset 0 0 3px rgba(51, 51, 51, .45);
    -webkit-transition: background 450ms;
    transition: background 450ms
}

.noUi-origin {
    border-radius: 2px
}

.noUi-target {
    border-radius: 4px;
    border: 1px solid #d3d3d3;
    -webkit-box-shadow: inset 0 1px 1px #f0f0f0, 0 3px 6px -5px #bbb;
    -moz-box-shadow: inset 0 1px 1px #f0f0f0, 0 3px 6px -5px #bbb;
    box-shadow: inset 0 1px 1px #f0f0f0, 0 3px 6px -5px #bbb
}

.noUi-target.noUi-connect {
    -webkit-box-shadow: inset 0 0 3px rgba(51, 51, 51, .45), 0 3px 6px -5px #bbb;
    -moz-box-shadow: inset 0 0 3px rgba(51, 51, 51, .45), 0 3px 6px -5px #bbb;
    box-shadow: inset 0 0 3px rgba(51, 51, 51, .45), 0 3px 6px -5px #bbb
}

.noUi-draggable {
    cursor: w-resize
}

.noUi-vertical .noUi-draggable {
    cursor: n-resize
}

.noUi-handle {
    border: 1px solid #d9d9d9;
    border-radius: 3px;
    background: #fff;
    cursor: default;
    -webkit-box-shadow: inset 0 0 1px #fff, inset 0 1px 7px #ebebeb, 0 3px 6px -3px #bbb;
    -moz-box-shadow: inset 0 0 1px #fff, inset 0 1px 7px #ebebeb, 0 3px 6px -3px #bbb;
    box-shadow: inset 0 0 1px #fff, inset 0 1px 7px #ebebeb, 0 3px 6px -3px #bbb
}

.noUi-active {
    -webkit-box-shadow: inset 0 0 1px #fff, inset 0 1px 7px #ddd, 0 3px 6px -3px #bbb;
    -moz-box-shadow: inset 0 0 1px #fff, inset 0 1px 7px #ddd, 0 3px 6px -3px #bbb;
    box-shadow: inset 0 0 1px #fff, inset 0 1px 7px #ddd, 0 3px 6px -3px #bbb
}

.noUi-handle:after,
.noUi-handle:before {
    content: "";
    display: block;
    position: absolute;
    height: 14px;
    width: 1px;
    background: #e8e7e6;
    left: 14px;
    top: 6px
}

.noUi-handle:after {
    left: 17px
}

.noUi-vertical .noUi-handle:after,
.noUi-vertical .noUi-handle:before {
    width: 14px;
    height: 1px;
    left: 6px;
    top: 14px
}

.noUi-vertical .noUi-handle:after {
    top: 17px
}

[disabled] .noUi-connect,
[disabled].noUi-connect {
    background: #b8b8b8
}

[disabled] .noUi-handle,
[disabled].noUi-origin {
    cursor: not-allowed
}

.noUi-pips,
.noUi-pips * {
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.noUi-pips {
    position: absolute;
    color: #999
}

.noUi-value {
    position: absolute;
    text-align: center
}

.noUi-value-sub {
    color: #ccc;
    font-size: 10px
}

.noUi-marker {
    position: absolute;
    background: #ccc
}

.noUi-marker-large,
.noUi-marker-sub {
    background: #aaa
}

.noUi-pips-horizontal {
    padding: 10px 0;
    height: 80px;
    top: 100%;
    left: 0;
    width: 100%
}

.noUi-value-horizontal {
    -webkit-transform: translate3d(-50%, 50%, 0);
    transform: translate3d(-50%, 50%, 0)
}

.noUi-marker-horizontal.noUi-marker {
    margin-left: -1px;
    width: 2px;
    height: 5px
}

.noUi-marker-horizontal.noUi-marker-sub {
    height: 10px
}

.noUi-marker-horizontal.noUi-marker-large {
    height: 15px
}

.noUi-pips-vertical {
    padding: 0 10px;
    height: 100%;
    top: 0;
    left: 100%
}

.noUi-value-vertical {
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0);
    padding-left: 25px
}

.noUi-marker-vertical.noUi-marker {
    width: 5px;
    height: 2px;
    margin-top: -1px
}

.noUi-marker-vertical.noUi-marker-sub {
    width: 10px
}

.noUi-marker-vertical.noUi-marker-large {
    width: 15px
}

.noUi-tooltip {
    display: block;
    position: absolute;
    border: 1px solid #d9d9d9;
    border-radius: 3px;
    background: #fff;
    padding: 5px;
    text-align: center
}

.noUi-horizontal .noUi-handle-lower .noUi-tooltip {
    top: -32px
}

.noUi-horizontal .noUi-handle-upper .noUi-tooltip {
    bottom: -32px
}

.noUi-vertical .noUi-handle-lower .noUi-tooltip {
    left: 120%
}

.noUi-vertical .noUi-handle-upper .noUi-tooltip {
    right: 120%
}

.tmcp-ul-wrap.tmcp-elements.tm-extra-product-options-range {
    clear: both;
    position: relative
}

.tm-range-picker {
    margin-left: 17px;
    max-width: 100%;
    margin-right: 17px;
    margin-bottom: 6px
}

.tm-range-picker.pips {
    margin-bottom: 50px
}

.tm-show-picker-right .tm-range-picker,
.tm-show-picker-tright .tm-range-picker {
    margin-right: 57px
}

.tm-show-picker-right .tm-show-picker-value,
.tm-show-picker-tright .tm-show-picker-value {
    height: 1em;
    line-height: 18px;
    padding: 0 0 0 6px;
    position: absolute !important;
    right: 0;
    text-align: left;
    top: .5em;
    width: 40px !important
}

.tm-show-picker-left .tm-range-picker,
.tm-show-picker-tleft .tm-range-picker {
    margin-left: 57px
}

.tm-show-picker-left .tm-show-picker-value,
.tm-show-picker-tleft .tm-show-picker-value {
    height: 1em;
    left: 0;
    line-height: 18px;
    padding: 0 6px 0 0;
    position: absolute !important;
    text-align: right;
    top: .5em;
    width: 40px !important
}

.tm-extra-product-options .tmcp-ul-wrap.tmcp-elements.tm-extra-product-options-range .tm-range-picker-value {
    display: inline-block;
    float: right;
    margin-left: 0;
    margin-top: -3px;
    position: absolute;
    right: 0;
    text-align: center;
    top: 1em;
    vertical-align: top;
    width: 19%
}

.tm-transparent-swatch {
    border: 1px dotted !important
}

.tm-quantity.tm-bottom {
    float: none;
    margin-top: 1em
}

.tm-quantity.tm-top {
    float: none;
    margin-bottom: 1em
}

.tm-quantity.tm-left {
    float: left
}

.tm-quantity.tm-left+.tm-field-display {
    padding-left: .5em
}

.tm-quantity.tm-right {
    float: right
}

.tm-quantity.tm-right+.tm-field-display {
    padding-right: .5em
}

.tm-field-display {
    overflow: hidden;
    position: relative
}

.tm-field-display label {
    display: inline;
    margin-bottom: 0;
    margin-top: 0
}

.woocommerce form .form-row .tm-field-display label,
.woocommerce-page form .form-row .tm-field-display label {
    display: inline
}

.cpf-type-range .tm-field-display {
    padding: 6px 0 0
}

.tm-extra-product-options .cpf-type-range .tmcp-field-wrap span.amount {
    display: inline-block;
    padding: 6px 0 0
}

.tm-cart-edit-options {
    font-size: 10px;
    font-weight: bold;
    margin-left: 5px
}

.tm-quantity {
    max-width: 50%;
    min-width: 60px;
    position: relative;
    margin: 0 auto;
    overflow: hidden;
    zoom: 1
}

.tm-quantity input.tm-qty {
    margin: 0;
    max-width: 100%;
    min-width: 50px;
    text-align: center;
    width: 5em
}

.tm-quantity noindex:-o-prefocus,
.tm-quantity input[type=number] {
    padding-right: 1.2em
}

.shop_table tbody tr.tm-epo-cart-row {
    height: auto
}

.woocommerce table.shop_table .tm-epo-cart-row td {
    border-top: 1px dashed rgba(0, 0, 0, 0.1)
}

.tm-epo-cart-option-label,
.tm-epo-cart-option-value.tm-epo-cart-no-label {
    font-weight: bold
}

.woocommerce table.shop_table .tm-epo-cart-row-product td {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1)
}

.woocommerce table.shop_table .tm-epo-cart-row-product+.tm-epo-cart-row td {
    border-top: 0 none
}

.tm-epo-cart-row-header .product-quantity,
.tm-epo-cart-row-product .product-quantity,
.tm-epo-cart-row .product-quantity {
    text-align: center
}

.tm-extra-product-options ul.tmcp-ul-wrap li.tmcp-field-wrap label.tm-error,
.tm-extra-product-options ul.tmcp-ul-wrap+.tm-error {
    color: red;
    display: block !important;
    font-size: 80%;
    font-weight: bold;
    padding: 0 !important;
    margin: 1em 0 !important
}

.tm-epo-field.tmcp-textfield.tm-error {
    border: 1px solid #c0392b;
    color: #e74c3c
}

.tm-preloader-img {
    position: absolute !important;
    z-index: 2;
    opacity: .6
}

.tm-preloader-img2:after {
    position: absolute;
    width: 30px;
    height: 30px;
    border-top: 10px solid #fff;
    border-bottom: 10px solid #fff;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-radius: 50px;
    content: '';
    left: 50%;
    margin-left: -15px;
    margin-top: -15px;
    top: 50%;
    animation: preloader_5 1.5s infinite linear
}

@keyframes preloader_5 {
    0% {
        transform: rotate(0)
    }
    50% {
        transform: rotate(180deg);
        background: #000
    }
    100% {
        transform: rotate(360deg)
    }
}

.tm-datepicker {
    margin: 2px 0 0 0;
    z-index: 101002 !important;
    width: auto !important;
    height: auto !important;
    padding: 0
}

.tm-datepicker a {
    text-decoration: none
}

.tm-ui-dp,
.tm-ui-dp-overlay {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

.tm-ui-dp-header.ui-widget-header {
    line-height: 2em;
    background: 0;
    border: 0 none;
    color: inherit;
    font-weight: bold
}

.tm-ui-dp {
    max-width: 98%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    text-shadow: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -ms-touch-action: none;
    user-select: none
}

.tm-ui-dp:focus {
    outline: 0
}

.tm-ui-dp-container {
    min-width: 300px;
    zoom: 1;
    overflow: hidden;
    text-align: center;
    font-size: 16px
}

.tm-datepicker-small .tm-ui-dp-container {
    font-size: 12px;
    min-width: 240px
}

.tm-datepicker-medium .tm-ui-dp-container {
    font-size: 16px;
    min-width: 330px
}

.tm-datepicker-large .tm-ui-dp-container {
    font-size: 20px;
    min-width: 400px
}

.tm-datepicker.tm-datepicker-top .tm-ui-dp-title,
.tm-datepicker.tm-datepicker-bottom .tm-ui-dp-title {
    font-size: 1.125em
}

.tm-datepicker.tm-datepicker-bottom .tm-ui-dp-container,
.tm-datepicker.tm-datepicker-top .tm-ui-dp-container {
    min-width: 100% !important
}

.tm-ui-dp-wrap,
.tm-ui-dp-overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0
}

.tm-ui-dp-wrap {
    z-index: 99998
}

.tm-ui-dp-overlay {
    z-index: 1;
    background: rgba(0, 0, 0, .7);
    filter: Alpha(Opacity=70)
}

.tm-datepicker-top .tm-ui-dp,
.tm-datepicker-bottom .tm-ui-dp {
    width: 100%;
    max-width: 100%
}

.tm-ui-dp-main-cell-inner {
    position: relative;
    height: 100%;
    overflow: hidden;
    text-overflow: ellipsis
}

.tm-ui-dp-main-wrap {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.tm-ui-dp-ui {
    display: inline-block;
    vertical-align: middle;
    width: 100%
}

.tm-ui-dp-main {
    width: auto
}

.tm-ui-dp-main table {
    width: 100%;
    height: 100%;
    border-collapse: collapse;
    table-layout: fixed;
    margin: 0;
    background: 0
}

.tm-ui-dp-main-table {
    height: 100%;
    width: 100%;
    display: table;
    table-layout: fixed
}

.tm-ui-dp-main-row {
    white-space: nowrap;
    display: table-row
}

.tm-ui-dp-main-cell {
    line-height: 1.875em;
    text-align: center;
    width: 14.2857%;
    height: 16.6666%;
    position: relative;
    display: table-cell;
    vertical-align: middle;
    cursor: pointer
}

.tm-ui-dp-main-cell.ui-datepicker-unselectable,
.tm-ui-dp-main-cell.ui-state-disabled {
    cursor: default
}

.tm-ui-dp-main-cell .tm-ui-dp-main-cell-inner {
    overflow: visible
}

.tm-ui-dp-main-cell-content {
    position: relative;
    z-index: 2;
    padding: 5px
}

.tm-datepicker .tm-ui-dp-main-wrap {
    padding: .5em
}

.tm-datepicker .tm-ui-dp-main-header th {
    font-size: .6875em;
    font-weight: normal;
    line-height: 2.225em;
    text-align: center;
    border: 0
}

.tm-datepicker .tm-ui-dp-main-cell-content {
    font-size: .8125em
}

.tm-ui-dp-inner-container,
.tm-ui-dp-main-wrap,
.tm-ui-dp-main-content {
    position: relative
}

.tm-datepicker.tm-datepicker-bottom,
.tm-datepicker.tm-datepicker-top {
    bottom: 0 !important;
    height: 100% !important;
    left: 0 !important;
    position: fixed !important;
    right: 0 !important;
    top: 0 !important;
    width: 100% !important;
    margin: 0 !important;
    background: transparent !important;
    border: 0 none !important
}

.tm-datepicker.tm-datepicker-bottom .tm-ui-dp {
    bottom: 0;
    top: auto
}

.tm-datepicker.tm-datepicker-top .tm-ui-dp {
    top: 0;
    bottom: auto
}

.tm-datepicker .ui-tm-datepicker-prev,
.tm-datepicker .ui-tm-datepicker-next,
.tm-datepicker.tm-datepicker-bottom .ui-tm-datepicker-prev,
.tm-datepicker.tm-datepicker-top .ui-tm-datepicker-prev,
.tm-datepicker.tm-datepicker-bottom .ui-tm-datepicker-next,
.tm-datepicker.tm-datepicker-top .ui-tm-datepicker-next {
    display: none !important
}

.tm-ui-dp-title {
    position: relative;
    font-size: 1em
}

.tm-ui-dp-title .tm-ui-dp-month,
.tm-ui-dp-title .tm-ui-dp-year {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 0 2em;
    white-space: nowrap
}

.tm-ui-dp-title-button {
    width: 50%;
    display: inline-block;
    white-space: nowrap;
    vertical-align: top;
    position: relative;
    height: 2em
}

.tm-ui-dp-button-prev {
    left: 0
}

.tm-ui-dp-button-next {
    right: 0
}

.tm-ui-dp-button {
    margin: 0;
    position: absolute;
    top: 0;
    width: 2em;
    overflow: hidden;
    display: block;
    text-decoration: none;
    white-space: nowrap;
    text-overflow: ellipsis;
    vertical-align: top;
    height: 2em;
    line-height: 2em;
    color: #4eccc4;
    text-transform: uppercase;
    padding: 0
}

.tm-ui-dp-button .tm-ui-dp-button-arrow,
.tm-ui-dp-month,
.tm-ui-dp-year {
    cursor: pointer
}

.tm-datepicker .tm-ui-dp-button-arrow {
    color: #4eccc4;
    font-size: 1em;
    line-height: 2em;
    overflow: hidden;
    width: 2em
}

.tm-ui-dp-button-arrow:before {
    display: block
}

.tm-ui-dp-buttonpane {
    display: block;
    overflow: hidden;
    padding: 0 .5em .5em;
    text-align: right;
    width: 100%
}

.tm-ui-dp-btn-wrap {
    display: block;
    float: right;
    position: relative;
    vertical-align: top;
    z-index: 5
}

.tm-ui-dp-btn {
    height: 2.5em;
    line-height: 2.5em;
    padding: 0 1em;
    text-transform: uppercase;
    cursor: pointer;
    display: block;
    overflow: hidden;
    text-decoration: none;
    text-overflow: ellipsis;
    vertical-align: top;
    white-space: nowrap
}

.tm-ui-dp-button-disabled {
    opacity: .3;
    filter: Alpha(Opacity=30);
    cursor: default
}

.tm-ui-skin-epo-black .tm-ui-dp-container {
    font-family: Helvetica, Arial, sans-serif !important;
    border: 1px solid #000 !important;
    -webkit-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 1px 10px rgba(0, 0, 0, 0.2)
}

.tm-ui-skin-epo-black .tm-ui-dp-main-cell .ui-state-default {
    color: #ecf0f1
}

.tm-ui-skin-epo-black .tm-ui-dp-main-cell.ui-datepicker-other-month .ui-state-default {
    color: #777
}

.tm-ui-skin-epo-black .tm-ui-dp-main-cell.ui-datepicker-current-day,
.tm-ui-skin-epo-black .tm-ui-dp-main-cell.ui-datepicker-current-day:hover {
    background-color: #1abc9c
}

.tm-ui-skin-epo-black .tm-ui-dp-main-cell.ui-datepicker-current-day .ui-state-default,
.tm-ui-skin-epo-black .tm-ui-dp-main-cell.ui-datepicker-current-day:hover .ui-state-default {
    color: #fff
}

.tm-ui-skin-epo-black .tm-ui-dp-main-cell:hover {
    background-color: #fff
}

.tm-ui-skin-epo-black .tm-ui-dp-main-cell:hover .ui-state-default {
    color: #000
}

.tm-ui-skin-epo-black .tm-ui-dp-main-cell.ui-datepicker-unselectable .ui-state-default,
.tm-ui-skin-epo-black .tm-ui-dp-main-cell.ui-state-disabled .ui-state-default {
    color: #222
}

.tm-ui-skin-epo-black .tm-ui-dp-main-cell.ui-datepicker-unselectable,
.tm-ui-skin-epo-black .tm-ui-dp-main-cell.ui-state-disabled {
    background-color: #000;
    background-color: rgba(255, 255, 255, 0.02)
}

.tm-ui-skin-epo-black .tm-ui-dp-btn {
    color: #1abc9c
}

.tm-ui-skin-epo-black .tm-ui-dp-btn:hover {
    color: #fff
}

.tm-ui-skin-epo-black .tm-ui-dp-button-arrow,
.tm-ui-skin-epo-black .tm-ui-dp-button-arrow.tm-ui-dp-button-disabled:hover {
    color: #1abc9c
}

.tm-ui-skin-epo-black .tm-ui-dp-button-arrow:hover {
    color: #fff
}

.tm-ui-skin-epo-black .tm-ui-dp-main-header {
    color: #1abc9c;
    border-bottom: 1px solid #1abc9c
}

.tm-ui-skin-epo-black .tm-ui-dp-container {
    background: #000 none repeat scroll 0 0;
    background: rgba(0, 0, 0, 0.9) none repeat scroll 0 0;
    color: #fff
}

.tm-select-wrapper.select-wrapper {
    overflow: visible
}

.tm-select-wrapper.select-wrapper {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #dfdbdb;
    margin-bottom: 9px;
    overflow: hidden;
    position: relative
}

.tm-select-wrapper.select-wrapper,
.bundled_product_summary .tm-select-wrapper .sbHolder {
    background: #fff;
    position: relative;
    border: 1px solid #dfdbdb;
    overflow: hidden;
    margin-bottom: 9px
}

.tm-select-wrapper .sbHolder {
    overflow: visible;
    padding-right: 28px
}

.tm-select-wrapper.select-wrapper,
.tm-select-wrapper .attribute-options {
    overflow: visible
}

.tm-select-wrapper.select-wrapper a.sbSelector,
.tm-select-wrapper.select-wrapper select,
.tm-select-wrapper .sbHolder a.sbSelector,
.tm-select-wrapper .attribute-options select {
    margin: 0;
    font-size: 1em
}

.tm-select-wrapper.select-wrapper select,
.tm-select-wrapper .attribute-options select {
    width: 120%;
    background: 0;
    border: 0
}

.tm-select-wrapper.select-wrapper .sbOptions,
.tm-select-wrapper .sbHolder .sbOptions {
    position: absolute;
    left: -1px;
    right: -1px;
    top: 30px !important;
    background: #fff;
    list-style: none;
    margin: 0;
    padding: 8px 0 4px;
    border: 1px solid #dfdbdb;
    border-top: 0;
    z-index: 100;
    max-height: none !important
}

.tm-select-wrapper.select-wrapper .sbOptions li {
    margin-bottom: 0
}

.tm-select-wrapper.select-wrapper .sbOptions li a,
.tm-select-wrapper select option,
.tm-select-wrapper.select-wrapper span.sbDisabled,
.tm-select-wrapper .sbHolder .sbOptions li a,
.tm-select-wrapper .sbHolder span.sbDisabled {
    font-weight: normal;
    color: #bcbbbb;
    font-size: 14px;
    display: block;
    line-height: 24px;
    padding: 0 8px
}

.tm-select-wrapper.select-wrapper .sbOptions li a:hover,
.tm-select-wrapper .sbHolder .sbOptions li a:hover {
    background: #f4f4f4
}

.tm-select-wrapper.select-wrapper .sbOptions li span.sbDisabled,
.tm-select-wrapper .sbHolder .sbOptions li span.sbDisabled {
    color: #ddd
}

.tm-select-wrapper.select-wrapper .sbToggle,
.tm-select-wrapper .sbHolder .sbToggle {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 29px;
    background: url('../../../../themes/bazar/woocommerce/images/variations-dropdown-icon.png') left center no-repeat
}

.tc-extra-product-options .sbHolder .sbSelector {
    background-color: #fff;
    height: 35px;
    padding: 5px 10px
}

.tm-ui-skin-epo.tm-datepicker .tm-ui-dp-main-wrap {
    padding: 0
}

.tm-ui-skin-epo .tm-ui-dp-container {
    font-family: Helvetica, Arial, sans-serif !important;
    border: 1px solid #ddd !important;
    -webkit-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 1px 10px rgba(0, 0, 0, 0.2)
}

.tm-ui-skin-epo .tm-ui-dp-main-cell .ui-state-default {
    color: #2c3e50;
    background: 0;
    border: 0 none
}

.tm-ui-skin-epo .tm-ui-dp-main-cell.ui-tm-datepicker-other-month .ui-state-default {
    color: #aaa
}

.tm-ui-skin-epo .tm-ui-dp-main-cell.ui-tm-datepicker-current-day .ui-state-default {
    color: #0a0
}

.tm-ui-skin-epo .tm-ui-dp-main-cell.ui-datepicker-other-month .ui-state-default {
    color: #95a5a6
}

.tm-ui-skin-epo .tm-ui-dp-main-cell.ui-datepicker-current-day,
.tm-ui-skin-epo .tm-ui-dp-main-cell.ui-datepicker-current-day:hover {
    background-color: #9b59b6
}

.tm-ui-skin-epo .tm-ui-dp-main-cell.ui-datepicker-current-day .ui-state-default,
.tm-ui-skin-epo .tm-ui-dp-main-cell.ui-datepicker-current-day:hover .ui-state-default {
    color: #fff
}

.tm-ui-skin-epo .tm-ui-dp-main-cell:hover {
    background-color: #ecf0f1
}

.tm-ui-skin-epo .tm-ui-dp-main-cell:hover .ui-state-default {
    color: #000
}

.tm-ui-skin-epo .tm-ui-dp-main-cell.ui-datepicker-unselectable .ui-state-default,
.tm-ui-skin-epo .tm-ui-dp-main-cell.ui-state-disabled .ui-state-default {
    color: #eee
}

.tm-ui-skin-epo .tm-ui-dp-main-cell.ui-datepicker-unselectable,
.tm-ui-skin-epo .tm-ui-dp-main-cell.ui-state-disabled {
    background-color: #fff
}

.tm-ui-skin-epo .tm-ui-dp-btn {
    color: #2c3e50
}

.tm-ui-skin-epo .tm-ui-dp-btn:hover {
    color: #8e44ad
}

.tm-ui-skin-epo .tm-ui-dp-button-arrow,
.tm-ui-skin-epo .tm-ui-dp-button-arrow.tm-ui-dp-button-disabled:hover {
    color: #2c3e50
}

.tm-ui-skin-epo .tm-ui-dp-button-arrow:hover {
    color: #34495e
}

.tm-ui-skin-epo .tm-ui-dp-main-header {
    background: #f9f9f9 none repeat scroll 0 0;
    border-bottom: 1px solid #eee;
    border-top: 1px solid #eee;
    color: #7f8c8d;
    padding: .25em 0
}

.tm-ui-skin-epo .tm-ui-dp-title {
    padding: .5em 0
}

.tm-ui-skin-epo .tm-ui-dp-container {
    background: #fff none repeat scroll 0 0;
    color: #2c3e50
}

.ui-tm-timepicker-div .tm-ui-widget-header,
.ui-tm-timepicker-div .ui_tpicker_time_label,
.tm-timepicker .tm-ui-dp-current {
    display: none
}

.tm-timepicker .ui-tm-timepicker-div .ui-slider-handle {
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    background: #ecf0f1;
    border: 1px solid #bdc3c7;
    cursor: default;
    height: 1.2em;
    position: absolute;
    width: 1.2em;
    z-index: 2
}

.tm-timepicker .ui-tm-timepicker-div .ui-slider-handle.ui-state-hover {
    background: #fff
}

.ui-tm-timepicker-div .ui-slider {
    position: relative
}

.ui-tm-timepicker-div .ui-slider.ui-slider-horizontal {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: none none inherit;
    border-image: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    border-style: none none solid;
    border-width: 0 0 1px;
    height: 1px;
    margin: 1em 0;
    padding: .2em 0 0
}

.ui-tm-timepicker-div .ui-slider.ui-slider-horizontal .ui-slider-handle {
    margin-left: -0.6em;
    top: -0.3em
}

.ui-tm-timepicker-div .ui-widget-header {
    margin-bottom: 8px
}

.ui-tm-timepicker-div dl {
    text-align: left;
    margin: 0
}

.ui-tm-timepicker-div dl dt {
    clear: left;
    float: left;
    margin: .725em 0 0;
    padding: 0
}

.ui-tm-timepicker-div dl dd {
    display: block;
    margin: 0 1em .5em 30%;
    padding: 1px 0;
    float: none
}

.ui-tm-timepicker-div td {
    font-size: 90%
}

.ui-tpicker-grid-label {
    background: 0;
    border: 0;
    margin: 0;
    padding: 0
}

.ui-tm-timepicker-div .ui_tpicker_unit_hide {
    display: none
}

.ui-tm-timepicker-div .ui_tpicker_time .ui_tpicker_time_input {
    background: 0;
    color: inherit;
    border: 0;
    outline: 0;
    border-bottom: 0 none;
    width: 95%
}

.ui-tm-timepicker-div .ui_tpicker_time .ui_tpicker_time_input:focus {
    border-bottom-color: #aaa
}

.ui-tm-timepicker-rtl {
    direction: rtl
}

.ui-tm-timepicker-rtl dl {
    text-align: right
}

.ui-tm-timepicker-rtl dl dt {
    float: right;
    clear: right
}

.ui-tm-timepicker-rtl dl dd {
    margin: 0 30% .5em 1em
}

.ui-tm-timepicker-div.ui-tm-timepicker-oneLine {
    padding-right: 2px
}

.ui-tm-timepicker-div.ui-tm-timepicker-oneLine .ui_tpicker_time,
.ui-tm-timepicker-div.ui-tm-timepicker-oneLine dt {
    display: none
}

.ui-tm-timepicker-div.ui-tm-timepicker-oneLine .ui_tpicker_time_label {
    display: block;
    padding-top: 2px
}

.ui-tm-timepicker-div.ui-tm-timepicker-oneLine dl {
    text-align: right
}

.ui-tm-timepicker-div.ui-tm-timepicker-oneLine dl dd,
.ui-tm-timepicker-div.ui-tm-timepicker-oneLine dl dd>div {
    display: inline-block;
    margin: 0
}

.ui-tm-timepicker-div.ui-tm-timepicker-oneLine dl dd.ui_tpicker_minute:before,
.ui-tm-timepicker-div.ui-tm-timepicker-oneLine dl dd.ui_tpicker_second:before {
    content: ':';
    display: inline-block
}

.ui-tm-timepicker-div.ui-tm-timepicker-oneLine dl dd.ui_tpicker_millisec:before,
.ui-tm-timepicker-div.ui-tm-timepicker-oneLine dl dd.ui_tpicker_microsec:before {
    content: '.';
    display: inline-block
}

.ui-tm-timepicker-div.ui-tm-timepicker-oneLine .ui_tpicker_unit_hide,
.ui-tm-timepicker-div.ui-tm-timepicker-oneLine .ui_tpicker_unit_hide:before {
    display: none
}

.ui-tm-timepicker-div {
    padding: 1em 1em 0
}

.tm-ui-tp-title {
    padding: .5em 0
}

.tc-transition {
    -webkit-transition: all .3s ease 0s;
    -moz-transition: all .3s ease 0s;
    -ms-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s
}

.tc-lightbox {
    background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0;
    height: auto !important;
    left: 50% !important;
    max-height: 100% !important;
    max-width: 100% !important;
    position: fixed;
    text-align: center;
    top: 50% !important;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    width: auto !important;
    z-index: 100100;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d
}

.tc-lightbox-image-wrap {
    position: relative;
    overflow: hidden
}

.tm-extra-product-options .tc-lightbox-image-wrap .radio_image,
.tm-extra-product-options .tc-lightbox-image-wrap .checkbox_image {
    float: left;
    padding: 0
}

.tc-lightbox-wrap {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 1em;
    height: 1em;
    left: auto;
    top: auto;
    font-size: 1.5em
}

.tc-lightbox-button {
    background: rgba(0, 0, 0, 0.2) none repeat scroll 0 0;
    top: 0;
    color: #fff;
    font-size: 1em !important;
    padding: 0;
    position: absolute;
    right: 0;
    z-index: 2;
    opacity: .5;
    cursor: zoom-in;
    margin: auto;
    bottom: 0;
    left: 0
}

.tc-lightbox-wrap:hover .tc-lightbox-button {
    opacity: 1
}

.tc-lightbox img {
    border: 0 none;
    cursor: zoom-out;
    display: block;
    height: auto;
    line-height: 0;
    margin: 0;
    padding: 0;
    position: relative;
    width: auto
}

.tc-lightbox-button-close {
    background: rgba(255, 255, 255, 0.3) none repeat scroll 0 0;
    color: #000 !important;
    float: left;
    height: 2em;
    line-height: 2em;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    width: 2em;
    z-index: 2;
    cursor: pointer
}

@-webkit-keyframes tc-lightbox-zoomIn {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-50%) translateY(-50%) scale(.3);
        transform: translateX(-50%) translateY(-50%) scale(.3)
    }
    50% {
        opacity: 1
    }
}

@keyframes tc-lightbox-zoomIn {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-50%) translateY(-50%) scale(.3);
        -ms-transform: translateX(-50%) translateY(-50%) scale(.3);
        transform: translateX(-50%) translateY(-50%) scale(.3)
    }
    50% {
        opacity: 1
    }
}

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

@-webkit-keyframes tc-lightbox-zoomOut {
    0% {
        opacity: 1;
        -webkit-transform: translateX(-50%) translateY(-50%) scale(1);
        transform: translateX(-50%) translateY(-50%) scale(1)
    }
    50% {
        opacity: 0;
        -webkit-transform: translateX(-50%) translateY(-50%) scale(.3);
        transform: translateX(-50%) translateY(-50%) scale(.3)
    }
    100% {
        opacity: 0
    }
}

@keyframes tc-lightbox-zoomOut {
    0% {
        opacity: 1;
        -webkit-transform: translateX(-50%) translateY(-50%) scale(1);
        -ms-transform: translateX(-50%) translateY(-50%) scale(1);
        transform: translateX(-50%) translateY(-50%) scale(1)
    }
    50% {
        opacity: 0;
        -webkit-transform: translateX(-50%) translateY(-50%) scale(.3);
        -ms-transform: translateX(-50%) translateY(-50%) scale(.3);
        transform: translateX(-50%) translateY(-50%) scale(.3)
    }
    100% {
        opacity: 0
    }
}

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

.tc-tooltip {
    color: #2980b9;
    cursor: help;
    font-size: 1.25em;
    margin-left: .5em
}

.tc-icontooltipleft.tm-tooltip {
    margin-left: 0;
    margin-right: .5em
}

.tm-description {
    clear: both
}

.use_images_container .replaced-checkboxes+label::before,
.use_images_container .replaced-radio-buttons+label::before,
.replaced-checkboxes+label.tm-epo-style::before,
.replaced-radio-buttons+label.tm-epo-style::before {
    display: none
}

body[data-form-style="minimal"] .tc-extra-product-options .minimal-form-input label {
    pointer-events: auto !important
}

.tm-extra-product-options .tmcp-field-wrap .tc-price del {
    font-size: 75% !important;
    margin: 0 !important
}

.tm-extra-product-options .tmcp-field-wrap .tc-price {
    margin: 0 !important;
    padding: 0 !important
}

.tm-filename {
    display: block
}

.tc-upload-messages {
    padding: 1em 2em
}

.tc-upload-message {
    font-size: 1.2em;
    margin-bottom: 1em
}

.sp-container {
    position: absolute;
    top: 0;
    left: 0;
    display: inline-block;
    z-index: 9999994;
    overflow: hidden
}

.sp-container.sp-flat,
.sp-top {
    position: relative
}

.sp-container,
.sp-container * {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box
}

.sp-top {
    width: 100%;
    display: inline-block
}

.sp-alpha-handle,
.sp-color,
.sp-dragger,
.sp-hue,
.sp-sat,
.sp-slider,
.sp-top-inner,
.sp-val {
    position: absolute
}

.sp-top-inner {
    top: 0;
    left: 0;
    bottom: 0;
    right: 0
}

.sp-color {
    top: 0;
    left: 0;
    bottom: 0;
    right: 20%
}

.sp-hue {
    top: 0;
    right: 0;
    bottom: 0;
    left: 84%;
    height: 100%
}

.sp-clear-enabled .sp-hue {
    top: 33px;
    height: 77.5%
}

.sp-fill {
    padding-top: 80%
}

.sp-sat,
.sp-val {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0
}

.sp-alpha-enabled .sp-top {
    margin-bottom: 18px
}

.sp-alpha-enabled .sp-alpha {
    display: block
}

.sp-alpha-handle {
    top: -4px;
    bottom: -4px;
    width: 6px;
    left: 50%;
    cursor: pointer;
    border: 1px solid #000;
    background: #fff;
    opacity: .8
}

.sp-alpha {
    display: none;
    bottom: -14px;
    right: 0;
    left: 0;
    height: 8px
}

.sp-alpha-inner {
    border: 1px solid #333
}

.sp-clear {
    display: none
}

.sp-clear.sp-clear-display {
    background-position: center
}

.sp-clear-enabled .sp-clear {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 84%;
    height: 28px
}

.sp-alpha,
.sp-alpha-handle,
.sp-clear,
.sp-container,
.sp-container button,
.sp-container.sp-dragging .sp-input,
.sp-dragger,
.sp-preview,
.sp-replacer,
.sp-slider {
    -webkit-user-select: none;
    -moz-user-select: -moz-none;
    -o-user-select: none;
    user-select: none
}

.sp-container.sp-buttons-disabled .sp-button-container,
.sp-container.sp-input-disabled .sp-input-container,
.sp-container.sp-palette-buttons-disabled .sp-palette-button-container,
.sp-initial-disabled .sp-initial,
.sp-palette-disabled .sp-palette-container,
.sp-palette-only .sp-picker-container {
    display: none
}

.sp-sat {
    background-image: -webkit-gradient(linear, 0 0, 100% 0, from(#FFF), to(rgba(204, 154, 129, 0)));
    background-image: -webkit-linear-gradient(left, #FFF, rgba(204, 154, 129, 0));
    background-image: -moz-linear-gradient(left, #fff, rgba(204, 154, 129, 0));
    background-image: -o-linear-gradient(left, #fff, rgba(204, 154, 129, 0));
    background-image: -ms-linear-gradient(left, #fff, rgba(204, 154, 129, 0));
    background-image: linear-gradient(to right, #fff, rgba(204, 154, 129, 0));
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType = 1, startColorstr=#FFFFFFFF, endColorstr=#00CC9A81)";
    filter: progid: DXImageTransform.Microsoft.gradient(GradientType=1, startColorstr='#FFFFFFFF', endColorstr='#00CC9A81')
}

.sp-val {
    background-image: -webkit-gradient(linear, 0 100%, 0 0, from(#000), to(rgba(204, 154, 129, 0)));
    background-image: -webkit-linear-gradient(bottom, #000, rgba(204, 154, 129, 0));
    background-image: -moz-linear-gradient(bottom, #000, rgba(204, 154, 129, 0));
    background-image: -o-linear-gradient(bottom, #000, rgba(204, 154, 129, 0));
    background-image: -ms-linear-gradient(bottom, #000, rgba(204, 154, 129, 0));
    background-image: linear-gradient(to top, #000, rgba(204, 154, 129, 0));
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#00CC9A81, endColorstr=#FF000000)";
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#00CC9A81', endColorstr='#FF000000')
}

.sp-hue {
    background: -moz-linear-gradient(top, red 0, #ff0 17%, #0f0 33%, #0ff 50%, #00f 67%, #f0f 83%, red 100%);
    background: -ms-linear-gradient(top, red 0, #ff0 17%, #0f0 33%, #0ff 50%, #00f 67%, #f0f 83%, red 100%);
    background: -o-linear-gradient(top, red 0, #ff0 17%, #0f0 33%, #0ff 50%, #00f 67%, #f0f 83%, red 100%);
    background: -webkit-gradient(linear, left top, left bottom, from(red), color-stop(.17, #ff0), color-stop(.33, #0f0), color-stop(.5, #0ff), color-stop(.67, #00f), color-stop(.83, #f0f), to(red));
    background: -webkit-linear-gradient(top, red 0, #ff0 17%, #0f0 33%, #0ff 50%, #00f 67%, #f0f 83%, red 100%);
    background: linear-gradient(to bottom, red 0, #ff0 17%, #0f0 33%, #0ff 50%, #00f 67%, #f0f 83%, red 100%)
}

.sp-1 {
    height: 17%;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ff0000', endColorstr='#ffff00')
}

.sp-2 {
    height: 16%;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ffff00', endColorstr='#00ff00')
}

.sp-3 {
    height: 17%;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#00ff00', endColorstr='#00ffff')
}

.sp-4 {
    height: 17%;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#00ffff', endColorstr='#0000ff')
}

.sp-5 {
    height: 16%;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#0000ff', endColorstr='#ff00ff')
}

.sp-6 {
    height: 17%;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ff00ff', endColorstr='#ff0000')
}

.sp-hidden {
    display: none !important
}

.sp-cf:after,
.sp-cf:before {
    content: "";
    display: table
}

.sp-cf:after {
    clear: both
}

@media(max-device-width:480px) {
    .sp-color {
        right: 40%
    }
    .sp-hue {
        left: 63%
    }
    .sp-fill {
        padding-top: 60%
    }
}

.sp-dragger {
    border-radius: 5px;
    height: 5px;
    width: 5px;
    border: 1px solid #fff;
    background: #000;
    cursor: pointer;
    top: 0;
    left: 0
}

.sp-slider {
    top: 0;
    cursor: pointer;
    height: 3px;
    left: -1px;
    right: -1px;
    border: 1px solid #000;
    background: #fff;
    opacity: .8
}

.sp-container {
    border-radius: 0;
    background-color: #ececec;
    border: 1px solid #f0c49b;
    padding: 0
}

.sp-clear,
.sp-color,
.sp-container,
.sp-container button,
.sp-container input,
.sp-hue {
    font: 400 12px "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Geneva, Verdana, sans-serif;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box
}

.sp-top {
    margin-bottom: 3px
}

.sp-clear,
.sp-color,
.sp-hue {
    border: 1px solid #666
}

.sp-input-container {
    float: right;
    width: 100px;
    margin-bottom: 4px
}

.sp-initial-disabled .sp-input-container,
.sp-input {
    width: 100%
}

.sp-input {
    font-size: 12px !important;
    border: 1px inset;
    padding: 4px 5px;
    margin: 0;
    background: 0;
    border-radius: 3px;
    color: #222
}

.sp-input:focus {
    border: 1px solid orange
}

.sp-input.sp-validation-error {
    border: 1px solid red;
    background: #fdd
}

.sp-palette-container,
.sp-picker-container {
    float: left;
    position: relative;
    padding: 10px 10px 300px;
    margin-bottom: -290px
}

.sp-picker-container {
    width: 172px;
    border-left: solid 1px #fff
}

.sp-palette-container {
    border-right: solid 1px #ccc
}

.sp-palette-only .sp-palette-container {
    border: 0
}

.sp-palette .sp-thumb-el {
    display: block;
    position: relative;
    float: left;
    cursor: pointer
}

.sp-palette .sp-thumb-el.sp-thumb-active,
.sp-palette .sp-thumb-el:hover {
    border-color: orange
}

.sp-thumb-el {
    position: relative
}

.sp-initial {
    float: left;
    border: 1px solid #333
}

.sp-initial span {
    width: 30px;
    height: 25px;
    border: 0;
    display: block;
    float: left;
    margin: 0
}

.sp-initial .sp-clear-display {
    background-position: center
}

.sp-button-container,
.sp-palette-button-container {
    float: right
}

.sp-replacer {
    margin: 0;
    overflow: hidden;
    cursor: pointer;
    padding: 4px;
    display: inline-block;
    border: 1px solid #91765d;
    background: #eee;
    color: #333;
    vertical-align: middle
}

.sp-replacer.sp-active,
.sp-replacer:hover {
    border-color: #f0c49b;
    color: #111
}

.sp-replacer.sp-disabled {
    cursor: default;
    border-color: silver;
    color: silver
}

.sp-dd {
    padding: 2px 0;
    height: 16px;
    line-height: 16px;
    float: left;
    font-size: 10px
}

.sp-preview {
    width: 25px;
    height: 20px;
    border: 1px solid #222;
    margin-right: 5px;
    float: left;
    z-index: 0
}

.sp-palette {
    max-width: 220px
}

.sp-palette .sp-thumb-el {
    width: 16px;
    height: 16px;
    margin: 2px 1px;
    border: 1px solid #d0d0d0
}

.sp-container {
    padding-bottom: 0
}

.sp-container button {
    background-color: #eee;
    background-image: -webkit-linear-gradient(top, #eee, #ccc);
    background-image: -moz-linear-gradient(top, #eee, #ccc);
    background-image: -ms-linear-gradient(top, #eee, #ccc);
    background-image: -o-linear-gradient(top, #eee, #ccc);
    background-image: linear-gradient(to bottom, #eee, #ccc);
    border: 1px solid #ccc;
    border-bottom: 1px solid #bbb;
    border-radius: 3px;
    color: #333;
    font-size: 14px;
    line-height: 1;
    padding: 5px 4px;
    text-align: center;
    text-shadow: 0 1px 0 #eee;
    vertical-align: middle
}

.sp-container button:hover {
    background-color: #ddd;
    background-image: -webkit-linear-gradient(top, #ddd, #bbb);
    background-image: -moz-linear-gradient(top, #ddd, #bbb);
    background-image: -ms-linear-gradient(top, #ddd, #bbb);
    background-image: -o-linear-gradient(top, #ddd, #bbb);
    background-image: linear-gradient(to bottom, #ddd, #bbb);
    border: 1px solid #bbb;
    border-bottom: 1px solid #999;
    cursor: pointer;
    text-shadow: 0 1px 0 #ddd
}

.sp-container button:active {
    border: 1px solid #aaa;
    border-bottom: 1px solid #888;
    -webkit-box-shadow: inset 0 0 5px 2px #aaa, 0 1px 0 0 #eee;
    -moz-box-shadow: inset 0 0 5px 2px #aaa, 0 1px 0 0 #eee;
    -ms-box-shadow: inset 0 0 5px 2px #aaa, 0 1px 0 0 #eee;
    -o-box-shadow: inset 0 0 5px 2px #aaa, 0 1px 0 0 #eee;
    box-shadow: inset 0 0 5px 2px #aaa, 0 1px 0 0 #eee
}

.sp-cancel {
    font-size: 11px;
    color: #d93f3f !important;
    margin: 0 5px 0 0;
    padding: 2px;
    vertical-align: middle;
    text-decoration: none
}

.sp-cancel:hover {
    color: #d93f3f !important;
    text-decoration: underline
}

.sp-palette span.sp-thumb-active,
.sp-palette span:hover {
    border-color: #000
}

.sp-alpha,
.sp-preview,
.sp-thumb-el {
    position: relative;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAIAAADZF8uwAAAAGUlEQVQYV2M4gwH+YwCGIasIUwhT25BVBADtzYNYrHvv4gAAAABJRU5ErkJggg==)
}

.sp-alpha-inner,
.sp-preview-inner,
.sp-thumb-inner {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0
}

.sp-palette .sp-thumb-inner {
    background-position: 50% 50%;
    background-repeat: no-repeat
}

.sp-palette .sp-thumb-light.sp-thumb-active .sp-thumb-inner {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAIVJREFUeNpiYBhsgJFMffxAXABlN5JruT4Q3wfi/0DsT64h8UD8HmpIPCWG/KemIfOJCUB+Aoacx6EGBZyHBqI+WsDCwuQ9mhxeg2A210Ntfo8klk9sOMijaURm7yc1UP2RNCMbKE9ODK1HM6iegYLkfx8pligC9lCD7KmRof0ZhjQACDAAceovrtpVBRkAAAAASUVORK5CYII=)
}

.sp-palette .sp-thumb-dark.sp-thumb-active .sp-thumb-inner {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAAadEVYdFNvZnR3YXJlAFBhaW50Lk5FVCB2My41LjEwMPRyoQAAAMdJREFUOE+tkgsNwzAMRMugEAahEAahEAZhEAqlEAZhEAohEAYh81X2dIm8fKpEspLGvudPOsUYpxE2BIJCroJmEW9qJ+MKaBFhEMNabSy9oIcIPwrB+afvAUFoK4H0tMaQ3XtlrggDhOVVMuT4E5MMG0FBbCEYzjYT7OxLEvIHQLY2zWwQ3D+9luyOQTfKDiFD3iUIfPk8VqrKjgAiSfGFPecrg6HN6m/iBcwiDAo7WiBeawa+Kwh7tZoSCGLMqwlSAzVDhoK+6vH4G0P5wdkAAAAASUVORK5CYII=)
}

.sp-clear-display {
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(data:image/gif;base64,R0lGODlhFAAUAPcAAAAAAJmZmZ2dnZ6enqKioqOjo6SkpKWlpaampqenp6ioqKmpqaqqqqurq/Hx8fLy8vT09PX19ff39/j4+Pn5+fr6+vv7+wAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACH5BAEAAP8ALAAAAAAUABQAAAihAP9FoPCvoMGDBy08+EdhQAIJCCMybCDAAYUEARBAlFiQQoMABQhKUJBxY0SPICEYHBnggEmDKAuoPMjS5cGYMxHW3IiT478JJA8M/CjTZ0GgLRekNGpwAsYABHIypcAgQMsITDtWJYBR6NSqMico9cqR6tKfY7GeBCuVwlipDNmefAtTrkSzB1RaIAoXodsABiZAEFB06gIBWC1mLVgBa0AAOw==)
}

.tc-extra-product-options .owl-carousel {
    display: none;
    width: 100%;
    -webkit-tap-highlight-color: transparent;
    position: relative;
    z-index: 1
}

.tc-extra-product-options .owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y
}

.tc-extra-product-options .owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0
}

.tc-extra-product-options .owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0, 0, 0)
}

.tc-extra-product-options .owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none
}

.tc-extra-product-options .owl-carousel .owl-item img {
    display: block;
    width: 100%;
    -webkit-transform-style: preserve-3d
}

.tc-extra-product-options .owl-carousel .owl-nav.disabled,
.tc-extra-product-options .owl-carousel .owl-dots.disabled {
    display: none
}

.tc-extra-product-options .owl-carousel .owl-nav .owl-prev,
.tc-extra-product-options .owl-carousel .owl-nav .owl-next,
.tc-extra-product-options .owl-carousel .owl-dot {
    cursor: pointer;
    cursor: hand;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.tc-extra-product-options .owl-carousel.owl-loaded {
    display: block
}

.tc-extra-product-options .owl-carousel.owl-loading {
    opacity: 0;
    display: block
}

.tc-extra-product-options .owl-carousel.owl-hidden {
    opacity: 0
}

.tc-extra-product-options .owl-carousel.owl-refresh .owl-item {
    visibility: hidden
}

.tc-extra-product-options .owl-carousel.owl-drag .owl-item {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.tc-extra-product-options .owl-carousel.owl-grab {
    cursor: move;
    cursor: grab
}

.tc-extra-product-options .owl-carousel.owl-rtl {
    direction: rtl
}

.tc-extra-product-options .owl-carousel.owl-rtl .owl-item {
    float: right
}

.no-js .tc-extra-product-options .owl-carousel {
    display: block
}

.tc-extra-product-options .owl-carousel .animated {
    -webkit-animation-duration: 1000ms;
    animation-duration: 1000ms;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

.tc-extra-product-options .owl-carousel .owl-animated-in {
    z-index: 0
}

.tc-extra-product-options .owl-carousel .owl-animated-out {
    z-index: 1
}

.tc-extra-product-options .owl-carousel .fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut
}

@-webkit-keyframes fadeOut {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0
    }
}

.tc-extra-product-options .owl-height {
    transition: height 500ms ease-in-out
}

.tc-extra-product-options .owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    transition: opacity 400ms ease
}

.tc-extra-product-options .owl-carousel .owl-item img.owl-lazy {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d
}

.tc-extra-product-options .owl-carousel .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000
}

.tc-extra-product-options .owl-carousel .owl-video-play-icon {
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    background: url("owl.video.play.png") no-repeat;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    transition: -webkit-transform 100ms ease;
    transition: transform 100ms ease
}

.tc-extra-product-options .owl-carousel .owl-video-play-icon:hover {
    -webkit-transform: scale(1.3, 1.3);
    -ms-transform: scale(1.3, 1.3);
    transform: scale(1.3, 1.3)
}

.tc-extra-product-options .owl-carousel .owl-video-playing .owl-video-tn,
.tc-extra-product-options .owl-carousel .owl-video-playing .owl-video-play-icon {
    display: none
}

.tc-extra-product-options .owl-carousel .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    transition: opacity 400ms ease
}

.tc-extra-product-options .owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1;
    height: 100%;
    width: 100%
}

.tc-extra-product-options .owl-theme .owl-nav {
    margin-top: 10px;
    text-align: center;
    -webkit-tap-highlight-color: transparent
}

.tc-extra-product-options .owl-theme .owl-nav [class*='owl-'] {
    color: #FFF;
    font-size: 14px;
    margin: 5px;
    padding: 4px 7px;
    background: #d6d6d6;
    display: inline-block;
    cursor: pointer;
    border-radius: 3px
}

.tc-extra-product-options .owl-theme .owl-nav [class*='owl-']:hover {
    background: #869791;
    color: #FFF;
    text-decoration: none
}

.tc-extra-product-options .owl-theme .owl-nav .disabled {
    opacity: .5;
    cursor: default
}

.tc-extra-product-options .owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: 10px
}

.tc-extra-product-options .owl-theme .owl-dots {
    text-align: center;
    -webkit-tap-highlight-color: transparent
}

.tc-extra-product-options .owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
    *display: inline
}

.tc-extra-product-options .owl-theme .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 5px 7px;
    background: #d6d6d6;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity 200ms ease;
    border-radius: 30px
}

.tc-extra-product-options .owl-theme .owl-dots .owl-dot.active span,
.tc-extra-product-options .owl-theme .owl-dots .owl-dot:hover span {
    background: #869791
}


/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */

@font-face {
    font-family: 'tc-fontawesome';
    src: url('../fonts/fontawesome-webfont.eot?v=4.7.0');
    src: url('../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'), url('../fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'), url('../fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'), url('../fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype'), url('../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');
    font-weight: normal;
    font-style: normal
}

.tcfa {
    display: inline-block;
    font: normal normal normal 14px/1 tc-fontawesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.tcfa-lg {
    font-size: 1.33333333em;
    line-height: .75em;
    vertical-align: -15%
}

.tcfa-2x {
    font-size: 2em
}

.tcfa-3x {
    font-size: 3em
}

.tcfa-4x {
    font-size: 4em
}

.tcfa-5x {
    font-size: 5em
}

.tcfa-fw {
    width: 1.28571429em;
    text-align: center
}

.tcfa-ul {
    padding-left: 0;
    margin-left: 2.14285714em;
    list-style-type: none
}

.tcfa-ul>li {
    position: relative
}

.tcfa-li {
    position: absolute;
    left: -2.14285714em;
    width: 2.14285714em;
    top: .14285714em;
    text-align: center
}

.tcfa-li.tcfa-lg {
    left: -1.85714286em
}

.tcfa-border {
    padding: .2em .25em .15em;
    border: solid .08em #eee;
    border-radius: .1em
}

.tcfa-pull-left {
    float: left
}

.tcfa-pull-right {
    float: right
}

.tcfa.tcfa-pull-left {
    margin-right: .3em
}

.tcfa.tcfa-pull-right {
    margin-left: .3em
}

.pull-right {
    float: right
}

.pull-left {
    float: left
}

.tcfa.pull-left {
    margin-right: .3em
}

.tcfa.pull-right {
    margin-left: .3em
}

.tcfa-spin {
    -webkit-animation: fa-spin 2s infinite linear;
    animation: fa-spin 2s infinite linear
}

.tcfa-pulse {
    -webkit-animation: fa-spin 1s infinite steps(8);
    animation: fa-spin 1s infinite steps(8)
}

@-webkit-keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

@keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

.tcfa-rotate-90 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg)
}

.tcfa-rotate-180 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.tcfa-rotate-270 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg)
}

.tcfa-flip-horizontal {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
    -webkit-transform: scale(-1, 1);
    -ms-transform: scale(-1, 1);
    transform: scale(-1, 1)
}

.tcfa-flip-vertical {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
    -webkit-transform: scale(1, -1);
    -ms-transform: scale(1, -1);
    transform: scale(1, -1)
}

:root .tcfa-rotate-90,
:root .tcfa-rotate-180,
:root .tcfa-rotate-270,
:root .tcfa-flip-horizontal,
:root .tcfa-flip-vertical {
    filter: none
}

.tcfa-stack {
    position: relative;
    display: inline-block;
    width: 2em;
    height: 2em;
    line-height: 2em;
    vertical-align: middle
}

.tcfa-stack-1x,
.tcfa-stack-2x {
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center
}

.tcfa-stack-1x {
    line-height: inherit
}

.tcfa-stack-2x {
    font-size: 2em
}

.tcfa-inverse {
    color: #fff
}

.tcfa-glass:before {
    content: "\f000"
}

.tcfa-music:before {
    content: "\f001"
}

.tcfa-search:before {
    content: "\f002"
}

.tcfa-envelope-o:before {
    content: "\f003"
}

.tcfa-heart:before {
    content: "\f004"
}

.tcfa-star:before {
    content: "\f005"
}

.tcfa-star-o:before {
    content: "\f006"
}

.tcfa-user:before {
    content: "\f007"
}

.tcfa-film:before {
    content: "\f008"
}

.tcfa-th-large:before {
    content: "\f009"
}

.tcfa-th:before {
    content: "\f00a"
}

.tcfa-th-list:before {
    content: "\f00b"
}

.tcfa-check:before {
    content: "\f00c"
}

.tcfa-remove:before,
.tcfa-close:before,
.tcfa-times:before {
    content: "\f00d"
}

.tcfa-search-plus:before {
    content: "\f00e"
}

.tcfa-search-minus:before {
    content: "\f010"
}

.tcfa-power-off:before {
    content: "\f011"
}

.tcfa-signal:before {
    content: "\f012"
}

.tcfa-gear:before,
.tcfa-cog:before {
    content: "\f013"
}

.tcfa-trash-o:before {
    content: "\f014"
}

.tcfa-home:before {
    content: "\f015"
}

.tcfa-file-o:before {
    content: "\f016"
}

.tcfa-clock-o:before {
    content: "\f017"
}

.tcfa-road:before {
    content: "\f018"
}

.tcfa-download:before {
    content: "\f019"
}

.tcfa-arrow-circle-o-down:before {
    content: "\f01a"
}

.tcfa-arrow-circle-o-up:before {
    content: "\f01b"
}

.tcfa-inbox:before {
    content: "\f01c"
}

.tcfa-play-circle-o:before {
    content: "\f01d"
}

.tcfa-rotate-right:before,
.tcfa-repeat:before {
    content: "\f01e"
}

.tcfa-refresh:before {
    content: "\f021"
}

.tcfa-list-alt:before {
    content: "\f022"
}

.tcfa-lock:before {
    content: "\f023"
}

.tcfa-flag:before {
    content: "\f024"
}

.tcfa-headphones:before {
    content: "\f025"
}

.tcfa-volume-off:before {
    content: "\f026"
}

.tcfa-volume-down:before {
    content: "\f027"
}

.tcfa-volume-up:before {
    content: "\f028"
}

.tcfa-qrcode:before {
    content: "\f029"
}

.tcfa-barcode:before {
    content: "\f02a"
}

.tcfa-tag:before {
    content: "\f02b"
}

.tcfa-tags:before {
    content: "\f02c"
}

.tcfa-book:before {
    content: "\f02d"
}

.tcfa-bookmark:before {
    content: "\f02e"
}

.tcfa-print:before {
    content: "\f02f"
}

.tcfa-camera:before {
    content: "\f030"
}

.tcfa-font:before {
    content: "\f031"
}

.tcfa-bold:before {
    content: "\f032"
}

.tcfa-italic:before {
    content: "\f033"
}

.tcfa-text-height:before {
    content: "\f034"
}

.tcfa-text-width:before {
    content: "\f035"
}

.tcfa-align-left:before {
    content: "\f036"
}

.tcfa-align-center:before {
    content: "\f037"
}

.tcfa-align-right:before {
    content: "\f038"
}

.tcfa-align-justify:before {
    content: "\f039"
}

.tcfa-list:before {
    content: "\f03a"
}

.tcfa-dedent:before,
.tcfa-outdent:before {
    content: "\f03b"
}

.tcfa-indent:before {
    content: "\f03c"
}

.tcfa-video-camera:before {
    content: "\f03d"
}

.tcfa-photo:before,
.tcfa-image:before,
.tcfa-picture-o:before {
    content: "\f03e"
}

.tcfa-pencil:before {
    content: "\f040"
}

.tcfa-map-marker:before {
    content: "\f041"
}

.tcfa-adjust:before {
    content: "\f042"
}

.tcfa-tint:before {
    content: "\f043"
}

.tcfa-edit:before,
.tcfa-pencil-square-o:before {
    content: "\f044"
}

.tcfa-share-square-o:before {
    content: "\f045"
}

.tcfa-check-square-o:before {
    content: "\f046"
}

.tcfa-arrows:before {
    content: "\f047"
}

.tcfa-step-backward:before {
    content: "\f048"
}

.tcfa-fast-backward:before {
    content: "\f049"
}

.tcfa-backward:before {
    content: "\f04a"
}

.tcfa-play:before {
    content: "\f04b"
}

.tcfa-pause:before {
    content: "\f04c"
}

.tcfa-stop:before {
    content: "\f04d"
}

.tcfa-forward:before {
    content: "\f04e"
}

.tcfa-fast-forward:before {
    content: "\f050"
}

.tcfa-step-forward:before {
    content: "\f051"
}

.tcfa-eject:before {
    content: "\f052"
}

.tcfa-chevron-left:before {
    content: "\f053"
}

.tcfa-chevron-right:before {
    content: "\f054"
}

.tcfa-plus-circle:before {
    content: "\f055"
}

.tcfa-minus-circle:before {
    content: "\f056"
}

.tcfa-times-circle:before {
    content: "\f057"
}

.tcfa-check-circle:before {
    content: "\f058"
}

.tcfa-question-circle:before {
    content: "\f059"
}

.tcfa-info-circle:before {
    content: "\f05a"
}

.tcfa-crosshairs:before {
    content: "\f05b"
}

.tcfa-times-circle-o:before {
    content: "\f05c"
}

.tcfa-check-circle-o:before {
    content: "\f05d"
}

.tcfa-ban:before {
    content: "\f05e"
}

.tcfa-arrow-left:before {
    content: "\f060"
}

.tcfa-arrow-right:before {
    content: "\f061"
}

.tcfa-arrow-up:before {
    content: "\f062"
}

.tcfa-arrow-down:before {
    content: "\f063"
}

.tcfa-mail-forward:before,
.tcfa-share:before {
    content: "\f064"
}

.tcfa-expand:before {
    content: "\f065"
}

.tcfa-compress:before {
    content: "\f066"
}

.tcfa-plus:before {
    content: "\f067"
}

.tcfa-minus:before {
    content: "\f068"
}

.tcfa-asterisk:before {
    content: "\f069"
}

.tcfa-exclamation-circle:before {
    content: "\f06a"
}

.tcfa-gift:before {
    content: "\f06b"
}

.tcfa-leaf:before {
    content: "\f06c"
}

.tcfa-fire:before {
    content: "\f06d"
}

.tcfa-eye:before {
    content: "\f06e"
}

.tcfa-eye-slash:before {
    content: "\f070"
}

.tcfa-warning:before,
.tcfa-exclamation-triangle:before {
    content: "\f071"
}

.tcfa-plane:before {
    content: "\f072"
}

.tcfa-calendar:before {
    content: "\f073"
}

.tcfa-random:before {
    content: "\f074"
}

.tcfa-comment:before {
    content: "\f075"
}

.tcfa-magnet:before {
    content: "\f076"
}

.tcfa-chevron-up:before {
    content: "\f077"
}

.tcfa-chevron-down:before {
    content: "\f078"
}

.tcfa-retweet:before {
    content: "\f079"
}

.tcfa-shopping-cart:before {
    content: "\f07a"
}

.tcfa-folder:before {
    content: "\f07b"
}

.tcfa-folder-open:before {
    content: "\f07c"
}

.tcfa-arrows-v:before {
    content: "\f07d"
}

.tcfa-arrows-h:before {
    content: "\f07e"
}

.tcfa-bar-chart-o:before,
.tcfa-bar-chart:before {
    content: "\f080"
}

.tcfa-twitter-square:before {
    content: "\f081"
}

.tcfa-facebook-square:before {
    content: "\f082"
}

.tcfa-camera-retro:before {
    content: "\f083"
}

.tcfa-key:before {
    content: "\f084"
}

.tcfa-gears:before,
.tcfa-cogs:before {
    content: "\f085"
}

.tcfa-comments:before {
    content: "\f086"
}

.tcfa-thumbs-o-up:before {
    content: "\f087"
}

.tcfa-thumbs-o-down:before {
    content: "\f088"
}

.tcfa-star-half:before {
    content: "\f089"
}

.tcfa-heart-o:before {
    content: "\f08a"
}

.tcfa-sign-out:before {
    content: "\f08b"
}

.tcfa-linkedin-square:before {
    content: "\f08c"
}

.tcfa-thumb-tack:before {
    content: "\f08d"
}

.tcfa-external-link:before {
    content: "\f08e"
}

.tcfa-sign-in:before {
    content: "\f090"
}

.tcfa-trophy:before {
    content: "\f091"
}

.tcfa-github-square:before {
    content: "\f092"
}

.tcfa-upload:before {
    content: "\f093"
}

.tcfa-lemon-o:before {
    content: "\f094"
}

.tcfa-phone:before {
    content: "\f095"
}

.tcfa-square-o:before {
    content: "\f096"
}

.tcfa-bookmark-o:before {
    content: "\f097"
}

.tcfa-phone-square:before {
    content: "\f098"
}

.tcfa-twitter:before {
    content: "\f099"
}

.tcfa-facebook-f:before,
.tcfa-facebook:before {
    content: "\f09a"
}

.tcfa-github:before {
    content: "\f09b"
}

.tcfa-unlock:before {
    content: "\f09c"
}

.tcfa-credit-card:before {
    content: "\f09d"
}

.tcfa-feed:before,
.tcfa-rss:before {
    content: "\f09e"
}

.tcfa-hdd-o:before {
    content: "\f0a0"
}

.tcfa-bullhorn:before {
    content: "\f0a1"
}

.tcfa-bell:before {
    content: "\f0f3"
}

.tcfa-certificate:before {
    content: "\f0a3"
}

.tcfa-hand-o-right:before {
    content: "\f0a4"
}

.tcfa-hand-o-left:before {
    content: "\f0a5"
}

.tcfa-hand-o-up:before {
    content: "\f0a6"
}

.tcfa-hand-o-down:before {
    content: "\f0a7"
}

.tcfa-arrow-circle-left:before {
    content: "\f0a8"
}

.tcfa-arrow-circle-right:before {
    content: "\f0a9"
}

.tcfa-arrow-circle-up:before {
    content: "\f0aa"
}

.tcfa-arrow-circle-down:before {
    content: "\f0ab"
}

.tcfa-globe:before {
    content: "\f0ac"
}

.tcfa-wrench:before {
    content: "\f0ad"
}

.tcfa-tasks:before {
    content: "\f0ae"
}

.tcfa-filter:before {
    content: "\f0b0"
}

.tcfa-briefcase:before {
    content: "\f0b1"
}

.tcfa-arrows-alt:before {
    content: "\f0b2"
}

.tcfa-group:before,
.tcfa-users:before {
    content: "\f0c0"
}

.tcfa-chain:before,
.tcfa-link:before {
    content: "\f0c1"
}

.tcfa-cloud:before {
    content: "\f0c2"
}

.tcfa-flask:before {
    content: "\f0c3"
}

.tcfa-cut:before,
.tcfa-scissors:before {
    content: "\f0c4"
}

.tcfa-copy:before,
.tcfa-files-o:before {
    content: "\f0c5"
}

.tcfa-paperclip:before {
    content: "\f0c6"
}

.tcfa-save:before,
.tcfa-floppy-o:before {
    content: "\f0c7"
}

.tcfa-square:before {
    content: "\f0c8"
}

.tcfa-navicon:before,
.tcfa-reorder:before,
.tcfa-bars:before {
    content: "\f0c9"
}

.tcfa-list-ul:before {
    content: "\f0ca"
}

.tcfa-list-ol:before {
    content: "\f0cb"
}

.tcfa-strikethrough:before {
    content: "\f0cc"
}

.tcfa-underline:before {
    content: "\f0cd"
}

.tcfa-table:before {
    content: "\f0ce"
}

.tcfa-magic:before {
    content: "\f0d0"
}

.tcfa-truck:before {
    content: "\f0d1"
}

.tcfa-pinterest:before {
    content: "\f0d2"
}

.tcfa-pinterest-square:before {
    content: "\f0d3"
}

.tcfa-google-plus-square:before {
    content: "\f0d4"
}

.tcfa-google-plus:before {
    content: "\f0d5"
}

.tcfa-money:before {
    content: "\f0d6"
}

.tcfa-caret-down:before {
    content: "\f0d7"
}

.tcfa-caret-up:before {
    content: "\f0d8"
}

.tcfa-caret-left:before {
    content: "\f0d9"
}

.tcfa-caret-right:before {
    content: "\f0da"
}

.tcfa-columns:before {
    content: "\f0db"
}

.tcfa-unsorted:before,
.tcfa-sort:before {
    content: "\f0dc"
}

.tcfa-sort-down:before,
.tcfa-sort-desc:before {
    content: "\f0dd"
}

.tcfa-sort-up:before,
.tcfa-sort-asc:before {
    content: "\f0de"
}

.tcfa-envelope:before {
    content: "\f0e0"
}

.tcfa-linkedin:before {
    content: "\f0e1"
}

.tcfa-rotate-left:before,
.tcfa-undo:before {
    content: "\f0e2"
}

.tcfa-legal:before,
.tcfa-gavel:before {
    content: "\f0e3"
}

.tcfa-dashboard:before,
.tcfa-tachometer:before {
    content: "\f0e4"
}

.tcfa-comment-o:before {
    content: "\f0e5"
}

.tcfa-comments-o:before {
    content: "\f0e6"
}

.tcfa-flash:before,
.tcfa-bolt:before {
    content: "\f0e7"
}

.tcfa-sitemap:before {
    content: "\f0e8"
}

.tcfa-umbrella:before {
    content: "\f0e9"
}

.tcfa-paste:before,
.tcfa-clipboard:before {
    content: "\f0ea"
}

.tcfa-lightbulb-o:before {
    content: "\f0eb"
}

.tcfa-exchange:before {
    content: "\f0ec"
}

.tcfa-cloud-download:before {
    content: "\f0ed"
}

.tcfa-cloud-upload:before {
    content: "\f0ee"
}

.tcfa-user-md:before {
    content: "\f0f0"
}

.tcfa-stethoscope:before {
    content: "\f0f1"
}

.tcfa-suitcase:before {
    content: "\f0f2"
}

.tcfa-bell-o:before {
    content: "\f0a2"
}

.tcfa-coffee:before {
    content: "\f0f4"
}

.tcfa-cutlery:before {
    content: "\f0f5"
}

.tcfa-file-text-o:before {
    content: "\f0f6"
}

.tcfa-building-o:before {
    content: "\f0f7"
}

.tcfa-hospital-o:before {
    content: "\f0f8"
}

.tcfa-ambulance:before {
    content: "\f0f9"
}

.tcfa-medkit:before {
    content: "\f0fa"
}

.tcfa-fighter-jet:before {
    content: "\f0fb"
}

.tcfa-beer:before {
    content: "\f0fc"
}

.tcfa-h-square:before {
    content: "\f0fd"
}

.tcfa-plus-square:before {
    content: "\f0fe"
}

.tcfa-angle-double-left:before {
    content: "\f100"
}

.tcfa-angle-double-right:before {
    content: "\f101"
}

.tcfa-angle-double-up:before {
    content: "\f102"
}

.tcfa-angle-double-down:before {
    content: "\f103"
}

.tcfa-angle-left:before {
    content: "\f104"
}

.tcfa-angle-right:before {
    content: "\f105"
}

.tcfa-angle-up:before {
    content: "\f106"
}

.tcfa-angle-down:before {
    content: "\f107"
}

.tcfa-desktop:before {
    content: "\f108"
}

.tcfa-laptop:before {
    content: "\f109"
}

.tcfa-tablet:before {
    content: "\f10a"
}

.tcfa-mobile-phone:before,
.tcfa-mobile:before {
    content: "\f10b"
}

.tcfa-circle-o:before {
    content: "\f10c"
}

.tcfa-quote-left:before {
    content: "\f10d"
}

.tcfa-quote-right:before {
    content: "\f10e"
}

.tcfa-spinner:before {
    content: "\f110"
}

.tcfa-circle:before {
    content: "\f111"
}

.tcfa-mail-reply:before,
.tcfa-reply:before {
    content: "\f112"
}

.tcfa-github-alt:before {
    content: "\f113"
}

.tcfa-folder-o:before {
    content: "\f114"
}

.tcfa-folder-open-o:before {
    content: "\f115"
}

.tcfa-smile-o:before {
    content: "\f118"
}

.tcfa-frown-o:before {
    content: "\f119"
}

.tcfa-meh-o:before {
    content: "\f11a"
}

.tcfa-gamepad:before {
    content: "\f11b"
}

.tcfa-keyboard-o:before {
    content: "\f11c"
}

.tcfa-flag-o:before {
    content: "\f11d"
}

.tcfa-flag-checkered:before {
    content: "\f11e"
}

.tcfa-terminal:before {
    content: "\f120"
}

.tcfa-code:before {
    content: "\f121"
}

.tcfa-mail-reply-all:before,
.tcfa-reply-all:before {
    content: "\f122"
}

.tcfa-star-half-empty:before,
.tcfa-star-half-full:before,
.tcfa-star-half-o:before {
    content: "\f123"
}

.tcfa-location-arrow:before {
    content: "\f124"
}

.tcfa-crop:before {
    content: "\f125"
}

.tcfa-code-fork:before {
    content: "\f126"
}

.tcfa-unlink:before,
.tcfa-chain-broken:before {
    content: "\f127"
}

.tcfa-question:before {
    content: "\f128"
}

.tcfa-info:before {
    content: "\f129"
}

.tcfa-exclamation:before {
    content: "\f12a"
}

.tcfa-superscript:before {
    content: "\f12b"
}

.tcfa-subscript:before {
    content: "\f12c"
}

.tcfa-eraser:before {
    content: "\f12d"
}

.tcfa-puzzle-piece:before {
    content: "\f12e"
}

.tcfa-microphone:before {
    content: "\f130"
}

.tcfa-microphone-slash:before {
    content: "\f131"
}

.tcfa-shield:before {
    content: "\f132"
}

.tcfa-calendar-o:before {
    content: "\f133"
}

.tcfa-fire-extinguisher:before {
    content: "\f134"
}

.tcfa-rocket:before {
    content: "\f135"
}

.tcfa-maxcdn:before {
    content: "\f136"
}

.tcfa-chevron-circle-left:before {
    content: "\f137"
}

.tcfa-chevron-circle-right:before {
    content: "\f138"
}

.tcfa-chevron-circle-up:before {
    content: "\f139"
}

.tcfa-chevron-circle-down:before {
    content: "\f13a"
}

.tcfa-html5:before {
    content: "\f13b"
}

.tcfa-css3:before {
    content: "\f13c"
}

.tcfa-anchor:before {
    content: "\f13d"
}

.tcfa-unlock-alt:before {
    content: "\f13e"
}

.tcfa-bullseye:before {
    content: "\f140"
}

.tcfa-ellipsis-h:before {
    content: "\f141"
}

.tcfa-ellipsis-v:before {
    content: "\f142"
}

.tcfa-rss-square:before {
    content: "\f143"
}

.tcfa-play-circle:before {
    content: "\f144"
}

.tcfa-ticket:before {
    content: "\f145"
}

.tcfa-minus-square:before {
    content: "\f146"
}

.tcfa-minus-square-o:before {
    content: "\f147"
}

.tcfa-level-up:before {
    content: "\f148"
}

.tcfa-level-down:before {
    content: "\f149"
}

.tcfa-check-square:before {
    content: "\f14a"
}

.tcfa-pencil-square:before {
    content: "\f14b"
}

.tcfa-external-link-square:before {
    content: "\f14c"
}

.tcfa-share-square:before {
    content: "\f14d"
}

.tcfa-compass:before {
    content: "\f14e"
}

.tcfa-toggle-down:before,
.tcfa-caret-square-o-down:before {
    content: "\f150"
}

.tcfa-toggle-up:before,
.tcfa-caret-square-o-up:before {
    content: "\f151"
}

.tcfa-toggle-right:before,
.tcfa-caret-square-o-right:before {
    content: "\f152"
}

.tcfa-euro:before,
.tcfa-eur:before {
    content: "\f153"
}

.tcfa-gbp:before {
    content: "\f154"
}

.tcfa-dollar:before,
.tcfa-usd:before {
    content: "\f155"
}

.tcfa-rupee:before,
.tcfa-inr:before {
    content: "\f156"
}

.tcfa-cny:before,
.tcfa-rmb:before,
.tcfa-yen:before,
.tcfa-jpy:before {
    content: "\f157"
}

.tcfa-ruble:before,
.tcfa-rouble:before,
.tcfa-rub:before {
    content: "\f158"
}

.tcfa-won:before,
.tcfa-krw:before {
    content: "\f159"
}

.tcfa-bitcoin:before,
.tcfa-btc:before {
    content: "\f15a"
}

.tcfa-file:before {
    content: "\f15b"
}

.tcfa-file-text:before {
    content: "\f15c"
}

.tcfa-sort-alpha-asc:before {
    content: "\f15d"
}

.tcfa-sort-alpha-desc:before {
    content: "\f15e"
}

.tcfa-sort-amount-asc:before {
    content: "\f160"
}

.tcfa-sort-amount-desc:before {
    content: "\f161"
}

.tcfa-sort-numeric-asc:before {
    content: "\f162"
}

.tcfa-sort-numeric-desc:before {
    content: "\f163"
}

.tcfa-thumbs-up:before {
    content: "\f164"
}

.tcfa-thumbs-down:before {
    content: "\f165"
}

.tcfa-youtube-square:before {
    content: "\f166"
}

.tcfa-youtube:before {
    content: "\f167"
}

.tcfa-xing:before {
    content: "\f168"
}

.tcfa-xing-square:before {
    content: "\f169"
}

.tcfa-youtube-play:before {
    content: "\f16a"
}

.tcfa-dropbox:before {
    content: "\f16b"
}

.tcfa-stack-overflow:before {
    content: "\f16c"
}

.tcfa-instagram:before {
    content: "\f16d"
}

.tcfa-flickr:before {
    content: "\f16e"
}

.tcfa-adn:before {
    content: "\f170"
}

.tcfa-bitbucket:before {
    content: "\f171"
}

.tcfa-bitbucket-square:before {
    content: "\f172"
}

.tcfa-tumblr:before {
    content: "\f173"
}

.tcfa-tumblr-square:before {
    content: "\f174"
}

.tcfa-long-arrow-down:before {
    content: "\f175"
}

.tcfa-long-arrow-up:before {
    content: "\f176"
}

.tcfa-long-arrow-left:before {
    content: "\f177"
}

.tcfa-long-arrow-right:before {
    content: "\f178"
}

.tcfa-apple:before {
    content: "\f179"
}

.tcfa-windows:before {
    content: "\f17a"
}

.tcfa-android:before {
    content: "\f17b"
}

.tcfa-linux:before {
    content: "\f17c"
}

.tcfa-dribbble:before {
    content: "\f17d"
}

.tcfa-skype:before {
    content: "\f17e"
}

.tcfa-foursquare:before {
    content: "\f180"
}

.tcfa-trello:before {
    content: "\f181"
}

.tcfa-female:before {
    content: "\f182"
}

.tcfa-male:before {
    content: "\f183"
}

.tcfa-gittip:before,
.tcfa-gratipay:before {
    content: "\f184"
}

.tcfa-sun-o:before {
    content: "\f185"
}

.tcfa-moon-o:before {
    content: "\f186"
}

.tcfa-archive:before {
    content: "\f187"
}

.tcfa-bug:before {
    content: "\f188"
}

.tcfa-vk:before {
    content: "\f189"
}

.tcfa-weibo:before {
    content: "\f18a"
}

.tcfa-renren:before {
    content: "\f18b"
}

.tcfa-pagelines:before {
    content: "\f18c"
}

.tcfa-stack-exchange:before {
    content: "\f18d"
}

.tcfa-arrow-circle-o-right:before {
    content: "\f18e"
}

.tcfa-arrow-circle-o-left:before {
    content: "\f190"
}

.tcfa-toggle-left:before,
.tcfa-caret-square-o-left:before {
    content: "\f191"
}

.tcfa-dot-circle-o:before {
    content: "\f192"
}

.tcfa-wheelchair:before {
    content: "\f193"
}

.tcfa-vimeo-square:before {
    content: "\f194"
}

.tcfa-turkish-lira:before,
.tcfa-try:before {
    content: "\f195"
}

.tcfa-plus-square-o:before {
    content: "\f196"
}

.tcfa-space-shuttle:before {
    content: "\f197"
}

.tcfa-slack:before {
    content: "\f198"
}

.tcfa-envelope-square:before {
    content: "\f199"
}

.tcfa-wordpress:before {
    content: "\f19a"
}

.tcfa-openid:before {
    content: "\f19b"
}

.tcfa-institution:before,
.tcfa-bank:before,
.tcfa-university:before {
    content: "\f19c"
}

.tcfa-mortar-board:before,
.tcfa-graduation-cap:before {
    content: "\f19d"
}

.tcfa-yahoo:before {
    content: "\f19e"
}

.tcfa-google:before {
    content: "\f1a0"
}

.tcfa-reddit:before {
    content: "\f1a1"
}

.tcfa-reddit-square:before {
    content: "\f1a2"
}

.tcfa-stumbleupon-circle:before {
    content: "\f1a3"
}

.tcfa-stumbleupon:before {
    content: "\f1a4"
}

.tcfa-delicious:before {
    content: "\f1a5"
}

.tcfa-digg:before {
    content: "\f1a6"
}

.tcfa-pied-piper-pp:before {
    content: "\f1a7"
}

.tcfa-pied-piper-alt:before {
    content: "\f1a8"
}

.tcfa-drupal:before {
    content: "\f1a9"
}

.tcfa-joomla:before {
    content: "\f1aa"
}

.tcfa-language:before {
    content: "\f1ab"
}

.tcfa-fax:before {
    content: "\f1ac"
}

.tcfa-building:before {
    content: "\f1ad"
}

.tcfa-child:before {
    content: "\f1ae"
}

.tcfa-paw:before {
    content: "\f1b0"
}

.tcfa-spoon:before {
    content: "\f1b1"
}

.tcfa-cube:before {
    content: "\f1b2"
}

.tcfa-cubes:before {
    content: "\f1b3"
}

.tcfa-behance:before {
    content: "\f1b4"
}

.tcfa-behance-square:before {
    content: "\f1b5"
}

.tcfa-steam:before {
    content: "\f1b6"
}

.tcfa-steam-square:before {
    content: "\f1b7"
}

.tcfa-recycle:before {
    content: "\f1b8"
}

.tcfa-automobile:before,
.tcfa-car:before {
    content: "\f1b9"
}

.tcfa-cab:before,
.tcfa-taxi:before {
    content: "\f1ba"
}

.tcfa-tree:before {
    content: "\f1bb"
}

.tcfa-spotify:before {
    content: "\f1bc"
}

.tcfa-deviantart:before {
    content: "\f1bd"
}

.tcfa-soundcloud:before {
    content: "\f1be"
}

.tcfa-database:before {
    content: "\f1c0"
}

.tcfa-file-pdf-o:before {
    content: "\f1c1"
}

.tcfa-file-word-o:before {
    content: "\f1c2"
}

.tcfa-file-excel-o:before {
    content: "\f1c3"
}

.tcfa-file-powerpoint-o:before {
    content: "\f1c4"
}

.tcfa-file-photo-o:before,
.tcfa-file-picture-o:before,
.tcfa-file-image-o:before {
    content: "\f1c5"
}

.tcfa-file-zip-o:before,
.tcfa-file-archive-o:before {
    content: "\f1c6"
}

.tcfa-file-sound-o:before,
.tcfa-file-audio-o:before {
    content: "\f1c7"
}

.tcfa-file-movie-o:before,
.tcfa-file-video-o:before {
    content: "\f1c8"
}

.tcfa-file-code-o:before {
    content: "\f1c9"
}

.tcfa-vine:before {
    content: "\f1ca"
}

.tcfa-codepen:before {
    content: "\f1cb"
}

.tcfa-jsfiddle:before {
    content: "\f1cc"
}

.tcfa-life-bouy:before,
.tcfa-life-buoy:before,
.tcfa-life-saver:before,
.tcfa-support:before,
.tcfa-life-ring:before {
    content: "\f1cd"
}

.tcfa-circle-o-notch:before {
    content: "\f1ce"
}

.tcfa-ra:before,
.tcfa-resistance:before,
.tcfa-rebel:before {
    content: "\f1d0"
}

.tcfa-ge:before,
.tcfa-empire:before {
    content: "\f1d1"
}

.tcfa-git-square:before {
    content: "\f1d2"
}

.tcfa-git:before {
    content: "\f1d3"
}

.tcfa-y-combinator-square:before,
.tcfa-yc-square:before,
.tcfa-hacker-news:before {
    content: "\f1d4"
}

.tcfa-tencent-weibo:before {
    content: "\f1d5"
}

.tcfa-qq:before {
    content: "\f1d6"
}

.tcfa-wechat:before,
.tcfa-weixin:before {
    content: "\f1d7"
}

.tcfa-send:before,
.tcfa-paper-plane:before {
    content: "\f1d8"
}

.tcfa-send-o:before,
.tcfa-paper-plane-o:before {
    content: "\f1d9"
}

.tcfa-history:before {
    content: "\f1da"
}

.tcfa-circle-thin:before {
    content: "\f1db"
}

.tcfa-header:before {
    content: "\f1dc"
}

.tcfa-paragraph:before {
    content: "\f1dd"
}

.tcfa-sliders:before {
    content: "\f1de"
}

.tcfa-share-alt:before {
    content: "\f1e0"
}

.tcfa-share-alt-square:before {
    content: "\f1e1"
}

.tcfa-bomb:before {
    content: "\f1e2"
}

.tcfa-soccer-ball-o:before,
.tcfa-futbol-o:before {
    content: "\f1e3"
}

.tcfa-tty:before {
    content: "\f1e4"
}

.tcfa-binoculars:before {
    content: "\f1e5"
}

.tcfa-plug:before {
    content: "\f1e6"
}

.tcfa-slideshare:before {
    content: "\f1e7"
}

.tcfa-twitch:before {
    content: "\f1e8"
}

.tcfa-yelp:before {
    content: "\f1e9"
}

.tcfa-newspaper-o:before {
    content: "\f1ea"
}

.tcfa-wifi:before {
    content: "\f1eb"
}

.tcfa-calculator:before {
    content: "\f1ec"
}

.tcfa-paypal:before {
    content: "\f1ed"
}

.tcfa-google-wallet:before {
    content: "\f1ee"
}

.tcfa-cc-visa:before {
    content: "\f1f0"
}

.tcfa-cc-mastercard:before {
    content: "\f1f1"
}

.tcfa-cc-discover:before {
    content: "\f1f2"
}

.tcfa-cc-amex:before {
    content: "\f1f3"
}

.tcfa-cc-paypal:before {
    content: "\f1f4"
}

.tcfa-cc-stripe:before {
    content: "\f1f5"
}

.tcfa-bell-slash:before {
    content: "\f1f6"
}

.tcfa-bell-slash-o:before {
    content: "\f1f7"
}

.tcfa-trash:before {
    content: "\f1f8"
}

.tcfa-copyright:before {
    content: "\f1f9"
}

.tcfa-at:before {
    content: "\f1fa"
}

.tcfa-eyedropper:before {
    content: "\f1fb"
}

.tcfa-paint-brush:before {
    content: "\f1fc"
}

.tcfa-birthday-cake:before {
    content: "\f1fd"
}

.tcfa-area-chart:before {
    content: "\f1fe"
}

.tcfa-pie-chart:before {
    content: "\f200"
}

.tcfa-line-chart:before {
    content: "\f201"
}

.tcfa-lastfm:before {
    content: "\f202"
}

.tcfa-lastfm-square:before {
    content: "\f203"
}

.tcfa-toggle-off:before {
    content: "\f204"
}

.tcfa-toggle-on:before {
    content: "\f205"
}

.tcfa-bicycle:before {
    content: "\f206"
}

.tcfa-bus:before {
    content: "\f207"
}

.tcfa-ioxhost:before {
    content: "\f208"
}

.tcfa-angellist:before {
    content: "\f209"
}

.tcfa-cc:before {
    content: "\f20a"
}

.tcfa-shekel:before,
.tcfa-sheqel:before,
.tcfa-ils:before {
    content: "\f20b"
}

.tcfa-meanpath:before {
    content: "\f20c"
}

.tcfa-buysellads:before {
    content: "\f20d"
}

.tcfa-connectdevelop:before {
    content: "\f20e"
}

.tcfa-dashcube:before {
    content: "\f210"
}

.tcfa-forumbee:before {
    content: "\f211"
}

.tcfa-leanpub:before {
    content: "\f212"
}

.tcfa-sellsy:before {
    content: "\f213"
}

.tcfa-shirtsinbulk:before {
    content: "\f214"
}

.tcfa-simplybuilt:before {
    content: "\f215"
}

.tcfa-skyatlas:before {
    content: "\f216"
}

.tcfa-cart-plus:before {
    content: "\f217"
}

.tcfa-cart-arrow-down:before {
    content: "\f218"
}

.tcfa-diamond:before {
    content: "\f219"
}

.tcfa-ship:before {
    content: "\f21a"
}

.tcfa-user-secret:before {
    content: "\f21b"
}

.tcfa-motorcycle:before {
    content: "\f21c"
}

.tcfa-street-view:before {
    content: "\f21d"
}

.tcfa-heartbeat:before {
    content: "\f21e"
}

.tcfa-venus:before {
    content: "\f221"
}

.tcfa-mars:before {
    content: "\f222"
}

.tcfa-mercury:before {
    content: "\f223"
}

.tcfa-intersex:before,
.tcfa-transgender:before {
    content: "\f224"
}

.tcfa-transgender-alt:before {
    content: "\f225"
}

.tcfa-venus-double:before {
    content: "\f226"
}

.tcfa-mars-double:before {
    content: "\f227"
}

.tcfa-venus-mars:before {
    content: "\f228"
}

.tcfa-mars-stroke:before {
    content: "\f229"
}

.tcfa-mars-stroke-v:before {
    content: "\f22a"
}

.tcfa-mars-stroke-h:before {
    content: "\f22b"
}

.tcfa-neuter:before {
    content: "\f22c"
}

.tcfa-genderless:before {
    content: "\f22d"
}

.tcfa-facebook-official:before {
    content: "\f230"
}

.tcfa-pinterest-p:before {
    content: "\f231"
}

.tcfa-whatsapp:before {
    content: "\f232"
}

.tcfa-server:before {
    content: "\f233"
}

.tcfa-user-plus:before {
    content: "\f234"
}

.tcfa-user-times:before {
    content: "\f235"
}

.tcfa-hotel:before,
.tcfa-bed:before {
    content: "\f236"
}

.tcfa-viacoin:before {
    content: "\f237"
}

.tcfa-train:before {
    content: "\f238"
}

.tcfa-subway:before {
    content: "\f239"
}

.tcfa-medium:before {
    content: "\f23a"
}

.tcfa-yc:before,
.tcfa-y-combinator:before {
    content: "\f23b"
}

.tcfa-optin-monster:before {
    content: "\f23c"
}

.tcfa-opencart:before {
    content: "\f23d"
}

.tcfa-expeditedssl:before {
    content: "\f23e"
}

.tcfa-battery-4:before,
.tcfa-battery:before,
.tcfa-battery-full:before {
    content: "\f240"
}

.tcfa-battery-3:before,
.tcfa-battery-three-quarters:before {
    content: "\f241"
}

.tcfa-battery-2:before,
.tcfa-battery-half:before {
    content: "\f242"
}

.tcfa-battery-1:before,
.tcfa-battery-quarter:before {
    content: "\f243"
}

.tcfa-battery-0:before,
.tcfa-battery-empty:before {
    content: "\f244"
}

.tcfa-mouse-pointer:before {
    content: "\f245"
}

.tcfa-i-cursor:before {
    content: "\f246"
}

.tcfa-object-group:before {
    content: "\f247"
}

.tcfa-object-ungroup:before {
    content: "\f248"
}

.tcfa-sticky-note:before {
    content: "\f249"
}

.tcfa-sticky-note-o:before {
    content: "\f24a"
}

.tcfa-cc-jcb:before {
    content: "\f24b"
}

.tcfa-cc-diners-club:before {
    content: "\f24c"
}

.tcfa-clone:before {
    content: "\f24d"
}

.tcfa-balance-scale:before {
    content: "\f24e"
}

.tcfa-hourglass-o:before {
    content: "\f250"
}

.tcfa-hourglass-1:before,
.tcfa-hourglass-start:before {
    content: "\f251"
}

.tcfa-hourglass-2:before,
.tcfa-hourglass-half:before {
    content: "\f252"
}

.tcfa-hourglass-3:before,
.tcfa-hourglass-end:before {
    content: "\f253"
}

.tcfa-hourglass:before {
    content: "\f254"
}

.tcfa-hand-grab-o:before,
.tcfa-hand-rock-o:before {
    content: "\f255"
}

.tcfa-hand-stop-o:before,
.tcfa-hand-paper-o:before {
    content: "\f256"
}

.tcfa-hand-scissors-o:before {
    content: "\f257"
}

.tcfa-hand-lizard-o:before {
    content: "\f258"
}

.tcfa-hand-spock-o:before {
    content: "\f259"
}

.tcfa-hand-pointer-o:before {
    content: "\f25a"
}

.tcfa-hand-peace-o:before {
    content: "\f25b"
}

.tcfa-trademark:before {
    content: "\f25c"
}

.tcfa-registered:before {
    content: "\f25d"
}

.tcfa-creative-commons:before {
    content: "\f25e"
}

.tcfa-gg:before {
    content: "\f260"
}

.tcfa-gg-circle:before {
    content: "\f261"
}

.tcfa-tripadvisor:before {
    content: "\f262"
}

.tcfa-odnoklassniki:before {
    content: "\f263"
}

.tcfa-odnoklassniki-square:before {
    content: "\f264"
}

.tcfa-get-pocket:before {
    content: "\f265"
}

.tcfa-wikipedia-w:before {
    content: "\f266"
}

.tcfa-safari:before {
    content: "\f267"
}

.tcfa-chrome:before {
    content: "\f268"
}

.tcfa-firefox:before {
    content: "\f269"
}

.tcfa-opera:before {
    content: "\f26a"
}

.tcfa-internet-explorer:before {
    content: "\f26b"
}

.tcfa-tv:before,
.tcfa-television:before {
    content: "\f26c"
}

.tcfa-contao:before {
    content: "\f26d"
}

.tcfa-500px:before {
    content: "\f26e"
}

.tcfa-amazon:before {
    content: "\f270"
}

.tcfa-calendar-plus-o:before {
    content: "\f271"
}

.tcfa-calendar-minus-o:before {
    content: "\f272"
}

.tcfa-calendar-times-o:before {
    content: "\f273"
}

.tcfa-calendar-check-o:before {
    content: "\f274"
}

.tcfa-industry:before {
    content: "\f275"
}

.tcfa-map-pin:before {
    content: "\f276"
}

.tcfa-map-signs:before {
    content: "\f277"
}

.tcfa-map-o:before {
    content: "\f278"
}

.tcfa-map:before {
    content: "\f279"
}

.tcfa-commenting:before {
    content: "\f27a"
}

.tcfa-commenting-o:before {
    content: "\f27b"
}

.tcfa-houzz:before {
    content: "\f27c"
}

.tcfa-vimeo:before {
    content: "\f27d"
}

.tcfa-black-tie:before {
    content: "\f27e"
}

.tcfa-fonticons:before {
    content: "\f280"
}

.tcfa-reddit-alien:before {
    content: "\f281"
}

.tcfa-edge:before {
    content: "\f282"
}

.tcfa-credit-card-alt:before {
    content: "\f283"
}

.tcfa-codiepie:before {
    content: "\f284"
}

.tcfa-modx:before {
    content: "\f285"
}

.tcfa-fort-awesome:before {
    content: "\f286"
}

.tcfa-usb:before {
    content: "\f287"
}

.tcfa-product-hunt:before {
    content: "\f288"
}

.tcfa-mixcloud:before {
    content: "\f289"
}

.tcfa-scribd:before {
    content: "\f28a"
}

.tcfa-pause-circle:before {
    content: "\f28b"
}

.tcfa-pause-circle-o:before {
    content: "\f28c"
}

.tcfa-stop-circle:before {
    content: "\f28d"
}

.tcfa-stop-circle-o:before {
    content: "\f28e"
}

.tcfa-shopping-bag:before {
    content: "\f290"
}

.tcfa-shopping-basket:before {
    content: "\f291"
}

.tcfa-hashtag:before {
    content: "\f292"
}

.tcfa-bluetooth:before {
    content: "\f293"
}

.tcfa-bluetooth-b:before {
    content: "\f294"
}

.tcfa-percent:before {
    content: "\f295"
}

.tcfa-gitlab:before {
    content: "\f296"
}

.tcfa-wpbeginner:before {
    content: "\f297"
}

.tcfa-wpforms:before {
    content: "\f298"
}

.tcfa-envira:before {
    content: "\f299"
}

.tcfa-universal-access:before {
    content: "\f29a"
}

.tcfa-wheelchair-alt:before {
    content: "\f29b"
}

.tcfa-question-circle-o:before {
    content: "\f29c"
}

.tcfa-blind:before {
    content: "\f29d"
}

.tcfa-audio-description:before {
    content: "\f29e"
}

.tcfa-volume-control-phone:before {
    content: "\f2a0"
}

.tcfa-braille:before {
    content: "\f2a1"
}

.tcfa-assistive-listening-systems:before {
    content: "\f2a2"
}

.tcfa-asl-interpreting:before,
.tcfa-american-sign-language-interpreting:before {
    content: "\f2a3"
}

.tcfa-deafness:before,
.tcfa-hard-of-hearing:before,
.tcfa-deaf:before {
    content: "\f2a4"
}

.tcfa-glide:before {
    content: "\f2a5"
}

.tcfa-glide-g:before {
    content: "\f2a6"
}

.tcfa-signing:before,
.tcfa-sign-language:before {
    content: "\f2a7"
}

.tcfa-low-vision:before {
    content: "\f2a8"
}

.tcfa-viadeo:before {
    content: "\f2a9"
}

.tcfa-viadeo-square:before {
    content: "\f2aa"
}

.tcfa-snapchat:before {
    content: "\f2ab"
}

.tcfa-snapchat-ghost:before {
    content: "\f2ac"
}

.tcfa-snapchat-square:before {
    content: "\f2ad"
}

.tcfa-pied-piper:before {
    content: "\f2ae"
}

.tcfa-first-order:before {
    content: "\f2b0"
}

.tcfa-yoast:before {
    content: "\f2b1"
}

.tcfa-themeisle:before {
    content: "\f2b2"
}

.tcfa-google-plus-circle:before,
.tcfa-google-plus-official:before {
    content: "\f2b3"
}

.tcfa-fa:before,
.tcfa-font-awesome:before {
    content: "\f2b4"
}

.tcfa-handshake-o:before {
    content: "\f2b5"
}

.tcfa-envelope-open:before {
    content: "\f2b6"
}

.tcfa-envelope-open-o:before {
    content: "\f2b7"
}

.tcfa-linode:before {
    content: "\f2b8"
}

.tcfa-address-book:before {
    content: "\f2b9"
}

.tcfa-address-book-o:before {
    content: "\f2ba"
}

.tcfa-vcard:before,
.tcfa-address-card:before {
    content: "\f2bb"
}

.tcfa-vcard-o:before,
.tcfa-address-card-o:before {
    content: "\f2bc"
}

.tcfa-user-circle:before {
    content: "\f2bd"
}

.tcfa-user-circle-o:before {
    content: "\f2be"
}

.tcfa-user-o:before {
    content: "\f2c0"
}

.tcfa-id-badge:before {
    content: "\f2c1"
}

.tcfa-drivers-license:before,
.tcfa-id-card:before {
    content: "\f2c2"
}

.tcfa-drivers-license-o:before,
.tcfa-id-card-o:before {
    content: "\f2c3"
}

.tcfa-quora:before {
    content: "\f2c4"
}

.tcfa-free-code-camp:before {
    content: "\f2c5"
}

.tcfa-telegram:before {
    content: "\f2c6"
}

.tcfa-thermometer-4:before,
.tcfa-thermometer:before,
.tcfa-thermometer-full:before {
    content: "\f2c7"
}

.tcfa-thermometer-3:before,
.tcfa-thermometer-three-quarters:before {
    content: "\f2c8"
}

.tcfa-thermometer-2:before,
.tcfa-thermometer-half:before {
    content: "\f2c9"
}

.tcfa-thermometer-1:before,
.tcfa-thermometer-quarter:before {
    content: "\f2ca"
}

.tcfa-thermometer-0:before,
.tcfa-thermometer-empty:before {
    content: "\f2cb"
}

.tcfa-shower:before {
    content: "\f2cc"
}

.tcfa-bathtub:before,
.tcfa-s15:before,
.tcfa-bath:before {
    content: "\f2cd"
}

.tcfa-podcast:before {
    content: "\f2ce"
}

.tcfa-window-maximize:before {
    content: "\f2d0"
}

.tcfa-window-minimize:before {
    content: "\f2d1"
}

.tcfa-window-restore:before {
    content: "\f2d2"
}

.tcfa-times-rectangle:before,
.tcfa-window-close:before {
    content: "\f2d3"
}

.tcfa-times-rectangle-o:before,
.tcfa-window-close-o:before {
    content: "\f2d4"
}

.tcfa-bandcamp:before {
    content: "\f2d5"
}

.tcfa-grav:before {
    content: "\f2d6"
}

.tcfa-etsy:before {
    content: "\f2d7"
}

.tcfa-imdb:before {
    content: "\f2d8"
}

.tcfa-ravelry:before {
    content: "\f2d9"
}

.tcfa-eercast:before {
    content: "\f2da"
}

.tcfa-microchip:before {
    content: "\f2db"
}

.tcfa-snowflake-o:before {
    content: "\f2dc"
}

.tcfa-superpowers:before {
    content: "\f2dd"
}

.tcfa-wpexplorer:before {
    content: "\f2de"
}

.tcfa-meetup:before {
    content: "\f2e0"
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto
}