﻿/*! * animate.css -http://daneden.me/animate * Version - 3.5.1 * Licensed under the MIT license - http://opensource.org/licenses/MIT * * Copyright (c) 2016 Daniel Eden */
.animated{
    -webkit-animation-duration:1s;
    animation-duration:1s;
    -webkit-animation-fill-mode:both;
    animation-fill-mode:both
}
.animated.infinite{
    -webkit-animation-iteration-count:infinite;
    animation-iteration-count:infinite
}
.animated.hinge{
    -webkit-animation-duration:2s;
    animation-duration:2s
}
.animated.flipOutX,.animated.flipOutY,.animated.bounceIn,.animated.bounceOut{
    -webkit-animation-duration:.75s;
    animation-duration:.75s
}
@keyframes imageZoom{
    0%{
        transform:scale(1)
    }
    50%{
        transform:scale(1.2)
    }
    100%{
        transform:scale(1)
    }
}
@-webkit-keyframes bounce{
    from,20%,53%,80%,to{
        -webkit-animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1);
        -webkit-transform:translate3d(0, 0, 0);
        transform:translate3d(0, 0, 0)
    }
    40%,43%{
        -webkit-animation-timing-function:cubic-bezier(0.755, 0.05, 0.855, 0.06);
        animation-timing-function:cubic-bezier(0.755, 0.05, 0.855, 0.06);
        -webkit-transform:translate3d(0, -30px, 0);
        transform:translate3d(0, -30px, 0)
    }
    70%{
        -webkit-animation-timing-function:cubic-bezier(0.755, 0.05, 0.855, 0.06);
        animation-timing-function:cubic-bezier(0.755, 0.05, 0.855, 0.06);
        -webkit-transform:translate3d(0, -15px, 0);
        transform:translate3d(0, -15px, 0)
    }
    90%{
        -webkit-transform:translate3d(0, -4px, 0);
        transform:translate3d(0, -4px, 0)
    }
}
@keyframes bounce{
    from,20%,53%,80%,to{
        -webkit-animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1);
        -webkit-transform:translate3d(0, 0, 0);
        transform:translate3d(0, 0, 0)
    }
    40%,43%{
        -webkit-animation-timing-function:cubic-bezier(0.755, 0.05, 0.855, 0.06);
        animation-timing-function:cubic-bezier(0.755, 0.05, 0.855, 0.06);
        -webkit-transform:translate3d(0, -30px, 0);
        transform:translate3d(0, -30px, 0)
    }
    70%{
        -webkit-animation-timing-function:cubic-bezier(0.755, 0.05, 0.855, 0.06);
        animation-timing-function:cubic-bezier(0.755, 0.05, 0.855, 0.06);
        -webkit-transform:translate3d(0, -15px, 0);
        transform:translate3d(0, -15px, 0)
    }
    90%{
        -webkit-transform:translate3d(0, -4px, 0);
        transform:translate3d(0, -4px, 0)
    }
}
.bounce{
    -webkit-animation-name:bounce;
    animation-name:bounce;
    -webkit-transform-origin:center bottom;
    transform-origin:center bottom
}
@-webkit-keyframes flash{
    from,50%,to{
        opacity:1
    }
    25%,75%{
        opacity:0
    }
}
@keyframes flash{
    from,50%,to{
        opacity:1
    }
    25%,75%{
        opacity:0
    }
}
.flash{
    -webkit-animation-name:flash;
    animation-name:flash
}
@-webkit-keyframes pulse{
    from{
        -webkit-transform:scale3d(1, 1, 1);
        transform:scale3d(1, 1, 1)
    }
    50%{
        -webkit-transform:scale3d(1.05, 1.05, 1.05);
        transform:scale3d(1.05, 1.05, 1.05)
    }
    to{
        -webkit-transform:scale3d(1, 1, 1);
        transform:scale3d(1, 1, 1)
    }
}
@keyframes pulse{
    from{
        -webkit-transform:scale3d(1, 1, 1);
        transform:scale3d(1, 1, 1)
    }
    50%{
        -webkit-transform:scale3d(1.05, 1.05, 1.05);
        transform:scale3d(1.05, 1.05, 1.05)
    }
    to{
        -webkit-transform:scale3d(1, 1, 1);
        transform:scale3d(1, 1, 1)
    }
}
.pulse{
    -webkit-animation-name:pulse;
    animation-name:pulse
}
@-webkit-keyframes rubberBand{
    from{
        -webkit-transform:scale3d(1, 1, 1);
        transform:scale3d(1, 1, 1)
    }
    30%{
        -webkit-transform:scale3d(1.25, 0.75, 1);
        transform:scale3d(1.25, 0.75, 1)
    }
    40%{
        -webkit-transform:scale3d(0.75, 1.25, 1);
        transform:scale3d(0.75, 1.25, 1)
    }
    50%{
        -webkit-transform:scale3d(1.15, 0.85, 1);
        transform:scale3d(1.15, 0.85, 1)
    }
    65%{
        -webkit-transform:scale3d(0.95, 1.05, 1);
        transform:scale3d(0.95, 1.05, 1)
    }
    75%{
        -webkit-transform:scale3d(1.05, 0.95, 1);
        transform:scale3d(1.05, 0.95, 1)
    }
    to{
        -webkit-transform:scale3d(1, 1, 1);
        transform:scale3d(1, 1, 1)
    }
}
@keyframes rubberBand{
    from{
        -webkit-transform:scale3d(1, 1, 1);
        transform:scale3d(1, 1, 1)
    }
    30%{
        -webkit-transform:scale3d(1.25, 0.75, 1);
        transform:scale3d(1.25, 0.75, 1)
    }
    40%{
        -webkit-transform:scale3d(0.75, 1.25, 1);
        transform:scale3d(0.75, 1.25, 1)
    }
    50%{
        -webkit-transform:scale3d(1.15, 0.85, 1);
        transform:scale3d(1.15, 0.85, 1)
    }
    65%{
        -webkit-transform:scale3d(0.95, 1.05, 1);
        transform:scale3d(0.95, 1.05, 1)
    }
    75%{
        -webkit-transform:scale3d(1.05, 0.95, 1);
        transform:scale3d(1.05, 0.95, 1)
    }
    to{
        -webkit-transform:scale3d(1, 1, 1);
        transform:scale3d(1, 1, 1)
    }
}
.rubberBand{
    -webkit-animation-name:rubberBand;
    animation-name:rubberBand
}
@-webkit-keyframes shake{
    from,to{
        -webkit-transform:translate3d(0, 0, 0);
        transform:translate3d(0, 0, 0)
    }
    10%,30%,50%,70%,90%{
        -webkit-transform:translate3d(-10px, 0, 0);
        transform:translate3d(-10px, 0, 0)
    }
    20%,40%,60%,80%{
        -webkit-transform:translate3d(10px, 0, 0);
        transform:translate3d(10px, 0, 0)
    }
}
@keyframes shake{
    from,to{
        -webkit-transform:translate3d(0, 0, 0);
        transform:translate3d(0, 0, 0)
    }
    10%,30%,50%,70%,90%{
        -webkit-transform:translate3d(-10px, 0, 0);
        transform:translate3d(-10px, 0, 0)
    }
    20%,40%,60%,80%{
        -webkit-transform:translate3d(10px, 0, 0);
        transform:translate3d(10px, 0, 0)
    }
}
.shake{
    -webkit-animation-name:shake;
    animation-name:shake
}
@-webkit-keyframes headShake{
    0%{
        -webkit-transform:translateX(0);
        transform:translateX(0)
    }
    6.5%{
        -webkit-transform:translateX(-6px) rotateY(-9deg);
        transform:translateX(-6px) rotateY(-9deg)
    }
    18.5%{
        -webkit-transform:translateX(5px) rotateY(7deg);
        transform:translateX(5px) rotateY(7deg)
    }
    31.5%{
        -webkit-transform:translateX(-3px) rotateY(-5deg);
        transform:translateX(-3px) rotateY(-5deg)
    }
    43.5%{
        -webkit-transform:translateX(2px) rotateY(3deg);
        transform:translateX(2px) rotateY(3deg)
    }
    50%{
        -webkit-transform:translateX(0);
        transform:translateX(0)
    }
}
@keyframes headShake{
    0%{
        -webkit-transform:translateX(0);
        transform:translateX(0)
    }
    6.5%{
        -webkit-transform:translateX(-6px) rotateY(-9deg);
        transform:translateX(-6px) rotateY(-9deg)
    }
    18.5%{
        -webkit-transform:translateX(5px) rotateY(7deg);
        transform:translateX(5px) rotateY(7deg)
    }
    31.5%{
        -webkit-transform:translateX(-3px) rotateY(-5deg);
        transform:translateX(-3px) rotateY(-5deg)
    }
    43.5%{
        -webkit-transform:translateX(2px) rotateY(3deg);
        transform:translateX(2px) rotateY(3deg)
    }
    50%{
        -webkit-transform:translateX(0);
        transform:translateX(0)
    }
}
.headShake{
    -webkit-animation-timing-function:ease-in-out;
    animation-timing-function:ease-in-out;
    -webkit-animation-name:headShake;
    animation-name:headShake
}
@-webkit-keyframes swing{
    20%{
        -webkit-transform:rotate3d(0, 0, 1, 15deg);
        transform:rotate3d(0, 0, 1, 15deg)
    }
    40%{
        -webkit-transform:rotate3d(0, 0, 1, -10deg);
        transform:rotate3d(0, 0, 1, -10deg)
    }
    60%{
        -webkit-transform:rotate3d(0, 0, 1, 5deg);
        transform:rotate3d(0, 0, 1, 5deg)
    }
    80%{
        -webkit-transform:rotate3d(0, 0, 1, -5deg);
        transform:rotate3d(0, 0, 1, -5deg)
    }
    to{
        -webkit-transform:rotate3d(0, 0, 1, 0deg);
        transform:rotate3d(0, 0, 1, 0deg)
    }
}
@keyframes swing{
    20%{
        -webkit-transform:rotate3d(0, 0, 1, 15deg);
        transform:rotate3d(0, 0, 1, 15deg)
    }
    40%{
        -webkit-transform:rotate3d(0, 0, 1, -10deg);
        transform:rotate3d(0, 0, 1, -10deg)
    }
    60%{
        -webkit-transform:rotate3d(0, 0, 1, 5deg);
        transform:rotate3d(0, 0, 1, 5deg)
    }
    80%{
        -webkit-transform:rotate3d(0, 0, 1, -5deg);
        transform:rotate3d(0, 0, 1, -5deg)
    }
    to{
        -webkit-transform:rotate3d(0, 0, 1, 0deg);
        transform:rotate3d(0, 0, 1, 0deg)
    }
}
.swing{
    -webkit-transform-origin:top center;
    transform-origin:top center;
    -webkit-animation-name:swing;
    animation-name:swing
}
@-webkit-keyframes tada{
    from{
        -webkit-transform:scale3d(1, 1, 1);
        transform:scale3d(1, 1, 1)
    }
    10%,20%{
        -webkit-transform:scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
        transform:scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg)
    }
    30%,50%,70%,90%{
        -webkit-transform:scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
        transform:scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg)
    }
    40%,60%,80%{
        -webkit-transform:scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
        transform:scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg)
    }
    to{
        -webkit-transform:scale3d(1, 1, 1);
        transform:scale3d(1, 1, 1)
    }
}
@keyframes tada{
    from{
        -webkit-transform:scale3d(1, 1, 1);
        transform:scale3d(1, 1, 1)
    }
    10%,20%{
        -webkit-transform:scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
        transform:scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg)
    }
    30%,50%,70%,90%{
        -webkit-transform:scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
        transform:scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg)
    }
    40%,60%,80%{
        -webkit-transform:scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
        transform:scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg)
    }
    to{
        -webkit-transform:scale3d(1, 1, 1);
        transform:scale3d(1, 1, 1)
    }
}
.tada{
    -webkit-animation-name:tada;
    animation-name:tada
}
@-webkit-keyframes wobble{
    from{
        -webkit-transform:none;
        transform:none
    }
    15%{
        -webkit-transform:translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
        transform:translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg)
    }
    30%{
        -webkit-transform:translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
        transform:translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg)
    }
    45%{
        -webkit-transform:translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
        transform:translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg)
    }
    60%{
        -webkit-transform:translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
        transform:translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg)
    }
    75%{
        -webkit-transform:translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
        transform:translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg)
    }
    to{
        -webkit-transform:none;
        transform:none
    }
}
@keyframes wobble{
    from{
        -webkit-transform:none;
        transform:none
    }
    15%{
        -webkit-transform:translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
        transform:translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg)
    }
    30%{
        -webkit-transform:translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
        transform:translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg)
    }
    45%{
        -webkit-transform:translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
        transform:translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg)
    }
    60%{
        -webkit-transform:translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
        transform:translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg)
    }
    75%{
        -webkit-transform:translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
        transform:translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg)
    }
    to{
        -webkit-transform:none;
        transform:none
    }
}
.wobble{
    -webkit-animation-name:wobble;
    animation-name:wobble
}
@-webkit-keyframes jello{
    from,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{
    from,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{
    from,20%,40%,60%,80%,to{
        -webkit-animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1)
    }
    0%{
        opacity:0;
        -webkit-transform:scale3d(0.3, 0.3, 0.3);
        transform:scale3d(0.3, 0.3, 0.3)
    }
    20%{
        -webkit-transform:scale3d(1.1, 1.1, 1.1);
        transform:scale3d(1.1, 1.1, 1.1)
    }
    40%{
        -webkit-transform:scale3d(0.9, 0.9, 0.9);
        transform:scale3d(0.9, 0.9, 0.9)
    }
    60%{
        opacity:1;
        -webkit-transform:scale3d(1.03, 1.03, 1.03);
        transform:scale3d(1.03, 1.03, 1.03)
    }
    80%{
        -webkit-transform:scale3d(0.97, 0.97, 0.97);
        transform:scale3d(0.97, 0.97, 0.97)
    }
    to{
        opacity:1;
        -webkit-transform:scale3d(1, 1, 1);
        transform:scale3d(1, 1, 1)
    }
}
@keyframes bounceIn{
    from,20%,40%,60%,80%,to{
        -webkit-animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1)
    }
    0%{
        opacity:0;
        -webkit-transform:scale3d(0.3, 0.3, 0.3);
        transform:scale3d(0.3, 0.3, 0.3)
    }
    20%{
        -webkit-transform:scale3d(1.1, 1.1, 1.1);
        transform:scale3d(1.1, 1.1, 1.1)
    }
    40%{
        -webkit-transform:scale3d(0.9, 0.9, 0.9);
        transform:scale3d(0.9, 0.9, 0.9)
    }
    60%{
        opacity:1;
        -webkit-transform:scale3d(1.03, 1.03, 1.03);
        transform:scale3d(1.03, 1.03, 1.03)
    }
    80%{
        -webkit-transform:scale3d(0.97, 0.97, 0.97);
        transform:scale3d(0.97, 0.97, 0.97)
    }
    to{
        opacity:1;
        -webkit-transform:scale3d(1, 1, 1);
        transform:scale3d(1, 1, 1)
    }
}
.bounceIn{
    -webkit-animation-name:bounceIn;
    animation-name:bounceIn
}
@-webkit-keyframes bounceInDown{
    from,60%,75%,90%,to{
        -webkit-animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1)
    }
    0%{
        opacity:0;
        -webkit-transform:translate3d(0, -3000px, 0);
        transform:translate3d(0, -3000px, 0)
    }
    60%{
        opacity:1;
        -webkit-transform:translate3d(0, 25px, 0);
        transform:translate3d(0, 25px, 0)
    }
    75%{
        -webkit-transform:translate3d(0, -10px, 0);
        transform:translate3d(0, -10px, 0)
    }
    90%{
        -webkit-transform:translate3d(0, 5px, 0);
        transform:translate3d(0, 5px, 0)
    }
    to{
        -webkit-transform:none;
        transform:none
    }
}
@keyframes bounceInDown{
    from,60%,75%,90%,to{
        -webkit-animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1)
    }
    0%{
        opacity:0;
        -webkit-transform:translate3d(0, -3000px, 0);
        transform:translate3d(0, -3000px, 0)
    }
    60%{
        opacity:1;
        -webkit-transform:translate3d(0, 25px, 0);
        transform:translate3d(0, 25px, 0)
    }
    75%{
        -webkit-transform:translate3d(0, -10px, 0);
        transform:translate3d(0, -10px, 0)
    }
    90%{
        -webkit-transform:translate3d(0, 5px, 0);
        transform:translate3d(0, 5px, 0)
    }
    to{
        -webkit-transform:none;
        transform:none
    }
}
.bounceInDown{
    -webkit-animation-name:bounceInDown;
    animation-name:bounceInDown
}
@-webkit-keyframes bounceInLeft{
    from,60%,75%,90%,to{
        -webkit-animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1)
    }
    0%{
        opacity:0;
        -webkit-transform:translate3d(-3000px, 0, 0);
        transform:translate3d(-3000px, 0, 0)
    }
    60%{
        opacity:1;
        -webkit-transform:translate3d(25px, 0, 0);
        transform:translate3d(25px, 0, 0)
    }
    75%{
        -webkit-transform:translate3d(-10px, 0, 0);
        transform:translate3d(-10px, 0, 0)
    }
    90%{
        -webkit-transform:translate3d(5px, 0, 0);
        transform:translate3d(5px, 0, 0)
    }
    to{
        -webkit-transform:none;
        transform:none
    }
}
@keyframes bounceInLeft{
    from,60%,75%,90%,to{
        -webkit-animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1)
    }
    0%{
        opacity:0;
        -webkit-transform:translate3d(-3000px, 0, 0);
        transform:translate3d(-3000px, 0, 0)
    }
    60%{
        opacity:1;
        -webkit-transform:translate3d(25px, 0, 0);
        transform:translate3d(25px, 0, 0)
    }
    75%{
        -webkit-transform:translate3d(-10px, 0, 0);
        transform:translate3d(-10px, 0, 0)
    }
    90%{
        -webkit-transform:translate3d(5px, 0, 0);
        transform:translate3d(5px, 0, 0)
    }
    to{
        -webkit-transform:none;
        transform:none
    }
}
.bounceInLeft{
    -webkit-animation-name:bounceInLeft;
    animation-name:bounceInLeft
}
@-webkit-keyframes bounceInRight{
    from,60%,75%,90%,to{
        -webkit-animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1)
    }
    from{
        opacity:0;
        -webkit-transform:translate3d(3000px, 0, 0);
        transform:translate3d(3000px, 0, 0)
    }
    60%{
        opacity:1;
        -webkit-transform:translate3d(-25px, 0, 0);
        transform:translate3d(-25px, 0, 0)
    }
    75%{
        -webkit-transform:translate3d(10px, 0, 0);
        transform:translate3d(10px, 0, 0)
    }
    90%{
        -webkit-transform:translate3d(-5px, 0, 0);
        transform:translate3d(-5px, 0, 0)
    }
    to{
        -webkit-transform:none;
        transform:none
    }
}
@keyframes bounceInRight{
    from,60%,75%,90%,to{
        -webkit-animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1)
    }
    from{
        opacity:0;
        -webkit-transform:translate3d(3000px, 0, 0);
        transform:translate3d(3000px, 0, 0)
    }
    60%{
        opacity:1;
        -webkit-transform:translate3d(-25px, 0, 0);
        transform:translate3d(-25px, 0, 0)
    }
    75%{
        -webkit-transform:translate3d(10px, 0, 0);
        transform:translate3d(10px, 0, 0)
    }
    90%{
        -webkit-transform:translate3d(-5px, 0, 0);
        transform:translate3d(-5px, 0, 0)
    }
    to{
        -webkit-transform:none;
        transform:none
    }
}
.bounceInRight{
    -webkit-animation-name:bounceInRight;
    animation-name:bounceInRight
}
@-webkit-keyframes bounceInUp{
    from,60%,75%,90%,to{
        -webkit-animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1)
    }
    from{
        opacity:0;
        -webkit-transform:translate3d(0, 3000px, 0);
        transform:translate3d(0, 3000px, 0)
    }
    60%{
        opacity:1;
        -webkit-transform:translate3d(0, -20px, 0);
        transform:translate3d(0, -20px, 0)
    }
    75%{
        -webkit-transform:translate3d(0, 10px, 0);
        transform:translate3d(0, 10px, 0)
    }
    90%{
        -webkit-transform:translate3d(0, -5px, 0);
        transform:translate3d(0, -5px, 0)
    }
    to{
        -webkit-transform:translate3d(0, 0, 0);
        transform:translate3d(0, 0, 0)
    }
}
@keyframes bounceInUp{
    from,60%,75%,90%,to{
        -webkit-animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1)
    }
    from{
        opacity:0;
        -webkit-transform:translate3d(0, 3000px, 0);
        transform:translate3d(0, 3000px, 0)
    }
    60%{
        opacity:1;
        -webkit-transform:translate3d(0, -20px, 0);
        transform:translate3d(0, -20px, 0)
    }
    75%{
        -webkit-transform:translate3d(0, 10px, 0);
        transform:translate3d(0, 10px, 0)
    }
    90%{
        -webkit-transform:translate3d(0, -5px, 0);
        transform:translate3d(0, -5px, 0)
    }
    to{
        -webkit-transform:translate3d(0, 0, 0);
        transform:translate3d(0, 0, 0)
    }
}
.bounceInUp{
    -webkit-animation-name:bounceInUp;
    animation-name:bounceInUp
}
@-webkit-keyframes bounceOut{
    20%{
        -webkit-transform:scale3d(0.9, 0.9, 0.9);
        transform:scale3d(0.9, 0.9, 0.9)
    }
    50%,55%{
        opacity:1;
        -webkit-transform:scale3d(1.1, 1.1, 1.1);
        transform:scale3d(1.1, 1.1, 1.1)
    }
    to{
        opacity:0;
        -webkit-transform:scale3d(0.3, 0.3, 0.3);
        transform:scale3d(0.3, 0.3, 0.3)
    }
}
@keyframes bounceOut{
    20%{
        -webkit-transform:scale3d(0.9, 0.9, 0.9);
        transform:scale3d(0.9, 0.9, 0.9)
    }
    50%,55%{
        opacity:1;
        -webkit-transform:scale3d(1.1, 1.1, 1.1);
        transform:scale3d(1.1, 1.1, 1.1)
    }
    to{
        opacity:0;
        -webkit-transform:scale3d(0.3, 0.3, 0.3);
        transform:scale3d(0.3, 0.3, 0.3)
    }
}
.bounceOut{
    -webkit-animation-name:bounceOut;
    animation-name:bounceOut
}
@-webkit-keyframes bounceOutDown{
    20%{
        -webkit-transform:translate3d(0, 10px, 0);
        transform:translate3d(0, 10px, 0)
    }
    40%,45%{
        opacity:1;
        -webkit-transform:translate3d(0, -20px, 0);
        transform:translate3d(0, -20px, 0)
    }
    to{
        opacity:0;
        -webkit-transform:translate3d(0, 2000px, 0);
        transform:translate3d(0, 2000px, 0)
    }
}
@keyframes bounceOutDown{
    20%{
        -webkit-transform:translate3d(0, 10px, 0);
        transform:translate3d(0, 10px, 0)
    }
    40%,45%{
        opacity:1;
        -webkit-transform:translate3d(0, -20px, 0);
        transform:translate3d(0, -20px, 0)
    }
    to{
        opacity:0;
        -webkit-transform:translate3d(0, 2000px, 0);
        transform:translate3d(0, 2000px, 0)
    }
}
.bounceOutDown{
    -webkit-animation-name:bounceOutDown;
    animation-name:bounceOutDown
}
@-webkit-keyframes bounceOutLeft{
    20%{
        opacity:1;
        -webkit-transform:translate3d(20px, 0, 0);
        transform:translate3d(20px, 0, 0)
    }
    to{
        opacity:0;
        -webkit-transform:translate3d(-2000px, 0, 0);
        transform:translate3d(-2000px, 0, 0)
    }
}
@keyframes bounceOutLeft{
    20%{
        opacity:1;
        -webkit-transform:translate3d(20px, 0, 0);
        transform:translate3d(20px, 0, 0)
    }
    to{
        opacity:0;
        -webkit-transform:translate3d(-2000px, 0, 0);
        transform:translate3d(-2000px, 0, 0)
    }
}
.bounceOutLeft{
    -webkit-animation-name:bounceOutLeft;
    animation-name:bounceOutLeft
}
@-webkit-keyframes bounceOutRight{
    20%{
        opacity:1;
        -webkit-transform:translate3d(-20px, 0, 0);
        transform:translate3d(-20px, 0, 0)
    }
    to{
        opacity:0;
        -webkit-transform:translate3d(2000px, 0, 0);
        transform:translate3d(2000px, 0, 0)
    }
}
@keyframes bounceOutRight{
    20%{
        opacity:1;
        -webkit-transform:translate3d(-20px, 0, 0);
        transform:translate3d(-20px, 0, 0)
    }
    to{
        opacity:0;
        -webkit-transform:translate3d(2000px, 0, 0);
        transform:translate3d(2000px, 0, 0)
    }
}
.bounceOutRight{
    -webkit-animation-name:bounceOutRight;
    animation-name:bounceOutRight
}
@-webkit-keyframes bounceOutUp{
    20%{
        -webkit-transform:translate3d(0, -10px, 0);
        transform:translate3d(0, -10px, 0)
    }
    40%,45%{
        opacity:1;
        -webkit-transform:translate3d(0, 20px, 0);
        transform:translate3d(0, 20px, 0)
    }
    to{
        opacity:0;
        -webkit-transform:translate3d(0, -2000px, 0);
        transform:translate3d(0, -2000px, 0)
    }
}
@keyframes bounceOutUp{
    20%{
        -webkit-transform:translate3d(0, -10px, 0);
        transform:translate3d(0, -10px, 0)
    }
    40%,45%{
        opacity:1;
        -webkit-transform:translate3d(0, 20px, 0);
        transform:translate3d(0, 20px, 0)
    }
    to{
        opacity:0;
        -webkit-transform:translate3d(0, -2000px, 0);
        transform:translate3d(0, -2000px, 0)
    }
}
.bounceOutUp{
    -webkit-animation-name:bounceOutUp;
    animation-name:bounceOutUp
}
@-webkit-keyframes fadeIn{
    from{
        opacity:0
    }
    to{
        opacity:1
    }
}
@keyframes fadeIn{
    from{
        opacity:0
    }
    to{
        opacity:1
    }
}
.fadeIn{
    -webkit-animation-name:fadeIn;
    animation-name:fadeIn
}
@-webkit-keyframes fadeInDown{
    from{
        opacity:0;
        -webkit-transform:translate3d(0, -100%, 0);
        transform:translate3d(0, -100%, 0)
    }
    to{
        opacity:1;
        -webkit-transform:none;
        transform:none
    }
}
@keyframes fadeInDown{
    from{
        opacity:0;
        -webkit-transform:translate3d(0, -100%, 0);
        transform:translate3d(0, -100%, 0)
    }
    to{
        opacity:1;
        -webkit-transform:none;
        transform:none
    }
}
.fadeInDown{
    -webkit-animation-name:fadeInDown;
    animation-name:fadeInDown
}
@-webkit-keyframes fadeInDownBig{
    from{
        opacity:0;
        -webkit-transform:translate3d(0, -2000px, 0);
        transform:translate3d(0, -2000px, 0)
    }
    to{
        opacity:1;
        -webkit-transform:none;
        transform:none
    }
}
@keyframes fadeInDownBig{
    from{
        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{
    from{
        opacity:0;
        -webkit-transform:translate3d(-100%, 0, 0);
        transform:translate3d(-100%, 0, 0)
    }
    to{
        opacity:1;
        -webkit-transform:none;
        transform:none
    }
}
@keyframes fadeInLeft{
    from{
        opacity:0;
        -webkit-transform:translate3d(-100%, 0, 0);
        transform:translate3d(-100%, 0, 0)
    }
    to{
        opacity:1;
        -webkit-transform:none;
        transform:none
    }
}
.fadeInLeft{
    -webkit-animation-name:fadeInLeft;
    animation-name:fadeInLeft
}
@-webkit-keyframes fadeInLeftBig{
    from{
        opacity:0;
        -webkit-transform:translate3d(-2000px, 0, 0);
        transform:translate3d(-2000px, 0, 0)
    }
    to{
        opacity:1;
        -webkit-transform:none;
        transform:none
    }
}
@keyframes fadeInLeftBig{
    from{
        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{
    from{
        opacity:0;
        -webkit-transform:translate3d(100%, 0, 0);
        transform:translate3d(100%, 0, 0)
    }
    to{
        opacity:1;
        -webkit-transform:none;
        transform:none
    }
}
@keyframes fadeInRight{
    from{
        opacity:0;
        -webkit-transform:translate3d(100%, 0, 0);
        transform:translate3d(100%, 0, 0)
    }
    to{
        opacity:1;
        -webkit-transform:none;
        transform:none
    }
}
.fadeInRight{
    -webkit-animation-name:fadeInRight;
    animation-name:fadeInRight
}
@-webkit-keyframes fadeInRightBig{
    from{
        opacity:0;
        -webkit-transform:translate3d(2000px, 0, 0);
        transform:translate3d(2000px, 0, 0)
    }
    to{
        opacity:1;
        -webkit-transform:none;
        transform:none
    }
}
@keyframes fadeInRightBig{
    from{
        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{
    from{
        opacity:0;
        -webkit-transform:translate3d(0, 100%, 0);
        transform:translate3d(0, 100%, 0)
    }
    to{
        opacity:1;
        -webkit-transform:none;
        transform:none
    }
}
@keyframes fadeInUp{
    from{
        opacity:0;
        -webkit-transform:translate3d(0, 100%, 0);
        transform:translate3d(0, 100%, 0)
    }
    to{
        opacity:1;
        -webkit-transform:none;
        transform:none
    }
}
.fadeInUp{
    -webkit-animation-name:fadeInUp;
    animation-name:fadeInUp
}
@-webkit-keyframes fadeInUpBig{
    from{
        opacity:0;
        -webkit-transform:translate3d(0, 2000px, 0);
        transform:translate3d(0, 2000px, 0)
    }
    to{
        opacity:1;
        -webkit-transform:none;
        transform:none
    }
}
@keyframes fadeInUpBig{
    from{
        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{
    from{
        opacity:1
    }
    to{
        opacity:0
    }
}
@keyframes fadeOut{
    from{
        opacity:1
    }
    to{
        opacity:0
    }
}
.fadeOut{
    -webkit-animation-name:fadeOut;
    animation-name:fadeOut
}
@-webkit-keyframes fadeOutDown{
    from{
        opacity:1
    }
    to{
        opacity:0;
        -webkit-transform:translate3d(0, 100%, 0);
        transform:translate3d(0, 100%, 0)
    }
}
@keyframes fadeOutDown{
    from{
        opacity:1
    }
    to{
        opacity:0;
        -webkit-transform:translate3d(0, 100%, 0);
        transform:translate3d(0, 100%, 0)
    }
}
.fadeOutDown{
    -webkit-animation-name:fadeOutDown;
    animation-name:fadeOutDown
}
@-webkit-keyframes fadeOutDownBig{
    from{
        opacity:1
    }
    to{
        opacity:0;
        -webkit-transform:translate3d(0, 2000px, 0);
        transform:translate3d(0, 2000px, 0)
    }
}
@keyframes fadeOutDownBig{
    from{
        opacity:1
    }
    to{
        opacity:0;
        -webkit-transform:translate3d(0, 2000px, 0);
        transform:translate3d(0, 2000px, 0)
    }
}
.fadeOutDownBig{
    -webkit-animation-name:fadeOutDownBig;
    animation-name:fadeOutDownBig
}
@-webkit-keyframes fadeOutLeft{
    from{
        opacity:1
    }
    to{
        opacity:0;
        -webkit-transform:translate3d(-100%, 0, 0);
        transform:translate3d(-100%, 0, 0)
    }
}
@keyframes fadeOutLeft{
    from{
        opacity:1
    }
    to{
        opacity:0;
        -webkit-transform:translate3d(-100%, 0, 0);
        transform:translate3d(-100%, 0, 0)
    }
}
.fadeOutLeft{
    -webkit-animation-name:fadeOutLeft;
    animation-name:fadeOutLeft
}
@-webkit-keyframes fadeOutLeftBig{
    from{
        opacity:1
    }
    to{
        opacity:0;
        -webkit-transform:translate3d(-2000px, 0, 0);
        transform:translate3d(-2000px, 0, 0)
    }
}
@keyframes fadeOutLeftBig{
    from{
        opacity:1
    }
    to{
        opacity:0;
        -webkit-transform:translate3d(-2000px, 0, 0);
        transform:translate3d(-2000px, 0, 0)
    }
}
.fadeOutLeftBig{
    -webkit-animation-name:fadeOutLeftBig;
    animation-name:fadeOutLeftBig
}
@-webkit-keyframes fadeOutRight{
    from{
        opacity:1
    }
    to{
        opacity:0;
        -webkit-transform:translate3d(100%, 0, 0);
        transform:translate3d(100%, 0, 0)
    }
}
@keyframes fadeOutRight{
    from{
        opacity:1
    }
    to{
        opacity:0;
        -webkit-transform:translate3d(100%, 0, 0);
        transform:translate3d(100%, 0, 0)
    }
}
.fadeOutRight{
    -webkit-animation-name:fadeOutRight;
    animation-name:fadeOutRight
}
@-webkit-keyframes fadeOutRightBig{
    from{
        opacity:1
    }
    to{
        opacity:0;
        -webkit-transform:translate3d(2000px, 0, 0);
        transform:translate3d(2000px, 0, 0)
    }
}
@keyframes fadeOutRightBig{
    from{
        opacity:1
    }
    to{
        opacity:0;
        -webkit-transform:translate3d(2000px, 0, 0);
        transform:translate3d(2000px, 0, 0)
    }
}
.fadeOutRightBig{
    -webkit-animation-name:fadeOutRightBig;
    animation-name:fadeOutRightBig
}
@-webkit-keyframes fadeOutUp{
    from{
        opacity:1
    }
    to{
        opacity:0;
        -webkit-transform:translate3d(0, -100%, 0);
        transform:translate3d(0, -100%, 0)
    }
}
@keyframes fadeOutUp{
    from{
        opacity:1
    }
    to{
        opacity:0;
        -webkit-transform:translate3d(0, -100%, 0);
        transform:translate3d(0, -100%, 0)
    }
}
.fadeOutUp{
    -webkit-animation-name:fadeOutUp;
    animation-name:fadeOutUp
}
@-webkit-keyframes fadeOutUpBig{
    from{
        opacity:1
    }
    to{
        opacity:0;
        -webkit-transform:translate3d(0, -2000px, 0);
        transform:translate3d(0, -2000px, 0)
    }
}
@keyframes fadeOutUpBig{
    from{
        opacity:1
    }
    to{
        opacity:0;
        -webkit-transform:translate3d(0, -2000px, 0);
        transform:translate3d(0, -2000px, 0)
    }
}
.fadeOutUpBig{
    -webkit-animation-name:fadeOutUpBig;
    animation-name:fadeOutUpBig
}
@-webkit-keyframes flip{
    from{
        -webkit-transform:perspective(400px) rotate3d(0, 1, 0, -360deg);
        transform:perspective(400px) rotate3d(0, 1, 0, -360deg);
        -webkit-animation-timing-function:ease-out;
        animation-timing-function:ease-out
    }
    40%{
        -webkit-transform:perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
        transform:perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
        -webkit-animation-timing-function:ease-out;
        animation-timing-function:ease-out
    }
    50%{
        -webkit-transform:perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
        transform:perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
        -webkit-animation-timing-function:ease-in;
        animation-timing-function:ease-in
    }
    80%{
        -webkit-transform:perspective(400px) scale3d(0.95, 0.95, 0.95);
        transform:perspective(400px) scale3d(0.95, 0.95, 0.95);
        -webkit-animation-timing-function:ease-in;
        animation-timing-function:ease-in
    }
    to{
        -webkit-transform:perspective(400px);
        transform:perspective(400px);
        -webkit-animation-timing-function:ease-in;
        animation-timing-function:ease-in
    }
}
@keyframes flip{
    from{
        -webkit-transform:perspective(400px) rotate3d(0, 1, 0, -360deg);
        transform:perspective(400px) rotate3d(0, 1, 0, -360deg);
        -webkit-animation-timing-function:ease-out;
        animation-timing-function:ease-out
    }
    40%{
        -webkit-transform:perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
        transform:perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
        -webkit-animation-timing-function:ease-out;
        animation-timing-function:ease-out
    }
    50%{
        -webkit-transform:perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
        transform:perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
        -webkit-animation-timing-function:ease-in;
        animation-timing-function:ease-in
    }
    80%{
        -webkit-transform:perspective(400px) scale3d(0.95, 0.95, 0.95);
        transform:perspective(400px) scale3d(0.95, 0.95, 0.95);
        -webkit-animation-timing-function:ease-in;
        animation-timing-function:ease-in
    }
    to{
        -webkit-transform:perspective(400px);
        transform:perspective(400px);
        -webkit-animation-timing-function:ease-in;
        animation-timing-function:ease-in
    }
}
.animated.flip{
    -webkit-backface-visibility:visible;
    backface-visibility:visible;
    -webkit-animation-name:flip;
    animation-name:flip
}
@-webkit-keyframes flipInX{
    from{
        -webkit-transform:perspective(400px) rotate3d(1, 0, 0, 90deg);
        transform:perspective(400px) rotate3d(1, 0, 0, 90deg);
        -webkit-animation-timing-function:ease-in;
        animation-timing-function:ease-in;
        opacity:0
    }
    40%{
        -webkit-transform:perspective(400px) rotate3d(1, 0, 0, -20deg);
        transform:perspective(400px) rotate3d(1, 0, 0, -20deg);
        -webkit-animation-timing-function:ease-in;
        animation-timing-function:ease-in
    }
    60%{
        -webkit-transform:perspective(400px) rotate3d(1, 0, 0, 10deg);
        transform:perspective(400px) rotate3d(1, 0, 0, 10deg);
        opacity:1
    }
    80%{
        -webkit-transform:perspective(400px) rotate3d(1, 0, 0, -5deg);
        transform:perspective(400px) rotate3d(1, 0, 0, -5deg)
    }
    to{
        -webkit-transform:perspective(400px);
        transform:perspective(400px)
    }
}
@keyframes flipInX{
    from{
        -webkit-transform:perspective(400px) rotate3d(1, 0, 0, 90deg);
        transform:perspective(400px) rotate3d(1, 0, 0, 90deg);
        -webkit-animation-timing-function:ease-in;
        animation-timing-function:ease-in;
        opacity:0
    }
    40%{
        -webkit-transform:perspective(400px) rotate3d(1, 0, 0, -20deg);
        transform:perspective(400px) rotate3d(1, 0, 0, -20deg);
        -webkit-animation-timing-function:ease-in;
        animation-timing-function:ease-in
    }
    60%{
        -webkit-transform:perspective(400px) rotate3d(1, 0, 0, 10deg);
        transform:perspective(400px) rotate3d(1, 0, 0, 10deg);
        opacity:1
    }
    80%{
        -webkit-transform:perspective(400px) rotate3d(1, 0, 0, -5deg);
        transform:perspective(400px) rotate3d(1, 0, 0, -5deg)
    }
    to{
        -webkit-transform:perspective(400px);
        transform:perspective(400px)
    }
}
.flipInX{
    -webkit-backface-visibility:visible !important;
    backface-visibility:visible !important;
    -webkit-animation-name:flipInX;
    animation-name:flipInX
}
@-webkit-keyframes flipInY{
    from{
        -webkit-transform:perspective(400px) rotate3d(0, 1, 0, 90deg);
        transform:perspective(400px) rotate3d(0, 1, 0, 90deg);
        -webkit-animation-timing-function:ease-in;
        animation-timing-function:ease-in;
        opacity:0
    }
    40%{
        -webkit-transform:perspective(400px) rotate3d(0, 1, 0, -20deg);
        transform:perspective(400px) rotate3d(0, 1, 0, -20deg);
        -webkit-animation-timing-function:ease-in;
        animation-timing-function:ease-in
    }
    60%{
        -webkit-transform:perspective(400px) rotate3d(0, 1, 0, 10deg);
        transform:perspective(400px) rotate3d(0, 1, 0, 10deg);
        opacity:1
    }
    80%{
        -webkit-transform:perspective(400px) rotate3d(0, 1, 0, -5deg);
        transform:perspective(400px) rotate3d(0, 1, 0, -5deg)
    }
    to{
        -webkit-transform:perspective(400px);
        transform:perspective(400px)
    }
}
@keyframes flipInY{
    from{
        -webkit-transform:perspective(400px) rotate3d(0, 1, 0, 90deg);
        transform:perspective(400px) rotate3d(0, 1, 0, 90deg);
        -webkit-animation-timing-function:ease-in;
        animation-timing-function:ease-in;
        opacity:0
    }
    40%{
        -webkit-transform:perspective(400px) rotate3d(0, 1, 0, -20deg);
        transform:perspective(400px) rotate3d(0, 1, 0, -20deg);
        -webkit-animation-timing-function:ease-in;
        animation-timing-function:ease-in
    }
    60%{
        -webkit-transform:perspective(400px) rotate3d(0, 1, 0, 10deg);
        transform:perspective(400px) rotate3d(0, 1, 0, 10deg);
        opacity:1
    }
    80%{
        -webkit-transform:perspective(400px) rotate3d(0, 1, 0, -5deg);
        transform:perspective(400px) rotate3d(0, 1, 0, -5deg)
    }
    to{
        -webkit-transform:perspective(400px);
        transform:perspective(400px)
    }
}
.flipInY{
    -webkit-backface-visibility:visible !important;
    backface-visibility:visible !important;
    -webkit-animation-name:flipInY;
    animation-name:flipInY
}
@-webkit-keyframes flipOutX{
    from{
        -webkit-transform:perspective(400px);
        transform:perspective(400px)
    }
    30%{
        -webkit-transform:perspective(400px) rotate3d(1, 0, 0, -20deg);
        transform:perspective(400px) rotate3d(1, 0, 0, -20deg);
        opacity:1
    }
    to{
        -webkit-transform:perspective(400px) rotate3d(1, 0, 0, 90deg);
        transform:perspective(400px) rotate3d(1, 0, 0, 90deg);
        opacity:0
    }
}
@keyframes flipOutX{
    from{
        -webkit-transform:perspective(400px);
        transform:perspective(400px)
    }
    30%{
        -webkit-transform:perspective(400px) rotate3d(1, 0, 0, -20deg);
        transform:perspective(400px) rotate3d(1, 0, 0, -20deg);
        opacity:1
    }
    to{
        -webkit-transform:perspective(400px) rotate3d(1, 0, 0, 90deg);
        transform:perspective(400px) rotate3d(1, 0, 0, 90deg);
        opacity:0
    }
}
.flipOutX{
    -webkit-animation-name:flipOutX;
    animation-name:flipOutX;
    -webkit-backface-visibility:visible !important;
    backface-visibility:visible !important
}
@-webkit-keyframes flipOutY{
    from{
        -webkit-transform:perspective(400px);
        transform:perspective(400px)
    }
    30%{
        -webkit-transform:perspective(400px) rotate3d(0, 1, 0, -15deg);
        transform:perspective(400px) rotate3d(0, 1, 0, -15deg);
        opacity:1
    }
    to{
        -webkit-transform:perspective(400px) rotate3d(0, 1, 0, 90deg);
        transform:perspective(400px) rotate3d(0, 1, 0, 90deg);
        opacity:0
    }
}
@keyframes flipOutY{
    from{
        -webkit-transform:perspective(400px);
        transform:perspective(400px)
    }
    30%{
        -webkit-transform:perspective(400px) rotate3d(0, 1, 0, -15deg);
        transform:perspective(400px) rotate3d(0, 1, 0, -15deg);
        opacity:1
    }
    to{
        -webkit-transform:perspective(400px) rotate3d(0, 1, 0, 90deg);
        transform:perspective(400px) rotate3d(0, 1, 0, 90deg);
        opacity:0
    }
}
.flipOutY{
    -webkit-backface-visibility:visible !important;
    backface-visibility:visible !important;
    -webkit-animation-name:flipOutY;
    animation-name:flipOutY
}
@-webkit-keyframes lightSpeedIn{
    from{
        -webkit-transform:translate3d(100%, 0, 0) skewX(-30deg);
        transform:translate3d(100%, 0, 0) skewX(-30deg);
        opacity:0
    }
    60%{
        -webkit-transform:skewX(20deg);
        transform:skewX(20deg);
        opacity:1
    }
    80%{
        -webkit-transform:skewX(-5deg);
        transform:skewX(-5deg);
        opacity:1
    }
    to{
        -webkit-transform:none;
        transform:none;
        opacity:1
    }
}
@keyframes lightSpeedIn{
    from{
        -webkit-transform:translate3d(100%, 0, 0) skewX(-30deg);
        transform:translate3d(100%, 0, 0) skewX(-30deg);
        opacity:0
    }
    60%{
        -webkit-transform:skewX(20deg);
        transform:skewX(20deg);
        opacity:1
    }
    80%{
        -webkit-transform:skewX(-5deg);
        transform:skewX(-5deg);
        opacity:1
    }
    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{
    from{
        opacity:1
    }
    to{
        -webkit-transform:translate3d(100%, 0, 0) skewX(30deg);
        transform:translate3d(100%, 0, 0) skewX(30deg);
        opacity:0
    }
}
@keyframes lightSpeedOut{
    from{
        opacity:1
    }
    to{
        -webkit-transform:translate3d(100%, 0, 0) skewX(30deg);
        transform:translate3d(100%, 0, 0) skewX(30deg);
        opacity:0
    }
}
.lightSpeedOut{
    -webkit-animation-name:lightSpeedOut;
    animation-name:lightSpeedOut;
    -webkit-animation-timing-function:ease-in;
    animation-timing-function:ease-in
}
@-webkit-keyframes rotateIn{
    from{
        -webkit-transform-origin:center;
        transform-origin:center;
        -webkit-transform:rotate3d(0, 0, 1, -200deg);
        transform:rotate3d(0, 0, 1, -200deg);
        opacity:0
    }
    to{
        -webkit-transform-origin:center;
        transform-origin:center;
        -webkit-transform:none;
        transform:none;
        opacity:1
    }
}
@keyframes rotateIn{
    from{
        -webkit-transform-origin:center;
        transform-origin:center;
        -webkit-transform:rotate3d(0, 0, 1, -200deg);
        transform:rotate3d(0, 0, 1, -200deg);
        opacity:0
    }
    to{
        -webkit-transform-origin:center;
        transform-origin:center;
        -webkit-transform:none;
        transform:none;
        opacity:1
    }
}
.rotateIn{
    -webkit-animation-name:rotateIn;
    animation-name:rotateIn
}
@-webkit-keyframes rotateInDownLeft{
    from{
        -webkit-transform-origin:left bottom;
        transform-origin:left bottom;
        -webkit-transform:rotate3d(0, 0, 1, -45deg);
        transform:rotate3d(0, 0, 1, -45deg);
        opacity:0
    }
    to{
        -webkit-transform-origin:left bottom;
        transform-origin:left bottom;
        -webkit-transform:none;
        transform:none;
        opacity:1
    }
}
@keyframes rotateInDownLeft{
    from{
        -webkit-transform-origin:left bottom;
        transform-origin:left bottom;
        -webkit-transform:rotate3d(0, 0, 1, -45deg);
        transform:rotate3d(0, 0, 1, -45deg);
        opacity:0
    }
    to{
        -webkit-transform-origin:left bottom;
        transform-origin:left bottom;
        -webkit-transform:none;
        transform:none;
        opacity:1
    }
}
.rotateInDownLeft{
    -webkit-animation-name:rotateInDownLeft;
    animation-name:rotateInDownLeft
}
@-webkit-keyframes rotateInDownRight{
    from{
        -webkit-transform-origin:right bottom;
        transform-origin:right bottom;
        -webkit-transform:rotate3d(0, 0, 1, 45deg);
        transform:rotate3d(0, 0, 1, 45deg);
        opacity:0
    }
    to{
        -webkit-transform-origin:right bottom;
        transform-origin:right bottom;
        -webkit-transform:none;
        transform:none;
        opacity:1
    }
}
@keyframes rotateInDownRight{
    from{
        -webkit-transform-origin:right bottom;
        transform-origin:right bottom;
        -webkit-transform:rotate3d(0, 0, 1, 45deg);
        transform:rotate3d(0, 0, 1, 45deg);
        opacity:0
    }
    to{
        -webkit-transform-origin:right bottom;
        transform-origin:right bottom;
        -webkit-transform:none;
        transform:none;
        opacity:1
    }
}
.rotateInDownRight{
    -webkit-animation-name:rotateInDownRight;
    animation-name:rotateInDownRight
}
@-webkit-keyframes rotateInUpLeft{
    from{
        -webkit-transform-origin:left bottom;
        transform-origin:left bottom;
        -webkit-transform:rotate3d(0, 0, 1, 45deg);
        transform:rotate3d(0, 0, 1, 45deg);
        opacity:0
    }
    to{
        -webkit-transform-origin:left bottom;
        transform-origin:left bottom;
        -webkit-transform:none;
        transform:none;
        opacity:1
    }
}
@keyframes rotateInUpLeft{
    from{
        -webkit-transform-origin:left bottom;
        transform-origin:left bottom;
        -webkit-transform:rotate3d(0, 0, 1, 45deg);
        transform:rotate3d(0, 0, 1, 45deg);
        opacity:0
    }
    to{
        -webkit-transform-origin:left bottom;
        transform-origin:left bottom;
        -webkit-transform:none;
        transform:none;
        opacity:1
    }
}
.rotateInUpLeft{
    -webkit-animation-name:rotateInUpLeft;
    animation-name:rotateInUpLeft
}
@-webkit-keyframes rotateInUpRight{
    from{
        -webkit-transform-origin:right bottom;
        transform-origin:right bottom;
        -webkit-transform:rotate3d(0, 0, 1, -90deg);
        transform:rotate3d(0, 0, 1, -90deg);
        opacity:0
    }
    to{
        -webkit-transform-origin:right bottom;
        transform-origin:right bottom;
        -webkit-transform:none;
        transform:none;
        opacity:1
    }
}
@keyframes rotateInUpRight{
    from{
        -webkit-transform-origin:right bottom;
        transform-origin:right bottom;
        -webkit-transform:rotate3d(0, 0, 1, -90deg);
        transform:rotate3d(0, 0, 1, -90deg);
        opacity:0
    }
    to{
        -webkit-transform-origin:right bottom;
        transform-origin:right bottom;
        -webkit-transform:none;
        transform:none;
        opacity:1
    }
}
.rotateInUpRight{
    -webkit-animation-name:rotateInUpRight;
    animation-name:rotateInUpRight
}
@-webkit-keyframes rotateOut{
    from{
        -webkit-transform-origin:center;
        transform-origin:center;
        opacity:1
    }
    to{
        -webkit-transform-origin:center;
        transform-origin:center;
        -webkit-transform:rotate3d(0, 0, 1, 200deg);
        transform:rotate3d(0, 0, 1, 200deg);
        opacity:0
    }
}
@keyframes rotateOut{
    from{
        -webkit-transform-origin:center;
        transform-origin:center;
        opacity:1
    }
    to{
        -webkit-transform-origin:center;
        transform-origin:center;
        -webkit-transform:rotate3d(0, 0, 1, 200deg);
        transform:rotate3d(0, 0, 1, 200deg);
        opacity:0
    }
}
.rotateOut{
    -webkit-animation-name:rotateOut;
    animation-name:rotateOut
}
@-webkit-keyframes rotateOutDownLeft{
    from{
        -webkit-transform-origin:left bottom;
        transform-origin:left bottom;
        opacity:1
    }
    to{
        -webkit-transform-origin:left bottom;
        transform-origin:left bottom;
        -webkit-transform:rotate3d(0, 0, 1, 45deg);
        transform:rotate3d(0, 0, 1, 45deg);
        opacity:0
    }
}
@keyframes rotateOutDownLeft{
    from{
        -webkit-transform-origin:left bottom;
        transform-origin:left bottom;
        opacity:1
    }
    to{
        -webkit-transform-origin:left bottom;
        transform-origin:left bottom;
        -webkit-transform:rotate3d(0, 0, 1, 45deg);
        transform:rotate3d(0, 0, 1, 45deg);
        opacity:0
    }
}
.rotateOutDownLeft{
    -webkit-animation-name:rotateOutDownLeft;
    animation-name:rotateOutDownLeft
}
@-webkit-keyframes rotateOutDownRight{
    from{
        -webkit-transform-origin:right bottom;
        transform-origin:right bottom;
        opacity:1
    }
    to{
        -webkit-transform-origin:right bottom;
        transform-origin:right bottom;
        -webkit-transform:rotate3d(0, 0, 1, -45deg);
        transform:rotate3d(0, 0, 1, -45deg);
        opacity:0
    }
}
@keyframes rotateOutDownRight{
    from{
        -webkit-transform-origin:right bottom;
        transform-origin:right bottom;
        opacity:1
    }
    to{
        -webkit-transform-origin:right bottom;
        transform-origin:right bottom;
        -webkit-transform:rotate3d(0, 0, 1, -45deg);
        transform:rotate3d(0, 0, 1, -45deg);
        opacity:0
    }
}
.rotateOutDownRight{
    -webkit-animation-name:rotateOutDownRight;
    animation-name:rotateOutDownRight
}
@-webkit-keyframes rotateOutUpLeft{
    from{
        -webkit-transform-origin:left bottom;
        transform-origin:left bottom;
        opacity:1
    }
    to{
        -webkit-transform-origin:left bottom;
        transform-origin:left bottom;
        -webkit-transform:rotate3d(0, 0, 1, -45deg);
        transform:rotate3d(0, 0, 1, -45deg);
        opacity:0
    }
}
@keyframes rotateOutUpLeft{
    from{
        -webkit-transform-origin:left bottom;
        transform-origin:left bottom;
        opacity:1
    }
    to{
        -webkit-transform-origin:left bottom;
        transform-origin:left bottom;
        -webkit-transform:rotate3d(0, 0, 1, -45deg);
        transform:rotate3d(0, 0, 1, -45deg);
        opacity:0
    }
}
.rotateOutUpLeft{
    -webkit-animation-name:rotateOutUpLeft;
    animation-name:rotateOutUpLeft
}
@-webkit-keyframes rotateOutUpRight{
    from{
        -webkit-transform-origin:right bottom;
        transform-origin:right bottom;
        opacity:1
    }
    to{
        -webkit-transform-origin:right bottom;
        transform-origin:right bottom;
        -webkit-transform:rotate3d(0, 0, 1, 90deg);
        transform:rotate3d(0, 0, 1, 90deg);
        opacity:0
    }
}
@keyframes rotateOutUpRight{
    from{
        -webkit-transform-origin:right bottom;
        transform-origin:right bottom;
        opacity:1
    }
    to{
        -webkit-transform-origin:right bottom;
        transform-origin:right bottom;
        -webkit-transform:rotate3d(0, 0, 1, 90deg);
        transform:rotate3d(0, 0, 1, 90deg);
        opacity:0
    }
}
.rotateOutUpRight{
    -webkit-animation-name:rotateOutUpRight;
    animation-name:rotateOutUpRight
}
@-webkit-keyframes hinge{
    0%{
        -webkit-transform-origin:top left;
        transform-origin:top left;
        -webkit-animation-timing-function:ease-in-out;
        animation-timing-function:ease-in-out
    }
    20%,60%{
        -webkit-transform:rotate3d(0, 0, 1, 80deg);
        transform:rotate3d(0, 0, 1, 80deg);
        -webkit-transform-origin:top left;
        transform-origin:top left;
        -webkit-animation-timing-function:ease-in-out;
        animation-timing-function:ease-in-out
    }
    40%,80%{
        -webkit-transform:rotate3d(0, 0, 1, 60deg);
        transform:rotate3d(0, 0, 1, 60deg);
        -webkit-transform-origin:top left;
        transform-origin:top left;
        -webkit-animation-timing-function:ease-in-out;
        animation-timing-function:ease-in-out;
        opacity:1
    }
    to{
        -webkit-transform:translate3d(0, 700px, 0);
        transform:translate3d(0, 700px, 0);
        opacity:0
    }
}
@keyframes hinge{
    0%{
        -webkit-transform-origin:top left;
        transform-origin:top left;
        -webkit-animation-timing-function:ease-in-out;
        animation-timing-function:ease-in-out
    }
    20%,60%{
        -webkit-transform:rotate3d(0, 0, 1, 80deg);
        transform:rotate3d(0, 0, 1, 80deg);
        -webkit-transform-origin:top left;
        transform-origin:top left;
        -webkit-animation-timing-function:ease-in-out;
        animation-timing-function:ease-in-out
    }
    40%,80%{
        -webkit-transform:rotate3d(0, 0, 1, 60deg);
        transform:rotate3d(0, 0, 1, 60deg);
        -webkit-transform-origin:top left;
        transform-origin:top left;
        -webkit-animation-timing-function:ease-in-out;
        animation-timing-function:ease-in-out;
        opacity:1
    }
    to{
        -webkit-transform:translate3d(0, 700px, 0);
        transform:translate3d(0, 700px, 0);
        opacity:0
    }
}
.hinge{
    -webkit-animation-name:hinge;
    animation-name:hinge
}
@-webkit-keyframes rollIn{
    from{
        opacity:0;
        -webkit-transform:translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
        transform:translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg)
    }
    to{
        opacity:1;
        -webkit-transform:none;
        transform:none
    }
}
@keyframes rollIn{
    from{
        opacity:0;
        -webkit-transform:translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
        transform:translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg)
    }
    to{
        opacity:1;
        -webkit-transform:none;
        transform:none
    }
}
.rollIn{
    -webkit-animation-name:rollIn;
    animation-name:rollIn
}
@-webkit-keyframes rollOut{
    from{
        opacity:1
    }
    to{
        opacity:0;
        -webkit-transform:translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
        transform:translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg)
    }
}
@keyframes rollOut{
    from{
        opacity:1
    }
    to{
        opacity:0;
        -webkit-transform:translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
        transform:translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg)
    }
}
.rollOut{
    -webkit-animation-name:rollOut;
    animation-name:rollOut
}
@-webkit-keyframes zoomIn{
    from{
        opacity:0;
        -webkit-transform:scale3d(0.3, 0.3, 0.3);
        transform:scale3d(0.3, 0.3, 0.3)
    }
    50%{
        opacity:1
    }
}
@keyframes zoomIn{
    from{
        opacity:0;
        -webkit-transform:scale3d(0.3, 0.3, 0.3);
        transform:scale3d(0.3, 0.3, 0.3)
    }
    50%{
        opacity:1
    }
}
.zoomIn{
    -webkit-animation-name:zoomIn;
    animation-name:zoomIn
}
@-webkit-keyframes zoomInDown{
    from{
        opacity:0;
        -webkit-transform:scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
        transform:scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
        -webkit-animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19)
    }
    60%{
        opacity:1;
        -webkit-transform:scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        transform:scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1)
    }
}
@keyframes zoomInDown{
    from{
        opacity:0;
        -webkit-transform:scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
        transform:scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
        -webkit-animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19)
    }
    60%{
        opacity:1;
        -webkit-transform:scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        transform:scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1)
    }
}
.zoomInDown{
    -webkit-animation-name:zoomInDown;
    animation-name:zoomInDown
}
@-webkit-keyframes zoomInLeft{
    from{
        opacity:0;
        -webkit-transform:scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
        transform:scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
        -webkit-animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19)
    }
    60%{
        opacity:1;
        -webkit-transform:scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
        transform:scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
        -webkit-animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1)
    }
}
@keyframes zoomInLeft{
    from{
        opacity:0;
        -webkit-transform:scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
        transform:scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
        -webkit-animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19)
    }
    60%{
        opacity:1;
        -webkit-transform:scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
        transform:scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
        -webkit-animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1)
    }
}
.zoomInLeft{
    -webkit-animation-name:zoomInLeft;
    animation-name:zoomInLeft
}
@-webkit-keyframes zoomInRight{
    from{
        opacity:0;
        -webkit-transform:scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
        transform:scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
        -webkit-animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19)
    }
    60%{
        opacity:1;
        -webkit-transform:scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
        transform:scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
        -webkit-animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1)
    }
}
@keyframes zoomInRight{
    from{
        opacity:0;
        -webkit-transform:scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
        transform:scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
        -webkit-animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19)
    }
    60%{
        opacity:1;
        -webkit-transform:scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
        transform:scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
        -webkit-animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1)
    }
}
.zoomInRight{
    -webkit-animation-name:zoomInRight;
    animation-name:zoomInRight
}
@-webkit-keyframes zoomInUp{
    from{
        opacity:0;
        -webkit-transform:scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
        transform:scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
        -webkit-animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19)
    }
    60%{
        opacity:1;
        -webkit-transform:scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        transform:scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1)
    }
}
@keyframes zoomInUp{
    from{
        opacity:0;
        -webkit-transform:scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
        transform:scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
        -webkit-animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19)
    }
    60%{
        opacity:1;
        -webkit-transform:scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        transform:scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1)
    }
}
.zoomInUp{
    -webkit-animation-name:zoomInUp;
    animation-name:zoomInUp
}
@-webkit-keyframes zoomOut{
    from{
        opacity:1
    }
    50%{
        opacity:0;
        -webkit-transform:scale3d(0.3, 0.3, 0.3);
        transform:scale3d(0.3, 0.3, 0.3)
    }
    to{
        opacity:0
    }
}
@keyframes zoomOut{
    from{
        opacity:1
    }
    50%{
        opacity:0;
        -webkit-transform:scale3d(0.3, 0.3, 0.3);
        transform:scale3d(0.3, 0.3, 0.3)
    }
    to{
        opacity:0
    }
}
.zoomOut{
    -webkit-animation-name:zoomOut;
    animation-name:zoomOut
}
@-webkit-keyframes zoomOutDown{
    40%{
        opacity:1;
        -webkit-transform:scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        transform:scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19)
    }
    to{
        opacity:0;
        -webkit-transform:scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
        transform:scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
        -webkit-transform-origin:center bottom;
        transform-origin:center bottom;
        -webkit-animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1)
    }
}
@keyframes zoomOutDown{
    40%{
        opacity:1;
        -webkit-transform:scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        transform:scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19)
    }
    to{
        opacity:0;
        -webkit-transform:scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
        transform:scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
        -webkit-transform-origin:center bottom;
        transform-origin:center bottom;
        -webkit-animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1)
    }
}
.zoomOutDown{
    -webkit-animation-name:zoomOutDown;
    animation-name:zoomOutDown
}
@-webkit-keyframes zoomOutLeft{
    40%{
        opacity:1;
        -webkit-transform:scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
        transform:scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0)
    }
    to{
        opacity:0;
        -webkit-transform:scale(0.1) translate3d(-2000px, 0, 0);
        transform:scale(0.1) translate3d(-2000px, 0, 0);
        -webkit-transform-origin:left center;
        transform-origin:left center
    }
}
@keyframes zoomOutLeft{
    40%{
        opacity:1;
        -webkit-transform:scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
        transform:scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0)
    }
    to{
        opacity:0;
        -webkit-transform:scale(0.1) translate3d(-2000px, 0, 0);
        transform:scale(0.1) translate3d(-2000px, 0, 0);
        -webkit-transform-origin:left center;
        transform-origin:left center
    }
}
.zoomOutLeft{
    -webkit-animation-name:zoomOutLeft;
    animation-name:zoomOutLeft
}
@-webkit-keyframes zoomOutRight{
    40%{
        opacity:1;
        -webkit-transform:scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
        transform:scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0)
    }
    to{
        opacity:0;
        -webkit-transform:scale(0.1) translate3d(2000px, 0, 0);
        transform:scale(0.1) translate3d(2000px, 0, 0);
        -webkit-transform-origin:right center;
        transform-origin:right center
    }
}
@keyframes zoomOutRight{
    40%{
        opacity:1;
        -webkit-transform:scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
        transform:scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0)
    }
    to{
        opacity:0;
        -webkit-transform:scale(0.1) translate3d(2000px, 0, 0);
        transform:scale(0.1) translate3d(2000px, 0, 0);
        -webkit-transform-origin:right center;
        transform-origin:right center
    }
}
.zoomOutRight{
    -webkit-animation-name:zoomOutRight;
    animation-name:zoomOutRight
}
@-webkit-keyframes zoomOutUp{
    40%{
        opacity:1;
        -webkit-transform:scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        transform:scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19)
    }
    to{
        opacity:0;
        -webkit-transform:scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
        transform:scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
        -webkit-transform-origin:center bottom;
        transform-origin:center bottom;
        -webkit-animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1)
    }
}
@keyframes zoomOutUp{
    40%{
        opacity:1;
        -webkit-transform:scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        transform:scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19)
    }
    to{
        opacity:0;
        -webkit-transform:scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
        transform:scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
        -webkit-transform-origin:center bottom;
        transform-origin:center bottom;
        -webkit-animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1)
    }
}
.zoomOutUp{
    -webkit-animation-name:zoomOutUp;
    animation-name:zoomOutUp
}
@-webkit-keyframes slideInDown{
    from{
        -webkit-transform:translate3d(0, -100%, 0);
        transform:translate3d(0, -100%, 0);
        visibility:visible
    }
    to{
        -webkit-transform:translate3d(0, 0, 0);
        transform:translate3d(0, 0, 0)
    }
}
@keyframes slideInDown{
    from{
        -webkit-transform:translate3d(0, -100%, 0);
        transform:translate3d(0, -100%, 0);
        visibility:visible
    }
    to{
        -webkit-transform:translate3d(0, 0, 0);
        transform:translate3d(0, 0, 0)
    }
}
.slideInDown{
    -webkit-animation-name:slideInDown;
    animation-name:slideInDown
}
@-webkit-keyframes slideInLeft{
    from{
        -webkit-transform:translate3d(-100%, 0, 0);
        transform:translate3d(-100%, 0, 0);
        visibility:visible
    }
    to{
        -webkit-transform:translate3d(0, 0, 0);
        transform:translate3d(0, 0, 0)
    }
}
@keyframes slideInLeft{
    from{
        -webkit-transform:translate3d(-100%, 0, 0);
        transform:translate3d(-100%, 0, 0);
        visibility:visible
    }
    to{
        -webkit-transform:translate3d(0, 0, 0);
        transform:translate3d(0, 0, 0)
    }
}
.slideInLeft{
    -webkit-animation-name:slideInLeft;
    animation-name:slideInLeft
}
@-webkit-keyframes slideInRight{
    from{
        -webkit-transform:translate3d(100%, 0, 0);
        transform:translate3d(100%, 0, 0);
        visibility:visible
    }
    to{
        -webkit-transform:translate3d(0, 0, 0);
        transform:translate3d(0, 0, 0)
    }
}
@keyframes slideInRight{
    from{
        -webkit-transform:translate3d(100%, 0, 0);
        transform:translate3d(100%, 0, 0);
        visibility:visible
    }
    to{
        -webkit-transform:translate3d(0, 0, 0);
        transform:translate3d(0, 0, 0)
    }
}
.slideInRight{
    -webkit-animation-name:slideInRight;
    animation-name:slideInRight
}
@-webkit-keyframes slideInUp{
    from{
        -webkit-transform:translate3d(0, 100%, 0);
        transform:translate3d(0, 100%, 0);
        visibility:visible
    }
    to{
        -webkit-transform:translate3d(0, 0, 0);
        transform:translate3d(0, 0, 0)
    }
}
@keyframes slideInUp{
    from{
        -webkit-transform:translate3d(0, 100%, 0);
        transform:translate3d(0, 100%, 0);
        visibility:visible
    }
    to{
        -webkit-transform:translate3d(0, 0, 0);
        transform:translate3d(0, 0, 0)
    }
}
.slideInUp{
    -webkit-animation-name:slideInUp;
    animation-name:slideInUp
}
@-webkit-keyframes slideOutDown{
    from{
        -webkit-transform:translate3d(0, 0, 0);
        transform:translate3d(0, 0, 0)
    }
    to{
        visibility:hidden;
        -webkit-transform:translate3d(0, 100%, 0);
        transform:translate3d(0, 100%, 0)
    }
}
@keyframes slideOutDown{
    from{
        -webkit-transform:translate3d(0, 0, 0);
        transform:translate3d(0, 0, 0)
    }
    to{
        visibility:hidden;
        -webkit-transform:translate3d(0, 100%, 0);
        transform:translate3d(0, 100%, 0)
    }
}
.slideOutDown{
    -webkit-animation-name:slideOutDown;
    animation-name:slideOutDown
}
@-webkit-keyframes slideOutLeft{
    from{
        -webkit-transform:translate3d(0, 0, 0);
        transform:translate3d(0, 0, 0)
    }
    to{
        visibility:hidden;
        -webkit-transform:translate3d(-100%, 0, 0);
        transform:translate3d(-100%, 0, 0)
    }
}
@keyframes slideOutLeft{
    from{
        -webkit-transform:translate3d(0, 0, 0);
        transform:translate3d(0, 0, 0)
    }
    to{
        visibility:hidden;
        -webkit-transform:translate3d(-100%, 0, 0);
        transform:translate3d(-100%, 0, 0)
    }
}
.slideOutLeft{
    -webkit-animation-name:slideOutLeft;
    animation-name:slideOutLeft
}
@-webkit-keyframes slideOutRight{
    from{
        -webkit-transform:translate3d(0, 0, 0);
        transform:translate3d(0, 0, 0)
    }
    to{
        visibility:hidden;
        -webkit-transform:translate3d(100%, 0, 0);
        transform:translate3d(100%, 0, 0)
    }
}
@keyframes slideOutRight{
    from{
        -webkit-transform:translate3d(0, 0, 0);
        transform:translate3d(0, 0, 0)
    }
    to{
        visibility:hidden;
        -webkit-transform:translate3d(100%, 0, 0);
        transform:translate3d(100%, 0, 0)
    }
}
.slideOutRight{
    -webkit-animation-name:slideOutRight;
    animation-name:slideOutRight
}
@-webkit-keyframes slideOutUp{
    from{
        -webkit-transform:translate3d(0, 0, 0);
        transform:translate3d(0, 0, 0)
    }
    to{
        visibility:hidden;
        -webkit-transform:translate3d(0, -100%, 0);
        transform:translate3d(0, -100%, 0)
    }
}
@keyframes slideOutUp{
    from{
        -webkit-transform:translate3d(0, 0, 0);
        transform:translate3d(0, 0, 0)
    }
    to{
        visibility:hidden;
        -webkit-transform:translate3d(0, -100%, 0);
        transform:translate3d(0, -100%, 0)
    }
}
.slideOutUp{
    -webkit-animation-name:slideOutUp;
    animation-name:slideOutUp
}
/*! * fullPage 2.9.4 * https://github.com/alvarotrigo/fullPage.js * MIT licensed * * Copyright (C) 2013 alvarotrigo.com - A project by Alvaro Trigo */
html.fp-enabled,.fp-enabled body{
    margin:0;
    padding:0;
    overflow:hidden;
    -webkit-tap-highlight-color:transparent
}
#superContainer{
    height:100%;
    position:relative;
    -ms-touch-action:none;
    touch-action:none
}
.fp-section{
    position:relative;
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    box-sizing:border-box
}
.fp-slide{
    float:left
}
.fp-slide,.fp-slidesContainer{
    height:100%;
    display:block
}
.fp-slides{
    z-index:1;
    height:100%;
    overflow:hidden;
    position:relative;
    -webkit-transition:all 0.3s ease-out;
    transition:all 0.3s ease-out
}
.fp-section.fp-table,.fp-slide.fp-table{
    display:table;
    table-layout:fixed;
    width:100%
}
.fp-tableCell{
    display:table-cell;
    vertical-align:middle;
    width:100%;
    height:100%
}
.fp-slidesContainer{
    float:left;
    position:relative
}
.fp-controlArrow{
    -webkit-user-select:none;
    -moz-user-select:none;
    -khtml-user-select:none;
    -ms-user-select:none;
    position:absolute;
    z-index:4;
    top:50%;
    cursor:pointer;
    width:0;
    height:0;
    border-style:solid;
    margin-top:-38px;
    -webkit-transform:translate3d(0, 0, 0);
    -ms-transform:translate3d(0, 0, 0);
    transform:translate3d(0, 0, 0)
}
.fp-controlArrow.fp-prev{
    left:15px;
    width:0;
    border-width:38.5px 34px 38.5px 0;
    border-color:transparent #fff transparent transparent
}
.fp-controlArrow.fp-next{
    right:15px;
    border-width:38.5px 0 38.5px 34px;
    border-color:transparent transparent transparent #fff
}
.fp-scrollable{
    overflow:hidden;
    position:relative
}
.fp-scroller{
    overflow:hidden
}
.iScrollIndicator{
    border:0 !important
}
.fp-notransition{
    -webkit-transition:none !important;
    transition:none !important
}
#fp-nav{
    position:fixed;
    z-index:100;
    margin-top:-32px;
    top:50%;
    opacity:1;
    -webkit-transform:translate3d(0, 0, 0)
}
#fp-nav.right{
    right:17px
}
#fp-nav.left{
    left:17px
}
.fp-slidesNav{
    position:absolute;
    z-index:4;
    left:50%;
    opacity:1;
    -webkit-transform:translate3d(0, 0, 0);
    -ms-transform:translate3d(0, 0, 0);
    transform:translate3d(0, 0, 0)
}
.fp-slidesNav.bottom{
    bottom:17px
}
.fp-slidesNav.top{
    top:17px
}
#fp-nav ul,.fp-slidesNav ul{
    margin:0;
    padding:0
}
#fp-nav ul li,.fp-slidesNav ul li{
    display:block;
    width:14px;
    height:13px;
    margin:7px;
    position:relative
}
.fp-slidesNav ul li{
    display:inline-block
}
#fp-nav ul li a,.fp-slidesNav ul li a{
    display:block;
    position:relative;
    z-index:1;
    width:100%;
    height:100%;
    cursor:pointer;
    text-decoration:none
}
#fp-nav ul li a.active span,.fp-slidesNav ul li a.active span,#fp-nav ul li:hover a.active span,.fp-slidesNav ul li:hover a.active span{
    height:12px;
    width:12px;
    margin:-6px 0 0 -6px;
    border-radius:100%
}
#fp-nav ul li a span,.fp-slidesNav ul li a span{
    border-radius:50%;
    position:absolute;
    z-index:1;
    height:4px;
    width:4px;
    border:0;
    background:#333;
    left:50%;
    top:50%;
    margin:-2px 0 0 -2px;
    -webkit-transition:all 0.1s ease-in-out;
    -moz-transition:all 0.1s ease-in-out;
    -o-transition:all 0.1s ease-in-out;
    transition:all 0.1s ease-in-out
}
#fp-nav ul li:hover a span,.fp-slidesNav ul li:hover a span{
    width:10px;
    height:10px;
    margin:-5px 0px 0px -5px
}
#fp-nav ul li .fp-tooltip{
    position:absolute;
    top:-2px;
    color:#fff;
    font-size:14px;
    font-family:arial, helvetica, sans-serif;
    white-space:nowrap;
    max-width:220px;
    overflow:hidden;
    display:block;
    opacity:0;
    width:0;
    cursor:pointer
}
#fp-nav ul li:hover .fp-tooltip,#fp-nav.fp-show-active a.active+.fp-tooltip{
    -webkit-transition:opacity 0.2s ease-in;
    transition:opacity 0.2s ease-in;
    width:auto;
    opacity:1
}
#fp-nav ul li .fp-tooltip.right{
    right:20px
}
#fp-nav ul li .fp-tooltip.left{
    left:20px
}
.fp-auto-height.fp-section,.fp-auto-height .fp-slide,.fp-auto-height .fp-tableCell{
    height:auto !important
}
.fp-responsive .fp-auto-height-responsive.fp-section,.fp-responsive .fp-auto-height-responsive .fp-slide,.fp-responsive .fp-auto-height-responsive .fp-tableCell{
    height:auto !important
}
.nice-select{
    -webkit-tap-highlight-color:transparent;
    background-color:#fff;
    border-radius:5px;
    border:solid 1px #e8e8e8;
    box-sizing:border-box;
    clear:both;
    cursor:pointer;
    display:block;
    float:left;
    font-family:inherit;
    font-size:14px;
    font-weight:normal;
    height:42px;
    line-height:40px;
    outline:none;
    padding-left:18px;
    padding-right:30px;
    position:relative;
    text-align:left !important;
    transition:all 0.2s ease-in-out;
    user-select:none;
    white-space:nowrap;
    width:auto
}
.nice-select:hover{
    border-color:#dbdbdb
}
.nice-select:active,.nice-select.open,.nice-select:focus{
    border-color:#999
}
.nice-select:after{
    border-bottom:2px solid #999;
    border-right:2px solid #999;
    content:'';
    display:block;
    height:5px;
    margin-top:-4px;
    pointer-events:none;
    position:absolute;
    right:12px;
    top:50%;
    transform-origin:66% 66%;
    transform:rotate(45deg);
    transition:all 0.15s ease-in-out;
    width:5px
}
.nice-select.open:after{
    transform:rotate(-135deg)
}
.nice-select.open .list{
    opacity:1;
    pointer-events:auto;
    transform:scale(1) translateY(0)
}
.nice-select.disabled{
    border-color:#ededed;
    color:#999;
    pointer-events:none
}
.nice-select.disabled:after{
    border-color:#ccc
}
.nice-select.wide{
    width:100%
}
.nice-select.wide .list{
    left:0 !important;
    right:0 !important
}
.nice-select.right{
    float:right
}
.nice-select.right .list{
    left:auto;
    right:0
}
.nice-select.small{
    font-size:12px;
    height:36px;
    line-height:34px
}
.nice-select.small:after{
    height:4px;
    width:4px
}
.nice-select.small .option{
    line-height:34px;
    min-height:34px
}
.nice-select .list{
    background-color:#fff;
    border-radius:5px;
    box-shadow:0 0 0 1px rgba(68,68,68,0.11);
    box-sizing:border-box;
    margin-top:4px;
    opacity:0;
    overflow:hidden;
    padding:0;
    pointer-events:none;
    position:absolute;
    top:100%;
    left:0;
    transform-origin:50% 0;
    transform:scale(0.75) translateY(-21px);
    transition:all 0.2s cubic-bezier(0.5, 0, 0, 1.25),opacity 0.15s ease-out;
    z-index:9
}
.select_location.nice-select .list{
    overflow: hidden;
    overflow-y: auto;
    max-height: 400px;
}
.nice-select .list:hover .option:not(:hover){
    background-color:transparent !important
}
.nice-select .option{
    cursor:pointer;
    font-weight:400;
    line-height:40px;
    list-style:none;
    min-height:40px;
    outline:none;
    padding-left:18px;
    padding-right:18px;
    text-align:left;
    transition:all 0.2s;
    text-overflow: ellipsis;
    overflow: hidden;
}
.nice-select .option:hover,.nice-select .option.focus,.nice-select .option.selected.focus{
    background-color:#f6f6f6
}
.nice-select .option.selected{
    font-weight:bold
}
.nice-select .option.disabled{
    background-color:transparent;
    color:#999;
    cursor:default
}
.no-csspointerevents .nice-select .list{
    display:none
}
.no-csspointerevents .nice-select.open .list{
    display:block
}
html{
    background:#f7f7f7
}
body{
    font-family:"Open Sans",sans-serif;
    font-size:13px;
    line-height:1.7;
    font-weight:400;
    color:#000000;
    background:0;
    position:relative
}
body.menu-open{
    overflow:hidden
}
html[lang=zh-hans] body{
    font-family:adobe-heiti-std
}
body:not(.home){
    background:#fff; 
    /* old f9f7eb */
}
.h1,.h2,.h3,.h4,.h5,.h6,h1,h2,h3,h4,h5,h6{
    font-family:"Montserrat",sans-serif;
    font-weight:bold;
    margin-bottom:20px
}
.btn{
    padding:6px 20px;
    transition:all 0.3s
}
.btn-primary{
    background-color:#a69339;
    border-color:#8b7b2e
}
.btn-primary:hover{
    background-color:#b9a441;
    border-color:#b9a441
}
.red{
    color:#c9182c
}
.blue{
    color:#182c88
}
.nice-select{
    background:none;
    border-width:1px;
    border-color:#3c53b9
}
.nice-select.wide{
    float:none
}
.nice-select .current{
    color:#fff
}
.nice-select .list{
    background-color:#e6d47d
}
.nice-select::after{
    content:"";
    background:url(../images/arrow-down.png) no-repeat 0 0;
    width:11px;
    height:10px;
    border:0;
    -ms-transform-origin:50%;
    transform-origin:50%;
    -ms-transform:translateY(-50%) rotate(0);
    transform:translateY(-50%) rotate(0);
    margin-top:2px
}
.nice-select:hover{
    border-color:rgba(255,255,255,0.36)
}
.nice-select.open{
    border-color:rgba(255,255,255,0.36)
}
.nice-select.open::after{
    -ms-transform:translateY(-50%) rotate(180deg);
    transform:translateY(-50%) rotate(180deg)
}
h3,.h3{
    font-size:20px
}
h3 a,.h3 a{
    color:#a7953e;
    text-decoration:none
}
h3 a:hover,h3 a:focus,h3 a:active,h3 a.nice-select.open,.h3 a:hover,.h3 a:focus,.h3 a:active,.h3 a.nice-select.open{
    color:#a7953e;
    text-decoration:none
}
h3 a:hover::after,h3 a:focus::after,h3 a:active::after,h3 a.nice-select.open::after,.h3 a:hover::after,.h3 a:focus::after,.h3 a:active::after,.h3 a.nice-select.open::after{
    width:100%
}
h2,.h2{
    font-size:30px;
    font-weight:400
}
h2 a,.h2 a{
    color:#a7953e;
    text-decoration:none
}
h2 a:hover,.h2 a:hover{
    text-decoration:none
}
h2 a:hover::after,.h2 a:hover::after{
    width:100%
}
a{
    color:#000000;
    position:relative
}
a:hover,a:focus{
    color:#a7953e
}
a:focus{
    text-decoration:none;
    outline:0
}
strong{
    font-family:"Montserrat",sans-serif;
    font-weight:bold;
    /*font-size:16px*/
}
.more-arrow{
    font-size:20px
}
.disp-table{
    display:table;
    width:100%;
    height:100%
}
.disp-cell{
    display:table-cell;
    vertical-align:middle
}
.flexslider{
    border:0;
    margin:0;
    border-radius:0;
    background:0
}
svg.cover{
    position:absolute;
    z-index:1;
    left:0;
    top:0;
    width:100%;
    height:100%;
    opacity:0.98
}
svg.polygon-group{
    position:absolute;
    z-index:2;
    right:0;
    top:-72px;
    width:544px;
    height:400px;
    display:none
}
svg.polygon-group polygon{
    fill:rgba(17,35,103,0.5);
    position:absolute;
    left:0;
    top:0
}
svg.polygon-group polygon.p2,svg.polygon-group polygon.p4{
    display:none
}
svg.polygon-group polygon.p3{
    fill:rgba(151,16,32,0.5);
    -ms-transform:translateY(237px);
    transform:translateY(237px)
}
linearGradient stop{
    transition:all .5s ease-in-out
}
#header{
    height:95px;
    width:100%;
    position:absolute;
    left:0;
    top:0px;
    z-index:70;
    -ms-transform:translateY(0);
    transform:translateY(0);
    transition:transform 0.3s;
    background: #fff;
}
#header:not(.fixed){
    height:120px;
}
#header>.bcg{
    background:url("../images/menu-bcg.jpg");
    height:100%;
    width:100%;
    position:absolute;
    left:0;
    top:0;
    background-size:cover;
    opacity:0.1;
    mix-blend-mode:luminosity;
    transition:all 50s;
    -ms-transform:scale(1);
    transform:scale(1);
    visibility:hidden;
    display:none;
    z-index:15
}
#header.open>.bcg{
    visibility:visible;
    -ms-transform:scale(1);
    transform:scale(1);
    display:block
}
#header .overlay{
    height:100vh;
    position:absolute;
    top:0;
    width:100%;
    background:#02071e;
    visibility:hidden;
    opacity:0;
    z-index:10
}
#header.open .overlay{
    opacity:1;
    visibility:visible
}
#header .header-inner{
    max-width:1349px;
    margin:0 auto;
    height:100%;
    position:relative
}
#header::before{
    content:"";
    display:block;
    background:url(../images/menu-shadow-background.png) no-repeat 0 0;
    width:400px;
    height:400px;
    position:absolute;
    right:0;
    z-index:5;
    display:none
}
body.menu-open #header{
    height:100% !important;
    position:fixed
}
#header.in{
    -ms-transform:translateY(-100px);
    transform:translateY(-100px)
}
#header.fixed{
    position:fixed;
    height:95px;
    background:#fff;
    -ms-transform:translateY(0);
    transform:translateY(0);
    -webkit-box-shadow: 0px 7px 13px 0px rgba(50, 50, 50, 0.4);
    -moz-box-shadow:    0px 7px 13px 0px rgba(50, 50, 50, 0.4);
    box-shadow:         0px 7px 13px 0px rgba(50, 50, 50, 0.4);

}
#header.fixed #logo{
    width:51px;
    height:auto;
    left:43px;
    top:10px
}
#header.fixed #logo a{
    margin:0;
    display:block;
    position:relative;
    width: 50px;
}
#header.fixed #logo a img{
    max-width:100%
}
#header.fixed .bcg{
    display:none
}
#header.fixed .toggle-menu>span{
    background:#182c88
}
#header .btn-menu-wrap{
    top:26px;
    width:94px;
    height:48px;
    display: inline-block;
    float: right;
    right: 50px;
}
#header .btn-menu-wrap .wpml-ls{
    top:15px;
    left:0px
}
#header .btn-menu-wrap .wpml-ls ul li {
    line-height:1
}
#header .btn-menu-wrap .wpml-ls ul li:last-child{
    border-right:0
}
#header .btn-menu-wrap .wpml-ls ul li.wpml-ls-current-language a{
    font-weight: bold;
    background:0
}
#header .btn-menu-wrap .wpml-ls ul li a{
    color:#000;
    padding:0px 5px;
    font-size:14px;
    padding: 8px;
    background: #e6eff5 !important;
}
#header .btn-menu-wrap .wpml-ls ul li:first-child a {
  background: #e6d47d !important;
}
#header .search-form{
    right:0px;
    top:39px;
    height:32px
}
#header .search-form form{
    min-width:40px
}
#header .search-form form button[type=submit]{
    right:3px
}
#header.open .search-form{
    left:50%;
    width:423px;
    -ms-transform:translateX(-50%);
    transform:translateX(-50%)
}
#header.open .search-form form{
    width:100%
}
#header.open .search-form form input[type=text]{
    width:100%;
    background:#636881 !important;
    padding:5px 35px 5px 10px;
    text-indent:1px;
    background:rgba(22,29,43,0.8);
    transition:none
}
#header.open .search-form form input[type=text]::-webkit-input-placeholder{
    color:#fff !important
}
#header.open .search-form form input[type=text]:-moz-placeholder{
    color:#fff !important
}
#header.open .search-form form input[type=text]::-moz-placeholder{
    color:#fff !important
}
#header.open .search-form form input[type=text]:-ms-input-placeholder{
    color:#fff !important
}
#header.open .search-form form button[type=submit] i.fa-search::before{
    opacity:1 !important
}
#logo{
    position:absolute;
    left:0;
    top:0;
    width:150px;
    height:150px;
    overflow:hidden
}
body.fixed #logo{
    position:fixed
}
#logo .bcg{
    width:400px;
    height:100%;
    position:absolute;
    z-index:5
}
#logo .bcg svg{
    height:100%;
    width:303px
}
#logo .bcg .stop1{
    stop-color:#fff
}
#logo .bcg .stop2{
    stop-color:#fff
}
#logo a{
    position:absolute;
    z-index:6;
    left:0;
    top:0;
    margin:18px 36px
}
.polygon-png{
    background:url(../images/)
}
.section-wrapper{
    position:relative;
    z-index:60;
    overflow:hidden;
    max-width: 1349px;
    margin: 0 auto;
}
.btn-menu-wrap{
    /* right:35px;
    top:30px;
    width:62px;
    height:100px; */
    position: relative;
    overflow:hidden
}
.btn-menu-wrap .label,.btn-menu-wrap .wpml-ls{
    position:absolute;
    z-index:80
}
.btn-menu-wrap .label{
    left:0;
    top:42px;
    text-transform:uppercase;
    overflow:hidden;
    letter-spacing:7px;
    font-size:10px;
    text-align:center;
    padding:0;
    width:100%;
    overflow:hidden
}
.open .btn-menu-wrap .label{
    text-indent:-999px
}
.btn-menu-wrap .label::after{
    content:"";
    width:100%;
    height:1px;
    background:#fff;
    display:block;
    left:0;
    top:100%;
    margin-top:3px;
    transition:all 0.3s;
    -ms-transform:translateX(-130%);
    transform:translateX(-130%)
}
.btn-menu-wrap .wpml-ls{
    top:62px;
    left:0;
    /*display: none;*/
}
.btn-menu-wrap .wpml-ls ul{
    padding:0;
    font-size:0;
    width:100%;
    margin:0;
    display:table
}
.btn-menu-wrap .wpml-ls ul li{
    list-style:none;
    display:table-cell;
    line-height:1.4;
    vertical-align:middle;
    border:1px solid rgba(255,255,255,0.61);
    padding:0px 0
}
.btn-menu-wrap .wpml-ls ul li:nth-child(1){
    margin-right:4px
}
.btn-menu-wrap .wpml-ls ul li.wpml-ls-current-language a{
    color:#fff;
    font-weight:600;
    background:#97c2f4
}
.btn-menu-wrap .wpml-ls ul li a{
    color:#dedede;
    font-size:10px;
    padding:0px 4px;
    text-decoration:none;
    display:block
}
.btn-menu-wrap .wpml-ls ul li:first-child{
    border-right:0
}
.btn-menu-wrap .wpml-ls ul li:last-child{
    border-left:0
}
.search-form{
    right:35px;
    top:121px;
    height:32px;
    position:absolute;
    text-align:right;
    z-index:80;
    overflow:hidden
}
.search-form form{
    position:relative
}
.search-form form input[type=text]{
    border-radius:15px;
    border:0;
    padding:5px 10px;
    width:100%;
    outline:0;
    width:30px;
    transition:all 0.3s;
    background:0;
    overflow:hidden;
    text-indent:-99px;
    color:#fff
}
.search-form form button[type=submit]{
    position:absolute;
    right:3px;
    top:50%;
    border:0;
    background:0;
    border-radius:50%;
    background:rgba(255,255,255,0);
    -ms-transform:translateY(-50%);
    transform:translateY(-50%);
    transition:all 0.2s;
    outline:0;
    pointer-events:none;
    width:30px;
    height:30px;
    padding:0;
    margin-top:-1px;
    overflow:hidden
}
.search-form form button[type=submit] i.fa-search::before{
    background:url(../images/magnify-ico.png) no-repeat left bottom;
    width:30px;
    height:30px;
    content:"";
    display:block
}
.search-form form.active input[type=text]{
    width:100%
}
.search-form:hover form,.search-form.active form{
    width:250px
}
.search-form:hover input[type=text],.search-form.active input[type=text]{
    width:100%;
    padding:5px 35px 5px 10px;
    text-indent:1px;
    background:rgba(22,29,43,0.8)
}
.search-form:hover button[type=submit],.search-form.active button[type=submit]{
    color:#fff
}
.search-form:hover button[type=submit] i.fa-search::before,.search-form.active button[type=submit] i.fa-search::before{
    opacity:0.4
}
.search-form.active button[type=submit]{
    pointer-events:all;
    opacity:1 !important
}
.search-form.active button[type=submit] i.fa-search::before{
    opacity:1
}
.toggle-menu{
    width:62px;
    height:45px;
    right:0;
    top:0;
    z-index:80;
    outline:0;
    position:absolute;
    overflow:hidden
}
.toggle-menu>span{
    height:3px;
    position:absolute;
    display:block;
    background:#fff;
    left:0;
    top:10px;
    width:100%;
    -ms-transform:translate(0, 0);
    transform:translate(0, 0);
    transition:all 0.3s
}
.toggle-menu>span:nth-child(2){
    top:20px
}
.toggle-menu>span:nth-child(3){
    top:30px;
    -ms-transform:translateX(-20px);
    transform:translateX(-20px)
}
.toggle-menu.open>span:nth-child(2){
    right:0
}
.toggle-menu.open>span:nth-child(3){
    opacity:0
}
.toggle-menu:not(.open):hover>span:nth-child(3){
    -ms-transform:translateX(0);
    transform:translateX(0)
}
.toggle-menu.open span{
    top:50%;
    width:70%;
    background:#d4c478;
    transition:transform 0.3s
}
.toggle-menu.open span:nth-child(1){
    -ms-transform:translate(7px, -50%) rotate(45deg);
    transform:translate(7px, -50%) rotate(45deg)
}
.toggle-menu.open span:nth-child(2){
    -ms-transform:translate(7px, -50%) rotate(-45deg);
    transform:translate(7px, -50%) rotate(-45deg)
}
#menu-container{
    position:absolute;
    left:0;
    top:0;
    height:100%;
    width:100%;
    overflow:hidden;
    z-index:70;
    visibility:hidden;
    opacity:0
}
#menu-container svg{
    position:absolute;
    z-index:80;
    left:50%;
    bottom:0;
    width:100%;
    -ms-transform:translateX(-50%);
    transform:translateX(-50%);
    height:300px;
    opacity:1;
    display:none
}
body.menu-open #menu-container{
    visibility:visible;
    opacity:1
}
.form-search .form-group{
    max-width:500px;
    margin:0 auto 20px;
    padding:20px 0
}
.form-search input[type="text"]{
    width:100%;
    display:block;
    margin:0 auto;
    background:#292d3f;
    border:0;
    border-radius:10px;
    padding:5px 15px;
    text-align:center;
    outline:0;
    color:#bfc0c6;
    box-shadow:none;
    border-radius:15px !important
}
.form-search button[type=submit]{
    background:0
}
.primary-menu{
    color:#fff;
    font-size:15px;
    padding:200px 0 0 0
}
.primary-menu .menu-group{
    text-align:right
}
.primary-menu .menu-group ul{
    overflow:hidden;
    padding-left:0
}
.primary-menu .menu-group:not(.lg) ul{
    padding-top:50px;
    position:relative
}
.primary-menu .menu-group:not(.lg) ul::before{
    width:1px;
    height:30px;
    background:#fff;
    content:"";
    position:absolute;
    right:1px;
    top:8px
}
.primary-menu h3{
    font-size:15px;
    color:#e6d47d;
    font-weight:600;
    text-transform:uppercase;
    margin-top:0
}
.primary-menu ul li{
    list-style:none;
    padding:5px 0
}
.primary-menu ul li::after{
    clear:both;
    display:block;
    content:""
}
.primary-menu ul li:hover >a{
    text-decoration:none;
    opacity:1;
    transition:all 0.3s;
    color:#e6d47d
}
.primary-menu ul li:hover >a::after{
    -ms-transform:translateX(90%);
    transform:translateX(90%)
}
.primary-menu ul li a{
    color:#fff;
    opacity:0.8;
    display:block;
    float:right;
    clear:both;
    overflow:hidden
}
.primary-menu ul li a::after{
    display:block;
    width:100%;
    content:"";
    background:#e6d47d;
    height:2px;
    top:100%;
    transition:all 0.3s;
    -ms-transform:translateX(-110%);
    transform:translateX(-110%)
}
.primary-menu .lg{
    text-transform:uppercase
}
.primary-menu .lg a{
    color:#e6d47d
}
#cover-bcg-fill .stop1{
    stop-color:#b8a02d
}
#cover-bcg-fill .stop2{
    stop-color:#b8a02d
}
#menu-bcg-fill .stop1{
    stop-color:#fff
}
#menu-bcg-fill .stop2{
    stop-color:#fff
}
#menu-bcg-fill2 .stop1{
    stop-color:#b8a02d
}
#menu-bcg-fill2 .stop2{
    stop-color:#b8a02d
}
.section{
    width:100%;
    z-index:50;
    position:relative;
    padding:30px 0
}
.project .section,
.tax-location .section{
    padding-top:0
}
.section a::after{
    position:absolute;
    left:0;
    width:0%;
    top:100%;
    content:"";
    height:1px;
    background-color:#a7953e;
    transition:all .2s
}
.home .section{
    padding:0
}
.section .content{
    position:relative
}
.section.section-1{
    z-index:61
}
.section.section-2{
    z-index:60;
    margin-top:-82px
}
body.home .section.section-2 .featured-image img{
    -webkit-clip-path:polygon(0 0, 100% 0, 100% 95%, 0 100%);
    clip-path:polygon(0 0, 100% 0, 100% 95%, 0 100%)
}
.section.section-3{
    margin-top:-67px
}
body.home .section.section-3 .featured-image img{
    -webkit-clip-path:polygon(0 0, 100% 11%, 100% 100%, 0 93%);
    clip-path:polygon(0 0, 100% 11%, 100% 100%, 0 93%)
}
.section.section-3::before{
    background:#b8a02d;
    height:100px;
    content:"";
    display:block;
    position:absolute;
    width:100%
}
.section.section-3 .hero .hero-text{
    font-size:40px;
    margin-top:40px;
    margin-bottom:8px;
    padding-right:30%;
    text-shadow:0px 1px 13px rgba(95,90,85,0.54),0px 1px 13px rgba(95,90,85,0.71)
}
.section .featured-image{
    overflow:hidden
}
.section .featured-image img{
    width:100%
}
.section .svg{
    position:absolute
}
.section .svg.top-right{
    top:0;
    right:0
}
.section .svg.bottom-left{
    left:0;
    bottom:0
}
.section .svg.bottom-right{
    right:0;
    bottom:0
}
.section .svg.svg-intro-1{
    z-index:10;
    width:544px;
    height:376px;
    padding:0 0 0 50px
}
.section .svg.svg-intro-2{
    z-index:10;
    width:500px;
    height:64px;
    bottom:-30px
}
.section .svg.svg-section-1a{
    width:700px;
    height:147px;
    bottom:-58px
}
.section .svg.svg-section-1b{
    width:500px;
    height:311px;
    bottom:-61px
}
.section .page-title{
    text-transform:uppercase;
    font-size:20px;
    color:#a7953e;
    letter-spacing:3px;
    margin-top:0;
    margin-bottom:40px
}
.section .sub-page-title h2{
    display:inline-block;
    color:#a7953e
}
.section .sub-page-title h2 strong{
    font-size:22px
}
.section .sub-page-title .form-search{
    margin-left:12px;
    display:inline-block;
    width:300px
}
.section .sub-page-title .form-search .form-group{
    position:relative;
    margin-bottom:0
}
.section .sub-page-title .form-search input[type=text]{
    background-color:#ffffff;
    text-align:left;
    border:1px solid #e1ddc9;
    color:#a7953e;
    padding-right:40px
}
.section .sub-page-title .form-search input[type=text]::-webkit-input-placeholder{
    color:#ddd7b3 !important
}
.section .sub-page-title .form-search input[type=text]:-moz-placeholder{
    color:#ddd7b3 !important
}
.section .sub-page-title .form-search input[type=text]::-moz-placeholder{
    color:#ddd7b3 !important
}
.section .sub-page-title .form-search input[type=text]:-ms-input-placeholder{
    color:#ddd7b3 !important
}
.section .sub-page-title .form-search button[type="submit"]{
    position:absolute;
    right:0px;
    top:50%;
    border:0;
    -ms-transform:translateY(-50%);
    transform:translateY(-50%);
    color:#a7953e;
    padding:2px 15px;
    font-size:18px
}
.section .sub-page-title::after{
    clear:both;
    display:block;
    content:""
}
.section .section-title{
    font-size:20px;
    text-transform:uppercase;
    text-align:center;
    margin-top:0;
    margin-bottom:0px;
    font-weight:500
}
.section .section-title::before{
    content:url(../images/icon-section-title.png);
    display:block;
    padding-bottom:20px
}
.section.section-banner{
    padding:0
}
body:not(.home) .section.section-banner{
    height:532px;
    overflow:hidden
}
body:not(.home) .section.section-banner .banner-cover{
    display:block;
    position:absolute;
    right:-672px;
    bottom:-763px;
    width:1210px;
    height:744px;
    background:rgba(167,149,62,0.8);
    z-index:10;
    -ms-transform:rotate(65deg);
    transform:rotate(65deg);
    display:none
}
.section.section-content ul{
    list-style:none;
    padding-left:20px
}
.section.section-content p span.lg{
    font-size:20px
}
.section.section-content h4{
    color:#a7953e
}
.section.section-content .strong{
    line-height:2;
    font-weight:600
}
.section.section-alternate{
    background:#eeece0
}
.section.section-gallery{
    padding-bottom:0
}
.project .section.section-gallery,
.tax-location .section.section-gallery{
    position:relative
}
.section .breadcrumb{
    background:0;
    text-align:center;
    max-width:650px;
    margin:0 auto
}
.section .breadcrumb>li+li:before{
    color:#000
}
.section .breadcrumb>li a{
    text-decoration:none
}
.section .breadcrumb>li a:hover::after{
    width:100%
}
.section .abs-content{
    position:absolute;
    width:100%;
    bottom:0;
    left:0;
    top:0
}
.section .full-slider{
    position:relative;
    height:800px;
    overflow:hidden
}
body.home .section .full-slider{
    -webkit-clip-path:polygon(0 0, 100% 0, 100% 100%, 0 90%);
    clip-path:polygon(0 0, 100% 0, 100% 100%, 0 90%)
}
.empty-list {
    display: none;
}
.empty-list {
    text-align: center;
    font-size: 16px;
    margin-bottom: 50px;
}
body:not(.home) .section .full-slider{
    height:532px
}
.section .full-slider .slides{
    height:100%
}
/*body.home #intro .full-slider .slides>li {
    z-index: 99 !important;
}*/
body.home .flex-control-nav {
    z-index: 999 !important;
}
.section .full-slider .slides>li{
    background-position:center;
    background-size:cover;
    height:100%;
    /*animation:imageZoom 50s infinite linear*/
}
.section .full-slider::after{
    content:"";
    display:block;
    width:100%;
    height:100%;
    background:rgba(0,0,0,0.07);
    left:0;
    top:0;
    position:absolute
}
.section .slider{
    position:absolute;
    left:0;
    width:100%;
    top:0
}
.section .slider li img{
    width:100%
}
.section .slider li .slider-description{
    bottom:auto;
    top:50%;
    -ms-transform:translateY(-50%);
    transform:translateY(-50%)
}
.section .slider-description{
    position:absolute;
    left:43px;
    bottom:-44px;
    width:265px;
    z-index:20;
    line-height:1.7
}
.section .slider-description.centered-vertically{
    top:50%;
    -ms-transform:translateY(-20%);
    transform:translateY(-20%)
}
.smenu-footer .current_page_item a {
    color: #a7953e !important;
}
.smenu-footer .current_page_item a:after {
    display: none;
}
.section .slider-description ul.slides{
    text-align:right
}
.section .slider-description ul.slides a{
    color:#fff
}
.section .slider-description ul.slides>li{
    width:259px;
    background:#e6d47d;
    padding:40px 20px 20px 20px;
    overflow:hidden
}
.section .slider-description ul.slides>li h3{
    margin-top:0;
    margin-bottom:20px
}
.section .slider-description ul.slides>li ul{
    list-style:none;
    padding:0
}
.newsroom-front h3 {
    text-align: left !important;
}
.section .slider-description ul.slides.style-2>li{
    background:#182c88;
    color:#fff;
    padding:40px 20px 20px
}
.section .slider-description ul.slides.style-2 h3{
    color:#c8172b
}
.section .slider-description ul.slides.style-2 h3 span{
    color:#e6d47d
}
.section .slider-description ul.slides.style-2 .meta{
    text-align:left;
    margin-bottom:5px;
    font-size:10px
}
.section .slider-description ul.slides.style-2 .meta span{
    text-align:center;
    color:#fff;
    padding:3px 10px;
    background:#c8172c;
    display:inline-block
}
.section .hero{
    color:#fff;
    position:relative;
    z-index:15;
    height:100%;
    text-align:right;
}
.section .hero .hero-text{
    font-size:44px;
    text-transform:uppercase;
    font-weight:500;
    line-height:1.1;
    letter-spacing:27px;
    padding-right:0px;
    margin-top:-19px;
    /*text-shadow:0px 1px 13px #252529, 0px 1px 13px #061433;*/
    position:relative;
    display:block
}
.section .hero .hero-text::after{
    clear:both;
    display:block;
    content:""
}
.section .hero .hero-text>span{
    position:relative;
    display:block;
    float:right;
    clear:both
}
.section .hero .hero-text>span i{
    position:absolute;
    top:0;
    right:-25px
}
.section .hero .hero-text>span>span{
    display:block;
    width:100%;
    position:absolute;
    right:0;
    top:0;
    bottom:0;
    background:#182c88
}
.section .hero .hero-text>span:nth-child(even)>span{
    background:#b8a02d
}
.section .hero .hero-text .vline{
    position:absolute;
    width:6px;
    background:#fff;
    height:420px;
    right:344px;
    top:110%
}
.section .hero.style-2 h2 .vline{
    right:613px;
    height:225px;
    -ms-transform:translateX(-50%);
    transform:translateX(-50%)
}
.section .map{
    margin:20% auto;
    width:679px;
    height:461px
}
html[lang=zh-hans] .section-1 .hero .hero-text,html[lang=zh-hans] .section-2 .hero .hero-text{
    font-size:70px;
    letter-spacing:40px;
    font-family:adobe-heiti-std
}
.project .banner-cover{
    display:none !important
}
.project-introduction{
    position:relative;
    z-index:50;
    height:550px;
    position:absolute;
    left:0;
    width:100%
}
.project-introduction .filter{
    position:absolute;
    left:30px;
    width:261px;
    background:rgba(24,44,136,0.93);
    padding:30px;
    top:-150px;
    z-index:30
}
.project-introduction .filter h1,.project-introduction .filter h2{
    color:#e6d47d;
    font-family:"Montserrat",sans-serif;
    font-weight:500;
    margin-top:0;
    font-size:30px;
    position:relative
}
.project-introduction .filter form label{
    color:#fff;
    font-weight:400;
    font-weight:200
}
.project-introduction .filter form .form-control{
    border:0
}
.project-introduction .pi{
    float:left;
    height:550px;
    width:50%;
    position:relative
}
.project-introduction .pi.pi-left{
    position:relative
}
.project-introduction .pi.pi-right{
    float:right
}
.project-introduction .pi.pi-right .cover{
    width:100%;
    height:200px;
    position:absolute;
    top:-200px;
    overflow:hidden
}
.project-introduction .pi.pi-right .cover::before{
    content:"";
    background:#e6d47d;
    width:120%;
    height:100%;
    display:block;
    -ms-transform:rotate(10deg);
    transform:rotate(-10deg);
    top:87px;
    position:absolute
}
.project-introduction .pi .map{
    height:100%;
    position:relative;
    z-index:20
}
.project-introduction .pi .map iframe{
    width:100%;
    height:100%
}
.project-introduction .pi .map .cover{
    height:250px;
    width:100%;
    display:block;
    position:absolute;
    bottom:-52px;
    overflow:hidden;
    z-index:20
}
.project-introduction .pi .map .cover::before{
    content:"";
    background:#ab9c52;
    width:130%;
    height:100%;
    display:block;
    -ms-transform:rotate(-10deg);
    transform:rotate(-10deg);
    top:87px;
    position:absolute
}
.project-introduction .pi .content{
    background:#e6d47d;
    height:330px;
    padding:30px 30px 30px 50px;
    padding-top:0;
    text-align:right;
    position:relative;
    z-index:50;
    top:-30px
}
.single-project .project-introduction .pi .content{
    height:416px
}
.project-introduction .pi .content h2,.project-introduction .pi .content h1{
    font-size:30px;
    letter-spacing:5px;
    color:#cb0920;
    text-transform:uppercase;
    margin-top:0;
    font-weight:400
}
.single-project .project-introduction .pi .content h2,.single-project .project-introduction .pi .content h1{
    letter-spacing:1px
}
.project-introduction .pi .content h2 span,.project-introduction .pi .content h1 span{
    display:block;
    color:#1b2e77;
    font-weight:500
}
.project-introduction .pi .content .content-scrolled{
    height:80%
}
.project-introduction::after{
    display:block;
    content:"";
    clear:both
}
.content-scrolled{
    overflow:hidden;
    overflow-y:auto;
    padding-bottom:20px
}
.section-inner-wrapper{
    padding-top:300px
}
.single-project .section-inner-wrapper{
    padding-top:385px
}
.data-table{
    padding-top:20px
}
.data-table ul{
    margin:0;
    padding:0;
    list-style:none
}
.data-table ul li{
    border-bottom:1px solid #fdec99
}
.data-table ul li label{
    float:left;
    color:#846e00
}
.data-table ul li .value{
    float:right;
    font-weight:700;
    color:#000
}
.data-table ul li::after{
    clear:both;
    content:"";
    display:block
}
.gallery{
    margin-top:30px
}
.project .gallery,
.tax-location .gallery{
    margin-top:0
}
.gallery>ul{
    list-style:none;
    margin:0;
    padding:0
}
.gallery>ul::after{
    display:block;
    clear:both;
    display:block;
    content:""
}
.gallery>ul>li{
    width:50%;
    float:left;
    height:250px;
    position:relative;
    overflow:hidden
}
.single-project .gallery>ul>li{
    width:100%;
}
.flex-control-paging li a {
    background: transparent;
}
.flex-control-paging li a.flex-active {
    background: transparent;
}
.single-project .gallery>ul>li{
    height:165px
}
.gallery>ul>li.empty::after{
    display:none
}
.gallery>ul>li::after{
    content:"";
    width:100px;
    height:100px;
    display:block;
    position:absolute;
    z-index:20;
    background:#dedccd;
    right:-50px;
    bottom:-50px;
    -ms-transform:rotate(45deg);
    transform:rotate(45deg);
    display:none
}
.project .gallery>ul>li::after{
    display:none
}
.gallery>ul>li>.image{
    top:0;
    height:100%;
    width:100%;
    position:absolute;
    z-index:5;
    overflow:hidden;
    background-repeat:no-repeat;
    background-position:center;
    background-size:cover
}
.gallery>ul>li>.image span{
    background-repeat:no-repeat;
    background-position:center;
    background-size:cover;
    display:block;
    position:absolute;
    width:100%;
    height:100%;
    transition:transform 0.3s ease;
    -ms-transform:scale(1);
    transform:scale(1)
}
.gallery>ul>li:hover>.image span{
    -ms-transform:scale(1.1);
    transform:scale(1.1)
}
.gallery>ul>li>a{
    display:block;
    width:100%;
    height:100%;
    color:#fff;
    font-size:18px;
    text-decoration:none;
    font-weight:200;
    line-height:1.2;
    position:relative;
    z-index:10
}
.gallery>ul>li>a::after{
    display:none
}
.gallery>ul>li .cover{
    width:100%;
    height:100%;
    text-align:right;
    padding:5px 25px;
    text-transform:uppercase;
    position:relative;
    font-family:"Montserrat",sans-serif;
    font-size:16px;
    font-weight:400
}
.gallery>ul>li .cover p{
    margin-bottom:0;
    line-height:1.2
}
.gallery>ul>li .cover .fa{
    position:absolute;
    bottom:16px;
    right:20px
}
.gallery>ul>li.with-cover .image{
    width:50%;
    right:0
}
.gallery>ul>li.with-cover .cover{
    width:50%
}
.gallery>ul>li.with-cover.right-cover .image{
    right:auto;
    left:0
}
.gallery>ul>li.with-cover.right-cover .cover{
    float:right
}
.gallery>ul>li.with-cover.right-cover .cover .fa{
    right:auto;
    left:25px
}
.gallery>ul>li.with-cover.right-cover .cover .fa::before{
    content:"\f053"
}
.gallery>ul>li .flex-carousel{
    height:100%
}
.gallery>ul>li .flex-carousel .flex-viewport{
    height:100%
}
.gallery>ul>li .flex-carousel .flex-viewport ul{
    height:100%
}
.gallery>ul>li .flex-carousel .flex-viewport ul li{
    height:100%
}
.gallery>ul>li .flex-carousel .flex-viewport ul li a{
    display: block;
    height: 100%;
    text-decoration: none;
}
.gallery>ul>li .flex-carousel .flex-viewport ul li a::after{
    display: none;
}
.flex-carousel .slides li{
    background-repeat:no-repeat;
    background-position:center;
    background-size:cover
}
.flex-carousel .flex-direction-nav a{
    opacity:1 !important;
    width:auto;
    height:auto;
    padding:5px 10px;
    line-height:1;
    background:#24337f
}
.flex-carousel .flex-direction-nav a::before{
    font-family:FontAwesome;
    color:#fff;
    text-shadow:none;
    font-size:25px
}
.flex-carousel .flex-direction-nav .flex-prev{
    left:20px !important
}
.flex-carousel .flex-direction-nav .flex-prev::before{
    content:"\f104"
}
.flex-carousel .flex-direction-nav .flex-next{
    right:20px !important
}
.flex-carousel .flex-direction-nav .flex-next::before{
    content:"\f105"
}
.flex-carousel .flex-direction-nav .flex-disabled{
    opacity:0.6 !important;
    pointer-events:none
}
blockquote{
    font-family:"Montserrat",sans-serif;
    font-size:24px;
    color:#a7953e;
    border:0;
    padding-left:30px;
    font-weight:400;
    border-top:2px solid #a7953e;
    border-bottom:2px solid #a7953e;
    line-height:1.5
}
blockquote::before{
    content:'“';
    position:absolute;
    left:12px;
    top:-4px;
    font-weight:600;
    font-size:55px
}
blockquote::after{
    content:'”';
    right:0;
    line-height:1;
    display:inline-block;
    font-weight:600;
    font-size:55px;
    height:26px;
    overflow:hidden
}
.profile .img{
    float:left;
    padding:15px;
    background:#e4e1cf;
    margin:0 20px 20px 0
}
.side-nav{
    padding:0 !important;
    margin:0 0 20px 0;
    text-align:right
}
.side-nav li{
    line-height:2
}
.side-nav li a{
    color:#a7953e;
    text-decoration:none
}
.side-nav li a:hover::after{
    width:100%
}
.side-nav li.active a,.side-nav li.current-menu-item a{
    font-weight:700
}
.list-data{
    padding:0 !important;
    margin:0 !important
}
.list-data>li{
    border-bottom:1px solid #b7b4a4
}
.list-data>li>span{
    float:left;
    width:15%;
    color:#a7953e;
    padding-top:8px;
    padding-bottom:8px
}
.list-data>li>p{
    width:85%;
    float:left;
    margin:0;
    padding:8px 12px;
    border-left:1px solid #b7b4a4
}
.list-data>li::after{
    display:block;
    content:"";
    clear:both
}
.abs-list{
    padding:0;
    margin:0;
    background:#182864;
    color:#fff;
    padding:20px 20px;
    text-align:right
}
.abs-list li{
    display:inline-block;
    list-style:none;
    border-right:1px solid #fff;
    line-height:1.2
}
.abs-list li:last-child{
    border:0
}
.abs-list li a{
    display:block;
    padding:0 5px;
    color:#fff
}
.page-tools ul{
    margin:0 !important;
    padding:0 !important;
    font-size:0;
    text-align:right
}
.page-tools ul li{
    display:inline-block;
    width:30px;
    height:30px;
    border-radius:50%;
    overflow:hidden;
    margin:0 2px
}
.page-tools ul li:last-child{
    margin-right:0
}
.page-tools ul li a{
    width:100%;
    height:100%;
    background:#a7953e;
    display:block;
    text-align:center;
    color:#fff;
    font-size:17px
}
.panel{
    background:0;
    border:0;
    border-bottom:1px solid #fff;
    box-shadow:none;
    margin-top:3px !important;
    margin-bottom:20px;
    margin-top:0;
    border-radius:0 !important
}
.panel .panel-body{
    padding:0;
    border:0 !important
}
.panel .panel-body .profile{
    text-align:justify;
    padding:15px
}
.panel .panel-heading{
    background:#a7953e;
    border-radius:0;
    padding:0px 15px
}
.panel .panel-heading .panel-title{
    color:#1f3332;
    font-size:16px;
    font-weight:300
}
.panel .panel-heading .panel-title a{
    display:block;
    text-decoration:none;
    position:relative;
    padding-top:15px;
    padding-bottom:15px;
    text-transform:uppercase;
    font-family:"Montserrat",sans-serif;
    font-weight:500;
    color:#fff;
    letter-spacing:3px
}
.panel .panel-heading .panel-title a span{
    color:#010101;
    font-size:13px;
    text-transform:capitalize;
    font-family:"Open Sans",sans-serif;
    padding:2px 0;
    display:block
}
.panel .panel-heading .panel-title a i{
    position:absolute;
    right:0;
    top:50%;
    font-size:25px;
    width:22px;
    height:15px;
    overflow:hidden;
    transition:all 0.3s;
    -ms-transform:translate(0, -50%) rotate(-180deg);
    transform:translate(0, -50%) rotate(-180deg)
}
.panel .panel-heading .panel-title a i::before{
    position:absolute;
    content:"";
    display:block;
    width:1px;
    height:100%;
    background:#fff;
    top:0;
    left:15px;
    -ms-transform:rotate(45deg);
    transform:rotate(45deg)
}
.panel .panel-heading .panel-title a i::after{
    position:absolute;
    content:"";
    display:block;
    width:1px;
    height:100%;
    background:#fff;
    left:5px;
    top:0;
    -ms-transform:rotate(-45deg);
    transform:rotate(-45deg);
    transition:all 0.3s
}
.panel .panel-heading .panel-title a.collapsed i{
    -ms-transform:translate(0, -50%) rotate(0);
    transform:translate(0, -50%) rotate(0)
}
.panel-group-child{
    margin-bottom:0
}
.panel-group-child .panel{
    border-bottom:1px solid #a7953e;
    border-top:1px solid #f9f7eb;
    margin-top:0 !important
}
.panel-group-child .panel-heading{
    background:#d3cfb4;
    background:linear-gradient(to bottom, #d3cfb4 0%, #f9f7eb 100%);
    filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#d3cfb4', endColorstr='#f9f7eb',GradientType=0 )
}
.panel-group-child .panel-heading .panel-title a{
    text-transform:capitalize;
    font-weight:500;
    color:#1f3332;
    letter-spacing:1px;
    padding-top:10px;
    padding-bottom:10px
}
.panel-group-child .panel-heading .panel-title a span{
    color:#010101
}
.panel-group-child .panel-heading .panel-title a i{
    width:20px;
    height:20px;
    overflow:hidden;
    transition:all 0.3s;
    -ms-transform:translate(0, -50%) rotate(180deg);
    transform:translate(0, -50%) rotate(180deg)
}
.panel-group-child .panel-heading .panel-title a i::before{
    position:absolute;
    content:"";
    display:block;
    width:100%;
    height:1px;
    background:#a7953e;
    top:50%;
    left:0;
    margin-top:-1px;
    -ms-transform:rotate(0);
    transform:rotate(0)
}
.panel-group-child .panel-heading .panel-title a i::after{
    position:absolute;
    content:"";
    display:block;
    width:1px;
    height:100%;
    background:#a7953e;
    left:50%;
    margin-left:-1px;
    -ms-transform:translateY(100%) rotate(0);
    transform:translateY(100%) rotate(0);
    transition:all 0.3s;
    opacity:0
}
.panel-group-child .panel-heading .panel-title a.collapsed i{
    -ms-transform:translate(0, -50%) rotate(0);
    transform:translate(0, -50%) rotate(0)
}
.panel-group-child .panel-heading .panel-title a.collapsed i::after{
    -ms-transform:translateY(0) rotate(0);
    transform:translateY(0) rotate(0);
    opacity:1
}
ul.links{
    font-family:"Montserrat",sans-serif;
    font-weight:500;
    font-size:16px
}
ul.links li{
    position:relative;
    line-height:2.3
}
ul.links li::before{
    position:absolute;
    content:"";
    width:12px;
    height:20px;
    display:block;
    border:2px solid #a7953e;
    border-right:0;
    top:50%;
    -ms-transform:translateY(-50%);
    transform:translateY(-50%)
}
ul.links li a{
    position:relative;
    padding-left:22px;
    color:#1f3332;
    text-decoration:none;
    transition:all 0.3s
}
ul.links li a::before,ul.links li a::after{
    position:absolute
}
ul.links li a::before{
    width:12px;
    height:2px;
    background-color:#a7953e;
    content:"";
    display:block;
    top:50%;
    left:4px;
    margin-top:0px;
    -ms-transform:translate(0, -50%);
    transform:translate(0, -50%);
    transition:all 0.3s .2s
}
ul.links li a::after{
    content:"";
    width:8px;
    display:block;
    height:8px;
    border-top:2px solid #a7953e;
    border-right:2px solid #a7953e;
    -ms-transform:translate(0, -50%) rotate(45deg);
    transform:translate(0, -50%) rotate(45deg);
    top:50%;
    left:7px;
    background:0;
    transition:all 0.2s .1s
}
ul.links li a:hover{
    color:#a7953e;
    padding-left:30px
}
ul.links li a:hover::before{
    margin-left:8px
}
ul.links li a:hover::after{
    margin-left:8px
}
.nav-tabs{
    padding:0 !important;
    margin:0 0 30px;
    font-size:20px;
    font-family:'Montserrat',sans-serif;
    border:0
}
.nav-tabs li{
    display:table;
    margin-right:10px
}
.nav-tabs li a{
    display:table-cell;
    width:179px;
    height:123px;
    vertical-align:middle;
    border-color:#a7953e;
    border-radius:0;
    color:#a7953e;
    transition:all 0.3s
}
.nav-tabs li a:hover,.nav-tabs li a:focus{
    background-color:#a7953e;
    color:#fff
}
.nav-tabs li.active a,.nav-tabs li.active a:hover{
    background-color:#a7953e !important;
    color:#fff !important
}
.nav-tabs li.active a{
    position:relative
}
.nav-tabs li.active a::before{
    position:absolute;
    content:"";
    width:0;
    height:0;
    border:10px solid transparent;
    border-top-color:#a7953e;
    left:50%;
    top:100%;
    -ms-transform:translateX(-50%);
    transform:translateX(-50%)
}
.nav-tabs.nav-tabs-sm{
    text-align:center
}
.nav-tabs.nav-tabs-sm li{
    display:inline-block;
    float:none
}
.nav-tabs.nav-tabs-sm li a{
    width:auto;
    height:auto;
    padding:20px 15px
}
.nav-tabs.nav-tabs-xs{
    text-align:left;
    font-size:16px
}
.nav-tabs.nav-tabs-xs li{
    display:inline-block;
    float:none;
    margin-right:2px
}
.nav-tabs.nav-tabs-xs li a{
    width:auto;
    height:auto;
    padding:5px 12px
}
hr{
    border-color:#a7953e
}
hr.lg{
    border-width:4px
}
.thumb{
    position:relative;
    height:245px;
    overflow:hidden;
    margin-bottom:20px;
    margin-top:4px
}
.thumb>a{
    display:block;
    position:relative
}
.thumb img{
    position:absolute;
    transition:all .3s;
    left:50%;
    -ms-transform:translateX(-50%) scale(1);
    transform:translateX(-50%) scale(1)
}
.thumb:hover img{
    -ms-transform:translateX(-50%) scale(1.05);
    transform:translateX(-50%) scale(1.05)
}
.featured-blocks .block{
    display:table;
    height:167px;
    margin-bottom:15px
}
.featured-blocks .block .block-inner{
    display:table-cell;
    vertical-align:middle;
    background:#a7953e;
    position:relative;
    padding:20px;
    color:#fff;
    font-size:15px;
    overflow:hidden
}
.featured-blocks .block .block-inner *{
    position:relative;
    z-index:20
}
.featured-blocks .block .block-inner::before{
    width:200px;
    height:200px;
    background:#b5a245;
    content:"";
    position:absolute;
    right:-100px;
    bottom:-100px;
    -ms-transform:rotate(45deg);
    transform:rotate(45deg);
    z-index:10;
    box-shadow:-6px 0px 36px #928239
}
.featured-blocks .block .block-inner::after{
    width:24px;
    height:24px;
    text-align:center;
    border-radius:50%;
    border:2px solid #e0ce76;
    color:#e0ce76;
    content:"\f005";
    display:inline-block;
    font-family:FontAwesome;
    font-size:13px;
    position:absolute;
    right:13px;
    bottom:13px;
    z-index:20;
    text-rendering:auto;
    -webkit-font-smoothing:antialiased;
    -moz-osx-font-smoothing:grayscale
}
.featured-blocks .block .block-inner p{
    margin-bottom:0
}
.history{
    margin-right:-15px;
    margin-left:-15px;
    padding:0 !important;
    margin-top:20px
}
.history>.grid-sizer,.history>li:not(.clearfix){
    width:50%
}
.history>li:not(.grid-sizer){
    float:left;
    margin-bottom:40px;
    padding:0 15px
}
.history>li:not(.grid-sizer) .year{
    display:block;
    float:left;
    width:20%;
    text-align:center;
    border:1px solid #a7953e
}
.history>li:not(.grid-sizer) .year span{
    display:block;
    font-family:"Montserrat",sans-serif;
    color:#a7953e;
    vertical-align:middle;
    padding:25px 0;
    font-size:20px;
    font-weight:400
}
.history>li:not(.grid-sizer) .entries{
    width:80%;
    padding:0;
    margin-left:-1px;
    margin-top:85px;
    float:left;
    padding:24px 20px;
    border:1px solid #a7953e
}
.history>li:not(.grid-sizer) .entries li{
    margin-bottom:25px;
    position:relative;
    padding-left:20px
}
.history>li:not(.grid-sizer) .entries li::before{
    content:"";
    width:11px;
    height:10px;
    position:absolute;
    left:0;
    top:6px;
    background:url(../images/triangle.png) no-repeat;
    background-position:left top
}
.history>li:not(.grid-sizer) .entries li:nth-child(even)::before{
    background-position:left bottom
}
.history>li:not(.grid-sizer) .entries li:last-child{
    margin-bottom:0
}
.history::after{
    clear:both;
    display:block;
    content:""
}
ul.contacts{
    padding:0 !important;
    font-weight:500;
    font-family:"Montserrat",sans-serif;
    margin:0 -15px
}
ul.contacts::after{
    content:"";
    display:block;
    clear:both
}
ul.contacts li:not(.clearfix){
    display:inline-block;
    vertical-align:top;
    width:calc( 100% / 3);
    float:left;
    padding:0 15px;
    margin-bottom:20px
}
ul.contacts li:not(.clearfix) .block{
    border-top:4px solid #a7953e
}
ul.contacts li:not(.clearfix) h4{
    text-transform:uppercase;
    margin-bottom:15px;
    letter-spacing:1px
}
#map_canvas_wrapper{
    position:relative;
    padding:0
}
#map_canvas_wrapper>.container-wrap{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    padding:44px 0
}
#map_canvas{
    height:668px
}
#footer{
    padding-top:0;
    background:#fffef7;
    padding-top:30px;
    z-index:40
}
.home #footer{
    background:#fff;
    padding:80px 0 40px 0;
    margin-top:-49px
}
#footer a{
    text-decoration:none;
    color:#000
}
#footer a:hover{
    color:#a7953e
}
#footer a:hover::after{
    width:100%
}
#footer .footer-logo{
    margin-bottom:30px
}
#footer .footer-logo ul{
    list-style:none;
    padding:0;
    margin:0;
    text-align:center
}
#footer .footer-logo ul li{
    display:inline-block;
    margin:0 13px
}
#footer .footer-logo ul li a{
    display:block
}
#footer .footer-text{
    text-align:center;
    padding:0px 0 17px;
    font-size:14px
}
#footer .footer-text p{
    margin:0;
    color:#c50a20
}
#footer .copyright{
    color:#000000;
    text-align:center;
    margin:0;
    padding:10px 0 5px;
    font-size:12px
}
#footer .footer-link{
    padding:0;
    margin:0;
    list-style:none;
    text-align:center;
    font-size:12px
}
#footer .footer-link li{
    display:inline-block;
    border-right:1px solid #000;
    padding:0 8px;
    line-height:1
}
#footer .footer-link li:last-child{
    border-right:0
}
#map{
    position:relative;
    width:679px;
    margin:0 auto
}
#map img{
    position:relative;
    z-index:10;
    max-width:100%
}
#map .location{
    position:absolute;
    color:#fff;
    font-family:"Montserrat",sans-serif;
    font-weight:600;
    top:0;
    left:0;
    text-transform:uppercase;
    text-align:center;
    z-index:15;
    letter-spacing:2px;
    width:22px;
    height:22px
}
#map .location .shadow{
    position:absolute;
    z-index:10;
    width:24px;
    height:24px;
    opacity:0.6
}
#map .location .shadow::before{
    position:absolute;
    width:24px;
    height:24px;
    border-radius:50%;
    background:#000;
    content:"";
    left:-1px;
    top:3px;
    display:block
}
#map .location .shadow::after{
    position:absolute;
    left:3px;
    bottom:-16px;
    display:block;
    content:"";
    border:8px solid transparent;
    border-top-color:#000
}
#map .location.tianjin{
    left:69%;
    top:38%
}
#map .location.tangshan{
    top:42%;
    left:72%
}
#map .location.chengdu{
    left:48%;
    top:65%
}
#map .location.nanjing{
    left:68%;
    top:56%
}
#map .location.nantong{
    left:76%;
    top:54%
}
#map .location.shanghai{
    left:75%;
    top:61%
}
#map .location.suzhou{
    left:72%;
    top:57%
}
#map .location.wuhan{
    left:58%;
    top:60%
}
#map .location.zhuhai{
    left:64%;
    top:84%
}
#map .location.shenzhen{
    left:68%;
    top:82%
}
#map .location.sanya{
    left:59%;
    top:92%
}
#map .location::before{
    width:22px;
    height:22px;
    background:#122479;
    border-radius:50%;
    content:"";
    display:block;
    position:absolute;
    left:0px;
    top:0px;
    cursor:pointer;
    transition:all 0.3s;
    z-index:15
}
#map .location::after{
    width:14px;
    height:14px;
    border-radius:50%;
    display:block;
    content:"";
    background:#c8172c;
    left:4px;
    top:4px;
    position:absolute;
    transition:all 0.3s;
    z-index:20
}
#map .location span{
    visibility:hidden;
    opacity:0;
    position:absolute;
    top:-25px;
    left:50%;
    background:#c8172c;
    padding:2px 8px 2px 10px;
    display:block;
    font-size:12px;
    -ms-transform:translate(-50%, 0);
    transform:translate(-50%, 0);
    transition:all 0.3s;
    width: max-content;
}
#map .location span::after{
    display:block;
    content:"";
    position:absolute;
    bottom:-10px;
    border:5px solid transparent;
    border-top-color:#c8172c;
    left:50%;
    -ms-transform:translateX(-50%);
    transform:translateX(-50%);
    z-index:25
}
#map .location .arrow{
    width:0;
    height:0;
    position:absolute;
    bottom:-13px;
    left:3px;
    border:8px solid transparent;
    border-top-color:#122479;
    transition:all 0.3s;
    z-index:20
}
#map .location:hover::before{
    background-color:#c8172c
}
#map .location:hover::after{
    background-color:#bba01d
}
#map .location:hover .arrow{
    border-top-color:#c8172c
}
#map .location:hover span{
    visibility:visible;
    opacity:1;
    -ms-transform:translate(-50%, -8px);
    transform:translate(-50%, -8px)
}
#to-top{
    position:fixed;
    width:73px;
    height:73px;
    right:40px;
    bottom:40px;
    z-index:90;
    display:none;
    background:url(../images/back-to-top.png) no-repeat 0 0;
    background-size:contain
}
.fa-chevron-right::before{
    content:"";
    display:block;
    background:url(../images/chevron-right-lg.png) no-repeat 0 0;
    width:23px;
    height:26px
}
.fa-chevron-right.sm::before{
    content:"";
    display:block;
    background:url(../images/chevron-right.png) no-repeat 0 0;
    width:15px;
    height:17px
}
.gallery .fa-chevron-right::before{
    content:"" !important;
    display:block;
    background:url(../images/chevron-right.png) no-repeat 0 0;
    width:15px;
    height:17px
}
.gallery .right-cover .fa-chevron-right::before{
    content:"";
    background:url(../images/chevron-left.png) no-repeat 0 0
}
.thb-timeline-wrapper {
    position: relative;
    overflow: hidden;
}
.thb-timeline-wrapper .thb-timeline-content {
    position: relative;
}
.thb-timeline-wrapper .thb-timeline-content .thb-timeline-year {
    width: 100%;
    position: relative;
}
.wrapper-yo .thb-section.__thb-section-main.__thb-section-red {
    background: #a80a20;
    color: #fff;
}
.thb-timeline-wrapper .thb-timeline-content .thb-timeline-year .thb-timeline-dot {
    left: 0;
    background: url(../images/ellipse-1.svg) no-repeat;
    width: 60px;
    height: 60px;
    display: block;
    position: absolute;
    top: 0;
    z-index: 5;
}
.thb-timeline-wrapper .thb-timeline-content .thb-timeline-year .thb-year {
    padding-left: 65px;
    font-size: 28px;
    font-weight: 500;
    line-height: 55px;
    height: 59px;
    overflow: hidden;
    z-index: 4;
}
.thb-timeline-wrapper .thb-timeline-content .thb-timeline-year .thb-year .dotted {
    width: 67px;
    height: 8px;
    background: url(../images/dotted.png) no-repeat center;
}
.thb-timeline-wrapper .thb-timeline-content .thb-timeline-year .thb-year span {
    vertical-align: middle;
    display: inline-block;
    font-family: "Montserrat",sans-serif;
    color: #a7953e;
    font-weight: normal;
}
.thb-timeline-wrapper .thb-timeline-content .thb-timeline-year .thb-year .num {
    padding-left: 10px;
}
.thb-timeline-wrapper .thb-timeline-content .thb-months-wrap {
    clear: both;
    padding-top: 25px;
    position: relative;
    overflow: hidden;
}

.thb-timeline-wrapper .thb-timeline-content .thb-timeline-year:nth-child(even) .thb-year {
    float: none;
}
.thb-timeline-wrapper .thb-timeline-content .thb-timeline-year:nth-child(even) .thb-year .num {
    padding-left: 0;
    padding-right: 10px;
}
.thb-timeline-wrapper .thb-timeline {
    width: 2px;
    background: #a7953e;
    position: absolute;
    top: 0;
    height: 100%;
    left: 30px;
}
.thb-timeline-wrapper .thb-timeline-content .thb-months-wrap .thb-month-content {
    clear: both;
}
.thb-month {
    font-weight: bold;
    margin-top: 5px;
    margin-bottom: 10px;
}
.thb-timeline-wrapper {
    margin-bottom: 40px;
    margin-top: 40px;
}
.thb-month-content img {
    max-width: 100%;
    margin-bottom: 10px;
}
.thb-timeline-wrapper .thb-timeline-content .thb-months-wrap .thb-month-content:nth-child(even) {
    padding-left: 65px;
}
.thb-timeline-wrapper .thb-timeline-content .thb-months-wrap .thb-month-content:nth-child(odd) {
    padding-left: 65px;
}
#malinky-ajax-pagination-button {
    font-size: 14px;
    text-decoration: none;
    background-color: #a69339;
    border-color: #8b7b2e;
    color: #fff;
    padding: 15px 20px;
}
.malinky-ajax-pagination-loading {
    margin-bottom: 40px !important;
    display: none !important;
}
.nav-links {
    margin-top: 30px;
    margin-bottom: 30px;
}
.yl-hidden {
    display: none;
}
.show-mr a i {
    padding-right: 1px;
}
.show-mr::before {
    content: none !important;
}
.h3fu {
    font-size: 18px;
    margin-top: 30px;
}
.ulfu li i {
    font-size: 30px;
}
.ulfu {
    padding-left: 0px;
}
.ulfu li {
    display: inline-block;
    padding-right: 10px;
    padding-left: 10px;
}
.page-template-projects .gallery>ul>li.with-cover .image,
.tax-location .gallery>ul>li.with-cover .image  {
    background-size: 200% 200%;
}
.postid-910 .section .full-slider .slides>li {
    background-position: 100% 100% !important;
}
.footer-col1 {
    display: inline-block;
    vertical-align: top;
    text-align: left;
    width: 20%;
}
.footer-mnu {
    text-align: justify;
    display: table;
    width: 100%;
    margin: 0;
    margin-bottom: 30px;
    margin-top: 10px;
}
.footer-col1 ul li {
    list-style: none;
}
.footer-col1 ul {
    padding: 0;
}
.footer-col1 .menu-extra-menu-container {
    margin-top: 22px;
}
.footer-col1 #menu-extra-menu-1 li a:hover,
.footer-col1 #menu-extra-menu-2 li a:hover  {
    color: #a7953e;
}
.footer-col1 #menu-extra-menu-1 li a {
    font-size: 20px;
    color: #000;
    text-transform: capitalize;
    font-weight: 500;
    font-family: "Montserrat",sans-serif;
    opacity: 1 !important;
    line-height: 1.1px;
    margin-top: 25px;
}
.footer-col1 #menu-extra-menu-2 li a {
    font-size: 20px;
    color: #000;
    font-weight: 500;
    font-family: "Montserrat",sans-serif;
    opacity: 1 !important;
    line-height: 61px;
    margin-top: 25px;
}
.footer-col2 {
    text-align: center !important;
    width: 100%;
}
.footer-col-last .ulfu {

    margin-top: 20px;
}
.home #section-03 .nav-tabs {
    position: absolute;
    top: 110px;
    z-index: 16;
    left: 260px;
}
.home #section-03 .nav-tabs>li.active>a,
.home #section-03 .nav-tabs>li.active>a:focus,
.home #section-03 .nav-tabs>li.active>a:hover {
    border: none;
}
.home #section-03 .nav-tabs li.active a::before {
    display: none;
}
.home #section-03 .nav-tabs li.active a,
.home #section-03 .nav-tabs li.active a:hover {
    background-color: transparent;
}
.home #section-03 .nav-tabs li a {
    width: auto;
    border-color: transparent;
    height: auto;
    font-size: 16px;
    color: #fff;
}
.home #section-03 .nav-tabs>li.active>a,
.home #section-03 .nav-tabs>li.active>a:focus,
.home #section-03 .nav-tabs>li.active>a:hover {
    background-color: transparent;
}
#tab-2 .hero .hero-text {
    margin-top: 40px;
}
.spar {
    margin-top: 5px;
    margin-bottom: 10px;
    font-weight: bold;
    font-size: 13px;
    display: inline-block;
}
.home #section-02 .hero.style-2 h2 .vline {
    display: none;
}
.home #section-03 {
    display: none;
}
@media (max-width: 1024px){
    .footer-col-last {
        text-align: left !important;
    }
    #tab-2 .hero .hero-text {
        margin-top: 40px;
    }
    .footer-col-last .ulfu {
        margin-left: -38px;
    }
    .home #section-03 .nav-tabs {
        left: initial;
        right: 20px;
    }
}
@media (min-width: 992px) and (max-width: 1199px){
    .section .hero .hero-text{
        padding-right:130px;
        font-size:39px
    }
    .section .hero .hero-text .vline{
        height:300px;
        max-height:300px;
        right:221px
    }
    .section .hero.style-2 h2 .vline{
        right:478px;
        height:125px;
        max-height:150px
    }
    .section.section-3 .hero .hero-text{
        font-size:35px;
        padding-right:290px
    }
    #map{
        width:473px;
    }
}
@media (max-width: 1199px){
    body:not(.home) .section .full-slider,body:not(.home) .section.section-banner{
        height:450px
    }
    html[lang=zh-hans] .section-1 .hero .hero-text,html[lang=zh-hans] .section-2 .hero .hero-text{
        font-size:60px;
        letter-spacing:40px
    }
    .project-introduction .pi .content{
        padding:30px
    }
    .project-introduction .pi .content h2,.project-introduction .pi .content h1{
        font-size:25px
    }
}
@media (max-width: 991px){
    svg.cover,svg.polygon-group{
        display:none
    }
    html[lang=zh-hans] .section-1 .hero .hero-text,html[lang=zh-hans] .section-2 .hero .hero-text{
        font-size:40px;
        letter-spacing:40px
    }
    .section .hero .hero-text>span i{
        right:-20px
    }
    .primary-menu h3{
        font-size:14px
    }
    .header-inner .toogle-bg{
        content:"";
        background:#1b2e77;
        width:128px;
        height:170px;
        position:absolute;
        right:0;
        top:0
    }
    .fixed .header-inner .toogle-bg{
        display:none
    }
    #logo .bcg{
        top:-15px
    }
    .section{
        margin-top:0 !important
    }
    .section .full-slider{
        height:593px;
        clip-path:unset !important;
        clip-path:none !important
    }
    .section .abs-content{
        position:static
    }
    .section .hero{
        background:#1b2e77
    }
    .section .hero::before{
        content:"";
        background:url(../images/caret-lg.png) no-repeat 0 0;
        width:270px;
        height:57px;
        display:block;
        position:absolute;
        z-index:20;
        background-size:contain
    }
    .section .hero .hero-text{
        margin:0;
        padding:40px 15px;
        font-size:35px
    }
    .section .hero .hero-text .vline{
        right:49px !important;
        top:100%;
        margin-top:-29px;
        transform:translateX(0) !important
    }
    .section .slider-description{
        position:static;
        transform:translateY(0) !important;
        width:100%
    }
    .section .slider-description .slides{
        background:#e6d47d
    }
    .section .slider-description .slides li{
        width:100% !important;
        padding-right:90px !important;
        background:0
    }
    .section .slider-description .slides li p{
        font-size:16px
    }
    .section .slider-description .slides.style-2{
        background:#182c88
    }
    .section .slider-description .slides.style-2 li{
        background:0
    }
    .section .slider-description .sidebar-post li{
        padding-right:0 !important
    }
    .section .featured-image img{
        clip-path:none !important
    }
    .section.section-2 .hero.style-2 h2 .vline{
        height:430px
    }
    .section.section-3 .abs-content{
        position:absolute
    }
    .section.section-3 .abs-content .hero{
        background:transparent
    }
    .section.section-3 .abs-content .hero::before{
        display:none
    }
    .section.section-3 .abs-content .hero .hero-text{
        margin-top:0;
        font-size:35px;
        padding-right:61px;
        text-shadow:0px 1px 13px #252529, 0px 1px 13px #061433
    }
    .featured-blocks .block{
        height:195px
    }
    .history>li:not(.grid-sizer){
        margin-bottom:20px
    }
    .history>li:not(.grid-sizer) .year span{
        font-size:16px
    }
    .history>li:not(.grid-sizer) .entries{
        margin-top:78px
    }
    .gallery>ul>li{
        height:180px
    }
    .project-introduction .pi .content h2,.project-introduction .pi .content h1{
        font-size:20px
    }
}
@media (max-width: 768px){
    #map {
        width: 473px;
    }
    #tab-2 .hero .hero-text {
        margin-top: 0px;
    }
    .home #section-03 .nav-tabs {
        position: absolute;
        top: 60px;
        z-index: 16;
        left: 50px;
        right: initial;
    }
    .footer-col1 {
        width: 100%;
        text-align: center;
    }
    .footer-mnu {
        margin-bottom: 70px;
        margin-top: 0px;
    }
    .footer-col-last {
        text-align: center !important;
    }
    .footer-col-last .ulfu {
        margin-left: 40px;
    }
}
@media (min-width: 768px){
    .mobile-filter-toggle{
        display:none
    }
    .thb-timeline-wrapper .thb-timeline-content .thb-timeline-year .thb-timeline-dot {
        left: 50%;
        transform: translateX(-50%);
    }
    .thb-timeline-wrapper .thb-timeline-content .thb-timeline-year .thb-year {
        float: right;
        width: 50%;
        padding-left: 40px;
    }
    .thb-timeline-wrapper .thb-timeline-content .thb-months-wrap .thb-month-content:nth-child(even) {
        float: right;
        padding-left: 120px;
        padding-right: 40px;
    }
    .thb-timeline-wrapper .thb-timeline-content .thb-timeline-year:nth-child(even) .thb-year {
        float: left;
        text-align: right;
        padding-right: 40px;
    }
    .thb-timeline-wrapper .thb-timeline {
        left: 50%;
        transform: translateX(-50%);
    }
    .thb-timeline-wrapper .thb-timeline-content .thb-timeline-year:nth-child(even) .thb-year .dotted {
        background: url(../images/dotted-left.png) no-repeat center;
        width: 71px;
        height: 16px;
        float: right;
        margin-top: 23px;
    }
    .thb-timeline-wrapper .thb-timeline-content .thb-months-wrap .thb-month-content {
        width: 50%;
        margin-top: -30px;
        margin-bottom: 20px;
    }
    .thb-timeline-wrapper .thb-timeline-content .thb-timeline-year:nth-child(even) .thb-month-content:nth-child(even) {
        float: left;
        padding-left: 20px;
        padding-right: 123px;
        text-align: right;
    }
    .thb-timeline-wrapper .thb-timeline-content .thb-timeline-year:nth-child(even) .thb-month-content:nth-child(odd) {
        float: right;
        text-align: left;
        padding-right: 20px;
        padding-left: 35px;
    }
    .thb-timeline-wrapper .thb-timeline-content .thb-months-wrap .thb-month-content:nth-child(odd) {
        float: left;
        padding-left: 20px;
        padding-right: 123px;
        text-align: right;
    }
}
.navbar-collapse.collapse{

}

.mobile-nav{

  position: absolute;
  top: 150px;
  bottom: 0;
  width: 100%;
}
.mobile-nav .navbar-collapse {
  border: 0;
  box-shadow: none;
  text-align: right;
}
.mobile-nav a{
  color: #fff;
}
.mobile-nav .container,
.mobile-nav .navbar-collapse,
.mobile-nav .nav
{
   height: 100%;
}
.mobile-nav .nav{overflow: hidden; overflow-y: auto;}
.mobile-nav .nav  .dropdown-backdrop{display: none;}
.mobile-nav .nav >li{
  list-style: none;
}

.mobile-nav .nav >li >a{
  font-size: 16px;
  padding: 4px 16px;
  font-weight: 700;
}

.mobile-nav .nav li .sub-menu{
  position: static;
  float: none;
  background: 0;
  border-radius: 0;
  border: 0;
  text-align: right;
  box-shadow: none;
  list-style: none;
  display: none;
  padding: 2px 0;
}


.mobile-nav .nav li .sub-menu li{
  padding: 2px 0;
}

.mobile-nav  .nav li.menu-item-has-children::before{
  content: "";
  width: 8px;
  height: 5px;
  background: url(../images/down-arrow-2.png);
  display: block;
  position: absolute;
  top: 14px;
  transition: all 0.3s;
  left: 14px;
  background-repeat: no-repeat;
  background-size: contain;
}
.mobile-nav  .nav li.menu-item-has-children::before{
  top: 14px;
  left: auto;
  right: 0px;
  width: 11px;
  height: 7px;
}
.mobile-nav  .nav li.menu-item-has-children.open::before{
  transform: rotate(-180deg);
}


.mobile-nav .nav  li .sub-menu li.menu-item-has-children::before{
  top:10px;
}

.mobile-nav .nav li.open > .sub-menu{
  display: block;

}
.mobile-nav .nav li.open .sub-menu .sub-menu{
  padding: 6px 0px 6px 9px;
font-size: 13px;
}
.mobile-nav .nav li.open .sub-menu .sub-menu li{
  padding: 0;
}
.mobile-nav .nav li.open .sub-menu .sub-menu li a{
  position: relative;
  padding-right: 10px;
}
.mobile-nav .nav li.open .sub-menu .sub-menu li a::after{
    content: "-";
    position: absolute;
    right: 0;
    top: 0;
}
.mobile-nav .nav li .sub-menu li.menu-item-has-children{
  position: relative;
}
.mobile-nav .nav li .sub-menu li.open.menu-item-has-children{

}
.mobile-nav .nav li .sub-menu .sub-menu{
  padding-right: 10px;
}
.mobile-nav .nav li .sub-menu li a{
  color: #fff;
  padding: 2px 0;
  padding-right: 16px;
}

@media (min-width:992px) and (max-width:1200px){
  .nav>li>a{
      padding: 10px 10px;
      font-size: 12.5px !important;
  }
}
@media (max-width:991px){
  #header{
    background: 0;
  }
  #logo{
      width:290px;
      height:450px
  }
  #logo .bcg{
    display: block !important;
  }
  .navbar-collapse.collapse{
    display: none !important;
  }
  #header .btn-menu-wrap .wpml-ls ul li a{
    padding: 1px 4px;
        font-size: 10px;
  }
  #header.fixed .btn-menu-wrap .wpml-ls ul li a{
    padding: 5px 10px;
  }
  #header .btn-menu-wrap{
      top:10px;
      right:20px;
      position:absolute;
      width: 62px;
      height: 100px;
  }
  .toggle-menu{
    display: block !important;
  }

  #header .btn-menu-wrap .wpml-ls{
    top: 62px;
    left: 0;
  }

  #header  .search-form{
      top:91px;
      right: 15px;
  }

  .header-inner .toogle-bg{
      width:103px;
      height:138px
  }

  #header #ajaxsearchpro1_1 .probox .promagnifier .innericon svg{
    fill:#fff !important;
  }
  #header.fixed .btn-menu-wrap{
    width: 206px;
    height: 48px;
    top: 21px !important;
  }
  #header.fixed .btn-menu-wrap .wpml-ls{
    top: 12px;
    left: 0px;
  }
  #header.fixed .search-form{
      top:28px;
      right:89px
  }



}
@media (max-width: 767px){
    body:not(.home) .section .full-slider,body:not(.home) .section.section-banner{
        height:350px
    }

    .home #section-03 .nav-tabs {
        position: absolute;
        top: 15px;
        z-index: 16;
        left: 15px;
        right: initial;
    }
    body:not(.menu-open) #header:not(.fixed){
        height:300px
    }
    .thb-timeline-wrapper .thb-timeline-content .thb-months-wrap {
        padding-top: 0px;
    }
    html[lang=zh-hans] .section-1 .hero .hero-text,html[lang=zh-hans] .section-2 .hero .hero-text{
        font-size:25px;
        letter-spacing:20px
    }
    .section .hero .hero-text>span i{
        right:-10px
    }
    #header>.bcg{
        background-image:url(../images/menu-bcg-mobile.jpg)
    }
    #header.open .overlay{
        background:#182864
    }
    #header.open .search-form{
        transform:none;
        left:auto;
        right:20px
    }
    #header.open .search-form form input[type=text]{
        background:#141518 !important;
        width:320px !important
    }
    #header.open .search-form form button[type=submit]{
        height:25px;
        margin-top:2px
    }
    #header.open .btn-menu-wrap{
        right:20px
    }
    #header.open .btn-menu-wrap .toggle-menu{
        right:-16px
    }
    #header.open .btn-menu-wrap .wpml-ls{
        top:52px
    }
    #header.open .primary-menu{
        padding-top:0;
        padding-right:10px;
        position:absolute;
        width:100%;
        top:140px;
        bottom:30px;
        overflow:hidden;
        overflow-y:auto;
        line-height:1.5
    }
    #header.open .primary-menu h3{
        margin-bottom:10px
    }
    #header.open .primary-menu ul{
        transition:all 0.3s
    }
    #header.open .primary-menu ul::before{
        transition:all 0.3s
    }
    #header.open .primary-menu ul li{
        padding:2px 0
    }
    #header.open .primary-menu .menu-group:not(.lg) ul{
        padding-top:40px
    }
    #header.open .primary-menu .menu-group:not(.lg) ul::before{
        height:25px
    }
    #header.open .primary-menu:not(.active)>.container>.row>div[class*=col-]:first-child .menu-group ul{
        max-height:300px;
        padding-top:40px
    }
    #header.open .primary-menu:not(.active)>.container>.row>div[class*=col-]:first-child .menu-group ul::before{
        max-height:25px
    }
    #header.open .primary-menu>.container>.row>div[class*=col-] .menu-group ul{
        max-height:0;
        overflow:hidden;
        padding:0
    }
    #header.open .primary-menu>.container>.row>div[class*=col-] .menu-group ul::before{
        max-height:0
    }
    #header.open .primary-menu>.container>.row>div[class*=col-].active .menu-group ul{
        max-height:300px;
        padding-top:40px
    }
    #header.open .primary-menu>.container>.row>div[class*=col-].active .menu-group ul::before{
        max-height:25px
    }
    #logo{
        width: 192px;
        height: 190px;
    }
    #header.fixed #logo a {
        width: 45px;
    }
    #logo a{
        margin:10px 14px;
        max-width:62px
    }
    #logo a img{
        max-width:100%
    }
    #logo .bcg{
        top:-50px;
        left:-60px;
        width:272px;
        height:380px
    }
    #logo .bcg svg{
        width:300px
    }






    #header .primary-menu ul li .sub-menu{
      clear: both;
      display: block;
    }
    #header.fixed{
        height:86px
    }
    #header.fixed #logo{
        width:45px;
        height:auto;
        left:13px;
        top:10px
    }




    .section .full-slider{
        height:350px
    }
    .section .hero::before{
        width:200px
    }
    .section .hero .hero-text{
        font-size:18px;
        letter-spacing:17px
    }
    .section .hero .hero-text .vline{
        right:34px !important
    }
    .section .slider-description .slides>li{
        padding:20px 60px 20px 40px !important
    }
    .section .slider-description .slides>li p{
        font-size:13px
    }
    .section.section-3 .abs-content .hero .hero-text{
        padding:20px !important;
        font-size:16px
    }
    #map{
        width:260px;
    }
    #map .location{
        width:15px;
        height:15px
    }
    #map .location::before{
        width:15px;
        height:15px
    }
    #map .location::after{
        width:9px;
        height:9px;
        left:3px;
        top:3px
    }
    #map .location span{
        font-size:10px;
        top:-20px
    }
    #map .location .shadow,#map .location .arrow{
        display:none
    }
    #map .location.tianjin{
        left:69%;
        top:35%
    }
    #map .location.tangshan{
        top:43%;
        left:66%
    }
    #map .location.chengdu{
        left:111px;
        top:106px
    }
    #map .location.nanjing{
        left:170px;
        top:122px
    }
    #map .location.nantong{
        left:210px;
        top:108px
    }
    #map .location.shanghai{
        left:207px;
        top:129px
    }
    #map .location.suzhou{
        left:183px;
        top:140px
    }
    #map .location.guiyang{
        left:135px;
        top:135px
    }
    #map .location.zhuhai{
        left:188px;
        top:162px
    }
    #map .location.shenzhen{
        left:164px;
        top:169px
    }
    #map .location.sanya{
        left:168px;
        top:187px
    }
    .abs-list{
        font-size:12px
    }
    .abs-list li{
        line-height:1
    }
    #to-top{
        width:40px;
        height:40px;
        right:17px
    }
    ul.contacts li:not(.clearfix){
        width:100%
    }
    .thumb{
        height:200px
    }
    .gallery ul li{
        width:100%;
        height:180px
    }
    .gallery ul li.empty{
        display:none
    }
    .gallery ul li .cover{
        font-size:14px
    }
    .gallery ul li:nth-child(odd) .image{
        right:auto;
        left:0
    }
    .gallery ul li:nth-child(odd) .cover{
        float:right;
        text-align:left !important
    }
    .gallery ul li:nth-child(odd) .fa{
        right:auto;
        left:25px
    }
    .gallery ul li:nth-child(odd) .fa-chevron-right::before{
        background-image:url(../images/chevron-left.png)
    }
    .gallery ul li:nth-child(even) .image{
        right:0 !important;
        left:auto !important
    }
    .gallery ul li:nth-child(even) .cover{
        float:none !important;
        text-align:right !important
    }
    .gallery ul li:nth-child(even) .fa{
        right:25px !important;
        left:auto !important
    }
    .gallery ul li:nth-child(even) .fa-chevron-right::before{
        background-image:url(../images/chevron-right.png)
    }
    .side-nav,.page-tools ul{
        text-align:left
    }
    .project-introduction{
        position:relative;
        height:auto;
        background:#182c88
    }
    .project-introduction .filter{
        width:100%;
        position:static;
        padding:30px 20px;
        background:#182c88
    }
    .project-introduction .filter h1,.project-introduction .filter h2{
        font-size:25px;
        margin-bottom:0
    }
    .project-introduction .filter .mobile-filter-toggle{
        display:block;
        font-size:13px;
        color:#fff;
        font-weight:400;
        position:absolute;
        right:20px;
        top:34px;
        padding-right:30px
    }
    .project-introduction .filter .mobile-filter-toggle::before,.project-introduction .filter .mobile-filter-toggle::after{
        position:absolute;
        content:""
    }
    .project-introduction .filter .mobile-filter-toggle::before{
        width:22px;
        height:22px;
        border:1px solid #fff;
        border-radius:50%;
        right:0;
        top:50%;
        transform:translateY(-50%)
    }
    .project-introduction .filter .mobile-filter-toggle::after{
        width:0;
        height:0;
        right:5px;
        margin-top:4px;
        top:50%;
        transform-origin:50% 15%;
        transform:translateY(-50%) rotate(0);
        border:5px solid transparent;
        border-top-color:#d72229;
        transition:all 0.3s
    }
    .project-introduction .filter .mobile-filter-toggle+form{
        max-height:0;
        overflow:hidden;
        transition:max-height 0.2s, padding 0.2s
    }
    .project-introduction .filter .mobile-filter-toggle.open::after{
        transform:translateY(-50%) rotate(180deg)
    }
    .project-introduction .filter .mobile-filter-toggle.open+form{
        padding-top:20px;
        max-height:315px;
        overflow:visible
    }
    .project-introduction .pi{
        width:100%;
        height:auto
    }
    .project-introduction .pi.pi-left{
        height:280px
    }
    .project-introduction .pi.pi-right .cover{
        display:none
    }
    .project-introduction .pi .map .cover{
        bottom:0
    }
    .project-introduction .pi .map .cover::before{
        left:-10px
    }
    .project-introduction .pi .content{
        padding:20px 20px;
        text-align:left;
        position:static;
        height:auto !important
    }
    .project-introduction .pi .content .content-scrolled{
        height:auto;
        padding:0;
        margin:0
    }
    .project-introduction .pi .content h2,.project-introduction .pi .content h1{
        font-size:20px
    }
    .section-inner-wrapper{
        padding-top:0 !important
    }
    /*.fa-chevron-right::before{
        width:15px;
        height:17px;
        background:url(../images/chevron-right.png)
    }*/
    .fa-chevron-left::before{
        width:15px;
        height:17px;
        background:url(../images/chevron-left.png)
    }
    .featured-blocks .block{
        height:auto
    }
    .history>.grid-sizer,.history>li:not(.clearfix){
        width:100%
    }
}
@media (max-width: 479px){
    body:not(.home) .section .full-slider,body:not(.home) .section.section-banner{
        height:300px
    }
    body:not(.menu-open) #header:not(.fixed){
        height:300px
    }
    #header.open .search-form form input[type=text]{
        width:280px !important
    }
    .section .hero::before{
        width:150px
    }
    #map{
        width:260px;
    }
}
@media (max-width: 320px){
    .mobile-filter-toggle+form .col-xs-6{
        width:100%
    }
}
