@charset "UTF-8";

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

Copyright (c) 2015 Daniel Eden
*/

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

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

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

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

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

@-webkit-keyframes bounce {
0,
20%,
53%,
80%,
100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    transition-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-transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    transition-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-transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0)
}
90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0)
}
}

@keyframes bounce {
0,
20%,
53%,
80%,
100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    transition-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-transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    transition-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-transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0)
}
90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0)
}
}

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

@-webkit-keyframes flash {
0,
50%,
100% {
    opacity: 1
}
25%,
75% {
    opacity: 0
}
}

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

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

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

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

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

@-webkit-keyframes rubberBand {
0 {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1)
}
30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1)
}
40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1)
}
50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1)
}
65% {
    -webkit-transform: scale3d(.95, 1.05, 1);
    transform: scale3d(.95, 1.05, 1)
}
75% {
    -webkit-transform: scale3d(1.05, .95, 1);
    transform: scale3d(1.05, .95, 1)
}
100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1)
}
}

@keyframes rubberBand {
0 {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1)
}
30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1)
}
40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1)
}
50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1)
}
65% {
    -webkit-transform: scale3d(.95, 1.05, 1);
    transform: scale3d(.95, 1.05, 1)
}
75% {
    -webkit-transform: scale3d(1.05, .95, 1);
    transform: scale3d(1.05, .95, 1)
}
100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1)
}
}

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

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

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

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

@-webkit-keyframes swing {
    20% {
        -webkit-transform: rotate3d(0, 0, 1, 15deg);
        transform: rotate3d(0, 0, 1, 15deg)
    }
    40% {
        -webkit-transform: rotate3d(0, 0, 1, -10deg);
        transform: rotate3d(0, 0, 1, -10deg)
    }
    60% {
        -webkit-transform: rotate3d(0, 0, 1, 5deg);
        transform: rotate3d(0, 0, 1, 5deg)
    }
    80% {
        -webkit-transform: rotate3d(0, 0, 1, -5deg);
        transform: rotate3d(0, 0, 1, -5deg)
    }
    100% {
        -webkit-transform: rotate3d(0, 0, 1, 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)
    }
    100% {
        -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 {
0 {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1)
}
10%,
20% {
    -webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg)
}
30%,
50%,
70%,
90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg)
}
40%,
60%,
80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg)
}
100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1)
}
}

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

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

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

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

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

@-webkit-keyframes bounceIn {
0,
20%,
40%,
60%,
80%,
100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000)
}
0 {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3)
}
20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1)
}
40% {
    -webkit-transform: scale3d(.9, .9, .9);
    transform: scale3d(.9, .9, .9)
}
60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03)
}
80% {
    -webkit-transform: scale3d(.97, .97, .97);
    transform: scale3d(.97, .97, .97)
}
100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1)
}
}

@keyframes bounceIn {
0,
20%,
40%,
60%,
80%,
100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000)
}
0 {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3)
}
20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1)
}
40% {
    -webkit-transform: scale3d(.9, .9, .9);
    transform: scale3d(.9, .9, .9)
}
60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03)
}
80% {
    -webkit-transform: scale3d(.97, .97, .97);
    transform: scale3d(.97, .97, .97)
}
100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1)
}
}

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

@-webkit-keyframes bounceInDown {
0,
60%,
75%,
90%,
100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000)
}
0 {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0)
}
60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0)
}
75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0)
}
90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0)
}
100% {
    -webkit-transform: none;
    transform: none
}
}

@keyframes bounceInDown {
0,
60%,
75%,
90%,
100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000)
}
0 {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0)
}
60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0)
}
75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0)
}
90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0)
}
100% {
    -webkit-transform: none;
    transform: none
}
}

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

@-webkit-keyframes bounceInLeft {
0,
60%,
75%,
90%,
100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000)
}
0 {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0)
}
60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0)
}
75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0)
}
90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0)
}
100% {
    -webkit-transform: none;
    transform: none
}
}

@keyframes bounceInLeft {
0,
60%,
75%,
90%,
100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000)
}
0 {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0)
}
60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0)
}
75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0)
}
90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0)
}
100% {
    -webkit-transform: none;
    transform: none
}
}

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

@-webkit-keyframes bounceInRight {
0,
60%,
75%,
90%,
100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000)
}
0 {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0)
}
60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0)
}
75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0)
}
90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0)
}
100% {
    -webkit-transform: none;
    transform: none
}
}

@keyframes bounceInRight {
0,
60%,
75%,
90%,
100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000)
}
0 {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0)
}
60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0)
}
75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0)
}
90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0)
}
100% {
    -webkit-transform: none;
    transform: none
}
}

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

@-webkit-keyframes bounceInUp {
0,
60%,
75%,
90%,
100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000)
}
0 {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0)
}
60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0)
}
75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0)
}
90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0)
}
100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}
}

@keyframes bounceInUp {
0,
60%,
75%,
90%,
100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000)
}
0 {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0)
}
60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0)
}
75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0)
}
90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0)
}
100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@-webkit-keyframes flipInX {
0 {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-transition-timing-function: ease-in;
    transition-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-transition-timing-function: ease-in;
    transition-timing-function: ease-in
}
60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1
}
80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg)
}
100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px)
}
}

@keyframes flipInX {
0 {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-transition-timing-function: ease-in;
    transition-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-transition-timing-function: ease-in;
    transition-timing-function: ease-in
}
60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1
}
80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg)
}
100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px)
}
}

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

@-webkit-keyframes flipInY {
0 {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-transition-timing-function: ease-in;
    transition-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-transition-timing-function: ease-in;
    transition-timing-function: ease-in
}
60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1
}
80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg)
}
100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px)
}
}

@keyframes flipInY {
0 {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-transition-timing-function: ease-in;
    transition-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-transition-timing-function: ease-in;
    transition-timing-function: ease-in
}
60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1
}
80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg)
}
100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px)
}
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@-webkit-keyframes zoomInDown {
0 {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190)
}
60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1)
}
}

@keyframes zoomInDown {
0 {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190)
}
60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1)
}
}

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

@-webkit-keyframes zoomInLeft {
0 {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
    transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190)
}
60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1)
}
}

@keyframes zoomInLeft {
0 {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
    transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190)
}
60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1)
}
}

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

@-webkit-keyframes zoomInRight {
0 {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
    transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190)
}
60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1)
}
}

@keyframes zoomInRight {
0 {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
    transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190)
}
60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1)
}
}

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

@-webkit-keyframes zoomInUp {
0 {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190)
}
60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1)
}
}

@keyframes zoomInUp {
0 {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190)
}
60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1)
}
}

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

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

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

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

@-webkit-keyframes zoomOutDown {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
        animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190)
    }
    100% {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1)
    }
}

@keyframes zoomOutDown {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
        animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190)
    }
    100% {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1)
    }
}

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

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

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

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

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

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

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

@-webkit-keyframes zoomOutUp {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
        animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190)
    }
    100% {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1)
    }
}

@keyframes zoomOutUp {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
        animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190)
    }
    100% {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1)
    }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@charset "UTF-8";

/*! normalize.css v3.0.1 | MIT License | git.io/normalize */

@font-face {
    font-family: 'Glyphicons Halflings';
    src: url("/fonts/glyphicons-halflings-regular.eot");
    src: url("/fonts/glyphicons-halflings-regular.eot?#iefix") format("embedded-opentype"), url("/fonts/glyphicons-halflings-regular.woff") format("woff"), url("/fonts/glyphicons-halflings-regular.ttf") format("truetype"), url("/fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular") format("svg")
}

.glyphicon {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.glyphicon-asterisk:before {
    content: "\2a"
}

.glyphicon-plus:before {
    content: "\2b"
}

.glyphicon-euro:before {
    content: "\20ac"
}

.glyphicon-minus:before {
    content: "\2212"
}

.glyphicon-cloud:before {
    content: "\2601"
}

.glyphicon-envelope:before {
    content: "\2709"
}

.glyphicon-pencil:before {
    content: "\270f"
}

.glyphicon-glass:before {
    content: "\e001"
}

.glyphicon-music:before {
    content: "\e002"
}

.glyphicon-search:before {
    content: "\e003"
}

.glyphicon-heart:before {
    content: "\e005"
}

.glyphicon-star:before {
    content: "\e006"
}

.glyphicon-star-empty:before {
    content: "\e007"
}

.glyphicon-user:before {
    content: "\e008"
}

.glyphicon-film:before {
    content: "\e009"
}

.glyphicon-th-large:before {
    content: "\e010"
}

.glyphicon-th:before {
    content: "\e011"
}

.glyphicon-th-list:before {
    content: "\e012"
}

.glyphicon-ok:before {
    content: "\e013"
}

.glyphicon-remove:before {
    content: "\e014"
}

.glyphicon-zoom-in:before {
    content: "\e015"
}

.glyphicon-zoom-out:before {
    content: "\e016"
}

.glyphicon-off:before {
    content: "\e017"
}

.glyphicon-signal:before {
    content: "\e018"
}

.glyphicon-cog:before {
    content: "\e019"
}

.glyphicon-trash:before {
    content: "\e020"
}

.glyphicon-home:before {
    content: "\e021"
}

.glyphicon-file:before {
    content: "\e022"
}

.glyphicon-time:before {
    content: "\e023"
}

.glyphicon-road:before {
    content: "\e024"
}

.glyphicon-download-alt:before {
    content: "\e025"
}

.glyphicon-download:before {
    content: "\e026"
}

.glyphicon-upload:before {
    content: "\e027"
}

.glyphicon-inbox:before {
    content: "\e028"
}

.glyphicon-play-circle:before {
    content: "\e029"
}

.glyphicon-repeat:before {
    content: "\e030"
}

.glyphicon-refresh:before {
    content: "\e031"
}

.glyphicon-list-alt:before {
    content: "\e032"
}

.glyphicon-lock:before {
    content: "\e033"
}

.glyphicon-flag:before {
    content: "\e034"
}

.glyphicon-headphones:before {
    content: "\e035"
}

.glyphicon-volume-off:before {
    content: "\e036"
}

.glyphicon-volume-down:before {
    content: "\e037"
}

.glyphicon-volume-up:before {
    content: "\e038"
}

.glyphicon-qrcode:before {
    content: "\e039"
}

.glyphicon-barcode:before {
    content: "\e040"
}

.glyphicon-tag:before {
    content: "\e041"
}

.glyphicon-tags:before {
    content: "\e042"
}

.glyphicon-book:before {
    content: "\e043"
}

.glyphicon-bookmark:before {
    content: "\e044"
}

.glyphicon-print:before {
    content: "\e045"
}

.glyphicon-camera:before {
    content: "\e046"
}

.glyphicon-font:before {
    content: "\e047"
}

.glyphicon-bold:before {
    content: "\e048"
}

.glyphicon-italic:before {
    content: "\e049"
}

.glyphicon-text-height:before {
    content: "\e050"
}

.glyphicon-text-width:before {
    content: "\e051"
}

.glyphicon-align-left:before {
    content: "\e052"
}

.glyphicon-align-center:before {
    content: "\e053"
}

.glyphicon-align-right:before {
    content: "\e054"
}

.glyphicon-align-justify:before {
    content: "\e055"
}

.glyphicon-list:before {
    content: "\e056"
}

.glyphicon-indent-left:before {
    content: "\e057"
}

.glyphicon-indent-right:before {
    content: "\e058"
}

.glyphicon-facetime-video:before {
    content: "\e059"
}

.glyphicon-picture:before {
    content: "\e060"
}

.glyphicon-map-marker:before {
    content: "\e062"
}

.glyphicon-adjust:before {
    content: "\e063"
}

.glyphicon-tint:before {
    content: "\e064"
}

.glyphicon-edit:before {
    content: "\e065"
}

.glyphicon-share:before {
    content: "\e066"
}

.glyphicon-check:before {
    content: "\e067"
}

.glyphicon-move:before {
    content: "\e068"
}

.glyphicon-step-backward:before {
    content: "\e069"
}

.glyphicon-fast-backward:before {
    content: "\e070"
}

.glyphicon-backward:before {
    content: "\e071"
}

.glyphicon-play:before {
    content: "\e072"
}

.glyphicon-pause:before {
    content: "\e073"
}

.glyphicon-stop:before {
    content: "\e074"
}

.glyphicon-forward:before {
    content: "\e075"
}

.glyphicon-fast-forward:before {
    content: "\e076"
}

.glyphicon-step-forward:before {
    content: "\e077"
}

.glyphicon-eject:before {
    content: "\e078"
}

.glyphicon-chevron-left:before {
    content: "\e079"
}

.glyphicon-chevron-right:before {
    content: "\e080"
}

.glyphicon-plus-sign:before {
    content: "\e081"
}

.glyphicon-minus-sign:before {
    content: "\e082"
}

.glyphicon-remove-sign:before {
    content: "\e083"
}

.glyphicon-ok-sign:before {
    content: "\e084"
}

.glyphicon-question-sign:before {
    content: "\e085"
}

.glyphicon-info-sign:before {
    content: "\e086"
}

.glyphicon-screenshot:before {
    content: "\e087"
}

.glyphicon-remove-circle:before {
    content: "\e088"
}

.glyphicon-ok-circle:before {
    content: "\e089"
}

.glyphicon-ban-circle:before {
    content: "\e090"
}

.glyphicon-arrow-left:before {
    content: "\e091"
}

.glyphicon-arrow-right:before {
    content: "\e092"
}

.glyphicon-arrow-up:before {
    content: "\e093"
}

.glyphicon-arrow-down:before {
    content: "\e094"
}

.glyphicon-share-alt:before {
    content: "\e095"
}

.glyphicon-resize-full:before {
    content: "\e096"
}

.glyphicon-resize-small:before {
    content: "\e097"
}

.glyphicon-exclamation-sign:before {
    content: "\e101"
}

.glyphicon-gift:before {
    content: "\e102"
}

.glyphicon-leaf:before {
    content: "\e103"
}

.glyphicon-fire:before {
    content: "\e104"
}

.glyphicon-eye-open:before {
    content: "\e105"
}

.glyphicon-eye-close:before {
    content: "\e106"
}

.glyphicon-warning-sign:before {
    content: "\e107"
}

.glyphicon-plane:before {
    content: "\e108"
}

.glyphicon-calendar:before {
    content: "\e109"
}

.glyphicon-random:before {
    content: "\e110"
}

.glyphicon-comment:before {
    content: "\e111"
}

.glyphicon-magnet:before {
    content: "\e112"
}

.glyphicon-chevron-up:before {
    content: "\e113"
}

.glyphicon-chevron-down:before {
    content: "\e114"
}

.glyphicon-retweet:before {
    content: "\e115"
}

.glyphicon-shopping-cart:before {
    content: "\e116"
}

.glyphicon-folder-close:before {
    content: "\e117"
}

.glyphicon-folder-open:before {
    content: "\e118"
}

.glyphicon-resize-vertical:before {
    content: "\e119"
}

.glyphicon-resize-horizontal:before {
    content: "\e120"
}

.glyphicon-hdd:before {
    content: "\e121"
}

.glyphicon-bullhorn:before {
    content: "\e122"
}

.glyphicon-bell:before {
    content: "\e123"
}

.glyphicon-certificate:before {
    content: "\e124"
}

.glyphicon-thumbs-up:before {
    content: "\e125"
}

.glyphicon-thumbs-down:before {
    content: "\e126"
}

.glyphicon-hand-right:before {
    content: "\e127"
}

.glyphicon-hand-left:before {
    content: "\e128"
}

.glyphicon-hand-up:before {
    content: "\e129"
}

.glyphicon-hand-down:before {
    content: "\e130"
}

.glyphicon-circle-arrow-right:before {
    content: "\e131"
}

.glyphicon-circle-arrow-left:before {
    content: "\e132"
}

.glyphicon-circle-arrow-up:before {
    content: "\e133"
}

.glyphicon-circle-arrow-down:before {
    content: "\e134"
}

.glyphicon-globe:before {
    content: "\e135"
}

.glyphicon-wrench:before {
    content: "\e136"
}

.glyphicon-tasks:before {
    content: "\e137"
}

.glyphicon-filter:before {
    content: "\e138"
}

.glyphicon-briefcase:before {
    content: "\e139"
}

.glyphicon-fullscreen:before {
    content: "\e140"
}

.glyphicon-dashboard:before {
    content: "\e141"
}

.glyphicon-paperclip:before {
    content: "\e142"
}

.glyphicon-heart-empty:before {
    content: "\e143"
}

.glyphicon-link:before {
    content: "\e144"
}

.glyphicon-phone:before {
    content: "\e145"
}

.glyphicon-pushpin:before {
    content: "\e146"
}

.glyphicon-usd:before {
    content: "\e148"
}

.glyphicon-gbp:before {
    content: "\e149"
}

.glyphicon-sort:before {
    content: "\e150"
}

.glyphicon-sort-by-alphabet:before {
    content: "\e151"
}

.glyphicon-sort-by-alphabet-alt:before {
    content: "\e152"
}

.glyphicon-sort-by-order:before {
    content: "\e153"
}

.glyphicon-sort-by-order-alt:before {
    content: "\e154"
}

.glyphicon-sort-by-attributes:before {
    content: "\e155"
}

.glyphicon-sort-by-attributes-alt:before {
    content: "\e156"
}

.glyphicon-unchecked:before {
    content: "\e157"
}

.glyphicon-expand:before {
    content: "\e158"
}

.glyphicon-collapse-down:before {
    content: "\e159"
}

.glyphicon-collapse-up:before {
    content: "\e160"
}

.glyphicon-log-in:before {
    content: "\e161"
}

.glyphicon-flash:before {
    content: "\e162"
}

.glyphicon-log-out:before {
    content: "\e163"
}

.glyphicon-new-window:before {
    content: "\e164"
}

.glyphicon-record:before {
    content: "\e165"
}

.glyphicon-save:before {
    content: "\e166"
}

.glyphicon-open:before {
    content: "\e167"
}

.glyphicon-saved:before {
    content: "\e168"
}

.glyphicon-import:before {
    content: "\e169"
}

.glyphicon-export:before {
    content: "\e170"
}

.glyphicon-send:before {
    content: "\e171"
}

.glyphicon-floppy-disk:before {
    content: "\e172"
}

.glyphicon-floppy-saved:before {
    content: "\e173"
}

.glyphicon-floppy-remove:before {
    content: "\e174"
}

.glyphicon-floppy-save:before {
    content: "\e175"
}

.glyphicon-floppy-open:before {
    content: "\e176"
}

.glyphicon-credit-card:before {
    content: "\e177"
}

.glyphicon-transfer:before {
    content: "\e178"
}

.glyphicon-cutlery:before {
    content: "\e179"
}

.glyphicon-headerx:before {
    content: "\e180"
}

.glyphicon-compressed:before {
    content: "\e181"
}

.glyphicon-earphone:before {
    content: "\e182"
}

.glyphicon-phone-alt:before {
    content: "\e183"
}

.glyphicon-tower:before {
    content: "\e184"
}

.glyphicon-stats:before {
    content: "\e185"
}

.glyphicon-sd-video:before {
    content: "\e186"
}

.glyphicon-hd-video:before {
    content: "\e187"
}

.glyphicon-subtitles:before {
    content: "\e188"
}

.glyphicon-sound-stereo:before {
    content: "\e189"
}

.glyphicon-sound-dolby:before {
    content: "\e190"
}

.glyphicon-sound-5-1:before {
    content: "\e191"
}

.glyphicon-sound-6-1:before {
    content: "\e192"
}

.glyphicon-sound-7-1:before {
    content: "\e193"
}

.glyphicon-copyright-mark:before {
    content: "\e194"
}

.glyphicon-registration-mark:before {
    content: "\e195"
}

.glyphicon-cloud-download:before {
    content: "\e197"
}

.glyphicon-cloud-upload:before {
    content: "\e198"
}

.glyphicon-tree-conifer:before {
    content: "\e199"
}

.glyphicon-tree-deciduous:before {
    content: "\e200"
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

a {
    color: #000;
    text-decoration: none
}

a:hover,
a:focus {
    color: black;
    text-decoration: underline
}

a:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

figure {
    margin: 0
}

img {
    vertical-align: middle
}

.img-responsive,
article .body img,
.rhc-module.dropzone .module-content img {
    display: block;
    width: 100% \9;
    max-width: 100%;
    height: auto
}

.img-rounded {
    border-radius: 6px
}

.img-thumbnail {
    padding: 4px;
    line-height: 1.7142;
    background-color: #f9f9f9;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    display: inline-block;
    width: 100% \9;
    max-width: 100%;
    height: auto
}

.img-circle {
    border-radius: 50%
}

hr {
    margin-top: 30px;
    margin-bottom: 30px;
    border: 0;
    border-top: 1px solid #eee
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    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
}

a.text-danger:hover {
    color: #843534
}

.bg-primary {
    color: #fff
}

.bg-primary {
    background-color: #428bca
}

a.bg-primary:hover {
    background-color: #3071a9
}

.bg-success {
    background-color: #dff0d8
}

a.bg-success:hover {
    background-color: #c1e2b3
}

.bg-info {
    background-color: #d9edf7
}

a.bg-info:hover {
    background-color: #afd9ee
}

.bg-warning {
    background-color: #fcf8e3
}

a.bg-warning:hover {
    background-color: #f7ecb5
}

.bg-danger {
    background-color: #f2dede
}

a.bg-danger:hover {
    background-color: #e4b9b9
}

abbr[title],
abbr[data-original-title] {
    cursor: help;
    border-bottom: 1px dotted #d4d0d0
}

.initialism {
    font-size: 90%;
    text-transform: uppercase
}

code,
kbd,
pre,
samp {
    font-family: Menlo, Monaco, Consolas, "Courier New", monospace
}

code {
    padding: 2px 4px;
    font-size: 90%;
    color: #c7254e;
    background-color: #f9f2f4;
    border-radius: 4px
}

kbd {
    padding: 2px 4px;
    font-size: 90%;
    color: #fff;
    background-color: #333;
    border-radius: 3px;
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25)
}

kbd kbd {
    padding: 0;
    font-size: 100%;
    box-shadow: none
}


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

.row:before,
.row:after {
    content: " ";
    display: table
}

.row:after {
    clear: both
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media(min-width:768px) {
    .col-sm-1,
    .col-sm-2,
    .col-sm-3,
    .col-sm-4,
    .col-sm-5,
    .col-sm-6,
    .col-sm-7,
    .col-sm-8,
    .col-sm-9,
    .col-sm-10,
    .col-sm-11,
    .col-sm-12 {
        float: left
    }
    .col-sm-1 {
        width: 8.33333%
    }
    .col-sm-2 {
        width: 16.66667%
    }
    .col-sm-3 {
        width: 25%
    }
    .col-sm-4 {
        width: 33.33333%
    }
    .col-sm-5 {
        width: 41.66667%
    }
    .col-sm-6 {
        width: 50%
    }
    .col-sm-7 {
        width: 58.33333%
    }
    .col-sm-8 {
        width: 66.66667%
    }
    .col-sm-9 {
        width: 75%
    }
    .col-sm-10 {
        width: 83.33333%
    }
    .col-sm-11 {
        width: 91.66667%
    }
    .col-sm-12 {
        width: 100%
    }
    .col-sm-pull-0 {
        right: auto
    }
    .col-sm-pull-1 {
        right: 8.33333%
    }
    .col-sm-pull-2 {
        right: 16.66667%
    }
    .col-sm-pull-3 {
        right: 25%
    }
    .col-sm-pull-4 {
        right: 33.33333%
    }
    .col-sm-pull-5 {
        right: 41.66667%
    }
    .col-sm-pull-6 {
        right: 50%
    }
    .col-sm-pull-7 {
        right: 58.33333%
    }
    .col-sm-pull-8 {
        right: 66.66667%
    }
    .col-sm-pull-9 {
        right: 75%
    }
    .col-sm-pull-10 {
        right: 83.33333%
    }
    .col-sm-pull-11 {
        right: 91.66667%
    }
    .col-sm-pull-12 {
        right: 100%
    }
    .col-sm-push-0 {
        left: auto
    }
    .col-sm-push-1 {
        left: 8.33333%
    }
    .col-sm-push-2 {
        left: 16.66667%
    }
    .col-sm-push-3 {
        left: 25%
    }
    .col-sm-push-4 {
        left: 33.33333%
    }
    .col-sm-push-5 {
        left: 41.66667%
    }
    .col-sm-push-6 {
        left: 50%
    }
    .col-sm-push-7 {
        left: 58.33333%
    }
    .col-sm-push-8 {
        left: 66.66667%
    }
    .col-sm-push-9 {
        left: 75%
    }
    .col-sm-push-10 {
        left: 83.33333%
    }
    .col-sm-push-11 {
        left: 91.66667%
    }
    .col-sm-push-12 {
        left: 100%
    }
    .col-sm-offset-0 {
        margin-left: 0
    }
    .col-sm-offset-1 {
        margin-left: 8.33333%
    }
    .col-sm-offset-2 {
        margin-left: 16.66667%
    }
    .col-sm-offset-3 {
        margin-left: 25%
    }
    .col-sm-offset-4 {
        margin-left: 33.33333%
    }
    .col-sm-offset-5 {
        margin-left: 41.66667%
    }
    .col-sm-offset-6 {
        margin-left: 50%
    }
    .col-sm-offset-7 {
        margin-left: 58.33333%
    }
    .col-sm-offset-8 {
        margin-left: 66.66667%
    }
    .col-sm-offset-9 {
        margin-left: 75%
    }
    .col-sm-offset-10 {
        margin-left: 83.33333%
    }
    .col-sm-offset-11 {
        margin-left: 91.66667%
    }
    .col-sm-offset-12 {
        margin-left: 100%
    }
}

@media(min-width:992px) {
    .col-md-1,
    .col-md-2,
    .col-md-3,
    .col-md-4,
    .col-md-5,
    .col-md-6,
    .col-md-7,
    .col-md-8,
    .col-md-9,
    .col-md-10,
    .col-md-11,
    .col-md-12 {
        float: left
    }
    .col-md-1 {
        width: 8.33333%
    }
    .col-md-2 {
        width: 16.66667%
    }
    .col-md-3 {
        width: 25%
    }
    .col-md-4 {
        width: 33.33333%
    }
    .col-md-5 {
        width: 41.66667%
    }
    .col-md-6 {
        width: 50%
    }
    .col-md-7 {
        width: 58.33333%
    }
    .col-md-8 {
        width: 66.66667%
    }
    .col-md-9 {
        width: 75%
    }
    .col-md-10 {
        width: 83.33333%
    }
    .col-md-11 {
        width: 91.66667%
    }
    .col-md-12 {
        width: 100%
    }
    .col-md-pull-0 {
        right: auto
    }
    .col-md-pull-1 {
        right: 8.33333%
    }
    .col-md-pull-2 {
        right: 16.66667%
    }
    .col-md-pull-3 {
        right: 25%
    }
    .col-md-pull-4 {
        right: 33.33333%
    }
    .col-md-pull-5 {
        right: 41.66667%
    }
    .col-md-pull-6 {
        right: 50%
    }
    .col-md-pull-7 {
        right: 58.33333%
    }
    .col-md-pull-8 {
        right: 66.66667%
    }
    .col-md-pull-9 {
        right: 75%
    }
    .col-md-pull-10 {
        right: 83.33333%
    }
    .col-md-pull-11 {
        right: 91.66667%
    }
    .col-md-pull-12 {
        right: 100%
    }
    .col-md-push-0 {
        left: auto
    }
    .col-md-push-1 {
        left: 8.33333%
    }
    .col-md-push-2 {
        left: 16.66667%
    }
    .col-md-push-3 {
        left: 25%
    }
    .col-md-push-4 {
        left: 33.33333%
    }
    .col-md-push-5 {
        left: 41.66667%
    }
    .col-md-push-6 {
        left: 50%
    }
    .col-md-push-7 {
        left: 58.33333%
    }
    .col-md-push-8 {
        left: 66.66667%
    }
    .col-md-push-9 {
        left: 75%
    }
    .col-md-push-10 {
        left: 83.33333%
    }
    .col-md-push-11 {
        left: 91.66667%
    }
    .col-md-push-12 {
        left: 100%
    }
    .col-md-offset-0 {
        margin-left: 0
    }
    .col-md-offset-1 {
        margin-left: 8.33333%
    }
    .col-md-offset-2 {
        margin-left: 16.66667%
    }
    .col-md-offset-3 {
        margin-left: 25%
    }
    .col-md-offset-4 {
        margin-left: 33.33333%
    }
    .col-md-offset-5 {
        margin-left: 41.66667%
    }
    .col-md-offset-6 {
        margin-left: 50%
    }
    .col-md-offset-7 {
        margin-left: 58.33333%
    }
    .col-md-offset-8 {
        margin-left: 66.66667%
    }
    .col-md-offset-9 {
        margin-left: 75%
    }
    .col-md-offset-10 {
        margin-left: 83.33333%
    }
    .col-md-offset-11 {
        margin-left: 91.66667%
    }
    .col-md-offset-12 {
        margin-left: 100%
    }
}

@media(min-width:1400px) {
    .col-lg-1,
    .col-lg-2,
    .col-lg-3,
    .col-lg-4,
    .col-lg-5,
    .col-lg-6,
    .col-lg-7,
    .col-lg-8,
    .col-lg-9,
    .col-lg-10,
    .col-lg-11,
    .col-lg-12 {
        float: left
    }
    .col-lg-1 {
        width: 8.33333%
    }
    .col-lg-2 {
        width: 16.66667%
    }
    .col-lg-3 {
        width: 25%
    }
    .col-lg-4 {
        width: 33.33333%
    }
    .col-lg-5 {
        width: 41.66667%
    }
    .col-lg-6 {
        width: 50%
    }
    .col-lg-7 {
        width: 58.33333%
    }
    .col-lg-8 {
        width: 66.66667%
    }
    .col-lg-9 {
        width: 75%
    }
    .col-lg-10 {
        width: 83.33333%
    }
    .col-lg-11 {
        width: 91.66667%
    }
    .col-lg-12 {
        width: 100%
    }
    .col-lg-pull-0 {
        right: auto
    }
    .col-lg-pull-1 {
        right: 8.33333%
    }
    .col-lg-pull-2 {
        right: 16.66667%
    }
    .col-lg-pull-3 {
        right: 25%
    }
    .col-lg-pull-4 {
        right: 33.33333%
    }
    .col-lg-pull-5 {
        right: 41.66667%
    }
    .col-lg-pull-6 {
        right: 50%
    }
    .col-lg-pull-7 {
        right: 58.33333%
    }
    .col-lg-pull-8 {
        right: 66.66667%
    }
    .col-lg-pull-9 {
        right: 75%
    }
    .col-lg-pull-10 {
        right: 83.33333%
    }
    .col-lg-pull-11 {
        right: 91.66667%
    }
    .col-lg-pull-12 {
        right: 100%
    }
    .col-lg-push-0 {
        left: auto
    }
    .col-lg-push-1 {
        left: 8.33333%
    }
    .col-lg-push-2 {
        left: 16.66667%
    }
    .col-lg-push-3 {
        left: 25%
    }
    .col-lg-push-4 {
        left: 33.33333%
    }
    .col-lg-push-5 {
        left: 41.66667%
    }
    .col-lg-push-6 {
        left: 50%
    }
    .col-lg-push-7 {
        left: 58.33333%
    }
    .col-lg-push-8 {
        left: 66.66667%
    }
    .col-lg-push-9 {
        left: 75%
    }
    .col-lg-push-10 {
        left: 83.33333%
    }
    .col-lg-push-11 {
        left: 91.66667%
    }
    .col-lg-push-12 {
        left: 100%
    }
    .col-lg-offset-0 {
        margin-left: 0
    }
    .col-lg-offset-1 {
        margin-left: 8.33333%
    }
    .col-lg-offset-2 {
        margin-left: 16.66667%
    }
    .col-lg-offset-3 {
        margin-left: 25%
    }
    .col-lg-offset-4 {
        margin-left: 33.33333%
    }
    .col-lg-offset-5 {
        margin-left: 41.66667%
    }
    .col-lg-offset-6 {
        margin-left: 50%
    }
    .col-lg-offset-7 {
        margin-left: 58.33333%
    }
    .col-lg-offset-8 {
        margin-left: 66.66667%
    }
    .col-lg-offset-9 {
        margin-left: 75%
    }
    .col-lg-offset-10 {
        margin-left: 83.33333%
    }
    .col-lg-offset-11 {
        margin-left: 91.66667%
    }
    .col-lg-offset-12 {
        margin-left: 100%
    }
}

@media screen and (max-width:767px) {
    .table-responsive {
        width: 100%;
        margin-bottom: 22.5px;
        overflow-y: hidden;
        overflow-x: auto;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        border: 1px solid #ddd;
        -webkit-overflow-scrolling: touch
    }
    .table-responsive>.table {
        margin-bottom: 0
    }
    .table-responsive>.table>thead>tr>th,
    .table-responsive>.table>thead>tr>td,
    .table-responsive>.table>tbody>tr>th,
    .table-responsive>.table>tbody>tr>td,
    .table-responsive>.table>tfoot>tr>th,
    .table-responsive>.table>tfoot>tr>td {
        white-space: nowrap
    }
    .table-responsive>.table-bordered {
        border: 0
    }
    .table-responsive>.table-bordered>thead>tr>th:first-child,
    .table-responsive>.table-bordered>thead>tr>td:first-child,
    .table-responsive>.table-bordered>tbody>tr>th:first-child,
    .table-responsive>.table-bordered>tbody>tr>td:first-child,
    .table-responsive>.table-bordered>tfoot>tr>th:first-child,
    .table-responsive>.table-bordered>tfoot>tr>td:first-child {
        border-left: 0
    }
    .table-responsive>.table-bordered>thead>tr>th:last-child,
    .table-responsive>.table-bordered>thead>tr>td:last-child,
    .table-responsive>.table-bordered>tbody>tr>th:last-child,
    .table-responsive>.table-bordered>tbody>tr>td:last-child,
    .table-responsive>.table-bordered>tfoot>tr>th:last-child,
    .table-responsive>.table-bordered>tfoot>tr>td:last-child {
        border-right: 0
    }
    .table-responsive>.table-bordered>tbody>tr:last-child>th,
    .table-responsive>.table-bordered>tbody>tr:last-child>td,
    .table-responsive>.table-bordered>tfoot>tr:last-child>th,
    .table-responsive>.table-bordered>tfoot>tr:last-child>td {
        border-bottom: 0
    }
}

.carousel {
    position: relative
}

.carousel-inner {
    position: relative;
    overflow: hidden;
    width: 100%
}

.carousel-inner>.item {
    display: none;
    position: relative;
    -webkit-transition: .6s ease-in-out left;
    -o-transition: .6s ease-in-out left;
    transition: .6s ease-in-out left
}

.carousel-inner>.item>img,
.carousel-inner>.item>a>img {
    display: block;
    width: 100% \9;
    max-width: 100%;
    height: auto;
    line-height: 1
}

.carousel-inner>.active,
.carousel-inner>.next,
.carousel-inner>.prev {
    display: block
}

.carousel-inner>.active {
    left: 0
}

.carousel-inner>.next,
.carousel-inner>.prev {
    position: absolute;
    top: 0;
    width: 100%
}

.carousel-inner>.next {
    left: 100%
}

.carousel-inner>.prev {
    left: -100%
}

.carousel-inner>.next.left,
.carousel-inner>.prev.right {
    left: 0
}

.carousel-inner>.active.left {
    left: -100%
}

.carousel-inner>.active.right {
    left: 100%
}

.carousel-control {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 15%;
    opacity: .5;
    filter: alpha(opacity=50);
    font-size: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6)
}

.carousel-control.left {
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0, rgba(0, 0, 0, 0.0001) 100%);
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0, rgba(0, 0, 0, 0.0001) 100%);
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0, rgba(0, 0, 0, 0.0001) 100%);
    background-repeat: repeat-x;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1)
}

.carousel-control.right {
    left: auto;
    right: 0;
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0, rgba(0, 0, 0, 0.5) 100%);
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0, rgba(0, 0, 0, 0.5) 100%);
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0, rgba(0, 0, 0, 0.5) 100%);
    background-repeat: repeat-x;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1)
}

.carousel-control:hover,
.carousel-control:focus {
    outline: 0;
    color: #fff;
    text-decoration: none;
    opacity: .9;
    filter: alpha(opacity=90)
}

.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
    position: absolute;
    top: 50%;
    z-index: 5;
    display: inline-block
}

.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
    left: 50%;
    margin-left: -10px
}

.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
    right: 50%;
    margin-right: -10px
}

.carousel-control .icon-prev,
.carousel-control .icon-next {
    width: 20px;
    height: 20px;
    margin-top: -10px;
    font-family: serif
}

.carousel-control .icon-prev:before {
    content: '\2039'
}

.carousel-control .icon-next:before {
    content: '\203a'
}

.carousel-indicators {
    position: absolute;
    bottom: 10px;
    left: 50%;
    z-index: 15;
    width: 60%;
    margin-left: -30%;
    padding-left: 0;
    list-style: none;
    text-align: center
}

.carousel-indicators li {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 1px;
    text-indent: -999px;
    border: 1px solid #fff;
    border-radius: 10px;
    cursor: pointer;
    background-color: #000 \9;
    background-color: transparent
}

.carousel-indicators .active {
    margin: 0;
    width: 12px;
    height: 12px;
    background-color: #fff
}

.carousel-caption {
    position: absolute;
    left: 15%;
    right: 15%;
    bottom: 20px;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6)
}

.carousel-caption .btn {
    text-shadow: none
}

@media screen and (min-width:768px) {
    .carousel-control .glyphicon-chevron-left,
    .carousel-control .glyphicon-chevron-right,
    .carousel-control .icon-prev,
    .carousel-control .icon-next {
        width: 30px;
        height: 30px;
        margin-top: -15px;
        font-size: 30px
    }
    .carousel-control .glyphicon-chevron-left,
    .carousel-control .icon-prev {
        margin-left: -15px
    }
    .carousel-control .glyphicon-chevron-right,
    .carousel-control .icon-next {
        margin-right: -15px
    }
    .carousel-caption {
        left: 20%;
        right: 20%;
        padding-bottom: 30px
    }
    .carousel-indicators {
        bottom: 20px
    }
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table
}

.clearfix:after {
    clear: both
}

.center-block,
article .body img {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.pull-right {
    float: right !important
}

.pull-left {
    float: left !important
}

.hide {
    display: none !important
}

.show {
    display: block !important
}

.invisible {
    visibility: hidden
}

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

.hidden {
    display: none !important;
    visibility: hidden !important
}

.affix {
    position: fixed;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

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

.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
    display: none !important
}

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
    display: none !important
}

@media(max-width:767px) {
    .visible-xs {
        display: block !important
    }
    table.visible-xs {
        display: table
    }
    tr.visible-xs {
        display: table-row !important
    }
    th.visible-xs,
    td.visible-xs {
        display: table-cell !important
    }
}

@media(max-width:767px) {
    .visible-xs-block {
        display: block !important
    }
}

@media(max-width:767px) {
    .visible-xs-inline {
        display: inline !important
    }
}

@media(max-width:767px) {
    .visible-xs-inline-block {
        display: inline-block !important
    }
}

@media(min-width:768px) and (max-width:991px) {
    .visible-sm {
        display: block !important
    }
    table.visible-sm {
        display: table
    }
    tr.visible-sm {
        display: table-row !important
    }
    th.visible-sm,
    td.visible-sm {
        display: table-cell !important
    }
}

@media(min-width:768px) and (max-width:991px) {
    .visible-sm-block {
        display: block !important
    }
}

@media(min-width:768px) and (max-width:991px) {
    .visible-sm-inline {
        display: inline !important
    }
}

@media(min-width:768px) and (max-width:991px) {
    .visible-sm-inline-block {
        display: inline-block !important
    }
}

@media(min-width:992px) and (max-width:1399px) {
    .visible-md {
        display: block !important
    }
    table.visible-md {
        display: table
    }
    tr.visible-md {
        display: table-row !important
    }
    th.visible-md,
    td.visible-md {
        display: table-cell !important
    }
}

@media(min-width:992px) and (max-width:1399px) {
    .visible-md-block {
        display: block !important
    }
}

@media(min-width:992px) and (max-width:1399px) {
    .visible-md-inline {
        display: inline !important
    }
}

@media(min-width:992px) and (max-width:1399px) {
    .visible-md-inline-block {
        display: inline-block !important
    }
}

@media(min-width:1400px) {
    .visible-lg {
        display: block !important
    }
    table.visible-lg {
        display: table
    }
    tr.visible-lg {
        display: table-row !important
    }
    th.visible-lg,
    td.visible-lg {
        display: table-cell !important
    }
}

@media(min-width:1400px) {
    .visible-lg-block {
        display: block !important
    }
}

@media(min-width:1400px) {
    .visible-lg-inline {
        display: inline !important
    }
}

@media(min-width:1400px) {
    .visible-lg-inline-block {
        display: inline-block !important
    }
}

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

@media(min-width:768px) and (max-width:991px) {
    .hidden-sm {
        display: none !important
    }
}

@media(min-width:992px) and (max-width:1399px) {
    .hidden-md {
        display: none !important
    }
}

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

.visible-print {
    display: none !important
}

@media print {
    .visible-print {
        display: block !important
    }
    table.visible-print {
        display: table
    }
    tr.visible-print {
        display: table-row !important
    }
    th.visible-print,
    td.visible-print {
        display: table-cell !important
    }
}

.visible-print-block {
    display: none !important
}

@media print {
    .visible-print-block {
        display: block !important
    }
}

.visible-print-inline {
    display: none !important
}

@media print {
    .visible-print-inline {
        display: inline !important
    }
}

.visible-print-inline-block {
    display: none !important
}

@media print {
    .visible-print-inline-block {
        display: inline-block !important
    }
}

@media print {
    .hidden-print {
        display: none !important
    }
}


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

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

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

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

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

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

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

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

.fa-fw {
    width: 1.28571em;
    text-align: center
}

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

.fa-ul>li {
    position: relative
}

.fa-li {
    position: absolute;
    left: -2.14286em;
    width: 2.14286em;
    top: .14286em;
    text-align: center
}

.fa-li.fa-lg {
    left: -1.85714em
}

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

.fa-pull-left {
    float: left
}

.fa-pull-right {
    float: right
}

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

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

.pull-right {
    float: right
}

.pull-left {
    float: left
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-inverse {
    color: #fff
}

.fa-glass:before {
    content: ""
}

.fa-music:before {
    content: ""
}

.fa-search:before {
    content: ""
}

.fa-envelope-o:before {
    content: ""
}

.fa-heart:before {
    content: ""
}

.fa-star:before {
    content: ""
}

.fa-star-o:before {
    content: ""
}

.fa-user:before {
    content: ""
}

.fa-film:before {
    content: ""
}

.fa-th-large:before {
    content: ""
}

.fa-th:before {
    content: ""
}

.fa-th-list:before {
    content: ""
}

.fa-check:before {
    content: ""
}

.fa-remove:before,
.fa-close:before,
.fa-times:before {
    content: ""
}

.fa-search-plus:before {
    content: ""
}

.fa-search-minus:before {
    content: ""
}

.fa-power-off:before {
    content: ""
}

.fa-signal:before {
    content: ""
}

.fa-gear:before,
.fa-cog:before {
    content: ""
}

.fa-trash-o:before {
    content: ""
}

.fa-home:before {
    content: ""
}

.fa-file-o:before {
    content: ""
}

.fa-clock-o:before {
    content: ""
}

.fa-road:before {
    content: ""
}

.fa-download:before {
    content: ""
}

.fa-arrow-circle-o-down:before {
    content: ""
}

.fa-arrow-circle-o-up:before {
    content: ""
}

.fa-inbox:before {
    content: ""
}

.fa-play-circle-o:before {
    content: ""
}

.fa-rotate-right:before,
.fa-repeat:before {
    content: ""
}

.fa-refresh:before {
    content: ""
}

.fa-list-alt:before {
    content: ""
}

.fa-lock:before {
    content: ""
}

.fa-flag:before {
    content: ""
}

.fa-headphones:before {
    content: ""
}

.fa-volume-off:before {
    content: ""
}

.fa-volume-down:before {
    content: ""
}

.fa-volume-up:before {
    content: ""
}

.fa-qrcode:before {
    content: ""
}

.fa-barcode:before {
    content: ""
}

.fa-tag:before {
    content: ""
}

.fa-tags:before {
    content: ""
}

.fa-book:before {
    content: ""
}

.fa-bookmark:before {
    content: ""
}

.fa-print:before {
    content: ""
}

.fa-camera:before {
    content: ""
}

.fa-font:before {
    content: ""
}

.fa-bold:before {
    content: ""
}

.fa-italic:before {
    content: ""
}

.fa-text-height:before {
    content: ""
}

.fa-text-width:before {
    content: ""
}

.fa-align-left:before {
    content: ""
}

.fa-align-center:before {
    content: ""
}

.fa-align-right:before {
    content: ""
}

.fa-align-justify:before {
    content: ""
}

.fa-list:before {
    content: ""
}

.fa-dedent:before,
.fa-outdent:before {
    content: ""
}

.fa-indent:before {
    content: ""
}

.fa-video-camera:before {
    content: ""
}

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
    content: ""
}

.fa-pencil:before {
    content: ""
}

.fa-map-marker:before {
    content: ""
}

.fa-adjust:before {
    content: ""
}

.fa-tint:before {
    content: ""
}

.fa-edit:before,
.fa-pencil-square-o:before {
    content: ""
}

.fa-share-square-o:before {
    content: ""
}

.fa-check-square-o:before {
    content: ""
}

.fa-arrows:before {
    content: ""
}

.fa-step-backward:before {
    content: ""
}

.fa-fast-backward:before {
    content: ""
}

.fa-backward:before {
    content: ""
}

.fa-play:before {
    content: ""
}

.fa-pause:before {
    content: ""
}

.fa-stop:before {
    content: ""
}

.fa-forward:before {
    content: ""
}

.fa-fast-forward:before {
    content: ""
}

.fa-step-forward:before {
    content: ""
}

.fa-eject:before {
    content: ""
}

.fa-chevron-left:before {
    content: ""
}

.fa-chevron-right:before {
    content: ""
}

.fa-plus-circle:before {
    content: ""
}

.fa-minus-circle:before {
    content: ""
}

.fa-times-circle:before {
    content: ""
}

.fa-check-circle:before {
    content: ""
}

.fa-question-circle:before {
    content: ""
}

.fa-info-circle:before {
    content: ""
}

.fa-crosshairs:before {
    content: ""
}

.fa-times-circle-o:before {
    content: ""
}

.fa-check-circle-o:before {
    content: ""
}

.fa-ban:before {
    content: ""
}

.fa-arrow-left:before {
    content: ""
}

.fa-arrow-right:before {
    content: ""
}

.fa-arrow-up:before {
    content: ""
}

.fa-arrow-down:before {
    content: ""
}

.fa-mail-forward:before,
.fa-share:before {
    content: ""
}

.fa-expand:before {
    content: ""
}

.fa-compress:before {
    content: ""
}

.fa-plus:before {
    content: ""
}

.fa-minus:before {
    content: ""
}

.fa-asterisk:before {
    content: ""
}

.fa-exclamation-circle:before {
    content: ""
}

.fa-gift:before {
    content: ""
}

.fa-leaf:before {
    content: ""
}

.fa-fire:before {
    content: ""
}

.fa-eye:before {
    content: ""
}

.fa-eye-slash:before {
    content: ""
}

.fa-warning:before,
.fa-exclamation-triangle:before {
    content: ""
}

.fa-plane:before {
    content: ""
}

.fa-calendar:before {
    content: ""
}

.fa-random:before {
    content: ""
}

.fa-comment:before {
    content: ""
}

.fa-magnet:before {
    content: ""
}

.fa-chevron-up:before {
    content: ""
}

.fa-chevron-down:before {
    content: ""
}

.fa-retweet:before {
    content: ""
}

.fa-shopping-cart:before {
    content: ""
}

.fa-folder:before {
    content: ""
}

.fa-folder-open:before {
    content: ""
}

.fa-arrows-v:before {
    content: ""
}

.fa-arrows-h:before {
    content: ""
}

.fa-bar-chart-o:before,
.fa-bar-chart:before {
    content: ""
}

.fa-twitter-square:before {
    content: ""
}

.fa-facebook-square:before {
    content: ""
}

.fa-camera-retro:before {
    content: ""
}

.fa-key:before {
    content: ""
}

.fa-gears:before,
.fa-cogs:before {
    content: ""
}

.fa-comments:before {
    content: ""
}

.fa-thumbs-o-up:before {
    content: ""
}

.fa-thumbs-o-down:before {
    content: ""
}

.fa-star-half:before {
    content: ""
}

.fa-heart-o:before {
    content: ""
}

.fa-sign-out:before {
    content: ""
}

.fa-linkedin-square:before {
    content: ""
}

.fa-thumb-tack:before {
    content: ""
}

.fa-external-link:before {
    content: ""
}

.fa-sign-in:before {
    content: ""
}

.fa-trophy:before {
    content: ""
}

.fa-github-square:before {
    content: ""
}

.fa-upload:before {
    content: ""
}

.fa-lemon-o:before {
    content: ""
}

.fa-phone:before {
    content: ""
}

.fa-square-o:before {
    content: ""
}

.fa-bookmark-o:before {
    content: ""
}

.fa-phone-square:before {
    content: ""
}

.fa-twitter:before {
    content: ""
}

.fa-facebook-f:before,
.fa-facebook:before {
    content: ""
}

.fa-github:before {
    content: ""
}

.fa-unlock:before {
    content: ""
}

.fa-credit-card:before {
    content: ""
}

.fa-feed:before,
.fa-rss:before {
    content: ""
}

.fa-hdd-o:before {
    content: ""
}

.fa-bullhorn:before {
    content: ""
}

.fa-bell:before {
    content: ""
}

.fa-certificate:before {
    content: ""
}

.fa-hand-o-right:before {
    content: ""
}

.fa-hand-o-left:before {
    content: ""
}

.fa-hand-o-up:before {
    content: ""
}

.fa-hand-o-down:before {
    content: ""
}

.fa-arrow-circle-left:before {
    content: ""
}

.fa-arrow-circle-right:before {
    content: ""
}

.fa-arrow-circle-up:before {
    content: ""
}

.fa-arrow-circle-down:before {
    content: ""
}

.fa-globe:before {
    content: ""
}

.fa-wrench:before {
    content: ""
}

.fa-tasks:before {
    content: ""
}

.fa-filter:before {
    content: ""
}

.fa-briefcase:before {
    content: ""
}

.fa-arrows-alt:before {
    content: ""
}

.fa-group:before,
.fa-users:before {
    content: ""
}

.fa-chain:before,
.fa-link:before {
    content: ""
}

.fa-cloud:before {
    content: ""
}

.fa-flask:before {
    content: ""
}

.fa-cut:before,
.fa-scissors:before {
    content: ""
}

.fa-copy:before,
.fa-files-o:before {
    content: ""
}

.fa-paperclip:before {
    content: ""
}

.fa-save:before,
.fa-floppy-o:before {
    content: ""
}

.fa-square:before {
    content: ""
}

.fa-navxicon:before,
.fa-reorder:before,
.fa-bars:before {
    content: ""
}

.fa-list-ul:before {
    content: ""
}

.fa-list-ol:before {
    content: ""
}

.fa-strikethrough:before {
    content: ""
}

.fa-underline:before {
    content: ""
}

.fa-table:before {
    content: ""
}

.fa-magic:before {
    content: ""
}

.fa-truck:before {
    content: ""
}

.fa-pinterest:before {
    content: ""
}

.fa-pinterest-square:before {
    content: ""
}

.fa-google-plus-square:before {
    content: ""
}

.fa-google-plus:before,
.fa-googleplus:before {
    content: ""
}

.fa-money:before {
    content: ""
}

.fa-caret-down:before {
    content: ""
}

.fa-caret-up:before {
    content: ""
}

.fa-caret-left:before {
    content: ""
}

.fa-caret-right:before {
    content: ""
}

.fa-columns:before {
    content: ""
}

.fa-unsorted:before,
.fa-sort:before {
    content: ""
}

.fa-sort-down:before,
.fa-sort-desc:before {
    content: ""
}

.fa-sort-up:before,
.fa-sort-asc:before {
    content: ""
}

.fa-envelope:before {
    content: ""
}

.fa-linkedin:before {
    content: ""
}

.fa-rotate-left:before,
.fa-undo:before {
    content: ""
}

.fa-legal:before,
.fa-gavel:before {
    content: ""
}

.fa-dashboard:before,
.fa-tachometer:before {
    content: ""
}

.fa-comment-o:before {
    content: ""
}

.fa-comments-o:before {
    content: ""
}

.fa-flash:before,
.fa-bolt:before {
    content: ""
}

.fa-sitemap:before {
    content: ""
}

.fa-umbrella:before {
    content: ""
}

.fa-paste:before,
.fa-clipboard:before {
    content: ""
}

.fa-lightbulb-o:before {
    content: ""
}

.fa-exchange:before {
    content: ""
}

.fa-cloud-download:before {
    content: ""
}

.fa-cloud-upload:before {
    content: ""
}

.fa-user-md:before {
    content: ""
}

.fa-stethoscope:before {
    content: ""
}

.fa-suitcase:before {
    content: ""
}

.fa-bell-o:before {
    content: ""
}

.fa-coffee:before {
    content: ""
}

.fa-cutlery:before {
    content: ""
}

.fa-file-text-o:before {
    content: ""
}

.fa-building-o:before {
    content: ""
}

.fa-hospital-o:before {
    content: ""
}

.fa-ambulance:before {
    content: ""
}

.fa-medkit:before {
    content: ""
}

.fa-fighter-jet:before {
    content: ""
}

.fa-beer:before {
    content: ""
}

.fa-h-square:before {
    content: ""
}

.fa-plus-square:before {
    content: ""
}

.fa-angle-double-left:before {
    content: ""
}

.fa-angle-double-right:before {
    content: ""
}

.fa-angle-double-up:before {
    content: ""
}

.fa-angle-double-down:before {
    content: ""
}

.fa-angle-left:before {
    content: ""
}

.fa-angle-right:before {
    content: ""
}

.fa-angle-up:before {
    content: ""
}

.fa-angle-down:before {
    content: ""
}

.fa-desktop:before {
    content: ""
}

.fa-laptop:before {
    content: ""
}

.fa-tablet:before {
    content: ""
}

.fa-mobile-phone:before,
.fa-mobile:before {
    content: ""
}

.fa-circle-o:before {
    content: ""
}

.fa-quote-left:before {
    content: ""
}

.fa-quote-right:before {
    content: ""
}

.fa-spinner:before {
    content: ""
}

.fa-circle:before {
    content: ""
}

.fa-mail-reply:before,
.fa-reply:before {
    content: ""
}

.fa-github-alt:before {
    content: ""
}

.fa-folder-o:before {
    content: ""
}

.fa-folder-open-o:before {
    content: ""
}

.fa-smile-o:before {
    content: ""
}

.fa-frown-o:before {
    content: ""
}

.fa-meh-o:before {
    content: ""
}

.fa-gamepad:before {
    content: ""
}

.fa-keyboard-o:before {
    content: ""
}

.fa-flag-o:before {
    content: ""
}

.fa-flag-checkered:before {
    content: ""
}

.fa-terminal:before {
    content: ""
}

.fa-code:before {
    content: ""
}

.fa-mail-reply-all:before,
.fa-reply-all:before {
    content: ""
}

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
    content: ""
}

.fa-location-arrow:before {
    content: ""
}

.fa-crop:before {
    content: ""
}

.fa-code-fork:before {
    content: ""
}

.fa-unlink:before,
.fa-chain-broken:before {
    content: ""
}

.fa-question:before {
    content: ""
}

.fa-info:before {
    content: ""
}

.fa-exclamation:before {
    content: ""
}

.fa-superscript:before {
    content: ""
}

.fa-subscript:before {
    content: ""
}

.fa-eraser:before {
    content: ""
}

.fa-puzzle-piece:before {
    content: ""
}

.fa-microphone:before {
    content: ""
}

.fa-microphone-slash:before {
    content: ""
}

.fa-shield:before {
    content: ""
}

.fa-calendar-o:before {
    content: ""
}

.fa-fire-extinguisher:before {
    content: ""
}

.fa-rocket:before {
    content: ""
}

.fa-maxcdn:before {
    content: ""
}

.fa-chevron-circle-left:before {
    content: ""
}

.fa-chevron-circle-right:before {
    content: ""
}

.fa-chevron-circle-up:before {
    content: ""
}

.fa-chevron-circle-down:before {
    content: ""
}

.fa-html5:before {
    content: ""
}

.fa-css3:before {
    content: ""
}

.fa-anchor:before {
    content: ""
}

.fa-unlock-alt:before {
    content: ""
}

.fa-bullseye:before {
    content: ""
}

.fa-ellipsis-h:before {
    content: ""
}

.fa-ellipsis-v:before {
    content: ""
}

.fa-rss-square:before {
    content: ""
}

.fa-play-circle:before {
    content: ""
}

.fa-ticket:before {
    content: ""
}

.fa-minus-square:before {
    content: ""
}

.fa-minus-square-o:before {
    content: ""
}

.fa-level-up:before {
    content: ""
}

.fa-level-down:before {
    content: ""
}

.fa-check-square:before {
    content: ""
}

.fa-pencil-square:before {
    content: ""
}

.fa-external-link-square:before {
    content: ""
}

.fa-share-square:before {
    content: ""
}

.fa-compass:before {
    content: ""
}

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
    content: ""
}

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
    content: ""
}

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
    content: ""
}

.fa-euro:before,
.fa-eur:before {
    content: ""
}

.fa-gbp:before {
    content: ""
}

.fa-dollar:before,
.fa-usd:before {
    content: ""
}

.fa-rupee:before,
.fa-inr:before {
    content: ""
}

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
    content: ""
}

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
    content: ""
}

.fa-won:before,
.fa-krw:before {
    content: ""
}

.fa-bitcoin:before,
.fa-btc:before {
    content: ""
}

.fa-file:before {
    content: ""
}

.fa-file-text:before {
    content: ""
}

.fa-sort-alpha-asc:before {
    content: ""
}

.fa-sort-alpha-desc:before {
    content: ""
}

.fa-sort-amount-asc:before {
    content: ""
}

.fa-sort-amount-desc:before {
    content: ""
}

.fa-sort-numeric-asc:before {
    content: ""
}

.fa-sort-numeric-desc:before {
    content: ""
}

.fa-thumbs-up:before {
    content: ""
}

.fa-thumbs-down:before {
    content: ""
}

.fa-youtube-square:before {
    content: ""
}

.fa-youtube:before {
    content: ""
}

.fa-xing:before {
    content: ""
}

.fa-xing-square:before {
    content: ""
}

.fa-youtube-play:before {
    content: ""
}

.fa-dropbox:before {
    content: ""
}

.fa-stack-overflow:before {
    content: ""
}

.fa-instagram:before {
    content: ""
}

.fa-flickr:before {
    content: ""
}

.fa-adn:before {
    content: ""
}

.fa-bitbucket:before {
    content: ""
}

.fa-bitbucket-square:before {
    content: ""
}

.fa-tumblr:before {
    content: ""
}

.fa-tumblr-square:before {
    content: ""
}

.fa-long-arrow-down:before {
    content: ""
}

.fa-long-arrow-up:before {
    content: ""
}

.fa-long-arrow-left:before {
    content: ""
}

.fa-long-arrow-right:before {
    content: ""
}

.fa-apple:before {
    content: ""
}

.fa-windows:before {
    content: ""
}

.fa-android:before {
    content: ""
}

.fa-linux:before {
    content: ""
}

.fa-dribbble:before {
    content: ""
}

.fa-skype:before {
    content: ""
}

.fa-foursquare:before {
    content: ""
}

.fa-trello:before {
    content: ""
}

.fa-female:before {
    content: ""
}

.fa-male:before {
    content: ""
}

.fa-gittip:before,
.fa-gratipay:before {
    content: ""
}

.fa-sun-o:before {
    content: ""
}

.fa-moon-o:before {
    content: ""
}

.fa-archive:before {
    content: ""
}

.fa-bug:before {
    content: ""
}

.fa-vk:before {
    content: ""
}

.fa-weibo:before {
    content: ""
}

.fa-renren:before {
    content: ""
}

.fa-pagelines:before {
    content: ""
}

.fa-stack-exchange:before {
    content: ""
}

.fa-arrow-circle-o-right:before {
    content: ""
}

.fa-arrow-circle-o-left:before {
    content: ""
}

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
    content: ""
}

.fa-dot-circle-o:before {
    content: ""
}

.fa-wheelchair:before {
    content: ""
}

.fa-vimeo-square:before {
    content: ""
}

.fa-turkish-lira:before,
.fa-try:before {
    content: ""
}

.fa-plus-square-o:before {
    content: ""
}

.fa-space-shuttle:before {
    content: ""
}

.fa-slack:before {
    content: ""
}

.fa-envelope-square:before {
    content: ""
}

.fa-wordpress:before {
    content: ""
}

.fa-openid:before {
    content: ""
}

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
    content: ""
}

.fa-mortar-board:before,
.fa-graduation-cap:before {
    content: ""
}

.fa-yahoo:before {
    content: ""
}

.fa-google:before {
    content: ""
}

.fa-reddit:before {
    content: ""
}

.fa-reddit-square:before {
    content: ""
}

.fa-stumbleupon-circle:before {
    content: ""
}

.fa-stumbleupon:before {
    content: ""
}

.fa-delicious:before {
    content: ""
}

.fa-digg:before {
    content: ""
}

.fa-pied-piper:before {
    content: ""
}

.fa-pied-piper-alt:before {
    content: ""
}

.fa-drupal:before {
    content: ""
}

.fa-joomla:before {
    content: ""
}

.fa-language:before {
    content: ""
}

.fa-fax:before {
    content: ""
}

.fa-building:before {
    content: ""
}

.fa-child:before {
    content: ""
}

.fa-paw:before {
    content: ""
}

.fa-spoon:before {
    content: ""
}

.fa-cube:before {
    content: ""
}

.fa-cubes:before {
    content: ""
}

.fa-behance:before {
    content: ""
}

.fa-behance-square:before {
    content: ""
}

.fa-steam:before {
    content: ""
}

.fa-steam-square:before {
    content: ""
}

.fa-recycle:before {
    content: ""
}

.fa-automobile:before,
.fa-car:before {
    content: ""
}

.fa-cab:before,
.fa-taxi:before {
    content: ""
}

.fa-tree:before {
    content: ""
}

.fa-spotify:before {
    content: ""
}

.fa-deviantart:before {
    content: ""
}

.fa-soundcloud:before {
    content: ""
}

.fa-database:before {
    content: ""
}

.fa-file-pdf-o:before {
    content: ""
}

.fa-file-word-o:before {
    content: ""
}

.fa-file-excel-o:before {
    content: ""
}

.fa-file-powerpoint-o:before {
    content: ""
}

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
    content: ""
}

.fa-file-zip-o:before,
.fa-file-archive-o:before {
    content: ""
}

.fa-file-sound-o:before,
.fa-file-audio-o:before {
    content: ""
}

.fa-file-movie-o:before,
.fa-file-video-o:before {
    content: ""
}

.fa-file-code-o:before {
    content: ""
}

.fa-vine:before {
    content: ""
}

.fa-codepen:before {
    content: ""
}

.fa-jsfiddle:before {
    content: ""
}

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
    content: ""
}

.fa-circle-o-notch:before {
    content: ""
}

.fa-ra:before,
.fa-rebel:before {
    content: ""
}

.fa-ge:before,
.fa-empire:before {
    content: ""
}

.fa-git-square:before {
    content: ""
}

.fa-git:before {
    content: ""
}

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
    content: ""
}

.fa-tencent-weibo:before {
    content: ""
}

.fa-qq:before {
    content: ""
}

.fa-wechat:before,
.fa-weixin:before {
    content: ""
}

.fa-send:before,
.fa-paper-plane:before {
    content: ""
}

.fa-send-o:before,
.fa-paper-plane-o:before {
    content: ""
}

.fa-history:before {
    content: ""
}

.fa-circle-thin:before {
    content: ""
}

.fa-headerx:before {
    content: ""
}

.fa-paragraph:before {
    content: ""
}

.fa-sliders:before {
    content: ""
}

.fa-share-alt:before {
    content: ""
}

.fa-share-alt-square:before {
    content: ""
}

.fa-bomb:before {
    content: ""
}

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
    content: ""
}

.fa-tty:before {
    content: ""
}

.fa-binoculars:before {
    content: ""
}

.fa-plug:before {
    content: ""
}

.fa-slideshare:before {
    content: ""
}

.fa-twitch:before {
    content: ""
}

.fa-yelp:before {
    content: ""
}

.fa-newspaper-o:before {
    content: ""
}

.fa-wifi:before {
    content: ""
}

.fa-calculator:before {
    content: ""
}

.fa-paypal:before {
    content: ""
}

.fa-google-wallet:before {
    content: ""
}

.fa-cc-visa:before {
    content: ""
}

.fa-cc-mastercard:before {
    content: ""
}

.fa-cc-discover:before {
    content: ""
}

.fa-cc-amex:before {
    content: ""
}

.fa-cc-paypal:before {
    content: ""
}

.fa-cc-stripe:before {
    content: ""
}

.fa-bell-slash:before {
    content: ""
}

.fa-bell-slash-o:before {
    content: ""
}

.fa-trash:before {
    content: ""
}

.fa-copyright:before {
    content: ""
}

.fa-at:before {
    content: ""
}

.fa-eyedropper:before {
    content: ""
}

.fa-paint-brush:before {
    content: ""
}

.fa-birthday-cake:before {
    content: ""
}

.fa-area-chart:before {
    content: ""
}

.fa-pie-chart:before {
    content: ""
}

.fa-line-chart:before {
    content: ""
}

.fa-lastfm:before {
    content: ""
}

.fa-lastfm-square:before {
    content: ""
}

.fa-toggle-off:before {
    content: ""
}

.fa-toggle-on:before {
    content: ""
}

.fa-bicycle:before {
    content: ""
}

.fa-bus:before {
    content: ""
}

.fa-ioxhost:before {
    content: ""
}

.fa-angellist:before {
    content: ""
}

.fa-cc:before {
    content: ""
}

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
    content: ""
}

.fa-meanpath:before {
    content: ""
}

.fa-buysellads:before {
    content: ""
}

.fa-connectdevelop:before {
    content: ""
}

.fa-dashcube:before {
    content: ""
}

.fa-forumbee:before {
    content: ""
}

.fa-leanpub:before {
    content: ""
}

.fa-sellsy:before {
    content: ""
}

.fa-shirtsinbulk:before {
    content: ""
}

.fa-simplybuilt:before {
    content: ""
}

.fa-skyatlas:before {
    content: ""
}

.fa-cart-plus:before {
    content: ""
}

.fa-cart-arrow-down:before {
    content: ""
}

.fa-diamond:before {
    content: ""
}

.fa-ship:before {
    content: ""
}

.fa-user-secret:before {
    content: ""
}

.fa-motorcycle:before {
    content: ""
}

.fa-street-view:before {
    content: ""
}

.fa-heartbeat:before {
    content: ""
}

.fa-venus:before {
    content: ""
}

.fa-mars:before {
    content: ""
}

.fa-mercury:before {
    content: ""
}

.fa-intersex:before,
.fa-transgender:before {
    content: ""
}

.fa-transgender-alt:before {
    content: ""
}

.fa-venus-double:before {
    content: ""
}

.fa-mars-double:before {
    content: ""
}

.fa-venus-mars:before {
    content: ""
}

.fa-mars-stroke:before {
    content: ""
}

.fa-mars-stroke-v:before {
    content: ""
}

.fa-mars-stroke-h:before {
    content: ""
}

.fa-neuter:before {
    content: ""
}

.fa-genderless:before {
    content: ""
}

.fa-facebook-official:before {
    content: ""
}

.fa-pinterest-p:before {
    content: ""
}

.fa-whatsapp:before {
    content: ""
}

.fa-server:before {
    content: ""
}

.fa-user-plus:before {
    content: ""
}

.fa-user-times:before {
    content: ""
}

.fa-hotel:before,
.fa-bed:before {
    content: ""
}

.fa-viacoin:before {
    content: ""
}

.fa-train:before {
    content: ""
}

.fa-subway:before {
    content: ""
}

.fa-medium:before {
    content: ""
}

.fa-yc:before,
.fa-y-combinator:before {
    content: ""
}

.fa-optin-monster:before {
    content: ""
}

.fa-opencart:before {
    content: ""
}

.fa-expeditedssl:before {
    content: ""
}

.fa-battery-4:before,
.fa-battery-full:before {
    content: ""
}

.fa-battery-3:before,
.fa-battery-three-quarters:before {
    content: ""
}

.fa-battery-2:before,
.fa-battery-half:before {
    content: ""
}

.fa-battery-1:before,
.fa-battery-quarter:before {
    content: ""
}

.fa-battery-0:before,
.fa-battery-empty:before {
    content: ""
}

.fa-mouse-pointer:before {
    content: ""
}

.fa-i-cursor:before {
    content: ""
}

.fa-object-group:before {
    content: ""
}

.fa-object-ungroup:before {
    content: ""
}

.fa-sticky-note:before {
    content: ""
}

.fa-sticky-note-o:before {
    content: ""
}

.fa-cc-jcb:before {
    content: ""
}

.fa-cc-diners-club:before {
    content: ""
}

.fa-clone:before {
    content: ""
}

.fa-balance-scale:before {
    content: ""
}

.fa-hourglass-o:before {
    content: ""
}

.fa-hourglass-1:before,
.fa-hourglass-start:before {
    content: ""
}

.fa-hourglass-2:before,
.fa-hourglass-half:before {
    content: ""
}

.fa-hourglass-3:before,
.fa-hourglass-end:before {
    content: ""
}

.fa-hourglass:before {
    content: ""
}

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
    content: ""
}

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
    content: ""
}

.fa-hand-scissors-o:before {
    content: ""
}

.fa-hand-lizard-o:before {
    content: ""
}

.fa-hand-spock-o:before {
    content: ""
}

.fa-hand-pointer-o:before {
    content: ""
}

.fa-hand-peace-o:before {
    content: ""
}

.fa-trademark:before {
    content: ""
}

.fa-registered:before {
    content: ""
}

.fa-creative-commons:before {
    content: ""
}

.fa-gg:before {
    content: ""
}

.fa-gg-circle:before {
    content: ""
}

.fa-tripadvisor:before {
    content: ""
}

.fa-odnoklassniki:before {
    content: ""
}

.fa-odnoklassniki-square:before {
    content: ""
}

.fa-get-pocket:before {
    content: ""
}

.fa-wikipedia-w:before {
    content: ""
}

.fa-safari:before {
    content: ""
}

.fa-chrome:before {
    content: ""
}

.fa-firefox:before {
    content: ""
}

.fa-opera:before {
    content: ""
}

.fa-internet-explorer:before {
    content: ""
}

.fa-tv:before,
.fa-television:before {
    content: ""
}

.fa-contao:before {
    content: ""
}

.fa-500px:before {
    content: ""
}

.fa-amazon:before {
    content: ""
}

.fa-calendar-plus-o:before {
    content: ""
}

.fa-calendar-minus-o:before {
    content: ""
}

.fa-calendar-times-o:before {
    content: ""
}

.fa-calendar-check-o:before {
    content: ""
}

.fa-industry:before {
    content: ""
}

.fa-map-pin:before {
    content: ""
}

.fa-map-signs:before {
    content: ""
}

.fa-map-o:before {
    content: ""
}

.fa-map:before {
    content: ""
}

.fa-commenting:before {
    content: ""
}

.fa-commenting-o:before {
    content: ""
}

.fa-houzz:before {
    content: ""
}

.fa-vimeo:before {
    content: ""
}

.fa-black-tie:before {
    content: ""
}

.fa-fonticons:before {
    content: ""
}

.fa-reddit-alien:before {
    content: ""
}

.fa-edge:before {
    content: ""
}

.fa-credit-card-alt:before {
    content: ""
}

.fa-codiepie:before {
    content: ""
}

.fa-modx:before {
    content: ""
}

.fa-fort-awesome:before {
    content: ""
}

.fa-usb:before {
    content: ""
}

.fa-product-hunt:before {
    content: ""
}

.fa-mixcloud:before {
    content: ""
}

.fa-scribd:before {
    content: ""
}

.fa-pause-circle:before {
    content: ""
}

.fa-pause-circle-o:before {
    content: ""
}

.fa-stop-circle:before {
    content: ""
}

.fa-stop-circle-o:before {
    content: ""
}

.fa-shopping-bag:before {
    content: ""
}

.fa-shopping-basket:before {
    content: ""
}

.fa-hashtag:before {
    content: ""
}

.fa-bluetooth:before {
    content: ""
}

.fa-bluetooth-b:before {
    content: ""
}

.fa-percent:before {
    content: ""
}

.fno-registration .additional-location-close-btn,
.fno-registration section .form-label,
.fno-registration section textarea,
.fno-registration section input[type="text"],
.fno-registration section input[type="email"],
.fno-registration section input[type="url"],
.fno-registration section input[type="tel"],
.fno-registration section select {
    font-family: "Lato", sans-serif;
    font-weight: 400;
    font-size: 13px
}

.city-select-road-block .city-select-popup .city-select-popup-options .retailer-city-option,
.fno-registration section .submit-btn,
.upload-btn,
.upload-image-wrapper .upload-image-dummy-wrapper .add-btn {
    width: 100%;
    color: black;
    background: white;
    border: 3px solid black
}

.city-select-road-block .city-select-popup .city-select-popup-options .retailer-city-option:hover,
.city-select-road-block .city-select-popup .city-select-popup-options .retailer-city-option:focus,
.city-select-road-block .city-select-popup .city-select-popup-options .retailer-city-option:active,
.fno-registration section .submit-btn:hover,
.fno-registration section .submit-btn:active,
.fno-registration section .submit-btn:focus,
.upload-btn:hover,
.upload-btn:active,
.upload-btn:focus,
.upload-btn-container:hover .upload-btn,
.upload-btn-container:active .upload-btn,
.upload-btn-container:focus .upload-btn,
.upload-image-wrapper:hover .upload-btn,
.upload-image-wrapper:active .upload-btn,
.upload-image-wrapper:focus .upload-btn,
.upload-image-wrapper .upload-image-dummy-wrapper:hover .add-btn,
.upload-image-wrapper .upload-image-dummy-wrapper:active .add-btn,
.upload-image-wrapper .upload-image-dummy-wrapper:focus .add-btn {
    width: 100%;
    color: white;
    background: black;
    border: 3px solid black;
    outline: 0
}

.card h3.fno-retailer a,
.all-retailers .view-offer-link a {
    font-family: "Lato", sans-serif;

    font-size: 15px;
    display: inline;
    padding-right: 28px;
    background: url("/img/red-arrow.png") no-repeat center right
}

.text-sm {
    font-size: 16px
}

.text-md {
    font-size: 16px
}

.text-lg {
    font-size: 23px
}

.font-lato {
    font-family: "Lato", sans-serif
}

.img-center {
    white-space: nowrap;
    text-align: center;
    margin: auto
}

.img-center .img-helper {
    display: inline-block;
    height: 100%;
    vertical-align: middle
}

.btn {
    text-decoration: none;
    border-width: 3px;

    font-family: "Lato", sans-serif;
    padding: 6px 12px;
    font-size: 16px;
    line-height: 1.7142;
    border-radius: 0
}

.btn.btn-default {
    border-color: black
}

.close-btn {
    width: 24px;
    height: 24px
}

.border-top {
    border-top: 1px solid #d4d0d0
}

.border-bottom,
.competition-list .active-competition-list .competition-item,
.rhc-module.competition-module .competition-item {
    border-bottom: 1px solid #d4d0d0
}

.border-bottom-bold,
.rhc-module {
    border-bottom: 0px solid #ede8e8
}

html.modal-open,
body.modal-open {
    height: 100vh
}

.common-link,
.quiz-section .quiz-container .quiz-results-wrapper .quiz-alternative .results-alternative-container .result-alternative-item .alternative-meta .alternative-description a,
.gallery-container .mobile-info-container a,
.gallery-rhc .gallery-rhc-content a {
    text-decoration: none;
    border-bottom: 1px solid black;
    padding-bottom: 1px;
    font-weight: 600;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased
}

.common-link:hover,
.quiz-section .quiz-container .quiz-results-wrapper .quiz-alternative .results-alternative-container .result-alternative-item .alternative-meta .alternative-description a:hover,
.gallery-container .mobile-info-container a:hover,
.gallery-rhc .gallery-rhc-content a:hover {
    text-decoration: none;
    color: #b45d5d
}

.img-block,
.rhc-module.dropzone .module-content img {
    width: 100%
}

.text-underline {
    text-decoration: underline
}

.text-bold {
    font-weight: bold
}

#timemachine-bar {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 10px 0;
    background: rgba(0, 0, 0, 0.8);
    color: white;
    font-family: "Lato", sans-serif
}

#timemachine-bar .form-group {
    margin-bottom: 5px;
    line-height: 2
}

#timemachine-bar .form-group .form-control {
    display: inline;
    width: 20%
}

#timemachine-bar button {
    background: red;
    color: white;
    border: 0;
    margin: 0 auto 5px
}

#timemachine-bar button.reset {
    background: gray
}

#timemachine-bar button:hover {
    background: black;
    color: white
}

.full-height {
    height: 100%
}

.no-padding {
    padding: 0 !important
}

.no-padding-l {
    padding-left: 0 !important
}

.no-padding-r {
    padding-right: 0 !important
}

.no-padding-lr {
    padding-left: 0 !important;
    padding-right: 0 !important
}

@media(max-width:767px) {
    .no-padding-l-xs {
        padding-left: 0 !important
    }
}

@media(max-width:767px) {
    .no-padding-r-xs {
        padding-right: 0 !important
    }
}

.no-margin {
    margin: 0 !important
}

.no-margin-l {
    margin-left: 0 !important
}

.no-margin-r {
    margin-right: 0 !important
}

.no-margin-lr {
    margin-left: 0 !important;
    margin-right: 0 !important
}

.flip-horizontally {
    -moz-transform: scale(-1, 1);
    -webkit-transform: scale(-1, 1);
    -o-transform: scale(-1, 1);
    -ms-transform: scale(-1, 1);
    transform: scale(-1, 1)
}

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

@media screen and (-webkit-min-device-pixel-ratio:0) {
    @font-face {
        font-family: "vogue-icons";
        src: url("/fonts/vogue-icons.svg#vogue-icons") format("svg")
    }
}

[data-icon]:before {
    content: attr(data-icon)
}

[data-icon]:before,
.vi-gallery-card:before,
.vi-zoom-button:before {
    display: inline-block;
    font-family: "vogue-icons";
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    line-height: 1;
    text-decoration: inherit;
    text-rendering: optimizeLegibility;
    text-transform: none;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased
}

.vi-gallery-card:before {
    content: "\f100"
}

.vi-zoom-button:before {
    content: "\f102"
}

@media(min-width:528px) and (max-width:768px) {
    .col-sc-1,
    .col-sc-2,
    .col-sc-3,
    .col-sc-4,
    .col-sc-5,
    .col-sc-6,
    .col-sc-7,
    .col-sc-8,
    .col-sc-9,
    .col-sc-10,
    .col-sc-11,
    .col-sc-12 {
        float: left
    }
    .col-sc-1 {
        width: 8.33333%
    }
    .col-sc-2 {
        width: 16.66667%
    }
    .col-sc-3 {
        width: 25%
    }
    .col-sc-4 {
        width: 33.33333%
    }
    .col-sc-5 {
        width: 41.66667%
    }
    .col-sc-6 {
        width: 50%
    }
    .col-sc-7 {
        width: 58.33333%
    }
    .col-sc-8 {
        width: 66.66667%
    }
    .col-sc-9 {
        width: 75%
    }
    .col-sc-10 {
        width: 83.33333%
    }
    .col-sc-11 {
        width: 91.66667%
    }
    .col-sc-12 {
        width: 100%
    }
    .col-sc-pull-0 {
        right: auto
    }
    .col-sc-pull-1 {
        right: 8.33333%
    }
    .col-sc-pull-2 {
        right: 16.66667%
    }
    .col-sc-pull-3 {
        right: 25%
    }
    .col-sc-pull-4 {
        right: 33.33333%
    }
    .col-sc-pull-5 {
        right: 41.66667%
    }
    .col-sc-pull-6 {
        right: 50%
    }
    .col-sc-pull-7 {
        right: 58.33333%
    }
    .col-sc-pull-8 {
        right: 66.66667%
    }
    .col-sc-pull-9 {
        right: 75%
    }
    .col-sc-pull-10 {
        right: 83.33333%
    }
    .col-sc-pull-11 {
        right: 91.66667%
    }
    .col-sc-pull-12 {
        right: 100%
    }
    .col-sc-push-0 {
        left: auto
    }
    .col-sc-push-1 {
        left: 8.33333%
    }
    .col-sc-push-2 {
        left: 16.66667%
    }
    .col-sc-push-3 {
        left: 25%
    }
    .col-sc-push-4 {
        left: 33.33333%
    }
    .col-sc-push-5 {
        left: 41.66667%
    }
    .col-sc-push-6 {
        left: 50%
    }
    .col-sc-push-7 {
        left: 58.33333%
    }
    .col-sc-push-8 {
        left: 66.66667%
    }
    .col-sc-push-9 {
        left: 75%
    }
    .col-sc-push-10 {
        left: 83.33333%
    }
    .col-sc-push-11 {
        left: 91.66667%
    }
    .col-sc-push-12 {
        left: 100%
    }
    .col-sc-offset-0 {
        margin-left: 0
    }
    .col-sc-offset-1 {
        margin-left: 8.33333%
    }
    .col-sc-offset-2 {
        margin-left: 16.66667%
    }
    .col-sc-offset-3 {
        margin-left: 25%
    }
    .col-sc-offset-4 {
        margin-left: 33.33333%
    }
    .col-sc-offset-5 {
        margin-left: 41.66667%
    }
    .col-sc-offset-6 {
        margin-left: 50%
    }
    .col-sc-offset-7 {
        margin-left: 58.33333%
    }
    .col-sc-offset-8 {
        margin-left: 66.66667%
    }
    .col-sc-offset-9 {
        margin-left: 75%
    }
    .col-sc-offset-10 {
        margin-left: 83.33333%
    }
    .col-sc-offset-11 {
        margin-left: 91.66667%
    }
    .col-sc-offset-12 {
        margin-left: 100%
    }
    .visible-sc-block {
        display: block !important
    }
}



.main-container {
    position: relative;
    overflow: hidden
}

.main-container .container {
    margin-top: 6px
}

h1,
.sub-title,
h2,
h3 {
    font-family: "Playfair Display", Georgia, serif
}

h1,
.sub-title {
    color: black;
    font-size: 43px;
    line-height: 49px;
    margin: 0 0 20px
}

h1.master-title,
.master-title.sub-title {
    font-family: "Lato", sans-serif;

    font-weight: 200
}

.sub-title {
    margin-bottom: 5px;
    font-size: 18px
}

@media(min-width:767px) {
    .sub-title {
        font-size: 22px
    }
}

h3 {
    margin: 10px 0
}

h3 a {
    font-size: 16px;
    line-height: 20px;
    display: block
}

h4 {
    font-family: "Lato", sans-serif;
    font-size: 11px;
    line-height: 13px;
    padding: 9px 0;
    margin: 0;
}

h4 a {
    color: #a60505
}

#site-overlay.overlay {
    width: 100%;
    height: 100%;
    z-index: 1000100;
    background-color: #000;
    position: absolute;
    opacity: .4;
    display: none
}

#site-overlay.overlay.display {
    display: block
}

strong,
b {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased
}

h5 {
    font-family: "Lato", sans-serif;
    font-size: 13px;
    line-height: 16px;
    color: #958e8e;

    padding-bottom: 5px
}

a {
    -o-transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    transition: .5s;
    cursor: pointer
}

a:hover {
    color: #b45d5d
}

.start-date,
.gallery-container .gallery-intro .gallery-intro-created {
    font-family: "Georgia italic", serif;
    font-size: 11px;
    font-weight: 13px;
    color: #5e5a5a;

    font-style: italic
}

.bdr-btm {
    border-bottom: 1px solid #d4d0d0
}

.bdr-top {
    border-top: 1px solid #d4d0d0
}

.category {

    font-family: "Lato", sans-serif;
    font-size: 12px;
    line-height: 16px;
    margin: 0 5px 5px 0
}

.category a {
    color: #a60505;
    text-decoration: none !important;
    font-weight: normal !important
}

.byline {
    font-size: 12px;
    line-height: 16px;
    font-family: "Georgia italic", serif;
    color: #958e8e;
    float: left;
    padding-right: 5px;
    margin: 0 5px 5px 0;
}

.byline span {

    font-style: italic
}

.date-block {
    font-style: "Georgia italic", serif;
    color: #5e5a5a;
    font-style: italic
}

.date-block .day {
    font-size: 32px
}

.date-block .day span {
    font-size: 13px
}

.date-block .month-year {
    font-size: 12px;
    line-height: 14px
}

.time-block {
    font-family: "Georgia italic", serif;
    font-style: italic;
    font-size: 12px;
    color: #5e5a5a;

    line-height: 14px
}

.leader-bottom {
    margin: 20px 0
}

.share-this ul {
    margin: 0;
    padding: 0;
    list-style: none
}

.share-this ul li {
    display: inline-block;
    font-size: 24px;
    margin-right: 40px
}

.share-this ul li a {
    border: 0
}

.share-this.text {
    font-family: "Lato", sans-serif;
    font-size: 14px;
    float: right;
    text-transform: uppercase
}

.share-this.text a {
    color: #958e8e
}

.share-this.text a:hover {
    text-decoration: none
}

.sk-spinner-rotating-plane.sk-spinner {
    width: 36px;
    height: 36px;
    background-color: #000;
    margin: 0 auto;
    -webkit-animation: sk-rotatePlane 1.2s infinite ease-in-out;
    -o-animation: sk-rotatePlane 1.2s infinite ease-in-out;
    animation: sk-rotatePlane 1.2s infinite ease-in-out
}

@keyframes sk-rotatePlane {
0 {
    transform: perspective(120px) rotateX(0) rotateY(0)
}
50% {
    transform: perspective(120px) rotateX(-180.1deg) rotateY(0)
}
100% {
    transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg)
}
}

@-webkit-keyframes sk-rotatePlane {
0 {
    -webkit-transform: perspective(120px) rotateX(0) rotateY(0)
}
50% {
    -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0)
}
100% {
    -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg)
}
}

@keyframes fadeIn {
0 {
    opacity: 0
}
50% {
    opacity: .5
}
100% {
    opacity: 1
}
}

@-webkit-keyframes fadeIn {
0 {
    opacity: 0
}
50% {
    opacity: .5
}
100% {
    opacity: 1
}
}

@media(max-width:767px) {
    h1,
    .sub-title {
        font-size: 24px;
        line-height: 29px
    }
    .share-this ul li {
        margin-right: 20px
    }
}

navx ul {
    list-style: none
}

navx ul li a {

    text-decoration: none
}

navx ul li span {
    text-transform: uppercase
}

input {
    border-radius: 0
}

.inline-block {
    display: inline-block
}

.notice-container {
    text-align: center;
    margin: 10px 0;
    padding: 10px 0
}

.notice-container span {
    padding: 15px 30px;
    background-color: white;
    border: 1px solid #b45d5d;
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 18px;
    color: black;
    text-align: center;
    text-transform: uppercase
}

.bottom-content {
    background-color: white
}

.modal-popup .modal-dialog {
    margin-top: 200px
}

.modal-popup .modal-dialog .modal-content {
    border-radius: 0
}

.modal-popup .modal-headerx {
    background: transparent;
    border-bottom: 0;
    padding: 0;
    min-height: 0
}

.modal-popup .modal-headerx .close {
    margin-top: -40px;
    opacity: 1
}

.modal-popup .modal-headerx .close img {
    width: 29px
}

.modal-popup .modal-body {
    text-align: center;
    font-weight: bold;
    font-size: 18px;
    color: #514e4e;
    line-height: 23px
}

.modal-popup .modal-body p {
    margin: 15px 0
}

.modal-popup .modal-body .modal-btn {
    font-family: "Lato", sans-serif;
    background: black;
    color: white
}

.modal-popup .modal-footer {
    border-top: 0
}

.modal-backdrop {
    z-index: 1000010
}

.modal {
    z-index: 1000020
}

@media(max-width:767px) {
    .leader-container .article-title {
        padding: 0 10px
    }
}

article {
    border-bottom: 0px solid #ede8e8;
    margin-bottom: 30px;
    position: relative
}

article .vms-player .vms-headerx.module-headerx h3.heading {
    display: none
}

article .lead-image {
    background-color: #f9f9f9;
    margin: 0 0 6px
}

article .lead-image .media {
    margin: 0 0 6px
}

article .lead-image .caption {
    display: inline-block
}

article .lead-image .caption,
article .lead-image .heading {
    color: #545454;
    font-style: italic;
    font-size: 11px;
    line-height: 14px;
    font-weight: normal
}

article .lead-image .wrapper,
article .bottom-video {
    position: relative
}

article .lead-image .wrapper img,
article .bottom-video img {
    margin: 0 auto 6px
}

article .lead-image .overlay,
article .bottom-video .overlay {
    opacity: 0;
    filter: alpha(opacity=0);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: black;
    cursor: pointer;
    -webkit-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out
}

article .lead-image .overlay:hover,
article .bottom-video .overlay:hover {
    opacity: .5;
    filter: alpha(opacity=50)
}

article .lead-image .video-overlay,
article .bottom-video .video-overlay {
    color: white;
    position: absolute;
    text-align: center;
    background: rgba(0, 0, 0, 0.6);
    cursor: pointer;
    -webkit-box-shadow: inset -2px 2px 3px 0 rgba(0, 0, 0, 0.5);
    box-shadow: inset -2px 2px 3px 0 rgba(0, 0, 0, 0.5);
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 90px;
    height: 90px;
    font-size: 45px;
    margin: auto;
    border-top-right-radius: 44px;
    border-top-left-radius: 44px;
    border-bottom-right-radius: 44px;
    border-bottom-left-radius: 44px
}

article .lead-image .video-overlay:before,
article .bottom-video .video-overlay:before {
    vertical-align: middle;
    line-height: 90px
}

article .lead-image:hover .overlay,
article .lead-image:active .overlay,
article .lead-image.hovered .overlay,
article .bottom-video:hover .overlay,
article .bottom-video:active .overlay,
article .bottom-video.hovered .overlay {
    opacity: .5;
    filter: alpha(opacity=50)
}

article .lead-image:hover .video-overlay,
article .lead-image:active .video-overlay,
article .lead-image.hovered .video-overlay,
article .bottom-video:hover .video-overlay,
article .bottom-video:active .video-overlay,
article .bottom-video.hovered .video-overlay {
    background: black;
    -webkit-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out
}

article .lead-image:hover .gallery-overlay,
article .lead-image:active .gallery-overlay,
article .lead-image.hovered .gallery-overlay,
article .bottom-video:hover .gallery-overlay,
article .bottom-video:active .gallery-overlay,
article .bottom-video.hovered .gallery-overlay {
    background: black;
    -webkit-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out
}

article .lead-image.portrait {
    max-width: 305px;
    float: left;
    margin: -20px 20px 20px -20px;
    padding-bottom: 10px
}

article .lead-image.portrait .caption {
    padding-right: 5px
}

article .summary {
    margin: 20px 0
}

@media(min-width:480px) {
    article .body {
        min-height: 350px
    }
}

@media(min-width:1400px) {
    article .body {
        min-height: 350px
    }
}

article .body a {
    text-decoration: none;
    border-bottom: 1px solid black;
    padding-bottom: 1px;
    font-weight: 600;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased
}

article .body img {
    clear: both
}

article .article-meta {
    position: relative
}

article section {
    padding: 0 20px 0;
    background: white
}

article section .share-this.text {
    line-height: 60px;
    margin-top: 0
}

article .article-main {
    background-color: #FFF;
    padding: 20px;
    font-size: 18px;
    line-height: 28px
}

article .article-main a:hover {
    color: #a60505;
    border-color: #a60505
}

article .article-main h3 {
    font-family: "Playfair Display", Georgia, serif;
    margin: 20px 0;
    font-size: 22px;
    line-height: 31px
}

article .article-gallery {
    margin-top: 20px
}

article .article-gallery .section-title,
article .article-gallery .module .module-title,
.module article .article-gallery .module-title {
    font-size: 20px;
    margin-bottom: 5px;
    padding-bottom: 5px
}

article .article-gallery .gallery-asset-container {
    min-height: 80px
}

article .article-gallery .gallery-asset-container i.loading {
    margin: 20px auto;
    display: block
}

article .article-gallery .gallery-asset-container .gallery-asset {
    padding: 3px
}

article .article-gallery .gallery-asset-container.initial {
    height: 80px;
    overflow-y: hidden
}

article.portrait .article-meta {
    margin-left: 305px
}

article.portrait .lead-image {
    max-width: 305px;
    float: left;
    margin: -20px 20px 20px -20px;
    padding-bottom: 10px
}

article.portrait .lead-image .caption {
    display: inline-block;
    padding-right: 5px
}

@media(max-width:767px) {
    article .lead-image .wrapper {
        margin: -6px
    }
    article .article-main {
        font-size: 16px;
        line-height: 26px
    }
    article section {
        padding: 10px
    }
    article.portrait .lead-image {
        float: none;
        margin: -10px -10px 20px -10px;
        max-width: none
    }
    article.portrait .lead-image .wrapper {
        margin: 0 auto
    }
    article.portrait .article-meta {
        margin-left: 0
    }
}

.author-bio {
    border-top: 1px solid #d4d0d0;
    padding-top: 20px
}

.author-bio .author-thumb {
    width: 106px;
    height: 106px;
    border-radius: 80px
}

.author-bio .author-meta {
    padding-top: 20px
}

@media(max-width:767px) {
    .author-bio .author-meta {
        padding: 0
    }
}

.author-bio .author-meta .author-heading {
    font-family: "Georgia italic", serif;
    font-style: italic;

    font-size: 16px
}

.author-bio .author-meta .author-byline {
    font-family: "Georgia italic", serif;
    color: #958e8e;
    font-style: italic;
    line-height: 1.2;
    font-size: 15px
}

.quiz-section {
    background: white;
    font-family: "Playfair Display", Georgia, serif
}

.quiz-section .quiz-container {
    background: white;
    margin-top: 20px
}

.quiz-section .quiz-container .quiz-main-title {
    font-size: 24px;
    border-bottom: 2px solid #d4d0d0;
    padding: 10px 0;
    margin-bottom: 10px
}

.quiz-section .quiz-container .quiz-title {
    font-size: 25px;
    margin-top: 10px
}

@media(max-width:479px) {
    .quiz-section .quiz-container .quiz-title {
        font-size: 22px;
        margin-bottom: 10px
    }
}

.quiz-section .quiz-container .questions-container {
    overflow: hidden;
    position: relative
}

.quiz-section .quiz-container .questions-container .questions {
    width: 20000em;
    position: relative;
    overflow: hidden
}

.quiz-section .quiz-container .questions-container .questions .question {
    float: left
}

.quiz-section .quiz-container .questions-container .questions .question .question-title {
    color: black;
    padding-bottom: 50px
}

@media(max-width:479px) {
    .quiz-section .quiz-container .questions-container .questions .question .question-title {
        height: 120px
    }
}

.quiz-section .quiz-container .questions-container .questions .question .question-title .text-bold {
    font-weight: bold
}

.quiz-section .quiz-container .questions-container .questions .question .answers .answers-scrollable .answer {
    float: left
}

@media(max-width:767px) {
    .quiz-section .quiz-container .questions-container .questions .question .answers .answers-scrollable .answer {
        padding-bottom: 15px;
        text-align: center
    }
}

.quiz-section .quiz-container .questions-container .questions .question .answers .answers-scrollable .answer.margin-left-right {
    margin: 0 5px
}

.quiz-section .quiz-container .questions-container .questions .question .answers .answers-scrollable .answer.margin-right {
    margin: 0 5px 0 0
}

@media(max-width:767px) {
    .quiz-section .quiz-container .questions-container .questions .question .answers .answers-scrollable .answer .answer-image .img-responsive,
    .quiz-section .quiz-container .questions-container .questions .question .answers .answers-scrollable .answer .answer-image article .body img,
    article .body .quiz-section .quiz-container .questions-container .questions .question .answers .answers-scrollable .answer .answer-image img,
    .quiz-section .quiz-container .questions-container .questions .question .answers .answers-scrollable .answer .answer-image .rhc-module.dropzone .module-content img,
    .rhc-module.dropzone .module-content .quiz-section .quiz-container .questions-container .questions .question .answers .answers-scrollable .answer .answer-image img {
        margin: 0 auto
    }
}

.quiz-section .quiz-container .questions-container .questions .question .answers .answers-scrollable .answer .answer-selection {
    padding-right: 5px
}

.quiz-section .quiz-container .questions-container .questions .question .answers .answers-scrollable .answer .answer-selection .answer-selection-title a {
    font-size: 14px;
    margin-top: 18px;
    color: #514e4e
}

.quiz-section .quiz-container .questions-container .questions .question .answers .answers-scrollable .answer .answer-selection .answer-selection-text {
    line-height: 21px
}

.quiz-section .quiz-container .questions-container .questions .question .answers .answers-scrollable .answer .answer-selection .answer-selection-text a {
    color: #514e4e
}

@media(max-width:479px) {
    .quiz-section .quiz-container .questions-container .questions .question .answers .answers-scrollable .answer .answer-selection .answer-selection-text a {
        font-size: 15px
    }
}

.quiz-section .quiz-container .carousel-pagination {
    position: absolute;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    margin-top: 37px;
    z-index: 100;
    min-width: 173px
}

@media(max-width:479px) {
    .quiz-section .quiz-container .carousel-pagination {
        margin-top: 78px
    }
}

.quiz-section .quiz-container .carousel-pagination a {
    text-decoration: none;
    display: inline-block;
    font-size: 11px;
    height: 10px;
    width: 10px;
    line-height: 10px;
    background: #fff;
    color: #b1b1b1;
    border-radius: 10px;
    text-indent: -9999px;
    margin-right: 7px;
    -webkit-box-shadow: 0 0 2px #4e443c;
    -moz-box-shadow: 0 0 2px #4e443c;
    box-shadow: 0 0 2px #4e443c
}

.quiz-section .quiz-container .carousel-pagination a.active {
    background: #b1b1b1;
    color: #fff;
    opacity: 1
}

.quiz-section .quiz-container .quiz-loading-spinner {
    display: none;
    padding: 200px 0
}

.quiz-section .quiz-container .quiz-results-wrapper .quiz-results-main {
    margin-top: 20px
}

.quiz-section .quiz-container .quiz-results-wrapper .quiz-results-main .results-main-meta .results-main-title {
    font-size: 20px
}

@media(max-width:479px) {
    .quiz-section .quiz-container .quiz-results-wrapper .quiz-results-main .results-main-meta .results-main-title {
        margin: 10px 0
    }
}

.quiz-section .quiz-container .quiz-results-wrapper .quiz-results-main .results-main-meta .results-main-description {
    font-size: 16px;
    line-height: 1.6
}

.quiz-section .quiz-container .quiz-results-wrapper .quiz-results-main .results-main-meta .replay-btn {
    margin-top: 10px
}

.quiz-section .quiz-container .quiz-results-wrapper .quiz-results-main .results-main-meta .replay-btn a {
    font-family: "Lato", sans-serif
}

.quiz-section .quiz-container .quiz-results-wrapper .quiz-results-main .results-main-meta .replay-btn a:hover {
    background: black;
    color: #fff
}

.quiz-section .quiz-container .quiz-results-wrapper .quiz-results-main .results-share {
    margin-top: 10px
}

.quiz-section .quiz-container .quiz-results-wrapper .quiz-results-main .results-share label {

    font-weight: normal;
    font-size: 12px;
    font-family: "Lato", sans-serif;
    margin: 10px 0 10px;
    border-bottom: 1px solid #d4d0d0;
    width: 100%;
    padding-bottom: 5px
}

.quiz-section .quiz-container .quiz-results-wrapper .quiz-results-main .results-share ul {
    width: 100%;
    padding: 0
}

.quiz-section .quiz-container .quiz-results-wrapper .quiz-results-main .results-share ul li {
    width: 25%;
    float: left;
    padding: 0 0 20px;
    text-align: center;
    font-size: 25px
}

.quiz-section .quiz-container .quiz-results-wrapper .quiz-alternative {
    margin-top: 10px;
    font-family: "Playfair Display", Georgia, serif
}

.quiz-section .quiz-container .quiz-results-wrapper .quiz-alternative .alternative-section-title {
    border-bottom: 1px solid #bcb7b7;
    padding-bottom: 5px;
    font-size: 20px
}

.quiz-section .quiz-container .quiz-results-wrapper .quiz-alternative .results-alternative-container {
    line-height: 1.6
}

.quiz-section .quiz-container .quiz-results-wrapper .quiz-alternative .results-alternative-container .result-alternative-item {
    border-bottom: 1px solid #d4d0d0;
    margin-top: 10px
}

@media(max-width:767px) {
    .quiz-section .quiz-container .quiz-results-wrapper .quiz-alternative .results-alternative-container .result-alternative-item {
        text-align: center
    }
}

.quiz-section .quiz-container .quiz-results-wrapper .quiz-alternative .results-alternative-container .result-alternative-item.no-border {
    border-bottom: 0
}

.quiz-section .quiz-container .quiz-results-wrapper .quiz-alternative .results-alternative-container .result-alternative-item .alternative-image {
    margin-bottom: 10px
}

.quiz-section .quiz-container .quiz-results-wrapper .quiz-alternative .results-alternative-container .result-alternative-item .alternative-meta .alternative-title {
    color: black
}

.quiz-section .quiz-container .quiz-results-wrapper .quiz-alternative .results-alternative-container .result-alternative-item .alternative-meta .alternative-description {
    font-size: 16px;
    font-weight: lighter;
    margin-top: 10px
}

.competition-detail.portrait .lead-image {
    padding-bottom: 0
}

.competition-detail .lead-image {
    background-color: white
}

.competition-detail .lead-image img {
    width: 100%
}

.competition-detail section {
    padding: 20px;
    background-color: white
}

.competition-detail .article-main {
    display: inline-block
}

.competition-detail .entry-form {
    background-color: #f5f5f5
}

.competition-detail .entry-form .terms-block {
    font-size: 14px;
    width: 100%;
    max-height: 350px;
    overflow-y: auto;
    margin-bottom: 5px
}

.competition-detail .entry-form .form-headerx {
    margin: 0;
    font-family: "Lato", sans-serif;
    font-weight: lighter;
    font-size: 24px;
    padding-bottom: 10px
}

@media(min-width:480px) {
    .competition-detail .entry-form .form-content {
        padding: 10px
    }
}

@media(min-width:1400px) {
    .competition-detail .entry-form .form-content {
        padding: 10px
    }
}

.competition-detail .entry-form .form-content #global-error {
    color: #a60505
}

.competition-detail .entry-form .form-content .winner-list {
    padding-left: 0;
    list-style: none
}

.competition-detail .entry-form .form-content .form input,
.competition-detail .entry-form .form-content .form textarea,
.competition-detail .entry-form .form-content .form select option {
    color: #929292
}

.competition-detail .entry-form .form-content .form .required label:after {
    content: "*";
    color: #a60505;
    font-size: 16px
}

.competition-detail .entry-form .form-content .form label {

    padding: 0;
    color: #514e4e;
    font-size: 14px;
    font-family: "Lato", sans-serif;
    font-weight: normal
}

.competition-detail .entry-form .form-content .form .checkbox input {
    border: 1px solid #ccc;
    position: relative;
    background: #fff;
    border-radius: 4px;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    margin-right: 5px;
    margin-left: 0
}

.competition-detail .entry-form .form-content .form .checkbox label {
    text-transform: none
}

.competition-detail .entry-form .form-content .form .form-helper-text {
    font-size: initial;
    line-height: 20px
}

.competition-detail .entry-form .form-content .form .with-errors .error {
    color: #a60505
}

.competition-detail .entry-form .form-content .form .submit-btn {
    text-align: center;
    font-size: 23px;
    background: black;
    border: 1px solid black;
    padding: 10px 140px
}

@media(max-width:479px) {
    .competition-detail .entry-form .form-content .form .submit-btn {
        width: 100%;
        padding: 10px 0
    }
}

.competition-detail .share-this {
    margin-top: 0
}

.code-error {
    line-height: 1.3;
    font-size: 15px
}

.competition-list .active-competition-list {
    padding-left: 0;
    list-style: none
}

.competition-list .active-competition-list .competition-item {
    padding: 20px;
    background-color: white;
    margin-bottom: 5px;
    border-bottom: 5px solid #efefef
}

.competition-list .active-competition-list .competition-item img {
    margin: auto
}

.competition-list .active-competition-list .competition-item.landscape img {
    width: 100%
}

.competition-list .active-competition-list .competition-item .competition-image {
    margin-left: -20px;
    margin-right: -20px
}

@media(min-width:480px) {
    .competition-list .active-competition-list .competition-item .competition-detail {
        padding: 20px
    }
    .competition-list .active-competition-list .competition-item .competition-image {
        margin-left: 0;
        margin-right: 0
    }
}

@media(min-width:1400px) {
    .competition-list .active-competition-list .competition-item .competition-detail {
        padding: 20px
    }
    .competition-list .active-competition-list .competition-item .competition-image {
        margin-left: 0;
        margin-right: 0
    }
}

.competition-list .past-competitions .section-title,
.competition-list .past-competitions .module .module-title,
.module .competition-list .past-competitions .module-title {
    margin-bottom: 5px
}

.competition-list .past-competitions .card-container .start-date:before,
.competition-list .past-competitions .card-container .gallery-container .gallery-intro .gallery-intro-created:before,
.gallery-container .gallery-intro .competition-list .past-competitions .card-container .gallery-intro-created:before {
    content: "Ended "
}

.section-title,
.module .module-title {
    font-family: "Lato", sans-serif;
    font-size: 37px;
    color: #5e5a5a;

    margin-bottom: 0;
    margin-top: 0;
    font-weight: 300
}

@media(max-width:767px) {
    .section-title,
    .module .module-title {
        font-size: 28px;
        padding: 4px 0
    }
}

.section-description {
    font-family: "Playfair Display", Georgia, serif;
    line-height: 1.4;
    font-weight: 400;
    font-size: 15px
}

.section-title-content-separator {
    border-top: 1px solid #bcb7b7;
    margin: 0
}

.celebrity-type-search {
    background-color: white;
    border-style: solid;
    border-color: #ede8e8;
    border-width: 1px 1px 6px 1px;
    margin-bottom: 25px;
    margin-top: 10px;
    padding: 15px 15px 15px 16px
}

.celebrity-type-search .heading {
    font-family: "Lato", sans-serif;
    font-size: 20px;
    color: #000;

    font-weight: 100;
    margin: 0 0 15px 0;
    text-align: center
}

.celebrity-type-search .input-container input {
    height: 30px;
    background-color: white;
    width: 100%;
    font-family: "Lato", sans-serif;
    font-size: 11px;
    color: #646262;
    border: 1px solid #cdcdcd;
    padding-left: 5px;
    border-radius: 5px;
    text-align: left;
    position: relative;
    vertical-align: top
}

.celebrity-type-search .input-container input::-moz-placeholder {
    color: #646262;
    opacity: 1
}

.celebrity-type-search .input-container input:-ms-input-placeholder {
    color: #646262
}

.celebrity-type-search .input-container input::-webkit-input-placeholder {
    color: #646262
}

.celebrity-type-search .input-container .fa {
    background-color: #000;
    color: #fff;
    width: 35px;
    height: 30px;
    position: absolute;
    right: 0;
    top: 0;
    border-bottom-right-radius: 5px;
    border-top-right-radius: 5px;
    font-size: 18px;
    cursor: pointer;
    border: 0
}

.fashion-shows-section .card-filter-bar {
    border: 1px solid #d4d0d0;
    margin: 10px 0 20px 0
}

@media(max-width:767px) {
    .fashion-shows-section .card-filter-bar {
        margin: 10px 10px 20px 10px
    }
}

.fashion-shows-section .card-filter-bar .show-type-selection-large .show-type {
    margin: 0
}

.fashion-shows-section .card-filter-bar .show-type-selection-large .show-type a {
    display: block;
    font-family: "Lato", sans-serif;
    font-size: 14px;
    padding: 8px 0;
    text-align: center;
    width: 100%;
    background: white
}

.fashion-shows-section .card-filter-bar .show-type-selection-large .show-type a:hover,
.fashion-shows-section .card-filter-bar .show-type-selection-large .show-type a.active {
    background: black;
    color: white;
    text-decoration: none
}

.fashion-shows-section .card-filter-bar .show-filter-dropdown {
    font-size: 16px
}

.fashion-shows-section .card-filter-bar .show-filter-dropdown .fashion-filter-title {
    font-family: "Lato", sans-serif;
    display: block;
    text-align: center;
    overflow: hidden
}

.fashion-shows-section .card-filter-bar .show-filter-dropdown .fashion-filter-title:hover {
    cursor: pointer;
    text-decoration: none
}

.fashion-shows-section .card-filter-bar .show-filter-dropdown .fashion-filter-title .text {
    background: black;
    color: white;
    padding: 10px 0
}

.fashion-shows-section .card-filter-bar .show-filter-dropdown .fashion-filter-title .arrow {
    background: black;
    color: white;
    padding: 0;
    border-left: 2px solid white;
    height: 47px;
    padding-top: 7px
}

.fashion-shows-section .card-filter-bar .show-filter-dropdown .fashion-filter-title .arrow i {
    font-size: 32px
}

.fashion-shows-section .card-filter-bar .show-filter-dropdown .fashion-filter-title .fa-angle-down {
    display: inline
}

.fashion-shows-section .card-filter-bar .show-filter-dropdown .fashion-filter-title .fa-angle-right {
    display: none
}

.fashion-shows-section .card-filter-bar .show-filter-dropdown .fashion-filter-title.collapsed .fa-angle-down {
    display: none
}

.fashion-shows-section .card-filter-bar .show-filter-dropdown .fashion-filter-title.collapsed .fa-angle-right {
    display: inline
}

.fashion-shows-section .card-filter-bar .show-filter-dropdown #fashion-filter-type-list {
    background: white;
    padding: 0 5px
}

.fashion-shows-section .card-filter-bar .show-filter-dropdown #fashion-filter-type-list .fashion-filter-item {
    font-family: "Lato", sans-serif
}

.fashion-shows-section .card-filter-bar .show-filter-dropdown #fashion-filter-type-list .fashion-filter-item a {
    display: block;
    padding: 10px;
    border-bottom: 1px solid #d4d0d0
}

.fashion-shows-section .card-filter-bar .show-filter-dropdown #fashion-filter-type-list .fashion-filter-item a:hover {
    background: black;
    color: white;
    text-decoration: none
}

.fashion-shows-section .card-filter-bar .show-filter-dropdown #fashion-filter-with-sub-list {
    padding: 5px 20px;
    border: 1px solid #d4d0d0;
    -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.5);
    background: white
}

.fashion-shows-section .card-filter-bar .show-filter-dropdown #fashion-filter-with-sub-list .filter-item-parent .filter-sub-item-main {
    font-family: "Lato", sans-serif
}

.fashion-shows-section .card-filter-bar .show-filter-dropdown #fashion-filter-with-sub-list .filter-item-parent .filter-sub-item-main a {
    display: block;
    border-bottom: 1px solid #d4d0d0;
    text-decoration: none;
    padding: 10px 0
}

.fashion-shows-section .card-filter-bar .show-filter-dropdown #fashion-filter-with-sub-list .filter-item-parent .filter-sub-item-main a:hover {
    text-decoration: none;
    color: black
}

.fashion-shows-section .card-filter-bar .show-filter-dropdown #fashion-filter-with-sub-list .filter-item-parent .filter-sub-item-main a .arrow {
    color: #a60505;
    padding-left: 10px;
    font-size: 20px
}

.fashion-shows-section .card-filter-bar .show-filter-dropdown #fashion-filter-with-sub-list .filter-item-parent .filter-sub-item-main a .fa-angle-down {
    display: inline
}

.fashion-shows-section .card-filter-bar .show-filter-dropdown #fashion-filter-with-sub-list .filter-item-parent .filter-sub-item-main a .fa-angle-right {
    display: none
}

.fashion-shows-section .card-filter-bar .show-filter-dropdown #fashion-filter-with-sub-list .filter-item-parent .filter-sub-item-main.collapsed a .fa-angle-down {
    display: none
}

.fashion-shows-section .card-filter-bar .show-filter-dropdown #fashion-filter-with-sub-list .filter-item-parent .filter-sub-item-main.collapsed a .fa-angle-right {
    display: inline
}

.fashion-shows-section .card-filter-bar .show-filter-dropdown #fashion-filter-with-sub-list .filter-item-parent .filter-sub-item-list {
    max-height: 269px;
    overflow-y: scroll;
    overflow-x: hidden
}

.fashion-shows-section .card-filter-bar .show-filter-dropdown #fashion-filter-with-sub-list .filter-item-parent .filter-sub-item-list .filter-sub-item {
    font-family: "Lato", sans-serif
}

.fashion-shows-section .card-filter-bar .show-filter-dropdown #fashion-filter-with-sub-list .filter-item-parent .filter-sub-item-list .filter-sub-item a {
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 20px;

    color: #a60505;
    text-decoration: none;
    display: block
}

.fashion-shows-section .card-filter-bar .show-filter-dropdown #fashion-filter-with-sub-list .filter-item-parent .filter-sub-item-list .filter-sub-item a:hover {
    text-decoration: none;
    background: black;
    color: white
}

.fashion-shows-section .fashion-shows-card-title {
    border-bottom: 1px solid #5e5a5a;
    margin-bottom: 10px;
    color: #5e5a5a
}

.fashion-shows-section .fashion-shows-card-title h3 {
    font-family: "Lato", sans-serif;
    font-weight: 300;
    font-size: 28px;
    text-transform: uppercase
}

@media(max-width:767px) {
    .fashion-shows-section .fashion-shows-card-title h3 {
        padding: 0 8px
    }
}

.vosn-section .vosn-feature-title,
.vosn-section .fno-feature-title,
.fno-section .vosn-feature-title,
.fno-section .fno-feature-title {
    border-bottom: 1px solid #5e5a5a;
    margin-bottom: 10px;
    color: #5e5a5a
}

.vosn-section .vosn-feature-title h3,
.vosn-section .fno-feature-title h3,
.fno-section .vosn-feature-title h3,
.fno-section .fno-feature-title h3 {
    font-family: "Lato", sans-serif;
    font-weight: 300;
    font-size: 28px;
    text-transform: uppercase
}

@media(max-width:767px) {
    .vosn-section .vosn-feature-title h3,
    .vosn-section .fno-feature-title h3,
    .fno-section .vosn-feature-title h3,
    .fno-section .fno-feature-title h3 {
        padding: 0 8px
    }
}

.content-dropzone-module .module-content p {
    line-height: 1.2;
    margin: 5px 0 15px 0
}

.content-dropzone-module .module-content img {
    display: block;
    height: auto;
    width: 100%
}

.content-dropzone-module .module-content img.thumbnail {
    background: 0;
    border: 0;
    border-radius: 0;
    margin: 0;
    padding: 0
}

.cards-headerx,
.rhc-module .module-headerx {
    overflow: hidden;

    border-bottom: solid 1px #d4d0d0;
    margin-bottom: 10px;
    padding-bottom: 20px
}

@media(max-width:527px) {
    .cards-headerx,
    .rhc-module .module-headerx {
        padding-bottom: 10px
    }
}

.cards-headerx h3,
.rhc-module .module-headerx h3 {
    display: inline-block;
    color: #5e5a5a;
    line-height: 22px;

    margin: 0;
    font-family: "Lato", sans-serif;
    font-weight: 300;
    font-size: 30px;
    height: 25px
}

@media(max-width:527px) {
    .cards-headerx h3,
    .rhc-module .module-headerx h3 {
        font-size: 27px
    }
}

.cards-headerx .see-all,
.rhc-module .module-headerx .see-all {
    text-align: right
}

@media(min-width:528px) {
    .cards-headerx .see-all,
    .rhc-module .module-headerx .see-all {
        position: relative;
        bottom: 6px
    }
}

@media(max-width:527px) {
    .cards-headerx .see-all,
    .rhc-module .module-headerx .see-all {
        text-align: left
    }
}

.cards-headerx a,
.rhc-module .module-headerx a {
    color: #a60505;
    font-size: 12px;
    font-family: "Lato", sans-serif
}

.cards-headerx a i,
.rhc-module .module-headerx a i {
    color: #5e5a5a;
    font-size: 20px;
    display: inline-block;
    margin-left: 5px;
    vertical-align: sub
}

@media(min-width:528px) and (max-width:578px) {
    .cards-headerx a,
    .rhc-module .module-headerx a {
        font-size: 10px
    }
    .cards-headerx a i,
    .rhc-module .module-headerx a i {
        font-size: 18px
    }
}

.card-container {
    margin-top: 6px;
    margin-left: -5px;
    margin-right: -5px
}

.card-container.search {
    margin-left: 0;
    margin-right: 0
}

.main-content-container div:first-child.card-container {
    margin-top: 0
}

.card {
    float: left
}

@media(max-width:767px) {
    .card {
        width: 50%
    }
}

@media(min-width:528px) and (max-width:767px) {
    .card {
        width: 33.33333%
    }
}

@media(min-width:768px) and (max-width:991px) {
    .card {
        width: 33.33333%
    }
}

@media(min-width:768px) {
    .card {
        width: 33.33333%
    }
}

@media(max-width:767px) {
    .card.gallery-asset {
        width: 50%
    }
}

@media(min-width:528px) and (max-width:767px) {
    .card.gallery-asset {
        width: 33.33333%
    }
}

@media(min-width:768px) and (max-width:991px) {
    .card.gallery-asset {
        width: 25%
    }
}

@media(min-width:768px) {
    .card.gallery-asset {
        width: 25%
    }
}

.card {
    padding-left: 5px;
    padding-right: 5px;
    background-color: #f9f9f9;
    margin-bottom: 7px
}

.card.not-shown {
    opacity: 0
}

.card.shown {
    opacity: 1
}

.card.full-width {
    width: 100%;
    background-color: #FFF;
    padding: 22px 3%;
    border-bottom: solid 4px #ede8e8
}

.card.full-width.not-shown {
    margin-top: -50px;
    height: 0
}

.card.full-width .card-extra-infos,
.card.full-width h3 {
    display: inline-block;
    width: 100%
}

@media(max-width:480px) {
    .card.full-width h3 {
        margin-top: 0
    }
}

.card.full-width h3 a {
    font-size: 24px;
    margin-top: 15px;
    line-height: 28px
}

@media(max-width:480px) {
    .card.full-width h3 a {
        font-size: 18px;
        margin-top: 0;
        line-height: 22px
    }
}

.card.full-width h4 {
    display: inline;
    border: 0
}

.card.full-width h4 a {
    display: inline
}

.card.animate {
    -webkit-transform: translateY(200px);
    transform: translateY(200px);
    -webkit-animation: moveUp .65s ease forwards;
    animation: moveUp .65s ease forwards
}

.card h4 {
    border-bottom: solid 1px #d4d0d0
}

.card h4.fno-retailer {
    color: #a60505
}

.card h4.fno-retailer a {
    display: inline;
    overflow: hidden;
    position: relative
}

.card .content {
    background-color: #FFF;
    padding: 0 15px 21px 15px;
    border-bottom: solid 4px #ede8e8
}

.card a {
    display: block;
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0, 0, 0)
}

.card a .overlay {
    opacity: 0;
    filter: alpha(opacity=0);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: black;
    cursor: pointer;
    -webkit-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out
}

.card a .overlay:hover {
    opacity: .5;
    filter: alpha(opacity=50)
}

.card a .gallery-overlay {
    color: white;
    position: absolute;
    text-align: center;
    background: rgba(0, 0, 0, 0.6);
    cursor: pointer;
    -webkit-box-shadow: inset -2px 2px 3px 0 rgba(0, 0, 0, 0.5);
    box-shadow: inset -2px 2px 3px 0 rgba(0, 0, 0, 0.5);
    bottom: 0;
    left: 0;
    width: 39px;
    height: 35px;
    font-size: 22px
}

.card a .video-overlay {
    color: white;
    position: absolute;
    text-align: center;
    background: rgba(0, 0, 0, 0.6);
    cursor: pointer;
    -webkit-box-shadow: inset -2px 2px 3px 0 rgba(0, 0, 0, 0.5);
    box-shadow: inset -2px 2px 3px 0 rgba(0, 0, 0, 0.5);
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 40px;
    height: 40px;
    font-size: 18px;
    margin: auto;
    border-top-right-radius: 20px;
    border-top-left-radius: 20px;
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px
}

.card a .video-overlay:before {
    vertical-align: middle;
    line-height: 41px
}

.card a img {
    -webkit-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear
}

.card a:hover .overlay,
.card a:active .overlay,
.card a.hovered .overlay {
    opacity: .5;
    filter: alpha(opacity=50)
}

.card a:hover .video-overlay,
.card a:active .video-overlay,
.card a.hovered .video-overlay {
    background: black;
    -webkit-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out
}

.card a:hover .gallery-overlay,
.card a:active .gallery-overlay,
.card a.hovered .gallery-overlay {
    background: black;
    -webkit-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out
}

.card a:hover img,
.card a:active img,
.card a.hovered img {
    -webkit-transform: scale(1.08, 1.08);
    -ms-transform: scale(1.08, 1.08);
    -o-transform: scale(1.08, 1.08);
    transform: scale(1.08, 1.08)
}

.fno-search-card-container .card {
    margin-bottom: 0
}

.fno-search-card-container .card.full-width {
    border-bottom: solid 1px #ede8e8
}

.fno-search-card-container .card.full-width h3,
.fno-search-card-container .card.full-width h3 a {
    margin-top: 0
}

.fno-search-card-container .card.full-width:first-child {
    border-top: solid 1px #ede8e8
}

@-webkit-keyframes moveUp {
    100% {
        -webkit-transform: translateY(0);
        opacity: 1
    }
}

@keyframes moveUp {
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1
    }
}

.load-more {
    margin: 20px 0
}

.load-more #load-more-btn {
    text-decoration: none;
    border: 3px solid #000;
    background: transparent;

    font-family: "Lato", sans-serif;
    color: #000;
    line-height: 30px;
    font-size: 14px;
    padding: 0 100px;
    display: inline-block
}

.load-more #load-more-btn:hover {
    background-color: #000;
    color: #FFF;
    text-decoration: none
}

.load-more #load-more-btn i {
    margin-right: 5px;
    font-size: 18px
}

@media(max-width:767px) {
    .load-more #load-more-btn {
        padding: 0 10px
    }
}

.rhc {
    padding: 0 9px
}

.rhc>.row:after {
    clear: none
}

.rhc .block {
    margin-bottom: 20px
}

.rhc-module {
    background-color: white;
    margin: 10px auto
}

.rhc-module:first-child {
    margin-top: 0
}

.rhc-module .module-headerx {
    padding: 10px;
    border-bottom-width: 2px
}

.rhc-module .module-headerx .module-title {
    font-family: "Lato", sans-serif;
    line-height: 1.2;
    font-size: 20px
}

.rhc-module .module-headerx .see-all {
    bottom: 0;
    text-align: right
}

@media(max-width:527px) {
    .rhc-module .module-headerx {
        margin-bottom: 10px
    }
}

.rhc-module.ad-module {
    background-color: transparent;
    border-bottom: 0
}

.rhc-module.competition-module .competition-list {
    list-style: none;
    padding: 0 15px
}

.rhc-module.competition-module .competition-item {
    padding: 10px 0
}

.rhc-module.competition-module .competition-item:last-child {
    border: 0
}

.rhc-module.competition-module .competition-item .competition-title {
    font-size: 16px;
    line-height: 1.19
}

.rhc-module.social-module {
    font-family: "Lato", sans-serif
}

.rhc-module.social-module .module-headerx {
    background-color: black;
    border-bottom: 0;
    margin: 0
}

.rhc-module.social-module .module-headerx .module-title {
    color: white;
    font-size: 15px;
    line-height: 1.2
}

.rhc-module.social-module .module-content {
    padding: 10px 16px
}

.rhc-module.social-module .social-list .social-item {
    width: 20%;
    display: block;
    float: left;
    text-align: center;
    font-size: 30px;
    color: black
}

.rhc-module.social-module .module-footer .newsletter-caption {
    font-size: 16px;
    line-height: 1.25;
    padding: 10px;
    font-weight: 400
}

.rhc-module.social-module .module-footer .newsletter-caption i {
    font-size: 25px;
    margin-right: 5px
}

.rhc-module.social-module .module-footer .newsletter-button {
    margin-top: 10px;
    margin-bottom: 20px;
    padding: 5px;
    font-size: 12px;
    border: 2px solid black;
    background-color: #FFF;
    color: #000
}

.rhc-module.social-module .module-footer .newsletter-button i {
    margin-right: 3px
}

.rhc-module.social-module .module-footer .newsletter-button:hover {
    background-color: #000;
    color: #FFF;
    text-decoration: none
}

.rhc-module.magazine-subscription-module {
    background-color: black;
    border-bottom: 0
}

.rhc-module.magazine-subscription-module .magazine-subscription {
    color: white;
    background: black;
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: center
}

.rhc-module.magazine-subscription-module .magazine-subscription .subscription-title {
    font-size: 2em;
    font-family: "Playfair Display", Georgia, serif;
    line-height: .84;
    font-weight: 400;
    color: white;
    text-decoration: none
}

.rhc-module.magazine-subscription-module .magazine-subscription .magazine-title {
    font-size: 18px;
    color: #cecece;
    font-style: italic;
    font-family: "Georgia", serif;
    line-height: 1.25
}

.rhc-module.magazine-subscription-module .magazine-subscription .subscription-text {
    font-size: 18px;
    color: #adadad;
    font-family: "Georgia", serif;
    line-height: 1.25
}

.rhc-module.magazine-subscription-module .module-footer a.btn {
    background: white;
    border: 2px solid black;
    font-size: 24px
}

.rhc-module.magazine-subscription-module .module-footer a.btn:hover {
    background-color: #000;
    color: #FFF;
    text-decoration: none;
    border-top-color: white
}

@media(max-width:991px) {
    .rhc-module.magazine-subscription-module .cover-col {
        padding-right: 0
    }
    .rhc-module.magazine-subscription-module .magazine-subscription {
        text-align: left
    }
}

@media(max-width:767px) {
    .rhc-module.magazine-subscription-module .magazine-subscription .subscription-title {
        font-size: 1.3em
    }
}

.rhc-module.dropzone {
    margin-bottom: 23px
}

.rhc-module.dropzone .module-content {
    text-align: left;
    padding: 15px
}

.rhc-module.dropzone .module-content p {
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 16px;
    color: #000;
    text-align: left;
    display: inline-block;
    line-height: 119%;
    margin: 10px 0
}

.rhc-module.dropzone .module-content img {
    max-width: 316px;
    margin-left: auto;
    margin-right: auto
}

@media(min-width:768px) and (max-width:991px) {
    .rhc-module.dropzone .module-content {
        text-align: center
    }
}

@media(max-width:991px) {
    .rhc-module.dropzone.dropzone-image img {
        width: auto;
        margin: 0 auto
    }
}


@media(min-width:992px) {
    .headerx {
        height: 132px
    }
    .headerx .logo {
        margin: 16px 10px
    }
    .headerx .logo.logo-mobile {
        display: none
    }
}

@media(min-width:992px) and (max-width:1200px) {
    .navx-container {
        width: 90%
    }
}

@media(max-width:991px) {
    .headerx-container {
        min-height: 58px
    }
    .headerx {
        margin: 0
    }
    .headerx .logo.logo-mobile {
        margin: 10px
    }
    .headerx.fixed {
        height: 58px;
        overflow: hidden
    }
    .headerx.fixed .logo {
        margin: 10px
    }
    .headerx.fixed .logo.logo-desktop {
        display: none
    }
    .headerx .logo.logo-desktop {
        display: none
    }
    .headerx navx.headerx-navx,
    .headerx navx.extra-navx {
        display: none
    }
}

.headerx .headerx-wrapper {
    max-width: 1440px;
    margin: auto
}

.headerx .headerx-wrapper .navx-container {
    display: inline-block;
    width: 100%;
    position: relative
}

.headerx.fixed .vosn-count-down {
    margin-top: 12px
}

.headerx.behind-search-overlay .navx-container,
.headerx.behind-search-overlay .vosn-count-down {
    display: none
}

.vosn-count-down {
    cursor: pointer;
    display: block
}

.vosn-count-down:hover {
    color: #b45d5d
}

.vosn-count-down:hover * {
    color: #b45d5d
}

.vosn-count-down .title {
    letter-spacing: 4px;
    font-size: 12px;
    font-family: "Lato", sans-serif
}

.vosn-count-down .live-now {
    letter-spacing: 4px;
    font-size: 12px;
    font-family: "Lato", sans-serif;
    line-height: 1
}

.vosn-count-down .live-now em {
    color: #b45d5d;
    font-style: normal
}

.vosn-count-down .days,
.vosn-count-down .hours,
.vosn-count-down .mins,
.vosn-count-down .secs {
    font-size: 12px;
    font-family: "Lato", sans-serif;
    line-height: .6;
    opacity: 0
}

.vosn-count-down .days var,
.vosn-count-down .hours var,
.vosn-count-down .mins var,
.vosn-count-down .secs var {
    font-family: "Playfair Display", Georgia, serif;
    font-size: 26px;
    font-style: normal
}

.vosn-count-down .days.shown,
.vosn-count-down .hours.shown,
.vosn-count-down .mins.shown,
.vosn-count-down .secs.shown {
    opacity: 1
}

.vosn-count-down.top-navx {
    width: 320px;
    margin-top: 30px;
    margin-left: 14%;
    color: white;
    -webkit-transition: none;
    -o-transition: none;
    transition: none
}

.vosn-count-down.side-bar {
    width: 320px;
    max-width: 100%;
    color: black;
    margin: 25px auto;
    text-align: center
}

.vosn-count-down.side-bar .title {
    color: #b45d5d;
    font-weight: bold;
    white-space: nowrap
}

.mobile-ad {
    margin: 10px 0
}

.ad-billboard {
    text-align: center;
    margin: 0 auto;
    width: 1000px;
    position: relative
}

.ticker .ticker-navx {
    width: 5%;
    float: left
}

@media(max-width:991px) {
    .ticker .ticker-navx {
        width: 10%
    }
}

.ticker .ticker-navx a {
    position: relative;
    display: block;
    height: 78px;
    transition: all .3s ease 0
}

.ticker .ticker-navx a i {
    position: absolute;
    top: 34%;
    left: 26%;
    border: 3px solid black;
    padding: 3px 8px
}

@media(min-width:768px) and (max-width:991px) {
    .ticker .ticker-navx a i {
        font-size: 27px;
        left: 28%;
        top: 25%
    }
}

@media(max-width:479px) {
    .ticker .ticker-navx a i {
        font-size: 17px;
        left: 17%;
        top: 31%;
        border: 2px solid black;
        padding: 3px 4px
    }
}

.ticker .ticker-navx a:hover {
    background: black
}

.ticker .ticker-navx a:hover i {
    color: white;
    border: 3px solid white
}

.ticker .ticker-container {
    position: relative;
    overflow: hidden;
    width: 90%;
    float: left;
    height: 80px;
    line-height: 1.2
}

@media(max-width:991px) {
    .ticker .ticker-container {
        width: 80%
    }
}

.ticker .ticker-container .items {
    width: 20000em;
    position: relative;
    margin-top: 2px;
    padding-left: 2px
}

.ticker .ticker-container .items .item {
    height: 76px;
    float: left;
    overflow: hidden
}

@media(max-width:479px) {
    .ticker .ticker-container .items .item {
        min-width: 320px;
        overflow: hidden
    }
}

.ticker .ticker-container .items .item .thumbs {
    float: left
}

.ticker .ticker-container .items .item .description {
    float: left;
    overflow: hidden;
    width: 125px;
    margin-left: 7px;
    margin-right: 3px;
    margin-top: 3px
}

@media(min-width:768px) and (max-width:991px) {
    .ticker .ticker-container .items .item .description {
        width: 320px;
        margin-left: 12px;
        margin-right: 7px
    }
}

@media(max-width:767px) {
    .ticker .ticker-container .items .item .description {
        width: 60%
    }
}

.ticker .ticker-container .items .item .description .title {
    display: block;
    font-family: "Lato", sans-serif;
    font-size: 9px;

    color: #a60505;
    margin-bottom: 4px
}

@media(max-width:991px) {
    .ticker .ticker-container .items .item .description .title {
        font-size: 12px
    }
}

.ticker .ticker-container .items .item .description .short-desc a {
    display: block;
    font-family: "Playfair Display", Georgia, serif;
    font-size: 12px;
    color: #000
}


.main-container .homepage-carousel-container {
    margin-top: 0
}

@media(max-width:338px) {
    .main-container .homepage-carousel-container {
        padding: 0
    }
}

.main-container .homepage-carousel-container .homepage-carousel-title-container {
    background-color: black
}

@media(max-width:767px) {
    .main-container .homepage-carousel-container .homepage-carousel-title-container {
        width: 100%;
        text-align: center;
        min-height: 58px;
        line-height: 58px
    }
}

.main-container .homepage-carousel-container .homepage-carousel-title-container .homepage-carousel-title {
    background-color: black;
    font-size: 22px;
    margin: 0;
    padding: 10px 4px;
    opacity: 1
}

@media(max-width:767px) {
    .main-container .homepage-carousel-container .homepage-carousel-title-container .homepage-carousel-title {
        font-size: 18px;
        line-height: 21px;
        display: inline-block;
        vertical-align: middle;
        padding: 0 4px
    }
}

.main-container .homepage-carousel-container .homepage-carousel-title-container .homepage-carousel-title a {
    color: #f9f9f9
}

.main-container .homepage-carousel-container .homepage-carousel-title-container .homepage-carousel-title.fade-title {
    opacity: 0
}

.main-container .homepage-carousel-container .overflow-container {
    position: relative;
    overflow: hidden;
    background-color: black;
    padding-top: 4px
}

.main-container .homepage-carousel-container .overflow-container .homepage-carousel-btn {
    z-index: 3;
    position: absolute;
    background-color: black;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
    border: 2px solid #f9f9f9;
    text-align: center;
    width: 55px;
    height: 55px;
    cursor: pointer
}

@media(max-width:567px) {
    .main-container .homepage-carousel-container .overflow-container .homepage-carousel-btn {
        width: 45px;
        height: 45px
    }
}

.main-container .homepage-carousel-container .overflow-container .homepage-carousel-btn.next-slide {
    right: 0
}

.main-container .homepage-carousel-container .overflow-container .homepage-carousel-btn span i {
    color: #f9f9f9;
    position: relative;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%)
}

.main-container .homepage-carousel-container .overflow-container .homepage-carousel-btn:hover,
.main-container .homepage-carousel-container .overflow-container .homepage-carousel-btn:active {
    background-color: #eae8e8
}

.main-container .homepage-carousel-container .overflow-container .homepage-carousel-btn:hover span i,
.main-container .homepage-carousel-container .overflow-container .homepage-carousel-btn:active span i {
    color: black
}

.main-container .homepage-carousel-container .overflow-container .overlarge-container {
    -webkit-transition: all 1s linear;
    -o-transition: all 1s linear;
    transition: all 1s linear;
    width: 700%;
    margin-left: -300%;
    padding: inherit;
    text-align: center
}

.main-container .homepage-carousel-container .overflow-container .overlarge-container.moveit {
    -webkit-transform: translate(-10%, 0);
    -ms-transform: translate(-10%, 0);
    -o-transform: translate(-10%, 0);
    transform: translate(-10%, 0);
    -webkit-transition: all 1s linear;
    -o-transition: all 1s linear;
    transition: all 1s linear
}

.main-container .homepage-carousel-container .overflow-container .overlarge-container.moveit1 {
    margin-left: -300%
}

.main-container .homepage-carousel-container .overflow-container .overlarge-container .image-card-block {
    width: 11%;
    z-index: 1;
    position: relative;
    display: inline-block
}

@media(max-width:767px) {
    .main-container .homepage-carousel-container .overflow-container .overlarge-container .image-card-block {
        width: 12.5%
    }
}

.main-container .homepage-carousel-container .overflow-container .overlarge-container .image-card-block img {
    display: inline;
    position: relative;
    width: 100%;
    margin: 0;
    max-height: 493px;
    -webkit-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out
}

@media(max-width:767px) {
    .main-container .homepage-carousel-container .overflow-container .overlarge-container .image-card-block img {
        max-height: 390px
    }
}

.main-container .homepage-carousel-container .overflow-container .overlarge-container .image-card-block img.scale-down {
    -webkit-transform: scale(0.92);
    -ms-transform: scale(0.92);
    -o-transform: scale(0.92);
    transform: scale(0.92);
    opacity: .6
}

.main-container .homepage-carousel-container .overflow-container .overlarge-container .moving-container {
    position: relative
}

.main-container .homepage-carousel-container .overflow-container .overlarge-container .moving-container.move-right {
    -webkit-transform: translate(11%, 0);
    -ms-transform: translate(11%, 0);
    -o-transform: translate(11%, 0);
    transform: translate(11%, 0);
    -webkit-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out
}

@media(max-width:767px) {
    .main-container .homepage-carousel-container .overflow-container .overlarge-container .moving-container.move-right {
        -webkit-transform: translate(12.5%, 0);
        -ms-transform: translate(12.5%, 0);
        -o-transform: translate(12.5%, 0);
        transform: translate(12.5%, 0)
    }
}

.main-container .homepage-carousel-container .overflow-container .overlarge-container .moving-container.move-right-no-animation {
    left: 11%
}

@media(max-width:767px) {
    .main-container .homepage-carousel-container .overflow-container .overlarge-container .moving-container.move-right-no-animation {
        left: 12.5%
    }
}

.main-container .homepage-carousel-container .overflow-container .overlarge-container .moving-container.move-left {
    -webkit-transform: translate(-11%, 0);
    -ms-transform: translate(-11%, 0);
    -o-transform: translate(-11%, 0);
    transform: translate(-11%, 0);
    -webkit-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out
}

@media(max-width:767px) {
    .main-container .homepage-carousel-container .overflow-container .overlarge-container .moving-container.move-left {
        -webkit-transform: translate(-12.5%, 0);
        -ms-transform: translate(-12.5%, 0);
        -o-transform: translate(-12.5%, 0);
        transform: translate(-12.5%, 0)
    }
}

.main-container .homepage-carousel-container .overflow-container .overlarge-container .moving-container.move-left-no-animation {
    left: -11%
}

@media(max-width:767px) {
    .main-container .homepage-carousel-container .overflow-container .overlarge-container .moving-container.move-left-no-animation {
        left: -12.5%
    }
}

.main-container .homepage-carousel-container .overflow-container .overlarge-container .overlay-container {
    height: 100%
}

.main-container .homepage-carousel-container .overflow-container .overlarge-container .overlay-container .overlays {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    text-align: center
}

.main-container .homepage-carousel-container .overflow-container .overlarge-container .overlay-container .overlays div {
    display: inline-block;
    position: relative;
    height: 100%
}

.main-container .homepage-carousel-container .overflow-container .overlarge-container .overlay-container .overlays .overlay-middle {
    width: 77%;
    visibility: hidden
}

@media(max-width:767px) {
    .main-container .homepage-carousel-container .overflow-container .overlarge-container .overlay-container .overlays .overlay-middle {
        width: 87%
    }
}

.main-container .homepage-carousel-container .overflow-container .overlarge-container .overlay-container .overlays .overlay-left {
    border-right: 4px solid black
}

.main-container .homepage-carousel-container .overflow-container .overlarge-container .overlay-container .overlays .overlay-right {
    border-left: 4px solid black
}

.main-container .homepage-carousel-container .overflow-container .overlarge-container .overlay-container .overlays .overlay-left,
.main-container .homepage-carousel-container .overflow-container .overlarge-container .overlay-container .overlays .overlay-right {
    width: 11.5%;
    z-index: 2;
    -webkit-box-shadow: inset 1px 0 19px 0 rgba(0, 0, 0, 0.85);
    box-shadow: inset 1px 0 19px 0 rgba(0, 0, 0, 0.85);
    background: rgba(0, 0, 0, 0.5)
}

@media(max-width:767px) {
    .main-container .homepage-carousel-container .overflow-container .overlarge-container .overlay-container .overlays .overlay-left,
    .main-container .homepage-carousel-container .overflow-container .overlarge-container .overlay-container .overlays .overlay-right {
        width: 6.5%
    }
}

.carousel-wrapper {
    overflow: hidden;
    position: relative;
    background: white;
    padding-bottom: 10px;
    border-bottom: 0px solid #ede8e8
}

.carousel-wrapper .carousel-navx {
    position: absolute;
    top: 215px;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
    z-index: 99
}

@media(max-width:479px) {
    .carousel-wrapper .carousel-navx {
        top: 133px
    }
}

.carousel-wrapper .carousel-navx a {
    padding: 10px 20px;
    font-size: 30px;
    border: 2px solid black;
    background: white;
    color: black
}

.carousel-wrapper .carousel-navx a:hover {
    color: white;
    background: black
}

.carousel-wrapper .carousel-navx a:focus,
.carousel-wrapper .carousel-navx a:active {
    outline: 0
}

.carousel-wrapper .navx-left-block {
    left: 0
}

.carousel-wrapper .navx-right-block {
    right: 0
}

.carousel-wrapper .items {
    width: 20000em;
    position: relative;
    max-height: 456px;
    overflow: hidden
}

@media(max-width:479px) {
    .carousel-wrapper .items {
        height: 260px
    }
}

.carousel-wrapper .items .item {
    float: left;
    width: 752px;
    overflow: hidden
}

.carousel-wrapper .items .item .item-content {
    -webkit-transition: all .5s linear;
    -o-transition: all .5s linear;
    transition: all .5s linear;
    -webkit-transform: scale(0.7, 0.7);
    -webkit-transform: scale(0.7);
    -ms-transform: scale(0.7);
    -o-transform: scale(0.7);
    transform: scale(0.7);
    width: 100%
}

.carousel-wrapper .items .item .item-content .thumbs {
    min-height: 76px
}

.carousel-wrapper .items .item .item-content .thumbs .thumb-placeholder {
    padding: 200px 0;
    display: block
}

.carousel-wrapper .items .item .item-content .thumbs .thumb-placeholder img {
    min-width: 100px
}

.carousel-wrapper .items .item.active .item-content {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all .5s linear;
    -o-transition: all .5s linear;
    transition: all .5s linear
}

.carousel-wrapper .carousel-description {
    text-align: left;
    padding: 10px 20px 0 20px;
    overflow: hidden
}

.carousel-wrapper .carousel-description .description .title {
    border-bottom: 1px solid #dedede;
    padding-bottom: 5px
}

.carousel-wrapper .carousel-description .description .title,
.carousel-wrapper .carousel-description .description .title a {
    display: block;
    font-family: "Lato", sans-serif;
    font-size: 12px;

    color: #a60505
}

@media(max-width:767px) {
    .carousel-wrapper .carousel-description .description .title,
    .carousel-wrapper .carousel-description .description .title a {
        font-size: 11px
    }
}

.carousel-wrapper .carousel-description .description .short-desc {
    display: block;
    font-family: "Playfair Display", Georgia, serif;
    font-size: 22px;
    color: #000;
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 25px
}

@media(max-width:767px) {
    .carousel-wrapper .carousel-description .description .short-desc {
        font-size: 18px
    }
}

.carousel-wrapper .carousel-portrait {
    position: absolute;
    top: 0;
    left: 50%;
    background: 0
}

@media(min-width:992px) and (max-width:1399px) {
    .carousel-wrapper .carousel-portrait {
        left: 58%
    }
}

.carousel-wrapper .carousel-landscape {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    background: white
}

@media(max-width:767px) {
    .carousel-wrapper .carousel-landscape {
        position: relative;
        min-height: 126px;
        overflow: hidden
    }
}

.social-button-list {
    width: 250px;
    padding-left: 0;
    font-size: 24px
}

.social-button-list li {
    list-style: none;
    float: left;
    display: inline-block;
    width: 25%;
    text-align: center;
    cursor: pointer
}

.share-this {
    cursor: pointer
}

[data-social-target] {
    cursor: pointer
}

.image-share-bar {
    background-color: rgba(255, 255, 255, 0.8);
    position: absolute;
    left: -200%
}

.image-share-bar .share-item-container {
    list-style: none;
    max-width: 100%;
    padding: 0 10px
}

.image-share-bar .share-item-container .image-share-item {
    cursor: pointer;
    float: left;
    margin: 0 5px;
    color: black;
    font-size: 24px
}



.cards-headerx,
.rhc-module .module-headerx {
    overflow: hidden;
    border-bottom: solid 1px #d4d0d0;
    margin-bottom: 10px;
    padding-bottom: 20px
}

@media(max-width:527px) {
    .cards-headerx,
    .rhc-module .module-headerx {
        padding-bottom: 10px
    }
}

.cards-headerx h3,
.rhc-module .module-headerx h3 {
    display: inline-block;
    color: #5e5a5a;
    line-height: 22px;
    margin: 0;
    font-family: "Lato", sans-serif;
    font-weight: 300;
    font-size: 30px;
    height: 25px
}

@media(max-width:527px) {
    .cards-headerx h3,
    .rhc-module .module-headerx h3 {
        font-size: 27px
    }
}

.cards-headerx .see-all,
.rhc-module .module-headerx .see-all {
    text-align: right
}

@media(min-width:528px) {
    .cards-headerx .see-all,
    .rhc-module .module-headerx .see-all {
        position: relative;
        bottom: 6px
    }
}

@media(max-width:527px) {
    .cards-headerx .see-all,
    .rhc-module .module-headerx .see-all {
        text-align: left
    }
}

.cards-headerx a,
.rhc-module .module-headerx a {
    color: #a60505;
    font-size: 12px;
    font-family: "Lato", sans-serif
}

.cards-headerx a i,
.rhc-module .module-headerx a i {
    color: #5e5a5a;
    font-size: 20px;
    display: inline-block;
    margin-left: 5px;
    vertical-align: sub
}

@media(min-width:528px) and (max-width:578px) {
    .cards-headerx a,
    .rhc-module .module-headerx a {
        font-size: 10px
    }
    .cards-headerx a i,
    .rhc-module .module-headerx a i {
        font-size: 18px
    }
}

.card-container {
    margin-top: 6px;
    margin-left: -5px;
    margin-right: -5px
}

.card-container.search {
    margin-left: 0;
    margin-right: 0
}

.main-content-container div:first-child.card-container {
    margin-top: 0
}

.card {
    float: left
}

@media(max-width:767px) {
    .card {
        width: 50%
    }
}

@media(min-width:528px) and (max-width:767px) {
    .card {
        width: 33.33333%
    }
}

@media(min-width:768px) and (max-width:991px) {
    .card {
        width: 33.33333%
    }
}

@media(min-width:768px) {
    .card {
        width: 33.33333%
    }
}

@media(max-width:767px) {
    .card.gallery-asset {
        width: 50%
    }
}

@media(min-width:528px) and (max-width:767px) {
    .card.gallery-asset {
        width: 33.33333%
    }
}

@media(min-width:768px) and (max-width:991px) {
    .card.gallery-asset {
        width: 25%
    }
}

@media(min-width:768px) {
    .card.gallery-asset {
        width: 25%
    }
}

.card {
    padding-left: 5px;
    padding-right: 5px;
    background-color: #f9f9f9;
    margin-bottom: 7px
}

.card.not-shown {
    opacity: 0
}

.card.shown {
    opacity: 1
}

.card.full-width {
    width: 100%;
    background-color: #FFF;
    padding: 22px 3%;
    border-bottom: solid 4px #ede8e8
}

.card.full-width.not-shown {
    margin-top: -50px;
    height: 0
}

.card.full-width .card-extra-infos,
.card.full-width h3 {
    display: inline-block;
    width: 100%
}

@media(max-width:480px) {
    .card.full-width h3 {
        margin-top: 0
    }
}

.card.full-width h3 a {
    font-size: 24px;
    margin-top: 15px;
    line-height: 28px
}

@media(max-width:480px) {
    .card.full-width h3 a {
        font-size: 18px;
        margin-top: 0;
        line-height: 22px
    }
}

.card.full-width h4 {
    display: inline;
    border: 0
}

.card.full-width h4 a {
    display: inline
}

.card.animate {
    -webkit-transform: translateY(200px);
    transform: translateY(200px);
    -webkit-animation: moveUp .65s ease forwards;
    animation: moveUp .65s ease forwards
}

.card h4 {
    border-bottom: solid 1px #d4d0d0
}

.card h4.fno-retailer {
    color: #a60505
}

.card h4.fno-retailer a {
    display: inline;
    overflow: hidden;
    position: relative
}

.card .content {
    background-color: #FFF;
    padding: 0 15px 21px 15px;
    border-bottom: solid 4px #ede8e8
}

.card a {
    display: block;
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0, 0, 0)
}

.card a .overlay {
    opacity: 0;
    filter: alpha(opacity=0);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: black;
    cursor: pointer;
    -webkit-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out
}

.card a .overlay:hover {
    opacity: .5;
    filter: alpha(opacity=50)
}

.card a .gallery-overlay {
    color: white;
    position: absolute;
    text-align: center;
    background: rgba(0, 0, 0, 0.6);
    cursor: pointer;
    -webkit-box-shadow: inset -2px 2px 3px 0 rgba(0, 0, 0, 0.5);
    box-shadow: inset -2px 2px 3px 0 rgba(0, 0, 0, 0.5);
    bottom: 0;
    left: 0;
    width: 39px;
    height: 35px;
    font-size: 22px
}

.card a .video-overlay {
    color: white;
    position: absolute;
    text-align: center;
    background: rgba(0, 0, 0, 0.6);
    cursor: pointer;
    -webkit-box-shadow: inset -2px 2px 3px 0 rgba(0, 0, 0, 0.5);
    box-shadow: inset -2px 2px 3px 0 rgba(0, 0, 0, 0.5);
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 40px;
    height: 40px;
    font-size: 18px;
    margin: auto;
    border-top-right-radius: 20px;
    border-top-left-radius: 20px;
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px
}

.card a .video-overlay:before {
    vertical-align: middle;
    line-height: 41px
}

.card a img {
    -webkit-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear
}

.card a:hover .overlay,
.card a:active .overlay,
.card a.hovered .overlay {
    opacity: .5;
    filter: alpha(opacity=50)
}

.card a:hover .video-overlay,
.card a:active .video-overlay,
.card a.hovered .video-overlay {
    background: black;
    -webkit-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out
}

.card a:hover .gallery-overlay,
.card a:active .gallery-overlay,
.card a.hovered .gallery-overlay {
    background: black;
    -webkit-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out
}

.card a:hover img,
.card a:active img,
.card a.hovered img {
    -webkit-transform: scale(1.08, 1.08);
    -ms-transform: scale(1.08, 1.08);
    -o-transform: scale(1.08, 1.08);
    transform: scale(1.08, 1.08)
}

.fno-search-card-container .card {
    margin-bottom: 0
}

.fno-search-card-container .card.full-width {
    border-bottom: solid 1px #ede8e8
}

.fno-search-card-container .card.full-width h3,
.fno-search-card-container .card.full-width h3 a {
    margin-top: 0
}

.fno-search-card-container .card.full-width:first-child {
    border-top: solid 1px #ede8e8
}

@-webkit-keyframes moveUp {
    100% {
        -webkit-transform: translateY(0);
        opacity: 1
    }
}

@keyframes moveUp {
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1
    }
}

.load-more {
    margin: 20px 0
}

.load-more #load-more-btn {
    text-decoration: none;
    border: 3px solid #000;
    background: transparent;
    font-family: "Lato", sans-serif;
    color: #000;
    line-height: 30px;
    font-size: 14px;
    padding: 0 100px;
    display: inline-block
}

.load-more #load-more-btn:hover {
    background-color: #000;
    color: #FFF;
    text-decoration: none
}

.load-more #load-more-btn i {
    margin-right: 5px;
    font-size: 18px
}



.main-container .homepage-carousel-container {
    margin-top: 0
}

@media(max-width:338px) {
    .main-container .homepage-carousel-container {
        padding: 0
    }
}

.main-container .homepage-carousel-container .homepage-carousel-title-container {
    background-color: black
}

@media(max-width:767px) {
    .main-container .homepage-carousel-container .homepage-carousel-title-container {
        width: 100%;
        text-align: center;
        min-height: 58px;
        line-height: 58px
    }
}

.main-container .homepage-carousel-container .homepage-carousel-title-container .homepage-carousel-title {
    background-color: black;
    font-size: 22px;
    margin: 0;
    padding: 10px 4px;
    opacity: 1
}

@media(max-width:767px) {
    .main-container .homepage-carousel-container .homepage-carousel-title-container .homepage-carousel-title {
        font-size: 18px;
        line-height: 21px;
        display: inline-block;
        vertical-align: middle;
        padding: 0 4px
    }
}

.main-container .homepage-carousel-container .homepage-carousel-title-container .homepage-carousel-title a {
    color: #f9f9f9
}

.main-container .homepage-carousel-container .homepage-carousel-title-container .homepage-carousel-title.fade-title {
    opacity: 0
}

.main-container .homepage-carousel-container .overflow-container {
    position: relative;
    overflow: hidden;
    background-color: black;
    padding-top: 4px
}

.main-container .homepage-carousel-container .overflow-container .homepage-carousel-btn {
    z-index: 3;
    position: absolute;
    background-color: black;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
    border: 2px solid #f9f9f9;
    text-align: center;
    width: 55px;
    height: 55px;
    cursor: pointer
}

@media(max-width:567px) {
    .main-container .homepage-carousel-container .overflow-container .homepage-carousel-btn {
        width: 45px;
        height: 45px
    }
}

.main-container .homepage-carousel-container .overflow-container .homepage-carousel-btn.next-slide {
    right: 0
}

.main-container .homepage-carousel-container .overflow-container .homepage-carousel-btn span i {
    color: #f9f9f9;
    position: relative;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%)
}

.main-container .homepage-carousel-container .overflow-container .homepage-carousel-btn:hover,
.main-container .homepage-carousel-container .overflow-container .homepage-carousel-btn:active {
    background-color: #eae8e8
}

.main-container .homepage-carousel-container .overflow-container .homepage-carousel-btn:hover span i,
.main-container .homepage-carousel-container .overflow-container .homepage-carousel-btn:active span i {
    color: black
}

.main-container .homepage-carousel-container .overflow-container .overlarge-container {
    -webkit-transition: all 1s linear;
    -o-transition: all 1s linear;
    transition: all 1s linear;
    width: 700%;
    margin-left: -300%;
    padding: inherit;
    text-align: center
}

.main-container .homepage-carousel-container .overflow-container .overlarge-container.moveit {
    -webkit-transform: translate(-10%, 0);
    -ms-transform: translate(-10%, 0);
    -o-transform: translate(-10%, 0);
    transform: translate(-10%, 0);
    -webkit-transition: all 1s linear;
    -o-transition: all 1s linear;
    transition: all 1s linear
}

.main-container .homepage-carousel-container .overflow-container .overlarge-container.moveit1 {
    margin-left: -300%
}

.main-container .homepage-carousel-container .overflow-container .overlarge-container .image-card-block {
    width: 11%;
    z-index: 1;
    position: relative;
    display: inline-block
}

@media(max-width:767px) {
    .main-container .homepage-carousel-container .overflow-container .overlarge-container .image-card-block {
        width: 12.5%
    }
}

.main-container .homepage-carousel-container .overflow-container .overlarge-container .image-card-block img {
    display: inline;
    position: relative;
    width: 100%;
    margin: 0;
    max-height: 493px;
    -webkit-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out
}

@media(max-width:767px) {
    .main-container .homepage-carousel-container .overflow-container .overlarge-container .image-card-block img {
        max-height: 390px
    }
}

.main-container .homepage-carousel-container .overflow-container .overlarge-container .image-card-block img.scale-down {
    -webkit-transform: scale(0.92);
    -ms-transform: scale(0.92);
    -o-transform: scale(0.92);
    transform: scale(0.92);
    opacity: .6
}

.main-container .homepage-carousel-container .overflow-container .overlarge-container .moving-container {
    position: relative
}

.main-container .homepage-carousel-container .overflow-container .overlarge-container .moving-container.move-right {
    -webkit-transform: translate(11%, 0);
    -ms-transform: translate(11%, 0);
    -o-transform: translate(11%, 0);
    transform: translate(11%, 0);
    -webkit-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out
}

@media(max-width:767px) {
    .main-container .homepage-carousel-container .overflow-container .overlarge-container .moving-container.move-right {
        -webkit-transform: translate(12.5%, 0);
        -ms-transform: translate(12.5%, 0);
        -o-transform: translate(12.5%, 0);
        transform: translate(12.5%, 0)
    }
}

.main-container .homepage-carousel-container .overflow-container .overlarge-container .moving-container.move-right-no-animation {
    left: 11%
}

@media(max-width:767px) {
    .main-container .homepage-carousel-container .overflow-container .overlarge-container .moving-container.move-right-no-animation {
        left: 12.5%
    }
}

.main-container .homepage-carousel-container .overflow-container .overlarge-container .moving-container.move-left {
    -webkit-transform: translate(-11%, 0);
    -ms-transform: translate(-11%, 0);
    -o-transform: translate(-11%, 0);
    transform: translate(-11%, 0);
    -webkit-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out
}

@media(max-width:767px) {
    .main-container .homepage-carousel-container .overflow-container .overlarge-container .moving-container.move-left {
        -webkit-transform: translate(-12.5%, 0);
        -ms-transform: translate(-12.5%, 0);
        -o-transform: translate(-12.5%, 0);
        transform: translate(-12.5%, 0)
    }
}

.main-container .homepage-carousel-container .overflow-container .overlarge-container .moving-container.move-left-no-animation {
    left: -11%
}

@media(max-width:767px) {
    .main-container .homepage-carousel-container .overflow-container .overlarge-container .moving-container.move-left-no-animation {
        left: -12.5%
    }
}

.main-container .homepage-carousel-container .overflow-container .overlarge-container .overlay-container {
    height: 100%
}

.main-container .homepage-carousel-container .overflow-container .overlarge-container .overlay-container .overlays {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    text-align: center
}

.main-container .homepage-carousel-container .overflow-container .overlarge-container .overlay-container .overlays div {
    display: inline-block;
    position: relative;
    height: 100%
}

.main-container .homepage-carousel-container .overflow-container .overlarge-container .overlay-container .overlays .overlay-middle {
    width: 77%;
    visibility: hidden
}

@media(max-width:767px) {
    .main-container .homepage-carousel-container .overflow-container .overlarge-container .overlay-container .overlays .overlay-middle {
        width: 87%
    }
}

.main-container .homepage-carousel-container .overflow-container .overlarge-container .overlay-container .overlays .overlay-left {
    border-right: 4px solid black
}

.main-container .homepage-carousel-container .overflow-container .overlarge-container .overlay-container .overlays .overlay-right {
    border-left: 4px solid black
}

.main-container .homepage-carousel-container .overflow-container .overlarge-container .overlay-container .overlays .overlay-left,
.main-container .homepage-carousel-container .overflow-container .overlarge-container .overlay-container .overlays .overlay-right {
    width: 11.5%;
    z-index: 2;
    -webkit-box-shadow: inset 1px 0 19px 0 rgba(0, 0, 0, 0.85);
    box-shadow: inset 1px 0 19px 0 rgba(0, 0, 0, 0.85);
    background: rgba(0, 0, 0, 0.5)
}

@media(max-width:767px) {
    .main-container .homepage-carousel-container .overflow-container .overlarge-container .overlay-container .overlays .overlay-left,
    .main-container .homepage-carousel-container .overflow-container .overlarge-container .overlay-container .overlays .overlay-right {
        width: 6.5%
    }
}

.carousel-wrapper {
    overflow: hidden;
    position: relative;
    background: white;
    padding-bottom: 10px;
    border-bottom: 0px solid #ede8e8
}

.carousel-wrapper .carousel-navx {
    position: absolute;
    top: 215px;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
    z-index: 99
}

@media(max-width:479px) {
    .carousel-wrapper .carousel-navx {
        top: 133px
    }
}

.carousel-wrapper .carousel-navx a {
    padding: 10px 20px;
    font-size: 30px;
    border: 2px solid black;
    background: white;
    color: black
}

.carousel-wrapper .carousel-navx a:hover {
    color: white;
    background: black
}

.carousel-wrapper .carousel-navx a:focus,
.carousel-wrapper .carousel-navx a:active {
    outline: 0
}

.carousel-wrapper .navx-left-block {
    left: 0
}

.carousel-wrapper .navx-right-block {
    right: 0
}

.carousel-wrapper .items {
    width: 20000em;
    position: relative;
    max-height: 456px;
    overflow: hidden
}

@media(max-width:479px) {
    .carousel-wrapper .items {
        height: 260px
    }
}

.carousel-wrapper .items .item {
    float: left;
    width: 752px;
    overflow: hidden
}

.carousel-wrapper .items .item .item-content {
    -webkit-transition: all .5s linear;
    -o-transition: all .5s linear;
    transition: all .5s linear;
    -webkit-transform: scale(0.7, 0.7);
    -webkit-transform: scale(0.7);
    -ms-transform: scale(0.7);
    -o-transform: scale(0.7);
    transform: scale(0.7);
    width: 100%
}

.carousel-wrapper .items .item .item-content .thumbs {
    min-height: 76px
}

.carousel-wrapper .items .item .item-content .thumbs .thumb-placeholder {
    padding: 200px 0;
    display: block
}

.carousel-wrapper .items .item .item-content .thumbs .thumb-placeholder img {
    min-width: 100px
}

.carousel-wrapper .items .item.active .item-content {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all .5s linear;
    -o-transition: all .5s linear;
    transition: all .5s linear
}

.carousel-wrapper .carousel-description {
    text-align: left;
    padding: 10px 20px 0 20px;
    overflow: hidden
}

.carousel-wrapper .carousel-description .description .title {
    border-bottom: 1px solid #dedede;
    padding-bottom: 5px
}

.carousel-wrapper .carousel-description .description .title,
.carousel-wrapper .carousel-description .description .title a {
    display: block;
    font-family: "Lato", sans-serif;
    font-size: 12px;
    color: #a60505
}

@media(max-width:767px) {
    .carousel-wrapper .carousel-description .description .title,
    .carousel-wrapper .carousel-description .description .title a {
        font-size: 11px
    }
}

.carousel-wrapper .carousel-description .description .short-desc {
    display: block;
    font-family: "Playfair Display", Georgia, serif;
    font-size: 22px;
    color: #000;
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 25px
}

@media(max-width:767px) {
    .carousel-wrapper .carousel-description .description .short-desc {
        font-size: 18px
    }
}

.carousel-wrapper .carousel-portrait {
    position: absolute;
    top: 0;
    left: 50%;
    background: 0
}

@media(min-width:992px) and (max-width:1399px) {
    .carousel-wrapper .carousel-portrait {
        left: 58%
    }
}

.carousel-wrapper .carousel-landscape {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    background: white
}

@media(max-width:767px) {
    .carousel-wrapper .carousel-landscape {
        position: relative;
        min-height: 126px;
        overflow: hidden
    }
}

