@charset "utf-8";

.fonts1{font-family:"SourceHanSansCNLight";}
.fonts2{font-family:"SourceHanSansCNRegular";}
.fonts3{font-family:"SourceHanSansCNMedium";}
.fonts4{font-family:"SourceHanSansCNBold";}
.fonts5{font-family:"Gilroy-Bold";}
.fonts6{font-family:"Gilroy-Regular";}
.font14{font-size: 14px;}
.font16{font-size: 16px;}
.font18{font-size: 18px;}
.font20{font-size: 20px;}
.font22{font-size: 22px;}
.font24{font-size: 24px;}
.font28{font-size: 28px;}
.font30{font-size: 30px;}
.font32{font-size: 32px;}
.font36{font-size: 36px;}
.font40{font-size: 40px;}
.font48{font-size: 48px;}
html {font-size: 30px;}
/* @media (min-width: 768px){
    html {font-size: 28px;}
    body{font-size: 14px;}
}
@media (min-width: 992px){
    html {font-size: 30px;}

}
@media (min-width: 1200px){
    html {font-size: 32px;}
    body{font-size: 16px;}
}
@media (min-width: 1360px){
    html {font-size: 34px;}
    body{font-size: 16px;}
}
@media (min-width: 1460px){
    html {font-size: 40px;}
    body{font-size: 16px;}
} */

body {
    font-family: 'Roboto',Arial,sans-serif;
    color: #111111;
    position: relative;
    background-color: #fff;
    line-height: 1.5;
    font-weight: 400;
    font-size: 16px;
    --headH:135px;
}
a{text-decoration: none;outline: none;color: #111;}
a:hover{text-decoration: none;color: #c8a04d;}
.dtable{display:table;width: 100%;height:100%;}
.dtable .dtcell{display:table-cell;vertical-align:middle;}
.block{display:block;}
.img-hover{overflow: hidden;}
.img-hover img{
    width: 100%;
    -webkit-transition: transform 0.3s ease;
    transition: transform 0.3s ease;
}
.img-hover:hover img{-webkit-transform: scale(1.05);transform: scale(1.05);}
ul.ul{margin: 0;padding: 0;}
ul.ul li{list-style: none;padding: 0;margin: 0;}

.focus img{display: block;width: 100%;}
.focus{position: relative;}
.pat-r-40{padding-right: 20px;}
.pat-l-40{padding-left: 20px;}
.myb40{margin-bottom:40px}
.wrap-1200{max-width: 1200px;margin: 0 auto;}
.wrap-960{max-width: 960px;margin: 0 auto;}
.wrap-760{max-width: 760px;margin: 0 auto;}
.wrap-600{max-width: 600px;margin: 0 auto;}
.wh100{height: 100vh;}
.head-wrap{padding-top: 15px;position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    background: #fff;}
    #headGap{
        height: var(--headH);
    }
.head-wrap .head-main-pc .head-box{height: 120px;}
.head-main-pc .logo{width: 20vh;}
.head-wrap .navs ul.ul{text-align: right;}
.head-wrap .navs ul.ul li{
    display: inline-block;
    font-size: 16px;
    padding: 0 15px;
}
.head-wrap .navs ul.ul li.active{opacity: .7;}
.head-wrap .navs ul.ul li a{font-weight: 500;color: #003b75;}

.banner{
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    color: #fff;
    position: relative;
}
.banner.inner-banner .txt{height: 60vh;}
.banner .txt{height: 100vh;position: relative;z-index: 3;}
.banner .cover{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: -webkit-linear-gradient(top, rgb(0, 59, 117), rgba(0, 0, 0, 0.3));
}
.banner .title{
    padding: 52px 0 24px;
    letter-spacing: 1px;
    font-size: 72px;
    line-height: 1.17;
}
.banner .p{
    font-size: 22px;
    line-height: 1.55;
}
.banner .t-descr_md{padding: 15px 0 30px;}
.video-play{
    position: relative;
    width: 94px;
    height: 94px;
    margin: 0 auto;
    padding: 0;
    text-align: center;
    background-color: transparent;
    border: 0;
    border-radius: 100%;
    -webkit-transition: transform ease-in-out 0.2s;
    -moz-transition: transform ease-in-out 0.2s;
    -o-transition: transform ease-in-out 0.2s;
    transition: transform ease-in-out 0.2s;
    cursor: pointer;
}
.video-play .play-arrow{
    position: absolute;
    top: 50%;
    z-index: 1;
    width: 0;
    height: 0;
    margin: 0 auto;
    margin-top: -11px;
    margin-left: 39px;
    border-style: solid;
    border-width: 13px 0 13px 21px;
    border-color: transparent transparent transparent #000000;
}
.video-play .play-bg{
    position: absolute;
    inset: 0;
    background: #fff;
    border-radius: 100px;
}
.t-arrow{
    position: absolute;
    bottom: 40px;
    left: 0;
    width: 100%;
    text-align: center;
    z-index: 3;
}
.t-arrow .box{
    display: inline-block;
    cursor: pointer;
    transition: all .2s ease-in-out;
    -webkit-animation: t-arrow-bottom 1.7s ease infinite;
    animation: t-arrow-bottom 1.7s ease infinite;
}
@-webkit-keyframes t-arrow-bottom{0%{-webkit-transform:translateY(0);transform:translateY(0)}50%{-webkit-transform:translateY(-7px);transform:translateY(-7px)}55%{-webkit-transform:translateY(-7px);transform:translateY(-7px)}to{-webkit-transform:translateY(0);transform:translateY(0)}}
@keyframes t-arrow-bottom{0%{-webkit-transform:translateY(0);transform:translateY(0)}50%{-webkit-transform:translateY(-7px);transform:translateY(-7px)}55%{-webkit-transform:translateY(-7px);transform:translateY(-7px)}to{-webkit-transform:translateY(0);transform:translateY(0)}}

.home-about{background: #003b75;color: #fff;}
.t-title_md {
    font-size: 52px;
    line-height: 1.23;
}
.t-title_sm{font-size: 48px;line-height: 1.23;}
.t-title_xxl {
    font-size: 82px;
    line-height: 1.17;
}
.t-title_xs {
    font-size: 42px;
    line-height: 1.23;
}
.t-title_xxs{
    font-size: 36px;
    line-height: 1.23;
}
.title-bold{font-weight: 600;}
.t-descr{font-size: 24px;line-height: 1.5;}
.t-text_sm{font-size: 18px;line-height: 1.55;}
.t-descr_xs{font-size: 16px;line-height: 1.55;}
.t-descr_md {
    font-size: 20px;
    line-height: 1.55;
}
/* .t-descr{font-weight: 300;} */
.t-descr_xxl {
    font-size: 26px;
    line-height: 1.45;
}
.home-about .box{padding-top: 40px;padding-bottom: 40px;}
.home-about .box .con{
    padding: 80px 86px 85px;
    border: 2px solid #fff;
}
.home-about .box .line{
    max-width: 50px;
    width: 100%;
    height: 3px;
    margin: 30px auto;
    background-color: #fff;
    opacity: 0.7;
}
.home-about .box .p{font-size: 24px;line-height: 28px;}
.home-principle{padding-top: 150px;padding-bottom: 120px;}
.home-principle .title{margin-bottom: 105px;font-size: 30px;line-height: 32px;}
.home-principle .row{margin-right: 0;margin-left: 0;flex-wrap: wrap;
    row-gap: 90px;}
.home-principle .row>div{padding-right: 20px;padding-left: 20px;text-align: center;}
.home-principle .img{width: 90px;height: 90px;margin-bottom: 25px;}
.home-principle .txt .title{line-height: 1.17;margin-bottom: 25px;margin-top: 12px;}
.home-principle .txt .p{line-height: 26px;font-size: 20px;}
.home-touch{padding-top: 75px;padding-bottom: 75px;background: #f0f0f0;color: #003b75;text-align: center;}
.home-touch .title{margin-bottom: 25px;}
.home-touch .buttons{margin-top: 70px;}
.buttons .t-btn{
    display: inline-block;
    height: 60px;
    font-size: 16px;
    padding-left: 60px;
    padding-right: 60px;
    border: 3px solid rgb(0, 59, 117);
    color: rgb(0, 59, 117);
    border-radius: 100px;
    line-height: 54px;
    margin: 0 10px 20px;
}
.buttons .t-btn-bg{color: #fff!important;background: rgb(0, 59, 117);}
.banner .buttons{margin-top: 45px;}
.banner .buttons .t-btn{color: #fff;border: 1px solid #fff;border-radius: 3px;line-height: 58px;}
.banner .buttons .t-btn-bg{border-color: rgb(0, 59, 117);}
.home-fixed{position: relative;}
.home-fixed .t-cover{
    background-attachment: fixed;
    background-color: #000;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    height: 150vh;
    overflow: hidden;
    position: relative;
    text-align: center;
    vertical-align: middle;
    width: 100%;
}
.t-cover__filter {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    background-image:linear-gradient(top, rgba(0, 59, 117, 0.6), rgba(0, 0, 0, 0));
    background-image: -webkit-linear-gradient(top, rgba(0, 59, 117, 0.6), rgba(0, 0, 0, 0));
    z-index: 2;
}
.section-Download .t-cover__filter{
    background-image: linear-gradient(top, rgba(0,59,117,0.80), rgba(0,0,0,0.90));
    background-image: -webkit-linear-gradient(top, rgba(0,59,117,0.80), rgba(0,0,0,0.90));
}
.home-fixed .con{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 3;
}
.home-fixed .con{padding-bottom: 120px;}
.home-fixed .text{
    max-width: 560px;
    background-color: rgba(0,59,117,1);
    color: #fff;
    padding: 20px;
}
.home-glance{
    padding-top: 90px;
    padding-bottom: 45px;
    background-color: #f0f0f0;
}
.home-glance .sm-title{
    font-size: 14px;
    letter-spacing: 2.5px;
    padding-top: 9px;
    padding-bottom: 93px;
}
.home-glance .text{padding-top: 50px;padding-bottom: 9px;font-size: 24px;margin-bottom: 45px;}
.home-market .txt{
    padding-top: 105px;
    padding-bottom: 45px;
}
.t050__descr {
    padding-top: 50px;
    padding-bottom: 9px;
}
.market-swiper{
    padding-bottom: 30px;
    background-color: #003b75;
}
.market-swiper .box{
    height: 100vh;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}
.market-swiper .box .txt{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    color: #fff;
    background-image: -moz-linear-gradient(top, rgba(0,59,117,0), rgba(0,59,117,1));
    background-image: -webkit-linear-gradient(top, rgba(0,59,117,0), rgba(0,59,117,1));
    background-image: -o-linear-gradient(top, rgba(0,59,117,0), rgba(0,59,117,1));
    background-image: -ms-linear-gradient(top, rgba(0,59,117,0), rgba(0,59,117,1));
}
.market-swiper .box .txt .t-name_sm{
    margin-top: 45px;
    font-size: 18px;
    line-height: 1.35;
    margin-bottom: 16px;
}
.market-swiper .t-btn{
    display: inline-block;
    color: #ffffff;
    border: 2px solid #ffffff;
    border-radius: 30px;
    font-weight: 700;
    height: 45px;
    font-size: 14px;
    padding-left: 30px;
    padding-right: 30px;
    line-height: 41px;
    margin-top: 23px;
    margin-bottom: 35px;
}
/* .market-swiper .t-descr{font-weight: 300;} */
.swiper-pagination-bullet{width: 10px;height: 10px;border: 2px solid #fff;background: transparent;opacity: 1;border-color: #fff;}
.swiper-pagination-bullet-active{background: #fff;}
.swiper-button-next, .swiper-button-prev{
    width: 30px;
    height: 30px;
    border-radius: 30px;
    background-color: #fff;
    background-size: 9px 14px;
}
.home-range{
    padding-top: 75px;
    padding-bottom: 75px;
    background-color: #f0f0f0;
    color: #003b75;
}
.home-range .title{line-height: 1.23;margin-bottom: 25px;}
.home-range .buttons{margin-top: 70px;}
.home-refrigeration{
    padding-top: 120px;
    padding-bottom: 105px;
    background-color: #003b75;
    color: #fff;
}
.home-refrigeration .row{margin-right: 0;margin-left: 0;}
ul.img-grid{max-width: 560px;}
ul.img-grid li{float: left;}
ul.img-grid li:nth-of-type(1){
    width: 60%;
    padding-right: 10px;
}
ul.img-grid li:nth-of-type(2){
    width: 40%;
    padding-left: 10px;
}
ul.img-grid li:nth-of-type(3){
    width: 61.5%;
    margin-left: 18%;
    margin-top: -13%;
}
ul.img-grid li .img{
    box-shadow: 0px 0px 15px rgb(0, 0, 0 , 20%);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
ul.img-grid li .img-1{
    padding-top: 135%;
}
ul.img-grid li .img-2{
    padding-top: 120%;
    margin-top: 40%;
}
ul.img-grid li .img-3{
    padding-top: 61.5%;
}
.t-prefix_1{padding-left: 100px;}
.home-refrigeration .title,.home-bigData .title{text-transform: uppercase;margin-bottom: 34px;}
.home-refrigeration .pub-btn,.home-bigData .pub-btn{margin-top: 60px;}
.pub-btn a{
    display: inline-block;
    color: #003b75;
    background-color: #ffffff;
    height: 60px;
    line-height: 60px;
    border-radius: 60px;
    font-size: 16px;
    padding-left: 60px;
    padding-right: 60px;
    font-weight: 700;
}
.home-products2{
    padding-top: 75px;
    padding-bottom: 75px;
    background-color: #eaeff4;
}
.home-products2 .title{margin-bottom: 15px;}
.home-products2 .imgs-box{margin-top: 50px;height: 640px;position: relative;cursor: pointer;}
.home-products2 .imgs-box .img{
    position: absolute;
    width: 50%;
    height: 100%;
    display: inline-block;
    top: 0;
    overflow: hidden;
    -webkit-backface-visibility: hidden;
}
.home-products2 .imgs-box .img-1,.home-products2 .imgs-box .img-1 img{left: 0;}
.home-products2 .imgs-box .img-2,.home-products2 .imgs-box .img-2 img{right: 0;}
.home-products2 .imgs-box img {
    height: 100%;
    z-index: 5;
    position: absolute;
    max-height: initial;
    max-width: initial;
}
.home-products2 .imgs-box .per{
    position: absolute;
    height: 100%;
    width: 40px;
    cursor: col-resize;
    z-index: 15;
    margin-left: -20px;
    left: 50%;
}
.home-products2 .imgs-box .per .arrow-btn{
    position: absolute;
    width: 0;
    height: 0;
    transition: all .2s ease;
    margin: auto;
    top: 0;
    bottom: 0;
}
.home-products2 .imgs-box .per .arrow-left{
    left: 2px;
    border-style: solid;
    border-width: 8px 8px 8px 0;
    border-color: transparent #003b75 transparent transparent;
}
.home-products2 .imgs-box .per .arrow-right{
    right: 2px;
    border-style: solid;
    border-width: 8px 0 8px 8px;
    border-color: transparent transparent transparent #003b75;
}
.home-products2 .imgs-box .per .line{
    height: 100%;
    margin-right: auto;
    margin-left: auto;
    width: 3px;
    background-color: #003b75;
}
.home-bigData{
    padding-top: 180px;
    padding-bottom: 75px;
}
.home-bigData .pub-btn a{background: #003b75;color: #fff;}
.section-Download{position: relative;margin-top: 60px;}
.section-Download .t-cover{
    background-attachment: fixed;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    position: relative;
    text-align: center;
    -moz-transform: unset;
    vertical-align: middle;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;left: 0;
}
.section-Download .con{
    position: relative;
    width: 100%;
    color: #fff;
    z-index: 6;
}
.section-Download .con{
    height: 560px;
}
.section-Download .con .box .title{margin-bottom: 25px;}
.t581__arrow-icon {
    width: 45px;
    position: absolute;
    left: -30px;
    transform: translateX(-100%);
    fill: #fff;
    top: 10px;
    bottom: 0;
    margin: auto;
}
.section-Download .pub-btn{position: relative;display: table;margin: 50px auto 0;}
.section-Download .pub-btn .btn1{
    background-color: #003b75;
    color: #fff;
}
.section-Download .pub-btn .btn2{
    background-color: transparent;
    color: #fff;
    border: 3px solid #ffffff;
    line-height: 54px;
    margin-left: 20px;
}
.home-team{
    padding-top: 165px;
    padding-bottom: 210px;
    background-color: #f5f5f5;
    font-size: 16px;
}
.home-team .title{margin-bottom: 20px;}
.home-team .item{margin-top: 70px;}
.home-team .item .ico{
    width: 100px;
    height: 100px;
    max-width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 50%;
    margin-right: 30px;
}
.home-team .item .t2{margin-top: 14px;margin-bottom: 3px;}
.home-contacts{
    padding-top: 75px;
}
.t571__line {
    position: relative;
    max-width: 100px;
    width: 100%;
    height: 1px;
    background-color: #000;
    opacity: .3;
    margin: 45px auto;
}
.section-tel{
    padding-top: 150px;
    padding-bottom: 75px;
}
.section-tel .t-name_xs{margin-bottom: 45px;}
.section-tel .t-text_sm{margin-top: 45px;}
.links img{width: 48px;margin-top: 40px;}

.home-stories{
    padding-top: 135px;
    padding-bottom: 75px;
}
.home-stories .title{margin-bottom: 40px;}
.home-stories .t-descr{max-width: 560px;margin-bottom: 90px;}
.stories-list a{color: #000;}
.stories-list .ti{font-size: 26px;line-height: 1.23;padding-bottom: 20px;max-width: 360px;}
.stories-list .img-box{margin-bottom: 25px;}
.stories-list .img-box .cimg{
    display: block;
    width: 100%;
    padding-top: 75%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.t-descr_sm {
    font-size: 18px;
    line-height: 1.55;
}
.stories-list .txt{margin-bottom: 14px;}
.stories-list .cbtn a{
    font-size: 20px;
    line-height: 1.55;
    font-weight: 700;
    text-decoration: none;
    cursor: pointer;
    display: inline-block;
    color: #003b75;
}
.stories-list .cbtn a:after {
    content: "\00a0→";
    font-family: Arial,Helvetica,sans-serif;
}
.foot-t1{
    padding-top: 45px;
    padding-bottom: 75px;
}
.foot-t1 .ti{margin-bottom: 40px;}
.foot-wrap{
    border-top: 15px solid #003b75;
    background-color: #f0f0f0;
}
.foot-t2{
    padding: 15px 40px 0;
    height: 95px;
}
.foot-t2 a{font-size: 16px;font-weight: 600;color: #003b75;}
.foot-nav ul.ul li{
    display: inline-block;
    padding-left: 15px;
    padding-right: 15px;
    margin: 0;
    font-weight: 600;
}
.foot-nav ul.ul li a {
    font-size: 16px;
    color: #003b75;
}
.foot-logo img{
    max-width: 150px;
    margin-top: 30px;
}
.copyright{
    font-size: 14px;
    color: #003b75;
    opacity: .7;
    padding-top: 40px;
    padding-bottom: 10px;
    text-align: center;
}
.foot-t3{padding-bottom: 45px;}
.foot-t4{background: #000;color: #fff;}
.foot-t4 .con{height: 70px;color: #fff;opacity: 0.4;}
.foot-t4 .con:hover{opacity: 1;}
.foot-t4 .con img{width: 30px;height: 30px;margin: 0 12px;}
.fontw300{font-weight: 300;}
.text img{max-width: 100%;}
.t-descr_xl {
    font-size: 24px;
    line-height: 1.5;
}
.t-text_md {
    font-size: 20px;
    line-height: 1.55;
}
.products-list1{
    padding-top: 150px;
    padding-bottom: 75px;
}
.products-list1 .title{margin-bottom: 55px;}
.products-list1 .title .p{margin-top: 50px;}
.products-list1-con{padding-right: 40px;padding-left: 40px;}
.products-list1-con .grid .grid-item{padding: 0;}
.products-list1-con .grid .grid-item .box{padding-top: 100%;position: relative;}
.products-list1-con .grid .grid-item .box .cbox{
    position: absolute;
    top: 10px;
    right: 10px;
    bottom: 10px;
    left: 10px;
    border-radius: 50px;
    overflow: hidden;
}
.products-list1-con .grid .grid-item .box .cbox .img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    transition: transform ease-in-out 0.45s,opacity ease-in-out 0.45s;
}
.products-list1-con .grid .grid-item .box:hover .cbox .img{transform: scale(1.05);}
.products-list1-con .grid .grid-item .box .cbox .overlay{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(top, rgba(0,0,0, 0.30), rgba(0,59,117, 0.40));
    background-image: -webkit-linear-gradient(top, rgba(0,0,0, 0.30), rgba(0,59,117, 0.40));
    z-index: 3;
}
.products-list1-con .grid .grid-item .box .cbox .txt{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 5;
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    color: #fff;
}
.products-list1-con .grid .grid-item .box .cbox .txt .t{margin-bottom: 15px;}

.products-list2-con{background: #f0f0f0;padding: 75px 40px;}
.products-list2-con .box .img{
    padding-top: 75%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.products-list2-con .txt{padding: 20px 0 0;text-align: center;}
.products-list2-con .txt .t{font-size: 20px;color: #000;}
.products-list2-con .txt .p{color: #000;margin-top: 8px;}
.img-pop{
    padding-top: 100%;
    background-color: #f0f0f0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.con-pop{padding-top: 65px;}
.pop-close{
    position: absolute;
    top: 20px;
    right: 37px;
}
.con-pop .t-descr_xxs{margin-top: 18px;}
.t-descr_xxs{
    font-size: 14px;
    line-height: 1.55;
}
.wrap-pop{padding-top: 40px;}
.group-history{background: #003d79;position: relative;overflow: hidden;}
.group-history .about-big-img{
    position: absolute;
    right: 0;
    top: 0;
    max-width: 55%;
}
.title-about{
    color: #fff;
    padding: 96px 0;
}
.title-about h2{font-size: 62px;margin-top: 10px;}
.history-con{
    margin-top: 140px;
    position: relative;
    z-index: 6;
}
.history-con .wrap-1200{background-color: #fff;position: relative;padding-bottom: 72px;}
.history-con .wrap-1200:after{
    position: absolute;
    right: 100%;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    content: '';
}
.history-con .img{margin-top: -140px;}
.history-con .txt{
    padding: 0 42px;
    color: #003d79;
    line-height: 1.5;
}
.about-logo-list{margin-top: 72px;margin-bottom: 72px;}
.about-logo-list.row{margin-right: 0;margin-left: 0;}
.history-section-2{margin-bottom: 72px;}
.history-section-2 .wrap-1200{background-color: #00a8ff;padding: 128px 72px 56px;margin-top: -72px;color: #fff;position: relative;z-index: 5;}
.history-section-2 .wrap-1200:after{
    position: absolute;
    left: 100%;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #00a8ff;
    content: '';
}
.history-mountain{
    background-size: 100% auto;
    background-position: center bottom;
    background-repeat: no-repeat;
    position: relative;
}
.history-mountain:after {
    position: absolute;
    top: 0px;
    height: 100%;
    width: 100%;
    background-image: linear-gradient(to bottom, #003D79,#001F3DCC);
    content: '';
}
.history-mountain .wrap-1200{position: relative;z-index: 6;}
.history-mountain .text2{
    padding-top: 128px;
    padding-bottom: 160px;
}
.history-mountain .text2 .ctxt:after{content: url(../images/quoteMarkRight.png);margin-left: 8px;}
.history-mountain .text2 .ctxt:before{content: url(../images/quoteMarkLeft.png);margin-right: 8px;}
.history-mountain .text2 .ctxt p{margin-bottom: 10px;}
.group-history-data-container{
    padding-bottom: 80px;
    background-color: #003d79;
    background-image: url(../images/lines.png);
    background-size: 100% auto;
    background-position: center bottom;
    background-repeat: no-repeat;
    overflow: hidden;
}
.group-history-data-container .wrap{max-width: 1536px;margin: 0 auto;}
.group-history-data-container .title{padding: 96px;text-align: center;color: #fff;}
.group-history-data-container .title h2{line-height: 1.4;}
.group-history-data-container .glist-t{
    display: grid;
    grid-template-columns: repeat(7, minmax(0, 1fr));
}
.group-history-data-container .glist-t .g-item{
    display: flex;
    flex-direction: column;
    border-left-width: 1px;
    border-left-style: solid;
    -o-border-image: linear-gradient(to bottom, #00a8ff, rgba(0, 0, 0, 0)) 1 100%;
    border-image: linear-gradient(to bottom, #00a8ff, rgba(0, 0, 0, 0)) 1 100%;
}
.group-history-data-container .glist-t .g-item .ico{
    margin-bottom: 12px;
    display: flex;
    max-width: 128px;
    justify-content: center;
    background-color: rgb(0 ,168 ,255);
    padding: 32px;
}
.group-history-data-container .glist-t .g-item:hover .ico{background-color: #fff;}
.group-history-data-container .glist-t .g-item:hover .ico img{filter: invert(40%) sepia(97%) saturate(1450%) hue-rotate(175deg) brightness(106%) contrast(103%);}
.group-history-data-container .glist-t .g-item .p{
    color: #fff;
    line-height: 1.3;
    padding: 0 0 80px 24px;
}
.group-history-data-container .glist-t .g-item .p strong{font-size: 28px;}
.modal-video{
    background: url(../images/cover-video.jpg) no-repeat center / 100% auto;
    position: relative;
}
.modal-video .overlay{
    position: absolute;
    top: 0px;
    z-index: 10;
    height: 100%;
    width: 100%;
    background-color: rgb(0, 0 ,0 , 0.4);
}
.modal-video .con{padding: 56px;position: relative;z-index: 11;}
.modal-video .con .modal-video__content{padding: 96px 260px;border: 1px solid #fff;text-align: center;}
.modal-video .con .box{font-size: 62px;color: #fff;}
.modal-video .con .box .play{margin: 110px auto 20px;width: 115px;}
.about-box-img .item{width: 50%;position: relative;}
.about-box-img .item img{height: 400px;object-fit: cover;object-position: right;width: 100%;}
.about-box-img .item .box-subtitle{text-transform: uppercase;}
.about-box-img .item .box-content{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 0 64px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    font-size: 32px;
    color: #fff;
}
.about-box-img .item .box-content .box-title{font-size: 38px;margin-top: 30px;}
.about-down{
    background-color: #003d79;
    padding: 10px 0;
}
.about-down .list{margin: 80px 0;}
.about-down .item{margin: 0 36px}
.about-down .item a{
    height: 72px;
    border: 1px solid #00a8ff;
}
.about-down .item a .t{padding: 0 32px;font-size: 18px;color: #fff;text-transform: uppercase;}
.about-down .item a .ico{width: 64px;background: #00a8ff;height: 70px;}

.detail-text{
    padding-top: 50px;
    border-top: 1px solid #003b75;
}
.detail-text .title{font-weight: 700;color: #003b75;margin-bottom: 30px;}
.detail-text .text p{margin-bottom: 10px;}
.post-detail__back{margin-top: 50px;margin-bottom: 80px;font-size: 18px;font-weight: bold;}
.post-detail__back a{color: #003b75;}
.t210__line {
    position: relative;
    width: 100%;
    max-width: 240px;
    height: 1px;
    background-color: #000;
    margin-bottom: 24px;
}
.t-heading_md {
    font-size: 30px;
    line-height: 1.17;
}
.products-detail-imgsW3{margin-top: 120px;margin-bottom: 180px;}
.products-detail-imgsW3 img{margin-bottom: 37px;}
ul.products-detail-ul-right{margin-top: 100px;margin-bottom: 50px;}
ul.products-detail-ul-right li:nth-child(n+3){margin-top: 55px;}
.ico-isright{
    width: 30px;
    height: 30px;
    margin-right: 20px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAzMiAzMiIgZmlsbD0ibm9uZSI+CiAgICA8cGF0aCBkPSJNMzEuNDMyNCAzLjQ4ODE2QzMxLjg2NjkgMi43NDE0IDMxLjc5MjkgMS44OTg3OCAzMS4yMDMzIDEuNDc0MjlDMzAuOTE0NiAxLjI2NjQ0IDMwLjU0NyAxLjIwNjkyIDMwLjE4NzUgMS4zMTcxMUMyOS44MzQ2IDEuNDI1MzMgMjkuNTIyNCAxLjY4NDQ3IDI5LjI3NSAyLjA1NTU0TDI5LjI3MjEgMi4wNTk5MkMyOS4yNzUgMi4wNTU1NCAyNS43Mjc3IDcuNDk2OTQgMjUuNzI3NyA3LjQ5Njk0QzIzLjI3MzMgMTEuMjg1IDE3LjA4OTggMjAuODUyIDE0LjcwNjEgMjQuNzIyQzEzLjcyNjUgMjMuNzI0MSAxMi4wMjQyIDIxLjk5NTEgMTEuMDI1OCAyMS4wNTg4QzguMTYwOTMgMTguMzcyMSA1LjE5OSAxNS44NzU5IDIuMDUxNDggMTMuMjMyQzEuODM3MDcgMTMuMDI4NCAxLjU2NTM5IDEyLjk1NTUgMS4zMDYxOCAxMi45OTRDMS4wNTcxOSAxMy4wMzEgMC44NDYxNDkgMTMuMTY0OCAwLjY5NjU2MyAxMy4zMjUxQzAuNDAyNTY2IDEzLjY0MDEgMC4yMjkzNzEgMTQuMjMwNiAwLjYyODU0MiAxNC43Mjk2QzAuNjI4NTQyIDE0LjcyOTYgMTEuNzU1OSAyNi44MTQ1IDEzLjkxMDYgMjkuMzE5N0MxNC4yNTg3IDI5Ljc0OCAxNC43ODg4IDI5LjgzODUgMTUuMjE2NiAyOS43N0MxNS42NDE3IDI5LjcwMiAxNi4wODk0IDI5LjQ2MTUgMTYuMzMyOCAyOS4wNTY5QzIxLjQ2NTcgMjAuNjAyNiAyNi40OTkxIDEyLjE0NjYgMzEuNDMyNCAzLjQ4ODE2WiIgZmlsbD0iYmxhY2siIHN0eWxlPSJmaWxsOiByZ2IoMCwgNTksIDExNyk7Ii8+Cjwvc3ZnPg==);
}
ul.products-detail-ul-right li .t-descr_md{max-width: 510px;}
.padt75{padding-top: 75px;}
.products-list3-wrap{
    background-color: #003b75;
    padding-top: 135px;
    padding-bottom: 75px;
    color: #fff;
}
.products-list1-con .grid .col-md-6.col-sm-6 .box{
    padding-top: 50%;
}
.products-list3-wrap .products-list1-con{margin-top: 70px;}


    .pages ul{list-style: none;padding: 0;margin: 0;text-align: center;}
    .pages ul li a{vertical-align: middle;}
    .pages ul li{list-style: none;display: inline-block;padding: 3px;border-bottom: 1px solid transparent;margin: 0 8px;}
    .pages ul li.active{color: #c8a04d;border-bottom-color: #c8a04d;}
    .pages ul li.first a,.pages ul li.last a{
        display: inline-block;
        width: 20px;
        height: 20px;
        background: url(../images/ico_page_nn.png) no-repeat center / cover;
        vertical-align: middle;
    }
    .pages ul li.first a{
        transform: rotate(180deg);
    }
    .pages ul li.prev a,.pages ul li.next a{
        display: inline-block;
        width: 20px;
        height: 20px;
        background: url(../images/ico_page_n.png) no-repeat center / cover;
        vertical-align: middle;
    }
    .pages ul li.prev a{
        transform: rotate(180deg);
    }
    p{margin: 0 ;padding: 0;}
    .font62{font-size: 62px;}
    .modal-video-pop{
        position: fixed;
        left: 0px;
        top: 0px;
        z-index: 110;
        display: none;
        height: 100vh;
        width: 100vw;
        background-color: rgb(0 0 0 / 0.9);
    }
    .modal-video-pop .video-box{
        position: fixed;
        top: 50%;
        left: 50%;
        width: 50%;
        transform: translate(-50%,-50%);
    }


@media (min-width: 1201px) {

}
@media (min-width: 1580px) {
  .pat-r-40{padding-right: 40px;}
  .pat-l-40{padding-left: 40px;}
  .products-list1-con .grid .grid-item .box .cbox .txt{padding: 30px;}
}



@media (max-width: 1400px){
    body{font-size: 14px;overflow-x: hidden;}
    .group-history-data-container .wrap{max-width: 1024px;}
    .group-history-data-container .glist-t{grid-template-columns: repeat(4, minmax(0, 1fr));}
}
@media (max-width: 1200px) {
    .wrap-1200{max-width: 960px;}
    .wrap-960{max-width: 780px;}
    .wrap-760{max-width: 620px;}
    .t-title_md{font-size: 48px;}
    .t-title_sm{font-size: 44px;}
    .t-title_xxl{font-size: 78px;}
    .home-products2 .imgs-box{height: 520px;}
    .t-descr_xxs{font-size: 12px;}
    .wrap-pop{padding-top: 30px;}
    .group-history-data-container .wrap{max-width: 768px;}
    .group-history-data-container .glist-t{grid-template-columns: repeat(3, minmax(0, 1fr));}
}

@media(max-width: 991px){
     .wrap-1200{max-width: 640px;}
    .head-wrap{position: fixed;top: 0;background: #fff;z-index: 999;padding-top:0;}
    .head-main-mob .logo{width: 20vh;max-width: 300px;}
    .head-main-pc{display: none;position: absolute;top: 100%;left: 0;width: 100%;background: #fff;}
    .head-main-mob{padding-top: 20px;padding-bottom: 20px;}
    .head-wrap .head-main-pc .head-box{height: auto;padding-bottom: 20px;}
    .head-wrap .navs ul.ul li{display: block;text-align: center;padding-top: 10px;padding-bottom: 10px;}
    .btn-menu {
        position: relative;
        margin-left: 10px;
        width: 40px;
        height: 40px;
        cursor: pointer;
    }
    .btn-menu{display: block;transform: translateX(5px);}
    .btn-menu>span {
        position: absolute;
        top: 50%;
        left: 6px;
        width: 28px;
        height: 3px;
        background-color: #003b75;
        transition: all 0.3s;
    }
    .head-black .btn-menu>span{background: #333;-webkit-transition: all .3s;
    transition: all .3s;}
    .btn-menu>span:first-of-type {
        margin-top: -9px;
    }
    .btn-menu>span:nth-of-type(2) {
        margin-top: -1px;
    }
    .btn-menu>span:nth-of-type(3) {
        margin-top: 6px;
    }
    .btn-menu.on>span:first-of-type {
        margin-top: -1px;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
    }
    .btn-menu.on>span:nth-of-type(2) {
        visibility: hidden;
        opacity: 0;
    }
    .btn-menu.on>span:last-of-type {
        margin-top: -1px;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }
    .banner .txt{height: calc(100vh - 85px);}
    .home-principle .row>div{width: 100%;}
    .home-principle .title{margin-bottom: 45px;}
    .home-principle .txt .title{font-size: 28px;}
    .home-principle .row{row-gap: 45px}
    .t-descr_xl{font-size: 20px;}
    .t-title_xxl{font-size: 36px;}
    .home-products2 .imgs-box{height: 400px;}
    .post-detail__back{margin-top: 30px;margin-bottom: 30px;font-size: 16px;}
    .products-detail-2t.products-list1{padding-top: 50px;padding-bottom: 45px;}
    .t210__line{margin-top: 30px;}
    .font32{font-size: 22px;}
    .products-detail-imgsW3{margin-top: 60px;margin-bottom: 60px;}
    .products-detail-imgsW3 img{margin-bottom: 20px;}
    .t-heading_md{font-size: 24px;}
    .products-detail-imgsW3 .t-heading_md{margin-bottom: 30px;}
    ul.products-detail-ul-right li{margin-top: 30px;}
    .t-descr_xxl{font-size: 24px;}
    

}
@media (max-width: 768px){
    html{font-size: 20px;}

    .row{margin-right: -5px;margin-left: -5px;}
    .row>div{padding-right: 5px;padding-left: 5px;}
    .font18{font-size: 16px;}
    .font20{font-size: 16px;}
    .font24,.font22{font-size: 18px;}
    .font30{font-size: 18px;}
    .font36{font-size: 22px;}
    .banner .title{font-size: 30px;padding-top:24px;}
    .banner .p{padding: 0 10px;font-size: 16px;}
    .home-about .box {padding: 40px 0;}
    .home-about .box .con{padding: 30px 20px 35px;}
    .t-title_md{font-size: 30px;}
    .home-about .box .p{font-size: 16px;}
    .home-principle,.home-refrigeration,.home-bigData,.home-team{padding-top: 90px;padding-bottom: 90px;}
    .home-principle .txt .title{font-size: 24px;}
    .t-title_sm{font-size: 30px;}
    .wrap-1200,.wrap-960,.wrap-760,.wrap-600{padding-right: 20px;padding-left: 20px;}
    .wrap-960 .wrap-760{padding-right: 0;padding-left: 0;}
    .buttons .t-btn{width: 100%;margin: 0 0 10px;}
    .home-fixed .t-cover{background-attachment:scroll!important;}
    .t-text_sm {
        font-size: 14px;
        line-height: 1.45;
    }
    .t-title_xxl,.font62{font-size: 30px;}
    .home-refrigeration .col-md-6:nth-of-type(1) ul.img-grid{margin-bottom: 40px;}
    .home-refrigeration .col-md-6:nth-of-type(2) ul.img-grid{margin-top: 40px;}
    ul.img-grid li:nth-of-type(1),ul.img-grid li:nth-of-type(2){width: 50%;}
    ul.img-grid li .img-2{margin-top: 0;padding-top: 135%;}
    ul.img-grid li:nth-of-type(3){width: 100%;margin-left: 0;margin-top: 20px;}
    .t-title_xs{font-size: 30px;}
    .t-prefix_1{padding-left: 0;}
    .home-refrigeration .rtxt{margin-top: 0px;}
    .home-refrigeration .title, .home-bigData .title{margin-bottom: 14px;}
    .t-descr_md{font-size: 16px;line-height: 1.45;}
    .pub-btn a{padding-right: 30px;padding-left: 30px;}
    .t-title_xxs{font-size: 28px;}
    .home-products2 .imgs-box{height: 250px;}
    .home-bigData .rtxt{margin-top: 40px;}
    .t-descr_xl {
        font-size: 20px;
        line-height: 1.4;
    }
    .section-Download .pub-btn a{width: 100%;margin: 10px 0 0;}
    .section-Download .pub-btn .btn2{margin-left: 0;}
    .home-team .item{margin-top: 40px;}
    .t-text_md {
        font-size: 16px;
        line-height: 1.45;
    }
    .stories-list .ti{font-size: 22px;}
    .t-descr_sm {
        font-size: 14px;
        line-height: 1.45;
    }
    .foot-nav ul.ul{margin-top: 10px;}
    .foot-nav ul.ul li{margin-bottom: 20px;}
    .ub-mob-pc{
        -webkit-box-pack: center!important;
        -webkit-justify-content: center!important;
        -moz-justify-content: center!important;
        justify-content: center!important;
    }
    .txt-pop{padding-top: 30px;padding-bottom: 45px;}
    .pop-close{
        width: 100%;
        right: 0;
        padding:15px 20px;
        border-bottom: 1px solid #eee;
        background-color: #fff;
        position: fixed;
        z-index: 3;
        top: 0;
    }
    .group-history-data-container .wrap{padding-left: 40px;}
    .group-history-data-container .glist-t{grid-template-columns: repeat(2, minmax(0, 1fr));}
    .group-history .about-big-img{max-width: 100%;position: relative;}
    .group-history .mobile-title{
        background-color: #00a8ff;
        color: #fff;
        padding: 24px;
        border-radius:0 0 100px 0;
        position: relative;
        z-index: 11;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
    }
    .group-history .mobile-title h2{margin: 0;font-size: 24px;}
    .history-con .img{margin-top: 30px;margin-left: 10px;}
    .history-con .txt{padding: 0 10px;}
    .history-con{margin-top: 0;}
    .history-con .wrap-1200{padding-top: 30px;padding-bottom: 30px;}
    .history-section-2 .wrap-1200{margin-top: 0;padding:30px 25px;}
    .history-mountain .text2{padding: 80px 0;}
    .history-mountain{background-size: cover;}
    .history-mountain .text2 .ctxt{font-size: 18px;}
    .history-mountain .text2 .ctxt:before,.history-mountain .text2 .ctxt:after{transform: scale(0.7);}
    .group-history-data-container .title{padding: 40px 40px 40px 0;}
    .group-history-data-container .title h2{font-size: 18px;}
    .modal-video .con{padding: 30px;}
    .modal-video .con .modal-video__content{padding: 40px;}
    .modal-video .con .box{font-size: 24px;}
    .modal-video{background-size: cover;}
    .ub-mob-ver{
        -webkit-box-orient:vertical;
    -webkit-flex-direction:column;
    -moz-box-orient:vertical;
    flex-direction:column;
    }
    .about-box-img .item{width: 100%;}
    .about-box-img .item .box-content{font-size: 28px;}
    .about-box-img .item .box-content .box-title{font-size: 22px;}
    .about-down .item{margin: 20px 0;width: 100%;}
    .about-down .list{margin: 40px 0;padding:0 20px;}
    .about-down .item a{width: 100%;}
    .about-down .item a .t{font-size: 14px;}
    .modal-video-pop .video-box{width: 100%;}
    .products-list1-con .grid .col-md-6.col-sm-6 .box{padding-top: 100%;}
    .products-list1-con{padding-right:15px;padding-left:15px;}
}

.tran{
    -webkit-transition: all .4s ease-out;
    -moz-transition: all .4s ease-out;
    -ms-transition: all .4s ease-out;
    -o-transition: all .4s ease-out;
    transition: all .4s ease-out;
}
.ub{
	display:-webkit-box !important;
	display:-moz-box !important;
	display:-ms-flexbox !important;
	display:-webkit-flex !important;
	display:flex !important;
}
.ub-ver{
	-webkit-box-orient:vertical;
	-webkit-flex-direction:column;
	-moz-box-orient:vertical;
	flex-direction:column;
}
.ub-ac{
	-webkit-box-align:center;
	-webkit-align-items:center;
	-moz-align-items:center;
	align-items:center;
}
.ub-ae{
	-webkit-box-align:end;
	-webkit-align-items:flex-end;
	-moz-align-items:flex-end;
	align-items:flex-end;
}
.ub-ab{
	-webkit-box-align:baseline;
	-webkit-align-items:baseline;
	-moz-align-items:baseline;
	align-items:baseline;
}
.ub-as{
	-webkit-box-align:stretch;
	-webkit-align-items:stretch;
	-moz-align-items:stretch;
	align-items:stretch;
}
.ub-pc{
	-webkit-box-pack:center;
	-webkit-justify-content:center;
	-moz-justify-content:center;
	justify-content:center;
}
.ub-pe{
	-webkit-box-pack:end;
	-webkit-justify-content:flex-end;
	-moz-justify-content:flex-end;
	justify-content:flex-end;
}
.ub-pj{
	-webkit-box-pack:justify;
	-webkit-justify-content:space-between;
	-moz-justify-content:space-between;
	justify-content:space-between;
}
.ub-f1{
	-webkit-box-flex:1;
	-webkit-flex:1;
	-moz-box-flex:1;
	flex:1;
}
.ub-f2{
    -webkit-box-flex:2;
    -webkit-flex:2;
    -moz-box-flex:2;
    flex:2;
}
.ub-f3{
    -webkit-box-flex:3;
    -webkit-flex:3;
    -moz-box-flex:3;
    flex:3;
}
.ut-s {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap !important;
    outline: 0 !important
}
.ut-s1 {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.ut-s2 {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.ut-s3 {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.ut-s4 {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.ut-s5 {
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.ut-s6 {
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
    overflow: hidden;
}




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

Copyright (c) 2013 Daniel Eden

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*/

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

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

@-webkit-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  40% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }

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

@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  40% {
    -webkit-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    transform: translateY(-30px);
  }

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

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

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

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

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

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

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

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

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

  50% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }

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

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

  50% {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
  }

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

.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
}
@-webkit-keyframes toRightFromRight{
    79%{-webkit-transform:translate(-102%)}
    80%{-webkit-transform:translate(102%)}
    81%{opacity:1}
}
@-moz-keyframes toRightFromRight{
    79%{-moz-transform:translate(-102%)}
    80%{-moz-transform:translate(102%)}
    81%{opacity:1}
}
@keyframes toRightFromRight{
    79%{transform:translate(-102%)}
    80%{transform:translate(102%)}
    81%{opacity:1}
}
.toRightFromRight {
  -webkit-animation-name: toRightFromRight;
  animation-name: toRightFromRight;
}
@-webkit-keyframes toRightFromLeft{
    79%{-webkit-transform:translate(102%)}
    80%{-webkit-transform:translate(-102%)}
    81%{opacity:1}
}
@-moz-keyframes toRightFromLeft{
    79%{-moz-transform:translate(110%)}
    80%{-moz-transform:translate(-102%)}
    81%{opacity:1}
}
@keyframes toRightFromLeft{
    79%{transform:translate(102%)}
    80%{transform:translate(-110%)}
    81%{opacity:1}
}
.toRightFromRight {
  -webkit-animation-name: toRightFromLeft;
  animation-name: toRightFromLeft;
}

@-webkit-keyframes shake {
  0%, 100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

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

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

@keyframes shake {
  0%, 100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  10%, 20% {
    -webkit-transform: scale(0.9) rotate(-3deg);
    transform: scale(0.9) rotate(-3deg);
  }

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

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

  100% {
    -webkit-transform: scale(1) rotate(0);
    transform: scale(1) rotate(0);
  }
}

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

  10%, 20% {
    -webkit-transform: scale(0.9) rotate(-3deg);
    -ms-transform: scale(0.9) rotate(-3deg);
    transform: scale(0.9) rotate(-3deg);
  }

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

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

  100% {
    -webkit-transform: scale(1) rotate(0);
    -ms-transform: scale(1) rotate(0);
    transform: scale(1) rotate(0);
  }
}

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

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

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

  15% {
    -webkit-transform: translateX(-25%) rotate(-5deg);
    transform: translateX(-25%) rotate(-5deg);
  }

  30% {
    -webkit-transform: translateX(20%) rotate(3deg);
    transform: translateX(20%) rotate(3deg);
  }

  45% {
    -webkit-transform: translateX(-15%) rotate(-3deg);
    transform: translateX(-15%) rotate(-3deg);
  }

  60% {
    -webkit-transform: translateX(10%) rotate(2deg);
    transform: translateX(10%) rotate(2deg);
  }

  75% {
    -webkit-transform: translateX(-5%) rotate(-1deg);
    transform: translateX(-5%) rotate(-1deg);
  }

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

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

  15% {
    -webkit-transform: translateX(-25%) rotate(-5deg);
    -ms-transform: translateX(-25%) rotate(-5deg);
    transform: translateX(-25%) rotate(-5deg);
  }

  30% {
    -webkit-transform: translateX(20%) rotate(3deg);
    -ms-transform: translateX(20%) rotate(3deg);
    transform: translateX(20%) rotate(3deg);
  }

  45% {
    -webkit-transform: translateX(-15%) rotate(-3deg);
    -ms-transform: translateX(-15%) rotate(-3deg);
    transform: translateX(-15%) rotate(-3deg);
  }

  60% {
    -webkit-transform: translateX(10%) rotate(2deg);
    -ms-transform: translateX(10%) rotate(2deg);
    transform: translateX(10%) rotate(2deg);
  }

  75% {
    -webkit-transform: translateX(-5%) rotate(-1deg);
    -ms-transform: translateX(-5%) rotate(-1deg);
    transform: translateX(-5%) rotate(-1deg);
  }

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

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

@-webkit-keyframes bounceIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(.3);
    transform: scale(.3);
  }

  50% {
    opacity: 1;
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }

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

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

@keyframes bounceIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(.3);
    -ms-transform: scale(.3);
    transform: scale(.3);
  }

  50% {
    opacity: 1;
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
  }

  70% {
    -webkit-transform: scale(.9);
    -ms-transform: scale(.9);
    transform: scale(.9);
  }

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

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

@-webkit-keyframes bounceInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }

  60% {
    opacity: 1;
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
  }

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

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes bounceInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }

  60% {
    opacity: 1;
    -webkit-transform: translateY(30px);
    -ms-transform: translateY(30px);
    transform: translateY(30px);
  }

  80% {
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
  }

  100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

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

@-webkit-keyframes bounceInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }

  60% {
    opacity: 1;
    -webkit-transform: translateX(30px);
    transform: translateX(30px);
  }

  80% {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px);
  }

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

@keyframes bounceInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }

  60% {
    opacity: 1;
    -webkit-transform: translateX(30px);
    -ms-transform: translateX(30px);
    transform: translateX(30px);
  }

  80% {
    -webkit-transform: translateX(-10px);
    -ms-transform: translateX(-10px);
    transform: translateX(-10px);
  }

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

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

@-webkit-keyframes bounceInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }

  60% {
    opacity: 1;
    -webkit-transform: translateX(-30px);
    transform: translateX(-30px);
  }

  80% {
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
  }

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

@keyframes bounceInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px);
  }

  60% {
    opacity: 1;
    -webkit-transform: translateX(-30px);
    -ms-transform: translateX(-30px);
    transform: translateX(-30px);
  }

  80% {
    -webkit-transform: translateX(10px);
    -ms-transform: translateX(10px);
    transform: translateX(10px);
  }

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

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

@-webkit-keyframes bounceInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px);
  }

  60% {
    opacity: 1;
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }

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

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes bounceInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    transform: translateY(2000px);
  }

  60% {
    opacity: 1;
    -webkit-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    transform: translateY(-30px);
  }

  80% {
    -webkit-transform: translateY(10px);
    -ms-transform: translateY(10px);
    transform: translateY(10px);
  }

  100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

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

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

  25% {
    -webkit-transform: scale(.95);
    transform: scale(.95);
  }

  50% {
    opacity: 1;
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale(.3);
    transform: scale(.3);
  }
}

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

  25% {
    -webkit-transform: scale(.95);
    -ms-transform: scale(.95);
    transform: scale(.95);
  }

  50% {
    opacity: 1;
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale(.3);
    -ms-transform: scale(.3);
    transform: scale(.3);
  }
}

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

@-webkit-keyframes bounceOutDown {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

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

  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px);
  }
}

@keyframes bounceOutDown {
  0% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  20% {
    opacity: 1;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    transform: translateY(2000px);
  }
}

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

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

  20% {
    opacity: 1;
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}

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

  20% {
    opacity: 1;
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}

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

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

  20% {
    opacity: 1;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}

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

  20% {
    opacity: 1;
    -webkit-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    transform: translateX(-20px);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}

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

@-webkit-keyframes bounceOutUp {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

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

  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}

@keyframes bounceOutUp {
  0% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  20% {
    opacity: 1;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}

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

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

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

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

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

@-webkit-keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes fadeInDownm {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-80px);
    -ms-transform: translateY(-80px);
    transform: translateY(-80px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

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

@-webkit-keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

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

@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    transform: translateX(-20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

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

@-webkit-keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

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

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

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

@-webkit-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

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

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

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

@-webkit-keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    transform: translateY(2000px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

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

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

  100% {
    opacity: 0;
  }
}

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

  100% {
    opacity: 0;
  }
}

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

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

  100% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
}

@keyframes fadeOutDown {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
  }
}

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

@-webkit-keyframes fadeOutDownBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px);
  }
}

@keyframes fadeOutDownBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    transform: translateY(2000px);
  }
}

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

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

  100% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }
}

@keyframes fadeOutLeft {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    transform: translateX(-20px);
  }
}

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

@-webkit-keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}

@keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}

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

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

  100% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }
}

@keyframes fadeOutRight {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
  }
}

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

@-webkit-keyframes fadeOutRightBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}

@keyframes fadeOutRightBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}

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

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

  100% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
}

@keyframes fadeOutUp {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
  }
}

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

@-webkit-keyframes fadeOutUpBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}

@keyframes fadeOutUpBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}

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

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

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

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

  80% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(.95);
    transform: perspective(400px) translateZ(0) rotateY(360deg) scale(.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  100% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
    transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}

@keyframes flip {
  0% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
    -ms-transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
    transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

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

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

  80% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(.95);
    -ms-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(.95);
    transform: perspective(400px) translateZ(0) rotateY(360deg) scale(.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  100% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
    -ms-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
    transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}

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

@-webkit-keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }

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

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

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

@keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    -ms-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotateX(-10deg);
    -ms-transform: perspective(400px) rotateX(-10deg);
    transform: perspective(400px) rotateX(-10deg);
  }

  70% {
    -webkit-transform: perspective(400px) rotateX(10deg);
    -ms-transform: perspective(400px) rotateX(10deg);
    transform: perspective(400px) rotateX(10deg);
  }

  100% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    -ms-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
}

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

@-webkit-keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }

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

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

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

@keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    -ms-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotateY(-10deg);
    -ms-transform: perspective(400px) rotateY(-10deg);
    transform: perspective(400px) rotateY(-10deg);
  }

  70% {
    -webkit-transform: perspective(400px) rotateY(10deg);
    -ms-transform: perspective(400px) rotateY(10deg);
    transform: perspective(400px) rotateY(10deg);
  }

  100% {
    -webkit-transform: perspective(400px) rotateY(0deg);
    -ms-transform: perspective(400px) rotateY(0deg);
    transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
}

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

@-webkit-keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }

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

@keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    -ms-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }

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

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

@-webkit-keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px) rotateY(0deg);
    transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }

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

@keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px) rotateY(0deg);
    -ms-transform: perspective(400px) rotateY(0deg);
    transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }

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

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

@-webkit-keyframes lightSpeedIn {
  0% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }

  60% {
    -webkit-transform: translateX(-20%) skewX(30deg);
    transform: translateX(-20%) skewX(30deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: translateX(0%) skewX(-15deg);
    transform: translateX(0%) skewX(-15deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: translateX(0%) skewX(0deg);
    transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
}

@keyframes lightSpeedIn {
  0% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    -ms-transform: translateX(100%) skewX(-30deg);
    transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }

  60% {
    -webkit-transform: translateX(-20%) skewX(30deg);
    -ms-transform: translateX(-20%) skewX(30deg);
    transform: translateX(-20%) skewX(30deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: translateX(0%) skewX(-15deg);
    -ms-transform: translateX(0%) skewX(-15deg);
    transform: translateX(0%) skewX(-15deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: translateX(0%) skewX(0deg);
    -ms-transform: translateX(0%) skewX(0deg);
    transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
}

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

@-webkit-keyframes lightSpeedOut {
  0% {
    -webkit-transform: translateX(0%) skewX(0deg);
    transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }

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

@keyframes lightSpeedOut {
  0% {
    -webkit-transform: translateX(0%) skewX(0deg);
    -ms-transform: translateX(0%) skewX(0deg);
    transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    -ms-transform: translateX(100%) skewX(-30deg);
    transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
}

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

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

  100% {
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}

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

  100% {
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}

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

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

  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}

@keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}

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

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

  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}

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

  100% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}

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

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

  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}

@keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}

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

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

  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}

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

  100% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}

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

@-webkit-keyframes rotateOut {
  0% {
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }

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

@keyframes rotateOut {
  0% {
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }

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

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

@-webkit-keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
}

@keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
}

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

@-webkit-keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }

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

@keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }

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

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

@-webkit-keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
}

@keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
}

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

@-webkit-keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }

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

@keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }

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

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

@-webkit-keyframes slideInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes slideInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }

  100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

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

@-webkit-keyframes slideInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }

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

@keyframes slideInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }

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

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

@-webkit-keyframes slideInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }

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

@keyframes slideInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px);
  }

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

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

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

  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}

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

  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}

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

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

  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}

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

  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}

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

@-webkit-keyframes slideOutUp {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}

@keyframes slideOutUp {
  0% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}

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

@-webkit-keyframes hinge {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  20%, 60% {
    -webkit-transform: rotate(80deg);
    transform: rotate(80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  40% {
    -webkit-transform: rotate(60deg);
    transform: rotate(60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  80% {
    -webkit-transform: rotate(60deg) translateY(0);
    transform: rotate(60deg) translateY(0);
    opacity: 1;
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  100% {
    -webkit-transform: translateY(700px);
    transform: translateY(700px);
    opacity: 0;
  }
}

@keyframes hinge {
  0% {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  20%, 60% {
    -webkit-transform: rotate(80deg);
    -ms-transform: rotate(80deg);
    transform: rotate(80deg);
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  40% {
    -webkit-transform: rotate(60deg);
    -ms-transform: rotate(60deg);
    transform: rotate(60deg);
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  80% {
    -webkit-transform: rotate(60deg) translateY(0);
    -ms-transform: rotate(60deg) translateY(0);
    transform: rotate(60deg) translateY(0);
    opacity: 1;
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  100% {
    -webkit-transform: translateY(700px);
    -ms-transform: translateY(700px);
    transform: translateY(700px);
    opacity: 0;
  }
}

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

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%) rotate(-120deg);
    transform: translateX(-100%) rotate(-120deg);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg);
    transform: translateX(0px) rotate(0deg);
  }
}

@keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%) rotate(-120deg);
    -ms-transform: translateX(-100%) rotate(-120deg);
    transform: translateX(-100%) rotate(-120deg);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg);
    -ms-transform: translateX(0px) rotate(0deg);
    transform: translateX(0px) rotate(0deg);
  }
}

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

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes rollOut {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg);
    transform: translateX(0px) rotate(0deg);
  }

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

@keyframes rollOut {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg);
    -ms-transform: translateX(0px) rotate(0deg);
    transform: translateX(0px) rotate(0deg);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(100%) rotate(120deg);
    -ms-transform: translateX(100%) rotate(120deg);
    transform: translateX(100%) rotate(120deg);
  }
}

.rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut;
}
@-webkit-keyframes maskUp{
    0%{-webkit-transform:translateY(100%)}
    100%{-webkit-transform:translateY(-100%)}
}
@keyframes maskUp{
    0%{transform:translateY(100%)}
    100%{transform:translateY(-100%)}
}
@-webkit-keyframes maskUpIn{
    0%{-webkit-transform:translateY(100%)}
    100%{-webkit-transform:translateY(0)}
}
@keyframes maskUpIn{
    0%{transform:translateY(100%)}
    100%{transform:translateY(0)}
}
@-webkit-keyframes zoomIn{0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}50%{opacity:1}}
@keyframes zoomIn{0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}50%{opacity:1}}
.zoomIn{-webkit-animation-name:zoomIn;animation-name:zoomIn}
