/*! normalize.css v4.1.1 | MIT License | github.com/necolas/normalize.css */

/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Prevent adjustments of font size after orientation changes in IE and iOS.
 */

html {
    font-family: sans-serif; /* 1 */
    -ms-text-size-adjust: 100%; /* 2 */
    -webkit-text-size-adjust: 100%; /* 2 */
}
/*img{*/
    /*max-width: inherit !important;*/
/*}*/

/**
 * Remove the margin in all browsers (opinionated).
 */

body {
    margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 * 2. Add the correct display in IE.
 */

article,
aside,
details, /* 1 */
figcaption,
figure,
footer,
header,
main, /* 2 */
menu,
nav,
section,
summary { /* 1 */
    display: block;
}

/**
 * Add the correct display in IE 9-.
 */

audio,
canvas,
progress,
video {
    display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */

audio:not([controls]) {
    display: none;
    height: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
    vertical-align: baseline;
}

/**
 * Add the correct display in IE 10-.
 * 1. Add the correct display in IE.
 */

template, /* 1 */
[hidden] {
    display: none;
}

/* Links
   ========================================================================== */

/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */

a {
    background-color: transparent; /* 1 */
    -webkit-text-decoration-skip: objects; /* 2 */
}

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */

a:active,
a:hover {
    outline-width: 0;
}

/* Text-level semantics
   ========================================================================== */

/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
    border-bottom: none; /* 1 */
    text-decoration: underline; /* 2 */
    text-decoration: underline dotted; /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */

b,
strong {
    font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
    font-weight: bolder;
}

/**
 * Add the correct font style in Android 4.3-.
 */

dfn {
    font-style: italic;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

/*h1 {
    font-size: 2em;
    margin: 0.67em 0;
}*/

/**
 * Add the correct background and color in IE 9-.
 */

mark {
    background-color: #ff0;
    color: #000;
}

/**
 * Add the correct font size in all browsers.
 */

small {
    font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10-.
 */

img {
    border-style: none;
}

/**
 * Hide the overflow in IE.
 */

svg:not(:root) {
    overflow: hidden;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
pre,
samp {
    font-family: monospace, monospace; /* 1 */
    font-size: 1em; /* 2 */
}

/**
 * Add the correct margin in IE 8.
 */

figure {
    margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
    box-sizing: content-box; /* 1 */
    height: 0; /* 1 */
    overflow: visible; /* 2 */
}

/* Forms
   ========================================================================== */

/**
 * 1. Change font properties to `inherit` in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
select,
textarea {
    font: inherit; /* 1 */
    margin: 0; /* 2 */
}

/**
 * Restore the font weight unset by the previous rule.
 */

optgroup {
    font-weight: bold;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
    overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
    text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */

button,
html [type="button"], /* 1 */
[type="reset"],
[type="submit"] {
    -webkit-appearance: button; /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
}

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
    box-sizing: border-box; /* 1 */
    color: inherit; /* 2 */
    display: table; /* 1 */
    max-width: 100%; /* 1 */
    padding: 0; /* 3 */
    white-space: normal; /* 1 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */

textarea {
    overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */

[type="checkbox"],
[type="radio"] {
    box-sizing: border-box; /* 1 */
    padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
    -webkit-appearance: textfield; /* 1 */
    outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on OS X.
 */

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/**
 * Correct the text style of placeholders in Chrome, Edge, and Safari.
 */

::-webkit-input-placeholder {
    color: inherit;
    opacity: 0.54;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
    -webkit-appearance: button; /* 1 */
    font: inherit; /* 2 */
}
.clearfloat:after{display:block;clear:both;content:'';visibility:hidden;height:0;}
.clearfloat{zoom:1;}
.text-center{text-align: center;}
.clearfix:after{content:".";display:block;height:0;clear:both;visibility:hidden}
.clearfix{*height:1%;}


/*=================================================================
  common
  =================================================================*/
#section3{
    background: url(//pub-static.fotor.com/static/web/site/images/bg-designd639634b7f4777ddcc72d3116bca27cd.jpg) !important;
    background-size: cover !important;
    background: #272b33;
}

.currentLang{
    font-size: 12px;
    opacity: .8;
}
#header .honorContent .Con{
    color: #c1c1c1 !important;
}
.hi-icon-wrap {
    text-align: center;
    margin: 5px auto 0;
    line-height: 160px;
}
.hi-icon {
    display: inline-block;
    font-size: 0.8rem;
    cursor: pointer;
    margin: 0 67px;
    width: auto;
    min-width: 160.66px;
    height: 60px;
    line-height: 57px;
    padding: 0 20px;
    border-radius: 6px;
    text-align: center;
    position: relative;
    z-index: 1;
    color: #ffffff;
    font-weight: bold;
    border: 3px solid rgba(255,255,255,.8);
    background: rgba(0,0,0,.1);
    box-sizing: border-box;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    font-family: 'Helvetica-Bold';
    letter-spacing: 0;
}

.hi-icon:after {
    pointer-events: none;
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50px;
    content: '';
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;

}

.hi-icon:before {
    speak: none;
    font-size: 48px;
    line-height: 90px;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    display: block;
    -webkit-font-smoothing: antialiased;

}

.hi-icon-effect-8 .hi-icon:after {
    top: 0;
    left: 0;
    padding: 0;
    z-index: -1;
    box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1);
    opacity: 0;
    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
}

.hi-icon-effect-8 .hi-icon:hover {
    color: #363a44;
    border-radius:50px;
    background: rgba(255,255,255,.9);
    border: 3px solid rgba(255,255,255,.9);
    @include transition-all-3s;

}


.hi-icon-effect-8 .hi-icon:hover:after {
    -webkit-animation: sonarEffect .5s ease-out .2ms;
    -moz-animation: sonarEffect .5s ease-out .2ms;
    animation: sonarEffect .5s ease-out .2ms;
}

@-webkit-keyframes sonarEffect {
    0% {
        opacity: 0.3;
    }
    40% {
        opacity: 0.5;
        box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 1px 2px rgba(255, 255, 255, 0.5);
    }
    100% {
        box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 1px 2px rgba(255, 255, 255, 0.5);
        -webkit-transform: scale(1.4);
        opacity: 0;
    }
}
@-moz-keyframes sonarEffect {
    0% {
        opacity: 0.3;
    }
    40% {
        opacity: 0.5;
        box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 1px 2px rgba(255, 255, 255, 0.5);
    }
    100% {
        box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 1px 2px rgba(255, 255, 255, 0.5);
        -moz-transform: scale(1.4);
        opacity: 0;
    }
}
@keyframes sonarEffect {
    0% {
        opacity: 0.3;
    }
    40% {
        opacity: 0.5;
        box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 1px 2px rgba(255, 255, 255, 0.5);
    }
    100% {
        box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 1px 2px rgba(255, 255, 255, 0.5);
        -webkit-transform: scale(1.4);
        opacity: 0;
    }
}
#section1 #sliderBar .s-container{
    /*height: 400px !important;*/
    min-height: 320px;
}
#section1 #sliderBar .s-container li{
    /*width: 1200px !important;*/
    padding: 0 !important;
    box-sizing: border-box;
}

#section1 #sliderBar .s-container li .s-title{
    padding: 50px 80px 20px !important;
}
#header {
    width:                    100%;
    height:                   100%;
    /*background:                 url(../images/christmas/bg01.jpg)  center center fixed;*/
    background-size:          cover;
    -webkit-background-size:  cover;
    -moz-background-size:     cover;
    -o-background-size:       cover;
    position:                 relative;
    background-position: center center;
    background-repeat: no-repeat;
}
.feature-header{
    height: auto!important;
    background: none!important;
}
#slogan .til .main-title{
      color: #fff;
      font-size: 2.5rem;
      line-height: 3rem;
      font-family: Helvetica-bold;
      margin-bottom: 1.5rem;
      margin-top: 0;
      line-height: 1.4;
  }
#slogan .til .subhead{
      width: auto;

      height: 50px;
      line-height: 50px;
      color: #fff;
      opacity:.8;
      font-size: 16px;
      margin: 0 auto;
      font-family: Helvetica-Light;
      padding: 0 15px;
  }
/*#section3{*/
    /*background: url(../images/christmas/bg01.jpg);*/
    /*background-size: cover;*/

/*}*/
.techDisplay{
    /*background: -webkit-linear-gradient(110deg, #fc6542, #ffb241);*/
    /*background: -o-linear-gradient(110deg, #fc6542, #ffb241);*/
    /*background: -moz-linear-gradient(110deg, #fc6542, #ffb241);*/
    /*background: linear-gradient(110deg, #fc6542, #ffb241);*/
    background: #272b33;
}
#section7 .bg-ft{
    /*background: -webkit-linear-gradient(110deg, #fc6542, #ffb241);*/
    /*background: -o-linear-gradient(110deg, #fc6542, #ffb241);*/
    /*background: -moz-linear-gradient(110deg, #fc6542, #ffb241);*/
    /*background: linear-gradient(110deg, #fc6542, #ffb241);*/
    background: #272b33;
}
/*#section3 .btn:hover{*/
    /*color: #fff;*/
    /*background-color: #3785fc;*/
/*}*/
/*#section5 .btn{*/
    /*color: #f4f5f6;*/
    /*background-color: #2c7dfa;*/

/*}*/
/*#section5 .btn:hover{*/
    /*color: #fff;*/
    /*background-color: #3785fc;*/
/*}*/
/*#section3{
    !*background: url(../../../common/COM/images/bg_n.jpg) !important;*!
}
#section6{
    background: -webkit-linear-gradient(90deg, #3a76e4, #12b4ce)!important;
    background: -o-linear-gradient(90deg, #3a76e4, #12b4ce)!important;
    background: -moz-linear-gradient(90deg, #3a76e4, #12b4ce)!important;
    background: linear-gradient(90deg, #3a76e4, #12b4ce)!important;
}
#section7 .bg-ft{
    background: -webkit-linear-gradient(90deg, #3a76e4, #12b4ce)!important;
    background: -o-linear-gradient(90deg, #3a76e4, #12b4ce)!important;
    background: -moz-linear-gradient(90deg, #3a76e4, #12b4ce)!important;
    background: linear-gradient(90deg, #3a76e4, #12b4ce)!important;
}*/
::selection {
    background:#666;
    color:#fff;
}
::-moz-selection{
    background:#666;
    color:#fff;
}
code::selection {
    background:#666;
    color:#fff;
}
code::-moz-selection {
    background:#666;
    color:#fff;
}

.fontLight{
    font-family:'open_sanslight' !important;
}

#header #top-nav.active #features-top-nav li a {
    color: #000!important;
    opacity: .8!important;
}
#header #top-nav.active #langBar .currentLang{
    color: #000!important;
    opacity: .8!important;
}
#header #top-nav.active #langBar .currentLang:after {
    border-right: 2px solid #000!important;
    border-top: 2px solid #000!important;
    opacity: .8!important;
}
#header #top-nav.active .designLink {
    color: #000!important;
    opacity: .8!important;
}
header #top-nav.active #login {
    color: #000!important;
    border-color: rgba(0, 0, 0, 0.3)!important;
}
/*=================================================================
  heading
  =================================================================*/
h3 {
    font-size: 28px;
    line-height: 34px;
    font-weight: normal;
}
p {
    margin: 0 ;
}
.font-14 {
    font-size: 14px;
    line-height: 24px;
}

.font-16 {
    font-size: 16px;
    line-height: 28px;
}
.font-18 {
    font-size: 18px;
    line-height: 24px;
}

.font-20 {
    font-size: 20px;
    line-height: 24px;
}

.font-22 {
    font-size: 22px;
    line-height: 28px;
}

.font-25 {
    font-size: 25px;
    line-height: 38px;
}

/*=================================================================
  link
  =================================================================*/
a {
    color: #fff;
    transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    text-decoration: none;
    cursor: pointer;
}

a:hover {
    /*color: #000;*/
    text-decoration: none;
}
a:active {
    text-decoration: none !important;
}


strong {
    font-weight: 700;
}


/*=================================================================
  Colors
  =================================================================*/
.white {
    color: #fff;
}
.grey {
    color: #8c8c8c;
}

.blue {
    color: #00bce4;
}

.brown {
    color: #8b0e04;
}

.black {
    color: #000;
}

small{
    font-size: 11px;
}

.orange {
    color: #d79818;
}
.golden{
	color:#ac957e;
}


/*=================================================================
  float & text align
  =================================================================*/
.pull-left {
    float: left;
}

.pull-right {
    float: right;
}

.text-left {
    text-align: left;
}

.text-right {
    text-align: right;
}

.text-center {
    text-align: center;
}

.img-left {
    float: left;
    padding-right: 15px;
}

.img-full {
    width: 100%;
    float: left;
}

.img-full-width{
    width: 100%;
}

/*=================================================================
  list
  =================================================================*/
.list-square {
    margin: 0;
    padding: 0;
}

.list-square li {
    padding: 5px 0 5px 20px;
    margin: 0;
    list-style: none;
    border-bottom: 1px solid #ddd;
    /*background: url(../images/dot.jpg) 3px 16px no-repeat;*/
}


.ul-no-style{
    margin: 0;
    padding: 0;
    list-style: none;
}
.ul-no-style li{
    margin: 0;
    padding-left: 0;
    list-style: none;
}

.ul-center {
    display: inline-block;
    margin: 0;
    padding: 0;
    /* For IE, the outcast */
    zoom:1;
    *display: inline;
}
.ul-center li {
    float: left;
    padding: 0px;
}

.normal-list {
    border-top: 1px dotted #c3b592;
}

.normal-list li {
    border-bottom: 1px dotted #c3b592;
    padding: 6px 0 6px 12px;
    /*background: url(../images/dot.png) left no-repeat;*/
}

/*=================================================================
  padding
  =================================================================*/
.paddingT0 { padding-top: 0; }
.paddingT5  { padding-top: 5px; }
.paddingT10 { padding-top: 10px; }
.paddingT15 { padding-top: 15px; }
.paddingT20 { padding-top: 20px; }
.paddingT25 { padding-top: 25px; }
.paddingT30 { padding-top: 30px; }
.paddingT40 { padding-top: 40px; }
.paddingT50 { padding-top: 50px; }
.paddingT60 { padding-top: 60px; }
.paddingT70 { padding-top: 70px; }
.paddingB40 { padding-bottom: 40px; }
.padding20 { padding:  20px; }
.paddingL0 { padding-left: 0; }
.paddingL20 { padding-left: 20px; }
.paddingR20 { padding-right: 20px; }
.paddingR50 { padding-right: 50px; }

/*=================================================================
  margin
  =================================================================*/
.marginL0 { margin-left: 0;}
.marginT0 { margin-top: 0;}
.marginT10 { margin-top: 10px; }
.marginT20 { margin-top: 20px; }
.marginT30 { margin-top: 30px; }
.marginT40 { margin-top: 40px; }
.marginT50 { margin-top: 50px; }
.marginT60 { margin-top: 60px; }

/*=================================================================
        nav
  =================================================================*/

.slideUp {
    /* -webkit-transform: translateY(-100px);
     transform: translateY(-100px);*/
    -webkit-transform: translateY(-100px);
    -ms-transform: translateY(-100px);
    -o-transform: translateY(-100px);
    transform: translateY(-100px);
    /*transition: transform .5s ease-out;*/
    -webkit-transition: transform .5s ease-out;
    -o-transition: transform .5s ease-out;
    transition: transform .5s ease-out;
}

.slideDown {
    /*-webkit-transform: translateY(0);
    transform: translateY(0);*/
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    /*transition: transform .5s ease-out;*/
    -webkit-transition: transform .5s ease-out;
    -o-transition: transform .5s ease-out;
    transition: transform .5s ease-out;
}


/*---------header animation----------*/
@-webkit-keyframes bounceInDown {
    0%,60%,75%,90%,to {
        -webkit-animation-timing-function: cubic-bezier(.215,.61,.355,1);
        animation-timing-function: cubic-bezier(.215,.61,.355,1)
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(0,-605px,0);
        transform: translate3d(0,-605px,0)
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(0,35px,0);
        transform: translate3d(0,35px,0)
    }

    75% {
        -webkit-transform: translate3d(0,-20px,0);
        transform: translate3d(0,-20px,0)
    }

    90% {
        -webkit-transform: translate3d(0,5px,0);
        transform: translate3d(0,5px,0)
    }

    to {
        -webkit-transform: none;
        transform: none
    }
}

@keyframes bounceInDown {
    0%,60%,75%,90%,to {
        -webkit-animation-timing-function: cubic-bezier(.215,.61,.355,1);
        animation-timing-function: cubic-bezier(.215,.61,.355,1)
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(0,-605px,0);
        transform: translate3d(0,-605px,0)
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(0,35px,0);
        transform: translate3d(0,35px,0)
    }

    75% {
        -webkit-transform: translate3d(0,-20px,0);
        transform: translate3d(0,-20px,0)
    }

    90% {
        -webkit-transform: translate3d(0,5px,0);
        transform: translate3d(0,5px,0)
    }

    to {
        -webkit-transform: none;
        transform: none
    }
}

.bounceInDown {
    -webkit-animation-name: bounceInDown;
    animation-name: bounceInDown;
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    /*-webkit-animation-iteration-count: infinite;*/
    /*animation-iteration-count: infinite;*/
}



@-webkit-keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0,-60%,0);
        transform: translate3d(0,-60%,0)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0,-60%,0);
        transform: translate3d(0,-60%,0)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.fadeInDown {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0,-60%,0);
        transform: translate3d(0,-60%,0)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0,-60%,0);
        transform: translate3d(0,-60%,0)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.fadeIn {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
    -webkit-animation-duration: .3s;
    animation-duration: .3s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

@-webkit-keyframes slideInLeft {
    0% {
        -webkit-transform: translate3d(-40%,0,0);
        transform: translate3d(-40%,0,0);
        visibility: visible
    }

    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes slideInLeft {
    0% {
        -webkit-transform: translate3d(-40%,0,0);
        transform: translate3d(-40%,0,0);
        visibility: visible
    }

    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

.slideInLeft {
    -webkit-animation-name: slideInLeft;
    animation-name: slideInLeft;
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

@-webkit-keyframes slideInRight {
    0% {
        -webkit-transform: translate3d(40%,0,0);
        transform: translate3d(40%,0,0);
        visibility: visible
    }

    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes slideInRight {
    0% {
        -webkit-transform: translate3d(40%,0,0);
        transform: translate3d(40%,0,0);
        visibility: visible
    }

    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

.slideInRight {
    -webkit-animation-name: slideInRight;
    animation-name: slideInRight;
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

@-webkit-keyframes bounceInUp {
    0%,60%,75%,90%,to {
        -webkit-animation-timing-function: cubic-bezier(.215,.61,.355,1);
        animation-timing-function: cubic-bezier(.215,.61,.355,1)
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(0,300px,0);
        transform: translate3d(0,300px,0)
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(0,-20px,0);
        transform: translate3d(0,-20px,0)
    }

    75% {
        -webkit-transform: translate3d(0,10px,0);
        transform: translate3d(0,10px,0)
    }

    90% {
        -webkit-transform: translate3d(0,-5px,0);
        transform: translate3d(0,-5px,0)
    }

    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes bounceInUp {
    0%,60%,75%,90%,to {
        -webkit-animation-timing-function: cubic-bezier(.215,.61,.355,1);
        animation-timing-function: cubic-bezier(.215,.61,.355,1)
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(0,300px,0);
        transform: translate3d(0,300px,0)
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(0,-20px,0);
        transform: translate3d(0,-20px,0)
    }

    75% {
        -webkit-transform: translate3d(0,10px,0);
        transform: translate3d(0,10px,0)
    }

    90% {
        -webkit-transform: translate3d(0,-5px,0);
        transform: translate3d(0,-5px,0)
    }

    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

.bounceInUp {
    -webkit-animation-name: bounceInUp;
    animation-name: bounceInUp;
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}


@-webkit-keyframes swing {
    20% {
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg)
    }

    40% {
        -webkit-transform: rotate(-15deg);
        transform: rotate(-15deg)
    }

    60% {
        -webkit-transform: rotate(5deg);
        transform: rotate(5deg)
    }

    80% {
        -webkit-transform: rotate(-5deg);
        transform: rotate(-5deg)
    }

    to {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
}

@keyframes swing {
    20% {
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg)
    }

    40% {
        -webkit-transform: rotate(-15deg);
        transform: rotate(-15deg)
    }

    60% {
        -webkit-transform: rotate(5deg);
        transform: rotate(5deg)
    }

    80% {
        -webkit-transform: rotate(-5deg);
        transform: rotate(-5deg)
    }

    to {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
}

.swing {
    -webkit-transform-origin: top center;
    transform-origin: top center;
    -webkit-animation-name: swing;
    animation-name: swing;
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}


@-webkit-keyframes zoomIn {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3,.3,.3);
        transform: scale3d(.3,.3,.3)
    }

    50% {
        opacity: 1
    }
}

@keyframes zoomIn {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3,.3,.3);
        transform: scale3d(.3,.3,.3)
    }

    50% {
        opacity: 1
    }
}

.zoomIn {
    -webkit-animation-name: zoomIn;
    animation-name: zoomIn;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

/*2018.9.17 带入优惠码弹窗*/
.re-mask{
    position: fixed;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgba(0,0,0,.5);
    padding: 15px;
    z-index: 998;
    min-height: 40px;
    display: none;
    top: 0;
}
.registration-BLOCK{
    width: 750px;
    height: 480px;
    position: absolute;
    display: block;
    left: 50%;
    top:50%;
    transform: translate(-50%, -50%);
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
    -webkit-animation-duration: .3s;
    animation-duration: .3s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    background-color: #fff;
    border-radius: 6px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    z-index: 999;

}
.guideRegistration-block{
    display: none;
    background: url(//pub-static.fotor.com/static/web/site/images/bg_pc015b10db72457a2d7ab100780df5e1a929.jpg) no-repeat center;
}
.paymentCouponCode-block{
    display: none;
    background: url(//pub-static.fotor.com/static/web/site/images/bg_pc02da8fa55a13c0de66d2c0f2bb6f7ccce1.jpg) no-repeat center;
}
.re-close{
    background: url(//pub-static.fotor.com/static/web/site/images/pop-ups_abort_0220e96c4bfd5ceea6111025d6b86e7e00.png) center no-repeat;
    position: absolute;
    right: -25px;
    top: -25px;
    display: block;
    width: 24px;
    height: 24px;
    transition: .3s all;

}
.re-close:hover{
    cursor: pointer;
    background-position: center -24px;
    transform: rotate(180deg);
}
.re-wrapper{
    padding: 40px;
    text-align: left;
}
.guideRegistration, .paymentCouponCode{

    margin: 30px 0 0 0;
    width: 350px;
}
.r-til{
    font-family: Helvetica-Bold;
    color: #272b33;
    line-height: 30px;
    font-size: 20px;
    margin-bottom: 10px;
}

.r-gold{
    font-family: Helvetica-Bold;
    background-color: #AC975E !important;
    padding: 0 10px;
    min-width: 150px;
    min-height: 50px;
    line-height: 50px;
    text-align: center;
    color: #fff !important;
    background: #ac975e;
    margin-top: 5px;
}
.r-gold:hover{
    color: #fff !important;
    background-color: #d3b571 !important;
}
.guideRegistration .s-til{
    font-family: Helvetica;
    color: #3d424c;
    line-height: 22px;
    margin-bottom: 5px;
    font-size: 18px;
}
.guideRegistration .s-content{
    font-family: Helvetica-Light;
    color: #3d424c;
    line-height: 26px;
    font-size: 18px;
}
 .bry{

    color: #9da2ad !important;
    font-size: 14px !important;
    margin: 15px 0;
}

.suc-content{
    font-family: Helvetica-Light;
    color: #3d424c;
    line-height: 26px;
    font-size: 18px;
}
.Code{
    font-family: Helvetica;
    color: #3d424c;
    line-height: 22px;
    margin: 26px 0 10px;
    font-size: 20px;
}
.Code strong{
    color: #ceaf5b;
}
.paymentCouponCode .content{
    font-family: Helvetica;
    color: #3d424c;
    line-height: 26px;
    font-size: 18px;
}
/*--------end----------*/
@media (max-width: 976px ) {
    .designLink{
        display: none !important;
    }
    #userinfo .user-message{
        display: none !important;
    }
    #section1 #sliderBar .s-container li{
        width: 100% !important;
    }
}

#newbieguide-new {
    background: #F4F5F6;

}

/*video guide scss*/
@keyframes middleSmallScaleOut {
    0% {
        transform: translate(-50%, -50%) scale(0.8);
        opacity: 0; }
    100% {
        transform: translate(-50%, -50%) scale(1);
        opacity: 1; } }

#video-guide {
    position: relative;
    width: auto;
    height: auto;
    border-radius: 4px;
    font-family: "Helvetica Light";
    animation: middleSmallScaleOut .3s linear;
    margin: 0 auto;
    /*outline: 1px solid red;*/
    padding: 90px 20px;
}
#video-guide h3 {
    font-size:34px;
    font-family:Helvetica;
    font-weight:500;
    color:rgba(54,54,54,1);
    letter-spacing: .15px;
    line-height: 34px;
    margin: 0 auto; }
#video-guide .icon-video-close {
    width: 24px;
    height: 24px;
    background: RGBA(210, 211, 212, 0.3);
    position: absolute;
    right: -22px;
    top: -22px;
    cursor: pointer;
    border-radius: 50%;
    transition: transform .3s ease-out; }
#video-guide .icon-video-close svg {
    position: relative;
    display: block;
    margin: 0 auto;
    top: 50%;
    transform: translateY(-50%); }
#video-guide .icon-video-close svg path {
    fill: rgba(255, 255, 255, 0.8); }
#video-guide .icon-video-close:hover {
    transform: rotate(180deg); }
#video-guide .icon-video-close:hover svg path {
    fill: white; }
#video-guide .icon-video-close:active svg path {
    fill: rgba(255, 255, 255, 0.5); }

#video-guide-chose-wrap {
    height: auto;
    box-sizing: border-box;
   }
#video-guide-chose-wrap p {
    font-size:14px;
    font-family:Helvetica-Light;
    font-weight:300;
    color:rgba(111,111,111,1);
    line-height:24px;
    opacity:0.8;
    letter-spacing: .15px;
    max-width: 1000px;
    margin: 25px auto 0;

}

.video-guide-chose {
    margin-top: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
     }

.video-guide-item {
    display: inline-block;
    vertical-align: bottom;
    margin-left: 60px;
    position: relative;
    cursor: pointer;
    transition: .3s all;
}
.video-guide-item.active {

  }
.video-guide-item-cover:hover{
    transform: scale(1.05);
    transition: all 0.6s;
}
.video-guide-item-cover:hover .video-play-icon{
    opacity: 1;
    transition: all 0.35s;
}
.video-guide-item .video-guide-item-cover {
    width:341px;
    height:193px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    transition: all 0.6s;
    position: relative; }
.video-guide-item .video-guide-item-cover.item-design {
    background-image: url(//pub-static.fotor.com/static/web/app/images/video_design_cover85ee896a8747eb4280bdc51021ce7247.jpg); }
.video-guide-item .video-guide-item-cover.item-collage {
    background-image: url(//pub-static.fotor.com/static/web/app/images/video_collage_coverac7164c3068319747cdb73d6704e4828.jpg); }
.video-guide-item .video-guide-item-cover.item-editor {
    background-image: url(//pub-static.fotor.com/static/web/app/images/video_editor_coverc7e77caff3c94097bc240bf8f2dcdf9f.jpg); }
.video-guide-item.active .video-guide-item-cover {
    }
.video-guide-item.active .video-guide-item-cover .video-play-icon {
    display: block; }
.video-guide-item:first-child {
    margin: 0; }
.video-guide-item span {
    font-size: 14px;
    color: #272B33;
    /* position: relative; */
    letter-spacing: .15px;
    width: 100%;
    /* bottom: 0; */
    /* left: 0; */
    font-weight: bold;
    margin-top: 10px;
    display: block; }
.video-guide-item .video-play-icon {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    position: absolute;
    display: block;
    opacity:0;
    background: rgba(0, 0, 0, 0.2);
    transition: .35s;
}
.video-guide-item .video-play-icon svg {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    position: absolute; }
.video-guide-item .video-play-icon svg path {
    fill: white; }
.video-guide-item .video-watched-icon {
    width: 32px;
    height: 32px;
    position: absolute;
    top: 0;
    right: 0; }
.video-guide-item .video-watched-icon:before {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 32px 32px 0;
    border-color: transparent #00B982 transparent transparent;
    content: '';
    position: absolute;
    right: 0;
    top: 0; }
.video-guide-item .video-watched-icon svg {
    position: absolute;
    top: 1px;
    right: 3px; }
.video-guide-item .video-watched-icon svg path {
    fill: white; }

#video-guide-finish-wrap {
    background: #ffffff url(//pub-static.fotor.com/static/web/app/images/bg_video_startc5096a355f0ec90a185ce0bc5edb3652.jpg) no-repeat center bottom;
    background-size: 100% auto;
    height: 530px;
    box-sizing: border-box;
    border-radius: 4px;
    padding: 45px 40px 0;
    position: relative; }
#video-guide-finish-wrap p {
    color: #272B33;
    font-size: 16px;
    letter-spacing: .15px;
    line-height: 26px;
    max-width: 595px;
    margin: 20px auto 30px 0; }
#video-guide-finish-wrap .video-guide-finish-info {
    color: #5A5F69;
    letter-spacing: .15px;
    line-height: 26px;
    max-width: 596px;
    font-size: 14px; }
#video-guide-finish-wrap .video-guide-finish-info a {
    color: #2C7DFA;
    border-bottom: 1px solid #2C7DFA; }
#video-guide-finish-wrap .video-guide-finish-info strong {
    color: #272B33; }
#video-guide-finish-wrap .btn-video {
    position: absolute;
    right: 40px;
    bottom: 55px; }

.btn-video {
    border-radius: 4px;
    min-width: 180px;
    padding: 0 15px;
    box-sizing: border-box;
    height: 50px;
    background: #2C7DFA;
    color: #f4f5f6;
    font-size: 16px;
    letter-spacing: .15px;
    border: 0 none;
    outline: none !important;
    cursor: pointer; }
.btn-video:hover {
    background: #3785fc;
    color: white; }
.btn-video:active {
    background: #3785fc;
    color: rgba(255, 255, 255, 0.5); }
#video-guide-play-wrap{
    position: relative;
    width: 900px;
    margin: 0px auto;
}
#video-guide-play-wrap .btn-video-arrow {
    border: 0 none;
    background: rgba(0, 0, 0, 0.05);
    width: auto;
    padding:0 10px;
    height: 24px;
    font-size: 14px;
    color: #272B33;
    letter-spacing: .15px;
    text-align: center;
    border-radius: 12px;
    border: 0 none;
    outline: none !important;
    cursor: pointer;
    transition: background .3s ease-out;
    position: absolute;
    bottom: 52px; }
#video-guide-play-wrap .btn-video-arrow svg {
    width: 5px;
    height: 10px; }
#video-guide-play-wrap .btn-video-arrow svg path {
    fill: #272B33; }
#video-guide-play-wrap .btn-video-arrow:hover {
    background: #2C7DFA;
    color: white; }
#video-guide-play-wrap .btn-video-arrow:hover svg path {
    fill: white; }
#video-guide-play-wrap .btn-video-arrow:active {
    color: rgba(255, 255, 255, 0.5); }
#video-guide-play-wrap .btn-video-arrow:active svg path {
    fill: rgba(255, 255, 255, 0.5); }
#video-guide-play-wrap .btn-video-arrow.btn-video-arrow-right {
    right: 88px; }
#video-guide-play-wrap .btn-video-arrow.btn-video-arrow-right svg {
    margin-left: 5px; }
#video-guide-play-wrap .btn-video-arrow.btn-video-arrow-left {
    left: 88px; }
#video-guide-play-wrap .btn-video-arrow.btn-video-arrow-left svg {
    margin-right: 5px; }
#video-guide-play-wrap .btn-video-arrow.btn-video-finished {
    right: 100px;
    background: #2C7DFA;
    color: white; }

.video-guide-frame {
    height: 404px;
    /*background: #3D84A4;*/
    margin: 0 auto;
     display: flex;
    justify-content: center; }

.video-guide-play-outlinks {
    margin: 25px auto auto 220px; }
.video-guide-play-outlinks li a {
    font-size: 14px;
    line-height: 25px;
    letter-spacing: .15px;
    color: #7E838E; }
.video-guide-play-outlinks li a:before {
    width: 4px;
    height: 4px;
    border-radius: 2px;
    background: #9DA2AD;
    display: inline-block;
    vertical-align: middle;
    content: '';
    margin-right: 5px; }
.video-guide-play-outlinks li a:hover {
    color: #2C7DFA;
    text-decoration: underline; }
.video-guide-play-outlinks li a:hover:before {
    background: #2C7DFA; }
/*追加*/
ul{
    list-style: none;
}
a{
    text-decoration: none;
}
.text-center{
    text-align: center;
}.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

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

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

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

@-webkit-keyframes bounce {
  0%, 20%, 53%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translateZ(0);
    transform: translateZ(0); }
  40%, 43% {
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0); }
  40%, 43%, 70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06); }
  70% {
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0); }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0); } }

@keyframes bounce {
  0%, 20%, 53%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translateZ(0);
    transform: translateZ(0); }
  40%, 43% {
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0); }
  40%, 43%, 70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06); }
  70% {
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0); }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0); } }

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

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

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

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

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

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

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

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

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

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

@-webkit-keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg); }
  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg); }
  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg); }
  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg); }
  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0); } }

@keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg); }
  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg); }
  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg); }
  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg); }
  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0); } }

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

@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg); }
  40% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg); }
  60% {
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg); }
  80% {
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg); }
  to {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); } }

@keyframes 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); }
  to {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); } }

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

@-webkit-keyframes tada {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1); }
  10%, 20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate(-3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate(-3deg); }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate(3deg); }
  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg); }
  to {
    -webkit-transform: scaleX(1);
    transform: scaleX(1); } }

@keyframes tada {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1); }
  10%, 20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate(-3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate(-3deg); }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate(3deg); }
  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg); }
  to {
    -webkit-transform: scaleX(1);
    transform: scaleX(1); } }

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

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

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

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

@-webkit-keyframes jello {
  0%, 11.1%, to {
    -webkit-transform: none;
    transform: none; }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg); }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg); }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg); }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg); }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg); }
  77.7% {
    -webkit-transform: skewX(0.39063deg) skewY(0.39063deg);
    transform: skewX(0.39063deg) skewY(0.39063deg); }
  88.8% {
    -webkit-transform: skewX(-0.19531deg) skewY(-0.19531deg);
    transform: skewX(-0.19531deg) skewY(-0.19531deg); } }

@keyframes jello {
  0%, 11.1%, to {
    -webkit-transform: none;
    transform: none; }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg); }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg); }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg); }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg); }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg); }
  77.7% {
    -webkit-transform: skewX(0.39063deg) skewY(0.39063deg);
    transform: skewX(0.39063deg) skewY(0.39063deg); }
  88.8% {
    -webkit-transform: skewX(-0.19531deg) skewY(-0.19531deg);
    transform: skewX(-0.19531deg) skewY(-0.19531deg); } }

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

@-webkit-keyframes bounceIn {
  0%, 20%, 40%, 60%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1); }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03); }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97); }
  to {
    opacity: 1;
    -webkit-transform: scaleX(1);
    transform: scaleX(1); } }

@keyframes bounceIn {
  0%, 20%, 40%, 60%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1); }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03); }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97); }
  to {
    opacity: 1;
    -webkit-transform: scaleX(1);
    transform: scaleX(1); } }

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

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

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

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

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

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

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

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

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

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

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

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

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

@-webkit-keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9); }
  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1); }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); } }

@keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9); }
  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1); }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); } }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@-webkit-keyframes fadeInDown_s {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -8%, 0);
    transform: translate3d(0, -8%, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@keyframes fadeInDown_s {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -8%, 0);
    transform: translate3d(0, -8%, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@-webkit-keyframes flip {
  0% {
    -webkit-transform: perspective(400px) rotateY(-1turn);
    transform: perspective(400px) rotateY(-1turn); }
  0%, 40% {
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }
  40% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(-190deg);
    transform: perspective(400px) translateZ(150px) rotateY(-190deg); }
  50% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(-170deg);
    transform: perspective(400px) translateZ(150px) rotateY(-170deg); }
  50%, 80% {
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95); }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; } }

@keyframes flip {
  0% {
    -webkit-transform: perspective(400px) rotateY(-1turn);
    transform: perspective(400px) rotateY(-1turn); }
  0%, 40% {
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }
  40% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(-190deg);
    transform: perspective(400px) translateZ(150px) rotateY(-190deg); }
  50% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(-170deg);
    transform: perspective(400px) translateZ(150px) rotateY(-170deg); }
  50%, 80% {
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95); }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; } }

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

@-webkit-keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0; }
  0%, 40% {
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  40% {
    -webkit-transform: perspective(400px) rotateX(-20deg);
    transform: perspective(400px) rotateX(-20deg); }
  60% {
    -webkit-transform: perspective(400px) rotateX(10deg);
    transform: perspective(400px) rotateX(10deg);
    opacity: 1; }
  80% {
    -webkit-transform: perspective(400px) rotateX(-5deg);
    transform: perspective(400px) rotateX(-5deg); }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); } }

@keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0; }
  0%, 40% {
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  40% {
    -webkit-transform: perspective(400px) rotateX(-20deg);
    transform: perspective(400px) rotateX(-20deg); }
  60% {
    -webkit-transform: perspective(400px) rotateX(10deg);
    transform: perspective(400px) rotateX(10deg);
    opacity: 1; }
  80% {
    -webkit-transform: perspective(400px) rotateX(-5deg);
    transform: perspective(400px) rotateX(-5deg); }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); } }

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

@-webkit-keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0; }
  0%, 40% {
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  40% {
    -webkit-transform: perspective(400px) rotateY(-20deg);
    transform: perspective(400px) rotateY(-20deg); }
  60% {
    -webkit-transform: perspective(400px) rotateY(10deg);
    transform: perspective(400px) rotateY(10deg);
    opacity: 1; }
  80% {
    -webkit-transform: perspective(400px) rotateY(-5deg);
    transform: perspective(400px) rotateY(-5deg); }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); } }

@keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0; }
  0%, 40% {
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  40% {
    -webkit-transform: perspective(400px) rotateY(-20deg);
    transform: perspective(400px) rotateY(-20deg); }
  60% {
    -webkit-transform: perspective(400px) rotateY(10deg);
    transform: perspective(400px) rotateY(10deg);
    opacity: 1; }
  80% {
    -webkit-transform: perspective(400px) rotateY(-5deg);
    transform: perspective(400px) rotateY(-5deg); }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); } }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@-webkit-keyframes hinge {
  0% {
    transform-origin: top left; }
  0%, 20%, 60% {
    -webkit-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);
    transform-origin: top left; }
  40%, 80% {
    -webkit-transform: rotate(60deg);
    transform: rotate(60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1; }
  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0; } }

@keyframes hinge {
  0% {
    transform-origin: top left; }
  0%, 20%, 60% {
    -webkit-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);
    transform-origin: top left; }
  40%, 80% {
    -webkit-transform: rotate(60deg);
    transform: rotate(60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1; }
  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0; } }

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

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

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

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

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

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

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

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

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

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

@-webkit-keyframes zoomInDown {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

@keyframes zoomInDown {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

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

@-webkit-keyframes zoomInLeft {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

@keyframes zoomInLeft {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

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

@-webkit-keyframes zoomInRight {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

@keyframes zoomInRight {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

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

@-webkit-keyframes zoomInUp {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

@keyframes zoomInUp {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

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

@-webkit-keyframes zoomOut {
  0% {
    opacity: 1; }
  50% {
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  50%, to {
    opacity: 0; } }

@keyframes zoomOut {
  0% {
    opacity: 1; }
  50% {
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  50%, to {
    opacity: 0; } }

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

@-webkit-keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

@keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

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

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

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

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

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

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

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

@-webkit-keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

@keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/*------section #1---------*/
#section1 .wrapper {
  width: 1250px; }
  #section1 .wrapper #sliderBar {
    width: 1250px;
    height: 500px;
    font-size: 40px;
    text-align: center;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center; }
    #section1 .wrapper #sliderBar .slides_container {
      position: relative;
      width: 100%;
      height: 100%;
      outline: 1px solid #fff; }
      #section1 .wrapper #sliderBar .slides_container .carousel-inner {
        position: absolute;
        left: 0;
        top: 0;
        height: 100%;
        display: flex;
        justify-content: center;
        align-items: center; }
        #section1 .wrapper #sliderBar .slides_container .carousel-inner .carousel-item {
          float: left;
          height: 100%;
          display: flex;
          justify-content: center;
          align-items: center; }
          #section1 .wrapper #sliderBar .slides_container .carousel-inner .carousel-item .img-left {
            width: 460px;
            height: 355px;
            margin-right: 50px;
            display: flex;
            align-items: center;
            justify-content: center; }
            #section1 .wrapper #sliderBar .slides_container .carousel-inner .carousel-item .img-left img {
              width: 100%; }
          #section1 .wrapper #sliderBar .slides_container .carousel-inner .carousel-item .content-right-block {
            width: 485px;
            font-size: 14px;
            text-align: left; }
            #section1 .wrapper #sliderBar .slides_container .carousel-inner .carousel-item .content-right-block .carousel-title {
              font-size: 34px;
              font-family: Helvetica;
              font-weight: 500;
              color: #202020;
              line-height: 44px;
              margin-bottom: 15px; }
            #section1 .wrapper #sliderBar .slides_container .carousel-inner .carousel-item .content-right-block .carousel-content {
              font-size: 14px;
              font-family: Helvetica-Light;
              font-weight: 300;
              color: #6d6d6d;
              line-height: 24px;
              margin-bottom: 15px; }
            #section1 .wrapper #sliderBar .slides_container .carousel-inner .carousel-item .content-right-block .btn {
              text-align: center; }
      #section1 .wrapper #sliderBar .slides_container .carousel-btn {
        position: absolute;
        top: 50%;
        cursor: pointer;
        width: 40px;
        height: 40px;
        display: inline-block;
        line-height: 100px;
        text-decoration: none;
        text-align: center;
        background: url(//pub-static.fotor.com/static/web/site/en/images/Switch111fab903ab4eb53b2e05770aa3ca0119aa.png); }
      #section1 .wrapper #sliderBar .slides_container .carousel-prev-btn {
        background-position: 0 120px;
        left: 0; }
        #section1 .wrapper #sliderBar .slides_container .carousel-prev-btn:hover {
          background-position: 0 40px; }
      #section1 .wrapper #sliderBar .slides_container .carousel-next-btn {
        background-position: 120px 0;
        right: 0; }
        #section1 .wrapper #sliderBar .slides_container .carousel-next-btn:hover {
          background-position: 40px 40px; }
  #section1 .wrapper .slides_container .carousel-indicators {
    position: absolute;
    left: 0;
    bottom: 10px;
    width: 100%;
    text-align: center;
    font-size: 0; }
  #section1 .wrapper .slides_container .carousel-indicators span {
    display: inline-block;
    width: 10px;
    height: 10px;
    background: rgba(0, 0, 0, 0.1);
    margin: 0 5px;
    border-radius: 50%;
    cursor: pointer; }
  #section1 .wrapper .slides_container .carousel-indicators span.active {
    background-color: #353535; }

/**--------------------------------------
 * Setting
 *---------------------------------------*/
.xz {
  position: relative;
  animation: roate 1.5s;
  animation-fill-mode: forwards;
  animation-direction: alternate; }

/*index animation delay*/
.animation-delay-1 {
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s; }

.animation-delay-2 {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s; }

.animation-delay-3 {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s; }

.animation-delay-4 {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s; }

.animation-delay-5 {
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s; }

.animation-delay-6 {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s; }

.animated {
  opacity: 1; }

@keyframes roate {
  from {
    opacity: 0;
    top: -60px; }
  to {
    opacity: 1;
    top: 0; } }

.xz1 {
  position: relative;
  animation: fadeInLeft 1.5s;
  animation-fill-mode: forwards;
  animation-direction: alternate; }

@keyframes fadeInLeft {
  from {
    opacity: 0;
    left: -50px; }
  to {
    opacity: 1;
    left: 0; } }

.xz2 {
  position: relative;
  animation: fadeInRight 1.5s;
  animation-fill-mode: forwards;
  animation-direction: alternate; }

@keyframes fadeInRight {
  from {
    opacity: 0;
    right: -50px; }
  to {
    opacity: 1;
    right: 0; } }

/**--------------------------------------
 * border radius
 *---------------------------------------*/
.maxWidth {
  width: 1314px !important; }

.border-right-none {
  border-right: 1px solid #29282e !important; }

.border-bottom-none {
  border-bottom: none !important; }

/**--------------------------------------
 * Common
 *---------------------------------------*/
* {
  padding: 0;
  margin: 0; }

.hidden {
  display: none; }

.wrapper {
  width: 1200px;
  margin: 0 auto; }

.font-txjl {
  font-family: 'Microsoft YaHei'; }

.bg-grey {
  background: #f2f4f3; }

.section {
  padding: 90px 0;
  position: relative; }

.font-color-h3 {
  color: #282828;
  -webkit-margin-before: 0;
  -webkit-margin-after: 0; }

.width100 {
  width: 100% !important; }

.hidden {
  display: none; }

.color-p {
  color: #282828; }

ul {
  list-style: none;
  padding: 0; }

#backTOTop {
  position: fixed;
  right: 15px;
  bottom: 15px;
  z-index: 999;
  display: none;
  width: 55px;
  height: 59px;
  background: url(//pub-static.fotor.com/static/web/site/en/images/back-top051ff3d1e9053e76cb4a7bb26c9cca22.png);
  cursor: pointer; }
  #backTOTop:hover {
    background-position: -52px 0; }
  #backTOTop:active {
    background-position: -104px 0; }

/**--------------------------------------
 * Body
 *---------------------------------------*/
::-webkit-scrollbar {
  width: 10px;
  height: 10px; }

::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  border-radius: 0;
  background: rgba(0, 0, 0, 0.1); }

::-webkit-scrollbar-thumb {
  border-radius: 5px;
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  background: rgba(0, 0, 0, 0.2); }

::-webkit-scrollbar-thumb:hover {
  border-radius: 5px;
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  background: rgba(0, 0, 0, 0.4); }

html, body {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  color: #646464;
  font-family: "Arial", "Microsoft YaHei";
  font-size: 20px;
  line-height: 1.1rem;
  letter-spacing: .8px;
  -webkit-user-select: none;
  -webkit-text-size-adjust: none; }

.s-title {
  font-size: 34px;
  color: #282828;
  line-height: 50px;
  font-family: 'open_sanslight';
  text-align: center; }

.split_line {
  width: 85%;
  height: 1px;
  display: block;
  background: #e6e6e6;
  border: none;
  margin: 0 auto; }

.btn {
  width: 200px;
  height: 50px;
  border-radius: 4px;
  line-height: 50px;
  background: rgba(0, 0, 0, 0.85);
  color: #f5f5f5;
  font-size: 14px;
  display: inline-block;
  transition: all .3s;
  -webkit-transition: all .3s;
  -moz-transition: all .3s; }
  .btn:hover {
    background: rgba(0, 0, 0, 0.9);
    color: #fff;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s; }
  .btn:active {
    background: rgba(0, 0, 0, 0.9);
    color: #fff;
    opacity: .5; }

/**--------------------------------------
 * Header
 *---------------------------------------*/
#scene span {
  display: inline-block;
  position: relative; }

.layer1 {
  left: 105px;
  top: 188px; }

.layer2 {
  left: -6px;
  top: 102px; }

.layer3 {
  left: 425px;
  top: 20px; }

.layer4 {
  left: 422px;
  top: 33px; }

.layer5 {
  left: 1070px;
  top: 660px; }

.layer6 {
  left: 1055px;
  top: 672px; }

.layer7 {
  left: 1395px;
  top: 305px; }

.layer8 {
  left: 1395px;
  top: 322px; }

.layer9 {
  left: -145px;
  top: 700px; }

.layer10 {
  left: 1630px;
  top: 535px; }

.layer11 {
  left: 1610px;
  top: -5px; }

.layer12 {
  left: 180px;
  top: 300px; }

.layer13 {
  left: 360px;
  top: 730px; }

.layer14 {
  left: 1540px;
  top: 650px; }

.layer15 {
  left: 1296px;
  top: 108px; }

.layer16 {
  left: 0;
  top: 560px; }

.layer17 {
  left: 42px;
  top: 670px; }

.layer18 {
  left: 1300px;
  top: 598px; }

/*---------header animation----------*/
@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -60%, 0);
    transform: translate3d(0, -60%, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

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

.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

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

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

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

/*--------end----------*/
#header #top-nav.active #features-top-nav li .featuresNav:after {
  border-right: 2px solid #000;
  border-top: 2px solid #000;
  opacity: .8; }

#header {
  width: 100%;
  height: 100%;
  background-size: cover !important;
  -webkit-background-size: cover !important;
  -moz-background-size: cover !important;
  -o-background-size: cover !important;
  position: relative;
  overflow: hidden;
  background-position: center center !important;
  background-repeat: no-repeat !important;
  /* & #bg2{
    background:url(../images/halloween/bg-2.png) no-repeat center;
    background-size: auto;
    height: 100%;
    width: 100%;
    position: absolute;
  }
  & #bg1{
    -moz-animation: bg 90s linear infinite;
    -webkit-animation: bg 90s linear infinite;
    -o-animation: bg 90s linear infinite;
    -ms-animation: bg 90s linear infinite;
    !* animation: bg 90s linear infinite; *!
    -moz-backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-transform: translate3d(0,0,0);
    -webkit-transform: translate3d(0,0,0);
    -o-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    //background-color: #348cb2;
    background-image: url(../images/halloween/bg1.png);
    background-position: bottom left;
    background-repeat: repeat-x;
    height: 100%;
    left: 0;
    opacity: 1;
    position: absolute;
    bottom: 0;
    background-size: auto;
    width: 6750px;
  }*/ }
  #header .tree {
    position: absolute;
    z-index: 1;
    width: 25%;
    top: -5%;
    left: -5%; }

@-moz-keyframes bg {
  0% {
    -moz-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  100% {
    -moz-transform: translate3d(-2250px, 0, 0);
    -webkit-transform: translate3d(-2250px, 0, 0);
    -o-transform: translate3d(-2250px, 0, 0);
    -ms-transform: translate3d(-2250px, 0, 0);
    transform: translate3d(-2250px, 0, 0); } }

@-webkit-keyframes bg {
  0% {
    -moz-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  100% {
    -moz-transform: translate3d(-2250px, 0, 0);
    -webkit-transform: translate3d(-2250px, 0, 0);
    -o-transform: translate3d(-2250px, 0, 0);
    -ms-transform: translate3d(-2250px, 0, 0);
    transform: translate3d(-2250px, 0, 0); } }

@-o-keyframes bg {
  0% {
    -moz-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  100% {
    -moz-transform: translate3d(-2250px, 0, 0);
    -webkit-transform: translate3d(-2250px, 0, 0);
    -o-transform: translate3d(-2250px, 0, 0);
    -ms-transform: translate3d(-2250px, 0, 0);
    transform: translate3d(-2250px, 0, 0); } }

@-ms-keyframes bg {
  #header 0% {
    -moz-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  #header 100% {
    -moz-transform: translate3d(-2250px, 0, 0);
    -webkit-transform: translate3d(-2250px, 0, 0);
    -o-transform: translate3d(-2250px, 0, 0);
    -ms-transform: translate3d(-2250px, 0, 0);
    transform: translate3d(-2250px, 0, 0); } }

@keyframes bg {
  0% {
    -moz-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  100% {
    -moz-transform: translate3d(-2250px, 0, 0);
    -webkit-transform: translate3d(-2250px, 0, 0);
    -o-transform: translate3d(-2250px, 0, 0);
    -ms-transform: translate3d(-2250px, 0, 0);
    transform: translate3d(-2250px, 0, 0); } }
  #header .halloween-banner-images {
    position: absolute;
    opacity: 0; }
  #header .b-img-1 {
    top: -10%;
    left: -5%; }
  #header .b-img-2 {
    bottom: 11%;
    right: 7%; }
  #header .b-img-3 {
    bottom: 3%;
    left: 15%; }
  #header .b-img-4 {
    left: 30%;
    top: 14%; }
  #header .b-img-5 {
    left: 16%;
    top: 30%; }
  #header #bg-bg {
    position: absolute;
    height: 100%; }
  #header #header-top {
    position: fixed;
    z-index: 10;
    top: 0;
    left: 0;
    right: 0;
    height: 1.8rem;
    padding: 1.5rem 3rem 1.5rem;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s; }
    #header #header-top.active {
      box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
      background: rgba(255, 255, 255, 0.9);
      padding: 0.75rem 3rem 0.75rem; }
  #header #logo {
    position: relative !important;
    float: left;
    margin: 3.5px 0 0;
    left: 0;
    right: 0; }
    #header #logo img {
      position: absolute;
      top: 0;
      left: 0;
      opacity: 0;
      transition: all .3s;
      -webkit-transition: all .3s;
      -moz-transition: all .3s;
      width: 70px;
      height: auto; }
      #header #logo img.logo-white {
        opacity: 1; }
    #header #logo.active img {
      opacity: 1; }
      #header #logo.active img.logo-white {
        opacity: 0; }
  #header #top-nav {
    position: relative;
    float: right;
    height: 36px;
    display: flex;
    align-items: center;
    width: auto;
    justify-content: flex-end;
    font-size: 0.7rem;
    /*featuresNav---------------------*/
    /*================================*/ }
    #header #top-nav .christmas_Giveaway_btn {
      display: inline-block;
      color: rgba(255, 255, 255, 0.8);
      font-size: 14px; }
      #header #top-nav .christmas_Giveaway_btn:hover {
        color: #fff; }
    #header #top-nav .designLink {
      display: inline-block;
      color: rgba(255, 255, 255, 0.8); }
      #header #top-nav .designLink:hover {
        color: #fff; }
    #header #top-nav #features-top-nav li {
      position: relative;
      display: inline-block;
      margin: 0 20px;
      line-height: 1.7rem; }
      #header #top-nav #features-top-nav li .featuresNav {
        display: inline-block;
        color: rgba(255, 255, 255, 0.8); }
        #header #top-nav #features-top-nav li .featuresNav:after {
          content: '';
          position: absolute;
          border-right: 2px solid rgba(255, 255, 255, 0.8);
          border-top: 2px solid rgba(255, 255, 255, 0.8);
          height: 4px;
          width: 4px;
          right: -15px;
          top: 11px;
          transform: rotate(136deg);
          -webkit-transform: rotate(136deg);
          -moz-transform: rotate(136deg);
          border-left: 2px solid transparent;
          border-bottom: 2px solid transparent;
          transition: .3s; }
      #header #top-nav #features-top-nav li:hover ul {
        display: block;
        animation: fadeDownAnimation .3s;
        -moz-animation: fadeDownAnimation .3s;
        -webkit-animation: fadeDownAnimation .3s; }
      #header #top-nav #features-top-nav li:hover .featuresNav::after {
        transform: rotate(-48deg);
        -webkit-transform: rotate(-48deg);
        -moz-transform: rotate(-48deg);
        top: 16px; }
      #header #top-nav #features-top-nav li #secMenu:before {
        content: "";
        display: block;
        position: absolute;
        top: -14px;
        left: calc(77% - 7px);
        margin: 0;
        width: 0;
        height: 0;
        border: 7px solid transparent;
        border-bottom-color: #fff; }
      #header #top-nav #features-top-nav li #secMenu:after {
        content: "";
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        margin: -1.5rem 0 0;
        width: 100%;
        height: 1.5rem;
        opacity: 0; }
      #header #top-nav #features-top-nav li ul {
        left: -170%;
        cursor: pointer;
        display: none;
        margin-top: 0;
        position: absolute;
        z-index: 1;
        width: 180px;
        top: 2.1rem;
        min-width: 180px;
        background: #fff;
        box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.15);
        font-size: 12px; }
        #header #top-nav #features-top-nav li ul li {
          display: block;
          font-size: .6rem;
          padding: 0;
          margin: 0;
          width: 180px;
          text-align: right;
          border-left: 1px solid rgba(204, 204, 204, 0.3);
          box-sizing: border-box;
          line-height: 1.7rem;
          position: relative; }
          #header #top-nav #features-top-nav li ul li:hover .th_menu {
            display: block;
            animation: fadeDownAnimation .3s;
            -moz-animation: fadeDownAnimation .3s;
            -webkit-animation: fadeDownAnimation .3s; }
          #header #top-nav #features-top-nav li ul li a {
            background-color: inherit;
            white-space: nowrap;
            padding: .15rem .95rem;
            opacity: 1;
            color: #343437;
            font-size: 14px;
            display: block; }
            #header #top-nav #features-top-nav li ul li a:hover {
              background-color: #f3f4f8; }
          #header #top-nav #features-top-nav li ul li .arrowRight:after {
            width: 5px;
            height: 5px;
            top: 50%;
            border-top: 1.3px solid #acb1a8;
            border-right: 1.3px solid #acb1a8;
            transform: rotate(225deg);
            position: absolute;
            content: "";
            left: 20px;
            margin-top: -2.455px; }
          #header #top-nav #features-top-nav li ul li .th_menu {
            display: none;
            left: -101%;
            top: 0; }

@keyframes fadeDownAnimation {
  0% {
    opacity: 0;
    margin-top: -20px; }
  100% {
    opacity: 1;
    margin-top: 0; } }
    #header #top-nav #langBar {
      display: inline-block;
      position: relative;
      margin: 0 45px 0 30px; }

@keyframes dropdown {
  0% {
    opacity: 0;
    margin-top: -20px; }
  100% {
    opacity: 1;
    margin-top: 0; } }
      #header #top-nav #langBar:hover .LangDrop {
        display: block;
        transition: all .3s;
        -webkit-transition: all .3s;
        -moz-transition: all .3s;
        cursor: pointer; }
      #header #top-nav #langBar:hover .currentLang {
        color: #fff;
        transition: all .3s;
        -webkit-transition: all .3s;
        -moz-transition: all .3s;
        cursor: pointer; }
      #header #top-nav #langBar:hover .currentLang::after {
        transform: rotate(-48deg);
        -webkit-transform: rotate(-48deg);
        -moz-transform: rotate(-48deg);
        top: 17px; }
      #header #top-nav #langBar .currentLang {
        display: inline-block;
        position: relative;
        padding: 6px 0;
        line-height: 24px;
        font-size: 14px;
        color: white; }
        #header #top-nav #langBar .currentLang:after {
          content: '';
          position: absolute;
          border-right: 2px solid white;
          border-top: 2px solid white;
          height: 4px;
          width: 4px;
          right: -15px;
          top: 12px;
          transform: rotate(136deg);
          -webkit-transform: rotate(136deg);
          -moz-transform: rotate(136deg);
          border-left: 2px solid transparent;
          border-bottom: 2px solid transparent;
          transition: .3s; }
      #header #top-nav #langBar .LangDrop {
        display: none;
        width: 170px;
        margin: 0;
        position: absolute;
        z-index: 1;
        min-width: 154px;
        right: -22px;
        top: 43px;
        background: #fff;
        border-radius: 2px;
        box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.15);
        font-size: 12px;
        animation: dropdown .3s;
        padding: 5px 0; }
        #header #top-nav #langBar .LangDrop li:first-child {
          border: 0; }
        #header #top-nav #langBar .LangDrop li {
          border-top: 1px solid #f0f0f0; }
          #header #top-nav #langBar .LangDrop li a {
            display: block;
            padding: 5px 20px;
            color: #646464;
            transition: none;
            -webkit-transition: none;
            -moz-transition: none; }
            #header #top-nav #langBar .LangDrop li a:hover {
              background: #f5f5f5;
              color: #505050; }
            #header #top-nav #langBar .LangDrop li a span {
              color: #a0a0a0;
              line-height: 15px;
              display: block; }
        #header #top-nav #langBar .LangDrop:before {
          content: '';
          width: 0;
          height: 0;
          border-left: 10px solid transparent;
          border-right: 10px solid transparent;
          border-bottom: 10px solid #fff;
          position: absolute;
          top: -9px;
          left: 123px; }
        #header #top-nav #langBar .LangDrop:after {
          content: '';
          width: 170px;
          height: 11px;
          display: block;
          position: absolute;
          top: -11px; }
        #header #top-nav #langBar .LangDrop ul {
          list-style: none;
          padding: 0;
          z-index: 1;
          width: 170px;
          left: 0;
          top: 43px;
          background: #fff;
          border-radius: 2px;
          box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.15);
          font-size: 12px;
          margin: 0; }
          #header #top-nav #langBar .LangDrop ul li:first-child {
            border: 0; }
          #header #top-nav #langBar .LangDrop ul li {
            border-top: 1px solid #f0f0f0; }
            #header #top-nav #langBar .LangDrop ul li a {
              display: block;
              padding: 5px 20px;
              color: #646464;
              transition: none;
              -webkit-transition: none;
              -moz-transition: none; }
              #header #top-nav #langBar .LangDrop ul li a:hover {
                background: #f5f5f5;
                color: #505050; }
              #header #top-nav #langBar .LangDrop ul li a span {
                color: #a0a0a0;
                line-height: 15px;
                display: block; }
    #header #top-nav #login {
      display: inline-block;
      color: #ffffff;
      width: 100px;
      height: 34px;
      line-height: 34px;
      text-align: center;
      border: 1px solid rgba(255, 255, 255, 0.3);
      border-radius: 18px;
      -webkit-border-radius: 18px;
      -moz-border-radius: 18px;
      -o-border-radius: 18px;
      transition: all .3s;
      -webkit-transition: all .3s;
      -moz-transition: all .3s; }
      #header #top-nav #login:hover {
        color: #ffffff;
        background: rgba(255, 255, 255, 0.3); }
      #header #top-nav #login:active {
        color: rgba(255, 255, 255, 0.5);
        background: rgba(255, 255, 255, 0.2); }
    #header #top-nav #blog {
      display: inline-block;
      margin: 0 40px 0 0;
      padding: 6px 0;
      line-height: 24px; }
      #header #top-nav #blog span {
        color: #ffffff;
        color: rgba(255, 255, 255, 0.8);
        display: inline-block;
        transition: all .3s;
        -webkit-transition: all .3s;
        -moz-transition: all .3s; }
      #header #top-nav #blog:hover {
        text-decoration: underline; }
        #header #top-nav #blog:hover span {
          color: #ffffff;
          border-bottom: 1px solid #ffffff; }
      #header #top-nav #blog:active span {
        color: rgba(255, 255, 255, 0.5);
        border-bottom: 1px solid rgba(255, 255, 255, 0.5); }
    #header #top-nav.active #login {
      color: #ac975e;
      border-color: rgba(172, 151, 83, 0.3); }
      #header #top-nav.active #login:hover {
        color: #bda460;
        border-color: rgba(172, 151, 83, 0.3);
        background: rgba(255, 255, 255, 0.3); }
      #header #top-nav.active #login:active {
        color: #978450;
        border-color: rgba(172, 151, 83, 0.5);
        background: rgba(255, 255, 255, 0.3); }
    #header #top-nav.active .designLink {
      color: #ac975e; }
    #header #top-nav.active #blog span {
      color: #ac975e; }
    #header #top-nav.active #blog:hover span {
      color: #bda460;
      border-color: rgba(172, 151, 83, 0.3); }
    #header #top-nav.active #blog:active span {
      color: #978450;
      border-color: rgba(172, 151, 83, 0.5); }
    #header #top-nav.active #backToFlashBtn {
      color: #ac975e; }
    #header #top-nav.active #langBar .currentLang {
      color: #ac975e;
      font-size: 14px; }
      #header #top-nav.active #langBar .currentLang:after {
        border-right: 2px solid #ac975e;
        border-top: 2px solid #ac975e;
        opacity: .8; }
  #header .honorContent {
    position: absolute;
    left: 0;
    top: auto;
    margin: auto;
    right: 0;
    bottom: 0;
    width: 100%;
    text-align: center;
    height: 60px; }
    #header .honorContent .Con {
      color: #fff;
      font-size: 16px;
      display: inline-block;
      padding: 10px 15px;
      border-radius: 4px;
      position: relative; }
      #header .honorContent .Con img {
        display: block;
        margin: 0 auto; }
      #header .honorContent .Con span {
        position: absolute;
        left: 4px;
        top: 4px;
        width: 100%;
        height: 44px;
        border-radius: 4px; }
  #header #slogan {
    font-family: "Arial", "Microsoft YaHei";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 350px;
    margin: auto;
    color: #ffffff;
    text-align: center; }
    #header #slogan .til .halloweenText {
      display: block;
      margin: 0 auto;
      z-index: 9;
      position: relative; }
    #header #slogan .til .main-title {
      color: #fff;
      font-size: 2.5rem;
      line-height: 3rem;
      font-family: Helvetica-bold;
      margin-bottom: 1rem;
      margin-top: 0; }
    #header #slogan .til .subhead {
      width: auto;
      height: 50px;
      line-height: 50px;
      color: #fff;
      opacity: .8;
      font-size: 18px;
      margin: 0 auto;
      font-family: Helvetica-Light;
      padding: 0 15px; }
    #header #slogan .btn {
      position: relative;
      margin-top: 80px;
      display: inline-block;
      width: 120px;
      height: 120px;
      line-height: 120px;
      font-size: 16px;
      text-align: center;
      color: #ffffff; }
      #header #slogan .btn .btn-bg1,
      #header #slogan .btn .btn-bg2,
      #header #slogan .btn .btn-text {
        position: absolute;
        display: block;
        width: 120px;
        height: 120px;
        line-height: 123px;
        font-size: 0.9rem;
        text-align: center;
        color: #ffffff;
        overflow: hidden;
        border-radius: 60px;
        -webkit-border-radius: 60px;
        -moz-border-radius: 60px;
        -o-border-radius: 60px;
        transition: all .3s;
        -webkit-transition: all .3s;
        -moz-transition: all .3s; }
      #header #slogan .btn .btn-bg1 {
        border: 1px solid rgba(255, 255, 255, 0.5); }
      #header #slogan .btn .btn-bg2 {
        opacity: .0;
        background: #ac975e; }
      #header #slogan .btn .btn-text {
        background: none; }
      #header #slogan .btn:hover .btn-bg1 {
        transform: scale(1.5);
        opacity: 0; }
      #header #slogan .btn:hover .btn-bg2 {
        opacity: .8; }
      #header #slogan .btn:hover .btn-text {
        transform: scale(1.2); }

/**--------------------------------------
 * Main
 *---------------------------------------*/
.button {
  display: inline-block;
  width: 200px;
  height: 50px;
  line-height: 51px;
  text-align: center;
  color: #ffffff;
  background: #ac975e;
  overflow: hidden;
  cursor: pointer;
  font-size: 14px;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px; }
  .button:hover {
    color: #ffffff;
    background: #bda460; }
  .button:active {
    color: rgba(255, 255, 255, 0.5);
    background: #978450; }

.button-sm {
  display: inline-block;
  width: 100px;
  height: 26px;
  line-height: 26px;
  text-align: center;
  color: #ffffff;
  background: #ac975e;
  overflow: hidden;
  cursor: pointer;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px; }
  .button-sm:hover {
    color: #ffffff;
    background: #bda460; }
  .button-sm:active {
    color: rgba(255, 255, 255, 0.5);
    background: #978450; }

.zIndex {
  z-index: 990; }

/*------section #1---------*/
#section1 .wrapper {
  width: 1250px; }
  #section1 .wrapper #sliderBar {
    width: 1250px;
    height: 500px;
    font-size: 40px;
    text-align: center;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center; }
    #section1 .wrapper #sliderBar .slides_container {
      position: relative;
      width: 100%;
      height: 100%;
      outline: 1px solid #fff; }
      #section1 .wrapper #sliderBar .slides_container .carousel-inner {
        position: absolute;
        left: 0;
        top: 0;
        height: 100%;
        display: flex;
        justify-content: center;
        align-items: center; }
        #section1 .wrapper #sliderBar .slides_container .carousel-inner .carousel-item {
          float: left;
          height: 100%;
          display: flex;
          justify-content: center;
          align-items: center; }
          #section1 .wrapper #sliderBar .slides_container .carousel-inner .carousel-item .img-left {
            width: 541px;
            height: 355px;
            display: block;
            margin-right: 50px; }
            #section1 .wrapper #sliderBar .slides_container .carousel-inner .carousel-item .img-left img {
              width: 100%; }
          #section1 .wrapper #sliderBar .slides_container .carousel-inner .carousel-item .content-right-block {
            width: 485px;
            font-size: 14px;
            text-align: left; }
            #section1 .wrapper #sliderBar .slides_container .carousel-inner .carousel-item .content-right-block .carousel-title {
              font-size: 34px;
              font-family: Helvetica;
              font-weight: 500;
              color: #202020;
              line-height: 44px;
              margin-bottom: 15px; }
            #section1 .wrapper #sliderBar .slides_container .carousel-inner .carousel-item .content-right-block .carousel-content {
              font-size: 14px;
              font-family: Helvetica-Light;
              font-weight: 300;
              color: #6d6d6d;
              line-height: 24px;
              margin-bottom: 15px; }
            #section1 .wrapper #sliderBar .slides_container .carousel-inner .carousel-item .content-right-block .btn {
              text-align: center; }
      #section1 .wrapper #sliderBar .slides_container .carousel-btn {
        position: absolute;
        top: 50%;
        cursor: pointer;
        width: 40px;
        height: 40px;
        display: inline-block;
        line-height: 100px;
        text-decoration: none;
        text-align: center;
        background: url(//pub-static.fotor.com/static/web/site/en/images/Switch111fab903ab4eb53b2e05770aa3ca0119aa.png); }
      #section1 .wrapper #sliderBar .slides_container .carousel-prev-btn {
        background-position: 0 120px;
        left: 0; }
        #section1 .wrapper #sliderBar .slides_container .carousel-prev-btn:hover {
          background-position: 0 40px; }
      #section1 .wrapper #sliderBar .slides_container .carousel-next-btn {
        background-position: 120px 0;
        right: 0; }
        #section1 .wrapper #sliderBar .slides_container .carousel-next-btn:hover {
          background-position: 40px 40px; }
  #section1 .wrapper .slides_container .carousel-indicators {
    position: absolute;
    left: 0;
    bottom: 10px;
    width: 100%;
    text-align: center;
    font-size: 0; }
  #section1 .wrapper .slides_container .carousel-indicators span {
    display: inline-block;
    width: 10px;
    height: 10px;
    background: rgba(0, 0, 0, 0.1);
    margin: 0 5px;
    border-radius: 50%;
    cursor: pointer; }
  #section1 .wrapper .slides_container .carousel-indicators span.active {
    background-color: #353535; }

/*------section #2---------*/
#section2 .s-title {
  margin-bottom: 3rem; }

#section2 .features-wrapper #canvas-wrapper {
  float: left;
  display: block;
  position: relative;
  min-height: 1px;
  word-wrap: break-word;
  width: 27rem;
  height: 20rem; }
  #section2 .features-wrapper #canvas-wrapper .feature-item {
    position: absolute;
    top: 0;
    left: 0;
    background: #fff; }

#section2 .features-wrapper .exp-wrapper {
  float: left;
  display: block;
  position: relative;
  min-height: 1px;
  word-wrap: break-word;
  width: 29.5rem;
  height: 20rem;
  margin-left: 3.375rem; }
  #section2 .features-wrapper .exp-wrapper ul {
    /* & a:first-of-type{
            padding-bottom:   3px;
          }*/ }
    #section2 .features-wrapper .exp-wrapper ul .active {
      background: #f2f2f2;
      transition: all .3s;
      -webkit-transition: all .3s;
      -moz-transition: all .3s; }
      #section2 .features-wrapper .exp-wrapper ul .active .features-icon {
        background: #3c3c3c; }
      #section2 .features-wrapper .exp-wrapper ul .active .features-til {
        color: #282828; }
      #section2 .features-wrapper .exp-wrapper ul .active .features-des {
        color: #646464; }
      #section2 .features-wrapper .exp-wrapper ul .active .features-icon .edit-icon {
        background-position: 0 50px; }
      #section2 .features-wrapper .exp-wrapper ul .active .features-icon .effects-icon {
        background-position: -50px 50px; }
      #section2 .features-wrapper .exp-wrapper ul .active .features-icon .retouch-icon {
        background-position: -100px 50px; }
    #section2 .features-wrapper .exp-wrapper ul li {
      position: relative;
      transition: all .3s;
      -webkit-transition: all .3s;
      -moz-transition: all .3s; }
      #section2 .features-wrapper .exp-wrapper ul li:hover {
        background: #fafafa;
        transition: all .3s;
        -webkit-transition: all .3s;
        -moz-transition: all .3s; }
      #section2 .features-wrapper .exp-wrapper ul li a {
        position: relative;
        padding: 15px 0 15px 100px;
        display: block;
        min-height: 4.5rem;
        z-index: 2;
        color: #787878; }
        #section2 .features-wrapper .exp-wrapper ul li a .features-icon {
          width: 50px;
          height: 50px;
          position: absolute;
          top: 45px;
          text-align: center;
          overflow: hidden;
          left: 20px;
          background: #fff;
          border-radius: 50%;
          border: 1px solid #e6e6e6; }
          #section2 .features-wrapper .exp-wrapper ul li a .features-icon .f-bgIcon {
            display: inline-block;
            background: url(//pub-static.fotor.com/static/web/site/en/images/feature-icon40e50580913af76d9602d9d346d10280.png);
            width: 50px;
            height: 50px;
            position: relative; }
          #section2 .features-wrapper .exp-wrapper ul li a .features-icon .edit-icon {
            background-position: 0 0; }
          #section2 .features-wrapper .exp-wrapper ul li a .features-icon .effects-icon {
            background-position: -50px 0; }
          #section2 .features-wrapper .exp-wrapper ul li a .features-icon .retouch-icon {
            background-position: -100px 0; }
        #section2 .features-wrapper .exp-wrapper ul li a .features-til {
          font-size: 1rem;
          color: #646464;
          padding-bottom: 0.7rem;
          font-family: open_sanslight; }
        #section2 .features-wrapper .exp-wrapper ul li a .features-des {
          font-size: 0.7rem;
          color: #8c8c8c; }

/*------section #3---------*/
#section3 {
  position: relative;
  background: url(//pub-static.fotor.com/static/web/site/en/images/bg015ec477b90a8f841fe26a36991defc03a.jpg);
  background-size: cover;
  width: 100%;
  height: 100%;
  overflow: hidden;
  padding: 0 !important; }
  #section3 .wrapper {
    width: 100% !important; }
  #section3 .t-container {
    position: absolute;
    width: 600px;
    text-align: left;
    margin: 150px 0 0 300px; }
    #section3 .t-container .s-title {
      text-align: left;
      color: #fff;
      padding-bottom: 32px; }
    #section3 .t-container .s-content {
      color: #fff;
      font-size: 14px;
      padding-bottom: 32px;
      line-height: 25px; }
    #section3 .t-container .btn {
      text-align: center;
      color: #363a44;
      box-sizing: border-box;
      background: rgba(255, 255, 255, 0.85); }
      #section3 .t-container .btn:hover {
        background: white; }
  #section3 .template-bar {
    position: relative;
    max-width: 80%;
    margin-left: auto;
    margin-right: auto;
    width: 1370px;
    perspective: 1200px; }
    #section3 .template-bar .rotate-box {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-flex: 1;
      -ms-flex-positive: 1;
      flex-grow: 1;
      -webkit-box-align: start;
      -ms-flex-align: start;
      align-items: flex-start;
      width: 960px;
      position: absolute;
      left: 620px;
      transform-origin: right;
      top: 170px;
      transform: scale(1.5) rotateX(74deg) rotateY(-15deg) rotate(55deg) translateY(0%) translateX(0); }
      #section3 .template-bar .rotate-box .temp-line {
        min-width: 0;
        margin-right: 20px;
        -webkit-transform-style: preserve-3d;
        transform-style: preserve-3d;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        cursor: pointer;
        outline: none; }
      #section3 .template-bar .rotate-box .temp-img {
        margin-bottom: 14px;
        box-shadow: 1.5px 1.5px 10px rgba(0, 0, 0, 0.15);
        transition: all .4s;
        -webkit-transition: all .4s;
        -moz-transition: all .4s;
        position: relative; }
        #section3 .template-bar .rotate-box .temp-img .list-con {
          position: absolute;
          display: none;
          width: 155px;
          height: 30px;
          border-radius: 25px;
          background: rgba(0, 0, 0, 0.3);
          color: #fff;
          font-size: 14px;
          right: 10px;
          bottom: 10px;
          text-align: center;
          line-height: 30px;
          transition: all .4s;
          -webkit-transition: all .4s;
          -moz-transition: all .4s; }
        #section3 .template-bar .rotate-box .temp-img:hover {
          transform: scale(1) translateY(-15px) translateX(-20px);
          box-shadow: 21px 18px 25px rgba(0, 0, 0, 0.25);
          transition: all .4s;
          -webkit-transition: all .4s;
          -moz-transition: all .4s; }
        #section3 .template-bar .rotate-box .temp-img:hover .list-con {
          display: block;
          transition: all .4s;
          -webkit-transition: all .4s;
          -moz-transition: all .4s; }
        #section3 .template-bar .rotate-box .temp-img img {
          display: block; }

/*------section #4---------*/
#section4 .s-title {
  margin-bottom: 3rem; }

#section4 .features-wrapper #section4-canvas-wrapper {
  float: left;
  display: block;
  position: relative;
  min-height: 1px;
  word-wrap: break-word;
  width: 27rem;
  height: 20rem; }
  #section4 .features-wrapper #section4-canvas-wrapper li {
    position: absolute;
    left: 0;
    top: 0;
    width: 540px;
    height: 400px;
    z-index: 1;
    opacity: 0; }
  #section4 .features-wrapper #section4-canvas-wrapper .active {
    z-index: 2; }

#section4 .features-wrapper .exp-wrapper4 {
  float: left;
  display: block;
  position: relative;
  min-height: 1px;
  word-wrap: break-word;
  width: 29.5rem;
  height: auto;
  margin-left: 3.375rem; }
  #section4 .features-wrapper .exp-wrapper4 ul {
    /* & a:first-of-type{
           padding-bottom:   3px;
         }*/ }
    #section4 .features-wrapper .exp-wrapper4 ul .active {
      transition: all .3s;
      -webkit-transition: all .3s;
      -moz-transition: all .3s; }
      #section4 .features-wrapper .exp-wrapper4 ul .active .features-icon {
        background: #3c3c3c; }
      #section4 .features-wrapper .exp-wrapper4 ul .active .features-til {
        color: #282828; }
      #section4 .features-wrapper .exp-wrapper4 ul .active .features-des {
        color: #646464; }
      #section4 .features-wrapper .exp-wrapper4 ul .active .features-icon .shape-icon {
        background-position: -150px -50px; }
      #section4 .features-wrapper .exp-wrapper4 ul .active .features-icon .fonts-icon {
        background-position: -200px -50px; }
      #section4 .features-wrapper .exp-wrapper4 ul .active .features-icon .sticker-icon {
        background-position: -250px -50px; }
      #section4 .features-wrapper .exp-wrapper4 ul .active .features-icon .tools-icon {
        background-position: -300px -50px; }
    #section4 .features-wrapper .exp-wrapper4 ul li {
      position: relative;
      transition: all .3s;
      -webkit-transition: all .3s;
      -moz-transition: all .3s; }
      #section4 .features-wrapper .exp-wrapper4 ul li:hover {
        background: #fafafa;
        transition: all .3s;
        -webkit-transition: all .3s;
        -moz-transition: all .3s; }
      #section4 .features-wrapper .exp-wrapper4 ul li a {
        position: relative;
        padding: 13px 0 10px 100px;
        display: block;
        min-height: 4rem;
        z-index: 2;
        color: #787878; }
        #section4 .features-wrapper .exp-wrapper4 ul li a .features-icon {
          width: 50px;
          height: 50px;
          position: absolute;
          top: 23px;
          text-align: center;
          overflow: hidden;
          left: 20px;
          background: #fff;
          border-radius: 50%;
          border: 1px solid #e6e6e6; }
          #section4 .features-wrapper .exp-wrapper4 ul li a .features-icon .f-bgIcon {
            display: inline-block;
            background: url(//pub-static.fotor.com/static/web/site/en/images/feature-icon40e50580913af76d9602d9d346d10280.png);
            width: 50px;
            height: 50px;
            position: relative; }
          #section4 .features-wrapper .exp-wrapper4 ul li a .features-icon .shape-icon {
            background-position: -150px 0px; }
          #section4 .features-wrapper .exp-wrapper4 ul li a .features-icon .fonts-icon {
            background-position: -200px 0; }
          #section4 .features-wrapper .exp-wrapper4 ul li a .features-icon .sticker-icon {
            background-position: -250px 0; }
          #section4 .features-wrapper .exp-wrapper4 ul li a .features-icon .tools-icon {
            background-position: -300px 0; }
        #section4 .features-wrapper .exp-wrapper4 ul li a .features-til {
          font-size: 1rem;
          color: #646464;
          padding-bottom: 0.5rem;
          font-family: open_sanslight; }
        #section4 .features-wrapper .exp-wrapper4 ul li a .features-des {
          font-size: 0.7rem;
          color: #8c8c8c;
          letter-spacing: 0; }

/*------section #5---------*/
#section5 #inspiration {
  margin-top: 80px;
  text-align: center; }
  #section5 #inspiration .inspiration-item {
    position: relative;
    display: inline-block;
    margin: 0 20px;
    width: 340px;
    height: 440px;
    background: #ffffff;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    -moz-border-radius-bottomleft: 5px;
    -moz-border-radius-bottomright: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    -o-border-bottom-left-radius: 5px;
    -o-border-bottom-right-radius: 5px;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
    cursor: pointer;
    vertical-align: top;
    border: 1px solid #e6e6e6;
    border-radius: 8px; }
    #section5 #inspiration .inspiration-item .inspiration-item-img {
      width: 100%; }
      #section5 #inspiration .inspiration-item .inspiration-item-img img {
        width: 100%;
        float: left;
        border-radius: 8px 8px 0 0; }
    #section5 #inspiration .inspiration-item .inspiration-item-txt {
      padding: 20px 28px 0;
      text-align: left;
      height: auto;
      font-size: 12px;
      line-height: 20px; }
      #section5 #inspiration .inspiration-item .inspiration-item-txt .i-til {
        font-size: 15px;
        color: #282828;
        font-family: 'open_sanslight'; }
      #section5 #inspiration .inspiration-item .inspiration-item-txt a {
        color: #282828; }
    #section5 #inspiration .inspiration-item .icon {
      position: absolute;
      right: 21px;
      bottom: 13px;
      width: 7px;
      height: 11px;
      display: block;
      background: url(//pub-static.fotor.com/static/web/site/en/images/arrow-inspiration16b54b5d4867b1ff0374eb27e53a0bce.png) top no-repeat; }
    #section5 #inspiration .inspiration-item:hover .icon {
      background-position: bottom; }
    #section5 #inspiration .inspiration-item:hover {
      margin-top: -3px;
      box-shadow: 0 2px 25px rgba(0, 0, 0, 0.3); }

/*------section #6---------*/
.techDisplay {
  text-align: center; }
  .techDisplay .topLeft-icon {
    display: inline-block;
    position: absolute;
    left: 15px;
    top: 15px; }
  .techDisplay .rightBot-icon {
    display: inline-block;
    position: absolute;
    right: 15px;
    bottom: 15px; }
  .techDisplay .wrapper {
    width: 1325px; }
  .techDisplay h3 {
    font-size: 34px;
    color: #fff;
    margin: 0 0 65px 0; }
  .techDisplay .tabBat {
    text-align: center;
    margin: 0 auto; }
    .techDisplay .tabBat .ad :hover {
      background: none; }
    .techDisplay .tabBat .unit {
      width: 340px;
      height: 340px;
      position: relative;
      display: inline-block;
      margin: 30px;
      overflow: hidden;
      border-radius: 8px;
      border: 1px solid rgba(255, 255, 255, 0.35); }
      .techDisplay .tabBat .unit .mid-adSlot {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
        width: 300px;
        height: 250px; }
      .techDisplay .tabBat .unit .container {
        font-size: 14px;
        line-height: 24px; }
      .techDisplay .tabBat .unit:hover .container .content {
        display: none;
        transition: all .3s;
        -webkit-transition: all .3s;
        -moz-transition: all .3s; }
      .techDisplay .tabBat .unit:hover .container .space_icon {
        display: none;
        transition: all .3s;
        -webkit-transition: all .3s;
        -moz-transition: all .3s; }
      .techDisplay .tabBat .unit .Text_explain {
        visibility: hidden;
        text-align: left;
        font-size: 12px;
        margin-top: 25px;
        position: relative;
        top: 0;
        padding: 0 35px;
        color: rgba(255, 255, 255, 0.7); }
        .techDisplay .tabBat .unit .Text_explain a {
          color: #fff;
          text-decoration: underline;
          transition: none;
          -webkit-transition: none;
          -moz-transition: none; }
      .techDisplay .tabBat .unit .icon {
        transition: all .3s;
        -webkit-transition: all .3s;
        -moz-transition: all .3s;
        top: 0;
        right: 0;
        position: relative;
        padding-top: 25px;
        margin: 0 auto; }
      .techDisplay .tabBat .unit:hover .icon {
        position: relative;
        top: -35px;
        right: 150px;
        -webkit-transform: scale(0.45);
        -moz-transform: scale(0.45);
        transform: scale(0.43);
        visibility: hidden;
        transition: all .3s;
        -webkit-transition: all .3s;
        -moz-transition: all .3s; }
      .techDisplay .tabBat .unit:hover .Text_explain {
        visibility: visible;
        top: -140px;
        transition: all .3s;
        -webkit-transition: all .3s;
        -moz-transition: all .3s; }
      .techDisplay .tabBat .unit:hover .til {
        top: -140px; }
      .techDisplay .tabBat .unit .til {
        font-size: 16px;
        position: relative;
        top: 0;
        color: #fff;
        margin: 24px 0 16px 0;
        transition: all .3s;
        -webkit-transition: all .3s;
        -moz-transition: all .3s;
        font-family: open_sanslight; }
      .techDisplay .tabBat .unit .content {
        color: #fff;
        padding: 0 40px;
        font-family: open_sanslight; }

/*------section #7---------*/
#section7 .left_h {
  position: absolute;
  left: 204px;
  bottom: 170px; }

#section7 .right_h {
  position: absolute;
  right: 304px;
  bottom: 170px; }

#section7 .bg-ft {
  height: 170px;
  position: absolute;
  bottom: 0;
  width: 100%;
  z-index: -1; }

.mobilePic {
  float: left; }

.introduction {
  float: left;
  width: 50%;
  margin: 60px 0 0 84px; }
  .introduction .mid .m-content {
    background: #fafafa;
    margin: 3px 0;
    padding: 17px 0 15px 24px; }
  .introduction .mid .tile {
    font-size: 34px;
    font-weight: normal;
    line-height: 26px;
    padding-bottom: 40px;
    color: #282828; }
  .introduction .mid .content {
    font-size: 14px;
    color: #a0a0a0; }
  .introduction .mid .company {
    font-size: 14px;
    color: #505050;
    text-align: left; }

.linkMobileBtn {
  display: block;
  width: 330px;
  margin: 55px 0 0 0; }
  .linkMobileBtn .appStore {
    background-image: url(//pub-static.fotor.com/static/web/site/en/images/ios_5172e425456f47ec2a3f4a31ae28ece7f06.png);
    width: 145px;
    height: 45px;
    display: block;
    position: relative;
    float: right;
    cursor: pointer;
    transition: none;
    -moz-transition: none;
    -webkit-transition: none; }
    .linkMobileBtn .appStore:hover {
      background-position-y: -46px; }
  .linkMobileBtn .googlePlay {
    background-image: url(//pub-static.fotor.com/static/web/site/en/images/Andrews_5175c6ed250175573121e10072922c4f18a.png);
    width: 145px;
    height: 45px;
    display: block;
    position: relative;
    float: left;
    cursor: pointer;
    transition: none;
    -moz-transition: none;
    -webkit-transition: none; }
    .linkMobileBtn .googlePlay:hover {
      background-position-y: -46px; }

/**--------------------------------------
 * footer
 *---------------------------------------*/
#footer {
  background: #141414;
  position: relative; }
  #footer .ad {
    margin: 0 auto;
    width: 728px;
    height: 90px;
    text-align: center;
    overflow: hidden;
    position: relative;
    top: 20px; }
  #footer .friendshipLink {
    text-align: center;
    padding: 0 30px 30px;
    font-size: 0.7rem;
    clear: both; }
    #footer .friendshipLink .til {
      color: #979797;
      margin-left: 0;
      float: left;
      line-height: 30px; }
    #footer .friendshipLink span {
      word-break: keep-all;
      white-space: nowrap; }
    #footer .friendshipLink i {
      display: inline-block;
      position: relative;
      width: 1px;
      height: 12px;
      left: 7.5px;
      margin-right: 15px;
      top: 2px;
      background-color: #212121; }
    #footer .friendshipLink .footerLink {
      text-align: left;
      margin-left: 95px;
      line-height: 30px;
      opacity: .7; }
      #footer .friendshipLink .footerLink > span:nth-of-type(1) {
        margin-left: 0 !important; }
  #footer #quick-links {
    display: table;
    text-align: center;
    font-size: 0.7rem;
    padding: 40px 40px 15px;
    margin: 0 auto; }
    #footer #quick-links ul {
      display: inline-block;
      width: 150px;
      margin: 0 30px;
      padding: 0;
      list-style: none;
      color: #ffffff;
      font-size: 0.7rem;
      text-align: center;
      float: left; }
      #footer #quick-links ul li {
        padding: 0.5rem; }
  #footer a {
    color: #979797; }
    #footer a:hover {
      color: #ffffff;
      text-decoration: underline; }
    #footer a:active {
      color: #999999;
      text-decoration: underline; }
  #footer #copyright {
    border-top: 1px solid #212121;
    padding: 1.25rem 0;
    line-height: 1rem;
    text-align: center;
    font-size: 0.7rem;
    color: #646464; }

/*-----------ad---------------*/
.blockBr {
  display: block; }

.ad {
  width: 100%;
  height: 120px;
  position: relative; }
  .ad .adSlot {
    width: 728px;
    height: 90px;
    margin: auto;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0; }

#section-1-mob {
  display: none; }

.device {
  width: 420px;
  height: 551px;
  margin: 0 auto;
  position: relative;
  text-align: center; }
  .device img {
    width: 100%;
    transform: scale(0.9);
    -wekit-transform: scale(0.9);
    -moz-transform: scale(0.9); }
  .device .s-title {
    line-height: 26px;
    margin: 10px auto;
    font-size: 18px;
    padding: 0 20px; }
  .device .s-content {
    font-size: 12px;
    line-height: 22px;
    margin-bottom: 20px;
    padding: 10px 20px; }

.swiper-container {
  height: 550px;
  width: 100%; }

.pagination {
  position: absolute;
  left: 0;
  text-align: center;
  bottom: -35px;
  width: 100%; }

.swiper-pagination-switch {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 10px;
  background: #999;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.4) inset;
  margin: 0 3px;
  cursor: pointer; }

.swiper-active-switch {
  background: #fff; }

.swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
  /* Fix of Webkit flickering */
  z-index: 1; }

.swiper-wrapper {
  position: relative;
  width: 100%;
  -webkit-transition-property: -webkit-transform, left, top;
  -webkit-transition-duration: 0s;
  -webkit-transform: translate3d(0px, 0, 0);
  -webkit-transition-timing-function: ease;
  -moz-transition-property: -moz-transform, left, top;
  -moz-transition-duration: 0s;
  -moz-transform: translate3d(0px, 0, 0);
  -moz-transition-timing-function: ease;
  -o-transition-property: -o-transform, left, top;
  -o-transition-duration: 0s;
  -o-transform: translate3d(0px, 0, 0);
  -o-transition-timing-function: ease;
  -o-transform: translate(0px, 0px);
  -ms-transition-property: -ms-transform, left, top;
  -ms-transition-duration: 0s;
  -ms-transform: translate3d(0px, 0, 0);
  -ms-transition-timing-function: ease;
  transition-property: transform, left, top;
  transition-duration: 0s;
  transform: translate3d(0px, 0, 0);
  transition-timing-function: ease;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box; }

.swiper-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  -ms-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto; }

.swiper-slide {
  float: left;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box; }

#d-mask {
  position: fixed;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.5);
  padding: 15px;
  z-index: 999;
  min-height: 40px;
  display: none;
  top: 0; }
  #d-mask section.popUp-box {
    background: url(//pub-static.fotor.com/static/web/site/en/images/popUpBox72f5c6735060361e199e109611508c12.jpg) no-repeat center;
    background-size: cover;
    width: 750px;
    height: 480px;
    position: absolute;
    display: none;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
    -webkit-animation-duration: .3s;
    animation-duration: .3s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    background-color: #fff;
    border-radius: 6px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    z-index: 999; }

@keyframes fadeIn {
  from {
    opacity: 0;
    top: -50px; }
  to {
    opacity: 1;
    top: 0; } }
    #d-mask section.popUp-box .d-close {
      background: url(//pub-static.fotor.com/static/web/site/en/images/pop-close20e96c4bfd5ceea6111025d6b86e7e00.png) center no-repeat;
      position: absolute;
      right: -20px;
      top: -20px;
      display: block;
      width: 24px;
      height: 24px;
      transition: .3s all; }
      #d-mask section.popUp-box .d-close:hover {
        background-position: center -24px;
        transform: rotate(180deg); }
    #d-mask section.popUp-box .upGradeBtn-discount {
      width: 195px;
      height: 53px;
      color: #fff;
      background: #f31e3d;
      border-radius: 10px;
      display: inline-block;
      position: absolute;
      transition: .3s;
      font-size: 20px;
      text-align: center;
      line-height: 53px;
      bottom: 68px;
      right: 146px; }
      #d-mask section.popUp-box .upGradeBtn-discount:hover {
        background: #d71b36; }

#clickBank-mask {
  position: fixed;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.5);
  padding: 15px;
  z-index: 999;
  min-height: 40px;
  display: none;
  top: 0; }
  #clickBank-mask #clickBank-thankYouPage {
    width: 900px;
    height: auto;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
    -webkit-animation-duration: .3s;
    animation-duration: .3s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    border-radius: 6px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    z-index: 999; }
    #clickBank-mask #clickBank-thankYouPage .c-close {
      background: url(//pub-static.fotor.com/static/web/site/en/images/pop-close20e96c4bfd5ceea6111025d6b86e7e00.png) center no-repeat;
      position: absolute;
      right: -23px;
      top: -23px;
      display: block;
      width: 24px;
      height: 24px;
      transition: .3s all; }
      #clickBank-mask #clickBank-thankYouPage .c-close:hover {
        background-position: center -24px;
        transform: rotate(180deg); }
    #clickBank-mask #clickBank-thankYouPage .c-header {
      background: url(//pub-static.fotor.com/static/web/site/en/images/2Thank-You-Pageb791aceaa32602d3fa08e335f3d34b11.jpg) no-repeat center;
      background-size: cover;
      height: 330px;
      position: relative;
      border-radius: 6px 6px 0 0; }
      #clickBank-mask #clickBank-thankYouPage .c-header .c-btn {
        width: 236px;
        height: 39px;
        background: #f5d731;
        border-radius: 6px;
        font-size: 16px;
        font-weight: 400;
        color: #2764ef;
        position: absolute;
        display: inline-block;
        line-height: 39px;
        text-align: center;
        bottom: 70px;
        left: 50%;
        margin-left: -118px; }
    #clickBank-mask #clickBank-thankYouPage .c-wrapper {
      padding: 30px;
      text-align: center;
      background-color: #fff;
      border-radius: 0 0 6px 6px; }
      #clickBank-mask #clickBank-thankYouPage .c-wrapper p {
        margin-top: 20px;
        font-size: 16px;
        text-align: center;
        color: #878686; }
        #clickBank-mask #clickBank-thankYouPage .c-wrapper p a {
          color: #3453EF; }
      #clickBank-mask #clickBank-thankYouPage .c-wrapper .line {
        display: block;
        width: 25px;
        height: 1px;
        background: #878686;
        margin: 30px auto; }
      #clickBank-mask #clickBank-thankYouPage .c-wrapper div {
        text-align: center;
        color: #C5C5C5;
        font-size: 14px;
        width: 700px;
        margin: 0 auto; }
      #clickBank-mask #clickBank-thankYouPage .c-wrapper .maTo15 {
        margin-top: 15px; }

.button {
  display: inline-block;
  width: 100%;
  max-width: 284px;
  margin: 0 auto;
  height: 40px;
  line-height: 41px;
  text-align: center;
  color: #ffffff;
  background: #ac975e;
  overflow: hidden;
  cursor: pointer;
  border-radius: 3px; }
  .button:hover {
    color: #ffffff;
    background: #bda460; }
  .button:active {
    color: rgba(255, 255, 255, 0.5);
    background: #978450; }

.text-center {
  text-align: center; }

#closesignin {
  transition: none !important; }

#userinfo {
  position: relative;
  cursor: pointer;
  float: right; }
  #userinfo ul,
  #userinfo li {
    list-style: none;
    margin: 0;
    padding: 0; }
  #userinfo .dropdown-wrapper {
    display: none;
    position: absolute;
    z-index: 999;
    min-width: 154px;
    right: -22px;
    top: 43px;
    background: #fff;
    border-radius: 2px;
    box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.15);
    font-size: 12px; }
    #userinfo .dropdown-wrapper:before {
      content: '';
      position: absolute;
      width: 0;
      height: 0;
      top: -16px;
      right: 30px;
      border: 8px solid transparent;
      border-bottom: 8px solid #fff; }
    #userinfo .dropdown-wrapper:after {
      content: '';
      position: absolute;
      width: 100%;
      height: 20px;
      top: -16px;
      left: 0px;
      opacity: 0; }
    #userinfo .dropdown-wrapper li {
      padding: 0 !important;
      line-height: 48px;
      border-top: 1px solid #f0f0f0; }
      #userinfo .dropdown-wrapper li:first-child {
        border: 0; }
      #userinfo .dropdown-wrapper li a {
        display: block;
        padding: 0 20px;
        color: #646464;
        white-space: nowrap; }
        #userinfo .dropdown-wrapper li a:hover {
          background: #f5f5f5;
          color: #505050; }
        #userinfo .dropdown-wrapper li a:active {
          background: #e1e1e1;
          color: #282828; }
  #userinfo .userinfo-main:hover .dropdown-wrapper {
    display: block;
    animation: dropdown .3s; }
  #userinfo .user-header {
    float: right;
    margin: 2px 0px 0 5px;
    width: 28px;
    height: 28px;
    border: 1px solid rgba(0, 0, 0, 0.4);
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    overflow: hidden; }
    #userinfo .user-header img {
      width: 28px;
      height: 28px; }
  #userinfo .user-info {
    position: relative;
    float: left;
    text-align: right;
    padding: 4px 0 0;
    width: auto;
    max-width: 77px;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    color: #fff;
    text-align: right;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis; }

#top-nav.active #userinfo .user-info {
  color: #ac975e; }

@keyframes dropdown {
  0% {
    opacity: 0;
    margin-top: -20px; }
  100% {
    opacity: 1;
    margin-top: 0px; } }

.login-pop-notice {
  font-family: 'Open Sans', 'Arial', 'Microsoft YaHei', sans-serif;
  font-weight: normal;
  padding-bottom: 20px;
  font-size: 13px;
  margin-left: -20px;
  width: 370px;
  letter-spacing: 1px; }

.login-pop-main-title {
  color: #fff;
  font-size: 22px;
  line-height: 26px;
  font-weight: bold;
  letter-spacing: 2px; }

.login-pop-sub-title {
  color: #fff;
  font-size: 16px;
  line-height: 26px;
  font-weight: bold; }

.login-pop-notice-zh_CN {
  letter-spacing: 2px; }

.login-pop-notice-zh_CN .login-pop-main-title {
  letter-spacing: 3px; }

.login-pop-notice-zh_CN .login-pop-sub-title {
  letter-spacing: 2px; }

.login-list {
  margin: 36px 0 0 0;
  padding: 0;
  list-style: none; }

.login-list li {
  margin: 0;
  padding: 7px 0 7px 16px;
  color: rgba(255, 255, 255, 0.9);
  line-height: 20px;
  list-style: none;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAEAgMAAADUn3btAAAACVBMVEX///////////+OSuX+AAAAA3RSTlNzgCXcRl7bAAAADklEQVQI12NoYhABwiYABLgBLfrda6wAAAAASUVORK5CYII=") 3px 14px no-repeat; }

/*user message*/
@keyframes spreadOut {
  0% {
    opacity: 0;
    transform: translate(-50%, -50%) scale(1.2); }
  15% {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1.5); }
  30% {
    opacity: 0;
    transform: translate(-50%, -50%) scale(1.2); }
  45% {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1.5); }
  60% {
    opacity: 0;
    transform: translate(-50%, -50%) scale(1.2); }
  100% {
    opacity: 0;
    transform: translate(-50%, -50%) scale(1.2); } }

@keyframes spreadOutBig {
  0% {
    opacity: 0;
    transform: translate(-50%, -50%) scale(1.4); }
  15% {
    opacity: 1;
    transform: translate(-50%, -50%) scale(2); }
  30% {
    opacity: 0;
    transform: translate(-50%, -50%) scale(1.4); }
  45% {
    opacity: 1;
    transform: translate(-50%, -50%) scale(2); }
  60% {
    opacity: 0;
    transform: translate(-50%, -50%) scale(1.4); }
  100% {
    opacity: 0;
    transform: translate(-50%, -50%) scale(1.4); } }

#userinfo .user-message {
  width: 18px;
  height: 14px;
  display: block;
  background: url(//pub-static.fotor.com/static/web/site/images/envelope012342dad69c295f68dd3faa3b179e819d.png) no-repeat center top !important;
  float: left;
  margin: 12px 20px 0 0;
  position: relative;
  /*message preview*/
  /*message preview over*/ }
  #userinfo .user-message:hover {
    background-position: center -14px; }
    #userinfo .user-message:hover #user-message-preview-wrap {
      display: block; }
  #userinfo .user-message:active {
    background-position: center bottom; }
  #userinfo .user-message .message-num {
    position: absolute;
    width: auto;
    min-width: 20px;
    height: 16px;
    font-size: 12px;
    color: white;
    background: #f0526b;
    border-radius: 20px;
    text-align: center;
    left: 10px;
    top: -10px;
    line-height: 16px; }
    #userinfo .user-message .message-num.animating:before, #userinfo .user-message .message-num.animating:after {
      display: block; }
    #userinfo .user-message .message-num:before {
      content: '';
      position: absolute;
      width: 100%;
      height: 100%;
      left: 50%;
      top: 50%;
      transform: translate(-50%, -50%) scale(1.2);
      background: rgba(240, 82, 107, 0.5);
      border-radius: 20px;
      animation: spreadOut 3.8s infinite;
      display: none; }
    #userinfo .user-message .message-num:after {
      content: '';
      position: absolute;
      width: 100%;
      height: 100%;
      left: 50%;
      top: 50%;
      transform: translate(-50%, -50%) scale(1.4);
      background: rgba(240, 82, 107, 0.25);
      border-radius: 20px;
      animation: spreadOutBig 3.8s infinite;
      display: none; }
  #userinfo .user-message span {
    display: block;
    transform: scale(0.8333); }
  #userinfo .user-message #user-message-preview-wrap {
    position: absolute;
    left: 50%;
    top: 24px;
    transform: translateX(-50%);
    width: 320px;
    box-sizing: border-box;
    box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.1);
    background: white;
    z-index: 200;
    border-radius: 4px;
    animation: dropdown .3s ease-out;
    display: none; }
    #userinfo .user-message #user-message-preview-wrap.hide {
      display: none !important; }
    #userinfo .user-message #user-message-preview-wrap:before {
      content: '';
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 0 10px 10px 10px;
      border-color: transparent transparent #fff transparent;
      position: absolute;
      top: -10px;
      left: 50%;
      margin-left: -10px; }
    #userinfo .user-message #user-message-preview-wrap .user-message-preview-info {
      padding: 20px;
      border-bottom: 1px solid #E7E8E9;
      font-family: "Helvetica Light";
      text-align: justify; }
      #userinfo .user-message #user-message-preview-wrap .user-message-preview-info .user-message-preview-title {
        color: #3D424C;
        font-weight: bold;
        letter-spacing: .15px;
        line-height: 20px;
        font-size: 14px;
        margin-bottom: 5px; }
      #userinfo .user-message #user-message-preview-wrap .user-message-preview-info .user-message-preview-content {
        font-size: 12px;
        color: #5A5F69;
        letter-spacing: .2px;
        line-height: 18px; }
        #userinfo .user-message #user-message-preview-wrap .user-message-preview-info .user-message-preview-content i {
          font-style: normal;
          color: #AC975E;
          border-bottom: 1px solid #AC975E;
          margin-left: 5px; }
    #userinfo .user-message #user-message-preview-wrap .btn-to-message-all-wrap {
      padding: 8px 0; }
      #userinfo .user-message #user-message-preview-wrap .btn-to-message-all-wrap button {
        border: 0 none;
        outline: none !important;
        width: auto;
        padding: 0 20px;
        height: 32px;
        line-height: 32px; }

#top-nav.active #userinfo .user-message {
  background: url(//pub-static.fotor.com/static/web/site/images/envelope03c67f068d9c9aa58be975d40c7d9b251d.png) !important; }

.dropdown-message .dropdown-message-num {
  display: inline-block;
  vertical-align: middle;
  width: auto;
  min-width: 20px;
  height: 16px;
  font-size: 12px;
  color: white;
  background: #f0526b;
  border-radius: 20px;
  text-align: center;
  line-height: 16px;
  position: relative;
  top: -2px;
  margin-left: 4px; }
  .dropdown-message .dropdown-message-num span {
    display: block;
    transform: scale(0.8333); }

.span9 {
  width: 90%; }

.span8 {
  width: 80%; }

.span7 {
  width: 70%; }

.span6 {
  width: 60%; }

.span5 {
  width: 50%; }

.span4 {
  width: 40%; }

.span3 {
  width: 30%; }

.span2 {
  width: 20%; }

.span1 {
  width: 10%; }

.span9,
.span8,
.span7,
.span6,
.span5,
.span4,
.span3,
.span2,
.span1 {
  float: left; }

@media (max-width: 1600px) {
  #section3 .t-container {
    margin: 7rem 0 0 10rem; } }

@media (max-width: 1440px) {
  #header {
    /*2018.10.10 halloween*/
    /*end*/ }
    #header .b-img-2 {
      bottom: 8%;
      right: 3%;
      width: 32%; }
    #header .b-img-3 {
      bottom: 0;
      left: 6%;
      width: 20%; }
    #header .b-img-1 {
      top: -10%;
      left: -5%;
      width: 40%; }
    #header .b-img-4 {
      left: 33%;
      top: 14%;
      width: 10%; }
    #header #slogan .til .main-title {
      font-size: 2.5rem;
      line-height: 2.8rem; }
    #header #slogan .til .subhead {
      font-size: 1.1rem; }
  #section1 #sliderBar .sliderList {
    -webkit-transform: scale(0.92);
    -ms-transform: scale(0.92);
    transform: scale(0.92); }
  #section1 #sliderBar .sliderBtn {
    top: 100%; }
  #section3 .t-container {
    margin: 7rem 0 0 8.25rem; } }

@media (max-width: 1366px) {
  #header {
    /*2018.10.10 halloween*/
    /*end*/ }
    #header .layer1 {
      left: 122px;
      top: 120px; }
    #header .layer2 {
      left: 796px;
      top: 9px; }
    #header .layer4 {
      left: 49px;
      top: 627px; }
    #header .layer5 {
      left: 394px;
      top: 740px; }
    #header .layer3 {
      left: 0;
      top: 423px; }
    #header .layer6 {
      top: 473px;
      right: 60px;
      position: absolute !important; }
    #header .layer7 {
      top: 416px;
      right: 254px;
      position: absolute !important; }
    #header .layer8 {
      top: 591px;
      right: 397px;
      position: absolute !important; }
    #header .layer9 {
      left: 1203px;
      top: 0;
      position: absolute !important; }
    #header .layer10 {
      top: 410px;
      right: 90px;
      position: absolute !important; }
    #header .b-img-2 {
      bottom: 8%;
      right: 8%;
      width: 25%; }
    #header .b-img-3 {
      bottom: 0;
      left: 11%;
      width: 15%; }
    #header .b-img-1 {
      top: -10%;
      left: -5%;
      width: 30%; }
    #header .b-img-4 {
      left: 33%;
      top: 14%;
      width: 10%; }
    #header #header-top {
      padding: 1.25rem 2.1rem; }
      #header #header-top.active {
        padding: 0.75rem 2.1rem; }
    #header #slogan {
      height: 325px; }
      #header #slogan .til .main-title {
        font-size: 2.4rem;
        line-height: 2.7rem; }
      #header #slogan .til .subhead {
        font-size: 1rem; }
  .s-title {
    font-size: 1.5rem; }
  .wrapper {
    width: 1200px; }
  .section {
    padding: 90px 0; }
  .maxWidth {
    width: 100% !important; }
  #section3 .t-container {
    margin: 7rem 0 0 8.25rem; }
  .techDisplay .wrapper {
    width: 100%; }
  #section6 .techDisplay .tabBat .unit {
    margin: 0.75rem; }
  #section7 .right_h {
    right: 104px;
    z-index: -1; }
  #section7 .left_h {
    left: 14px;
    z-index: -1; } }

@media (max-width: 1280px) {
  #header #slogan .til .main-title {
    font-size: 2.25rem;
    line-height: 2.5rem;
    margin-bottom: 1.9rem; }
  #header #slogan .til .subhead {
    font-size: 1.1rem; }
  #header .b-img-1 {
    top: -10%;
    left: -5%; }
  #header .b-img-2 {
    bottom: 0;
    right: 1%;
    width: 30%; }
  #header .halloweenText {
    width: 65%; }
  #header .b-img-3 {
    bottom: 0;
    left: 5%;
    width: 20%; }
  #section1 #sliderBar {
    padding-top: 1rem; }
    #section1 #sliderBar .sliderBtn {
      display: none; }
  #section2 .s-title {
    margin-bottom: 2.8rem; }
  #section2 .features-wrapper #canvas-wrapper {
    float: left;
    display: inline;
    position: relative;
    min-height: 1px;
    word-wrap: break-word;
    margin-right: 1.5625%;
    margin-left: 1.5625%;
    width: 45%; }
    #section2 .features-wrapper #canvas-wrapper img {
      display: block;
      width: 100%; }
  #section2 .features-wrapper .exp-wrapper {
    float: left;
    display: inline;
    position: relative;
    min-height: 1px;
    word-wrap: break-word;
    margin-right: 1.5625%;
    margin-left: 1.5625%;
    width: 45%; }
    #section2 .features-wrapper .exp-wrapper ul li {
      width: 100%;
      height: 100%; }
      #section2 .features-wrapper .exp-wrapper ul li a {
        padding: 20px 0 15px 100px; }
        #section2 .features-wrapper .exp-wrapper ul li a .features-til {
          font-size: 0.9rem;
          padding-bottom: 0.5rem; }
        #section2 .features-wrapper .exp-wrapper ul li a .features-des {
          font-size: 0.65rem; }
  #section4.s-title {
    margin-bottom: 2.8rem; }
  #section4 .features-wrapper #section4-canvas-wrapper {
    float: left;
    display: inline;
    position: relative;
    min-height: 1px;
    word-wrap: break-word;
    margin-right: 1.5625%;
    margin-left: 1.5625%;
    width: 45%; }
    #section4 .features-wrapper #section4-canvas-wrapper img {
      display: block;
      width: 100%; }
  #section4 .features-wrapper .exp-wrapper4 {
    float: left;
    display: inline;
    position: relative;
    min-height: 1px;
    word-wrap: break-word;
    margin-right: 1.5625%;
    margin-left: 1.5625%;
    width: 45%; }
    #section4 .features-wrapper .exp-wrapper4 ul li a {
      padding: 5px 0 10px 100px; }
      #section4 .features-wrapper .exp-wrapper4 ul li a .features-til {
        font-size: 0.9rem;
        padding-bottom: 0.45rem; }
      #section4 .features-wrapper .exp-wrapper4 ul li a .features-des {
        font-size: 0.65rem; }
      #section4 .features-wrapper .exp-wrapper4 ul li a .features-icon {
        top: 23px; }
  #section5 #inspiration .inspiration-item {
    margin: 0 1rem; }
  .techDisplay .tabBat .unit {
    margin: 1rem; } }

@media (max-width: 1179px) {
  .section {
    padding: 3rem 0; }
  .wrapper {
    width: 48rem; }
  .s-title {
    font-size: 1.4rem; }
  #section1 #sliderBar .s-container {
    height: 15rem; }
    #section1 #sliderBar .s-container li .s-title {
      padding: 30px 30px 20px; }
    #section1 #sliderBar .s-container li .s-content {
      padding: 0 30px 30px; }
  #section1 #sliderBar .sliderList {
    width: auto;
    height: auto; }
    #section1 #sliderBar .sliderList ul li {
      width: 319px;
      height: 209px; }
  #section1 #sliderBar .sliderBtn {
    top: 100%; }
  #section2 .s-title {
    margin-bottom: 30px; }
  #section2 .features-wrapper #canvas-wrapper {
    float: none; }
    #section2 .features-wrapper #canvas-wrapper .canvas-inner {
      width: 100%;
      max-width: 27rem;
      height: 20rem;
      position: relative;
      margin: 0 auto 1.5rem auto;
      background: #fff; }
  #section2 .features-wrapper .exp-wrapper {
    width: 95%;
    height: auto;
    margin: 0 auto;
    float: none;
    display: block; }
    #section2 .features-wrapper .exp-wrapper ul li {
      height: auto;
      width: 33.333%;
      float: left; }
      #section2 .features-wrapper .exp-wrapper ul li a {
        padding: 100px 15px 35px 15px;
        text-align: center; }
        #section2 .features-wrapper .exp-wrapper ul li a .features-icon {
          top: 27px;
          left: 132px; }
  #section3 .t-container {
    margin: 7rem 0 0 5rem; }
  #section4 .features-wrapper #section4-canvas-wrapper {
    width: 96.875%; }
    #section4 .features-wrapper #section4-canvas-wrapper .canvas-inner {
      width: 100%;
      background: #f8f9f9;
      max-width: 27rem;
      height: 20rem;
      position: relative;
      margin: 0 auto 3rem auto; }
  #section4 .features-wrapper .exp-wrapper4 {
    width: 96%;
    height: auto;
    padding-top: 5.5rem; }
    #section4 .features-wrapper .exp-wrapper4 ul li {
      width: 25%;
      float: left; }
      #section4 .features-wrapper .exp-wrapper4 ul li a {
        padding: 0 1rem;
        text-align: center; }
        #section4 .features-wrapper .exp-wrapper4 ul li a .features-icon {
          left: 85px;
          top: -60px; }
  #section5 #inspiration {
    margin-top: 1.5rem; }
    #section5 #inspiration .inspiration-item {
      width: 260px;
      height: 400px;
      margin: 0.75rem; }
      #section5 #inspiration .inspiration-item:hover {
        margin-top: 0; }
      #section5 #inspiration .inspiration-item .inspiration-item-txt {
        padding: 1.25rem 1rem; }
        #section5 #inspiration .inspiration-item .inspiration-item-txt .i-til {
          font-size: 0.7rem; }
  .techDisplay h3 {
    font-size: 1.4rem; }
  .introduction {
    width: 45%;
    margin: 60px 0 0 20px; }
  .linkMobileBtn {
    margin: 25px 0 0 0; } }

@media (max-width: 976px) {
  #header #slogan .til .main-title {
    font-size: 2rem;
    line-height: 2.5rem;
    margin-bottom: 1.9rem; }
  #header #slogan .til .subhead {
    font-size: 1rem; }
  .wrapper {
    width: 35rem; }
  .section {
    padding: 2.4rem 0; }
  #section1 #sliderBar .s-container {
    height: 14rem; }
    #section1 #sliderBar .s-container li {
      padding: 0 0; }
      #section1 #sliderBar .s-container li .s-title {
        padding: 25px 20px 15px;
        line-height: 35px; }
      #section1 #sliderBar .s-container li .s-content {
        padding: 0 0 25px; }
  #section1 #sliderBar .sliderList {
    width: auto;
    height: auto; }
    #section1 #sliderBar .sliderList ul li {
      width: 232px;
      height: 152px; }
  #section2 .s-title {
    line-height: 35px;
    margin-bottom: 2rem; }
  #section2 .features-wrapper #canvas-wrapper {
    width: 96%; }
    #section2 .features-wrapper #canvas-wrapper .canvas-inner {
      width: 100%;
      max-width: 27rem;
      height: 20rem;
      margin: 0 auto 1rem auto; }
  #section2 .features-wrapper .exp-wrapper ul li {
    height: auto;
    width: 100%;
    float: left; }
    #section2 .features-wrapper .exp-wrapper ul li a {
      padding: 15px 20px 10px 100px;
      text-align: left; }
      #section2 .features-wrapper .exp-wrapper ul li a .features-icon {
        top: 37px;
        left: 20px; }
  #section3 .template-bar .rotate-box {
    left: 117px;
    top: 333px; }
  #section3 .t-container {
    margin: 4rem 0 0 4rem;
    width: 480px; }
  #section4 .features-wrapper #section4-canvas-wrapper {
    width: 96.875%; }
    #section4 .features-wrapper #section4-canvas-wrapper .canvas-inner {
      width: 100%;
      background: #f8f9f9;
      max-width: 27rem;
      height: 20rem;
      position: relative;
      margin: 0 auto 1rem auto; }
  #section4 .features-wrapper .exp-wrapper4 {
    width: 96%;
    height: auto;
    padding-top: 4rem; }
    #section4 .features-wrapper .exp-wrapper4 ul li {
      width: 100%;
      text-align: left;
      margin-bottom: 20px; }
      #section4 .features-wrapper .exp-wrapper4 ul li a {
        padding-left: 100px;
        text-align: center; }
        #section4 .features-wrapper .exp-wrapper4 ul li a .features-icon {
          left: 0;
          top: 14px; }
        #section4 .features-wrapper .exp-wrapper4 ul li a .features-til {
          text-align: left; }
        #section4 .features-wrapper .exp-wrapper4 ul li a .features-des {
          text-align: left; }
  #section5 #inspiration .inspiration-item {
    width: 200px;
    margin: 0 0.5rem; }
  #section7 .mobilePic {
    float: none;
    width: 68%;
    margin: 0 auto; }
  #section7 .introduction {
    width: 96%;
    margin: 0 auto; }
    #section7 .introduction .mid .til {
      text-align: center; } }

@media (max-width: 768px) {
  #header {
    background: url(//pub-static.fotor.com/static/web/site/en/images/mobile_bannera0113f5a1ae56495aefda24b0734ed0a.jpg) no-repeat center; }
    #header .halloween-banner-images {
      display: none; }
    #header .halloweenText {
      width: 95%; }
    #header .honorContent .Con {
      width: 90%;
      padding: 0; }
      #header .honorContent .Con img {
        width: 100%; } }

@media (max-width: 1280px) {
  main figure img {
    margin: 0 auto; }
  main .section {
    padding: 4rem 0; }
  main .wrapper {
    width: 100%;
    min-width: 100%; }
    main .wrapper .features_row .features_img_block {
      padding-right: 0; }
    main .wrapper .features_row .features_text_block {
      padding-right: 0; } }

@media (max-width: 1160px) {
  main figure img {
    margin: 0 auto; }
  main .wrapper {
    padding: 0; }
    main .wrapper .features_row {
      padding: 0 40px; }
      main .wrapper .features_row .features_img_block {
        margin-right: 40px; }
      main .wrapper .features_row .features_text_block {
        margin-right: 0; }
    main .wrapper .row_2 .features_img_block {
      margin-right: 0 !important; } }

@media (max-width: 978px) {
  main .features_til {
    font-size: 1.2rem;
    padding-top: 1rem; }
  main .wrapper {
    width: 100%; }
    main .wrapper .features_row {
      justify-content: center;
      flex-wrap: wrap;
      text-align: center;
      padding: 0 30px; }
      main .wrapper .features_row .features_img_block {
        margin-right: 0; }
      main .wrapper .features_row .features_text_block {
        margin-right: 0;
        text-align: left;
        width: 100%; }
    main .wrapper .row_2 .features_img_block {
      margin-right: 0 !important; }
    main .wrapper .row_2 .features_text_block {
      margin-right: 0;
      text-align: left;
      width: 100%; } }

@media (max-width: 768px) {
  main .wrapper {
    width: 100%;
    padding: 0 !important; }
  #paymentModule {
    display: none !important; } }

@media (max-width: 768px) {
  /*======halloween style=====*/
  #float-tips {
    display: none !important; }
  #section7 .left_h, #section7 .right_h {
    display: none !important; }
  #slogan .til .mob-text {
    display: block !important;
    width: 80% !important;
    margin: 0 auto !important; }
  #slogan .til .pc-text {
    display: none; }
  /*======halloween style=====*/
  #header #slogan {
    padding: 0 60px;
    height: 500px; }
    #header #slogan .til .main-title {
      font-size: 1.6rem;
      line-height: 2.5rem;
      margin-bottom: 1.75rem; }
    #header #slogan .til .subhead {
      font-size: 18px; }
    #header #slogan #linkAppBar .hi-icon {
      margin: 0 2.75rem;
      width: 7.25rem;
      height: 2.75rem;
      line-height: 2.75rem;
      display: block;
      margin: 59px auto; }
    #header #slogan #linkAppBar .hi-icon-effect-8 .hi-icon:hover {
      height: 59px;
      width: 7.25rem;
      border-radius: 10px;
      line-height: 59px;
      margin: 59px auto; }
      #header #slogan #linkAppBar .hi-icon-effect-8 .hi-icon:hover:after {
        -webkit-animation: none;
        -moz-animation: none;
        animation: none; }
  .wrapper {
    width: 30rem; }
  .s-title {
    font-size: 25px; }
  .ad {
    display: none; }
  #section1 #sliderBar .s-container {
    height: 14rem; }
    #section1 #sliderBar .s-container li {
      padding: 0 0; }
      #section1 #sliderBar .s-container li .s-title {
        padding: 25px 20px 15px;
        line-height: 35px; }
      #section1 #sliderBar .s-container li .s-content {
        padding: 0 0 25px; }
  #section1 #sliderBar .sliderList {
    width: auto;
    height: auto; }
    #section1 #sliderBar .sliderList ul li {
      width: 200px;
      height: 128px; }
  #section5 #inspiration .inspiration-item {
    margin: 10px;
    width: 340px;
    height: 440px; }
    #section5 #inspiration .inspiration-item:hover {
      margin-top: 10px; }
  .techDisplay .wrapper {
    width: 600px; }
  #section7 .mobilePic {
    width: 85%; }
  .introduction .mid .tile {
    text-align: center; }
  .linkMobileBtn {
    margin: 35px auto 0; } }

@media (max-width: 618px) {
  canvas {
    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    transform: scale(0.9);
    width: 100%; }
  #header {
    width: 100%;
    background-size: cover; }
    #header #bg-bg {
      display: none; }
    #header #scene {
      display: none; }
    #header #slogan {
      padding: 0 50px;
      height: 545px; }
      #header #slogan .til .main-title {
        font-size: 1.5rem;
        line-height: 2rem;
        margin-bottom: 1.5rem; }
      #header #slogan .til .subhead {
        font-size: 0.9rem;
        width: 85%;
        margin: 0 auto; }
    #header .honorContent .Con {
      border: 0; }
      #header .honorContent .Con span {
        display: none; }
  .wrapper {
    width: 24rem !important; }
  .section {
    padding: 2.25rem 0; }
  .s-title {
    font-size: 20px; }
  #section1 {
    display: none; }
  #section-1-mob {
    display: block; }
  #section4 .features-wrapper #section4-canvas-wrapper {
    width: 100%;
    margin: 0; }
  #section2 .features-wrapper #canvas-wrapper .canvas-inner {
    height: 265.55px; }
  #section4 .features-wrapper #section4-canvas-wrapper .canvas-inner {
    height: 255.55px; }
  #section7 .mobilePic img {
    width: 100%; }
  #section3 .t-container {
    margin: 30px 0 0 30px;
    width: 304px; }
  #section3 .t-container .s-title {
    line-height: 26px;
    padding: 0 0 !important;
    font-size: 16px; }
  #section3 .t-container .s-content {
    font-size: 12px;
    padding: 10px 0 20px 0;
    line-height: 19px; }
  #section3 .template-bar .rotate-box {
    left: -628px;
    top: 75px;
    transform: scale(0.9) rotateX(88deg) rotateY(-14deg) rotate(57deg) translateY(0%) translateX(0); }
  #backToFlashBtn {
    display: none !important; }
  #top-nav #langBar {
    display: none !important; }
  .introduction .mid .tile {
    font-size: 23px; }
  .blockBr {
    display: none; }
  #section4 .s-title {
    font-size: 16px;
    margin-bottom: 20px !important; }
  #section4 .features-wrapper .exp-wrapper4 {
    padding-top: 0;
    margin-top: -20px; }
  #section4 .features-wrapper .exp-wrapper4 ul li a {
    text-align: center;
    padding: 10px 0 10px 61px; }
  #section4 .features-wrapper .exp-wrapper4 ul li a .features-icon {
    left: 0;
    top: 30px;
    transform: scale(0.8);
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8); }
  #section4 .features-wrapper .exp-wrapper4 ul li a .features-til {
    font-size: 14px;
    padding-bottom: 3px; }
  #section4 .features-wrapper .exp-wrapper4 ul li a .features-des {
    font-size: 12px;
    line-height: 19px; }
  #section4 .features-wrapper .exp-wrapper4 ul li {
    margin-bottom: 0; } }

@media (max-width: 478px) {
  .wrapper {
    width: 370px !important; }
  #header #header-top {
    padding: 0.8rem 1.5rem; }
  #header #bg-bg {
    display: none; }
  #header #scene {
    display: none; }
  #header #slogan {
    padding: 0;
    height: 430px;
    width: 100%; }
    #header #slogan .til .main-title {
      font-size: 1rem;
      line-height: 1.5rem;
      margin-bottom: 1rem; }
    #header #slogan .til .subhead {
      font-size: 0.8rem;
      width: 100%;
      margin: 0 auto;
      line-height: 24px; }
    #header #slogan #linkAppBar .hi-icon {
      width: 8rem;
      height: 2.5rem;
      line-height: 2.5rem;
      display: block;
      margin: 35px auto;
      font-size: 14px; }
    #header #slogan #linkAppBar .hi-icon-effect-8 .hi-icon:hover {
      width: 8rem;
      height: 2.5rem;
      line-height: 2.5rem; }
      #header #slogan #linkAppBar .hi-icon-effect-8 .hi-icon:hover:after {
        -webkit-animation: none;
        -moz-animation: none;
        animation: none; }
  #header .honorContent .Con {
    border: 0;
    font-size: 12px;
    width: 60%; }
    #header .honorContent .Con span {
      display: none; }
  .device {
    width: 370px; }
  .techDisplay .tabBat .unit {
    margin: 0 auto 10px;
    width: 330px; }
  #section4 .s-title {
    margin-bottom: 20px;
    line-height: 26px; }
  #section4 .features-wrapper #section4-canvas-wrapper .canvas-inner {
    height: 265.55px; }
  #section4 .features-wrapper #section4-canvas-wrapper {
    height: 300px; }
  .s-title {
    font-size: 16px;
    line-height: 26px !important;
    margin-bottom: 0 !important;
    padding: 0 20px; }
  #section2 .features-wrapper .exp-wrapper ul li a {
    padding: 10px 0 10px 61px; }
  #section2 .features-wrapper .exp-wrapper ul li a .features-icon {
    left: 0;
    transform: scale(0.8);
    -moz-transform: scale(0.8);
    -webkit-transform: scale(0.8); }
  #section2 .features-wrapper .exp-wrapper ul li a .features-til {
    font-size: 14px;
    padding-bottom: 3px; }
  #section2 .features-wrapper .exp-wrapper ul li a .features-des {
    font-size: 12px;
    line-height: 20px; }
  #section5 #inspiration {
    margin-top: 10px; }
  #section5 #inspiration .inspiration-item {
    width: 330px; }
  .techDisplay .topLeft-icon {
    display: none; }
  .techDisplay h3 {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 20px; }
  .introduction .mid .tile {
    font-size: 16px;
    padding-bottom: 20px; }
  #section7 .introduction {
    position: relative;
    top: 30px;
    width: 100%; }
  #section7 .bg-ft {
    bottom: 380px;
    height: 120px; }
  .introduction .mid .content {
    font-size: 12px; }
  .introduction .mid .m-content {
    padding: 10px 0 10px 20px; }
  .marginT60 {
    margin-top: 30px; }
  .slideDown {
    background: rgba(255, 255, 255, 0.2) !important; } }

@media (max-width: 335px) {
  .wrapper {
    width: 320px !important; }
  #header #header-top {
    padding: 0.7rem 1.4rem;
    background: rgba(255, 255, 255, 0.2); }
  #header #slogan {
    padding: 0;
    height: 390px; }
    #header #slogan .til .main-title {
      font-size: 14px;
      line-height: 1.3rem;
      margin-bottom: 0.75rem; }
    #header #slogan .til .subhead {
      font-size: 12px;
      width: 100%;
      margin: 0 auto;
      line-height: 22px; }
    #header #slogan #linkAppBar .hi-icon {
      width: 6.5rem;
      height: 2rem;
      line-height: 2rem;
      display: block;
      margin: 25px auto;
      font-size: 12px; }
    #header #slogan #linkAppBar .hi-icon-effect-8 .hi-icon:hover {
      width: 6.5rem;
      height: 2rem; }
  #header .honorContent .Con {
    border: 0;
    font-size: 12px;
    width: 60%; }
  .device {
    width: 320px; }
  #section2 .s-title {
    margin-bottom: 0; }
  #section2 .features-wrapper #canvas-wrapper .canvas-inner {
    height: 245.55px; }
  #section3 .t-container {
    margin: 20px 0 0 30px;
    width: 235px; }
  .introduction .mid .tile {
    font-size: 16px;
    padding-bottom: 20px; }
  #section4 .s-title {
    margin-bottom: 20px;
    line-height: 26px; }
  #section4 .features-wrapper #section4-canvas-wrapper .canvas-inner {
    height: 265.55px;
    margin: 20px 0; }
  #section4 .features-wrapper #section4-canvas-wrapper {
    height: 300px;
    margin-top: 20px; }
  .s-title {
    font-size: 20px;
    line-height: 26px; } }
