/* Minification failed. Returning unminified contents.
(5919,1): run-time error CSS1019: Unexpected token, found '@import'
(5919,9): run-time error CSS1019: Unexpected token, found 'url(https://fonts.googleapis.com/css?family=Roboto:400,100,100italic,300,300italic,400italic,500,500italic,700,700italic,900,900italic)'
(5920,1): run-time error CSS1019: Unexpected token, found '@import'
(5920,9): run-time error CSS1019: Unexpected token, found 'url(https://fonts.googleapis.com/css?family=Crete+Round:400,400italic)'
(5921,1): run-time error CSS1019: Unexpected token, found '@import'
(5921,9): run-time error CSS1019: Unexpected token, found 'url(https://fonts.googleapis.com/css?family=Petit+Formal+Script)'
(5922,1): run-time error CSS1019: Unexpected token, found '@import'
(5922,9): run-time error CSS1019: Unexpected token, found 'url(https://fonts.googleapis.com/css?family=Lato:100,300,400,700,900,100italic,300italic,400italic,700italic,900italic)'
(13373,1): run-time error CSS1019: Unexpected token, found '@-webkit-keyframes'
(13374,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '0%'
(13383,1): run-time error CSS1019: Unexpected token, found '@keyframes'
(13384,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '0%'
(13801,1): run-time error CSS1019: Unexpected token, found '@-moz-keyframes'
(13802,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '0%'
(13815,1): run-time error CSS1019: Unexpected token, found '@-moz-keyframes'
(13816,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '0%'
(13829,1): run-time error CSS1019: Unexpected token, found '@-webkit-keyframes'
(13830,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '0%'
(13843,1): run-time error CSS1019: Unexpected token, found '@-webkit-keyframes'
(13844,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '0%'
(14196,1): run-time error CSS1019: Unexpected token, found '@-moz-keyframes'
(14197,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '0%'
(14210,1): run-time error CSS1019: Unexpected token, found '@-webkit-keyframes'
(14211,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '0%'
(14224,1): run-time error CSS1019: Unexpected token, found '@keyframes'
(14225,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '0%'
(19527,1): run-time error CSS1019: Unexpected token, found '@-webkit-keyframes'
(19528,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '0%'
(19537,1): run-time error CSS1019: Unexpected token, found '@keyframes'
(19538,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '0%'
 */
@charset "UTF-8";

/*!
Animate.css - http://daneden.me/animate
Licensed under the MIT license - http://opensource.org/licenses/MIT

Copyright (c) 2015 Daniel Eden
*/

.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

    .animated.infinite {
        -webkit-animation-iteration-count: infinite;
        animation-iteration-count: infinite;
    }

    .animated.hinge {
        -webkit-animation-duration: 2s;
        animation-duration: 2s;
    }

    .animated.bounceIn,
    .animated.bounceOut {
        -webkit-animation-duration: .75s;
        animation-duration: .75s;
    }

    .animated.flipOutX,
    .animated.flipOutY {
        -webkit-animation-duration: .75s;
        animation-duration: .75s;
    }

@-webkit-keyframes bounce {
    0%, 20%, 53%, 80%, 100% {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
        animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0);
    }

    40%, 43% {
        -webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
        animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
        -webkit-transform: translate3d(0, -30px, 0);
        transform: translate3d(0, -30px, 0);
    }

    70% {
        -webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
        animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
        -webkit-transform: translate3d(0, -15px, 0);
        transform: translate3d(0, -15px, 0);
    }

    90% {
        -webkit-transform: translate3d(0,-4px,0);
        transform: translate3d(0,-4px,0);
    }
}

@keyframes bounce {
    0%, 20%, 53%, 80%, 100% {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
        animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0);
    }

    40%, 43% {
        -webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
        animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
        -webkit-transform: translate3d(0, -30px, 0);
        transform: translate3d(0, -30px, 0);
    }

    70% {
        -webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
        animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
        -webkit-transform: translate3d(0, -15px, 0);
        transform: translate3d(0, -15px, 0);
    }

    90% {
        -webkit-transform: translate3d(0,-4px,0);
        transform: translate3d(0,-4px,0);
    }
}

.bounce {
    -webkit-animation-name: bounce;
    animation-name: bounce;
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
}

@-webkit-keyframes flash {
    0%, 50%, 100% {
        opacity: 1;
    }

    25%, 75% {
        opacity: 0;
    }
}

@keyframes flash {
    0%, 50%, 100% {
        opacity: 1;
    }

    25%, 75% {
        opacity: 0;
    }
}

.flash {
    -webkit-animation-name: flash;
    animation-name: flash;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes pulse {
    0% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }

    50% {
        -webkit-transform: scale3d(1.05, 1.05, 1.05);
        transform: scale3d(1.05, 1.05, 1.05);
    }

    100% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

@keyframes pulse {
    0% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }

    50% {
        -webkit-transform: scale3d(1.05, 1.05, 1.05);
        transform: scale3d(1.05, 1.05, 1.05);
    }

    100% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

.pulse {
    -webkit-animation-name: pulse;
    animation-name: pulse;
}

@-webkit-keyframes rubberBand {
    0% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }

    30% {
        -webkit-transform: scale3d(1.25, 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(.95, 1.05, 1);
        transform: scale3d(.95, 1.05, 1);
    }

    75% {
        -webkit-transform: scale3d(1.05, .95, 1);
        transform: scale3d(1.05, .95, 1);
    }

    100% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

@keyframes rubberBand {
    0% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }

    30% {
        -webkit-transform: scale3d(1.25, 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(.95, 1.05, 1);
        transform: scale3d(.95, 1.05, 1);
    }

    75% {
        -webkit-transform: scale3d(1.05, .95, 1);
        transform: scale3d(1.05, .95, 1);
    }

    100% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

.rubberBand {
    -webkit-animation-name: rubberBand;
    animation-name: rubberBand;
}

@-webkit-keyframes shake {
    0%, 100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    10%, 30%, 50%, 70%, 90% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0);
    }

    20%, 40%, 60%, 80% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0);
    }
}

@keyframes shake {
    0%, 100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    10%, 30%, 50%, 70%, 90% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0);
    }

    20%, 40%, 60%, 80% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0);
    }
}

.shake {
    -webkit-animation-name: shake;
    animation-name: shake;
}

@-webkit-keyframes swing {
    20% {
        -webkit-transform: rotate3d(0, 0, 1, 15deg);
        transform: rotate3d(0, 0, 1, 15deg);
    }

    40% {
        -webkit-transform: rotate3d(0, 0, 1, -10deg);
        transform: rotate3d(0, 0, 1, -10deg);
    }

    60% {
        -webkit-transform: rotate3d(0, 0, 1, 5deg);
        transform: rotate3d(0, 0, 1, 5deg);
    }

    80% {
        -webkit-transform: rotate3d(0, 0, 1, -5deg);
        transform: rotate3d(0, 0, 1, -5deg);
    }

    100% {
        -webkit-transform: rotate3d(0, 0, 1, 0deg);
        transform: rotate3d(0, 0, 1, 0deg);
    }
}

@keyframes swing {
    20% {
        -webkit-transform: rotate3d(0, 0, 1, 15deg);
        transform: rotate3d(0, 0, 1, 15deg);
    }

    40% {
        -webkit-transform: rotate3d(0, 0, 1, -10deg);
        transform: rotate3d(0, 0, 1, -10deg);
    }

    60% {
        -webkit-transform: rotate3d(0, 0, 1, 5deg);
        transform: rotate3d(0, 0, 1, 5deg);
    }

    80% {
        -webkit-transform: rotate3d(0, 0, 1, -5deg);
        transform: rotate3d(0, 0, 1, -5deg);
    }

    100% {
        -webkit-transform: rotate3d(0, 0, 1, 0deg);
        transform: rotate3d(0, 0, 1, 0deg);
    }
}

.swing {
    -webkit-transform-origin: top center;
    transform-origin: top center;
    -webkit-animation-name: swing;
    animation-name: swing;
}

@-webkit-keyframes tada {
    0% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }

    10%, 20% {
        -webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
    }

    30%, 50%, 70%, 90% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    }

    40%, 60%, 80% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    }

    100% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

@keyframes tada {
    0% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }

    10%, 20% {
        -webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
    }

    30%, 50%, 70%, 90% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    }

    40%, 60%, 80% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    }

    100% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

.tada {
    -webkit-animation-name: tada;
    animation-name: tada;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes wobble {
    0% {
        -webkit-transform: none;
        transform: none;
    }

    15% {
        -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
        transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    }

    30% {
        -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
        transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    }

    45% {
        -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
        transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    }

    60% {
        -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
        transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    }

    75% {
        -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
        transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    }

    100% {
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes wobble {
    0% {
        -webkit-transform: none;
        transform: none;
    }

    15% {
        -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
        transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    }

    30% {
        -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
        transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    }

    45% {
        -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
        transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    }

    60% {
        -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
        transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    }

    75% {
        -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
        transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    }

    100% {
        -webkit-transform: none;
        transform: none;
    }
}

.wobble {
    -webkit-animation-name: wobble;
    animation-name: wobble;
}

@-webkit-keyframes jello {
    11.1% {
        -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.390625deg) skewY(0.390625deg);
        transform: skewX(0.390625deg) skewY(0.390625deg)
    }

    88.8% {
        -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
        transform: skewX(-0.1953125deg) skewY(-0.1953125deg)
    }

    100% {
        -webkit-transform: none;
        transform: none
    }
}

@keyframes jello {
    11.1% {
        -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.390625deg) skewY(0.390625deg);
        transform: skewX(0.390625deg) skewY(0.390625deg)
    }

    88.8% {
        -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
        transform: skewX(-0.1953125deg) skewY(-0.1953125deg)
    }

    100% {
        -webkit-transform: none;
        transform: none
    }
}



.jello {
    -webkit-animation-name: jello;
    animation-name: jello;
    -webkit-transform-origin: center;
    transform-origin: center
}

@-webkit-keyframes bounceIn {
    0%, 20%, 40%, 60%, 80%, 100% {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
        animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    }

    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3);
    }

    20% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1);
    }

    40% {
        -webkit-transform: scale3d(.9, .9, .9);
        transform: scale3d(.9, .9, .9);
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(1.03, 1.03, 1.03);
        transform: scale3d(1.03, 1.03, 1.03);
    }

    80% {
        -webkit-transform: scale3d(.97, .97, .97);
        transform: scale3d(.97, .97, .97);
    }

    100% {
        opacity: 1;
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

@keyframes bounceIn {
    0%, 20%, 40%, 60%, 80%, 100% {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
        animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    }

    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3);
    }

    20% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1);
    }

    40% {
        -webkit-transform: scale3d(.9, .9, .9);
        transform: scale3d(.9, .9, .9);
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(1.03, 1.03, 1.03);
        transform: scale3d(1.03, 1.03, 1.03);
    }

    80% {
        -webkit-transform: scale3d(.97, .97, .97);
        transform: scale3d(.97, .97, .97);
    }

    100% {
        opacity: 1;
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

.bounceIn {
    -webkit-animation-name: bounceIn;
    animation-name: bounceIn;
}

@-webkit-keyframes bounceInDown {
    0%, 60%, 75%, 90%, 100% {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
        animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -3000px, 0);
        transform: translate3d(0, -3000px, 0);
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, 25px, 0);
        transform: translate3d(0, 25px, 0);
    }

    75% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0);
    }

    90% {
        -webkit-transform: translate3d(0, 5px, 0);
        transform: translate3d(0, 5px, 0);
    }

    100% {
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes bounceInDown {
    0%, 60%, 75%, 90%, 100% {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
        animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -3000px, 0);
        transform: translate3d(0, -3000px, 0);
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, 25px, 0);
        transform: translate3d(0, 25px, 0);
    }

    75% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0);
    }

    90% {
        -webkit-transform: translate3d(0, 5px, 0);
        transform: translate3d(0, 5px, 0);
    }

    100% {
        -webkit-transform: none;
        transform: none;
    }
}

.bounceInDown {
    -webkit-animation-name: bounceInDown;
    animation-name: bounceInDown;
}

@-webkit-keyframes bounceInLeft {
    0%, 60%, 75%, 90%, 100% {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
        animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(-3000px, 0, 0);
        transform: translate3d(-3000px, 0, 0);
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(25px, 0, 0);
        transform: translate3d(25px, 0, 0);
    }

    75% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0);
    }

    90% {
        -webkit-transform: translate3d(5px, 0, 0);
        transform: translate3d(5px, 0, 0);
    }

    100% {
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes bounceInLeft {
    0%, 60%, 75%, 90%, 100% {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
        animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(-3000px, 0, 0);
        transform: translate3d(-3000px, 0, 0);
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(25px, 0, 0);
        transform: translate3d(25px, 0, 0);
    }

    75% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0);
    }

    90% {
        -webkit-transform: translate3d(5px, 0, 0);
        transform: translate3d(5px, 0, 0);
    }

    100% {
        -webkit-transform: none;
        transform: none;
    }
}

.bounceInLeft {
    -webkit-animation-name: bounceInLeft;
    animation-name: bounceInLeft;
}

@-webkit-keyframes bounceInRight {
    0%, 60%, 75%, 90%, 100% {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
        animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(3000px, 0, 0);
        transform: translate3d(3000px, 0, 0);
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(-25px, 0, 0);
        transform: translate3d(-25px, 0, 0);
    }

    75% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0);
    }

    90% {
        -webkit-transform: translate3d(-5px, 0, 0);
        transform: translate3d(-5px, 0, 0);
    }

    100% {
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes bounceInRight {
    0%, 60%, 75%, 90%, 100% {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
        animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(3000px, 0, 0);
        transform: translate3d(3000px, 0, 0);
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(-25px, 0, 0);
        transform: translate3d(-25px, 0, 0);
    }

    75% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0);
    }

    90% {
        -webkit-transform: translate3d(-5px, 0, 0);
        transform: translate3d(-5px, 0, 0);
    }

    100% {
        -webkit-transform: none;
        transform: none;
    }
}

.bounceInRight {
    -webkit-animation-name: bounceInRight;
    animation-name: bounceInRight;
}

@-webkit-keyframes bounceInUp {
    0%, 60%, 75%, 90%, 100% {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
        animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 3000px, 0);
        transform: translate3d(0, 3000px, 0);
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0);
    }

    75% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0);
    }

    90% {
        -webkit-transform: translate3d(0, -5px, 0);
        transform: translate3d(0, -5px, 0);
    }

    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes bounceInUp {
    0%, 60%, 75%, 90%, 100% {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
        animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 3000px, 0);
        transform: translate3d(0, 3000px, 0);
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0);
    }

    75% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0);
    }

    90% {
        -webkit-transform: translate3d(0, -5px, 0);
        transform: translate3d(0, -5px, 0);
    }

    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.bounceInUp {
    -webkit-animation-name: bounceInUp;
    animation-name: bounceInUp;
}

@-webkit-keyframes bounceOut {
    20% {
        -webkit-transform: scale3d(.9, .9, .9);
        transform: scale3d(.9, .9, .9);
    }

    50%, 55% {
        opacity: 1;
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1);
    }

    100% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3);
    }
}

@keyframes bounceOut {
    20% {
        -webkit-transform: scale3d(.9, .9, .9);
        transform: scale3d(.9, .9, .9);
    }

    50%, 55% {
        opacity: 1;
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1);
    }

    100% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3);
    }
}

.bounceOut {
    -webkit-animation-name: bounceOut;
    animation-name: bounceOut;
}

@-webkit-keyframes bounceOutDown {
    20% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0);
    }

    40%, 45% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0);
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0);
    }
}

@keyframes bounceOutDown {
    20% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0);
    }

    40%, 45% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0);
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0);
    }
}

.bounceOutDown {
    -webkit-animation-name: bounceOutDown;
    animation-name: bounceOutDown;
}

@-webkit-keyframes bounceOutLeft {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(20px, 0, 0);
        transform: translate3d(20px, 0, 0);
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0);
    }
}

@keyframes bounceOutLeft {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(20px, 0, 0);
        transform: translate3d(20px, 0, 0);
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0);
    }
}

.bounceOutLeft {
    -webkit-animation-name: bounceOutLeft;
    animation-name: bounceOutLeft;
}

@-webkit-keyframes bounceOutRight {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(-20px, 0, 0);
        transform: translate3d(-20px, 0, 0);
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0);
    }
}

@keyframes bounceOutRight {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(-20px, 0, 0);
        transform: translate3d(-20px, 0, 0);
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0);
    }
}

.bounceOutRight {
    -webkit-animation-name: bounceOutRight;
    animation-name: bounceOutRight;
}

@-webkit-keyframes bounceOutUp {
    20% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0);
    }

    40%, 45% {
        opacity: 1;
        -webkit-transform: translate3d(0, 20px, 0);
        transform: translate3d(0, 20px, 0);
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0);
    }
}

@keyframes bounceOutUp {
    20% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0);
    }

    40%, 45% {
        opacity: 1;
        -webkit-transform: translate3d(0, 20px, 0);
        transform: translate3d(0, 20px, 0);
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0);
    }
}

.bounceOutUp {
    -webkit-animation-name: bounceOutUp;
    animation-name: bounceOutUp;
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.fadeIn {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
}

@-webkit-keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.fadeInDown {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
}

@-webkit-keyframes fadeInDownBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInDownBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.fadeInDownBig {
    -webkit-animation-name: fadeInDownBig;
    animation-name: fadeInDownBig;
}

@-webkit-keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.fadeInLeft {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInLeftBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInLeftBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.fadeInLeftBig {
    -webkit-animation-name: fadeInLeftBig;
    animation-name: fadeInLeftBig;
}

@-webkit-keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.fadeInRight {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight;
}

@-webkit-keyframes fadeInRightBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInRightBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.fadeInRightBig {
    -webkit-animation-name: fadeInRightBig;
    animation-name: fadeInRightBig;
}

@-webkit-keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}

@-webkit-keyframes fadeInUpBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInUpBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.fadeInUpBig {
    -webkit-animation-name: fadeInUpBig;
    animation-name: fadeInUpBig;
}

@-webkit-keyframes fadeOut {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut;
}

@-webkit-keyframes fadeOutDown {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }
}

@keyframes fadeOutDown {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }
}

.fadeOutDown {
    -webkit-animation-name: fadeOutDown;
    animation-name: fadeOutDown;
}

@-webkit-keyframes fadeOutDownBig {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0);
    }
}

@keyframes fadeOutDownBig {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0);
    }
}

.fadeOutDownBig {
    -webkit-animation-name: fadeOutDownBig;
    animation-name: fadeOutDownBig;
}

@-webkit-keyframes fadeOutLeft {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
}

@keyframes fadeOutLeft {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
}

.fadeOutLeft {
    -webkit-animation-name: fadeOutLeft;
    animation-name: fadeOutLeft;
}

@-webkit-keyframes fadeOutLeftBig {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0);
    }
}

@keyframes fadeOutLeftBig {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0);
    }
}

.fadeOutLeftBig {
    -webkit-animation-name: fadeOutLeftBig;
    animation-name: fadeOutLeftBig;
}

@-webkit-keyframes fadeOutRight {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }
}

@keyframes fadeOutRight {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }
}

.fadeOutRight {
    -webkit-animation-name: fadeOutRight;
    animation-name: fadeOutRight;
}

@-webkit-keyframes fadeOutRightBig {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0);
    }
}

@keyframes fadeOutRightBig {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0);
    }
}

.fadeOutRightBig {
    -webkit-animation-name: fadeOutRightBig;
    animation-name: fadeOutRightBig;
}

@-webkit-keyframes fadeOutUp {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
}

@keyframes fadeOutUp {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
}

.fadeOutUp {
    -webkit-animation-name: fadeOutUp;
    animation-name: fadeOutUp;
}

@-webkit-keyframes fadeOutUpBig {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0);
    }
}

@keyframes fadeOutUpBig {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0);
    }
}

.fadeOutUpBig {
    -webkit-animation-name: fadeOutUpBig;
    animation-name: fadeOutUpBig;
}

@-webkit-keyframes flip {
    0% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }

    40% {
        -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
        transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }

    50% {
        -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
        transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }

    80% {
        -webkit-transform: perspective(400px) scale3d(.95, .95, .95);
        transform: perspective(400px) scale3d(.95, .95, .95);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }

    100% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
}

@keyframes flip {
    0% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }

    40% {
        -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
        transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }

    50% {
        -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
        transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }

    80% {
        -webkit-transform: perspective(400px) scale3d(.95, .95, .95);
        transform: perspective(400px) scale3d(.95, .95, .95);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }

    100% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
}

.animated.flip {
    -webkit-backface-visibility: visible;
    backface-visibility: visible;
    -webkit-animation-name: flip;
    animation-name: flip;
}

@-webkit-keyframes flipInX {
    0% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        -webkit-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);
    }

    100% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }
}

@keyframes flipInX {
    0% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        -webkit-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);
    }

    100% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }
}

.flipInX {
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-name: flipInX;
    animation-name: flipInX;
}

@-webkit-keyframes flipInY {
    0% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        -webkit-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);
    }

    100% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }
}

@keyframes flipInY {
    0% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        -webkit-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);
    }

    100% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }
}

.flipInY {
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-name: flipInY;
    animation-name: flipInY;
}

@-webkit-keyframes flipOutX {
    0% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }

    30% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        opacity: 1;
    }

    100% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        opacity: 0;
    }
}

@keyframes flipOutX {
    0% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }

    30% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        opacity: 1;
    }

    100% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        opacity: 0;
    }
}

.flipOutX {
    -webkit-animation-name: flipOutX;
    animation-name: flipOutX;
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
}

@-webkit-keyframes flipOutY {
    0% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }

    30% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
        opacity: 1;
    }

    100% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        opacity: 0;
    }
}

@keyframes flipOutY {
    0% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }

    30% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
        opacity: 1;
    }

    100% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        opacity: 0;
    }
}

.flipOutY {
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-name: flipOutY;
    animation-name: flipOutY;
}

@-webkit-keyframes lightSpeedIn {
    0% {
        -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
        transform: translate3d(100%, 0, 0) skewX(-30deg);
        opacity: 0;
    }

    60% {
        -webkit-transform: skewX(20deg);
        transform: skewX(20deg);
        opacity: 1;
    }

    80% {
        -webkit-transform: skewX(-5deg);
        transform: skewX(-5deg);
        opacity: 1;
    }

    100% {
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

@keyframes lightSpeedIn {
    0% {
        -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
        transform: translate3d(100%, 0, 0) skewX(-30deg);
        opacity: 0;
    }

    60% {
        -webkit-transform: skewX(20deg);
        transform: skewX(20deg);
        opacity: 1;
    }

    80% {
        -webkit-transform: skewX(-5deg);
        transform: skewX(-5deg);
        opacity: 1;
    }

    100% {
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

.lightSpeedIn {
    -webkit-animation-name: lightSpeedIn;
    animation-name: lightSpeedIn;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
}

@-webkit-keyframes lightSpeedOut {
    0% {
        opacity: 1;
    }

    100% {
        -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
        transform: translate3d(100%, 0, 0) skewX(30deg);
        opacity: 0;
    }
}

@keyframes lightSpeedOut {
    0% {
        opacity: 1;
    }

    100% {
        -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
        transform: translate3d(100%, 0, 0) skewX(30deg);
        opacity: 0;
    }
}

.lightSpeedOut {
    -webkit-animation-name: lightSpeedOut;
    animation-name: lightSpeedOut;
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
}

@-webkit-keyframes rotateIn {
    0% {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate3d(0, 0, 1, -200deg);
        transform: rotate3d(0, 0, 1, -200deg);
        opacity: 0;
    }

    100% {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

@keyframes rotateIn {
    0% {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate3d(0, 0, 1, -200deg);
        transform: rotate3d(0, 0, 1, -200deg);
        opacity: 0;
    }

    100% {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

.rotateIn {
    -webkit-animation-name: rotateIn;
    animation-name: rotateIn;
}

@-webkit-keyframes rotateInDownLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0;
    }

    100% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

@keyframes rotateInDownLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0;
    }

    100% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

.rotateInDownLeft {
    -webkit-animation-name: rotateInDownLeft;
    animation-name: rotateInDownLeft;
}

@-webkit-keyframes rotateInDownRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0;
    }

    100% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

@keyframes rotateInDownRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0;
    }

    100% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

.rotateInDownRight {
    -webkit-animation-name: rotateInDownRight;
    animation-name: rotateInDownRight;
}

@-webkit-keyframes rotateInUpLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0;
    }

    100% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

@keyframes rotateInUpLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0;
    }

    100% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

.rotateInUpLeft {
    -webkit-animation-name: rotateInUpLeft;
    animation-name: rotateInUpLeft;
}

@-webkit-keyframes rotateInUpRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, -90deg);
        transform: rotate3d(0, 0, 1, -90deg);
        opacity: 0;
    }

    100% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

@keyframes rotateInUpRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, -90deg);
        transform: rotate3d(0, 0, 1, -90deg);
        opacity: 0;
    }

    100% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

.rotateInUpRight {
    -webkit-animation-name: rotateInUpRight;
    animation-name: rotateInUpRight;
}

@-webkit-keyframes rotateOut {
    0% {
        -webkit-transform-origin: center;
        transform-origin: center;
        opacity: 1;
    }

    100% {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate3d(0, 0, 1, 200deg);
        transform: rotate3d(0, 0, 1, 200deg);
        opacity: 0;
    }
}

@keyframes rotateOut {
    0% {
        -webkit-transform-origin: center;
        transform-origin: center;
        opacity: 1;
    }

    100% {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate3d(0, 0, 1, 200deg);
        transform: rotate3d(0, 0, 1, 200deg);
        opacity: 0;
    }
}

.rotateOut {
    -webkit-animation-name: rotateOut;
    animation-name: rotateOut;
}

@-webkit-keyframes rotateOutDownLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1;
    }

    100% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0;
    }
}

@keyframes rotateOutDownLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1;
    }

    100% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0;
    }
}

.rotateOutDownLeft {
    -webkit-animation-name: rotateOutDownLeft;
    animation-name: rotateOutDownLeft;
}

@-webkit-keyframes rotateOutDownRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1;
    }

    100% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0;
    }
}

@keyframes rotateOutDownRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1;
    }

    100% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0;
    }
}

.rotateOutDownRight {
    -webkit-animation-name: rotateOutDownRight;
    animation-name: rotateOutDownRight;
}

@-webkit-keyframes rotateOutUpLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1;
    }

    100% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0;
    }
}

@keyframes rotateOutUpLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1;
    }

    100% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0;
    }
}

.rotateOutUpLeft {
    -webkit-animation-name: rotateOutUpLeft;
    animation-name: rotateOutUpLeft;
}

@-webkit-keyframes rotateOutUpRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1;
    }

    100% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, 90deg);
        transform: rotate3d(0, 0, 1, 90deg);
        opacity: 0;
    }
}

@keyframes rotateOutUpRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1;
    }

    100% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, 90deg);
        transform: rotate3d(0, 0, 1, 90deg);
        opacity: 0;
    }
}

.rotateOutUpRight {
    -webkit-animation-name: rotateOutUpRight;
    animation-name: rotateOutUpRight;
}

@-webkit-keyframes hinge {
    0% {
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
    }

    20%, 60% {
        -webkit-transform: rotate3d(0, 0, 1, 80deg);
        transform: rotate3d(0, 0, 1, 80deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
    }

    40%, 80% {
        -webkit-transform: rotate3d(0, 0, 1, 60deg);
        transform: rotate3d(0, 0, 1, 60deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
        opacity: 1;
    }

    100% {
        -webkit-transform: translate3d(0, 700px, 0);
        transform: translate3d(0, 700px, 0);
        opacity: 0;
    }
}

@keyframes hinge {
    0% {
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
    }

    20%, 60% {
        -webkit-transform: rotate3d(0, 0, 1, 80deg);
        transform: rotate3d(0, 0, 1, 80deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
    }

    40%, 80% {
        -webkit-transform: rotate3d(0, 0, 1, 60deg);
        transform: rotate3d(0, 0, 1, 60deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
        opacity: 1;
    }

    100% {
        -webkit-transform: translate3d(0, 700px, 0);
        transform: translate3d(0, 700px, 0);
        opacity: 0;
    }
}

.hinge {
    -webkit-animation-name: hinge;
    animation-name: hinge;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes rollIn {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
        transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes rollIn {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
        transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.rollIn {
    -webkit-animation-name: rollIn;
    animation-name: rollIn;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes rollOut {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
        transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    }
}

@keyframes rollOut {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
        transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    }
}

.rollOut {
    -webkit-animation-name: rollOut;
    animation-name: rollOut;
}

@-webkit-keyframes zoomIn {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3);
    }

    50% {
        opacity: 1;
    }
}

@keyframes zoomIn {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3);
    }

    50% {
        opacity: 1;
    }
}

.zoomIn {
    -webkit-animation-name: zoomIn;
    animation-name: zoomIn;
}

@-webkit-keyframes zoomInDown {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
        animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    }
}

@keyframes zoomInDown {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
        animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    }
}

.zoomInDown {
    -webkit-animation-name: zoomInDown;
    animation-name: zoomInDown;
}

@-webkit-keyframes zoomInLeft {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
        transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
        animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    }
}

@keyframes zoomInLeft {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
        transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
        animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    }
}

.zoomInLeft {
    -webkit-animation-name: zoomInLeft;
    animation-name: zoomInLeft;
}

@-webkit-keyframes zoomInRight {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
        transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
        animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    }
}

@keyframes zoomInRight {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
        transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
        animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    }
}

.zoomInRight {
    -webkit-animation-name: zoomInRight;
    animation-name: zoomInRight;
}

@-webkit-keyframes zoomInUp {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
        animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    }
}

@keyframes zoomInUp {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
        animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    }
}

.zoomInUp {
    -webkit-animation-name: zoomInUp;
    animation-name: zoomInUp;
}

@-webkit-keyframes zoomOut {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3);
    }

    100% {
        opacity: 0;
    }
}

@keyframes zoomOut {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3);
    }

    100% {
        opacity: 0;
    }
}

.zoomOut {
    -webkit-animation-name: zoomOut;
    animation-name: zoomOut;
}

@-webkit-keyframes zoomOutDown {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
        animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    }

    100% {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    }
}

@keyframes zoomOutDown {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
        animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    }

    100% {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    }
}

.zoomOutDown {
    -webkit-animation-name: zoomOutDown;
    animation-name: zoomOutDown;
}

@-webkit-keyframes zoomOutLeft {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(.1) translate3d(-2000px, 0, 0);
        transform: scale(.1) translate3d(-2000px, 0, 0);
        -webkit-transform-origin: left center;
        transform-origin: left center;
    }
}

@keyframes zoomOutLeft {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(.1) translate3d(-2000px, 0, 0);
        transform: scale(.1) translate3d(-2000px, 0, 0);
        -webkit-transform-origin: left center;
        transform-origin: left center;
    }
}

.zoomOutLeft {
    -webkit-animation-name: zoomOutLeft;
    animation-name: zoomOutLeft;
}

@-webkit-keyframes zoomOutRight {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(.1) translate3d(2000px, 0, 0);
        transform: scale(.1) translate3d(2000px, 0, 0);
        -webkit-transform-origin: right center;
        transform-origin: right center;
    }
}

@keyframes zoomOutRight {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(.1) translate3d(2000px, 0, 0);
        transform: scale(.1) translate3d(2000px, 0, 0);
        -webkit-transform-origin: right center;
        transform-origin: right center;
    }
}

.zoomOutRight {
    -webkit-animation-name: zoomOutRight;
    animation-name: zoomOutRight;
}

@-webkit-keyframes zoomOutUp {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
        animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    }

    100% {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    }
}

@keyframes zoomOutUp {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
        animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    }

    100% {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    }
}

.zoomOutUp {
    -webkit-animation-name: zoomOutUp;
    animation-name: zoomOutUp;
}

@-webkit-keyframes slideInDown {
    0% {
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
        visibility: visible;
    }

    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes slideInDown {
    0% {
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
        visibility: visible;
    }

    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.slideInDown {
    -webkit-animation-name: slideInDown;
    animation-name: slideInDown;
}

@-webkit-keyframes slideInLeft {
    0% {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
        visibility: visible;
    }

    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes slideInLeft {
    0% {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
        visibility: visible;
    }

    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.slideInLeft {
    -webkit-animation-name: slideInLeft;
    animation-name: slideInLeft;
}

@-webkit-keyframes slideInRight {
    0% {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        visibility: visible;
    }

    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes slideInRight {
    0% {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        visibility: visible;
    }

    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.slideInRight {
    -webkit-animation-name: slideInRight;
    animation-name: slideInRight;
}

@-webkit-keyframes slideInUp {
    0% {
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
        visibility: visible;
    }

    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes slideInUp {
    0% {
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
        visibility: visible;
    }

    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.slideInUp {
    -webkit-animation-name: slideInUp;
    animation-name: slideInUp;
}

@-webkit-keyframes slideOutDown {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    100% {
        visibility: hidden;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }
}

@keyframes slideOutDown {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    100% {
        visibility: hidden;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }
}

.slideOutDown {
    -webkit-animation-name: slideOutDown;
    animation-name: slideOutDown;
}

@-webkit-keyframes slideOutLeft {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    100% {
        visibility: hidden;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
}

@keyframes slideOutLeft {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    100% {
        visibility: hidden;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
}

.slideOutLeft {
    -webkit-animation-name: slideOutLeft;
    animation-name: slideOutLeft;
}

@-webkit-keyframes slideOutRight {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    100% {
        visibility: hidden;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }
}

@keyframes slideOutRight {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    100% {
        visibility: hidden;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }
}

.slideOutRight {
    -webkit-animation-name: slideOutRight;
    animation-name: slideOutRight;
}

@-webkit-keyframes slideOutUp {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    100% {
        visibility: hidden;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
}

@keyframes slideOutUp {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    100% {
        visibility: hidden;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
}

.slideOutUp {
    -webkit-animation-name: slideOutUp;
    animation-name: slideOutUp;
}

/*!
 *  Font Awesome 4.5.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */

@font-face {
    font-family: 'FontAwesome';
    src: url('../fonts/fontawesome-webfont.eot?v=4.5.0');
    src: url('../fonts/fontawesome-webfont.eot?#iefix&v=4.5.0') format('embedded-opentype'),url('../fonts/fontawesome-webfont.woff2?v=4.5.0') format('woff2'),url('../fonts/fontawesome-webfont.woff?v=4.5.0') format('woff'),url('../fonts/fontawesome-webfont.ttf?v=4.5.0') format('truetype'),url('../fonts/fontawesome-webfont.svg?v=4.5.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
}

.fa-lg {
    font-size: 1.33333333em;
    line-height: .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.28571429em;
    text-align: center
}

.fa-ul {
    padding-left: 0;
    margin-left: 2.14285714em;
    list-style-type: none
}

    .fa-ul > li {
        position: relative
    }

.fa-li {
    position: absolute;
    left: -2.14285714em;
    width: 2.14285714em;
    top: .14285714em;
    text-align: center
}

    .fa-li.fa-lg {
        left: -1.85714286em
    }

.fa-border {
    padding: .2em .25em .15em;
    border: solid .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
}

.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, mirror=1);
    -webkit-transform: scale(-1, 1);
    -ms-transform: scale(-1, 1);
    transform: scale(-1, 1)
}

.fa-flip-vertical {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
    -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
}

.fa-glass:before {
    content: "\f000"
}

.fa-music:before {
    content: "\f001"
}

.fa-search:before {
    content: "\f002"
}

.fa-envelope-o:before {
    content: "\f003"
}

.fa-heart:before {
    content: "\f004"
}

.fa-star:before {
    content: "\f005"
}

.fa-star-o:before {
    content: "\f006"
}

.fa-user:before {
    content: "\f007"
}

.fa-film:before {
    content: "\f008"
}

.fa-th-large:before {
    content: "\f009"
}

.fa-th:before {
    content: "\f00a"
}

.fa-th-list:before {
    content: "\f00b"
}

.fa-check:before {
    content: "\f00c"
}

.fa-remove:before, .fa-close:before, .fa-times:before {
    content: "\f00d"
}

.fa-search-plus:before {
    content: "\f00e"
}

.fa-search-minus:before {
    content: "\f010"
}

.fa-power-off:before {
    content: "\f011"
}

.fa-signal:before {
    content: "\f012"
}

.fa-gear:before, .fa-cog:before {
    content: "\f013"
}

.fa-trash-o:before {
    content: "\f014"
}

.fa-home:before {
    content: "\f015"
}

.fa-file-o:before {
    content: "\f016"
}

.fa-clock-o:before {
    content: "\f017"
}

.fa-road:before {
    content: "\f018"
}

.fa-download:before {
    content: "\f019"
}

.fa-arrow-circle-o-down:before {
    content: "\f01a"
}

.fa-arrow-circle-o-up:before {
    content: "\f01b"
}

.fa-inbox:before {
    content: "\f01c"
}

.fa-play-circle-o:before {
    content: "\f01d"
}

.fa-rotate-right:before, .fa-repeat:before {
    content: "\f01e"
}

.fa-refresh:before {
    content: "\f021"
}

.fa-list-alt:before {
    content: "\f022"
}

.fa-lock:before {
    content: "\f023"
}

.fa-flag:before {
    content: "\f024"
}

.fa-headphones:before {
    content: "\f025"
}

.fa-volume-off:before {
    content: "\f026"
}

.fa-volume-down:before {
    content: "\f027"
}

.fa-volume-up:before {
    content: "\f028"
}

.fa-qrcode:before {
    content: "\f029"
}

.fa-barcode:before {
    content: "\f02a"
}

.fa-tag:before {
    content: "\f02b"
}

.fa-tags:before {
    content: "\f02c"
}

.fa-book:before {
    content: "\f02d"
}

.fa-bookmark:before {
    content: "\f02e"
}

.fa-print:before {
    content: "\f02f"
}

.fa-camera:before {
    content: "\f030"
}

.fa-font:before {
    content: "\f031"
}

.fa-bold:before {
    content: "\f032"
}

.fa-italic:before {
    content: "\f033"
}

.fa-text-height:before {
    content: "\f034"
}

.fa-text-width:before {
    content: "\f035"
}

.fa-align-left:before {
    content: "\f036"
}

.fa-align-center:before {
    content: "\f037"
}

.fa-align-right:before {
    content: "\f038"
}

.fa-align-justify:before {
    content: "\f039"
}

.fa-list:before {
    content: "\f03a"
}

.fa-dedent:before, .fa-outdent:before {
    content: "\f03b"
}

.fa-indent:before {
    content: "\f03c"
}

.fa-video-camera:before {
    content: "\f03d"
}

.fa-photo:before, .fa-image:before, .fa-picture-o:before {
    content: "\f03e"
}

.fa-pencil:before {
    content: "\f040"
}

.fa-map-marker:before {
    content: "\f041"
}

.fa-adjust:before {
    content: "\f042"
}

.fa-tint:before {
    content: "\f043"
}

.fa-edit:before, .fa-pencil-square-o:before {
    content: "\f044"
}

.fa-share-square-o:before {
    content: "\f045"
}

.fa-check-square-o:before {
    content: "\f046"
}

.fa-arrows:before {
    content: "\f047"
}

.fa-step-backward:before {
    content: "\f048"
}

.fa-fast-backward:before {
    content: "\f049"
}

.fa-backward:before {
    content: "\f04a"
}

.fa-play:before {
    content: "\f04b"
}

.fa-pause:before {
    content: "\f04c"
}

.fa-stop:before {
    content: "\f04d"
}

.fa-forward:before {
    content: "\f04e"
}

.fa-fast-forward:before {
    content: "\f050"
}

.fa-step-forward:before {
    content: "\f051"
}

.fa-eject:before {
    content: "\f052"
}

.fa-chevron-left:before {
    content: "\f053"
}

.fa-chevron-right:before {
    content: "\f054"
}

.fa-plus-circle:before {
    content: "\f055"
}

.fa-minus-circle:before {
    content: "\f056"
}

.fa-times-circle:before {
    content: "\f057"
}

.fa-check-circle:before {
    content: "\f058"
}

.fa-question-circle:before {
    content: "\f059"
}

.fa-info-circle:before {
    content: "\f05a"
}

.fa-crosshairs:before {
    content: "\f05b"
}

.fa-times-circle-o:before {
    content: "\f05c"
}

.fa-check-circle-o:before {
    content: "\f05d"
}

.fa-ban:before {
    content: "\f05e"
}

.fa-arrow-left:before {
    content: "\f060"
}

.fa-arrow-right:before {
    content: "\f061"
}

.fa-arrow-up:before {
    content: "\f062"
}

.fa-arrow-down:before {
    content: "\f063"
}

.fa-mail-forward:before, .fa-share:before {
    content: "\f064"
}

.fa-expand:before {
    content: "\f065"
}

.fa-compress:before {
    content: "\f066"
}

.fa-plus:before {
    content: "\f067"
}

.fa-minus:before {
    content: "\f068"
}

.fa-asterisk:before {
    content: "\f069"
}

.fa-exclamation-circle:before {
    content: "\f06a"
}

.fa-gift:before {
    content: "\f06b"
}

.fa-leaf:before {
    content: "\f06c"
}

.fa-fire:before {
    content: "\f06d"
}

.fa-eye:before {
    content: "\f06e"
}

.fa-eye-slash:before {
    content: "\f070"
}

.fa-warning:before, .fa-exclamation-triangle:before {
    content: "\f071"
}

.fa-plane:before {
    content: "\f072"
}

.fa-calendar:before {
    content: "\f073"
}

.fa-random:before {
    content: "\f074"
}

.fa-comment:before {
    content: "\f075"
}

.fa-magnet:before {
    content: "\f076"
}

.fa-chevron-up:before {
    content: "\f077"
}

.fa-chevron-down:before {
    content: "\f078"
}

.fa-retweet:before {
    content: "\f079"
}

.fa-shopping-cart:before {
    content: "\f07a"
}

.fa-folder:before {
    content: "\f07b"
}

.fa-folder-open:before {
    content: "\f07c"
}

.fa-arrows-v:before {
    content: "\f07d"
}

.fa-arrows-h:before {
    content: "\f07e"
}

.fa-bar-chart-o:before, .fa-bar-chart:before {
    content: "\f080"
}

.fa-twitter-square:before {
    content: "\f081"
}

.fa-facebook-square:before {
    content: "\f082"
}

.fa-camera-retro:before {
    content: "\f083"
}

.fa-key:before {
    content: "\f084"
}

.fa-gears:before, .fa-cogs:before {
    content: "\f085"
}

.fa-comments:before {
    content: "\f086"
}

.fa-thumbs-o-up:before {
    content: "\f087"
}

.fa-thumbs-o-down:before {
    content: "\f088"
}

.fa-star-half:before {
    content: "\f089"
}

.fa-heart-o:before {
    content: "\f08a"
}

.fa-sign-out:before {
    content: "\f08b"
}

.fa-linkedin-square:before {
    content: "\f08c"
}

.fa-thumb-tack:before {
    content: "\f08d"
}

.fa-external-link:before {
    content: "\f08e"
}

.fa-sign-in:before {
    content: "\f090"
}

.fa-trophy:before {
    content: "\f091"
}

.fa-github-square:before {
    content: "\f092"
}

.fa-upload:before {
    content: "\f093"
}

.fa-lemon-o:before {
    content: "\f094"
}

.fa-phone:before {
    content: "\f095"
}

.fa-square-o:before {
    content: "\f096"
}

.fa-bookmark-o:before {
    content: "\f097"
}

.fa-phone-square:before {
    content: "\f098"
}

.fa-twitter:before {
    content: "\f099"
}

.fa-facebook-f:before, .fa-facebook:before {
    content: "\f09a"
}

.fa-github:before {
    content: "\f09b"
}

.fa-unlock:before {
    content: "\f09c"
}

.fa-credit-card:before {
    content: "\f09d"
}

.fa-feed:before, .fa-rss:before {
    content: "\f09e"
}

.fa-hdd-o:before {
    content: "\f0a0"
}

.fa-bullhorn:before {
    content: "\f0a1"
}

.fa-bell:before {
    content: "\f0f3"
}

.fa-certificate:before {
    content: "\f0a3"
}

.fa-hand-o-right:before {
    content: "\f0a4"
}

.fa-hand-o-left:before {
    content: "\f0a5"
}

.fa-hand-o-up:before {
    content: "\f0a6"
}

.fa-hand-o-down:before {
    content: "\f0a7"
}

.fa-arrow-circle-left:before {
    content: "\f0a8"
}

.fa-arrow-circle-right:before {
    content: "\f0a9"
}

.fa-arrow-circle-up:before {
    content: "\f0aa"
}

.fa-arrow-circle-down:before {
    content: "\f0ab"
}

.fa-globe:before {
    content: "\f0ac"
}

.fa-wrench:before {
    content: "\f0ad"
}

.fa-tasks:before {
    content: "\f0ae"
}

.fa-filter:before {
    content: "\f0b0"
}

.fa-briefcase:before {
    content: "\f0b1"
}

.fa-arrows-alt:before {
    content: "\f0b2"
}

.fa-group:before, .fa-users:before {
    content: "\f0c0"
}

.fa-chain:before, .fa-link:before {
    content: "\f0c1"
}

.fa-cloud:before {
    content: "\f0c2"
}

.fa-flask:before {
    content: "\f0c3"
}

.fa-cut:before, .fa-scissors:before {
    content: "\f0c4"
}

.fa-copy:before, .fa-files-o:before {
    content: "\f0c5"
}

.fa-paperclip:before {
    content: "\f0c6"
}

.fa-save:before, .fa-floppy-o:before {
    content: "\f0c7"
}

.fa-square:before {
    content: "\f0c8"
}

.fa-navicon:before, .fa-reorder:before, .fa-bars:before {
    content: "\f0c9"
}

.fa-list-ul:before {
    content: "\f0ca"
}

.fa-list-ol:before {
    content: "\f0cb"
}

.fa-strikethrough:before {
    content: "\f0cc"
}

.fa-underline:before {
    content: "\f0cd"
}

.fa-table:before {
    content: "\f0ce"
}

.fa-magic:before {
    content: "\f0d0"
}

.fa-truck:before {
    content: "\f0d1"
}

.fa-pinterest:before {
    content: "\f0d2"
}

.fa-pinterest-square:before {
    content: "\f0d3"
}

.fa-google-plus-square:before {
    content: "\f0d4"
}

.fa-google-plus:before {
    content: "\f0d5"
}

.fa-money:before {
    content: "\f0d6"
}

.fa-caret-down:before {
    content: "\f0d7"
}

.fa-caret-up:before {
    content: "\f0d8"
}

.fa-caret-left:before {
    content: "\f0d9"
}

.fa-caret-right:before {
    content: "\f0da"
}

.fa-columns:before {
    content: "\f0db"
}

.fa-unsorted:before, .fa-sort:before {
    content: "\f0dc"
}

.fa-sort-down:before, .fa-sort-desc:before {
    content: "\f0dd"
}

.fa-sort-up:before, .fa-sort-asc:before {
    content: "\f0de"
}

.fa-envelope:before {
    content: "\f0e0"
}

.fa-linkedin:before {
    content: "\f0e1"
}

.fa-rotate-left:before, .fa-undo:before {
    content: "\f0e2"
}

.fa-legal:before, .fa-gavel:before {
    content: "\f0e3"
}

.fa-dashboard:before, .fa-tachometer:before {
    content: "\f0e4"
}

.fa-comment-o:before {
    content: "\f0e5"
}

.fa-comments-o:before {
    content: "\f0e6"
}

.fa-flash:before, .fa-bolt:before {
    content: "\f0e7"
}

.fa-sitemap:before {
    content: "\f0e8"
}

.fa-umbrella:before {
    content: "\f0e9"
}

.fa-paste:before, .fa-clipboard:before {
    content: "\f0ea"
}

.fa-lightbulb-o:before {
    content: "\f0eb"
}

.fa-exchange:before {
    content: "\f0ec"
}

.fa-cloud-download:before {
    content: "\f0ed"
}

.fa-cloud-upload:before {
    content: "\f0ee"
}

.fa-user-md:before {
    content: "\f0f0"
}

.fa-stethoscope:before {
    content: "\f0f1"
}

.fa-suitcase:before {
    content: "\f0f2"
}

.fa-bell-o:before {
    content: "\f0a2"
}

.fa-coffee:before {
    content: "\f0f4"
}

.fa-cutlery:before {
    content: "\f0f5"
}

.fa-file-text-o:before {
    content: "\f0f6"
}

.fa-building-o:before {
    content: "\f0f7"
}

.fa-hospital-o:before {
    content: "\f0f8"
}

.fa-ambulance:before {
    content: "\f0f9"
}

.fa-medkit:before {
    content: "\f0fa"
}

.fa-fighter-jet:before {
    content: "\f0fb"
}

.fa-beer:before {
    content: "\f0fc"
}

.fa-h-square:before {
    content: "\f0fd"
}

.fa-plus-square:before {
    content: "\f0fe"
}

.fa-angle-double-left:before {
    content: "\f100"
}

.fa-angle-double-right:before {
    content: "\f101"
}

.fa-angle-double-up:before {
    content: "\f102"
}

.fa-angle-double-down:before {
    content: "\f103"
}

.fa-angle-left:before {
    content: "\f104"
}

.fa-angle-right:before {
    content: "\f105"
}

.fa-angle-up:before {
    content: "\f106"
}

.fa-angle-down:before {
    content: "\f107"
}

.fa-desktop:before {
    content: "\f108"
}

.fa-laptop:before {
    content: "\f109"
}

.fa-tablet:before {
    content: "\f10a"
}

.fa-mobile-phone:before, .fa-mobile:before {
    content: "\f10b"
}

.fa-circle-o:before {
    content: "\f10c"
}

.fa-quote-left:before {
    content: "\f10d"
}

.fa-quote-right:before {
    content: "\f10e"
}

.fa-spinner:before {
    content: "\f110"
}

.fa-circle:before {
    content: "\f111"
}

.fa-mail-reply:before, .fa-reply:before {
    content: "\f112"
}

.fa-github-alt:before {
    content: "\f113"
}

.fa-folder-o:before {
    content: "\f114"
}

.fa-folder-open-o:before {
    content: "\f115"
}

.fa-smile-o:before {
    content: "\f118"
}

.fa-frown-o:before {
    content: "\f119"
}

.fa-meh-o:before {
    content: "\f11a"
}

.fa-gamepad:before {
    content: "\f11b"
}

.fa-keyboard-o:before {
    content: "\f11c"
}

.fa-flag-o:before {
    content: "\f11d"
}

.fa-flag-checkered:before {
    content: "\f11e"
}

.fa-terminal:before {
    content: "\f120"
}

.fa-code:before {
    content: "\f121"
}

.fa-mail-reply-all:before, .fa-reply-all:before {
    content: "\f122"
}

.fa-star-half-empty:before, .fa-star-half-full:before, .fa-star-half-o:before {
    content: "\f123"
}

.fa-location-arrow:before {
    content: "\f124"
}

.fa-crop:before {
    content: "\f125"
}

.fa-code-fork:before {
    content: "\f126"
}

.fa-unlink:before, .fa-chain-broken:before {
    content: "\f127"
}

.fa-question:before {
    content: "\f128"
}

.fa-info:before {
    content: "\f129"
}

.fa-exclamation:before {
    content: "\f12a"
}

.fa-superscript:before {
    content: "\f12b"
}

.fa-subscript:before {
    content: "\f12c"
}

.fa-eraser:before {
    content: "\f12d"
}

.fa-puzzle-piece:before {
    content: "\f12e"
}

.fa-microphone:before {
    content: "\f130"
}

.fa-microphone-slash:before {
    content: "\f131"
}

.fa-shield:before {
    content: "\f132"
}

.fa-calendar-o:before {
    content: "\f133"
}

.fa-fire-extinguisher:before {
    content: "\f134"
}

.fa-rocket:before {
    content: "\f135"
}

.fa-maxcdn:before {
    content: "\f136"
}

.fa-chevron-circle-left:before {
    content: "\f137"
}

.fa-chevron-circle-right:before {
    content: "\f138"
}

.fa-chevron-circle-up:before {
    content: "\f139"
}

.fa-chevron-circle-down:before {
    content: "\f13a"
}

.fa-html5:before {
    content: "\f13b"
}

.fa-css3:before {
    content: "\f13c"
}

.fa-anchor:before {
    content: "\f13d"
}

.fa-unlock-alt:before {
    content: "\f13e"
}

.fa-bullseye:before {
    content: "\f140"
}

.fa-ellipsis-h:before {
    content: "\f141"
}

.fa-ellipsis-v:before {
    content: "\f142"
}

.fa-rss-square:before {
    content: "\f143"
}

.fa-play-circle:before {
    content: "\f144"
}

.fa-ticket:before {
    content: "\f145"
}

.fa-minus-square:before {
    content: "\f146"
}

.fa-minus-square-o:before {
    content: "\f147"
}

.fa-level-up:before {
    content: "\f148"
}

.fa-level-down:before {
    content: "\f149"
}

.fa-check-square:before {
    content: "\f14a"
}

.fa-pencil-square:before {
    content: "\f14b"
}

.fa-external-link-square:before {
    content: "\f14c"
}

.fa-share-square:before {
    content: "\f14d"
}

.fa-compass:before {
    content: "\f14e"
}

.fa-toggle-down:before, .fa-caret-square-o-down:before {
    content: "\f150"
}

.fa-toggle-up:before, .fa-caret-square-o-up:before {
    content: "\f151"
}

.fa-toggle-right:before, .fa-caret-square-o-right:before {
    content: "\f152"
}

.fa-euro:before, .fa-eur:before {
    content: "\f153"
}

.fa-gbp:before {
    content: "\f154"
}

.fa-dollar:before, .fa-usd:before {
    content: "\f155"
}

.fa-rupee:before, .fa-inr:before {
    content: "\f156"
}

.fa-cny:before, .fa-rmb:before, .fa-yen:before, .fa-jpy:before {
    content: "\f157"
}

.fa-ruble:before, .fa-rouble:before, .fa-rub:before {
    content: "\f158"
}

.fa-won:before, .fa-krw:before {
    content: "\f159"
}

.fa-bitcoin:before, .fa-btc:before {
    content: "\f15a"
}

.fa-file:before {
    content: "\f15b"
}

.fa-file-text:before {
    content: "\f15c"
}

.fa-sort-alpha-asc:before {
    content: "\f15d"
}

.fa-sort-alpha-desc:before {
    content: "\f15e"
}

.fa-sort-amount-asc:before {
    content: "\f160"
}

.fa-sort-amount-desc:before {
    content: "\f161"
}

.fa-sort-numeric-asc:before {
    content: "\f162"
}

.fa-sort-numeric-desc:before {
    content: "\f163"
}

.fa-thumbs-up:before {
    content: "\f164"
}

.fa-thumbs-down:before {
    content: "\f165"
}

.fa-youtube-square:before {
    content: "\f166"
}

.fa-youtube:before {
    content: "\f167"
}

.fa-xing:before {
    content: "\f168"
}

.fa-xing-square:before {
    content: "\f169"
}

.fa-youtube-play:before {
    content: "\f16a"
}

.fa-dropbox:before {
    content: "\f16b"
}

.fa-stack-overflow:before {
    content: "\f16c"
}

.fa-instagram:before {
    content: "\f16d"
}

.fa-flickr:before {
    content: "\f16e"
}

.fa-adn:before {
    content: "\f170"
}

.fa-bitbucket:before {
    content: "\f171"
}

.fa-bitbucket-square:before {
    content: "\f172"
}

.fa-tumblr:before {
    content: "\f173"
}

.fa-tumblr-square:before {
    content: "\f174"
}

.fa-long-arrow-down:before {
    content: "\f175"
}

.fa-long-arrow-up:before {
    content: "\f176"
}

.fa-long-arrow-left:before {
    content: "\f177"
}

.fa-long-arrow-right:before {
    content: "\f178"
}

.fa-apple:before {
    content: "\f179"
}

.fa-windows:before {
    content: "\f17a"
}

.fa-android:before {
    content: "\f17b"
}

.fa-linux:before {
    content: "\f17c"
}

.fa-dribbble:before {
    content: "\f17d"
}

.fa-skype:before {
    content: "\f17e"
}

.fa-foursquare:before {
    content: "\f180"
}

.fa-trello:before {
    content: "\f181"
}

.fa-female:before {
    content: "\f182"
}

.fa-male:before {
    content: "\f183"
}

.fa-gittip:before, .fa-gratipay:before {
    content: "\f184"
}

.fa-sun-o:before {
    content: "\f185"
}

.fa-moon-o:before {
    content: "\f186"
}

.fa-archive:before {
    content: "\f187"
}

.fa-bug:before {
    content: "\f188"
}

.fa-vk:before {
    content: "\f189"
}

.fa-weibo:before {
    content: "\f18a"
}

.fa-renren:before {
    content: "\f18b"
}

.fa-pagelines:before {
    content: "\f18c"
}

.fa-stack-exchange:before {
    content: "\f18d"
}

.fa-arrow-circle-o-right:before {
    content: "\f18e"
}

.fa-arrow-circle-o-left:before {
    content: "\f190"
}

.fa-toggle-left:before, .fa-caret-square-o-left:before {
    content: "\f191"
}

.fa-dot-circle-o:before {
    content: "\f192"
}

.fa-wheelchair:before {
    content: "\f193"
}

.fa-vimeo-square:before {
    content: "\f194"
}

.fa-turkish-lira:before, .fa-try:before {
    content: "\f195"
}

.fa-plus-square-o:before {
    content: "\f196"
}

.fa-space-shuttle:before {
    content: "\f197"
}

.fa-slack:before {
    content: "\f198"
}

.fa-envelope-square:before {
    content: "\f199"
}

.fa-wordpress:before {
    content: "\f19a"
}

.fa-openid:before {
    content: "\f19b"
}

.fa-institution:before, .fa-bank:before, .fa-university:before {
    content: "\f19c"
}

.fa-mortar-board:before, .fa-graduation-cap:before {
    content: "\f19d"
}

.fa-yahoo:before {
    content: "\f19e"
}

.fa-google:before {
    content: "\f1a0"
}

.fa-reddit:before {
    content: "\f1a1"
}

.fa-reddit-square:before {
    content: "\f1a2"
}

.fa-stumbleupon-circle:before {
    content: "\f1a3"
}

.fa-stumbleupon:before {
    content: "\f1a4"
}

.fa-delicious:before {
    content: "\f1a5"
}

.fa-digg:before {
    content: "\f1a6"
}

.fa-pied-piper:before {
    content: "\f1a7"
}

.fa-pied-piper-alt:before {
    content: "\f1a8"
}

.fa-drupal:before {
    content: "\f1a9"
}

.fa-joomla:before {
    content: "\f1aa"
}

.fa-language:before {
    content: "\f1ab"
}

.fa-fax:before {
    content: "\f1ac"
}

.fa-building:before {
    content: "\f1ad"
}

.fa-child:before {
    content: "\f1ae"
}

.fa-paw:before {
    content: "\f1b0"
}

.fa-spoon:before {
    content: "\f1b1"
}

.fa-cube:before {
    content: "\f1b2"
}

.fa-cubes:before {
    content: "\f1b3"
}

.fa-behance:before {
    content: "\f1b4"
}

.fa-behance-square:before {
    content: "\f1b5"
}

.fa-steam:before {
    content: "\f1b6"
}

.fa-steam-square:before {
    content: "\f1b7"
}

.fa-recycle:before {
    content: "\f1b8"
}

.fa-automobile:before, .fa-car:before {
    content: "\f1b9"
}

.fa-cab:before, .fa-taxi:before {
    content: "\f1ba"
}

.fa-tree:before {
    content: "\f1bb"
}

.fa-spotify:before {
    content: "\f1bc"
}

.fa-deviantart:before {
    content: "\f1bd"
}

.fa-soundcloud:before {
    content: "\f1be"
}

.fa-database:before {
    content: "\f1c0"
}

.fa-file-pdf-o:before {
    content: "\f1c1"
}

.fa-file-word-o:before {
    content: "\f1c2"
}

.fa-file-excel-o:before {
    content: "\f1c3"
}

.fa-file-powerpoint-o:before {
    content: "\f1c4"
}

.fa-file-photo-o:before, .fa-file-picture-o:before, .fa-file-image-o:before {
    content: "\f1c5"
}

.fa-file-zip-o:before, .fa-file-archive-o:before {
    content: "\f1c6"
}

.fa-file-sound-o:before, .fa-file-audio-o:before {
    content: "\f1c7"
}

.fa-file-movie-o:before, .fa-file-video-o:before {
    content: "\f1c8"
}

.fa-file-code-o:before {
    content: "\f1c9"
}

.fa-vine:before {
    content: "\f1ca"
}

.fa-codepen:before {
    content: "\f1cb"
}

.fa-jsfiddle:before {
    content: "\f1cc"
}

.fa-life-bouy:before, .fa-life-buoy:before, .fa-life-saver:before, .fa-support:before, .fa-life-ring:before {
    content: "\f1cd"
}

.fa-circle-o-notch:before {
    content: "\f1ce"
}

.fa-ra:before, .fa-rebel:before {
    content: "\f1d0"
}

.fa-ge:before, .fa-empire:before {
    content: "\f1d1"
}

.fa-git-square:before {
    content: "\f1d2"
}

.fa-git:before {
    content: "\f1d3"
}

.fa-y-combinator-square:before, .fa-yc-square:before, .fa-hacker-news:before {
    content: "\f1d4"
}

.fa-tencent-weibo:before {
    content: "\f1d5"
}

.fa-qq:before {
    content: "\f1d6"
}

.fa-wechat:before, .fa-weixin:before {
    content: "\f1d7"
}

.fa-send:before, .fa-paper-plane:before {
    content: "\f1d8"
}

.fa-send-o:before, .fa-paper-plane-o:before {
    content: "\f1d9"
}

.fa-history:before {
    content: "\f1da"
}

.fa-circle-thin:before {
    content: "\f1db"
}

.fa-header:before {
    content: "\f1dc"
}

.fa-paragraph:before {
    content: "\f1dd"
}

.fa-sliders:before {
    content: "\f1de"
}

.fa-share-alt:before {
    content: "\f1e0"
}

.fa-share-alt-square:before {
    content: "\f1e1"
}

.fa-bomb:before {
    content: "\f1e2"
}

.fa-soccer-ball-o:before, .fa-futbol-o:before {
    content: "\f1e3"
}

.fa-tty:before {
    content: "\f1e4"
}

.fa-binoculars:before {
    content: "\f1e5"
}

.fa-plug:before {
    content: "\f1e6"
}

.fa-slideshare:before {
    content: "\f1e7"
}

.fa-twitch:before {
    content: "\f1e8"
}

.fa-yelp:before {
    content: "\f1e9"
}

.fa-newspaper-o:before {
    content: "\f1ea"
}

.fa-wifi:before {
    content: "\f1eb"
}

.fa-calculator:before {
    content: "\f1ec"
}

.fa-paypal:before {
    content: "\f1ed"
}

.fa-google-wallet:before {
    content: "\f1ee"
}

.fa-cc-visa:before {
    content: "\f1f0"
}

.fa-cc-mastercard:before {
    content: "\f1f1"
}

.fa-cc-discover:before {
    content: "\f1f2"
}

.fa-cc-amex:before {
    content: "\f1f3"
}

.fa-cc-paypal:before {
    content: "\f1f4"
}

.fa-cc-stripe:before {
    content: "\f1f5"
}

.fa-bell-slash:before {
    content: "\f1f6"
}

.fa-bell-slash-o:before {
    content: "\f1f7"
}

.fa-trash:before {
    content: "\f1f8"
}

.fa-copyright:before {
    content: "\f1f9"
}

.fa-at:before {
    content: "\f1fa"
}

.fa-eyedropper:before {
    content: "\f1fb"
}

.fa-paint-brush:before {
    content: "\f1fc"
}

.fa-birthday-cake:before {
    content: "\f1fd"
}

.fa-area-chart:before {
    content: "\f1fe"
}

.fa-pie-chart:before {
    content: "\f200"
}

.fa-line-chart:before {
    content: "\f201"
}

.fa-lastfm:before {
    content: "\f202"
}

.fa-lastfm-square:before {
    content: "\f203"
}

.fa-toggle-off:before {
    content: "\f204"
}

.fa-toggle-on:before {
    content: "\f205"
}

.fa-bicycle:before {
    content: "\f206"
}

.fa-bus:before {
    content: "\f207"
}

.fa-ioxhost:before {
    content: "\f208"
}

.fa-angellist:before {
    content: "\f209"
}

.fa-cc:before {
    content: "\f20a"
}

.fa-shekel:before, .fa-sheqel:before, .fa-ils:before {
    content: "\f20b"
}

.fa-meanpath:before {
    content: "\f20c"
}

.fa-buysellads:before {
    content: "\f20d"
}

.fa-connectdevelop:before {
    content: "\f20e"
}

.fa-dashcube:before {
    content: "\f210"
}

.fa-forumbee:before {
    content: "\f211"
}

.fa-leanpub:before {
    content: "\f212"
}

.fa-sellsy:before {
    content: "\f213"
}

.fa-shirtsinbulk:before {
    content: "\f214"
}

.fa-simplybuilt:before {
    content: "\f215"
}

.fa-skyatlas:before {
    content: "\f216"
}

.fa-cart-plus:before {
    content: "\f217"
}

.fa-cart-arrow-down:before {
    content: "\f218"
}

.fa-diamond:before {
    content: "\f219"
}

.fa-ship:before {
    content: "\f21a"
}

.fa-user-secret:before {
    content: "\f21b"
}

.fa-motorcycle:before {
    content: "\f21c"
}

.fa-street-view:before {
    content: "\f21d"
}

.fa-heartbeat:before {
    content: "\f21e"
}

.fa-venus:before {
    content: "\f221"
}

.fa-mars:before {
    content: "\f222"
}

.fa-mercury:before {
    content: "\f223"
}

.fa-intersex:before, .fa-transgender:before {
    content: "\f224"
}

.fa-transgender-alt:before {
    content: "\f225"
}

.fa-venus-double:before {
    content: "\f226"
}

.fa-mars-double:before {
    content: "\f227"
}

.fa-venus-mars:before {
    content: "\f228"
}

.fa-mars-stroke:before {
    content: "\f229"
}

.fa-mars-stroke-v:before {
    content: "\f22a"
}

.fa-mars-stroke-h:before {
    content: "\f22b"
}

.fa-neuter:before {
    content: "\f22c"
}

.fa-genderless:before {
    content: "\f22d"
}

.fa-facebook-official:before {
    content: "\f230"
}

.fa-pinterest-p:before {
    content: "\f231"
}

.fa-whatsapp:before {
    content: "\f232"
}

.fa-server:before {
    content: "\f233"
}

.fa-user-plus:before {
    content: "\f234"
}

.fa-user-times:before {
    content: "\f235"
}

.fa-hotel:before, .fa-bed:before {
    content: "\f236"
}

.fa-viacoin:before {
    content: "\f237"
}

.fa-train:before {
    content: "\f238"
}

.fa-subway:before {
    content: "\f239"
}

.fa-medium:before {
    content: "\f23a"
}

.fa-yc:before, .fa-y-combinator:before {
    content: "\f23b"
}

.fa-optin-monster:before {
    content: "\f23c"
}

.fa-opencart:before {
    content: "\f23d"
}

.fa-expeditedssl:before {
    content: "\f23e"
}

.fa-battery-4:before, .fa-battery-full:before {
    content: "\f240"
}

.fa-battery-3:before, .fa-battery-three-quarters:before {
    content: "\f241"
}

.fa-battery-2:before, .fa-battery-half:before {
    content: "\f242"
}

.fa-battery-1:before, .fa-battery-quarter:before {
    content: "\f243"
}

.fa-battery-0:before, .fa-battery-empty:before {
    content: "\f244"
}

.fa-mouse-pointer:before {
    content: "\f245"
}

.fa-i-cursor:before {
    content: "\f246"
}

.fa-object-group:before {
    content: "\f247"
}

.fa-object-ungroup:before {
    content: "\f248"
}

.fa-sticky-note:before {
    content: "\f249"
}

.fa-sticky-note-o:before {
    content: "\f24a"
}

.fa-cc-jcb:before {
    content: "\f24b"
}

.fa-cc-diners-club:before {
    content: "\f24c"
}

.fa-clone:before {
    content: "\f24d"
}

.fa-balance-scale:before {
    content: "\f24e"
}

.fa-hourglass-o:before {
    content: "\f250"
}

.fa-hourglass-1:before, .fa-hourglass-start:before {
    content: "\f251"
}

.fa-hourglass-2:before, .fa-hourglass-half:before {
    content: "\f252"
}

.fa-hourglass-3:before, .fa-hourglass-end:before {
    content: "\f253"
}

.fa-hourglass:before {
    content: "\f254"
}

.fa-hand-grab-o:before, .fa-hand-rock-o:before {
    content: "\f255"
}

.fa-hand-stop-o:before, .fa-hand-paper-o:before {
    content: "\f256"
}

.fa-hand-scissors-o:before {
    content: "\f257"
}

.fa-hand-lizard-o:before {
    content: "\f258"
}

.fa-hand-spock-o:before {
    content: "\f259"
}

.fa-hand-pointer-o:before {
    content: "\f25a"
}

.fa-hand-peace-o:before {
    content: "\f25b"
}

.fa-trademark:before {
    content: "\f25c"
}

.fa-registered:before {
    content: "\f25d"
}

.fa-creative-commons:before {
    content: "\f25e"
}

.fa-gg:before {
    content: "\f260"
}

.fa-gg-circle:before {
    content: "\f261"
}

.fa-tripadvisor:before {
    content: "\f262"
}

.fa-odnoklassniki:before {
    content: "\f263"
}

.fa-odnoklassniki-square:before {
    content: "\f264"
}

.fa-get-pocket:before {
    content: "\f265"
}

.fa-wikipedia-w:before {
    content: "\f266"
}

.fa-safari:before {
    content: "\f267"
}

.fa-chrome:before {
    content: "\f268"
}

.fa-firefox:before {
    content: "\f269"
}

.fa-opera:before {
    content: "\f26a"
}

.fa-internet-explorer:before {
    content: "\f26b"
}

.fa-tv:before, .fa-television:before {
    content: "\f26c"
}

.fa-contao:before {
    content: "\f26d"
}

.fa-500px:before {
    content: "\f26e"
}

.fa-amazon:before {
    content: "\f270"
}

.fa-calendar-plus-o:before {
    content: "\f271"
}

.fa-calendar-minus-o:before {
    content: "\f272"
}

.fa-calendar-times-o:before {
    content: "\f273"
}

.fa-calendar-check-o:before {
    content: "\f274"
}

.fa-industry:before {
    content: "\f275"
}

.fa-map-pin:before {
    content: "\f276"
}

.fa-map-signs:before {
    content: "\f277"
}

.fa-map-o:before {
    content: "\f278"
}

.fa-map:before {
    content: "\f279"
}

.fa-commenting:before {
    content: "\f27a"
}

.fa-commenting-o:before {
    content: "\f27b"
}

.fa-houzz:before {
    content: "\f27c"
}

.fa-vimeo:before {
    content: "\f27d"
}

.fa-black-tie:before {
    content: "\f27e"
}

.fa-fonticons:before {
    content: "\f280"
}

.fa-reddit-alien:before {
    content: "\f281"
}

.fa-edge:before {
    content: "\f282"
}

.fa-credit-card-alt:before {
    content: "\f283"
}

.fa-codiepie:before {
    content: "\f284"
}

.fa-modx:before {
    content: "\f285"
}

.fa-fort-awesome:before {
    content: "\f286"
}

.fa-usb:before {
    content: "\f287"
}

.fa-product-hunt:before {
    content: "\f288"
}

.fa-mixcloud:before {
    content: "\f289"
}

.fa-scribd:before {
    content: "\f28a"
}

.fa-pause-circle:before {
    content: "\f28b"
}

.fa-pause-circle-o:before {
    content: "\f28c"
}

.fa-stop-circle:before {
    content: "\f28d"
}

.fa-stop-circle-o:before {
    content: "\f28e"
}

.fa-shopping-bag:before {
    content: "\f290"
}

.fa-shopping-basket:before {
    content: "\f291"
}

.fa-hashtag:before {
    content: "\f292"
}

.fa-bluetooth:before {
    content: "\f293"
}

.fa-bluetooth-b:before {
    content: "\f294"
}

.fa-percent:before {
    content: "\f295"
}


/* Font Imports from Google Fonts*/

@import url(https://fonts.googleapis.com/css?family=Roboto:400,100,100italic,300,300italic,400italic,500,500italic,700,700italic,900,900italic);
@import url(https://fonts.googleapis.com/css?family=Crete+Round:400,400italic);
@import url(https://fonts.googleapis.com/css?family=Petit+Formal+Script);
@import url(https://fonts.googleapis.com/css?family=Lato:100,300,400,700,900,100italic,300italic,400italic,700italic,900italic);

/*-------------*/
/*----Reset----*/
/*-------------*/
* {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    vertical-align: baseline;
    outline: none;
    font-size-adjust: none;
    -webkit-text-size-adjust: none;
    -moz-text-size-adjust: none;
    -ms-text-size-adjust: none;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}

    *:focus {
        outline: none;
    }

    *, *:after, *:before {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        padding: 0;
        margin: 0;
    }

.all-elements * {
    -webkit-text-size-adjust: none;
    -webkit-transform: translateZ(0);
    min-height: auto;
    max-height: auto;
}

body {
    margin: 0;
    padding: 0;
    overflow-x: hidden;
}

    body::-webkit-scrollbar {
        display: none;
    }

a:hover {
    text-decoration: none !important;
}

::selection {
    background-color: #CCC;
    color: #000;
}

div, a, p, img, blockquote, form, fieldset, textarea, input, label, iframe, code, pre {
    display: block;
    position: relative;
}

textarea, input {
    outline: none;
}

input {
    -webkit-appearance: none !important;
    border-radius: 0 !important;
    -webkit-border-radius: 0px !important;
}

textarea {
    -webkit-appearance: none !important;
    border-radius: 0 !important;
    -webkit-border-radius: 0px !important;
}

/*------------------*/
/*------------------*/
/*----Typography----*/
/*------------------*/
/*------------------*/

p {
    line-height: 30px;
    margin-bottom: 30px;
    font-size: 14px;
}

    p > a {
        display: inline;
        text-decoration: none;
    }

        p > a:hover {
            text-decoration: underline;
        }

    p > span {
        display: inline;
    }

    p strong {
        font-size: 15px;
        color: #1f1f1f;
    }

span > a {
    display: inline;
}

a > span {
    display: inline;
}

a {
    color: #2980b9;
    text-decoration: none;
}

    a:hover {
        text-decoration: none;
    }

strong a, em a {
    display: inline;
}

h1 > a, h2 > a, h3 > a, h4 > a, h5 > a, h6 > a {
    display: inline;
}

table {
    border-collapse: separate;
    border-spacing: 0;
    background-color: #f6f6f6;
    border-left: 1px solid #e9e9e9;
    border-top: 1px solid #e9e9e9;
    width: 100%;
    clear: both;
    margin-bottom: 27px;
}

thead {
}

th {
    vertical-align: middle;
    border-bottom: 1px solid #e9e9e9;
    border-right: 1px solid #e9e9e9;
    font-weight: bold;
    color: #555;
    background-color: #f6f6f6;
}

tr {
    line-height: 18px;
}

td {
    border-right: 1px solid #e9e9e9;
    border-bottom: 1px solid #e9e9e9;
    text-align: center;
    color: #666;
    padding-top: 9px;
    padding-bottom: 9px;
    line-height: 18px;
    vertical-align: middle;
    background-color: #fdfdfd;
}

tr:hover > td {
    background: #fff;
}

ul {
    margin-bottom: 30px;
}

    ul ul {
        margin-bottom: 5px;
    }

ol ol {
    margin-bottom: 5px;
}

ol {
    margin-bottom: 30px;
}

li {
    line-height: 24px;
    margin-bottom: 5px;
}

ol > li:last-child, ul > li:last-child {
    margin-bottom: 0px;
}

textarea {
    font-family: 'Roboto', sans-serif;
}

/*-------------------------------------------*/
/*---Background and text colors and hovers---*/
/*-------------------------------------------*/

.bg-teal-light {
    background-color: #1abc9c !important;
}

.bg-teal-dark {
    background-color: #16a085 !important;
}

.bg-hover-teal-light:hover {
    background-color: #1abc9c !important;
    color: #FFFFFF !important;
    transition: all 200ms ease;
}

.bg-hover-teal-dark:hover {
    background-color: #16a085 !important;
    color: #FFFFFF !important;
    transition: all 200ms ease;
}

.color-teal-light {
    color: #1abc9c;
}

.color-teal-dark {
    color: #16a085;
}

.bg-green-light {
    background-color: #2ecc71 !important;
}

.bg-green-dark {
    background-color: #2abb67 !important;
}

.bg-hover-green-light:hover {
    background-color: #2ecc71 !important;
    color: #FFFFFF !important;
    transition: all 200ms ease;
}

.bg-hover-green-dark:hover {
    background-color: #2abb67 !important;
    color: #FFFFFF !important;
    transition: all 200ms ease;
}

.color-green-light {
    color: #2ecc71;
}

.color-green-dark {
    color: #2abb67;
}

.bg-blue-light {
    background-color: #3498db !important;
}

.bg-blue-dark {
    background-color: #2980b9 !important;
}

.bg-hover-blue-light:hover {
    background-color: #3498db !important;
    color: #FFFFFF !important;
    transition: all 200ms ease;
}

.bg-hover-blue-dark:hover {
    background-color: #2980b9 !important;
    color: #FFFFFF !important;
    transition: all 200ms ease;
}

.color-blue-light {
    color: #3498db;
}

.color-blue-dark {
    color: #2980b9;
}

.bg-magenta-light {
    background-color: #9b59b6 !important;
}

.bg-magenta-dark {
    background-color: #8e44ad !important;
}

.bg-hover-magenta-light:hover {
    background-color: #9b59b6 !important;
    color: #FFFFFF !important;
    transition: all 200ms ease;
}

.bg-hover-magenta-dark:hover {
    background-color: #8e44ad !important;
    color: #FFFFFF !important;
    transition: all 200ms ease;
}

.color-magenta-light {
    color: #9b59b6;
}

.color-magenta-dark {
    color: #8e44ad;
}

.bg-night-light {
    background-color: #34495e !important;
}

.bg-night-dark {
    background-color: #2c3e50 !important;
}

.bg-hover-night-light:hover {
    background-color: #34495e !important;
    color: #FFFFFF !important;
    transition: all 200ms ease;
}

.bg-hover-night-dark:hover {
    background-color: #2c3e50 !important;
    color: #FFFFFF !important;
    transition: all 200ms ease;
}

.color-night-light {
    color: #34495e;
}

.color-night-dark {
    color: #2c3e50;
}

.bg-yellow-light {
    background-color: #E67E22 !important;
}

.bg-yellow-dark {
    background-color: #F27935 !important;
}

.bg-hover-yellow-light:hover {
    background-color: #f1c40f !important;
    color: #FFFFFF !important;
    transition: all 200ms ease;
}

.bg-hover-yellow-dark:hover {
    background-color: #f39c12 !important;
    color: #FFFFFF !important;
    transition: all 200ms ease;
}

.color-yellow-light {
    color: #f1c40f;
}

.color-yellow-dark {
    color: #f39c12;
}

.bg-orange-light {
    background-color: #F9690E !important;
}

.bg-orange-dark {
    background-color: #D35400 !important;
}

.bg-hover-orange-light:hover {
    background-color: #e67e22 !important;
    color: #FFFFFF !important;
    transition: all 200ms ease;
}

.bg-hover-orange-dark:hover {
    background-color: #d35400 !important;
    color: #FFFFFF !important;
    transition: all 200ms ease;
}

.color-orange-light {
    color: #e67e22;
}

.color-orange-dark {
    color: #d35400;
}

.bg-red-light {
    background-color: #e74c3c !important;
}

.bg-red-dark {
    background-color: #c0392b !important;
}

.bg-hover-red-light:hover {
    background-color: #e74c3c !important;
    color: #FFFFFF !important;
    transition: all 200ms ease;
}

.bg-hover-red-dark:hover {
    background-color: #c0392b !important;
    color: #FFFFFF !important;
    transition: all 200ms ease;
}

.color-red-light {
    color: #e74c3c;
}

.color-red-dark {
    color: #c0392b;
}

.bg-gray-light {
    background-color: #bdc3c7 !important;
}

.bg-gray-dark {
    background-color: #95a5a6 !important;
}

.bg-hover-gray-light:hover {
    background-color: #bdc3c7 !important;
    color: #FFFFFF !important;
    transition: all 200ms ease;
}

.bg-hover-gray-dark:hover {
    background-color: #95a5a6 !important;
    color: #FFFFFF !important;
    transition: all 200ms ease;
}

.color-gray-light {
    color: #bdc3c7;
}

.color-gray-dark {
    olor: #95a5a6;
}

.bg-white {
    background-color: #FFFFFF;
}

.color-white {
    color: #FFFFFF;
}

.bg-black {
    background-color: #000000;
}

.color-black {
    color: #000000;
}

.bg-green-light i,
.bg-green-dark i,
.bg-teal-light i,
.bg-teal-dark i,
.bg-magenta-light i,
.bg-magenta-dark i,
.bg-yellow-light i,
.bg-yellow-dark i,
.bg-orange-light i,
.bg-orange-dark i,
.bg-red-dark i,
.bg-red-light i,
.bg-gray-light i,
.bg-gray-dark i {
    color: #FFFFFF;
}


.cover-screen {
    background-size: cover;
    background-position: center center;
}

.facebook-color {
    background-color: #3b5998;
    color: #FFFFFF;
}

.twitter-color {
    background-color: #4099ff;
    color: #FFFFFF;
}

.google-color {
    background-color: #d34836;
    color: #FFFFFF;
}

.pinterest-color {
    background-color: #C92228;
    color: #FFFFFF;
}

.sms-color {
    background-color: #27ae60;
    color: #FFFFFF;
}

.mail-color {
    background-color: #3498db;
    color: #FFFFFF;
}

.dribbble-color {
    background-color: #EA4C89;
    color: #FFFFFF;
}

.tumblr-color {
    background-color: #2C3D52;
    color: #FFFFFF;
}

.reddit-color {
    background-color: #336699;
    color: #FFFFFF;
}

.youtube-color {
    background-color: #D12827;
    color: #FFFFFF;
}

.phone-color {
    background-color: #27ae60;
    color: #FFFFFF;
}

/*----------------------*/
/*---Heading Settings---*/
/*----------------------*/

h1, h2, h3, h4, h5, h6 {
    font-family: 'Roboto', sans-serif;
    color: #1f1f1f;
    margin-bottom: 10px;
}

.sub-heading {
    color: #4c4c4c;
    font-weight: 500;
}

.small-heading {
    font-size: 12px;
    margin-top: -10px;
    margin-bottom: 10px;
    display: block;
}

h1 {
    font-size: 24px;
    line-height: 36px;
    font-weight: 700;
}

h2 {
    font-size: 22px;
    line-height: 44px;
    font-weight: 700;
}

h3 {
    font-size: 20px;
    line-height: 22px;
    font-weight: 700;
}

h4 {
    font-size: 18px;
    line-height: 22px;
    font-weight: 700;
}

h5 {
    font-size: 16px;
    line-height: 20px;
    font-weight: 700;
}

h6 {
    font-size: 14px;
    line-height: 30px;
    font-weight: 800;
}

body {
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
    line-height: 30px;
    font-weight: 400;
    color: #666666;
}

.highlighted {
    padding: 4px 10px;
    margin-bottom: 5px;
}

/*-------------------------------*/
/*---Lists and Font Icon Lists---*/
/*-------------------------------*/

.font-icon-list li {
    list-style: none;
    padding-left: 0px;
    margin-left: -20px;
    color: #666666;
    line-height: 30px;
}

    .font-icon-list li a {
        color: #666666;
    }

.icon-list li a {
    color: #666666;
}

.font-icon-list i {
    margin-right: 10px;
    width: 30px;
}


.icon-list {
    list-style: none;
    padding-left: 0px;
}

    .icon-list i {
        width: 20px;
        text-align: center;
        margin-left: -5px;
    }

    .icon-list ul {
        padding-left: 40px;
    }

ul {
    padding-left: 20px;
    list-style-type: disc;
}

ol {
    padding-left: 20px;
    list-style-type: decimal;
}

    ol ol {
        list-style-type: lower-alpha;
    }

        ol ol ol {
            list-style-type: disc;
        }

/*--------------------*/
/*---Table Settings---*/
/*--------------------*/

.table {
    width: 100%;
    margin-bottom: 35px;
}

.table-title {
    font-family: 'Dosis', sans-serif;
    font-size: 12px;
}

.table-sub-title {
    font-family: 'Dosis', sans-serif;
    font-weight: bold;
    font-size: 12px;
}

.price {
    font-size: 12px;
}

.small-price {
    position: absolute;
    margin-left: 0px;
    font-size: 10px;
    margin-top: -3px !important;
}

.table {
    font-size: 12px;
    text-shadow: 1px 1px 0px #fff;
    background: #eaebec;
    border: #ccc 1px solid;
    margin-bottom: 25px;
}

    .table th {
        padding: 21px 25px 22px 25px;
        border-bottom: 1px solid #e0e0e0;
    }

        .table th:first-child {
            text-align: center;
            padding-left: 20px;
        }

    .table tr {
        text-align: center;
        padding-left: 20px;
    }

        .table tr td:first-child {
            text-align: left;
            padding-left: 20px;
            border-left: 0;
        }

        .table tr td {
            padding: 14px;
            border-top: 1px solid #ffffff;
            border-bottom: 1px solid #e0e0e0;
            border-left: 0px solid #e0e0e0;
        }

        .table tr.even td {
            background: #efefef;
        }

        .table tr:last-child td {
            border-bottom: 0;
        }

        .table tr:hover td {
            background: #f8f8f8;
        }

.table-heading {
    padding-top: 10px;
    padding-bottom: 15px;
}

.table-text {
    color: #6f6f6f;
}

/*---------------------------*/
/*---Custom Heading Styles---*/
/*---------------------------*/

.morphext > .animated {
    display: inline-block;
}

/*Heading Style 1*/

.heading-style-1,
.heading-style-2,
.heading-style-3,
.heading-style-4,
.heading-style-5 {
    cursor: default;
}

.heading-style-1 {
    margin-top: 10px;
}

    .heading-style-1 .heading-decoration {
        clear: both;
        display: block;
        height: 4px;
        margin-top: 13px;
    }


    .heading-style-1 a {
        color: #FFFFFF;
        z-index: 2;
    }

    .heading-style-1 i {
        font-size: 14px;
        margin-top: -5px;
        width: 40px;
        height: 40px;
        text-align: center;
        line-height: 40px;
        z-index: 2;
        position: relative;
        color: #FFFFFF;
    }

    .heading-style-1 * {
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }

    .heading-style-1 a {
        position: absolute;
        right: 0px;
    }

    .heading-style-1 .heading-block {
        position: absolute;
        height: 40px;
        width: 40px;
        right: 0px;
        top: -5px;
        z-index: 1;
        border-top-left-radius: 5px;
        border-top-right-radius: 5px;
    }

/*Heading Style 2*/

.heading-style-2 {
    width: 100%;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 30px;
    padding-bottom: 30px;
    background-size: cover;
}

    .heading-style-2 .overlay {
        opacity: 0.8;
        position: absolute;
        width: 100%;
        height: 100%;
        overflow: hidden;
        top: 0px;
        left: 0px;
        right: 0px;
        bottom: 0px;
        z-index: 1;
    }

    .heading-style-2 .heading-title {
        z-index: 2;
        position: relative;
        color: #FFFFFF;
        margin-bottom: 5px;
    }

    .heading-style-2 .heading-subtitle {
        display: block;
        position: relative;
        color: #FFFFFF;
        z-index: 2;
        opacity: 0.6;
        font-style: normal;
        font-size: 13px;
    }

    .heading-style-2 .heading-icon {
        float: right;
        font-size: 35px;
        color: #FFFFFF;
        z-index: 10;
        position: relative !important;
        display: inline-block !important;
        margin-top: -47px;
        opacity: 0.9;
    }

.heading-style-2 {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/*Heading Style 3*/

@media(max-width:768px) {
    .heading-style-3 {
        width: 100%;
        padding-left: 30px;
        padding-right: 30px;
        padding-top: 25px;
        padding-bottom: 20px;
        background-size: cover;
    }
}

@media(min-width:768px) {
    .heading-style-3 {
        width: 100%;
        padding-left: 30px;
        padding-right: 30px;
        padding-top: 35px;
        padding-bottom: 30px;
        background-size: cover;
    }
}

.heading-style-3 .overlay {
    opacity: 0.7;
    position: absolute;
    width: 100%;
    height: 100%;
    overflow: hidden;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    z-index: 1;
}

.heading-style-3 .heading-title {
    z-index: 2;
    position: relative;
    color: #FFFFFF;
    margin-bottom: 0px;
    text-align: center;
    font-weight: 500;
}

.heading-style-3 .heading-subtitle {
    display: block;
    position: relative;
    color: #FFFFFF;
    z-index: 2;
    opacity: 0.6;
    font-style: normal;
    font-size: 13px;
    text-align: center;
}

.heading-style-3 {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/*Heading Style 4*/

.heading-style-4 {
    padding-left: 20px;
    padding-right: 20px;
    text-align: center;
}

    .heading-style-4 .heading-title {
        padding-bottom: 5px;
    }

    .heading-style-4 .heading-subtitle {
        font-size: 13px;
        line-height: 35px;
    }

    .heading-style-4 .line {
        height: 4px;
        width: 70px;
        margin: 15px auto;
        opacity: 0.5;
    }

.heading-style-4 {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/*Heading Style 5*/

.heading-style-5 {
    padding-left: 20px;
    padding-right: 20px;
    text-align: center;
}

    .heading-style-5 .heading-subtitle {
        font-size: 14px;
        margin-bottom: 20px;
        max-width: 550px;
        margin-left: auto;
        margin-right: auto;
    }

    .heading-style-5 .heading-icon {
        display: block;
        text-align: center;
        background-color: #FFFFFF;
        position: relative;
        z-index: 1;
        width: 60px;
        height: 40px;
        line-height: 40px;
        margin-left: auto;
        margin-right: auto;
        font-size: 24px;
        display: block;
        overflow: hidden;
    }

    .heading-style-5 .line {
        height: 1px;
        background-color: rgba(0,0,0,0.15);
        max-width: 550px;
        margin-left: auto;
        margin-right: auto;
        margin-top: -20px;
        margin-bottom: 30px;
    }

.heading-style-5 {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/*Heading Style 6*/

.heading-style-6 .heading-title {
    margin-bottom: 5px;
}

.heading-style-6 .heading-category {
    font-style: normal;
    font-size: 12px;
    font-weight: 500;
    padding-bottom: 5px;
}

    .heading-style-6 .heading-category a {
        display: inline;
        padding-left: 5px;
    }

.heading-style-6 .heading-subtitle {
    display: inline;
    font-style: normal;
    font-size: 12px;
    margin-right: -2px;
}

    .heading-style-6 .heading-subtitle a {
        display: inline;
        padding-left: 5px;
        border-right: solid 2px #cacaca;
        padding-right: 5px;
        margin-right: 5px;
    }

.heading-style-6 .heading-text {
    font-size: 12px;
    margin-top: 20px;
    line-height: 31px;
}

/*-----------------*/
/*---Text Fields---*/
/*-----------------*/

.icon-field .text-field {
    padding-left: 45px !important;
}

.icon-field i:first-child {
    position: absolute;
    top: 15px;
    left: 0px;
    width: 40px;
    text-align: center;
}

.text-icon-field {
    margin-bottom: 35px;
}

    .text-icon-field .text-field {
        padding-left: 45px !important;
    }

    .text-icon-field i:first-child {
        position: absolute;
        top: 40px;
        left: 0px;
        line-height: 45px;
        height: 45px;
        width: 45px;
        text-align: center;
    }

    .text-icon-field h6 {
        font-weight: 500;
        float: left;
    }

    .text-icon-field em {
        letter-spacing: 1px;
        opacity: 0.5;
        float: right;
        font-size: 10px;
        font-style: normal;
    }

.text-field {
    width: 100%;
    height: 45px;
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 10px;
    background-color: rgba(255,255,255,0.4);
    font-size: 12px;
    color: #666;
    border: solid 1px #cacaca;
    transition: all 250ms ease;
}

.green-field:focus {
    transition: all 250ms ease;
    border: solid 1px #2cc36b;
}

.red-field:focus {
    transition: all 250ms ease;
    border: solid 1px #c0392b;
}

/*-----------------------------*/
/*----Checkboxes and Radios----*/
/*-----------------------------*/

label {
    -webkit-user-select: none; /* webkit (safari, chrome) browsers */
    -moz-user-select: none; /* mozilla browsers */
    -khtml-user-select: none; /* webkit (konqueror) browsers */
    -ms-user-select: none; /* IE10+ */
    cursor: pointer;
    margin-left: 20px;
}

.checkbox {
    -moz-appearance: checkbox !important; /* Firefox */
    -webkit-appearance: checkbox !important; /* Safari and Chrome */
    appearance: checkbox !important;
    margin-left: 10px;
    float: left;
    line-height: 24px;
    margin-top: 9px;
    margin-right: 10px;
}

.radiobox {
    -moz-appearance: radio !important; /* Firefox */
    -webkit-appearance: radio !important; /* Safari and Chrome */
    appearance: radio !important;
    float: left;
    line-height: 24px;
    margin-top: 9px;
    margin-right: 10px;
    margin-left: 10px;
}

/*----------------------------*/
/*---Image & Video Settings---*/
/*----------------------------*/

.img-responsive {
    display: block;
    width: 100%;
}

.responsive-image {
    display: block;
    width: 100%;
}

.responsive-deco-image {
    width: 75%;
    margin-left: auto;
    margin-right: auto;
}

.preload-image {
    display: none;
}

.responsive-video {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}

    .responsive-video iframe, .responsive-video object, .responsive-video embed {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

/*-----------------------------------------------*/
/*-----------------------------------------------*/
/*----Content Classes and Responsive Settings----*/
/*-----------------------------------------------*/
/*-----------------------------------------------*/

.clear {
    clear: both !important;
}

.last-column {
    margin-right: 0% !important;
}

.no-bottom {
    margin-bottom: 0px !important;
}

.half-bottom {
    margin-bottom: 15px !important;
}

.half-top {
    margin-top: 15px !important;
}

.full-bottom {
    margin-bottom: 30px !important;
}

.full-top {
    margin-top: 30px !important;
}

.left-padding {
    padding-left: 30px;
}

.right-padding {
    padding-right: 30px;
}

.padding-right {
    padding-right: 20px;
}

.padding-left {
    padding-left: 20px;
}

.no-border {
    border: none !important;
}

.container:after {
    visibility: hidden;
    display: block;
    content: "";
    clear: both;
    height: 0;
}

.last-column:after {
    visibility: hidden !important;
    display: block !important;
    content: "" !important;
    clear: both !important;
    height: 0 !important;
}

.container {
    margin-bottom: 30px;
    display: block;
}

.container-fullscreen {
    margin-bottom: 30px;
}

.hide-if-mobile {
    display: none !important;
}

.hide-if-resposive {
    display: block !important;
}

.uppercase {
    text-transform: uppercase;
}

.lowercase {
    text-transform: lowercase;
}

.thin {
    font-weight: 300 !important;
}

.thiner {
    font-weight: 400 !important;
}

.bold {
    font-weight: 600 !important;
}

.ultrabold {
    font-weight: 1000 !important;
}

.small-text {
    font-size: 12px;
}

.smaller-text {
    font-size: 13px;
}

.larger-text {
    font-size: 15px;
}

.large-text {
    font-size: 16px;
}

.center-text {
    text-align: center;
    display: block;
}

.left-text {
    text-align: left;
    display: block;
}

.right-text {
    text-align: right;
    display: block;
}

.center-text-mobile {
    text-align: center;
    display: block;
}

.left-text-mobile {
    text-align: left;
    display: block;
}

.right-text-mobile {
    text-align: right;
    display: block;
}

.center-text-tablet {
    text-align: left;
    display: block;
}

.left-text-tablet {
    text-align: left;
    display: block;
}

.right-text-tablet {
    text-align: left;
    display: block;
}

.space-left {
    padding-left: 10px;
}

.space-right {
    padding-right: 10px;
}

@media(min-width:750px) {
    .hide-if-mobile {
        display: block !important;
    }

    .hide-if-responsive {
        display: none !important;
    }

    .center-text-tablet {
        text-align: center;
    }

    .left-text-tablet {
        text-align: left;
    }

    .right-text-tablet {
        text-align: right;
    }

    .center-text-mobile {
        text-align: left;
    }

    .left-text-tablet {
        text-align: left;
    }

    .right-text-tablet {
        text-align: left;
    }
}

.decoration {
    height: 1px;
    width: 100%;
    display: block;
    background-color: rgba(0,0,0,0.1);
    margin-bottom: 30px;
    clear: both !important;
}

.decoration-lines div {
    height: 5px;
    width: 10%;
    float: left;
}

.deco-0 {
    background-color: #c0392b;
}

.deco-1 {
    background-color: #2ecc71;
}

.deco-2 {
    background-color: #3498db;
}

.deco-3 {
    background-color: #bdc3c7;
}

.deco-4 {
    background-color: #f1c40f;
}

.deco-5 {
    background-color: #e67e22;
}

.deco-6 {
    background-color: #9b59b6;
}

.deco-7 {
    background-color: #34495e;
}

.deco-8 {
    background-color: #16a085;
}

.deco-9 {
    background-color: #95a5a6;
}



@media(max-width:768px) {
    .one-half {
        width: 45%;
        float: left;
        margin-right: 10%;
    }

    .one-third {
        width: 28%;
        float: left;
        margin-right: 8%;
    }

    .one-half-responsive {
        width: 100%;
    }

    .one-third-responsive {
        width: 100%;
    }
}

@media(min-width:767px) {
    .one-half, .one-half-responsive {
        width: 45%;
        float: left;
        margin-right: 10%;
    }

    .one-third, .one-third-responsive {
        width: 28%;
        float: left;
        margin-right: 8%;
    }

    .one-forth-responsive {
        float: left;
        width: 20%;
        margin-right: 5%;
    }

    .sidebar-left-big {
        width: 70%;
        float: left;
        margin-right: 5%
    }

    .sidebar-right-small {
        width: 25%;
        float: right;
    }

    .sidebar-right-big {
        width: 70%;
        float: right;
    }

    .sidebar-left-small {
        width: 25%;
        float: left;
        margin-right: 5%;
    }
}

/*Animations*/

.scale-hover {
    -moz-transform: scale(1 1);
    -webkit-transform: scale(1 1);
    -o-transform: scale(1 1);
    -ms-transform: scale(1 1);
    transform: scale(1 1);
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}

    .scale-hover:hover {
        -moz-transform: scale(1.1, 1.1);
        -webkit-transform: scale(1.1, 1.1);
        -o-transform: scale(1.1, 1.1);
        -ms-transform: scale(1.1, 1.1);
        transform: scale(1.1, 1.1);
        -webkit-transition: all 200ms ease;
        -moz-transition: all 200ms ease;
        -ms-transition: all 200ms ease;
        -o-transition: all 200ms ease;
        transition: all 200ms ease;
    }

/*-------------------------------*/
/*-------------------------------*/
/*----Blockquotes and Reviews----*/
/*-------------------------------*/
/*-------------------------------*/

/*Quote 1*/
.quote-1 .quote-text {
    font-size: 15px;
    display: block;
    font-weight: 400;
    color: rgba(0,0,0,0.7);
    text-align: center;
}

.quote-1 .quote-image {
    width: 130px !important;
    height: 130px;
    border-radius: 100px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
}

.quote-1 .quote-author {
    font-size: 18px;
    display: block;
    text-align: center;
    padding-top: 0px;
    color: #1f1f1f;
}

.quote-1 .quote-rating {
    width: 115px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0px;
    margin-bottom: 0px;
}

.quote-1 i {
    color: #f39c12;
    font-size: 16px;
    margin-right: 5px;
}

.quote-1 .quote-title {
    font-size: 11px;
    display: block;
    margin-bottom: 10px;
    font-style: normal;
    text-align: center;
}

/*Quote 2*/
.quote-2 .quote-image {
    width: 70px !important;
    height: 70px;
    border-radius: 70px;
    float: left;
    margin-right: 20px;
}

.quote-2 .quote-author {
    font-size: 16px;
    color: #1f1f1f;
    display: block;
    padding-top: 5px;
}

.quote-2 .quote-rating {
    float: left;
    display: block;
    width: 150px;
}

.quote-2 em i {
    font-size: 16px;
    color: #f39c12;
    margin-right: 5px;
}

.quote-2 .quote-text {
    font-weight: 400;
    color: rgba(0,0,0,0.7);
    padding-top: 10px;
    font-size: 15px;
    font-style: italic;
}

.quote-2 .quote-title {
    font-size: 11px;
    display: block;
    margin-bottom: 10px;
    font-style: normal;
    text-align: right;
    margin-top: -15px;
}

/*Quote 3*/
.quote-3 .fa-quote-left {
    font-size: 20px;
    display: block;
    text-align: left;
    position: absolute;
    margin-top: 10px;
}

.quote-3 p {
    margin-bottom: 0px;
    padding-left: 50px;
}

.quote-3 .quote-author {
    display: block;
    text-align: right;
    color: #1f1f1f;
    margin-top: 20px;
}

/*Quote 4*/
.quote-4 .fa-quote-right {
    font-size: 20px;
    display: block;
    text-align: left;
    position: absolute;
    right: 0px;
    margin-top: 10px;
}

.quote-4 p {
    margin-bottom: 0px;
    padding-right: 50px;
}

.quote-4 .quote-author {
    display: block;
    text-align: left;
    color: #1f1f1f;
    margin-top: 20px;
}

/*Quote 5*/
.quote-5 {
    border-left: solid 5px #e34e47;
    padding-left: 20px;
}

    .quote-5 p {
        font-style: italic;
        font-size: 15px;
        padding-top: 10px;
        margin-bottom: 10px;
    }

    .quote-5 strong {
        display: block;
        text-align: right;
        font-size: 13px;
        font-weight: 500;
        margin-top: -10px;
        padding-bottom: 0px;
    }

/*----------------------*/
/*----------------------*/
/*-----User Reviews-----*/
/*----------------------*/
/*----------------------*/

/* Review 1*/

.review-1 strong {
    color: #1f1f1f;
    font-size: 28px;
    padding-right: 10px;
}

.review-1 em {
    color: #1f1f1f;
    font-weight: 600;
    font-size: 13px;
    font-style: normal;
}

.review-1 .review-stars i {
    color: #f3a01b;
    font-size: 18px;
    padding-bottom: 20px;
    padding-top: 5px;
    padding-right: 5px;
}

.review-1 .review-image {
    position: absolute;
    right: 0px;
    top: 0px;
    width: 55px;
    height: 55px;
    border-radius: 55px;
}

.review-1 p {
    font-size: 16px;
    line-height: 36px;
    font-style: italic;
    font-weight: 300;
    letter-spacing: -0.6px;
    color: #343434;
    margin-bottom: 10px;
}

.review-1 a {
    text-align: right;
    font-size: 13px;
    font-weight: 500;
}

/* Review 2*/

.review-2 strong {
    color: #1f1f1f;
    font-size: 43px;
    line-height: 50px;
}

.review-2 em {
    position: absolute;
    top: 0px;
    left: 100px;
    font-size: 10px;
    font-style: normal;
}

.review-2 .review-stars {
    position: absolute;
    top: 20px;
    left: 100px;
}

.review-2 .review-image {
    width: 50px;
    height: 50px;
    position: absolute;
    right: 0px;
    top: 0px;
    border-radius: 50px;
}

.review-2 .review-stars i {
    color: #f3a01b;
    font-size: 14px;
}

.review-2 p {
    margin-top: 20px;
    font-size: 16px;
    line-height: 36px;
    font-style: italic;
    font-weight: 300;
    letter-spacing: -0.6px;
    color: #343434;
    margin-bottom: 15px;
}

.review-2 a {
    text-align: right;
    font-size: 13px;
    font-weight: 500;
}

/*Review 3*/

.review-3 .review-line i {
    color: #f39c12;
    float: right;
    padding-top: 10px;
    width: 22px;
    text-align: center;
}

.review-3 .review-line strong {
    color: #1f1f1f;
}

.review-3 .review-line {
    margin-bottom: 10px;
}

.review-3 .review-line-last {
    margin-bottom: 30px;
}

    .review-3 .review-line-last i {
        color: #d35400;
        float: right;
        padding-top: 10px;
        width: 22px;
        text-align: center;
    }

    .review-3 .review-line-last strong {
        color: #1f1f1f;
    }

.review-3 h4 {
    font-size: 16px;
    margin-bottom: 0px;
}

.review-3 h5 {
    font-size: 12px;
    color: #666666;
    font-weight: 400;
}

.review-3 p {
    font-style: italic;
}

/*Review 4*/

.review-4 img {
    position: absolute;
    width: 60px;
    height: 60px;
    border-radius: 70px;
    top: -10px;
}

.review-4 h4 {
    color: #1f1f1f;
    text-align: right;
    margin-top: 40px;
    margin-left: 80px;
    margin-bottom: 0px;
}

.review-4 .review-stars {
    float: right;
    margin-left: 80px;
    padding-bottom: 20px;
}


    .review-4 .review-stars i {
        color: #f39c12;
        padding-right: 5px;
        font-size: 16px;
    }

.review-4 p strong {
    display: block;
    color: #1f1f1f;
    font-size: 16px;
}

/*Review 5*/

.review-5 img {
    position: absolute;
    width: 60px;
    height: 60px;
    border-radius: 70px;
    top: -10px;
    right: 0px;
}

.review-5 h4 {
    color: #1f1f1f;
    margin-top: 40px;
    margin-bottom: 0px;
}

.review-5 .review-stars {
    padding-bottom: 20px;
}

    .review-5 .review-stars i {
        color: #f39c12;
        padding-right: 5px;
        font-size: 16px;
    }

.review-5 p strong {
    display: block;
    color: #1f1f1f;
    font-size: 16px;
}

/*Review 6*/

.review-6 h4 {
    font-weight: 300;
    font-style: italic;
    line-height: 40px;
    text-align: center;
    padding-left: 30px;
    padding-right: 30px;
    color: #333333;
}

.review-6 strong {
    text-align: center;
    display: block;
    color: #1f1f1f;
    font-weight: 700;
    font-size: 15px;
    padding-top: 10px;
}

.review-6 .review-stars {
    width: 149px;
    margin-left: auto;
    margin-right: auto;
}

    .review-6 .review-stars i {
        color: #f39c12;
        padding-right: 5px;
        padding-left: 5px;
        font-size: 18px;
    }

.review-6 .fa-quote-right {
    display: block;
    font-size: 24px;
    padding-bottom: 10px;
}

/*------------------*/
/*------------------*/
/*-----Dropcaps-----*/
/*------------------*/
/*------------------*/

.dropcaps-1:first-letter {
    float: left;
    font-size: 57px;
    padding-top: 14px !important;
    padding-right: 15px;
    font-weight: 800;
    color: #1f1f1f;
}

.dropcaps-2:first-letter {
    font-family: 'Petit Formal Script', cursive;
    float: left;
    font-size: 42px;
    padding-top: 18px !important;
    padding-right: 15px;
    font-weight: 800;
    color: #1f1f1f;
}

.dropcaps-3:first-letter {
    background-color: #1f1f1f;
    padding: 10px;
    padding-left: 15px;
    padding-right: 15px;
    margin-right: 12px;
    margin-top: 5px;
    float: left;
    font-size: 24px;
    font-weight: 800;
    color: #FFFFFF;
}

.dropcaps-4:first-letter {
    font-family: 'Petit Formal Script', cursive;
    font-weight: 800 !important;
    background-color: #1f1f1f;
    padding: 8px;
    padding-left: 12px;
    padding-right: 12px;
    margin-right: 12px;
    margin-top: 5px;
    float: left;
    font-size: 20px;
    font-weight: 400;
    color: #FFFFFF;
}

/*-----------------------*/
/*-----------------------*/
/*----Calendar Design----*/
/*-----------------------*/
/*-----------------------*/

.calendar {
    margin-bottom: 30px;
    display: block;
    overflow: hidden;
}

calendar* {
    display: block;
    overflow: hidden;
}

.calendar-titles a {
    width: 14.28%;
    float: left;
    text-align: center;
    height: 40px;
    line-height: 40px;
    font-size: 10px;
    color: #1f1f1f;
    font-weight: 800;
}

.calendar-titles .light-titles {
    opacity: 0.5;
}

.calendar-days {
    margin-top: -10px;
    font-size: 14px;
    margin-bottom: 30px;
}

    .calendar-days a {
        width: 14.28%;
        float: left;
        height: 60px;
        line-height: 60px;
        text-align: center;
        color: #1f1f1f;
        font-weight: 700;
    }

        .calendar-days a:hover {
            color: rgba(41, 128, 185,1.0);
        }

.calendar-day .light-day {
    opacity: 0.3;
}

.calendar-days i {
    position: absolute;
    font-size: 35px;
    margin-top: 12px;
    margin-left: -7px;
    z-index: -1;
}

.clear-day i {
    opacity: 0;
}

.light-day {
    opacity: 0.3;
}

    .light-day i {
        display: none;
    }

.taken-day {
    color: #FFFFFF !important;
}

    .taken-day i {
        color: #27ae60;
    }

.close-day {
    color: #FFFFFF !important;
}

    .close-day i {
        color: #c0392b;
    }

.calendar-hours {
    border-top: solid 1px rgba(0,0,0,0.1);
}

.calendar-hour {
    height: 90px;
    border-bottom: solid 1px rgba(0,0,0,0.1);
}

.calendar-hour-clear:hover {
    background-color: rgba(39, 174, 96, 0.1);
}

.calendar-hour-taken:hover {
    background-color: rgba(192, 57, 43,0.1);
}

.calendar-hour strong {
    color: #666666;
    opacity: 0.7;
}

.calendar-hours a:last-child {
    border-bottom: none;
}

.calendar-hour .cal-time {
    position: absolute;
    margin-top: 30px;
    font-weight: 400;
    font-size: 11px;
    padding-left: 20px;
}

.calendar-hour .cal-from {
    position: absolute;
    margin-top: 18px;
    font-size: 11px;
    font-weight: 400;
    padding-left: 20px;
}

.calendar-hour .cal-to {
    position: absolute;
    margin-top: 40px;
    font-size: 11px;
    font-weight: 400;
    padding-left: 20px;
}

.calendar-hour h4 {
    font-size: 14px;
    padding-left: 100px;
    padding-top: 17px;
    margin-bottom: 2px;
}

.calendar-hour em {
    font-style: normal;
    font-size: 11px;
    padding-left: 100px;
    color: #666666;
}

    .calendar-hour em i {
        margin-right: 10px;
    }

/*----------------------*/
/*----------------------*/
/*----Page Preloader----*/
/*----------------------*/
/*----------------------*/

#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #FFF;
    z-index: 99999999;
    pointer-events: none;
    opacity: 1;
    transition: all 500ms ease;
}

.hide-preloader {
    pointer-events: none;
    opacity: 0 !important;
    transition: all 500ms ease;
}

#status {
    position: fixed;
    z-index: 99999999;
    width: 250px;
    height: 280px;
    position: absolute;
    left: 50%;
    top: 50%;
    padding-bottom: 40px;
    background-size: 64px 64px;
    background-repeat: no-repeat;
    background-position: center bottom;
    margin: -125px 0 0 -125px;
    opacity: 1;
    transition: all 250ms ease;
}

.hide-status {
    opacity: 0 !important;
    transition: all 250ms ease;
}

.preloader-logo {
    background-image: url(../assets/bcdasia.png);
    background-size: 75px 75px;
    height: 75px;
    width: 75px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 40px;
}

#preloader h3 {
    margin-bottom: 5px;
}


#status em {
    font-size: 10px !important;
    display: block;
    font-style: normal;
}

/*------------*/
/*------------*/
/*----Tabs----*/
/*------------*/
/*------------*/

ul.tabs {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

    ul.tabs li {
        pointer-events: all;
        color: #222;
        display: inline-block;
        padding: 8px 15px;
        cursor: pointer;
        -webkit-transition: all 250ms ease;
        -moz-transition: all 250ms ease;
        -ms-transition: all 250ms ease;
        -o-transition: all 250ms ease;
        transition: all 250ms ease;
        margin-bottom: 0px;
    }

        ul.tabs li.active-tab {
            pointer: cursor;
            pointer-events: none;
            background: rgba(0,0,0,0.04);
            color: #222;
            -webkit-transition: all 250ms ease;
            -moz-transition: all 250ms ease;
            -ms-transition: all 250ms ease;
            -o-transition: all 250ms ease;
            transition: all 250ms ease;
        }


.tab-content {
    display: none;
    background: rgba(0,0,0,0.04);
    padding: 15px;
}

.active-tab-content {
    display: block
}

/*-----------------*/
/*-----------------*/
/*----Accordion----*/
/*-----------------*/
/*-----------------*/

.accordion-toggle {
    border-bottom: solid 1px rgba(0,0,0,0.1);
    cursor: pointer;
    font-size: 14px;
    height: 60px;
    line-height: 60px;
    font-weight: 500;
}

    .accordion-toggle i {
        float: right;
        line-height: 60px;
        height: 60px;
        margin-top: 0px;
        width: 40px;
        text-align: center;
        margin-right: -10px;
        -moz-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transition: all 250ms ease-in-out;
        -moz-transition: all 250ms ease-in-out;
        -ms-transition: all 250ms ease-in-out;
        -o-transition: all 250ms ease-in-out;
        transition: all 250ms ease-in-out;
    }

.accordion-content {
    display: none;
    padding-bottom: 10px;
}

    .accordion-content.active-accordion {
        display: block;
    }

.accordion-toggle {
    margin-top: 10px;
}

.accordion-content p {
    margin-bottom: -10px;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 0px;
    border-bottom: solid 1px rgba(0,0,0,0.1);
}

.accordion-toggle {
    margin-bottom: 0px;
    margin-top: 0px;
}

.rotate-180 {
    -moz-transform: rotate(180deg) !important;
    -webkit-transform: rotate(180deg) !important;
    -o-transform: rotate(180deg) !important;
    -ms-transform: rotate(180deg) !important;
    transform: rotate(180deg) !important;
    -webkit-transition: all 250ms ease-in-out;
    -moz-transition: all 250ms ease-in-out;
    -ms-transition: all 250ms ease-in-out;
    -o-transition: all 250ms ease-in-out;
    transition: all 250ms ease-in-out;
}

.rotate-90 {
    -moz-transform: rotate(90deg) !important;
    -webkit-transform: rotate(90deg) !important;
    -o-transform: rotate(90deg) !important;
    -ms-transform: rotate(90deg) !important;
    transform: rotate(90deg) !important;
    -webkit-transition: all 250ms ease-in-out;
    -moz-transition: all 250ms ease-in-out;
    -ms-transition: all 250ms ease-in-out;
    -o-transition: all 250ms ease-in-out;
    transition: all 250ms ease-in-out;
}

/*---------------*/
/*---------------*/
/*----Toggles----*/
/*---------------*/
/*---------------*/

.toggle {
    border-bottom: solid 1px rgba(0,0,0,0.1);
}

    .toggle .toggle-title {
        height: 60px;
        line-height: 60px;
        color: #1f1f1f;
        font-weight: 500;
        font-size: 15px;
        display: block;
        width: 100%;
    }

.active-toggle .toggle-content {
    display: block;
}

.toggle-content {
    display: none;
    padding-top: 0px;
    padding-bottom: 20px;
}

    .toggle-content p {
        padding-bottom: 0px;
        margin-bottom: 0px;
    }

.toggle i {
    font-size: 10px !important;
    pointer-events: none;
    position: absolute;
    top: 1px;
    width: 20px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    right: 0px;
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: all 250ms ease-in-out;
    -moz-transition: all 250ms ease-in-out;
    -ms-transition: all 250ms ease-in-out;
    -o-transition: all 250ms ease-in-out;
    transition: all 250ms ease-in-out;
}

.rotate-toggle {
    color: #c0392b;
    -moz-transform: rotate(45deg) !important;
    -webkit-transform: rotate(45deg) !important;
    -o-transform: rotate(45deg) !important;
    -ms-transform: rotate(45deg) !important;
    transform: rotate(45deg) !important;
    -webkit-transition: all 250ms ease-in-out;
    -moz-transition: all 250ms ease-in-out;
    -ms-transition: all 250ms ease-in-out;
    -o-transition: all 250ms ease-in-out;
    transition: all 250ms ease-in-out;
}

/*-----------------------------*/
/*-----------------------------*/
/*----Mobile Style Switches----*/
/*-----------------------------*/
/*-----------------------------*/

.switch-box h4 {
    font-size: 15px;
    line-height: 29px;
    float: left;
    font-weight: 600;
    padding-top: 2px;
    margin-bottom: 5px;
}

.switch-box .switch {
    float: right !important;
}

.switch-box .switch-icon {
    float: right !important;
}

.switch-box-content {
    clear: both;
    display: none;
}

.switch-box-subtitle {
    display: block;
    clear: both;
    opacity: 0.8;
    font-size: 13px;
}

/*Switch 1*/

.switch-1 {
    width: 50px;
    height: 30px;
    background-color: #c0392b;
    border-radius: 30px;
    transition: all 200ms ease;
    float: left;
}

    .switch-1 em:first-child {
        position: absolute;
        color: #FFFFFF;
        height: 30px;
        line-height: 30px;
        margin-left: 11px;
        font-style: normal;
        font-size: 10px;
    }

    .switch-1 em:last-child {
        position: absolute;
        color: #FFFFFF;
        height: 30px;
        line-height: 30px;
        margin-left: 33px;
        font-style: normal;
        font-size: 10px;
    }

    .switch-1 span {
        width: 26px;
        height: 26px;
        position: absolute;
        background-color: #FFFFFF;
        border-radius: 28px;
        margin-top: 2px;
        transform: translateX(2px);
        -webkit-transform: translateX(2px);
        transition: all 200ms ease;
    }

.switch-1-on {
    background-color: #27ae60;
    transition: all 200ms ease;
}

    .switch-1-on span {
        transform: translateX(22px);
        -webkit-transform: translateX(22px);
        transition: all 200ms ease;
    }

.switch-icon em:first-child {
    font-size: 10px;
    margin-top: 2px;
    margin-left: 9px;
    line-height: 27px;
}

.switch-icon em:last-child {
    font-size: 10px;
    margin-top: 2px;
    margin-left: 32px;
    line-height: 27px;
}

/*Switch 2*/

.switch-2 {
    width: 85px;
    background-color: #464646;
    height: 30px;
}

    .switch-2 span {
        margin-top: 2px;
        transform: translateX(2px);
        -webkit-transform: translateX(2px);
        width: 40px;
        background-color: #676767;
        height: 26px;
        position: absolute;
        text-align: center;
        transition: all 200ms ease;
    }

        .switch-2 span em {
            display: block;
            color: #FFFFFF;
            font-style: normal;
            line-height: 26px;
            font-size: 10px !important;
            margin-top: -26px;
            transition: all 200ms ease;
        }

.switch-2-on span {
    transform: translateX(43px);
    -webkit-transform: translateX(43px);
    /*background-color:#0e88b1;*/
    background-color: #27ae60;
    transition: all 200ms ease;
}

    .switch-2-on span em {
        margin-top: 0px;
        transition: all 200ms ease;
    }

/*Switch 3*/

.switch-3 {
    border: solid 3px #cacaca;
    width: 60px;
    height: 28px;
    background-color: #27ae60;
    transition: all 200ms ease;
}

    .switch-3 span {
        z-index: 10;
        position: absolute;
        background-color: #cacaca;
        width: 25px;
        border-right: solid 3px #FFFFFF;
        border-left: solid 3px #FFFFFF;
        height: 28px;
        margin-top: -3px;
        transform: translateX(33px);
        -webkit-transform: translateX(33px);
        transition: all 200ms ease;
    }

.switch-3-on {
    background-color: #c0392b;
    transition: all 200ms ease;
}

    .switch-3-on span {
        transform: translateX(-3px);
        -webkit-transform: translateX(-3px);
        transition: all 200ms ease;
    }

.switch-3 strong {
    position: absolute;
    width: 54px;
    height: 22px;
    border: solid 3px #FFFFFF;
}

.switch-3 em {
    position: absolute;
    color: #FFFFFF;
    margin-left: 0px;
    font-style: normal;
    font-size: 10px;
    margin-top: -4px;
    width: 35px;
    text-align: center;
}

    .switch-3 em:last-child {
        position: absolute;
        color: #FFFFFF;
        margin-left: 19px !important;
        font-style: normal;
        font-size: 10px;
        margin-top: -4px;
    }

/*---------------------*/
/*---------------------*/
/*----Notifications----*/
/*---------------------*/
/*---------------------*/

.static-notification {
    padding: 15px;
    margin-bottom: 30px;
}

    .static-notification h6 {
        color: #FFFFFF;
        font-weight: 500;
        padding-bottom: 10px;
        border-bottom: solid 1px rgba(255,255,255,0.3);
    }

.static-notification-icon {
    padding-right: 20px;
}

.static-notification p {
    font-size: 12px;
    margin-bottom: 0px;
    color: rgba(255,255,255,0.8);
}

.static-notification-close {
    width: 50px;
    height: 50px;
    color: #FFFFFF;
    position: absolute;
    top: 5px;
    right: 0px;
}

.static-notification-close {
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
}

.tap-dismiss i {
    font-size: 20px;
    color: #FFFFFF;
    position: absolute;
    height: 60px;
    top: -15px;
    line-height: 60px;
    width: 60px;
    text-align: center;
    left: -15px;
}

.tap-dismiss p {
    padding-left: 50px;
}

/*-------------------------*/
/*---Fixed Notifications---*/
/*-------------------------*/

/*top*/
.top-notification {
    display: none;
    z-index: 999999;
    position: fixed;
    top: 0px;
    left: 0px;
    right: 0px;
    width: 100%;
    padding: 15px 20px;
}

@media(min-width:568px) {
    .top-notification {
        width: 320px;
        right: 40px;
        left: auto;
        top: 20px;
    }
}

.top-notification h4 {
    color: #FFFFFF;
    font-size: 15px;
    margin-bottom: 5px;
}

.top-notification p {
    color: #FFFFFF;
    font-size: 12px;
    margin-bottom: 0px;
}

.top-notification a {
    color: #FFFFFF;
    text-decoration: underline;
}

.top-notification .close-top-notification {
    width: 50px;
    height: 50px;
    position: absolute;
    right: 0px;
    top: 0px;
}

    .top-notification .close-top-notification i {
        width: 50px;
        height: 50px;
        line-height: 50px;
        text-align: center;
    }

/*bottom*/
.bottom-notification {
    display: none;
    z-index: 9999;
    position: fixed;
    bottom: 0px;
    left: 0px;
    right: 0px;
    width: 100%;
    padding: 15px 20px;
}

@media(min-width:568px) {
    .bottom-notification {
        width: 320px;
        right: 40px;
        left: auto;
        bottom: 40px;
    }
}

.bottom-notification h4 {
    color: #FFFFFF;
    font-size: 15px;
    margin-bottom: 5px;
}

.bottom-notification p {
    color: #FFFFFF;
    font-size: 12px;
    margin-bottom: 0px;
}

.bottom-notification a {
    color: #FFFFFF;
    text-decoration: underline;
}

.bottom-notification .close-bottom-notification {
    width: 50px;
    height: 50px;
    position: absolute;
    right: 0px;
    top: 0px;
}

    .bottom-notification .close-bottom-notification i {
        width: 50px;
        height: 50px;
        line-height: 50px;
        text-align: center;
    }

/*----------------------*/
/*----------------------*/
/*----Speach Bubbles----*/
/*----------------------*/
/*----------------------*/

.green-bubble {
    background-color: #33c922 !important;
    color: #FFFFFF !important;
    border: none !important;
}

.blue-bubble {
    background-color: #0b84fe !important;
    color: #FFFFFF !important;
    border: none !important;
}

.speach-left {
    float: left;
    display: inline;
    text-align: left;
    max-width: 75%;
    font-size: 13px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
    border-radius: 10px;
    background-color: #FFFFFF;
    border: solid 1px #cacaca;
}

.speach-left-title {
    display: block;
    width: 100%;
    font-size: 10px;
    font-style: normal;
    padding-left: 5px;
    color: #000000;
    text-shadow: 0px 1px 0px #FFFFFF;
}

.speach-right {
    float: right;
    text-align: right;
    text-align: left;
    max-width: 75%;
    font-size: 13px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
    border-radius: 10px;
    background-color: #FFFFFF;
    border: solid 1px #cacaca;
}

.speach-right-title {
    text-align: right;
    display: block;
    font-size: 10px;
    font-style: normal;
    padding-right: 5px;
    color: #000000;
    text-shadow: 0px 1px 0px #FFFFFF;
}

.speach-status {
    font-size: 11px;
    font-weight: 500;
    float: right;
    margin-top: -25px;
    position: relative;
    display: inline;
}

    .speach-status i {
        padding-right: 5px;
    }

    .speach-status img {
        width: 15px;
        height: 15px;
        border-radius: 10px;
        float: right;
        margin-top: 7px;
        margin-left: 10px;
        display: inline;
    }

/*--------------*/
/*--------------*/
/*----Charts----*/
/*--------------*/
/*--------------*/

.chart-center {
    margin-left: auto;
    margin-right: auto;
}

.chart div {
    overflow: hidden !important;
}

.chart strong {
    font-size: 13px;
    text-align: left;
    font-weight: 600;
    font-family: 'Source Sans Pro', sans-serif;
    padding-left: 5px;
}

.chart em {
    font-size: 13px;
    text-align: right;
    font-style: normal;
    display: block;
    margin-bottom: 10px;
    margin-top: -20px;
    font-weight: 300;
    font-family: 'Source Sans Pro', sans-serif;
    padding-right: 5px;
}

.chart-background {
    background-color: #CCC;
    width: 100%;
    display: block;
    height: 22px;
    margin-bottom: 20px;
    margin-top: -5px;
}

.red-chart {
    background-color: #c0392b;
    margin: 3px;
    height: 16px;
    opacity: 0.9;
}

.green-chart {
    background-color: #27ae60;
    margin: 3px;
    height: 16px;
    opacity: 0.9;
}

.yellow-chart {
    background-color: #f39c12;
    margin: 3px;
    height: 16px;
    opacity: 0.9;
}

.magenta-chart {
    background-color: #8e44ad;
    margin: 3px;
    height: 16px;
    opacity: 0.9;
}

.blue-chart {
    background-color: #2980b9;
    margin: 3px;
    height: 16px;
    opacity: 0.9;
}

.chart-round div {
    border-radius: 20px;
}

.p100 {
    width: 100%;
}

.p95 {
    width: 95%;
}

.p90 {
    width: 90%;
}

.p85 {
    width: 85%;
}

.p80 {
    width: 80%;
}

.p75 {
    width: 75%;
}

.p70 {
    width: 70%;
}

.p65 {
    width: 65%;
}

.p60 {
    width: 60%;
}

.p55 {
    width: 55%;
}

.p50 {
    width: 50%;
}

.p45 {
    width: 45%;
}

.p40 {
    width: 40%;
}

.p35 {
    width: 35%;
}

.p30 {
    width: 30%;
}

.p25 {
    width: 25%;
}

.p20 {
    width: 20%;
}

.p15 {
    width: 15%;
}

.p10 {
    width: 10%;
}

.p5 {
    width: 5%;
}

.p0 {
    width: 0%;
}

/*---------------*/
/*---------------*/
/*----Buttons----*/
/*---------------*/
/*---------------*/

.button {
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0.6px;
    display: inline-block;
    padding: 8px 18px;
    margin-bottom: 15px;
    margin-right: 12px;
}

.button-icon i {
    position: absolute;
    width: 10px;
    height: 10px;
    line-height: 10px;
    left: 15px;
    top: 50%;
    margin-top: -5px;
}

.button-icon {
    padding-left: 40px;
}

.button-small {
    display: inline-block;
    padding: 5px 15px;
    margin-bottom: 15px;
    margin-right: 12px;
    font-size: 12px;
}

.button-xl {
    font-size: 16px;
    padding: 12px 30px;
}

.button-l {
    font-size: 15px;
    padding: 10px 30px;
}

.button-s {
    font-size: 13px;
    padding: 8px 20px;
}

.button-xs {
    font-size: 11px;
    padding: 6px 15px;
}

.button-fullscreen {
    width: 100% !important;
    display: block;
    text-align: center;
}

.social-button {
    height: 45px;
    display: inline-block;
    padding-right: 30px;
    padding-left: 45px;
    margin-bottom: 10px;
    margin-right: 5px;
    line-height: 45px;
    font-weight: 500;
    font-size: 12px;
    width: 115px;
}

.social-button-fullscreen {
    height: 45px;
    display: block;
    padding-right: 30px;
    padding-left: 45px;
    margin-bottom: 10px;
    margin-right: 5px;
    line-height: 45px;
    font-weight: 500;
    font-size: 12px;
    width: 100%;
}

    .social-button i, .social-button-fullscreen i {
        position: absolute;
        height: 45px;
        width: 45px;
        line-height: 45px;
        text-align: center;
        font-size: 18px;
        left: 0px;
        margin-top: 1px;
    }

.social-ball {
    border-radius: 45px;
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 10px;
    width: 45px;
    height: 45px;
    line-height: 45px;
    text-align: center;
}

.social-square {
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 10px;
    width: 45px;
    height: 45px;
    line-height: 45px;
    text-align: center;
}

.social-ball i {
    width: 45px;
    height: 45px;
    line-height: 45px;
    text-align: center;
}

.social-square i {
    width: 45px;
    height: 45px;
    line-height: 45px;
    text-align: center;
}

.button-round {
    border-radius: 5px !important;
    cursor:pointer;
}

    .button,
    .button:hover,
    .button-round,
    .button-round:hover {
        transition: all 200ms ease;
    }

.teal-3d {
    padding-top: 5px;
    padding-bottom: 5px;
    border-bottom: solid 4px #117562;
}

.button-teal {
    background-color: #16a085;
    color: #FFFFFF;
}

    .button-teal:hover {
        background-color: #1abc9c;
    }

.green-3d {
    padding-top: 5px;
    padding-bottom: 5px;
    border-bottom: solid 4px #1e8248;
}

.button-green {
    background-color: #27ae60;
    color: #FFFFFF;
}

    .button-green:hover {
        background-color: #2ecc71;
    }

.blue-3d {
    padding-top: 5px;
    padding-bottom: 5px;
    border-bottom: solid 4px #194e70;
}

.button-blue {
    background-color: #2980b9;
    color: #FFFFFF;
}

    .button-blue:hover {
        background-color: #3498db;
    }

.magenta-3d {
    padding-top: 5px;
    padding-bottom: 5px;
    border-bottom: solid 4px #602e75;
}

.button-magenta {
    background-color: #8e44ad;
    color: #FFFFFF;
}

    .button-magenta:hover {
        background-color: #9b59b6;
    }

.dark-3d {
    padding-top: 5px;
    padding-bottom: 5px;
    border-bottom: solid 4px #19232d;
}

.button-dark {
    background-color: #2c3e50;
    color: #FFFFFF;
}

    .button-dark:hover {
        background-color: #34495e;
    }

.yellow-3d {
    padding-top: 5px;
    padding-bottom: 5px;
    border-bottom: solid 4px #ba970b;
}

.button-yellow {
    background-color: #f1c40f;
    color: #1f1f1f;
}

    .button-yellow:hover {
        background-color: #f39c12;
    }

.orange-3d {
    padding-top: 5px;
    padding-bottom: 5px;
    border-bottom: solid 4px #9d3e00;
}

.button-orange {
    background-color: #d35400;
    color: #FFFFFF;
}

    .button-orange:hover {
        background-color: #e67e22;
    }

.red-3d {
    padding-top: 5px;
    padding-bottom: 5px;
    border-bottom: solid 4px #8a281e;
}

.button-red {
    background-color: #c0392b;
    color: #FFFFFF;
}

    .button-red:hover {
        background-color: #e74c3c;
    }

.light-3d {
    padding-top: 5px;
    padding-bottom: 5px;
    border-bottom: solid 4px #868a8c;
}

.button-light {
    background-color: #bdc3c7;
    color: #1f1f1f;
}

    .button-light:hover {
        background-color: #ecf0f1;
    }

.grey-3d {
    padding-top: 5px;
    padding-bottom: 5px;
    border-bottom: solid 4px #474d4e;
}

.button-grey {
    background-color: #7f8c8d;
    color: #FFFFFF;
}

    .button-grey:hover {
        background-color: #95a5a6;
    }

.button i {
    padding-right: 10px;
}

.button-center {
    width: 120px;
    margin-left: auto !important;
    margin-right: auto !important;
    text-align: center;
    display: block;
    margin-bottom: 30px;
}

.button-right {
    float: right;
}

    .button-right:after {
        visibility: hidden;
        display: block;
        content: "";
        clear: both;
        height: 0;
    }

.read-more-link {
    text-align: right;
}

    .read-more-link i {
        padding-right: 20px;
    }

.button-cover {
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 12px;
    border-radius: 5px;
    color: #FFFFFF;
    border: solid 1px rgba(255,255,255,0.5);
    transition: all 200ms ease;
    margin-right: 0px;
    margin-left: 0px;
}

    .button-cover:hover {
        background-color: rgba(255,255,255,0.05);
        transition: all 200ms ease;
    }

/*-------------------*/
/*---Login Buttons---*/
/*-------------------*/

.facebook-login,
.twitter-login,
.google-login {
    height: 50px;
    line-height: 50px;
    padding-left: 20px;
    padding-right: 20px;
    margin-top: 8px;
    margin-bottom: 8px;
    font-size: 12px;
    text-align: center;
    transition: all 250ms ease;
}

    .facebook-login:hover,
    .twitter-login:hover,
    .google-login:hover {
        opacity: 0.9;
        transition: all 250ms ease;
    }

    .facebook-login i,
    .twitter-login i,
    .google-login i {
        width: 10px;
        margin-right: 20px;
        position: absolute;
        left: 20px;
        top: 18px;
        font-size: 16px;
    }

/*--------------------*/
/*--------------------*/
/*----This or That----*/
/*--------------------*/
/*--------------------*/

/*Style 1*/

.or-buttons-style-1 {
    width: 300px;
    margin-left: auto;
    margin-right: auto;
}

    .or-buttons-style-1 a:first-child {
        width: 108px;
        text-align: center;
        float: left;
        margin-right: 30px;
        margin-bottom: 0px;
        margin-left: 0px;
        font-size: 13px;
    }

    .or-buttons-style-1 em {
        position: relative;
        z-index: 10;
        float: left;
        background-color: #FFFFFF;
        padding: 7px 5px;
        font-size: 12px;
    }

    .or-buttons-style-1 strong {
        position: absolute;
        margin-top: 22px;
        margin-left: 121px;
        display: block;
        height: 1px;
        width: 50px;
        background-color: rgba(0,0,0,0.2);
    }

    .or-buttons-style-1 a:last-child {
        width: 108px;
        text-align: center;
        float: left;
        margin-left: 30px;
        margin-bottom: 0px;
        margin-right: 0px;
        font-size: 13px;
    }

/*Style 2*/

.or-buttons-style-2 {
    margin-left: auto;
    margin-right: auto;
}

    .or-buttons-style-2 a:first-child {
        width: 200px;
        margin-left: auto;
        margin-right: auto;
        display: block;
        text-align: center;
        margin-bottom: 0px;
        font-size: 13px;
    }

    .or-buttons-style-2 em {
        position: relative;
        z-index: 10;
        background-color: #FFFFFF;
        padding: 5px;
        font-size: 12px;
        display: block;
        width: 30px;
        margin-left: auto;
        margin-right: auto;
        text-align: center;
    }

    .or-buttons-style-2 strong {
        position: absolute;
        margin-top: -20px;
        left: 50%;
        margin-left: -75px;
        display: block;
        height: 1px;
        width: 150px;
        background: -moz-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(202,202,202,1) 50%, rgba(255,255,255,0) 100%); /* FF3.6+ */
        background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(255,255,255,0)), color-stop(50%,rgba(202,202,202,1)), color-stop(100%,rgba(255,255,255,0))); /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%,rgba(202,202,202,1) 50%,rgba(255,255,255,0) 100%); /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(left, rgba(255,255,255,0) 0%,rgba(202,202,202,1) 50%,rgba(255,255,255,0) 100%); /* Opera 11.10+ */
        background: -ms-linear-gradient(left, rgba(255,255,255,0) 0%,rgba(202,202,202,1) 50%,rgba(255,255,255,0) 100%); /* IE10+ */
        background: linear-gradient(to right, rgba(255,255,255,0) 0%,rgba(202,202,202,1) 50%,rgba(255,255,255,0) 100%); /* W3C */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#00ffffff',GradientType=1 ); /* IE6-9 */
    }

    .or-buttons-style-2 a:last-child {
        width: 200px;
        margin-left: auto;
        margin-right: auto;
        display: block;
        text-align: center;
        margin-bottom: 0px;
        font-size: 13px;
    }

/*Style 3*/

.or-buttons-style-3 em {
    position: relative;
    z-index: 10;
    background-color: #FFFFFF;
    padding: 5px;
    font-size: 14px;
    display: block;
    width: 40px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.or-buttons-style-3 strong {
    position: absolute;
    margin-top: -20px;
    left: 50%;
    margin-left: -100px;
    display: block;
    height: 1px;
    width: 200px;
    background: -moz-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(202,202,202,1) 50%, rgba(255,255,255,0) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(255,255,255,0)), color-stop(50%,rgba(202,202,202,1)), color-stop(100%,rgba(255,255,255,0))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%,rgba(202,202,202,1) 50%,rgba(255,255,255,0) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left, rgba(255,255,255,0) 0%,rgba(202,202,202,1) 50%,rgba(255,255,255,0) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(left, rgba(255,255,255,0) 0%,rgba(202,202,202,1) 50%,rgba(255,255,255,0) 100%); /* IE10+ */
    background: linear-gradient(to right, rgba(255,255,255,0) 0%,rgba(202,202,202,1) 50%,rgba(255,255,255,0) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#00ffffff',GradientType=1 ); /* IE6-9 */
}

/*-------------------*/
/*-------------------*/
/*----Modal Forms----*/
/*-------------------*/
/*-------------------*/

.rounded-modal {
    border-radius: 10px;
}

.squared-modal {
    border-radius: 0px;
}

/*-----------------------*/
/*---Simple Modal Form---*/
/*-----------------------*/

#simplemodal-overlay {
    background-color: #000;
}

.modal-content {
    display: block;
    overflow: hidden !important;
}

.simple-modal-content {
    display: none;
    background-color: rgba(255,255,255,0.9);
    margin-top: 20px;
    padding-bottom: 2px;
}

@media (max-width:350px) {
    #simplemodal-container {
        width: 300px !important;
    }
}

@media (min-width:355px) {
    #simplemodal-container {
        width: 340px !important;
    }
}

.simple-modal-content h4 {
    padding: 20px;
    padding-bottom: 10px;
}

.simple-modal-content p {
    padding: 20px;
    padding-top: 0px;
    padding-bottom: 0px;
}

/*-----------------------*/
/*---Social Modal Form---*/
/*-----------------------*/

.social-login-modal-content {
    display: none;
    padding-bottom: 2px;
}

.login-modal-wrapper {
    background-color: rgba(255,255,255,0.9);
    border-radius: 10px;
    padding: 20px 40px;
}

    .login-modal-wrapper h4 {
        text-align: center;
        padding-bottom: 10px;
    }

.facebook-connect {
    background-color: #3b5998;
}

.twitter-connect {
    background-color: #4099ff;
}

.google-connect {
    background-color: #d34836;
}

/*----------------------*/
/*---Login Modal Form---*/
/*----------------------*/

.login-modal-wrapper .facebook-connect, .google-connect, .twitter-connect {
    color: #FFFFFF;
    border-radius: 5px;
    font-size: 11px;
    padding-top: 3px;
    padding-bottom: 3px;
    padding-left: 40px;
    padding-right: 20px;
    margin-bottom: 10px;
    text-align: center;
}

    .login-modal-wrapper .facebook-connect i, .google-connect i, .twitter-connect i {
        width: 10px;
        font-size: 14px;
        position: absolute;
        width: 35px;
        height: 35px;
        top: 1px;
        left: 5px;
        text-align: center;
        line-height: 35px;
    }

.login-modal-wrapper em {
    font-family: 'Crete Round', sans-serif;
    display: block;
    text-align: center;
    font-size: 12px;
    margin-bottom: 0px;
}

.login-modal-user, .login-modal-pass {
    width: 100%;
    height: 40px;
    border-bottom: solid 1px #cacaca;
    margin-bottom: 10px;
    font-size: 13px;
    -webkit-transition: all 250ms ease;
    -moz-transition: all 250ms ease;
    -ms-transition: all 250ms ease;
    -o-transition: all 250ms ease;
    transition: all 250ms ease;
    background-color: transparent;
}

    .login-modal-user:focus, .login-modal-pass:focus {
        border-bottom: solid 1px #27ae60;
        -webkit-transition: all 250ms ease;
        -moz-transition: all 250ms ease;
        -ms-transition: all 250ms ease;
        -o-transition: all 250ms ease;
        transition: all 250ms ease;
    }

.login-modal-wrapper .login-button {
    width: 45%;
    margin-right: 10%;
    color: #FFFFFF;
    text-align: center;
    height: 35px;
    line-height: 35px;
    border-radius: 5px;
    margin-bottom: 10px;
    font-size: 12px;
    margin-top: 20px;
    float: left;
}

.login-modal-wrapper .login-close {
    float: left;
    width: 45%;
    color: #FFFFFF;
    text-align: center;
    height: 35px;
    line-height: 35px;
    border-radius: 5px;
    margin-bottom: 10px;
    font-size: 12px;
    margin-top: 20px;
}

.login-modal-wrapper .login-forgot {
    font-size: 12px;
    text-align: center;
    font-weight: 500;
    color: #666;
    margin-top: 10px;
}

/*------------------*/
/*---Simple Login---*/
/*------------------*/

.simple-login-modal-content {
    display: none;
}

/*--------------------------*/
/*---Social Profile Modal---*/
/*--------------------------*/

.social-profile-modal-content {
    display: none;
    background-color: rgba(255,255,255,0.9);
    padding: 20px;
    padding-top: 30px;
    padding-bottom: 2px;
}

    .social-profile-modal-content img {
        width: 100px;
        height: 100px;
        border-radius: 140px;
        margin-left: auto;
        margin-right: auto;
    }

    .social-profile-modal-content h3 {
        text-align: center;
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .social-profile-modal-content strong {
        font-weight: 400;
        text-align: center;
        display: block;
        font-size: 13px;
        margin-top: -10px;
        margin-bottom: 20px;
    }

    .social-profile-modal-content .social-profiles {
        width: 230px;
        margin-left: auto;
        margin-right: auto;
    }

.facebook-profile {
    width: 65px;
    height: 65px;
    float: left;
    margin: 0px 5px;
    margin-bottom: 40px;
    text-align: center;
    font-size: 13px;
    line-height: 40px;
    color: #1f1f1f;
}

    .facebook-profile i {
        display: block;
        width: 45px;
        height: 45px;
        border-radius: 45px;
        line-height: 45px;
        text-align: center;
        background-color: #3b5998;
        color: #FFFFFF;
        margin-left: auto;
        margin-right: auto;
    }

    .facebook-profile em {
        display: block;
        text-align: center;
        font-size: 12px;
        font-style: normal;
        color: #1f1f1f;
    }

.twitter-profile {
    width: 65px;
    height: 65px;
    float: left;
    margin: 0px 5px;
    margin-bottom: 40px;
    text-align: center;
    font-size: 13px;
    line-height: 40px;
    color: #1f1f1f;
}

    .twitter-profile i {
        display: block;
        width: 45px;
        height: 45px;
        border-radius: 45px;
        line-height: 45px;
        text-align: center;
        background-color: #4099ff;
        color: #FFFFFF;
        margin-left: auto;
        margin-right: auto;
    }

    .twitter-profile em {
        display: block;
        text-align: center;
        font-size: 12px;
        font-style: normal;
        color: #1f1f1f;
    }

.google-profile {
    width: 65px;
    height: 65px;
    float: left;
    margin: 0px 5px;
    margin-bottom: 40px;
    text-align: center;
    font-size: 13px;
    line-height: 40px;
    color: #1f1f1f;
}

    .google-profile i {
        display: block;
        width: 45px;
        height: 45px;
        border-radius: 45px;
        line-height: 45px;
        text-align: center;
        background-color: #d34836;
        color: #FFFFFF;
        margin-left: auto;
        margin-right: auto;
    }

    .google-profile em {
        display: block;
        text-align: center;
        font-size: 12px;
        font-style: normal;
        color: #1f1f1f;
    }

/*--------------------*/
/*--------------------*/
/*----Share Bottom----*/
/*--------------------*/
/*--------------------*/


@media (min-width:768px) {
    .share-socials-bottom {
        width: 600px !important;
    }
}

.share-bottom {
    position: fixed;
    width: 100%;
    z-index: 99999;
    background-color: #f8f8f8;
    padding-top: 15px;
    padding-bottom: 15px;
    border-top: solid 1px rgba(0,0,0,0.08);
    bottom: -380px;
    transition: all 350ms ease;
}

.active-share-bottom {
    bottom: 0px !important;
    transition: all 350ms ease;
}

.share-bottom h3 {
    text-align: center;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 600;
    padding-bottom: 15px;
    border-bottom: solid 1px rgba(0,0,0,0.05);
    margin-left: -5px;
}

.share-socials-bottom {
    width: 300px;
    margin-left: auto;
    margin-right: auto;
}

    .share-socials-bottom a {
        font-family: 'Roboto', serif;
        font-size: 13px !important;
        font-weight: 500;
        color: #1f1f1f;
        float: left;
        width: 60px;
        margin-left: 20px;
        margin-right: 20px;
        text-align: center;
        margin-bottom: 10px;
        margin-top: 10px;
    }

        .share-socials-bottom a i:hover {
            color: #FFFFFF;
            -moz-transform: scale(1.01,1.01);
            -webkit-transform: scale(1.01,1.01);
            -o-transform: scale(1.01,1.01);
            -ms-transform: scale(1.01,1.01);
            transform: scale(1.01,1.01);
            transition: all 150ms ease;
        }

        .share-socials-bottom a i {
            width: 60px;
            height: 60px;
            border-radius: 60px;
            color: #FFFFFF;
            line-height: 60px;
            font-size: 18px;
            margin-bottom: 5px;
            -moz-transform: scale(0.9,0.9);
            -webkit-transform: scale(0.9,0.9);
            -o-transform: scale(0.9,0.9);
            -ms-transform: scale(0.9,0.9);
            transform: scale(0.9,0.9);
            transition: all 150ms ease;
            opacity: 1;
        }

            .share-socials-bottom a i:hover {
                transition: all 250ms ease;
                opacity: 1;
            }

.close-share-bottom {
    font-family: 'Roboto', serif;
    display: block;
    text-align: center;
    padding-top: 15px;
    margin-top: 15px;
    border-top: solid 1px rgba(0,0,0,0.05);
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 600;
    color: #1f1f1f;
    transition: all 250ms ease;
    width: 100%;
    text-align: center;
    height: 50px;
    margin-bottom: -15px;
    padding-top: 10px;
}

    .close-share-bottom:hover {
        color: rgba(0,0,0,0.6);
        transition: all 250ms ease;
    }

/*------------------------*/
/*------------------------*/
/*----Device Detection----*/
/*------------------------*/
/*------------------------*/

.device-detected img {
    width: 101px;
    height: 101px;
    margin-left: auto;
    margin-right: auto;
}

.device-detected h5 {
    text-align: Center;
    padding-top: 20px;
}

.device-detected p {
    text-align: center;
    padding-left: 20px;
    padding-right: 20px;
}

/*----------------------------*/
/*----------------------------*/
/*----Animated Back To Top----*/
/*----------------------------*/
/*----------------------------*/

.back-to-top-badge {
    opacity: 0;
    width: 120px;
    height: 34px;
    border-radius: 18px;
    font-size: 12px;
    position: fixed;
    z-index: 9999;
    left: 50%;
    margin-left: -60px;
    top: 80px;
    color: #FFFFFF;
    text-align: center;
    line-height: 32px;
    background: #499bea; /* Old browsers */
    background: -moz-linear-gradient(top, #499bea 0%, #207ce5 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#499bea), color-stop(100%,#207ce5)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #499bea 0%,#207ce5 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #499bea 0%,#207ce5 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #499bea 0%,#207ce5 100%); /* IE10+ */
    background: linear-gradient(to bottom, #499bea 0%,#207ce5 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#499bea', endColorstr='#207ce5',GradientType=0 ); /* IE6-9 */
    -webkit-box-shadow: 0 1px 5px 1px rgba(0,0,0,0.2);
    box-shadow: 0 1px 5px 1px rgba(0,0,0,0.2);
    -webkit-transition: all 250ms ease-in-out;
    -moz-transition: all 250ms ease-in-out;
    -ms-transition: all 250ms ease-in-out;
    -o-transition: all 250ms ease-in-out;
    transition: all 250ms ease-in-out;
    pointer-events: none;
}

    .back-to-top-badge i {
        padding-right: 10px;
        line-height: 30px;
        text-align: center;
        width: 20px;
    }

    .back-to-top-badge:hover {
        color: #FFFFFF;
    }

.back-to-top-badge-visible {
    opacity: 1;
    pointer-events: all;
    -webkit-transition: all 250ms ease-in-out;
    -moz-transition: all 250ms ease-in-out;
    -ms-transition: all 250ms ease-in-out;
    -o-transition: all 250ms ease-in-out;
    transition: all 250ms ease-in-out;
}

/*-------------*/
/*-------------*/
/*---Userlist--*/
/*-------------*/
/*-------------*/

.user-list-item {
    margin-bottom: 20px;
}

    .user-list-item img {
        float: left;
        width: 50px;
        height: 50px;
        border-radius: 50px;
    }

    .user-list-item strong {
        color: #1f1f1f;
        margin-left: 60px;
        font-size: 15px;
        margin-bottom: 0px;
        margin-top: -5px;
        display: block;
    }

    .user-list-item em {
        display: block;
        font-size: 12px;
        padding-left: 60px;
        font-style: normal;
        color: #666666;
        font-weight: 500;
    }

    .user-list-item i {
        position: absolute;
        right: 0px;
        top: 23px;
        font-size: 12px;
        color: #1f1f1f;
    }

.user-list-follow {
    padding-bottom: 50px;
    display: block;
}

    .user-list-follow img {
        float: left;
        width: 50px;
        height: 50px;
        border-radius: 50px;
    }

    .user-list-follow strong {
        float: left;
        font-size: 14px;
        color: #1f1f1f;
        padding-left: 10px;
    }

        .user-list-follow strong em {
            font-size: 11px;
            font-style: normal;
            color: #666666;
            margin-top: -10px;
            display: block;
            font-weight: 400;
        }

    .user-list-follow .follow {
        float: right;
        font-size: 10px;
        height: 30px;
        margin-top: 10px;
        line-height: 30px;
        padding-left: 15px;
        padding-right: 15px;
        border-radius: 30px;
        background-color: #3498db;
        color: #FFFFFF;
    }

.user-list-socials {
    padding-bottom: 50px;
}

    .user-list-socials img {
        float: left;
        width: 50px;
        height: 50px;
        border-radius: 50px;
    }

    .user-list-socials strong {
        float: left;
        font-size: 14px;
        color: #1f1f1f;
        padding-left: 10px;
    }

        .user-list-socials strong em {
            font-size: 11px;
            font-style: normal;
            color: #666666;
            margin-top: -10px;
            display: block;
            font-weight: 400;
        }

    .user-list-socials .icon1 {
        float: right;
        font-size: 10px;
        height: 30px;
        width: 30px;
        text-align: center;
        margin-top: 10px;
        line-height: 30px;
        border-radius: 30px;
        color: #FFFFFF;
        margin-left: 5px;
    }

    .user-list-socials .icon2 {
        float: right;
        font-size: 10px;
        height: 30px;
        width: 30px;
        text-align: center;
        margin-top: 10px;
        line-height: 30px;
        border-radius: 30px;
        color: #FFFFFF;
    }

/*------------------*/
/*------------------*/
/*---Activity Feed--*/
/*------------------*/
/*------------------*/

.activity-item:hover {
    cursor: pointer;
}

.activity-item img {
    width: 40px;
    height: 40px;
    border-radius: 40px;
    margin-top: 5px;
    position: absolute;
}

.activity-item h5 {
    font-weight: 600;
    font-size: 14px;
    margin-left: 60px;
    margin-bottom: 0px;
    padding-top: 3px;
}

.activity-item em {
    display: block;
    margin-left: 60px;
    font-size: 11px;
    font-style: normal;
    font-weight: 500;
    color: rgba(0,0,0,0.6);
}

    .activity-item em i {
        padding-right: 10px;
        font-size: 12px;
    }

.activity-item-toggle {
    font-size: 8px;
    position: absolute;
    height: 50px;
    width: 30px;
    top: 0px;
    right: 0px;
    line-height: 50px;
    text-align: center;
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    color: #1f1f1f;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}

.activity-item-toggle-rotate {
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    color: #c0392b;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}

.activity-item-toggle i {
    height: 50px;
    top: 0px;
    width: 30px;
    text-align: center;
    line-height: 50px;
}

.activity-item-detail {
    padding-top: 20px;
    font-size: 13px;
    display: none;
}

/*----------------*/
/*----------------*/
/*----Full Map----*/
/*----------------*/
/*----------------*/

.map-fullscreen {
    margin-bottom: 0px;
    cursor: pointer;
}

    .map-fullscreen .map-overlay {
        opacity: 0.65;
        position: absolute;
        width: 100%;
        height: 100%;
        z-index: 9;
    }

    .map-fullscreen .deactivate-map {
        position: absolute;
        z-index: 10;
        bottom: -14px;
        font-size: 13px;
        height: 60px;
        line-height: 60px;
        padding: 0px;
        display: none;
    }

    .map-fullscreen .map-text {
        position: absolute;
        z-index: 99;
        width: 280px;
        height: 100px;
        top: 50%;
        margin-top: -50px;
        left: 50%;
        margin-left: -140px;
    }

        .map-fullscreen .map-text h3 {
            font-size: 24px;
            color: #FFFFFF;
            text-align: center;
        }

        .map-fullscreen .map-text p {
            color: #FFFFFF;
            text-align: center;
            font-size: 13px;
            opacity: 0.6;
            padding-top: 0px;
        }

/*------------------*/
/*------------------*/
/*----Portfolios----*/
/*------------------*/
/*------------------*/

/*------------------------*/
/*---Adaptive Portfolio---*/
/*------------------------*/

.portfolio-switch {
    transition: all 250ms ease;
}

.active-adaptive {
    color: #e34e47 !important;
    transition: all 250ms ease;
}

.portfolio-adaptive {
    margin-bottom: 10px;
}

    .portfolio-adaptive:after {
        visibility: hidden;
        display: block;
        content: "";
        clear: both;
        height: 0;
    }

    .portfolio-adaptive .portfolio-item img {
        margin-bottom: 20px;
    }

/*1 Item*/

.portfolio-item {
    transition: all 250ms ease;
}

.portfolio-adaptive-one .portfolio-item {
    width: 100%;
    float: left;
    transition: all 200ms ease;
}

/*2 Items*/

.portfolio-adaptive-two .portfolio-item {
    width: 50%;
    float: left;
    transition: all 200ms ease;
}

    .portfolio-adaptive-two .portfolio-item:nth-child(2n+2) {
        padding-left: 10px !important;
    }

    .portfolio-adaptive-two .portfolio-item:nth-child(2n+1) {
        padding-right: 10px !important;
    }

/*3 Items*/

.portfolio-adaptive-three .portfolio-item {
    width: 33%;
    float: left;
    transition: all 200ms ease;
}

    .portfolio-adaptive-three .portfolio-item:nth-child(3n+1) {
        padding-left: 5px !important;
        padding-right: 5px !important;
    }

    .portfolio-adaptive-three .portfolio-item:nth-child(3n+2) {
        padding-left: 10px !important;
    }

    .portfolio-adaptive-three .portfolio-item:nth-child(3n+3) {
        padding-right: 10px !important;
    }

/*Portfolio Controls*/

.portfolio-adaptive-controls .portfolio-switch {
    float: right;
    margin-bottom: 30px;
    margin-top: -40px;
    border-left: solid 1px rgba(0,0,0,0.1);
    color: #1f1f1f;
}

.portfolio-adaptive-controls .adaptive-one {
    border-left: 0px;
}

.portfolio-adaptive-controls .portfolio-switch i {
    width: 50px;
    height: 30px;
    line-height: 30px;
    text-align: center;
}

.portfolio-adaptive .portfolio-item .adaptive-more {
    font-size: 12px;
    padding-top: 10px;
}

    .portfolio-adaptive .portfolio-item .adaptive-more i {
        font-size: 12px;
        margin-left: 10px;
        margin-right: 10px;
    }

/*------------------------*/
/*---One Item Portfolio---*/
/*------------------------*/

.portfolio-one .portfolio-item img {
    padding-bottom: 20px;
}


.portfolio-one .portfolio-item em {
    font-size: 12px;
    margin-top: -10px;
    margin-bottom: 5px;
    display: block;
}

.portfolio-one .portfolio-item .portfolio-share {
    float: right;
    margin: 0px 10px;
}

    .portfolio-one .portfolio-item .portfolio-share i {
        padding-right: 10px;
    }

.portfolio-one .portfolio-item .portfolio-link {
    float: right;
    margin: 0px 10px;
}

    .portfolio-one .portfolio-item .portfolio-link i {
        padding-right: 10px;
    }

.portfolio-one .portfolio-item:after {
    visibility: hidden;
    display: block;
    content: "";
    clear: both;
    height: 0;
}

/*------------------------*/
/*---Two Item Portfolio---*/
/*------------------------*/

.portfolio-two .portfolio-item {
    float: left;
    width: 50%;
}

    .portfolio-two .portfolio-item:nth-child(2n+1) {
        padding-right: 10px;
    }

    .portfolio-two .portfolio-item:nth-child(2n+0) {
        padding-left: 10px;
    }

    .portfolio-two .portfolio-item img {
        padding-bottom: 20px;
    }

    .portfolio-two .portfolio-item em {
        font-size: 12px;
        margin-top: -10px;
        margin-bottom: 5px;
        display: block;
    }

    .portfolio-two .portfolio-item .portfolio-share {
        float: right;
        margin: 0px 10px;
    }

        .portfolio-two .portfolio-item .portfolio-share i {
            padding-right: 10px;
        }

    .portfolio-two .portfolio-item .portfolio-link {
        float: right;
        margin: 0px 10px;
    }

        .portfolio-two .portfolio-item .portfolio-link i {
            padding-right: 10px;
        }

    .portfolio-two .portfolio-item:after {
        visibility: hidden;
        display: block;
        content: "";
        clear: both;
        height: 0;
    }

/*--------------------*/
/*---Portfolio Wide---*/
/*--------------------*/

@media (max-width:768px) {
    .wide-text {
        padding-left: 30px;
        padding-right: 30px;
    }
}

@media (min-width:768px) {
    .wide-text {
        padding-left: 50px;
        padding-right: 50px;
    }
}

.portfolio-wide .portfolio-item {
    margin-bottom: 5px;
}

.portfolio-wide .wide-text {
    margin-top: 20px;
    display: none;
}

    .portfolio-wide .wide-text img {
        float: left;
        width: 80px;
        height: 80px;
        margin-right: 15px;
        margin-bottom: 0px;
        margin-top: 5px;
    }

    .portfolio-wide .wide-text .portfolio-link i {
        padding-right: 10px;
    }

    .portfolio-wide .wide-text .portfolio-link {
        float: right;
        margin-left: 20px;
        margin-bottom: 20px;
    }

    .portfolio-wide .wide-text .portfolio-share i {
        padding-right: 10px;
    }

    .portfolio-wide .wide-text .portfolio-share {
        float: right;
        margin-left: 20px;
        margin-bottom: 20px;
    }

    .portfolio-wide .wide-text .portfolio-close i {
        padding-right: 10px;
    }

    .portfolio-wide .wide-text .portfolio-close {
        float: right;
        margin-left: 20px;
        margin-bottom: 20px;
    }

.portfolio-wide .wide-title {
    display: block;
    position: relative;
    overflow: hidden;
}

    .portfolio-wide .wide-title img {
        position: absolute;
        top: 0px;
        width: 100%;
        display: block;
        z-index: 1;
    }

    .portfolio-wide .wide-title .overlay {
        width: 100%;
        height: 100%;
        z-index: 2;
        position: absolute;
        opacity: 0.8 !important;
        top: 0px;
    }

    .portfolio-wide .wide-title h3 {
        font-weight: 400;
        text-shadow: 0px 1px 2px rgba(0,0,0,0.5);
        text-align: center;
        position: relative;
        z-index: 3;
        color: #FFFFFF;
        padding-top: 35px;
        margin-bottom: 0px
    }

    .portfolio-wide .wide-title em {
        text-shadow: 0px 1px 2px rgba(0,0,0,0.5);
        text-align: center;
        position: relative;
        display: block;
        z-index: 3;
        color: rgba(255,255,255,0.6);
        padding-bottom: 30px;
        font-style: normal;
        font-size: 12px;
    }

/*----------------------*/
/*---Filter Portfolio---*/
/*----------------------*/

.portfolio-filter-wrapper {
    width: 100%;
    margin: 20px 0px;
    margin-bottom: 0px;
}

    .portfolio-filter-wrapper:after {
        visibility: hidden;
        display: block;
        content: "";
        clear: both;
        height: 0;
        margin-bottom: 10px;
    }

.portfolio-filter-categories {
    display: table;
    width: 100%;
    padding-top: 5px;
    padding-bottom: 5px;
    border-top: solid 1px rgba(0,0,0,0.1);
    border-bottom: solid 1px rgba(0,0,0,0.1);
}

.selected-filter {
    background-color: #27ae60;
    color: #FFFFFF !important;
    transition: all 200ms ease;
}

.filter-category {
    display: table-cell;
    padding: 2px 10px;
    text-align: center;
    font-size: 12px;
    color: #333;
    transition: all 200ms ease;
}

.portfolio-filter-item img {
    margin-bottom: 20px;
}

@media(min-width:768px) {
    .portfolio-filter-item {
        width: 46%;
        margin-right: 2%;
        margin-left: 2%;
        float: left;
    }
}

@media(min-width:1020px) {
    .portfolio-filter-item {
        width: 28%;
        margin-right: 2%;
        margin-left: 2%;
        float: left;
    }
}

.gallery-filter-item {
    width: 46%;
    margin-left: 2%;
    margin-right: 2%;
    float: left;
    margin-bottom: 4%;
}

@media(min-width:768px) {
    .gallery-filter-item {
        width: 46%;
        margin-right: 2%;
        margin-left: 2%;
        margin-bottom: 4%;
        float: left;
    }
}

@media(min-width:1020px) {
    .gallery-filter-item {
        width: 28%;
        margin-right: 2%;
        margin-left: 2%;
        margin-bottom: 4%;
        float: left;
    }
}


/*-----------------*/
/*-----------------*/
/*----Galleries----*/
/*-----------------*/
/*-----------------*/

.gallery:after {
    visibility: hidden;
    display: block;
    content: "";
    clear: both;
    height: 0;
    margin-bottom: 10px;
}

/*-------------------------*/
/*---Round Square Thumbs---*/
/*-------------------------*/

.square-thumbs a img {
    border-radius: none;
}

.round-thumbs a img {
    border-radius: 300px;
}

.gallery a {
    width: 33.333333333%;
    float: left;
    padding-bottom: 20px;
}

    .gallery a:nth-child(3n+1) {
        padding-right: 10px;
    }

    .gallery a:nth-child(3n+2) {
        padding-right: 5px;
        padding-left: 5px;
    }

    .gallery a:nth-child(3n+3) {
        padding-left: 10px;
    }

    .gallery a img {
        display: block;
        width: 95%;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 10px;
    }

/*-----------------------*/
/*---Justified Gallery---*/
/*-----------------------*/

.justified-gallery {
    width: 100%;
    position: relative;
    overflow: hidden;
    margin-bottom: 25px;
}

    .justified-gallery > a,
    .justified-gallery > div {
        position: absolute;
        display: inline-block;
        overflow: hidden;
        opacity: 0;
    }

        .justified-gallery > a > img,
        .justified-gallery > div > img,
        .justified-gallery > a > a > img,
        .justified-gallery > div > a > img {
            position: absolute;
            top: 50%;
            left: 50%;
            margin: 0;
            padding: 0;
            border: none;
        }

/*--------------------------*/
/*--------------------------*/
/*----Pages and PageApps----*/
/*--------------------------*/
/*--------------------------*/

/*----------------*/
/*--Page Contact--*/
/*----------------*/

.contactField {
    background-color: rgba(255,255,255,0.4);
    font-size: 12px;
    color: #666;
    border: solid 1px #cacaca;
    transition: all 200ms ease;
}

    .contactField:focus {
        border: solid 1px #27ae60;
        transition: all 200ms ease;
    }

.contactTextarea {
    background-color: rgba(255,255,255,0.4);
    font-size: 12px;
    border: solid 1px #cacaca;
    color: #666;
    transition: all 200ms ease;
}

    .contactTextarea:focus {
        border: solid 1px #27ae60;
        transition: all 200ms ease;
    }

.contactSubmitButton {
    line-height: 19px !important;
    display: block !important;
    height: 36px !important;
    margin-right: 4px;
    width: 100%;
}

.contact-form {
    margin-bottom: 20px;
}

.contactNameField {
    padding-bottom: 5px;
    font-size: 12px;
}

    .contactNameField span {
        float: right;
        opacity: 0.2;
    }

.contactEmailField {
    padding-bottom: 5px;
    font-size: 12px;
}

    .contactEmailField span {
        float: right;
        opacity: 0.2;
    }

.contactMessageTextarea {
    padding-bottom: 5px;
    font-size: 12px;
}

    .contactMessageTextarea span {
        float: right;
        opacity: 0.2;
    }

.formFieldWrap {
    margin-top: -5px;
}

#contactNameField {
    text-transform: capitalize;
}

.contactField {
    min-width: 100%;
    display: block;
    box-sizing: border-box;
}

.contactTextarea {
    min-width: 100%;
    display: block;
    box-sizing: border-box;
}

.buttonWrap {
    line-height: 20px;
    padding-bottom: 24px;
    min-width: 43%;
    display: inline-block;
}

.formSubmitButtonErrorsWrap a {
    width: 25%;
    text-align: center;
    padding: 8px 10px !important;
}

.contactFormButton #contactSubmitButton {
    height: 45px !important;
    line-height: 30px !important;
    font-size: 13px;
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
}

.formValidationError {
    height: 40px;
    line-height: 40px;
    padding-top: 5px;
    margin-bottom: 20px;
}


.contactField {
    height: 40px;
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 10px;
}

.contactTextarea {
    margin-bottom: 20px;
    padding-left: 12px;
    padding-right: 12px;
    padding-top: 9px;
    padding-bottom: 9px;
    line-height: 18px;
    height: 80px;
}

/*-------------------*/
/*---Contact Icons---*/
/*-------------------*/

@media (min-width:768px) {
    .contact-information {
        padding-left: 20px;
    }
}

.field-title {
    padding-left: 0px;
    margin-left: 0px;
}

.contact-call {
    color: #666;
    height: 25px;
    display: block;
    margin-bottom: 5px;
}

    .contact-call i {
        width: 12px;
        diplay: block;
        margin-right: 20px;
        color: #1f1f1f;
    }

.contact-text {
    color: #666;
    height: 25px;
    display: block;
    margin-bottom: 5px;
}

    .contact-text i {
        width: 12px;
        diplay: block;
        margin-right: 20px;
        color: #1f1f1f;
    }

.contact-mail {
    color: #666;
    height: 25px;
    display: block;
    margin-bottom: 5px;
}

    .contact-mail i {
        width: 12px;
        diplay: block;
        margin-right: 20px;
        color: #1f1f1f;
    }

.contact-facebook {
    color: #666;
    height: 25px;
    display: block;
    margin-bottom: 5px;
}

    .contact-facebook i {
        width: 12px;
        diplay: block;
        margin-right: 20px;
        color: #1f1f1f;
    }

.contact-twitter {
    color: #666;
    height: 25px;
    display: block;
}

    .contact-twitter i {
        width: 12px;
        diplay: block;
        margin-right: 20px;
        color: #1f1f1f;
    }

/*----------*/
/*---Maps---*/
/*----------*/

.maps {
    display: block !important;
    width: 100%;
    height: 200px;
    overflow: hidden;
}

@media (min-width:768px) {
    .maps {
        height: 300px;
    }
}

/*----------------*/
/*----------------*/
/*---Page Login---*/
/*----------------*/
/*----------------*/

.page-login {
    width: 280px;
    margin-left: auto;
    margin-right: auto;
}

    .page-login .page-login-logo {
        width: 125px;
        height: 100px;
        background-image: url(../images/pages-logo-dark.png);
        background-size: 125px 100px;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 40px;
    }

    .page-login .login-password input,
    .page-login .login-mail input,
    .page-login .login-date input,
    .page-login .login-input input {
        -webkit-appearance: none;
        padding-top: 0px;
        padding-bottom: 20px;
        width: 100%;
        display: block;
        background-color: rgba(255,255,255,1);
        color: rgba(0,0,0,0.5);
        border-bottom: solid 2px rgba(0,0,0,0.1);
        margin-bottom: 20px;
        font-size: 12px;
        padding-left: 40px;
        transition: all 250ms ease;
    }

    .page-login .login-password i,
    .page-login .login-mail i,
    .page-login .login-date i,
    .page-login .login-input i {
        -webkit-appearance: none;
        position: absolute;
        z-index: 10;
        width: 20px;
        text-align: center;
        margin-top: 1px;
        margin-left: 11px;
    }

    .page-login .login-password input:focus,
    .page-login .login-mail input:focus,
    .page-login .login-date input:focus,
    .page-login .login-input input:focus {
        color: #1f1f1f;
        border-bottom: solid 2px #27ae60;
        transition: all 250ms ease;
    }

    .page-login .login-forgot:hover,
    .page-login .login-create:hover,
    .page-login .login-already:hover {
        color: #2e8ece;
        transition: all 250ms ease;
    }

    .page-login .login-forgot i,
    .page-login .login-create i,
    .page-login .login-already i {
        padding-right: 10px;
        padding-left: 10px;
    }

    .page-login .login-already {
        text-align: center;
        font-size: 12px;
        color: #cacaca;
        margin-bottom: 20px;
        transition: all 250ms ease;
    }

    .page-login .login-create {
        width: 50%;
        float: right;
        text-align: right;
        font-size: 12px;
        color: #cacaca;
        margin-bottom: 30px;
        transition: all 250ms ease;
    }

    .page-login .login-forgot {
        width: 50%;
        float: left;
        text-align: left;
        font-size: 12px;
        color: #cacaca;
        margin-bottom: 30px;
        transition: all 250ms ease;
    }

/*------------------*/
/*------------------*/
/*---Page Profile---*/
/*------------------*/
/*------------------*/

.page-profile-header {
    padding-top: 40px;
    padding-bottom: 30px;
    background-image: url(../images/pictures/3.jpg);
    background-size: cover;
}

    .page-profile-header .overlay {
        position: absolute;
        top: 0px;
        left: 0px;
        bottom: 0px;
        right: 0px;
        opacity: 0.7;
    }

    .page-profile-header .follow-buttons a {
        float: left;
        text-align: center;
        margin-top: 30px;
        color: #FFFFFF;
        border: solid 2px rgba(255,255,255,0.5);
        width: 100px;
        margin-left: auto;
        margin-right: auto;
        padding-top: 3px;
        padding-bottom: 3px;
        border-radius: 25px;
        margin-left: 10px;
        margin-right: 10px;
        font-size: 12px;
        opacity: 0.8;
        transition: all 200ms ease;
    }

        .page-profile-header .follow-buttons a:hover {
            background-color: rgba(255,255,255,0.1);
            opacity: 1;
            transition: all 200ms ease;
        }

    .page-profile-header .follow-buttons {
        width: 240px;
        margin-left: auto;
        margin-right: auto;
    }

    .page-profile-header img {
        width: 120px;
        height: 120px;
        border-radius: 120px;
        margin-bottom: 30px;
        margin-left: auto;
        margin-right: auto;
        z-index: 4;
        border: solid 4px rgba(255,255,255,0.9);
    }

    .page-profile-header h3 {
        z-index: 4;
        position: relative;
        text-align: center;
        color: #FFFFFF;
        font-weight: 400;
        margin-bottom: 5px;
    }

.page-profile .follow-buttons:after, .page-profile-followers a:after {
    visibility: hidden;
    display: block;
    content: "";
    clear: both;
    height: 0;
}

.page-profile-header em {
    display: block;
    position: relative;
    text-align: center;
    color: #FFFFFF;
    opacity: 0.7;
    z-index: 4;
    font-size: 12px;
    font-style: normal;
}

    .page-profile-header em i {
        padding-right: 10px;
    }

.page-profile-followers a {
    width: 33%;
    float: left;
    text-align: center;
    font-size: 12px;
    color: #666666;
    margin-bottom: 30px;
}

    .page-profile-followers a i {
        display: block;
        font-size: 20px;
        color: #1f1f1f;
        text-align: center;
        padding-bottom: 10px;
    }

    .page-profile-followers a:nth-child(3n+1) {
        border-right: solid 1px rgba(0,0,0,0.1);
    }

    .page-profile-followers a:nth-child(3n+3) {
        border-left: solid 1px rgba(0,0,0,0.1);
    }

/*--------------------*/
/*--------------------*/
/*---Page Countdown---*/
/*--------------------*/
/*--------------------*/

.boxed-layout {
    background-color: rgba(255,255,255,1);
    border-radius: 5px;
    padding: 30px;
}

.date-years, date-years em {
    display: none;
}

.countdown-page {
    margin-top: 0px;
}

    .countdown-page .overlay {
        opacity: 0.8;
        position: absolute;
        top: 0px;
        z-index: 1;
    }

.countdown-content {
    width: 300px;
    margin-left: -150px !important;
    position: relative;
    z-index: 10;
}

    /*Unboxed Layout*/

    .countdown-content a {
        color: #666666;
        text-decoration: underline;
    }

.countdown-page .unboxed-layout h3 {
    text-align: center;
    color: #FFFFFF;
    font-size: 36px;
    font-weight: 300;
    line-height: 30px;
}

.countdown-page .unboxed-layout h4 {
    text-align: center;
    color: rgba(255,255,255,0.5);
    font-size: 12px;
    font-weight: 400;
}

.countdown-page .unboxed-layout p {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    padding-top: 20px;
    color: rgba(255,255,255,0.8);
    padding-bottom: 30px;
    border-bottom: solid 1px rgba(255,255,255,0.1);
}

.countdown-page .unboxed-layout .countdown-class div {
    font-size: 30px;
    text-align: center;
    color: #FFFFFF;
    font-weight: 400;
}

    .countdown-page .unboxed-layout .countdown-class div em {
        font-size: 12px;
        display: block;
        font-style: normal;
        opacity: 0.4;
    }

/*Boxed Layout*/

.countdown-page .boxed-layout h3 {
    text-align: center;
    color: #1f1f1f;
    font-size: 30px;
    font-weight: 400;
    line-height: 30px;
}

.countdown-page .boxed-layout h4 {
    text-align: center;
    color: rgba(0,0,0,0.5);
    font-size: 13px;
    font-weight: 500;
}

.countdown-page .boxed-layout p {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    padding-top: 20px;
    color: rgba(0,0,0,0.8);
    padding-bottom: 20px;
    border-bottom: solid 1px rgba(0,0,0,0.1);
}

.countdown-page .boxed-layout .countdown-class div {
    font-size: 24px;
    text-align: center;
    color: #1f1f1f;
    font-weight: 400;
}

    .countdown-page .boxed-layout .countdown-class div em {
        font-size: 12px;
        display: block;
        font-style: normal;
        opacity: 0.5;
    }

.countdown-class div {
    width: 25%;
    float: left;
}

.cover-screen .left-button {
    position: absolute;
    bottom: 20px;
    z-index: 2;
    color: rgba(255,255,255,0.3);
    left: 20px;
    transition: all 200ms ease;
}

    .cover-screen .left-button:hover {
        color: #FFFFFF;
        transition: all 200ms ease;
    }

    .cover-screen .left-button i {
        padding-right: 20px;
        color: rgba(255,255,255,0.5);
    }

.cover-screen .right-button {
    position: absolute;
    bottom: 20px;
    right: 20px;
    color: rgba(255,255,255,0.3);
    z-index: 2;
    transition: all 200ms ease;
}

    .cover-screen .right-button:hover {
        color: #FFFFFF;
        transition: all 200ms ease;
    }

    .cover-screen .right-button i {
        padding-left: 20px;
        color: rgba(255,255,255,0.5);
    }

/*----------------*/
/*----------------*/
/*---Page Error---*/
/*----------------*/
/*----------------*/

.error-page {
    margin-top: 0px;
}

    .error-page .overlay {
        opacity: 0.8;
    }

    .error-page .error-content {
        width: 300px;
        z-index: 10;
    }

    /*Unboxed Layout*/
    .error-page .unboxed-layout h3 {
        font-size: 36px;
        text-align: center;
        line-height: 40px;
        color: #FFFFFF;
    }

    .error-page .unboxed-layout h4 {
        text-align: center;
        font-size: 12px;
        font-weight: 400;
        font-size: 12px;
        color: rgba(255,255,255,0.5);
    }

    .error-page .unboxed-layout p {
        text-align: center;
        color: rgba(255,255,255,0.8);
        padding-top: 20px;
    }

    .error-page .unboxed-layout .back-home i {
        line-height: 55px;
        width: 55px;
        text-align: center;
    }

    .error-page .unboxed-layout .back-home {
        margin-top: 40px;
        color: rgba(255,255,255,0.8);
        font-size: 22px;
        width: 70px;
        height: 70px;
        line-height: 65px;
        text-align: center;
        border-radius: 70px;
        border: solid 2px rgba(255,255,255,0.5);
        margin-left: auto;
        margin-right: auto;
    }

        .error-page .unboxed-layout .back-home:hover {
            border: solid 2px rgba(255,255,255,1);
            transition: all 200ms ease;
        }

    /*Boxed Layout*/

    .error-page .boxed-layout h3 {
        text-align: center;
        color: #1f1f1f;
        font-size: 30px;
        font-weight: 400;
        line-height: 30px;
    }

    .error-page .boxed-layout h4 {
        text-align: center;
        color: rgba(0,0,0,0.5);
        font-size: 13px;
        font-weight: 500;
    }

    .error-page .boxed-layout p {
        text-align: center;
        margin-left: auto;
        margin-right: auto;
        padding-top: 10px;
        color: rgba(0,0,0,0.8);
        padding-bottom: 0px;
    }

    .error-page .boxed-layout .back-home i {
        line-height: 55px;
        width: 55px;
        text-align: center;
    }

    .error-page .boxed-layout .back-home {
        color: rgba(0,0,0,0.8);
        font-size: 22px;
        width: 70px;
        height: 70px;
        line-height: 65px;
        text-align: center;
        border-radius: 70px;
        border: solid 2px rgba(0,0,0,0.5);
        margin-left: auto;
        margin-right: auto;
        transition: all 200ms ease;
    }

        .error-page .boxed-layout .back-home:hover {
            border: solid 2px rgba(0,0,0,1);
            transition: all 200ms ease;
        }

/*-------------------*/
/*-------------------*/
/*---Pageapp Login---*/
/*-------------------*/
/*-------------------*/

.pageapp-login {
    margin-top: 0px;
}

.pageapp-login-content {
    width: 300px;
    z-index: 10;
}

.pageapp-login .overlay {
    opacity: 0.8;
    position: absolute;
    top: 0px;
    z-index: 1;
}

.pageapp-login input {
    transition: all 200ms ease;
}

    .pageapp-login input:focus {
        border-bottom: solid 1px #3498DB !important;
        transition: all 200ms ease;
    }

.pageapp-login-button {
    margin-top: 25px;
}

/*Unboxed Layout*/

.pageapp-login .unboxed-layout .pageapp-login-field i {
    position: absolute;
    color: #FFFFFF;
    margin-top: 12px;
    margin-left: 10px;
}

.pageapp-login .unboxed-layout div input {
    display: block;
    width: 100%;
    height: 40px;
    line-height: 40px;
    padding-left: 40px;
    background-color: rgba(255,255,255,0);
    color: #FFFFFF;
    border-bottom: solid 1px rgba(255,255,255,0.1);
    margin-bottom: 20px;
    font-size: 12px;
}

.pageapp-login .unboxed-layout .decoration {
    background-color: rgba(255,255,255,0.1);
    margin-top: 20px;
    margin-bottom: 20px;
}

.bg-overview {
    background-image: url(../assets/vdmsbackground.png);
}

.pageapp-login-logo {
    width: 80%;
    margin-bottom: 20px;
    margin-left: 10%;
}

@media screen and ( max-height: 570px ) {
    .pageapp-login-logo {
        display: none;
    }

    .pageapp-login-content .unboxed-layout {
        margin-top: -40px;
    }

    .pageapp-login-content .boxed-layout {
        padding-top: 10px;
        padding-bottom: 20px;
        margin-top: -30px;
    }

        .pageapp-login-content .boxed-layout a {
            height: 40px;
            line-height: 40px;
            padding-top: 0px;
            padding-bottom: 0px;
        }

            .pageapp-login-content .boxed-layout a i {
                line-height: 40px;
                padding-top: 0px;
                pading-bottom: 0px;
                margin-top: -17px;
            }
}

/*Boxed Layout*/

.pageapp-login .boxed-layout .pageapp-login-field i {
    position: absolute;
    color: #1f1f1f;
    margin-top: 12px;
    margin-left: 10px;
}

.pageapp-login .boxed-layout div input {
    display: block;
    width: 100%;
    height: 40px;
    line-height: 40px;
    padding-left: 40px;
    background-color: rgba(255,255,255,0);
    color: #1f1f1f;
    border-bottom: solid 1px rgba(0,0,0,0.1);
    margin-bottom: 20px;
    font-size: 12px;
}

.pageapp-login .boxed-layout .decoration {
    background-color: rgba(0,0,0,0.1);
    margin-top: 20px;
    margin-bottom: 20px;
}

.pageapp-login .boxed-layout .pageapp-login-logo {
    width: 125px;
    height: 100px;
    background-image: url(../images/pages-logo-dark.png);
    background-size: 125px 100px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
}

/*----------------------*/
/*----------------------*/
/*---Pageapp Register---*/
/*----------------------*/
/*----------------------*/

.pageapp-signup {
    margin-top: 0px;
}

.pageapp-signup-content {
    width: 300px;
    position: relative;
    z-index: 10;
}

.pageapp-signup .overlay {
    opacity: 0.8;
    position: absolute;
    top: 0px;
    z-index: 1;
}

.pageapp-signup input {
    transition: all 200ms ease;
}

    .pageapp-signup input:focus {
        border-bottom: solid 1px #27ae60 !important;
        transition: all 200ms ease;
    }

/*Unboxed Layout*/

.pageapp-signup .unboxed-layout .pageapp-signup-field input {
    display: block;
    width: 100%;
    padding-top: 18px;
    padding-bottom: 18px;
    background-color: rgba(255,255,255,0);
    color: #FFFFFF;
    border-bottom: solid 1px rgba(255,255,255,0.1);
    font-size: 12px;
    padding-left: 40px;
    margin-bottom: 10px;
}

.pageapp-signup .unboxed-layout .pageapp-signup-field i {
    position: absolute;
    top: 18px;
    left: 5px;
}

.pageapp-signup .unboxed-layout .pageapp-signup-logo {
    width: 125px;
    height: 100px;
    background-image: url(../images/pages-logo-light.png);
    background-size: 125px 100px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
}


@media screen and ( max-height: 570px ) {
    .pageapp-signup-logo {
        display: none;
    }

    .pageapp-signup-content .unboxed-layout {
        margin-top: -30px;
    }

    .pageapp-signup-content .boxed-layout {
        padding-top: 10px;
        padding-bottom: 20px;
        margin-top: -30px;
    }
}

.pageapp-signup .unboxed-layout .pageapp-signup-button {
    margin-top: 30px;
}

/*Boxed Layout*/

.pageapp-signup .boxed-layout .pageapp-signup-field input {
    display: block;
    width: 100%;
    padding-top: 15px;
    padding-bottom: 15px;
    background-color: rgba(255,255,255,0);
    color: #1f1f1f;
    border-bottom: solid 1px rgba(0,0,0,0.1);
    font-size: 12px;
    padding-left: 40px;
    margin-bottom: 10px;
}

.pageapp-signup .boxed-layout .pageapp-signup-field i {
    position: absolute;
    top: 18px;
    left: 5px;
}

.pageapp-signup .boxed-layout .pageapp-signup-logo {
    width: 125px;
    height: 100px;
    background-image: url(../images/pages-logo-dark.png);
    background-size: 125px 100px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
}

.pageapp-signup .boxed-layout .pageapp-signup-button {
    margin-top: 30px;
    margin-bottom: 0px;
}

/*-------------------*/
/*-------------------*/
/*---Page Timeline---*/
/*-------------------*/
/*-------------------*/

/*----------------*/
/*---Timeline 1---*/
/*----------------*/

.pageapp-timeline-1 {
    overflow: hidden;
    margin-top: -20px;
}

    .pageapp-timeline-1 .timeline-decoration {
        width: 1px;
        height: 10000px;
        position: absolute;
        background-color: rgba(0,0,0,0.2);
        left: 50%;
        margin-left: -1px;
        top: 0px;
    }

    .pageapp-timeline-1 p {
        margin-bottom: 5px;
    }

    .pageapp-timeline-1 .timeline-text,
    .pageapp-timeline-1 .timeline-video,
    .pageapp-timeline-1 .timeline-event,
    .pageapp-timeline-1 .timeline-quote,
    .pageapp-timeline-1 .timeline-image {
        background-color: #FFFFFF;
        display: block;
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .pageapp-timeline-1 .timeline-icon {
        padding-top: 20px;
        padding-bottom: 2px;
        margin-bottom: 20px;
        margin-top: 20px;
        display: block;
        background-color: #FFFFFF;
    }

        .pageapp-timeline-1 .timeline-icon i {
            font-size: 18px;
            width: 60px;
            height: 60px;
            margin-left: auto;
            margin-right: auto;
            display: block;
            line-height: 60px;
            text-align: center;
            border-radius: 60px;
            color: #1f1f1f;
            border: solid 1px rgba(0,0,0,0.2);
            margin-bottom: 20px;
            background-color: #FFFFFF;
            transition: all 200ms ease;
        }

    .pageapp-timeline-1 .responsive-image,
    .pageapp-timeline-1 .gallery img {
        background-color: #FFFFFF;
        border: solid 1px rgba(0,0,0,0.2);
        padding: 8px;
        margin-bottom: 10px;
    }

    .pageapp-timeline-1 .timeline-event .event-link i {
        padding-right: 10px
    }

    .pageapp-timeline-1 .timeline-event .event-maps i {
        padding-right: 10px
    }

    .pageapp-timeline-1 .timeline-event .event-link {
        font-size: 12px;
        text-align: center;
    }

    .pageapp-timeline-1 .timeline-event .event-maps {
        font-size: 12px;
        text-align: center;
        margin-bottom: 10px;
    }

    .pageapp-timeline-1 .timeline-event .gallery a {
        padding-bottom: 0px;
    }

/*----------------*/
/*---Timeline 2---*/
/*----------------*/

.pageapp-timeline-2 {
    margin-top: 30px;
}

    .pageapp-timeline-2 .timeline-item {
        position: relative;
        z-index: 10 !important;
    }

    .pageapp-timeline-2 .timeline-decoration {
        position: absolute;
        width: 1px;
        height: 96%;
        z-index: 2;
        background-color: rgba(0,0,0,0.1);
        margin-left: 22px;
    }

    .pageapp-timeline-2 .timeline-icon {
        position: relative;
        z-index: 9;
        width: 70px;
        height: 100%;
        float: left;
    }

    .pageapp-timeline-2 .timeline-text {
        display: inline-block;
        padding-left: 70px;
        margin-top: -48px;
        min-height: 100px;
        width: 100%;
    }

        .pageapp-timeline-2 .timeline-text .subtitle {
            font-size: 11px;
            font-style: normal;
            display: block;
            margin-top: -10px;
            color: #e34e47;
            margin-bottom: 20px;
        }

        .pageapp-timeline-2 .timeline-text p {
            margin-top: -10px;
        }

    .pageapp-timeline-2 .timeline-icon i {
        cursor: pointer;
        margin-left: auto;
        margin-right: auto;
        width: 50px;
        height: 50px;
        background-color: #FFFFFF;
        color: #1f1f1f;
        border: solid 1px rgba(0,0,0,0.2);
        border-radius: 50px;
        font-size: 17px;
        line-height: 50px;
        text-align: center;
    }

    .pageapp-timeline-2 .timeline-quote .title {
        font-size: 14px;
        line-height: 30px;
        font-weight: 300;
        margin-bottom: 20px;
        margin-top: -10px;
    }

    .pageapp-timeline-2 .timeline-quote .subtitle {
        display: block;
        text-align: right;
    }

@media (min-width:768px) {
    .pageapp-timeline-2 {
        padding-left: 30px;
        padding-right: 30px;
    }

        .pageapp-timeline-2 .timeline-decoration {
            position: absolute;
            width: 1px;
            height: 96%;
            z-index: 2;
            background-color: rgba(0,0,0,0.1);
            margin-left: 32px;
        }

        .pageapp-timeline-2 .timeline-icon {
            width: 150px;
            height: 100%;
            float: left;
            display: inline;
        }

        .pageapp-timeline-2 .timeline-text {
            display: inline-block;
            padding-left: 100px;
            margin-top: -52px;
        }

        .pageapp-timeline-2 .timeline-icon i {
            cursor: pointer;
            margin-left: auto;
            margin-right: auto;
            width: 65px;
            height: 65px;
            background-color: #FFFFFF;
            color: #1f1f1f;
            border: solid 1px rgba(0,0,0,0.2);
            border-radius: 65px;
            font-size: 17px;
            line-height: 65px;
            text-align: center;
        }

        .pageapp-timeline-2 .timeline-quote .title {
            font-size: 14px;
            line-height: 30px;
            font-weight: 300;
            margin-bottom: 20px;
            margin-top: -3px;
        }
}

/*------------------------*/
/*------------------------*/
/*---PageApp Checklists---*/
/*------------------------*/
/*------------------------*/

.checklist-square {
    font-size: 14px;
    font-weight: 500;
    background-image: url(../images/framework/checkbox.png);
    background-size: 16px 18px;
    background-position: 0px 26px;
    background-repeat: no-repeat;
    padding-left: 30px;
    border-bottom: solid 1px rgba(0,0,0,0.1);
    padding-bottom: 20px;
    color: #1f1f1f;
    transition: all 200ms ease;
    padding-top: 20px;
}

.checklist-square-selected:hover {
    text-decoration: line-through !important;
}

.checklist-square-selected {
    background-image: url(../images/framework/checkboxc.png);
    text-decoration: line-through;
    color: rgba(0,0,0,0.3);
    transition: all 200ms ease;
}

.checklist-round {
    font-size: 14px;
    font-weight: 500;
    background-image: url(../images/framework/radio.png);
    background-size: 16px 18px;
    background-position: 0px 26px;
    background-repeat: no-repeat;
    padding-left: 30px;
    border-bottom: solid 1px rgba(0,0,0,0.1);
    padding-bottom: 20px;
    color: #1f1f1f;
    transition: all 200ms ease;
    padding-top: 20px;
}

.checklist-round-selected:hover {
    text-decoration: line-through !important;
}

.checklist-round-selected {
    background-image: url(../images/framework/radioc.png);
    text-decoration: line-through;
    color: rgba(0,0,0,0.3);
    transition: all 200ms ease;
}

/*------------------*/
/*------------------*/
/*----TaskLists----*/
/*------------------*/
/*------------------*/


.tasklist-item {
    height: 65px;
    line-height: 65px;
    margin-bottom: 0px;
    padding-bottom: 0px;
    border-left: solid 4px #ecf0f1;
    transition: all 200ms ease;
}

    .tasklist-item i:first-child {
        position: absolute;
        height: 65px;
        line-height: 65px;
        width: 40px;
        text-align: center;
        color: rgba(0,0,0,0.2);
        transition: all 200ms ease;
    }

    .tasklist-item h5 {
        padding-left: 50px;
        line-height: 65px;
        font-size: 14px;
        margin-top: 0px;
        border-top: solid 1px rgba(0,0,0,0.1);
        border-right: solid 1px rgba(0,0,0,0.1);
        font-weight: 500;
        transition: all 200ms ease;
    }

.tasklist-red {
    border-left: solid 4px #c0392b;
}

.tasklist-green {
    border-left: solid 4px #27ae60;
}

.tasklist-blue {
    border-left: solid 4px #2980b9;
}

.tasklist-orange {
    border-left: solid 4px #d35400;
}

.tasklist-yellow {
    border-left: solid 4px #f1c40f;
}

.tasklist-gray {
    border-left: solid 4px #666666;
}

.tasklist-dark {
    border-left: solid 4px #1f1f1f;
}

.tasklist-magenta {
    border-left: solid 4px #8e44ad;
}

.tasklist-completed {
    background-color: #fafafa;
    transition: all 200ms ease;
}

    .tasklist-completed i:first-child {
        color: #27ae60 !important;
        transition: all 200ms ease;
    }

    .tasklist-completed h5 {
        color: rgba(0,0,0,0.5);
        transition: all 200ms ease;
    }


/*-----------------------*/
/*-----------------------*/
/*---Pageapp Reminders---*/
/*-----------------------*/
/*-----------------------*/

.reminder-check-square {
    background-image: url(../images/framework/checkbox.png);
    background-repeat: no-repeat;
    background-size: 16px 18px;
    background-position: 10px 40px;
}

.reminder-check-round {
    background-image: url(../images/framework/radio.png);
    background-repeat: no-repeat;
    background-size: 16px 18px;
    background-position: 10px 40px;
}

.reminder i {
    padding-right: 10px;
}

.reminder-check-square-selected {
    background-image: url(../images/framework/checkboxc.png);
}

.reminder-check-round-selected {
    background-image: url(../images/framework/radioc.png);
}

.reminder-check-square-selected em {
    opacity: 0.3;
    transition: all 200ms ease;
}

.reminder-check-square-selected strong {
    opacity: 0.3;
    transition: all 200ms ease;
}

.reminder-check-round-selected em {
    opacity: 0.3;
    transition: all 200ms ease;
}

.reminder-check-round-selected strong {
    opacity: 0.3;
    transition: all 200ms ease;
}

.reminder strong {
    font-size: 16px;
    font-weight: 800;
    padding-left: 50px;
    margin-bottom: -4px;
    display: block;
    color: #1f1f1f;
    transition: all 250ms ease;
}

.reminder em {
    display: block;
    padding-left: 50px;
    transition: all 250ms ease;
    font-style: normal;
    font-size: 12px;
}

.reminder {
    border-bottom: solid 1px rgba(0,0,0,0.1);
    padding-bottom: 20px;
    padding-top: 20px;
}

/*-----------------*/
/*-----------------*/
/*----Page Blog----*/
/*-----------------*/
/*-----------------*/

@media(min-width:768px) {
    .page-blog {
        width: 60%;
        float: left;
    }

    .page-blog-sidebar {
        width: 35%;
        float: left;
        margin-left: 5%;
    }
}

.page-blog-list p {
    margin-bottom: 20px
}

.page-blog-list img {
    margin-bottom: 20px;
}

.page-blog-list .page-blog-list-by {
    width: 200px;
}

    .page-blog-list .page-blog-list-by img {
        width: 40px;
        height: 40px;
        border-radius: 40px;
        position: absolute;
        margin-top: 4px;
    }

    .page-blog-list .page-blog-list-by strong {
        padding-left: 55px;
        font-size: 12px;
        font-weight: 500;
        display: inline;
    }

        .page-blog-list .page-blog-list-by strong a {
            display: inline;
        }

    .page-blog-list .page-blog-list-by em {
        padding-left: 55px;
        font-size: 11px;
        margin-top: -11px;
        display: block;
        opacity: 0.5;
        margin-bottom: 20px;
        clear: both;
    }

.page-blog-list .page-blog-tags {
    display: block;
    margin-top: -10px;
    margin-bottom: 10px;
    font-size: 12px;
    font-weight: 500;
}

    .page-blog-list .page-blog-tags a {
        display: inline;
    }

.page-blog-list-more i {
    float: right;
    width: 40px;
    height: 40px;
    margin-top: -66px;
    font-size: 12px;
    text-align: center;
    line-height: 40px;
    color: #FFFFFF;
    background-color: #2980b9;
    border-radius: 40px;
    transition: all 200ms ease;
}

    .page-blog-list-more i:hover {
        background-color: #3498db;
        transition: all 200ms ease;
    }

.page-blog-list-share i {
    margin-right: 55px;
    float: right;
    width: 40px;
    height: 40px;
    margin-top: -66px;
    font-size: 12px;
    text-align: center;
    line-height: 40px;
    color: #FFFFFF;
    background-color: #27ae60;
    border-radius: 40px;
    transition: all 200ms ease;
}

    .page-blog-list-share i:hover {
        background-color: #2ecc71;
        transition: all 200ms ease;
    }

/*------------------------*/
/*----Page Blog Sidebar---*/
/*------------------------*/
/*Search*/

.blog-sidebar-search i {
    position: absolute;
    top: 12px;
}

.blog-sidebar-search input {
    height: 40px;
    width: 100%;
    background-color: transparent;
    font-size: 12px;
    border-bottom: solid 2px rgba(0,0,0,0.2);
    padding-left: 30px;
    transition: all 200ms ease;
}

    .blog-sidebar-search input:focus {
        border-bottom: solid 2px #27ae60;
        transition: all 200ms ease;
    }

.blog-sidebar-text p {
    font-size: 12px;
    margin-bottom: 20px;
}

/*Recent*/

.blog-sidebar-recent-projects a {
    width: 30%;
    float: left;
    overflow: hidden;
    margin-right: 3%;
    margin-bottom: 3%;
}

    .blog-sidebar-recent-projects a img {
        display: block;
        width: 100%;
    }

.blog-sidebar-recent-posts a:last-child {
    border-bottom: none;
    padding-bottom: 0px;
}

.blog-sidebar-recent-posts a {
    border-bottom: solid 1px rgba(0,0,0,0.1);
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.blog-sidebar-recent-posts strong {
    display: block;
    color: #1f1f1f
}

.blog-sidebar-recent-posts em {
    display: block;
    font-size: 10px;
    margin-top: -10px;
    color: rgba(0,0,0,0.5);
    font-style: normal;
    font-weight: 600;
}

.blog-sidebar-recent-posts i {
    position: absolute;
    top: 0px;
    right: 0px;
    width: 40px;
    height: 40px;
    line-height: 44px;
    text-align: center;
    font-size: 20px;
    color: #1f1f1f;
}

/*Categories*/

.blog-sidebar-categories a:last-child {
    border-bottom: none;
    padding-bottom: 0px;
}

.blog-sidebar-categories a {
    font-size: 12px;
    border-bottom: solid 1px rgba(0,0,0,0.1);
    padding-top: 5px;
    padding-bottom: 5px;
    color: #1f1f1f;
    font-weight: 500;
}

    .blog-sidebar-categories a em {
        font-size: 10px;
        background-color: #e74c3c;
        color: #FFFFFF;
        padding-left: 6px;
        padding-right: 6px;
        padding-top: 2px;
        padding-bottom: 2px;
        margin-left: 10px;
        font-style: normal;
        border-radius: 3px;
    }

    .blog-sidebar-categories a i {
        position: absolute;
        right: 0px;
        top: 18px;
    }

/*Blog Comments*/

.blog-post-comment-nested {
    padding-left: 50px;
}

.blog-post-comment em {
    display: block;
    font-size: 12px;
}

.blog-post-comment strong {
    font-size: 15px;
    color: #1f1f1f;
}

.blog-post-comment .blog-post-comment-reply {
    text-align: right;
    width: 40px;
    float: right;
    margin-top: -25px;
    font-size: 12px;
}

.blog-post-comment-add strong {
    display: block;
}

.blog-post-comment-add em {
    display: block;
    text-align: right;
    font-size: 10px;
    margin-top: -30px;
}

.blog-post-comment-add input:focus {
    border-bottom: solid 2px #27ae60;
    transition: all 200ms ease;
}

.blog-post-comment-add input {
    display: block;
    width: 100%;
    height: 40px;
    font-size: 12px;
    border-bottom: solid 2px rgba(0,0,0,0.1);
    margin-bottom: 20px;
    transition: all 200ms ease;
}

.blog-post-comment-add textarea {
    overflow: visible;
    font-size: 12px;
    line-height: 30px;
    display: block;
    width: 100%;
    max-height: 10000px;
    border-bottom: solid 2px rgba(0,0,0,0.1);
    transition: all 200ms ease;
}

    .blog-post-comment-add textarea:focus {
        border-bottom: solid 2px #27ae60;
        transition: all 200ms ease;
    }

/*-----------------------------*/
/*----Image Slider Settings----*/
/*-----------------------------*/

/*----------------------*/
/*---Coverpage Slider---*/
/*----------------------*/

.coverpage-slider {
    margin-top: 60px;
    margin-bottom: 0px;
}

    .coverpage-slider .overlay {
        background-color: rgba(0,0,0,0.8);
    }

    .coverpage-slider .owl-dots {
        margin-top: -50px;
        opacity: 0.5;
    }

        .coverpage-slider .owl-dots .active {
            opacity: 1;
        }


.cover-center {
    position: absolute;
    top: 50%;
    left: 50%;
    position: absolute;
    z-index: 10;
    width: 300px;
}

.cover-left {
    position: absolute;
    top: 50%;
    left: 30px;
    position: absolute;
    z-index: 10;
}

.cover-right {
    position: absolute;
    top: 50%;
    right: 30px;
    position: absolute;
    z-index: 10;
}

.cover-slide h1 {
    font-size: 40px;
    line-height: 50px;
    padding-bottom: 10px;
}

.cover-slide h2 {
    font-size: 32px;
    padding-bottom: 10px;
}

.cover-slide h3 {
    font-size: 28px;
    padding-bottom: 10px;
}

.cover-slide h4 {
    font-size: 24px;
    padding-bottom: 10px;
}

.cover-slide h5 {
    font-size: 20px;
    padding-bottom: 10px;
}

.cover-slide h6 {
    font-size: 16px;
    padding-bottom: 10px;
}

.cover-slide h1,
.cover-slide h2,
.cover-slide h3,
.cover-slide h4,
.cover-slide h5,
.cover-slide h6 {
    color: #FFFFFF;
}

.cover-slide p {
    font-size: 15px;
    color: #b2b2b2;
}

.cover-icon-center {
    font-size: 24px !important;
    color: #FFFFFF;
    width: 70px;
    height: 70px;
    line-height: 68px !important;
    text-align: center;
    margin-left: auto !important;
    margin-right: auto !important;
    display: block !important;
    margin-bottom: 50px !important
}

.cover-icon-right {
}

.cover-icon-left {
}

.cover-icon-round {
    border-radius: 100%;
    border: solid 1px rgba(255,255,255,0.5);
}

.cover-news {
    position: absolute;
    bottom: 0px;
    z-index: 10;
    padding-left: 30px;
    padding-right: 30px;
}

@media(min-width:760px) {
    .cover-news {
        width: 350px;
    }
}

.cover-news h4 {
    font-weight: 400;
    line-height: 35px;
    margin-bottom: 0px;
    font-size: 24px;
}

.cover-news h5 {
    font-size: 12px;
    font-weight: 400;
    color: rgba(255,255,255,0.4);
}

    .cover-news h5 a {
        color: #3498db !important;
    }

.coverpage-news .owl-controls {
    transform: scale(0.5, 0.5);
    opacity: 0.5;
}

.cover-news .button-news {
    width: 100px;
    height: 40px;
    margin-bottom: 50px;
    line-height: 40px;
}

/*----------------------*/
/*----Homepage Slider---*/
/*----------------------*/

.demo-slider {
    margin-bottom: 50px;
}


.homepage-slider .owl-dots {
    margin-top: 20px;
}

.homepage-slider .overlay {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: linear-gradient( to bottom, rgba(0, 0, 0, 0.01), rgba(0, 0, 0, 0.7) );
}


.homepage-slider h5 {
    text-shadow: 0px 1px 0px #000000;
    font-size: 19px;
    z-index: 2;
    position: absolute;
    color: #FFFFFF;
    bottom: 40px;
    padding-left: 30px;
    padding-right: 30px;
    display: block;
    width: 100%;
}

.homepage-slider p {
    text-shadow: 0px 1px 0px #000000;
    font-size: 12px;
    z-index: 2;
    position: absolute;
    color: #ededed;
    bottom: -10px;
    padding-left: 30px;
    padding-right: 30px;
    display: block;
    width: 100%;
}

/*------------------*/
/*---Staff Slider---*/
/*------------------*/

.staff-slider img {
    margin-top: 8px;
    width: 150px !important;
    height: 150px !important;
    border-radius: 150px;
    margin-left: auto;
    margin-right: auto;
}

.staff-slider h3 {
    text-align: center;
    margin-top: 20px;
}

.staff-slider em {
    display: block;
    text-align: center;
    margin-top: -10px;
    margin-bottom: 10px;
}

.staff-slider p {
    text-align: center;
    padding-left: 20px;
    padding-right: 20px;
    margin-bottom: 20px;
}

.staff-icons a {
    margin-left: 6px;
    margin-right: 6px;
    margin-bottom: 30px;
}

.staff-icons-three {
    width: 180px;
    margin: 0 auto;
}

.staff-icons-two {
    width: 120px;
    margin: 0 auto;
}

.staff-icons-one {
    width: 60px;
    margin: 0 auto;
}


@media (min-width:0px) and (max-width:340px) { /*Small Devices*/
    .next-home-slider,
    .prev-home-slider,
    .next-staff-slider,
    .prev-staff-slider,
    .next-quote-slider,
    .prev-quote-slider {
        top: 41%;
    }
}

@media (min-width:340px) and (max-width:360px) { /*Medium Devices*/
    .next-home-slider,
    .prev-home-slider,
    .next-staff-slider,
    .prev-staff-slider,
    .next-quote-slider,
    .prev-quote-slider {
        top: 43%;
    }
}

@media (min-width:360px) and (max-width:568px) { /*Phablet Devices*/
    .next-home-slider,
    .prev-home-slider,
    .next-staff-slider,
    .prev-staff-slider,
    .next-quote-slider,
    .prev-quote-slider {
        top: 47%;
    }
}

@media (min-width:568px) and (max-width:768px) { /*Phablet & Small Tablet Devices*/
    .next-home-slider,
    .prev-home-slider,
    .next-staff-slider,
    .prev-staff-slider,
    .next-quote-slider,
    .prev-quote-slider {
        top: 41%;
    }
}

@media(min-width:768px) { /*Tablet in Landscape Devices*/
    .next-home-slider,
    .prev-home-slider,
    .next-staff-slider,
    .prev-staff-slider,
    .next-quote-slider,
    .prev-quote-slider {
        top: 45%;
    }

    .quote-slider {
        padding-left: 100px !important;
        padding-right: 100px !important;
    }
}

.next-home-slider {
    border-radius: 50px;
    margin-top: -20px;
    width: 50px;
    height: 50px;
    right: 10px;
    color: #FFFFFF;
    position: absolute;
    z-index: 9;
    transition: all 200ms ease;
}

    .next-home-slider i {
        font-size: 16px;
        width: 50px;
        height: 50px;
        line-height: 50px;
        text-align: center;
        text-shadow: 0px 2px 0px #000000;
    }

    .next-home-slider:hover {
        background-color: rgba(0,0,0,0.3);
        border-radius: 50px;
        transition: all 200ms ease;
    }

.prev-home-slider:hover {
    background-color: rgba(0,0,0,0.3);
    border-radius: 50px;
    transition: all 200ms ease;
}

.prev-home-slider {
    border-radius: 50px;
    margin-top: -20px;
    width: 50px;
    height: 50px;
    left: 10px;
    color: #FFFFFF;
    position: absolute;
    z-index: 9;
    transition: all 200ms ease;
}

    .prev-home-slider i {
        font-size: 16px;
        width: 50px;
        height: 50px;
        line-height: 50px;
        text-align: center;
        text-shadow: 0px 2px 0px #000000;
    }

.next-staff-slider, .next-quote-slider {
    margin-top: -25px;
    right: 0px;
    position: absolute;
    z-index: 9;
    width: 50px;
    height: 50px;
    line-height: 50px;
    border-radius: 50px;
    text-align: center;
    color: #1f1f1f;
    transition: all 200ms ease;
}

    .next-staff-slider:hover, .next-quote-slider:hover {
        background-color: rgba(0,0,0,0.1);
        transition: all 200ms ease;
    }

    .next-staff-slider i, .next-quote-slider i {
        font-size: 16px;
        width: 50px;
        height: 50px;
        line-height: 50px;
        text-align: center;
    }

.prev-staff-slider, .prev-quote-slider {
    margin-top: -25px;
    left: 0px;
    position: absolute;
    z-index: 9;
    width: 50px;
    height: 50px;
    border-radius: 50px;
    line-height: 50px;
    text-align: center;
    color: #1f1f1f;
    transition: all 200ms ease;
}

    .prev-staff-slider:hover, .prev-quote-slider:hover {
        background-color: rgba(0,0,0,0.1);
        transition: all 200ms ease;
    }

    .prev-staff-slider i, .prev-quote-slider i {
        font-size: 16px;
        width: 50px;
        height: 50px;
        line-height: 50px;
        text-align: center;
    }

/*------------------*/
/*---Quote Slider---*/
/*------------------*/

.quote-slider {
    padding-left: 30px;
    padding-right: 30px;
}










/*This section is vital to functions*/
/* Main Content Class that houses all elements */

.all-elements {
    position: absolute;
    overflow-x: hidden !important;
    width: 100%;
    height: 100%;
    min-height: 100%;
    max-height: 100%;
    -webkit-overflow-scrolling: touch;
}

/*---------CSS Plugins----------*/
/*------------------------------*/
/*------------------------------*/
/*---Sidebar Structure Plugin---*/
/*------------------------------*/
/*------------------------------*/

.snap-drawer::-webkit-scrollbar {
    width: 0 !important
}

.snap-content {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: auto;
    height: auto;
    z-index: 2;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.snap-drawer * {
    -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -ms-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    transition: all 400ms ease;
}

    .snap-drawer *hover {
        -webkit-transition: all 400ms ease;
        -moz-transition: all 400ms ease;
        -ms-transition: all 400ms ease;
        -o-transition: all 400ms ease;
        transition: all 400ms ease;
    }

.snap-drawers {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: auto;
    height: auto;
    overflow-x: hidden;
}


.snap-drawer {
    position: absolute;
    top: 0;
    right: auto;
    bottom: 0;
    left: auto;
    width: 275px;
    height: auto;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    -webkit-transition: width 0.25s ease;
    -moz-transition: width 0.25s ease;
    -ms-transition: width 0.25s ease;
    -o-transition: width 0.25s ease;
    transition: width 0.25s ease;
}

.snap-drawer-left {
    left: 0;
    z-index: 1;
}

.snap-drawer-right {
    right: 0;
    z-index: 1;
}

.snapjs-left .snap-drawer-right,
.snapjs-right .snap-drawer-left {
    display: none;
}

.snapjs-expand-left .snap-drawer-left,
.snapjs-expand-right .snap-drawer-right {
    width: 100%;
}

.snapjs-right .snap-drawer-left {
    display: block;
    right: 0;
    left: auto;
}

.snapjs-right .snap-drawer-right {
    display: block !important;
    right: 0 !important;
    left: auto !important;
}

.snap-content {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: auto;
    height: auto;
    z-index: 2;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.snap-drawers {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: auto;
    height: auto;
}

.snap-drawer {
    position: absolute;
    top: 0;
    right: auto;
    bottom: 0;
    left: auto;
    width: 286px;
    height: auto;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    /*-webkit-transition: width 0.25s ease;
     -moz-transition: width 0.25s ease;
      -ms-transition: width 0.25s ease;
       -o-transition: width 0.25s ease;
          transition: width 0.25s ease;*/
}

.snap-drawer-left {
    left: 0;
    z-index: 1;
}

.snap-drawer-right {
    right: 0;
    z-index: 1;
    padding-left: 20px;
}

.snapjs-left .snap-drawer-right,
.snapjs-right .snap-drawer-left {
    display: none;
}

.snapjs-expand-left .snap-drawer-left,
.snapjs-expand-right .snap-drawer-right {
    width: 100%;
}

.snapjs-right .snap-drawer-right {
    display: none;
}

#content {
    background-color: #FFFFFF;
    overflow-x: hidden;
}

.drawer-inner {
    /*-webkit-transition: opacity 0.25s ease; 
	   -moz-transition: opacity 0.25s ease; 
	    -ms-transition: opacity 0.25s ease; 
	     -o-transition: opacity 0.25s ease; 
	        transition: opacity 0.25s ease;*/
}

.snapjs-expand-left .drawer-inner,
.snapjs-expand-right .drawer-inner {
    opacity: 0;
}

.snap-drawers {
    background-color: #FFFFFF;
    background-size: 100px 100px;
}

.snap-drawer {
    background-color: #FFFFFF;
    background-size: 100px 100px;
}

.no-user-select {
    -webkit-user-select: none; /* Chrome all / Safari all */
    -moz-user-select: none; /* Firefox all */
    -ms-user-select: none; /* IE 10+ */
    -o-user-select: none;
    user-select: none;
}

/*------------------------------*/
/*------------------------------*/
/*---Sliders and OWL Carousel---*/
/*------------------------------*/
/*------------------------------*/

/*Fix Jumping Image*/

.owl-item {
    transform: translate3d(0, 0, 0) !important;
}

.owl-carousel .animated {
    -webkit-animation-duration: 1000ms;
    animation-duration: 1000ms;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
    z-index: 0;
}

.owl-carousel .owl-animated-out {
    z-index: 1;
}

.owl-carousel .fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut;
}

@-webkit-keyframes fadeOut {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

/* 	Owl Carousel - Auto Height Plugin */
.owl-height {
    -webkit-transition: height 500ms ease-in-out;
    -moz-transition: height 500ms ease-in-out;
    -ms-transition: height 500ms ease-in-out;
    -o-transition: height 500ms ease-in-out;
    transition: height 500ms ease-in-out;
}

/* Core Owl Carousel CSS File */
.owl-carousel {
    display: none;
    width: 100%;
    -webkit-tap-highlight-color: transparent;
    /* position relative and z-index fix webkit rendering fonts issue */
    position: relative;
    z-index: 1;
}

    .owl-carousel .owl-stage {
        position: relative;
        -ms-touch-action: pan-Y;
    }

        .owl-carousel .owl-stage:after {
            content: ".";
            display: block;
            clear: both;
            visibility: hidden;
            line-height: 0;
            height: 0;
        }

    .owl-carousel .owl-stage-outer {
        position: relative;
        overflow: hidden;
        /* fix for flashing background */
        -webkit-transform: translate3d(0px, 0px, 0px);
    }

    .owl-carousel .owl-controls .owl-nav .owl-prev,
    .owl-carousel .owl-controls .owl-nav .owl-next,
    .owl-carousel .owl-controls .owl-dot {
        cursor: pointer;
        cursor: hand;
        -webkit-user-select: none;
        -khtml-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }

.owl-dots {
    display: inline-block !important;
}

.owl-dot {
    background-color: #bdc3c7;
    margin-top: 5px;
    border-radius: 13px;
    height: 14px;
    width: 14px;
    float: left;
    margin-left: 5px;
    margin-right: 5px;
}

.owl-dots .active {
    background-color: #7f8c8d !important;
}

.owl-carousel.owl-loaded {
    display: block;
}

.owl-carousel.owl-loading {
    opacity: 0;
    display: block;
}

.owl-carousel.owl-hidden {
    opacity: 0;
}

.owl-carousel .owl-refresh .owl-item {
    display: none;
}

.owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    .owl-carousel .owl-item img {
        display: block;
        width: 100%;
        -webkit-transform-style: preserve-3d;
    }

.owl-carousel.owl-text-select-on .owl-item {
    -webkit-user-select: auto;
    -moz-user-select: auto;
    -ms-user-select: auto;
    user-select: auto;
}

.owl-carousel .owl-grab {
    cursor: move;
    cursor: -webkit-grab;
    cursor: -o-grab;
    cursor: -ms-grab;
    cursor: grab;
}

.owl-carousel.owl-rtl {
    direction: rtl;
}

    .owl-carousel.owl-rtl .owl-item {
        float: right;
    }

/* No Js */
.no-js .owl-carousel {
    display: block;
}

/*Owl Carousel - Lazy Load Plugin*/
.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    -webkit-transition: opacity 400ms ease;
    -moz-transition: opacity 400ms ease;
    -ms-transition: opacity 400ms ease;
    -o-transition: opacity 400ms ease;
    transition: opacity 400ms ease;
}

.owl-carousel .owl-item img {
    transform-style: preserve-3d;
}

/*Owl Carousel - Video Plugin */
.owl-carousel .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000;
}

.owl-carousel .owl-video-play-icon {
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    background: url("owl.video.play.png") no-repeat;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    -webkit-transition: scale 100ms ease;
    -moz-transition: scale 100ms ease;
    -ms-transition: scale 100ms ease;
    -o-transition: scale 100ms ease;
    transition: scale 100ms ease;
}

    .owl-carousel .owl-video-play-icon:hover {
        -webkit-transition: scale(1.3, 1.3);
        -moz-transition: scale(1.3, 1.3);
        -ms-transition: scale(1.3, 1.3);
        -o-transition: scale(1.3, 1.3);
        transition: scale(1.3, 1.3);
    }

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
    display: none;
}

.owl-carousel .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
    -webkit-transition: opacity 400ms ease;
    -moz-transition: opacity 400ms ease;
    -ms-transition: opacity 400ms ease;
    -o-transition: opacity 400ms ease;
    transition: opacity 400ms ease;
}

.owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1;
}

/*------------------------------*/
/*------------------------------*/
/*----Swipebox Touch Gallery----*/
/*------------------------------*/
/*------------------------------*/

.gallery-fix {
    display: none;
    background-color: rgba(255,255,255,0);
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    bottom: 0px;
    right: 0px;
    z-index: 99999 !important
}

@media (min-width:768px) and (orientation:landscape) {
    .gallery li {
        list-style: none !important;
        float: left;
        width: 16.5%;
        transition: all 200ms ease;
    }

    .gallery {
        margin-left: -1% !important;
    }
}

@media (min-width:768px) and (orientation:portrait) {
    .gallery li {
        list-style: none !important;
        float: left;
        width: 25%;
        transition: all 200ms ease;
    }

    .gallery {
        margin-left: -1% !important;
    }
}

.square-thumb li img {
    border-radius: 0px !important;
}

.round-thumb li img {
    border-radius: 500px;
}

.gallery li a {
    font-size: 12px;
    text-align: center;
    color: #1f1f1f;
}

.swipebox {
    overflow: hidden !important;
}

    .swipebox div {
        overflow: visible !important;
    }

#swipebox-overlay img {
    border: none !important;
}

#swipebox-overlay {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999999 !important;
    overflow: hidden;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

#swipebox-slider {
    height: 100%;
    left: 0;
    top: 0;
    width: 100%;
    white-space: nowrap;
    position: absolute;
    display: none;
}

    #swipebox-slider .slide {
        background: url("../images/gallery/loader.gif") no-repeat center center;
        height: 100%;
        width: 100%;
        line-height: 1px;
        text-align: center;
        display: inline-block;
    }

        #swipebox-slider .slide:before {
            content: "";
            display: inline-block;
            height: 50%;
            width: 1px;
            margin-right: -1px;
        }

        #swipebox-slider .slide img {
            display: inline-block;
            max-height: 100%;
            max-width: 100%;
            margin: 0;
            padding: 0;
            width: auto;
            height: auto;
            vertical-align: middle;
        }

#swipebox-action, #swipebox-caption {
    position: absolute;
    left: 0;
    z-index: 999;
    height: 50px;
    width: 100%;
}

#swipebox-action {
    bottom: -50px;
}

    #swipebox-action.visible-bars {
        bottom: 0;
    }

    #swipebox-action.force-visible-bars {
        bottom: 0 !important;
    }

#swipebox-caption {
    top: -50px;
    text-align: center;
}

    #swipebox-caption.visible-bars {
        top: 0;
    }

    #swipebox-caption.force-visible-bars {
        top: 0 !important;
    }

#swipebox-action #swipebox-prev, #swipebox-action #swipebox-next,
#swipebox-action #swipebox-close {
    background-image: url("../images/framework/icons.png");
    background-repeat: no-repeat;
    border: none !important;
    text-decoration: none !important;
    cursor: pointer;
    position: absolute;
    width: 50px;
    height: 50px;
    top: 0;
}

#swipebox-action #swipebox-close {
    background-position: 15px 12px;
    left: 40px;
}

#swipebox-action #swipebox-prev {
    background-position: -32px 13px;
    right: 100px;
}

#swipebox-action #swipebox-next {
    background-position: -78px 13px;
    right: 40px;
}

    #swipebox-action #swipebox-prev.disabled,
    #swipebox-action #swipebox-next.disabled {
        filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=30);
        opacity: 0.3;
    }

#swipebox-slider.rightSpring {
    -moz-animation: rightSpring 0.3s;
    -webkit-animation: rightSpring 0.3s;
}

#swipebox-slider.leftSpring {
    -moz-animation: leftSpring 0.3s;
    -webkit-animation: leftSpring 0.3s;
}

@-moz-keyframes rightSpring {
    0% {
        margin-left: 0px;
    }

    50% {
        margin-left: -30px;
    }

    100% {
        margin-left: 0px;
    }
}

@-moz-keyframes leftSpring {
    0% {
        margin-left: 0px;
    }

    50% {
        margin-left: 30px;
    }

    100% {
        margin-left: 0px;
    }
}

@-webkit-keyframes rightSpring {
    0% {
        margin-left: 0px;
    }

    50% {
        margin-left: -30px;
    }

    100% {
        margin-left: 0px;
    }
}

@-webkit-keyframes leftSpring {
    0% {
        margin-left: 0px;
    }

    50% {
        margin-left: 30px;
    }

    100% {
        margin-left: 0px;
    }
}

/* Skin*/
#swipebox-overlay {
    background: #0d0d0d;
    opacity: 1;
}

#swipebox-action, #swipebox-caption {
    text-shadow: 1px 1px 1px black;
    background-color: #0d0d0d;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #0d0d0d), color-stop(100%, #000000));
    background-image: -webkit-linear-gradient(#0d0d0d, #000000);
    background-image: -moz-linear-gradient(#0d0d0d, #000000);
    background-image: -o-linear-gradient(#0d0d0d, #000000);
    background-image: linear-gradient(#0d0d0d, #000000);
    -webkit-box-shadow: 0 1px 1px 1px #212121, inset 0 1px 1px 1px black;
    -moz-box-shadow: 0 1px 1px 1px #212121, inset 0 1px 1px 1px black;
    box-shadow: 0 1px 1px 1px #212121, inset 0 1px 1px 1px black;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=95);
    opacity: 1;
}

#swipebox-action {
    -webkit-box-shadow: 0 -1px -1px 1px #212121, inset 0 -1px -1px 1px black;
    -moz-box-shadow: 0 -1px -1px 1px #212121, inset 0 -1px -1px 1px black;
    box-shadow: 0 -1px -1px 1px #212121, inset 0 -1px -1px 1px black;
}

#swipebox-caption {
    color: white !important;
    font-size: 12px;
    line-height: 50px;
    font-family: 'Roboto', sans-serif;
}

/*-----------------------------*/
/*-----------------------------*/
/*---iOS/Android Add To Home---*/
/*-----------------------------*/
/*-----------------------------*/

.ath-viewport * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.ath-viewport {
    position: relative;
    z-index: 2147483641;
    pointer-events: none;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-text-size-adjust: none;
    -moz-text-size-adjust: none;
    -ms-text-size-adjust: none;
    -o-text-size-adjust: none;
    text-size-adjust: none;
}

.ath-modal {
    pointer-events: auto !important;
    background: rgba(0,0,0,0.6);
}

.ath-mandatory {
    background: #000;
}

.ath-container {
    pointer-events: auto !important;
    position: absolute;
    z-index: 2147483641;
    padding: 0.7em 0.6em;
    width: 18em;
    background: #eee;
    background-size: 100% auto;
    box-shadow: 0 0.2em 0 #d1d1d1;
    font-family: sans-serif;
    font-size: 15px;
    line-height: 1.5em;
    text-align: center;
}

    .ath-container small {
        font-size: 0.8em;
        line-height: 1.3em;
        display: block;
        margin-top: 0.5em;
    }

.ath-ios.ath-phone {
    bottom: 1.8em;
    left: 50%;
    margin-left: -9em;
}

.ath-ios6.ath-tablet {
    left: 5em;
    top: 1.8em;
}

.ath-ios7.ath-tablet {
    left: 0.7em;
    top: 1.8em;
}

.ath-ios8.ath-tablet {
    right: 0.4em;
    top: 1.8em;
}

.ath-android {
    bottom: 1.8em;
    left: 50%;
    margin-left: -9em;
}

/* close icon */
.ath-container:before {
    content: '';
    position: relative;
    display: block;
    float: right;
    margin: -0.7em -0.6em 0 0.5em;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAIQAAACECAMAAABmmnOVAAAAdVBMVEUAAAA5OTkzMzM7Ozs3NzdBQUFAQEA/Pz8+Pj5BQUFAQEA/Pz8+Pj5BQUFAQEA/Pz9BQUE+Pj4/Pz8/Pz8+Pj4/Pz8/Pz8/Pz8+Pj4/Pz8+Pj4/Pz8/Pz8/Pz8/Pz8/Pz8+Pj4/Pz8/Pz8/Pz8/Pz9AQEA/Pz+fdCaPAAAAJnRSTlMACQoNDjM4OTo7PEFCQ0RFS6ytsbS1tru8vcTFxu7x8vX19vf4+C5yomAAAAJESURBVHgBvdzLTsJAGEfxr4C2KBcVkQsIDsK8/yPaqIsPzVlyzrKrX/5p0kkXEz81L23otc9NpIbbWia2YVLqdnhlqFlhGWpSDHe1aopsSIpRb8gK0dC3G30b9rVmhWZIimTICsvQtx/FsuYOrWHoDjX3Gu31gzJxdki934WrAIOsAIOsAIOiAMPhPsJTgKGN0BVsYIVsYIVpYIVpYIVpYIVpYIVpYIVpYIVpYIVlAIVgEBRs8BRs8BRs8BRs8BRs8BRs8BRs8BRTNmgKNngKNngKNngKNngKNhiKGxgiOlZoBlaYBlaYBlaYBlaYBlaYBlaYBlaYBlZIBlBMfQMrVAMr2KAqBENSHFHhGEABhi5CV6gGUKgGUKgGUKgGUFwuqgEUvoEVsoEVpoEUpgEUggF+gKTKY+h1fxSlC7/Z+RrxOQ3fcEoAPPHZBlaYBlaYBlaYBlZYBlYIhvLBCstw7PgM7hkiWOEZWGEaWGEaWGEaIsakEAysmHkGVpxmvoEVqoEVpoEVpoEVpoEVpoEVpoEVkoEVgkFQsEFSsEFQsGEcoSvY4CnY4CnY4CnY4CnY4CnY4CnY4CnY4CnY4CnY4CnY4CnY4CnY4CnY4CnY4CnY4CnY4CnY4CnmbNAUT2c2WAo2eAo2eAo2eAo2eAo2eArNEPFACjZ4CjZ4CjZ4CjaIird/rBvFH6llNCvewdli1URWCIakSIZesUaDoFg36dKFWk9zCZDei3TtwmCj7pC22AwikiIZPEU29IpFNliKxa/hC9DFITjQPYhcAAAAAElFTkSuQmCC);
    background-size: 20%;
    background-repeat: no-repeat;
    background-position: 50%;
    width: 2.7em;
    height: 2.7em;
    text-align: center;
    overflow: hidden;
    color: #a33;
    z-index: 2147483642;
}

.ath-container.ath-icon:before {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    float: none;
}

.ath-mandatory .ath-container:before {
    display: none;
}

.ath-container.ath-android:before {
    float: left;
    margin: -0.7em 0.5em 0 -0.6em;
}

.ath-container.ath-android.ath-icon:before {
    position: absolute;
    right: auto;
    right: 0px;
    margin: 0;
    float: none;
}

/* applied only if the application icon is shown */
.ath-container.ath-icon {
}

.ath-action-icon {
    display: inline-block;
    vertical-align: middle;
    background-position: 50%;
    background-repeat: no-repeat;
    text-indent: -9999em;
    overflow: hidden;
}

.ath-ios7 .ath-action-icon,
.ath-ios8 .ath-action-icon {
    width: 1.6em;
    height: 1.6em;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAHgAAACtCAYAAAB7l7tOAAAF6UlEQVR4AezZWWxUZRiH8VcQEdxZEFFiUZBFUCIa1ABBDARDcCciYGKMqTEGww3SOcNSAwQTjOBiiIpEhRjAhRgXRC8MFxojEhAFZUGttVhaoSxlaW3n8W3yXZxm6vTrOMM5Q98n+V9MMu1pvl++uZhKuypghu49KaaTWGdZSYoVN6VD95nMpLNYZ9XNbdQR2od2k88O3Gm6Bh0t7H0p5Vwp2Ax3ajpu2tYbciFWwkTFO63DY6+JcI4USFaSyYpWp8N7SVZJKR3EinkBk9JxvZFXxhnZSjBaoWp1ZL0ES8WKYXMZp0AndORgy8WKFe5Yf1zvvSBWDEpys2LU6MjD5kmEWQlGKsJRHXlcqUSQVcItEnDEA6gAb7LhjvD9WO6yIEfICQI5A1nzGCYB1T4og5bBiFcyv2f6ujYhl4iVxwKG6qp8MK55HsqPwK0rMr9v/yEo3uCPrJstVh5KMER30Aeh31Ioq0FrHfjXw9CYghnrvYFTuqfEymFzGSwBlT4ARYr7u+K6GLmCVGvAGg2NMG0d/sgJnpScZLjXSkC5z8H3eQ72/k24Q8NfzvwFyK4qtuJSZKaubRPyE/K/Mtx+EvCHL+7uasId1t10w0scz/RzSzYzAfgKV30D3LPaG7lRkR8RK4tKKJKAMp+D7r0EfmmOe0x3m2itAc/ZxBjgAt1mXHWKPPkdb+QGSTJdrDaU5EoJ2OtzwD0WwY7KNNzbRfMFFg24WPdtGHnS221Cflgsj56hjwTs8TnY7oq7/QDhjutGicsb2AVcovsO18l6uPPNNiE/JFaGAq7Q7fY50G4LYVtz3FrdaNGyBXbIl+q24DqhyHes9EaulwR3SwtZs+ktAT/7HORliru1gnCndONFyx44Dfn7MPLYN7yR6yTJZAllJeguAT/4HOBFz8I3ZWm4E0TLFbBD7qn7EVdtHYx53R9ZN0ksrZRuErDN5+AuLIWvm+Oe1k0ULdfADrmX7idcR0/DyBXeyCdlLuMMOGCBz4F1ng+f7yFcve5e0fIFHELeiav6BAx70Rt5p0yhY3u/wR0kyarW/uX35b403PtFyzewQ75ctwtXzSkY8WqruHslSV8RscrL6TJ1bcvfWJ0/HzbtIdw/ugdFyzdwOOAq3T6fmzxwGQ3vbmO8iFioIWqYSsHMj9M/ljfuTsOdItoZBXYBfXX7cVXVwvXLm/8+fU3lcdCqdEMNGBbgUmRmfQISQKd5sGEn4VK6YtEiAXYBA3QVuA4q8hCHrDcafR1ul65jewfuovsCl7vJrNlOuEbdo6JFCuwCrtb9hqusBu56Cw4cI1y1briIWEBn3Ue0XKPuMdGiBg4H9NdV0HJ/6QZLOEPmPN0GmpfSPS5arIBdwHUtIFfoBsl/ZsgfhHCfFi2WwC5goO4AmvanbqBkzJA76tboZokWa2AXMEi3RTdAvDLkDqJFAhzB32xFD2wZsGXA0WfAlgFbBmwZsGXAlgFbBpzk04JaKb0iA9ZnF9x5SQAFtRKKIgPWZxfaeRmwAZ/BGbAB37eaG6MCbnq2Aed5czYyKirgpmcbsAHHZAZswN0Wwo7KeG1fFf2jAm56dtzOQ42yB+65mDhWFBUwUETMUiMDNmADbp/APRaTAh6I2bpGCNw1bufRZJQ1cPdF/NueHZsgDEBBGLbMGoIu4AZu5gLOZeEaYmEXeznF3jRPyEv4frgJvvJe3qTefY0AAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwb8rwADBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgz4/sz1Nia/9hizA7zgklwy3RYwYMBzBRjw4bPjxAbAAizAAtwgwAIswAIswAIMGDBgARZgARZgAS4FWIAFWIAFWIABAwYswAIswAIswIUAC7AAC7AACzBgwIAFWIAFWIAFuBBgARZgARZgAQYMGPApQ99ZCdgWtzqwATbABtgAG2DbnxNb7zbRimsMLMACrDf2wMWI/WasfQAAAABJRU5ErkJggg==);
    margin-top: -0.3em;
    background-size: auto 100%;
}

.ath-ios6 .ath-action-icon {
    width: 1.8em;
    height: 1.8em;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAJAAAAB0CAQAAADAmnOnAAAAAnNCSVQICFXsRgQAAAAJcEhZcwAAWwEAAFsBAXkZiFwAAAAZdEVYdFNvZnR3YXJlAHd3dy5pbmtzY2FwZS5vcmeb7jwaAAAF4klEQVR4Ae3a/a+XdR3H8ec5HM45HDmKICoVohkZsxESRRCzcZM/2JKkdGR5MrSkleA0Pd00O4u5IVuNM2yYc6XSzCExU4oUNRPCJFdMUAhsYZpUGhscOHA4N8/WZzsL6HBxvofvdV3fa3yer//gsV3vH659KHzncBsJxUYhDzOEhCKQbORs+ip2wzgM+wvj+P9i35qAGLaHGcQSgKSTrxBLABJppZpYApCspoFYApBsZjSxBCD5OxOJJQBJG1cQSwCSLpqJJQCJ3MvgCGTinuSMCJS8LZwfgZL3FtMiUPIOcU0ESl4PLRHoRPsJtREoeRsYGYGS9yrvo6RmpbLaigWSfzOdErLs6+bLUMFA0sF1+QF1cz1UNlBYK9V5AHXyWSgEkKyiIWOgGh829Ki1lLcaxjCVK7mJRSxjBY+zgRf/u9pXcMB7jhEZAg32EUP3O6hMKOP5Iq2sZQeHMZXt5KKMgOpcY+iHVnFyjeQKlrCBdsxge5ieAVC9vzLUelI8H+A7bKIHM10H81IGGuKvDf1ggDxVTKOV1zG3/Yia1ICG+ltD32MgNTKfP2HuW0VDKkCNrjfUTOm9i6XswwrZJkaVHeh0f2fodkrtfO6jAytqrzG+rEDDfVG1x1sprZEs5RBW4PZxeT+Bbrf5hPu9arfzKaU6WjiAFbseWvoF1GW/6vYGSmkyW7Dit4xB5QHq9Br6Xx2t9GAhtp6zkoHsfNp1J9wX6H+jeR4LtJc4LxGopZZyNpN/YcG2mw9nBTSPLizgOmjKAujGgvJID3ekD7QYi7nGzkvmQtpA38Vi7iJf0TedlC7QTVjMfcY2QyvSBPpUMW/PIBfbo9pls1XpAX2EdizeznStob3OJpQO0DB2YfE21q2GtnghpAm0Gou3T9tm6BGHQppA12HRVt17eboNlydNoLHsx2JtmL801OYcQmkC/QKLtQt9ydBW3wNpA30ci7Ur3WdolUMhbaBqNhf/8qQJ9Hkszs5wjaH9XkUobaAqtmFRdoGbDb3sWMgG6DIs5852knO82RaXer+P+qyb3eWeo7ZNBrRZvm1otY2QFdBjeHIb6hTne49Put12+9ObMoDdYmfy5UkF6AK6cCCr9aM2u9IddptcOYCG+FNDB5xLKCugO7G01TndFp/xgAntdYvrfdwVLnORt3q9Vx25F27DUjbGPxr6qxMgW6Cd2N+d6wLXedA+6nKbK73Lr/pJxzusvE/wZrvX0FOOgGyBxmF/dprXutYOj6nNdS6xyYnWp/dGcaGdhr5vDWQN9E1MXrUzfcA2j2qPj/l1J1uT9iPOeh8w1O7nCGUN9HzyGZ7ndo9qp0ucanU2r1xH+wdDu5wIeQDVVx0+/kd1i697RNv8thdn+Qz4Uv9p6DeOhHyApmBfq3OBu+3Nfd7nVELZAX3Nw4ZarYG8gG7GY1dlk6/Zm3/2Rk8jlB1QvT82dNAmQjkBVf8Mj957fdrefM7ZVhPKEuidvmDob06CXIGGbsX/bZDf8KAhfdbJhLIGmuZuQ084HHIGatiLvRvrRkP6qldbBXkAzbfD0N0OhryBGqrEMOd50FC7d1hPKGugBh8ydMh5hPIGGouI1d5lj6F1vptQ9kDvcKOhN5wMlQH0QcRGnzC03yZCeQDN9G1D6xwBFQI07FI8x02GdjgB8gJqttPQcmuhYoAumzvG7YZWejrkA1TrPYYO+SVCFQO0aM4bqj0uJJQH0LluSP7PkyeQU9QOmyAvoBm+Zegpz4LKA/qYB/wE5AXUe3m81zqoRKAPOYWcuvP9dxvqcD6h7IAKkaNU3eUlHLcI9EzS5YlAi62h/zUy89QCqqKUmvgHywsJlEHnsQYxAvXVIJo5gIhnPhiBju1iNmLvLn85Ah1ZPYs5jBGo72awEzEC9dVwHqQHI9DxWoAYgSLQQKteGIESu/qhCJTYtT+PQBEoAkWgCBSBkotAEehUWwSKQBEoAkWg/BeBIlAEikARKAJFoFmealu4gVLy1Gt5dkARKAL9BzujPSurTmu/AAAAAElFTkSuQmCC);
    margin-bottom: 0.4em;
    background-size: 100% auto;
}

.ath-android .ath-action-icon {
    width: 1.4em;
    height: 1.5em;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAwCAMAAABg3Am1AAAANlBMVEVmZmb///9mZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZW6fJrAAAAEXRSTlMAAAYHG21ub8fLz9DR8/T4+RrZ9owAAAB3SURBVHja7dNLDoAgDATQWv4gKve/rEajJOJiWLgg6WzpSyB0aHqHiNj6nL1lovb4C+hYzkSNAT7mryQFAVOeGAj4CjwEtgrWXpD/uZKtwEJApXt+Vn0flzRhgNiFZQkOXY0aADQZCOCPlsZJ46Rx0jhp3IiN2wGDHhxtldrlwQAAAABJRU5ErkJggg==);
    background-size: 100% auto;
}

.ath-container p {
    line-height: 20px;
    margin: 0;
    padding: 0;
    position: relative;
    z-index: 2147483642;
    text-shadow: 0 0.1em 0 #fff;
    font-size: 12px;
    padding-left: 30px;
    padding-right: 30px;
}

    .ath-container p small {
        padding-top: 10px;
    }

.ath-ios.ath-phone:after {
    content: '';
    background: #eee;
    position: absolute;
    width: 1em;
    height: 1em;
    bottom: -0.4em;
    left: 50%;
    margin-left: -0.5em;
    -webkit-transform: scaleX(0.9) rotate(45deg);
    transform: scaleX(0.9) rotate(45deg);
    box-shadow: 0.2em 0.2em 0 #d1d1d1;
}

.ath-ios.ath-tablet:after {
    content: '';
    background: #eee;
    position: absolute;
    width: 2em;
    height: 2em;
    top: -0.9em;
    left: 50%;
    margin-left: -1em;
    -webkit-transform: scaleX(0.9) rotate(45deg);
    transform: scaleX(0.9) rotate(45deg);
    z-index: 2147483641;
}

.ath-application-icon {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    padding: 0;
    border: 0;
    margin-top: 10px;
    margin-bottom: 10px;
    width: 70px;
    height: 70px;
    z-index: 2147483642;
}

.ath-container.ath-ios .ath-application-icon {
    border-radius: 1em;
    margin: 0 auto 0.4em auto;
}

@media only screen and (orientation: landscape) {
    .ath-container.ath-phone {
        width: 24em;
    }

    .ath-android.ath-phone {
        margin-left: -12em;
    }

    .ath-ios.ath-phone {
        margin-left: -12em;
    }

    .ath-ios6:after {
        left: 39%;
    }

    .ath-ios8.ath-phone {
        left: auto;
        bottom: auto;
        right: 0.4em;
        top: 1.8em;
    }

        .ath-ios8.ath-phone:after {
            bottom: auto;
            top: -0.9em;
            left: 68%;
            z-index: 2147483641;
            box-shadow: none;
        }
}



/*Adjustments for Header*/

.pageapp-signup-content .unboxed-layout,
.pageapp-signup-content .boxed-layout,
.pageapp-login-content .unboxed-layout,
.pageapp-login-content .boxed-layout {
    margin-top: -50px !important;
}


.countdown-content .unboxed-layout,
.countdown-content .boxed-layout,
.error-content .unboxed-layout,
.error-content .unboxed-layout {
    margin-top: -90px !important;
}

/*Put content under header, adjust for fullscren pages*/
.cover-screen, .map-fullscreen {
    margin-top: -60px;
}

/*CSS3 Effect for Glowing */

.glowing {
    color: #1f1f1f;
    -webkit-animation-name: blinker;
    -webkit-animation-duration: 2s;
    -webkit-animation-timing-function: linear;
    -webkit-animation-iteration-count: 4;
    -moz-animation-name: blinker;
    -moz-animation-duration: 2s;
    -moz-animation-timing-function: linear;
    -moz-animation-iteration-count: 4;
    animation-name: blinker;
    animation-duration: 2s;
    animation-timing-function: linear;
    animation-iteration-count: 4;
}

@-moz-keyframes blinker {
    0% {
        color: #1f1f1f;
    }

    50% {
        color: #c0392b;
    }

    100% {
        color: #1f1f1f;
    }
}

@-webkit-keyframes blinker {
    0% {
        color: #1f1f1f;
    }

    50% {
        color: #c0392b;
    }

    100% {
        color: #1f1f1f;
    }
}

@keyframes blinker {
    0% {
        color: #1f1f1f;
    }

    50% {
        color: #c0392b;
    }

    100% {
        color: #1f1f1f;
    }
}


/*///////////////*/
/*Store Template*/
/*///////////////*/


@media(min-width:768px) {
    .store-slider {
        padding-left: 30px !important;
        padding-right: 30px !important;
        padding-top: 30px;
    }
}

.store-slider-item-description {
    padding-left: 20px;
    padding-right: 20px;
}

    .store-slider-item-description h3 {
        margin-top: 20px;
        margin-bottom: -5px;
    }

    .store-slider-item-description h4 {
        float: right;
        margin-top: -22px;
        font-size: 16px;
        margin-bottom: 0px;
    }

    .store-slider-item-description h6 {
        float: right;
        font-weight: 400;
        font-size: 12px;
        text-decoration: line-through;
        margin-top: -5px;
        color: #e85242;
    }

.store-slider-category {
    display: inline-block;
    font-size: 10px;
    margin-top: -15px;
    margin-bottom: 10px;
    color: #777777;
    font-style: italic;
}

.store-slider-buttons {
    width: 180px;
    margin-left: auto;
    margin-right: auto;
}

    .store-slider-buttons a {
        color: #FFFFFF;
        width: 40px;
        height: 40px;
        line-height: 40px;
        text-align: center;
        float: right;
        margin-left: 10px;
        margin-right: 10px;
    }

/*Store Items*/

.store-item {
    width: 48%;
    float: left;
    margin-bottom: 20px;
}

@media(min-width:768px) {
    .store-item {
        width: 23%;
        margin-left: 1% !important;
        margin-right: 1% !important;
    }
}

.store-items img {
    display: block;
    width: 100%;
}

.store-item:nth-last-child(even) {
    margin-left: 4%;
}

.store-item strong {
    display: block;
    color: #1f1f1f;
    font-weight: 500;
    padding-top: 5px;
}

.store-item em {
    display: block;
    color: #666666;
    font-size: 12px;
    font-style: normal;
    text-align: left;
}

.store-item .discount {
    position: absolute;
    margin-top: -29px;
    right: 0px;
    text-decoration: line-through;
    color: #e74c3c;
}

.store-item .offer {
    position: absolute;
    margin-top: -29px;
    right: 0px;
    color: #27ae60;
}

    .store-item .offer i {
        padding-right: 10px;
    }

.store-item-button-1 {
    position: absolute;
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    right: 0px;
    margin-top: -35px;
    color: #FFFFFF;
    font-size: 12px;
    background-color: rgba(0,0,0,0.8);
}

.store-item-button-2 {
    position: absolute;
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    right: 0px;
    margin-top: -35px;
    margin-right: 45px;
    color: #FFFFFF;
    font-size: 12px;
    background-color: rgba(0,0,0,0.8);
}

.store-item-button-3 {
    position: absolute;
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    right: 0px;
    margin-top: -35px;
    margin-right: 90px;
    color: #FFFFFF;
    font-size: 12px;
    background-color: rgba(0,0,0,0.8);
}

/*Store Item List*/

@media(min-width:768px) {
    .store-item-list a {
        width: 50%;
        float: left;
    }

        .store-item-list a em {
            padding-right: 30px;
        }

    .store-strip {
        width: 49.3%;
        float: left;
        margin-left: 5px;
    }
}

.store-item-list {
    margin-bottom: 30px;
}

    .store-item-list a {
        margin-bottom: 30px;
    }

        .store-item-list a img {
            width: 130px;
        }

        .store-item-list a strong {
            color: #1f1f1f;
            font-size: 15px;
            font-weight: 600;
            padding-left: 20px;
            position: absolute;
            top: 0px;
            padding-left: 150px;
        }

        .store-item-list a em {
            position: absolute;
            top: 29px;
            padding-left: 150px;
            color: #666666;
        }

        .store-item-list a u {
            position: absolute;
            margin-top: -30px;
            background-color: rgba(255,255,255,0.9);
            font-size: 11px;
            text-decoration: none;
            padding-left: 5px;
            padding-right: 5px;
            color: #000000;
            font-weight: 600;
        }

.store-search input {
    display: block;
    width: 100%;
    height: 50px;
    line-height: 50px;
    line-height: 100%;
    padding-left: 50px;
    border-bottom: solid 1px rgba(0,0,0,0.1);
    color: #666666;
    font-size: 13px;
}

.store-search i {
    position: absolute;
    z-index: 10;
    height: 48px;
    line-height: 48px;
    width: 50px;
    text-align: center;
}

.store-strip {
    height: 200px;
    background-position: center center;
    background-size: cover;
    margin-bottom: 3px;
    margin-top: 3px;
}

@media(min-width:768px) {
    .store-strip {
        height: 300px;
    }
}

.store-strip .overlay {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: linear-gradient( to bottom, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.7) );
}

.store-strip-content {
    z-index: 10;
    position: absolute;
    width: 170px;
    padding: 10px;
    background-color: rgba(255,255,255,0.9);
    right: 0px;
    bottom: 20px;
}

    .store-strip-content h3 {
        font-size: 16px;
        font-weight: 500;
        margin-bottom: 0px;
        padding-top: 5px;
    }

    .store-strip-content em {
        font-size: 12px;
        display: block;
        margin-bottom: 0px;
        padding-bottom: 0px;
    }

.store-strip .store-strip-controls {
    height: 70px;
    width: 45px;
    z-index: 10;
    position: absolute;
    bottom: 27px;
    right: 175px;
}

.store-strip-controls a {
    background-color: rgba(255,255,255,0.9);
    height: 36px;
    width: 36px;
    line-height: 36px;
    text-align: center;
    color: #1f1f1f;
    font-size: 12px;
    margin-left: 5px;
    margin-bottom: 5px;
    float: left;
}

/*Product Page*/

.store-product-heading h1, .store-product-heading h2 {
    font-weight: 500;
    margin-bottom: 0px;
}

.store-product-heading h2 {
    font-size: 18px;
    margin-bottom: 5px;
    line-height: 20px;
}

.store-product-heading h4 {
    font-size: 13px;
    margin-bottom: 30px;
    font-weight: 400;
    color: #666666;
}

.store-product-heading p {
    width: 76%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.store-product-heading-buttons {
    width: 220px;
    margin-left: auto;
    margin-right: auto;
}

.store-product-heading .button-top {
    position: absolute;
    top: 0px;
    right: 0px;
}

.store-product-heading-buttons a {
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 12px;
    margin-left: 5px;
    margin-right: 5px;
    text-align: center;
    float: left;
    color: #FFFFFF;
}

/*Cart Page*/

.cart-content-1 .cart-item-image img {
    width: 90px;
    display: block;
}

@media(min-width:768px) {
    .cart-content-1 .cart-item {
        width: 45%;
        float: left;
        margin-left: 2%;
        margin-right: 2%;
    }
}

.cart-content-1 .cart-item {
    margin-bottom: 30px;
}

.cart-content-1 .cart-item-total {
    position: absolute;
    font-size: 18px;
    top: 26px;
    right: 0px;
    color: #1f1f1f;
    font-weight: 600;
}

.cart-content-1 .cart-item-remove {
    position: absolute;
    right: 0px;
    top: 0px;
    height: 60px;
    line-height: 60px;
    color: #e74c3c;
}

.cart-content-1 .cart-item-title {
    position: absolute;
    top: 7px;
    left: 101px;
    font-weight: 600;
    padding-right: 101px;
    text-align: left;
    width: 100%;
    font-size: 15px;
    color: #1f1f1f;
}

.cart-content-1 .cart-item-subtitle {
    position: absolute;
    top: 30px;
    left: 101px;
    font-weight: 500;
    padding-right: 101px;
    text-align: left;
    width: 100%;
    font-size: 13px;
}

.cart-content-1 .cart-item-text {
    position: absolute;
    top: 3px;
    right: 0px;
    font-weight: 400;
    text-align: left;
    font-size: 12px;
    color: #666666;
}

.cart-content-1 .cart-item-input {
    position: absolute;
    left: 100px;
    width: 40px;
    height: 30px;
    border: solid 1px rgba(0,0,0,0.1);
    top: 31px;
    text-align: center;
    font-size: 12px;
    padding-top: 2px;
    padding-bottom: 2px;
}

.cart-content-2 .cart-item {
    margin-bottom: 30px;
    height: 100px;
}

@media(min-width:768px) {
    .cart-content-2 .cart-item {
        width: 46%;
        float: left;
        margin-left: 2%;
        margin-right: 2%;
    }
}

.cart-content-2 .cart-item a {
    position: absolute;
    right: 0px;
    z-index: 10;
}

.cart-content-2 .cart-item img {
    width: 100px;
}

.cart-content-2 h5 {
    padding-right: 110px;
    font-weight: 500;
    line-height: 30px;
    font-size: 15px;
}

.cart-content-2 .cart-item-input {
    width: 40px;
    height: 30px;
    text-align: center;
    border: solid 1px rgba(0,0,0,0.1);
}

.cart-content-2 .cart-item-input-text {
    position: absolute;
    margin-top: -30px;
    margin-left: 50px;
    font-style: normal;
}

.cart-content-2 .cart-item-value {
    position: absolute;
    margin-top: -30px;
    right: 120px;
    color: #000000;
    font-size: 16px;
}

.shipping-address-field em {
    color: #e74c3c;
}

.shipping-address-field strong {
    display: block;
    padding-bottom: 10px;
    color: #1f1f1f;
}

.shipping-address-field-half {
    width: 48%;
    float: left;
    margin-right: 4%;
}

.shipping-address-field input, .shipping-address-field select {
    width: 100%;
    height: 40px;
    border: solid 1px rgba(0,0,0,0.1);
    line-height: 40px;
    padding-left: 10px;
    padding-right: 10px;
    line-height: 100%;
    margin-bottom: 20px;
    transition: all 250ms ease;
    color: #7f8c8d;
}

    .shipping-address-field input:focus, .shipping-address-field select:focus {
        color: #1f1f1f;
        border: solid 1px #27ae60;
        transition: all 250ms ease;
    }

.pay-icons a {
    width: 60px;
    display: inline-block;
    margin-right: 20px;
}

.checkout-total strong {
    display: block;
    line-height: 40px;
    border-bottom: solid 1px rgba(0,0,0,0.1);
    color: #1f1f1f;
}

    .checkout-total strong em {
        display: block;
        text-align: right;
        width: 100%;
        margin-top: -40px;
        color: #666666;
        font-style: normal;
        font-weight: 500;
    }

.checkout-total .strong {
    font-size: 15px;
    font-weight: 800;
}

    .checkout-total .strong em {
        color: #1f1f1f;
    }


/*/////////////*/
/*News Template*/
/*/////////////*/

@media(min-width:960px) {
    .news-column {
        float: left;
        width: 50%;
    }
}

.news-column img {
    width: 100px;
    height: 100px;
    margin-bottom: 30px;
}

.news-column h4 {
    position: absolute;
    top: 0px;
    left: 120px;
    padding-right: 20px;
    line-height: 25px;
    font-weight: 500;
    font-size: 15px;
}

@media(max-width:335px) {
    .news-column h4 {
        font-size: 12px;
    }

    .news-column strong {
        font-size: 9px !important;
    }

    .cover-news h4 {
        position: absolute;
        top: -80px;
        left: 30px;
        padding-right: 20px;
        line-height: 25px;
        font-weight: 500;
        font-size: 17px !important;
    }
}

.news-column strong {
    font-weight: 400;
    font-size: 11px;
    position: absolute;
    bottom: -5px;
    right: 0px;
    display: block;
}

.news-box img {
    display: block;
    width: 100%;
}

.news-box h4 {
    margin-top: 20px;
    font-weight: 500;
}

.news-box .button {
    position: absolute;
}

.news-social {
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    float: right;
    margin-left: 10px;
    margin-bottom: 30px;
}

.news-strip a {
    line-height: 50px;
    border-bottom: solid 1px rgba(0,0,0,0.1);
    color: #1f1f1f;
    font-size: 15px;
}

@media(min-width:768px) {
    .news-strip a {
        width: 46%;
        margin-left: 2%;
        margin-right: 2%;
        float: left;
    }
}

.news-strip a i {
    float: right;
    line-height: 50px;
    width: 40px;
    text-align: center;
}

.overlay-news {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: linear-gradient( to bottom, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.9) );
}

.page-news-article p {
    margin-bottom: 20px
}

.page-news-article img {
    margin-bottom: 20px;
}

.page-news-article .page-news-article-tags {
    display: block;
    margin-top: -10px;
    margin-bottom: 10px;
    font-size: 12px;
    font-weight: 500;
}

/*////////////*/
/*SiteMap Page*/
/*////////////*/

@media(max-width:340px) {
    .sitemap-box a {
        font-size: 11px !important;
    }
}

.sitemap-box {
    margin-bottom: 70px !important;
}

    .sitemap-box a {
        line-height: 40px;
        font-size: 14px;
        width: 50%;
        float: left;
        margin-bottom: 15px;
        color: #1f1f1f;
    }

@media(min-width:768px) {
    .sitemap-box a {
        width: 25%;
    }
}

.sitemap-box a i {
    font-size: 14px;
    color: #FFFFFF;
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    border-radius: 35px;
    margin-right: 10px;
    transition: all 250ms ease;
}

/*/////////////*/
/*Splash Screen*/
/*/////////////*/

.splash-content {
    width: 100%;
    position: absolute;
    z-index: 15;
    top: 50%;
    height: 400px;
    margin-top: -160px;
}

.splash-screen .overlay {
    z-index: 10;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: linear-gradient( to bottom, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.9) )
}

.splash-content img {
    width: 80px;
    margin-left: auto;
    margin-right: auto;
}

.splash-content h4 {
    margin-top: 20px;
    color: #FFFFFF;
    text-align: center;
    font-size: 30px;
}

.splash-content h5 {
    color: #cacaca;
    text-align: center;
    font-size: 14px;
    font-weight: 400;
}

.splash-content p {
    margin-top: 30px;
    margin-bottom: 40px;
    color: rgba(255,255,255,0.6);
    width: 280px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

.splash-content a {
    display: block;
    width: 150px;
    height: 40px;
    line-height: 36px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    border: solid 1px rgba(255,255,255,0.5);
    border-radius: 5px;
    color: rgba(255,255,255,0.8);
    font-weight: 400;
    transition: all 250ms ease;
    font-size: 13px;
}

    .splash-content a:hover {
        background-color: rgba(255,255,255,0.05);
        transition: all 250ms ease;
    }

.modal-api-load {
    display: none;
    justify-content: center;
    align-items: center;
    max-height:50px;
}

    .modal-api-load img {
        width: 50%;
        margin-left: 25%;
        margin-top: 0;
        height: 20px;
    }


.black-header {
    background-color:#000000;
}

.fullsize {
    width:100%
}

.header-dark {
    height: 60px;
    background-color: #212429;
}

    .header-dark .header-menu-overlay {
        background-color: #212429;
    }

    .header-dark .header-icon-left, .header-dark .header-icon-right, .header-dark .header-icon-two, .header-dark .header-icon-three {
        color: #FFFFFF;
    }

    .header-dark .header-logo {
        background-image: url(../images/logo-light.png);
        background-size: 93px 18px;
        margin-left: auto;
        margin-right: auto;
        margin-top: 21px;
        width: 93px;
        height: 18px;
        z-index: 12;
    }

/*Header Light*/

.header-light {
    height: 60px;
    background-color: #FFFFFF;
    border-bottom: solid 1px rgba(0,0,0,0.1);
}

    .header-light .header-menu-overlay {
        background-color: #FFFFFF;
    }

    .header-light .header-icon-left, .header-light .header-icon-right, .header-light .header-icon-two, .header-light .header-icon-three {
        color: #1f1f1f;
    }

    .header-light .header-logo {
        background-image: url(../images/logo-dark.png);
        background-size: 93px 18px;
        margin-left: auto;
        margin-right: auto;
        margin-top: 21px;
        width: 93px;
        height: 18px;
        z-index: 12;
    }

#header-fixed {
    overflow: visible !important;
    opacity: 1;
    position: fixed;
    width: 100%;
    z-index: 99999;
}

.header-clear {
    height: 60px;
    display: block;
}

.header-clear-large {
    height: 90px;
}

/*Header Icons*/

#header-fixed img {
    position: relative;
    z-index: 9;
    width: 93px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 21px;
}

#header-fixed .header-icon-left {
    position: absolute;
    z-index: 12;
    left: 0px;
    top: 0px;
    width: 50px;
    height: 60px;
    line-height: 60px;
    text-align: center;
}

    #header-fixed .header-icon-left i {
        width: 50px;
        height: 60px;
        line-height: 60px;
        text-align: center;
    }

#header-fixed .header-icon-two {
    position: absolute;
    z-index: 12;
    left: 50px;
    top: 0px;
    width: 50px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    font-size: 16px;
}

    #header-fixed .header-icon-two i {
        width: 50px;
        height: 60px;
        line-height: 60px;
        text-align: center;
    }

#header-fixed .header-icon-right {
    position: absolute;
    z-index: 12;
    right: 0px;
    top: 0px;
    width: 50px;
    height: 60px;
    line-height: 60px;
    text-align: center;
}

    #header-fixed .header-icon-right i {
        width: 50px;
        height: 60px;
        line-height: 60px;
        text-align: center;
    }


#header-fixed .header-icon-three {
    position: absolute;
    z-index: 12;
    right: 50px;
    top: 0px;
    width: 50px;
    height: 60px;
    line-height: 60px;
    text-align: center;
}

    #header-fixed .header-icon-three i {
        width: 50px;
        height: 60px;
        line-height: 60px;
        text-align: center;
    }

/*Header Menu*/

.header-menu-overlay {
    position: absolute;
    width: 100%;
    height: 59px;
    top: 0px;
    z-index: 11;
}

@media (min-width:768px) {
    .header-menu {
        left: 20px;
        margin-top: 21px;
        width: 320px;
    }
}

.header-menu {
    z-index: 10;
    background-color: #FFFFFF;
    top: 20px;
    border-top: solid 1px rgba(0,0,0,0.1);
    -moz-transform: translateX(0px) translateY(-500px);
    -webkit-transform: translateX(0px) translateY(-500px);
    -o-transform: translateX(0px) translateY(-500px);
    -ms-transform: translateX(0px) translateY(-500px);
    transform: translateX(0px) translateY(-500px);
    transition: all 250ms ease;
}

.header-menu-active {
    -moz-transform: translateX(0px) translateY(0px);
    -webkit-transform: translateX(0px) translateY(0px);
    -o-transform: translateX(0px) translateY(0px);
    -ms-transform: translateX(0px) translateY(0px);
    transform: translateX(0px) translateY(0px);
}

.open-header-menu {
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    transition: all 250ms ease;
}

.header-rotate {
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    transition: all 250ms ease;
}

.header-menu a {
    font-size: 13px;
    font-weight: 500;
    line-height: 60px;
    padding-right: 20px;
    border-bottom: solid 1px rgba(0,0,0,0.1);
    color: #4d4d4d;
    transition: all 250ms ease;
}

    .header-menu a:hover {
        color: #000000;
        border-bottom: solid 1px #2ecc71;
        transition: all 250ms ease;
    }

    .header-menu a i:first-child {
        font-size: 16px;
        color: #1f1f1f;
        width: 60px;
        text-align: center;
    }

    .header-menu a i:last-child {
        float: right;
        line-height: 60px;
        width: 12px;
        font-size: 6px;
    }

.active-header-item {
    font-size: 14px !important;
    color: #1f1f1f !important;
    font-weight: 800 !important;
}

    .active-header-item i:last-child {
        color: #2ecc71 !important;
        font-size: 8px !important;
    }


.header-menu-dark {
    background-color: #34383f;
}

    .header-menu-dark .active-header-item {
        color: #FFFFFF !important;
    }

        .header-menu-dark .active-header-item i:first-child {
            color: #FFFFFF;
        }

    .header-menu-dark a {
        color: #b5b5b5;
    }

        .header-menu-dark a i:first-child {
            color: #999999;
        }

        .header-menu-dark a i:last-child {
            color: #585555;
        }

        .header-menu-dark a:hover {
            color: #FFFFFF !important;
        }


/*///////////////*/
/*Footer Settings*/
/*///////////////*/


.footer {
    margin-bottom: 0px !important;
    padding: 30px 30px;
}

    .footer a {
        border: none !important;
    }

        .footer a:hover {
            border: 0px solid #cacaca;
        }

/*Footer Dark*/

.footer-dark .footer-logo {
    margin-left: auto;
    margin-right: auto;
    background-image: url(../images/logo-light.png);
    width: 93px;
    height: 18px;
    background-size: 93px 18px;
    display: block;
    margin-bottom: 20px;
}

/*Footer Light*/

.footer-light {
    border-top: solid 1px rgba(0,0,0,0.1);
}

    .footer-light .footer-logo {
        margin-left: auto;
        margin-right: auto;
        background-image: url(../images/logo-dark.png);
        width: 93px;
        height: 18px;
        background-size: 93px 18px;
        display: block;
        margin-bottom: 20px;
    }

.footer-dark .decoration {
    background-color: rgba(255,255,255,0.07);
}

.footer .small-text {
    margin-top: -10px;
}

.footer-socials {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
    margin-top: -10px;
}

    .footer-socials a {
        width: 38px;
        height: 38px;
        line-height: 38px;
        color: #FFFFFF !important;
        text-align: center;
        float: left;
    }

@media(max-width:340px) {
    .footer-socials {
        width: 290px;
    }

        .footer-socials a {
            margin-left: 3px;
            margin-right: 3px;
        }
}

@media(min-width:340px) {
    .footer-socials {
        width: 290px;
    }

        .footer-socials a {
            margin-left: 5px;
            margin-right: 5px;
        }
}

/*///////////*/
/*Footer Menu*/
/*///////////*/

.footer-clear {
    height: 62px;
}

#footer-fixed {
    width: 100%;
    position: fixed;
    bottom: 0px;
    z-index: 999;
}

.footer-dark {
    background-color: #212429;
}

    .footer-dark a {
        color: #666666;
        border-left: solid 1px rgba(255,255,255,0.1);
        border-top: solid 1px rgba(255,255,255,0.1);
    }

.footer-light {
    background-color: #FFFFFF;
}

    .footer-light a {
        color: #4d4d4d;
        border-left: solid 1px rgba(0,0,0,0.2);
        border-top: solid 1px rgba(0,0,0,0.2);
    }

    .footer-light .active-footer-item {
        color: #1f1f1f !important;
        border-bottom: solid 4px #2C8DCD !important;
    }

.footer-dark .active-footer-item {
    color: #FFFFFF;
    border-bottom: solid 4px #2ecc71 !important;
}

.footer-light a:hover {
    color: #1f1f1f;
    border-bottom: solid 4px #2C8DCD;
    transition: all 250ms ease;
}

.footer-dark a:hover {
    color: #FFFFFF;
    border-bottom: solid 4px #2ecc71;
    transition: all 250ms ease;
}

/*Footer Menu*/

@media(max-width:768px) {
    .footer-menu a {
        font-size: 12px;
        padding-top: 12px;
        width: 20%;
        float: left;
        height: 60px;
        line-height: 24px;
        text-align: center;
        border-bottom: solid 4px rgba(0,0,0,0.2);
        transition: all 250ms ease;
    }

        .footer-menu a:first-child {
            border-left: none;
        }

        .footer-menu a i {
            font-size: 18px;
            display: block;
            text-align: center;
        }

    .footer-tablet {
        display: none;
    }
}

@media(min-width:768px) {
    .footer-menu a {
        font-size: 12px;
        padding-top: 10px;
        width: 11.1%;
        float: left;
        height: 60px;
        line-height: 24px;
        text-align: center;
        border-bottom: solid 4px rgba(0,0,0,0.2);
        transition: all 250ms ease;
    }

        .footer-menu a:first-child {
            border-left: none;
        }

        .footer-menu a i {
            font-size: 18px;
            display: block;
            text-align: center;
        }
}

/*/////////////*/
/*Sidebar Rules*/
/*/////////////*/

.menu-item-left {
    margin-left: -45px !important;
}

    .menu-item-left i {
        padding-left: 46px;
    }

    .menu-item-left strong {
        padding-left: 62px;
    }

.sidebar-light .bg-green-light,
.sidebar-light .bg-green-dark,
.sidebar-light .bg-teal-light,
.sidebar-light .bg-teal-dark,
.sidebar-light .bg-magenta-light,
.sidebar-light .bg-magenta-dark,
.sidebar-light .bg-yellow-light,
.sidebar-light .bg-yellow-dark,
.sidebar-light .bg-orange-light,
.sidebar-light .bg-orange-dark,
.sidebar-light .bg-red-dark,
.sidebar-light .bg-red-light,
.sidebar-light .bg-blue-light,
.sidebar-light .bg-blue-dark,
.sidebar-light .bg-night-light,
.sidebar-light .bg-night-dark,
.sidebar-light .bg-gray-light,
.sidebar-light .bg-gray-dark,
.sidebar-light .facebook-color,
.sidebar-light .twitter-color,
.sidebar-light .google-color,
.sidebar-light .pinterest-color,
.sidebar-light .sms-color,
.sidebar-light .mail-color,
.sidebar-light .dribbble-color,
.sidebar-light .tumblr-color,
.sidebar-light .reddit-color,
.sidebar-light .youtube-color,
.sidebar-light .phone-color,
.sidebar-dark .bg-green-light,
.sidebar-dark .bg-green-dark,
.sidebar-dark .bg-teal-light,
.sidebar-dark .bg-teal-dark,
.sidebar-dark .bg-magenta-light,
.sidebar-dark .bg-magenta-dark,
.sidebar-dark .bg-yellow-light,
.sidebar-dark .bg-yellow-dark,
.sidebar-dark .bg-orange-light,
.sidebar-dark .bg-orange-dark,
.sidebar-dark .bg-red-dark,
.sidebar-dark .bg-red-light,
.sidebar-dark .bg-blue-light,
.sidebar-dark .bg-blue-dark,
.sidebar-dark .bg-night-light,
.sidebar-dark .bg-night-dark,
.sidebar-dark .bg-gray-light,
.sidebar-dark .bg-gray-dark,
.sidebar-dark .facebook-color,
.sidebar-dark .twitter-color,
.sidebar-dark .google-color,
.sidebar-dark .pinterest-color,
.sidebar-dark .sms-color,
.sidebar-dark .mail-color,
.sidebar-dark .dribbble-color,
.sidebar-dark .tumblr-color,
.sidebar-dark .reddit-color,
.sidebar-dark .youtube-color,
.sidebar-dark .phone-color {
    background-color: rgba(0,0,0,0) !important;
    color: inherit;
}

/*///////////////////*/
/*Sidebar Light Clean*/
/*///////////////////*/

.sidebar-light-clean .sidebar-header {
    height: 60px;
    border-bottom: solid 1px rgba(0,0,0,0.05);
    background-color: #FFFFFF;
    margin-bottom: 30px;
    display: block;
}

    .sidebar-light-clean .sidebar-header a {
        width: 53px;
        float: left;
        color: #1f1f1f;
    }

        .sidebar-light-clean .sidebar-header a i {
            color: #1f1f1f;
            width: 54px;
            height: 60px;
            line-height: 60px;
            text-align: center;
        }

.sidebar-light-clean .sidebar-logo {
    background-image: url(../images/logo-sidebar-dark.png);
    background-repeat: no-repeat;
    background-size: 170px 35px;
    width: 170px;
    height: 35px;
    margin-left: 30px;
    margin-top: 20px;
    margin-bottom: 20px;
}

.sidebar-light-clean .sidebar-text {
    font-size: 12px;
    padding-left: 30px;
    font-style: normal;
    font-weight: 600;
}

.sidebar-light-clean .menu-item {
    height: 60px;
    color: #6b757d;
}

    .sidebar-light-clean .menu-item .fa-angle-right {
        font-size: 12px !important;
        color: #000000 !important;
        margin-top: -12px !important;
    }

.sidebar-light-clean .menu-item-active .fa-circle {
    color: #27ae60 !important;
    opacity: 1 !important;
    font-size: 8px !important;
    top: 25px !important;
    margin-left: 231px !important
}

.sidebar-light-clean .menu-item-active {
    color: #000000 !important;
}

    .sidebar-light-clean .menu-item-active em {
        color: #000000 !important;
        font-weight: 800 !important;
        font-size: 14px !important;
        padding-top: 0px;
    }

.sidebar-light-clean .menu-item em:hover {
    color: #000000;
}

.sidebar-light-clean .menu-item i:first-child {
    color: #FFFFFF;
    position: absolute;
    font-size: 14px;
    width: 35px;
    height: 35px;
    border-radius: 35px;
    line-height: 35px;
    text-align: center;
    top: 50%;
    margin-top: -21px;
    margin-left: 20px;
}

.sidebar-light-clean .menu-item i:last-child {
    position: absolute;
    font-size: 5px;
    margin-left: 232px;
    top: 50%;
    margin-top: -6px;
    opacity: 0.8;
}

.sidebar-light-clean .menu-item strong {
    font-size: 11px;
    position: absolute;
    left: 214px;
    color: #656f76;
    top: 50%;
    margin-top: -18px;
    font-weight: 600;
    width: 40px;
    text-align: center;
}

.sidebar-light-clean .menu-item em {
    font-family: 'Roboto', sans-serif;
    color: #3a3a3a;
    display: block;
    line-height: 51px;
    font-style: normal;
    padding-left: 75px;
    font-size: 13px;
    font-weight: 500;
}

.sidebar-light-clean .submenu-active:first-child em {
    color: #000000 !important;
    font-weight: 600;
    font-size: 14px;
    padding-top: 0px;
}

.sidebar-light-clean .submenu-item {
    height: 60px;
    color: #6b757d;
}

    .sidebar-light-clean .submenu-item em:hover {
        color: #4B77BE;
    }

    .sidebar-light-clean .submenu-item i:first-child {
        position: absolute;
        font-size: 11px;
        top: 50%;
        margin-top: -9px;
        margin-left: 35px;
    }

    .sidebar-light-clean .submenu-item i:last-child {
        position: absolute;
        font-size: 5px;
        margin-left: 232px;
        top: 50%;
        margin-top: -6px;
        opacity: 0.5;
    }

    .sidebar-light-clean .submenu-item em {
        font-family: 'Roboto', sans-serif;
        display: block;
        line-height: 52px;
        font-style: normal;
        padding-left: 75px;
        font-size: 12px;
        font-weight: 500;
    }

.sidebar-light-clean .submenu-active {
    display: block;
    color: #4B77BE;
}

.sidebar-light-clean .show-submenu {
    max-height: 60px !important;
}

.sidebar-light-clean .submenu {
    overflow: hidden;
    max-height: 0;
}

.sidebar-light-clean .submenu-active {
    max-height: 600px;
}

.sidebar-light-clean .submenu-item-active {
    display: block;
    color: #4B77BE;
    transition: all 250ms ease;
}

    .sidebar-light-clean .submenu-item-active .fa-circle {
        color: #4B77BE !important;
        opacity: 1 !important;
    }

.sidebar-light-clean .submenu-active strong {
    color: #000000;
    font-weight: 700;
    font-size: 11px;
}

.sidebar-light-clean .snap-drawer {
    background-color: #ffffff !important;
}

.sidebar-light-clean .sidebar-menu {
    margin-bottom: 30px;
}

.sidebar-light-clean .sidebar-divider {
    font-family: 'Roboto', sans-serif;
    margin-top: -10px;
    margin-bottom: 20px;
    padding-bottom: 7px;
    padding-top: 15px;
    font-size: 10px;
    padding-left: 30px;
    font-weight: 800;
    text-transform: uppercase;
    color: 495254;
    border-bottom: solid 1px rgba(0,0,0,0.1);
}

.sidebar-light-clean .sidebar-footer {
    font-family: 'Roboto', sans-serif;
    border-top: solid 1px rgba(0,0,0,0.1);
    margin-bottom: 10px;
    padding-top: 10px;
    font-size: 10px;
    padding-left: 30px;
    font-weight: 800;
    text-transform: uppercase;
    color: 495254;
    margin-top: -20px;
}

.sidebar-light-clean .sidebar-form {
    width: 220px;
    margin-left: 20px;
    padding-bottom: 20px;
}

    .sidebar-light-clean .sidebar-form .button {
        letter-spacing: normal;
        font-weight: 600;
        font-family: 'Open Sans', sans-serif;
    }

    .sidebar-light-clean .sidebar-form em {
        font-size: 11px;
        font-style: normal;
        font-weight: 500;
        margin-bottom: 20px;
        display: block;
        padding-left: 10px;
        color: #666666;
    }

    .sidebar-light-clean .sidebar-form .contactField {
        font-family: 'Roboto', sans-serif;
        height: 40px !important;
        line-height: 40px !important;
        background-color: transparent;
        border: none;
        border-bottom: solid 1px rgba(255,255,255,0.08);
        margin-bottom: 20px;
        padding-left: 10px;
    }

        .sidebar-light-clean .sidebar-form .contactField:hover {
            color: #4090e2;
        }

        .sidebar-light-clean .sidebar-form .contactField:focus {
            color: #1f1f1f;
            border-left: none;
            border-right: none;
            border-top: none;
            border-bottom: solid 1px #2cc36b !important;
        }

    .sidebar-light-clean .sidebar-form .contactTextarea {
        height: 40px;
        background-color: transparent;
        border: none;
        border-bottom: solid 1px rgba(255,255,255,0.08) !important;
        margin-bottom: 40px;
        padding-left: 10px;
    }

        .sidebar-light-clean .sidebar-form .contactTextarea:hover {
            color: #4090e2;
        }

    .sidebar-light-clean .sidebar-form .formValidationError {
        line-height: 30px;
    }

    .sidebar-light-clean .sidebar-form .contactTextarea:focus {
        font-family: 'Roboto', sans-serif;
        color: #1f1f1f;
        border-left: none;
        border-right: none;
        border-top: none;
        border-bottom: solid 1px #2cc36b !important;
        height: 100px;
    }

.sidebar-light-clean .snap-drawer-right::-webkit-scrollbar {
    width: 0 !important
}

.sidebar-light-clean .sidebar-form .formValidationError {
    font-size: 11px !important;
    text-align: center;
    background-color: #c0392b;
    color: #FFFFFF;
    margin-bottom: 20px;
}

.sidebar-light-clean .formSuccessMessageWrap {
    font-size: 11px !important;
    text-align: center;
    background-color: #27ae60;
    color: #FFFFFF;
    margin-bottom: 20px;
}

/*///////////////////*/
/*Sidebar Dark Clean*/
/*///////////////////*/

.sidebar-dark-clean .sidebar-header {
    height: 60px;
    border-bottom: solid 1px rgba(255,255,255,0.05);
    background-color: #212429;
    margin-bottom: 30px;
}

    .sidebar-dark-clean .sidebar-header a {
        width: 53px;
        float: left;
    }

        .sidebar-dark-clean .sidebar-header a i {
            color: #FFFFFF;
            width: 54px;
            height: 60px;
            line-height: 60px;
            text-align: center;
        }

.sidebar-dark-clean .sidebar-logo {
    background-image: url(../images/logo-sidebar-light.png);
    background-repeat: no-repeat;
    background-size: 170px 35px;
    width: 170px;
    height: 35px;
    margin-left: 30px;
    margin-top: 20px;
    margin-bottom: 20px;
}

.sidebar-dark-clean .sidebar-text {
    font-size: 12px;
    padding-left: 30px;
    font-style: normal;
    font-weight: 600;
}

.sidebar-dark-clean .menu-item {
    height: 60px;
    color: #6b757d;
}

    .sidebar-dark-clean .menu-item .fa-angle-right {
        font-size: 12px !important;
        color: #000000 !important;
        margin-top: -12px !important;
    }

.sidebar-dark-clean .menu-item-active .fa-circle {
    color: #2ecc71 !important;
    opacity: 1 !important;
    font-size: 8px !important;
    top: 25px !important;
    margin-left: 231px !important
}

.sidebar-dark-clean .menu-item-active {
    color: #FFFFFF !important;
}

    .sidebar-dark-clean .menu-item-active em {
        color: #FFFFFF !important;
        font-weight: 800 !important;
        font-size: 14px !important;
        padding-top: 0px;
    }

.sidebar-dark-clean .menu-item em:hover {
    color: #FFFFFF;
}

.sidebar-dark-clean .menu-item i:first-child {
    color: #FFFFFF;
    position: absolute;
    font-size: 14px;
    width: 35px;
    height: 35px;
    border-radius: 35px;
    line-height: 35px;
    text-align: center;
    top: 50%;
    margin-top: -21px;
    margin-left: 20px;
}

.sidebar-dark-clean .menu-item i:last-child {
    position: absolute;
    font-size: 5px;
    margin-left: 232px;
    top: 50%;
    margin-top: -6px;
    opacity: 0.8;
}

.sidebar-dark-clean .menu-item strong {
    font-size: 11px;
    position: absolute;
    left: 214px;
    color: #656f76;
    top: 50%;
    margin-top: -18px;
    font-weight: 600;
    width: 40px;
    text-align: center;
}

.sidebar-dark-clean .menu-item em {
    font-family: 'Roboto', sans-serif;
    color: #cacaca;
    display: block;
    line-height: 51px;
    font-style: normal;
    padding-left: 75px;
    font-size: 13px;
    font-weight: 500;
}

.sidebar-dark-clean .submenu-active:first-child em {
    color: #FFFFFF !important;
    font-weight: 600;
    font-size: 14px;
    padding-top: 0px;
}

.sidebar-dark-clean .submenu-item {
    height: 60px;
    color: #6b757d;
}

    .sidebar-dark-clean .submenu-item em:hover {
        color: #FFFFFF;
    }

    .sidebar-dark-clean .submenu-item i:first-child {
        position: absolute;
        font-size: 11px;
        top: 50%;
        margin-top: -9px;
        margin-left: 35px;
    }

    .sidebar-dark-clean .submenu-item i:last-child {
        position: absolute;
        font-size: 5px;
        margin-left: 232px;
        top: 50%;
        margin-top: -6px;
        opacity: 0.5;
    }

    .sidebar-dark-clean .submenu-item em {
        font-family: 'Roboto', sans-serif;
        display: block;
        line-height: 52px;
        font-style: normal;
        padding-left: 75px;
        font-size: 12px;
        font-weight: 500;
    }

.sidebar-dark-clean .submenu-active {
    display: block;
    color: #FFFFFF;
}

.sidebar-dark-clean .show-submenu {
    max-height: 60px !important;
}

.sidebar-dark-clean .submenu {
    overflow: hidden;
    max-height: 0;
}

.sidebar-dark-clean .submenu-active {
    max-height: 600px;
}

.sidebar-dark-clean .submenu-item-active {
    display: block;
    color: #FFFFFF;
}

    .sidebar-dark-clean .submenu-item-active .fa-circle {
        color: #FFFFFF !important;
        opacity: 1 !important;
    }

.sidebar-dark-clean .submenu-active strong {
    color: #FFFFFF;
    font-weight: 700;
    font-size: 11px;
}

.sidebar-dark-clean, .sidebar-dark-clean .snap-drawer {
    background-color: #272c2e !important;
}

    .sidebar-dark-clean .sidebar-menu {
        margin-bottom: 30px;
    }

    .sidebar-dark-clean .sidebar-divider {
        font-family: 'Roboto', sans-serif;
        margin-top: -10px;
        margin-bottom: 20px;
        padding-bottom: 7px;
        padding-top: 15px;
        font-size: 10px;
        padding-left: 30px;
        font-weight: 800;
        text-transform: uppercase;
        color: 495254;
        border-bottom: solid 1px rgba(255,255,255,0.05);
    }

    .sidebar-dark-clean .sidebar-footer {
        font-family: 'Roboto', sans-serif;
        border-top: solid 1px rgba(0,0,0,0.1);
        margin-bottom: 10px;
        padding-top: 10px;
        font-size: 10px;
        padding-left: 30px;
        font-weight: 800;
        text-transform: uppercase;
        margin-top: -20px;
    }

    .sidebar-dark-clean .sidebar-form {
        width: 220px;
        margin-left: 20px;
        padding-bottom: 20px;
    }

        .sidebar-dark-clean .sidebar-form .button {
            letter-spacing: normal;
            font-weight: 600;
            font-family: 'Open Sans', sans-serif;
        }

        .sidebar-dark-clean .sidebar-form em {
            font-size: 11px;
            font-style: normal;
            font-weight: 500;
            margin-bottom: 20px;
            display: block;
            padding-left: 10px;
            color: #666666;
        }

        .sidebar-dark-clean .sidebar-form .contactField {
            font-family: 'Roboto', sans-serif;
            height: 40px !important;
            line-height: 40px !important;
            background-color: transparent;
            border: none;
            border-bottom: solid 1px rgba(255,255,255,0.08);
            margin-bottom: 20px;
            padding-left: 10px;
        }

            .sidebar-dark-clean .sidebar-form .contactField:hover {
                color: #4090e2;
            }

            .sidebar-dark-clean .sidebar-form .contactField:focus {
                color: #1f1f1f;
                border-left: none;
                border-right: none;
                border-top: none;
                border-bottom: solid 1px #2cc36b !important;
            }

        .sidebar-dark-clean .sidebar-form .contactTextarea {
            height: 40px;
            background-color: transparent;
            border: none;
            border-bottom: solid 1px rgba(255,255,255,0.08) !important;
            margin-bottom: 40px;
            padding-left: 10px;
        }

            .sidebar-dark-clean .sidebar-form .contactTextarea:hover {
                color: #4090e2;
            }

        .sidebar-dark-clean .sidebar-form .formValidationError {
            line-height: 30px;
        }

        .sidebar-dark-clean .sidebar-form .contactTextarea:focus {
            font-family: 'Roboto', sans-serif;
            color: #1f1f1f;
            border-left: none;
            border-right: none;
            border-top: none;
            border-bottom: solid 1px #2cc36b !important;
            height: 100px;
        }

    .sidebar-dark-clean .snap-drawer-right::-webkit-scrollbar {
        width: 0 !important
    }

    .sidebar-dark-clean .sidebar-form .formValidationError {
        font-size: 11px !important;
        text-align: center;
        background-color: #c0392b;
        color: #FFFFFF;
        margin-bottom: 20px;
    }

    .sidebar-dark-clean .formSuccessMessageWrap {
        font-size: 11px !important;
        text-align: center;
        background-color: #27ae60;
        color: #FFFFFF;
        margin-bottom: 20px;
    }

/*////////////////////*/
/*Sidebar Light Simple*/
/*////////////////////*/

.sidebar-light .sidebar-header {
    height: 60px;
    border-bottom: solid 1px rgba(0,0,0,0.05);
    background-color: #FFFFFF;
    margin-bottom: 30px;
    display: block;
}

    .sidebar-light .sidebar-header a {
        width: 53px;
        float: left;
        color: #1f1f1f;
    }

        .sidebar-light .sidebar-header a i {
            color: #1f1f1f;
            width: 54px;
            height: 60px;
            line-height: 60px;
            text-align: center;
        }

.sidebar-light .sidebar-logo {
    background-image: url(../images/logo-sidebar-dark.png);
    background-repeat: no-repeat;
    background-size: 170px 35px;
    width: 170px;
    height: 35px;
    margin-left: 30px;
    margin-top: 20px;
    margin-bottom: 20px;
}

.sidebar-light .sidebar-text {
    font-size: 12px;
    padding-left: 30px;
    font-style: normal;
    font-weight: 600;
}

.sidebar-light .menu-item {
    height: 60px;
    color: #6b757d;
}

.sidebar-light .menu-item-active .fa-circle {
    color: #4B77BE !important;
    opacity: 1 !important;
    font-size: 6px !important;
    margin-left: 231px !important
}

.sidebar-light .menu-item-active {
    color: #4B77BE !important;
}

    .sidebar-light .menu-item-active i {
        color: #4B77BE !important;
    }

    .sidebar-light .menu-item-active em {
        font-weight: 500 !important;
        color: #4B77BE !important;
    }

.sidebar-light .menu-item em:hover {
    color: #4B77BE;
}

.sidebar-light .menu-item i:first-child {
    color: #656f76;
    position: absolute;
    font-size: 18px;
    width: 20px;
    text-align: center;
    top: 50%;
    margin-top: -12px;
    margin-left: 30px;
}

.sidebar-light .menu-item i:last-child {
    position: absolute;
    font-size: 5px;
    margin-left: 232px;
    top: 50%;
    margin-top: -6px;
    opacity: 0.5;
}

.sidebar-light .menu-item strong {
    font-size: 10px;
    position: absolute;
    left: 214px;
    color: #656f76;
    top: 50%;
    margin-top: -18px;
    font-weight: 600;
    width: 40px;
    text-align: center;
}

.sidebar-light .menu-item em {
    font-family: 'Roboto', sans-serif;
    color: #3b4043;
    display: block;
    line-height: 52px;
    font-style: normal;
    padding-left: 75px;
    font-size: 14px;
    font-weight: 500;
}

.sidebar-light .submenu-active:first-child em {
    color: #4B77BE !important;
}

.sidebar-light .submenu-active:first-child i {
    color: #4B77BE !important;
}

.sidebar-light .submenu-item {
    height: 60px;
    color: #6b757d;
}

    .sidebar-light .submenu-item em:hover {
        color: #4B77BE;
    }

    .sidebar-light .submenu-item i:first-child {
        position: absolute;
        font-size: 11px;
        top: 50%;
        margin-top: -8px;
        margin-left: 35px;
    }

    .sidebar-light .submenu-item i:last-child {
        position: absolute;
        font-size: 5px;
        margin-left: 232px;
        top: 50%;
        margin-top: -6px;
        opacity: 0.5;
    }

    .sidebar-light .submenu-item em {
        font-family: 'Roboto', sans-serif;
        display: block;
        line-height: 52px;
        font-style: normal;
        padding-left: 75px;
        font-size: 12px;
        font-weight: 500;
    }

.sidebar-light .submenu-active {
    display: block;
    color: #4B77BE;
}

.sidebar-light .show-submenu {
    max-height: 60px !important;
}

.sidebar-light .submenu {
    overflow: hidden;
    max-height: 0;
}

.sidebar-light .submenu-active {
    max-height: 600px;
}

.sidebar-light .submenu-item-active {
    display: block;
    color: #4B77BE;
}

    .sidebar-light .submenu-item-active .fa-circle {
        color: #4B77BE !important;
        opacity: 1 !important;
    }

.sidebar-light .submenu-active strong {
    color: #4B77BE;
}

.sidebar-light {
    background-color: #FFFFFF !important;
}

    .sidebar-light .sidebar-menu {
        margin-bottom: 30px;
    }

    .sidebar-light .sidebar-divider {
        font-family: 'Roboto', sans-serif;
        margin-top: 10px;
        margin-bottom: 20px;
        padding-bottom: 7px;
        font-size: 10px;
        padding-left: 30px;
        font-weight: 800;
        text-transform: uppercase;
        color: 495254;
        border-bottom: solid 1px rgba(0,0,0,0.1);
    }

    .sidebar-light .sidebar-footer {
        font-family: 'Roboto', sans-serif;
        border-top: solid 1px rgba(0,0,0,0.1);
        margin-bottom: 10px;
        padding-top: 10px;
        font-size: 10px;
        padding-left: 30px;
        font-weight: 800;
        text-transform: uppercase;
        color: 495254;
        margin-top: -20px;
    }

    .sidebar-light .sidebar-form {
        width: 220px;
        margin-left: 20px;
    }

        .sidebar-light .sidebar-form * {
        }

        .sidebar-light .sidebar-form .button {
            letter-spacing: normal;
            font-weight: 600;
            font-family: 'Open Sans', sans-serif;
        }

        .sidebar-light .sidebar-form em {
            font-size: 11px;
            font-style: normal;
            margin-bottom: 20px;
            display: block;
            padding-left: 10px;
        }

        .sidebar-light .sidebar-form .contactField {
            font-family: 'Roboto', sans-serif;
            height: 40px !important;
            line-height: 40px !important;
            background-color: transparent;
            border: none;
            border-bottom: solid 1px rgba(255,255,255,0.08);
            margin-bottom: 20px;
            padding-left: 10px;
        }

            .sidebar-light .sidebar-form .contactField:hover {
                color: #4090e2;
            }

            .sidebar-light .sidebar-form .contactField:focus {
                color: #1f1f1f;
                border-left: none;
                border-right: none;
                border-top: none;
                border-bottom: solid 1px #2cc36b !important;
            }

        .sidebar-light .sidebar-form .contactTextarea {
            height: 40px;
            background-color: transparent;
            border: none;
            border-bottom: solid 1px rgba(255,255,255,0.08) !important;
            margin-bottom: 40px;
            padding-left: 10px;
        }

            .sidebar-light .sidebar-form .contactTextarea:hover {
                color: #4090e2;
            }

        .sidebar-light .sidebar-form .formValidationError {
            line-height: 30px;
        }

        .sidebar-light .sidebar-form .contactTextarea:focus {
            font-family: 'Roboto', sans-serif;
            color: #1f1f1f;
            border-left: none;
            border-right: none;
            border-top: none;
            border-bottom: solid 1px #2cc36b !important;
            height: 100px;
        }

    .sidebar-light .snap-drawer-right::-webkit-scrollbar {
        width: 0 !important
    }

    .sidebar-light .sidebar-form .formValidationError {
        font-size: 11px !important;
        text-align: center;
        background-color: #c0392b;
        color: #FFFFFF;
        margin-bottom: 20px;
    }

    .sidebar-light .formSuccessMessageWrap {
        font-size: 11px !important;
        text-align: center;
        background-color: #27ae60;
        color: #FFFFFF;
        margin-bottom: 20px;
    }

/*///////////////////*/
/*Sidebar Dark Simple*/
/*///////////////////*/

.sidebar-dark .sidebar-header {
    height: 60px;
    border-bottom: solid 1px rgba(255,255,255,0.05);
    background-color: #212429;
    margin-bottom: 30px;
}

    .sidebar-dark .sidebar-header a {
        width: 53px;
        float: left;
    }

        .sidebar-dark .sidebar-header a i {
            color: #FFFFFF;
            width: 54px;
            height: 60px;
            line-height: 60px;
            text-align: center;
        }

.sidebar-dark .sidebar-logo {
    background-image: url(../images/logo-sidebar-light.png);
    background-repeat: no-repeat;
    background-size: 170px 35px;
    width: 170px;
    height: 35px;
    margin-left: 30px;
    margin-top: 20px;
    margin-bottom: 20px;
}


.sidebar-dark .sidebar-text {
    font-size: 12px;
    padding-left: 30px;
    font-style: normal;
    font-weight: 600;
}

.sidebar-dark .menu-item {
    height: 60px;
    color: #6b757d;
}

.sidebar-dark .menu-item-active .fa-circle {
    color: #2ecc71 !important;
    opacity: 1 !important;
    font-size: 6px !important;
    margin-left: 231px !important
}

.sidebar-dark .menu-item-active {
    color: #FFFFFF;
}

.sidebar-dark .menu-item em:hover {
    color: #FFFFFF;
}

.sidebar-dark .menu-item i:first-child {
    position: absolute;
    font-size: 18px;
    width: 20px;
    text-align: center;
    top: 50%;
    margin-top: -12px;
    margin-left: 30px;
}

.sidebar-dark .menu-item i:last-child {
    position: absolute;
    font-size: 5px;
    margin-left: 232px;
    top: 50%;
    margin-top: -7px;
    opacity: 0.5;
}

.sidebar-dark .menu-item strong {
    font-size: 10px;
    position: absolute;
    left: 214px;
    color: rgba(255,255,255,0.5);
    top: 50%;
    margin-top: -18px;
    font-weight: 500;
    width: 40px;
    text-align: center;
}

.sidebar-dark .menu-item em {
    font-family: 'Roboto', sans-serif;
    display: block;
    line-height: 52px;
    font-style: normal;
    padding-left: 75px;
    font-size: 14px;
    font-weight: 500;
}

.sidebar-dark .submenu {
    top: 0px;
}

.sidebar-dark .submenu-item {
    height: 60px;
    color: #6b757d;
}

    .sidebar-dark .submenu-item em:hover {
        color: #FFFFFF;
    }

    .sidebar-dark .submenu-item i:first-child {
        position: absolute;
        font-size: 11px;
        top: 50%;
        margin-top: -9px;
        margin-left: 35px;
    }

    .sidebar-dark .submenu-item i:last-child {
        position: absolute;
        font-size: 5px;
        margin-left: 232px;
        top: 50%;
        margin-top: -5px;
        opacity: 0.2;
    }

    .sidebar-dark .submenu-item em {
        font-family: 'Roboto', sans-serif;
        display: block;
        line-height: 52px;
        font-style: normal;
        padding-left: 75px;
        font-size: 12px;
        font-weight: 500;
    }

.sidebar-dark .submenu-active {
    display: block;
    color: #FFFFFF;
}

.sidebar-dark .show-submenu {
    max-height: 60px !important;
}

.sidebar-dark .submenu {
    overflow: hidden;
    max-height: 0;
}

.sidebar-dark .submenu-active {
    max-height: 600px;
}

.sidebar-dark .submenu-item-active {
    display: block;
    color: #FFFFFF;
}

    .sidebar-dark .submenu-item-active .fa-circle {
        color: #27ae60 !important;
        opacity: 1 !important;
    }

.sidebar-dark .submenu-active strong {
    color: #FFFFFF;
}

.sidebar-dark, .sidebar-dark .snap-drawer {
    background-color: #272c2e !important;
}

    .sidebar-dark .sidebar-menu {
        margin-bottom: 30px;
    }

    .sidebar-dark .sidebar-divider {
        font-family: 'Roboto', sans-serif;
        margin-top: 10px;
        margin-bottom: 20px;
        padding-bottom: 5px;
        font-size: 10px;
        padding-left: 30px;
        font-weight: 800;
        text-transform: uppercase;
        color: 495254;
        border-bottom: solid 1px rgba(255,255,255,0.03);
    }

    .sidebar-dark .sidebar-footer {
        font-family: 'Roboto', sans-serif;
        margin-bottom: 10px;
        padding-top: 10px;
        font-size: 10px;
        padding-left: 30px;
        font-weight: 800;
        text-transform: uppercase;
        color: 495254;
        border-top: solid 1px rgba(255,255,255,0.03);
    }

    .sidebar-dark .sidebar-form {
        width: 220px;
        margin-left: 20px;
    }

        .sidebar-dark .sidebar-form * {
        }

        .sidebar-dark .sidebar-form .button {
            letter-spacing: normal;
            font-weight: 600;
            font-family: 'Open Sans', sans-serif;
        }

        .sidebar-dark .sidebar-form em {
            font-size: 12px;
            font-style: normal;
            margin-bottom: 20px;
            display: block;
            width: 100%;
            padding: 0px !important;
        }

        .sidebar-dark .sidebar-form .contactField {
            font-family: 'Roboto', sans-serif;
            height: 40px !important;
            line-height: 40px !important;
            background-color: transparent;
            border: none;
            border-bottom: solid 1px rgba(255,255,255,0.08);
            margin-bottom: 20px;
            padding-left: 10px;
        }

            .sidebar-dark .sidebar-form .contactField:hover {
                color: #FFFFFF;
            }

            .sidebar-dark .sidebar-form .contactField:focus {
                color: #FFFFFF;
                border-left: none;
                border-right: none;
                border-top: none;
                border-bottom: solid 1px #2cc36b !important;
            }

        .sidebar-dark .sidebar-form .contactTextarea {
            height: 40px;
            background-color: transparent;
            border: none;
            border-bottom: solid 1px rgba(255,255,255,0.08) !important;
            margin-bottom: 40px;
            padding-left: 10px;
        }

            .sidebar-dark .sidebar-form .contactTextarea:hover {
                color: #FFFFFF;
            }


            .sidebar-dark .sidebar-form .contactTextarea:focus {
                font-family: 'Roboto', sans-serif;
                color: #FFFFFF;
                border-left: none;
                border-right: none;
                border-top: none;
                border-bottom: solid 1px #2cc36b !important;
                height: 100px;
            }

    .sidebar-dark .snap-drawer-right::-webkit-scrollbar {
        width: 0 !important
    }

    .sidebar-dark .sidebar-form .formValidationError {
        font-size: 11px !important;
        text-align: center;
        background-color: #c0392b;
        color: #FFFFFF;
        margin-bottom: 20px;
    }

    .sidebar-dark .formSuccessMessageWrap {
        font-size: 11px !important;
        text-align: center;
        background-color: #27ae60;
        color: #FFFFFF;
        margin-bottom: 20px;
    }


/*Circle Menu Landing Page*/
/*////////////////////////*/

.landing-homepage ul {
    margin-top: -10px;
    padding-left: 20px;
    padding-right: 20px;
}

.landing-homepage {
    background-color:rgba(0,0,0,0.8)
}

.landing-homepage .all-elements {
    background-color: rgba(0,0,0,0.8);
}

.landing-homepage ul li:last-child {
    margin-bottom: 40px;
}

.landing-homepage ul li {
    list-style: none;
    margin-bottom: 20px;
}

.landing-homepage ul li {
    width: 25%;
    float: left;
}

    .landing-homepage ul li a {
        padding-top: 10px;
    }

        .landing-homepage ul li a i {
            width: 65px;
            height: 65px;
            font-size: 20px;
            line-height: 65px;
            text-align: center;
            display: block;
            color: #FFFFFF;
            border-radius: 65px;
            margin-left: auto;
            margin-right: auto;
            -webkit-box-shadow: 0 1px 2px 2px rgba(0,0,0,0.10);
            box-shadow: 0 1px 2px 2px rgba(0,0,0,0.10);
            -moz-transform: scale(1, 1);
            -webkit-transform: scale(1, 1);
            -o-transform: scale(1, 1);
            -ms-transform: scale(1, 1);
            transform: scale(1, 1);
            -webkit-transition: all 150ms ease;
            -moz-transition: all 150ms ease;
            -ms-transition: all 150ms ease;
            -o-transition: all 150ms ease;
            transition: all 150ms ease;
        }

            .landing-homepage ul li a i:hover {
                -moz-transform: scale(1.1, 1.1);
                -webkit-transform: scale(1.1, 1.1);
                -o-transform: scale(1.1, 1.1);
                -ms-transform: scale(1.1, 1.1);
                transform: scale(1.1, 1.1);
                -webkit-transition: all 150ms ease;
                -moz-transition: all 150ms ease;
                -ms-transition: all 150ms ease;
                -o-transition: all 150ms ease;
                transition: all 150ms ease;
            }

        .landing-homepage ul li a em {
            display: block;
            font-size: 14px;
            color: #ffffff;
            opacity: 0.8;
            font-style: normal;
            text-align: center;
            padding-top: 10px;
            font-weight: 500;
            text-shadow: 2px 2px #000000;
        }

.landing-homepage .fa-mobile {
    font-size: 32px !important;
}


@media(min-width:700px) {
    .landing-homepage .decoration {
        width: 700px;
        margin-left: auto;
        margin-right: Auto;
    }

    .landing-header {
        margin-left: auto;
        margin-right: auto;
        background-image: url(../assets/bcdasia.png);
        background-repeat: no-repeat;
        background-position: center;
        background-size: contain;
    }

    .landing-homepage ul {
        width: 700px !important;
        margin-left: auto !important;
        margin-right: auto !important;
        margin-top: -10px;
        margin-bottom: -10px;
    }

        .landing-homepage ul li {
            margin-bottom: 20px;
        }

            .landing-homepage ul li a em {
                font-size: 16px;
            }

            .landing-homepage ul li a i {
                width: 100px;
                height: 100px;
                line-height: 100px;
                font-size: 250%;
                margin-bottom: 0px;
            }

    .landing-homepage .fa-mobile {
        font-size: 48px !important;
    }

    .landing-homepage .header {
        position: relative;
    }

    .landing-homepage .header-clear {
        height: 30px;
    }
}

.landing-header {
    width: 100%;
    z-index: 98;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 20px;
    margin-bottom: 50px;
}


    .landing-header .decoration {
        margin-bottom: 0px;
    }

.landing-header-logo {
    width: 100px;
    height: 30px;
    margin-top: 5px;
    float: left;
    font-size: 24px;
    font-weight: 800;
    color: #F5F5F5;
    text-transform: lowercase
}

    .landing-header-logo:first-letter {
        text-transform: uppercase
    }

.landing-header-icons {
    height: 40px;
    padding-top: 5px;
    padding-right: 5px;
    width: 125px;
    float: right;
    margin-bottom: 25px;
}

    .landing-header-icons a {
        float: right;
        width: 30px;
        height: 30px;
        margin-left: 10px;
        border-radius: 30px;
        line-height: 20px;
        -moz-transform: scale(1,1);
        -webkit-transform: scale(1,1);
        -o-transform: scale(1,1);
        -ms-transform: scale(1,1);
        transform: scale(1,1);
        -webkit-transition: all 150ms ease;
        -moz-transition: all 150ms ease;
        -ms-transition: all 150ms ease;
        -o-transition: all 150ms ease;
        transition: all 150ms ease;
    }

        .landing-header-icons a:hover {
            -moz-transform: scale(1.15,1.15) !important;
            -webkit-transform: scale(1.15,1.15) !important;
            -o-transform: scale(1.15,1.15) !important;
            -ms-transform: scale(1.15,1.15) !important;
            transform: scale(1.15,1.15) !important;
            -webkit-transition: all 150ms ease;
            -moz-transition: all 150ms ease;
            -ms-transition: all 150ms ease;
            -o-transition: all 150ms ease;
            transition: all 150ms ease;
        }

        .landing-header-icons a i {
            font-size: 10px;
            line-height: 30px;
            width: 30px;
            text-align: center;
            color: #FFFFFF;
        }


.landing-footer-icons {
    width: 290px;
    margin: 0 auto;
}


.disabled {
    display: none;
}


#content {
    -webkit-box-shadow: 0 0px 7px 5px rgba(0,0,0,0.1);
    box-shadow: 0 0px 7px 5px rgba(0,0,0,0.1);
}

.change-colors {
    margin-bottom: -5px !important;
}

/*Center Socials*/

.center-socials {
    width: 180px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0px;
    padding-top: 10px;
    margin-top: -10px;
}

    .center-socials a {
        transition: all 250ms ease;
        margin-bottom: 30px;
        width: 40px;
        height: 40px;
        text-align: center;
        line-height: 40px;
        float: left;
        margin-left: 10px;
        margin-right: 10px;
    }

        .center-socials a i {
            width: 40px;
            height: 40px;
            line-height: 40px;
        }

/*Social Socials*/

.social-slider-buttons {
    height: 60px;
}

    .social-slider-buttons a {
        width: 33%;
        float: left;
        text-align: center;
        line-height: 60px;
        color: #666666;
        transition: all 250ms ease;
    }

        .social-slider-buttons a:hover {
            background-color: rgba(0,0,0,0.03);
            transition: all 250ms ease;
        }

        .social-slider-buttons a i {
            padding-right: 10px;
        }

.slider-facebook {
    color: #3b5998;
}

.slider-twitter {
    color: #4099ff;
}

.slider-phone {
    color: #2cc26b;
}

.slider-heading h4 {
    font-weight: 800 !important;
    line-height: 30px;
    margin-bottom: 20px;
}

.slider-heading p {
    max-width: 75%;
    margin-left: auto;
    margin-right: auto;
}

.orange-decoration {
    width: 70px;
    height: 4px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
    background-color: #e34e47;
}


.heading-strip {
    padding-top: 25px;
    padding-bottom: 25px;
    background-size: cover;
}

    .heading-strip .overlay {
        position: absolute;
        top: 0px;
        left: 0px;
        width: 100%;
        height: 100%;
        background: linear-gradient( to bottom, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.9) )
    }

    .heading-strip h4 {
        color: #FFFFFF;
        position: relative;
        z-index: 10;
        margin-bottom: 5px;
        font-size: 18px;
        font-weight: 500 !important;
        padding-left: 30px;
        padding-right: 30px;
    }

        .heading-strip h4.center-text {
            padding-bottom: 10px
        }

    .heading-strip p.center-text {
        max-width: 400px;
        margin-left: auto;
        margin-right: auto;
    }

    .heading-strip p {
        position: relative;
        z-index: 10;
        margin-bottom: 0px;
        color: #FFFFFF;
        padding-left: 30px;
        padding-right: 30px;
        opacity: 0.6;
    }


    .heading-strip .button {
        z-index: 10;
        margin-top: 20px;
        border-color: #FFFFFF;
        margin-bottom: 0px;
    }

.quote-slider h4 {
    font-weight: 300;
    line-height: 40px;
    text-align: center;
}

.quote-slider em {
    margin-top: 20px;
    color: #f1c40f;
    width: 150px;
    margin-left: auto;
    margin-right: auto;
    display: block;
}

    .quote-slider em i {
        font-size: 18px;
        margin-left: 5px;
        margin-right: 5px;
    }

.quote-slider a {
    text-align: center;
    font-size: 12px;
    margin-top: -5px;
}

/*Columns*/

.image-column-left {
    margin-bottom: 30px;
    padding-right: 30px;
}

    .image-column-left:after {
        visibility: hidden;
        display: block;
        content: "";
        clear: both;
        height: 0;
    }

    .image-column-left img {
        width: 115px;
        height: 115px;
        border-top-left-radius: 0px;
        border-top-right-radius: 100px;
        border-bottom-right-radius: 100px;
        border-bottom-left-radius: 0px;
        margin-left: -50px;
        float: left;
        margin-right: 20px;
    }

    .image-column-left strong {
        display: block;
        width: 100%;
        font-size: 16px;
    }

    .image-column-left em {
        font-size: 14px;
        font-style: normal;
    }

.image-column-right {
    margin-bottom: 30px;
    padding-left: 30px;
}

    .image-column-right:after {
        visibility: hidden;
        display: block;
        content: "";
        clear: both;
        height: 0;
    }

    .image-column-right img {
        width: 115px;
        height: 115px;
        border-top-left-radius: 100px;
        border-top-right-radius: 0px;
        border-bottom-right-radius: 0px;
        border-bottom-left-radius: 100px;
        float: right;
        margin-left: 20px;
        margin-right: -50px;
    }

    .image-column-right strong {
        display: block;
        width: 100%;
        font-size: 16px;
    }

    .image-column-right em {
        font-size: 14px;
        font-style: normal;
    }


/*FulLScreen Slider*/

.homepage-cover .overlay {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: linear-gradient( to bottom, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.98) );
}

.homepage-cover {
    background-size: cover;
    background-position: center center;
}

.homepage-cover-bg-1 {
    background-image: url(../images/slider/home-cover-1.jpg);
}

.homepage-cover-bg-2 {
    background-image: url(../images/slider/home-cover-2.jpg);
}

.homepage-cover-bg-3 {
    background-image: url(../images/slider/home-cover-3.jpg);
}

.homepage-cover h4 {
    position: absolute;
    color: #FFFFFF;
    font-size: 21px;
    line-height: 28px;
    font-weight: 800;
    text-transform: uppercase;
    bottom: 250px;
    z-index: 10;
    padding-left: 30px;
    padding-right: 30px;
}

.homepage-cover p {
    position: absolute;
    color: rgba(255,255,255,0.8);
    z-index: 10;
    padding-left: 30px;
    padding-right: 30px;
    bottom: 110px;
    font-size: 12px;
}

.homepage-cover-button {
    position: absolute;
    bottom: 50px;
    z-index: 10;
    width: 85%;
    left: 50%;
    margin-left: -42%;
    text-align: center;
    color: #FFFFFF;
    font-weight: 700;
    padding-top: 8px;
    padding-bottom: 8px;
    text-transform: uppercase;
    font-size: 12px;
}

@media(min-width:340px) and (max-width:767px) {
    .homepage-cover h4 {
        font-size: 23px;
    }

    .homepage-cover p {
        font-size: 14px;
    }
}

@media (min-width:768px) {
    .homepage-cover h4 {
        max-width: 360px;
        left: 30px;
    }

    .homepage-cover p {
        max-width: 360px;
        left: 30px;
    }

    .homepage-cover .homepage-cover-button {
        max-width: 360px;
        left: 30px;
        margin-left: 30px;
    }
}


.circle-slider {
    margin-top: -35px !important;
}

    .circle-slider div {
        padding-top: 10px !important;
    }

    .circle-slider img {
        width: 84% !important;
        margin-left: auto;
        margin-right: auto;
        display: block;
        border-radius: 100%;
        border: solid 10px #FFFFFF;
        -webkit-box-shadow: 0 0 1px 1px rgba(0,0,0,0.3);
        box-shadow: 0 0 1px 1px rgba(0,0,0,0.3);
        -moz-transform: scale(1,1);
        -webkit-transform: scale(1,1);
        -o-transform: scale(1,1);
        -ms-transform: scale(1,1);
        transform: scale(1,1);
        -webkit-transition: all 200ms ease;
        -moz-transition: all 200ms ease;
        -ms-transition: all 200ms ease;
        -o-transition: all 200ms ease;
        transition: all 200ms ease;
    }

        .circle-slider img:hover {
            -moz-transform: scale(1.02,1.02);
            -webkit-transform: scale(1.02,1.02);
            -o-transform: scale(1.02,1.02);
            -ms-transform: scale(1.02,1.02);
            transform: scale(1.02,1.02);
            -webkit-transition: all 200ms ease;
            -moz-transition: all 200ms ease;
            -ms-transition: all 200ms ease;
            -o-transition: all 200ms ease;
            transition: all 200ms ease;
        }

    .circle-slider div h1 {
        text-align: center;
        font-size: 20px;
        font-weight: 600;
        padding-top: 20px;
    }

    .circle-slider div em {
        color: #e34e47;
        display: block;
        text-align: center;
        font-style: normal;
        font-size: 12px;
        margin-top: -15px;
    }

    .circle-slider div p {
        text-align: center;
        padding-left: 30px;
        padding-right: 30px;
    }

label.error {
    color: #FF0000;
    text-align: center;
    font-weight: bold;
    background-color: rgba(255,0,0,0.3);
    margin-left: 0;
    margin-top: 5px;
}

.edit-info {
    position: fixed;
    top: 120px;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #FFF;
    z-index: 99999999;
    opacity: 1;
    transition: all 500ms ease;
    padding-left: 20px;
    padding-right: 20px;
    height: 100%;
}

.formSubmitButtonErrorsWrap {
    text-align:right
}

.static-modal-title {
    padding-top: 10px;
    display: inline-block;
    left: 0;
    font-size: 20px;
    margin-top: 10px;
    margin-right: 10px;
}

.tree-bottom {
    padding-bottom: 250px;
    margin-top: 1em;
}

.close-modal-link {
    width: auto !important;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0.6px;
    display: inline-block;
    padding: 1px 18px 0 !important;
}


.dropZone {
    width: 100%;
    height: 250px;
    border: 1px solid #ccc;
    text-align: center;
    line-height: 250px;
    font-size: 1.5rem;
}

.um-menu {
    width: 200px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    text-align: center;
    margin-bottom: 0px;
    font-size: 13px;
}

#bqaContainer thead tr td {
    font-size: large;
    font-weight: bold;
    text-align:center
}


input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}

.mediaprint {display:none}

@media print {
    .noprint {
        display: none
    }
    .mediaprint{
        display:block
    }
}

.jstree-node, .jstree-children, .jstree-container-ul {
    display: block;
    margin: 0;
    padding: 0;
    list-style-type: none;
    list-style-image: none
}

.jstree-node {
    white-space: nowrap
}

.jstree-anchor {
    display: inline-block;
    color: black;
    white-space: nowrap;
    padding: 0 4px 0 1px;
    margin: 0;
    vertical-align: top
}

    .jstree-anchor:focus {
        outline: 0
    }

    .jstree-anchor, .jstree-anchor:link, .jstree-anchor:visited, .jstree-anchor:hover, .jstree-anchor:active {
        text-decoration: none;
        color: inherit
    }

.jstree-icon {
    display: inline-block;
    text-decoration: none;
    margin: 0;
    padding: 0;
    vertical-align: top;
    text-align: center
}

    .jstree-icon:empty {
        display: inline-block;
        text-decoration: none;
        margin: 0;
        padding: 0;
        vertical-align: top;
        text-align: center
    }

.jstree-ocl {
    cursor: pointer
}

.jstree-leaf > .jstree-ocl {
    cursor: default
}

.jstree .jstree-open > .jstree-children {
    display: block
}

.jstree .jstree-closed > .jstree-children, .jstree .jstree-leaf > .jstree-children {
    display: none
}

.jstree-anchor > .jstree-themeicon {
    margin-right: 2px
}

.jstree-no-icons .jstree-themeicon, .jstree-anchor > .jstree-themeicon-hidden {
    display: none
}

.jstree-hidden, .jstree-node.jstree-hidden {
    display: none
}

.jstree-rtl .jstree-anchor {
    padding: 0 1px 0 4px
}

    .jstree-rtl .jstree-anchor > .jstree-themeicon {
        margin-left: 2px;
        margin-right: 0
    }

.jstree-rtl .jstree-node {
    margin-left: 0
}

.jstree-rtl .jstree-container-ul > .jstree-node {
    margin-right: 0
}

.jstree-wholerow-ul {
    position: relative;
    display: inline-block;
    min-width: 100%
}

    .jstree-wholerow-ul .jstree-leaf > .jstree-ocl {
        cursor: pointer
    }

    .jstree-wholerow-ul .jstree-anchor, .jstree-wholerow-ul .jstree-icon {
        position: relative
    }

    .jstree-wholerow-ul .jstree-wholerow {
        width: 100%;
        cursor: pointer;
        position: absolute;
        left: 0;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none
    }

.jstree-contextmenu .jstree-anchor {
    -webkit-user-select: none;
    -webkit-touch-callout: none
}

.vakata-context {
    display: none
}

    .vakata-context, .vakata-context ul {
        margin: 0;
        padding: 2px;
        position: absolute;
        background: #f5f5f5;
        border: 1px solid #979797;
        box-shadow: 2px 2px 2px #999999
    }

        .vakata-context ul {
            list-style: none;
            left: 100%;
            margin-top: -2.7em;
            margin-left: -4px
        }

        .vakata-context .vakata-context-right ul {
            left: auto;
            right: 100%;
            margin-left: auto;
            margin-right: -4px
        }

        .vakata-context li {
            list-style: none
        }

            .vakata-context li > a {
                display: block;
                padding: 0 2em 0 2em;
                text-decoration: none;
                width: auto;
                color: black;
                white-space: nowrap;
                line-height: 2.4em;
                text-shadow: 1px 1px 0 white;
                border-radius: 1px
            }

                .vakata-context li > a:hover {
                    position: relative;
                    background-color: #e8eff7;
                    box-shadow: 0 0 2px #0a6aa1
                }

                .vakata-context li > a.vakata-context-parent {
                    background-image: url("data:image/gif;base64,R0lGODlhCwAHAIAAACgoKP///yH5BAEAAAEALAAAAAALAAcAAAIORI4JlrqN1oMSnmmZDQUAOw==");
                    background-position: right center;
                    background-repeat: no-repeat
                }

                .vakata-context li > a:focus {
                    outline: 0
                }

        .vakata-context .vakata-context-hover > a {
            position: relative;
            background-color: #e8eff7;
            box-shadow: 0 0 2px #0a6aa1
        }

        .vakata-context .vakata-context-separator > a, .vakata-context .vakata-context-separator > a:hover {
            background: white;
            border: 0;
            border-top: 1px solid #e2e3e3;
            height: 1px;
            min-height: 1px;
            max-height: 1px;
            padding: 0;
            margin: 0 0 0 2.4em;
            border-left: 1px solid #e0e0e0;
            text-shadow: 0 0 0 transparent;
            box-shadow: 0 0 0 transparent;
            border-radius: 0
        }

        .vakata-context .vakata-contextmenu-disabled a, .vakata-context .vakata-contextmenu-disabled a:hover {
            color: silver;
            background-color: transparent;
            border: 0;
            box-shadow: 0 0 0
        }

        .vakata-context .vakata-contextmenu-disabled > a > i {
            filter: grayscale(100%)
        }

        .vakata-context li > a > i {
            text-decoration: none;
            display: inline-block;
            width: 2.4em;
            height: 2.4em;
            background: transparent;
            margin: 0 0 0 -2em;
            vertical-align: top;
            text-align: center;
            line-height: 2.4em
        }

            .vakata-context li > a > i:empty {
                width: 2.4em;
                line-height: 2.4em
            }

        .vakata-context li > a .vakata-contextmenu-sep {
            display: inline-block;
            width: 1px;
            height: 2.4em;
            background: white;
            margin: 0 .5em 0 0;
            border-left: 1px solid #e2e3e3
        }

        .vakata-context .vakata-contextmenu-shortcut {
            font-size: .8em;
            color: silver;
            opacity: .5;
            display: none
        }

.vakata-context-rtl ul {
    left: auto;
    right: 100%;
    margin-left: auto;
    margin-right: -4px
}

.vakata-context-rtl li > a.vakata-context-parent {
    background-image: url("data:image/gif;base64,R0lGODlhCwAHAIAAACgoKP///yH5BAEAAAEALAAAAAALAAcAAAINjI+AC7rWHIsPtmoxLAA7");
    background-position: left center;
    background-repeat: no-repeat
}

.vakata-context-rtl .vakata-context-separator > a {
    margin: 0 2.4em 0 0;
    border-left: 0;
    border-right: 1px solid #e2e3e3
}

.vakata-context-rtl .vakata-context-left ul {
    right: auto;
    left: 100%;
    margin-left: -4px;
    margin-right: auto
}

.vakata-context-rtl li > a > i {
    margin: 0 -2em 0 0
}

.vakata-context-rtl li > a .vakata-contextmenu-sep {
    margin: 0 0 0 .5em;
    border-left-color: white;
    background: #e2e3e3
}

#jstree-marker {
    position: absolute;
    top: 0;
    left: 0;
    margin: -5px 0 0 0;
    padding: 0;
    border-right: 0;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 5px solid;
    width: 0;
    height: 0;
    font-size: 0;
    line-height: 0
}

#jstree-dnd {
    line-height: 16px;
    margin: 0;
    padding: 4px
}

    #jstree-dnd .jstree-icon, #jstree-dnd .jstree-copy {
        display: inline-block;
        text-decoration: none;
        margin: 0 2px 0 0;
        padding: 0;
        width: 16px;
        height: 16px
    }

    #jstree-dnd .jstree-ok {
        background: green
    }

    #jstree-dnd .jstree-er {
        background: red
    }

    #jstree-dnd .jstree-copy {
        margin: 0 2px 0 2px
    }

.jstree-default .jstree-node, .jstree-default .jstree-icon {
    background-repeat: no-repeat;
    background-color: transparent
}

.jstree-default .jstree-anchor, .jstree-default .jstree-animated, .jstree-default .jstree-wholerow {
    transition: background-color .15s,box-shadow .15s
}

.jstree-default .jstree-hovered {
    background: #e7f4f9;
    border-radius: 2px;
    box-shadow: inset 0 0 1px #cccccc
}

.jstree-default .jstree-context {
    background: #e7f4f9;
    border-radius: 2px;
    box-shadow: inset 0 0 1px #cccccc
}

.jstree-default .jstree-clicked {
    background: #beebff;
    border-radius: 2px;
    box-shadow: inset 0 0 1px #999999
}

.jstree-default .jstree-no-icons .jstree-anchor > .jstree-themeicon {
    display: none
}

.jstree-default .jstree-disabled {
    background: transparent;
    color: #666666
}

    .jstree-default .jstree-disabled.jstree-hovered {
        background: transparent;
        box-shadow: none
    }

    .jstree-default .jstree-disabled.jstree-clicked {
        background: #efefef
    }

    .jstree-default .jstree-disabled > .jstree-icon {
        opacity: .8;
        filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'jstree-grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#jstree-grayscale");
        filter: gray;
        -webkit-filter: grayscale(100%)
    }

.jstree-default .jstree-search {
    font-style: italic;
    color: #8b0000;
    font-weight: bold
}

.jstree-default .jstree-no-checkboxes .jstree-checkbox {
    display: none !important
}

.jstree-default.jstree-checkbox-no-clicked .jstree-clicked {
    background: transparent;
    box-shadow: none
}

    .jstree-default.jstree-checkbox-no-clicked .jstree-clicked.jstree-hovered {
        background: #e7f4f9
    }

.jstree-default.jstree-checkbox-no-clicked > .jstree-wholerow-ul .jstree-wholerow-clicked {
    background: transparent
}

    .jstree-default.jstree-checkbox-no-clicked > .jstree-wholerow-ul .jstree-wholerow-clicked.jstree-wholerow-hovered {
        background: #e7f4f9
    }

.jstree-default > .jstree-striped {
    min-width: 100%;
    display: inline-block;
    background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAAkCAMAAAB/qqA+AAAABlBMVEUAAAAAAAClZ7nPAAAAAnRSTlMNAMM9s3UAAAAXSURBVHjajcEBAQAAAIKg/H/aCQZ70AUBjAATb6YPDgAAAABJRU5ErkJggg==") left top repeat
}

.jstree-default > .jstree-wholerow-ul .jstree-hovered, .jstree-default > .jstree-wholerow-ul .jstree-clicked {
    background: transparent;
    box-shadow: none;
    border-radius: 0
}

.jstree-default .jstree-wholerow {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.jstree-default .jstree-wholerow-hovered {
    background: #e7f4f9
}

.jstree-default .jstree-wholerow-clicked {
    background: #beebff;
    background: -webkit-linear-gradient(top, #beebff 0, #a8e4ff 100%);
    background: linear-gradient(to bottom, #beebff 0, #a8e4ff 100%)
}

.jstree-default .jstree-node {
    min-height: 24px;
    line-height: 24px;
    margin-left: 24px;
    min-width: 24px
}

.jstree-default .jstree-anchor {
    line-height: 24px;
    height: 24px
}

.jstree-default .jstree-icon {
    width: 24px;
    height: 24px;
    line-height: 24px
}

    .jstree-default .jstree-icon:empty {
        width: 24px;
        height: 24px;
        line-height: 24px
    }

.jstree-default.jstree-rtl .jstree-node {
    margin-right: 24px
}

.jstree-default .jstree-wholerow {
    height: 24px
}

.jstree-default .jstree-node, .jstree-default .jstree-icon {
    background-image: url("/assets/jstreeicons.png")
}

.jstree-default .jstree-node {
    background-position: -292px -4px;
    background-repeat: repeat-y
}

.jstree-default .jstree-last {
    background: transparent
}

.jstree-default .jstree-open > .jstree-ocl {
    background-position: -132px -4px
}

.jstree-default .jstree-closed > .jstree-ocl {
    background-position: -100px -4px
}

.jstree-default .jstree-leaf > .jstree-ocl {
    background-position: -68px -4px
}

.jstree-default .jstree-themeicon {
    background-position: -260px -4px
}

.jstree-default > .jstree-no-dots .jstree-node, .jstree-default > .jstree-no-dots .jstree-leaf > .jstree-ocl {
    background: transparent
}

.jstree-default > .jstree-no-dots .jstree-open > .jstree-ocl {
    background-position: -36px -4px
}

.jstree-default > .jstree-no-dots .jstree-closed > .jstree-ocl {
    background-position: -4px -4px
}

.jstree-default .jstree-disabled {
    background: transparent
}

    .jstree-default .jstree-disabled.jstree-hovered {
        background: transparent
    }

    .jstree-default .jstree-disabled.jstree-clicked {
        background: #efefef
    }

.jstree-default .jstree-checkbox {
    background-position: -164px -4px
}

    .jstree-default .jstree-checkbox:hover {
        background-position: -164px -36px
    }

.jstree-default.jstree-checkbox-selection .jstree-clicked > .jstree-checkbox, .jstree-default .jstree-checked > .jstree-checkbox {
    background-position: -228px -4px
}

    .jstree-default.jstree-checkbox-selection .jstree-clicked > .jstree-checkbox:hover, .jstree-default .jstree-checked > .jstree-checkbox:hover {
        background-position: -228px -36px
    }

.jstree-default .jstree-anchor > .jstree-undetermined {
    background-position: -196px -4px
}

    .jstree-default .jstree-anchor > .jstree-undetermined:hover {
        background-position: -196px -36px
    }

.jstree-default .jstree-checkbox-disabled {
    opacity: .8;
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'jstree-grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#jstree-grayscale");
    filter: gray;
    -webkit-filter: grayscale(100%)
}

.jstree-default > .jstree-striped {
    background-size: auto 48px
}

.jstree-default.jstree-rtl .jstree-node {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAACAQMAAAB49I5GAAAABlBMVEUAAAAdHRvEkCwcAAAAAXRSTlMAQObYZgAAAAxJREFUCNdjAAMOBgAAGAAJMwQHdQAAAABJRU5ErkJggg==");
    background-position: 100% 1px;
    background-repeat: repeat-y
}

.jstree-default.jstree-rtl .jstree-last {
    background: transparent
}

.jstree-default.jstree-rtl .jstree-open > .jstree-ocl {
    background-position: -132px -36px
}

.jstree-default.jstree-rtl .jstree-closed > .jstree-ocl {
    background-position: -100px -36px
}

.jstree-default.jstree-rtl .jstree-leaf > .jstree-ocl {
    background-position: -68px -36px
}

.jstree-default.jstree-rtl > .jstree-no-dots .jstree-node, .jstree-default.jstree-rtl > .jstree-no-dots .jstree-leaf > .jstree-ocl {
    background: transparent
}

.jstree-default.jstree-rtl > .jstree-no-dots .jstree-open > .jstree-ocl {
    background-position: -36px -36px
}

.jstree-default.jstree-rtl > .jstree-no-dots .jstree-closed > .jstree-ocl {
    background-position: -4px -36px
}

.jstree-default .jstree-themeicon-custom {
    background-color: transparent;
    background-image: none;
    background-position: 0 0
}

.jstree-default > .jstree-container-ul .jstree-loading > .jstree-ocl {
    background: url("/assets/throbber.gif") center center no-repeat
}

.jstree-default .jstree-file {
    background: url("/assets/jstreeicons.png") -100px -68px no-repeat
}

.jstree-default .jstree-folder {
    background: url("/assets/jstreeicons.png") -260px -4px no-repeat
}

.jstree-default > .jstree-container-ul > .jstree-node {
    margin-left: 0;
    margin-right: 0
}

#jstree-dnd.jstree-default {
    line-height: 24px;
    padding: 0 4px
}

    #jstree-dnd.jstree-default .jstree-ok, #jstree-dnd.jstree-default .jstree-er {
        background-image: url("/assets/jstreeicons.png");
        background-repeat: no-repeat;
        background-color: transparent
    }

    #jstree-dnd.jstree-default i {
        background: transparent;
        width: 24px;
        height: 24px;
        line-height: 24px
    }

    #jstree-dnd.jstree-default .jstree-ok {
        background-position: -4px -68px
    }

    #jstree-dnd.jstree-default .jstree-er {
        background-position: -36px -68px
    }

.jstree-default .jstree-ellipsis {
    overflow: hidden
}

    .jstree-default .jstree-ellipsis .jstree-anchor {
        width: calc(100% - 29px);
        text-overflow: ellipsis;
        overflow: hidden
    }

.jstree-default.jstree-rtl .jstree-node {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAACAQMAAAB49I5GAAAABlBMVEUAAAAdHRvEkCwcAAAAAXRSTlMAQObYZgAAAAxJREFUCNdjAAMOBgAAGAAJMwQHdQAAAABJRU5ErkJggg==")
}

.jstree-default.jstree-rtl .jstree-last {
    background: transparent
}

.jstree-default-small .jstree-node {
    min-height: 18px;
    line-height: 18px;
    margin-left: 18px;
    min-width: 18px
}

.jstree-default-small .jstree-anchor {
    line-height: 18px;
    height: 18px
}

.jstree-default-small .jstree-icon {
    width: 18px;
    height: 18px;
    line-height: 18px
}

    .jstree-default-small .jstree-icon:empty {
        width: 18px;
        height: 18px;
        line-height: 18px
    }

.jstree-default-small.jstree-rtl .jstree-node {
    margin-right: 18px
}

.jstree-default-small .jstree-wholerow {
    height: 18px
}

.jstree-default-small .jstree-node, .jstree-default-small .jstree-icon {
    background-image: url("/assets/jstreeicons.png")
}

.jstree-default-small .jstree-node {
    background-position: -295px -7px;
    background-repeat: repeat-y
}

.jstree-default-small .jstree-last {
    background: transparent
}

.jstree-default-small .jstree-open > .jstree-ocl {
    background-position: -135px -7px
}

.jstree-default-small .jstree-closed > .jstree-ocl {
    background-position: -103px -7px
}

.jstree-default-small .jstree-leaf > .jstree-ocl {
    background-position: -71px -7px
}

.jstree-default-small .jstree-themeicon {
    background-position: -263px -7px
}

.jstree-default-small > .jstree-no-dots .jstree-node, .jstree-default-small > .jstree-no-dots .jstree-leaf > .jstree-ocl {
    background: transparent
}

.jstree-default-small > .jstree-no-dots .jstree-open > .jstree-ocl {
    background-position: -39px -7px
}

.jstree-default-small > .jstree-no-dots .jstree-closed > .jstree-ocl {
    background-position: -7px -7px
}

.jstree-default-small .jstree-disabled {
    background: transparent
}

    .jstree-default-small .jstree-disabled.jstree-hovered {
        background: transparent
    }

    .jstree-default-small .jstree-disabled.jstree-clicked {
        background: #efefef
    }

.jstree-default-small .jstree-checkbox {
    background-position: -167px -7px
}

    .jstree-default-small .jstree-checkbox:hover {
        background-position: -167px -39px
    }

.jstree-default-small.jstree-checkbox-selection .jstree-clicked > .jstree-checkbox, .jstree-default-small .jstree-checked > .jstree-checkbox {
    background-position: -231px -7px
}

    .jstree-default-small.jstree-checkbox-selection .jstree-clicked > .jstree-checkbox:hover, .jstree-default-small .jstree-checked > .jstree-checkbox:hover {
        background-position: -231px -39px
    }

.jstree-default-small .jstree-anchor > .jstree-undetermined {
    background-position: -199px -7px
}

    .jstree-default-small .jstree-anchor > .jstree-undetermined:hover {
        background-position: -199px -39px
    }

.jstree-default-small .jstree-checkbox-disabled {
    opacity: .8;
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'jstree-grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#jstree-grayscale");
    filter: gray;
    -webkit-filter: grayscale(100%)
}

.jstree-default-small > .jstree-striped {
    background-size: auto 36px
}

.jstree-default-small.jstree-rtl .jstree-node {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAACAQMAAAB49I5GAAAABlBMVEUAAAAdHRvEkCwcAAAAAXRSTlMAQObYZgAAAAxJREFUCNdjAAMOBgAAGAAJMwQHdQAAAABJRU5ErkJggg==");
    background-position: 100% 1px;
    background-repeat: repeat-y
}

.jstree-default-small.jstree-rtl .jstree-last {
    background: transparent
}

.jstree-default-small.jstree-rtl .jstree-open > .jstree-ocl {
    background-position: -135px -39px
}

.jstree-default-small.jstree-rtl .jstree-closed > .jstree-ocl {
    background-position: -103px -39px
}

.jstree-default-small.jstree-rtl .jstree-leaf > .jstree-ocl {
    background-position: -71px -39px
}

.jstree-default-small.jstree-rtl > .jstree-no-dots .jstree-node, .jstree-default-small.jstree-rtl > .jstree-no-dots .jstree-leaf > .jstree-ocl {
    background: transparent
}

.jstree-default-small.jstree-rtl > .jstree-no-dots .jstree-open > .jstree-ocl {
    background-position: -39px -39px
}

.jstree-default-small.jstree-rtl > .jstree-no-dots .jstree-closed > .jstree-ocl {
    background-position: -7px -39px
}

.jstree-default-small .jstree-themeicon-custom {
    background-color: transparent;
    background-image: none;
    background-position: 0 0
}

.jstree-default-small > .jstree-container-ul .jstree-loading > .jstree-ocl {
    background: url("/assets/throbber.gif") center center no-repeat
}

.jstree-default-small .jstree-file {
    background: url("/assets/jstreeicons.png") -103px -71px no-repeat
}

.jstree-default-small .jstree-folder {
    background: url("/assets/jstreeicons.png") -263px -7px no-repeat
}

.jstree-default-small > .jstree-container-ul > .jstree-node {
    margin-left: 0;
    margin-right: 0
}

#jstree-dnd.jstree-default-small {
    line-height: 18px;
    padding: 0 4px
}

    #jstree-dnd.jstree-default-small .jstree-ok, #jstree-dnd.jstree-default-small .jstree-er {
        background-image: url("/assets/jstreeicons.png");
        background-repeat: no-repeat;
        background-color: transparent
    }

    #jstree-dnd.jstree-default-small i {
        background: transparent;
        width: 18px;
        height: 18px;
        line-height: 18px
    }

    #jstree-dnd.jstree-default-small .jstree-ok {
        background-position: -7px -71px
    }

    #jstree-dnd.jstree-default-small .jstree-er {
        background-position: -39px -71px
    }

.jstree-default-small .jstree-ellipsis {
    overflow: hidden
}

    .jstree-default-small .jstree-ellipsis .jstree-anchor {
        width: calc(100% - 23px);
        text-overflow: ellipsis;
        overflow: hidden
    }

.jstree-default-small.jstree-rtl .jstree-node {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAACAQMAAABv1h6PAAAABlBMVEUAAAAdHRvEkCwcAAAAAXRSTlMAQObYZgAAAAxJREFUCNdjAAMHBgAAiABBI4gz9AAAAABJRU5ErkJggg==")
}

.jstree-default-small.jstree-rtl .jstree-last {
    background: transparent
}

.jstree-default-large .jstree-node {
    min-height: 32px;
    line-height: 32px;
    margin-left: 32px;
    min-width: 32px
}

.jstree-default-large .jstree-anchor {
    line-height: 32px;
    height: 32px
}

.jstree-default-large .jstree-icon {
    width: 32px;
    height: 32px;
    line-height: 32px
}

    .jstree-default-large .jstree-icon:empty {
        width: 32px;
        height: 32px;
        line-height: 32px
    }

.jstree-default-large.jstree-rtl .jstree-node {
    margin-right: 32px
}

.jstree-default-large .jstree-wholerow {
    height: 32px
}

.jstree-default-large .jstree-node, .jstree-default-large .jstree-icon {
    background-image: url("/assets/jstreeicons.png")
}

.jstree-default-large .jstree-node {
    background-position: -288px 0;
    background-repeat: repeat-y
}

.jstree-default-large .jstree-last {
    background: transparent
}

.jstree-default-large .jstree-open > .jstree-ocl {
    background-position: -128px 0
}

.jstree-default-large .jstree-closed > .jstree-ocl {
    background-position: -96px 0
}

.jstree-default-large .jstree-leaf > .jstree-ocl {
    background-position: -64px 0
}

.jstree-default-large .jstree-themeicon {
    background-position: -256px 0
}

.jstree-default-large > .jstree-no-dots .jstree-node, .jstree-default-large > .jstree-no-dots .jstree-leaf > .jstree-ocl {
    background: transparent
}

.jstree-default-large > .jstree-no-dots .jstree-open > .jstree-ocl {
    background-position: -32px 0
}

.jstree-default-large > .jstree-no-dots .jstree-closed > .jstree-ocl {
    background-position: 0 0
}

.jstree-default-large .jstree-disabled {
    background: transparent
}

    .jstree-default-large .jstree-disabled.jstree-hovered {
        background: transparent
    }

    .jstree-default-large .jstree-disabled.jstree-clicked {
        background: #efefef
    }

.jstree-default-large .jstree-checkbox {
    background-position: -160px 0
}

    .jstree-default-large .jstree-checkbox:hover {
        background-position: -160px -32px
    }

.jstree-default-large.jstree-checkbox-selection .jstree-clicked > .jstree-checkbox, .jstree-default-large .jstree-checked > .jstree-checkbox {
    background-position: -224px 0
}

    .jstree-default-large.jstree-checkbox-selection .jstree-clicked > .jstree-checkbox:hover, .jstree-default-large .jstree-checked > .jstree-checkbox:hover {
        background-position: -224px -32px
    }

.jstree-default-large .jstree-anchor > .jstree-undetermined {
    background-position: -192px 0
}

    .jstree-default-large .jstree-anchor > .jstree-undetermined:hover {
        background-position: -192px -32px
    }

.jstree-default-large .jstree-checkbox-disabled {
    opacity: .8;
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'jstree-grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#jstree-grayscale");
    filter: gray;
    -webkit-filter: grayscale(100%)
}

.jstree-default-large > .jstree-striped {
    background-size: auto 64px
}

.jstree-default-large.jstree-rtl .jstree-node {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAACAQMAAAB49I5GAAAABlBMVEUAAAAdHRvEkCwcAAAAAXRSTlMAQObYZgAAAAxJREFUCNdjAAMOBgAAGAAJMwQHdQAAAABJRU5ErkJggg==");
    background-position: 100% 1px;
    background-repeat: repeat-y
}

.jstree-default-large.jstree-rtl .jstree-last {
    background: transparent
}

.jstree-default-large.jstree-rtl .jstree-open > .jstree-ocl {
    background-position: -128px -32px
}

.jstree-default-large.jstree-rtl .jstree-closed > .jstree-ocl {
    background-position: -96px -32px
}

.jstree-default-large.jstree-rtl .jstree-leaf > .jstree-ocl {
    background-position: -64px -32px
}

.jstree-default-large.jstree-rtl > .jstree-no-dots .jstree-node, .jstree-default-large.jstree-rtl > .jstree-no-dots .jstree-leaf > .jstree-ocl {
    background: transparent
}

.jstree-default-large.jstree-rtl > .jstree-no-dots .jstree-open > .jstree-ocl {
    background-position: -32px -32px
}

.jstree-default-large.jstree-rtl > .jstree-no-dots .jstree-closed > .jstree-ocl {
    background-position: 0 -32px
}

.jstree-default-large .jstree-themeicon-custom {
    background-color: transparent;
    background-image: none;
    background-position: 0 0
}

.jstree-default-large > .jstree-container-ul .jstree-loading > .jstree-ocl {
    background: url("/assets/throbber.gif") center center no-repeat
}

.jstree-default-large .jstree-file {
    background: url("/assets/jstreeicons.png") -96px -64px no-repeat
}

.jstree-default-large .jstree-folder {
    background: url("/assets/jstreeicons.png") -256px 0 no-repeat
}

.jstree-default-large > .jstree-container-ul > .jstree-node {
    margin-left: 0;
    margin-right: 0
}

#jstree-dnd.jstree-default-large {
    line-height: 32px;
    padding: 0 4px
}

    #jstree-dnd.jstree-default-large .jstree-ok, #jstree-dnd.jstree-default-large .jstree-er {
        background-image: url("/assets/jstreeicons.png");
        background-repeat: no-repeat;
        background-color: transparent
    }

    #jstree-dnd.jstree-default-large i {
        background: transparent;
        width: 32px;
        height: 32px;
        line-height: 32px
    }

    #jstree-dnd.jstree-default-large .jstree-ok {
        background-position: 0 -64px
    }

    #jstree-dnd.jstree-default-large .jstree-er {
        background-position: -32px -64px
    }

.jstree-default-large .jstree-ellipsis {
    overflow: hidden
}

    .jstree-default-large .jstree-ellipsis .jstree-anchor {
        width: calc(100% - 37px);
        text-overflow: ellipsis;
        overflow: hidden
    }

.jstree-default-large.jstree-rtl .jstree-node {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAACAQMAAAAD0EyKAAAABlBMVEUAAAAdHRvEkCwcAAAAAXRSTlMAQObYZgAAAAxJREFUCNdjgIIGBgABCgCBvVLXcAAAAABJRU5ErkJggg==")
}

.jstree-default-large.jstree-rtl .jstree-last {
    background: transparent
}

@media (max-width:768px) {
    #jstree-dnd.jstree-dnd-responsive {
        line-height: 40px;
        font-weight: bold;
        font-size: 1.1em;
        text-shadow: 1px 1px white
    }

        #jstree-dnd.jstree-dnd-responsive > i {
            background: transparent;
            width: 40px;
            height: 40px
        }

        #jstree-dnd.jstree-dnd-responsive > .jstree-ok {
            background-image: url("40px.png");
            background-position: 0 -200px;
            background-size: 120px 240px
        }

        #jstree-dnd.jstree-dnd-responsive > .jstree-er {
            background-image: url("40px.png");
            background-position: -40px -200px;
            background-size: 120px 240px
        }

    #jstree-marker.jstree-dnd-responsive {
        border-left-width: 10px;
        border-top-width: 10px;
        border-bottom-width: 10px;
        margin-top: -10px
    }
}

@media (max-width:768px) {
    .jstree-default-responsive .jstree-icon {
        background-image: url("40px.png")
    }

    .jstree-default-responsive .jstree-node, .jstree-default-responsive .jstree-leaf > .jstree-ocl {
        background: transparent
    }

    .jstree-default-responsive .jstree-node {
        min-height: 40px;
        line-height: 40px;
        margin-left: 40px;
        min-width: 40px;
        white-space: nowrap
    }

    .jstree-default-responsive .jstree-anchor {
        line-height: 40px;
        height: 40px
    }

    .jstree-default-responsive .jstree-icon, .jstree-default-responsive .jstree-icon:empty {
        width: 40px;
        height: 40px;
        line-height: 40px
    }

    .jstree-default-responsive > .jstree-container-ul > .jstree-node {
        margin-left: 0
    }

    .jstree-default-responsive.jstree-rtl .jstree-node {
        margin-left: 0;
        margin-right: 40px;
        background: transparent
    }

    .jstree-default-responsive.jstree-rtl .jstree-container-ul > .jstree-node {
        margin-right: 0
    }

    .jstree-default-responsive .jstree-ocl, .jstree-default-responsive .jstree-themeicon, .jstree-default-responsive .jstree-checkbox {
        background-size: 120px 240px
    }

    .jstree-default-responsive .jstree-leaf > .jstree-ocl, .jstree-default-responsive.jstree-rtl .jstree-leaf > .jstree-ocl {
        background: transparent
    }

    .jstree-default-responsive .jstree-open > .jstree-ocl {
        background-position: 0 0 !important
    }

    .jstree-default-responsive .jstree-closed > .jstree-ocl {
        background-position: 0 -40px !important
    }

    .jstree-default-responsive.jstree-rtl .jstree-closed > .jstree-ocl {
        background-position: -40px 0 !important
    }

    .jstree-default-responsive .jstree-themeicon {
        background-position: -40px -40px
    }

    .jstree-default-responsive .jstree-checkbox, .jstree-default-responsive .jstree-checkbox:hover {
        background-position: -40px -80px
    }

    .jstree-default-responsive.jstree-checkbox-selection .jstree-clicked > .jstree-checkbox, .jstree-default-responsive.jstree-checkbox-selection .jstree-clicked > .jstree-checkbox:hover, .jstree-default-responsive .jstree-checked > .jstree-checkbox, .jstree-default-responsive .jstree-checked > .jstree-checkbox:hover {
        background-position: 0 -80px
    }

    .jstree-default-responsive .jstree-anchor > .jstree-undetermined, .jstree-default-responsive .jstree-anchor > .jstree-undetermined:hover {
        background-position: 0 -120px
    }

    .jstree-default-responsive .jstree-anchor {
        font-weight: bold;
        font-size: 1.1em;
        text-shadow: 1px 1px white
    }

    .jstree-default-responsive > .jstree-striped {
        background: transparent
    }

    .jstree-default-responsive .jstree-wholerow {
        border-top: 1px solid rgba(255,255,255,0.7);
        border-bottom: 1px solid rgba(64,64,64,0.2);
        background: #ebebeb;
        height: 40px
    }

    .jstree-default-responsive .jstree-wholerow-hovered {
        background: #e7f4f9
    }

    .jstree-default-responsive .jstree-wholerow-clicked {
        background: #beebff
    }

    .jstree-default-responsive .jstree-children .jstree-last > .jstree-wholerow {
        box-shadow: inset 0 -6px 3px -5px #666666
    }

    .jstree-default-responsive .jstree-children .jstree-open > .jstree-wholerow {
        box-shadow: inset 0 6px 3px -5px #666666;
        border-top: 0
    }

    .jstree-default-responsive .jstree-children .jstree-open + .jstree-open {
        box-shadow: none
    }

    .jstree-default-responsive .jstree-node, .jstree-default-responsive .jstree-icon, .jstree-default-responsive .jstree-node > .jstree-ocl, .jstree-default-responsive .jstree-themeicon, .jstree-default-responsive .jstree-checkbox {
        background-image: url("40px.png");
        background-size: 120px 240px
    }

    .jstree-default-responsive .jstree-node {
        background-position: -80px 0;
        background-repeat: repeat-y
    }

    .jstree-default-responsive .jstree-last {
        background: transparent
    }

    .jstree-default-responsive .jstree-leaf > .jstree-ocl {
        background-position: -40px -120px
    }

    .jstree-default-responsive .jstree-last > .jstree-ocl {
        background-position: -40px -160px
    }

    .jstree-default-responsive .jstree-themeicon-custom {
        background-color: transparent;
        background-image: none;
        background-position: 0 0
    }

    .jstree-default-responsive .jstree-file {
        background: url("40px.png") 0 -160px no-repeat;
        background-size: 120px 240px
    }

    .jstree-default-responsive .jstree-folder {
        background: url("40px.png") -40px -40px no-repeat;
        background-size: 120px 240px
    }

    .jstree-default-responsive > .jstree-container-ul > .jstree-node {
        margin-left: 0;
        margin-right: 0
    }
}

table.dataTable {
    width: 100%;
    margin: 0 auto;
    clear: both;
    border-collapse: separate;
    border-spacing: 0
}

    table.dataTable thead th, table.dataTable tfoot th {
        font-weight: bold
    }

    table.dataTable thead th, table.dataTable thead td {
        padding: 10px 18px
    }

        table.dataTable thead th:active, table.dataTable thead td:active {
            outline: none
        }

    table.dataTable tfoot th, table.dataTable tfoot td {
        padding: 10px 18px 6px 18px
    }

    table.dataTable tbody tr {
        background-color: #ffffff
    }

        table.dataTable tbody tr.selected {
            background-color: #B0BED9
        }

    table.dataTable tbody th, table.dataTable tbody td {
        padding: 8px 10px
    }

    table.dataTable.row-border tbody th, table.dataTable.row-border tbody td, table.dataTable.display tbody th, table.dataTable.display tbody td {
        border-top: 1px solid #ddd
    }

    table.dataTable.row-border tbody tr:first-child th, table.dataTable.row-border tbody tr:first-child td, table.dataTable.display tbody tr:first-child th, table.dataTable.display tbody tr:first-child td {
        border-top: none
    }

    table.dataTable.cell-border tbody th, table.dataTable.cell-border tbody td {
        border-top: 1px solid #ddd;
        border-right: 1px solid #ddd
    }

    table.dataTable.cell-border tbody tr th:first-child, table.dataTable.cell-border tbody tr td:first-child {
        border-left: 1px solid #ddd
    }

    table.dataTable.cell-border tbody tr:first-child th, table.dataTable.cell-border tbody tr:first-child td {
        border-top: none
    }

    table.dataTable.stripe tbody tr.odd, table.dataTable.display tbody tr.odd {
        background-color: #f9f9f9
    }

        table.dataTable.stripe tbody tr.odd.selected, table.dataTable.display tbody tr.odd.selected {
            background-color: #acbad4
        }

    table.dataTable.hover tbody tr:hover, table.dataTable.display tbody tr:hover {
        background-color: #f6f6f6
    }

        table.dataTable.hover tbody tr:hover.selected, table.dataTable.display tbody tr:hover.selected {
            background-color: #aab7d1
        }

    table.dataTable.order-column tbody tr > .sorting_1, table.dataTable.order-column tbody tr > .sorting_2, table.dataTable.order-column tbody tr > .sorting_3, table.dataTable.display tbody tr > .sorting_1, table.dataTable.display tbody tr > .sorting_2, table.dataTable.display tbody tr > .sorting_3 {
        background-color: #fafafa
    }

    table.dataTable.order-column tbody tr.selected > .sorting_1, table.dataTable.order-column tbody tr.selected > .sorting_2, table.dataTable.order-column tbody tr.selected > .sorting_3, table.dataTable.display tbody tr.selected > .sorting_1, table.dataTable.display tbody tr.selected > .sorting_2, table.dataTable.display tbody tr.selected > .sorting_3 {
        background-color: #acbad5
    }

    table.dataTable.display tbody tr.odd > .sorting_1, table.dataTable.order-column.stripe tbody tr.odd > .sorting_1 {
        background-color: #f1f1f1
    }

    table.dataTable.display tbody tr.odd > .sorting_2, table.dataTable.order-column.stripe tbody tr.odd > .sorting_2 {
        background-color: #f3f3f3
    }

    table.dataTable.display tbody tr.odd > .sorting_3, table.dataTable.order-column.stripe tbody tr.odd > .sorting_3 {
        background-color: whitesmoke
    }

    table.dataTable.display tbody tr.odd.selected > .sorting_1, table.dataTable.order-column.stripe tbody tr.odd.selected > .sorting_1 {
        background-color: #a6b4cd
    }

    table.dataTable.display tbody tr.odd.selected > .sorting_2, table.dataTable.order-column.stripe tbody tr.odd.selected > .sorting_2 {
        background-color: #a8b5cf
    }

    table.dataTable.display tbody tr.odd.selected > .sorting_3, table.dataTable.order-column.stripe tbody tr.odd.selected > .sorting_3 {
        background-color: #a9b7d1
    }

    table.dataTable.display tbody tr.even > .sorting_1, table.dataTable.order-column.stripe tbody tr.even > .sorting_1 {
        background-color: #fafafa
    }

    table.dataTable.display tbody tr.even > .sorting_2, table.dataTable.order-column.stripe tbody tr.even > .sorting_2 {
        background-color: #fcfcfc
    }

    table.dataTable.display tbody tr.even > .sorting_3, table.dataTable.order-column.stripe tbody tr.even > .sorting_3 {
        background-color: #fefefe
    }

    table.dataTable.display tbody tr.even.selected > .sorting_1, table.dataTable.order-column.stripe tbody tr.even.selected > .sorting_1 {
        background-color: #acbad5
    }

    table.dataTable.display tbody tr.even.selected > .sorting_2, table.dataTable.order-column.stripe tbody tr.even.selected > .sorting_2 {
        background-color: #aebcd6
    }

    table.dataTable.display tbody tr.even.selected > .sorting_3, table.dataTable.order-column.stripe tbody tr.even.selected > .sorting_3 {
        background-color: #afbdd8
    }

    table.dataTable.display tbody tr:hover > .sorting_1, table.dataTable.order-column.hover tbody tr:hover > .sorting_1 {
        background-color: #eaeaea
    }

    table.dataTable.display tbody tr:hover > .sorting_2, table.dataTable.order-column.hover tbody tr:hover > .sorting_2 {
        background-color: #ececec
    }

    table.dataTable.display tbody tr:hover > .sorting_3, table.dataTable.order-column.hover tbody tr:hover > .sorting_3 {
        background-color: #efefef
    }

    table.dataTable.display tbody tr:hover.selected > .sorting_1, table.dataTable.order-column.hover tbody tr:hover.selected > .sorting_1 {
        background-color: #a2aec7
    }

    table.dataTable.display tbody tr:hover.selected > .sorting_2, table.dataTable.order-column.hover tbody tr:hover.selected > .sorting_2 {
        background-color: #a3b0c9
    }

    table.dataTable.display tbody tr:hover.selected > .sorting_3, table.dataTable.order-column.hover tbody tr:hover.selected > .sorting_3 {
        background-color: #a5b2cb
    }

    table.dataTable.no-footer {
        border-bottom: 1px solid #111
    }

    table.dataTable.nowrap th, table.dataTable.nowrap td {
        white-space: nowrap
    }

    table.dataTable.compact thead th, table.dataTable.compact thead td {
        padding: 4px 17px
    }

    table.dataTable.compact tfoot th, table.dataTable.compact tfoot td {
        padding: 4px
    }

    table.dataTable.compact tbody th, table.dataTable.compact tbody td {
        padding: 4px
    }

    table.dataTable th.dt-left, table.dataTable td.dt-left {
        text-align: left
    }

    table.dataTable th.dt-center, table.dataTable td.dt-center, table.dataTable td.dataTables_empty {
        text-align: center
    }

    table.dataTable th.dt-right, table.dataTable td.dt-right {
        text-align: right
    }

    table.dataTable th.dt-justify, table.dataTable td.dt-justify {
        text-align: justify
    }

    table.dataTable th.dt-nowrap, table.dataTable td.dt-nowrap {
        white-space: nowrap
    }

    table.dataTable thead th.dt-head-left, table.dataTable thead td.dt-head-left, table.dataTable tfoot th.dt-head-left, table.dataTable tfoot td.dt-head-left {
        text-align: left
    }

    table.dataTable thead th.dt-head-center, table.dataTable thead td.dt-head-center, table.dataTable tfoot th.dt-head-center, table.dataTable tfoot td.dt-head-center {
        text-align: center
    }

    table.dataTable thead th.dt-head-right, table.dataTable thead td.dt-head-right, table.dataTable tfoot th.dt-head-right, table.dataTable tfoot td.dt-head-right {
        text-align: right
    }

    table.dataTable thead th.dt-head-justify, table.dataTable thead td.dt-head-justify, table.dataTable tfoot th.dt-head-justify, table.dataTable tfoot td.dt-head-justify {
        text-align: justify
    }

    table.dataTable thead th.dt-head-nowrap, table.dataTable thead td.dt-head-nowrap, table.dataTable tfoot th.dt-head-nowrap, table.dataTable tfoot td.dt-head-nowrap {
        white-space: nowrap
    }

    table.dataTable tbody th.dt-body-left, table.dataTable tbody td.dt-body-left {
        text-align: left
    }

    table.dataTable tbody th.dt-body-center, table.dataTable tbody td.dt-body-center {
        text-align: center
    }

    table.dataTable tbody th.dt-body-right, table.dataTable tbody td.dt-body-right {
        text-align: right
    }

    table.dataTable tbody th.dt-body-justify, table.dataTable tbody td.dt-body-justify {
        text-align: justify
    }

    table.dataTable tbody th.dt-body-nowrap, table.dataTable tbody td.dt-body-nowrap {
        white-space: nowrap
    }

    table.dataTable, table.dataTable th, table.dataTable td {
        box-sizing: content-box
    }

.dataTables_wrapper {
    position: relative;
    clear: both;
    *zoom: 1;
    zoom: 1
}

    .dataTables_wrapper .dataTables_length {
        float: left
    }

    .dataTables_wrapper .dataTables_filter {
        float: right;
        text-align: right
    }

        .dataTables_wrapper .dataTables_filter input {
            margin-left: 0.5em
        }

    .dataTables_wrapper .dataTables_info {
        clear: both;
        float: left;
        padding-top: 0.755em
    }

    .dataTables_wrapper .dataTables_paginate {
        float: right;
        text-align: right;
        padding-top: 0.25em
    }

        .dataTables_wrapper .dataTables_paginate .paginate_button {
            box-sizing: border-box;
            display: inline-block;
            min-width: 1.5em;
            padding: 0.5em 1em;
            margin-left: 2px;
            text-align: center;
            text-decoration: none !important;
            cursor: pointer;
            *cursor: hand;
            color: #333 !important;
            border: 1px solid transparent;
            border-radius: 2px
        }

            .dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
                color: #333 !important;
                border: 1px solid #979797;
                background-color: white;
                background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fff), color-stop(100%, #dcdcdc));
                background: -webkit-linear-gradient(top, #fff 0%, #dcdcdc 100%);
                background: -moz-linear-gradient(top, #fff 0%, #dcdcdc 100%);
                background: -ms-linear-gradient(top, #fff 0%, #dcdcdc 100%);
                background: -o-linear-gradient(top, #fff 0%, #dcdcdc 100%);
                background: linear-gradient(to bottom, #fff 0%, #dcdcdc 100%)
            }

            .dataTables_wrapper .dataTables_paginate .paginate_button.disabled, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active {
                cursor: default;
                color: #666 !important;
                border: 1px solid transparent;
                background: transparent;
                box-shadow: none
            }

            .dataTables_wrapper .dataTables_paginate .paginate_button:hover {
                color: white !important;
                border: 1px solid #111;
                background-color: #585858;
                background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #585858), color-stop(100%, #111));
                background: -webkit-linear-gradient(top, #585858 0%, #111 100%);
                background: -moz-linear-gradient(top, #585858 0%, #111 100%);
                background: -ms-linear-gradient(top, #585858 0%, #111 100%);
                background: -o-linear-gradient(top, #585858 0%, #111 100%);
                background: linear-gradient(to bottom, #585858 0%, #111 100%)
            }

            .dataTables_wrapper .dataTables_paginate .paginate_button:active {
                outline: none;
                background-color: #2b2b2b;
                background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #2b2b2b), color-stop(100%, #0c0c0c));
                background: -webkit-linear-gradient(top, #2b2b2b 0%, #0c0c0c 100%);
                background: -moz-linear-gradient(top, #2b2b2b 0%, #0c0c0c 100%);
                background: -ms-linear-gradient(top, #2b2b2b 0%, #0c0c0c 100%);
                background: -o-linear-gradient(top, #2b2b2b 0%, #0c0c0c 100%);
                background: linear-gradient(to bottom, #2b2b2b 0%, #0c0c0c 100%);
                box-shadow: inset 0 0 3px #111
            }

        .dataTables_wrapper .dataTables_paginate .ellipsis {
            padding: 0 1em
        }

    .dataTables_wrapper .dataTables_processing {
        position: absolute;
        top: 50%;
        left: 50%;
        width: 100%;
        height: 40px;
        margin-left: -50%;
        margin-top: -25px;
        padding-top: 20px;
        text-align: center;
        font-size: 1.2em;
        background-color: white;
        background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(255,255,255,0)), color-stop(25%, rgba(255,255,255,0.9)), color-stop(75%, rgba(255,255,255,0.9)), color-stop(100%, rgba(255,255,255,0)));
        background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,0.9) 25%, rgba(255,255,255,0.9) 75%, rgba(255,255,255,0) 100%);
        background: -moz-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,0.9) 25%, rgba(255,255,255,0.9) 75%, rgba(255,255,255,0) 100%);
        background: -ms-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,0.9) 25%, rgba(255,255,255,0.9) 75%, rgba(255,255,255,0) 100%);
        background: -o-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,0.9) 25%, rgba(255,255,255,0.9) 75%, rgba(255,255,255,0) 100%);
        background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,0.9) 25%, rgba(255,255,255,0.9) 75%, rgba(255,255,255,0) 100%)
    }

    .dataTables_wrapper .dataTables_length, .dataTables_wrapper .dataTables_filter, .dataTables_wrapper .dataTables_info, .dataTables_wrapper .dataTables_processing, .dataTables_wrapper .dataTables_paginate {
        color: #333
    }

    .dataTables_wrapper .dataTables_scroll {
        clear: both
    }

        .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody {
            *margin-top: -1px;
            -webkit-overflow-scrolling: touch
        }

            .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > thead > tr > th, .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > thead > tr > td, .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > tbody > tr > th, .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > tbody > tr > td {
                vertical-align: middle
            }

                .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > thead > tr > th > div.dataTables_sizing, .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > thead > tr > td > div.dataTables_sizing, .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > tbody > tr > th > div.dataTables_sizing, .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > tbody > tr > td > div.dataTables_sizing {
                    height: 0;
                    overflow: hidden;
                    margin: 0 !important;
                    padding: 0 !important
                }

    .dataTables_wrapper.no-footer .dataTables_scrollBody {
        border-bottom: 1px solid #111
    }

    .dataTables_wrapper.no-footer div.dataTables_scrollHead table.dataTable, .dataTables_wrapper.no-footer div.dataTables_scrollBody > table {
        border-bottom: none
    }

    .dataTables_wrapper:after {
        visibility: hidden;
        display: block;
        content: "";
        clear: both;
        height: 0
    }

@media screen and (max-width: 767px) {
    .dataTables_wrapper .dataTables_info, .dataTables_wrapper .dataTables_paginate {
        float: none;
        text-align: center
    }

    .dataTables_wrapper .dataTables_paginate {
        margin-top: 0.5em
    }
}

@media screen and (max-width: 640px) {
    .dataTables_wrapper .dataTables_length, .dataTables_wrapper .dataTables_filter {
        float: none;
        text-align: center
    }

    .dataTables_wrapper .dataTables_filter {
        margin-top: 0.5em
    }
}

table.dataTable thead th div.DataTables_sort_wrapper {
    position: relative
}

    table.dataTable thead th div.DataTables_sort_wrapper span {
        position: absolute;
        top: 50%;
        margin-top: -8px;
        right: -18px
    }

table.dataTable thead th.ui-state-default, table.dataTable tfoot th.ui-state-default {
    border-left-width: 0
}

    table.dataTable thead th.ui-state-default:first-child, table.dataTable tfoot th.ui-state-default:first-child {
        border-left-width: 1px
    }

.dataTables_wrapper .dataTables_paginate .fg-button {
    box-sizing: border-box;
    display: inline-block;
    min-width: 1.5em;
    padding: 0.5em;
    margin-left: 2px;
    text-align: center;
    text-decoration: none !important;
    cursor: pointer;
    *cursor: hand;
    border: 1px solid transparent
}

    .dataTables_wrapper .dataTables_paginate .fg-button:active {
        outline: none
    }

    .dataTables_wrapper .dataTables_paginate .fg-button:first-child {
        border-top-left-radius: 3px;
        border-bottom-left-radius: 3px
    }

    .dataTables_wrapper .dataTables_paginate .fg-button:last-child {
        border-top-right-radius: 3px;
        border-bottom-right-radius: 3px
    }

.dataTables_wrapper .ui-widget-header {
    font-weight: normal
}

.dataTables_wrapper .ui-toolbar {
    padding: 8px
}

.dataTables_wrapper.no-footer .dataTables_scrollBody {
    border-bottom: none
}

.dataTables_wrapper .dataTables_length, .dataTables_wrapper .dataTables_filter, .dataTables_wrapper .dataTables_info, .dataTables_wrapper .dataTables_processing, .dataTables_wrapper .dataTables_paginate {
    color: inherit
}

.blocker {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    z-index: 1;
    padding: 20px;
    box-sizing: border-box;
    background-color: #000;
    background-color: rgba(0,0,0,0.75);
    text-align: center
}

    .blocker:before {
        content: "";
        display: inline-block;
        height: 100%;
        vertical-align: middle;
        margin-right: -0.05em
    }

    .blocker.behind {
        background-color: transparent
    }

.modal {
    display: none;
    vertical-align: middle;
    position: relative;
    z-index: 2;
    max-width: 500px;
    box-sizing: border-box;
    width: 90%;
    background: #fff;
    padding: 15px 30px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -o-border-radius: 8px;
    -ms-border-radius: 8px;
    border-radius: 8px;
    -webkit-box-shadow: 0 0 10px #000;
    -moz-box-shadow: 0 0 10px #000;
    -o-box-shadow: 0 0 10px #000;
    -ms-box-shadow: 0 0 10px #000;
    box-shadow: 0 0 10px #000;
    text-align: left
}

    .modal a.close-modal {
        position: absolute;
        top: -12.5px;
        right: -12.5px;
        display: block;
        width: 30px;
        height: 30px;
        text-indent: -9999px;
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center center;
        background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAA8CAYAAAA6/NlyAAAAAXNSR0IArs4c6QAAA3hJREFUaAXlm8+K00Acx7MiCIJH/yw+gA9g25O49SL4AO3Bp1jw5NvktC+wF88qevK4BU97EmzxUBCEolK/n5gp3W6TTJPfpNPNF37MNsl85/vN/DaTmU6PknC4K+pniqeKJ3k8UnkvDxXJzzy+q/yaxxeVHxW/FNHjgRSeKt4rFoplzaAuHHDBGR2eS9G54reirsmienDCTRt7xwsp+KAoEmt9nLaGitZxrBbPFNaGfPloGw2t4JVamSt8xYW6Dg1oCYo3Yv+rCGViV160oMkcd8SYKnYV1Nb1aEOjCe6L5ZOiLfF120EjWhuBu3YIZt1NQmujnk5F4MgOpURzLfAwOBSTmzp3fpDxuI/pabxpqOoz2r2HLAb0GMbZKlNV5/Hg9XJypguryA7lPF5KMdTZQzHjqxNPhWhzIuAruOl1eNqKEx1tSh5rfbxdw7mOxCq4qS68ZTjKS1YVvilu559vWvFHhh4rZrdyZ69Vmpgdj8fJbDZLJpNJ0uv1cnr/gjrUhQMuI+ANjyuwftQ0bbL6Erp0mM/ny8Fg4M3LtdRxgMtKl3jwmIHVxYXChFy94/Rmpa/pTbNUhstKV+4Rr8lLQ9KlUvJKLyG8yvQ2s9SBy1Jb7jV5a0yapfF6apaZLjLLcWtd4sNrmJUMHyM+1xibTjH82Zh01TNlhsrOhdKTe00uAzZQmN6+KW+sDa/JD2PSVQ873m29yf+1Q9VDzfEYlHi1G5LKBBWZbtEsHbFwb1oYDwr1ZiF/2bnCSg1OBE/pfr9/bWx26UxJL3ONPISOLKUvQza0LZUxSKyjpdTGa/vDEr25rddbMM0Q3O6Lx3rqFvU+x6UrRKQY7tyrZecmD9FODy8uLizTmilwNj0kraNcAJhOp5aGVwsAGD5VmJBrWWbJSgWT9zrzWepQF47RaGSiKfeGx6Szi3gzmX/HHbihwBser4B9UJYpFBNX4R6vTn3VQnez0SymnrHQMsRYGTr1dSk34ljRqS/EMd2pLQ8YBp3a1PLfcqCpo8gtHkZFHKkTX6fs3MY0blKnth66rKCnU0VRGu37ONrQaA4eZDFtWAu2fXj9zjFkxTBOo8F7t926gTp/83Kyzzcy2kZD6xiqxTYnHLRFm3vHiRSwNSjkz3hoIzo8lCKWUlg/YtGs7tObunDAZfpDLbfEI15zsEIY3U/x/gHHc/G1zltnAgAAAABJRU5ErkJggg==')
    }

.modal-spinner {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    padding: 12px 16px;
    border-radius: 5px;
    background-color: #111;
    height: 20px
}

    .modal-spinner > div {
        border-radius: 100px;
        background-color: #fff;
        height: 20px;
        width: 2px;
        margin: 0 1px;
        display: inline-block;
        -webkit-animation: sk-stretchdelay 1.2s infinite ease-in-out;
        animation: sk-stretchdelay 1.2s infinite ease-in-out
    }

    .modal-spinner .rect2 {
        -webkit-animation-delay: -1.1s;
        animation-delay: -1.1s
    }

    .modal-spinner .rect3 {
        -webkit-animation-delay: -1.0s;
        animation-delay: -1.0s
    }

    .modal-spinner .rect4 {
        -webkit-animation-delay: -0.9s;
        animation-delay: -0.9s
    }

@-webkit-keyframes sk-stretchdelay {
    0%,40%,100% {
        -webkit-transform: scaleY(0.5)
    }

    20% {
        -webkit-transform: scaleY(1.0)
    }
}

@keyframes sk-stretchdelay {
    0%,40%,100% {
        transform: scaleY(0.5);
        -webkit-transform: scaleY(0.5)
    }

    20% {
        transform: scaleY(1.0);
        -webkit-transform: scaleY(1.0)
    }
}

