@charset "UTF-8";

.owl-carousel,
.owl-carousel .owl-item {
    -webkit-tap-highlight-color: transparent;
    position: relative
}

.owl-carousel {
    display: none;
    width: 100%;
    z-index: 1
}

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

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

.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translateZ(0)
}

.owl-carousel .owl-item {
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-touch-callout: none
}

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

.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
    display: none
}

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

.owl-carousel.owl-loaded {
    display: block
}

.owl-carousel.owl-loading {
    opacity: 0;
    display: block
}

.owl-carousel.owl-hidden {
    opacity: 0
}

.owl-carousel.owl-refresh .owl-item {
    display: none
}

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

.owl-carousel.owl-grab {
    cursor: move;
    cursor: -webkit-grab;
    cursor: grab
}

.owl-carousel.owl-rtl {
    direction: rtl
}

.owl-carousel.owl-rtl .owl-item {
    float: right
}

.no-js .owl-carousel {
    display: block
}

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

.owl-carousel .owl-animated-in {
    z-index: 0
}

.owl-carousel .owl-animated-out {
    z-index: 1
}

.owl-carousel .fadeOut {
    -webkit-animation-name: B;
    animation-name: B
}

.owl-height {
    -webkit-transition: height .5s ease-in-out;
    transition: height .5s ease-in-out
}

.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    -webkit-transition: opacity .4s ease;
    transition: opacity .4s ease
}

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

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

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

.owl-carousel .owl-video-play-icon:hover {
    -webkit-transform: scale(1.3);
    transform: scale(1.3)
}

.owl-carousel .owl-video-playing .owl-video-play-icon,
.owl-carousel .owl-video-playing .owl-video-tn {
    display: none
}

.owl-carousel .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    -webkit-transition: opacity .4s ease;
    transition: opacity .4s ease
}

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

@font-face {
    font-family: WRoya;
    src: url(../fonts/RoyaWeb-Regular.woff) format("woff");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: WYekan;
    src: url(../fonts/YekanWeb-Regular.woff) format("woff");
    font-weight: 400;
    font-style: normal
}

/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.5.1
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2016 Daniel Eden
 */
.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

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

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

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

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

@-webkit-keyframes a {

    0%,
    50%,
    to {
        opacity: 1
    }

    25%,
    75% {
        opacity: 0
    }
}

@keyframes a {

    0%,
    50%,
    to {
        opacity: 1
    }

    25%,
    75% {
        opacity: 0
    }
}

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

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

@-webkit-keyframes b {
    0% {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }

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

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

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

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

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

    to {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }
}

@keyframes b {
    0% {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }

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

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

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

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

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

    to {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }
}

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

@-webkit-keyframes c {

    0%,
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(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 c {

    0%,
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }

    10%,
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0)
    }

    20%,
    40%,
    60%,
    80% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0)
    }
}

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

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

    6.5% {
        -webkit-transform: translateX(-6px) rotateY(-9deg);
        transform: translateX(-6px) rotateY(-9deg)
    }

    18.5% {
        -webkit-transform: translateX(5px) rotateY(7deg);
        transform: translateX(5px) rotateY(7deg)
    }

    31.5% {
        -webkit-transform: translateX(-3px) rotateY(-5deg);
        transform: translateX(-3px) rotateY(-5deg)
    }

    43.5% {
        -webkit-transform: translateX(2px) rotateY(3deg);
        transform: translateX(2px) rotateY(3deg)
    }

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

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

    6.5% {
        -webkit-transform: translateX(-6px) rotateY(-9deg);
        transform: translateX(-6px) rotateY(-9deg)
    }

    18.5% {
        -webkit-transform: translateX(5px) rotateY(7deg);
        transform: translateX(5px) rotateY(7deg)
    }

    31.5% {
        -webkit-transform: translateX(-3px) rotateY(-5deg);
        transform: translateX(-3px) rotateY(-5deg)
    }

    43.5% {
        -webkit-transform: translateX(2px) rotateY(3deg);
        transform: translateX(2px) rotateY(3deg)
    }

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

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

@-webkit-keyframes e {
    20% {
        -webkit-transform: rotate(15deg);
        transform: rotate(15deg)
    }

    40% {
        -webkit-transform: rotate(-10deg);
        transform: rotate(-10deg)
    }

    60% {
        -webkit-transform: rotate(5deg);
        transform: rotate(5deg)
    }

    80% {
        -webkit-transform: rotate(-5deg);
        transform: rotate(-5deg)
    }

    to {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
}

@keyframes e {
    20% {
        -webkit-transform: rotate(15deg);
        transform: rotate(15deg)
    }

    40% {
        -webkit-transform: rotate(-10deg);
        transform: rotate(-10deg)
    }

    60% {
        -webkit-transform: rotate(5deg);
        transform: rotate(5deg)
    }

    80% {
        -webkit-transform: rotate(-5deg);
        transform: rotate(-5deg)
    }

    to {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
}

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

@-webkit-keyframes f {
    0% {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }

    10%,
    20% {
        -webkit-transform: scale3d(.9, .9, .9) rotate(-3deg);
        transform: scale3d(.9, .9, .9) rotate(-3deg)
    }

    30%,
    50%,
    70%,
    90% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate(3deg)
    }

    40%,
    60%,
    80% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg)
    }

    to {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }
}

@keyframes f {
    0% {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }

    10%,
    20% {
        -webkit-transform: scale3d(.9, .9, .9) rotate(-3deg);
        transform: scale3d(.9, .9, .9) rotate(-3deg)
    }

    30%,
    50%,
    70%,
    90% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate(3deg)
    }

    40%,
    60%,
    80% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg)
    }

    to {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }
}

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

@-webkit-keyframes g {
    0% {
        -webkit-transform: none;
        transform: none
    }

    15% {
        -webkit-transform: translate3d(-25%, 0, 0) rotate(-5deg);
        transform: translate3d(-25%, 0, 0) rotate(-5deg)
    }

    30% {
        -webkit-transform: translate3d(20%, 0, 0) rotate(3deg);
        transform: translate3d(20%, 0, 0) rotate(3deg)
    }

    45% {
        -webkit-transform: translate3d(-15%, 0, 0) rotate(-3deg);
        transform: translate3d(-15%, 0, 0) rotate(-3deg)
    }

    60% {
        -webkit-transform: translate3d(10%, 0, 0) rotate(2deg);
        transform: translate3d(10%, 0, 0) rotate(2deg)
    }

    75% {
        -webkit-transform: translate3d(-5%, 0, 0) rotate(-1deg);
        transform: translate3d(-5%, 0, 0) rotate(-1deg)
    }

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

@keyframes g {
    0% {
        -webkit-transform: none;
        transform: none
    }

    15% {
        -webkit-transform: translate3d(-25%, 0, 0) rotate(-5deg);
        transform: translate3d(-25%, 0, 0) rotate(-5deg)
    }

    30% {
        -webkit-transform: translate3d(20%, 0, 0) rotate(3deg);
        transform: translate3d(20%, 0, 0) rotate(3deg)
    }

    45% {
        -webkit-transform: translate3d(-15%, 0, 0) rotate(-3deg);
        transform: translate3d(-15%, 0, 0) rotate(-3deg)
    }

    60% {
        -webkit-transform: translate3d(10%, 0, 0) rotate(2deg);
        transform: translate3d(10%, 0, 0) rotate(2deg)
    }

    75% {
        -webkit-transform: translate3d(-5%, 0, 0) rotate(-1deg);
        transform: translate3d(-5%, 0, 0) rotate(-1deg)
    }

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

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

@-webkit-keyframes h {

    0%,
    11.1%,
    to {
        -webkit-transform: none;
        transform: none
    }

    22.2% {
        -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
        transform: skewX(-12.5deg) skewY(-12.5deg)
    }

    33.3% {
        -webkit-transform: skewX(6.25deg) skewY(6.25deg);
        transform: skewX(6.25deg) skewY(6.25deg)
    }

    44.4% {
        -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
        transform: skewX(-3.125deg) skewY(-3.125deg)
    }

    55.5% {
        -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
        transform: skewX(1.5625deg) skewY(1.5625deg)
    }

    66.6% {
        -webkit-transform: skewX(-.78125deg) skewY(-.78125deg);
        transform: skewX(-.78125deg) skewY(-.78125deg)
    }

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

    88.8% {
        -webkit-transform: skewX(-.1953125deg) skewY(-.1953125deg);
        transform: skewX(-.1953125deg) skewY(-.1953125deg)
    }
}

@keyframes h {

    0%,
    11.1%,
    to {
        -webkit-transform: none;
        transform: none
    }

    22.2% {
        -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
        transform: skewX(-12.5deg) skewY(-12.5deg)
    }

    33.3% {
        -webkit-transform: skewX(6.25deg) skewY(6.25deg);
        transform: skewX(6.25deg) skewY(6.25deg)
    }

    44.4% {
        -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
        transform: skewX(-3.125deg) skewY(-3.125deg)
    }

    55.5% {
        -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
        transform: skewX(1.5625deg) skewY(1.5625deg)
    }

    66.6% {
        -webkit-transform: skewX(-.78125deg) skewY(-.78125deg);
        transform: skewX(-.78125deg) skewY(-.78125deg)
    }

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

    88.8% {
        -webkit-transform: skewX(-.1953125deg) skewY(-.1953125deg);
        transform: skewX(-.1953125deg) skewY(-.1953125deg)
    }
}

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

@-webkit-keyframes i {

    0%,
    20%,
    40%,
    60%,
    80%,
    to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }

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

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

    40% {
        -webkit-transform: scale3d(.9, .9, .9);
        transform: scale3d(.9, .9, .9)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(1.03, 1.03, 1.03);
        transform: scale3d(1.03, 1.03, 1.03)
    }

    80% {
        -webkit-transform: scale3d(.97, .97, .97);
        transform: scale3d(.97, .97, .97)
    }

    to {
        opacity: 1;
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }
}

@keyframes i {

    0%,
    20%,
    40%,
    60%,
    80%,
    to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }

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

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

    40% {
        -webkit-transform: scale3d(.9, .9, .9);
        transform: scale3d(.9, .9, .9)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(1.03, 1.03, 1.03);
        transform: scale3d(1.03, 1.03, 1.03)
    }

    80% {
        -webkit-transform: scale3d(.97, .97, .97);
        transform: scale3d(.97, .97, .97)
    }

    to {
        opacity: 1;
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }
}

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

@-webkit-keyframes j {

    0%,
    60%,
    75%,
    90%,
    to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -3000px, 0);
        transform: translate3d(0, -3000px, 0)
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, 25px, 0);
        transform: translate3d(0, 25px, 0)
    }

    75% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0)
    }

    90% {
        -webkit-transform: translate3d(0, 5px, 0);
        transform: translate3d(0, 5px, 0)
    }

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

@keyframes j {

    0%,
    60%,
    75%,
    90%,
    to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -3000px, 0);
        transform: translate3d(0, -3000px, 0)
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, 25px, 0);
        transform: translate3d(0, 25px, 0)
    }

    75% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0)
    }

    90% {
        -webkit-transform: translate3d(0, 5px, 0);
        transform: translate3d(0, 5px, 0)
    }

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

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

@-webkit-keyframes k {

    0%,
    60%,
    75%,
    90%,
    to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(-3000px, 0, 0);
        transform: translate3d(-3000px, 0, 0)
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(25px, 0, 0);
        transform: translate3d(25px, 0, 0)
    }

    75% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0)
    }

    90% {
        -webkit-transform: translate3d(5px, 0, 0);
        transform: translate3d(5px, 0, 0)
    }

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

@keyframes k {

    0%,
    60%,
    75%,
    90%,
    to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(-3000px, 0, 0);
        transform: translate3d(-3000px, 0, 0)
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(25px, 0, 0);
        transform: translate3d(25px, 0, 0)
    }

    75% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0)
    }

    90% {
        -webkit-transform: translate3d(5px, 0, 0);
        transform: translate3d(5px, 0, 0)
    }

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

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

@-webkit-keyframes l {

    0%,
    60%,
    75%,
    90%,
    to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(3000px, 0, 0);
        transform: translate3d(3000px, 0, 0)
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(-25px, 0, 0);
        transform: translate3d(-25px, 0, 0)
    }

    75% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0)
    }

    90% {
        -webkit-transform: translate3d(-5px, 0, 0);
        transform: translate3d(-5px, 0, 0)
    }

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

@keyframes l {

    0%,
    60%,
    75%,
    90%,
    to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(3000px, 0, 0);
        transform: translate3d(3000px, 0, 0)
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(-25px, 0, 0);
        transform: translate3d(-25px, 0, 0)
    }

    75% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0)
    }

    90% {
        -webkit-transform: translate3d(-5px, 0, 0);
        transform: translate3d(-5px, 0, 0)
    }

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

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

@-webkit-keyframes m {

    0%,
    60%,
    75%,
    90%,
    to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 3000px, 0);
        transform: translate3d(0, 3000px, 0)
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0)
    }

    75% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0)
    }

    90% {
        -webkit-transform: translate3d(0, -5px, 0);
        transform: translate3d(0, -5px, 0)
    }

    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes m {

    0%,
    60%,
    75%,
    90%,
    to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 3000px, 0);
        transform: translate3d(0, 3000px, 0)
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0)
    }

    75% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0)
    }

    90% {
        -webkit-transform: translate3d(0, -5px, 0);
        transform: translate3d(0, -5px, 0)
    }

    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

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

@-webkit-keyframes n {
    20% {
        -webkit-transform: scale3d(.9, .9, .9);
        transform: scale3d(.9, .9, .9)
    }

    50%,
    55% {
        opacity: 1;
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1)
    }

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

@keyframes n {
    20% {
        -webkit-transform: scale3d(.9, .9, .9);
        transform: scale3d(.9, .9, .9)
    }

    50%,
    55% {
        opacity: 1;
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1)
    }

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

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

@-webkit-keyframes o {
    20% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0)
    }

    40%,
    45% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0)
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0)
    }
}

@keyframes o {
    20% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0)
    }

    40%,
    45% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0)
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0)
    }
}

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

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

    to {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0)
    }
}

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

    to {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0)
    }
}

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

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

    to {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0)
    }
}

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

    to {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0)
    }
}

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

@-webkit-keyframes r {
    20% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0)
    }

    40%,
    45% {
        opacity: 1;
        -webkit-transform: translate3d(0, 20px, 0);
        transform: translate3d(0, 20px, 0)
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0)
    }
}

@keyframes r {
    20% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0)
    }

    40%,
    45% {
        opacity: 1;
        -webkit-transform: translate3d(0, 20px, 0);
        transform: translate3d(0, 20px, 0)
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0)
    }
}

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

@-webkit-keyframes s {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@keyframes s {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@-webkit-keyframes B {
    0% {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

@keyframes B {
    0% {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

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

@-webkit-keyframes C {
    0% {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }
}

@keyframes C {
    0% {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }
}

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

@-webkit-keyframes D {
    0% {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0)
    }
}

@keyframes D {
    0% {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0)
    }
}

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

@-webkit-keyframes E {
    0% {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }
}

@keyframes E {
    0% {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }
}

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

@-webkit-keyframes F {
    0% {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0)
    }
}

@keyframes F {
    0% {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0)
    }
}

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

@-webkit-keyframes G {
    0% {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }
}

@keyframes G {
    0% {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }
}

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

@-webkit-keyframes H {
    0% {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0)
    }
}

@keyframes H {
    0% {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0)
    }
}

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

@-webkit-keyframes I {
    0% {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }
}

@keyframes I {
    0% {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }
}

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

@-webkit-keyframes J {
    0% {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0)
    }
}

@keyframes J {
    0% {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0)
    }
}

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

@-webkit-keyframes K {
    0% {
        -webkit-transform: perspective(400px) rotateY(-1turn);
        transform: perspective(400px) rotateY(-1turn);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }

    40% {
        -webkit-transform: perspective(400px) translateZ(150px) rotateY(-190deg);
        transform: perspective(400px) translateZ(150px) rotateY(-190deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }

    50% {
        -webkit-transform: perspective(400px) translateZ(150px) rotateY(-170deg);
        transform: perspective(400px) translateZ(150px) rotateY(-170deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    80% {
        -webkit-transform: perspective(400px) scale3d(.95, .95, .95);
        transform: perspective(400px) scale3d(.95, .95, .95);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
}

@keyframes K {
    0% {
        -webkit-transform: perspective(400px) rotateY(-1turn);
        transform: perspective(400px) rotateY(-1turn);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }

    40% {
        -webkit-transform: perspective(400px) translateZ(150px) rotateY(-190deg);
        transform: perspective(400px) translateZ(150px) rotateY(-190deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }

    50% {
        -webkit-transform: perspective(400px) translateZ(150px) rotateY(-170deg);
        transform: perspective(400px) translateZ(150px) rotateY(-170deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    80% {
        -webkit-transform: perspective(400px) scale3d(.95, .95, .95);
        transform: perspective(400px) scale3d(.95, .95, .95);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
}

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

@-webkit-keyframes L {
    0% {
        -webkit-transform: perspective(400px) rotateX(90deg);
        transform: perspective(400px) rotateX(90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0
    }

    40% {
        -webkit-transform: perspective(400px) rotateX(-20deg);
        transform: perspective(400px) rotateX(-20deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    60% {
        -webkit-transform: perspective(400px) rotateX(10deg);
        transform: perspective(400px) rotateX(10deg);
        opacity: 1
    }

    80% {
        -webkit-transform: perspective(400px) rotateX(-5deg);
        transform: perspective(400px) rotateX(-5deg)
    }

    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
}

@keyframes L {
    0% {
        -webkit-transform: perspective(400px) rotateX(90deg);
        transform: perspective(400px) rotateX(90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0
    }

    40% {
        -webkit-transform: perspective(400px) rotateX(-20deg);
        transform: perspective(400px) rotateX(-20deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    60% {
        -webkit-transform: perspective(400px) rotateX(10deg);
        transform: perspective(400px) rotateX(10deg);
        opacity: 1
    }

    80% {
        -webkit-transform: perspective(400px) rotateX(-5deg);
        transform: perspective(400px) rotateX(-5deg)
    }

    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
}

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

@-webkit-keyframes M {
    0% {
        -webkit-transform: perspective(400px) rotateY(90deg);
        transform: perspective(400px) rotateY(90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0
    }

    40% {
        -webkit-transform: perspective(400px) rotateY(-20deg);
        transform: perspective(400px) rotateY(-20deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    60% {
        -webkit-transform: perspective(400px) rotateY(10deg);
        transform: perspective(400px) rotateY(10deg);
        opacity: 1
    }

    80% {
        -webkit-transform: perspective(400px) rotateY(-5deg);
        transform: perspective(400px) rotateY(-5deg)
    }

    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
}

@keyframes M {
    0% {
        -webkit-transform: perspective(400px) rotateY(90deg);
        transform: perspective(400px) rotateY(90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0
    }

    40% {
        -webkit-transform: perspective(400px) rotateY(-20deg);
        transform: perspective(400px) rotateY(-20deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    60% {
        -webkit-transform: perspective(400px) rotateY(10deg);
        transform: perspective(400px) rotateY(10deg);
        opacity: 1
    }

    80% {
        -webkit-transform: perspective(400px) rotateY(-5deg);
        transform: perspective(400px) rotateY(-5deg)
    }

    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
}

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

@-webkit-keyframes N {
    0% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }

    30% {
        -webkit-transform: perspective(400px) rotateX(-20deg);
        transform: perspective(400px) rotateX(-20deg);
        opacity: 1
    }

    to {
        -webkit-transform: perspective(400px) rotateX(90deg);
        transform: perspective(400px) rotateX(90deg);
        opacity: 0
    }
}

@keyframes N {
    0% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }

    30% {
        -webkit-transform: perspective(400px) rotateX(-20deg);
        transform: perspective(400px) rotateX(-20deg);
        opacity: 1
    }

    to {
        -webkit-transform: perspective(400px) rotateX(90deg);
        transform: perspective(400px) rotateX(90deg);
        opacity: 0
    }
}

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

@-webkit-keyframes O {
    0% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }

    30% {
        -webkit-transform: perspective(400px) rotateY(-15deg);
        transform: perspective(400px) rotateY(-15deg);
        opacity: 1
    }

    to {
        -webkit-transform: perspective(400px) rotateY(90deg);
        transform: perspective(400px) rotateY(90deg);
        opacity: 0
    }
}

@keyframes O {
    0% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }

    30% {
        -webkit-transform: perspective(400px) rotateY(-15deg);
        transform: perspective(400px) rotateY(-15deg);
        opacity: 1
    }

    to {
        -webkit-transform: perspective(400px) rotateY(90deg);
        transform: perspective(400px) rotateY(90deg);
        opacity: 0
    }
}

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

@-webkit-keyframes P {
    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
    }

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

@keyframes P {
    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
    }

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

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

@-webkit-keyframes Q {
    0% {
        opacity: 1
    }

    to {
        -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
        transform: translate3d(100%, 0, 0) skewX(30deg);
        opacity: 0
    }
}

@keyframes Q {
    0% {
        opacity: 1
    }

    to {
        -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
        transform: translate3d(100%, 0, 0) skewX(30deg);
        opacity: 0
    }
}

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

@-webkit-keyframes R {
    0% {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate(-200deg);
        transform: rotate(-200deg);
        opacity: 0
    }

    to {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

@keyframes R {
    0% {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate(-200deg);
        transform: rotate(-200deg);
        opacity: 0
    }

    to {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

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

@-webkit-keyframes S {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        opacity: 0
    }

    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

@keyframes S {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        opacity: 0
    }

    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

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

@-webkit-keyframes T {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        opacity: 0
    }

    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

@keyframes T {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        opacity: 0
    }

    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

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

@-webkit-keyframes U {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        opacity: 0
    }

    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

@keyframes U {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        opacity: 0
    }

    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

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

@-webkit-keyframes V {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg);
        opacity: 0
    }

    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

@keyframes V {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg);
        opacity: 0
    }

    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

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

@-webkit-keyframes W {
    0% {
        -webkit-transform-origin: center;
        transform-origin: center;
        opacity: 1
    }

    to {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate(200deg);
        transform: rotate(200deg);
        opacity: 0
    }
}

@keyframes W {
    0% {
        -webkit-transform-origin: center;
        transform-origin: center;
        opacity: 1
    }

    to {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate(200deg);
        transform: rotate(200deg);
        opacity: 0
    }
}

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

@-webkit-keyframes X {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1
    }

    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        opacity: 0
    }
}

@keyframes X {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1
    }

    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        opacity: 0
    }
}

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

@-webkit-keyframes Y {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1
    }

    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        opacity: 0
    }
}

@keyframes Y {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1
    }

    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        opacity: 0
    }
}

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

@-webkit-keyframes Z {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1
    }

    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        opacity: 0
    }
}

@keyframes Z {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1
    }

    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        opacity: 0
    }
}

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

@-webkit-keyframes ab {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1
    }

    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
        opacity: 0
    }
}

@keyframes ab {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1
    }

    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
        opacity: 0
    }
}

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

@-webkit-keyframes bb {
    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: rotate(80deg);
        transform: rotate(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: rotate(60deg);
        transform: rotate(60deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
        opacity: 1
    }

    to {
        -webkit-transform: translate3d(0, 700px, 0);
        transform: translate3d(0, 700px, 0);
        opacity: 0
    }
}

@keyframes bb {
    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: rotate(80deg);
        transform: rotate(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: rotate(60deg);
        transform: rotate(60deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
        opacity: 1
    }

    to {
        -webkit-transform: translate3d(0, 700px, 0);
        transform: translate3d(0, 700px, 0);
        opacity: 0
    }
}

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

@-webkit-keyframes cb {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0) rotate(-120deg);
        transform: translate3d(-100%, 0, 0) rotate(-120deg)
    }

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

@keyframes cb {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0) rotate(-120deg);
        transform: translate3d(-100%, 0, 0) rotate(-120deg)
    }

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

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

@-webkit-keyframes db {
    0% {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0) rotate(120deg);
        transform: translate3d(100%, 0, 0) rotate(120deg)
    }
}

@keyframes db {
    0% {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0) rotate(120deg);
        transform: translate3d(100%, 0, 0) rotate(120deg)
    }
}

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

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

    50% {
        opacity: 1
    }
}

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

    50% {
        opacity: 1
    }
}

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

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

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

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

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

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

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

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

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

@-webkit-keyframes jb {
    0% {
        opacity: 1
    }

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

    to {
        opacity: 0
    }
}

@keyframes jb {
    0% {
        opacity: 1
    }

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

    to {
        opacity: 0
    }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

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

    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

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

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

    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

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

    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

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

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

    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

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

    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

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

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

    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

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

    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.header .rowWrapper:after {
    clear: both;
    content: "";
    display: block
}

@media (min-width:1200px) {
    .header .rowWrapper {
        max-width: 1200px;
        margin-left: auto;
        margin-right: auto
    }

    .header .rowWrapper:after {
        content: " ";
        display: block;
        clear: both
    }
}

@media (min-width:992px) and (max-width:1200px) {
    .header .rowWrapper {
        max-width: 992px;
        margin-left: auto;
        margin-right: auto
    }

    .header .rowWrapper:after {
        content: " ";
        display: block;
        clear: both
    }
}

@media (min-width:768px) and (max-width:992px) {
    .header .rowWrapper {
        max-width: 768px;
        margin-left: auto;
        margin-right: auto
    }

    .header .rowWrapper:after {
        content: " ";
        display: block;
        clear: both
    }
}

.header {
    background-color: #fff;
    position: fixed;
    width: 100%;
    z-index: 100;
    top: 0
}

.header:after {
    clear: both;
    content: "";
    display: block
}

@media (min-width:0px) and (max-width:768px) {
    .header .rowWrapper {
        padding: 0 1%
    }
}

.header .top {
    font-family: WYekan;
    font-size: 1rem;
    background-color: #3f9384;
    color: #fff
}

html.ie7 .header .top,
html.ie8 .header .top {
    font-family: Tahoma;
    font-size: 1em
}

.header .top:after {
    clear: both;
    content: "";
    display: block
}

.header .top .telephone {
    float: left
}

.header .top .telephone span {
    direction: ltr;
    text-align: left
}

@media (min-width:0px) and (max-width:480px) {
    .header .top .telephone {
        float: none;
        text-align: center
    }
}

.header .top .links {
    float: right
}

.header .top .links .items {
    direction: rtl;
    text-align: right;
    list-style-type: none;
    margin: 0;
    padding: 0
}

.header .top .links .items:after {
    clear: both;
    content: "";
    display: block
}

@media (min-width:0px) and (max-width:480px) {
    .header .top .links .items {
        text-align: center
    }
}

.header .top .links .item {
    font-family: WYekan;
    font-size: .8rem;
    float: right;
    padding-left: 10px
}

html.ie7 .header .top .links .item,
html.ie8 .header .top .links .item {
    font-family: Tahoma;
    font-size: .8em
}

@media (min-width:0px) and (max-width:480px) {
    .header .top .links .item {
        float: none;
        display: inline-block
    }
}

.header .top .links a {
    color: #fff
}

@media (min-width:0px) and (max-width:480px) {
    .header .top .links {
        float: none;
        text-align: center
    }
}

.header .bottom {
    position: relative
}

.header .bottom:after {
    clear: both;
    content: "";
    display: block
}

.header .bottom .logoWrapper {
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.header .bottom .logoWrapper:after {
    clear: both;
    content: "";
    display: block
}

@media (min-width:0px) and (max-width:768px) {
    .header .bottom .logoWrapper {
        text-align: center;
        padding-top: 1%;
        padding-bottom: 1%
    }
}

@media (min-width:0px) and (max-width:480px) {
    .header .bottom .logoWrapper {
        text-align: left;
        padding-left: 1px
    }
}

.header .bottom .logoWrapper .logo {
    background-image: url(../images/icons.png);
    background-position: -100px -149px;
    width: 50px;
    height: 50px;
    display: block;
    float: left;
    margin-right: 10px
}

@media (min-width:0px) and (max-width:768px) {
    .header .bottom .logoWrapper .logo {
        float: none;
        display: inline-block
    }
}

.header .bottom .logoWrapper .text {
    display: block;
    float: right;
    color: #fff
}

.header .bottom .logoWrapper .text:after {
    clear: both;
    content: "";
    display: block
}

.header .bottom .logoWrapper .text .text1 {
    line-height: 1rem;
    font-family: WYekan;
    font-size: 1rem;
    color: gray
}

html.ie7 .header .bottom .logoWrapper .text .text1,
html.ie8 .header .bottom .logoWrapper .text .text1 {
    font-family: Tahoma;
    font-size: 1em
}

.header .bottom .logoWrapper .text .text2 {
    line-height: 1.9rem;
    color: #3f9384;
    font-family: WYekan;
    font-size: 1.7rem
}

html.ie7 .header .bottom .logoWrapper .text .text2,
html.ie8 .header .bottom .logoWrapper .text .text2 {
    font-family: Tahoma;
    font-size: 1.7em
}

@media (min-width:0px) and (max-width:768px) {
    .header .bottom .logoWrapper .text {
        float: none;
        display: inline-block
    }
}

@media (min-width:0px) and (max-width:768px) {
    .header .bottom .logoWrapper {
        position: static;
        -webkit-transform: none;
        transform: none
    }
}

.header .bottom .showMenu {
    display: none;
    background-position: 0 -99px
}

.header .bottom .showMenu,
.header .bottom .showMenu.active {
    background-image: url(../images/icons.png);
    width: 50px;
    height: 50px
}

.header .bottom .showMenu.active {
    background-position: -100px -99px
}

@media (min-width:0px) and (max-width:480px) {
    .header .bottom .showMenu {
        position: absolute;
        display: block;
        top: 3px;
        right: 1px;
        cursor: pointer
    }
}

.header .bottom .menuWrapper {
    float: right;
    margin-left: 10px
}

.header .bottom .menuWrapper .MainMenu:after,
.header .bottom .menuWrapper:after {
    clear: both;
    content: "";
    display: block
}

@media (min-width:480px) and (max-width:768px) {
    .header .bottom .menuWrapper .MainMenu {
        display: inline-block;
        padding: 1% 0
    }
}

.header .bottom .menuWrapper ul {
    direction: rtl;
    padding: 0;
    margin: 0;
    z-index: 10;
    background-color: #fff
}

.header .bottom .menuWrapper ul ul {
    position: absolute;
    right: 0 !important;
    width: 250px;
    top: 100% !important;
    left: inherit !important
}

.header .bottom .menuWrapper ul ul ul {
    right: 250px !important;
    top: 0 !important
}

.header .bottom .menuWrapper ul ul li {
    font-family: WYekan;
    font-size: .8rem;
    display: block
}

html.ie7 .header .bottom .menuWrapper ul ul li,
html.ie8 .header .bottom .menuWrapper ul ul li {
    font-family: Tahoma;
    font-size: .8em
}

@media (min-width:0px) and (max-width:768px) {
    .header .bottom .menuWrapper ul ul {
        visibility: hidden !important
    }
}

.header .bottom .menuWrapper li {
    font-family: WYekan;
    font-size: 1rem;
    display: inline-block;
    padding: 3% 15px;
    position: relative;
    background-color: #fff;
    -webkit-transition: background-color .7s, padding .7s;
    transition: background-color .7s, padding .7s
}

html.ie7 .header .bottom .menuWrapper li,
html.ie8 .header .bottom .menuWrapper li {
    font-family: Tahoma;
    font-size: 1em
}

.header .bottom .menuWrapper li a {
    color: #4d4d4d;
    -webkit-transition: color .7s;
    transition: color .7s
}

.header .bottom .menuWrapper li a.arrow:after {
    content: ">";
    direction: rtl;
    display: block;
    float: left;
    cursor: default
}

.header .bottom .menuWrapper li:hover {
    background-color: #b86971
}

.header .bottom .menuWrapper li:hover>a {
    color: #fff
}

.header .bottom .menuWrapper li.Active {
    background-color: #b86971
}

.header .bottom .menuWrapper li.Active>a {
    color: #fff
}

@media (min-width:480px) and (max-width:768px) {
    .header .bottom .menuWrapper li {
        padding: 2% 10px
    }
}

@media (min-width:0px) and (max-width:480px) {
    .header .bottom .menuWrapper li {
        display: block;
        padding: 2% 0
    }
}

@media (min-width:0px) and (max-width:768px) {
    .header .bottom .menuWrapper {
        float: none;
        text-align: center;
        margin: 0
    }
}

@media (min-width:0px) and (max-width:480px) {
    .header .bottom .menuWrapper {
        display: none
    }

    .header .bottom .menuWrapper.show {
        display: block
    }
}

.header.fix .top {
    display: none
}

.header.fix .MainMenu>ul li {
    padding-top: 2%;
    padding-bottom: 2%
}

.footer .rowWrapper:after,
.footer:after {
    clear: both;
    content: "";
    display: block
}

@media (min-width:1200px) {
    .footer .rowWrapper {
        max-width: 1200px;
        margin-left: auto;
        margin-right: auto
    }

    .footer .rowWrapper:after {
        content: " ";
        display: block;
        clear: both
    }
}

@media (min-width:992px) and (max-width:1200px) {
    .footer .rowWrapper {
        max-width: 992px;
        margin-left: auto;
        margin-right: auto
    }

    .footer .rowWrapper:after {
        content: " ";
        display: block;
        clear: both
    }
}

@media (min-width:768px) and (max-width:992px) {
    .footer .rowWrapper {
        max-width: 768px;
        margin-left: auto;
        margin-right: auto
    }

    .footer .rowWrapper:after {
        content: " ";
        display: block;
        clear: both
    }
}

.footer {
    background-color: #3f9384;
    color: #f5f4f0;
    padding: 1% 0;
    font-family: WYekan;
    font-size: 1rem
}

html.ie7 .footer,
html.ie8 .footer {
    font-family: Tahoma;
    font-size: 1em
}

.footer .text {
    float: right;
    text-align: right;
    direction: rtl
}

@media (min-width:0px) and (max-width:768px) {
    .footer .text {
        float: none;
        text-align: center
    }
}

.footer .logo {
    float: left;
    text-align: left;
    direction: rtl
}

.footer .logo a {
    font-family: Tahoma;
    color: #98d1bf;
    -webkit-text-decoration-style: none;
    text-decoration-style: none
}

@media (min-width:0px) and (max-width:768px) {
    .footer .logo {
        float: none;
        text-align: center
    }
}

*,
:after,
:before {
    box-sizing: border-box
}

a:link:active,
a:link:hover,
a:link:link,
a:link:visited {
    text-decoration: none
}

@media (min-width:1200px) {
    html {
        font-size: 16px !important
    }
}

@media (min-width:992px) and (max-width:1200px) {
    html {
        font-size: 15px !important
    }
}

@media (min-width:768px) and (max-width:992px) {
    html {
        font-size: 14px !important
    }
}

@media (min-width:480px) and (max-width:768px) {
    html {
        font-size: 13px !important
    }
}

@media (min-width:0px) and (max-width:480px) {
    html {
        font-size: 12px !important
    }
}

body {
    font-family: WRoya;
    margin: 0
}

html.ie7 body,
html.ie8 body {
    max-width: 1000px;
    width: 1000px;
    left: 0
}

html.ie8 body {
    margin: auto
}

html.ie7 body {
    margin: unset;
    position: absolute;
    left: 0
}

.aboutUs .rowWrapper:after,
.aboutUs:after,
.boxes .rowWrapper:after,
.boxes:after,
.contacts .rowWrapper:after,
.contacts:after,
.contracts .rowWrapper:after,
.contracts:after,
.opinions .rowWrapper:after,
.opinions:after,
.sections .rowWrapper:after,
.sections:after {
    clear: both;
    content: "";
    display: block
}

@media (min-width:1200px) {

    .aboutUs .rowWrapper,
    .boxes .rowWrapper,
    .contacts .rowWrapper,
    .contracts .rowWrapper,
    .opinions .rowWrapper,
    .sections .rowWrapper {
        max-width: 1200px;
        margin-left: auto;
        margin-right: auto
    }

    .aboutUs .rowWrapper:after,
    .boxes .rowWrapper:after,
    .contacts .rowWrapper:after,
    .contracts .rowWrapper:after,
    .opinions .rowWrapper:after,
    .sections .rowWrapper:after {
        content: " ";
        display: block;
        clear: both
    }
}

@media (min-width:992px) and (max-width:1200px) {

    .aboutUs .rowWrapper,
    .boxes .rowWrapper,
    .contacts .rowWrapper,
    .contracts .rowWrapper,
    .opinions .rowWrapper,
    .sections .rowWrapper {
        max-width: 992px;
        margin-left: auto;
        margin-right: auto
    }

    .aboutUs .rowWrapper:after,
    .boxes .rowWrapper:after,
    .contacts .rowWrapper:after,
    .contracts .rowWrapper:after,
    .opinions .rowWrapper:after,
    .sections .rowWrapper:after {
        content: " ";
        display: block;
        clear: both
    }
}

@media (min-width:768px) and (max-width:992px) {

    .aboutUs .rowWrapper,
    .boxes .rowWrapper,
    .contacts .rowWrapper,
    .contracts .rowWrapper,
    .opinions .rowWrapper,
    .sections .rowWrapper {
        max-width: 768px;
        margin-left: auto;
        margin-right: auto
    }

    .aboutUs .rowWrapper:after,
    .boxes .rowWrapper:after,
    .contacts .rowWrapper:after,
    .contracts .rowWrapper:after,
    .opinions .rowWrapper:after,
    .sections .rowWrapper:after {
        content: " ";
        display: block;
        clear: both
    }
}

.customBoxes {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: stretch;
    align-items: stretch;
    justify-content: space-around;
    padding: 2% 0;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    flex-direction: row-reverse
}

.customBoxes .customBox {
    width: 150px;
    text-align: center;
    visibility: hidden
}

.customBoxes .customBox img {
    width: 50%;
    display: block;
    margin: auto
}

.customBoxes .customBox .text {
    text-align: center;
    padding: 1%;
    font-family: WYekan;
    font-size: 1rem;
    direction: rtl
}

.customBoxes .customBox a {
    text-align: center;
    font-family: WYekan;
    font-size: .9rem;
    color: #7cc2b5;
    -webkit-transition: color .7s;
    transition: color .7s
}

.customBoxes .customBox a:hover {
    color: #b94a55
}

.loading {
    background-color: #3f9384;
    padding: 0;
    margin: 0;
    text-align: center;
    font-family: arial;
    color: #fff;
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 1000;
    top: 0
}

.loading .wrapper {
    position: absolute;
    top: 50%;
    right: 50%;
    -webkit-transform: translate(50%, -50%);
    transform: translate(50%, -50%)
}

.loading .jar {
    position: relative;
    width: 200px;
    margin: 100px auto 0;
    text-align: center;
    margin: auto;
    top: 50%
}

.loading .jar .mouth {
    width: 40px;
    height: 10px;
    margin: 0 auto -1px;
    border-radius: 20px
}

.loading .jar .mouth,
.loading .jar .neck {
    border-right: 4px solid #fff;
    border-left: 4px solid #fff
}

.loading .jar .neck {
    width: 35px;
    height: 45px;
    margin: 0 auto -5px;
    z-index: 7;
    position: relative;
    background-color: #3f9384
}

.loading .jar .bubble {
    width: 10px;
    height: 10px;
    position: absolute;
    background-color: #35eefb;
    opacity: .4;
    left: 92px;
    z-index: 8;
    top: 110px;
    border-radius: 100%;
    -webkit-animation: yb 2s linear 1s infinite;
    animation: yb 2s linear 1s infinite
}

.loading .jar .bubble+.bubble {
    left: 87px;
    top: 120px;
    width: 15px;
    height: 15px;
    -webkit-animation-duration: 3s;
    animation-duration: 3s
}

.loading .jar .base {
    margin: auto;
    width: 120px;
    height: 100px;
    border: 4px solid #fff;
    border-radius: 50%;
    overflow: hidden;
    position: relative;
    z-index: 5
}

.loading .jar .base .bubble {
    left: 15px;
    top: 50px;
    -webkit-animation: xb 2.3s linear 0s infinite alternate;
    animation: xb 2.3s linear 0s infinite alternate
}

.loading .jar .base .bubble+.bubble {
    left: 75px;
    top: 40px;
    -webkit-animation-duration: 3s;
    animation-duration: 3s
}

.loading .jar .liquid {
    height: 40px;
    bottom: 0;
    right: 0
}

.loading .jar .liquid,
.loading .jar .wave {
    background-color: #35eefb;
    position: absolute;
    left: 0
}

.loading .jar .wave {
    width: 60px;
    height: 20px;
    top: 50px;
    -webkit-animation: wb 1s linear 1s infinite alternate;
    animation: wb 1s linear 1s infinite alternate;
    border-radius: 50%
}

.loading .jar .wave+.wave {
    left: auto;
    right: 0
}

.loading p {
    font-family: WYekan;
    font-size: 1.2rem;
    direction: rtl;
    text-align: center
}

html.ie7 .loading p,
html.ie8 .loading p {
    font-family: Tahoma;
    font-size: 1.2em
}

@-webkit-keyframes wb {
    0% {
        -webkit-transform: translateX(100px);
        transform: translateX(100px)
    }

    to {
        -webkit-transform: translateX(-100px);
        transform: translateX(-100px)
    }
}

@keyframes wb {
    0% {
        -webkit-transform: translateX(100px);
        transform: translateX(100px)
    }

    to {
        -webkit-transform: translateX(-100px);
        transform: translateX(-100px)
    }
}

@-webkit-keyframes xb {
    0% {
        -webkit-transform: translate(5px, 15px);
        transform: translate(5px, 15px)
    }

    50% {
        -webkit-transform: translateY(-15px);
        transform: translateY(-15px)
    }

    to {
        -webkit-transform: translate(-5px, -37px);
        transform: translate(-5px, -37px);
        opacity: 1
    }
}

@keyframes xb {
    0% {
        -webkit-transform: translate(5px, 15px);
        transform: translate(5px, 15px)
    }

    50% {
        -webkit-transform: translateY(-15px);
        transform: translateY(-15px)
    }

    to {
        -webkit-transform: translate(-5px, -37px);
        transform: translate(-5px, -37px);
        opacity: 1
    }
}

@-webkit-keyframes yb {
    0% {
        -webkit-transform: translate(3px, 10px);
        transform: translate(3px, 10px)
    }

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

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

    75% {
        -webkit-transform: translateY(-50px);
        transform: translateY(-50px);
        opacity: 1
    }

    to {
        -webkit-transform: translate(3px, -100px);
        transform: translate(3px, -100px);
        opacity: 0
    }
}

@keyframes yb {
    0% {
        -webkit-transform: translate(3px, 10px);
        transform: translate(3px, 10px)
    }

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

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

    75% {
        -webkit-transform: translateY(-50px);
        transform: translateY(-50px);
        opacity: 1
    }

    to {
        -webkit-transform: translate(3px, -100px);
        transform: translate(3px, -100px);
        opacity: 0
    }
}

.contracts .rowWrapper .title,
.sections .title {
    font-family: WYekan;
    font-size: 1.5rem;
    padding-bottom: 2%;
    padding-top: 2%;
    text-align: center;
    color: #3f9384;
    margin: 0
}

.contracts .rowWrapper html.ie7 .title,
.contracts .rowWrapper html.ie8 .title,
.sections html.ie7 .title,
.sections html.ie8 .title,
html.ie7 .contracts .rowWrapper .title,
html.ie7 .sections .title,
html.ie8 .contracts .rowWrapper .title,
html.ie8 .sections .title {
    font-family: Tahoma;
    font-size: 1.5em
}

.slideShow .topSlideShowWrapper .slide {
    height: 41vw;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative
}

.slideShow .topSlideShowWrapper .textWrapper {
    position: absolute;
    right: 18%;
    bottom: 25.5%;
    background-color: hsla(0, 0%, 100%, .8);
    text-align: justify;
    padding: 1%
}

@media (min-width:992px) and (max-width:1200px) {
    .slideShow .topSlideShowWrapper .textWrapper {
        bottom: 27.5%
    }
}

@media (min-width:768px) and (max-width:992px) {
    .slideShow .topSlideShowWrapper .textWrapper {
        bottom: 33%
    }
}

@media (min-width:480px) and (max-width:768px) {
    .slideShow .topSlideShowWrapper .textWrapper {
        width: 80%;
        right: 10%;
        bottom: 5%
    }
}

@media (min-width:0px) and (max-width:480px) {
    .slideShow .topSlideShowWrapper .textWrapper {
        width: 90%;
        right: 5%;
        bottom: 5%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%)
    }
}

.slideShow .topSlideShowWrapper .title {
    color: #000;
    font-size: 2.2rem
}

@media (min-width:0px) and (max-width:768px) {
    .slideShow .topSlideShowWrapper .title {
        text-align: center;
        font-size: 1.8rem
    }
}

.slideShow .topSlideShowWrapper .description {
    color: #000;
    font-size: 1.5rem
}

@media (min-width:480px) and (max-width:768px) {
    .slideShow .topSlideShowWrapper .description {
        text-align: center
    }
}

@media (min-width:0px) and (max-width:480px) {
    .slideShow .topSlideShowWrapper .description {
        display: none
    }
}

.slideShow .topSlideShowWrapper .owl-nav {
    display: block !important
}

.slideShow .topSlideShowWrapper .owl-prev {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%) scale(1.5);
    transform: translateY(-50%) scale(1.5);
    left: 3%;
    background-image: url(../images/temp/arrows.png);
    width: 28px;
    height: 40px;
    background-position: -16px -39px;
    background-repeat: no-repeat
}

.slideShow .topSlideShowWrapper .owl-prev:hover {
    background-position: -255px -39px
}

.slideShow .topSlideShowWrapper .owl-next {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%) scale(1.5);
    transform: translateY(-50%) scale(1.5);
    right: 3%;
    width: 28px;
    height: 40px;
    background-position: -76px -39px;
    background-repeat: no-repeat;
    background-image: url(../images/temp/arrows.png)
}

.slideShow .topSlideShowWrapper .owl-next:hover {
    background-position: -318px -39px
}

.slideShow .topSlideShowWrapper .owl-stage {
    -webkit-transition-timing-function: cubic-bezier(.18, .51, .23, .91) !important;
    transition-timing-function: cubic-bezier(.18, .51, .23, .91) !important
}

.boxes {
    z-index: 10
}

.boxes .rowWrapper {
    position: relative
}

.boxes .innerWrapper {
    width: 90%;
    position: absolute;
    left: 5%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 10;
	display: flex;
    justify-content: center;
}

.boxes .innerWrapper .test {
    display: none;
}

.boxes .innerWrapper .middle {
    width: 50%;
}

.boxes .innerWrapper .schedule {
    width: 50%;
}

@media (min-width:768px) and (max-width:992px) {
    .boxes .innerWrapper {
        width: 90%;
        left: 5%
    }
}

@media (min-width:0px) and (max-width:768px) {
    .boxes .innerWrapper {
        position: static;
        width: 100%;
        -webkit-transform: none;
        transform: none;
        left: 0
    }
}

.boxes .innerWrapper:hover .middle {
    background-color: #e6e6e6
}

.boxes .innerWrapper:hover .middle.answer .icon {
    background-image: url(../images/icons.png);
    background-position: -116px 0;
    width: 50px;
    height: 50px;
    margin: auto
}

.boxes .innerWrapper:hover .middle .title {
    color: gray
}

.boxes .innerWrapper:hover .middle a {
    color: gray;
    border: 2px solid gray
}

.boxes .box {
    width: 33.33333%;
    float: right;
    background-color: #e6e6e6;
    padding: 6% 3%;
    -webkit-transition: background-color .7s;
    transition: background-color .7s
}

.boxes .box .title {
    font-family: WYekan;
    font-size: 1.3rem;
    text-align: center;
    color: gray;
    -webkit-transition: color .7s;
    transition: color .7s
}

html.ie7 .boxes .box .title,
html.ie8 .boxes .box .title {
    font-family: Tahoma;
    font-size: 1.3em
}

.boxes .box .link {
    font-family: WYekan;
    font-size: 1rem;
    text-align: center;
    margin-top: 8%
}

html.ie7 .boxes .box .link,
html.ie8 .boxes .box .link {
    font-family: Tahoma;
    font-size: 1em
}

@media (min-width:480px) and (max-width:768px) {
    .boxes .box .link {
        font-family: WYekan;
        font-size: .7rem
    }

    html.ie7 .boxes .box .link,
    html.ie8 .boxes .box .link {
        font-family: Tahoma;
        font-size: .7em
    }
}

.boxes .box .link a {
    text-decoration: none;
    color: gray;
    -webkit-transition: border .7s, color .7s;
    transition: border .7s, color .7s;
    border: 2px solid gray;
    padding: 1% 5%;
    border-radius: 5%
}

.boxes .box.test .icon {
    background-position: 0 -149px
}

.boxes .box.answer .icon,
.boxes .box.test .icon {
    background-image: url(../images/icons.png);
    width: 50px;
    height: 50px;
    margin: auto
}

.boxes .box.answer .icon {
    background-position: -116px 0
}

.boxes .box.schedule .icon {
    background-image: url(../images/icons.png);
    background-position: -166px 0;
    width: 50px;
    height: 50px;
    margin: auto
}

.boxes .box.middle {
    background-color: #b1e8d7
}

.boxes .box.middle.answer .icon {
    background-image: url(../images/icons.png);
    background-position: -50px -99px;
    width: 50px;
    height: 50px;
    margin: auto
}

.boxes .box.middle .title {
    color: #3f9384
}

.boxes .box.middle a {
    color: #3f9384;
    border: 2px solid #fcfbf9
}

.boxes .box.middle:hover {
    background-color: #b1e8d7
}

.boxes .box.middle:hover.answer .icon {
    background-image: url(../images/icons.png);
    background-position: -50px -99px;
    width: 50px;
    height: 50px;
    margin: auto
}

.boxes .box.middle:hover .title {
    color: #3f9384
}

.boxes .box.middle:hover a {
    color: #3f9384;
    border: 2px solid #fcfbf9
}

.boxes .box:hover {
    background-color: #b1e8d7
}

.boxes .box:hover.test .icon {
    background-position: -50px -149px
}

.boxes .box:hover.answer .icon,
.boxes .box:hover.test .icon {
    background-image: url(../images/icons.png);
    width: 50px;
    height: 50px;
    margin: auto
}

.boxes .box:hover.answer .icon {
    background-position: -50px -99px
}

.boxes .box:hover.schedule .icon {
    background-image: url(../images/icons.png);
    background-position: -166px -50px;
    width: 50px;
    height: 50px;
    margin: auto
}

.boxes .box:hover .title {
    color: #3f9384
}

.boxes .box:hover a {
    color: #3f9384;
    border: 2px solid #fcfbf9
}

@media (min-width:0px) and (max-width:480px) {
    .boxes .box {
        width: 100%
    }
}

.sections .item {
    width: 22.22222%;
    float: right;
    margin-bottom: 3.44828%;
    position: relative
}

.sections .item:after {
    clear: both;
    content: "";
    display: block
}

.sections .item:nth-child(4n+1) {
    margin-left: -100%;
    clear: both;
    margin-right: 0
}

.sections .item:nth-child(4n+2) {
    margin-right: 25.92593%;
    margin-left: -100%;
    clear: none
}

.sections .item:nth-child(4n+3) {
    margin-right: 51.85185%;
    margin-left: -100%;
    clear: none
}

.sections .item:nth-child(4n+4) {
    margin-right: 77.77778%;
    margin-left: -100%;
    clear: none
}

.sections .item img {
    width: 100%
}

.sections .item .cover {
    height: 10%;
    height: 20%;
    -webkit-transition: height 1s;
    transition: height 1s;
    background-color: #fff;
    opacity: .9
}

.sections .item .cover,
.sections .item .text {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%
}

.sections .item .text {
    font-family: WYekan;
    font-size: 1rem;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    text-align: center;
    color: #3f9384;
    -webkit-transition: bottom 1s, -webkit-transform 1s;
    transition: bottom 1s, -webkit-transform 1s;
    transition: transform 1s, bottom 1s;
    transition: transform 1s, bottom 1s, -webkit-transform 1s
}

html.ie7 .sections .item .text,
html.ie8 .sections .item .text {
    font-family: Tahoma;
    font-size: 1em
}

.sections .item:hover .cover {
    height: 100%
}

.sections .item:hover .text {
    bottom: 50%;
    -webkit-transform: translateY(50%);
    transform: translateY(50%)
}

@media (min-width:0px) and (max-width:768px) {
    .sections .item {
        width: 47.61905%;
        float: right;
        margin-bottom: 2.04082%
    }

    .sections .item:nth-child(2n+1) {
        margin-left: -100%;
        clear: both;
        margin-right: 0
    }

    .sections .item:nth-child(2n+2) {
        margin-right: 52.38095%;
        margin-left: -100%;
        clear: none
    }
}

@media (min-width:0px) and (max-width:768px) {
    .sections {
        margin-bottom: 0 !important
    }
}

.contracts {
    padding-bottom: 2%;
    background-color: #f5f4f0
}

.contracts .rowWrapper .title a {
    color: #3f9384
}

.contracts .rowWrapper .title a:hover {
    color: #b94a55
}

.contracts .rowWrapper .contractCarousel img {
    width: 100%;
    margin: auto
}

.opinions {
    background-image: url(../images/opinions.jpg);
    height: 18vw;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden
}

.opinions .rowWrapper {
    position: relative;
    height: 100%
}

.opinions .text {
    font-family: WYekan;
    font-size: 1.5rem;
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 20%;
    color: #fff;
    text-align: center
}

html.ie7 .opinions .text,
html.ie8 .opinions .text {
    font-family: Tahoma;
    font-size: 1.5em
}

.opinions .text .t1 {
    font-family: WYekan;
    font-size: 1.8rem
}

html.ie7 .opinions .text .t1,
html.ie8 .opinions .text .t1 {
    font-family: Tahoma;
    font-size: 1.8em
}

.opinions .text .t2 {
    display: none
}

@media (min-width:768px) and (max-width:992px) {
    .opinions .text {
        font-family: WYekan;
        font-size: 1.2rem
    }

    html.ie7 .opinions .text,
    html.ie8 .opinions .text {
        font-family: Tahoma;
        font-size: 1.2em
    }

    .opinions .text .t1 {
        font-family: WYekan;
        font-size: 1.5rem
    }

    html.ie7 .opinions .text .t1,
    html.ie8 .opinions .text .t1 {
        font-family: Tahoma;
        font-size: 1.5em
    }
}

@media (min-width:0px) and (max-width:768px) {
    .opinions .text {
        width: 100%;
        top: 0;
        height: 20%;
        -webkit-transform: none;
        transform: none
    }

    .opinions .text .t1 {
        display: none
    }

    .opinions .text .t2 {
        display: inline
    }
}

.opinions .opinion {
    font-family: WYekan;
    font-size: 1.5rem;
    position: absolute;
    top: 50%;
    left: 0;
    width: 80%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: center;
    color: #fff
}

html.ie7 .opinions .opinion,
html.ie8 .opinions .opinion {
    font-family: Tahoma;
    font-size: 1.5em
}

@media (min-width:0px) and (max-width:768px) {
    .opinions .opinion {
        width: 100%;
        top: 40%;
        height: 80%;
        -webkit-transform: none;
        transform: none
    }
}

@media (min-width:480px) and (max-width:768px) {
    .opinions {
        height: 23vw
    }
}

@media (min-width:0px) and (max-width:480px) {
    .opinions {
        height: 42vw
    }
}

.aboutUs {
    background-color: #f5f4f0
}

.aboutUs .rowWrapper {
    padding: 3% 0
}

.aboutUs .aboutLab {
    width: 50%;
    float: right;
    direction: rtl;
    text-align: right;
    padding-left: 2%
}

.aboutUs .aboutLab .title {
    font-family: WYekan;
    font-size: 1.3rem;
    color: #3f9384;
    border-bottom: 2px solid #e6e6e6;
    padding-bottom: 1%
}

html.ie7 .aboutUs .aboutLab .title,
html.ie8 .aboutUs .aboutLab .title {
    font-family: Tahoma;
    font-size: 1.3em
}

.aboutUs .aboutLab .content {
    font-family: WYekan;
    font-size: 1.1rem;
    text-align: justify;
    color: gray;
    padding-top: 1%;
    direction: rtl
}

html.ie7 .aboutUs .aboutLab .content,
html.ie8 .aboutUs .aboutLab .content {
    font-family: Tahoma;
    font-size: 1.1em
}

.aboutUs .aboutLab .content ul {
    padding: 0;
    list-style-position: inside
}

.aboutUs .aboutLab .moreInfo {
    font-family: WYekan;
    font-size: 1.1rem;
    display: inline-block;
    background-color: #7cc2b5;
    padding: 1%;
    color: #f5f4f0
}

html.ie7 .aboutUs .aboutLab .moreInfo,
html.ie8 .aboutUs .aboutLab .moreInfo {
    font-family: Tahoma;
    font-size: 1.1em
}

@media (min-width:0px) and (max-width:768px) {
    .aboutUs .aboutLab {
        width: 100%;
        float: none;
        padding: 1%;
        text-align: center
    }

    .aboutUs .aboutLab .title {
        text-align: center
    }
}

.aboutUs .contactUs {
    width: 50%;
    float: left;
    direction: rtl;
    text-align: right;
    padding-right: 2%
}

.aboutUs .contactUs .title {
    font-family: WYekan;
    font-size: 1.3rem;
    color: #3f9384;
    border-bottom: 2px solid #e6e6e6;
    padding-bottom: 1%
}

html.ie7 .aboutUs .contactUs .title,
html.ie8 .aboutUs .contactUs .title {
    font-family: Tahoma;
    font-size: 1.3em
}

.aboutUs .contactUs .content {
    font-family: WYekan;
    font-size: 1.1rem;
    direction: rtl;
    text-align: right;
    color: gray;
    padding-top: 1%
}

html.ie7 .aboutUs .contactUs .content,
html.ie8 .aboutUs .contactUs .content {
    font-family: Tahoma;
    font-size: 1.1em
}

.aboutUs .contactUs table {
    width: 100%
}

.aboutUs .contactUs tr {
    display: block;
    width: 100%
}

.aboutUs .contactUs tr:nth-child(1) {
    width: 49%;
    display: inline-block;
    padding-left: 1%
}

.aboutUs .contactUs tr:nth-child(1) .FormViewer-FormLabel {
    text-align: right;
    width: 100%;
    padding: 0;
    display: block
}

.aboutUs .contactUs tr:nth-child(1) .FormViewer-FormField {
    text-align: right;
    width: 100%;
    display: block
}

.aboutUs .contactUs tr:nth-child(3) {
    width: 50%;
    display: inline-block
}

.aboutUs .contactUs tr:nth-child(3) .FormViewer-FormLabel {
    text-align: right;
    width: 100%;
    padding: 0;
    display: block
}

.aboutUs .contactUs tr:nth-child(3) .FormViewer-FormField {
    text-align: right;
    width: 100%;
    display: block
}

.aboutUs .contactUs tr:nth-child(5) {
    width: 100%;
    display: block;
    padding-top: 2%
}

.aboutUs .contactUs tr:nth-child(5) .FormViewer-FormLabel {
    text-align: right;
    width: 100%;
    padding: 0;
    display: block
}

.aboutUs .contactUs tr:nth-child(5) .FormViewer-FormField {
    text-align: right;
    width: 100%;
    display: block
}

.aboutUs .contactUs tr:nth-child(6) {
    width: 100%;
    display: block;
    padding-top: 3%
}

.aboutUs .contactUs tr:nth-child(6) .FormViewer-FormLabel {
    display: none
}

.aboutUs .contactUs tr:nth-child(6) .FormViewer-FormField {
    display: block
}

.aboutUs .contactUs input {
    font-family: WYekan;
    font-size: 1.1rem;
    width: 100%;
    border: 0;
    outline-color: #fff;
    -webkit-transition: outline .6s;
    transition: outline .6s
}

html.ie7 .aboutUs .contactUs input,
html.ie8 .aboutUs .contactUs input {
    font-family: Tahoma;
    font-size: 1.1em
}

.aboutUs .contactUs input:focus {
    outline-color: #3f9384
}

.aboutUs .contactUs input[type=reset] {
    display: none
}

.aboutUs .contactUs input[type=submit] {
    color: #f5f4f0;
    background-color: #7cc2b5;
    cursor: pointer;
    display: block;
    width: auto;
}

.aboutUs .contactUs textarea {
    font-family: WYekan;
    font-size: 1.1rem;
    width: 100%;
    border: 0;
    height: 26.3rem;
    outline-color: #fff;
    -webkit-transition: outline .6s;
    transition: outline .6s
}

html.ie7 .aboutUs .contactUs textarea,
html.ie8 .aboutUs .contactUs textarea {
    font-family: Tahoma;
    font-size: 1.1em
}

.aboutUs .contactUs textarea:focus {
    outline-width: medium;
    outline-color: #3f9384
}

@media (min-width:992px) and (max-width:1200px) {
    .aboutUs .contactUs textarea {
        height: 29rem
    }
}

@media (min-width:768px) and (max-width:992px) {
    .aboutUs .contactUs textarea {
        height: 34.5rem
    }
}

@media (min-width:0px) and (max-width:768px) {
    .aboutUs .contactUs {
        width: 100%;
        float: none;
        padding: 2% 1% 1%
    }

    .aboutUs .contactUs .title {
        text-align: center
    }

    .aboutUs .contactUs textarea {
        height: 10rem
    }

    .aboutUs .contactUs input[type=submit] {
        margin: auto
    }
}

.contacts {
    background-color: #7cc2b5
}

.contacts .title {
    font-family: WYekan;
    font-size: 1.2rem;
    color: #f5f4f0;
    border-bottom: 1px solid #3f9384;
    text-align: center
}

html.ie7 .contacts .title,
html.ie8 .contacts .title {
    font-family: Tahoma;
    font-size: 1.2em
}

.contacts .content {
    font-family: WYekan;
    font-size: 1rem;
    color: #f5f4f0;
    text-align: right;
    direction: rtl;
    border-bottom: 1px solid #3f9384
}

html.ie7 .contacts .content,
html.ie8 .contacts .content {
    font-family: Tahoma;
    font-size: 1em
}

@media (min-width:0px) and (max-width:768px) {
    .contacts .content {
        border-bottom: none
    }
}

.contacts .rowWrapper {
    padding: 2% 0
}

.contacts .contact {
    width: 28.57143%;
    float: right;
    margin-left: 7.14286%
}

@media (min-width:0px) and (max-width:768px) {
    .contacts .contact {
        width: 89.79592%;
        margin: auto;
        float: none
    }
}

.contacts .hours {
    width: 28.57143%;
    float: right;
    margin-left: 7.14286%
}

@media (min-width:0px) and (max-width:768px) {
    .contacts .hours {
        width: 89.79592%;
        margin: auto;
        float: none
    }
}

.contacts .instagram {
    width: 28.57143%;
    float: left;
    margin-left: 0
}

.contacts .instagram:after {
    clear: both;
    content: "";
    display: block
}

.contacts .instagram img {
    width: 33.33333%;
    float: right;
    padding-right: 1.85185%;
    padding-left: 1.85185%;
    -webkit-transition: -webkit-transform 2s;
    transition: -webkit-transform 2s;
    transition: transform 2s;
    transition: transform 2s, -webkit-transform 2s
}

.contacts .instagram div:after {
    clear: both;
    content: "";
    display: block
}

.contacts .instagram .content {
    padding: 9% 0
}

@media (min-width:992px) and (max-width:1200px) {
    .contacts .instagram .content {
        padding: 11.5% 0
    }
}

@media (min-width:768px) and (max-width:992px) {
    .contacts .instagram .content {
        padding: 15.3% 0
    }
}

.contacts .instagram:hover img {
    -webkit-animation: zb 1s;
    animation: zb 1s
}

@-webkit-keyframes zb {
    0% {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }

    50% {
        -webkit-transform: scale3d(1.05, 1.05, 1.05);
        transform: scale3d(1.05, 1.05, 1.05)
    }

    to {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }
}

@keyframes zb {
    0% {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }

    50% {
        -webkit-transform: scale3d(1.05, 1.05, 1.05);
        transform: scale3d(1.05, 1.05, 1.05)
    }

    to {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }
}

@media (min-width:0px) and (max-width:768px) {
    .contacts .instagram {
        width: 89.79592%;
        margin: auto;
        float: none
    }
}

.maps .map {
    height: 37vw
}

input#ucNodeView_ctl00_contactUs_ctl03_ctl02_ucInputFormViewer_ucFormCaptchaControl_tbxCode {
    border: 2px solid #7cc2b5;
}