@charset "UTF-8";

/*!
Theme Name: Thinkpro
Author: Jolly Good Show 2
Author URI: https://jollygoodshow.org

*/
/* CSS Document */
@import url("//hello.myfonts.net/count/2f354c");

@font-face {
    font-family: 'BPreplay';
    src: url("dev-assets/css/fonts/BPreplay.otf");
}

@font-face {
    font-family: 'BPreplayBold';
    src: url("dev-assets/css/fonts/BPreplayBold.otf");
}

div.wpcf7 .ajax-loader {
    background-repeat: no-repeat;
}


/* CSS Document */
.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

@-webkit-keyframes flash {
    from, 50%, to {
        opacity: 1;
    }

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

@keyframes flash {
    from, 50%, to {
        opacity: 1;
    }

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

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

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes pulse {
    from {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes wobble {
    from {
        -webkit-transform: none;
        transform: none;
    }

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

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

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

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

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

    to {
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes wobble {
    from {
        -webkit-transform: none;
        transform: none;
    }

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

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

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

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

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

    to {
        -webkit-transform: none;
        transform: none;
    }
}

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

@-webkit-keyframes jello {
    from, 11.1%, to {
        -webkit-transform: none;
        transform: none;
    }

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

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

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

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

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

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

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

@keyframes jello {
    from, 11.1%, to {
        -webkit-transform: none;
        transform: none;
    }

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

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

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

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

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

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

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

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

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

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

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

    40% {
        -webkit-transform: scale3d(0.9, 0.9, 0.9);
        transform: scale3d(0.9, 0.9, 0.9);
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(1.03, 1.03, 1.03);
        transform: scale3d(1.03, 1.03, 1.03);
    }

    80% {
        -webkit-transform: scale3d(0.97, 0.97, 0.97);
        transform: scale3d(0.97, 0.97, 0.97);
    }

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

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

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

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

    40% {
        -webkit-transform: scale3d(0.9, 0.9, 0.9);
        transform: scale3d(0.9, 0.9, 0.9);
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(1.03, 1.03, 1.03);
        transform: scale3d(1.03, 1.03, 1.03);
    }

    80% {
        -webkit-transform: scale3d(0.97, 0.97, 0.97);
        transform: scale3d(0.97, 0.97, 0.97);
    }

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

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

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

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

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

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

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

    to {
        -webkit-transform: none;
        transform: none;
    }
}

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

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

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

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

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

    to {
        -webkit-transform: none;
        transform: none;
    }
}

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

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

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

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

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

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

    to {
        -webkit-transform: none;
        transform: none;
    }
}

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

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

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

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

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

    to {
        -webkit-transform: none;
        transform: none;
    }
}

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

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

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

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

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

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

    to {
        -webkit-transform: none;
        transform: none;
    }
}

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

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

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

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

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

    to {
        -webkit-transform: none;
        transform: none;
    }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@-webkit-keyframes bounceOut {
    20% {
        -webkit-transform: scale3d(0.9, 0.9, 0.9);
        transform: scale3d(0.9, 0.9, 0.9);
    }

    50%, 55% {
        opacity: 1;
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1);
    }

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

@keyframes bounceOut {
    20% {
        -webkit-transform: scale3d(0.9, 0.9, 0.9);
        transform: scale3d(0.9, 0.9, 0.9);
    }

    50%, 55% {
        opacity: 1;
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1);
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    to {
        opacity: 1;
    }
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

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

@-webkit-keyframes fadeInDown {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInDown {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

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

@-webkit-keyframes fadeInDownBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInDownBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

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

@-webkit-keyframes fadeInLeft {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInLeft {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

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

@-webkit-keyframes fadeInLeftBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInLeftBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

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

@-webkit-keyframes fadeInRight {
    from {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInRight {
    from {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

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

@-webkit-keyframes fadeInRightBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInRightBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

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

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

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

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

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

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

@-webkit-keyframes fadeInUpBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInUpBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

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

@-webkit-keyframes fadeOut {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
    }
}

@keyframes fadeOut {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
    }
}

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

@-webkit-keyframes fadeOutDown {
    from {
        opacity: 1;
    }

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

@keyframes fadeOutDown {
    from {
        opacity: 1;
    }

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

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

@-webkit-keyframes fadeOutDownBig {
    from {
        opacity: 1;
    }

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

@keyframes fadeOutDownBig {
    from {
        opacity: 1;
    }

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

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

@-webkit-keyframes fadeOutLeft {
    from {
        opacity: 1;
    }

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

@keyframes fadeOutLeft {
    from {
        opacity: 1;
    }

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

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

@-webkit-keyframes fadeOutLeftBig {
    from {
        opacity: 1;
    }

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

@keyframes fadeOutLeftBig {
    from {
        opacity: 1;
    }

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

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

@-webkit-keyframes fadeOutRight {
    from {
        opacity: 1;
    }

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

@keyframes fadeOutRight {
    from {
        opacity: 1;
    }

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

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

@-webkit-keyframes fadeOutRightBig {
    from {
        opacity: 1;
    }

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

@keyframes fadeOutRightBig {
    from {
        opacity: 1;
    }

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

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

@-webkit-keyframes fadeOutUp {
    from {
        opacity: 1;
    }

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

@keyframes fadeOutUp {
    from {
        opacity: 1;
    }

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

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

@-webkit-keyframes fadeOutUpBig {
    from {
        opacity: 1;
    }

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

@keyframes fadeOutUpBig {
    from {
        opacity: 1;
    }

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

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

@-webkit-keyframes flip {
    from {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }

    40% {
        -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
        transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }

    50% {
        -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
        transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }

    80% {
        -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
        transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }

    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
}

@keyframes flip {
    from {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }

    40% {
        -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
        transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }

    50% {
        -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
        transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }

    80% {
        -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
        transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }

    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
}

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

@-webkit-keyframes flipInX {
    from {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0;
    }

    40% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }

    60% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        opacity: 1;
    }

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

    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }
}

@keyframes flipInX {
    from {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0;
    }

    40% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }

    60% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        opacity: 1;
    }

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

    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }
}

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

@-webkit-keyframes flipInY {
    from {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0;
    }

    40% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }

    60% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        opacity: 1;
    }

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

    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }
}

@keyframes flipInY {
    from {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0;
    }

    40% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }

    60% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        opacity: 1;
    }

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

    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }
}

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

@-webkit-keyframes flipOutX {
    from {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }

    30% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        opacity: 1;
    }

    to {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        opacity: 0;
    }
}

@keyframes flipOutX {
    from {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }

    30% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        opacity: 1;
    }

    to {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        opacity: 0;
    }
}

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

@-webkit-keyframes flipOutY {
    from {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }

    30% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
        opacity: 1;
    }

    to {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        opacity: 0;
    }
}

@keyframes flipOutY {
    from {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }

    30% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
        opacity: 1;
    }

    to {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        opacity: 0;
    }
}

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

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

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

    80% {
        -webkit-transform: skewX(-5deg);
        transform: skewX(-5deg);
        opacity: 1;
    }

    to {
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

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

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

    80% {
        -webkit-transform: skewX(-5deg);
        transform: skewX(-5deg);
        opacity: 1;
    }

    to {
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

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

@-webkit-keyframes lightSpeedOut {
    from {
        opacity: 1;
    }

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

@keyframes lightSpeedOut {
    from {
        opacity: 1;
    }

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

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

@-webkit-keyframes rotateIn {
    from {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate3d(0, 0, 1, -200deg);
        transform: rotate3d(0, 0, 1, -200deg);
        opacity: 0;
    }

    to {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

@keyframes rotateIn {
    from {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate3d(0, 0, 1, -200deg);
        transform: rotate3d(0, 0, 1, -200deg);
        opacity: 0;
    }

    to {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

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

@-webkit-keyframes rotateInDownLeft {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0;
    }

    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

@keyframes rotateInDownLeft {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0;
    }

    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

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

@-webkit-keyframes rotateInDownRight {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0;
    }

    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

@keyframes rotateInDownRight {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0;
    }

    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

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

@-webkit-keyframes rotateInUpLeft {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0;
    }

    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

@keyframes rotateInUpLeft {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0;
    }

    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

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

@-webkit-keyframes rotateInUpRight {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, -90deg);
        transform: rotate3d(0, 0, 1, -90deg);
        opacity: 0;
    }

    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

@keyframes rotateInUpRight {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, -90deg);
        transform: rotate3d(0, 0, 1, -90deg);
        opacity: 0;
    }

    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

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

@-webkit-keyframes rotateOut {
    from {
        -webkit-transform-origin: center;
        transform-origin: center;
        opacity: 1;
    }

    to {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate3d(0, 0, 1, 200deg);
        transform: rotate3d(0, 0, 1, 200deg);
        opacity: 0;
    }
}

@keyframes rotateOut {
    from {
        -webkit-transform-origin: center;
        transform-origin: center;
        opacity: 1;
    }

    to {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate3d(0, 0, 1, 200deg);
        transform: rotate3d(0, 0, 1, 200deg);
        opacity: 0;
    }
}

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

@-webkit-keyframes rotateOutDownLeft {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1;
    }

    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0;
    }
}

@keyframes rotateOutDownLeft {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1;
    }

    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0;
    }
}

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

@-webkit-keyframes rotateOutDownRight {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1;
    }

    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0;
    }
}

@keyframes rotateOutDownRight {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1;
    }

    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0;
    }
}

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

@-webkit-keyframes rotateOutUpLeft {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1;
    }

    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0;
    }
}

@keyframes rotateOutUpLeft {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1;
    }

    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0;
    }
}

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

@-webkit-keyframes rotateOutUpRight {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1;
    }

    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, 90deg);
        transform: rotate3d(0, 0, 1, 90deg);
        opacity: 0;
    }
}

@keyframes rotateOutUpRight {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1;
    }

    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, 90deg);
        transform: rotate3d(0, 0, 1, 90deg);
        opacity: 0;
    }
}

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

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

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

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

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

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

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

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

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

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

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollIn {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
        transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

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

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

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

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollOut {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
        transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    }
}

@keyframes rollOut {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
        transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    }
}

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

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

    50% {
        opacity: 1;
    }
}

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

    50% {
        opacity: 1;
    }
}

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

@-webkit-keyframes zoomInDown {
    from {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

@keyframes zoomInDown {
    from {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

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

@-webkit-keyframes zoomInLeft {
    from {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

@keyframes zoomInLeft {
    from {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

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

@-webkit-keyframes zoomInRight {
    from {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

@keyframes zoomInRight {
    from {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

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

@-webkit-keyframes zoomInUp {
    from {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

@keyframes zoomInUp {
    from {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

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

@-webkit-keyframes zoomOut {
    from {
        opacity: 1;
    }

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

    to {
        opacity: 0;
    }
}

@keyframes zoomOut {
    from {
        opacity: 1;
    }

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

    to {
        opacity: 0;
    }
}

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

@-webkit-keyframes zoomOutDown {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }

    to {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

@keyframes zoomOutDown {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }

    to {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

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

@-webkit-keyframes zoomOutLeft {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    }

    to {
        opacity: 0;
        -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
        transform: scale(0.1) translate3d(-2000px, 0, 0);
        -webkit-transform-origin: left center;
        transform-origin: left center;
    }
}

@keyframes zoomOutLeft {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    }

    to {
        opacity: 0;
        -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
        transform: scale(0.1) translate3d(-2000px, 0, 0);
        -webkit-transform-origin: left center;
        transform-origin: left center;
    }
}

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

@-webkit-keyframes zoomOutRight {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    }

    to {
        opacity: 0;
        -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
        transform: scale(0.1) translate3d(2000px, 0, 0);
        -webkit-transform-origin: right center;
        transform-origin: right center;
    }
}

@keyframes zoomOutRight {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    }

    to {
        opacity: 0;
        -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
        transform: scale(0.1) translate3d(2000px, 0, 0);
        -webkit-transform-origin: right center;
        transform-origin: right center;
    }
}

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

@-webkit-keyframes zoomOutUp {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }

    to {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

@keyframes zoomOutUp {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }

    to {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* CSS Document */
.button, .orange-button, .btn-primary, .purple-button, .wpb_text_column .purple-button, .white-button {
    border-radius: 7px;
    -webkit-box-shadow: 0 2px 0 0 #FFD712;
    font-size: 18px;
    color: #fff;
    padding: 13px 15px;
    margin-bottom: 10px;
    text-align: center;
    position: relative;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
    font-family: 'All Round Gothic Medium', sans-serif;
}

.orange-button, .btn-primary {
    background-color: #ef8734;
    box-shadow: 0 2px 0 0 #f6bf93;
    display: block;
}

.orange-button.fp-button, .fp-button.btn-primary {
    max-width: 330px;
    display: block;
    margin: 0 auto;
}

.orange-button:hover, .btn-primary:hover {
    background-color: #de6c12;
    color: #fff;
}

.purple-button {
    background-color: #401f64;
    box-shadow: 0 2px 0 0 #a579d6;
}

.purple-button.fp-button {
    max-width: 330px;
    display: block;
    margin: 0 auto;
}

.purple-button:hover {
    background-color: #592b8b;
    color: #fff;
}

.wpb_text_column .purple-button {
    background-color: #401f64;
    box-shadow: 0 2px 0 0 #a579d6;
    display: inline-block;
    margin: 5px auto 25px;
}

.wpb_text_column .purple-button a {
    color: #fff;
}

.wpb_text_column .purple-button:hover {
    background-color: #592b8b;
}

.wpb_text_column .purple-button:hover a {
    color: #fff;
}

.white-button {
    background-color: #fff;
    color: #ef8734;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: bold;
    box-shadow: 0 2px 0 0 #af550e;
}

.white-button.fp-button {
    width: 310px;
}

.orange-button.fp-cta-buttons, .purple-button.fp-cta-buttons{
    width: 220px;
    display: block;
    margin: 0 auto;
    margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
    .purple-button.fp-button, .orange-button.fp-button, .fp-button.btn-primary {
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 20px;
        width: 290px;
    }
}

/* CSS Document */
.navbar {
    min-height: 44px !important;
    background-color: #f5f4f4;
    border-top: 1px solid #bebebe;
    border-bottom: 1px solid #bebebe;
    margin-bottom: 0;
}

.navbar.fixed {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9999;
}

.nav > li {
    position: static;
}

.navbar .navbar-nav {
    display: inline-block;
    float: none;
    vertical-align: top;
}

.navbar .navbar-collapse {
    text-align: center;
    max-height: 1000px;
}

.navbar-nav > li > a {
    font-size: 14px;
    font-weight: 600;
    color: #333;
    text-transform: uppercase;
    font-family: 'open Sans', sans-serif;
}

.navbar-nav > li > a {
    padding-top: 12px;
    padding-bottom: 12px;
}

.navbar-nav > li > a:hover, .navbar-nav > li.active {
    color: #401f64;
    text-transform: uppercase;
    background-image: url(img/menu-back.png);
    background-position: top -2px center;
    background-repeat: no-repeat;
    background-color: transparent;
}

#menu-main-menu li ul {
    widtH: 100%;
    position: absolute;
    background-color: #e6e6e6;
    border: none;
    box-shadow: none;
}

#menu-main-menu li ul a {
    color: #401f64;
    font-weight: 600;
    font-size: 18px;
}

#menu-main-menu li ul li {
    display: block;
    text-align: center;
}

#menu-main-menu li ul li ul {
    widtH: auto;
    position: relative;
    display: block;
    text-align: center;
    float: none;
    margin: 0 auto;
}

#menu-main-menu li ul li ul li {
    display: inline-block;
    margin-bottom: 5px;
}

#menu-main-menu li ul li ul li a {
    border-bottom: 1px solid #401f64;
    font-size: 14px;
}

#menu-main-menu li ul li ul li ul {
    float: left;
}

#menu-main-menu li ul li ul li ul li {
    display: block;
}

#menu-main-menu li ul li ul li ul li a {
    border-bottom: none;
    font-size: 14px;
}

#menu-main-menu .menu-about-us ul, #menu-main-menu .menu-essential-info ul {
    width: auto;
    left: auto;
}

#menu-main-menu .menu-about-us ul li, #menu-main-menu .menu-essential-info ul li {
    display: block;
    position: relative;
    padding: 2px 0;
    text-transform: none;
}

#menu-main-menu .menu-about-us ul li a, #menu-main-menu .menu-essential-info ul li a {
    border-bottom: none;
    font-size: 14px;
}

.menu-academy a {
    color: #ef8734 !important;
}

.mobile-logo {
    display: none;
}

#menu-main-menu .open ul {
    padding-top: 10px;
}

.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
    background-color: #e6e6e6;
}

.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
    background-color: transparent;
}

@media screen and (max-width: 1070px) {
    .navbar-nav > li > a {
        font-size: 13px;
        padding: 15px 10px;
    }
}

@media screen and (max-width: 768px) {
    .navbar-toggle {
        margin-right: 0;
        position: absolute;
        right: 0;
    }

    .header-country {
        display: none !important;
    }

    .navbar {
        position: fixed !important;
        top: 0;
        width: 100%;
        background-color: #fff;
        overflow: hidden;
    }

    .dropdown-menu {
        float: none;
    }

    #menu-main-menu {
        margin-top: -5px !important;
        margin-bottom: 0;
        width: 100%;
    }

    #menu-main-menu li {
        widtH: 100%;
        text-align: left;
    }

    #menu-main-menu li a {
        font-size: 16px;
        line-height: 24px;
        border-bottom: 1px solid #bebebe;
    }

    #menu-main-menu li ul {
        display: block !important;
        position: relative;
        widtH: 100%;
        background-color: transparent;
    }

    #menu-main-menu li ul li a {
        border-bottom: 1px solid #bebebe;
        background-color: transparent;
        padding: 8px;
        text-transform: uppercase;
        padding-left: 25px;
        font-size: 16px;
        line-height: 24px;
    }

    #menu-main-menu li ul li ul {
        display: none !important;
    }

    #menu-main-menu .dropdown .caret {
        display: none;
    }

    #menu-main-menu .menu-about-us ul {
        widtH: 100%;
    }

    #menu-main-menu .open ul {
        padding: 0 !important;
        margin-bottom: 0 !important;
    }

    #menu-main-menu ul {
        padding: 0 !important;
        margin-bottom: 0 !important;
        position: relative;
        top: 0;
        left: 0;
        height: auto;
    }

    .navbar-nav > li > a, .navbar-nav .open .dropdown-menu > li > a {
        padding: 5px;
        line-height: 18px;
    }

    .navbar-nav > li > a:hover, .navbar-nav > li.active {
        color: #401f64;
        text-transform: uppercase;
        background-image: none;
    }
}

/* CSS Document */
/* @import must be at top of file, otherwise CSS will not work */
@font-face {
    font-family: 'AllRoundGothic-Bold';
    src: url("fonts/2F354C_0_0.eot");
    src: url("fonts/2F354C_0_0.eot?#iefix") format("embedded-opentype"), url("fonts/2F354C_0_0.woff2") format("woff2"), url("fonts/2F354C_0_0.woff") format("woff"), url("fonts/2F354C_0_0.ttf") format("truetype");
}

@font-face {
    font-family: 'AllRoundGothic-Book';
    src: url("fonts/2F354C_1_0.eot");
    src: url("fonts/2F354C_1_0.eot?#iefix") format("embedded-opentype"), url("fonts/2F354C_1_0.woff2") format("woff2"), url("fonts/2F354C_1_0.woff") format("woff"), url("fonts/2F354C_1_0.ttf") format("truetype");
}

body {
    font-family: 'Open Sans', sans-serif;
    padding-top: 146px;
    transition: padding-top 0.3s linear;
}

.page-template-surveys, .page-template-blank-template {
    padding-top: 0 !important;
}

.left-align,
.alignleft {
    float: left;
}

.right-align,
.alignright {
    float: right;
}

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

.alignleft {
    margin-right: 15px;
}

h1 {
    font-family: 'AllRoundGothic-Bold', sans-serif;
    color: #401f64;
}

h2,
h3 {
    font-family: 'AllRoundGothic-Bold', sans-serif;
    color: #401f64;
}

p {
    font-size: 20px;
    font-family: 'Open Sans', sans-serif;
    margin: 0 auto;
    margin-bottom: 20px;
    color: #635050;
    font-weight: 400;
}

/* VC Row Styles */
li strong em {
    font-style: normal;
    font-size: 18px;
}

.page-content li {
    margin-bottom: 7px;
}

a:focus,
a:active {
    text-decoration: none;
}

.download-link {
    background-color: #401f64;
    color: #fff;
    padding: 7px 35px 7px 8px;
    border-radius: 5px;
    margin-bottom: 15px;
    display: inline-block;
    position: relative;
}

.download-link:after {
    font-family: FontAwesome;
    content: '\f019';
    color: #fff;
    position: absolute;
    right: 8px;
    font-size: 17px;
}

.small-purple-button a {
    background-color: #401f64;
    color: #fff;
    padding: 7px 8px 7px 8px;
    border-radius: 5px;
    margin-bottom: 15px;
    display: inline-block;
    position: relative;
}

a {
    /* Careful, this breaks the word wherever it is without a hyphen */
    overflow-wrap: break-word;
    word-wrap: break-word;

    /* Adds a hyphen where the word breaks */
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    -moz-hyphens: auto;
    hyphens: auto;
}

.grey-row {
    background-image: url(img/grey-box-back.jpg);
}

.grey-row > .vc_column_container {
    background-color: #ebebeb;
}

.grey-row p {
    margin-bottom: 20px !important;
}

.fp-blog-post,
.link-box-wrap {
    position: relative;
}

.fp-blog-post img,
.link-box-wrap img {
    width: 100%;
    height: auto;
}

.fp-blog-post h3,
.link-box-wrap h3 {
    position: absolute;
    lefT: 0;
    bottom: 0;
    background-color: #401f64;
    widtH: 100%;
    color: #fff;
    padding: 10px;
    margin: 0;
    z-index: 9998;
    font-size: 20px;
    height: 60px;
    text-align: center;
    display: table;
    line-height: 22px;
    font-family: 'AllRoundGothic-Bold', sans-serif;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .2s ease-out;
    font-weight: normal;
}

.fp-blog-post h3 span,
.link-box-wrap h3 span {
    display: table-cell;
    vertical-align: middle;
    overflow: hidden;
}

.fp-blog-post h3 strong,
.link-box-wrap h3 strong {
    font-weight: normal;
    font-family: 'AllRoundGothic-Bold', sans-serif;
}

.fp-blog-post a:hover h3,
.link-box-wrap a:hover h3 {
    height: 90px;
}

.fp-blog-post a:active h3,
.link-box-wrap a:active h3 {
    height: 90px;
}

.fp-blog-post .box-tag,
.link-box-wrap .box-tag {
    position: absolute;
    top: 0;
    left: 0;
    background-color: #f5f4f4;
    color: #401f64;
    padding: 5px;
}

header {
    text-align: center;
    background-color: #fff;
}

.header-tel {
    position: absolute;
    top: 50px;
    left: 30px;
}

.header-tel span {
    padding: 10px;
    background-color: #bebebe;
    border-radius: 30px;
    color: #fff;
    margin-right: 10px;
    font-size: 28px;
    position: relative;
    top: 4px;
}

.header-tel a {
    color: #bebebe;
    font-size: 26px;
    letter-spacing: -1px;
}

.header-tel a:hover,
.header-tel a:focus,
.header-tel a:active {
    text-decoration: none;
}

.header-links {
    position: absolute;
    right: 30px;
    top: 40px;
}

.header-links span {
    color: #bebebe;
    font-size: 40px;
}

.header-links i {
    color: #bebebe;
    font-size: 42px;
    top: 10px;
    position: relative;
    font-weight: normal;
}

.header-links i:hover,
.header-links span:hover,
.header-links i:active,
.header-links span:active {
    color: #ef8734;
}

.header-links .head-hover {
    display: inline-block;
    width: 60px;
    height: 56px;
    cursor: pointer;
}

.header-links .head-hover.active span,
.header-links .head-hover.active i {
    color: #ef8734;
}

.header-links .hidden-tip {
    display: none;
    position: absolute;
    bottom: -70px;
    left: -150px;
    color: #fff;
    font-size: 12px;
    z-index: 9999;
    padding: 15px;
}

.header-links .hidden-tip.social-tip {
    left: -120px;
}

.header-links .hidden-tip i {
    top: 2px;
    font-size: 30px;
    margin-right: 10px;
    color: #401f64;
}

.header-links .hidden-tip .inner {
    background-color: #fff;
    border: 1px solid #bebebe;
    padding: 10px;
    border-radius: 10px;
}

.header-links .hidden-tip .inner ul {
    margin: 0;
    text-align: left;
    list-style: none;
    padding: 10px 0;
    font-size: 14px;
}

.header-links .hidden-tip .inner ul li {
    padding: 4px 10px 4px;
    border-bottom: 1px solid #f5f4f4;
}

.header-links .hidden-tip .inner ul li:hover {
    background-color: #ebebeb;
}

.header-links .hidden-tip .inner ul li:active {
    background-color: #ebebeb;
}

.header-links .hidden-tip .inner ul li:last-child {
    border-bottom: none;
}

.header-links .hidden-tip.loc-tip {
    left: 0px;
    top: 48px;
    bottom: auto;
}

.header-links .hidden-tip.loc-tip .inner {
    padding: 0;
    overflow: hidden;
}

.header-links .hidden-tip.loc-tip i,
.header-links .hidden-tip.loc-tip form {
    float: left;
    display: block;
}

.header-links .hidden-tip.loc-tip i {
    font-size: 20px;
}

.header-links .hidden-tip.loc-tip h4 {
    background-color: #401f64;
    font-family: 'AllRoundGothic-Bold', sans-serif;
    margin: 0;
    padding: 10px;
    text-align: center;
    font-size: 16px;
    color: #fff;
}

.header-links .hidden-tip.loc-tip a {
    color: #401f64;
}

.header-links .head-hover .hidden-tip.open {
    display: block;
}

.header-links .glyphicon {
    position: relative;
    top: 15px;
}

.header-country img {
    width: 37px !important;
    height: auto;
}

.social-tip i {
    top: 0;
    font-size: 36px;
    margin: 0 8px;
    color: #401f64 !important;
}

.social-tip i:hover {
    color: #ef8734 !important;
}

.social-tip i:active {
    color: #ef8734 !important;
}

.header-logo {
    position: relative;
    margin: 0 auto;
    width: 420px;
}

.header-logo img {
    max-width: 100%;
}

.hero-wrap {
    padding: 0;
    background-color: #a08fb3;
}

.hero-unit {
    display: table;
    max-width: 1980px;
    position: relative;
    margin: 0 auto;
}

.hero-unit img {
    width: 100%;
    height: auto;
    position: relative;
}

.hero-unit .caption {
    width: 100%;
    display: table-cell;
    vertical-align: middle;
    position: absolute;
    text-align: center;
    top: 30%;
}

.hero-unit .caption h1 {
    line-height: 64px;
    display: inline;
    font-weight: 100;
    font-family: 'AllRoundGothic-Book', sans-serif;
    font-size: 40px;
}

.hero-unit .caption h1 span {
    padding: 0.2em;
    box-shadow: 0.2em 0 0 rgba(64, 31, 100, 0.7), -0.2em 0 0 rgba(64, 31, 100, 0.7);
    background-color: rgba(64, 31, 100, 0.7);
    color: #fff;
    font-family: 'AllRoundGothic-Book', sans-serif;
    font-weight: normal;
}

.hero-unit .caption h1 span strong {
    font-family: 'AllRoundGothic-Bold', sans-serif;
    font-weight: normal;
}

.below-hero {
    position: relative;
    margin-bottom: 40px;
    background-color: #ebebeb;
    padding: 0;
}

.below-hero .below-hero-wrap {
    max-width: 1284px;
    widtH: 100%;
    margin: 0 auto;
    background: #ebebeb;
    padding: 60px 0 60px 0;
    background-size: 100% auto;
    background-position: center top;
}

.below-hero h4 {
    position: relative;
    width: 100%;
    text-align: center;
    margin: 0;
    color: #fff;
    background-color: #401f64;
    padding: 9px 0;
    font-size: 24px;
    margin-bottom: 0;
    font-family: 'AllRoundGothic-Bold', sans-serif;
    letter-spacing: 1px;
}

.below-hero .dwn-arr {
    position: absolute;
    bottom: -25px;
    left: 50%;
    margin-left: -25px;
    width: 50px;
    height: 50px;
}

.below-hero .dwn-arr span {
    border-radius: 25px;
    background-color: #fff;
    height: 100%;
    width: 100%;
    text-align: center;
    line-height: 50px;
    font-size: 24px;
    -moz-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.fp-icon-hd {
    margin-bottom: 40px;
    font-size: 24px;
    color: #401f64;
    font-family: 'AllRoundGothic-Bold', sans-serif;
}

a:hover,
a:active {
    color: #ef8734;
    text-decoration: none;
}

.video-box {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 65%;
}

.video-box h3 {
    font-family: 'AllRoundGothic-Bold', sans-serif;
    position: absolute;
    lefT: 0;
    bottom: 0;
    background-color: #401f64;
    widtH: 100%;
    color: #fff;
    padding: 10px;
    margin: 0;
    z-index: 9998;
    font-size: 20px;
    height: 60px;
    text-align: center;
    display: table;
    line-height: 22px;
}

.video-box h3 span {
    display: table-cell;
    vertical-align: middle;
}

#player {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

.quote-wrap {
    width: 100%;
    display: inline-block;
    position: relative;
}

.quote-wrap:after {
    padding-top: 65.5%;

    /* 16:9 ratio */
    display: block;
    content: '';
}

.quote-wrap .quote-box {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background-color: #f5f4f4;
    color: white;
    -moz-transform: rotate(-2deg);
    -webkit-transform: rotate(-2deg);
    -o-transform: rotate(-2deg);
    -ms-transform: rotate(-2deg);
    transform: rotate(-2deg);
}

.quote-wrap .quote-box:before {
    content: url("img/quote-marks.png");
    position: absolute;
    top: -10px;
    left: 20px;
}

.quote-wrap .quote-box:after {
    content: url("img/quote-marks.png");
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    position: absolute;
    bottom: -10px;
    right: 20px;
}

.quote-wrap .quote-box .quote-ws {
    position: absolute;
    top: 0;
    right: 0;
    color: #401f64;
    padding: 7px;
    font-size: 16px;
}

.quote-wrap .quote-box h4 {
    height: 100%;
    display: table;
    font-family: 'AllRoundGothic-Bold', sans-serif;
    color: #401f64;
    font-size: 28px;
    width: 80%;
    margin: 0 auto;
}

.quote-wrap .quote-box h4 span {
    displaY: table-cell;
    vertical-align: middle;
}

.quote-wrap .quote-box .quoter {
    font-family: 'AllRoundGothic-Book', sans-serif;
    font-weight: normal;
    color: #401f64;
    font-size: 16px;
    position: absolute;
    bottom: 5px;
    left: 15px;
    margin-bottom: 0;
}

.quote-wrap .quote-box-back {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
}

.tips-box {
    background-color: #ef8734;
    -webkit-box-shadow: 2px 2px 0 0 #b65609;
    box-shadow: 2px 2px 0 0 #b65609;
    padding: 5px;
}

.tips-box .tips-pic {
    max-width: 80px;
    float: left;
}

.tips-box .tips-pic img {
    width: 100%;
    height: auto;
}

.tips-box .tips-right {
    padding: 10px;
    margin-left: 100px;
}

.tips-box .tips-right h2 {
    color: #fff;
    font-size: 22px;
    margin-top: 3px;
}

.tips-box .tips-right .infusion-field-input-container,
.tips-box .tips-right #mce-EMAIL,
.tips-box .tips-right input[type="text"],
.tips-box .tips-right input[type="text"]{
    width: calc(100% - 150px);
    font-size: 16px;
    padding: 5px 10px;
    border: none;
    margin: 5px 0px;
}

.tips-box .tips-right .infusion-submit input,
.tips-box .tips-right #mc-embedded-subscribe {
    background-color: #b65609;
    border: none;
    border-radius: 0;
    width: 150px;
    box-shadow: none;
    font-size: 16px;
    padding: 5px 10px;
    color: #fff;
}

.tips-box .tips-right #mc-embedded-subscribe {
    margin: 10px 0px;
}

.search .item {
    margin-bottom: 25px;
    border-bottom: 1px solid #ebebeb;
    padding-bottom: 30px;
}

.search .entry-title {
    text-align: left;
}

.search .entry-title a {
    color: #401f64;
}

.search .read-more {
    padding: 5px 10px;
    color: #fff;
    background-color: #401f64;
}

.search .share-button,
.search .post-date,
.search .metasec {
    display: none;
}

.mid-title {
    line-height: 1;
    text-align: center;
    overflow: hidden;
    font-family: 'AllRoundGothic-Bold', sans-serif;
    color: #401f64;
    font-size: 26px;
}

.mid-title span {
    display: inline-block;
    position: relative;
}

.mid-title span:after, .mid-title span:before {
    content: "";
    position: absolute;
    height: 18px;
    border-bottom: 10px solid #ebebeb;
    top: 0;
    width: 600px;
}

.mid-title span:after {
    left: 100%;
    margin-left: 15px;
}

.mid-title span:before {
    right: 100%;
    margin-right: 15px;
}

.fp-ws-icon {
    text-align: center;
}

.fp-ws-icon img {
    width: 100%;
    height: auto;
}

.fp-ws-icon a:hover h3,
.fp-ws-icon a:active h3 {
    color: #ef8734;
}

.tweets {
    margin-top: 20px;
}

.tweet-header {
    background-color: #00aced;
    font-size: 27px;
    color: #fff;
    line-height: 61px;
    margin: 0;
    padding: 0;
    height: 61px;
    font-family: 'AllRoundGothic-Bold', sans-serif;
}

.tweet-header img {
    border-right: 5px solid #fff;
    margin-right: 10px;
    vertical-align: top;
}

.tweet-header .twitter-follow {
    float: right;
    height: 100%;
    background-color: #bebebe;
    display: block;
    margin: 0;
    padding: 0 25px;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: normal;
    border-left: 5px solid #fff;
}

.rotatingtweet {
    max-width: 100%;
}

.tweet-body {
    padding: 20px 50px;
    background-color: #d9f3fc;
    margin-bottom: 20px;
}

.rtw_wide_icon {
    display: none !important;
}

.rtw_wide_block {
    padding-left: 0;
}

.main {
    widtH: 100%;
}

.rtw_main {
    font-size: 16px;
    font-family: 'AllRoundGothic-Book', sans-serif;
}

.bx-wrapper {
    max-width: 100% !important;
}

.bx-viewport {
    box-shadow: none !important;
    border: none !important;
}

.orange-section {
    background-color: #ef8734;
}

.orange-section .container {
    padding: 50px;
    text-align: center;
}

.orange-section h3 {
    color: #fff;
}

.orange-section h3 a {
    top: -2px;
}

.client-slider .slide {
    width: 150px;
    height: 120px;
    text-align: center;
    display: table;
}

.client-slider .slide div {
    display: table-cell;
    vertical-align: middle;
}

.client-slider .slide img {
    max-width: 150px;
    max-height: 120px;
    margin: auto;
}

.bxslider-inner {
    vertical-align: middle;
    display: inline-block;
    float: none !important;
}

.page-content {
    margin-bottom: 50px;
}

.footer-wrap {
    background-color: #323232;
    text-align: center;
    padding: 30px;
}

.footer-wrap .back-to-top {
    margin: 0 auto;
    color: #fff;
    text-transform: uppercase;
    font-size: 18px;
    margin-bottom: 20px;
}

.footer-location {
    text-align: left;
}

.footer-location img {
    display: inline-block;
    height: 40px;
    width: 32px;
}

.footer-location h3 {
    color: #fff;
    border-bottom: 1px solid #fff;
}

.footer-location a,
.footer-location .ft-add {
    font-size: 16px;
    color: #fff;
}

.footer-location p {
    margin-bottom: 0;
}

.footer-location .footer-left a {
    font-size: 18px;
    padding-bottom: 7px;
}

.footer-location .footer-left p {
    margin-bottom: 6px;
}

.footer-contact-details {
    color: #fff;
    font-family: 'AllRoundGothic-Book', sans-serif;
}

.footer-contact-details a {
    color: #fff;
    font-size: 20px;
}

.page-header,
.contact-header {
    margin: 0 !important;
    text-align: center;
    padding-bottom: 0;
    background-color: #ebebeb;
    border-bottom: none;
}

.page-header .ws-header-wrapper,
.page-header .header-wrapper,
.contact-header .ws-header-wrapper,
.contact-header .header-wrapper {
    max-width: 1980px;
    width: 100%;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
}

.page-header .ws-header-wrapper img,
.page-header .header-wrapper img,
.contact-header .ws-header-wrapper img,
.contact-header .header-wrapper img {
    width: 100%;
}

.page-header .ws-header-wrapper h1,
.page-header .header-wrapper h1,
.contact-header .ws-header-wrapper h1,
.contact-header .header-wrapper h1 {
    position: absolute;
    top: 50%;
    margin-top: -10px;
    color: #fff;
    font-family: 'AllRoundGothic-Bold', sans-serif;
    text-align: center;
    width: 90%;
    margin-left: 10%;
}

.page-header .ws-header-wrapper h1.no-image,
.page-header .header-wrapper h1.no-image,
.contact-header .ws-header-wrapper h1.no-image,
.contact-header .header-wrapper h1.no-image {
    margin-left: 5%;
}

.breadcrumb {
    background-color: #ebebeb;
    margin-bottom: 0 !important;
    padding: 10px 0 0 0;
}

.breadcrumb h5 {
    text-align: center;
    font-size: 14px;
    margin: 0;
    line-height: 1;
    overflow: hidden;
    font-family: 'AllRoundGothic-Bold', sans-serif;
    color: #635050;
}

.breadcrumb h5 span {
    display: inline-block;
    position: relative;
}

.breadcrumb h5 span:after, .breadcrumb h5 span:before {
    content: "";
    position: absolute;
    height: 8px;
    border-bottom: 1px solid #bebebe;
    top: 0;
    width: 600px;
}

.breadcrumb h5 span:after {
    left: 100%;
    margin-left: 15px;
}

.breadcrumb h5 span:before {
    right: 100%;
    margin-right: 15px;
}

.w3eden a {
    background-color: #ef8734;
    color: #fff;
    padding: 3px 10px;
    display: inline-block;
    border-radius: 5px;
    margin-top: 4px;
}

.iconblock a:hover h3,
.iconblock a:active h3 {
    color: #ef8734;
}

.page-header .ws-header-wrapper img,
.page-header .header-wrapper img {
    max-width: 500% !important;
}

.woocommerce img,
.woocommerce-page img {
    width: inherit;
    margin: 0 auto;
}

.products {
    text-align: center;
}

.products h3,
.products span {
    text-align: left;
}

.products span {
    display: block;
}

.w3eden .label {
    display: none;
}

.page-header .page-header-wrapper {
    width: 100% !important;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
}

.page-header .page-header-wrapper img {
    width: 100%;
}

.page-header .page-header-wrapper h1 {
    position: absolute;
    top: 50%;
    margin-top: -20px;
    color: #fff;
    font-family: 'AllRoundGothic-Bold', sans-serif;
    text-align: center;
    width: 100%;
}

.press-date {
    font-weight: 600;
    color: #401f64;
}

.press-section a h4 {
    color: #401f64;
}

.press-section a h4 span {
    font-weight: 600;
}

.press-section a h4:hover {
    color: #ef8734;
}

.press-section a h4:active {
    color: #ef8734;
}

.contact-header .ws-header-wrapper h1,
.contact-header .header-wrapper h1 {
    width: 100%;
    margin-left: 0;
}

.ws-banner-icon {
    position: absolute;
    width: 160px !important;
    heighT: auto;
    margin-left: -170px !important;
    margin-top: -40px;
}

.about-header h1 {
    background-color: #401f64;
    color: #fff;
    text-align: center;
    font-family: 'AllRoundGothic-Bold', sans-serif;
    font-size: 20px;
    margin: 0;
    padding: 10px 0;
}

.ws-sections-row > .vc_column_container {
    border-right: 1px solid #bebebe;
}

.ws-sections-row > .vc_column_container:last-child {
    border-right: none;
}

.ws-section-wrap {
    padding-bottom: 50px;
    text-align: center;
}

.ws-section-wrap h3 {
    margin-bottom: 10px;
}

.ws-section-wrap p {
    width: 80%;
    font-family: 'Open Sans', sans serif;
    font-size: 14px;
}

.ws-section-wrap a {
    position: absolute;
    bottom: 20px;
    display: block;
    left: 50%;
    width: 130px;
    margin-left: -65px;
    padding: 10px 20px;
    border-radius: 7px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 800;
}

.ws-section-wrap.Black a {
    background-color: #323232;
}

.ws-section-wrap.Black a:hover {
    background-color: #4c4c4c;
}

.ws-section-wrap.Black a:active {
    background-color: #4c4c4c;
}

.ws-section-wrap.Black h3 {
    color: #323232;
}

.ws-section-wrap.Purple a {
    background-color: #401f64;
}

.ws-section-wrap.Purple a:hover {
    background-color: #592b8b;
}

.ws-section-wrap.Purple a:active {
    background-color: #592b8b;
}

.ws-section-wrap.Purple h3 {
    color: #401f64;
}

.ws-section-wrap.Orange a {
    background-color: #ef8734;
}

.ws-section-wrap.Orange a:hover {
    background-color: #f3a363;
}

.ws-section-wrap.Orange a:active {
    background-color: #f3a363;
}

.ws-section-wrap.Orange h3 {
    color: #ef8734;
}

.the-think-productive-way {
    background-image: url(img/grey-box-back.jpg);
}

.tp-way-section {
    background-color: #fff;
    padding: 15px;
}

.tp-way-section .wpb_text_column {
    padding-top: 0 !important;
}

.tp-way-section .wpb_text_column h4 {
    font-family: 'AllRoundGothic-Bold', sans-serif;
    font-weighT: normal;
}

.w3eden {
    margin-bottom: 25px;
}

.wpb_text_column p {
    font-family: 'Open Sans', sans serif;
    font-weight: 600;
    color: #401f64;
    font-size: 16px;
}

.wpb_text_column h4 {
    font-family: 'Open Sans', sans serif;
    font-weight: 600;
    color: #401f64;
    font-size: 22px;
    line-height: 30px;
    margin-bottom: 15px;
}

.ws-section-title {
    color: #fff;
    font-family: 'AllRoundGothic-Bold', sans-serif;
    font-size: 24px;
    margin-top: -20px;
    background-color: #ef8734;
    position: absolute;
    padding: 7px 15px;
    left: 50%;
    margin-left: -43px;
}

.ws-section-title::before {
    position: absolute;
    background-color: #f9cfae;
    -moz-transform: rotate(-3deg);
    -webkit-transform: rotate(-3deg);
    -o-transform: rotate(-3deg);
    -ms-transform: rotate(-3deg);
    transform: rotate(-3deg);
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.workshop-orange {
    border-top: 3px solid #ef8734;
    padding-bottom: 80px;
}

.workshop-orange p {
    margin-top: 20px;
    color: #333;
    font-family: 'Open Sans', sans serif;
    margin-top: 30px;
}

.in-ws-email {
    border-top: 8px solid #ef8734;
    padding: 40px 0;
    -webkit-box-shadow: inset 0 20px 20px -20px rgba(0, 0, 0, 0.8);
    -moz-box-shadow: inset 0 20px 20px -20px rgba(0, 0, 0, 0.8);
    box-shadow: inset 0 20px 20px -20px rgba(0, 0, 0, 0.8);
}

.in-ws-email p {
    color: #333;
    font-family: 'Open Sans', sans serif;
}

.in-ws-email:before {
    content: 'Email' !important;
    color: #fff;
    font-family: 'AllRoundGothic-Bold', sans-serif;
    font-size: 24px;
    margin-top: -90px;
    position: absolute;
    padding: 7px 15px;
    left: 50%;
    margin-left: -43px;
    background-color: #ef8734;
}

.in-ws-prod {
    border-top: 8px solid #401f64;
    padding: 40px 0;
    -webkit-box-shadow: inset 0 20px 20px -20px rgba(0, 0, 0, 0.8);
    -moz-box-shadow: inset 0 20px 20px -20px rgba(0, 0, 0, 0.8);
    box-shadow: inset 0 20px 20px -20px rgba(0, 0, 0, 0.8);
}

.in-ws-prod p {
    color: #333;
    font-family: 'Open Sans', sans serif;
}

.in-ws-prod:before {
    content: 'Personal Productivity' !important;
    color: #fff;
    font-family: 'AllRoundGothic-Bold', sans-serif;
    font-size: 24px;
    margin-top: -90px;
    position: absolute;
    padding: 7px 15px;
    left: 50%;
    margin-left: -134px;
    background-color: #401f64;
}

.in-ws-meet {
    border-top: 8px solid #323232;
    padding: 40px 0;
    -webkit-box-shadow: inset 0 20px 20px -20px rgba(0, 0, 0, 0.8);
    -moz-box-shadow: inset 0 20px 20px -20px rgba(0, 0, 0, 0.8);
    box-shadow: inset 0 20px 20px -20px rgba(0, 0, 0, 0.8);
}

.in-ws-meet p {
    color: #333;
    font-family: 'Open Sans', sans serif;
}

.in-ws-meet:before {
    content: 'Meetings' !important;
    color: #fff;
    font-family: 'AllRoundGothic-Bold', sans-serif;
    font-size: 24px;
    margin-top: -90px;
    position: absolute;
    padding: 7px 15px;
    left: 50%;
    margin-left: -67px;
    background-color: #323232;
}

.workshop-purple {
    border-top: 3px solid #401f64;
    padding-bottom: 80px;
}

.workshop-purple p {
    margin-top: 20px;
    color: #333;
    font-family: 'Open Sans', sans serif;
    margin-top: 30px;
}

.workshop-purple .ws-section-title {
    background-color: #401f64;
    margin-left: -67px;
}

.workshop-black {
    border-top: 3px solid #323232;
    padding-bottom: 50px;
}

.workshop-black p {
    margin-top: 20px;
    color: #333;
    font-family: 'Open Sans', sans serif;
    margin-top: 30px;
}

.workshop-black .ws-section-title {
    background-color: #323232;
    margin-left: -67px;
}

.workshop-choice {
    background-color: #fff;
    -webkit-box-shadow: 0 3px 0 0 rgba(0, 0, 0, 0.3);
    box-shadow: 0 3px 0 0 rgba(0, 0, 0, 0.3);
}

.workshop-choice h2 {
    font-family: 'AllRoundGothic-Bold', sans-serif;
    font-size: 18px;
    color: #401f64;
    margin-top: 5px;
    padding-bottom: 10px;
}

.ws-text-content {
    font-family: 'Open Sans', sans serif;
    font-weight: 600;
    margin: 20px auto;
    color: #401f64;
    font-size: 18px;
    width: 90%;
    text-align: center;
}

.ws-image img {
    width: 100%;
    heighT: auto;
}

.ws-right h2 {
    text-align: left;
    color: #401f64;
    font-family: 'AllRoundGothic-Bold', sans-serif;
    font-size: 24px;
    margin-top: 0px;
}

.ws-right p {
    text-align: left;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    margin-top: 0px;
    margin-bottom: 20px;
}

.ws-wrap hr {
    height: 10px;
    background-color: #ebebeb;
}

.ws-wrap .purple-button {
    float: left;
    margin-top: 15px;
    text-transform: uppercase;
    font-size: 14px;
}

.ws-wrap ul {
    list-style: none;
    padding: 0;
}

.ws-wrap ul li {
    text-align: left;
    padding-bottom: 4px;
    padding-top: 5px;
    border-bottom: 2px #ebebeb solid;
    font-size: 16px;
    height: 52px;
    margin-bottom: 7px;
}

.ws-wrap ul li .ws-date {
    font-weight: 600;
    color: #401f64;
}

.ws-wrap ul li .ws-location {
    font-weight: 600;
    color: #635050;
    text-transform: uppercase;
    line-height: 34px;
}

.ws-wrap ul li .ws-time {
    color: #bebebe;
    line-height: 34px;
}

.ws-wrap ul li .ws-book-button {
    color: #fff;
    float: right;
    padding: 4px 10px;
    text-transform: uppercase;
    background-color: #401f64;
}

.ws-wrap ul li:nth-child(n+4) {
    display: none;
}

.grey-fluid {
    background-color: #ebebeb;
    border-bottom: 2px solid #ef8734;
    margin-bottom: 30px;
}

.light-grey-fluid {
    border-bottom: 1px solid #ebebeb;
}

.ws-format ul {
    list-style: none;
    padding: 0;
    font-family: 'AllRoundGothic-Bold', sans-serif;
    font-size: 16px;
    margin-bottom: 50px;
    padding-top: 30px;
}

.ws-format ul li {
    padding: 7px 0;
    border-bottom: 1px solid #bebebe;
    line-heighT: 19px;
}

.ws-format ul li:last-child {
    border-bottom: none;
}

.ws-format ul li ul {
    margin-bottom: 0;
    padding-top: 0;
}

.ws-format ul li ul li {
    border-bottom: 0;
    padding: 0 0 4px 0;
    color: #635050;
    list-style: disc;
    margin-left: 15px;
}

.ws-format h5 {
    color: #401f64;
    margin: 0;
    font-size: 16px;
}

.ws-format p {
    font-family: 'AllRoundGothic-Bold', sans-serif;
    color: #635050;
    font-size: 16px;
    margin-bottom: 0;
}

.dates-booking {
    bottom: -10px;
    position: absolute;
    width: calc(100% - 15px);
}

select#locallist {
    widtH: 100%;
    border: 0;
    background-color: #f5f4f4;
    font-family: 'AllRoundGothic-Book', sans-serif;
    padding: 4px 7px;
    font-size: 18px;
    color: #401f64;
    cursor: pointer;
}

select#locallist option {
    color: #401f64;
    font-size: 18px;
    border: 0;
}

select#locallist:focus {
    outline: 0;
}

.btn-primary {
    border: none;
}

.eventList {
    list-style: none;
    padding: 0;
}

.eventList li {
    clear: both;
    padding-top: 15px;
    padding-bottom: 15px;
    border-bottom: 2px solid #ebebeb;
}

.eventList .ws-date-cal {
    width: 100px;
    float: left;
    font-family: 'AllRoundGothic-Book', sans-serif;
    text-align: center;
}

.eventList .ws-date-cal .date-top {
    width: 100%;
    padding: 2px 0;
    background-color: #635050;
    -webkit-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
    color: #f5f4f4;
    font-family: 'AllRoundGothic-Book', sans-serif;
    font-size: 18px;
}

.eventList .ws-date-cal .date-bottom {
    width: 100%;
    padding: 5px 0;
    background-color: #f5f4f4;
    -webkit-border-radius: 0 0 5px 5px;
    border-radius: 0 0 5px 5px;
    color: #635050;
    font-family: 'AllRoundGothic-Book', sans-serif;
}

.eventList .ws-date-cal .cal-date {
    font-size: 36px;
    line-height: 36px;
    clear: both;
    display: block;
    font-family: 'AllRoundGothic-Book', sans-serif;
}

.eventList .ws-details {
    display: table;
    width: calc(100% - 100px);
    vertical-align: middle;
    height: 88px;
    text-align: left;
    padding-left: 30px;
    font-size: 20px;
}

.eventList .ws-details .ws-location {
    font-size: 20px;
    color: #635050;
    text-transform: uppercase;
}

.eventList .ws-details .ws-cost {
    font-size: 14px;
    color: #635050;
    padding-bottom: 10px;
}

.eventList .ws-details .ws-book-button {
    padding: 5px 40px;
    color: fff;
    font-weight: 400;
    color: #fff;
    background-color: #401f64;
    text-transform: uppercase;
    font-size: 14px;
    margin-top: 5px;
    -webkit-box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.5);
    box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.5);
}

.eventList .ws-details .ws-book-button:hover {
    background-color: #27133d;
}

.eventList .ws-details div {
    display: table-cell;
    vertical-align: middle;
}

.eventList .ws-time {
    font-family: 'AllRoundGothic-Bold', sans-serif;
    color: #ef8734;
    font-size: 20px;
}

.top-heading {
    text-align: center;
    padding: 30px 80px 0 80px;
    color: #401f64;
    font-family: 'AllRoundGothic-Bold', sans-serif;
    font-size: 24px;
}

.archive-sect h2 {
    font-family: 'AllRoundGothic-Book', sans-serif;
    font-size: 24px;
}

.single-product-page {
    margin-top: 40px;
}

.products {
    border-top: 8px solid #ebebeb;
}

.products:hover h3 {
    color: #ef8734;
}

.products:active h3 {
    color: #ef8734;
}

.products h3 {
    font-sizE: 18px;
    font-family: 'AllRoundGothic-Bold', sans-serif;
    color: #401f64;
}

.products .amount {
    color: #635050;
    font-weight: bold;
}

.ebook_links {
    padding-top: 25px;
    clear: both;
}

.ebook_links a {
    display: block;
    float: left;
    border-radius: 7px;
    border: 2px solid #401f64;
    padding: 5px 15px;
    margin-left: 10px;
    color: #401f64;
    font-weight: 600;
    transition: all 0.2s linear;
    margin-top: 5px;
}

.ebook_links a:hover {
    background-color: #401f64;
    color: #fff;
}

.ebook_links a:active {
    background-color: #401f64;
    color: #fff;
}

.entry-summary h1 {
    font-family: 'AllRoundGothic-Bold', sans-serif;
    color: #401f64;
    font-size: 22px;
}

.entry-summary h5 {
    float: left;
    font-family: 'AllRoundGothic-Bold', sans-serif;
    color: #401f64;
    font-size: 18px;
}

.entry-summary .amount {
    color: #635050;
    font-weight: 600;
}

.entry-summary p {
    font-size: 14px;
    margin-bottom: 12px;
}

.woocommerce div.product div.images,
.woocommerce div.product div.summary {
    padding-bottom: 20px;
}

.woocommerce div.product form.cart,
.woocommerce div.product p.cart {
    margin-bottom: 0;
}

.woocommerce div.product form.cart .button, .woocommerce div.product form.cart .orange-button, .woocommerce div.product form.cart .btn-primary, .woocommerce div.product form.cart .purple-button, .woocommerce div.product form.cart .white-button {
    background-color: #401f64;
    transition: all 0.2s linear;
}

.woocommerce div.product form.cart .button:hover, .woocommerce div.product form.cart .orange-button:hover, .woocommerce div.product form.cart .btn-primary:hover, .woocommerce div.product form.cart .purple-button:hover, .woocommerce div.product form.cart .white-button:hover {
    background-color: #592b8b;
}

.woocommerce div.product form.cart .button:active, .woocommerce div.product form.cart .orange-button:active, .woocommerce div.product form.cart .btn-primary:active, .woocommerce div.product form.cart .purple-button:active, .woocommerce div.product form.cart .white-button:active {
    background-color: #592b8b;
}

.wc-tabs-wrapper {
    border-top: 4px solid #401f64;
    padding-top: 20px;
    margin-top: 20px;
}

.wc-tabs {
    display: none;
}

.woocommerce div.product div.images,
.woocommerce div.product div.summary {
    margin-bottom: 0;
}

.quantity input {
    border-radius: 10px;
    border: 1px solid #635050;
    padding: 5px 0;
}

.entry-content h4 {
    font-weight: 600;
    color: #401f64;
    font-size: 18px;
}

.entry-content p {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 15px;
}

.entry-content ul {
    color: #401f64;
    font-size: 16px;
    font-weight: 600;
    margin: 20px 0 40px;
    padding-left: 15px;
}

.team-video iframe {
    widtH: 100%;
    height: auto;
}

.team-member {
    margin-bottom: 30px;
    position: relative;
    padding-bottom: 30px;
}

.team-image img {
    widtH: 100%;
    height: auto;
}

.team-summary {
    text-align: left;
}

.team-summary h2 {
    font-family: 'AllRoundGothic-Bold', sans-serif;
    color: #401f64;
    font-size: 26px;
    margin-top: 0;
    margin-bottom: 0;
}

.team-summary h4 {
    font-family: 'AllRoundGothic-Book', sans-serif;
    color: #401f64;
    font-size: 18px;
    margin-top: 5px;
}

.team-summary p {
    font-size: 15px;
    margin-bottom: 10px;
}

.team-main {
    max-height: 0;
    overflow: hidden;
    transition: all .7s ease-in;
    text-align: left;
}

.team-main h4 {
    font-family: 'AllRoundGothic-Bold', sans-serif;
    color: #401f64;
    font-size: 20px;
    margin-top: 10px;
}

.team-main p {
    font-size: 16px;
    margin-bottom: 20px;
}

.team-footer {
    width: calc(70% - 30px);
    position: absolute;
    right: 0;
    bottom: 3px;
    text-align: right;
    background-color: #ebebeb;
    color: #401f64;
    padding: 3px 10px;
    margin-top: 30px;
}

.team-footer p {
    font-size: 18px;
}

.team-footer .less {
    display: none;
    cursor: pointer;
    color: #401f64;
    margin: 0;
    font-family: 'AllRoundGothic-Bold', sans-serif;
}

.team-footer .less span {
    position: relative;
    top: 2px;
}

.team-footer .more {
    display: block;
    cursor: pointer;
    color: #401f64;
    margin: 0;
    font-family: 'AllRoundGothic-Bold', sans-serif;
}

.team-footer .more span {
    position: relative;
    top: 2px;
}

.team-open .team-summary {
    widtH: 50%;
}

.team-open .short-desc {
    display: none;
}

.team-open .team-main {
    max-height: 4000px;
    border-top: 8px solid #ebebeb;
    padding-bottom: 30px;
}

.team-open .less {
    display: block;
}

.team-open .more {
    display: none;
}

.team-open .team-footer {
    width: 100%;
    bottom: -10px;
}

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

.ff-ninj img {
    margin: 0 auto;
}

.funfacts h5 {
    line-height: 30px;
    color: #401f64;
    font-family: 'AllRoundGothic-Bold', sans-serif;
    font-size: 18px;
}

.funfacts h5 span {
    display: inline-block;
    line-height: 30px;
    width: 30px;
    height: 30px;
    border-radius: 15px;
    background-color: #401f64;
    color: #fff;
    font-size: 22px;
    text-align: center;
    margin-right: 10px;
}

.funfacts ul li {
    list-style: disc;
    border-bottom: 2px solid #ebebeb;
    padding: 10px 0;
    font-weight: 600;
    font-size: 16px;
}

.client-header {
    position: relative;
}

.client-header img {
    position: absolute;
    width: auto;
    height: 100%;
}

.client-icons .wpb_content_block {
    width: 50%;
    heighT: auto;
    float: left;
    height: 100px;
}

.client-icons .wpb_content_block img {
    max-width: 100%;
    max-height: 100px;
    widtH: auto;
    height: auto;
}

.client-icons .wpb_content_block .fp-icon-hd {
    display: none;
}

#myCarousel {
    widtH: 100%;
    height: 320px;
    padding: 30px 0;
}

#myCarousel .caption {
    width: 60%;
    margin: 0 auto;
    text-align: center;
    position: relative;
    padding: 30px;
}

#myCarousel .caption h1 {
    color: #fff;
    font-family: 'AllRoundGothic-Book', sans-serif;
    font-size: 32px;
}

#myCarousel .caption span {
    color: #fff;
    text-transform: uppercase;
}

#myCarousel .workshop {
    position: absolute;
    top: 0;
    left: 0;
}

#myCarousel .quoter {
    position: absolute;
    bottom: 0;
    right: 0;
}

.client-sector h3 {
    background-color: #401f64;
    color: #fff;
    font-size: 18px;
    padding: 7px 0;
    margin-bottom: 0;
}

.client-sector ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.client-sector ul li {
    border-bottom: 1px solid #bebebe;
    padding: 10px;
    color: #401f64;
    font-weight: 600;
    font-size: 16px;
}

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

.contact-details h2 {
    font-family: 'AllRoundGothic-Bold', sans-serif;
    font-size: 28px;
    color: #401f64;
}

.contact-details .glyphicon,
.contact-details .fa {
    color: #401f64;
    font-sizE: 16px;
    border-radius: 50px;
    text-align: center;
    height: 20px;
    line-height: 23px;
    margin-right: 2px;
    position: relative;
    top: 2px;
}

.contact-details .cd-text {
    line-height: 20px;
    margin-bottom: 2px;
    font-size: 16px;
}

.contact-details .cd-text a {
    color: #401f64;
    font-weight: bold;
}

.contact-details .cd-address {
    margin: 20px;
    font-size: 14px;
}

.wpforms-form {
    margin: 0 auto;
    text-align: center;
}

.wpforms-form div.wpforms-container-full .wpforms-form .wpforms-field {
    padding: 0;
}

.wpforms-form span {
    width: 100%;
}

.wpforms-form input,
.wpforms-form select,
.wpforms-form textarea {
    width: 100%;
    padding: 5px;
    font-size: 14px !important;
    margin-bottom: 7px !important;
    border: none;
    height: auto;
}

.wpforms-form textarea {
    margin-bottom: 3px;
}

.wpforms-form .wpforms-submit {
    width: 50%;
    background-color: #401f64;
    color: #fff;
    font-weight: 600;
    font-size: 16px;
    margin-top: 10px;
}

.wpforms-form select {
    color: #401f64;
    appearance: none;
    -moz-appearance: none;

    /* Firefox */
    -webkit-appearance: none;

    /* Safari and Chrome */
    position: relative;
    background-image: url(img/select-back.jpg);
    background-position: right center;
    background-repeat: no-repeat;
    background-size: auto 100%;
    font-weight: bold;
}

.wpforms-form option {
    color: #333;
}

.wpforms-form ::-webkit-input-placeholder {
    color: #401f64;
    font-weight: bold;
}

.wpforms-form :-moz-placeholder {
    /* Firefox 18- */
    color: #401f64;
    font-weight: bold;
}

.wpforms-form ::-moz-placeholder {
    /* Firefox 19+ */
    color: #401f64;
    font-weight: bold;
}

.wpforms-form :-ms-input-placeholder {
    color: #401f64;
    font-weight: bold;
}

.contact-form-wrapper {
    width: 70%;
    margin: 0 auto;
    text-align: center;
}

.contact-form-wrapper span {
    width: 100%;
}

.contact-form-wrapper input,
.contact-form-wrapper select,
.contact-form-wrapper textarea {
    width: 100%;
    padding: 5px;
    font-size: 14px;
    margin-bottom: 7px !important;
    border: none;
    height: auto;
}

.contact-form-wrapper textarea {
    margin-bottom: 3px;
}

.contact-form-wrapper .wpcf7-submit {
    width: 50%;
    background-color: #401f64;
    color: #fff;
    font-weight: 600;
    font-size: 16px;
    margin-top: 10px;
}

.contact-form-wrapper select {
    color: #401f64;
    appearance: none;
    -moz-appearance: none;

    /* Firefox */
    -webkit-appearance: none;

    /* Safari and Chrome */
    position: relative;
    background-image: url(img/select-back.jpg);
    background-position: right center;
    background-repeat: no-repeat;
    background-size: auto 100%;
    font-weight: bold;
}

.contact-form-wrapper option {
    color: #333;
}

.contact-form-wrapper ::-webkit-input-placeholder {
    color: #401f64;
    font-weight: bold;
}

.contact-form-wrapper :-moz-placeholder {
    /* Firefox 18- */
    color: #401f64;
    font-weight: bold;
}

.contact-form-wrapper ::-moz-placeholder {
    /* Firefox 19+ */
    color: #401f64;
    font-weight: bold;
}

.contact-form-wrapper :-ms-input-placeholder {
    color: #401f64;
    font-weight: bold;
}

.wpb_text_column h2 {
    font-family: 'AllRoundGothic-Bold', sans-serif;
    font-size: 24px;
    color: #401f64;
}

.key_dnwld_wrap {
    width: 100%;
    text-align: center;
    padding: 15px 30px;
    border-radius: 80px;
    margin-top: 20px;
    -webkit-box-shadow: 2px 2px 2px 2px rgba(1, 1, 1, 0.3);
    box-shadow: 2px 2px 2px 2px rgba(1, 1, 1, 0.3);
    background-color: #ef8734;
    color: #fff;
    font-size: 18px;
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 70px 55px;
    background-image: url("img/how-to-be-a-productivity-ninja.jpg");
    background-color: #ef8734;
}

.key_dnwld_btn {
    width: 100%;
    text-align: center;
    padding: 15px 30px;
    border-radius: 80px;
    margin-top: 20px;
    -webkit-box-shadow: 2px 2px 2px 2px rgba(1, 1, 1, 0.3);
    box-shadow: 2px 2px 2px 2px rgba(1, 1, 1, 0.3);
    background-color: #92c46a;
    color: #fff;
    font-size: 18px;
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 70px 55px;
    background-image: url("img/creative-download-btn.jpg");
    background-color: #92c46a;
}

.key_dnwld_btn i {
    position: absolute;
    right: 20px;
    font-size: 40px;
    top: 10px;
}

.key_dnwld_wrap.key_magicmeet {
    background-image: url("img/make-meetings-magic.jpg");
    background-color: #e2a4e4;
}

.key_dnwld_wrap.key_fixingmeetings {
    background-image: url("img/fixing-meetings.png");
    background-color: #d2a3cb;
}

.key_dnwld_wrap.key_inbox-zero {
    background-image: url("img/Get-your-inbox-to-zero.jpg");
}

.key_dnwld_wrap.key_email-ett {
    background-image: url("img/email-etiquette.jpg");
    background-color: #2ccceb;
}

.key_dnwld_wrap.key_slam {
    background-image: url("img/stress-less-achieve-more.jpg");
    background-color: #fbb520;
}

.key_dnwld_wrap.key_onetoone {
    background-image: url("img/one-to-one-productivity-consultancy.jpg");
    background-color: #eb94c3;
}

.key_dnwld_wrap i {
    position: absolute;
    right: 20px;
    font-size: 40px;
    top: 10px;
}

.bta {
    border-radius: 80px;
    margin-top: 20px;
    background-color: #ebebeb;
    color: #401f64;
    padding: 15px 30px;
    -webkit-box-shadow: 2px 2px 2px 2px rgba(1, 1, 1, 0.3);
    box-shadow: 2px 2px 2px 2px rgba(1, 1, 1, 0.3);
    font-size: 18px;
}

.wpb_video_widget .wpb_wrapper .wpb_video_wrapper {
    padding-top: 65% !important;
}

.vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-heading {
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ef8734+0,ef8734+50,ed7d2e+51,ed7d2e+100 */
    background: #ef8734;

    /* Old browsers */
    background: -moz-linear-gradient(top, #ef8734 0%, #ef8734 50%, #ed7d2e 51%, #ed7d2e 100%);

    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ef8734), color-stop(50%, #ef8734), color-stop(51%, #ed7d2e), color-stop(100%, #ed7d2e));

    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #ef8734 0%, #ef8734 50%, #ed7d2e 51%, #ed7d2e 100%);

    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #ef8734 0%, #ef8734 50%, #ed7d2e 51%, #ed7d2e 100%);

    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #ef8734 0%, #ef8734 50%, #ed7d2e 51%, #ed7d2e 100%);

    /* IE10+ */
    background: linear-gradient(to bottom, #ef8734 0%, #ef8734 50%, #ed7d2e 51%, #ed7d2e 100%);

    /* W3C */
    /* IE6-9 */
    border-radius: 0;
}

.vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-heading a span,
.vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-heading .vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-title > a,
.vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-heading .vc_tta.vc_tta-accordion .vc_tta-controls-icon-position-right .vc_tta-controls-icon {
    color: #fff !important;
    font-family: 'AllRoundGothic-Bold', sans-serif;
}

.vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel.vc_active .vc_tta-panel-title > a {
    color: #fff !important;
}

.vc_tta-color-grey.vc_tta-style-classic .vc_tta-controls-icon::before,
.vc_tta-color-grey.vc_tta-style-classic .vc_tta-controls-icon::after,
.vc_tta-color-grey.vc_tta-style-classic .vc_active .vc_tta-panel-heading .vc_tta-controls-icon::before,
.vc_tta-color-grey.vc_tta-style-classic .vc_active .vc_tta-panel-heading .vc_tta-controls-icon::after {
    border-color: #fff !important;
    color: #fff;
}

.vc_tta-controls-icon .vc_tta-controls-icon-plus,
.vc_tta-color-grey.vc_tta-style-classic .vc_active .vc_tta-panel-heading .vc_tta-controls-icon::before,
.vc_tta-color-grey.vc_tta-style-classic .vc_active .vc_tta-panel-heading .vc_tta-controls-icon::after,
.vc_tta-color-grey.vc_tta-style-classic .vc_active .vc_tta-panel-heading .vc_tta-controls-icon::before,
.vc_tta-color-grey.vc_tta-style-classic .vc_active .vc_tta-panel-heading .vc_tta-controls-icon::after,
.vc_tta-color-grey.vc_tta-style-classic .vc_active .vc_tta-panel-heading .vc_tta-controls-icon::before,
.vc_tta-color-grey.vc_tta-style-classic .vc_active .vc_tta-panel-heading .vc_tta-controls-icon::after {
    border-color: #fff;
    color: #fff;
}

.vc_tta-panel-body .wpb_text_column {
    text-align: left;
}

.vc_tta-panel-body .wpb_text_column h3 {
    font-size: 18px;
    font-weight: 600;
    color: #333;
}

.vc_tta-panel-body .wpb_text_column ul {
    padding-left: 15px;
}

.vc_tta-panel-body .wpb_text_column ul li {
    margin-bottom: 7px;
}

.navbar-toggle .icon-bar:nth-of-type(2) {
    top: 1px;
}

.navbar-toggle .icon-bar:nth-of-type(3) {
    top: 1px;
}

.navbar-toggle .icon-bar:nth-of-type(4) {
    top: 1px;
}

.navbar-toggle .icon-bar {
    position: relative;
    transition: all 500ms ease-in-out;
    background-color: #401f64;
    padding: 2px;
    border-radius: 5px;
    width: 28px;
}

.navbar-toggle.active .icon-bar:nth-of-type(2) {
    top: 8px;
    transform: rotate(45deg);
}

.navbar-toggle.active .icon-bar:nth-of-type(3) {
    background-color: transparent;
}

.navbar-toggle.active .icon-bar:nth-of-type(4) {
    top: -8px;
    transform: rotate(-45deg);
}

.form-control {
    -webkit-border-radius: 5px 0 0 5px;
    border-radius: 5px 0 0 5px;
    border: none;
    border: 1px solid #ebebeb;
}

.form-control:focus {
    outline: none;
    border: 1px solid #ebebeb;
    border-color: #ebebeb;
    box-shadow: none;
}

.input-group-btn {
    margin-top: -17px;
}

.search-submit {
    width: 90px;
    height: 34px;
    font-size: 15px;
    color: #fff;
    background-color: #ef8734;
    float: right;
    display: block;
    -webkit-border-radius: 0 5px 5px 0;
    border-radius: 0 5px 5px 0;
    border: 1px solid #ef8734;
}

.orange-row {
    color: #fff;
    padding: 20px 10px;
    background-color: #ef8734;
    /*margin-top: -35px;*/
    font-size: 16px;
    font-weight: 600;
    text-align: center;
}

.countrypanel {
    border-bottom: 1px solid #ebebeb;
    padding-bottom: 6px;
    margin-top: 20px;
}

.countrypanel h4 {
    color: #401f64;
    font-family: 'AllRoundGothic-Bold', sans-serif;
}

.countrypanel p {
    margin-bottom: 4px;
    font-size: 14px;
}

.countrypanel p span {
    color: #401f64;
    font-weight: 600;
}

.countrypanel img {
    width: 30px;
    height: auto;
    margin-right: 8px;
}

.trademarks p {
    color: #fff;
    font-size: 12px;
    margin-top: 20px;
}

.tribe-events-month-event-title a {
    color: #401f64 !important;
}

@media screen and (max-width: 1500px) {
    .hero-unit {
        overflow: hidden;
    }

    .hero-unit .caption {
        top: 20%;
    }
}

@media screen and (max-width: 1400px) {
    .page-header .ws-header-wrapper img,
    .page-header .header-wrapper img {
        width: 120%;
        margin-left: -100px;
    }

    .page-header .ws-header-wrapper h1,
    .page-header .header-wrapper h1 {
        position: absolute;
        top: 50%;
        margin-top: -15px;
    }

    .page-header .page-header-wrapper {
        overflow: hidden;
        position: relative;
    }

    .page-header .page-header-wrapper img {
        width: 120%;
        margin-left: -100px;
    }

    .page-header .page-header-wrapper h1 {
        position: absolute;
        top: 50%;
        margin-top: -15px;
    }

    .about-header .header-wrapper img {
        width: 120%;
        margin: 0 -10%;
    }

    .blog .page-header .ws-header-wrapper img {
        width: 120%;
        margin: 0 -10%;
    }

    .client-header {
        position: relative;
        overflow: hidden;
    }

    .client-header img {
        height: 100%;
        width: auto;
    }
}

@media screen and (max-width: 1300px) {
    .header-logo {
        width: 370px;
    }

    .header-links {
        top: 30px;
    }

    .header-tel {
        top: 35px;
    }
}

@media screen and (max-width: 1200px) {
    .hero-unit .caption h1 {
        font-size: 34px;
        line-height: 55px;
    }

    .header-logo {
        width: 370px;
    }

    .header-links {
        top: 30px;
    }

    .header-tel {
        top: 40px;
    }

    .header-tel a {
        font-size: 22px;
    }

    .header-tel span {
        font-size: 24px;
    }

    .page-header .ws-header-wrapper img,
    .page-header .header-wrapper img {
        width: 150%;
        margin-left: -350px;
    }

    .page-header .ws-header-wrapper h1,
    .page-header .header-wrapper h1 {
        position: absolute;
        top: 50%;
        margin-top: -15px;
    }

    .page-header .page-header-wrapper {
        overflow: hidden;
        position: relative;
    }

    .page-header .page-header-wrapper img {
        width: 150%;
        margin-left: -350px;
    }

    .page-header .page-header-wrapper h1 {
        position: absolute;
        top: 50%;
        margin-top: -15px;
    }

    .about-header .header-wrapper img {
        width: 150%;
        margin: 0 -25%;
    }

    .blog .page-header .ws-header-wrapper img {
        width: 150%;
        margin: 0 -25%;
    }
}

@media screen and (max-width: 1070px) {
    .hero-unit img {
        width: 120%;
        margin-left: -10%;
    }

    .header-logo {
        width: 300px;
    }

    .header-links {
        top: 25px;
        right: 10px;
    }

    .header-tel {
        top: 36px;
        left: 10px;
    }

    .header-tel a {
        font-size: 22px;
    }

    .header-tel span {
        font-size: 18px;
        top: 2px;
    }

    .hero-unit .caption {
        top: 25%;
    }
}

@media screen and (max-width: 992px) {
    .quote-wrap .quote-box h4 {
        font-size: 22px;
    }

    .page-header .ws-header-wrapper img,
    .page-header .header-wrapper img {
        width: 220%;
        margin-left: -300px;
    }

    .page-header .ws-header-wrapper .ws-banner-icon,
    .page-header .header-wrapper .ws-banner-icon {
        position: absolute;
        left: 50%;
        margin-left: -70px !important;
        margin-top: -120px;
    }

    .page-header .ws-header-wrapper h1,
    .page-header .header-wrapper h1 {
        position: absolute;
        top: 70%;
        margin-top: 0;
        width: 100%;
        margin-left: 0;
    }

    .page-header .page-header-wrapper {
        overflow: hidden;
        position: relative;
    }

    .page-header .page-header-wrapper img {
        width: 220%;
        margin-left: -300px;
    }

    .page-header .page-header-wrapper h1 {
        position: absolute;
        top: 50%;
        margin-top: -15px;
    }

    .about-header .header-wrapper img {
        width: 220%;
        margin: 0 -60%;
    }

    .blog .page-header .ws-header-wrapper img {
        width: 220%;
        margin: 0 -60%;
    }
}

@media screen and (max-width: 900px) {
    .hero-unit img {
        width: 150%;
        margin-left: -25%;
    }

    .header-logo {
        width: 270px;
        padding: 10px 0;
    }

    .header-tel a {
        font-size: 18px;
    }
}

@media screen and (max-width: 769px) {
    .wpb_text_column {
        padding: 0 10px;
    }

    #myCarousel {
        widtH: 100%;
        height: 320px;
        padding: 30px 0;
    }

    #myCarousel .caption {
        width: 70%;
        margin: 0 auto;
        text-align: center;
        position: relative;
        padding: 30px;
    }

    #myCarousel .caption h1 {
        color: #fff;
        font-family: 'AllRoundGothic-Book', sans-serif;
        font-size: 28px;
    }

    .page-header .ws-header-wrapper img,
    .page-header .header-wrapper img {
        width: 300%;
        margin-left: -330px;
    }

    .page-header .ws-header-wrapper .ws-banner-icon,
    .page-header .header-wrapper .ws-banner-icon {
        position: absolute;
        left: 50%;
        margin-left: -70px !important;
        margin-top: -120px;
    }

    .page-header .ws-header-wrapper h1,
    .page-header .header-wrapper h1 {
        position: absolute;
        top: 70%;
        margin-top: 0;
        width: 100%;
        margin-left: 0;
    }

    .page-header .page-header-wrapper {
        overflow: hidden;
        position: relative;
    }

    .page-header .page-header-wrapper img {
        width: 300%;
        margin-left: -330px;
    }

    .page-header .page-header-wrapper h1 {
        position: absolute;
        top: 50%;
        margin-top: -15px;
    }

    .about-header .header-wrapper img {
        width: 300%;
        margin: 0 -150%;
    }

    .blog .page-header .ws-header-wrapper img {
        width: 300%;
        margin: 0 -150%;
    }

    .wrap {
        margin-top: 107px;
        transition: 0.6s linear;
        width: 100%;
        overflow: hidden;
    }

    .wrap.scrolled {
        margin-top: 20px;
        transition: 0.6s linear;
    }

    .mobile-logo {
        display: block;
        float: left;
        margin: 15px 10px 10px 10px;
        background-image: url(img/mobile-scrolled.jpg);
        background-size: cover;
        transition: all 0.6s linear;
    }

    .mobile-logo img {
        opacity: 1;
        height: 82px;
        widtH: auto;
        transition: all 0.6s linear;
    }

    .fixed .mobile-logo {
        margin: 5px 5px -10px -40px;
    }

    .fixed .mobile-logo img {
        opacity: 0;
        height: 62px;
        widtH: auto;
    }

    .dates-booking {
        bottom: -60px;
    }

    .ws-format h5 {
        margin-bottom: 5px;
    }

    .quote-wrap .quote-box h4 {
        font-size: 26px;
    }

    .grey-row p {
        margin-bottom: 0 !important;
    }

    .header-tel {
        display: none;
    }

    .header-logo {
        display: none;
    }

    .header-links {
        position: fixed !important;
        top: 0;
        right: 45px;
        float: right;
        z-index: 10000;
        text-align: left;
        margin-right: 0;
        width: auto;
    }

    .header-links i,
    .header-links span {
        font-size: 32px;
        color: #401f64;
    }

    .header-links .head-hover {
        position: relative;
        width: 40px;
    }

    .header-links .head-hover .hidden-tip {
        position: fixed;
        top: 40px !important;
        left: -20px;
        width: calc(100vw + 40px);
        padding-right: 20px;
    }

    .header-links .head-hover .hidden-tip .inner {
        background-color: #f5f4f4;
        border: 0;
        border-radius: 0;
    }

    .search-tip .form-control {
        float: left;
        width: calc(100% - 90px);
    }

    .hero-unit {
        display: block;
        height: 100%;
    }

    .hero-unit img {
        width: 190%;
        margin-left: -55%;
    }

    .hero-unit .caption {
        top: 0;
        height: 100%;
    }

    .hero-unit .caption .pad-wrap {
        padding-top: 5%;
        display: table;
        height: 100%;
        width: 100%;
    }

    .hero-unit .caption h1 {
        display: table-cell;
        vertical-align: middle;
        text-align: center;
    }

    .below-hero .below-hero-wrap {
        padding: 40px 0 20px 0;
    }

    .link-box-wrap {
        margin-top: 30px;
    }

    .quote-wrap {
        margin-top: 40px;
        margin-bottom: 20px;
    }

    .fp-blog-post {
        margin-bottom: 30px;
    }

    .orange-section .container {
        padding: 40px 0;
    }

    .ws-section-wrap {
        margin-bottom: 40px;
        border-bottom: 1px solid #ebebeb;
    }

    .ws-sections-row > .vc_column_container {
        border-right: none;
    }
}

@media screen and (max-width: 670px) {
    .page-header .ws-header-wrapper img,
    .page-header .header-wrapper img {
        width: 300%;
        margin-left: -330px;
    }

    .page-header .ws-header-wrapper .ws-banner-icon,
    .page-header .header-wrapper .ws-banner-icon {
        position: absolute;
        left: 50%;
        margin-left: -60px !important;
        margin-top: -120px;
        width: 140px;
    }

    .page-header .ws-header-wrapper h1,
    .page-header .header-wrapper h1 {
        position: absolute;
        top: 68%;
        margin-top: 0;
        width: 100%;
        margin-left: 0;
        font-size: 30px;
    }

    .page-header .page-header-wrapper {
        overflow: hidden;
        position: relative;
    }

    .page-header .page-header-wrapper img {
        width: 300%;
        margin-left: -330px;
    }

    .page-header .page-header-wrapper h1 {
        position: absolute;
        top: 50%;
        margin-top: -15px;
        font-size: 30px;
    }
}

@media screen and (max-width: 600px) {
    .page-header .ws-header-wrapper img,
    .page-header .header-wrapper img {
        width: 400%;
    }

    .page-header .ws-header-wrapper .ws-banner-icon,
    .page-header .header-wrapper .ws-banner-icon {
        position: absolute;
        left: 50%;
        margin-left: -65px !important;
        margin-top: -120px;
        width: 140px;
    }

    .page-header .ws-header-wrapper h1,
    .page-header .header-wrapper h1 {
        position: absolute;
        top: 65%;
        margin-top: 0;
        width: 100%;
        margin-left: 0;
        font-size: 30px;
        padding: 0 20px;
    }

    .page-header .page-header-wrapper {
        overflow: hidden;
        position: relative;
    }

    .page-header .page-header-wrapper img {
        width: 400%;
    }

    .page-header .page-header-wrapper h1 {
        position: absolute;
        top: 50%;
        margin-top: -15px;
        font-size: 30px;
        padding: 0 20px;
    }

    .about-header .header-wrapper img {
        width: 400%;
        margin: 0 -200%;
    }

    .footer-contact h3 a {
        display: inline-block;
        margin-top: 10px;
    }

    .tips-box .tips-right .email {
        widtH: 100% !important;
        clear: both;
    }

    .tips-box .tips-right .submit {
        margin-top: 10px;
    }

    .vc_col-xs-6 {
        widtH: 100%;
    }

    .hero-unit img {
        width: 230%;
        margin-left: -75%;
    }

    .hero-unit .caption {
        background-color: rgba(58, 33, 90, 0.7);
        color: rgba(58, 33, 90, 0.7);
    }

    .hero-unit .caption h1 {
        line-height: 46px;
    }

    .hero-unit .caption h1 span {
        background-color: transparent;
        box-shadow: none;
    }

    .below-hero h4 {
        color: #401f64;
        background-color: #fff;
        font-size: 16px;
        padding: 10px;
        line-height: 22px;
    }
}

@media screen and (max-width: 560px) {
    .footer-contact-details {
        margin-top: 15px;
    }
}

@media screen and (max-width: 540px) {
    .tweet-header {
        line-height: 45px;
        height: 45px;
        font-size: 20px;
    }

    .tweet-header img {
        max-width: 50px;
    }
}

@media screen and (max-width: 500px) {
    #myCarousel {
        widtH: 100%;
        height: 320px;
        padding: 30px 0;
    }

    #myCarousel .caption {
        width: 80%;
    }

    #myCarousel .caption h1 {
        color: #fff;
        font-family: 'AllRoundGothic-Book', sans-serif;
        font-size: 26px;
    }

    .fp-blog-post h3,
    .link-box-wrap h3 {
        font-size: 16px;
    }

    .tips-box .tips-pic {
        max-width: 65px;
    }

    .tips-box .tips-right {
        margin-left: 80px;
    }

    .vc_col-xs-6 {
        widtH: 100%;
    }

    .hero-unit img {
        width: 250%;
        margin-left: -95%;
    }

    .hero-unit .caption h1 {
        line-height: 42px;
        font-size: 28px;
    }

    .page-header .ws-header-wrapper img,
    .page-header .header-wrapper img {
        width: 470%;
    }

    .page-header .ws-header-wrapper .ws-banner-icon,
    .page-header .header-wrapper .ws-banner-icon {
        position: absolute;
        left: 50%;
        margin-left: -60px !important;
        margin-top: -120px;
        width: 140px;
    }

    .page-header .ws-header-wrapper h1,
    .page-header .header-wrapper h1 {
        position: absolute;
        top: 65%;
        margin-top: 0;
        width: 100%;
        margin-left: 0;
        font-size: 30px;
        padding: 0 20px;
    }

    .about-header .header-wrapper img {
        width: 470%;
        margin: 0 -235%;
    }

    .blog .page-header .ws-header-wrapper img {
        width: 400%;
        margin: 0 -200%;
    }
}

@media screen and (max-width: 450px) {
    #myCarousel {
        widtH: 100%;
        height: 300px;
        padding: 20px 0;
    }

    #myCarousel .caption {
        width: 100%;
        height: 100%;
        padding-bottom: 60px;
    }

    #myCarousel .caption h1 {
        color: #fff;
        font-family: 'AllRoundGothic-Book', sans-serif;
        font-size: 20px;
    }

    .tweet-header {
        line-height: 45px;
        height: 45px;
        font-size: 18px;
    }

    .tweet-header img {
        max-width: 50px;
    }

    .tweet-header .twitter-follow {
        font-size: 14px;
        padding: 0 15px;
    }

    .wrap {
        margin-top: 122px;
    }

    .mobile-logo {
        margin: 30px 10px 10px 10px;
    }

    .page-header .ws-header-wrapper img,
    .page-header .header-wrapper img {
        width: 550%;
    }
}

@media screen and (max-width: 400px) {
    .footer-contact-details a {
        font-size: 17px;
    }

    .tweet-header {
        line-height: 42px;
        height: 42px;
        font-size: 15px;
    }

    .tweet-header img {
        max-width: 45px;
        margin-right: 5px;
        border-right: 2px solid #fff;
    }

    .tweet-header .twitter-follow {
        font-size: 12px;
        padding: 0 7px;
        border-left: 2px solid #fff;
    }

    .tips-box .tips-pic {
        max-width: 45px;
    }

    .tips-box .tips-right {
        margin-left: 50px;
    }

    .tips-box .tips-right h2 {
        font-size: 18px;
    }

    .quote-wrap .quote-box h4 {
        font-size: 20px;
    }

    .fp-icon-hd {
        font-size: 18px;
    }

    .vc_col-xs-6 {
        widtH: 100%;
    }

    .hero-unit img {
        width: 250%;
        margin-left: -95%;
    }

    .hero-unit .caption h1 {
        line-height: 38px;
        font-size: 26px;
    }

    .footer-contact .white-button {
        width: 90%;
    }

    .dates-booking .orange-button, .dates-booking .btn-primary {
        font-size: 15px;
    }

    .page-header .ws-header-wrapper img,
    .page-header .header-wrapper img {
        width: 650%;
    }
}

@media screen and (max-width: 370px) {
    .page-header .ws-header-wrapper img,
    .page-header .header-wrapper img {
        width: 750%;
    }

    .page-header .ws-header-wrapper .ws-banner-icon,
    .page-header .header-wrapper .ws-banner-icon {
        margin-left: -70px !important;
        margin-top: -125px;
    }

    .page-header .ws-header-wrapper h1,
    .page-header .header-wrapper h1 {
        top: 55%;
    }
}

a:focus,
a:active {
    text-decoration: none;
}

a {
    /* Careful, this breaks the word wherever it is without a hyphen */
    overflow-wrap: break-word;
    word-wrap: break-word;

    /* Adds a hyphen where the word breaks */
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    -moz-hyphens: auto;
    hyphens: auto;
}

.footer-location {
    margin-bottom: 40px;
}

.footer-location img {
    display: inline-block;
}

.footer-location .ft-loc-drop {
    display: inline-block;
}

.footer-location .ft-loc-drop label {
    color: #fff;
    padding: 5px 7px;
}

.footer-location .ft-loc-drop select {
    margin-left: -4px;
    font-size: 14px;
    font-weight: bold;
    color: #635050;
    padding: 5px 7px;
    border: 0;
    background-color: #ebebeb;
}

.footer-location .ft-loc-drop select option {
    font-size: 14px;
    font-weight: 900 !important;
    color: #635050;
    padding: 5px 7px;
    border: none;
    background-color: #ebebeb;
    outline: none;
    webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.pub-events-ind h3 {
    margin-top: 0;
}

.ws-selector h3 {
    margin-top: 0;
}

.ws-selector h3 a {
    color: #401f64;
}

.ws-selector p {
    margin-bottom: 10px;
    font-weight: 400 !important;
}

.ws-selector p b {
    font-weight: 600 !important;
}

.ws-selector .vc_btn3.vc_btn3-size-md {
    padding-top: 10px;
    padding-bottom: 10px;
    margin-left: 10px;
}

.ws-selector .wpb_content_element {
    margin-bottom: 15px;
}

.page-template-surveys {
    height: 100vh;
}

.page-template-surveys .survey-cont {
    height: 100%;
}

.page-template-surveys .survey-cont .container {
    height: 100%;
}

.page-template-surveys .survey-cont .container .row {
    height: 100%;
}

.page-template-surveys .survey-cont .container .page-content {
    height: 100%;
}

.page-template-surveys .survey-cont iframe {
    border: none;
}

.page-template-surveys .wrap {
    height: 100%;
}

.vc_toggle_title {
    padding: 10px 0 10px 48px !important;
    background-color: #efefef;
}

.vc_toggle_title .vc_toggle_icon {
    left: 15px !important;
}

.vc_toggle_color_purple .vc_toggle_icon {
    background-color: #401f64 !important;
}

.vc_toggle_content {
    padding-right: 33px !important;
}

.contact-row {
    background-image: url("img/worldmap.jpg");
    background-size: cover;
    background-size: 120%;
    padding-top: 30px;
    padding-bottom: 30px;
}

.contact-row .postcard {
    background-color: #fff;
    background-image: url("img/ninjastamp.jpg");
    background-position: top 10px right 10px;
    background-repeat: no-repeat;
    padding: 30px 15px 15px 15px;
    -moz-transform: rotate(-0.5deg);
    -webkit-transform: rotate(-0.5deg);
    -o-transform: rotate(-0.5deg);
    -ms-transform: rotate(-0.5deg);
    transform: rotate(-0.5deg);
}

.contact-row .postcard .vc_row-fluid {
    margin-bottom: 0;
}

.contact-row .postcard .col-sm-6 {
    padding: 10px 25px;
}

.contact-row h2 {
    font-size: 26px;
    font-family: 'AllRoundGothic-Book', sans-serif;
}

.contact-row .fullheightset {
    border-right: 1px solid #ebebeb;
}

.contact-row .contact-form-wrapper {
    text-align: center;
    width: 100%;
}

.contact-row .contact-form-wrapper span {
    width: 100%;
}

.contact-row .contact-form-wrapper input,
.contact-row .contact-form-wrapper select,
.contact-row .contact-form-wrapper textarea {
    width: 100%;
    padding: 5px;
    font-size: 14px;
    margin-bottom: 7px !important;
    border: none;
    height: auto;
    background-color: #f5f4f4;
}

.contact-row .contact-form-wrapper input[type="checkbox"] {
    width: auto;
}

.contact-form-wrapper .wpcf7-checkbox span {
    font-size: 12px;
    text-align: left;
}

.contact-row .contact-form-wrapper textarea {
    margin-bottom: 3px;
}

.contact-row .contact-form-wrapper .wpcf7-submit {
    width: 50%;
    background-color: #401f64;
    color: #fff;
    font-weight: 600;
    font-size: 16px;
    margin-top: 10px;
    float: left;
}

.contact-row .contact-form-wrapper select {
    color: #401f64;
    appearance: none;
    -moz-appearance: none;

    /* Firefox */
    -webkit-appearance: none;

    /* Safari and Chrome */
    position: relative;
    background-image: url(img/select-back.jpg);
    background-position: right center;
    background-repeat: no-repeat;
    background-size: auto 100%;
    font-weight: bold;
}

.contact-row .contact-form-wrapper option {
    color: #333;
}

.contact-row .contact-form-wrapper ::-webkit-input-placeholder {
    color: #bebebe;
    font-weight: bold;
}

.contact-row .contact-form-wrapper :-moz-placeholder {
    /* Firefox 18- */
    color: #bebebe;
    font-weight: bold;
}

.contact-row .contact-form-wrapper ::-moz-placeholder {
    /* Firefox 19+ */
    color: #bebebe;
    font-weight: bold;
}

.contact-row .contact-form-wrapper :-ms-input-placeholder {
    color: #bebebe;
    font-weight: bold;
}

.contact-row .contact-form-wrapper p {
    margin-bottom: 0 !important;
}

.contact-row .contact-form-wrapper .wpcf7-textarea {
    height: 100px;
}

.contact-row .page-template-contact-page .page-content {
    margin-bottom: 10px;
}

header.newtp {
    text-align: center;
    background-color: #fff;
    z-index: 10000;
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
}

header.newtp .container-fluid {
    position: relative;
    height: 100px;
}

header.newtp .header-tel {
    text-align: left;
    float: left;
    height: 100%;
    display: table;
    position: relative;
    left: auto;
    top: auto;
}

header.newtp .header-tel .head-tel-wrap {
    display: table-cell;
    vertical-align: middle;
}

header.newtp .header-tel i {
    padding: 5px;
    color: #401f64;
    margin-right: 5px;
    margin-left: 10px;
    font-size: 20px;
    position: relative;
}

header.newtp .header-tel a {
    color: #401f64;
    font-size: 24px;
    font-family: 'AllRoundGothic-Book', sans-serif;
    position: relative;
    top: 2px;
}

header.newtp .header-tel a:hover,
header.newtp .header-tel a:focus,
header.newtp .header-tel a:active {
    text-decoration: none;
}

header.newtp .header-right {
    float: right;
    height: 100%;
    position: relative;
}

header.newtp .header-right .header-right-wrap {
    display: table;
    height: 100%;
}

header.newtp .header-right .header-right-wrap .header-right-inner {
    display: table-cell;
    vertical-align: middle;
}

header.newtp .header-links {
    display: inline-block;
    position: relative;
    top: auto;
    right: auto;
}

header.newtp .header-links .header-social {
    display: table;
}

header.newtp .header-links .header-social .inner {
    display: table-cell;
    vertical-align: middle;
}

header.newtp .header-links span {
    color: #bebebe;
    font-size: 40px;
}

header.newtp .header-links i {
    color: #fff;
    font-size: 24px;
    position: relative;
    font-weight: normal;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background-color: #401f64;
    border-radius: 50%;
    margin-righT: 5px;
    top: auto;
}

header.newtp .header-links i:hover,
header.newtp .header-links span:hover,
header.newtp .header-links i:active,
header.newtp .header-links span:active {
    color: #ef8734;
}

header.newtp .header-links .head-hover {
    display: inline-block;
    width: 60px;
    height: 56px;
    cursor: pointer;
}

header.newtp .header-links .head-hover.active span,
header.newtp .header-links .head-hover.active i {
    color: #ef8734;
}

header.newtp .header-links .hidden-tip {
    display: none;
    position: absolute;
    bottom: -70px;
    left: -150px;
    color: #fff;
    font-size: 12px;
    z-index: 9999;
    padding: 15px;
}

header.newtp .header-links .hidden-tip.social-tip {
    left: -120px;
}

header.newtp .header-links .hidden-tip i {
    top: 2px;
    font-size: 30px;
    margin-right: 10px;
    color: #401f64;
}

header.newtp .header-links .hidden-tip .inner {
    background-color: #fff;
    border: 1px solid #bebebe;
    padding: 10px;
    border-radius: 10px;
}

header.newtp .header-links .hidden-tip .inner ul {
    margin: 0;
    text-align: left;
    list-style: none;
    padding: 10px 0;
    font-size: 14px;
}

header.newtp .header-links .hidden-tip .inner ul li {
    padding: 4px 10px 4px;
    border-bottom: 1px solid #f5f4f4;
}

header.newtp .header-links .hidden-tip .inner ul li:hover {
    background-color: #ebebeb;
}

header.newtp .header-links .hidden-tip .inner ul li:active {
    background-color: #ebebeb;
}

header.newtp .header-links .hidden-tip .inner ul li:last-child {
    border-bottom: none;
}

header.newtp .header-links .hidden-tip.loc-tip {
    left: 0px;
    top: 48px;
    bottom: auto;
}

header.newtp .header-links .hidden-tip.loc-tip .inner {
    padding: 0;
    overflow: hidden;
}

header.newtp .header-links .hidden-tip.loc-tip i,
header.newtp .header-links .hidden-tip.loc-tip form {
    float: left;
    display: block;
}

header.newtp .header-links .hidden-tip.loc-tip i {
    font-size: 20px;
}

header.newtp .header-links .hidden-tip.loc-tip h4 {
    background-color: #401f64;
    font-family: 'AllRoundGothic-Bold', sans-serif;
    margin: 0;
    padding: 10px;
    text-align: center;
    font-size: 16px;
    color: #fff;
}

header.newtp .header-links .hidden-tip.loc-tip a {
    color: #401f64;
}

header.newtp .header-links .head-hover .hidden-tip.open {
    display: block;
}

header.newtp .header-links .glyphicon {
    position: relative;
    top: 15px;
}

header.newtp .splash-form-inner p {
    font-size: 16px;
    color: #401f64;
}

header.newtp .splash-form-inner input {
    border: 1px solid #401f64;
}

header.newtp .header-country {
    position: relative;
    display: inline-block;
    height: 35px;
    cursor: pointer;
    margin-right: 15px;
}

header.newtp .header-country ul {
    max-height: 35px;
    height: auto;
    border-radius: 17px;
    background-color: #fff;
    overflow: hidden;
    transition: max-height 0.3s linear;
    position: absolute;
    padding-right: 30px;
    z-index: 9999;
    border: 1px solid #ebebeb;
}

header.newtp .header-country ul li {
    list-style: none;
    text-align: left;
    line-height: 35px;
    position: relative;
}

header.newtp .header-country ul li a {
    color: #401f64;
}

header.newtp .header-country ul li:hover a {
    color: #ef8734;
}

header.newtp .header-country ul li img {
    position: absolute;
    left: -35px;
}

header.newtp .header-country ul.country-open {
    max-height: 500px;
}

header.newtp .header-country ul i {
    position: absolute;
    right: 10px;
    line-height: 35px;
    top: 0;
    font-size: 25px;
    color: #401f64;
}

header.newtp .header-country img {
    position: absolute;
    left: 5px;
    height: 29px;
    width: 29px !important;
    top: 3px;
    z-index: 200;
    z-index: 10000;
}

header.newtp .header-logo {
    position: relative;
    margin: 0;
    width: 289px;
    height: auto;
    float: left;
    border-right: 1px solid #bebebe;
}

header.newtp .header-logo img {
    max-width: 100%;
}

header.newtp .navbar-header i {
    display: none;
    color: #401f64;
    position: absolute;
    right: 60px;
    font-size: 35px;
    margin-top: 27px;
    cursor: pointer;
}

header.newtp .navbar-header i.fa-phone {
    right: 102px;
    margin-top: 29px;
    font-size: 36px;
}

header.scrolled .container-fluid {
    height: 68px;
}

header.scrolled .header-logo {
    width: 200px;
    padding: 0;
}

header.scrolled .header-tel a {
    font-size: 18px;
}

header.scrolled .header-tel i {
    font-size: 18px;
    padding: 3px;
}

header.scrolled .navbar {
    min-height: 36px !important;
}

header.scrolled .navbar-nav > li > a {
    padding-top: 8px;
    padding-bottom: 8px;
}

header.scrolled .navbar-nav > li > a:hover,
header.scrolled .navbar-nav > li.active {
    background-position: top -6px center;
}

header.scrolled .navbar.fixed {
    position: relative;
    top: auto;
    left: auto;
}

header.scrolled .header-search {
    height: 36px;
    line-height: 36px;
}

.mobile-country-check {
    display: none;
}

@media screen and (max-width: 768px) {
    .mobile-country-check {
        background-color: #401f64;
        position: relative;
        color: #fff;
        font-size: 22px;
        line-height: 30px;
        max-height: 0;
        height: auto;
        transition: all 0.3s linear;
        padding: 0 0 0 15px;
        overflow: hidden;
        padding-left: 15px;
        opacity: 0;
        display: block;
    }

    .mobile-country-check.cc-open {
        max-height: 300px;
        padding: 45px 15px;
        opacity: 1;
    }

    .mobile-country-check strong {
        color: #ef8734;
    }

    .mobile-country-check span {
        font-size: 22px;
        line-height: 30px;
    }

    .mobile-country-check span i {
        font-size: 24px;
        line-height: 24px;
    }

    .mobile-country-check .mob-head-flags {
        margin-top: 12px;
    }

    .mobile-country-check .mob-head-flags img {
        margin-right: 6px;
        width: 60px;
        heighT: auto;
    }

    .mobile-country-check .cc-close {
        position: absolute;
        top: 10px;
        right: 10px;
        cursor: pointer;
    }

    .mobile-country-check .cc-close i {
        -moz-transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
    }
}

.mob-contact-drop {
    padding: 0 12px;
    display: block;
    border-bottom: none;
    max-heighT: 0;
    height: auto;
    transition: all 0.4s linear;
    background-color: #ebebeb;
    text-align: left;
    overflow: hidden;
}

.mob-contact-drop a {
    color: #401f64;
    font-size: 20px;
    line-height: 38px;
}

.mob-contact-drop i {
    color: #401f64;
    margin-right: 8px;
    font-size: 24px;
}

.mob-contact-drop .inner {
    text-align: left;
    padding-top: 6px;
}

.mob-contact-drop .inner i {
    color: #fff;
    font-size: 24px;
    position: relative;
    font-weight: normal;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background-color: #401f64;
    border-radius: 50%;
    margin-righT: 5px;
    text-align: center;
}

.mob-contact-drop.mob-drop-open {
    max-height: 500px;
    border-bottom: 3px solid #401f64;
    padding: 8px 12px;
}

.mob-search-drop {
    padding: 0 12px;
    display: block;
    border-bottom: none;
    max-heighT: 0;
    height: auto;
    transition: all 0.4s linear;
    background-color: #ebebeb;
    text-align: left;
    overflow: hidden;
}

.mob-search-drop .search-submit {
    width: 90px;
    height: 34px;
    font-size: 15px;
    color: #fff;
    background-color: #ef8734;
    float: right;
    display: block;
    border-radius: 5px;
    border: 1px solid #ef8734;
    margin-top: 8px;
}

.mob-search-drop.mob-search-open {
    max-height: 500px;
    padding: 8px 12px;
}

.header-search {
    position: absolute;
    right: 0;
    top: 0;
    height: 44px;
    line-height: 44px;
    width: 44px;
    text-align: center;
    font-size: 24px;
    background-color: #401f64;
    cursor: pointer;
}

.header-search i {
    color: white;
}

@media screen and (max-width: 768px) {
    .header-search {
        display: none;
    }
}

.country-check {
    background-color: #401f64;
    position: relative;
    color: #fff;
    font-size: 22px;
    line-height: 28px;
    max-height: 0;
    height: auto;
    transition: all 0.3s linear;
    padding: 0 0 0 15px;
    overflow: hidden;
    padding-left: 15px;
    opacity: 0;
}

.country-check strong {
    color: #ef8734;
}

.country-check span {
    position: absolute;
    right: 60px;
    bottom: 0px;
    font-size: 16px;
    line-height: 28px;
    background-color: #ef8734;
    -webkit-border-radius: 8px 8px 0 0;
    border-radius: 8px 8px 0 0;
    padding: 8px 25px;
}

.country-check span i {
    font-size: 24px;
    line-height: 24px;
    top: 50%;
    position: relative;
    top: 2px;
}

.country-check.cc-open {
    max-height: 300px;
    padding: 45px 15px;
    opacity: 1;
}

.country-check img {
    margin-top: -4px;
}

.country-check .cc-close {
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
    font-size: 18px;
}

.country-check .cc-close i {
    font-size: 26px;
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.country-check .mobile-logo {
    display: block;
    float: left;
    margin: 15px 10px 10px 10px;
    background-image: url(img/mobile-scrolled.jpg);
    background-size: cover;
    transition: all 0.6s linear;
}

.country-check .mobile-logo img {
    opacity: 1;
    height: 60px;
    widtH: auto;
    transition: all 0.6s linear;
}

@media screen and (max-width: 992px) {
    body {
        padding-top: 106px;
    }

    header.newtp .container-fluid {
        height: 68px;
    }

    header.newtp .header-logo {
        width: 200px;
        padding: 0;
    }

    header.newtp .header-tel a {
        font-size: 16px;
    }

    header.newtp .header-tel i {
        font-size: 16px;
        padding: 3px;
    }

    header.newtp .navbar {
        min-height: 36px !important;
    }

    header.newtp .navbar-nav > li > a {
        padding-top: 8px;
        padding-bottom: 8px;
    }

    header.newtp .navbar-nav > li > a:hover,
    header.newtp .navbar-nav > li.active {
        background-position: top -6px center;
    }

    header.newtp header.scrolled .header-tel a {
        font-size: 16px;
    }

    header.newtp header.scrolled .header-tel i {
        font-size: 16px;
        padding: 3px;
    }

    header.newtp .header-links i {
        height: 28px;
        line-height: 28px;
        width: 28px;
        font-size: 20px;
    }

    header.newtp .header-country {
        height: 28px;
    }

    header.newtp .header-country ul {
        max-height: 28px;
    }

    header.newtp .header-country ul li {
        line-height: 28px;
    }

    header.newtp .header-country ul i {
        line-height: 28px;
    }

    header.newtp .header-country img {
        width: 22px !important;
        height: 22px !important;
    }
}

@media screen and (max-width: 900px) {
    .tp-new .header-logo {
        width: 100%;
        padding: 0;
    }
}

@media screen and (max-width: 768px) {
    body {
        padding-top: 85px;
    }

    .wrap {
        margin-top: 0;
    }

    .main-header {
        display: none;
    }

    .mobile-logo {
        display: block;
        float: left;
        margin: 15px 10px 10px 10px;
        background-image: url(img/mobile-scrolled.jpg);
        background-size: cover;
        transition: all 0.6s linear;
    }

    .mobile-logo img {
        opacity: 1;
        height: 60px;
        widtH: auto;
        transition: all 0.6s linear;
    }

    .navbar-header i {
        display: inline-block !important;
        color: #401f64;
        position: absolute;
        right: 60px;
        font-size: 35px;
        margin-top: 27px;
        cursor: pointer;
        display: none;
    }

    .navbar-header i.fa-phone {
        right: 102px;
        margin-top: 29px;
        font-size: 36px;
    }

    .mob-contact-drop {
        padding: 0 12px;
        display: block;
        border-bottom: none;
        max-heighT: 0;
        height: auto;
        transition: all 0.4s linear;
        background-color: #ebebeb;
        text-align: left;
        overflow: hidden;
    }

    .mob-contact-drop a {
        color: #401f64;
        font-size: 20px;
        line-height: 38px;
    }

    .mob-contact-drop i {
        color: #401f64;
        margin-right: 8px;
        font-size: 24px;
    }

    .mob-contact-drop .inner {
        text-align: left;
        padding-top: 6px;
    }

    .mob-contact-drop .inner i {
        color: #fff;
        font-size: 24px;
        position: relative;
        font-weight: normal;
        width: 35px;
        height: 35px;
        line-height: 35px;
        background-color: #401f64;
        border-radius: 50%;
        margin-righT: 5px;
        text-align: center;
    }

    .mob-contact-drop.mob-drop-open {
        max-height: 500px;
        border-bottom: 3px solid #401f64;
        padding: 8px 12px;
    }

    .mob-search-drop {
        padding: 0 12px;
        display: block;
        border-bottom: none;
        max-heighT: 0;
        height: auto;
        transition: all 0.4s linear;
        background-color: #ebebeb;
        text-align: left;
        overflow: hidden;
    }

    .mob-search-drop .search-submit {
        width: 90px;
        height: 34px;
        font-size: 15px;
        color: #fff;
        background-color: #ef8734;
        float: right;
        display: block;
        border-radius: 5px;
        border: 1px solid #ef8734;
        margin-top: 8px;
    }

    .mob-search-drop.mob-search-open {
        max-height: 500px;
        padding: 8px 12px;
    }

    .newtp .navbar-toggle {
        margin-right: 0;
        position: absolute;
        right: 0;
        margin-top: 20px;
    }

    .newtp .navbar-toggle .icon-bar:nth-of-type(2) {
        top: 2px;
    }

    .newtp .navbar-toggle .icon-bar:nth-of-type(3) {
        top: 2px;
    }

    .newtp .navbar-toggle .icon-bar:nth-of-type(4) {
        top: 2px;
    }

    .newtp .navbar-toggle .icon-bar {
        position: relative;
        transition: all 500ms ease-in-out;
        background-color: #401f64;
        padding: 3px;
        border-radius: 5px;
        width: 36px;
    }

    .newtp .navbar-toggle.active .icon-bar:nth-of-type(2) {
        top: 10px;
        transform: rotate(45deg);
    }

    .newtp .navbar-toggle.active .icon-bar:nth-of-type(3) {
        background-color: transparent;
    }

    .newtp .navbar-toggle.active .icon-bar:nth-of-type(4) {
        top: -10px;
        transform: rotate(-45deg);
    }
}

.client-hero .logo-cont {
    background-color: #fff;
    padding: 20px;
    margin-bottom: 20px;
    white-space: nowrap;
    margin-top: 15px;
}

.client-hero .logo-cont img {
    max-width: 100%;
    height: auto;
    vertical-align: middle;
}

.client-hero .quote-cont {
    background-color: #fff;
    padding: 20px;
    text-align: center;
}

.client-hero .quote-cont h4 {
    font-family: 'AllRoundGothic-Book', sans-serif;
    color: #401f64;
    font-size: 24px;
}

.client-hero .quote-cont .client-quote {
    position: relative;
    display: inline-block;
    margin: 0 auto;
    padding-top: 5px;
    margin-top: 15px;
}

.client-hero .quote-cont .client-quote .the-quote {
    font-size: 20px;
    color: #401f64;
    font-family: 'AllRoundGothic-Book', sans-serif;
    position: relative;
    padding: 0 15px;
}

.client-hero .quote-cont .client-quote .the-quote:before {
    content: '';
    background-image: url("img/quote-marks.png");
    background-repeat: no-repeat;
    position: absolute;
    top: -20px;
    left: -10px;
    width: 25px;
    height: 25px;
    background-size: contain;
}

.client-hero .quote-cont .client-quote .the-quote:after {
    content: '';
    background-image: url("img/quote-marks.png");
    background-repeat: no-repeat;
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    position: absolute;
    bottom: -10px;
    right: -10px;
    position: absolute;
    background-size: contain;
    width: 25px;
    height: 25px;
}

.client-hero .quote-cont .client-quote .quoter {
    font-size: 16px;
    font-style: italic;
    color: #666666;
    font-weight: 300;
}

.sector-list-head {
    width: 100%;
    position: relative;
    display: block;
    padding: 10px 15px;
    background-color: #401f64;
    color: #fff;
    font-weight: bold;
    font-size: 16px;
    margin-bottom: 10px;
    border-radius: 5px;
}

.client-sector-nav .nav-pills li {
    width: 100%;
    text-align: center;
}

.client-sector-nav .nav-pills li a {
    background-color: #f5f4f4;
    color: #635050;
    font-weight: 600;
}

.client-sector-nav .nav-pills li.active a {
    color: #401f64;
}

.client-sector-nav .nav-pills li.active a:before {
    position: absolute;
    right: -5px;
    content: '\f0da';
    font-family: FontAwesome;
    font-size: 52px;
    line-heighT: 22px;
    transform: rotate(180deg);
}

.sector-title {
    text-align: left;
    padding: 10px;
    margin-bottom: 10px;
}

.sector-title h3 {
    border-bottom: 3px solid #401f64;
}

.sector-title p {
    font-size: 16px;
    color: #401f64;
    background-color: #efefef;
    padding: 5px 15px;
}

.sector-title .btn-primary {
    padding: 5px 15px;
    font-sizE: 14px;
    position: relative;
    top: 3px;
    margin-left: 15px;
}

.client-sect-head {
    border-bottom: 7px solid #ebebeb;
    padding: 15px;
    text-align: center;
    margin-bottom: 20px;
}

.client-sect-head p {
    font-size: 14px;
    color: #401f64;
    margin-bottom: 8px;
}

.client-sect-head .client-quote {
    position: relative;
    display: inline-block;
    margin: 0 auto;
    padding-top: 5px;
    margin-top: 15px;
}

.client-sect-head .client-quote .the-quote {
    font-size: 20px;
    color: #401f64;
    font-family: 'AllRoundGothic-Book', sans-serif;
    position: relative;
    padding: 0 15px;
}

.client-sect-head .client-quote .the-quote:before {
    content: '';
    background-image: url("img/quote-marks.png");
    background-repeat: no-repeat;
    position: absolute;
    top: -20px;
    left: -10px;
    width: 25px;
    height: 25px;
    background-size: contain;
}

.client-sect-head .client-quote .the-quote:after {
    content: '';
    background-image: url("img/quote-marks.png");
    background-repeat: no-repeat;
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    position: absolute;
    bottom: -10px;
    right: -10px;
    position: absolute;
    background-size: contain;
    width: 25px;
    height: 25px;
}

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

.client-sect .col-xs-6 {
    margin-bottom: 15px;
    padding-bottom: 10px;
    border-bottom: 2px solid #f8f7f7;
}

.client-sect img {
    height: 80px;
    width: auto;
    margin: 10px auto;
}

.client-sect p {
    font-family: 'AllRoundGothic-Book', sans-serif;
    color: #401f64;
    margin-bottom: 10px;
    font-size: 18px;
}

.client-sect .quoter {
    font-style: italic;
    color: #bebebe;
    margin-bottom: 5px;
}

.client-sect .company {
    font-family: 'AllRoundGothic-Book', sans-serif;
    color: #bebebe;
    margin-bottom: 5px;
}

.client-sector-nav .navbar {
    position: relative !important;
    border: none !important;
    background-color: #fff;
}

article img {
    max-width: 100%;
    height: auto;
}

.single-post .video-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
}

.single-post .video-container iframe, .video-container object, .video-container embed, .video-container video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.academy-cta-section {
    background-color: #f5f4f4;
}

.academy-cta-section img {
    width: 120%;
    -webkit-box-shadow: 2px 2px 2px 2px rgba(0, 0, 0, 0.5);
    box-shadow: 2px 2px 2px 2px rgba(0, 0, 0, 0.5);
    -moz-transform: rotate(5deg);
    -webkit-transform: rotate(5deg);
    -o-transform: rotate(5deg);
    -ms-transform: rotate(5deg);
    transform: rotate(5deg);
    margin-left: -10px;
    margn-top: 15px;
}

.academy-cta-section .btn {
    padding: 5px 15px !important;
}

.academy-cta-section .right-col {
    padding-left: 0 !important;
}

.academy-cta-section p {
    font-size: 14px;
}

@media (max-width: 768px) {
    .academy-cta-section h3 {
        padding-top: 15px;
    }

    .academy-cta-section .right-col {
        text-align: center;
    }

    .academy-cta-section img {
        width: 50%;
        margin: 15px auto 30px;
    }
}

@media (max-width: 500px) {
    .academy-cta-section img {
        width: 70%;
    }
}

/* CSS Document */
.featured-post {
    margin: 30px 0;
    padding: 30px 0 0 0;
    border-top: 10px solid #ebebeb;
}

.featured-post a {
    color: #635050;
    line-height: 20px;
}

.featured-post a i {
    font-size: 20px;
    position: relative;
    top: 2px;
}

.featured-post .post-meta {
    margin-top: 25px;
    clear: both;
    padding-top: 10px;
    border-top: 2px solid #ebebeb;
}

.featured-post .post-meta a {
    color: #401f64;
    text-transform: uppercase;
    font-size: 13px;
}

.featured-post .entry-title {
    margin-top: 0;
    line-height: 30px;
    text-align: left;
}

.featured-post .entry-title a {
    font-size: 24px;
    font-family: 'AllRoundGothic-Bold', sans-serif;
    color: #401f64;
    text-align: left;
}

.featured-post .entry-title a:hover {
    text-decoration: none;
}

.featured-post p {
    font-size: 15px;
}

.featured-post .read-more {
    background-color: #401f64;
    color: #fff;
    padding: 9px 22px;
    border-radius: 5px;
    margin-right: 15px;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 600;
    float: left;
    transition: background-color 0.2s linear;
}

.featured-post .read-more:hover {
    background-color: #ef8734;
}

.featured-post .author {
    float: left;
    margin-right: 10px;
    border-right: 1px solid #635050;
    padding-right: 10px;
}

.shuffle-item {
    width: calc(50% - 30px);
    background-color: #fff;
    margin: 30px 15px 0 15px;
    -webkit-box-shadow: 5px 5px 0 0 #bebebe;
    box-shadow: 5px 5px 0 0 #bebebe;
    border: 1px solid #ebebeb;
    padding-bottom: 20px;
}

.shuffle-item.non-post {
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
    padding-bottom: 0;
}

.shuffle-item.non-post .wpb_row {
    margin-bottom: 0 !important;
}

.shuffle-item .post-date {
    position: absolute;
    top: 0;
    right: 0;
    background-color: #ebebeb;
    color: #635050;
    padding: 3px 10px;
    font-weight: 600;
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
}

.shuffle-item img {
    width: 100%;
    height: auto;
}

.shuffle-item .item-content {
    padding: 30px 20px 0px 20px;
}

.shuffle-item .item-content .entry-title {
    margin-top: 0;
    line-height: 30px;
    text-align: left;
}

.shuffle-item .item-content .entry-title a {
    font-size: 24px;
    font-family: 'AllRoundGothic-Bold', sans-serif;
    color: #401f64;
    text-align: left;
}

.shuffle-item .item-content .entry-title a:hover {
    text-decoration: none;
}

.shuffle-item .item-content p {
    font-size: 15px;
}

.shuffle-item .item-text p {
    font-size: 20px;
    line-height: 26px;
}

.shuffle-item .item-date {
    float: left;
    font-size: 16px;
    margin-bottom: 30px;
}

.shuffle-item .item-footer {
    padding: 0px 50px 100px 50px;
}

.shuffle-item .item-footer a {
    padding: 10px 15px;
    color: #fff;
    text-transform: uppercase;
    float: left;
    width: auto;
}

.shuffle-item a {
    color: #635050;
    line-height: 20px;
}

.shuffle-item a i {
    font-size: 20px;
    position: relative;
    top: 2px;
}

.shuffle-item .read-more {
    background-color: #401f64;
    color: #fff;
    padding: 9px 22px;
    border-radius: 5px;
    margin-right: 15px;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 600;
    float: left;
    transition: background-color 0.2s linear;
}

.shuffle-item .read-more:hover {
    background-color: #ef8734;
}

.shuffle-item .post-meta {
    margin-top: 25px;
    clear: both;
}

.shuffle-item .post-meta a {
    color: #401f64;
    text-transform: uppercase;
    font-size: 13px;
}

.shuffle-item .author {
    float: left;
    margin-right: 10px;
    border-right: 1px solid #635050;
    padding-right: 10px;
}

#respond h3 {
    font-size: 24px;
    font-family: 'AllRoundGothic-Bold', sans-serif;
    color: #401f64;
    text-align: left;
}

.share-button {
    line-height: 38px;
    font-size: 18px;
    cursor: pointer;
}

.share-button .addtoany_shortcode {
    position: absolute;
    margin-left: 175px;
    margin-top: -40px;
    display: none;
}

.post-top {
    padding: 10px;
}

.post-top .addtoany_shortcode {
    float: left;
    padding-top: 5px;
}

.post-nav {
    float: right;
}

.post-nav a {
    display: block;
}

#categories select {
    width: 100%;
    background-color: #ebebeb;
    border: none;
    font-family: 'AllRoundGothic-Bold', sans-serif;
    font-size: 16px;
    color: #401f64;
    padding: 8px 10px;
    vertical-align: top;
    cursor: pointer;
    height: 34px;
    line-height: 34px;
}

#categories select:focus {
    outline: none;
}

#categories select option {
    font-family: 'AllRoundGothic-Book', sans-serif;
    padding: 10px 5px;
    line-height: 20px;
}

.featured-badge {
    position: absolute;
    top: -15px;
    left: -15px;
}

.single-meta-top {
    margin-bottom: 10px;
    padding: 5px 15px;
}

.single-meta-top span {
    font-size: 16px;
    color: #635050;
}

.single-meta-top span a {
    font-size: 16px;
    color: #635050;
}

.single-soc, .single-meta {
    text-align: center;
}

.single-soc .addtoany_shortcode, .single-meta .addtoany_shortcode {
    position: relative;
    margin-left: auto;
    margin-top: auto;
}

.single-meta a {
    display: block;
}

.sing-thmb {
    text-align: center;
    border-bottom: 1px solid #ebebeb;
}

.sing-thmb img {
    widtH: auto;
    height: auto;
    margin: 0 auto;
}

.post .entry-content {
    border-top: 1px solid #ebebeb;
    padding: 20px;
}

.post p {
    font-size: 16px;
    margin-bottom: 15px;
}

.post p strong {
    color: #401f64;
}

.post h1 {
    font-family: 'AllRoundGothic-Bold', sans-serif;
    color: #401f64;
    margin-bottom: 20px;
    text-align: left;
    font-size: 36px;
    margin-bottom: 5px;
    padding: 0 15px;
}

.feat-post-tmb img {
    width: 100%;
    height: auto;
}

.shuffle-item .tips-box .tips-right .email {
    width: 100%;
}

.shuffle-item .tips-box .tips-right .submit {
    margin-top: 10px;
}

#comments, #respond {
    width: 80%;
    margin: 0 auto;
}

/*!
 *  Font Awesome 4.4.0 by @davegandy - https://fontawesome.io - @fontawesome
 *  License - https://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
    font-family: 'FontAwesome';
    src: url("../fonts/fontawesome-webfont.eot?v=4.4.0");
    src: url("../fonts/fontawesome-webfont.eot?#iefix&v=4.4.0") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff2?v=4.4.0") format("woff2"), url("../fonts/fontawesome-webfont.woff?v=4.4.0") format("woff"), url("../fonts/fontawesome-webfont.ttf?v=4.4.0") format("truetype"), url("../fonts/fontawesome-webfont.svg?v=4.4.0#fontawesomeregular") format("svg");
    font-weight: normal;
    font-style: normal;
}

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

/* makes the font 33% larger relative to the icon container */
.fa-lg {
    font-size: 1.33333em;
    line-height: 0.75em;
    vertical-align: -15%;
}

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

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

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

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

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

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

.fa-ul > li {
    position: relative;
}

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

.fa-li.fa-lg {
    left: -1.85714em;
}

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

.fa-pull-left {
    float: left;
}

.fa-pull-right {
    float: right;
}

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

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

/* Deprecated as of 4.4.0 */
.pull-right {
    float: right;
}

.pull-left {
    float: left;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-stack {
    position: relative;
    display: inline-block;
    width: 2em;
    height: 2em;
    line-height: 2em;
    vertical-align: middle;
}

.fa-stack-1x, .fa-stack-2x {
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center;
}

.fa-stack-1x {
    line-height: inherit;
}

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

.fa-inverse {
    color: #fff;
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
    content: "";
}

.fa-music:before {
    content: "";
}

.fa-search:before {
    content: "";
}

.fa-envelope-o:before {
    content: "";
}

.fa-heart:before {
    content: "";
}

.fa-star:before {
    content: "";
}

.fa-star-o:before {
    content: "";
}

.fa-user:before {
    content: "";
}

.fa-film:before {
    content: "";
}

.fa-th-large:before {
    content: "";
}

.fa-th:before {
    content: "";
}

.fa-th-list:before {
    content: "";
}

.fa-check:before {
    content: "";
}

.fa-remove:before,
.fa-close:before,
.fa-times:before {
    content: "";
}

.fa-search-plus:before {
    content: "";
}

.fa-search-minus:before {
    content: "";
}

.fa-power-off:before {
    content: "";
}

.fa-signal:before {
    content: "";
}

.fa-gear:before,
.fa-cog:before {
    content: "";
}

.fa-trash-o:before {
    content: "";
}

.fa-home:before {
    content: "";
}

.fa-file-o:before {
    content: "";
}

.fa-clock-o:before {
    content: "";
}

.fa-road:before {
    content: "";
}

.fa-download:before {
    content: "";
}

.fa-arrow-circle-o-down:before {
    content: "";
}

.fa-arrow-circle-o-up:before {
    content: "";
}

.fa-inbox:before {
    content: "";
}

.fa-play-circle-o:before {
    content: "";
}

.fa-rotate-right:before,
.fa-repeat:before {
    content: "";
}

.fa-refresh:before {
    content: "";
}

.fa-list-alt:before {
    content: "";
}

.fa-lock:before {
    content: "";
}

.fa-flag:before {
    content: "";
}

.fa-headphones:before {
    content: "";
}

.fa-volume-off:before {
    content: "";
}

.fa-volume-down:before {
    content: "";
}

.fa-volume-up:before {
    content: "";
}

.fa-qrcode:before {
    content: "";
}

.fa-barcode:before {
    content: "";
}

.fa-tag:before {
    content: "";
}

.fa-tags:before {
    content: "";
}

.fa-book:before {
    content: "";
}

.fa-bookmark:before {
    content: "";
}

.fa-print:before {
    content: "";
}

.fa-camera:before {
    content: "";
}

.fa-font:before {
    content: "";
}

.fa-bold:before {
    content: "";
}

.fa-italic:before {
    content: "";
}

.fa-text-height:before {
    content: "";
}

.fa-text-width:before {
    content: "";
}

.fa-align-left:before {
    content: "";
}

.fa-align-center:before {
    content: "";
}

.fa-align-right:before {
    content: "";
}

.fa-align-justify:before {
    content: "";
}

.fa-list:before {
    content: "";
}

.fa-dedent:before,
.fa-outdent:before {
    content: "";
}

.fa-indent:before {
    content: "";
}

.fa-video-camera:before {
    content: "";
}

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
    content: "";
}

.fa-pencil:before {
    content: "";
}

.fa-map-marker:before {
    content: "";
}

.fa-adjust:before {
    content: "";
}

.fa-tint:before {
    content: "";
}

.fa-edit:before,
.fa-pencil-square-o:before {
    content: "";
}

.fa-share-square-o:before {
    content: "";
}

.fa-check-square-o:before {
    content: "";
}

.fa-arrows:before {
    content: "";
}

.fa-step-backward:before {
    content: "";
}

.fa-fast-backward:before {
    content: "";
}

.fa-backward:before {
    content: "";
}

.fa-play:before {
    content: "";
}

.fa-pause:before {
    content: "";
}

.fa-stop:before {
    content: "";
}

.fa-forward:before {
    content: "";
}

.fa-fast-forward:before {
    content: "";
}

.fa-step-forward:before {
    content: "";
}

.fa-eject:before {
    content: "";
}

.fa-chevron-left:before {
    content: "";
}

.fa-chevron-right:before {
    content: "";
}

.fa-plus-circle:before {
    content: "";
}

.fa-minus-circle:before {
    content: "";
}

.fa-times-circle:before {
    content: "";
}

.fa-check-circle:before {
    content: "";
}

.fa-question-circle:before {
    content: "";
}

.fa-info-circle:before {
    content: "";
}

.fa-crosshairs:before {
    content: "";
}

.fa-times-circle-o:before {
    content: "";
}

.fa-check-circle-o:before {
    content: "";
}

.fa-ban:before {
    content: "";
}

.fa-arrow-left:before {
    content: "";
}

.fa-arrow-right:before {
    content: "";
}

.fa-arrow-up:before {
    content: "";
}

.fa-arrow-down:before {
    content: "";
}

.fa-mail-forward:before,
.fa-share:before {
    content: "";
}

.fa-expand:before {
    content: "";
}

.fa-compress:before {
    content: "";
}

.fa-plus:before {
    content: "";
}

.fa-minus:before {
    content: "";
}

.fa-asterisk:before {
    content: "";
}

.fa-exclamation-circle:before {
    content: "";
}

.fa-gift:before {
    content: "";
}

.fa-leaf:before {
    content: "";
}

.fa-fire:before {
    content: "";
}

.fa-eye:before {
    content: "";
}

.fa-eye-slash:before {
    content: "";
}

.fa-warning:before,
.fa-exclamation-triangle:before {
    content: "";
}

.fa-plane:before {
    content: "";
}

.fa-calendar:before {
    content: "";
}

.fa-random:before {
    content: "";
}

.fa-comment:before {
    content: "";
}

.fa-magnet:before {
    content: "";
}

.fa-chevron-up:before {
    content: "";
}

.fa-chevron-down:before {
    content: "";
}

.fa-retweet:before {
    content: "";
}

.fa-shopping-cart:before {
    content: "";
}

.fa-folder:before {
    content: "";
}

.fa-folder-open:before {
    content: "";
}

.fa-arrows-v:before {
    content: "";
}

.fa-arrows-h:before {
    content: "";
}

.fa-bar-chart-o:before,
.fa-bar-chart:before {
    content: "";
}

.fa-twitter-square:before {
    content: "";
}

.fa-facebook-square:before {
    content: "";
}

.fa-camera-retro:before {
    content: "";
}

.fa-key:before {
    content: "";
}

.fa-gears:before,
.fa-cogs:before {
    content: "";
}

.fa-comments:before {
    content: "";
}

.fa-thumbs-o-up:before {
    content: "";
}

.fa-thumbs-o-down:before {
    content: "";
}

.fa-star-half:before {
    content: "";
}

.fa-heart-o:before {
    content: "";
}

.fa-sign-out:before {
    content: "";
}

.fa-linkedin-square:before {
    content: "";
}

.fa-thumb-tack:before {
    content: "";
}

.fa-external-link:before {
    content: "";
}

.fa-sign-in:before {
    content: "";
}

.fa-trophy:before {
    content: "";
}

.fa-github-square:before {
    content: "";
}

.fa-upload:before {
    content: "";
}

.fa-lemon-o:before {
    content: "";
}

.fa-phone:before {
    content: "";
}

.fa-square-o:before {
    content: "";
}

.fa-bookmark-o:before {
    content: "";
}

.fa-phone-square:before {
    content: "";
}

.fa-twitter:before {
    content: "";
}

.fa-facebook-f:before,
.fa-facebook:before {
    content: "";
}

.fa-github:before {
    content: "";
}

.fa-unlock:before {
    content: "";
}

.fa-credit-card:before {
    content: "";
}

.fa-feed:before,
.fa-rss:before {
    content: "";
}

.fa-hdd-o:before {
    content: "";
}

.fa-bullhorn:before {
    content: "";
}

.fa-bell:before {
    content: "";
}

.fa-certificate:before {
    content: "";
}

.fa-hand-o-right:before {
    content: "";
}

.fa-hand-o-left:before {
    content: "";
}

.fa-hand-o-up:before {
    content: "";
}

.fa-hand-o-down:before {
    content: "";
}

.fa-arrow-circle-left:before {
    content: "";
}

.fa-arrow-circle-right:before {
    content: "";
}

.fa-arrow-circle-up:before {
    content: "";
}

.fa-arrow-circle-down:before {
    content: "";
}

.fa-globe:before {
    content: "";
}

.fa-wrench:before {
    content: "";
}

.fa-tasks:before {
    content: "";
}

.fa-filter:before {
    content: "";
}

.fa-briefcase:before {
    content: "";
}

.fa-arrows-alt:before {
    content: "";
}

.fa-group:before,
.fa-users:before {
    content: "";
}

.fa-chain:before,
.fa-link:before {
    content: "";
}

.fa-cloud:before {
    content: "";
}

.fa-flask:before {
    content: "";
}

.fa-cut:before,
.fa-scissors:before {
    content: "";
}

.fa-copy:before,
.fa-files-o:before {
    content: "";
}

.fa-paperclip:before {
    content: "";
}

.fa-save:before,
.fa-floppy-o:before {
    content: "";
}

.fa-square:before {
    content: "";
}

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
    content: "";
}

.fa-list-ul:before {
    content: "";
}

.fa-list-ol:before {
    content: "";
}

.fa-strikethrough:before {
    content: "";
}

.fa-underline:before {
    content: "";
}

.fa-table:before {
    content: "";
}

.fa-magic:before {
    content: "";
}

.fa-truck:before {
    content: "";
}

.fa-pinterest:before {
    content: "";
}

.fa-pinterest-square:before {
    content: "";
}

.fa-google-plus-square:before {
    content: "";
}

.fa-google-plus:before {
    content: "";
}

.fa-money:before {
    content: "";
}

.fa-caret-down:before {
    content: "";
}

.fa-caret-up:before {
    content: "";
}

.fa-caret-left:before {
    content: "";
}

.fa-caret-right:before {
    content: "";
}

.fa-columns:before {
    content: "";
}

.fa-unsorted:before,
.fa-sort:before {
    content: "";
}

.fa-sort-down:before,
.fa-sort-desc:before {
    content: "";
}

.fa-sort-up:before,
.fa-sort-asc:before {
    content: "";
}

.fa-envelope:before {
    content: "";
}

.fa-linkedin:before {
    content: "";
}

.fa-rotate-left:before,
.fa-undo:before {
    content: "";
}

.fa-legal:before,
.fa-gavel:before {
    content: "";
}

.fa-dashboard:before,
.fa-tachometer:before {
    content: "";
}

.fa-comment-o:before {
    content: "";
}

.fa-comments-o:before {
    content: "";
}

.fa-flash:before,
.fa-bolt:before {
    content: "";
}

.fa-sitemap:before {
    content: "";
}

.fa-umbrella:before {
    content: "";
}

.fa-paste:before,
.fa-clipboard:before {
    content: "";
}

.fa-lightbulb-o:before {
    content: "";
}

.fa-exchange:before {
    content: "";
}

.fa-cloud-download:before {
    content: "";
}

.fa-cloud-upload:before {
    content: "";
}

.fa-user-md:before {
    content: "";
}

.fa-stethoscope:before {
    content: "";
}

.fa-suitcase:before {
    content: "";
}

.fa-bell-o:before {
    content: "";
}

.fa-coffee:before {
    content: "";
}

.fa-cutlery:before {
    content: "";
}

.fa-file-text-o:before {
    content: "";
}

.fa-building-o:before {
    content: "";
}

.fa-hospital-o:before {
    content: "";
}

.fa-ambulance:before {
    content: "";
}

.fa-medkit:before {
    content: "";
}

.fa-fighter-jet:before {
    content: "";
}

.fa-beer:before {
    content: "";
}

.fa-h-square:before {
    content: "";
}

.fa-plus-square:before {
    content: "";
}

.fa-angle-double-left:before {
    content: "";
}

.fa-angle-double-right:before {
    content: "";
}

.fa-angle-double-up:before {
    content: "";
}

.fa-angle-double-down:before {
    content: "";
}

.fa-angle-left:before {
    content: "";
}

.fa-angle-right:before {
    content: "";
}

.fa-angle-up:before {
    content: "";
}

.fa-angle-down:before {
    content: "";
}

.fa-desktop:before {
    content: "";
}

.fa-laptop:before {
    content: "";
}

.fa-tablet:before {
    content: "";
}

.fa-mobile-phone:before,
.fa-mobile:before {
    content: "";
}

.fa-circle-o:before {
    content: "";
}

.fa-quote-left:before {
    content: "";
}

.fa-quote-right:before {
    content: "";
}

.fa-spinner:before {
    content: "";
}

.fa-circle:before {
    content: "";
}

.fa-mail-reply:before,
.fa-reply:before {
    content: "";
}

.fa-github-alt:before {
    content: "";
}

.fa-folder-o:before {
    content: "";
}

.fa-folder-open-o:before {
    content: "";
}

.fa-smile-o:before {
    content: "";
}

.fa-frown-o:before {
    content: "";
}

.fa-meh-o:before {
    content: "";
}

.fa-gamepad:before {
    content: "";
}

.fa-keyboard-o:before {
    content: "";
}

.fa-flag-o:before {
    content: "";
}

.fa-flag-checkered:before {
    content: "";
}

.fa-terminal:before {
    content: "";
}

.fa-code:before {
    content: "";
}

.fa-mail-reply-all:before,
.fa-reply-all:before {
    content: "";
}

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
    content: "";
}

.fa-location-arrow:before {
    content: "";
}

.fa-crop:before {
    content: "";
}

.fa-code-fork:before {
    content: "";
}

.fa-unlink:before,
.fa-chain-broken:before {
    content: "";
}

.fa-question:before {
    content: "";
}

.fa-info:before {
    content: "";
}

.fa-exclamation:before {
    content: "";
}

.fa-superscript:before {
    content: "";
}

.fa-subscript:before {
    content: "";
}

.fa-eraser:before {
    content: "";
}

.fa-puzzle-piece:before {
    content: "";
}

.fa-microphone:before {
    content: "";
}

.fa-microphone-slash:before {
    content: "";
}

.fa-shield:before {
    content: "";
}

.fa-calendar-o:before {
    content: "";
}

.fa-fire-extinguisher:before {
    content: "";
}

.fa-rocket:before {
    content: "";
}

.fa-maxcdn:before {
    content: "";
}

.fa-chevron-circle-left:before {
    content: "";
}

.fa-chevron-circle-right:before {
    content: "";
}

.fa-chevron-circle-up:before {
    content: "";
}

.fa-chevron-circle-down:before {
    content: "";
}

.fa-html5:before {
    content: "";
}

.fa-css3:before {
    content: "";
}

.fa-anchor:before {
    content: "";
}

.fa-unlock-alt:before {
    content: "";
}

.fa-bullseye:before {
    content: "";
}

.fa-ellipsis-h:before {
    content: "";
}

.fa-ellipsis-v:before {
    content: "";
}

.fa-rss-square:before {
    content: "";
}

.fa-play-circle:before {
    content: "";
}

.fa-ticket:before {
    content: "";
}

.fa-minus-square:before {
    content: "";
}

.fa-minus-square-o:before {
    content: "";
}

.fa-level-up:before {
    content: "";
}

.fa-level-down:before {
    content: "";
}

.fa-check-square:before {
    content: "";
}

.fa-pencil-square:before {
    content: "";
}

.fa-external-link-square:before {
    content: "";
}

.fa-share-square:before {
    content: "";
}

.fa-compass:before {
    content: "";
}

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
    content: "";
}

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
    content: "";
}

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
    content: "";
}

.fa-euro:before,
.fa-eur:before {
    content: "";
}

.fa-gbp:before {
    content: "";
}

.fa-dollar:before,
.fa-usd:before {
    content: "";
}

.fa-rupee:before,
.fa-inr:before {
    content: "";
}

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
    content: "";
}

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
    content: "";
}

.fa-won:before,
.fa-krw:before {
    content: "";
}

.fa-bitcoin:before,
.fa-btc:before {
    content: "";
}

.fa-file:before {
    content: "";
}

.fa-file-text:before {
    content: "";
}

.fa-sort-alpha-asc:before {
    content: "";
}

.fa-sort-alpha-desc:before {
    content: "";
}

.fa-sort-amount-asc:before {
    content: "";
}

.fa-sort-amount-desc:before {
    content: "";
}

.fa-sort-numeric-asc:before {
    content: "";
}

.fa-sort-numeric-desc:before {
    content: "";
}

.fa-thumbs-up:before {
    content: "";
}

.fa-thumbs-down:before {
    content: "";
}

.fa-youtube-square:before {
    content: "";
}

.fa-youtube:before {
    content: "";
}

.fa-xing:before {
    content: "";
}

.fa-xing-square:before {
    content: "";
}

.fa-youtube-play:before {
    content: "";
}

.fa-dropbox:before {
    content: "";
}

.fa-stack-overflow:before {
    content: "";
}

.fa-instagram:before {
    content: "";
}

.fa-flickr:before {
    content: "";
}

.fa-adn:before {
    content: "";
}

.fa-bitbucket:before {
    content: "";
}

.fa-bitbucket-square:before {
    content: "";
}

.fa-tumblr:before {
    content: "";
}

.fa-tumblr-square:before {
    content: "";
}

.fa-long-arrow-down:before {
    content: "";
}

.fa-long-arrow-up:before {
    content: "";
}

.fa-long-arrow-left:before {
    content: "";
}

.fa-long-arrow-right:before {
    content: "";
}

.fa-apple:before {
    content: "";
}

.fa-windows:before {
    content: "";
}

.fa-android:before {
    content: "";
}

.fa-linux:before {
    content: "";
}

.fa-dribbble:before {
    content: "";
}

.fa-skype:before {
    content: "";
}

.fa-foursquare:before {
    content: "";
}

.fa-trello:before {
    content: "";
}

.fa-female:before {
    content: "";
}

.fa-male:before {
    content: "";
}

.fa-gittip:before,
.fa-gratipay:before {
    content: "";
}

.fa-sun-o:before {
    content: "";
}

.fa-moon-o:before {
    content: "";
}

.fa-archive:before {
    content: "";
}

.fa-bug:before {
    content: "";
}

.fa-vk:before {
    content: "";
}

.fa-weibo:before {
    content: "";
}

.fa-renren:before {
    content: "";
}

.fa-pagelines:before {
    content: "";
}

.fa-stack-exchange:before {
    content: "";
}

.fa-arrow-circle-o-right:before {
    content: "";
}

.fa-arrow-circle-o-left:before {
    content: "";
}

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
    content: "";
}

.fa-dot-circle-o:before {
    content: "";
}

.fa-wheelchair:before {
    content: "";
}

.fa-vimeo-square:before {
    content: "";
}

.fa-turkish-lira:before,
.fa-try:before {
    content: "";
}

.fa-plus-square-o:before {
    content: "";
}

.fa-space-shuttle:before {
    content: "";
}

.fa-slack:before {
    content: "";
}

.fa-envelope-square:before {
    content: "";
}

.fa-wordpress:before {
    content: "";
}

.fa-openid:before {
    content: "";
}

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
    content: "";
}

.fa-mortar-board:before,
.fa-graduation-cap:before {
    content: "";
}

.fa-yahoo:before {
    content: "";
}

.fa-google:before {
    content: "";
}

.fa-reddit:before {
    content: "";
}

.fa-reddit-square:before {
    content: "";
}

.fa-stumbleupon-circle:before {
    content: "";
}

.fa-stumbleupon:before {
    content: "";
}

.fa-delicious:before {
    content: "";
}

.fa-digg:before {
    content: "";
}

.fa-pied-piper:before {
    content: "";
}

.fa-pied-piper-alt:before {
    content: "";
}

.fa-drupal:before {
    content: "";
}

.fa-joomla:before {
    content: "";
}

.fa-language:before {
    content: "";
}

.fa-fax:before {
    content: "";
}

.fa-building:before {
    content: "";
}

.fa-child:before {
    content: "";
}

.fa-paw:before {
    content: "";
}

.fa-spoon:before {
    content: "";
}

.fa-cube:before {
    content: "";
}

.fa-cubes:before {
    content: "";
}

.fa-behance:before {
    content: "";
}

.fa-behance-square:before {
    content: "";
}

.fa-steam:before {
    content: "";
}

.fa-steam-square:before {
    content: "";
}

.fa-recycle:before {
    content: "";
}

.fa-automobile:before,
.fa-car:before {
    content: "";
}

.fa-cab:before,
.fa-taxi:before {
    content: "";
}

.fa-tree:before {
    content: "";
}

.fa-spotify:before {
    content: "";
}

.fa-deviantart:before {
    content: "";
}

.fa-soundcloud:before {
    content: "";
}

.fa-database:before {
    content: "";
}

.fa-file-pdf-o:before {
    content: "";
}

.fa-file-word-o:before {
    content: "";
}

.fa-file-excel-o:before {
    content: "";
}

.fa-file-powerpoint-o:before {
    content: "";
}

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
    content: "";
}

.fa-file-zip-o:before,
.fa-file-archive-o:before {
    content: "";
}

.fa-file-sound-o:before,
.fa-file-audio-o:before {
    content: "";
}

.fa-file-movie-o:before,
.fa-file-video-o:before {
    content: "";
}

.fa-file-code-o:before {
    content: "";
}

.fa-vine:before {
    content: "";
}

.fa-codepen:before {
    content: "";
}

.fa-jsfiddle:before {
    content: "";
}

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
    content: "";
}

.fa-circle-o-notch:before {
    content: "";
}

.fa-ra:before,
.fa-rebel:before {
    content: "";
}

.fa-ge:before,
.fa-empire:before {
    content: "";
}

.fa-git-square:before {
    content: "";
}

.fa-git:before {
    content: "";
}

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
    content: "";
}

.fa-tencent-weibo:before {
    content: "";
}

.fa-qq:before {
    content: "";
}

.fa-wechat:before,
.fa-weixin:before {
    content: "";
}

.fa-send:before,
.fa-paper-plane:before {
    content: "";
}

.fa-send-o:before,
.fa-paper-plane-o:before {
    content: "";
}

.fa-history:before {
    content: "";
}

.fa-circle-thin:before {
    content: "";
}

.fa-header:before {
    content: "";
}

.fa-paragraph:before {
    content: "";
}

.fa-sliders:before {
    content: "";
}

.fa-share-alt:before {
    content: "";
}

.fa-share-alt-square:before {
    content: "";
}

.fa-bomb:before {
    content: "";
}

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
    content: "";
}

.fa-tty:before {
    content: "";
}

.fa-binoculars:before {
    content: "";
}

.fa-plug:before {
    content: "";
}

.fa-slideshare:before {
    content: "";
}

.fa-twitch:before {
    content: "";
}

.fa-yelp:before {
    content: "";
}

.fa-newspaper-o:before {
    content: "";
}

.fa-wifi:before {
    content: "";
}

.fa-calculator:before {
    content: "";
}

.fa-paypal:before {
    content: "";
}

.fa-google-wallet:before {
    content: "";
}

.fa-cc-visa:before {
    content: "";
}

.fa-cc-mastercard:before {
    content: "";
}

.fa-cc-discover:before {
    content: "";
}

.fa-cc-amex:before {
    content: "";
}

.fa-cc-paypal:before {
    content: "";
}

.fa-cc-stripe:before {
    content: "";
}

.fa-bell-slash:before {
    content: "";
}

.fa-bell-slash-o:before {
    content: "";
}

.fa-trash:before {
    content: "";
}

.fa-copyright:before {
    content: "";
}

.fa-at:before {
    content: "";
}

.fa-eyedropper:before {
    content: "";
}

.fa-paint-brush:before {
    content: "";
}

.fa-birthday-cake:before {
    content: "";
}

.fa-area-chart:before {
    content: "";
}

.fa-pie-chart:before {
    content: "";
}

.fa-line-chart:before {
    content: "";
}

.fa-lastfm:before {
    content: "";
}

.fa-lastfm-square:before {
    content: "";
}

.fa-toggle-off:before {
    content: "";
}

.fa-toggle-on:before {
    content: "";
}

.fa-bicycle:before {
    content: "";
}

.fa-bus:before {
    content: "";
}

.fa-ioxhost:before {
    content: "";
}

.fa-angellist:before {
    content: "";
}

.fa-cc:before {
    content: "";
}

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
    content: "";
}

.fa-meanpath:before {
    content: "";
}

.fa-buysellads:before {
    content: "";
}

.fa-connectdevelop:before {
    content: "";
}

.fa-dashcube:before {
    content: "";
}

.fa-forumbee:before {
    content: "";
}

.fa-leanpub:before {
    content: "";
}

.fa-sellsy:before {
    content: "";
}

.fa-shirtsinbulk:before {
    content: "";
}

.fa-simplybuilt:before {
    content: "";
}

.fa-skyatlas:before {
    content: "";
}

.fa-cart-plus:before {
    content: "";
}

.fa-cart-arrow-down:before {
    content: "";
}

.fa-diamond:before {
    content: "";
}

.fa-ship:before {
    content: "";
}

.fa-user-secret:before {
    content: "";
}

.fa-motorcycle:before {
    content: "";
}

.fa-street-view:before {
    content: "";
}

.fa-heartbeat:before {
    content: "";
}

.fa-venus:before {
    content: "";
}

.fa-mars:before {
    content: "";
}

.fa-mercury:before {
    content: "";
}

.fa-intersex:before,
.fa-transgender:before {
    content: "";
}

.fa-transgender-alt:before {
    content: "";
}

.fa-venus-double:before {
    content: "";
}

.fa-mars-double:before {
    content: "";
}

.fa-venus-mars:before {
    content: "";
}

.fa-mars-stroke:before {
    content: "";
}

.fa-mars-stroke-v:before {
    content: "";
}

.fa-mars-stroke-h:before {
    content: "";
}

.fa-neuter:before {
    content: "";
}

.fa-genderless:before {
    content: "";
}

.fa-facebook-official:before {
    content: "";
}

.fa-pinterest-p:before {
    content: "";
}

.fa-whatsapp:before {
    content: "";
}

.fa-server:before {
    content: "";
}

.fa-user-plus:before {
    content: "";
}

.fa-user-times:before {
    content: "";
}

.fa-hotel:before,
.fa-bed:before {
    content: "";
}

.fa-viacoin:before {
    content: "";
}

.fa-train:before {
    content: "";
}

.fa-subway:before {
    content: "";
}

.fa-medium:before {
    content: "";
}

.fa-yc:before,
.fa-y-combinator:before {
    content: "";
}

.fa-optin-monster:before {
    content: "";
}

.fa-opencart:before {
    content: "";
}

.fa-expeditedssl:before {
    content: "";
}

.fa-battery-4:before,
.fa-battery-full:before {
    content: "";
}

.fa-battery-3:before,
.fa-battery-three-quarters:before {
    content: "";
}

.fa-battery-2:before,
.fa-battery-half:before {
    content: "";
}

.fa-battery-1:before,
.fa-battery-quarter:before {
    content: "";
}

.fa-battery-0:before,
.fa-battery-empty:before {
    content: "";
}

.fa-mouse-pointer:before {
    content: "";
}

.fa-i-cursor:before {
    content: "";
}

.fa-object-group:before {
    content: "";
}

.fa-object-ungroup:before {
    content: "";
}

.fa-sticky-note:before {
    content: "";
}

.fa-sticky-note-o:before {
    content: "";
}

.fa-cc-jcb:before {
    content: "";
}

.fa-cc-diners-club:before {
    content: "";
}

.fa-clone:before {
    content: "";
}

.fa-balance-scale:before {
    content: "";
}

.fa-hourglass-o:before {
    content: "";
}

.fa-hourglass-1:before,
.fa-hourglass-start:before {
    content: "";
}

.fa-hourglass-2:before,
.fa-hourglass-half:before {
    content: "";
}

.fa-hourglass-3:before,
.fa-hourglass-end:before {
    content: "";
}

.fa-hourglass:before {
    content: "";
}

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
    content: "";
}

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
    content: "";
}

.fa-hand-scissors-o:before {
    content: "";
}

.fa-hand-lizard-o:before {
    content: "";
}

.fa-hand-spock-o:before {
    content: "";
}

.fa-hand-pointer-o:before {
    content: "";
}

.fa-hand-peace-o:before {
    content: "";
}

.fa-trademark:before {
    content: "";
}

.fa-registered:before {
    content: "";
}

.fa-creative-commons:before {
    content: "";
}

.fa-gg:before {
    content: "";
}

.fa-gg-circle:before {
    content: "";
}

.fa-tripadvisor:before {
    content: "";
}

.fa-odnoklassniki:before {
    content: "";
}

.fa-odnoklassniki-square:before {
    content: "";
}

.fa-get-pocket:before {
    content: "";
}

.fa-wikipedia-w:before {
    content: "";
}

.fa-safari:before {
    content: "";
}

.fa-chrome:before {
    content: "";
}

.fa-firefox:before {
    content: "";
}

.fa-opera:before {
    content: "";
}

.fa-internet-explorer:before {
    content: "";
}

.fa-tv:before,
.fa-television:before {
    content: "";
}

.fa-contao:before {
    content: "";
}

.fa-500px:before {
    content: "";
}

.fa-amazon:before {
    content: "";
}

.fa-calendar-plus-o:before {
    content: "";
}

.fa-calendar-minus-o:before {
    content: "";
}

.fa-calendar-times-o:before {
    content: "";
}

.fa-calendar-check-o:before {
    content: "";
}

.fa-industry:before {
    content: "";
}

.fa-map-pin:before {
    content: "";
}

.fa-map-signs:before {
    content: "";
}

.fa-map-o:before {
    content: "";
}

.fa-map:before {
    content: "";
}

.fa-commenting:before {
    content: "";
}

.fa-commenting-o:before {
    content: "";
}

.fa-houzz:before {
    content: "";
}

.fa-vimeo:before {
    content: "";
}

.fa-black-tie:before {
    content: "";
}

.fa-fonticons:before {
    content: "";
}

/* 28/08/2018 */
.image-centered {
    text-align: center;
    margin: 0 auto;
}
.custom-form input[type="email"] {
    width: calc(100% - 150px);
    font-size: 16px;
    padding: 5px 10px;
    border: none;
    margin: 5px 0px;
}
.custom-form select {
    width: calc(100% - 150px);
    font-size: 16px;
    padding: 5px 10px;
    border: none;
    margin: 5px 0px;
}
.custom-form input[type="submit"] {
    font-size: 12px;
    color: #131307;
}
.custom-form div.required {
    text-align: right;
    padding-right: 145px;
}
.custom-form div.required span {
    color: red;
}
.custom-form .wpcf7 .ajax-loader,
.custom-form .wpcf7-not-valid-tip {
    display: none !important;
}
.custom-form .wpcf7-not-valid {
    border: 1px solid red !important;
}

.wpcf7 input[type="text"]:hover, 
.wpcf7 input[type="text"]:focus, 
.wpcf7 input[type="email"]:hover, 
.wpcf7 input[type="email"]:focus, 
.wpcf7 input[type="password"]:hover, 
.wpcf7 input[type="password"]:focus, 
.wpcf7 input[type="search"]:hover, 
.wpcf7 input[type="search"]:focus, 
.wpcf7 input[type="tel"]:hover, 
.wpcf7 input[type="tel"]:focus, 
.wpcf7 input[type="url"]:hover, 
.wpcf7 input[type="url"]:focus, 
.wpcf7 input[type="number"]:hover, 
.wpcf7 input[type="number"]:focus, 
.wpcf7 input[type="date"]:hover, 
.wpcf7 input[type="date"]:focus, 
.wpcf7 input[type="time"]:hover, 
.wpcf7 input[type="time"]:focus, 
.wpcf7 input[type="datetime"]:hover, 
.wpcf7 input[type="datetime"]:focus, 
.wpcf7 input[type="datetime-local"]:hover, 
.wpcf7 input[type="datetime-local"]:focus, 
.wpcf7 input[type="week"]:hover, 
.wpcf7 input[type="week"]:focus, 
.wpcf7 input[type="month"]:hover, 
.wpcf7 input[type="month"]:focus, 
.wpcf7 textarea:hover, 
.wpcf7 textarea:focus, 
.wpcf7 select:hover, 
.wpcf7 select:focus {
    outline: 0 !important;
    transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
}

div.wpcf7-validation-errors,
div.wpcf7-acceptance-missing,
div.wpcf7-mail-sent-ok {
    text-align: center;
    /*border: 0 !important;*/
}
div.wpcf7-validation-errors,
div.wpcf7-acceptance-missing {
    color: red;
}
div.wpcf7-mail-sent-ok {
    color: green;
}

@media (max-width: 768px) {
    .custom-form tr,
    .custom-form td {
        display: block;
        width: 100% !important;
    }
    .custom-form .tips-box .tips-right input[type="text"],
    .custom-form .tips-box .tips-right input[type="email"],
    .custom-form .tips-box .tips-right select { width: 100%; }
    .custom-form div.required { padding-right: 0; }
}
@media (max-width: 475px) {
    .custom-form .tips-pic { display: none; }
    .custom-form .tips-box .tips-right { margin-left: 0; }
}

img {
    /* width: 100%; */
}