﻿@charset "UTF-8";
/*!
Animate.css - http://daneden.me/animate
Licensed under the MIT license - http://opensource.org/licenses/MIT
Copyright (c) 2014 Daniel Eden
*/
.flipping-text h1{

font-size:60px;
margin-top:30px;
padding-top:10px;

}

.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
}@-webkit-keyframes bounce {
    0%, 100%, 20%, 53%, 80% {
        -webkit-transition-timing-function: cubic-bezier(0.215, .61, .355, 1);
        transition-timing-function: cubic-bezier(0.215, .61, .355, 1);
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
    40%, 43% {
        -webkit-transition-timing-function: cubic-bezier(0.755, .050, .855, .060);
        transition-timing-function: cubic-bezier(0.755, .050, .855, .060);
        -webkit-transform: translate3d(0, -30px, 0);
        transform: translate3d(0, -30px, 0)
    }
    70% {
        -webkit-transition-timing-function: cubic-bezier(0.755, .050, .855, .060);
        transition-timing-function: cubic-bezier(0.755, .050, .855, .060);
        -webkit-transform: translate3d(0, -15px, 0);
        transform: translate3d(0, -15px, 0)
    }
    90% {
        -webkit-transform: translate3d(0, -4px, 0);
        transform: translate3d(0, -4px, 0)
    }
}@keyframes bounce {
    0%, 100%, 20%, 53%, 80% {
        -webkit-transition-timing-function: cubic-bezier(0.215, .61, .355, 1);
        transition-timing-function: cubic-bezier(0.215, .61, .355, 1);
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
    40%, 43% {
        -webkit-transition-timing-function: cubic-bezier(0.755, .050, .855, .060);
        transition-timing-function: cubic-bezier(0.755, .050, .855, .060);
        -webkit-transform: translate3d(0, -30px, 0);
        transform: translate3d(0, -30px, 0)
    }
    70% {
        -webkit-transition-timing-function: cubic-bezier(0.755, .050, .855, .060);
        transition-timing-function: cubic-bezier(0.755, .050, .855, .060);
        -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;
    -ms-transform-origin: center bottom;
    transform-origin: center bottom
}@-webkit-keyframes flash {
    0%, 100%, 50% {
        opacity: 1
    }
    25%, 75% {
        opacity: 0
    }
}@keyframes flash {
    0%, 100%, 50% {
        opacity: 1
    }
    25%, 75% {
        opacity: 0
    }
}.flash {
    -webkit-animation-name: flash;
    animation-name: flash
}@-webkit-keyframes pulse {
    0% {
        -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)
    }
    100% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
}@keyframes pulse {
    0% {
        -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)
    }
    100% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
}.pulse {
    -webkit-animation-name: pulse;
    animation-name: pulse
}@-webkit-keyframes rubberBand {
    0% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
    30% {
        -webkit-transform: scale3d(1.25, .75, 1);
        transform: scale3d(1.25, .75, 1)
    }
    40% {
        -webkit-transform: scale3d(0.75, 1.25, 1);
        transform: scale3d(0.75, 1.25, 1)
    }
    50% {
        -webkit-transform: scale3d(1.15, .85, 1);
        transform: scale3d(1.15, .85, 1)
    }
    65% {
        -webkit-transform: scale3d(.95, 1.05, 1);
        transform: scale3d(.95, 1.05, 1)
    }
    75% {
        -webkit-transform: scale3d(1.05, .95, 1);
        transform: scale3d(1.05, .95, 1)
    }
    100% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
}@keyframes rubberBand {
    0% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
    30% {
        -webkit-transform: scale3d(1.25, .75, 1);
        transform: scale3d(1.25, .75, 1)
    }
    40% {
        -webkit-transform: scale3d(0.75, 1.25, 1);
        transform: scale3d(0.75, 1.25, 1)
    }
    50% {
        -webkit-transform: scale3d(1.15, .85, 1);
        transform: scale3d(1.15, .85, 1)
    }
    65% {
        -webkit-transform: scale3d(.95, 1.05, 1);
        transform: scale3d(.95, 1.05, 1)
    }
    75% {
        -webkit-transform: scale3d(1.05, .95, 1);
        transform: scale3d(1.05, .95, 1)
    }
    100% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
}.rubberBand {
    -webkit-animation-name: rubberBand;
    animation-name: rubberBand
}@-webkit-keyframes shake {
    0%, 100% {
        -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 {
    0%, 100% {
        -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 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)
    }
    100% {
        -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)
    }
    100% {
        -webkit-transform: rotate3d(0, 0, 1, 0deg);
        transform: rotate3d(0, 0, 1, 0deg)
    }
}.swing {
    -webkit-transform-origin: top center;
    -ms-transform-origin: top center;
    transform-origin: top center;
    -webkit-animation-name: swing;
    animation-name: swing
}@-webkit-keyframes tada {
    0% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
    10%, 20% {
        -webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(.9, .9, .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)
    }
    100% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
}@keyframes tada {
    0% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
    10%, 20% {
        -webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(.9, .9, .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)
    }
    100% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
}.tada {
    -webkit-animation-name: tada;
    animation-name: tada
}@-webkit-keyframes wobble {
    0% {
        -webkit-transform: none;
        transform: none
    }
    15% {
        -webkit-transform: translate3d(-25%, 0, 0) 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)
    }
    100% {
        -webkit-transform: none;
        transform: none
    }
}@keyframes wobble {
    0% {
        -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)
    }
    100% {
        -webkit-transform: none;
        transform: none
    }
}.wobble {
    -webkit-animation-name: wobble;
    animation-name: wobble
}@-webkit-keyframes bounceIn {
    0%, 100%, 20%, 40%, 60%, 80% {
        -webkit-transition-timing-function: cubic-bezier(0.215, .61, .355, 1);
        transition-timing-function: cubic-bezier(0.215, .61, .355, 1)
    }
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }
    20% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1)
    }
    40% {
        -webkit-transform: scale3d(.9, .9, .9);
        transform: scale3d(.9, .9, .9)
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(1.03, 1.03, 1.03);
        transform: scale3d(1.03, 1.03, 1.03)
    }
    80% {
        -webkit-transform: scale3d(.97, .97, .97);
        transform: scale3d(.97, .97, .97)
    }
    100% {
        opacity: 1;
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
}@keyframes bounceIn {
    0%, 100%, 20%, 40%, 60%, 80% {
        -webkit-transition-timing-function: cubic-bezier(0.215, .61, .355, 1);
        transition-timing-function: cubic-bezier(0.215, .61, .355, 1)
    }
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }
    20% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1)
    }
    40% {
        -webkit-transform: scale3d(.9, .9, .9);
        transform: scale3d(.9, .9, .9)
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(1.03, 1.03, 1.03);
        transform: scale3d(1.03, 1.03, 1.03)
    }
    80% {
        -webkit-transform: scale3d(.97, .97, .97);
        transform: scale3d(.97, .97, .97)
    }
    100% {
        opacity: 1;
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
}.bounceIn {
    -webkit-animation-name: bounceIn;
    animation-name: bounceIn;
    -webkit-animation-duration: .75s;
    animation-duration: .75s
}@-webkit-keyframes bounceInDown {
    0%, 100%, 60%, 75%, 90% {
        -webkit-transition-timing-function: cubic-bezier(0.215, .61, .355, 1);
        transition-timing-function: cubic-bezier(0.215, .61, .355, 1)
    }
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -3000px, 0);
        transform: translate3d(0, -3000px, 0)
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, 25px, 0);
        transform: translate3d(0, 25px, 0)
    }
    75% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0)
    }
    90% {
        -webkit-transform: translate3d(0, 5px, 0);
        transform: translate3d(0, 5px, 0)
    }
    100% {
        -webkit-transform: none;
        transform: none
    }
}@keyframes bounceInDown {
    0%, 100%, 60%, 75%, 90% {
        -webkit-transition-timing-function: cubic-bezier(0.215, .61, .355, 1);
        transition-timing-function: cubic-bezier(0.215, .61, .355, 1)
    }
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -3000px, 0);
        transform: translate3d(0, -3000px, 0)
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, 25px, 0);
        transform: translate3d(0, 25px, 0)
    }
    75% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0)
    }
    90% {
        -webkit-transform: translate3d(0, 5px, 0);
        transform: translate3d(0, 5px, 0)
    }
    100% {
        -webkit-transform: none;
        transform: none
    }
}.bounceInDown {
    -webkit-animation-name: bounceInDown;
    animation-name: bounceInDown
}@-webkit-keyframes bounceInLeft {
    0%, 100%, 60%, 75%, 90% {
        -webkit-transition-timing-function: cubic-bezier(0.215, .61, .355, 1);
        transition-timing-function: cubic-bezier(0.215, .61, .355, 1)
    }
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-3000px, 0, 0);
        transform: translate3d(-3000px, 0, 0)
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(25px, 0, 0);
        transform: translate3d(25px, 0, 0)
    }
    75% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0)
    }
    90% {
        -webkit-transform: translate3d(5px, 0, 0);
        transform: translate3d(5px, 0, 0)
    }
    100% {
        -webkit-transform: none;
        transform: none
    }
}@keyframes bounceInLeft {
    0%, 100%, 60%, 75%, 90% {
        -webkit-transition-timing-function: cubic-bezier(0.215, .61, .355, 1);
        transition-timing-function: cubic-bezier(0.215, .61, .355, 1)
    }
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-3000px, 0, 0);
        transform: translate3d(-3000px, 0, 0)
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(25px, 0, 0);
        transform: translate3d(25px, 0, 0)
    }
    75% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0)
    }
    90% {
        -webkit-transform: translate3d(5px, 0, 0);
        transform: translate3d(5px, 0, 0)
    }
    100% {
        -webkit-transform: none;
        transform: none
    }
}.bounceInLeft {
    -webkit-animation-name: bounceInLeft;
    animation-name: bounceInLeft
}@-webkit-keyframes bounceInRight {
    0%, 100%, 60%, 75%, 90% {
        -webkit-transition-timing-function: cubic-bezier(0.215, .61, .355, 1);
        transition-timing-function: cubic-bezier(0.215, .61, .355, 1)
    }
    0% {
        opacity: 0;
        -webkit-transform: translate3d(3000px, 0, 0);
        transform: translate3d(3000px, 0, 0)
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(-25px, 0, 0);
        transform: translate3d(-25px, 0, 0)
    }
    75% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0)
    }
    90% {
        -webkit-transform: translate3d(-5px, 0, 0);
        transform: translate3d(-5px, 0, 0)
    }
    100% {
        -webkit-transform: none;
        transform: none
    }
}@keyframes bounceInRight {
    0%, 100%, 60%, 75%, 90% {
        -webkit-transition-timing-function: cubic-bezier(0.215, .61, .355, 1);
        transition-timing-function: cubic-bezier(0.215, .61, .355, 1)
    }
    0% {
        opacity: 0;
        -webkit-transform: translate3d(3000px, 0, 0);
        transform: translate3d(3000px, 0, 0)
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(-25px, 0, 0);
        transform: translate3d(-25px, 0, 0)
    }
    75% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0)
    }
    90% {
        -webkit-transform: translate3d(-5px, 0, 0);
        transform: translate3d(-5px, 0, 0)
    }
    100% {
        -webkit-transform: none;
        transform: none
    }
}.bounceInRight {
    -webkit-animation-name: bounceInRight;
    animation-name: bounceInRight
}@-webkit-keyframes bounceInUp {
    0%, 100%, 60%, 75%, 90% {
        -webkit-transition-timing-function: cubic-bezier(0.215, .61, .355, 1);
        transition-timing-function: cubic-bezier(0.215, .61, .355, 1)
    }
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 3000px, 0);
        transform: translate3d(0, 3000px, 0)
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0)
    }
    75% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0)
    }
    90% {
        -webkit-transform: translate3d(0, -5px, 0);
        transform: translate3d(0, -5px, 0)
    }
    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}@keyframes bounceInUp {
    0%, 100%, 60%, 75%, 90% {
        -webkit-transition-timing-function: cubic-bezier(0.215, .61, .355, 1);
        transition-timing-function: cubic-bezier(0.215, .61, .355, 1)
    }
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 3000px, 0);
        transform: translate3d(0, 3000px, 0)
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0)
    }
    75% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0)
    }
    90% {
        -webkit-transform: translate3d(0, -5px, 0);
        transform: translate3d(0, -5px, 0)
    }
    100% {
        -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(.9, .9, .9);
        transform: scale3d(.9, .9, .9)
    }
    50%, 55% {
        opacity: 1;
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1)
    }
    100% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }
}@keyframes bounceOut {
    20% {
        -webkit-transform: scale3d(.9, .9, .9);
        transform: scale3d(.9, .9, .9)
    }
    50%, 55% {
        opacity: 1;
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1)
    }
    100% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }
}.bounceOut {
    -webkit-animation-name: bounceOut;
    animation-name: bounceOut;
    -webkit-animation-duration: .75s;
    animation-duration: .75s
}@-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)
    }
    100% {
        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)
    }
    100% {
        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)
    }
    100% {
        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)
    }
    100% {
        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)
    }
    100% {
        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)
    }
    100% {
        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)
    }
    100% {
        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)
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0)
    }
}.bounceOutUp {
    -webkit-animation-name: bounceOutUp;
    animation-name: bounceOutUp
}@-webkit-keyframes fadeIn {
    0% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}@keyframes fadeIn {
    0% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}.fadeIn {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn
}@-webkit-keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}@keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}.fadeInDown {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown
}@-webkit-keyframes fadeInDownBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0)
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}@keyframes fadeInDownBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0)
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}.fadeInDownBig {
    -webkit-animation-name: fadeInDownBig;
    animation-name: fadeInDownBig
}@-webkit-keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}@keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}.fadeInLeft {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft
}@-webkit-keyframes fadeInLeftBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0)
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}@keyframes fadeInLeftBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0)
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}.fadeInLeftBig {
    -webkit-animation-name: fadeInLeftBig;
    animation-name: fadeInLeftBig
}@-webkit-keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}@keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}.fadeInRight {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight
}@-webkit-keyframes fadeInRightBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0)
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}@keyframes fadeInRightBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0)
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}.fadeInRightBig {
    -webkit-animation-name: fadeInRightBig;
    animation-name: fadeInRightBig
}@-webkit-keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}@keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp
}@-webkit-keyframes fadeInUpBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0)
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}@keyframes fadeInUpBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0)
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}.fadeInUpBig {
    -webkit-animation-name: fadeInUpBig;
    animation-name: fadeInUpBig
}@-webkit-keyframes fadeOut {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0
    }
}@keyframes fadeOut {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0
    }
}.fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut
}@-webkit-keyframes fadeOutDown {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }
}@keyframes fadeOutDown {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }
}.fadeOutDown {
    -webkit-animation-name: fadeOutDown;
    animation-name: fadeOutDown
}@-webkit-keyframes fadeOutDownBig {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0)
    }
}@keyframes fadeOutDownBig {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0)
    }
}.fadeOutDownBig {
    -webkit-animation-name: fadeOutDownBig;
    animation-name: fadeOutDownBig
}@-webkit-keyframes fadeOutLeft {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }
}@keyframes fadeOutLeft {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }
}.fadeOutLeft {
    -webkit-animation-name: fadeOutLeft;
    animation-name: fadeOutLeft
}@-webkit-keyframes fadeOutLeftBig {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0)
    }
}@keyframes fadeOutLeftBig {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0)
    }
}.fadeOutLeftBig {
    -webkit-animation-name: fadeOutLeftBig;
    animation-name: fadeOutLeftBig
}@-webkit-keyframes fadeOutRight {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }
}@keyframes fadeOutRight {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }
}.fadeOutRight {
    -webkit-animation-name: fadeOutRight;
    animation-name: fadeOutRight
}@-webkit-keyframes fadeOutRightBig {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0)
    }
}@keyframes fadeOutRightBig {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0)
    }
}.fadeOutRightBig {
    -webkit-animation-name: fadeOutRightBig;
    animation-name: fadeOutRightBig
}@-webkit-keyframes fadeOutUp {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }
}@keyframes fadeOutUp {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }
}.fadeOutUp {
    -webkit-animation-name: fadeOutUp;
    animation-name: fadeOutUp
}@-webkit-keyframes fadeOutUpBig {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0)
    }
}@keyframes fadeOutUpBig {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0)
    }
}.fadeOutUpBig {
    -webkit-animation-name: fadeOutUpBig;
    animation-name: fadeOutUpBig
}@-webkit-keyframes flip {
    0% {
        -webkit-transform: perspective(400px) 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(.95, .95, .95);
        transform: perspective(400px) scale3d(.95, .95, .95);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
    100% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
}@keyframes flip {
    0% {
        -webkit-transform: perspective(400px) 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(.95, .95, .95);
        transform: perspective(400px) scale3d(.95, .95, .95);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
    100% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
}.animated.flip {
    -webkit-backface-visibility: visible;
    backface-visibility: visible;
    -webkit-animation-name: flip;
    animation-name: flip
}@-webkit-keyframes flipInX {
    0% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        -webkit-transition-timing-function: ease-in;
        transition-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-transition-timing-function: ease-in;
        transition-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)
    }
    100% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
}@keyframes flipInX {
    0% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        -webkit-transition-timing-function: ease-in;
        transition-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-transition-timing-function: ease-in;
        transition-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)
    }
    100% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
}.flipInX {
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-name: flipInX;
    animation-name: flipInX
}@-webkit-keyframes flipInY {
    0% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        -webkit-transition-timing-function: ease-in;
        transition-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-transition-timing-function: ease-in;
        transition-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)
    }
    100% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
}@keyframes flipInY {
    0% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        -webkit-transition-timing-function: ease-in;
        transition-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-transition-timing-function: ease-in;
        transition-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)
    }
    100% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
}.flipInY {
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-name: flipInY;
    animation-name: flipInY
}@-webkit-keyframes flipOutX {
    0% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
    30% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        opacity: 1
    }
    100% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        opacity: 0
    }
}@keyframes flipOutX {
    0% {
        -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
    }
    100% {
        -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-animation-duration: .75s;
    animation-duration: .75s;
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important
}@-webkit-keyframes flipOutY {
    0% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
    30% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
        opacity: 1
    }
    100% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        opacity: 0
    }
}@keyframes flipOutY {
    0% {
        -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
    }
    100% {
        -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-animation-duration: .75s;
    animation-duration: .75s
}@-webkit-keyframes lightSpeedIn {
    0% {
        -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
        transform: translate3d(100%, 0, 0) skewX(-30deg);
        opacity: 0
    }
    60% {
        -webkit-transform: skewX(20deg);
        transform: skewX(20deg);
        opacity: 1
    }
    80% {
        -webkit-transform: skewX(-5deg);
        transform: skewX(-5deg);
        opacity: 1
    }
    100% {
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}@keyframes lightSpeedIn {
    0% {
        -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
        transform: translate3d(100%, 0, 0) skewX(-30deg);
        opacity: 0
    }
    60% {
        -webkit-transform: skewX(20deg);
        transform: skewX(20deg);
        opacity: 1
    }
    80% {
        -webkit-transform: skewX(-5deg);
        transform: skewX(-5deg);
        opacity: 1
    }
    100% {
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}.lightSpeedIn {
    -webkit-animation-name: lightSpeedIn;
    animation-name: lightSpeedIn;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out
}@-webkit-keyframes lightSpeedOut {
    0% {
        opacity: 1
    }
    100% {
        -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
        transform: translate3d(100%, 0, 0) skewX(30deg);
        opacity: 0
    }
}@keyframes lightSpeedOut {
    0% {
        opacity: 1
    }
    100% {
        -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
        transform: translate3d(100%, 0, 0) skewX(30deg);
        opacity: 0
    }
}.lightSpeedOut {
    -webkit-animation-name: lightSpeedOut;
    animation-name: lightSpeedOut;
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in
}@-webkit-keyframes rotateIn {
    0% {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate3d(0, 0, 1, -200deg);
        transform: rotate3d(0, 0, 1, -200deg);
        opacity: 0
    }
    100% {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}@keyframes rotateIn {
    0% {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate3d(0, 0, 1, -200deg);
        transform: rotate3d(0, 0, 1, -200deg);
        opacity: 0
    }
    100% {
        -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 {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0
    }
    100% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}@keyframes rotateInDownLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0
    }
    100% {
        -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 {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0
    }
    100% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}@keyframes rotateInDownRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0
    }
    100% {
        -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 {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0
    }
    100% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}@keyframes rotateInUpLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0
    }
    100% {
        -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 {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, -90deg);
        transform: rotate3d(0, 0, 1, -90deg);
        opacity: 0
    }
    100% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}@keyframes rotateInUpRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, -90deg);
        transform: rotate3d(0, 0, 1, -90deg);
        opacity: 0
    }
    100% {
        -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 {
    0% {
        -webkit-transform-origin: center;
        transform-origin: center;
        opacity: 1
    }
    100% {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate3d(0, 0, 1, 200deg);
        transform: rotate3d(0, 0, 1, 200deg);
        opacity: 0
    }
}@keyframes rotateOut {
    0% {
        -webkit-transform-origin: center;
        transform-origin: center;
        opacity: 1
    }
    100% {
        -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 {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1
    }
    100% {
        -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 {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1
    }
    100% {
        -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 {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1
    }
    100% {
        -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 {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1
    }
    100% {
        -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 {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1
    }
    100% {
        -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 {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1
    }
    100% {
        -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 {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1
    }
    100% {
        -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 {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1
    }
    100% {
        -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
    }
    100% {
        -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
    }
    100% {
        -webkit-transform: translate3d(0, 700px, 0);
        transform: translate3d(0, 700px, 0);
        opacity: 0
    }
}.hinge {
    -webkit-animation-name: hinge;
    animation-name: hinge
}@-webkit-keyframes rollIn {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
        transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg)
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}@keyframes rollIn {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
        transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg)
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}.rollIn {
    -webkit-animation-name: rollIn;
    animation-name: rollIn
}@-webkit-keyframes rollOut {
    0% {
        opacity: 1
    }
    100% {
        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 {
    0% {
        opacity: 1
    }
    100% {
        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 {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }
    50% {
        opacity: 1
    }
}@keyframes zoomIn {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }
    50% {
        opacity: 1
    }
}.zoomIn {
    -webkit-animation-name: zoomIn;
    animation-name: zoomIn
}@-webkit-keyframes zoomInDown {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(0.55, .055, .675, .19)
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(0.175, .885, .32, 1)
    }
}@keyframes zoomInDown {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(0.55, .055, .675, .19)
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(0.175, .885, .32, 1)
    }
}.zoomInDown {
    -webkit-animation-name: zoomInDown;
    animation-name: zoomInDown
}@-webkit-keyframes zoomInLeft {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
        transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(0.55, .055, .675, .19)
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(0.175, .885, .32, 1)
    }
}@keyframes zoomInLeft {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
        transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(0.55, .055, .675, .19)
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(0.175, .885, .32, 1)
    }
}.zoomInLeft {
    -webkit-animation-name: zoomInLeft;
    animation-name: zoomInLeft
}@-webkit-keyframes zoomInRight {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
        transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(0.55, .055, .675, .19)
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(0.175, .885, .32, 1)
    }
}@keyframes zoomInRight {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
        transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(0.55, .055, .675, .19)
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(0.175, .885, .32, 1)
    }
}.zoomInRight {
    -webkit-animation-name: zoomInRight;
    animation-name: zoomInRight
}@-webkit-keyframes zoomInUp {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(0.55, .055, .675, .19)
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(0.175, .885, .32, 1)
    }
}@keyframes zoomInUp {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(0.55, .055, .675, .19)
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(0.175, .885, .32, 1)
    }
}.zoomInUp {
    -webkit-animation-name: zoomInUp;
    animation-name: zoomInUp
}@-webkit-keyframes zoomOut {
    0% {
        opacity: 1
    }
    50% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }
    100% {
        opacity: 0
    }
}@keyframes zoomOut {
    0% {
        opacity: 1
    }
    50% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }
    100% {
        opacity: 0
    }
}.zoomOut {
    -webkit-animation-name: zoomOut;
    animation-name: zoomOut
}@-webkit-keyframes zoomOutDown {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(0.55, .055, .675, .19)
    }
    100% {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(0.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(0.175, .885, .32, 1)
    }
}@keyframes zoomOutDown {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(0.55, .055, .675, .19)
    }
    100% {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(0.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(0.175, .885, .32, 1)
    }
}.zoomOutDown {
    -webkit-animation-name: zoomOutDown;
    animation-name: zoomOutDown
}@-webkit-keyframes zoomOutLeft {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0)
    }
    100% {
        opacity: 0;
        -webkit-transform: scale(.1) translate3d(-2000px, 0, 0);
        transform: scale(.1) translate3d(-2000px, 0, 0);
        -webkit-transform-origin: left center;
        transform-origin: left center
    }
}@keyframes zoomOutLeft {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0)
    }
    100% {
        opacity: 0;
        -webkit-transform: scale(.1) translate3d(-2000px, 0, 0);
        transform: scale(.1) translate3d(-2000px, 0, 0);
        -webkit-transform-origin: left center;
        transform-origin: left center
    }
}.zoomOutLeft {
    -webkit-animation-name: zoomOutLeft;
    animation-name: zoomOutLeft
}@-webkit-keyframes zoomOutRight {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0)
    }
    100% {
        opacity: 0;
        -webkit-transform: scale(.1) translate3d(2000px, 0, 0);
        transform: scale(.1) translate3d(2000px, 0, 0);
        -webkit-transform-origin: right center;
        transform-origin: right center
    }
}@keyframes zoomOutRight {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0)
    }
    100% {
        opacity: 0;
        -webkit-transform: scale(.1) translate3d(2000px, 0, 0);
        transform: scale(.1) translate3d(2000px, 0, 0);
        -webkit-transform-origin: right center;
        transform-origin: right center
    }
}.zoomOutRight {
    -webkit-animation-name: zoomOutRight;
    animation-name: zoomOutRight
}@-webkit-keyframes zoomOutUp {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(0.55, .055, .675, .19)
    }
    100% {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(0.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(0.175, .885, .32, 1)
    }
}@keyframes zoomOutUp {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(0.55, .055, .675, .19)
    }
    100% {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(0.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(0.175, .885, .32, 1)
    }
}.zoomOutUp {
    -webkit-animation-name: zoomOutUp;
    animation-name: zoomOutUp
}@-webkit-keyframes slideInDown {
    0% {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
        visibility: visible
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}@keyframes slideInDown {
    0% {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
        visibility: visible
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}.slideInDown {
    -webkit-animation-name: slideInDown;
    animation-name: slideInDown
}@-webkit-keyframes slideInLeft {
    0% {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
        visibility: visible
    }
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}@keyframes slideInLeft {
    0% {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
        visibility: visible
    }
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}.slideInLeft {
    -webkit-animation-name: slideInLeft;
    animation-name: slideInLeft
}@-webkit-keyframes slideInRight {
    0% {
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
        visibility: visible
    }
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}@keyframes slideInRight {
    0% {
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
        visibility: visible
    }
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}.slideInRight {
    -webkit-animation-name: slideInRight;
    animation-name: slideInRight
}@-webkit-keyframes slideInUp {
    0% {
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
        visibility: visible
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}@keyframes slideInUp {
    0% {
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
        visibility: visible
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}.slideInUp {
    -webkit-animation-name: slideInUp;
    animation-name: slideInUp
}@-webkit-keyframes slideOutDown {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
    100% {
        visibility: hidden;
        -webkit-transform: translateY(100%);
        transform: translateY(100%)
    }
}@keyframes slideOutDown {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
    100% {
        visibility: hidden;
        -webkit-transform: translateY(100%);
        transform: translateY(100%)
    }
}.slideOutDown {
    -webkit-animation-name: slideOutDown;
    animation-name: slideOutDown
}@-webkit-keyframes slideOutLeft {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
    100% {
        visibility: hidden;
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%)
    }
}@keyframes slideOutLeft {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
    100% {
        visibility: hidden;
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%)
    }
}.slideOutLeft {
    -webkit-animation-name: slideOutLeft;
    animation-name: slideOutLeft
}@-webkit-keyframes slideOutRight {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
    100% {
        visibility: hidden;
        -webkit-transform: translateX(100%);
        transform: translateX(100%)
    }
}@keyframes slideOutRight {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
    100% {
        visibility: hidden;
        -webkit-transform: translateX(100%);
        transform: translateX(100%)
    }
}.slideOutRight {
    -webkit-animation-name: slideOutRight;
    animation-name: slideOutRight
}@-webkit-keyframes slideOutUp {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
    100% {
        visibility: hidden;
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%)
    }
}@keyframes slideOutUp {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
    100% {
        visibility: hidden;
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%)
    }
}.slideOutUp {
    -webkit-animation-name: slideOutUp;
    animation-name: slideOutUp
}@font-face {
    font-family: FontAwesome;
    src: url(font-awesome/fonts/FontAwesome.otf);
}@font-face {
    font-family: fontawesome-webfont;
    src: url(font-awesome/fonts/fontawesome-webfont.ttf);
}@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 300;
    src: local('Roboto Light'), local('Roboto-Light'), url(https://fonts.gstatic.com/s/roboto/v15/Hgo13k-tfSpn0qi1SFdUfVtXRa8TVwTICgirnJhmVJw.woff2) format('woff2'), url(https://fonts.gstatic.com/s/roboto/v15/Hgo13k-tfSpn0qi1SFdUfT8E0i7KZn-EPnyo3HZu7kw.woff) format('woff');
}@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    src: local('Roboto'), local('Roboto-Regular'), url(https://fonts.gstatic.com/s/roboto/v15/CWB0XYA8bzo0kSThX0UTuA.woff2) format('woff2'), url(https://fonts.gstatic.com/s/roboto/v15/2UX7WLTfW3W8TclTUvlFyQ.woff) format('woff');
}@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    src: local('Roboto Medium'), local('Roboto-Medium'), url(https://fonts.gstatic.com/s/roboto/v15/RxZJdnzeo3R5zSexge8UUVtXRa8TVwTICgirnJhmVJw.woff2) format('woff2'), url(https://fonts.gstatic.com/s/roboto/v15/RxZJdnzeo3R5zSexge8UUT8E0i7KZn-EPnyo3HZu7kw.woff) format('woff');
}@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    src: local('Roboto Bold'), local('Roboto-Bold'), url(https://fonts.gstatic.com/s/roboto/v15/d-6IYplOFocCacKzxwXSOFtXRa8TVwTICgirnJhmVJw.woff2) format('woff2'), url(https://fonts.gstatic.com/s/roboto/v15/d-6IYplOFocCacKzxwXSOD8E0i7KZn-EPnyo3HZu7kw.woff) format('woff');
}@font-face {
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 200;
    src: local('Raleway ExtraLight'), local('Raleway-ExtraLight'), url(http://fonts.gstatic.com/s/raleway/v9/8KhZd3VQBtXTAznvKjw-k_k_vArhqVIZ0nv9q090hN8.woff2) format('woff2'), url(http://fonts.gstatic.com/s/raleway/v9/8KhZd3VQBtXTAznvKjw-kxsxEYwM7FgeyaSgU71cLG0.woff) format('woff');
}@font-face {
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 300;
    src: local('Raleway Light'), local('Raleway-Light'), url(http://fonts.gstatic.com/s/raleway/v9/-_Ctzj9b56b8RgXW8FArifk_vArhqVIZ0nv9q090hN8.woff2) format('woff2'), url(http://fonts.gstatic.com/s/raleway/v9/-_Ctzj9b56b8RgXW8FAriRsxEYwM7FgeyaSgU71cLG0.woff) format('woff');
}@font-face {
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 400;
    src: local('Raleway'), url(http://fonts.gstatic.com/s/raleway/v9/0dTEPzkLWceF7z0koJaX1A.woff2) format('woff2'), url(http://fonts.gstatic.com/s/raleway/v9/IczWvq5y_Cwwv_rBjOtT0w.woff) format('woff');
}@font-face {
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 800;
    src: local('Raleway ExtraBold'), local('Raleway-ExtraBold'), url(http://fonts.gstatic.com/s/raleway/v9/1ImRNPx4870-D9a1EBUdPPk_vArhqVIZ0nv9q090hN8.woff2) format('woff2'), url(http://fonts.gstatic.com/s/raleway/v9/1ImRNPx4870-D9a1EBUdPBsxEYwM7FgeyaSgU71cLG0.woff) format('woff');
}@font-face {
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 900;
    src: local('Raleway Heavy'), local('Raleway-Heavy'), url(http://fonts.gstatic.com/s/raleway/v9/PKCRbVvRfd5n7BTjtGiFZPk_vArhqVIZ0nv9q090hN8.woff2) format('woff2'), url(http://fonts.gstatic.com/s/raleway/v9/PKCRbVvRfd5n7BTjtGiFZBsxEYwM7FgeyaSgU71cLG0.woff) format('woff');
}@font-face {
    font-family: 'Droid Serif';
    font-style: normal;
    font-weight: 400;
    src: local('Droid Serif'), local('DroidSerif'), url(http://fonts.gstatic.com/s/droidserif/v6/0AKsP294HTD-nvJgucYTaI4P5ICox8Kq3LLUNMylGO4.woff2) format('woff2'), url(http://fonts.gstatic.com/s/droidserif/v6/0AKsP294HTD-nvJgucYTaIbN6UDyHWBl620a-IRfuBk.woff) format('woff');
}@font-face {
    font-family: 'Droid Serif';
    font-style: italic;
    font-weight: 400;
    src: local('Droid Serif Italic'), local('DroidSerif-Italic'), url(http://fonts.gstatic.com/s/droidserif/v6/cj2hUnSRBhwmSPr9kS5898u2Q0OS-KeTAWjgkS85mDg.woff2) format('woff2'), url(http://fonts.gstatic.com/s/droidserif/v6/cj2hUnSRBhwmSPr9kS5899kZXW4sYc4BjuAIFc1SXII.woff) format('woff');
}#map-canvas {
    width: 100%;
    height: 300px;
    margin: 0;
    padding: 15px;
    margin-top: 33px;
}address {
    visibility: hidden;
    display: none;
}html, body {
    margin: 0;
    padding: 0;
    height: 100%;
    width: 100%;
}/* LINK */
a, a:hover {
    text-decoration: none;
    -webkit-transition-duration: 0.4s;
    -moz-transition-duration: 0.4s;
    transition-duration: 0.4s;
}button:hover {
    opacity: .8;
    -webkit-transition-duration: 0.6s;
    -moz-transition-duration: 0.6s;
    transition-duration: 0.6s;
}button:focus {
    outline: 0;
}.boxedcontainer {
    max-width: 1170px;
    margin: auto;
    padding: 0px 30px;
}.blog-post-color {
    background-color: #f1f1f1
}/*********************************************
	-	SETTINGS FOR BANNER CONTAINERS	-
**********************************************/
.tp-banner-container {
    width: 100%;
    position: relative;
    padding: 0;
}.tp-banner {
    width: 100%;
    position: relative;
}.tp-banner-fullscreen-container {
    width: 100%;
    position: relative;
    padding: 0;
}/*---------------------------------------
2.2 PRE LOADER
-----------------------------------------*/
.preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fefefe;
    z-index: 99999;
    height: 100%;
    width: 100%;
    overflow: hidden !important;
}.status {
    width: 120px;
    height: 120px;
    position: absolute;
    left: 45%;
    top: 45%;
    background-image: url(../images/loading.GIF);
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: cover;
    background-size: cover;
    margin: -20px 0 0 -20px;
}.with-separation-top, .with-separation-bottom {
    position: relative;
}.with-separation-bottom:after {
    content: "";
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center bottom;
    position: absolute;
    bottom: -20px;
    left: 0;
    z-index: 2;
    width: 100%;
    height: 90px;
}.with-separation-top:before {
    content: "";a
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center -40px;
    position: absolute;
    top: -20px;
    left: 0;
    z-index: 3;
    width: 100%;
    height: 90px;
}::selection {
    color: #FFF;
}::-moz-selection {
    color: #FFF;
}/* SCROLL TOP */
#scroll-top {
    position: fixed;
    right: 30px;
    display: none;
    bottom: 60px;
    z-index: 5;
    font-size: 2em;
    color: rgba(50, 50, 50, .6);
    background: rgba(255, 255, 255, .8);
    padding: 0 10px;
    border-radius: 2px;
}#scroll-top:hover {
    color: rgba(50, 50, 50, 1);
    background: rgba(255, 255, 255, 1);
}/*PAGE LOADER*/
#loader {
    position: fixed;
    z-index: 10;
    height: 100%;
    width: 100%;
    text-align: center;
    background-color: #FFF;
}#loading-logo {
    position: relative;
    top: 50%;
    margin: 0 auto;
}/*BOXED LAYOUT*/
body.boxed #page {
    width: 95%;
    margin: 0 auto;
    overflow: hidden;
    box-shadow: 0 0 5px 2px rgba(0, 0, 0, .3);
    position: relative;
}@font-face {
    font-family: FontAwesome;
    src: url(assets/font-awesome/fonts/FontAwesome.otf);
}@font-face {
    font-family: fontawesome-webfont;
    src: url(assets/font-awesome/fonts/fontawesome-webfont.ttf);
}body.boxed #page #navigation {
    width: 95%;
}/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
* HEADER 
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
#header, #header a {
    color: #FFF;
}#header {
    width: 100%;
    position: relative;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    overflow: hidden;
    font-size: 1em;
}#header-canvas {
    position: relative;
    z-index: 3;
}#header-slider {
    width: 100%;
    z-index: 0;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
}#header-slider img {
    width: 100%;
}#sliderPrev,
#sliderNext {
    font-size: 2em;
    position: absolute;
    top: 50%;
    margin-top: -15px;
    z-index: 4;
    opacity: .4;
}#sliderPrev:hover,
#sliderNext:hover {
    opacity: 1;
}#sliderPrev {
    left: 50px;
}#sliderNext {
    right: 50px;
}#header {
    max-height: 250px;
}#header.big {
    min-height: 100vh;
}/*HEADER VIDEO*/
#header-video {
    width: 100%;
    z-index: 0;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
}#header-video video {
    width: 100% !important;
}/* TOP NAVIGATION */
#top-navigation ul {
    text-align: center;
    width: 100%;
    position: absolute;
    top: 0;
    z-index: 6;
    margin: 0;
    padding: 0;
    border-bottom: 1px solid rgba(255, 255, 255, .2);
}#top-navigation ul li {
    list-style-type: none;
    display: inline-block;
    line-height: 30px;
    padding: 0 10px;
    font-size: .9em;
    margin: 0;
    border-left: 1px solid rgba(255, 255, 255, .2);
    opacity: .7;
    position: relative;
}#top-navigation ul li:first-child {
    border-left: none;
}#top-navigation ul li:hover {
    opacity: 1;
    -webkit-transition-duration: 0.4s;
    -moz-transition-duration: 0.4s;
    transition-duration: 0.4s;
}#top-navigation ul li i {
    padding: 0 8px 0 8px;
}#top-navigation ul li.menu-item-has-children ul {
    display: none;
}#top-navigation ul.sub-menu {
    position: absolute;
    right: -15px;
    border-bottom: 0;
    width: 120px;
    top: 30px;
}#top-navigation ul.sub-menu.open {
    display: block;
}#top-navigation ul.sub-menu li {
    font-weight: normal;
    line-height: 20px;
    opacity: 1;
}#top-navigation span.navigation-social {
    padding-right: 6px;
}/* SEARCHFORM */
#header #search-container {
    display: none;
}#header #search-container.clicked {
    display: inline-block;
}#header #search-toggle {
    display: inline-block;
}#header #search-toggle i:before {
    content: "\f002";
}#header #search-toggle.clicked i:before {
    content: "\f00d";
}#header #search-container input,
#header #search-container button {
    background: transparent;
    border: 0;
    padding: 0;
}#header #search-container button:hover {
    opacity: .6;
    -webkit-transition-duration: 0.4s;
    -moz-transition-duration: 0.4s;
    transition-duration: 0.4s;
}/* MENU */
#navigation {
    position: fixed;
    z-index: 3;
    top: 55px;
    width: 100%;
}#left-navigation {
    text-align: right;
    padding-left: 0;
    position: relative;
    display: block;
    width: 38%;
    float: left;
}#right-navigation {
    text-align: left;
    padding-left: 0;
    position: relative;
    display: block;
    width: 38%;
    float: left;
}#navigation ul li {
    display: inline-block;
    list-style-type: none;
    margin: 0 20px;
    padding: 10px 0 16px 0;
    text-align: center;
    position: relative;
    text-shadow: 0px 0px 10px rgba(0, 0, 0, .2);
}#navigation ul li.current-menu-item, #navigation ul li:hover {
    border-bottom: 1px solid rgba(255, 255, 255, .8);
}#navigation ul li a i.fa {
    padding-right: 6px;
}#navigation ul li a:after {
    opacity: .7;
    content: attr(data-description);
    font-size: 12px;
    display: block;
    line-height: 0;
    margin: 10px 0 -3px;
    text-align: center;
    text-transform: none;
}#navigation ul li a:hover, #navigation ul li a:hover:after {
    opacity: .4;
    -webkit-transition-duration: 0.4s;
    -moz-transition-duration: 0.4s;
    transition-duration: 0.4s;
}/* SUBMENU */
#navigation ul.sub-menu .menu-item-has-children {
    position: relative;
}#navigation ul.sub-menu {
    display: none;
    position: absolute;
    top: 50px;
    width: 160px;
    padding-left: 0;
    z-index: 3;
}#navigation ul.sub-menu.open {
    display: block;
}#navigation ul.sub-menu li,
#top-navigation ul.sub-menu li {
    position: relative;
    text-shadow: none;
    margin: 0;
    height: auto;
    text-align: left;
    float: none;
    width: 100%;
    display: block;
    padding: 0;
    list-style: none;
    border-bottom: 1px solid;
}#navigation ul.sub-menu li:last-child,
#navigation ul.sub-menu li:last-child:hover,
#top-navigation ul.sub-menu li:last-child,
#top-navigation ul.sub-menu li:last-child:hover {
    border-bottom: 0;
}#navigation ul.sub-menu li a,
#top-navigation ul.sub-menu li a {
    text-transform: inherit;
    font-size: 0.8em;
    width: 100%;
    line-height: 1.1em;
    display: block;
    margin: 0;
    padding: 12px 10px 10px 10px;
}#navigation ul.sub-menu li a:hover,
#top-navigation ul.sub-menu li a:hover {
    opacity: 1;
}#navigation ul.sub-menu li:hover,
#top-navigation ul.sub-menu li:hover {
    border-bottom: 1px solid;
}#navigation ul.sub-menu li:hover:after {
    border: 0;
    border-color: transparent;
}/* LANGUAGE SWITCHER IN MAIN MENU */
#navigation ul li.language-switcher {
    border-bottom: 0 !important;
}#navigation ul li.language-switcher:after {
    border: 0 !important;
}#navigation ul li.language-switcher a {
    top: -10px;
    position: relative;
}/* LOGO */
a#logo-navigation {
    text-align: center;
    display: block;
    width: 24%;
    position: relative;
    float: left;
    background-position: center;
    background-repeat: no-repeat;
}a#logo-navigation:hover {
    opacity: .5;
    -webkit-transition-duration: 0.4s;
    -moz-transition-duration: 0.4s;
    transition-duration: 0.4s;
}#logo-navigation span {
    opacity: .9;
    position: absolute;
    font-size: .9em;
    bottom: -12px;
    display: block;
    text-shadow: 0px 0px 4px rgba(0, 0, 0, .5);
    width: 100%;
}/* NAVIGATION FIXED*/
#navigation.navigation-fixed {
    background: #FFF;
    z-index: 6;
    top: 0;
    height: 56px;
}#navigation.navigation-fixed:before {
    content: "";
    background-image: url("images/breaker-bottom.svg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
    position: absolute;
    top: 50px;
    z-index: 0;
    width: 100%;
    height: 35px;
}#navigation.navigation-fixed #logo-navigation span {
    display: none;
}#navigation.navigation-fixed a#logo-navigation {
    top: 0;
}#navigation.navigation-fixed #left-navigation,
#navigation.navigation-fixed #right-navigation {
    margin-bottom: 0;
}#navigation.navigation-fixed ul li {
    padding: 0;
    line-height: 55px;
}#navigation.navigation-fixed ul.sub-menu li {
    line-height: 26px;
}#navigation.navigation-fixed ul li {
    text-shadow: none;
}#navigation.navigation-fixed ul li a:after {
    display: none;
}#navigation.navigation-fixed ul.sub-menu li a,
#navigation.navigation-fixed ul li.current-menu-item a,
#navigation.navigation-fixed ul li a:hover {
    opacity: 1;
}#navigation.navigation-fixed ul li.language-switcher a {
    top: 0;
}#navigation.navigation-fixed ul.sub-menu {
    z-index: 10;
    right: -60px;
}/* MOBILE MENU */
#navigation-mobile, #close-navigation-mobile, #show-mobile-menu {
    display: none;
}#show-mobile-menu {
    position: fixed;
    z-index: 10;
    left: 40px;
    font-size: 2em;
    top: 50px;
}#navigation #show-mobile-menu.mobile-button-left {
    left: 240px;
}#navigation-mobile.display-nav-menu {
    left: 0px;
}#navigation-mobile {
    position: fixed;
    width: 200px;
    z-index: 10;
    top: 0;
    height: 100%;
    left: 0;
    padding: 20px;
    left: -400px;
    -webkit-overflow-scrolling: touch;
    overflow-y: scroll;
}#header a#close-navigation-mobile {
    position: absolute;
    top: 5px;
    right: 20px;
    font-size: 1.4em;
}#header a#close-navigation-mobile:hover {
    color: #FFF;
}#navigation-mobile #left-navigation,
#navigation-mobile #right-navigation {
    float: none;
    text-align: left;
    width: 100%;
    list-style-type: none;
}#navigation-mobile li {
    line-height: 30px;
}#header #navigation-mobile li a {
    display: block;
    padding: 5px 0;
    border-bottom: 1px solid rgba(255, 255, 255, .2);
}#header #navigation-mobile li a:hover,
#header #navigation-mobile li.current-menu-item a {
    color: #FFF;
}#header #navigation-mobile ul.sub-menu li {
    list-style-type: none;
    font-size: .9em;
    line-height: 20px;
}#header #navigation-mobile #logo-navigation {
    display: none;
}#header #navigation-mobile ul.sub-menu li a {
    border-bottom: 0;
}/* SCROLL BOTTOM */
#scroll-bottom {
    position: fixed;
    bottom: 30px;
    width: 100%;
    z-index: 4;
    text-align: center;
}#scroll-bottom a {
    color: rgba(255, 255, 255, 1);
    font-size: 2em;
}#scroll-bottom a:hover {
    color: rgba(255, 255, 255, .5);
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
}/* TEXT TICKER */
#ticker {
    position: absolute;
    z-index: 3;
    width: 100%;
    text-align: center;
    top: 40%;
}#ticker h4 {
    font-size: 1.2em;
    text-transform: none;
    margin-bottom: 10px;
    position: relative;
}#ticker-text ul li {
    text-align: center;
    padding: 0 40px;
    list-style-type: none;
    font-size: 5em;
}#ticker-text ul {
    width: 100%;
}#header .with-breaker:after {
    display: none;
}#header .with-breaker {
    padding-bottom: 10px;
}#header .with-breaker:before {
    width: 80px;
    margin-left: -40px;
    bottom: -10px;
    opacity: .6;
}/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
* MAIN CONTAINER
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
.main-container {
    padding: 0px 0 20px 0;
    z-index: 5;
    position: relative;
}.main-container h1,
.main-container h2,
.main-container h3,
.main-container h4 {
    margin: 40px 0 20px 0;
}.with-breaker {
    margin-bottom: 30px;
    text-align: center;
    position: relative;
}.with-breaker:before {
    width: 140px;
    height: 2px;
    z-index: 3;
    display: block;
    content: "";
    left: 50%;
    margin-left: -70px;
    background: #E7E7E7;
    position: absolute;
    bottom: 14px;
}h1.with-breaker:before {
    bottom: 21px;
}h2.with-breaker:before {
    bottom: 18px;
}h3.with-breaker:before {
    bottom: 14px;
}h4.with-breaker:before {
    bottom: 11px;
}h4.with-breaker:after {
    margin-top: 8px;
}.with-breaker:after {
    content: "\f02e";
    font-weight: normal;
    font-style: normal;
    font-family: "FontAwesome";
    display: block;
    margin-top: 15px;
    font-size: .6em;
}.with-breaker span {
    display: block;
    font-size: .6em;
    text-transform: none;
    margin-top: 10px;
    letter-spacing: normal;
}.main-container p {
    line-height: 1.7em;
}.main-container a:hover {
    opacity: .4;
}.main-container code {
    font-size: .8em;
    position: relative;
    top: -1px;
    color: #FFF;
    border-radius: 2px;
}.main-container hr {
    border: 0;
    margin: 40px auto;
    width: 60px;
    border-top: 2px solid;
}.main-container hr.align-left {
    border: 0;
    margin: 0px 0 20px 0;
    width: 60px;
    border-top: 2px solid;
}.main-container ul,
.main-container ol {
    margin: 20px 0;
}.main-container li {
    line-height: 2em;
}.main-container blockquote {
    border: none;
    font-size: 1.2em;
    line-height: 1.9em;
    margin: 30px 0 20px 0;
    padding: 0;
}.main-container blockquote:before {
    content: "\f10d";
    font-family: "FontAwesome";
    font-style: normal;
    font-size: 1.4em;
    float: left;
    margin: 0 20px -18px 0;
}.main-container pre {
    border: none;
}.main-container .center {
    text-align: center;
}.main-container .btn {
    margin: 10px;
    border: 0;
    padding: 15px 30px 14px 30px;
    font-size: .9em;
}.main-container .btn i {
    padding-right: 6px;
}.main-container .icon {
    font-size: 3em;
    text-align: center;
    margin: 20px 0 0 0;
}.main-container .surline {
    background: #FBFF9E;
    padding: 2px 3px;
    border-radius: 1px;
}.main-container .dropcap {
    font-size: 2.5em;
    float: left;
    margin: 10px 20px 10px 0;
}.main-container .welcome-message {
    text-transform: none;
    margin-top: 20px;
    margin-bottom: 50px;
    padding: 0 10%;
    line-height: 1.5em;
}/* FAQ */
.main-container .faqs-container {
    padding: 0 20px;
}.main-container li.faq {
    list-style-type: none;
}.main-container h4.faq-link {
    border-bottom: 1px solid;
    padding: 16px 0;
    margin: 20px 0;
}.main-container h4.faq-link a:hover i {
    -webkit-transition-duration: 0.4s;
    -moz-transition-duration: 0.4s;
    transition-duration: 0.4s;
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
}.main-container h4.faq-link i {
    padding-right: 10px;
    position: relative;
}.main-container .faq-content {
    display: none;
}/* SOCIAL ICONS */
.main-container ul.social-list {
    margin-top: 10px;
    padding-left: 0;
}.main-container ul.social-list li {
    display: inline-block;
    padding-right: 15px;
    font-size: 1.2em;
}.main-container ul.social-list li:hover a {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
    opacity: 1;
}.main-container ul.share-buttons {
    padding-left: 0;
    text-align: center;
    list-style-type: none;
    margin: 0;
}.main-container ul.share-buttons li {
    display: inline;
}.main-container ul.share-buttons li a.button-facebook {
    background: #3B5998;
    color: #FFF;
}.main-container ul.share-buttons li a.button-twitter {
    background: #00ACED;
    color: #FFF;
}/* SEARCHFORM */
#container-search-container {
    text-align: center;
    width: 80%;
    margin: auto;
}#container-search-container #s {
    width: 100%;
    display: inline-block;
    padding-top: 23px;
    padding-bottom: 23px;
    width: 50%;
    box-shadow: none;
    top: 2px;
    position: relative;
}/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
* SKILLS 
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
/* SKILLS TABS */
.tabs-container {
    width: 90%;
    margin: 40px auto;
}.nav-tabs {
    width: 25%;
    float: left;
    border-right: 1px solid #E7E7E7;
    border-bottom: 0;
    position: relative;
    z-index: 2;
}.nav-tabs > li:nth-of-type(even) {
    background: #F8F8F8;
}.nav-tabs > li {
    display: block;
    float: none;
    margin-bottom: 0;
}.nav-tabs > li > a {
    border-radius: 0;
    border-bottom: 1px solid #E7E7E7;
    text-align: right;
    padding: 25px;
    margin-right: 0;
}.nav-tabs > li > a i {
    padding-right: 5px;
}.nav-tabs > li > a:hover {
    opacity: .9;
}.nav-tabs > li:last-child > a {
    border-bottom: 0;
    position: relative;
}.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
    border-left: 0;
    border-right: 0;
    border-top: 0;
}.nav-tabs > li.active > a:after,
.nav-tabs > li.active > a:hover:after,
.nav-tabs > li.active > a:focus:after {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    bottom: 0;
    right: 0;
    border-style: solid;
    border-width: 0 0 10px 10px;
}.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
    background: inherit;
}.tab-pane {
    width: 75%;
    padding: 50px;
    float: left;
    display: block;
    z-index: 1;
    position: relative;;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;
    -webkit-animation-duration: 0.7s;
    -o-animation-duration: 0.7s;
    -moz-animation-duration: 0.7s;
    animation-duration: 0.7s;
}.tab-pane h2 {
    margin-top: 0;
    margin-bottom: 15px;
}h2 i,
h1 i {
    margin-right: 18px;
    font-size: 1.6em;
    position: relative;
    bottom: -2px;
}/* SKILLS SHORTCODE */
.skills {
    margin: 40px auto 30px auto;
    width: 100%;
}.skills-row {
    width: 100%;
}.skill {
    border: 1px solid #E7E7E7;
    padding: 20px 40px;
    width: 33%;
    text-align: center;
}.skill:hover {
    -webkit-transition-duration: 0.6s;
    -moz-transition-duration: 0.6s;
    transition-duration: 0.6s;
    color: #FFF;
    cursor: pointer;
}.skill:hover h4 i {
    position: relative;
    -webkit-transition-duration: 0.6s;
    -moz-transition-duration: 0.6s;
    transition-duration: 0.6s;
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
}.skill h4 {
    margin-top: 0;
    margin-bottom: 15px;
}.skill h4 i {
    margin-right: 18px;
    font-size: 1.6em;
    position: relative;
    bottom: -2px;
}.skills .skills-row:first-child .skill {
    border-top: 0;
}.skills .skills-row:last-child .skill {
    border-bottom: 0;
}.skills .skills-row .skill:first-child {
    border-left: 0;
}.skills .skills-row .skill:last-child {
    border-right: 0;
}.skill-button {
    margin-bottom: 60px;
}/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
* PORTFOLIO 
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
.main-container h1.project-title {
    margin-bottom: 20px;
}/* PORTFOLIO FILTERS */
#portfolio-filters {
    text-align: center;
    margin-bottom: 25px;
}/*  SINGLE PAGE */
.flexslider.image-slider {
    margin: 25px 0 10px 0;
}.flexslider.image-slider img {
    max-width: 100%;
    border-radius: 5px;
}/*POSTMETADATAS*/
.main-container ul.post-metadatas {
    padding-left: 0;
    list-style-type: none;
    margin-top: 0;
}.main-container ul.post-metadatas li i {
    padding-right: 8px;
}/* PORTFOLIO SHORTCODE (http://tympanus.net/Development/HoverEffectIdeas/)*/
#portfolio-container {
    width: 100%;
    margin: 0px auto 60px auto;
    position: relative;
    zoom: 1;
    text-align: center;
}#portfolio-container figure {
    position: relative;
    z-index: 1;
    display: inline-block;
    overflow: hidden;
    text-align: center;
    cursor: pointer;
    width: 33.333%;
}#portfolio-container figure img {
    position: relative;
    display: block;
    height: auto;
    opacity: 1;
    max-width: 100%;
}#portfolio-container figure figcaption {
    padding: 2em;
    color: #fff;
    font-size: 1.25em;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}#portfolio-container figure figcaption::before,
#portfolio-container figure figcaption::after {
    pointer-events: none;
}
.google-map img{
margin-top:35px;
}
#portfolio-container figure figcaption,
#portfolio-container figure a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}#portfolio-container figure a {
    z-index: 1000;
    text-indent: 200%;
    white-space: nowrap;
    font-size: 0;
    opacity: 0;
}figure.effect-sadie figcaption::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 75%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 75%);
    content: '';
    opacity: 0;
    -webkit-transform: translate3d(0, 50%, 0);
    transform: translate3d(0, 50%, 0);
}figure.effect-sadie h4 {
    position: absolute;
    top: 50%;
    left: 0;
    opacity: 0;
    font-size: 1.2em;
    width: 100%;
    -webkit-transition: -webkit-transform 0.35s, color 0.35s;
    transition: transform 0.35s, color 0.35s;
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0);
}figure.effect-sadie figcaption::before,
figure.effect-sadie p {
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
}figure.effect-sadie p {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 2em;
    width: 100%;
    opacity: 0;
    text-transform: none;
    font-size: .9em;
    color: #FFF;
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
}figure.effect-sadie:hover h4 {
    color: #fff;
    opacity: 1;
    -webkit-transform: translate3d(0, -50%, 0) translate3d(0, -40px, 0);
    transform: translate3d(0, -50%, 0) translate3d(0, -40px, 0);
}figure.effect-sadie:hover figcaption::before,
figure.effect-sadie:hover p {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}.portfolio-button {
    position: relative;
    top: -20px;
}.tp-banner-container {
    max-height: 560px !important;
    overflow: hidden !important;
}.tp-banner {
    max-height: 560px !important;
    overflow: hidden !important;
	
}
.tp-banner-container{

margin-top:-60px;
}

.tp-banner{
margin-top:-60px;
}
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
* ABOUT 
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
/* TEAM SHORTCODE */
.team-single {
    text-align: center;
    margin-top: 20px;
}.team-single img {
    border-radius: 50%;
    width: 140px;
}.team-single h3 {
    margin-top: 25px;
    margin-bottom: 15px;
}/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
* PARTNERS 
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
.partners-slide img {
    max-width: 100%;
}.partners-slide a {
    opacity: .5;
    width: 70%;
    display: block;
    margin: 10px auto;
}.partners-slide a:hover {
    opacity: 1;
}#partners-slider .flex-direction-nav a {
    margin: -40px 0 0;
}/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
* BLOG 
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
/* BLOG GRID */
.main-container ul.blog-grid {
    list-style-type: none;
    padding-left: 0;
    margin: 60px 0;
}.blog-grid li.blog-post:first-child {
    border-radius: 5px 5px 0 0;
}.blog-grid li.blog-post:first-child img {
    border-radius: 0px 5px 0px 0px;
}.blog-grid li.blog-post {
    height: 300px;
}.blog-grid > li:nth-of-type(odd) {
    background: #F8F8F8;
}.blog-grid > li:nth-of-type(odd) .blog-thumbnail {
    float: right;
    margin-right: 0;
    margin-left: 45px;
}.blog-grid > li:nth-of-type(odd) .blog-content {
    text-align: right;
}.blog-grid > li:nth-of-type(odd) .blog-button {
    text-align: left;
}.blog-grid > li:nth-of-type(odd) .blog-sum-up {
    text-align: right;
}.blog-grid .blog-thumbnail {
    height: 300px;
    float: left;
    margin-right: 45px;
}.blog-grid .blog-thumbnail a {
    max-width: 100%;
    overflow: hidden;
}.blog-grid .blog-thumbnail a img {
    height: 300px;
}.blog-grid .blog-content {
    padding: 35px 50px 0 50px;
    height: 300px;
}.blog-sum-up {
    text-align: left;
}.main-container a.blog-post-title h2 {
    margin: 0;
    padding-bottom: 20px;
    padding-top: 10px;
    font-weight: bold;
    font-size: 20px;
}.main-container .blog-grid ul.post-metadatas {
    margin-bottom: 10px;
}/* BLOG SINGLE */
.single-post ul.post-metadatas {
    margin-bottom: 10px;
}.single-post .blog-content {
    padding-top: 40px;
}#comments-container {
    background: #F8F8F8;
    padding: 80px 0;
}.main-container ol.comment-list {
    padding-left: 0;
    width: 80%;
    margin: auto;
}.comment-list li {
    background: #FFF;
    list-style-type: none;
    border-radius: 3px;
    padding: 40px 40px 30px 40px;
    position: relative;
    margin-bottom: 50px;
}.comment-list li p {
    padding-left: 95px;
}.comment-list li:last-child {
    margin-bottom: 0;
}.comment-author img {
    border-radius: 50%;
    float: left;
    margin: 10px 20px 20px 0;
    width: 75px;
}.comment-meta {
    padding: 0px 0 10px 0;
}.comment-list li:before {
    font-size: 5em;
    position: absolute;
    left: 30px;
    top: 65px;
}.comment-list .children li:before {
    font-family: "FontAwesome";
    content: "\f064";
    font-size: 2em;
    top: 80px;
    left: -20px;
}#comment-form {
    margin: 50px auto !important;
    width: 50%;
}/* BLOG SHORTCODE */
#blog-container:after {
    bottom: 0;
}#blog-container .flexslider .blog-post {
    background: #F8F8F8;
}#blog-container .flexslider .blog-post:nth-of-type(odd) {
    background: #FFF;
}#blog-container .blog-thumbnail {
    height: 200px;
    text-align: center;
    display: block;
    overflow: hidden;
}#blog-container .blog-thumbnail img {
    width: 100%;
    height: auto;
}#blog-container .blog-thumbnail i {
    font-size: 4em;
    position: relative;
    top: 40%;
}#blog-container .blog-thumbnail:hover {
    opacity: .4;
    -webkit-transition-duration: 0.6s;
    -moz-transition-duration: 0.6s;
    transition-duration: 0.6s;
}#blog-container .blog-content {
    padding: 20px 40px 20px 40px;
}#blog-container .blog-sum-up {
    text-align: justify;
}#blog-container .blog-post-title h2 {
    text-align: center;
    font-size: 1.6em;
}#blog-container a.blog-post-title {
    padding: 10px 5px 15px 5px !important;
    display: block;
}#blog-container .post-content {
    padding: 5px 20px;
}#blog-container .blog-button {
    padding-bottom: 30px;
    text-align: center;
}#blog-container .blog-button .btn.btn-default {
    background: transparent;
    border: 1px solid;
}#blog-container ul.post-metadatas {
    margin-bottom: 10px;
}#blog-container ul.post-metadatas li {
    padding-left: 10px;
}.blog-content .price {
    font-weight: bold;
    font-size: 32px;
    color: #86B567;
    margin-top: -30px;
    margin-bottom: 0px;
    text-align: center;
    margin-left: -10px;
}.blog-button {
    margin-bottom: 20px;
    margin-top: 10px;
    margin-left: -10px;
}#blog-container .blog-button a.btn.btn-default:hover {
    opacity: 1 !important;
    color: #FFF;
}/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
* CONTACT 
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
/* FORM PROCESSING*/
#form_processing .alert-success,
#form_processing .alert-danger {
    width: 100%;
    height: 100%;
    text-align: center;
    border: 0;
    padding-top: 10%;
}/* CONTACT MAP */
#GoogleMap {
    width: 100%;
    height: 290px;
    margin: 35px 0;
    border-radius: 5px;
}/* CONTACT FORM */
#contact-form,
#comment-form {
    margin: 35px 0;
}#contact-form .control-group,
#comment-form .control-group {
    margin: 25px 0;
}#contact-form input.form-control,
#contact-form textarea.form-control,
#contact-form select.form-control,
#comment-form input.form-control,
#comment-form textarea.form-control,
#comment-form select.form-control {
    width: 100%;
    display: block;
    box-shadow: none;
}/* CONTACT SHORTCODE */
.contact-boxes {
    width: 100%;
    table-layout: fixed;
    display: table;
}.contact-box {
    color: #FFF;
    display: table-cell;
    padding: 60px 25px 50px 25px;
    overflow: hidden;
    position: relative;
    text-align: center;
}.contact-box:before {
    font-family: "FontAwesome";
    position: absolute;
    font-size: 15em;
    opacity: .4;
    left: -30px;
    top: 20px;
}.contact-box.contact-box-email:before {
    content: "\f003";
}.contact-box.contact-box-facebook:before {
    content: "\f09a";
}.contact-box.contact-box-twitter:before {
    content: "\f099";
}.contact-box.contact-box-google:before {
    content: "\f0d5";
}.contact-box.contact-box-skype:before {
    content: "\f17e";
}.contact-box.contact-box-email {
    background: #444;
}.contact-box.contact-box-facebook {
    background: #3b5998;
}.contact-box.contact-box-twitter {
    background: #55acee;
}.contact-box.contact-box-google {
    background: #dd4b39;
}.contact-box.contact-box-skype {
    background: #00aff0;
}.contact-box.contact-box-email a.btn.btn-default:hover {
    color: #444;
}.contact-box.contact-box-facebook a.btn.btn-default:hover {
    color: #3b5998;
}.contact-box.contact-box-twitter a.btn.btn-default:hover {
    color: #55acee;
}.contact-box.contact-box-google a.btn.btn-default:hover {
    color: #dd4b39;
}.contact-box.contact-box-skype a.btn.btn-default:hover {
    color: #00aff0;
}.contact-box h2 {
    margin: 0 0 20px 0;
}.contact-box p {
    color: #FFF;
    opacity: .8;
    font-size: .9em;
    min-height: 45px;
}.contact-box a.btn.btn-default {
    background: transparent;
    border: 1px solid rgba(255, 255, 255, .6);
    color: rgba(255, 255, 255, 1);
}.contact-box a.btn.btn-default:hover {
    border: 1px solid #FFF;
    background: #FFF;
    opacity: 1;
}/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
* FOOTER 
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
#footer {
    padding-top: 70px;
}#footer a:hover {
    opacity: .6;
}/* WIDGETS */
#widgets {
    padding-bottom: 45px;
}.widget {
    padding: 0 50px;
}.widget h4 {
    font-size: 1.4em;
    padding-bottom: 15px;
}.widget a.btn.btn-default {
    margin-top: 15px;
    background: transparent;
    font-size: .9em;
    border-radius: 2px;
}.widget a.btn.btn-default:hover {
    border-color: white;
}.widget a.btn.btn-default i {
    padding-right: 8px;
}.widget ul {
    padding-left: 5px;
    list-style-type: none;
    margin: 0;
}.widget ul li {
    line-height: 1.8em;
}.widget ul li:before {
    content: "\f105";
    padding-right: 10px;
    font-family: "FontAwesome";
}.widget ul.widget-social {
    margin-top: 10px;
}.widget ul.widget-social li {
    display: inline-block;
    padding-right: 15px;
}.widget ul.widget-social li:before {
    content: "";
    padding-right: 0;
}.widget ul.widget-social li:hover a {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
}#widgets .widget ul li.contact-address:before,
#widgets .widget ul li.contact-phone:before {
    color: #FFF;
}.widget ul li.contact-address:before {
    content: "\f0f7";
}.widget ul li.contact-phone:before {
    content: "\f095";
}#footer-logo {
    width: 160px;
    margin-bottom: 30px;
}/* COPYRIGHT */
#copyright {
    background: rgba(0, 0, 0, .2);
    padding: 15px 0 0 10px;
    font-size: .9em;
}#copyright p {
    display: inline-block;
}#footer-navigation {
    display: inline;
    padding-left: 10px;
}#footer-navigation li {
    display: inline-block;
}#footer-navigation li:after {
    content: "|";
    padding: 0 10px;
}#footer-navigation li:last-child:after {
    content: "";
    padding: 0;
}/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
* PLUGINS 
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
/* FANCYBOX */
/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-image, .fancybox-inner, .fancybox-nav, .fancybox-nav span, .fancybox-outer, .fancybox-skin, .fancybox-tmp, .fancybox-wrap, .fancybox-wrap iframe, .fancybox-wrap object {
    padding: 0;
    margin: 0;
    border: 0;
    outline: 0;
    vertical-align: top
}.fancybox-wrap {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 8020
}.fancybox-skin {
    position: relative;
    background: #f9f9f9;
    color: #444;
    text-shadow: none;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px
}.fancybox-opened {
    z-index: 8030
}.fancybox-opened .fancybox-skin {
    -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, .5);
    -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, .5);
    box-shadow: 0 10px 25px rgba(0, 0, 0, .5)
}.fancybox-inner, .fancybox-outer {
    position: relative
}.fancybox-inner {
    overflow: hidden
}.fancybox-type-iframe .fancybox-inner {
    -webkit-overflow-scrolling: touch
}.fancybox-error {
    color: #444;
    font: 14px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
    margin: 0;
    padding: 15px;
    white-space: nowrap
}.fancybox-iframe, .fancybox-image {
    display: block;
    width: 100%;
    height: 100%
}.fancybox-image {
    width: 100%;
    height: 100%;
    max-width: 100%;
    max-height: 100%
}#fancybox-loading, .fancybox-close, .fancybox-next span, .fancybox-prev span {
    background-image: url(../images/fancybox/fancybox_sprite.png)
}#fancybox-loading {
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -22px;
    margin-left: -22px;
    background-position: 0 -108px;
    opacity: .8;
    cursor: pointer;
    z-index: 8060
}#fancybox-loading div {
    width: 44px;
    height: 44px;
    background: url(../images/fancybox/fancybox_loading.gif) center center no-repeat
}.fancybox-close {
    position: absolute;
    top: -18px;
    right: -18px;
    width: 36px;
    height: 36px;
    cursor: pointer;
    z-index: 8040
}.fancybox-nav {
    position: absolute;
    top: 0;
    width: 40%;
    height: 100%;
    cursor: pointer;
    text-decoration: none;
    background: transparent url(images/fancybox/blank.gif);
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    z-index: 8040
}.fancybox-prev {
    left: 0
}.fancybox-next {
    right: 0
}.fancybox-nav span {
    position: absolute;
    top: 50%;
    width: 36px;
    height: 34px;
    margin-top: -18px;
    cursor: pointer;
    z-index: 8040;
    opacity: .2;
    visibility: visible
}.fancybox-prev span {
    left: 10px;
    background-position: 0 -36px
}.fancybox-next span {
    right: 10px;
    background-position: 0 -72px
}.fancybox-nav:hover span {
    visibility: visible;
    opacity: 1
}.fancybox-tmp {
    position: absolute;
    top: -99999px;
    left: -99999px;
    max-width: 99999px;
    max-height: 99999px;
    overflow: visible !important
}.fancybox-lock {
    overflow: visible !important;
    width: auto
}.fancybox-lock body {
    overflow: hidden !important
}.fancybox-lock-test {
    overflow-y: hidden !important
}.fancybox-overlay {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    display: none;
    z-index: 8010;
    background: url(images/fancybox/fancybox_overlay.png)
}.fancybox-overlay-fixed {
    position: fixed;
    bottom: 0;
    right: 0
}.fancybox-lock .fancybox-overlay {
    overflow: auto;
    overflow-y: scroll
}.fancybox-title {
    visibility: hidden;
    font: 400 13px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
    position: relative;
    text-shadow: none;
    z-index: 8050
}.fancybox-opened .fancybox-title {
    visibility: visible
}.fancybox-title-float-wrap {
    position: absolute;
    bottom: 0;
    right: 50%;
    margin-bottom: -35px;
    z-index: 8050;
    text-align: center
}.fancybox-title-float-wrap .child {
    display: inline-block;
    margin-right: -100%;
    padding: 2px 20px;
    background: 0 0;
    background: rgba(0, 0, 0, .8);
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    text-shadow: 0 1px 2px #222;
    color: #FFF;
    font-weight: 700;
    line-height: 24px;
    white-space: nowrap
}.fancybox-title-outside-wrap {
    position: relative;
    margin-top: 10px;
    color: #fff
}.fancybox-title-inside-wrap {
    padding-top: 10px
}.fancybox-title-over-wrap {
    position: absolute;
    bottom: 0;
    left: 0;
    color: #fff;
    padding: 10px;
    background: #000;
    background: rgba(0, 0, 0, .8)
}/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
    #fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
        background-image: url("images/fancybox/fancybox_sprite@2x.png");
        background-size: 44px 152px; /*The size of the normal image, half the size of the hi-res image*/
    }
    #fancybox-loading div {
        background-image: url("images/fancybox/fancybox_loading@2x.gif");
        background-size: 24px 24px; /*The size of the normal image, half the size of the hi-res image*/
    }
}/* FLEXSLIDER */
/*
 * jQuery FlexSlider v2.2.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 */
/* Browser Resets
*********************************/
.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus {
    outline: none;
}.slides,
.flex-control-nav,
.flex-direction-nav {
    margin: 0;
    padding: 0;
    list-style: none;
}/* FlexSlider Necessary Styles
*********************************/
.flexslider {
    margin: 0;
    padding: 0;
    max-width: 100%;
    overflow: hidden;
}.flexslider .slides > li {
    display: none;
    -webkit-backface-visibility: hidden;
    list-style-type: none;
    float: left;
}/* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides div {
    display: block;
    overflow: hidden;
}.flex-pauseplay span {
    text-transform: capitalize;
}/* Clearfix for the .slides element */
.slides:after {
    content: "\0020";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}html[xmlns] .slides {
    display: block;
}* html .slides {
    height: 1%;
}/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
.no-js .slides > li:first-child {
    display: block;
}/* FlexSlider Default Theme
*********************************/
.flexslider {
    margin: 0px auto 0 auto;
    width: 100%;
    position: relative;
    zoom: 1;
}.flex-viewport {
    width: 100%;
    max-height: 2000px;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}.loading .flex-viewport {
    max-height: 300px;
}.flexslider .slides {
    margin: 0 !important;
    padding: 0 !important;
}/* Direction Nav */
.flex-direction-nav {
    *height: 0;
}.flex-direction-nav a {
    display: block;
    width: 40px;
    height: 50px;
    margin: -22px 0 0;
    position: absolute;
    top: 50%;
    z-index: 10;
    overflow: hidden;
    opacity: 0;
    cursor: pointer;
    color: rgba(0, 0, 0, 0.8);
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
}.flex-direction-nav .flex-prev {
    left: -50px;
}.flex-direction-nav .flex-next {
    right: -50px;
    text-align: right;
}.flexslider:hover .flex-prev {
    opacity: 0.7;
    left: 20px;
}.flexslider:hover .flex-next {
    opacity: 0.7;
    right: 20px;
}.flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover {
    opacity: 1;
}.flex-direction-nav .flex-disabled {
    opacity: 0 !important;
    filter: alpha(opacity=0);
    cursor: default;
}.flex-direction-nav a:before {
    font-family: "FontAwesome";
    padding-top: 15px;
    font-size: 40px;
    display: inline-block;
    content: "\f104";
}.flex-direction-nav a.flex-next:before {
    content: "\f105";
}/* Control Nav */
.flex-control-nav {
    width: 100%;
    position: absolute;
    bottom: 10px;
    text-align: center;
}.flex-control-nav li {
    margin: 0 6px;
    display: inline-block;
    zoom: 1;
    *display: inline;
}.flex-control-paging li a {
    width: 11px;
    height: 11px;
    display: block;
    background: #666;
    background: rgba(0, 0, 0, 0.1);
    cursor: pointer;
    text-indent: -9999px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -o-border-radius: 20px;
    border-radius: 20px;
}.flex-control-paging li a:hover {
    background: #333;
    background: rgba(0, 0, 0, 0.3);
}.flex-control-paging li a.flex-active {
    background: #000;
    background: rgba(0, 0, 0, 0.3);
    cursor: default;
}@media screen and (max-width: 860px) {
    .flex-direction-nav .flex-prev {
        opacity: 1;
        left: 10px;
    }
    .flex-direction-nav .flex-next {
        opacity: 1;
        right: 10px;
    }
}/*PACE*/
.pace {
    -webkit-pointer-events: none;
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}.pace .pace-activity {
    display: block;
    position: fixed;
    z-index: 2000;
    top: 0;
    right: 0;
    width: 300px;
    height: 300px;
    background: #444;
    -webkit-transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    -webkit-transform: translateX(100%) translateY(-100%) rotate(45deg);
    transform: translateX(100%) translateY(-100%) rotate(45deg);
    pointer-events: none;
}.pace.pace-active .pace-activity {
    -webkit-transform: translateX(50%) translateY(-50%) rotate(45deg);
    transform: translateX(50%) translateY(-50%) rotate(45deg);
}.pace .pace-activity::before,
.pace .pace-activity::after {
    position: absolute;
    bottom: 30px;
    left: 50%;
    display: block;
    border: 5px solid #fff;
    border-radius: 50%;
    content: '';
}.pace .pace-activity::before {
    margin-left: -40px;
    width: 80px;
    height: 80px;
    border-right-color: rgba(0, 0, 0, .2);
    border-left-color: rgba(0, 0, 0, .2);
    -webkit-animation: pace-rotation 3s linear infinite;
    animation: pace-rotation 3s linear infinite;
}.pace .pace-activity::after {
    bottom: 50px;
    margin-left: -20px;
    width: 40px;
    height: 40px;
    border-top-color: rgba(0, 0, 0, .2);
    border-bottom-color: rgba(0, 0, 0, .2);
    -webkit-animation: pace-rotation 1s linear infinite;
    animation: pace-rotation 1s linear infinite;
}@-webkit-keyframes pace-rotation {
    0% {
        -webkit-transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(359deg);
    }
}@keyframes pace-rotation {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(359deg);
    }
}/*COLOR FONT AWESOME SOCIAL ICONS */
.social-list a:hover .fa-adn {
    color: #504e54;
}.social-list a:hover .fa-apple {
    color: #aeb5c5;
}.social-list a:hover .fa-android {
    color: #A5C63B;
}.social-list a:hover .fa-bitbucket, .social-list .fa-bitbucket-square {
    color: #003366;
}.social-list a:hover .fa-bitcoin, .social-list .fa-btc {
    color: #F7931A;
}.social-list a:hover .fa-css3 {
    color: #1572B7;
}.social-list a:hover .fa-dribbble {
    color: #F46899;
}.social-list a:hover .fa-dropbox {
    color: #018BD3;
}.social-list a:hover .fa-facebook, .social-list .fa-facebook-square {
    color: #3C599F;
}.social-list a:hover .fa-flickr {
    color: #FF0084;
}.social-list a:hover .fa-foursquare {
    color: #0086BE;
}.social-list a:hover .fa-github, .social-list .fa-github-alt, .social-list .fa-github-square {
    color: #070709;
}.social-list a:hover .fa-google-plus, .social-list .fa-google-plus-square {
    color: #CF3D2E;
}.social-list a:hover .fa-html5 {
    color: #E54D26;
}.social-list a:hover .fa-instagram {
    color: #A1755C;
}.social-list a:hover .fa-linkedin, .social-list .fa-linkedin-square {
    color: #0085AE;
}.social-list a:hover .fa-linux {
    color: #FBC002;
    color: #333;
}.social-list a:hover .fa-maxcdn {
    color: #F6AE1C;
}.social-list a:hover .fa-pagelines {
    color: #241E20;
    color: #3984EA;
}.social-list a:hover .fa-pinterest, .social-list .fa-pinterest-square {
    color: #CC2127;
}.social-list a:hover .fa-renren {
    color: #025DAC;
}.social-list a:hover .fa-skype {
    color: #01AEF2;
}.social-list a:hover .fa-stack-exchange {
    color: #245590;
}.social-list a:hover .fa-stack-overflow {
    color: #FF7300;
}.social-list a:hover .fa-trello {
    color: #265A7F;
}.social-list a:hover .fa-tumblr, .social-list .fa-tumblr-square {
    color: #314E6C;
}.social-list a:hover .fa-twitter, .social-list .fa-twitter-square {
    color: #32CCFE;
}.social-list a:hover .fa-vimeo-square {
    color: #229ACC;
}.social-list a:hover .fa-vk {
    color: #375474;
}.social-list a:hover .fa-weibo {
    color: #D72B2B;
}.social-list a:hover .fa-windows {
    color: #12B6F3;
}.social-list a:hover .fa-xing, .social-list .fa-xing-square {
    color: #00555C;
}.social-list a:hover .fa-youtube, .social-list .fa-youtube-play, .social-list .fa-youtube-square {
    color: #C52F30;
}.black-box {
    /*background: url("../images/backgrounds/congruent_outline.png") repeat scroll left top rgba(0, 0, 0, 0);*/
    width: 100%;
}/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
* FONTS
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
/*FONT 1*/
body {
    font-family: "Raleway", helvetica, arial, sans-serif;
    background: red;
}/*FONT 2*/
#navigation ul li a:after, #logo-navigation span, #ticker h4, .with-breaker span, .main-container blockquote,
.main-container .welcome-message, .main-container ul.post-metadatas li, figure.effect-sadie p,
.custom-section-text p, .comment-author, .contact-box p {
    font-family: "Droid serif", serif;
    font-weight: 400;
}/*UPPERCASE FOR FONT 1*/
#navigation ul li a, #navigation ul.sub-menu li a, #top-navigation ul.sub-menu li a, #header #navigation-mobile li a,
#ticker-text ul li, .main-container h1, .main-container h2, .main-container h3, .main-container h4,
.main-container thead th, .main-container .btn, .nav-tabs > li > a, #portfolio-container figure figcaption,
#contact-form label, #comment-form label, .widget h4, .widget a.btn.btn-default, #copyright {
    text-transform: uppercase;
}/*LETTER SPACING*/
.main-container h1, .main-container h2, .main-container h3, .main-container h4 {
    letter-spacing: -1px;
}#ticker-text ul li {
    letter-spacing: -4px;
}.main-container .btn, figure.effect-sadie h4, .main-container a.blog-post-title h2,
#blog-container .blog-post-title h2, .widget h4, #top-navigation ul.sub-menu li, #navigation ul li a,
#navigation ul.sub-menu li a, #top-navigation ul.sub-menu li a {
    letter-spacing: 1px;
}/*FONT WEIGHT*/
.main-container .welcome-message {
    font-weight: 100;
}figure.effect-sadie h4, .main-container a.blog-post-title h2, #blog-container .blog-post-title h2,
.widget h4 {
    font-weight: 300;
}.main-container .btn, #logo-navigation span, #navigation ul.sub-menu li a {
    font-weight: 400;
}.main-container .dropcap {
    font-weight: 900;
}.comment-list li:before, #ticker-text ul li, .main-container h1, .main-container h2, .main-container h3,
.main-container h4, #navigation ul li a {
    font-weight: 700;
}/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
* IMAGES
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
/*LOGO*/
a#logo-navigation {
    top: -10px; /*ADAPT TO YOUR LOGO SIZE*/
    height: 55px;
    min-width: 200px;
    background-size: 200px;
}/*DURING FIXED HEADER*/
#navigation.navigation-fixed a#logo-navigation {
    background-image: url("../images/logo-fixed-menu.png");
    background-size: 150px;
}/*DURING PAGE LOADING*/
#loader #loading-logo {
    background-image: url("../images/logo-fixed-menu.png");
    background-size: 150px;
    width: 150px;
    height: 35px;
}/*BIG SHADE HEADER
#shade{
	z-index: 2;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background: -moz-linear-gradient(top, rgba(51,153,102,.7) 0%, rgba(51,204,102,0) 100%);
	background: -webkit-linear-gradient(top, rgba(51,153,102,.7) 0%, rgba(51,204,102,0) 100%);
	background: -o-linear-gradient(top, rgba(51,153,102,.7) 0%, rgba(51,204,102,0) 100%);
	background: -ms-linear-gradient(top, rgba(51,153,102,.7) 0%, rgba(51,204,102,0) 100%);
	background: linear-gradient(to bottom, rgba(51,153,102,.7) 0%, rgba(51,204,102,0) 100%);
}*/
#shade {
    z-index: 2;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: rgba(0,0,0, 0.5);
   
}#shade2 {
    z-index: 2;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: -moz-linear-gradient(top, rgba(133, 184, 95, .3) 0%, rgba(126, 184, 95, 0) 100%);
    background: -webkit-linear-gradient(top, rgba(133, 184, 95, .3) 0%, rgba(126, 184, 95, 0) 100%);
    background: -o-linear-gradient(top, rgba(133, 184, 95, .3) 0%, rgba(126, 184, 95, 0) 100%);
    background: -ms-linear-gradient(top, rgba(133, 184, 95, .3) 0%, rgba(126, 184, 95, 0) 100%);
    background: linear-gradient(to bottom, rgba(133, 184, 95, .3) 0%, rgba(126, 184, 95, 0) 100%);
}/*FOOTER PATERN*/
#footer {
    background-repeat: repeat;
    background-size: 300px 300px;
}@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    #footer {
        background-size: 300px 300px;
    }
}/*BOXED PATERN*/
body.boxed {
    background-repeat: repeat;
    background-size: 798px 798px;
}@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    body.boxed {
        background-size: 798px 798px;
    }
}/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
* COLORS 
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
/*MAIN TEXT COLOR*/
body, .main-container a.blog-post-title, #blog-container .blog-post-title a, #navigation.navigation-fixed ul li a,
.main-container .welcome-message span, .main-container h4.faq-link a, .main-container ul.social-list li:hover a,
.nav-tabs > li > a:hover, .skill:hover p, #partners-slider a {
    color: #444;
}::-moz-selection {
    background: #444;
}::selection {
    background: #444;
}.main-container code, .main-container pre, .main-container .btn, #navigation ul.sub-menu li a:hover,
#top-navigation ul.sub-menu li a:hover {
    background: #444;
}/*SECOND COLOR*/
.main-container a.blog-post-title:hover, .main-container .blog-grid ul.post-metadatas,
.single-post ul.post-metadatas, .comment-author, .comment-list .children li:before,
#blog-container .blog-post-title a:hover, #blog-container .blog-button .btn.btn-default,
#blog-container ul.post-metadatas, #footer, #navigation.navigation-fixed ul.sub-menu li a,
#navigation.navigation-fixed ul li.current-menu-item a, #navigation.navigation-fixed ul li a:hover,
.with-breaker span, .main-container a, .main-container blockquote, .main-container blockquote:before,
.main-container .icon, .main-container .welcome-message, .main-container h4.faq-link.faq-active a,
.skill:hover h4, .skill p {
    color: #B4B4B4;
}.widget a.btn.btn-default:hover {
    color: #B4B4B4 !important;
}#blog-container .blog-button .btn.btn-default, .widget a.btn.btn-default {
    border-color: #B4B4B4;
}#blog-container .blog-button a.btn.btn-default:hover {
    background: #B4B4B4;
}/*CUSTOM CONTAINER BACKGROUND (Affiliate box in the demo)*/
.custom-section-container {
    background: #86B567;
}.main-container .custom-section-buttons a.btn:hover {
    color: #d05c3d;
}/*OTHERS*/
#navigation ul.sub-menu li, #top-navigation ul.sub-menu li, #navigation ul.sub-menu li:hover,
#top-navigation ul.sub-menu li:hover {
    border-bottom-color: #424242;
}.main-container hr, .main-container hr.align-left, .main-container h4.faq-link {
    border-color: #E7E7E7;
}.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
    border-bottom-color: #E7E7E7;
}.nav-tabs > li.active > a:after, .nav-tabs > li.active > a:hover:after, .nav-tabs > li.active > a:focus:after {
    border-color: transparent transparent #e7e7e7 transparent;
}#navigation ul.sub-menu li a, #top-navigation ul.sub-menu li a,
#header a#close-navigation-mobile, #header #navigation-mobile li a,
#ticker h4, .with-breaker:after, .main-container pre, .main-container .btn, #footer a {
    color: #E7E7E7;
}#navigation-mobile, #navigation ul.sub-menu li a, #top-navigation ul.sub-menu li a {
    background-color: #313131;
}/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
* RESPONSIVE STYLESHEET 
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
@media only screen and (min-height: 700px) {
    #header.big {
        min-height: 50vh;
    }
}@media only screen and (max-width: 1200px) {
    .blog-grid > li:nth-of-type(odd) .blog-thumbnail {
        margin-left: 15px;
    }
    .blog-grid .blog-thumbnail {
        margin-right: 15px;
    }
    .blog-grid .blog-content {
        padding: 25px 20px 0 20px;
    }
    .blog-sum-up {
        font-size: .9em;
    }
    .main-container a.blog-post-title h2 {
        font-size: 1.6em;
    }
}@media only screen and (max-width: 1100px) {
    #navigation ul li a:after {
        display: none;
    }
    #navigation ul li {
        padding: 10px 0 6px 0;
    }
    #navigation ul.sub-menu {
        top: 35px;
    }
    #left-navigation, #right-navigation {
        margin-top: 5px;
    }
    #ticker-text ul li {
        font-size: 4em;
        letter-spacing: -3px;
    }
    #header.big {
        min-height: 65vh
    }
}@media only screen and (max-width: 992px) {
    #show-mobile-menu, #navigation-mobile {
        display: block;
    }
    #navigation-mobile #show-mobile-menu, #navigation-mobile #logo-container {
        display: none;
    }
    #show-mobile-menu:hover {
        opacity: .5;
    }
    #navigation-mobile #logo-navigation {
        display: none;
    }
    #navigation {
        z-index: 11;
    }
    #navigation.navigation-fixed #logo-navigation {
        margin-top: 10px;
    }
    #navigation #left-navigation, #navigation #right-navigation {
        display: none;
    }
    #logo-navigation {
        float: right !important;
        margin-right: 40px;
        margin-top: -20px;
    }
    .navigation-fixed #show-mobile-menu {
        color: #444;
        font-size: 1.5em;
        top: 18px;
    }
    #ticker-text ul li {
        font-size: 3em;
        letter-spacing: 0;
    }
    .contact-box {
        text-align: center;
        display: block;
        padding-top: 30px;
    }
    .contact-box:first-child {
        padding-top: 50px;
    }
    .contact-box a.btn.btn-default {
        float: none;
        margin: 0;
    }
    .custom-section-text {
        padding-left: 5%;
        padding-right: 5%;
    }
    .custom-section-buttons {
        padding-right: 5%;
    }
    #portfolio-container figure {
        width: 50%;
    }
    #top-navigation, #header-canvas {
        display: none;
    }
    #scroll-top {
        display: none !important;
    }
    #header.big {
        min-height: 35vh
    }
    .blog-grid > li {
        margin-bottom: 40px;
    }
    .blog-grid > li:nth-of-type(odd) .blog-thumbnail,
    .blog-grid > li .blog-thumbnail {
        float: none !important;
    }
    .blog-grid > li:nth-of-type(odd) {
        background: transparent;
    }
    .blog-grid > li, .blog-grid > li:nth-of-type(odd) .blog-sum-up, .blog-grid > li .blog-sum-up,
    .blog-grid > li:nth-of-type(odd) .blog-button, .blog-grid > li .blog-button,
    .post-metadatas, .blog-post-title h2 {
        text-align: center !important;
    }
    .blog-grid .blog-content, .blog-grid li.blog-post {
        height: auto !important;
    }
}@media only screen and (max-width: 670px) {
    #ticker-text ul li {
        font-size: 2em;
        letter-spacing: 0;
    }
    .main-container .btn {
        padding: 7px 15px 5px 15px;
    }
    .custom-section-text, .custom-section-buttons {
        float: none;
        width: 100%;
        text-align: center;
    }
    .custom-section-text {
        border: none;
    }
    .custom-section-buttons {
        padding-right: 0;
    }
    .custom-section-buttons:before {
        content: none;
    }
    .skills-row, .skill {
        width: 100%;
        display: block;
        border: 0;
    }
    #logo-navigation {
        width: 100% !important;
        margin-right: 0 !important
    }
    #scroll-bottom {
        display: none;
    }
    /*#navigation.navigation-fixed{position: relative;}*/
    .nav-tabs {
        width: 100%;
    }
    .nav-tabs > li > a {
        padding: 10px 25px;
    }
    .tab-pane {
        float: none;
        width: 100%;
        padding: 0;
    }
}@media only screen and (max-width: 492px) {
    #ticker-text ul li {
        font-size: 1.5em;
        letter-spacing: 0;
    }
}/*IPHONE 6+ FIX*/
@media only screen
and (min-device-width: 375px)
and (max-device-width: 667px)
and (orientation: portrait)
and (-webkit-min-device-pixel-ratio: 2) {
    #header.big {
        min-height: 20vh;
    }
}/**********************************************************
***********************************************************
***********************************************************
***********************************************************
***********************************************************
***********************************************************
***********************************************************
***********************************************************
***********************************************************
      YOU DONT NEED THIS CSS FILE FOR YOUR ENDPRODUCT !
	USED ONLY FOR THE DEMOS AND TOOLS HERE IN THIS FOLDER
				TO SHOW THE EXAMPLES.
***********************************************************
***********************************************************
***********************************************************
***********************************************************
***********************************************************
***********************************************************
***********************************************************
***********************************************************
***********************************************************/
/**********************************************************
					-	RESET	-
***********************************************************/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}* {
    /*	 -moz-user-select: none;
        -khtml-user-select: none;
        -webkit-user-select: none;
        -o-user-select: none;
*/
}.toolpad * {
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none;
}/***********************
	-	BASICS 	-
***********************/
body {
    font-family: 'Open Sans', sans-serif;
    color: #888;
    font-weight: 400;
}p {
    font-size: 13px;
    font-weight: 400;
    line-height: 22px;
}h2 {
    color: #000;
    font-size: 17px;
    font-weight: 700;
    margin-bottom: 20px;
}h2.redtitle {
    padding: 9px 20px;
    width: 100%;
    background: #86B567;
    color: #fff;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    margin-bottom: 40px;
}h2.nobottommargin {
    margin-bottom: 0px;
}.container {
    max-width: 1170px;
    margin: auto;
}.clear {
    clear: both;
}.float-left {
    float: left;
}.float-right {
    float: right;
}.divide40 {
    width: 100%;
    height: 40px;
}.mb30 {
    margin-bottom: 30px;
}.mlb30 {
    margin-left: 30px;
    margin-bottom: 30px;
}.mrb30 {
    margin-right: 30px;
    margin-bottom: 30px;
}.table {
    display: table;
    padding-bottom: 35px;
}.table.nbp {
    padding-bottom: 0px;
}.table-cell {
    display: table-cell;
    vertical-align: top;
}.table-cell img {
    width: 220px;
}.lp30 {
    padding-left: 30px;
}.rp30 {
    padding-right: 30px;
}hr {
    border: none;
    border-top: 2px solid #eee;
    margin: 0px 0px 40px;
}.boxed-content hr {
    border: none;
    border-top: 2px solid #eee;
    margin: 0px -40px 40px;
}hr.nohormargin {
    margin: -1px -1px 40px 0px
}.one_third {
    width: 32%;
    margin-right: 1%;
    float: left;
}.one_third.last {
    margin-right: 0;
}a, a:visited {
    color: #86B567
}a:hover {
    text-decoration: none;
}.prevnext {
    width: 615px;
    height: 23px;
    position: fixed;
    left: 50%;
    margin-left: -272px;
    top: -2px;
    z-index: 1000;
}.prevnext a {
    background: #86B567;
    font-size: 10px;
    text-decoration: none !important;
    color: #fff !important;
    margin-right: 2px;
    padding: 3px 8px;
    border-radius: 0px 0px 5px 5px;
    -moz-border-radius: 0px 0px 5px 5px;
    -webkit-border-radius: 0px 0px 5px 5px;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    filter: alpha(opacity=50);
    -moz-opacity: 0.5;
    -khtml-opacity: 0.5;
    opacity: 0.5;
}.prevnext a.active,
.prevnext a:hover,
.prevnext a:hover * {
    color: #fff !important;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
}input[type="button"] {
    background-color: #3498db;
    border: none;
    color: #fff;
    padding: 7px 10px;
    cursor: pointer;
    display: inline-block;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}input[type="button"]:hover {
    background-color: #2980b9;
    border: none;
    color: #fff;
    padding: 7px 10px;
}h2.changecolor {
    color: #86B567;
}h2.results {
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
}/******************************
	-	HEADER	-
********************************/
header {
    width: 100%;
    padding: 20px 0px 17px 0px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}.content {
    width: 100%;
    padding: 0px 30px 0px 30px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}.logo-container {
    float: left;
    width: 50%;
}.logo {
    background: url(../images/logo.png);
    background-size: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    max-width: 406px;
    min-width: 340px;
    height: 60px;
}.button-holder .button,
.button-holder .button:hover,
.button-holder .button:visited {
    float: right;
    background-color: #86B567;
    color: #FFF;
    text-decoration: none;
    font-weight: 300;
    font-size: 14px;
    padding: 8px 15px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}/******************************
	-	CONTAINER	-
********************************/
.container {
    max-width: 1170px;
    padding: 30px;
}/******************************
	-	PRE	-
********************************/
pre {
    font-size: 12px;
    font-family: 'Open Sans', sans-serif;
    color: #888;
    line-height: 16px;
    background: url(../images/prebg.png) repeat;
    padding: 16px;
    padding-bottom: 15px;
}pre .linedark {
    background: #888
}pre span {
    font-weight: 700
}pre strong {
    color: #555;
    font-weight: 800
}h3 {
    font-size: 14px;
    color: #86B567;
    line-height: 20px;
}/******************************
	-	SPECIALS	-
********************************/
.step {
    float: left;
    margin-right: 20px;
    margin-top: -10px;
    width: 40px;
    height: 40px;
    text-align: center;
    font-size: 15px;
    line-height: 40px;
    border-radius: 50px;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px; /*border: 2px solid #86B567;*/
    color: #fff;
    background: #86B567;
}

.contect-form  form{
margin-top:35px;


}

.contect-form input{
margin-bottom:20px;

}