@font-face {
    font-family: 'Comfortaa';
    src: url("../fonts/Comfortaa-Light.woff2") format("woff2"), url("../fonts/Comfortaa-Light.woff") format("woff");
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Comfortaa';
    src: url("../fonts/Comfortaa-Regular.woff2") format("woff2"), url("../fonts/Comfortaa-Regular.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Comfortaa';
    src: url("../fonts/Comfortaa-Bold.woff2") format("woff2"), url("../fonts/Comfortaa-Bold.woff") format("woff");
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'icomoon';
    src: url("../fonts/icomoon.eot?k6n664");
    src: url("../fonts/icomoon.eot?k6n664#iefix") format("embedded-opentype"), url("../fonts/icomoon.ttf?k6n664") format("truetype"), url("../fonts/icomoon.woff?k6n664") format("woff"), url("../fonts/icomoon.svg?k6n664#icomoon") format("svg");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'IRANSans-num';
    src: url("../fonts/IRANSansFaNum.eot");
    src: url("../fonts/IRANSansFaNum.eot?#iefix") format("embedded-opentype"), url("../fonts/IRANSansFaNum.woff2") format("woff2"), url("../fonts/IRANSansFaNum.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}

.loader-box {
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100vh;
    z-index: 99999;
    background: #f44336;
    display: inline-block;
}

.en-lan * {
    font-family: 'Comfortaa';
}

.fa-lan * {
    font-family: 'IRANSans-num';
}

.fa-font {
    font-family: 'IRANSans-num' !important;
}

.en-font {
    font-family: 'Comfortaa' !important;
}

i {
    vertical-align: middle;
}

.icon {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-mouse:before {
    content: "\e90a";
}

.icon-menu:before {
    content: "\e900";
}

.icon-next:before {
    content: "\e901";
}

.icon-google-plus-logo:before {
    content: "\e902";
}

.icon-linkedin-logo:before {
    content: "\e903";
}

.icon-facebook-logo:before {
    content: "\e904";
}

.icon-instagram-logo:before {
    content: "\e905";
}

.icon-telegram-logo:before {
    content: "\e906";
}

.icon-twitter-logo:before {
    content: "\e907";
}

.icon-whatsapp-logo:before {
    content: "\e908";
}

.icon-send:before {
    content: "\e909";
}



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

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

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

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

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

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

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

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

.fa-ul>li {
    position: relative
}

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

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

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

.fa-pull-left {
    float: left
}

.fa-pull-right {
    float: right
}

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

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

.pull-right {
    float: right
}

.pull-left {
    float: left
}

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

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

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

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

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

    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

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

    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

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

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

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

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

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

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

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

.fa-bars:before {
    content: "\f0c9"
}

.fa-plus:before {
    content: "\f067"
}

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

body {
    overflow-x: hidden;
    
}

html {
    margin-top: 0 !important;
}

.row-c {
    overflow: hidden;
    display: inline-block;
    width: 100%;
}

/*
main{
   overflow-x: hidden;
}

.sec-1,
.sec-2,
.sec-3,
.sec-4{


   overflow-x: hidden;
}*/
::-moz-selection {
    /* Code for Firefox */
    color: red;
    background: yellow;
}

::selection {
    color: #fff;
    background: #1b1b1b;
}

@media (max-width: 767px) {
    .c-pdd-xs {
        padding-right: 0 !important;
        padding-left: 0 !important;
    }

    .l-pdd-xs {
        padding-left: 0 !important;
    }

    .r-pdd-xs {
        padding-right: 0 !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .c-pdd-sm {
        padding-right: 0 !important;
        padding-left: 0 !important;
    }

    .l-pdd-sm {
        padding-left: 0 !important;
    }

    .r-pdd-sm {
        padding-right: 0 !important;
    }
}

/* ------------md----------- */
@media (min-width: 992px) and (max-width: 1199px) {
    .c-pdd-md {
        padding-right: 0 !important;
        padding-left: 0 !important;
    }

    .l-pdd-md {
        padding-left: 0 !important;
    }

    .r-pdd-md {
        padding-right: 0 !important;
    }
}

/* ------------lg----------- */
@media (min-width: 1200px) {
    .c-pdd-lg {
        padding-right: 0 !important;
        padding-left: 0 !important;
    }

    .l-pdd-lg {
        padding-left: 0 !important;
    }

    .r-pdd-lg {
        padding-right: 0 !important;
    }
}

.dis-in {
    display: inline-block;
}

.c-pdd {
    padding-right: 0 !important;
    padding-left: 0 !important;
}

.l-pdd {
    padding-left: 0 !important;
}

.r-pdd {
    padding-right: 0 !important;
}

.rotate180 {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

a {
    text-decoration: none !important;
    cursor: pointer;
}

/* ---------- var ------- */
.en-num {
    font-family: sans-serif;
}

.bor-b {
    border-bottom: 1px solid;
    border-color: #f1c40f;
}

.bor-t {
    border-top: 1px solid;
    border-color: #f1c40f;
}

.bs-box {
    -webkit-box-shadow: 0 0px 6px rgba(0, 0, 0, 0.15);
    box-shadow: 0 0px 6px rgba(0, 0, 0, 0.15);
    margin-bottom: 15px;
    border-radius: 2px;
    display: inline-block;
    width: 100%;
    background: #fff;
}

button {
    outline: none !important;
}


.mr_sec_1 {

    margin: 0 0 220px;
}

/* ---------- header ------- */


/*
 * Arrow Right
 */
.hamburger--arrow-r.is-active .hamburger-inner::before {
    transform: translate3d(8px, 0, 0) rotate(45deg) scale(0.7, 1);
}

.hamburger--arrow-r.is-active .hamburger-inner::after {
    transform: translate3d(8px, 0, 0) rotate(-45deg) scale(0.7, 1);
}

/*
 * Arrow
 */
.hamburger--arrow.is-active .hamburger-inner::before {
    transform: translate3d(-8px, 0, 0) rotate(-45deg) scale(0.7, 1);
}

.hamburger--arrow.is-active .hamburger-inner::after {
    transform: translate3d(-8px, 0, 0) rotate(45deg) scale(0.7, 1);
}

/*
 * Arrow Alt Right
 */
.hamburger--arrowalt-r .hamburger-inner::before {
    transition: top 0.1s 0.15s ease, transform 0.15s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.hamburger--arrowalt-r .hamburger-inner::after {
    transition: bottom 0.1s 0.15s ease, transform 0.15s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.hamburger--arrowalt-r.is-active .hamburger-inner::before {
    top: 0;
    transform: translate3d(8px, -10px, 0) rotate(45deg) scale(0.7, 1);
    transition: top 0.1s ease, transform 0.15s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
}

.hamburger--arrowalt-r.is-active .hamburger-inner::after {
    bottom: 0;
    transform: translate3d(8px, 10px, 0) rotate(-45deg) scale(0.7, 1);
    transition: bottom 0.1s ease, transform 0.15s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
}

/*
 * Arrow Alt
 */
.hamburger--arrowalt .hamburger-inner::before {
    transition: top 0.1s 0.15s ease, transform 0.15s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.hamburger--arrowalt .hamburger-inner::after {
    transition: bottom 0.1s 0.15s ease, transform 0.15s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.hamburger--arrowalt.is-active .hamburger-inner::before {
    top: 0;
    transform: translate3d(-8px, -10px, 0) rotate(-45deg) scale(0.7, 1);
    transition: top 0.1s ease, transform 0.15s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
}

.hamburger--arrowalt.is-active .hamburger-inner::after {
    bottom: 0;
    transform: translate3d(-8px, 10px, 0) rotate(45deg) scale(0.7, 1);
    transition: bottom 0.1s ease, transform 0.15s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
}

.hamburger {
    padding: 15px 15px;
    display: inline-block;
    cursor: pointer;
    transition-property: opacity, filter;
    transition-duration: 0.15s;
    transition-timing-function: linear;
    font: inherit;
    color: inherit;
    text-transform: none;
    background-color: transparent;
    border: 0;
    margin: 0;
    overflow: visible;
}

.hamburger:hover {
    opacity: 0.7;
}

.hamburger-box {
    width: 40px;
    height: 24px;
    display: inline-block;
    position: relative;
}

.hamburger-inner {
    display: block;
    top: 50%;
    margin-top: -2px;
}

.hamburger-inner,
.hamburger-inner::before,
.hamburger-inner::after {
    width: 40px;
    height: 4px;
    background-color: #000;
    border-radius: 4px;
    position: absolute;
    transition-property: transform;
    transition-duration: 0.15s;
    transition-timing-function: ease;
}

.hamburger-inner::before,
.hamburger-inner::after {
    content: "";
    display: block;
}

.hamburger-inner::before {
    top: -10px;
}

.hamburger-inner::after {
    bottom: -10px;
}

/*
 * Boring
 */
.hamburger--boring .hamburger-inner,
.hamburger--boring .hamburger-inner::before,
.hamburger--boring .hamburger-inner::after {
    transition-property: none;
}

.hamburger--boring.is-active .hamburger-inner {
    transform: rotate(45deg);
}

.hamburger--boring.is-active .hamburger-inner::before {
    top: 0;
    opacity: 0;
}

.hamburger--boring.is-active .hamburger-inner::after {
    bottom: 0;
    transform: rotate(-90deg);
}

/*
 * Collapse Reverse
 */
.hamburger--collapse-r .hamburger-inner {
    top: auto;
    bottom: 0;
    transition-duration: 0.15s;
    transition-delay: 0.15s;
    transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--collapse-r .hamburger-inner::after {
    top: -20px;
    transition: top 0.3s 0.3s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear;
}

.hamburger--collapse-r .hamburger-inner::before {
    transition: top 0.12s 0.3s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--collapse-r.is-active .hamburger-inner {
    transform: translate3d(0, -10px, 0) rotate(45deg);
    transition-delay: 0.32s;
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--collapse-r.is-active .hamburger-inner::after {
    top: 0;
    opacity: 0;
    transition: top 0.3s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.27s linear;
}

.hamburger--collapse-r.is-active .hamburger-inner::before {
    top: 0;
    transform: rotate(90deg);
    transition: top 0.12s 0.18s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.15s 0.42s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
 * Collapse
 */
.hamburger--collapse .hamburger-inner {
    top: auto;
    bottom: 0;
    transition-duration: 0.15s;
    transition-delay: 0.15s;
    transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--collapse .hamburger-inner::after {
    top: -20px;
    transition: top 0.3s 0.3s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear;
}

.hamburger--collapse .hamburger-inner::before {
    transition: top 0.12s 0.3s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--collapse.is-active .hamburger-inner {
    transform: translate3d(0, -10px, 0) rotate(-45deg);
    transition-delay: 0.32s;
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--collapse.is-active .hamburger-inner::after {
    top: 0;
    opacity: 0;
    transition: top 0.3s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.27s linear;
}

.hamburger--collapse.is-active .hamburger-inner::before {
    top: 0;
    transform: rotate(-90deg);
    transition: top 0.12s 0.18s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.15s 0.42s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
 * Elastic Reverse
 */
.hamburger--elastic-r .hamburger-inner {
    top: 0;
    transition-duration: 0.4s;
    transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.hamburger--elastic-r .hamburger-inner::before {
    top: 10px;
    transition: opacity 0.15s 0.4s ease;
}

.hamburger--elastic-r .hamburger-inner::after {
    top: 20px;
    transition: transform 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.hamburger--elastic-r.is-active .hamburger-inner {
    transform: translate3d(0, 10px, 0) rotate(-135deg);
    transition-delay: 0.1s;
}

.hamburger--elastic-r.is-active .hamburger-inner::before {
    transition-delay: 0s;
    opacity: 0;
}

.hamburger--elastic-r.is-active .hamburger-inner::after {
    transform: translate3d(0, -20px, 0) rotate(270deg);
    transition-delay: 0.1s;
}

/*
 * Elastic
 */
.hamburger--elastic .hamburger-inner {
    top: 0;
    transition-duration: 0.4s;
    transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.hamburger--elastic .hamburger-inner::before {
    top: 10px;
    transition: opacity 0.15s 0.4s ease;
}

.hamburger--elastic .hamburger-inner::after {
    top: 20px;
    transition: transform 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.hamburger--elastic.is-active .hamburger-inner {
    transform: translate3d(0, 10px, 0) rotate(135deg);
    transition-delay: 0.1s;
}

.hamburger--elastic.is-active .hamburger-inner::before {
    transition-delay: 0s;
    opacity: 0;
}

.hamburger--elastic.is-active .hamburger-inner::after {
    transform: translate3d(0, -20px, 0) rotate(-270deg);
    transition-delay: 0.1s;
}

/*
 * Emphatic Reverse
 */
.hamburger--emphatic-r {
    overflow: hidden;
}

.hamburger--emphatic-r .hamburger-inner {
    transition: background-color 0.2s 0.25s ease-in;
}

.hamburger--emphatic-r .hamburger-inner::before {
    left: 0;
    transition: transform 0.2s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.2s linear, left 0.2s 0.25s ease-in;
}

.hamburger--emphatic-r .hamburger-inner::after {
    top: 10px;
    right: 0;
    transition: transform 0.2s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.2s linear, right 0.2s 0.25s ease-in;
}

.hamburger--emphatic-r.is-active .hamburger-inner {
    transition-delay: 0s;
    transition-timing-function: ease-out;
    background-color: transparent;
}

.hamburger--emphatic-r.is-active .hamburger-inner::before {
    left: -80px;
    top: 80px;
    transform: translate3d(80px, -80px, 0) rotate(-45deg);
    transition: left 0.2s ease-out, top 0.05s 0.2s linear, transform 0.2s 0.25s cubic-bezier(0.075, 0.82, 0.165, 1);
}

.hamburger--emphatic-r.is-active .hamburger-inner::after {
    right: -80px;
    top: 80px;
    transform: translate3d(-80px, -80px, 0) rotate(45deg);
    transition: right 0.2s ease-out, top 0.05s 0.2s linear, transform 0.2s 0.25s cubic-bezier(0.075, 0.82, 0.165, 1);
}

/*
 * Emphatic
 */
.hamburger--emphatic {
    overflow: hidden;
}

.hamburger--emphatic .hamburger-inner {
    transition: background-color 0.2s 0.25s ease-in;
}

.hamburger--emphatic .hamburger-inner::before {
    left: 0;
    transition: transform 0.2s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.2s linear, left 0.2s 0.25s ease-in;
}

.hamburger--emphatic .hamburger-inner::after {
    top: 10px;
    right: 0;
    transition: transform 0.2s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.2s linear, right 0.2s 0.25s ease-in;
}

.hamburger--emphatic.is-active .hamburger-inner {
    transition-delay: 0s;
    transition-timing-function: ease-out;
    background-color: transparent;
}

.hamburger--emphatic.is-active .hamburger-inner::before {
    left: -80px;
    top: -80px;
    transform: translate3d(80px, 80px, 0) rotate(45deg);
    transition: left 0.2s ease-out, top 0.05s 0.2s linear, transform 0.2s 0.25s cubic-bezier(0.075, 0.82, 0.165, 1);
}

.hamburger--emphatic.is-active .hamburger-inner::after {
    right: -80px;
    top: -80px;
    transform: translate3d(-80px, 80px, 0) rotate(-45deg);
    transition: right 0.2s ease-out, top 0.05s 0.2s linear, transform 0.2s 0.25s cubic-bezier(0.075, 0.82, 0.165, 1);
}

/*
 * Slider Reverse
 */
.hamburger--slider-r .hamburger-inner {
    top: 0;
}

.hamburger--slider-r .hamburger-inner::before {
    top: 10px;
    transition-property: transform, opacity;
    transition-timing-function: ease;
    transition-duration: 0.2s;
}

.hamburger--slider-r .hamburger-inner::after {
    top: 20px;
}

.hamburger--slider-r.is-active .hamburger-inner {
    transform: translate3d(0, 10px, 0) rotate(-45deg);
}

.hamburger--slider-r.is-active .hamburger-inner::before {
    transform: rotate(45deg) translate3d(5.7142857143px, -6px, 0);
    opacity: 0;
}

.hamburger--slider-r.is-active .hamburger-inner::after {
    transform: translate3d(0, -20px, 0) rotate(90deg);
}

/*
 * Slider
 */
.hamburger--slider .hamburger-inner {
    top: 0;
}

.hamburger--slider .hamburger-inner::before {
    top: 10px;
    transition-property: transform, opacity;
    transition-timing-function: ease;
    transition-duration: 0.2s;
}

.hamburger--slider .hamburger-inner::after {
    top: 20px;
}

.hamburger--slider.is-active .hamburger-inner {
    transform: translate3d(0, 10px, 0) rotate(45deg);
}

.hamburger--slider.is-active .hamburger-inner::before {
    transform: rotate(-45deg) translate3d(-5.7142857143px, -6px, 0);
    opacity: 0;
}

.hamburger--slider.is-active .hamburger-inner::after {
    transform: translate3d(0, -20px, 0) rotate(-90deg);
}

/*
 * Spin Reverse
 */
.hamburger--spin-r .hamburger-inner {
    transition-duration: 0.3s;
    transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spin-r .hamburger-inner::before {
    transition: top 0.1s 0.34s ease-in, opacity 0.1s ease-in;
}

.hamburger--spin-r .hamburger-inner::after {
    transition: bottom 0.1s 0.34s ease-in, transform 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spin-r.is-active .hamburger-inner {
    transform: rotate(-225deg);
    transition-delay: 0.14s;
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--spin-r.is-active .hamburger-inner::before {
    top: 0;
    opacity: 0;
    transition: top 0.1s ease-out, opacity 0.1s 0.14s ease-out;
}

.hamburger--spin-r.is-active .hamburger-inner::after {
    bottom: 0;
    transform: rotate(-90deg);
    transition: bottom 0.1s ease-out, transform 0.3s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
 * Spin
 */
.hamburger--spin .hamburger-inner {
    transition-duration: 0.3s;
    transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spin .hamburger-inner::before {
    transition: top 0.1s 0.34s ease-in, opacity 0.1s ease-in;
}

.hamburger--spin .hamburger-inner::after {
    transition: bottom 0.1s 0.34s ease-in, transform 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spin.is-active .hamburger-inner {
    transform: rotate(225deg);
    transition-delay: 0.14s;
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--spin.is-active .hamburger-inner::before {
    top: 0;
    opacity: 0;
    transition: top 0.1s ease-out, opacity 0.1s 0.14s ease-out;
}

.hamburger--spin.is-active .hamburger-inner::after {
    bottom: 0;
    transform: rotate(-90deg);
    transition: bottom 0.1s ease-out, transform 0.3s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
 * Squeeze
 */
.hamburger--squeeze .hamburger-inner {
    transition-duration: 0.1s;
    transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--squeeze .hamburger-inner::before {
    transition: top 0.1s 0.14s ease, opacity 0.1s ease;
}

.hamburger--squeeze .hamburger-inner::after {
    transition: bottom 0.1s 0.14s ease, transform 0.1s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--squeeze.is-active .hamburger-inner {
    transform: rotate(45deg);
    transition-delay: 0.14s;
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--squeeze.is-active .hamburger-inner::before {
    top: 0;
    opacity: 0;
    transition: top 0.1s ease, opacity 0.1s 0.14s ease;
}

.hamburger--squeeze.is-active .hamburger-inner::after {
    bottom: 0;
    transform: rotate(-90deg);
    transition: bottom 0.1s ease, transform 0.1s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
 * Vortex Reverse
 */
.hamburger--vortex-r .hamburger-inner {
    transition-duration: 0.3s;
    transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.hamburger--vortex-r .hamburger-inner::before,
.hamburger--vortex-r .hamburger-inner::after {
    transition-duration: 0s;
    transition-delay: 0.1s;
    transition-timing-function: linear;
}

.hamburger--vortex-r .hamburger-inner::before {
    transition-property: top, opacity;
}

.hamburger--vortex-r .hamburger-inner::after {
    transition-property: bottom, transform;
}

.hamburger--vortex-r.is-active .hamburger-inner {
    transform: rotate(-765deg);
    transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.hamburger--vortex-r.is-active .hamburger-inner::before,
.hamburger--vortex-r.is-active .hamburger-inner::after {
    transition-delay: 0s;
}

.hamburger--vortex-r.is-active .hamburger-inner::before {
    top: 0;
    opacity: 0;
}

.hamburger--vortex-r.is-active .hamburger-inner::after {
    bottom: 0;
    transform: rotate(-90deg);
}


.hamburger--vortex .hamburger-inner {
    transition-duration: 0.3s;
    transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.hamburger--vortex .hamburger-inner::before,
.hamburger--vortex .hamburger-inner::after {
    transition-duration: 0s;
    transition-delay: 0.1s;
    transition-timing-function: linear;
}

.hamburger--vortex .hamburger-inner::before {
    transition-property: top, opacity;
}

.hamburger--vortex .hamburger-inner::after {
    transition-property: bottom, transform;
}

.hamburger--vortex.is-active .hamburger-inner {
    transform: rotate(765deg);
    transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.hamburger--vortex.is-active .hamburger-inner::before,
.hamburger--vortex.is-active .hamburger-inner::after {
    transition-delay: 0s;
}

.hamburger--vortex.is-active .hamburger-inner::before {
    top: 0;
    opacity: 0;
}

.hamburger--vortex.is-active .hamburger-inner::after {
    bottom: 0;
    transform: rotate(90deg);
}



.hamburger {
    position: absolute;
    right: 20px;
    top: 20px;
    z-index: 99999;
    outline: none;
    color: white;
    filter: contrast(0) brightness(51.5);
}

#navigation {
    width: 100%;
    min-width: 480px;
    text-align: center;
    position: fixed;
    visibility: hidden;
    z-index:9999;
    transition: 2s;
  }


#navigation.is-active {
  visibility: visible ;

}

#navigation .nav-menu {
    width: 100%;
    list-style: none;
    padding: 0px;
}

#navigation .nav-menu li:nth-child(n+1) {
    background: #1b1b1b;
}

#navigation .nav-menu li:nth-child(6n-1) {
    transition: transform 0.7s ease-in-out 0.0666666667s;
}

#navigation .nav-menu li:nth-child(n+2) {
    background: #3f51b5;
}

#navigation .nav-menu li:nth-child(6n-2) {
    transition: transform 0.7s ease-in-out 0.1333333333s;
}

#navigation .nav-menu li:nth-child(n+3) {
    background: #f34213;
}

#navigation .nav-menu li:nth-child(6n-3) {
    transition: transform 0.7s ease-in-out 0.2s;
}

#navigation .nav-menu li:nth-child(n+4) {
    background: #009688;
}

#navigation .nav-menu li:nth-child(6n-4) {
    transition: transform 0.7s ease-in-out 0.2666666667s;
}

#navigation .nav-menu li:nth-child(n+5) {
    background: #ffc107;
}

#navigation .nav-menu li:nth-child(6n-5) {
    transition: transform 0.7s ease-in-out 0.3333333333s;
}

#navigation .nav-menu .menu-item {
    display: inline-block;
    width: 20%;
    position: relative;
    transform: translateY(-100%);
}

#navigation .nav-menu .menu-item a {
    display: block;
    width: 100%;
    height: 100vh;
    text-decoration: none;
    color: #fff;
    font-size: 0.8em;

    text-transform: uppercase;
    line-height: 100vh;
}

#navigation .nav-menu .menu-item a img{
  display: block;
    width: 132px;
    position: absolute;
    top: calc(50% + -95px);
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 1;
}


@media screen and (min-width: 780px) {
    #navigation .nav-menu .menu-item a {
        font-size: 1.5em;
    }
}

#navigation .nav-menu .menu-item a:hover {
    background: rgba(0, 0, 0, 0.2);
}

.is-active .nav-menu li:nth-child(n+1) {
    transform: translateY(0) !important;
    transition: transform 0.7s ease-in-out 0.0666666667s !important;
}

.is-active .nav-menu li:nth-child(n+2) {
    transform: translateY(0) !important;
    transition: transform 0.7s ease-in-out 0.1333333333s !important;
}

.is-active .nav-menu li:nth-child(n+3) {
    transform: translateY(0) !important;
    transition: transform 0.7s ease-in-out 0.2s !important;
}

.is-active .nav-menu li:nth-child(n+4) {
    transform: translateY(0) !important;
    transition: transform 0.7s ease-in-out 0.2666666667s !important;
}

.is-active .nav-menu li:nth-child(n+5) {
    transform: translateY(0) !important;
    transition: transform 0.7s ease-in-out 0.3333333333s !important;
}



header .logo-o {
    width: 40px;
    float: right;
}

header .logo-m img {
    width: 110px;
    float: left;
}

header .navbar-2 .logo-o {
    filter: brightness(10);
    width: 27px;
    margin-top: 4px;
}



header .logo-o-name {
    display: inline-block;
    font-size: 18px;
    margin: 18px 0 0;
    margin-right: 9px;
    color: #5f5f5f;
    font-weight: 400;
}

header .logo-o-name b {
    font-size: 23px;
    color: #d72e2e;
}

header .navbar-2 .logo-o-name {
    color: #fff;
    font-size: 18px;
    margin-top: 9px;
}

.logo_sec_row {

    border-left: 2px dotted silver;
    padding-left: 20px;

}

header .list-inline {
    margin-top: 6px;
    margin-bottom: 0;
}

header .navbar {
    padding: 9px 15px;
    z-index: 99;
    background: #fff;
    margin: 0;
    margin-bottom: 50px;
    border-radius: 0px;
    position: static;
    width: 100%;
    transition: 0.2s;
    border-bottom: 2px dotted silver;
}

.header-2 {
    height: 68px;
    position: static;
}

header .navbar-2 {
    box-shadow: 0 1px 15px rgba(0, 0, 0, 0.20);
    z-index: 99999;
    background: #49e88ff0;
    padding: 4px 15px;
}

header .navbar.loged-navbar {
    top: 32px;
}

header .navbar.index-top-nav {
    position: absolute;
    top: 0;
    right: 0;
}

header .navbar .navbar-toggle {
    color: #262626;
    font-size: 30px;
    padding: 2px;
    margin: 0;
    margin-right: 12px;
}

header .search-box input::-webkit-input-placeholder,
header .search-box input::-moz-placeholder,
header .search-box input:-ms-input-placeholder,
header .search-box input:-moz-placeholder {
    color: #fff;
    font-size: 18px;
    font-weight: 100;
}

header .ul_before {
    margin-top: 14px;
}

header .nav#menu-top_menu li {
    position: relative;
    line-height: 2.2;
}

header .nav#menu-top_menu ul.sub-menu {
    display: none;
    list-style: none;
    position: absolute;
    background: #545454;
    padding: 10px 10px;
    width: 240px;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.10);
    border-radius: 0px 0px 5px 5px;
    z-index: 98;
    top: 36px;
    right: 0px;
    border-top: 4px solid #ff9800;
}

header .nav#menu-top_menu ul.sub-menu.sub-menu-opened {
    display: block;
}

header .nav#menu-top_menu li:hover>a {
    color: #f44336;
    background: transparent;
}

header .navbar-2 .nav#menu-top_menu li:hover>a {
    color: #18a360;
}

header .nav#menu-top_menu li.menu-item-has-children>a {
    border-radius: 6px 6px 0px 0px;
}

header .nav#menu-top_menu li.menu-item-has-children>a::after {
    content: "\f107";
    font-family: 'fontawesome';
    margin-right: 7px;
    vertical-align: middle;
    font-size: 21px;
    color: #d68206;
}

header .nav a {
    color: #ffffff;

    font-size: 15px;
    padding: 8px 15px;
    transition: 0.2s;
    font-weight: 100;
    background: #595959;
    margin-left: 8px;
    border-radius: 3px;
}

header .navbar-2 .nav a {
    color: #ffffff;
}

header .nav a:focus,
header .nav a:active {
    background: transparent;
}

header .search-row {
    position: relative;
    display: inline-block;
    margin-right: 30px;
    margin-top: 3px;
    float: left;
}

header .search-row .sub-b-s {
    background: transparent;
    border: none;
    color: #909090;
    font-size: 20px;
    outline: none !important;
}

header .navbar-2 .search-row .sub-b-s {
    color: #ffffff;
}

header .search-row .search-box {
    display: none;
    position: absolute;
    top: -3px;
    right: -500px;
    padding: 0px;
    width: 500px;
    border-radius: 64px;
    border: 1px solid rgba(0, 0, 0, .03);
    text-decoration: none;
    -webkit-box-shadow: 1px 1px 7px rgba(0, 0, 0, .1);
    box-shadow: 1px 1px 7px rgba(0, 0, 0, .1);
    background: #fdfdfd;
    z-index: 99;
}

header .search-row .search-box input {
    padding: 10px 15px;
    background: transparent;
    border: 0;
    outline: none !important;
    color: #fff;
    width: 100%;
    background: #343434;
    border-radius: 64px;
}

.b-sh {
    display: inline-block;
    width: 100%;
    box-shadow: 0 1px 13px rgba(0, 0, 0, 0.15);
    border-radius: 2px;
    background: #fff;
}

.front_men_bar {
    display: none;
    width: 100%;
    background: #2c2c2c;
}

.front_men_bar.on {
    display: inline-block;
    position: fixed;
    right: 0;
    top: 0;
    width: 390px;
    z-index: 99;
    height: 100%;
    padding: 20px;
}

.front_men_bar ul a {
    color: #fff;
}


body.menu_on {
    overflow: hidden;

}




.front_men_bar ul a:hover {
    background: #f44336;
}

/* ---------- index-page ------- */
.index-page .main-r {
    background: #f1c40f;
    height: 500px;
    position: relative;
    z-index: 1;
    width: 900px;
    display: block;
    margin: 20px auto;
    border-radius: 10px;
    -webkit-box-shadow: 0px 9px 58.9px 3.1px rgba(0, 0, 0, 0.35);
    box-shadow: 0px 9px 58.9px 3.1px rgba(0, 0, 0, 0.35);
}

.index-page .con {
    display: inline-block;
    width: 100%;
    padding: 20px;
    margin-top: 22px;
}

.index-page .con .part-sec {
    float: left;
    text-align: left;
    color: #fff;
}

.index-page .con .part-sec .p0 {
    font-size: 19px;
    margin-bottom: -13px;
}

.index-page .con .part-sec .p1 {
    font-size: 20px;
    font-size: 52px;
}

.index-page .con .part-sec .s0 {
    display: inline-block;
    width: 2.2px;
    height: 100px;
    background: #fff;
    margin: 2px 0 15px;
    margin-left: 24px;
}

.index-page .con .part-sec .p3 {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    font-weight: 100;
    letter-spacing: 5.4px;
    margin: 5px 79px 0 17px;
    font-size: 15px;
}

.index-page .con .text-sec {
    float: left;
    text-align: left;
    direction: ltr;
}

.index-page .con .text-sec h3 {
    font-size: 46px;
    margin: 0;
    color: #1b1b1b;
}

.index-page .con .text-sec h3 span {
    font-size: 62px;
}

.index-page .con .text-sec .spec0 {
    display: inline-block;
    width: 70px;
    height: 2.2px;
    background: #d72e2e;
    border-radius: 23px;
    margin-top: 0px;
    float: left;
    margin-left: 4px;
}

.index-page .con .text-sec .p5 {
    margin-top: 20px;
    text-align: left;
    line-height: 1.6;
    font-size: 16px;
}

.index-page .con .text-sec .p5 b {
    font-weight: bold;
    color: #d72e2e;
}

.index-page .con .nav-sec {
    text-align: left;
    direction: ltr;
    float: right;
    margin: 100px 10px;
}

.index-page .con .nav-sec ul {
    padding: 0;
    list-style: none;
}

.index-page .con .nav-sec ul a {
    display: block;
    position: relative;
    min-height: 23.2px;
}

.index-page .con .nav-sec ul a .t {
    z-index: 4;
    display: none;
    position: absolute;
    left: -110px;
    top: 4px;
    width: auto;
    font-size: 12px;
    font-weight: bold;
    color: white;
    background: #0000008f;
    padding: 2px 10px 0px;
    border-radius: 6px;
}

.index-page .con .nav-sec ul a .s {
    display: inline-block;
    width: 16px;
    height: 2px;
    background: #1b1b1b;
    border-radius: 50px;
    -webkit-transition: 0.2s;
    transition: 0.2s;
}

.index-page .con .nav-sec ul a:hover .s {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    /* background: white; */
    width: 10px;
    height: 10px;
    margin-top: 7px;
}

.index-page .con .nav-sec ul a.active .s {
    background: #d72e2e;
    width: 26px;
}

.index-page .sec-1 {
    position: relative;
    height: 100vh;
    padding-top: 20px;
    -webkit-box-shadow: 0px 0px 5px 1.2px rgba(0, 0, 0, 0.35);
    box-shadow: 0px 0px 5px 1.2px rgba(0, 0, 0, 0.35);
    overflow: hidden;
}

.go-next-row {
    position: absolute;
    bottom: 0;
    width: 100%;
}

.index-page .sec-1 .go-next {
    display: inline-block;
    color: #f1f1f1;
    font-size: 46px;
    z-index: 3;
    margin: 50px auto;
    text-align: center;
    -webkit-animation-name: scroll_1;
    -webkit-animation-duration: 1, 5s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-direction: alternate;
    animation-name: scroll_1;
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
    animation-iteration-count: infinite;
    animation-direction: alternate;
}

.index-page .sec-1 .go-next:hover {
    color: #f44336;
}

@-webkit-keyframes scroll_1 {
    from {
        -webkit-transform: translateY(-2px);
        transform: translateY(-2px);
    }

    to {
        -webkit-transform: translateY(10px);
        transform: translateY(10px);
    }
}

@keyframes scroll_1 {
    from {
        -webkit-transform: translateY(-5px);
        transform: translateY(-5px);
    }

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

.index-page .sec-1 .rightTriangle,
.index-page .sec-1 .leftTriangle {
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    position: absolute;
    background: #fbfbfb;
}

.index-page .sec-1 .rightTriangle {
    background-color: #1b1b1b;
    -webkit-transform: skew(-30deg);
    transform: skew(-30deg);
    right: -45%;
}

.index-page .sec-1 .leftTriangle {
    background: #F44336;
    -webkit-transform: skew(-30deg);
    transform: skew(-30deg);
    left: -55%;
}


.index-page.work_page .sec-1 .rightTriangle {
    background: #ff6123;
}
.index-page.work_page .sec-1 .leftTriangle {
    background: #1fc3c5;
}



.index-page.gallery_page  .sec-1 .rightTriangle {
  background: #1e1e1e;
}
.index-page.gallery_page  .sec-1 .leftTriangle {
  background: #8bc34a;
}


.index-page .sec-1 .main-r {
    overflow: hidden;
    background: #fff;
}

.index-page .sec-1 .main-r .head {
    padding: 20px 20px;
}

.index-page .sec-1 .main-r .head h2 {
    float: left;
    margin: 0;
    display: inline-block;
    font-size: 20px;
    color: #1b1b1b;
}

.index-page .sec-1 .main-r .head h2 b {
    color: #d72e2e;
}

.index-page .sec-1 .main-r .head .menu-btn {
    background: transparent;
    border: none;
    font-size: 32px;
    margin-top: -5px;
    vertical-align: top;
    float: right;
    margin-left: 20px;
    color: #808080;


}

.index-page .sec-1 .main-r .head .menu-btn:hover {
    color: #F44336;
}


.main-r.os_main {

    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}



.index-page .sec-1 .log {
    position: absolute;
    bottom: 64px;
    width: 82px;
    left: 20px;
}

.index-page .sec-1 .main-r .head .lan-box {
    display: inline-block;
    font-size: 17px;
    font-weight: 700;
    margin-top: -3px;
    color: #1b1b1b;
}

.index-page .sec-1 .main-r .head .lan-box .fa-font {
    font-weight: 100;
    font-size: 20px;
}

.index-page .sec-1 .main-r .head .lan-box .spec {
    color: #F44336;
}

.index-page .sec-1 .main-r .head .lan-box a:hover {
    color: #F44336;
    font-weight: bold;
}

.index-page .sec-1 .main-r .con {
    display: inline-block;
    width: 100%;
    padding: 20px;
    margin-top: 22px;
}

.index-page .sec-1 .main-r .con .p5 {
    margin-top: 20px;
    text-align: left;
    line-height: 1.6;
    font-size: 16px;
}

.index-page .sec-1 .me-img {
    z-index: -1;
    position: absolute;
    bottom: -7px;
    right: -13px;
    width: 530px;
}

.index-page .sec-2 {
    position: relative;
    padding-top: 20px;
}

.index-page .sec-2 .r-back {
    position: absolute;
    right: -5%;
    top: -25px;
    width: 485px;
}

.index-page .sec-2 .l-back {
    position: absolute;
    -webkit-transform: rotate(66deg);
    transform: rotate(66deg);
    left: -10%;
    bottom: -11px;
    width: 410px;
}

.index-page .sec-2 .main-r {
    background: #1b1b1b;
    -webkit-box-shadow: 0px 4px 39px 0px rgba(0, 0, 0, 0.18);
    box-shadow: 0px 4px 39px 0px rgba(0, 0, 0, 0.18);
}

.index-page .sec-2 .main-r .part-sec .p3 {
    margin: 15px -10px 0px -70px;
}

.index-page .sec-2 .main-r .part-sec .p0 {
    font-size: 21px;
    margin-bottom: -13px;
    margin-left: 4px;
}

.index-page .sec-2 .main-r .nav-sec ul a .s {
    background: #5e5e5e;
}

.index-page .sec-2 .main-r .nav-sec ul a.active .s {
    background: #d72e2e;
}

.index-page .sec-2 .main-r .nav-sec ul a .t {
    left: -110px;
    background: #000000db;
    padding: 2px 10px 0px;
    border-radius: 6px;
}

.index-page .sec-2 .main-r .con {
    display: inline-block;
    width: 100%;
    padding: 20px;
    margin-top: 22px;
}

.index-page .sec-2 .main-r .con h3 {
    color: #ffffff;
}

.index-page .sec-2 .main-r .con .p5 {
    color: #ffffff;
}

.index-page .sec-2 .main-r .con .btn-more {
    background: #fff;
    -webkit-box-shadow: 0px 9px 58.9px 3.1px rgba(0, 0, 0, 0.35);
    box-shadow: 0px 9px 58.9px 3.1px rgba(0, 0, 0, 0.35);
    padding: 5px 12px;
    border-radius: 22px;
    margin-top: 20px;
    display: inline-block;
    font-size: 15px;
}

.index-page .sec-2 .main-r .con .btn-more .icon {
    color: #d72e2e;
    vertical-align: middle;
    margin-left: 4px;
    font-size: 11px;
    font-weight: bold;
}

.index-page .sec-2 .main-r .con .btn-more:hover {
    background: #28c677;
    color: #fff;
}

.index-page .sec-2 .main-r .con .btn-more:hover .icon {
    color: #fff;
}

.index-page .sec-2 .work-2-img {
    position: absolute;
    bottom: -108px;
    right: 87px;
    width: 310px;
}

.index-page .sec-3 {
    margin-top: 200px;
    position: relative;
    padding-top: 20px;
}

.index-page .sec-3 .r-back {
    position: absolute;
    -webkit-transform: rotate(-19deg);
    transform: rotate(-19deg);
    right: 0%;
    bottom: -82px;
    width: 405px;
}

.index-page .sec-3 .l-back {
    position: absolute;
    -webkit-transform: rotate(-64deg);
    transform: rotate(-64deg);
    left: -10%;
    top: -41px;
    width: 410px;
}

.index-page .sec-3 .main-r {
    background: #fe5925;
    -webkit-box-shadow: 0px 4px 39px 0px rgba(0, 0, 0, 0.18);
    box-shadow: 0px 4px 39px 0px rgba(0, 0, 0, 0.18);
}

.index-page .sec-3 .main-r .part-sec .p3 {
    margin: 50px -10px 0px -70px;
}

.index-page .sec-3 .main-r .part-sec .p0 {
    font-size: 21px;
    margin-bottom: -13px;
    margin-left: 4px;
}

.index-page .sec-3 .main-r .nav-sec ul a .s {
    background: #fff;
}

.index-page .sec-3 .main-r .nav-sec ul a.active .s {
    background: #1b1b1b;
}

.index-page .sec-3 .main-r .nav-sec ul a .t {
    left: -110px;
    background: #000000db;
    padding: 2px 10px 0px;
    border-radius: 6px;
}

.index-page .sec-3 .main-r .con {
    display: inline-block;
    width: 100%;
    padding: 20px;
    margin-top: 22px;
}

.index-page .sec-3 .main-r .con .text-sec .spec0 {
    background: #1b1b1b;
}

.index-page .sec-3 .main-r .con h3 {
    color: #ffffff;
}

.index-page .sec-3 .main-r .con .p5 {
    color: #ffffff;
}

.index-page .sec-3 .main-r .con .btn-more {
    background: #fff;
    -webkit-box-shadow: 0px 9px 58.9px 3.1px rgba(0, 0, 0, 0.35);
    box-shadow: 0px 9px 58.9px 3.1px rgba(0, 0, 0, 0.35);
    padding: 5px 12px;
    border-radius: 22px;
    margin-top: 20px;
    display: inline-block;
    font-size: 15px;
}

.index-page .sec-3 .main-r .con .btn-more .icon {
    color: #fe5925;
    vertical-align: middle;
    margin-left: 4px;
    font-size: 11px;
    font-weight: bold;
}

.index-page .sec-3 .main-r .con .btn-more:hover {
    background: #1b1b1b;
    color: #fff;
}

.index-page .sec-3 .main-r .con .btn-more:hover .icon {
    color: #fff;
}

.index-page .sec-3 .work-2-img {
    position: absolute;
    top: -117px;
    right: -68px;
    width: 490px;
}

.index-page .sec-3 .gall-img {
    position: absolute;
    top: 210px;
    right: 112px;
    width: 210px;
    border-radius: 50%;
    -webkit-box-shadow: 0px 0px 80px 0px rgba(0, 0, 0, 0.47);
    box-shadow: 0px 0px 80px 0px rgba(0, 0, 0, 0.47);
}

.index-page .sec-3 .gall-img-2 {
    position: absolute;
    top: 270px;
    right: 282px;
    width: 180px;
    border-radius: 50%;
    -webkit-box-shadow: 0px 0px 80px 0px rgba(0, 0, 0, 0.47);
    box-shadow: 0px 0px 80px 0px rgba(0, 0, 0, 0.47);
}

.index-page .sec-3 .gall-img-3 {
    position: absolute;
    top: 341px;
    right: 425px;
    width: 126px;
    border-radius: 60%;
    -webkit-box-shadow: 0px 0px 80px 0px rgba(0, 0, 0, 0.47);
    box-shadow: 0px 0px 80px 0px rgba(0, 0, 0, 0.47);
}

.index-page .sec-4 {
    margin-top: 140px;
    position: relative;
    padding-top: 20px;
}

.index-page .sec-4 .r-back {
    position: absolute;
    -webkit-transform: rotate(131deg);
    transform: rotate(131deg);
    right: -5%;
    top: -63px;
    width: 365px;
    filter: hue-rotate(240deg)contrast(5.9);
}

.index-page .sec-4 .r-back-2 {
    position: absolute;
    -webkit-transform: rotate(91deg);
    transform: rotate(91deg);
    right: 20%;
    bottom: -63px;
    width: 365px;
    filter: hue-rotate(240deg)contrast(5.9);
}

.index-page .sec-4 .l-back {
    position: absolute;
    -webkit-transform: rotate(-64deg);
    transform: rotate(-64deg);
    left: -10%;
    top: -41px;
    width: 410px;
    filter: hue-rotate(240deg)contrast(5.9);
}

.index-page .sec-4 .main-r {
    background: #127c9b;
    -webkit-box-shadow: 0px 4px 39px 0px rgba(0, 0, 0, 0.18);
    box-shadow: 0px 4px 39px 0px rgba(0, 0, 0, 0.18);
}

.index-page .sec-4 .main-r .part-sec .p3 {
    margin: 60px -10px 0px -70px;
}

.index-page .sec-4 .main-r .part-sec .p0 {
    font-size: 21px;
    margin-bottom: -13px;
    margin-left: 4px;
}

.index-page .sec-4 .main-r .nav-sec ul a .s {
    background: #fff;
}

.index-page .sec-4 .main-r .nav-sec ul a.active .s {
    background: #e8d231;
}

.index-page .sec-4 .main-r .nav-sec ul a .t {
    left: -110px;
    background: #000000db;
    padding: 2px 10px 0px;
    border-radius: 6px;
}

.index-page .sec-4 .main-r .con {
    display: inline-block;
    width: 100%;
    padding: 20px;
    margin-top: 22px;
}

.index-page .sec-4 .main-r .con h3 {
    color: #ffffff;
}

.index-page .sec-4 .main-r .con .text-sec .spec0 {
    background: #e8d231;
}

.index-page .sec-4 .main-r .con .soc-medai .s-row {
    text-align: center;
    display: inline-block;
    width: 100%;
    margin-top: 80px;
}

.index-page .sec-4 .main-r .con .soc-medai .s-row a {
    position: relative;
    color: #fff;
    font-size: 64px;
    margin-bottom: 28px;
    display: inline-block;
}

.index-page .sec-4 .main-r .con .soc-medai .s-row a .tit {
    white-space: nowrap;
    display: inline-block;
    opacity: 0;
    z-index: 4;
    position: absolute;
    left: 50%;
    -webkit-transform: translate(-50%);
    transform: translate(-50%);
    width: auto;
    font-size: 15px;
    font-weight: 500;
    color: #ffffff;
    background: #1b1b1bab;
    padding: 1px 10px;
    border-radius: 4px;
    -webkit-transition: 0.2s;
    transition: 0.2s;
}

.index-page .sec-4 .main-r .con .soc-medai .s-row a .tit.up {
    top: 0px;
}

.index-page .sec-4 .main-r .con .soc-medai .s-row a .tit.down {
    bottom: 0px;
}

.index-page .sec-4 .main-r .con .soc-medai .s-row a:hover {
    color: #323232;
}

.index-page .sec-4 .main-r .con .soc-medai .s-row a:hover .tit {
    opacity: 1;
}

.index-page .sec-4 .main-r .con .soc-medai .s-row a:hover .tit.up {
    top: -40px;
}

.index-page .sec-4 .main-r .con .soc-medai .s-row a:hover .tit.down {
    bottom: -26px;
}

/* ---------- index-page-farsi ------- */
.index-page.fa-lan .con .nav-sec ul a .t {
    right: -88px;
    left: auto;
}

.index-page.fa-lan .con .part-sec {
    float: right;
    text-align: right;
    color: #fff;
}

.index-page.fa-lan .sec-1 .con .part-sec {

    color: #3f3f3f;
}

.index-page .sec-1 .con .part-sec .s0 {

    background: #3f3f3f;
}

.index-page.fa-lan .con .part-sec .p3 {
    margin: 5px 10px 0 84px;
    letter-spacing: normal;
    font-size: 16px;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}

.index-page.fa-lan .con .part-sec .s0 {
    margin-right: 17px;
}

.index-page.fa-lan .con .text-sec {
    float: right;
    text-align: right;
    direction: rtl;
}

.index-page.fa-lan .con .text-sec h3 {
    font-size: 46px;
    margin: 0;
    color: #1b1b1b;
}

.index-page.fa-lan .con .text-sec .p5 {
    text-align: right;
    direction: rtl;
}

.index-page.fa-lan .con .text-sec .p5 a.rentjoo_link {
    color: #f44336;

}

.index-page.fa-lan .con .text-sec .spec0 {
    margin-top: 13px;
    float: right;
    margin-right: 4px;
}

.index-page.fa-lan .con .nav-sec {
    text-align: right;
    direction: rtl;
    float: left;
}


.index-page.no_nav_sec .con .nav-sec {
    display: none;
}

.index-page.fa-lan .sec-1 .main-r .head h2 {
    float: right;
}

.index-page.fa-lan .sec-1 .main-r .part-sec .p3 {
    margin: 0px -50px 0 28px;
}

.index-page.fa-lan .sec-1 .main-r .me-img {
    right: inherit;
    left: 5px;
}

.index-page.fa-lan .sec-2 .main-r .work-2-img {
    right: auto;
    left: 87px;
}

.index-page.fa-lan .sec-2 .main-r .text-sec h3 {
    color: #fff;
}

.index-page.fa-lan .sec-2 .main-r .part-sec .p3 {
    margin: 8px -40px 0 43px;
    text-align: left;
    padding-left: 35px;
}

.index-page.fa-lan .sec-2 .btn-more .icon {
    margin-left: 0px;
    margin-right: 4px;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    display: inline-block;
}

.index-page.fa-lan .sec-3 .main-r .text-sec h3 {
    color: #fff;
}

.index-page.fa-lan .sec-3 .main-r .part-sec .p3 {
    margin: 11px -30px 0 54px;
}

.index-page.fa-lan .sec-3 .btn-more .icon {
    margin-left: 0px;
    margin-right: 4px;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    display: inline-block;
}

.index-page.fa-lan .sec-3 .work-2-img {
    right: auto;
    left: -70px;
}

.index-page.fa-lan .sec-3 .l-back {
    -webkit-transform: rotate(16deg);
    transform: rotate(16deg);
    right: -38px;
    left: auto;
    top: -101px;
    width: 410px;
}

.index-page.fa-lan .sec-3 .r-back {
    -webkit-transform: rotate(-49deg);
    transform: rotate(-49deg);
    left: -120px;
    right: auto;
    bottom: -42px;
    width: 345px;
}

.index-page.fa-lan .sec-3 .gall-img {
    position: absolute;
    top: 210px;
    left: 112px;
    right: auto;
}

.index-page.fa-lan .sec-3 .gall-img-2 {
    position: absolute;
    top: 270px;
    left: 282px;
    right: auto;
}

.index-page.fa-lan .sec-3 .gall-img-3 {
    position: absolute;
    top: 341px;
    left: 425px;
    right: auto;
}

.index-page.fa-lan .sec-4 .main-r .part-sec .p3 {
    margin: 15px -40px 0 44px;
}

.index-page.fa-lan .sec-4 .main-r .con h3 {
    color: #ffffff;
}




/* -------------------- posts------------------- */

#page-pbar {
    position: fixed;
    top: 0;
    z-index: 999999999;
    background-color: #f44336;
    right: 0;
    height: 5px;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.12);
    border-radius: 3px;
}

#page-pbar::after{

    content: '#';
}



.single-post .post-content {
    width: 700px;
    margin: 0 auto;
}

.single-post .post-content .post-info-row {
    margin-bottom: 22px;
    display: inline-block;
    width: 100%;
}

.single-post .post-content .post-info-row .author img {
    float: right;
    margin-left: 12px;
    border-radius: 50px;
    width: 60px;
    border: 2px solid #F44336;
    padding: 4px;
}

.single-post .post-content .post-info-row .author h6 {
    font-weight: 100;
    color: #828282;
}

.single-post .post-content .post-info-row .read-time {
    text-align: left;
    color: #8e8e8e;
    font-weight: 300;
    margin-top: 26px;
    font-size: 13px;
}

.single-post .post-content .attachment-post-thumbnail {
    width: 100%;
    height: auto;
    margin: auto;
    display: block;
}

.single-post .post-content h1 {
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 30px;
}

.single-post .post-content .p-c {
    line-height: 2.3;
    color: #767676;
    font-weight: 100;
    font-size: 15px;
}

.single-post .post-content .p-c img.alignleft {
    float: left;
}

.single-post .post-content .p-c img.alignright {
    float: right;
}

.single-post .post-content .p-c img.aligncenter {
    display: block;
    margin: auto;
}

.single-post .post-content .p-c a {
    text-decoration: underline;
    color: #f44336;
    font-weight: 500;
    text-underline-position: under;
}

.single-post .post-tags {
    margin-top: 20px;
    margin-bottom: 90px;
}

.single-post .post-tags a {
    text-decoration: none !important;
    font-size: 11px;
    margin: 0 2px;
    border: 1px solid #f44336;
    padding: 0px 8px 0px;
    border-radius: 6px;
    display: inline-block;
}

.single-post .post-tags a:hover {
    color: #fff;
    background: #f44336;
}

.single-post .foot-row {
    background: #fafafa;
    padding: 40px;
}

.single-post .foot-row .more-post .box {
    box-shadow: 0 1px 40px rgba(0, 0, 0, 0.15);
}

.single-post .foot-row .more-post .img-holder {
    overflow: hidden;
}

.single-post .foot-row .more-post .img-holder img {
    width: 100%;
    height: 170px;
}

.single-post .foot-row .more-post .dec {
    padding: 20px 15px;
}

.single-post .foot-row .more-post .dec h4 {
    color: #404040;
    font-weight: bold;
    line-height: 1.6;
    margin-bottom: 30px;
    font-size: 16px;
    min-height: 52px;
}

.single-post .foot-row .more-post .title {
    color: #a3a3a3;
    font-weight: 100;
    font-size: 12px;
    min-height: 17px;
}

.single-post .foot-row .more-post .dec .author img {
    float: right;
    margin-left: 12px;
    border-radius: 50px;
    width: 50px;
    border: 1.2px solid #f44336;
    padding: 4px;
}

.single-post .foot-row .more-post .dec .author .p1 {
    margin-bottom: 5px;
    display: inline-block;
    margin-top: 4px;
    color: #9b9b9b;
}

.single-post .foot-row .more-post .dec .author .p2 {
    font-size: 12px;
    font-weight: 100;
    color: #828282;
}

.single-post .foot-row .more-post .box:hover h4 {
    color: #f44336;
}

.single-post .foot-row .comment-sec {
    width: 700px;
    margin: 85px auto 70px;
}

.single-post .foot-row .comment-sec .form-post .textarea-box {
    position: relative;
}

.single-post .foot-row .comment-sec .form-post .textarea-box textarea {
    width: 100%;
    padding: 27px 70px 27px 15px;
    resize: vertical;
    min-height: 76px;
    border-radius: 4px;
    border: 1px solid #cecece;
}

.single-post .foot-row .comment-sec .form-post .textarea-box .submit {
    position: absolute;
    top: 19px;
    right: 19px;
    border: none;
    background: #F44336;
    color: #fff;
    border-radius: 50px;
    height: 37px;
    width: 37px;
    text-align: center;
    padding: 11px 0;
    outline: none !important;
}

.single-post .foot-row .comment-sec .form-post .textarea-box .submit:hover {
    background: #414141;
}

.single-post .foot-row .comment-sec h4.title {
    font-size: 12px;
    color: #b3b3b3;
}

.single-post .foot-row .comment-sec .w-bor {
    display: inline-block;
    width: 80px;
    height: 3px;
    background: #828282;
    border-radius: 62px;
    margin: 28px 0 3px;
}

.single-post .foot-row .comment-sec .comments-feed {
    display: inline-block;
    width: 100%;
    background: white;
    border: 1px solid #cecece;
    border-radius: 4px;
}

.single-post .foot-row .comment-sec .comments-feed .comments-feed-row:not(:last-child) {
    border-bottom: 1px solid #cecece;
}

.single-post .foot-row .comment-sec .comments-feed .comments-feed-box {
    padding: 25px 25px 20px;
}

.single-post .foot-row .comment-sec .comments-feed .comments-feed-box img {
    float: right;
    margin-left: 12px;
    border-radius: 50px;
    width: 50px;
    border: 1.2px solid #F44336;
    padding: 4px;
}

.single-post .foot-row .comment-sec .comments-feed .comments-feed-box .c-name {

    color: #F44336;
    margin: 5px 0 2px;
    display: inline-block;
}

.single-post .foot-row .comment-sec .comments-feed .comments-feed-box .c-date {
    color: #cacaca;
    font-size: 11px;
}

.single-post .foot-row .comment-sec .comments-feed .com-dis {
    margin-top: 21px;
    color: #888888;
    line-height: 1.8;
    font-weight: 100;
}


/* --------------index-------------- */




/* ///////////////  index-page  ////////////////////////// */

.index-page .top-cat-row {
    text-align: center;
    margin-bottom: 65px;
}

.index-page .top-cat-row a {
    color: #888888;
    padding: 10px;
}

.index-page .top-cat-row .current-cat a {
    background: #f44336;
    color: #fff;
    border-radius: 45px;
}

.index-page .top-cat-row a:hover {
    color: #f44336;
}

.index-page .top-head-post {
    margin-bottom: 100px;
}

.index-page .top-head-post article {
    padding: 0 30px;
}

.index-page .top-head-post article .img-holder {
    border-radius: 4px;
    overflow: hidden;
    height: 210px;
}

.index-page .top-head-post article img {
    width: 100%;
    height: auto;
}

.index-page .top-head-post article h2 {
    line-height: 1.5;
    font-size: 18px;
    font-weight: bold;
}

.index-page article .post-list-box img {
    width: 160px;
    height: auto;
    float: left;
}

.index-page article .post-list-box h3 {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 578px;
    font-size: 20px;
    font-weight: bold;
    margin-top: 8px;
    padding: 20px 0 5px;
    margin-bottom: 0;
}

.index-page article .post-list-box h3:hover {
    color: #f44336;
}

.index-page article .post-list-box h4,
.index-page .top-head-post article h4 {
    color: #656565;
    font-weight: 100;
    margin: 14px 0 10px;
    font-size: 14px;
}

.index-page article .post-list-box .post-info,
.index-page .top-head-post article .post-info {
    color: #656565;
    font-weight: 100;
    margin: 10px 0 10px;
    font-size: 12px;
}

.index-page article .post-list-box .post-info span,
.index-page .side .posts .post-info span {
    margin-left: 5px
}

.index-page .side .box-side {
    padding: 0px 40px;
}

.index-page .side .box-side.side-fixed {
    position: fixed;
    top: 0px;
}

.index-page .side h2 {
    font-size: 16px;
    font-weight: bold;
    padding-bottom: 20px;
    border-bottom: 1px solid #a9a9a9;
}

.index-page .side .posts h3 {
    font-size: 16px;
    line-height: 1.6;
    color: #848484;
    max-height: 51px;
}

.index-page .side .posts h3:hover {
    color: #f44336;
}

.index-page .side .posts .post-info {
    font-size: 12px;
    font-weight: 100;
}

.index-page .side .posts .post-num {
    font-size: 38px;
    float: right;
    padding: 0px 0 15px 20px;
    color: #d0d0d0;
}

.index-page .side .side-foot {
    margin-top: 90px;
    border-top: 1px solid #a9a9a9;
    padding-top: 17px;
}

.index-page .side .side-foot a {
    font-size: 13px;
    color: #535353;
}

.index-page .side .side-foot a:hover {
    color: #f44336;
}

.index-page .side .side-foot .soc-box a {
    font-size: 18px;
    margin: 0 3px;
}

.page-nation-row .pagination .nav-links {
    background: #fff;
    border: 1px solid #ececec;
    box-shadow: 0 1px 13px rgba(0, 0, 0, 0.15);
    padding: 6px 10px;
    border-radius: 30px;
}

.page-nation-row .pagination .nav-links a {
    padding: 0 4px;
    margin: 0px 2px;
    font-size: 16px;
}

.page-nation-row {
    text-align: center;
}

.page-nation-row .pagination {
    padding-right: 0;
    margin: 30px 0 20px;
    border-radius: 4px;
}

.page-nation-row .pagination .nav-links a:hover {
    color: #f44336;
}

.page-nation-row .pagination .nav-links span.current {
    padding: 0 4px;
    margin: 0px 2px;
    font-size: 16px;
    color: #f44336;
    font-weight: bold;
}



/* ///////////////  footer  ////////////////////////// */

footer {
    background: #F44336;
    text-align: center;
    width: 100%;
    color: #fff;
    position: relative;
    display: inline-block;
}

footer .foot-link {
    background: #fff;
    display: inline-block;
    border-radius: 2px;
    box-shadow: 0 0px 13px rgba(0, 0, 0, 0.15);
    padding: 20px 80px;
    margin-top: -20px;
    margin-bottom: 13px;
}

footer .foot-link ul {
    margin: 0;
}

footer .foot-link li a {
    margin: 0 2px;
    padding: 5px 5px;
    color: #7a7a7a;
}

footer .foot-link li a:hover {
    color: #f44336;
}

footer .copy-text h6 {
    font-weight: 100;
    font-size: 13px;
    margin: 0;
}

footer .copy-text a {
    color: #66100a;
    font-weight: bold;
}

footer .soc-box {
    margin: 18px 0 14px;
}

footer .soc-box a {
    font-size: 20px;
    margin: 0 4px;
    color: white;
}

footer .soc-box a:hover {
    color: #129254;
}


/* --------------------404 page------------- */
.page-404 {
    text-align: center;
}

.page-404 img {
    margin-top: -37px;
    width: 700px;

}

.page-404 h1 {
    color: #8e8e8e;
    font-weight: 100;
    font-size: 28px;
}

.page-404 h2 {
    font-weight: bold;
    color: #F44336;
    font-size: 34px;
    margin-top: -88px;
}

footer {
    background: #1b1b1b;
    height: 73px;
}

footer .copy-text a {
    color: #F44336;
}

.soc-box {
    display: none;
}

.index-page.fa-lan.gallery_page .sec-1 .main-r .me-img {
  right: inherit;
  left: 40px;
  z-index: -1;
  position: absolute;
  bottom: 42px;
  width: 330px;

}


.index-page.fa-lan.work_page .sec-1 .main-r .me-img {
    right: inherit;
    left: 40px;
    z-index: -1;
    position: absolute;
    bottom: 42px;
    width: 330px;

}


.index-page.fa-lan.work_page .sec-2 .main-r .work-1-img {
    right: auto;
    left: -50px;
    bottom: 20px;
    width: 420px;
    position: absolute;
}


.index-page.fa-lan.work_page .sec-2 .main-r .work-3-img {
    right: auto;
    left: -120px;
    bottom: 0px;
    width: 540px;
    position: absolute;

}



.index-page.fa-lan.work_page .sec-2 .main-r .work-4-img {
    right: auto;
    left: -32px;
    bottom: 20px;
    width: 430px;
    position: absolute;
}

.index-page.fa-lan.work_page .sec-2 .main-r .work-6-img {
    right: auto;
    left: 50px;
    bottom: -70px;
    width: 305px;
    position: absolute;

}


.index-page.fa-lan.work_page .sec-2 .main-r .work-8-img {
    right: auto;
    left: 0px;
    bottom: 50px;
    width: 365px;
    position: absolute;


}



.index-page.fa-lan.work_page .sec-2 .main-r .work-7-img {
    right: auto;
    left: -45px;
    bottom: 20px;
    width: 420px;
    position: absolute;

}

.index-page.fa-lan.work_page .sec-2 .main-r .work-9-img {
    right: auto;
    left: -64px;
    bottom: 60px;
    width: 440px;
    position: absolute;

}

.index-page.fa-lan.work_page .sec-2 .main-r .work-5-img {
    right: auto;
    left: -98px;
    bottom: 60px;
    width: 540px;
    position: absolute;

}

.index-page.fa-lan.work_page .sec-2 .main-r .work-10-img{
    right: auto;
    left: -108px;
    bottom: 100px;
    width: 480px;
    position: absolute;

}


.index-page.fa-lan.work_page .sec-2 .main-r .work-11-img{
    right: auto;
    left: -26px;
    bottom: 12px;
    width: 372px;
    position: absolute;
}


.gallery_page .gall_box img{

width: 100%;
}

.top_m_logo{
  position: absolute;
  left: 10px;
  top: 4px;
  width: 34px;
  z-index: 3;
}

/* --------------------responsive------------------- */
/*  xs----- mobile ----xs */
@media (max-width: 767px) {

    
    .index-page .sec-2 .r-back {
        position: absolute;
        right: -110px;
        top: -85px;
        width: 485px;
    }
    
    
    .index-page .sec-2 .l-back {
        bottom: -71px !important;
        left: -160px;
    }
    
.main-r.os_main {

    position: relative;
    left: auto;
    top: auto;
    transform: none;
}


.go-next-row {
    position: relative;
    bottom: auto;
    width: 100%;
}


  #navigation {
    width: 100%;
    min-width: auto;
  }
  #navigation {
    transition: 1s;
  }

  #navigation .nav-menu .menu-item {
    display: block;
    width: 100%;
    height: calc(100vh / 5);
    transform: translateX(-100%);


  }


  #navigation .nav-menu .menu-item a img {
    display: block;
    width: 52px;
    position: static;
    top: 0;
    left: 0;
    transform: none;
    opacity: 1;
    margin: auto;
}

  #navigation .nav-menu .menu-item a {
    position: static;
    line-height: 1;
    display: inline-block;
    width: 100%;
    height: 100%;
}

#navigation .nav-menu .menu-item a span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: inline-block;
}

  .hamburger {
 
    right: 5px;
    top: 3px;

}

  .index-page.fa-lan .con .text-sec h3 {
    font-size: 40px !important;
  }
  .mr_sec_1 {
    margin: 140px 0 !important;
}
  .index-page.work_page .sec-2 .main-r .move_w_img {
    position: static !important;
    left: 0 !important;
    bottom: 0 !important;
    width: 100% !important;
    margin-bottom: -70px !important;
}

    .index-page .sec-1 .main-r .con .p5 {
        margin-bottom: 50px;
    }

    footer .foot-link {

        padding: 20px 10px;
    }

    .logo-o-name_m {
        margin: 10px 12px 0px !important;
    }

    .tag-page {
        padding: 0;
    }

    .index-page article .post-list-box {
        margin-bottom: 50px;
    }

    .index-page article .post-list-box h3 {
        text-overflow: inherit;
        white-space: normal;
        width: auto;
        line-height: 1.8;
        font-size: 18px;
        margin-top: 0px;
        padding-top: 10px;
    }

    .index-page article .post-list-box img {
        width: 100%;
        float: none;
        border-radius: 3px;
    }

    .index-page .top-head-post {
        margin-bottom: 70px;
        background: #f7f7f7;
        padding: 20px 0 5px;
    }

    .index-page .top-cat-row {
        margin-bottom: 5px;
        margin-top: -37px;
        overflow-x: scroll;
        white-space: nowrap;
        padding: 13px 0 17px;
        display: block;
        width: 100%;
    }

    .index-page .top-head-post article {
        margin-bottom: 50px;
    }

    .index-page .top-head-post article .img-holder {
        height: auto;
    }

    .single-post .foot-row .comment-sec {
        width: 100%;
        margin: 35px auto 70px;
    }

    .single-post .foot-row .more-post .box {
        margin-bottom: 30px;
    }

    .single-post .foot-row {
        padding: 40px 20px;
    }

    .single-post .post-tags {
        margin-bottom: 40px;
    }

    .single-post .post-content .p-c img {
        width: 100%;
        height: auto;
    }

    .single-post .post-content {
        width: 100%;
        padding: 0 15px;
    }

    header .navbar-2 .nav a {
        background: #4ddc8d;
    }

    header .search-row .search-box {
        right: 0;
        padding: 0px;
        width: 220px;
    }

    header .search-row {
        margin-top: 8px;
        float: right;
    }

    header .search-row .sub-b-s {
        color: #262626;
    }

    header .navbar .navbar-toggle {
        padding: 0px;
    }

    header .nav a {
        color: #ffffff;
        background: transparent;
        font-size: 16px;
        padding: 8px 15px;
        background: #555555;
        margin-top: 8px;
        text-align: center;
        border-radius: 3px;
    }

    header .navbar .ul_before {
        float: none !important;
    }

    header .logo-m img {
        width: 30px;

    }

    header .navbar {
        padding: 9px 15px;
        background: #f8f8f8;
    }

    header .navbar-2 {
        background: #49e88ff0;
    }

    header .navbar.loged-navbar {
        top: 0;
        padding: 3px 15px 8px;
    }


    .index-page .side .box-side.side-fixed {
        position: static;
    }

    header .nav#menu-top_menu {
        float: none;
        margin-right: 0px;
    }

    .single-post .foot-row .more-post .img-holder img {
        height: auto;
    }

    .single-post .post-content .p-c div {
        width: 100% !important;
    }

    .index-page .sec-1 .log {

        width: 68px;
        left: 20px;
        top: auto;
        bottom: 45px;
        transform: none;
        padding: 3px;
    }

    .index-page.fa-lan .sec-4 .main-r .part-sec .p3 {
        margin: 16px -40px 0 -33px;
    }

    .index-page.fa-lan .sec-3 .main-r .part-sec .p3 {
        margin: 6px -33px 0 -24px;
    }

    .index-page.fa-lan .sec-2 .main-r .part-sec .p3 {
        margin: 8px -40px 0 -32px;
        text-align: left;
        padding-left: 35px;
    }

    .index-page.fa-lan .sec-1 .main-r .part-sec .p3 {
        margin: 20px -26px 0 -22px;
        width: 86px;
    }

    .index-page.fa-lan .con .nav-sec {
        left: 0;
        right: auto;
    }

    .index-page.fa-lan .con .part-sec {
        padding-left: 15px;
        padding-right: 0;
    }

    .index-page.fa-lan .sec-3 .gall-img,
    .index-page.fa-lan .sec-3 .gall-img-2,
    .index-page.fa-lan .sec-3 .gall-img-3 {
        position: relative;
        position: relative;
        top: auto;
        right: auto;
        left: auto;
        bottom: auto;
    }

    .index-page.fa-lan .sec-3 .work-2-img {
        right: auto;
        left: -29px;
    }

    .index-page.fa-lan .sec-2 .main-r .work-2-img {
        right: auto;
        left: auto;
    }

    .index-page .sec-4 .r-back-2 {
        -webkit-transform: rotate(81deg);
        transform: rotate(81deg);
        right: -40px;
        bottom: -46px;
        width: 325px;
    }

    .index-page .sec-4 .main-r .con .soc-medai .s-row {
        margin-top: 40px;
    }

    .index-page .sec-4 .main-r .con .soc-medai .s-row a {
        font-size: 35px;
    }

    .index-page .sec-4 .main-r .con h3 {
        color: #ffffff;
        font-size: 39px;
    }

    .index-page .sec-4 .main-r .part-sec .p3 {
        margin: 43px -71px 0px -70px;
    }

    .index-page .sec-4 {
        margin-top: 60px;
    }

    .index-page .sec-4 .r-back {
        -webkit-transform: rotate(151deg);
        transform: rotate(151deg);
        right: -5%;
        top: -43px;
    }

    .index-page .sec-4 .l-back {
        display: none;
    }

    .index-page .sec-3 .main-r .con h3 {
        font-size: 45px;
    }

    .index-page .sec-3 .main-r .part-sec .p3 {
        margin: 36px -70px 0px -70px;
    }

    .index-page .sec-3 .gall-img,
    .index-page .sec-3 .gall-img-2,
    .index-page .sec-3 .gall-img-3 {
        position: relative;
        position: relative;
        top: auto;
        right: auto;
        left: auto;
        bottom: auto;
    }

    .index-page .sec-3 .gall-img {
        display: block;
        margin: 30px auto;
        width: 200px;
    }

    .index-page .sec-3 .gall-img-2 {
        display: block;
        margin: -70px auto;
    }

    .index-page .sec-3 .gall-img-3 {
        display: block;
        margin: 24px auto 0px;
    }

    .index-page .sec-3 .main-r-2 {
        padding-bottom: 32px;
    }

    .index-page .sec-3 .work-2-img {
        position: absolute;
        top: -117px;
        right: -28px;
        width: 320px;
    }

    .index-page .sec-2 .main-r .part-sec .p3 {
        margin: 5px -61px 0px -70px;
    }


    .index-page .sec-2 .work-2-img {
        bottom: -108px;
        right: 17px;
        width: 260px;
        position: relative;
        margin-top: -101px;
    }

    .index-page.work_page  .sec-2 .work-2-img {

      margin-top: 0px;
  }

    .index-page .sec-2 {
        margin-top: 20px;
    }

    .main-r.main-r-2 {
        width: 100% !important;
    }

    .index-page .sec-1 .leftTriangle {
        width: 130%;
        left: -67%;
    }

    .index-page .sec-1 .rightTriangle {
        width: 130%;
        right: -92%;
    }

    .index-page .sec-1 .me-img {
        width: 280px;
        position: relative !important;
        margin-top: -60px;
        left: 0 !important;
        bottom: 0 !important;
    }

    .index-page .main-r .con .p5 {
        font-size: 15px !important;
    }

    .index-page .con .nav-sec {
        margin: 0px 10px;
        position: absolute;
        right: 0;
        top: 45%;
    }

    .index-page .con .part-sec .p3 {
        margin: 45px -47px 0 -46px;
        font-size: 13px;
    }

    .index-page .con .part-sec .s0 {
        margin-left: 17px !important;
    }

    .index-page .con .part-sec .p0 {
        font-size: 16px !important;
        margin-bottom: -10px !important;
    }

    .index-page .sec-2 .con .part-sec .p1,
    .index-page .sec-3 .con .part-sec .p1,
    .index-page .sec-4 .con .part-sec .p1 {
        font-size: 37px !important;
    }

    .index-page .con .part-sec .p1 {
        font-size: 41px;
    }

    .index-page .con .part-sec {
        padding-left: 0;
    }

    .index-page .sec-1 {
    height: auto;
    margin-top: 0 !important;
    }

    .index-page .main-r .con {
        padding: 20px 10px !important;
    }

    .index-page .main-r {
      margin-top: 39px;
        width: 85%;
        height: auto;
    }

    html {
        overflow-x: hidden;
    }
}

/*  xs----- mobile-320px ----xs */
@media (min-width: 320px) and (max-width: 374px) {
    footer .foot-link li a {

        padding: 5px 0px;

    }

    .single-post .foot-row .comment-sec .form-post .textarea-box textarea {
        width: 100%;
        padding: 27px 63px 25px 15px;

    }

    .index-page .sec-4 .main-r .part-sec .p3 {
        margin: 50px -64px 0px -70px;
    }

    .index-page .sec-3 .main-r .part-sec .p3 {
        margin: 39px -62px 0px -70px;
    }

    .index-page .con .part-sec .p3 {
        margin: 53px -38px 0 -46px;
    }

    .index-page .con .part-sec {
        padding-right: 0;
    }

    .index-page .sec-3 .main-r .con h3 {
        font-size: 38px;
    }

    .index-page .sec-4 .main-r .con h3 {
        font-size: 31px;
    }
}

/*  sm----- tablet ----sm */
@media (min-width: 768px) and (max-width: 991px) {




  .index-page.fa-lan .con .text-sec h3,
  .index-page .con .text-sec h3 {
    font-size: 39px;

}

  .index-page.fa-lan.work_page .sec-1 .main-r .me-img{

    left: 10px;
    bottom: 52px;
    width: 180px;
}
  .index-page.fa-lan.work_page .sec-2 .main-r .work-1-img {
    width: 250px;
}

.index-page.fa-lan.work_page .sec-2 .main-r .work-1-img {
  width: 250px;
}

  .index-page.fa-lan.work_page .sec-1 .main-r .hamweb_img{
    width: 180px;
    left: 37px;
   
}


.index-page.fa-lan.work_page .sec-2 .main-r .work-3-img {
  left: -90px;
  bottom: -80px;
  width: 370px;
}


.index-page.fa-lan.work_page .sec-2 .main-r .work-4-img {
    right: auto;
    left: 68px;
    bottom: -140px;
    width: 430px;
    position: absolute;
}



.index-page.fa-lan.work_page .sec-2 .main-r .work-5-img {

  left: -78px;
  bottom: -30px;
  width: 440px;

}


.index-page.fa-lan.work_page .sec-2 .main-r .work-6-img {
 
  left: -10px;
  bottom: 20px;
  width: 205px;

}


.index-page.fa-lan.work_page .sec-2 .main-r .work-7-img {

  left: -55px;
  bottom: -30px;
  width: 270px;
}

.index-page.fa-lan.work_page .sec-2 .main-r .work-8-img {

  left: -20px;
  bottom: -40px;
  width: 315px;

}


.index-page.fa-lan.work_page .sec-2 .main-r .work-9-img {

  left: -64px;
  bottom: -10px;
  width: 380px;

}


.index-page.fa-lan.work_page .sec-2 .main-r .work-10-img{
    right: auto;
    left: -108px;
    bottom: 100px;
    width: 480px;
    position: absolute;

}


.index-page.fa-lan.work_page .sec-2 .main-r .work-11-img{
    right: auto;
    left: -26px;
    bottom: 12px;
    width: 350px;
    position: absolute;
}


    .index-page .top-cat-row a {

        padding: 3px;
    }

    .index-page.fa-lan .sec-4 .main-r .part-sec .p3 {
        margin: 11px -44px 0 9px;
    }

    .index-page.fa-lan .sec-3 .main-r .part-sec .p3 {
        margin: 17px -18px 0 31px;
    }

    .index-page.fa-lan .sec-2 .main-r .part-sec .p3 {
        margin: 8px -50px 0 0px;
    }

    .index-page.fa-lan .sec-1 .main-r .part-sec .p3 {
        margin: 0px -50px 0 -6px;
    }

    .index-page .sec-3 {
        margin-top: 155px;
    }

    .index-page .sec-4 .main-r .part-sec .p3 {
        margin: 60px -42px 0px -70px;
    }

    .index-page .sec-4 {
        margin-top: 110px;
    }

    .index-page .sec-3 .main-r .part-sec .p3 {
        margin: 50px -43px 0px -70px;
    }

    .index-page .sec-3 .work-2-img {
        top: -75px;
        right: -42px;
        width: 370px;
    }

    .index-page .sec-2 .work-2-img {
        bottom: -108px;
        right: -4px;
        width: 210px;
    }

    .index-page .sec-2 .main-r .part-sec .p3 {
        margin: 15px -42px 0px -70px;
    }

    .index-page .sec-1 .con .part-sec .p3 {
        margin: 5px 44px 0 17px;
    }

    .index-page .sec-1 .me-img {
        width: 300px;
    }

    html {
        overflow-x: hidden;
    }

    .index-page .main-r {
        width: 700px;
    }
}

/*  md----- notbook ----md */

@media (min-width: 992px) and (max-width: 1199px) {
    .index-page article .post-list-box h3 {
        width: 416px;
    }
}

/*  ----- animate ---- */
@-webkit-keyframes bounce {

    from,
    20%,
    53%,
    80%,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    40%,
    43% {
        -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        -webkit-transform: translate3d(0, -30px, 0);
        transform: translate3d(0, -30px, 0);
    }

    70% {
        -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        -webkit-transform: translate3d(0, -15px, 0);
        transform: translate3d(0, -15px, 0);
    }

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

@keyframes bounce {

    from,
    20%,
    53%,
    80%,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    40%,
    43% {
        -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        -webkit-transform: translate3d(0, -30px, 0);
        transform: translate3d(0, -30px, 0);
    }

    70% {
        -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        -webkit-transform: translate3d(0, -15px, 0);
        transform: translate3d(0, -15px, 0);
    }

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

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

@-webkit-keyframes flash {

    from,
    50%,
    to {
        opacity: 1;
    }

    25%,
    75% {
        opacity: 0;
    }
}

@keyframes flash {

    from,
    50%,
    to {
        opacity: 1;
    }

    25%,
    75% {
        opacity: 0;
    }
}

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

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

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

    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

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

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

    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

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

@-webkit-keyframes rubberBand {
    from {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }

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

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

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

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

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

    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

@keyframes rubberBand {
    from {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }

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

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

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

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

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

    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

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

@-webkit-keyframes shake {

    from,
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

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

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

@keyframes shake {

    from,
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@-webkit-keyframes swing {
    20% {
        -webkit-transform: rotate3d(0, 0, 1, 15deg);
        transform: rotate3d(0, 0, 1, 15deg);
    }

    40% {
        -webkit-transform: rotate3d(0, 0, 1, -10deg);
        transform: rotate3d(0, 0, 1, -10deg);
    }

    60% {
        -webkit-transform: rotate3d(0, 0, 1, 5deg);
        transform: rotate3d(0, 0, 1, 5deg);
    }

    80% {
        -webkit-transform: rotate3d(0, 0, 1, -5deg);
        transform: rotate3d(0, 0, 1, -5deg);
    }

    to {
        -webkit-transform: rotate3d(0, 0, 1, 0deg);
        transform: rotate3d(0, 0, 1, 0deg);
    }
}

@keyframes swing {
    20% {
        -webkit-transform: rotate3d(0, 0, 1, 15deg);
        transform: rotate3d(0, 0, 1, 15deg);
    }

    40% {
        -webkit-transform: rotate3d(0, 0, 1, -10deg);
        transform: rotate3d(0, 0, 1, -10deg);
    }

    60% {
        -webkit-transform: rotate3d(0, 0, 1, 5deg);
        transform: rotate3d(0, 0, 1, 5deg);
    }

    80% {
        -webkit-transform: rotate3d(0, 0, 1, -5deg);
        transform: rotate3d(0, 0, 1, -5deg);
    }

    to {
        -webkit-transform: rotate3d(0, 0, 1, 0deg);
        transform: rotate3d(0, 0, 1, 0deg);
    }
}

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

@-webkit-keyframes tada {
    from {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }

    10%,
    20% {
        -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    }

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

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

    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

@keyframes tada {
    from {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }

    10%,
    20% {
        -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    }

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

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

    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

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

@-webkit-keyframes wobble {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

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

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

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

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

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

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

@keyframes wobble {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

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

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

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

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

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

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

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

@-webkit-keyframes jello {

    from,
    11.1%,
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

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

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

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

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

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

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

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

@keyframes jello {

    from,
    11.1%,
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

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

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

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

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

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

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

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

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

@-webkit-keyframes heartBeat {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    14% {
        -webkit-transform: scale(1.3);
        transform: scale(1.3);
    }

    28% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    42% {
        -webkit-transform: scale(1.3);
        transform: scale(1.3);
    }

    70% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes heartBeat {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    14% {
        -webkit-transform: scale(1.3);
        transform: scale(1.3);
    }

    28% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    42% {
        -webkit-transform: scale(1.3);
        transform: scale(1.3);
    }

    70% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

.heartBeat {
    -webkit-animation-name: heartBeat;
    animation-name: heartBeat;
    -webkit-animation-duration: 1.3s;
    animation-duration: 1.3s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
}

@-webkit-keyframes bounceIn {

    from,
    20%,
    40%,
    60%,
    80%,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }

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

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

    40% {
        -webkit-transform: scale3d(0.9, 0.9, 0.9);
        transform: scale3d(0.9, 0.9, 0.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(0.97, 0.97, 0.97);
        transform: scale3d(0.97, 0.97, 0.97);
    }

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

@keyframes bounceIn {

    from,
    20%,
    40%,
    60%,
    80%,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }

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

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

    40% {
        -webkit-transform: scale3d(0.9, 0.9, 0.9);
        transform: scale3d(0.9, 0.9, 0.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(0.97, 0.97, 0.97);
        transform: scale3d(0.97, 0.97, 0.97);
    }

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

.bounceIn {
    -webkit-animation-duration: 0.75s;
    animation-duration: 0.75s;
    -webkit-animation-name: bounceIn;
    animation-name: bounceIn;
}

@-webkit-keyframes bounceInDown {

    from,
    60%,
    75%,
    90%,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.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: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes bounceInDown {

    from,
    60%,
    75%,
    90%,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.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: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

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

@-webkit-keyframes bounceInLeft {

    from,
    60%,
    75%,
    90%,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.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: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes bounceInLeft {

    from,
    60%,
    75%,
    90%,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.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: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

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

@-webkit-keyframes bounceInRight {

    from,
    60%,
    75%,
    90%,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }

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

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

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

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

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

@keyframes bounceInRight {

    from,
    60%,
    75%,
    90%,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }

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

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

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

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

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

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

@-webkit-keyframes bounceInUp {

    from,
    60%,
    75%,
    90%,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }

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

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

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

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

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

@keyframes bounceInUp {

    from,
    60%,
    75%,
    90%,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }

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

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

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

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

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

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

@-webkit-keyframes bounceOut {
    20% {
        -webkit-transform: scale3d(0.9, 0.9, 0.9);
        transform: scale3d(0.9, 0.9, 0.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(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }
}

@keyframes bounceOut {
    20% {
        -webkit-transform: scale3d(0.9, 0.9, 0.9);
        transform: scale3d(0.9, 0.9, 0.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(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }
}

.bounceOut {
    -webkit-animation-duration: 0.75s;
    animation-duration: 0.75s;
    -webkit-animation-name: bounceOut;
    animation-name: bounceOut;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@-webkit-keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@-webkit-keyframes fadeOut {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
    }
}

@keyframes fadeOut {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
    }
}

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

@-webkit-keyframes fadeOutDown {
    from {
        opacity: 1;
    }

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

@keyframes fadeOutDown {
    from {
        opacity: 1;
    }

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

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

@-webkit-keyframes fadeOutDownBig {
    from {
        opacity: 1;
    }

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

@keyframes fadeOutDownBig {
    from {
        opacity: 1;
    }

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

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

@-webkit-keyframes fadeOutLeft {
    from {
        opacity: 1;
    }

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

@keyframes fadeOutLeft {
    from {
        opacity: 1;
    }

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

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

@-webkit-keyframes fadeOutLeftBig {
    from {
        opacity: 1;
    }

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

@keyframes fadeOutLeftBig {
    from {
        opacity: 1;
    }

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

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

@-webkit-keyframes fadeOutRight {
    from {
        opacity: 1;
    }

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

@keyframes fadeOutRight {
    from {
        opacity: 1;
    }

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

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

@-webkit-keyframes fadeOutRightBig {
    from {
        opacity: 1;
    }

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

@keyframes fadeOutRightBig {
    from {
        opacity: 1;
    }

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

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

@-webkit-keyframes fadeOutUp {
    from {
        opacity: 1;
    }

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

@keyframes fadeOutUp {
    from {
        opacity: 1;
    }

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

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

@-webkit-keyframes fadeOutUpBig {
    from {
        opacity: 1;
    }

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

@keyframes fadeOutUpBig {
    from {
        opacity: 1;
    }

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

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

@-webkit-keyframes flip {
    from {
        -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
        transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }

    40% {
        -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
        transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }

    50% {
        -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
        transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }

    80% {
        -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
        transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }

    to {
        -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
        transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
}

@keyframes flip {
    from {
        -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
        transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }

    40% {
        -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
        transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }

    50% {
        -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
        transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }

    80% {
        -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
        transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }

    to {
        -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
        transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
}

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

@-webkit-keyframes flipInX {
    from {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0;
    }

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

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

    80% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    }

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

@keyframes flipInX {
    from {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0;
    }

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

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

    80% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    }

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

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

@-webkit-keyframes flipInY {
    from {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0;
    }

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

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

    80% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    }

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

@keyframes flipInY {
    from {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0;
    }

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

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

    80% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    }

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

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

@-webkit-keyframes flipOutX {
    from {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }

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

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

@keyframes flipOutX {
    from {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }

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

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

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

@-webkit-keyframes flipOutY {
    from {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }

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

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

@keyframes flipOutY {
    from {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }

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

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

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

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

    60% {
        -webkit-transform: skewX(20deg);
        transform: skewX(20deg);
        opacity: 1;
    }

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

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

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

    60% {
        -webkit-transform: skewX(20deg);
        transform: skewX(20deg);
        opacity: 1;
    }

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

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

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

@-webkit-keyframes lightSpeedOut {
    from {
        opacity: 1;
    }

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

@keyframes lightSpeedOut {
    from {
        opacity: 1;
    }

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

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

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

    to {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1;
    }
}

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

    to {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1;
    }
}

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

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

    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1;
    }
}

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

    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1;
    }
}

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

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

    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1;
    }
}

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

    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1;
    }
}

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

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

    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1;
    }
}

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

    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1;
    }
}

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

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

    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1;
    }
}

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

    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1;
    }
}

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

@-webkit-keyframes rotateOut {
    from {
        -webkit-transform-origin: center;
        transform-origin: center;
        opacity: 1;
    }

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

@keyframes rotateOut {
    from {
        -webkit-transform-origin: center;
        transform-origin: center;
        opacity: 1;
    }

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

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

@-webkit-keyframes rotateOutDownLeft {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1;
    }

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

@keyframes rotateOutDownLeft {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1;
    }

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

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

@-webkit-keyframes rotateOutDownRight {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1;
    }

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

@keyframes rotateOutDownRight {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1;
    }

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

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

@-webkit-keyframes rotateOutUpLeft {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1;
    }

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

@keyframes rotateOutUpLeft {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1;
    }

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

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

@-webkit-keyframes rotateOutUpRight {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1;
    }

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

@keyframes rotateOutUpRight {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1;
    }

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

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

@-webkit-keyframes hinge {
    0% {
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
    }

    20%,
    60% {
        -webkit-transform: rotate3d(0, 0, 1, 80deg);
        transform: rotate3d(0, 0, 1, 80deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
    }

    40%,
    80% {
        -webkit-transform: rotate3d(0, 0, 1, 60deg);
        transform: rotate3d(0, 0, 1, 60deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
        opacity: 1;
    }

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

@keyframes hinge {
    0% {
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
    }

    20%,
    60% {
        -webkit-transform: rotate3d(0, 0, 1, 80deg);
        transform: rotate3d(0, 0, 1, 80deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
    }

    40%,
    80% {
        -webkit-transform: rotate3d(0, 0, 1, 60deg);
        transform: rotate3d(0, 0, 1, 60deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
        opacity: 1;
    }

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

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

@-webkit-keyframes jackInTheBox {
    from {
        opacity: 0;
        -webkit-transform: scale(0.1) rotate(30deg);
        transform: scale(0.1) rotate(30deg);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
    }

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

    70% {
        -webkit-transform: rotate(3deg);
        transform: rotate(3deg);
    }

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

@keyframes jackInTheBox {
    from {
        opacity: 0;
        -webkit-transform: scale(0.1) rotate(30deg);
        transform: scale(0.1) rotate(30deg);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
    }

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

    70% {
        -webkit-transform: rotate(3deg);
        transform: rotate(3deg);
    }

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

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

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

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

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

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

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

@-webkit-keyframes rollOut {
    from {
        opacity: 1;
    }

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

@keyframes rollOut {
    from {
        opacity: 1;
    }

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

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

@-webkit-keyframes zoomIn {
    from {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }

    50% {
        opacity: 1;
    }
}

@keyframes zoomIn {
    from {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }

    50% {
        opacity: 1;
    }
}

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

@-webkit-keyframes zoomInDown {
    from {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

@keyframes zoomInDown {
    from {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

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

@-webkit-keyframes zoomInLeft {
    from {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

@keyframes zoomInLeft {
    from {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

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

@-webkit-keyframes zoomInRight {
    from {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

@keyframes zoomInRight {
    from {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

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

@-webkit-keyframes zoomInUp {
    from {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

@keyframes zoomInUp {
    from {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

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

@-webkit-keyframes zoomOut {
    from {
        opacity: 1;
    }

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

    to {
        opacity: 0;
    }
}

@keyframes zoomOut {
    from {
        opacity: 1;
    }

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

    to {
        opacity: 0;
    }
}

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

@-webkit-keyframes zoomOutDown {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }

    to {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

@keyframes zoomOutDown {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }

    to {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

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

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

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

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

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

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

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

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

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

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

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

@-webkit-keyframes zoomOutUp {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }

    to {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

@keyframes zoomOutUp {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }

    to {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@-webkit-keyframes slideOutDown {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

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

@keyframes slideOutDown {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

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

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

@-webkit-keyframes slideOutLeft {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

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

@keyframes slideOutLeft {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

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

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

@-webkit-keyframes slideOutRight {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

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

@keyframes slideOutRight {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

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

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

@-webkit-keyframes slideOutUp {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

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

@keyframes slideOutUp {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

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

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

.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.delay-1s {
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
}

.animated.delay-2s {
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
}

.animated.delay-3s {
    -webkit-animation-delay: 3s;
    animation-delay: 3s;
}

.animated.delay-4s {
    -webkit-animation-delay: 4s;
    animation-delay: 4s;
}

.animated.delay-5s {
    -webkit-animation-delay: 5s;
    animation-delay: 5s;
}

.animated.fast {
    -webkit-animation-duration: 800ms;
    animation-duration: 800ms;
}

.animated.faster {
    -webkit-animation-duration: 500ms;
    animation-duration: 500ms;
}

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

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

@media (print),
(prefers-reduced-motion) {
    .animated {
        -webkit-animation: unset !important;
        animation: unset !important;
        -webkit-transition: none !important;
        transition: none !important;
    }
}

/*# sourceMappingURL=style.css.map */
