img {
    pointer-events: none !important;
}

@font-face {
    font-family: 'icomoon';
    src: url(fonts/icomoon/fonts/icomoon1ff5.eot?1z9v6x);
    src: url(fonts/icomoon/fonts/icomoon1ff5.eot?1z9v6x#iefix) format('embedded-opentype'), url(fonts/icomoon/fonts/icomoon1ff5.ttf?1z9v6x) format('truetype'), url(fonts/icomoon/fonts/icomoon1ff5.woff?1z9v6x) format('woff'), url(fonts/icomoon/fonts/icomoon1ff5.svg?1z9v6x#icomoon) format('svg');
    font-weight: normal;
    font-style: normal
}

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

.probootstrap-animated {
    -webkit-animation-duration: .8s;
    animation-duration: .8s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

@-webkit-keyframes bounce {
    from, to {
        -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);
    }
}

@keyframes bounce {
    from, 20%, 53%, 80%, to {
        -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);
    }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@-webkit-keyframes swing {

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

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

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

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

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

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

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

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

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

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

    10%, 20% {
        -webkit-transform: scale3d(.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);
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    77.7% {
        -webkit-transform: skewX(0.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);
    }
}

@-webkit-keyframes bounceIn {
    from, to {
        -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);
    }

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

@keyframes bounceIn {
    from, 20%, 40%, 60%, 80%, to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.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);
    }

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

@-webkit-keyframes bounceInDown {
    from, to {
        -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);
    }

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

@keyframes bounceInDown {
    from, 60%, 75%, 90%, to {
        -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);
    }

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

@-webkit-keyframes bounceInLeft {
    from, to {
        -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);
    }

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

@keyframes bounceInLeft {
    from, 60%, 75%, 90%, to {
        -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);
    }

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

@-webkit-keyframes bounceInRight {
    from, to {
        -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);
    }

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

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

@keyframes bounceInRight {
    from, 60%, 75%, 90%, to {
        -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);
    }

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

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

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

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

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

@-webkit-keyframes bounceInUp {
    from, to {
        -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);
    }

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

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

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

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

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

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

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

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

@-webkit-keyframes bounceOut {

    to {
        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);
    }

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

@-webkit-keyframes bounceOutDown {

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

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

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

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

@-webkit-keyframes bounceOutLeft {

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

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

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

@-webkit-keyframes bounceOutRight {

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

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

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

@-webkit-keyframes bounceOutUp {

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

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

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

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

@-webkit-keyframes fadeIn {
    from {
        opacity: 0;
        visibility: hidden;
        -ms-transform: scale(0.95);
        -webkit-transform: scale(0.95);
        transform: scale(0.95);
    }

    to {
        opacity: 1;
        visibility: visible;
        -ms-transform: scale(1.0);
        -webkit-transform: scale(1.0);
        transform: scale(1.0);
    }
}

@keyframes fadeIn {
    from {
        opacity: 0;
        visibility: hidden;
        -ms-transform: scale(0.95);
        -webkit-transform: scale(0.95);
        transform: scale(0.95);
    }

    to {
        opacity: 1;
        visibility: visible;
        -ms-transform: scale(1.0);
        -webkit-transform: scale(1.0);
        transform: scale(1.0);
    }
}

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

@-webkit-keyframes fadeInDown {
    from {
        opacity: 0;
        visibility: hidden;
        /*-webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);*/
        -webkit-transform: translate3d(0, -50px, 0);
        transform: translate3d(0, -50px, 0);
    }

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

@keyframes fadeInDown {
    from {
        opacity: 0;
        visibility: hidden;
        /*-webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);*/
        -webkit-transform: translate3d(0, -50px, 0);
        transform: translate3d(0, -50px, 0);
    }

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

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

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

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

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

@-webkit-keyframes fadeInLeft {
    from {
        opacity: 0;
        visibility: hidden;
        /*-webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);*/
        -webkit-transform: translate3d(-50px, 0, 0);
        transform: translate3d(-50px, 0, 0);
    }

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

@keyframes fadeInLeft {
    from {
        opacity: 0;
        visibility: hidden;
        /*-webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);*/
        -webkit-transform: translate3d(-50px, 0, 0);
        transform: translate3d(-50px, 0, 0);
    }

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

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

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

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

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

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

@-webkit-keyframes fadeInRight {
    from {
        opacity: 0;
        visibility: hidden;
        /*-webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);*/
        -webkit-transform: translate3d(50px, 0, 0);
        transform: translate3d(50px, 0, 0);
    }

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

@keyframes fadeInRight {
    from {
        opacity: 0;
        visibility: hidden;
        /*-webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);*/
        -webkit-transform: translate3d(50px, 0, 0);
        transform: translate3d(50px, 0, 0);
    }

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

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

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

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

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

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

@-webkit-keyframes fadeInUp {
    from {
        opacity: 0;
        visibility: hidden;
        /*-webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);*/
        -webkit-transform: translate3d(0, 40px, 0);
        transform: translate3d(0, 40px, 0);
    }

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

@keyframes fadeInUp {
    from {
        opacity: 0;
        visibility: hidden;
        /*-webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);*/
        -webkit-transform: translate3d(0, 40px, 0);
        transform: translate3d(0, 40px, 0);
    }

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

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

@-webkit-keyframes fadeInUpMenu {
    from {
        opacity: 0;
        visibility: hidden;
        /*-webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);*/
        -webkit-transform: translate3d(0, 20px, 0);
        transform: translate3d(0, 20px, 0);
    }

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

@keyframes fadeInUpMenu {
    from {
        opacity: 0;
        visibility: hidden;
        /*-webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);*/
        -webkit-transform: translate3d(0, 20px, 0);
        transform: translate3d(0, 20px, 0);
    }

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

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

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

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

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

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

    to {
        opacity: 0;
    }
}

@keyframes fadeOut {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
    }
}

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

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

    to {
        opacity: 0;
        visibility: hidden;
        -webkit-transform: translate3d(0, 40px, 0);
        transform: translate3d(0, 40px, 0);
    }
}

@keyframes fadeOutDown {
    from {
        opacity: 1;
        visibility: visible;
    }

    to {
        opacity: 0;
        visibility: hidden;
        -webkit-transform: translate3d(0, 40px, 0);
        transform: translate3d(0, 40px, 0);
    }
}

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

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

@keyframes fadeOutDownBig {
    from {
        opacity: 1;
    }

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

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

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

@keyframes fadeOutLeft {
    from {
        opacity: 1;
    }

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

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

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

@keyframes fadeOutLeftBig {
    from {
        opacity: 1;
    }

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

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

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

@keyframes fadeOutRight {
    from {
        opacity: 1;
    }

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

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

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

@keyframes fadeOutRightBig {
    from {
        opacity: 1;
    }

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

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

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

@keyframes fadeOutUp {
    from {
        opacity: 1;
    }

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

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

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

@keyframes fadeOutUpBig {
    from {
        opacity: 1;
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@keyframes lightSpeedOut {
    from {
        opacity: 1;
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@-webkit-keyframes hinge {

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

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

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

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

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

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

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

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

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

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

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

@keyframes rollOut {
    from {
        opacity: 1;
    }

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

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

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

    50% {
        opacity: 1;
    }
}

@-webkit-keyframes zoomInDown {
    from {
        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);
    }
}

@keyframes zoomInDown {
    from {
        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);
    }
}

@-webkit-keyframes zoomInLeft {
    from {
        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);
    }
}

@keyframes zoomInLeft {
    from {
        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);
    }
}

@-webkit-keyframes zoomInRight {
    from {
        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);
    }
}

@keyframes zoomInRight {
    from {
        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);
    }
}

@-webkit-keyframes zoomInUp {
    from {
        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);
    }
}

@keyframes zoomInUp {
    from {
        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);
    }
}

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

    to {
        opacity: 0;
    }
}

@keyframes zoomOut {
    from {
        opacity: 1;
    }

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

    to {
        opacity: 0;
    }
}

@-webkit-keyframes zoomOutDown {

    to {
        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);
    }

    to {
        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);
    }
}

@-webkit-keyframes zoomOutLeft {

    to {
        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);
    }

    to {
        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;
    }
}

@-webkit-keyframes zoomOutRight {

    to {
        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);
    }

    to {
        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;
    }
}

@-webkit-keyframes zoomOutUp {

    to {
        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);
    }

    to {
        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);
    }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.flexslider {
    margin: 0;
    padding: 0
}

.flexslider {
    margin: 0 0 60px;
    background: #fff;
    border: 4px solid #fff;
    position: relative;
    zoom: 1;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: '' 0 1px 4px rgba(0, 0, 0, .2);
    -moz-box-shadow: '' 0 1px 4px rgba(0, 0, 0, .2);
    -o-box-shadow: '' 0 1px 4px rgba(0, 0, 0, .2);
    box-shadow: '' 0 1px 4px rgba(0, 0, 0, .2)
}

.carousel li {
    margin-right: 5px
}

[class^="icon-"], [class*=" icon-"] {
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.icon-mobile3:before {
    content: "\e000"
}

.icon-laptop3:before {
    content: "\e001"
}

.icon-desktop:before {
    content: "\e002"
}

.icon-tablet3:before {
    content: "\e003"
}

.icon-phone3:before {
    content: "\e004"
}

.icon-document2:before {
    content: "\e005"
}

.icon-documents2:before {
    content: "\e006"
}

.icon-search2:before {
    content: "\e007"
}

.icon-clipboard3:before {
    content: "\e008"
}

.icon-newspaper2:before {
    content: "\e009"
}

.icon-notebook:before {
    content: "\e00a"
}

.icon-book-open:before {
    content: "\e00b"
}

.icon-browser2:before {
    content: "\e00c"
}

.icon-calendar3:before {
    content: "\e00d"
}

.icon-presentation:before {
    content: "\e00e"
}

.icon-picture:before {
    content: "\e00f"
}

.icon-pictures:before {
    content: "\e010"
}

.icon-video2:before {
    content: "\e011"
}

.icon-camera3:before {
    content: "\e012"
}

.icon-printer2:before {
    content: "\e013"
}

.icon-toolbox:before {
    content: "\e014"
}

.icon-briefcase3:before {
    content: "\e015"
}

.icon-wallet2:before {
    content: "\e016"
}

.icon-gift2:before {
    content: "\e017"
}

.icon-bargraph:before {
    content: "\e018"
}

.icon-grid2:before {
    content: "\e019"
}

.icon-expand:before {
    content: "\e01a"
}

.icon-focus:before {
    content: "\e01b"
}

.icon-edit2:before {
    content: "\e01c"
}

.icon-adjustments:before {
    content: "\e01d"
}

.icon-ribbon:before {
    content: "\e01e"
}

.icon-hourglass:before {
    content: "\e01f"
}

.icon-lock3:before {
    content: "\e020"
}

.icon-megaphone2:before {
    content: "\e021"
}

.icon-shield3:before {
    content: "\e022"
}

.icon-trophy3:before {
    content: "\e023"
}

.icon-flag3:before {
    content: "\e024"
}

.icon-map3:before {
    content: "\e025"
}

.icon-puzzle:before {
    content: "\e026"
}

.icon-basket:before {
    content: "\e027"
}

.icon-envelope:before {
    content: "\e028"
}

.icon-streetsign:before {
    content: "\e029"
}

.icon-telescope:before {
    content: "\e02a"
}

.icon-gears:before {
    content: "\e02b"
}

.icon-key3:before {
    content: "\e02c"
}

.icon-paperclip:before {
    content: "\e02d"
}

.icon-attachment3:before {
    content: "\e02e"
}

.icon-pricetags:before {
    content: "\e02f"
}

.icon-lightbulb:before {
    content: "\e030"
}

.icon-layers2:before {
    content: "\e031"
}

.icon-pencil3:before {
    content: "\e032"
}

.icon-tools2:before {
    content: "\e033"
}

.icon-tools-2:before {
    content: "\e034"
}

.icon-scissors3:before {
    content: "\e035"
}

.icon-paintbrush:before {
    content: "\e036"
}

.icon-magnifying-glass2:before {
    content: "\e037"
}

.icon-circle-compass:before {
    content: "\e038"
}

.icon-linegraph:before {
    content: "\e039"
}

.icon-mic3:before {
    content: "\e03a"
}

.icon-strategy:before {
    content: "\e03b"
}

.icon-beaker:before {
    content: "\e03c"
}

.icon-caution:before {
    content: "\e03d"
}

.icon-recycle:before {
    content: "\e03e"
}

.icon-anchor:before {
    content: "\e03f"
}

.icon-profile-male:before {
    content: "\e040"
}

.icon-profile-female:before {
    content: "\e041"
}

.icon-bike:before {
    content: "\e042"
}

.icon-wine:before {
    content: "\e043"
}

.icon-hotairballoon:before {
    content: "\e044"
}

.icon-globe2:before {
    content: "\e045"
}

.icon-genius:before {
    content: "\e046"
}

.icon-map-pin:before {
    content: "\e047"
}

.icon-dial:before {
    content: "\e048"
}

.icon-chat2:before {
    content: "\e049"
}

.icon-heart3:before {
    content: "\e04a"
}

.icon-cloud3:before {
    content: "\e04b"
}

.icon-upload4:before {
    content: "\e04c"
}

.icon-download4:before {
    content: "\e04d"
}

.icon-target2:before {
    content: "\e04e"
}

.icon-hazardous:before {
    content: "\e04f"
}

.icon-piechart:before {
    content: "\e050"
}

.icon-speedometer:before {
    content: "\e051"
}

.icon-global:before {
    content: "\e052"
}

.icon-compass3:before {
    content: "\e053"
}

.icon-lifesaver:before {
    content: "\e054"
}

.icon-clock3:before {
    content: "\e055"
}

.icon-aperture:before {
    content: "\e056"
}

.icon-quote2:before {
    content: "\e057"
}

.icon-scope:before {
    content: "\e058"
}

.icon-alarmclock:before {
    content: "\e059"
}

.icon-refresh:before {
    content: "\e05a"
}

.icon-happy3:before {
    content: "\e05b"
}

.icon-sad3:before {
    content: "\e05c"
}

.icon-facebook3:before {
    content: "\e05d"
}

.icon-twitter3:before {
    content: "\e05e"
}

.icon-googleplus:before {
    content: "\e05f"
}

.icon-rss3:before {
    content: "\e060"
}

.icon-tumblr3:before {
    content: "\e061"
}

.icon-linkedin3:before {
    content: "\e062"
}

.icon-dribbble3:before {
    content: "\e063"
}

.icon-add-to-list:before {
    content: "\e900"
}

.icon-classic-computer:before {
    content: "\e901"
}

.icon-controller-fast-backward:before {
    content: "\e902"
}

.icon-creative-commons-attribution:before {
    content: "\e903"
}

.icon-creative-commons-noderivs:before {
    content: "\e904"
}

.icon-creative-commons-noncommercial-eu:before {
    content: "\e905"
}

.icon-creative-commons-noncommercial-us:before {
    content: "\e906"
}

.icon-creative-commons-public-domain:before {
    content: "\e907"
}

.icon-creative-commons-remix:before {
    content: "\e908"
}

.icon-creative-commons-share:before {
    content: "\e909"
}

.icon-creative-commons-sharealike:before {
    content: "\e90a"
}

.icon-creative-commons:before {
    content: "\e90b"
}

.icon-document-landscape:before {
    content: "\e90c"
}

.icon-remove-user:before {
    content: "\e90d"
}

.icon-warning:before {
    content: "\e90e"
}

.icon-arrow-bold-down:before {
    content: "\e90f"
}

.icon-arrow-bold-left:before {
    content: "\e910"
}

.icon-arrow-bold-right:before {
    content: "\e911"
}

.icon-arrow-bold-up:before {
    content: "\e912"
}

.icon-arrow-down:before {
    content: "\e913"
}

.icon-arrow-left:before {
    content: "\e914"
}

.icon-arrow-long-down:before {
    content: "\e915"
}

.icon-arrow-long-left:before {
    content: "\e916"
}

.icon-arrow-long-right:before {
    content: "\e917"
}

.icon-arrow-long-up:before {
    content: "\e918"
}

.icon-arrow-right:before {
    content: "\e919"
}

.icon-arrow-up:before {
    content: "\e91a"
}

.icon-arrow-with-circle-down:before {
    content: "\e91b"
}

.icon-arrow-with-circle-left:before {
    content: "\e91c"
}

.icon-arrow-with-circle-right:before {
    content: "\e91d"
}

.icon-arrow-with-circle-up:before {
    content: "\e91e"
}

.icon-bookmark:before {
    content: "\e91f"
}

.icon-bookmarks:before {
    content: "\e920"
}

.icon-chevron-down:before {
    content: "\e921"
}

.icon-chevron-left:before {
    content: "\e922"
}

.icon-chevron-right:before {
    content: "\e923"
}

.icon-chevron-small-down:before {
    content: "\e924"
}

.icon-chevron-small-left:before {
    content: "\e925"
}

.icon-chevron-small-right:before {
    content: "\e926"
}

.icon-chevron-small-up:before {
    content: "\e927"
}

.icon-chevron-thin-down:before {
    content: "\e928"
}

.icon-chevron-thin-left:before {
    content: "\e929"
}

.icon-chevron-thin-right:before {
    content: "\e92a"
}

.icon-chevron-thin-up:before {
    content: "\e92b"
}

.icon-chevron-up:before {
    content: "\e92c"
}

.icon-chevron-with-circle-down:before {
    content: "\e92d"
}

.icon-chevron-with-circle-left:before {
    content: "\e92e"
}

.icon-chevron-with-circle-right:before {
    content: "\e92f"
}

.icon-chevron-with-circle-up:before {
    content: "\e930"
}

.icon-cloud:before {
    content: "\e931"
}

.icon-controller-fast-forward:before {
    content: "\e932"
}

.icon-controller-jump-to-start:before {
    content: "\e933"
}

.icon-controller-next:before {
    content: "\e934"
}

.icon-controller-paus:before {
    content: "\e935"
}

.icon-controller-play:before {
    content: "\e936"
}

.icon-controller-record:before {
    content: "\e937"
}

.icon-controller-stop:before {
    content: "\e938"
}

.icon-controller-volume:before {
    content: "\e939"
}

.icon-dot-single:before {
    content: "\e93a"
}

.icon-dots-three-horizontal:before {
    content: "\e93b"
}

.icon-dots-three-vertical:before {
    content: "\e93c"
}

.icon-dots-two-horizontal:before {
    content: "\e93d"
}

.icon-dots-two-vertical:before {
    content: "\e93e"
}

.icon-download:before {
    content: "\e93f"
}

.icon-emoji-flirt:before {
    content: "\e940"
}

.icon-flow-branch:before {
    content: "\e941"
}

.icon-flow-cascade:before {
    content: "\e942"
}

.icon-flow-line:before {
    content: "\e943"
}

.icon-flow-parallel:before {
    content: "\e944"
}

.icon-flow-tree:before {
    content: "\e945"
}

.icon-install:before {
    content: "\e946"
}

.icon-layers:before {
    content: "\e947"
}

.icon-open-book:before {
    content: "\e948"
}

.icon-resize-100:before {
    content: "\e949"
}

.icon-resize-full-screen:before {
    content: "\e94a"
}

.icon-save:before {
    content: "\e94b"
}

.icon-select-arrows:before {
    content: "\e94c"
}

.icon-sound-mute:before {
    content: "\e94d"
}

.icon-sound:before {
    content: "\e94e"
}

.icon-trash:before {
    content: "\e94f"
}

.icon-triangle-down:before {
    content: "\e950"
}

.icon-triangle-left:before {
    content: "\e951"
}

.icon-triangle-right:before {
    content: "\e952"
}

.icon-triangle-up:before {
    content: "\e953"
}

.icon-uninstall:before {
    content: "\e954"
}

.icon-upload-to-cloud:before {
    content: "\e955"
}

.icon-upload:before {
    content: "\e956"
}

.icon-add-user:before {
    content: "\e957"
}

.icon-address:before {
    content: "\e958"
}

.icon-adjust:before {
    content: "\e959"
}

.icon-air:before {
    content: "\e95a"
}

.icon-aircraft-landing:before {
    content: "\e95b"
}

.icon-aircraft-take-off:before {
    content: "\e95c"
}

.icon-aircraft:before {
    content: "\e95d"
}

.icon-align-bottom:before {
    content: "\e95e"
}

.icon-align-horizontal-middle:before {
    content: "\e95f"
}

.icon-align-left:before {
    content: "\e960"
}

.icon-align-right:before {
    content: "\e961"
}

.icon-align-top:before {
    content: "\e962"
}

.icon-align-vertical-middle:before {
    content: "\e963"
}

.icon-archive:before {
    content: "\e964"
}

.icon-area-graph:before {
    content: "\e965"
}

.icon-attachment:before {
    content: "\e966"
}

.icon-awareness-ribbon:before {
    content: "\e967"
}

.icon-back-in-time:before {
    content: "\e968"
}

.icon-back:before {
    content: "\e969"
}

.icon-bar-graph:before {
    content: "\e96a"
}

.icon-battery:before {
    content: "\e96b"
}

.icon-beamed-note:before {
    content: "\e96c"
}

.icon-bell:before {
    content: "\e96d"
}

.icon-blackboard:before {
    content: "\e96e"
}

.icon-block:before {
    content: "\e96f"
}

.icon-book:before {
    content: "\e970"
}

.icon-bowl:before {
    content: "\e971"
}

.icon-box:before {
    content: "\e972"
}

.icon-briefcase:before {
    content: "\e973"
}

.icon-browser:before {
    content: "\e974"
}

.icon-brush:before {
    content: "\e975"
}

.icon-bucket:before {
    content: "\e976"
}

.icon-cake:before {
    content: "\e977"
}

.icon-calculator:before {
    content: "\e978"
}

.icon-calendar:before {
    content: "\e979"
}

.icon-camera:before {
    content: "\e97a"
}

.icon-ccw:before {
    content: "\e97b"
}

.icon-chat:before {
    content: "\e97c"
}

.icon-check:before {
    content: "\e97d"
}

.icon-circle-with-cross:before {
    content: "\e97e"
}

.icon-circle-with-minus:before {
    content: "\e97f"
}

.icon-circle-with-plus:before {
    content: "\e980"
}

.icon-circle:before {
    content: "\e981"
}

.icon-circular-graph:before {
    content: "\e982"
}

.icon-clapperboard:before {
    content: "\e983"
}

.icon-clipboard:before {
    content: "\e984"
}

.icon-clock:before {
    content: "\e985"
}

.icon-code:before {
    content: "\e986"
}

.icon-cog:before {
    content: "\e987"
}

.icon-colours:before {
    content: "\e988"
}

.icon-compass:before {
    content: "\e989"
}

.icon-copy:before {
    content: "\e98a"
}

.icon-credit-card:before {
    content: "\e98b"
}

.icon-credit:before {
    content: "\e98c"
}

.icon-cross:before {
    content: "\e98d"
}

.icon-cup:before {
    content: "\e98e"
}

.icon-cw:before {
    content: "\e98f"
}

.icon-cycle:before {
    content: "\e990"
}

.icon-database:before {
    content: "\e991"
}

.icon-dial-pad:before {
    content: "\e992"
}

.icon-direction:before {
    content: "\e993"
}

.icon-document:before {
    content: "\e994"
}

.icon-documents:before {
    content: "\e995"
}

.icon-drink:before {
    content: "\e996"
}

.icon-drive:before {
    content: "\e997"
}

.icon-drop:before {
    content: "\e998"
}

.icon-edit:before {
    content: "\e999"
}

.icon-email:before {
    content: "\e99a"
}

.icon-emoji-happy:before {
    content: "\e99b"
}

.icon-emoji-neutral:before {
    content: "\e99c"
}

.icon-emoji-sad:before {
    content: "\e99d"
}

.icon-erase:before {
    content: "\e99e"
}

.icon-eraser:before {
    content: "\e99f"
}

.icon-export:before {
    content: "\e9a0"
}

.icon-eye:before {
    content: "\e9a1"
}

.icon-feather:before {
    content: "\e9a2"
}

.icon-flag:before {
    content: "\e9a3"
}

.icon-flash:before {
    content: "\e9a4"
}

.icon-flashlight:before {
    content: "\e9a5"
}

.icon-flat-brush:before {
    content: "\e9a6"
}

.icon-folder-images:before {
    content: "\e9a7"
}

.icon-folder-music:before {
    content: "\e9a8"
}

.icon-folder-video:before {
    content: "\e9a9"
}

.icon-folder:before {
    content: "\e9aa"
}

.icon-forward:before {
    content: "\e9ab"
}

.icon-funnel:before {
    content: "\e9ac"
}

.icon-game-controller:before {
    content: "\e9ad"
}

.icon-gauge:before {
    content: "\e9ae"
}

.icon-globe:before {
    content: "\e9af"
}

.icon-graduation-cap:before {
    content: "\e9b0"
}

.icon-grid:before {
    content: "\e9b1"
}

.icon-hair-cross:before {
    content: "\e9b2"
}

.icon-hand:before {
    content: "\e9b3"
}

.icon-heart-outlined:before {
    content: "\e9b4"
}

.icon-heart:before {
    content: "\e9b5"
}

.icon-help-with-circle:before {
    content: "\e9b6"
}

.icon-help:before {
    content: "\e9b7"
}

.icon-home:before {
    content: "\e9b8"
}

.icon-hour-glass:before {
    content: "\e9b9"
}

.icon-image-inverted:before {
    content: "\e9ba"
}

.icon-image:before {
    content: "\e9bb"
}

.icon-images:before {
    content: "\e9bc"
}

.icon-inbox:before {
    content: "\e9bd"
}

.icon-infinity:before {
    content: "\e9be"
}

.icon-info-with-circle:before {
    content: "\e9bf"
}

.icon-info:before {
    content: "\e9c0"
}

.icon-key:before {
    content: "\e9c1"
}

.icon-keyboard:before {
    content: "\e9c2"
}

.icon-lab-flask:before {
    content: "\e9c3"
}

.icon-landline:before {
    content: "\e9c4"
}

.icon-language:before {
    content: "\e9c5"
}

.icon-laptop:before {
    content: "\e9c6"
}

.icon-leaf:before {
    content: "\e9c7"
}

.icon-level-down:before {
    content: "\e9c8"
}

.icon-level-up:before {
    content: "\e9c9"
}

.icon-lifebuoy:before {
    content: "\e9ca"
}

.icon-light-bulb:before {
    content: "\e9cb"
}

.icon-light-down:before {
    content: "\e9cc"
}

.icon-light-up:before {
    content: "\e9cd"
}

.icon-line-graph:before {
    content: "\e9ce"
}

.icon-link:before {
    content: "\e9cf"
}

.icon-list:before {
    content: "\e9d0"
}

.icon-location-pin:before {
    content: "\e9d1"
}

.icon-location:before {
    content: "\e9d2"
}

.icon-lock-open:before {
    content: "\e9d3"
}

.icon-lock:before {
    content: "\e9d4"
}

.icon-log-out:before {
    content: "\e9d5"
}

.icon-login:before {
    content: "\e9d6"
}

.icon-loop:before {
    content: "\e9d7"
}

.icon-magnet:before {
    content: "\e9d8"
}

.icon-magnifying-glass:before {
    content: "\e9d9"
}

.icon-mail:before {
    content: "\e9da"
}

.icon-man:before {
    content: "\e9db"
}

.icon-map:before {
    content: "\e9dc"
}

.icon-mask:before {
    content: "\e9dd"
}

.icon-medal:before {
    content: "\e9de"
}

.icon-megaphone:before {
    content: "\e9df"
}

.icon-menu:before {
    content: "\e9e0"
}

.icon-message:before {
    content: "\e9e1"
}

.icon-mic:before {
    content: "\e9e2"
}

.icon-minus:before {
    content: "\e9e3"
}

.icon-mobile:before {
    content: "\e9e4"
}

.icon-modern-mic:before {
    content: "\e9e5"
}

.icon-moon:before {
    content: "\e9e6"
}

.icon-mouse:before {
    content: "\e9e7"
}

.icon-music:before {
    content: "\e9e8"
}

.icon-network:before {
    content: "\e9e9"
}

.icon-new-message:before {
    content: "\e9ea"
}

.icon-new:before {
    content: "\e9eb"
}

.icon-news:before {
    content: "\e9ec"
}

.icon-note:before {
    content: "\e9ed"
}

.icon-notification:before {
    content: "\e9ee"
}

.icon-old-mobile:before {
    content: "\e9ef"
}

.icon-old-phone:before {
    content: "\e9f0"
}

.icon-palette:before {
    content: "\e9f1"
}

.icon-paper-plane:before {
    content: "\e9f2"
}

.icon-pencil:before {
    content: "\e9f3"
}

.icon-phone:before {
    content: "\e9f4"
}

.icon-pie-chart:before {
    content: "\e9f5"
}

.icon-pin:before {
    content: "\e9f6"
}

.icon-plus:before {
    content: "\e9f7"
}

.icon-popup:before {
    content: "\e9f8"
}

.icon-power-plug:before {
    content: "\e9f9"
}

.icon-price-ribbon:before {
    content: "\e9fa"
}

.icon-price-tag:before {
    content: "\e9fb"
}

.icon-print:before {
    content: "\e9fc"
}

.icon-progress-empty:before {
    content: "\e9fd"
}

.icon-progress-full:before {
    content: "\e9fe"
}

.icon-progress-one:before {
    content: "\e9ff"
}

.icon-progress-two:before {
    content: "\ea00"
}

.icon-publish:before {
    content: "\ea01"
}

.icon-quote:before {
    content: "\ea02"
}

.icon-radio:before {
    content: "\ea03"
}

.icon-reply-all:before {
    content: "\ea04"
}

.icon-reply:before {
    content: "\ea05"
}

.icon-retweet:before {
    content: "\ea06"
}

.icon-rocket:before {
    content: "\ea07"
}

.icon-round-brush:before {
    content: "\ea08"
}

.icon-rss:before {
    content: "\ea09"
}

.icon-ruler:before {
    content: "\ea0a"
}

.icon-scissors:before {
    content: "\ea0b"
}

.icon-share-alternitive:before {
    content: "\ea0c"
}

.icon-share:before {
    content: "\ea0d"
}

.icon-shareable:before {
    content: "\ea0e"
}

.icon-shield:before {
    content: "\ea0f"
}

.icon-shop:before {
    content: "\ea10"
}

.icon-shopping-bag:before {
    content: "\ea11"
}

.icon-shopping-basket:before {
    content: "\ea12"
}

.icon-shopping-cart:before {
    content: "\ea13"
}

.icon-shuffle:before {
    content: "\ea14"
}

.icon-signal:before {
    content: "\ea15"
}

.icon-sound-mix:before {
    content: "\ea16"
}

.icon-sports-club:before {
    content: "\ea17"
}

.icon-spreadsheet:before {
    content: "\ea18"
}

.icon-squared-cross:before {
    content: "\ea19"
}

.icon-squared-minus:before {
    content: "\ea1a"
}

.icon-squared-plus:before {
    content: "\ea1b"
}

.icon-star-outlined:before {
    content: "\ea1c"
}

.icon-star:before {
    content: "\ea1d"
}

.icon-stopwatch:before {
    content: "\ea1e"
}

.icon-suitcase:before {
    content: "\ea1f"
}

.icon-swap:before {
    content: "\ea20"
}

.icon-sweden:before {
    content: "\ea21"
}

.icon-switch:before {
    content: "\ea22"
}

.icon-tablet:before {
    content: "\ea23"
}

.icon-tag:before {
    content: "\ea24"
}

.icon-text-document-inverted:before {
    content: "\ea25"
}

.icon-text-document:before {
    content: "\ea26"
}

.icon-text:before {
    content: "\ea27"
}

.icon-thermometer:before {
    content: "\ea28"
}

.icon-thumbs-down:before {
    content: "\ea29"
}

.icon-thumbs-up:before {
    content: "\ea2a"
}

.icon-thunder-cloud:before {
    content: "\ea2b"
}

.icon-ticket:before {
    content: "\ea2c"
}

.icon-time-slot:before {
    content: "\ea2d"
}

.icon-tools:before {
    content: "\ea2e"
}

.icon-traffic-cone:before {
    content: "\ea2f"
}

.icon-tree:before {
    content: "\ea30"
}

.icon-trophy:before {
    content: "\ea31"
}

.icon-tv:before {
    content: "\ea32"
}

.icon-typing:before {
    content: "\ea33"
}

.icon-unread:before {
    content: "\ea34"
}

.icon-untag:before {
    content: "\ea35"
}

.icon-user:before {
    content: "\ea36"
}

.icon-users:before {
    content: "\ea37"
}

.icon-v-card:before {
    content: "\ea38"
}

.icon-video:before {
    content: "\ea39"
}

.icon-vinyl:before {
    content: "\ea3a"
}

.icon-voicemail:before {
    content: "\ea3b"
}

.icon-wallet:before {
    content: "\ea3c"
}

.icon-water:before {
    content: "\ea3d"
}

.icon-px-with-circle:before {
    content: "\ea3e"
}

.icon-px:before {
    content: "\ea3f"
}

.icon-basecamp:before {
    content: "\ea40"
}

.icon-behance:before {
    content: "\ea41"
}

.icon-creative-cloud:before {
    content: "\ea42"
}

.icon-dropbox:before {
    content: "\ea43"
}

.icon-evernote:before {
    content: "\ea44"
}

.icon-flattr:before {
    content: "\ea45"
}

.icon-foursquare:before {
    content: "\ea46"
}

.icon-google-drive:before {
    content: "\ea47"
}

.icon-google-hangouts:before {
    content: "\ea48"
}

.icon-grooveshark:before {
    content: "\ea49"
}

.icon-icloud:before {
    content: "\ea4a"
}

.icon-mixi:before {
    content: "\ea4b"
}

.icon-onedrive:before {
    content: "\ea4c"
}

.icon-paypal:before {
    content: "\ea4d"
}

.icon-picasa:before {
    content: "\ea4e"
}

.icon-qq:before {
    content: "\ea4f"
}

.icon-rdio-with-circle:before {
    content: "\ea50"
}

.icon-renren:before {
    content: "\ea51"
}

.icon-scribd:before {
    content: "\ea52"
}

.icon-sina-weibo:before {
    content: "\ea53"
}

.icon-skype-with-circle:before {
    content: "\ea54"
}

.icon-skype:before {
    content: "\ea55"
}

.icon-slideshare:before {
    content: "\ea56"
}

.icon-smashing:before {
    content: "\ea57"
}

.icon-soundcloud:before {
    content: "\ea58"
}

.icon-spotify-with-circle:before {
    content: "\ea59"
}

.icon-spotify:before {
    content: "\ea5a"
}

.icon-swarm:before {
    content: "\ea5b"
}

.icon-vine-with-circle:before {
    content: "\ea5c"
}

.icon-vine:before {
    content: "\ea5d"
}

.icon-vk-alternitive:before {
    content: "\ea5e"
}

.icon-vk-with-circle:before {
    content: "\ea5f"
}

.icon-vk:before {
    content: "\ea60"
}

.icon-xing-with-circle:before {
    content: "\ea61"
}

.icon-xing:before {
    content: "\ea62"
}

.icon-yelp:before {
    content: "\ea63"
}

.icon-dribbble-with-circle:before {
    content: "\ea64"
}

.icon-dribbble:before {
    content: "\ea65"
}

.icon-facebook-with-circle:before {
    content: "\ea66"
}

.icon-facebook:before {
    content: "\ea67"
}

.icon-flickr-with-circle:before {
    content: "\ea68"
}

.icon-flickr:before {
    content: "\ea69"
}

.icon-github-with-circle:before {
    content: "\ea6a"
}

.icon-github:before {
    content: "\ea6b"
}

.icon-google-with-circle:before {
    content: "\ea6c"
}

.icon-google:before {
    content: "\ea6d"
}

.icon-instagram-with-circle:before {
    content: "\ea6e"
}

.icon-instagram:before {
    content: "\ea6f"
}

.icon-lastfm-with-circle:before {
    content: "\ea70"
}

.icon-lastfm:before {
    content: "\ea71"
}

.icon-linkedin-with-circle:before {
    content: "\ea72"
}

.icon-linkedin:before {
    content: "\ea73"
}

.icon-pinterest-with-circle:before {
    content: "\ea74"
}

.icon-pinterest:before {
    content: "\ea75"
}

.icon-rdio:before {
    content: "\ea76"
}

.icon-stumbleupon-with-circle:before {
    content: "\ea77"
}

.icon-stumbleupon:before {
    content: "\ea78"
}

.icon-tumblr-with-circle:before {
    content: "\ea79"
}

.icon-tumblr:before {
    content: "\ea7a"
}

.icon-twitter-with-circle:before {
    content: "\ea7b"
}

.icon-twitter:before {
    content: "\ea7c"
}

.icon-vimeo-with-circle:before {
    content: "\ea7d"
}

.icon-vimeo:before {
    content: "\ea7e"
}

.icon-youtube-with-circle:before {
    content: "\ea7f"
}

.icon-youtube:before {
    content: "\ea80"
}

.icon-home2:before {
    content: "\ea81"
}

.icon-home22:before {
    content: "\ea82"
}

.icon-home3:before {
    content: "\ea83"
}

.icon-office:before {
    content: "\ea84"
}

.icon-newspaper:before {
    content: "\ea85"
}

.icon-pencil2:before {
    content: "\ea86"
}

.icon-pencil22:before {
    content: "\ea87"
}

.icon-quill:before {
    content: "\ea88"
}

.icon-pen:before {
    content: "\ea89"
}

.icon-blog:before {
    content: "\ea8a"
}

.icon-eyedropper:before {
    content: "\ea8b"
}

.icon-droplet:before {
    content: "\ea8c"
}

.icon-paint-format:before {
    content: "\ea8d"
}

.icon-image2:before {
    content: "\ea8e"
}

.icon-images2:before {
    content: "\ea8f"
}

.icon-camera2:before {
    content: "\ea90"
}

.icon-headphones:before {
    content: "\ea91"
}

.icon-music2:before {
    content: "\ea92"
}

.icon-play:before {
    content: "\ea93"
}

.icon-film:before {
    content: "\ea94"
}

.icon-video-camera:before {
    content: "\ea95"
}

.icon-dice:before {
    content: "\ea96"
}

.icon-pacman:before {
    content: "\ea97"
}

.icon-spades:before {
    content: "\ea98"
}

.icon-clubs:before {
    content: "\ea99"
}

.icon-diamonds:before {
    content: "\ea9a"
}

.icon-bullhorn:before {
    content: "\ea9b"
}

.icon-connection:before {
    content: "\ea9c"
}

.icon-podcast:before {
    content: "\ea9d"
}

.icon-feed:before {
    content: "\ea9e"
}

.icon-mic2:before {
    content: "\ea9f"
}

.icon-book2:before {
    content: "\eaa0"
}

.icon-books:before {
    content: "\eaa1"
}

.icon-library:before {
    content: "\eaa2"
}

.icon-file-text:before {
    content: "\eaa3"
}

.icon-profile:before {
    content: "\eaa4"
}

.icon-file-empty:before {
    content: "\eaa5"
}

.icon-files-empty:before {
    content: "\eaa6"
}

.icon-file-text2:before {
    content: "\eaa7"
}

.icon-file-picture:before {
    content: "\eaa8"
}

.icon-file-music:before {
    content: "\eaa9"
}

.icon-file-play:before {
    content: "\eaaa"
}

.icon-file-video:before {
    content: "\eaab"
}

.icon-file-zip:before {
    content: "\eaac"
}

.icon-copy2:before {
    content: "\eaad"
}

.icon-paste:before {
    content: "\eaae"
}

.icon-stack:before {
    content: "\eaaf"
}

.icon-folder2:before {
    content: "\eab0"
}

.icon-folder-open:before {
    content: "\eab1"
}

.icon-folder-plus:before {
    content: "\eab2"
}

.icon-folder-minus:before {
    content: "\eab3"
}

.icon-folder-download:before {
    content: "\eab4"
}

.icon-folder-upload:before {
    content: "\eab5"
}

.icon-price-tag2:before {
    content: "\eab6"
}

.icon-price-tags:before {
    content: "\eab7"
}

.icon-barcode:before {
    content: "\eab8"
}

.icon-qrcode:before {
    content: "\eab9"
}

.icon-ticket2:before {
    content: "\eaba"
}

.icon-cart:before {
    content: "\eabb"
}

.icon-coin-dollar:before {
    content: "\eabc"
}

.icon-coin-euro:before {
    content: "\eabd"
}

.icon-coin-pound:before {
    content: "\eabe"
}

.icon-coin-yen:before {
    content: "\eabf"
}

.icon-credit-card2:before {
    content: "\eac0"
}

.icon-calculator2:before {
    content: "\eac1"
}

.icon-lifebuoy2:before {
    content: "\eac2"
}

.icon-phone2:before {
    content: "\eac3"
}

.icon-phone-hang-up:before {
    content: "\eac4"
}

.icon-address-book:before {
    content: "\eac5"
}

.icon-envelop:before {
    content: "\eac6"
}

.icon-pushpin:before {
    content: "\eac7"
}

.icon-location2:before {
    content: "\eac8"
}

.icon-location22:before {
    content: "\eac9"
}

.icon-compass2:before {
    content: "\eaca"
}

.icon-compass22:before {
    content: "\eacb"
}

.icon-map2:before {
    content: "\eacc"
}

.icon-map22:before {
    content: "\eacd"
}

.icon-history:before {
    content: "\eace"
}

.icon-clock2:before {
    content: "\eacf"
}

.icon-clock22:before {
    content: "\ead0"
}

.icon-alarm:before {
    content: "\ead1"
}

.icon-bell2:before {
    content: "\ead2"
}

.icon-stopwatch2:before {
    content: "\ead3"
}

.icon-calendar2:before {
    content: "\ead4"
}

.icon-printer:before {
    content: "\ead5"
}

.icon-keyboard2:before {
    content: "\ead6"
}

.icon-display:before {
    content: "\ead7"
}

.icon-laptop2:before {
    content: "\ead8"
}

.icon-mobile2:before {
    content: "\ead9"
}

.icon-mobile22:before {
    content: "\eada"
}

.icon-tablet2:before {
    content: "\eadb"
}

.icon-tv2:before {
    content: "\eadc"
}

.icon-drawer:before {
    content: "\eadd"
}

.icon-drawer2:before {
    content: "\eade"
}

.icon-box-add:before {
    content: "\eadf"
}

.icon-box-remove:before {
    content: "\eae0"
}

.icon-download2:before {
    content: "\eae1"
}

.icon-upload2:before {
    content: "\eae2"
}

.icon-floppy-disk:before {
    content: "\eae3"
}

.icon-drive2:before {
    content: "\eae4"
}

.icon-database2:before {
    content: "\eae5"
}

.icon-undo:before {
    content: "\eae6"
}

.icon-redo:before {
    content: "\eae7"
}

.icon-undo2:before {
    content: "\eae8"
}

.icon-redo2:before {
    content: "\eae9"
}

.icon-forward2:before {
    content: "\eaea"
}

.icon-reply2:before {
    content: "\eaeb"
}

.icon-bubble:before {
    content: "\eaec"
}

.icon-bubbles:before {
    content: "\eaed"
}

.icon-bubbles2:before {
    content: "\eaee"
}

.icon-bubble2:before {
    content: "\eaef"
}

.icon-bubbles3:before {
    content: "\eaf0"
}

.icon-bubbles4:before {
    content: "\eaf1"
}

.icon-user2:before {
    content: "\eaf2"
}

.icon-users2:before {
    content: "\eaf3"
}

.icon-user-plus:before {
    content: "\eaf4"
}

.icon-user-minus:before {
    content: "\eaf5"
}

.icon-user-check:before {
    content: "\eaf6"
}

.icon-user-tie:before {
    content: "\eaf7"
}

.icon-quotes-left:before {
    content: "\eaf8"
}

.icon-quotes-right:before {
    content: "\eaf9"
}

.icon-hour-glass2:before {
    content: "\eafa"
}

.icon-spinner:before {
    content: "\eafb"
}

.icon-spinner2:before {
    content: "\eafc"
}

.icon-spinner3:before {
    content: "\eafd"
}

.icon-spinner4:before {
    content: "\eafe"
}

.icon-spinner5:before {
    content: "\eaff"
}

.icon-spinner6:before {
    content: "\eb00"
}

.icon-spinner7:before {
    content: "\eb01"
}

.icon-spinner8:before {
    content: "\eb02"
}

.icon-spinner9:before {
    content: "\eb03"
}

.icon-spinner10:before {
    content: "\eb04"
}

.icon-spinner11:before {
    content: "\eb05"
}

.icon-binoculars:before {
    content: "\eb06"
}

.icon-search:before {
    content: "\eb07"
}

.icon-zoom-in:before {
    content: "\eb08"
}

.icon-zoom-out:before {
    content: "\eb09"
}

.icon-enlarge:before {
    content: "\eb0a"
}

.icon-shrink:before {
    content: "\eb0b"
}

.icon-enlarge2:before {
    content: "\eb0c"
}

.icon-shrink2:before {
    content: "\eb0d"
}

.icon-key2:before {
    content: "\eb0e"
}

.icon-key22:before {
    content: "\eb0f"
}

.icon-lock2:before {
    content: "\eb10"
}

.icon-unlocked:before {
    content: "\eb11"
}

.icon-wrench:before {
    content: "\eb12"
}

.icon-equalizer:before {
    content: "\eb13"
}

.icon-equalizer2:before {
    content: "\eb14"
}

.icon-cog2:before {
    content: "\eb15"
}

.icon-cogs:before {
    content: "\eb16"
}

.icon-hammer:before {
    content: "\eb17"
}

.icon-magic-wand:before {
    content: "\eb18"
}

.icon-aid-kit:before {
    content: "\eb19"
}

.icon-bug:before {
    content: "\eb1a"
}

.icon-pie-chart2:before {
    content: "\eb1b"
}

.icon-stats-dots:before {
    content: "\eb1c"
}

.icon-stats-bars:before {
    content: "\eb1d"
}

.icon-stats-bars2:before {
    content: "\eb1e"
}

.icon-trophy2:before {
    content: "\eb1f"
}

.icon-gift:before {
    content: "\eb20"
}

.icon-glass:before {
    content: "\eb21"
}

.icon-glass2:before {
    content: "\eb22"
}

.icon-mug:before {
    content: "\eb23"
}

.icon-spoon-knife:before {
    content: "\eb24"
}

.icon-leaf2:before {
    content: "\eb25"
}

.icon-rocket2:before {
    content: "\eb26"
}

.icon-meter:before {
    content: "\eb27"
}

.icon-meter2:before {
    content: "\eb28"
}

.icon-hammer2:before {
    content: "\eb29"
}

.icon-fire:before {
    content: "\eb2a"
}

.icon-lab:before {
    content: "\eb2b"
}

.icon-magnet2:before {
    content: "\eb2c"
}

.icon-bin:before {
    content: "\eb2d"
}

.icon-bin2:before {
    content: "\eb2e"
}

.icon-briefcase2:before {
    content: "\eb2f"
}

.icon-airplane:before {
    content: "\eb30"
}

.icon-truck:before {
    content: "\eb31"
}

.icon-road:before {
    content: "\eb32"
}

.icon-accessibility:before {
    content: "\eb33"
}

.icon-target:before {
    content: "\eb34"
}

.icon-shield2:before {
    content: "\eb35"
}

.icon-power:before {
    content: "\eb36"
}

.icon-switch2:before {
    content: "\eb37"
}

.icon-power-cord:before {
    content: "\eb38"
}

.icon-clipboard2:before {
    content: "\eb39"
}

.icon-list-numbered:before {
    content: "\eb3a"
}

.icon-list2:before {
    content: "\eb3b"
}

.icon-list22:before {
    content: "\eb3c"
}

.icon-tree2:before {
    content: "\eb3d"
}

.icon-menu2:before {
    content: "\eb3e"
}

.icon-menu22:before {
    content: "\eb3f"
}

.icon-menu3:before {
    content: "\eb40"
}

.icon-menu4:before {
    content: "\eb41"
}

.icon-cloud2:before {
    content: "\eb42"
}

.icon-cloud-download:before {
    content: "\eb43"
}

.icon-cloud-upload:before {
    content: "\eb44"
}

.icon-cloud-check:before {
    content: "\eb45"
}

.icon-download22:before {
    content: "\eb46"
}

.icon-upload22:before {
    content: "\eb47"
}

.icon-download3:before {
    content: "\eb48"
}

.icon-upload3:before {
    content: "\eb49"
}

.icon-sphere:before {
    content: "\eb4a"
}

.icon-earth:before {
    content: "\eb4b"
}

.icon-link2:before {
    content: "\eb4c"
}

.icon-flag2:before {
    content: "\eb4d"
}

.icon-attachment2:before {
    content: "\eb4e"
}

.icon-eye2:before {
    content: "\eb4f"
}

.icon-eye-plus:before {
    content: "\eb50"
}

.icon-eye-minus:before {
    content: "\eb51"
}

.icon-eye-blocked:before {
    content: "\eb52"
}

.icon-bookmark2:before {
    content: "\eb53"
}

.icon-bookmarks2:before {
    content: "\eb54"
}

.icon-sun:before {
    content: "\eb55"
}

.icon-contrast:before {
    content: "\eb56"
}

.icon-brightness-contrast:before {
    content: "\eb57"
}

.icon-star-empty:before {
    content: "\eb58"
}

.icon-star-half:before {
    content: "\eb59"
}

.icon-star-full:before {
    content: "\eb5a"
}

.icon-heart2:before {
    content: "\eb5b"
}

.icon-heart-broken:before {
    content: "\eb5c"
}

.icon-man2:before {
    content: "\eb5d"
}

.icon-woman:before {
    content: "\eb5e"
}

.icon-man-woman:before {
    content: "\eb5f"
}

.icon-happy:before {
    content: "\eb60"
}

.icon-happy2:before {
    content: "\eb61"
}

.icon-smile:before {
    content: "\eb62"
}

.icon-smile2:before {
    content: "\eb63"
}

.icon-tongue:before {
    content: "\eb64"
}

.icon-tongue2:before {
    content: "\eb65"
}

.icon-sad:before {
    content: "\eb66"
}

.icon-sad2:before {
    content: "\eb67"
}

.icon-wink:before {
    content: "\eb68"
}

.icon-wink2:before {
    content: "\eb69"
}

.icon-grin:before {
    content: "\eb6a"
}

.icon-grin2:before {
    content: "\eb6b"
}

.icon-cool:before {
    content: "\eb6c"
}

.icon-cool2:before {
    content: "\eb6d"
}

.icon-angry:before {
    content: "\eb6e"
}

.icon-angry2:before {
    content: "\eb6f"
}

.icon-evil:before {
    content: "\eb70"
}

.icon-evil2:before {
    content: "\eb71"
}

.icon-shocked:before {
    content: "\eb72"
}

.icon-shocked2:before {
    content: "\eb73"
}

.icon-baffled:before {
    content: "\eb74"
}

.icon-baffled2:before {
    content: "\eb75"
}

.icon-confused:before {
    content: "\eb76"
}

.icon-confused2:before {
    content: "\eb77"
}

.icon-neutral:before {
    content: "\eb78"
}

.icon-neutral2:before {
    content: "\eb79"
}

.icon-hipster:before {
    content: "\eb7a"
}

.icon-hipster2:before {
    content: "\eb7b"
}

.icon-wondering:before {
    content: "\eb7c"
}

.icon-wondering2:before {
    content: "\eb7d"
}

.icon-sleepy:before {
    content: "\eb7e"
}

.icon-sleepy2:before {
    content: "\eb7f"
}

.icon-frustrated:before {
    content: "\eb80"
}

.icon-frustrated2:before {
    content: "\eb81"
}

.icon-crying:before {
    content: "\eb82"
}

.icon-crying2:before {
    content: "\eb83"
}

.icon-point-up:before {
    content: "\eb84"
}

.icon-point-right:before {
    content: "\eb85"
}

.icon-point-down:before {
    content: "\eb86"
}

.icon-point-left:before {
    content: "\eb87"
}

.icon-warning2:before {
    content: "\eb88"
}

.icon-notification2:before {
    content: "\eb89"
}

.icon-question:before {
    content: "\eb8a"
}

.icon-plus2:before {
    content: "\eb8b"
}

.icon-minus2:before {
    content: "\eb8c"
}

.icon-info2:before {
    content: "\eb8d"
}

.icon-cancel-circle:before {
    content: "\eb8e"
}

.icon-blocked:before {
    content: "\eb8f"
}

.icon-cross2:before {
    content: "\eb90"
}

.icon-checkmark:before {
    content: "\eb91"
}

.icon-checkmark2:before {
    content: "\eb92"
}

.icon-spell-check:before {
    content: "\eb93"
}

.icon-enter:before {
    content: "\eb94"
}

.icon-exit:before {
    content: "\eb95"
}

.icon-play2:before {
    content: "\eb96"
}

.icon-pause:before {
    content: "\eb97"
}

.icon-stop:before {
    content: "\eb98"
}

.icon-previous:before {
    content: "\eb99"
}

.icon-next:before {
    content: "\eb9a"
}

.icon-backward:before {
    content: "\eb9b"
}

.icon-forward22:before {
    content: "\eb9c"
}

.icon-play3:before {
    content: "\eb9d"
}

.icon-pause2:before {
    content: "\eb9e"
}

.icon-stop2:before {
    content: "\eb9f"
}

.icon-backward2:before {
    content: "\eba0"
}

.icon-forward3:before {
    content: "\eba1"
}

.icon-first:before {
    content: "\eba2"
}

.icon-last:before {
    content: "\eba3"
}

.icon-previous2:before {
    content: "\eba4"
}

.icon-next2:before {
    content: "\eba5"
}

.icon-eject:before {
    content: "\eba6"
}

.icon-volume-high:before {
    content: "\eba7"
}

.icon-volume-medium:before {
    content: "\eba8"
}

.icon-volume-low:before {
    content: "\eba9"
}

.icon-volume-mute:before {
    content: "\ebaa"
}

.icon-volume-mute2:before {
    content: "\ebab"
}

.icon-volume-increase:before {
    content: "\ebac"
}

.icon-volume-decrease:before {
    content: "\ebad"
}

.icon-loop2:before {
    content: "\ebae"
}

.icon-loop22:before {
    content: "\ebaf"
}

.icon-infinite:before {
    content: "\ebb0"
}

.icon-shuffle2:before {
    content: "\ebb1"
}

.icon-arrow-up-left:before {
    content: "\ebb2"
}

.icon-arrow-up2:before {
    content: "\ebb3"
}

.icon-arrow-up-right:before {
    content: "\ebb4"
}

.icon-arrow-right2:before {
    content: "\ebb5"
}

.icon-arrow-down-right:before {
    content: "\ebb6"
}

.icon-arrow-down2:before {
    content: "\ebb7"
}

.icon-arrow-down-left:before {
    content: "\ebb8"
}

.icon-arrow-left2:before {
    content: "\ebb9"
}

.icon-arrow-up-left2:before {
    content: "\ebba"
}

.icon-arrow-up22:before {
    content: "\ebbb"
}

.icon-arrow-up-right2:before {
    content: "\ebbc"
}

.icon-arrow-right22:before {
    content: "\ebbd"
}

.icon-arrow-down-right2:before {
    content: "\ebbe"
}

.icon-arrow-down22:before {
    content: "\ebbf"
}

.icon-arrow-down-left2:before {
    content: "\ebc0"
}

.icon-arrow-left22:before {
    content: "\ebc1"
}

.icon-circle-up:before {
    content: "\ebc2"
}

.icon-circle-right:before {
    content: "\ebc3"
}

.icon-circle-down:before {
    content: "\ebc4"
}

.icon-circle-left:before {
    content: "\ebc5"
}

.icon-tab:before {
    content: "\ebc6"
}

.icon-move-up:before {
    content: "\ebc7"
}

.icon-move-down:before {
    content: "\ebc8"
}

.icon-sort-alpha-asc:before {
    content: "\ebc9"
}

.icon-sort-alpha-desc:before {
    content: "\ebca"
}

.icon-sort-numeric-asc:before {
    content: "\ebcb"
}

.icon-sort-numberic-desc:before {
    content: "\ebcc"
}

.icon-sort-amount-asc:before {
    content: "\ebcd"
}

.icon-sort-amount-desc:before {
    content: "\ebce"
}

.icon-command:before {
    content: "\ebcf"
}

.icon-shift:before {
    content: "\ebd0"
}

.icon-ctrl:before {
    content: "\ebd1"
}

.icon-opt:before {
    content: "\ebd2"
}

.icon-checkbox-checked:before {
    content: "\ebd3"
}

.icon-checkbox-unchecked:before {
    content: "\ebd4"
}

.icon-radio-checked:before {
    content: "\ebd5"
}

.icon-radio-checked2:before {
    content: "\ebd6"
}

.icon-radio-unchecked:before {
    content: "\ebd7"
}

.icon-crop:before {
    content: "\ebd8"
}

.icon-make-group:before {
    content: "\ebd9"
}

.icon-ungroup:before {
    content: "\ebda"
}

.icon-scissors2:before {
    content: "\ebdb"
}

.icon-filter:before {
    content: "\ebdc"
}

.icon-font:before {
    content: "\ebdd"
}

.icon-ligature:before {
    content: "\ebde"
}

.icon-ligature2:before {
    content: "\ebdf"
}

.icon-text-height:before {
    content: "\ebe0"
}

.icon-text-width:before {
    content: "\ebe1"
}

.icon-font-size:before {
    content: "\ebe2"
}

.icon-bold:before {
    content: "\ebe3"
}

.icon-underline:before {
    content: "\ebe4"
}

.icon-italic:before {
    content: "\ebe5"
}

.icon-strikethrough:before {
    content: "\ebe6"
}

.icon-omega:before {
    content: "\ebe7"
}

.icon-sigma:before {
    content: "\ebe8"
}

.icon-page-break:before {
    content: "\ebe9"
}

.icon-superscript:before {
    content: "\ebea"
}

.icon-subscript:before {
    content: "\ebeb"
}

.icon-superscript2:before {
    content: "\ebec"
}

.icon-subscript2:before {
    content: "\ebed"
}

.icon-text-color:before {
    content: "\ebee"
}

.icon-pagebreak:before {
    content: "\ebef"
}

.icon-clear-formatting:before {
    content: "\ebf0"
}

.icon-table:before {
    content: "\ebf1"
}

.icon-table2:before {
    content: "\ebf2"
}

.icon-insert-template:before {
    content: "\ebf3"
}

.icon-pilcrow:before {
    content: "\ebf4"
}

.icon-ltr:before {
    content: "\ebf5"
}

.icon-rtl:before {
    content: "\ebf6"
}

.icon-section:before {
    content: "\ebf7"
}

.icon-paragraph-left:before {
    content: "\ebf8"
}

.icon-paragraph-center:before {
    content: "\ebf9"
}

.icon-paragraph-right:before {
    content: "\ebfa"
}

.icon-paragraph-justify:before {
    content: "\ebfb"
}

.icon-indent-increase:before {
    content: "\ebfc"
}

.icon-indent-decrease:before {
    content: "\ebfd"
}

.icon-share2:before {
    content: "\ebfe"
}

.icon-new-tab:before {
    content: "\ebff"
}

.icon-embed:before {
    content: "\ec00"
}

.icon-embed2:before {
    content: "\ec01"
}

.icon-terminal:before {
    content: "\ec02"
}

.icon-share22:before {
    content: "\ec03"
}

.icon-mail2:before {
    content: "\ec04"
}

.icon-mail22:before {
    content: "\ec05"
}

.icon-mail3:before {
    content: "\ec06"
}

.icon-mail4:before {
    content: "\ec07"
}

.icon-amazon:before {
    content: "\ec08"
}

.icon-google2:before {
    content: "\ec09"
}

.icon-google22:before {
    content: "\ec0a"
}

.icon-google3:before {
    content: "\ec0b"
}

.icon-google-plus:before {
    content: "\ec0c"
}

.icon-google-plus2:before {
    content: "\ec0d"
}

.icon-google-plus3:before {
    content: "\ec0e"
}

.icon-hangouts:before {
    content: "\ec0f"
}

.icon-google-drive2:before {
    content: "\ec10"
}

.icon-facebook2:before {
    content: "\ec11"
}

.icon-facebook22:before {
    content: "\ec12"
}

.icon-instagram2:before {
    content: "\ec13"
}

.icon-whatsapp:before {
    content: "\ec14"
}

.icon-spotify2:before {
    content: "\ec15"
}

.icon-telegram:before {
    content: "\ec16"
}

.icon-twitter2:before {
    content: "\ec17"
}

.icon-vine2:before {
    content: "\ec18"
}

.icon-vk2:before {
    content: "\ec19"
}

.icon-renren2:before {
    content: "\ec1a"
}

.icon-sina-weibo2:before {
    content: "\ec1b"
}

.icon-rss2:before {
    content: "\ec1c"
}

.icon-rss22:before {
    content: "\ec1d"
}

.icon-youtube2:before {
    content: "\ec1e"
}

.icon-youtube22:before {
    content: "\ec1f"
}

.icon-twitch:before {
    content: "\ec20"
}

.icon-vimeo2:before {
    content: "\ec21"
}

.icon-vimeo22:before {
    content: "\ec22"
}

.icon-lanyrd:before {
    content: "\ec23"
}

.icon-flickr2:before {
    content: "\ec24"
}

.icon-flickr22:before {
    content: "\ec25"
}

.icon-flickr3:before {
    content: "\ec26"
}

.icon-flickr4:before {
    content: "\ec27"
}

.icon-dribbble2:before {
    content: "\ec28"
}

.icon-behance2:before {
    content: "\ec29"
}

.icon-behance22:before {
    content: "\ec2a"
}

.icon-deviantart:before {
    content: "\ec2b"
}

.icon-500px:before {
    content: "\ec2c"
}

.icon-steam:before {
    content: "\ec2d"
}

.icon-steam2:before {
    content: "\ec2e"
}

.icon-dropbox2:before {
    content: "\ec2f"
}

.icon-onedrive2:before {
    content: "\ec30"
}

.icon-github2:before {
    content: "\ec31"
}

.icon-npm:before {
    content: "\ec32"
}

.icon-basecamp2:before {
    content: "\ec33"
}

.icon-trello:before {
    content: "\ec34"
}

.icon-wordpress:before {
    content: "\ec35"
}

.icon-joomla:before {
    content: "\ec36"
}

.icon-ello:before {
    content: "\ec37"
}

.icon-blogger:before {
    content: "\ec38"
}

.icon-blogger2:before {
    content: "\ec39"
}

.icon-tumblr2:before {
    content: "\ec3a"
}

.icon-tumblr22:before {
    content: "\ec3b"
}

.icon-yahoo:before {
    content: "\ec3c"
}

.icon-yahoo2:before {
    content: "\ec3d"
}

.icon-tux:before {
    content: "\ec3e"
}

.icon-appleinc:before {
    content: "\ec3f"
}

.icon-finder:before {
    content: "\ec40"
}

.icon-android:before {
    content: "\ec41"
}

.icon-windows:before {
    content: "\ec42"
}

.icon-windows8:before {
    content: "\ec43"
}

.icon-soundcloud2:before {
    content: "\ec44"
}

.icon-soundcloud22:before {
    content: "\ec45"
}

.icon-skype2:before {
    content: "\ec46"
}

.icon-reddit:before {
    content: "\ec47"
}

.icon-hackernews:before {
    content: "\ec48"
}

.icon-wikipedia:before {
    content: "\ec49"
}

.icon-linkedin2:before {
    content: "\ec4a"
}

.icon-linkedin22:before {
    content: "\ec4b"
}

.icon-lastfm2:before {
    content: "\ec4c"
}

.icon-lastfm22:before {
    content: "\ec4d"
}

.icon-delicious:before {
    content: "\ec4e"
}

.icon-stumbleupon2:before {
    content: "\ec4f"
}

.icon-stumbleupon22:before {
    content: "\ec50"
}

.icon-stackoverflow:before {
    content: "\ec51"
}

.icon-pinterest2:before {
    content: "\ec52"
}

.icon-pinterest22:before {
    content: "\ec53"
}

.icon-xing2:before {
    content: "\ec54"
}

.icon-xing22:before {
    content: "\ec55"
}

.icon-flattr2:before {
    content: "\ec56"
}

.icon-foursquare2:before {
    content: "\ec57"
}

.icon-yelp2:before {
    content: "\ec58"
}

.icon-paypal2:before {
    content: "\ec59"
}

.icon-chrome:before {
    content: "\ec5a"
}

.icon-firefox:before {
    content: "\ec5b"
}

.icon-IE:before {
    content: "\ec5c"
}

.icon-edge:before {
    content: "\ec5d"
}

.icon-safari:before {
    content: "\ec5e"
}

.icon-opera:before {
    content: "\ec5f"
}

.icon-file-pdf:before {
    content: "\ec60"
}

.icon-file-openoffice:before {
    content: "\ec61"
}

.icon-file-word:before {
    content: "\ec62"
}

.icon-file-excel:before {
    content: "\ec63"
}

.icon-libreoffice:before {
    content: "\ec64"
}

.icon-html-five:before {
    content: "\ec65"
}

.icon-html-five2:before {
    content: "\ec66"
}

.icon-css3:before {
    content: "\ec67"
}

.icon-git:before {
    content: "\ec68"
}

.icon-codepen:before {
    content: "\ec69"
}

.icon-svg:before {
    content: "\ec6a"
}

.icon-IcoMoon:before {
    content: "\ec6b"
}

:root {
    --blue: #007bff;
    --indigo: #6610f2;
    --purple: #6f42c1;
    --pink: #e83e8c;
    --red: #dc3545;
    --orange: #fd7e14;
    --yellow: #ffc107;
    --green: #28a745;
    --teal: #20c997;
    --cyan: #17a2b8;
    --white: #fff;
    --gray: #6c757d;
    --gray-dark: #343a40;
    --primary: #0091d1;
    --secondary: #6c757d;
    --success: #28a745;
    --info: #17a2b8;
    --warning: #ffc107;
    --danger: #dc3545;
    --light: #f8f9fa;
    --dark: #343a40;
    --breakpoint-xs: 0;
    --breakpoint-sm: 576px;
    --breakpoint-md: 768px;
    --breakpoint-lg: 992px;
    --breakpoint-xl: 1200px;
    --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace
}

*, *::before, *::after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

html {
    font-family: sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -ms-overflow-style: scrollbar;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

@-ms-viewport {
    width: device-width;
}

article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
    display: block
}

body {
    margin: 0;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: left;
    background-color: #fff
}

[tabindex="-1"]:focus {
    outline: 0 !important
}

hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

h1, h2, h3, h4 {
    margin-top: 0;
    margin-bottom: .5rem
}

p {
    margin-top: 0;
    margin-bottom: 1rem
}

abbr[title], abbr[data-original-title] {
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
    cursor: help;
    border-bottom: 0
}

address {
    margin-bottom: 1rem;
    font-style: normal;
    line-height: inherit
}

ul {
    margin-top: 0;
    margin-bottom: 1rem
}

ul ul {
    margin-bottom: 0
}

dt {
    font-weight: 700
}

blockquote {
    margin: 0 0 1rem
}

b, strong {
    font-weight: bolder
}

small {
    font-size: 80%
}

a {
    color: #0091d1;
    text-decoration: none;
    background-color: transparent;
    -webkit-text-decoration-skip: objects
}

a:hover {
    color: #0091d1;
    text-decoration: underline
}

a:not([href]):not([tabindex]) {
    color: inherit;
    text-decoration: none
}

a:not([href]):not([tabindex]):hover, a:not([href]):not([tabindex]):focus {
    color: inherit;
    text-decoration: none
}

a:not([href]):not([tabindex]):focus {
    outline: 0
}

code {
    font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    font-size: 1em
}

figure {
    margin: 0 0 1rem
}

img {
    vertical-align: middle;
    border-style: none
}

table {
    border-collapse: collapse
}

caption {
    padding-top: .75rem;
    padding-bottom: .75rem;
    color: #6c757d;
    text-align: left;
    caption-side: bottom
}

th {
    text-align: inherit
}

button {
    border-radius: 0
}

button:focus {
    outline: 1px dotted;
    outline: 5px auto -webkit-focus-ring-color
}

input, button, select, optgroup, textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}

button, input {
    overflow: visible
}

button, select {
    text-transform: none
}

button, html [type="button"], [type="reset"], [type="submit"] {
    -webkit-appearance: button
}

button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner {
    padding: 0;
    border-style: none
}

input[type="radio"], input[type="checkbox"] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0
}

input[type="date"], input[type="time"] {
    -webkit-appearance: listbox
}

textarea {
    overflow: auto;
    resize: vertical
}

fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0
}

legend {
    display: block;
    width: 100%;
    max-width: 100%;
    padding: 0;
    margin-bottom: .5rem;
    font-size: 1.5rem;
    line-height: inherit;
    color: inherit;
    white-space: normal
}

progress {
    vertical-align: baseline
}

[type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button {
    height: auto
}

output {
    display: inline-block
}

summary {
    display: list-item;
    cursor: pointer
}

template {
    display: none
}

[hidden] {
    display: none !important
}

h1, h2, h3, h4, .h1, .h2, .h3, .h4 {
    margin-bottom: .5rem;
    font-family: inherit;
    font-weight: 500;
    line-height: 1.2;
    color: inherit
}

h1, .h1 {
    font-size: 2.5rem
}

h2, .h2 {
    font-size: 2rem
}

h3, .h3 {
    font-size: 1.75rem
}

h4, .h4 {
    font-size: 1.5rem
}

.lead {
    font-size: 1.25rem;
    font-weight: 300
}

hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid rgba(0, 0, 0, .1)
}

small, .small {
    font-size: 80%;
    font-weight: 400
}

mark, .mark {
    padding: .2em;
    background-color: #fcf8e3
}

.blockquote {
    margin-bottom: 1rem;
    font-size: 1.25rem
}

.img-fluid {
    max-width: 100%;
    height: auto
}

.figure {
    display: inline-block
}

code {
    font-size: 87.5%;
    color: #e83e8c;
    word-break: break-word
}

a > code {
    color: inherit
}

.container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

@media (min-width: 576px) {
    .container {
        max-width: 540px
    }
}

@media (min-width: 768px) {
    .container {
        max-width: 720px
    }
}

@media (min-width: 992px) {
    .container {
        max-width: 960px
    }
}

@media (min-width: 1200px) {
    .container {
        max-width: 1140px
    }
}

.row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px
}

.col-12, .col, .col-sm-4, .col-sm-6, .col-md-5, .col-md-6, .col-md-7, .col-md-10, .col-md-12, .col-lg-4, .col-lg-5, .col-lg-7 {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px
}

.col {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%
}

.col-sm-2 {
    flex: 0 0 auto;
    width: 16.66666667%
}

.col-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
}

@media (min-width: 576px) {
    .col-sm-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .col-sm-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }
}

@media (min-width: 768px) {
    .col-md-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }

    .col-md-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-md-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }

    .col-md-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }

    .col-md-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
}

@media (min-width: 992px) {
    .col-lg-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .col-lg-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }

    .col-lg-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }
}

.table {
    width: 100%;
    margin-bottom: 1rem;
    background-color: transparent
}

.table th, .table td {
    padding: .75rem;
    vertical-align: top;
    border-top: 1px solid #dee2e6
}

.table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #dee2e6
}

.table tbody + tbody {
    border-top: 2px solid #dee2e6
}

.table .table {
    background-color: #fff
}

.form-control {
    display: block;
    width: 100%;
    height: calc(2.25rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    -webkit-transition: border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    -o-transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out
}

@media screen and (prefers-reduced-motion: reduce) {
    .form-control {
        -webkit-transition: none;
        -o-transition: none;
        transition: none
    }
}

.form-control::-ms-expand {
    background-color: transparent;
    border: 0
}

.form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #e4eac3;
    outline: 0;
    -webkit-box-shadow: 0 0 0 .2rem rgba(186, 201, 100, .25);
    box-shadow: 0 0 0 .2rem rgba(186, 201, 100, .25)
}

.form-control::-webkit-input-placeholder {
    color: #6c757d;
    opacity: 1
}

.form-control:-ms-input-placeholder {
    color: #6c757d;
    opacity: 1
}

.form-control::-ms-input-placeholder {
    color: #6c757d;
    opacity: 1
}

.form-control::placeholder {
    color: #6c757d;
    opacity: 1
}

.form-control:disabled, .form-control[readonly] {
    background-color: #e9ecef;
    opacity: 1
}

select.form-control:focus::-ms-value {
    color: #495057;
    background-color: #fff
}

select.form-control[size], select.form-control[multiple] {
    height: auto
}

textarea.form-control {
    height: auto
}

.form-group {
    margin-bottom: 1rem
}

.btn {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
    -webkit-transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    -o-transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out
}

@media screen and (prefers-reduced-motion: reduce) {
    .btn {
        -webkit-transition: none;
        -o-transition: none;
        transition: none
    }
}

.btn:hover, .btn:focus {
    text-decoration: none
}

.btn:focus, .btn.focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 .2rem rgba(186, 201, 100, .25);
    box-shadow: 0 0 0 .2rem rgba(186, 201, 100, .25)
}

.btn.disabled, .btn:disabled {
    opacity: .65
}

.btn:not(:disabled):not(.disabled) {
    cursor: pointer
}

a.btn.disabled, fieldset:disabled a.btn {
    pointer-events: none
}

.btn-primary {
    color: #212529;
    background-color: #0091d1;
    border-color: #0091d1
}

.btn-primary:hover {
    color: #212529;
    background-color: #0091d1;
    border-color: #0091d1;
}

.btn-primary:focus, .btn-primary.focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(186, 201, 100, .5);
    box-shadow: 0 0 0 .2rem rgba(186, 201, 100, .5)
}

.btn-primary.disabled, .btn-primary:disabled {
    color: #212529;
    background-color: #0091d1;
    border-color: #0091d1
}

.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active {
    color: #212529;
    background-color: #0091d1;
    border-color: #0091d1;
}

.btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(186, 201, 100, .5);
    box-shadow: 0 0 0 .2rem rgba(186, 201, 100, .5)
}

.btn-secondary {
    color: #fff;
    background-color: #2A2A2A;
    border-color: #6c757d
}

.btn-secondary:hover {
    color: #fff;
    background-color: #1A1A1A;
    border-color: #545b62
}

.btn-secondary:focus, .btn-secondary.focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(108, 117, 125, .5);
    box-shadow: 0 0 0 .2rem rgba(108, 117, 125, .5)
}

.btn-secondary.disabled, .btn-secondary:disabled {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d
}

.btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active {
    color: #fff;
    background-color: #545b62;
    border-color: #4e555b
}

.btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(108, 117, 125, .5);
    box-shadow: 0 0 0 .2rem rgba(108, 117, 125, .5)
}

.btn-sm {
    padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.5;
    border-radius: .2rem
}

.fade {
    -webkit-transition: opacity .15s linear;
    -o-transition: opacity .15s linear;
    transition: opacity .15s linear
}

@media screen and (prefers-reduced-motion: reduce) {
    .fade {
        -webkit-transition: none;
        -o-transition: none;
        transition: none
    }
}

.fade:not(.show) {
    opacity: 0
}

.collapse:not(.show) {
    display: none
}

.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    -webkit-transition: height .35s ease;
    -o-transition: height .35s ease;
    transition: height .35s ease
}

@media screen and (prefers-reduced-motion: reduce) {
    .collapsing {
        -webkit-transition: none;
        -o-transition: none;
        transition: none
    }
}

.padding-0 {
    padding-right: 0;
    padding-left: 0;
}

.dropdown {
    position: relative
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 10rem;
    padding: .5rem 0;
    margin: .125rem 0 0;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: .25rem
}

.dropdown-menu.show {
    display: block
}

.nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none
}

.nav-link {
    display: block;
    padding: .5rem 1rem
}

.nav-link:hover, .nav-link:focus {
    text-decoration: none
}

.nav-link.disabled {
    color: #6c757d
}

.navbar {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: .5rem 1rem
}

.navbar > .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.navbar-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none
}

.navbar-nav .nav-link {
    padding-right: 0;
    padding-left: 0
}

.navbar-nav .dropdown-menu {
    position: static;
    float: none
}

.navbar-collapse {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.navbar-toggler {
    padding: .25rem .75rem;
    font-size: 1.25rem;
    line-height: 1;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: .25rem
}

.navbar-toggler:hover, .navbar-toggler:focus {
    text-decoration: none
}

.navbar-toggler:not(:disabled):not(.disabled) {
    cursor: pointer
}

.navbar-toggler-icon {
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    vertical-align: middle;
    content: "";
    background: no-repeat center center;
    background-size: 100% 100%
}

@media (max-width: 991.98px) {
    .navbar-expand-lg > .container {
        padding-right: 0;
        padding-left: 0
    }
}

@media (min-width: 992px) {
    .navbar-expand-lg {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .navbar-expand-lg .navbar-nav {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }

    .navbar-expand-lg .navbar-nav .dropdown-menu {
        position: absolute
    }

    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem
    }

    .navbar-expand-lg > .container {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }

    .navbar-expand-lg .navbar-collapse {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
        -ms-flex-preferred-size: auto;
        flex-basis: auto
    }

    .navbar-expand-lg .navbar-toggler {
        display: none
    }
}

.navbar-light .navbar-nav .nav-link {
    color: rgba(0, 0, 0, .5)
}

.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
    color: rgba(0, 0, 0, .7)
}

.navbar-light .navbar-nav .nav-link.disabled {
    color: rgba(0, 0, 0, .3)
}

.navbar-light .navbar-nav .show > .nav-link, .navbar-light .navbar-nav .active > .nav-link, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .nav-link.active {
    color: rgba(0, 0, 0, .9)
}

.navbar-light .navbar-toggler {
    color: rgba(0, 0, 0, .5);
    border-color: rgba(0, 0, 0, .1)
}

.navbar-light .navbar-toggler-icon {
    background-image: url(data:image/svg+xml;charset=utf8,%3Csvg\ viewBox=\'0\ 0\ 30\ 30\'\ xmlns=\'http://www.w3.org/2000/svg\'%3E%3Cpath\ stroke=\'rgba\(0,\ 0,\ 0,\ 0.5\)\'\ stroke-width=\'2\'\ stroke-linecap=\'round\'\ stroke-miterlimit=\'10\'\ d=\'M4\ 7h22M4\ 15h22M4\ 23h22\'/%3E%3C/svg%3E)
}

.alert {
    position: relative;
    padding: .75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: .25rem
}

@-webkit-keyframes progress-bar-stripes {
    from {
        background-position: 1rem 0;
    }
    to {
        background-position: 0 0;
    }
}

@keyframes progress-bar-stripes {
    from {
        background-position: 1rem 0;
    }
    to {
        background-position: 0 0;
    }
}

.progress {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 1rem;
    overflow: hidden;
    font-size: .75rem;
    background-color: #e9ecef;
    border-radius: .25rem
}

.close {
    float: right;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .5
}

.close:not(:disabled):not(.disabled) {
    cursor: pointer
}

.close:not(:disabled):not(.disabled):hover, .close:not(:disabled):not(.disabled):focus {
    color: #000;
    text-decoration: none;
    opacity: .75
}

button.close {
    padding: 0;
    background-color: transparent;
    border: 0;
    -webkit-appearance: none
}

.modal-open {
    overflow: hidden
}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto
}

.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: none;
    overflow: hidden;
    outline: 0
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: .5rem;
    pointer-events: none
}

.modal.fade .modal-dialog {
    -webkit-transition: -webkit-transform .3s ease-out;
    transition: -webkit-transform .3s ease-out;
    -o-transition: transform .3s ease-out;
    transition: transform .3s ease-out;
    transition: transform .3s ease-out, -webkit-transform .3s ease-out;
    -webkit-transform: translate(0, -25%);
    -ms-transform: translate(0, -25%);
    transform: translate(0, -25%)
}

@media screen and (prefers-reduced-motion: reduce) {
    .modal.fade .modal-dialog {
        -webkit-transition: none;
        -o-transition: none;
        transition: none
    }
}

.modal.show .modal-dialog {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0)
}

.modal-content {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: .3rem;
    outline: 0
}

.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000
}

.modal-backdrop.fade {
    opacity: 0
}

.modal-backdrop.show {
    opacity: .5
}

.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll
}

@media (min-width: 576px) {
    .modal-dialog {
        max-width: 500px;
        margin: 1.75rem auto
    }
}

.tooltip {
    position: absolute;
    z-index: 1070;
    display: block;
    margin: 0;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    white-space: normal;
    line-break: auto;
    font-size: .875rem;
    word-wrap: break-word;
    opacity: 0
}

.tooltip.show {
    opacity: .9
}

.tooltip .arrow {
    position: absolute;
    display: block;
    width: .8rem;
    height: .4rem
}

.tooltip .arrow::before {
    position: absolute;
    content: "";
    border-color: transparent;
    border-style: solid
}

.tooltip-inner {
    max-width: 200px;
    padding: .25rem .5rem;
    color: #fff;
    text-align: center;
    background-color: #000;
    border-radius: .25rem
}

.popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1060;
    display: block;
    max-width: 276px;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    white-space: normal;
    line-break: auto;
    font-size: .875rem;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: .3rem
}

.popover .arrow {
    position: absolute;
    display: block;
    width: 1rem;
    height: .5rem;
    margin: 0 .3rem
}

.popover .arrow::before, .popover .arrow::after {
    position: absolute;
    display: block;
    content: "";
    border-color: transparent;
    border-style: solid
}

.carousel {
    position: relative
}

.carousel-indicators {
    position: absolute;
    right: 0;
    bottom: 10px;
    left: 0;
    z-index: 15;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 0;
    margin-right: 15%;
    margin-left: 15%;
    list-style: none
}

.carousel-indicators li {
    position: relative;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: 30px;
    height: 3px;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: rgba(255, 255, 255, .5)
}

.carousel-indicators li::before {
    position: absolute;
    top: -10px;
    left: 0;
    display: inline-block;
    width: 100%;
    height: 10px;
    content: ""
}

.carousel-indicators li::after {
    position: absolute;
    bottom: -10px;
    left: 0;
    display: inline-block;
    width: 100%;
    height: 10px;
    content: ""
}

.carousel-indicators .active {
    background-color: #fff
}

.bg-light {
    background-color: #f8f9fa !important
}

a.bg-light:hover, a.bg-light:focus, button.bg-light:hover, button.bg-light:focus {
    background-color: #dae0e5 !important
}

.border {
    border: 1px solid #dee2e6 !important
}

.d-block {
    display: block !important
}

.d-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important
}

.justify-content-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important
}

.align-items-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important
}

.align-self-center {
    -ms-flex-item-align: center !important;
    -ms-grid-row-align: center !important;
    align-self: center !important
}

@media (min-width: 768px) {
    .justify-content-md-center {
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important
    }
}

.mb-4 {
    margin-bottom: 1.5rem !important
}

.mb-5 {
    margin-bottom: 3rem !important
}

.pb-0 {
    padding-bottom: 0 !important
}

.py-2 {
    padding-top: .5rem !important
}

.py-2 {
    padding-bottom: .5rem !important
}

.py-3 {
    padding-top: 1rem !important
}

.px-3 {
    padding-right: 1rem !important
}

.py-3 {
    padding-bottom: 1rem !important
}

.px-3 {
    padding-left: 1rem !important
}

.py-4 {
    padding-top: 1.5rem !important
}

.px-4 {
    padding-right: 1.5rem !important
}

.py-4 {
    padding-bottom: 1.5rem !important
}

.px-4 {
    padding-left: 1.5rem !important
}

.pt-5 {
    padding-top: 3rem !important
}

@media (min-width: 768px) {
    .mb-md-0 {
        margin-bottom: 0 !important
    }

    .pl-md-5 {
        padding-left: 3rem !important
    }
}

@media (min-width: 992px) {
    .mb-lg-0 {
        margin-bottom: 0 !important
    }

    .pr-lg-5 {
        padding-right: 3rem !important
    }

    .pl-lg-5 {
        padding-left: 3rem !important
    }
}

.text-center {
    text-align: center !important
}

.text-uppercase {
    text-transform: uppercase !important
}

.text-white {
    color: #fff !important
}

.text-primary {
    color: #0091d1 !important
}

a.text-primary:hover, a.text-primary:focus {
    color: #a7b941 !important
}

.text-danger {
    color: #dc3545 !important
}

a.text-danger:hover, a.text-danger:focus {
    color: #bd2130 !important
}

.visible {
    visibility: visible !important
}

@media print {
    *, *::before, *::after {
        text-shadow: none !important;
        -webkit-box-shadow: none !important;
        box-shadow: none !important
    }

    a:not(.btn) {
        text-decoration: underline
    }

    abbr[title]::after {
        content: " (" attr(title) ")"
    }

    blockquote {
        border: 1px solid #adb5bd;
        page-break-inside: avoid
    }

    thead {
        display: table-header-group
    }

    tr, img {
        page-break-inside: avoid
    }

    p, h2, h3 {
        orphans: 3;
        widows: 3
    }

    h2, h3 {
        page-break-after: avoid
    }

    @page {
        size: a3;
    }

    body {
        min-width: 992px !important
    }

    .container {
        min-width: 992px !important
    }

    .navbar {
        display: none
    }

    .table {
        border-collapse: collapse !important
    }

    .table td, .table th {
        background-color: #fff !important
    }
}

body {
    background: #fff;
    color: rgba(255, 255, 255, .4);
    background: #222;
    line-height: 1.7;
    font-size: 16px;
    font-weight: 300
}

.thumb .overlay-bg {
    background: -moz-linear-gradient(0deg, #8490ff 0%, #62bdfc 100%);
    background: -webkit-linear-gradient(0deg, #8490ff 0%, #62bdfc 100%);
    background: -ms-linear-gradient(0deg, #8490ff 0%, #62bdfc 100%)
}

::selection {
    background: #000;
    color: #fff
}

h1, h2, h3, h4 {
    color: #fff;
    font-weight: 200
}

h2 {
    font-size: 25px
}

a {
    -webkit-transition: .3s all;
    -o-transition: .3s all;
    transition: .3s all;
    color: #0091d1
}

a:hover, a:focus, a:active {
    color: #0091d1;
    text-decoration: none
}

.site-navbar .navbar-nav > li > a {
    padding: 15px 20px !important
}

.site-navbar {
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 0;
    margin-bottom: 0;
    background: none;
    position: absolute;
    top: 20px;
    width: 100%;
    z-index: 200;
    background: #fff
}

.site-navbar.bg-light {
    background: transparent !important
}

@media (max-width: 991.98px) {
    .site-navbar.bg-light {
        background: #fff !important;
        top: 0
    }
}

.site-navbar .navbar-nav > li > a {
    color: #fff !important;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: .1em;
    position: relative;
    text-transform: uppercase;
    letter-spacing: .2em
}

@media (max-width: 991.98px) {
    .site-navbar .navbar-nav > li > a {
        color: rgba(0, 0, 0, .7) !important
    }
}

.site-navbar .navbar-nav.active > a {
    color: #0091d1 !important
}

.site-navbar.scrolled {
    background: #fff;
    -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .09);
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .09);
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    -webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateY(0%)
}

.site-navbar.scrolled.bg-light {
    background: #fff !important
}

.site-navbar.scrolled.awake, .site-navbar.scrolled.sleep {
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease
}

.site-navbar.scrolled.awake {
    -webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateY(0%);
    background: #fff !important
}

.site-navbar.scrolled.sleep {
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
    background: #0091d1 !important
}

.site-navbar.scrolled .dropdown > a:before {
    color: rgba(0, 0, 0, .4)
}

.site-navbar.scrolled .navbar-nav > li > a {
    color: rgba(0, 0, 0, .7) !important
}

.site-navbar.scrolled .navbar-nav > li > a:hover {
    color: #0091d1 !important
}

.site-navbar.scrolled .navbar-nav > li > a.active {
    color: #0091d1 !important
}

.site-navbar.scrolled .navbar-nav > li.active > a {
    color: #0091d1 !important
}

.site-hero {
    background-color: #ccc;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    position: relative;
    overflow: hidden
}

/*.site-hero, .site-hero .row {*/
/*    height: 70vh;*/
/*    min-height: 520px;*/
/*}*/

.site-hero:before {
    content: "";
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, .5)
}

.site-hero h1 {
    font-weight: 200;
    margin-bottom: 20px;
    display: block
}

.site-hero h1 strong {
    font-weight: 800
}

@media (min-width: 768px) {
    .site-hero h1 {
        font-size: 70px
    }
}

.site-hero h1, .site-hero .lead {
    font-weight: 200;
    color: #fff
}

.site-hero .lead {
    line-height: 2
}

.site-section {
    padding: 5em 0
}

.section-heading {
    margin-bottom: 30px;
    position: relative;
    z-index: 10
}

.section-heading h2 {
    position: relative;
    font-weight: 200;
    padding-top: 20px;
    font-size: 30px
}

.section-heading h2 strong {
    font-weight: 800
}

.section-heading.text-center h2:before {
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%)
}

.lead {
    /*font-weight: 200;*/
    line-height: 1.5;
    color: #FFFFFF;
}

.site-service-item {
    background: #333;
    padding: 30px
}

.site-service-item .icon {
    display: block;
    margin-bottom: 50px;
    background: #edf0f2;
    background: #0091d1;
    width: 100px;
    height: 100px;
    position: relative;
    border-radius: 50%;
    margin: 0 auto 30px auto
}

.site-service-item .icon span {
    font-size: 40px;
    color: #080b0e;
    position: absolute;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    left: 50%;
    top: 50%
}

.site-service-item h3 {
    font-size: 20px;
    font-weight: 200
}

.site-link {
    position: relative
}

.site-link i {
    position: relative;
    top: 2px;
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease
}

.site-link:hover i {
    position: relative;
    margin-left: 20px
}

.btn {
    border-radius: 100px;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: .2rem
}

.btn:active, .btn:focus {
    outline: none;
    -webkit-box-shadow: none !important;
    box-shadow: none !important
}

.btn.btn-primary {
    color: #fff
}

.btn.btn-primary:hover, .btn.btn-primary:active, .btn.btn-primary:focus {
    background: #0091d1;
}

.progress {
    overflow: visible;
    margin-bottom: 26px;
    height: 4px
}

.filters {
    text-align: center
}

.filters ul {
    padding: 0;
    margin: 0 0 30px 0
}

.filters ul li {
    display: inline-block;
    cursor: pointer;
    padding: 20px;
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease
}

.filters ul li:hover {
    color: #0091d1
}

.filters ul li.active {
    color: #0091d1
}

.single-portfolio {
    margin-bottom: 50px;
    display: block
}

.single-portfolio .relative {
    margin-bottom: 20px
}

.single-portfolio .p-inner {
    text-align: center
}

.single-portfolio .p-inner h4 {
    font-size: 20px
}

.single-portfolio .p-inner .cat {
    font-size: 12px;
    text-transform: uppercase;
    color: #ccc
}

.image {
    opacity: 1;
    display: block;
    width: 100%;
    height: 100%;
    -webkit-transition: .5s ease;
    -o-transition: .5s ease;
    transition: .5s ease;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.middle {
    -webkit-transition: .5s ease;
    -o-transition: .5s ease;
    transition: .5s ease;
    opacity: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    text-align: center
}

.single-portfolio:hover .middle {
    opacity: 1
}

.text {
    color: #fff;
    font-size: 25px;
    padding: 16px 32px
}

.single-portfolio {
    border-radius: 5px
}

.single-portfolio:hover .thumb .overlay-bg {
    opacity: .85
}

.thumb .overlay-bg {
    opacity: 0;
    border-radius: 5px;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

@media screen and (prefers-reduced-motion: reduce) {
    .thumb .overlay-bg {
        -webkit-transition: none;
        -o-transition: none;
        transition: none
    }
}

.resume-item {
    padding: 30px;
    background: #333;
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
    border: 4px solid transparent;
    border-radius: 7px
}

.resume-item .date {
    display: block;
    margin-bottom: 10px;
    font-size: 12px;
    font-weight: 700;
    color: #fff
}

.resume-item .school {
    display: block;
    font-size: 16px
}

.resume-item h3 {
    color: #0091d1;
    font-size: 20px
}

.resume-item .school {
    color: rgba(255, 255, 255, .3)
}

.resume-item *:last-child {
    margin-bottom: 0
}

.blog-entry {
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
    position: relative;
    top: 0;
    -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .1);
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .1);
    background: #333
}

.blog-entry:hover, .blog-entry:active, .blog-entry:focus {
    -webkit-box-shadow: 0 5px 50px -10px rgba(0, 0, 0, .1);
    box-shadow: 0 5px 50px -10px rgba(0, 0, 0, .1);
    top: -2px
}

.blog-entry .blog-entry-text {
    border-top: none;
    padding: 30px
}

.blog-entry .blog-entry-text h3 {
    font-size: 20px;
    margin-bottom: 10px;
    line-height: 1.5
}

.blog-entry .blog-entry-text h3 a {
    color: #fff
}

.blog-entry .blog-entry-text h3 a:hover {
    color: #0091d1
}

.blog-entry .meta {
    font-size: 14px
}

.blog-entry .meta a {
    display: inline-block;
    margin-right: 10px;
    color: rgba(255, 255, 255, .4)
}

.blog-entry .meta a:hover {
    color: #0091d1
}

.form-control {
    border: none !important;
    background: #333;
    color: #fff;
    -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .1) !important;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .1) !important
}

.form-control:active, .form-control:focus {
    background: #404040
}

.form-control::-webkit-input-placeholder {
    color: rgba(255, 255, 255, .5)
}

.form-control::-moz-placeholder {
    color: rgba(255, 255, 255, .5)
}

.form-control:-ms-input-placeholder {
    color: rgba(255, 255, 255, .5)
}

.form-control:-moz-placeholder {
    color: rgba(255, 255, 255, .5)
}

.site-form .form-control {
    border: 1px solid #b3bdc6
}

.site-contact-details, .site-contact-details li {
    padding: 0;
    margin: 0
}

.site-contact-details li {
    list-style: none;
    margin-bottom: 20px
}

.site-contact-details li > span {
    color: #2c3e50;
    letter-spacing: .1em;
    font-size: 12px;
    font-weight: 500;
    margin-bottom: 5px;
    display: block
}

.site-footer {
    padding: 3em 0
}

.site-footer p:last-child {
    margin-bottom: 0
}

.site-footer .social-item {
    display: inline-block;
    width: 60px;
    height: 60px;
    background: #333;
    position: relative;
    border-radius: 50%;
    font-size: 22px;
    margin: 0 10px
}

.site-footer .social-item > span {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.block-47 .block-47-image {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50px;
    flex: 0 0 50px;
    display: block
}

.block-47 .block-47-image img {
    border-radius: 50%;
    -webkit-box-shadow: 0 2px 10px 0 rgba(0, 0, 0, .2);
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, .2)
}

.block-47 .block-47-quote {
    margin-left: 40px;
    padding: 30px;
    background: #333;
    border-radius: 7px;
    position: relative;
    -webkit-box-shadow: 0 2px 30px -2px rgba(0, 0, 0, .1);
    box-shadow: 0 2px 30px -2px rgba(0, 0, 0, .1)
}

.block-47 .block-47-quote:before {
    content: "";
    border: 1px solid red;
    z-index: 2;
    position: absolute;
    left: -15px;
    border-width: 0 20px 20px 0;
    border-style: solid;
    border-color: transparent #333 transparent transparent
}

.block-47 .block-47-quote .block-47-quote-author {
    font-size: 14px;
    color: #666
}

.letter-spacing {
    letter-spacing: .2rem;
    color: rgba(255, 255, 255, .5) !important
}