@charset "UTF-8";
    .fa.fa-pull-left, .fa.pull-left {
    margin-right: .3em;
}
.fa, .fa-stack {
    display: inline-block;
}
.collections .cure, .collections .healse, .collections .lighting, .collections .painting, .collections .style, .collections .toning {
    background-repeat: no-repeat;
    background-size: cover;
}
.catalog .catalog-leftnav ul li, .fa-ul, .footer .footer-nav ul li, .header_ .header_nav ul li {
    list-style-type: none;
}
.cart h2, .catalog .catalog-item, .content .owl-carousel .owl-controls, .fa-fw, .fa-li, .header_ .header_nav, .header_ .header_nav ul, .wrap_descr input {
    text-align: center;
}
.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;
}
@-webkit-keyframes bounce {
    0%, 100%, 20%, 53%, 80% {
    -webkit-transition-timing-function: cubic-bezier(.215, .61, .355, 1);
    transition-timing-function: cubic-bezier(.215, .61, .355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
40%, 43% {
    -webkit-transition-timing-function: cubic-bezier(.755, .05, .855, .06);
    transition-timing-function: cubic-bezier(.755, .05, .855, .06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
}
70% {
    -webkit-transition-timing-function: cubic-bezier(.755, .05, .855, .06);
    transition-timing-function: cubic-bezier(.755, .05, .855, .06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
}
90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
}
}@keyframes bounce {
    0%, 100%, 20%, 53%, 80% {
    -webkit-transition-timing-function: cubic-bezier(.215, .61, .355, 1);
    transition-timing-function: cubic-bezier(.215, .61, .355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
40%, 43% {
    -webkit-transition-timing-function: cubic-bezier(.755, .05, .855, .06);
    transition-timing-function: cubic-bezier(.755, .05, .855, .06);
    -webkit-transform: translate3d(0, -30px, 0);
    -ms-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
}
70% {
    -webkit-transition-timing-function: cubic-bezier(.755, .05, .855, .06);
    transition-timing-function: cubic-bezier(.755, .05, .855, .06);
    -webkit-transform: translate3d(0, -15px, 0);
    -ms-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
}
90% {
    -webkit-transform: translate3d(0, -4px, 0);
    -ms-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
}
}.bounce {
    -webkit-animation-name: bounce;
    animation-name: bounce;
    -webkit-transform-origin: center bottom;
    -ms-transform-origin: center bottom;
    transform-origin: center bottom;
}
@-webkit-keyframes flash {
    0%, 100%, 50% {
    opacity: 1;
}
25%, 75% {
    opacity: 0;
}
}@keyframes flash {
    0%, 100%, 50% {
    opacity: 1;
}
25%, 75% {
    opacity: 0;
}
}.flash {
    -webkit-animation-name: flash;
    animation-name: flash;
}
@-webkit-keyframes pulse {
    0%, 100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
}
50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
}
}@keyframes pulse {
    0%, 100% {
    -webkit-transform: scale3d(1, 1, 1);
    -ms-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
}
50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    -ms-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
}
}.pulse {
    -webkit-animation-name: pulse;
    animation-name: pulse;
}
@-webkit-keyframes rubberBand {
    0%, 100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
}
30% {
    -webkit-transform: scale3d(1.25, .75, 1);
    transform: scale3d(1.25, .75, 1);
}
40% {
    -webkit-transform: scale3d(.75, 1.25, 1);
    transform: scale3d(.75, 1.25, 1);
}
50% {
    -webkit-transform: scale3d(1.15, .85, 1);
    transform: scale3d(1.15, .85, 1);
}
65% {
    -webkit-transform: scale3d(.95, 1.05, 1);
    transform: scale3d(.95, 1.05, 1);
}
75% {
    -webkit-transform: scale3d(1.05, .95, 1);
    transform: scale3d(1.05, .95, 1);
}
}@keyframes rubberBand {
    0%, 100% {
    -webkit-transform: scale3d(1, 1, 1);
    -ms-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
}
30% {
    -webkit-transform: scale3d(1.25, .75, 1);
    -ms-transform: scale3d(1.25, .75, 1);
    transform: scale3d(1.25, .75, 1);
}
40% {
    -webkit-transform: scale3d(.75, 1.25, 1);
    -ms-transform: scale3d(.75, 1.25, 1);
    transform: scale3d(.75, 1.25, 1);
}
50% {
    -webkit-transform: scale3d(1.15, .85, 1);
    -ms-transform: scale3d(1.15, .85, 1);
    transform: scale3d(1.15, .85, 1);
}
65% {
    -webkit-transform: scale3d(.95, 1.05, 1);
    -ms-transform: scale3d(.95, 1.05, 1);
    transform: scale3d(.95, 1.05, 1);
}
75% {
    -webkit-transform: scale3d(1.05, .95, 1);
    -ms-transform: scale3d(1.05, .95, 1);
    transform: scale3d(1.05, .95, 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);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    -ms-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
}
20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
    -ms-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
}
}.shake {
    -webkit-animation-name: shake;
    animation-name: shake;
}
@-webkit-keyframes swing {
    20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
}
40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
}
60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
}
80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
}
100% {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
}
}@keyframes swing {
    20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    -ms-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
}
40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    -ms-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
}
60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    -ms-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
}
80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    -ms-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
}
100% {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    -ms-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
}
}.swing {
    -webkit-transform-origin: top center;
    -ms-transform-origin: top center;
    transform-origin: top center;
    -webkit-animation-name: swing;
    animation-name: swing;
}
@-webkit-keyframes tada {
    0%, 100% {
    -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);
}
}@keyframes tada {
    0%, 100% {
    -webkit-transform: scale3d(1, 1, 1);
    -ms-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
}
10%, 20% {
    -webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
    -ms-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);
    -ms-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);
    -ms-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
}
}.tada {
    -webkit-animation-name: tada;
    animation-name: tada;
}
@-webkit-keyframes wobble {
    0%, 100% {
    -webkit-transform: none;
    transform: none;
}
15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
}
30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
}
45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
}
60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
}
75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
}
}@keyframes wobble {
    0%, 100% {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
}
15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    -ms-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);
    -ms-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);
    -ms-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);
    -ms-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);
    -ms-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
}
}.wobble {
    -webkit-animation-name: wobble;
    animation-name: wobble;
}
@-webkit-keyframes bounceIn {
    0%, 100%, 20%, 40%, 60%, 80% {
    -webkit-transition-timing-function: cubic-bezier(.215, .61, .355, 1);
    transition-timing-function: cubic-bezier(.215, .61, .355, 1);
}
0% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
}
20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
}
40% {
    -webkit-transform: scale3d(.9, .9, .9);
    transform: scale3d(.9, .9, .9);
}
60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
}
80% {
    -webkit-transform: scale3d(.97, .97, .97);
    transform: scale3d(.97, .97, .97);
}
100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
}
}@keyframes bounceIn {
    0%, 100%, 20%, 40%, 60%, 80% {
    -webkit-transition-timing-function: cubic-bezier(.215, .61, .355, 1);
    transition-timing-function: cubic-bezier(.215, .61, .355, 1);
}
0% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    -ms-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
}
20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    -ms-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
}
40% {
    -webkit-transform: scale3d(.9, .9, .9);
    -ms-transform: scale3d(.9, .9, .9);
    transform: scale3d(.9, .9, .9);
}
60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    -ms-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
}
80% {
    -webkit-transform: scale3d(.97, .97, .97);
    -ms-transform: scale3d(.97, .97, .97);
    transform: scale3d(.97, .97, .97);
}
100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    -ms-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
}
}.bounceIn {
    -webkit-animation-name: bounceIn;
    animation-name: bounceIn;
    -webkit-animation-duration: .75s;
    animation-duration: .75s;
}
.bounceOut, .flipOutX {
    -webkit-animation-duration: .75s;
}
@-webkit-keyframes bounceInDown {
    0%, 100%, 60%, 75%, 90% {
    -webkit-transition-timing-function: cubic-bezier(.215, .61, .355, 1);
    transition-timing-function: cubic-bezier(.215, .61, .355, 1);
}
0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
}
60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
}
75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
}
90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
}
100% {
    -webkit-transform: none;
    transform: none;
}
}@keyframes bounceInDown {
    0%, 100%, 60%, 75%, 90% {
    -webkit-transition-timing-function: cubic-bezier(.215, .61, .355, 1);
    transition-timing-function: cubic-bezier(.215, .61, .355, 1);
}
0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    -ms-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
}
60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    -ms-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
}
75% {
    -webkit-transform: translate3d(0, -10px, 0);
    -ms-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
}
90% {
    -webkit-transform: translate3d(0, 5px, 0);
    -ms-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
}
100% {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
}
}.bounceInDown {
    -webkit-animation-name: bounceInDown;
    animation-name: bounceInDown;
}
@-webkit-keyframes bounceInLeft {
    0%, 100%, 60%, 75%, 90% {
    -webkit-transition-timing-function: cubic-bezier(.215, .61, .355, 1);
    transition-timing-function: cubic-bezier(.215, .61, .355, 1);
}
0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
}
60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
}
75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
}
90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
}
100% {
    -webkit-transform: none;
    transform: none;
}
}@keyframes bounceInLeft {
    0%, 100%, 60%, 75%, 90% {
    -webkit-transition-timing-function: cubic-bezier(.215, .61, .355, 1);
    transition-timing-function: cubic-bezier(.215, .61, .355, 1);
}
0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    -ms-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
}
60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    -ms-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
}
75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    -ms-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
}
90% {
    -webkit-transform: translate3d(5px, 0, 0);
    -ms-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
}
100% {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
}
}.bounceInLeft {
    -webkit-animation-name: bounceInLeft;
    animation-name: bounceInLeft;
}
@-webkit-keyframes bounceInRight {
    0%, 100%, 60%, 75%, 90% {
    -webkit-transition-timing-function: cubic-bezier(.215, .61, .355, 1);
    transition-timing-function: cubic-bezier(.215, .61, .355, 1);
}
0% {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
}
60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
}
75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
}
90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
}
100% {
    -webkit-transform: none;
    transform: none;
}
}@keyframes bounceInRight {
    0%, 100%, 60%, 75%, 90% {
    -webkit-transition-timing-function: cubic-bezier(.215, .61, .355, 1);
    transition-timing-function: cubic-bezier(.215, .61, .355, 1);
}
0% {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    -ms-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
}
60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    -ms-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
}
75% {
    -webkit-transform: translate3d(10px, 0, 0);
    -ms-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
}
90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    -ms-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
}
100% {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
}
}.bounceInRight {
    -webkit-animation-name: bounceInRight;
    animation-name: bounceInRight;
}
@-webkit-keyframes bounceInUp {
    0%, 100%, 60%, 75%, 90% {
    -webkit-transition-timing-function: cubic-bezier(.215, .61, .355, 1);
    transition-timing-function: cubic-bezier(.215, .61, .355, 1);
}
0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
}
60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -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%, 100%, 60%, 75%, 90% {
    -webkit-transition-timing-function: cubic-bezier(.215, .61, .355, 1);
    transition-timing-function: cubic-bezier(.215, .61, .355, 1);
}
0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    -ms-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
}
60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    -ms-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
}
75% {
    -webkit-transform: translate3d(0, 10px, 0);
    -ms-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
}
90% {
    -webkit-transform: translate3d(0, -5px, 0);
    -ms-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
}
100% {
    -webkit-transform: translate3d(0, 0, 0);
    -ms-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);
    -ms-transform: scale3d(.9, .9, .9);
    transform: scale3d(.9, .9, .9);
}
50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    -ms-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);
    -ms-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
}
}.bounceOut {
    -webkit-animation-name: bounceOut;
    animation-name: bounceOut;
    animation-duration: .75s;
}
@-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);
    -ms-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
}
40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    -ms-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
}
100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    -ms-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);
    -ms-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
}
100% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    -ms-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);
    -ms-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
}
100% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    -ms-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);
    -ms-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
}
40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    -ms-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
}
100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    -ms-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);
    -ms-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
}
100% {
    opacity: 1;
    -webkit-transform: none;
    -ms-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);
    -ms-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
}
100% {
    opacity: 1;
    -webkit-transform: none;
    -ms-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);
    -ms-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
}
100% {
    opacity: 1;
    -webkit-transform: none;
    -ms-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);
    -ms-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
}
100% {
    opacity: 1;
    -webkit-transform: none;
    -ms-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);
    -ms-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
}
100% {
    opacity: 1;
    -webkit-transform: none;
    -ms-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);
    -ms-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
}
100% {
    opacity: 1;
    -webkit-transform: none;
    -ms-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);
    -ms-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
}
100% {
    opacity: 1;
    -webkit-transform: none;
    -ms-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);
    -ms-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
}
100% {
    opacity: 1;
    -webkit-transform: none;
    -ms-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);
    -ms-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);
    -ms-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);
    -ms-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);
    -ms-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);
    -ms-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);
    -ms-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);
    -ms-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);
    -ms-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);
    -ms-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);
    -ms-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);
    -ms-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);
    -ms-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);
    -ms-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);
    -ms-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);
    -ms-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);
    -ms-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);
    -ms-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
}
100% {
    -webkit-transform: perspective(400px);
    -ms-transform: perspective(400px);
    transform: perspective(400px);
}
}.flipInX {
    -webkit-backface-visibility: visible!important;
    backface-visibility: visible!important;
    -webkit-animation-name: flipInX;
    animation-name: flipInX;
}
.flipInY, .flipOutX {
    -webkit-backface-visibility: visible!important;
}
@-webkit-keyframes flipInY {
    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);
    -ms-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);
    -ms-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);
    -ms-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);
    -ms-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
}
100% {
    -webkit-transform: perspective(400px);
    -ms-transform: perspective(400px);
    transform: perspective(400px);
}
}.flipInY {
    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);
    -ms-transform: perspective(400px);
    transform: perspective(400px);
}
30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -ms-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);
    -ms-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;
    animation-duration: .75s;
    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);
    -ms-transform: perspective(400px);
    transform: perspective(400px);
}
30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    -ms-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);
    -ms-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-animation-duration: .75s;
    animation-duration: .75s;
}
@-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);
    -ms-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
}
60% {
    -webkit-transform: skewX(20deg);
    -ms-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
}
80% {
    -webkit-transform: skewX(-5deg);
    -ms-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1;
}
100% {
    -webkit-transform: none;
    -ms-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);
    -ms-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;
    -ms-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    -ms-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
}
100% {
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    -ms-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;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    -ms-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
}
100% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    -ms-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;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    -ms-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
}
100% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    -ms-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;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    -ms-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
}
100% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    -ms-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;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    -ms-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
}
100% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    -ms-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;
    -ms-transform-origin: center;
    transform-origin: center;
    opacity: 1;
}
100% {
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    -ms-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;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
}
100% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    -ms-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;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
}
100% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    -ms-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;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
}
100% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    -ms-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;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
}
100% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    -ms-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;
    -ms-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);
    -ms-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    -ms-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);
    -ms-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    -ms-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);
    -ms-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);
    -ms-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;
    -ms-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);
    -ms-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);
    -ms-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(.55, .055, .675, .19);
    animation-timing-function: cubic-bezier(.55, .055, .675, .19);
}
60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
    animation-timing-function: cubic-bezier(.175, .885, .32, 1);
}
}@keyframes zoomInDown {
    0% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
    -ms-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
    animation-timing-function: cubic-bezier(.55, .055, .675, .19);
}
60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    -ms-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
    animation-timing-function: cubic-bezier(.175, .885, .32, 1);
}
}.zoomInDown {
    -webkit-animation-name: zoomInDown;
    animation-name: zoomInDown;
}
@-webkit-keyframes zoomInLeft {
    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(.55, .055, .675, .19);
    animation-timing-function: cubic-bezier(.55, .055, .675, .19);
}
60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
    animation-timing-function: cubic-bezier(.175, .885, .32, 1);
}
}@keyframes zoomInLeft {
    0% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
    -ms-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
    transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
    animation-timing-function: cubic-bezier(.55, .055, .675, .19);
}
60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
    -ms-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
    animation-timing-function: cubic-bezier(.175, .885, .32, 1);
}
}.zoomInLeft {
    -webkit-animation-name: zoomInLeft;
    animation-name: zoomInLeft;
}
@-webkit-keyframes zoomInRight {
    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(.55, .055, .675, .19);
    animation-timing-function: cubic-bezier(.55, .055, .675, .19);
}
60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
    animation-timing-function: cubic-bezier(.175, .885, .32, 1);
}
}@keyframes zoomInRight {
    0% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
    -ms-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
    transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
    animation-timing-function: cubic-bezier(.55, .055, .675, .19);
}
60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
    -ms-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
    animation-timing-function: cubic-bezier(.175, .885, .32, 1);
}
}.zoomInRight {
    -webkit-animation-name: zoomInRight;
    animation-name: zoomInRight;
}
@-webkit-keyframes zoomInUp {
    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(.55, .055, .675, .19);
    animation-timing-function: cubic-bezier(.55, .055, .675, .19);
}
60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
    animation-timing-function: cubic-bezier(.175, .885, .32, 1);
}
}@keyframes zoomInUp {
    0% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
    -ms-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
    animation-timing-function: cubic-bezier(.55, .055, .675, .19);
}
60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    -ms-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
    animation-timing-function: cubic-bezier(.175, .885, .32, 1);
}
}.zoomInUp {
    -webkit-animation-name: zoomInUp;
    animation-name: zoomInUp;
}
@-webkit-keyframes zoomOut {
    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);
    -ms-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(.55, .055, .675, .19);
    animation-timing-function: cubic-bezier(.55, .055, .675, .19);
}
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(.175, .885, .32, 1);
    animation-timing-function: cubic-bezier(.175, .885, .32, 1);
}
}@keyframes zoomOutDown {
    40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    -ms-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
    animation-timing-function: cubic-bezier(.55, .055, .675, .19);
}
100% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
    -ms-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    -ms-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
    animation-timing-function: cubic-bezier(.175, .885, .32, 1);
}
}.zoomOutDown {
    -webkit-animation-name: zoomOutDown;
    animation-name: zoomOutDown;
}
@-webkit-keyframes zoomOutLeft {
    40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
}
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);
    -ms-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);
    -ms-transform: scale(.1) translate3d(-2000px, 0, 0);
    transform: scale(.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    -ms-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);
    -ms-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);
    -ms-transform: scale(.1) translate3d(2000px, 0, 0);
    transform: scale(.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    -ms-transform-origin: right center;
    transform-origin: right center;
}
}.zoomOutRight {
    -webkit-animation-name: zoomOutRight;
    animation-name: zoomOutRight;
}
@-webkit-keyframes zoomOutUp {
    40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
    animation-timing-function: cubic-bezier(.55, .055, .675, .19);
}
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(.175, .885, .32, 1);
    animation-timing-function: cubic-bezier(.175, .885, .32, 1);
}
}@keyframes zoomOutUp {
    40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    -ms-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
    animation-timing-function: cubic-bezier(.55, .055, .675, .19);
}
100% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
    -ms-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    -ms-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
    animation-timing-function: cubic-bezier(.175, .885, .32, 1);
}
}.zoomOutUp {
    -webkit-animation-name: zoomOutUp;
    animation-name: zoomOutUp;
}
@-webkit-keyframes slideInDown {
    0% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    visibility: visible;
}
100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
}
}@keyframes slideInDown {
    0% {
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
    visibility: visible;
}
100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}
}.slideInDown {
    -webkit-animation-name: slideInDown;
    animation-name: slideInDown;
}
@-webkit-keyframes slideInLeft {
    0% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    visibility: visible;
}
100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
}
}@keyframes slideInLeft {
    0% {
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
    visibility: visible;
}
100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
}
}.slideInLeft {
    -webkit-animation-name: slideInLeft;
    animation-name: slideInLeft;
}
@-webkit-keyframes slideInRight {
    0% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    visibility: visible;
}
100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
}
}@keyframes slideInRight {
    0% {
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
    visibility: visible;
}
100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
}
}.slideInRight {
    -webkit-animation-name: slideInRight;
    animation-name: slideInRight;
}
@-webkit-keyframes slideInUp {
    0% {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    visibility: visible;
}
100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
}
}@keyframes slideInUp {
    0% {
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
    visibility: visible;
}
100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}
}.slideInUp {
    -webkit-animation-name: slideInUp;
    animation-name: slideInUp;
}
@-webkit-keyframes slideOutDown {
    0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
}
100% {
    visibility: hidden;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
}
}@keyframes slideOutDown {
    0% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}
100% {
    visibility: hidden;
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
}
}.slideOutDown {
    -webkit-animation-name: slideOutDown;
    animation-name: slideOutDown;
}
@-webkit-keyframes slideOutLeft {
    0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
}
100% {
    visibility: hidden;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
}
}@keyframes slideOutLeft {
    0% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
}
100% {
    visibility: hidden;
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
}
}.slideOutLeft {
    -webkit-animation-name: slideOutLeft;
    animation-name: slideOutLeft;
}
@-webkit-keyframes slideOutRight {
    0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
}
100% {
    visibility: hidden;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
}
}@keyframes slideOutRight {
    0% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
}
100% {
    visibility: hidden;
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
}
}.slideOutRight {
    -webkit-animation-name: slideOutRight;
    animation-name: slideOutRight;
}
@-webkit-keyframes slideOutUp {
    0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
}
100% {
    visibility: hidden;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
}
}@keyframes slideOutUp {
    0% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}
100% {
    visibility: hidden;
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
}
}.slideOutUp {
    -webkit-animation-name: slideOutUp;
    animation-name: slideOutUp;
}
/*!
 *  Font Awesome 4.6.3 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(../libs/font-awesome/fonts/fontawesome-webfont.eot?v=4.6.3);
    src: url(../libs/font-awesome/fonts/fontawesome-webfont.eot?#iefix&v=4.6.3) format("embedded-opentype"), url(../libs/font-awesome/fonts/fontawesome-webfont.woff2?v=4.6.3) format("woff2"), url(../libs/font-awesome/fonts/fontawesome-webfont.woff?v=4.6.3) format("woff"), url(../libs/font-awesome/fonts/fontawesome-webfont.ttf?v=4.6.3) format("truetype"), url(../libs/font-awesome/fonts/fontawesome-webfont.svg?v=4.6.3#fontawesomeregular) format("svg");
    font-weight: 400;
    font-style: normal;
}
.fa {
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.fa-lg {
    font-size: 1.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;
}
.fa-ul {
    padding-left: 0;
    margin-left: 2.14286em;
}
.fa.fa-pull-right, .fa.pull-right {
    margin-left: .3em;
}
.fa-ul>li {
    position: relative;
}
.fa-li {
    position: absolute;
    left: -2.14286em;
    width: 2.14286em;
    top: .14286em;
}
.fa-li.fa-lg {
    left: -1.85714em;
}
.fa-border {
    padding: .2em .25em .15em;
    border: .08em solid #eee;
    -webkit-border-radius: .1em;
    border-radius: .1em;
}
.fa-pull-left {
    float: left;
}
.fa-pull-right, .pull-right {
    float: right;
}
.pull-left {
    float: left;
}
.fa-spin {
    -webkit-animation: fa-spin 2s infinite linear;
    animation: fa-spin 2s infinite linear;
}
.fa-pulse {
    -webkit-animation: fa-spin 1s infinite steps(8);
    animation: fa-spin 1s infinite steps(8);
}
@-webkit-keyframes fa-spin {
    0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
}
100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
}
}@keyframes fa-spin {
    0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
}
100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
}
}.fa-rotate-90 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}
.fa-rotate-180 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
.fa-rotate-270 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
}
.fa-flip-horizontal {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0,  mirror=1)";
    -webkit-transform: scale(-1, 1);
    -ms-transform: scale(-1, 1);
    transform: scale(-1, 1);
}
.fa-flip-vertical {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2,  mirror=1)";
    -webkit-transform: scale(1, -1);
    -ms-transform: scale(1, -1);
    transform: scale(1, -1);
}
:root .fa-flip-horizontal, :root .fa-flip-vertical, :root .fa-rotate-180, :root .fa-rotate-270, :root .fa-rotate-90 {
    -webkit-filter: none;
    filter: none;
}
.fa-stack {
    position: relative;
    width: 2em;
    height: 2em;
    line-height: 2em;
    vertical-align: middle;
}
.fa-stack-1x, .fa-stack-2x {
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center;
}
.fa-stack-1x {
    line-height: inherit;
}
.fa-stack-2x {
    font-size: 2em;
}
.fa-inverse {
    color: #fff;
}
.fa-glass:before {
    content: ""}
.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-close:before, .fa-remove: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-cog:before, .fa-gear: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-repeat:before, .fa-rotate-right: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-image:before, .fa-photo: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-exclamation-triangle:before, .fa-warning: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-cogs:before, .fa-gears: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-floppy-o:before, .fa-save:before {
    content: ""}
.fa-square:before {
    content: ""}
.fa-bars:before, .fa-navicon:before, .fa-reorder: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 {
    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-sort:before, .fa-unsorted:before {
    content: ""}
.fa-sort-desc:before, .fa-sort-down:before {
    content: ""}
.fa-sort-asc:before, .fa-sort-up:before {
    content: ""}
.fa-envelope:before {
    content: ""}
.fa-linkedin:before {
    content: ""}
.fa-rotate-left:before, .fa-undo:before {
    content: ""}
.fa-gavel:before, .fa-legal:before {
    content: ""}
.fa-dashboard:before, .fa-tachometer:before {
    content: ""}
.fa-comment-o:before {
    content: ""}
.fa-comments-o:before {
    content: ""}
.fa-bolt:before, .fa-flash:before {
    content: ""}
.fa-sitemap:before {
    content: ""}
.fa-umbrella:before {
    content: ""}
.fa-clipboard:before, .fa-paste: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-chain-broken:before, .fa-unlink: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-caret-square-o-down:before, .fa-toggle-down:before {
    content: ""}
.fa-caret-square-o-up:before, .fa-toggle-up:before {
    content: ""}
.fa-caret-square-o-right:before, .fa-toggle-right:before {
    content: ""}
.fa-eur:before, .fa-euro:before {
    content: ""}
.fa-gbp:before {
    content: ""}
.fa-dollar:before, .fa-usd:before {
    content: ""}
.fa-inr:before, .fa-rupee:before {
    content: ""}
.fa-cny:before, .fa-jpy:before, .fa-rmb:before, .fa-yen:before {
    content: ""}
.fa-rouble:before, .fa-rub:before, .fa-ruble:before {
    content: ""}
.fa-krw:before, .fa-won: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-caret-square-o-left:before, .fa-toggle-left:before {
    content: ""}
.fa-dot-circle-o:before {
    content: ""}
.fa-wheelchair:before {
    content: ""}
.fa-vimeo-square:before {
    content: ""}
.fa-try:before, .fa-turkish-lira: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-bank:before, .fa-institution:before, .fa-university:before {
    content: ""}
.fa-graduation-cap:before, .fa-mortar-board: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-pp: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-image-o:before, .fa-file-photo-o:before, .fa-file-picture-o:before {
    content: ""}
.fa-file-archive-o:before, .fa-file-zip-o:before {
    content: ""}
.fa-file-audio-o:before, .fa-file-sound-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-ring:before, .fa-life-saver:before, .fa-support:before {
    content: ""}
.fa-circle-o-notch:before {
    content: ""}
.fa-ra:before, .fa-rebel:before, .fa-resistance:before {
    content: ""}
.fa-empire:before, .fa-ge:before {
    content: ""}
.fa-git-square:before {
    content: ""}
.fa-git:before {
    content: ""}
.fa-hacker-news:before, .fa-y-combinator-square:before, .fa-yc-square:before {
    content: ""}
.fa-tencent-weibo:before {
    content: ""}
.fa-qq:before {
    content: ""}
.fa-wechat:before, .fa-weixin:before {
    content: ""}
.fa-paper-plane:before, .fa-send:before {
    content: ""}
.fa-paper-plane-o:before, .fa-send-o:before {
    content: ""}
.fa-history:before {
    content: ""}
.fa-circle-thin:before {
    content: ""}
.fa-header: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-futbol-o:before, .fa-soccer-ball-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-ils:before, .fa-shekel:before, .fa-sheqel: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-bed:before, .fa-hotel:before {
    content: ""}
.fa-viacoin:before {
    content: ""}
.fa-train:before {
    content: ""}
.fa-subway:before {
    content: ""}
.fa-medium:before {
    content: ""}
.fa-y-combinator:before, .fa-yc: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-paper-o:before, .fa-hand-stop-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-television:before, .fa-tv: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: ""}
.fa-gitlab:before {
    content: ""}
.fa-wpbeginner:before {
    content: ""}
.fa-wpforms:before {
    content: ""}
.fa-envira:before {
    content: ""}
.fa-universal-access:before {
    content: ""}
.fa-wheelchair-alt:before {
    content: ""}
.fa-question-circle-o:before {
    content: ""}
.fa-blind:before {
    content: ""}
.fa-audio-description:before {
    content: ""}
.fa-volume-control-phone:before {
    content: ""}
.fa-braille:before {
    content: ""}
.fa-assistive-listening-systems:before {
    content: ""}
.fa-american-sign-language-interpreting:before, .fa-asl-interpreting:before {
    content: ""}
.fa-deaf:before, .fa-deafness:before, .fa-hard-of-hearing:before {
    content: ""}
.fa-glide:before {
    content: ""}
.fa-glide-g:before {
    content: ""}
.fa-sign-language:before, .fa-signing:before {
    content: ""}
.fa-low-vision:before {
    content: ""}
.fa-viadeo:before {
    content: ""}
.fa-viadeo-square:before {
    content: ""}
.fa-snapchat:before {
    content: ""}
.fa-snapchat-ghost:before {
    content: ""}
.fa-snapchat-square:before {
    content: ""}
.fa-pied-piper:before {
    content: ""}
.fa-first-order:before {
    content: ""}
.fa-yoast:before {
    content: ""}
.fa-themeisle:before {
    content: ""}
.fa-google-plus-circle:before, .fa-google-plus-official:before {
    content: ""}
.fa-fa:before, .fa-font-awesome:before {
    content: ""}
.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}
.sr-only-focusable:active, .sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto;
}
::-webkit-input-placeholder {
    color: #666;
    opacity: 1;
}
:-moz-placeholder {
    color: #666;
    opacity: 1;
}
::-moz-placeholder {
    color: #666;
    opacity: 1;
}
:-ms-input-placeholder {
    color: #666;
    opacity: 1;
}
body input:focus:required:invalid, body input:required:valid, body textarea:focus:required:invalid, body textarea:required:valid {
    color: #666;
}
body {
    font-size: 16px;
    min-width: 320px;
    position: relative;
    line-height: 1.6;
    font-family: OSR, sans-serif;
    overflow-x: hidden;
    min-height: 0vh;
}
#general {
    min-height: 0vh;
}
button {
    outline: 0;
}
.header_ {
    background-color: #1E1E1E;
    padding: 10px 0;
    color: #fff;
}
.header_ .close_menu {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 30px;
    height: 25px;
    display: block;
    z-index: 300;
    cursor: pointer;
}
.header_ .close_menu .inner {
    position: absolute;
    height: 4px;
    width: 100%;
    background-color: #fff;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}
.header_ .close_menu .inner::after, .header_ .close_menu .inner::before {
    height: 4px;
    background-color: #fff;
    position: absolute;
    content: '';
    width: 100%;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}
.header_ .close_menu .inner::before {
    top: 22px;
}
.header_ .close_menu .inner::after {
    top: 11px;
    height: 4px;
}
.header_ .logo img {
    width: 100%}
.header_ .header_nav {
    width: 100%;
    font-family: osr, sans-serif;
}
.header_ .header_nav ul {
    margin: 0;
    padding: 0;
}
.header_ .header_nav ul li {
    display: inline-block;
}
.header_ .header_nav ul li a {
    padding: 10px;
    letter-spacing: 3px;
    display: inline-block;
    text-transform: uppercase;
    color: #fff;
    -webkit-transition: .2s;
    transition: .2s;
    font-size: .875em;
}
.header_ .header_nav ul li a:hover {
    text-decoration: none;
    color: #FD7A7A;
}
.header_ .header_nav ul li a:active, .header_ .header_nav ul li a:focus {
    color: #fc4848;
    text-decoration: none;
}
.header_ .cart {
    -webkit-transition: .2s;
    transition: .2s;
}
.header_ .cart .wrap_cart {
    float: right;
    display: block;
    cursor: pointer;
}
.header_ .cart .wrap_cart i {
    font-size: 1.5625em;
    float: left;
    margin-right: 20px;
    position: relative;
    top: 8px;
    color: #FD7A7A;
}
.header_ .cart .wrap_cart .count {
    float: left;
    position: relative;
    top: 10px;
    font-family: OSR, sans-serif;
    font-size: 1em;
    color: #fff;
}
.collections .content h3, .collections h2 {
    font-size: 1.5625em;
    text-transform: uppercase;
}
.header_ .cart:hover {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}
.header_ .cart:hover i {
    color: #fff;
}
.header_ .cart:hover .count {
    color: #FD7A7A;
}
.form-control {
    display: inline-block;
}
.content .owl-carousel .owl-controls .owl-dot {
    display: inline-block;
    -webkit-box-shadow: 0 0 3px gray;
    box-shadow: 0 0 3px gray;
    background-color: #000;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    margin-left: 10px;
    bottom: 0;
    height: 20px;
    width: 20px;
    position: relative;
    top: -40px;
}
.content .owl-carousel .owl-controls .owl-dot:hover {
    background-color: #fc4848;
}
.collections .content, .content .owl-carousel .owl-controls .owl-dot.active {
    background-color: #FFFFFF;
}
.collections h2 {
    font-family: OSB, sans-serif;
    margin-bottom: 30px;
    margin-left: 15px;
}
.collections .content {
    border: 1px solid #d3d3d3;
    margin-bottom: 1px;
    padding: 20px;
    height: 210px;
    display: block;
    position: relative;
    -webkit-transition: .3s;
    transition: .3s;
}
.block .col-md-3{
    padding-right: 1px;
    padding-left: 1px;
}
.collections .content::after {
    height: 100%;
    width: 100%;
    position: absolute;
    content: '';
    border: 0 solid #E4E4E4;
    top: 0;
    left: 0;
    -webkit-transition: .2s;
    transition: .2s;
}
.collections .content:active, .collections .content:focus, .collections .content:hover {
    text-decoration: none;
}
.collections .content:active::after, .collections .content:focus::after, .collections .content:hover::after {
    border: 5px solid #d3d3d3;
}
.collections .content .wrap_image {
    width: 200px;
    height: 100%;
    display: inline-block;
    float: left;
    border: 1px solid #d3d3d3;
    margin-right: 50px;
}
.pagination .disabled span, .pagination li a {
    border-color: #fff;
    margin-right: 10px;
}
.collections .content .wrap_image img {
    width: 150%;
    margin-left: -50%;
  
}
.collections .content h3 {
    margin-top: 0px;
    margin-bottom: 30px;
    color: #8A7A7A;
    font-family: osr, sans-serif;
    font-size : 1.2em;
}
.collections .painting {
    background-image: url(../img/greed/6pp.png);
    width: 100%;
    background-size: 81%;
    background-position: bottom right;
  
}
.collections .toning {
    background-image: url(../img/greed/9.png);
    width: 100%;
    background-size: 81%;
    background-position: bottom right;
  
}
.collections .lighting {
    background-image: url(../img/greed/5pp.png);
    width: 100%;
    background-size: 81%;
    background-position: bottom right;
  
}
.collections .cure {
    background-image: url(../img/greed/7.png);
    width: 100%;
    background-size: 81%;
    background-position: bottom right;
  
}
.collections .style {
    background-image: url(../img/greed/2pp.png);
    width: 100%;
    background-size: 81%;
    background-position: bottom right;
    background-repeat: no-repeat;
  
}
.collections .healse1 {
    background-image: url(../img/greed/10pp.png);
    width: 100%;
    background-size: 70%;
    background-position: bottom right;
    background-repeat: no-repeat;
  
}
.collections .healse2 {
    background-image: url(../img/greed/1.png);
    width: 100%;
    background-size: 69%;
    background-position: bottom right;
    background-repeat: no-repeat;
  
}
.collections .healse3 {
    background-image: url(../img/greed/11.png);
    width: 100%;
    background-size: 86%;
    background-position: bottom right;
    background-repeat: no-repeat;
  
}
.pagination {
    float: right;
    margin: 20px 0 0;
}
.pagination li a {
    color: #FD7A7A;
    -webkit-transition: .2s;
    transition: .2s;
}
.pagination li a:active, .pagination li a:focus, .pagination li a:hover {
    -webkit-border-radius: 999px;
    border-radius: 999px;
    color: #FD7A7A;
}
.pagination .disabled span:active, .pagination .disabled span:focus, .pagination .disabled span:hover {
    background-color: #fff;
    border-color: #fff;
}
.pagination .active a {
    background-color: #1e1e1e;
    border-color: #1e1e1e;
    -webkit-border-radius: 999px;
    border-radius: 999px;
    margin-right: 10px;
}
.pagination .active a:hover {
    background-color: #FD7A7A;
    border-color: #FD7A7A;
    color: #1e1e1e;
}
.pagination .control a {
    color: #FD7A7A;
    -webkit-border-radius: 999px;
    border-radius: 999px;
}
.pagination .control a:active, .pagination .control a:focus, .pagination .control a:hover {
    color: #1e1e1e;
    background-color: #fff;
}
.add {
    padding: 30px 0;
}
.add h2 {
    margin-bottom: 25px;
    text-transform: uppercase;
    font-size: 1.125em;
    font-family: osb, sans-serif;
}
.add form {
    margin: 0;
}
.add form .call-to-action {
    margin-top: 20px;
}
.add form h5 {
    margin-top: 30px;
    margin-bottom: 15px;
}
.add form .fieldset {
    padding: 20px;
    border: 1px solid #d3d3d3;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}
.add form .fieldset .field {
    width: 100%;
    position: relative;
}
.add form .fieldset .field label {
    width: 100%;
    color: gray;
    font-family: osr, sans-serif;
    height: 40px;
}
.add form .fieldset .field label span {
    position: relative;
    display: inline-block;
    top: 6px;
}
.add form .fieldset .field input {
    border: none;
    position: absolute;
    right: 0;
    top: 0;
    height: 40px;
    width: 70%;
    outline: 0;
    color: #666;
}
.add form .fieldset .field input:placeholder {
    color: red;
}
.add form .second_fieldset .field {
    padding: 7px 0;
    border-bottom: 1px solid #d3d3d3;
}
.add form .second_fieldset .field:last-child {
    border-bottom: none;
}
.add form .second_fieldset .field input {
    margin-top: 7px;
}
.add-right h5 {
    margin-top: 88px;
    margin-bottom: 15px;
}
.add-right_wrap {
    border: 1px solid #d3d3d3;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    padding: 20px;
    background-color: #efefef;
}
.add-right_wrap h3 {
    margin: 0;
}
.add-right_wrap #ms2_order_cost {
    font-family: osb, sans-serif;
    color: #a0c95f;
    font-size: 1.25em;
}
.add form .fieldset .field label {
    position: relative;
    top: 7px;
}
.btn_complite {
    border: none;
    background-color: #FD7A7A;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    padding: 10px 15px;
    color: #fff;
    text-transform: uppercase;
    -webkit-box-shadow: 2px 2px rgba(0, 0, 0, .3);
    box-shadow: 2px 2px rgba(0, 0, 0, .3);
    -webkit-transition: .1s;
    transition: .1s;
    margin-top: 20px;
}
.btn_complite:hover {
    background-color: #fd6161;
}
.btn_complite:active, .btn_complite:focus {
    -webkit-box-shadow: inset 2px 2px rgba(0, 0, 0, .3);
    box-shadow: inset 2px 2px rgba(0, 0, 0, .3);
}
.footer {
    background-color: #d0d0d0;
    color: #333;
}
.footer .footer-nav ul {
    margin: 0;
    padding: 0;
}
.footer .footer-nav ul li {
    float: left;
}
.footer .footer-nav ul li a {
    color: #fff;
    padding: 10px 15px;
    display: block;
}
.footer .footer-nav ul li a:active, .foote9eaeeoter-nav ul li a:focus, .footer .footer-nav ul li a:hover {
    background-color: #1e1e1e;
    text-decoration: none;
}
.copiright {
    padding: 25px;
    background-color: #1E1E1E;
    font-size: .8125em;
    color: #ccc;
}
.copiright p {
    margin: 0;
}
.owner {
    padding: 20px 0 20px 15px;
    font-size: .75em;
}
.catalog {
    padding-top: 30px;
    padding-bottom: 30px;
}
.catalog .catalog-breadcrumb .breadcrumb {
    background-color: #d0d0d0;
    padding: 8px 0;
    color: #666;
    font-size: .75em;
    margin-bottom: 30px;
}
.catalog .catalog-breadcrumb .breadcrumb li {
    list-style-type: none;
    display: inline-block;
}
.catalog .catalog-breadcrumb .breadcrumb li::before {
    color: #fff;
}
.catalog .catalog-breadcrumb .breadcrumb li a {
    padding: 10px 20px;
    color: #fff;
}
.catalog .catalog-leftnav {
    margin-bottom: 30px;
}
.catalog .catalog-leftnav span {
    display: inline-block;
    border-bottom: 2px solid #1e1e1e;
    width: 100%;
    font-family: osb, sans-serif;
    text-transform: uppercase;

}
.catalog .catalog-leftnav ul {
    margin: 0;
    padding: 0;
}
.catalog-leftnav ul li {
border-bottom: 1px solid #ccc;
}

.catalog-leftnav ul li a {
    padding: 10px 0;
    display: block;
    font-family: osr, sans-serif;
    text-transform: uppercase;
    font-size: .875em;
    color: #1e1e1e;
    -webkit-transition: .3s;
    transition: .3s;
}
.catalog .catalog-leftnav ul li a:hover {
    color: #FD7A7A;
    text-decoration: none;
}
.catalog .catalog-item {
    border: 1px solid #ccc;
    margin-bottom: 25px;
    padding-top: 10%;
}
.catalog .catalog-item .catalog-item__info {
    padding: 0 15px;
}
.catalog .catalog-item img {
    width: 100%}
.catalog .catalog-item span {
    font-family: OSB, sans-serif;
    font-size: 1.25em;
    display: inline-block;
}
.catalog .catalog-item h3 {
    color: #FD7A7A;
    font-size: .9375em;
    text-transform: uppercase;
    margin: 0;
    line-height: 18px;
    display: inline-block;
    height: 55px;
    width: 100%;
    overflow: hidden;
}
.catalog .catalog-item .short_descr {
    font-size: .875em;
    height: 60px;
    overflow: hidden;
    line-height: 19px;
    text-transform: none;
}
.catalog .catalog-item button {
    background-color: #8A7A7A;
    margin-top: 10px;
    color: #fff;
    border: none;
    padding: 10px;
    text-transform: uppercase;
    font-family: osb, sans-serif;
    -webkit-transition: .2s;
    transition: .2s;
    font-size: .875em;
    margin-bottom: 15px;
    width: 100%;
}
.catalog .catalog-item button:hover {
    background-color: #000;
}
.catalog .catalog-item .catalog-item__review {
    cursor: pointer;
    display: inline-block;
    background-color: #1e1e1e;
    width: 100%;
    color: #fff;
    height: 30px;
    font-size: .75em;
    line-height: 29px;
    -webkit-transition: .2s;
    transition: .2s;
    text-transform: uppercase;
    text-align: center;
    width: 100%;
    margin: 5px 0 0;
}
.catalog .catalog-item .catalog-item__review i {
    margin-left: 10px;
    color: #FD7A7A;
    font-size: 1.375em;
    position: relative;
    top: 2px;
}
.catalog .catalog-item .catalog-item__review:hover {
    background-color: #8A7A7A;
    color: #000;
    text-decoration: none;
}
.catalog .catalog-item .catalog-item__review:hover i {
    color: #fff;
}
.card_image img {
    width: 100%}
.wrap_descr h2 {
    text-transform: uppercase;
    color: #FD7A7A;
    font-family: osr, sans-serif;
    font-size: 1.125em;
    margin-top: 0;
}
.cart .cart-review_price span:nth-child(2), .cart .cart-review_price span:nth-child(3), .cart .cart-ttolRow a, .cart .cart-ttolRow div span:nth-child(2), .cart .cart-ttolRow div span:nth-child(3), .cart h2, .wrap_descr .price_descr, .wrap_descr .wrap_descr-rewiev, .wrap_descr button {
    font-family: osb, sans-serif;
}
.wrap_descr .wrap_descr-rewiev {
    text-transform: uppercase;
    font-size: .8125em;
    color: #b2b2b2;
    margin: 0;
}
.wrap_descr .price_descr {
    font-size: 1.25em;
}
.wrap_descr span {
    font-size: .875em;
    margin-right: 10px;
}
.wrap_descr input {
    width: 40px;
    padding: 2px 10px;
}
.wrap_descr button {
    margin-left: 10px;
    position: relative;
    top: -2px;
    border: none;
    background-color: #FD7A7A;
    color: #fff;
    text-transform: uppercase;
    font-size: .875em;
    padding: 6px 10px;
    -webkit-transition: .2s;
    transition: .2s;
}
.wrap_descr button:active, .wrap_descr button:focus, .wrap_descr button:hover {
    background-color: #1e1e1e;
}
.wrap_descr .dscr {
    margin-top: 10px;
    font-size: .875em;
}
.cart .cart-lineofgods {
    margin-bottom: 30px;
}
.cart h2 {
    margin: 0 0 20px;
    text-transform: uppercase;
    font-size: 1.125em;
}
.cart .cart-image img {
    width: 100%}
.cart .cart-review {
    border-bottom: 1px solid #d3d3d3;
}
.cart .cart-review a {
    color: #FD7A7A;
    font-size: .8125em;
    text-transform: uppercase;
    text-decoration: none;
    margin-top: 0;
    line-height: 1.2em;
    display: inline-block;
}
.cart .cart-dell {
    display: block;
    height: 19px;
    width: 19px;
    position: absolute;
    top: 0;
    right: 15px;
    cursor: pointer;
    border: none;
    background-color: transparent;
}
.cart .cart-dell::before, .cart .cart-dell:after {
    position: absolute;
    content: '';
    width: 100%;
    height: 3px;
    -webkit-border-radius: 999px;
    border-radius: 999px;
    background-color: red;
    right: 0;
}
.cart .cart-dell::after {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 0;
}
.cart .cart-dell::before {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 0;
}
.cart .cart-review-refresh {
    width: 100%;
    margin-top: 20px;
}
.cart .cart-review-refresh span {
    font-size: .625em;
    text-transform: uppercase;
    margin-right: 10px;
}
.cart .cart-review-refresh input {
    width: 50px;
    padding: 0 10px;
    outline: 0!important;
    border: 1px solid #d3d3d3;
}
.cart .cart-review-refresh button {
    border: none;
    background-color: #fff;
    color: gray;
    -webkit-transition: 1s;
    transition: 1s;
}
.cart .cart-review-refresh button:active {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
.cart .cart-review_price {
    text-align: right;
    margin-top: 20px;
    padding-bottom: 10px;
}
.cart .cart-review_price span:nth-child(1) {
    font-size: .75em;
    margin-right: 10px;
    color: gray;
}
.cart .cart-ttolRow div {
    float: right;
}
.cart .cart-ttolRow div span:nth-child(1) {
    margin-right: 10px;
    font-size: .8125em;
}
.cart .cart-ttolRow div span:nth-child(2) {
    margin-right: 5px;
}
.cart .cart-ttolRow a {
    border: none;
    display: inline-block;
    background-color: #1e1e1e;
    color: #fff;
    text-transform: uppercase;
    font-size: .75em;
    padding: 10px 15px;
    -webkit-transition: .2s;
    transition: .2s;
}
.cart .cart-ttolRow a:hover {
    background-color: #FD7A7A;
}

.unavailable {
    margin-top: 7px;
    padding: 10px;
    font-size: 1.2em;
    font-family: osb, sans-serif;
    margin-bottom: 10px;
    color: #ea1515;
    text-align: center;
}

.wrap_descr .unavailable {
  font-size:1.2em;
  padding: 0px;
  text-align: left;
}

@media only screen and (max-width:1200px) {
    .catalog .catalog-item span {
    margin: 0;
}
.catalog .catalog-item button {
    font-size: .625em;
}
.catalog .catalog-item .catalog-item__review {
    text-align: center;
    width: 100%;
    margin: 5px 0 0;
}

.unavailable {
    font-size: 0.9em;
    
}


}

@media only screen and (min-width:993px) {
  .toList
 {
   margin-top: -20px;
   margin-left: -20px;
 }
 
 .style .toList {
    margin-top: -20px;
    margin-left: -25px;
    font-size: 0.9em;
 }
 
 .healse1 .toList{
    margin-top: -30px;
    margin-left: -34px;
    font-size: 0.8em;
 }
 
 .healse2 .toList{
   margin-top: -20px;
    margin-left: -28px;
    font-size: 0.9em;
 }
  
}

@media only screen and (max-width:992px) {
    .add-right_wrap h3 {
    font-size: 1.25em;
}
.cart .cart-review h3 {
    padding-right: 25px;
}
.cart .cart-review-refresh {
    text-align: right;
}
.catalog .catalog-item {
    margin-bottom: 20px;
}
.collections .content {
    height: 200px;
    background-image: none;
    background-color: #fff;
}
.collections .content h3 {
    margin: -13px 0px 0px 0px;
   /* line-height: 90px;*/
}
.header_ .cart {
    padding-bottom: 15px;
}
.header_ .logo img {
    width: 160px;
}
.header_ .header_nav {
    margin-top: 25px;
}
.header_ .header_nav ul li {
    width: 100%}
.header_ .header_nav ul li a {
    display: block;
    width: 100%;
    padding: 25px;
}
.header_ .wrap_cart {
    margin-right: 60px;
}
.header_ .wrap_cart i {
    font-size: 2em!important;
    margin-right: 10px!important;
}
.header_ .wrap_cart .count {
    font-size: 1.125em!important;
}
.header_ .toggle_nav {
    display: none;
}
.header_ .header_nav ul li a:active, .header_ .header_nav ul li a:focus, .header_ .header_nav ul li a:hover {
    color: #fff;
    background-color: #FD7A7A;
}
}@media only screen and (max-width:768px) {
    .add-right_wrap {
    margin-top: 20px;
}
.footer-nav ul li a {
    font-size: .75em;
}
.cart-review, .wrap_descr {
    margin-top: 30px;
}
.catalog .catalog-item .image_wrap {
    width: 170px;
    display: inline-block;
    float: left;
    border: 1px solid #ccc;
    margin-left: 15px;
    margin-top: 15px;
    margin-right: 15px;
}
.catalog .catalog-item .catalog-item__info {
    padding: 10px 20px 15px 0;
    display: inline-block;
    text-align: left;
    width: -webkit-calc(100% - 200px);
    width: calc(100% - 200px);
}
.catalog .catalog-item .catalog-item__info .catalog-item__review {
    text-align: center;
    width: 100%;
    margin: 5px 0 0;
}
.catalog .catalog-item .catalog-item__info .catalog-item__review span {
    margin: 0;
    padding: 0;
    font-size: .75em;
    position: relative;
    top: -2px;
}
.catalog .catalog-item h3 {
    height: 40px;
}
.cart .cart-review a {
    font-size: .65em!important;
}
.cart .cart-ttolRow a {
    padding: 10px;
}
.cart .cart-ttolRow div {
    margin-top: 5px;
}
.collections .content h3 {
  /*  margin: 25px 0 0;*/
    font-size: 1em;
    line-height: 20px;
}
.collections .content .wrap_image {
    margin-right: 30px;
}
.animated {
    -webkit-transition-property: none!important;
    transition-property: none!important;
    -ms-transform: none!important;
    -webkit-transform: none!important;
    transform: none!important;
    -webkit-animation: none!important;
    animation: none!important;
}
.discountProductWrap {
    width: 20% !important;
   
}

}@media only screen and (max-width:590px) {
    .catalog .catalog-item .image_wrap {
    width: 100%;
    margin: 0;
    float: none;
    border: none;
    border-bottom: 1px solid #ccc;
}
.catalog .catalog-item .catalog-item__info {
    width: 100%;
    padding: 15px;
}
.catalog .catalog-item .catalog-item__info .catalog-item__review {
    text-align: center;
    width: 100%;
    margin: 5px 0 0;
}
.catalog .catalog-item .catalog-item__info button {
    width: 100%}
}@media only screen and (max-width:480px) {
    .add-right_wrap h3 {
    font-size: 1em;
}
.btn_complite {
    width: 100%}
.collections h2 {
    font-size: 1.125em;
}
.collections .content {
    padding: 15px 10px;
}
.collections .content h3 {
    font-size: .875em;
   /* margin-top: 35px;*/
}
.collections .content .wrap_image {
    margin-right: 15px;
}

.collections .content .wrap_image {
    width: 120px;
    }
    
    .content ul {
      margin-top: 0;
    margin-bottom: 10px;
    margin-left: 115px;
    }
    
    .healse1 li {
      font-size: 0.8em !important;
      line-height: 13px !important;
    }

}@media only screen and (min-width:768px) {
    .add {
    width: 100%}
}


 body{
   background-color: #e1e1e1;
 }
 .generalpage-slider{
   background-image: url("../img/background-03.png");
   background-color: #d0d0d0;
 }
 .owl-controls{
   height: 0;
 }
 .owner-section{
   background-color: #363839;
   color: #fff ;
 }
 
 .general-text_container{
   padding-bottom: 30px;
 }
 .ms2_form{
   background-color: #fff;
 }
 
 .wrap_descr .ms2_form{
   background-color: transparent;
 }
 .cart-review-refresh{
    background-color: transparent;
 }
 .cart .cart-review-refresh button, .form-horizontal{
    background-color: transparent;
 }
 
 .toList li
 {
   color: gray;
   line-height: 18px;
   font-size: 0.9em;
 }
 
 .healse1 .toList li {
   line-height: 15px;
 }
 .delivery_eripinfo
 {
  margin-left: 30px!important;  
 }
.delivery__processing-red{
    color:red;
}
 
 
 
 
 