/*!
Theme Name: wpdevel
Theme URI: http://valentinmarin.ro/
Author: Valentin Marin
Author URI: https://valentinmarin.ro
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: wpdevel
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

*/

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}

nav ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}

a {
    margin: 0;
    padding: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
    text-decoration: none;
}

ins {
    background-color: none !important;
    color: #000;
    text-decoration: none;
}

mark {
    background-color: #ff9;
    color: #000;
    font-style: italic;
    font-weight: bold;
}

del {
    text-decoration: line-through;
}

abbr[title], dfn[title] {
    border-bottom: 1px dotted;
    cursor: help;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ddd;
    margin: 1em 0;
    padding: 0;
}

input, select {
    vertical-align: middle;
}

img {
    max-width: 100%;
    height: auto;
}

.clear:before, .clear:after, .clearfix:before, .clearfix:after, .row:before, .row:after {
    content: "";
    display: table;
}

.clear:before, .clear:after, .clearfix:before, .clearfix:after, .row:before, .row:after {
    content: "";
    display: table;
}

*, *:before, *:after {
    box-sizing: border-box;
    outline: 0;
}

.clear:before,
.clear:after {
    content: '';
    display: table;
}

.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

.no-gutters {
    margin-right: 0;
    margin-left: 0;
}

.no-gutters > .col,
.no-gutters > [class*="col-"] {
    padding-right: 0;
    padding-left: 0;
}

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.col {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
}

.col-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
}

.col-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
}

.col-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
}

.col-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
}

.col-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
}

.col-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
}

.col-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}

.col-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
}

.col-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
}

.col-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
}

.col-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
}

.col-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
}

.col-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

.order-first {
    -ms-flex-order: -1;
    order: -1;
}

.order-last {
    -ms-flex-order: 13;
    order: 13;
}

.order-0 {
    -ms-flex-order: 0;
    order: 0;
}

.order-1 {
    -ms-flex-order: 1;
    order: 1;
}

.order-2 {
    -ms-flex-order: 2;
    order: 2;
}

.order-3 {
    -ms-flex-order: 3;
    order: 3;
}

.order-4 {
    -ms-flex-order: 4;
    order: 4;
}

.order-5 {
    -ms-flex-order: 5;
    order: 5;
}

.order-6 {
    -ms-flex-order: 6;
    order: 6;
}

.order-7 {
    -ms-flex-order: 7;
    order: 7;
}

.order-8 {
    -ms-flex-order: 8;
    order: 8;
}

.order-9 {
    -ms-flex-order: 9;
    order: 9;
}

.order-10 {
    -ms-flex-order: 10;
    order: 10;
}

.order-11 {
    -ms-flex-order: 11;
    order: 11;
}

.order-12 {
    -ms-flex-order: 12;
    order: 12;
}

.offset-1 {
    margin-left: 8.333333%;
}

.offset-2 {
    margin-left: 16.666667%;
}

.offset-3 {
    margin-left: 25%;
}

.offset-4 {
    margin-left: 33.333333%;
}

.offset-5 {
    margin-left: 41.666667%;
}

.offset-6 {
    margin-left: 50%;
}

.offset-7 {
    margin-left: 58.333333%;
}

.offset-8 {
    margin-left: 66.666667%;
}

.offset-9 {
    margin-left: 75%;
}

.offset-10 {
    margin-left: 83.333333%;
}

.offset-11 {
    margin-left: 91.666667%;
}

@media (min-width: 576px) {
    .col-sm {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }

    .col-sm-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none;
    }

    .col-sm-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%;
    }

    .col-sm-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }

    .col-sm-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }

    .col-sm-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }

    .col-sm-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }

    .col-sm-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .col-sm-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }

    .col-sm-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }

    .col-sm-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }

    .col-sm-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }

    .col-sm-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%;
    }

    .col-sm-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .order-sm-first {
        -ms-flex-order: -1;
        order: -1;
    }

    .order-sm-last {
        -ms-flex-order: 13;
        order: 13;
    }

    .order-sm-0 {
        -ms-flex-order: 0;
        order: 0;
    }

    .order-sm-1 {
        -ms-flex-order: 1;
        order: 1;
    }

    .order-sm-2 {
        -ms-flex-order: 2;
        order: 2;
    }

    .order-sm-3 {
        -ms-flex-order: 3;
        order: 3;
    }

    .order-sm-4 {
        -ms-flex-order: 4;
        order: 4;
    }

    .order-sm-5 {
        -ms-flex-order: 5;
        order: 5;
    }

    .order-sm-6 {
        -ms-flex-order: 6;
        order: 6;
    }

    .order-sm-7 {
        -ms-flex-order: 7;
        order: 7;
    }

    .order-sm-8 {
        -ms-flex-order: 8;
        order: 8;
    }

    .order-sm-9 {
        -ms-flex-order: 9;
        order: 9;
    }

    .order-sm-10 {
        -ms-flex-order: 10;
        order: 10;
    }

    .order-sm-11 {
        -ms-flex-order: 11;
        order: 11;
    }

    .order-sm-12 {
        -ms-flex-order: 12;
        order: 12;
    }

    .offset-sm-0 {
        margin-left: 0;
    }

    .offset-sm-1 {
        margin-left: 8.333333%;
    }

    .offset-sm-2 {
        margin-left: 16.666667%;
    }

    .offset-sm-3 {
        margin-left: 25%;
    }

    .offset-sm-4 {
        margin-left: 33.333333%;
    }

    .offset-sm-5 {
        margin-left: 41.666667%;
    }

    .offset-sm-6 {
        margin-left: 50%;
    }

    .offset-sm-7 {
        margin-left: 58.333333%;
    }

    .offset-sm-8 {
        margin-left: 66.666667%;
    }

    .offset-sm-9 {
        margin-left: 75%;
    }

    .offset-sm-10 {
        margin-left: 83.333333%;
    }

    .offset-sm-11 {
        margin-left: 91.666667%;
    }
}

@media (min-width: 768px) {
    .col-md {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }

    .col-md-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none;
    }

    .col-md-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%;
    }

    .col-md-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }

    .col-md-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }

    .col-md-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }

    .col-md-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }

    .col-md-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .col-md-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }

    .col-md-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }

    .col-md-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }

    .col-md-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }

    .col-md-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%;
    }

    .col-md-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .order-md-first {
        -ms-flex-order: -1;
        order: -1;
    }

    .order-md-last {
        -ms-flex-order: 13;
        order: 13;
    }

    .order-md-0 {
        -ms-flex-order: 0;
        order: 0;
    }

    .order-md-1 {
        -ms-flex-order: 1;
        order: 1;
    }

    .order-md-2 {
        -ms-flex-order: 2;
        order: 2;
    }

    .order-md-3 {
        -ms-flex-order: 3;
        order: 3;
    }

    .order-md-4 {
        -ms-flex-order: 4;
        order: 4;
    }

    .order-md-5 {
        -ms-flex-order: 5;
        order: 5;
    }

    .order-md-6 {
        -ms-flex-order: 6;
        order: 6;
    }

    .order-md-7 {
        -ms-flex-order: 7;
        order: 7;
    }

    .order-md-8 {
        -ms-flex-order: 8;
        order: 8;
    }

    .order-md-9 {
        -ms-flex-order: 9;
        order: 9;
    }

    .order-md-10 {
        -ms-flex-order: 10;
        order: 10;
    }

    .order-md-11 {
        -ms-flex-order: 11;
        order: 11;
    }

    .order-md-12 {
        -ms-flex-order: 12;
        order: 12;
    }

    .offset-md-0 {
        margin-left: 0;
    }

    .offset-md-1 {
        margin-left: 8.333333%;
    }

    .offset-md-2 {
        margin-left: 16.666667%;
    }

    .offset-md-3 {
        margin-left: 25%;
    }

    .offset-md-4 {
        margin-left: 33.333333%;
    }

    .offset-md-5 {
        margin-left: 41.666667%;
    }

    .offset-md-6 {
        margin-left: 50%;
    }

    .offset-md-7 {
        margin-left: 58.333333%;
    }

    .offset-md-8 {
        margin-left: 66.666667%;
    }

    .offset-md-9 {
        margin-left: 75%;
    }

    .offset-md-10 {
        margin-left: 83.333333%;
    }

    .offset-md-11 {
        margin-left: 91.666667%;
    }
}

@media (min-width: 992px) {
    .col-lg {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }

    .col-lg-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none;
    }

    .col-lg-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%;
    }

    .col-lg-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }

    .col-lg-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }

    .col-lg-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }

    .col-lg-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }

    .col-lg-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .col-lg-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }

    .col-lg-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }

    .col-lg-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }

    .col-lg-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }

    .col-lg-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%;
    }

    .col-lg-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .order-lg-first {
        -ms-flex-order: -1;
        order: -1;
    }

    .order-lg-last {
        -ms-flex-order: 13;
        order: 13;
    }

    .order-lg-0 {
        -ms-flex-order: 0;
        order: 0;
    }

    .order-lg-1 {
        -ms-flex-order: 1;
        order: 1;
    }

    .order-lg-2 {
        -ms-flex-order: 2;
        order: 2;
    }

    .order-lg-3 {
        -ms-flex-order: 3;
        order: 3;
    }

    .order-lg-4 {
        -ms-flex-order: 4;
        order: 4;
    }

    .order-lg-5 {
        -ms-flex-order: 5;
        order: 5;
    }

    .order-lg-6 {
        -ms-flex-order: 6;
        order: 6;
    }

    .order-lg-7 {
        -ms-flex-order: 7;
        order: 7;
    }

    .order-lg-8 {
        -ms-flex-order: 8;
        order: 8;
    }

    .order-lg-9 {
        -ms-flex-order: 9;
        order: 9;
    }

    .order-lg-10 {
        -ms-flex-order: 10;
        order: 10;
    }

    .order-lg-11 {
        -ms-flex-order: 11;
        order: 11;
    }

    .order-lg-12 {
        -ms-flex-order: 12;
        order: 12;
    }

    .offset-lg-0 {
        margin-left: 0;
    }

    .offset-lg-1 {
        margin-left: 8.333333%;
    }

    .offset-lg-2 {
        margin-left: 16.666667%;
    }

    .offset-lg-3 {
        margin-left: 25%;
    }

    .offset-lg-4 {
        margin-left: 33.333333%;
    }

    .offset-lg-5 {
        margin-left: 41.666667%;
    }

    .offset-lg-6 {
        margin-left: 50%;
    }

    .offset-lg-7 {
        margin-left: 58.333333%;
    }

    .offset-lg-8 {
        margin-left: 66.666667%;
    }

    .offset-lg-9 {
        margin-left: 75%;
    }

    .offset-lg-10 {
        margin-left: 83.333333%;
    }

    .offset-lg-11 {
        margin-left: 91.666667%;
    }
}

@media (min-width: 1200px) {
    .col-xl {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }

    .col-xl-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none;
    }

    .col-xl-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%;
    }

    .col-xl-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }

    .col-xl-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }

    .col-xl-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }

    .col-xl-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }

    .col-xl-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .col-xl-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }

    .col-xl-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }

    .col-xl-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }

    .col-xl-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }

    .col-xl-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%;
    }

    .col-xl-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .order-xl-first {
        -ms-flex-order: -1;
        order: -1;
    }

    .order-xl-last {
        -ms-flex-order: 13;
        order: 13;
    }

    .order-xl-0 {
        -ms-flex-order: 0;
        order: 0;
    }

    .order-xl-1 {
        -ms-flex-order: 1;
        order: 1;
    }

    .order-xl-2 {
        -ms-flex-order: 2;
        order: 2;
    }

    .order-xl-3 {
        -ms-flex-order: 3;
        order: 3;
    }

    .order-xl-4 {
        -ms-flex-order: 4;
        order: 4;
    }

    .order-xl-5 {
        -ms-flex-order: 5;
        order: 5;
    }

    .order-xl-6 {
        -ms-flex-order: 6;
        order: 6;
    }

    .order-xl-7 {
        -ms-flex-order: 7;
        order: 7;
    }

    .order-xl-8 {
        -ms-flex-order: 8;
        order: 8;
    }

    .order-xl-9 {
        -ms-flex-order: 9;
        order: 9;
    }

    .order-xl-10 {
        -ms-flex-order: 10;
        order: 10;
    }

    .order-xl-11 {
        -ms-flex-order: 11;
        order: 11;
    }

    .order-xl-12 {
        -ms-flex-order: 12;
        order: 12;
    }

    .offset-xl-0 {
        margin-left: 0;
    }

    .offset-xl-1 {
        margin-left: 8.333333%;
    }

    .offset-xl-2 {
        margin-left: 16.666667%;
    }

    .offset-xl-3 {
        margin-left: 25%;
    }

    .offset-xl-4 {
        margin-left: 33.333333%;
    }

    .offset-xl-5 {
        margin-left: 41.666667%;
    }

    .offset-xl-6 {
        margin-left: 50%;
    }

    .offset-xl-7 {
        margin-left: 58.333333%;
    }

    .offset-xl-8 {
        margin-left: 66.666667%;
    }

    .offset-xl-9 {
        margin-left: 75%;
    }

    .offset-xl-10 {
        margin-left: 83.333333%;
    }

    .offset-xl-11 {
        margin-left: 91.666667%;
    }
}

.d-none {
    display: none !important;
}

.d-inline {
    display: inline !important;
}

.d-inline-block {
    display: inline-block !important;
}

.d-block {
    display: block !important;
}

.d-table {
    display: table !important;
}

.d-table-row {
    display: table-row !important;
}

.d-table-cell {
    display: table-cell !important;
}

.d-flex {
    display: -ms-flexbox !important;
    display: flex !important;
}

.d-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
}

@media (min-width: 576px) {
    .d-sm-none {
        display: none !important;
    }

    .d-sm-inline {
        display: inline !important;
    }

    .d-sm-inline-block {
        display: inline-block !important;
    }

    .d-sm-block {
        display: block !important;
    }

    .d-sm-table {
        display: table !important;
    }

    .d-sm-table-row {
        display: table-row !important;
    }

    .d-sm-table-cell {
        display: table-cell !important;
    }

    .d-sm-flex {
        display: -ms-flexbox !important;
        display: flex !important;
    }

    .d-sm-inline-flex {
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
    }
}

@media (min-width: 768px) {
    .d-md-none {
        display: none !important;
    }

    .d-md-inline {
        display: inline !important;
    }

    .d-md-inline-block {
        display: inline-block !important;
    }

    .d-md-block {
        display: block !important;
    }

    .d-md-table {
        display: table !important;
    }

    .d-md-table-row {
        display: table-row !important;
    }

    .d-md-table-cell {
        display: table-cell !important;
    }

    .d-md-flex {
        display: -ms-flexbox !important;
        display: flex !important;
    }

    .d-md-inline-flex {
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
    }
}

@media (min-width: 992px) {
    .d-lg-none {
        display: none !important;
    }

    .d-lg-inline {
        display: inline !important;
    }

    .d-lg-inline-block {
        display: inline-block !important;
    }

    .d-lg-block {
        display: block !important;
    }

    .d-lg-table {
        display: table !important;
    }

    .d-lg-table-row {
        display: table-row !important;
    }

    .d-lg-table-cell {
        display: table-cell !important;
    }

    .d-lg-flex {
        display: -ms-flexbox !important;
        display: flex !important;
    }

    .d-lg-inline-flex {
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
    }
}

@media (min-width: 1200px) {
    .d-xl-none {
        display: none !important;
    }

    .d-xl-inline {
        display: inline !important;
    }

    .d-xl-inline-block {
        display: inline-block !important;
    }

    .d-xl-block {
        display: block !important;
    }

    .d-xl-table {
        display: table !important;
    }

    .d-xl-table-row {
        display: table-row !important;
    }

    .d-xl-table-cell {
        display: table-cell !important;
    }

    .d-xl-flex {
        display: -ms-flexbox !important;
        display: flex !important;
    }

    .d-xl-inline-flex {
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
    }
}

@media print {
    .d-print-none {
        display: none !important;
    }

    .d-print-inline {
        display: inline !important;
    }

    .d-print-inline-block {
        display: inline-block !important;
    }

    .d-print-block {
        display: block !important;
    }

    .d-print-table {
        display: table !important;
    }

    .d-print-table-row {
        display: table-row !important;
    }

    .d-print-table-cell {
        display: table-cell !important;
    }

    .d-print-flex {
        display: -ms-flexbox !important;
        display: flex !important;
    }

    .d-print-inline-flex {
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
    }
}

.flex-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
}

.flex-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
}

.flex-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
}

.flex-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
}

.flex-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
}

.flex-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
}

.flex-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
}

.flex-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
}

.flex-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
}

.flex-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
}

.flex-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
}

.justify-content-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
}

.justify-content-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
}

.justify-content-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
}

.justify-content-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
}

.justify-content-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
}

.align-items-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
}

.align-items-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
}

.align-items-center {
    -ms-flex-align: center !important;
    align-items: center !important;
}

.align-items-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
}

.align-items-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
}

.align-content-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
}

.align-content-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
}

.align-content-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
}

.align-content-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
}

.align-content-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
}

.align-content-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
}

.align-self-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
}

.align-self-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
}

.align-self-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
}

.align-self-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
}

.align-self-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
}

.align-self-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
}

@media (min-width: 576px) {
    .flex-sm-row {
        -ms-flex-direction: row !important;
        flex-direction: row !important;
    }

    .flex-sm-column {
        -ms-flex-direction: column !important;
        flex-direction: column !important;
    }

    .flex-sm-row-reverse {
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important;
    }

    .flex-sm-column-reverse {
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important;
    }

    .flex-sm-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
    }

    .flex-sm-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
    }

    .flex-sm-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
    }

    .flex-sm-fill {
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important;
    }

    .flex-sm-grow-0 {
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important;
    }

    .flex-sm-grow-1 {
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important;
    }

    .flex-sm-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
    }

    .flex-sm-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
    }

    .justify-content-sm-start {
        -ms-flex-pack: start !important;
        justify-content: flex-start !important;
    }

    .justify-content-sm-end {
        -ms-flex-pack: end !important;
        justify-content: flex-end !important;
    }

    .justify-content-sm-center {
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }

    .justify-content-sm-between {
        -ms-flex-pack: justify !important;
        justify-content: space-between !important;
    }

    .justify-content-sm-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
    }

    .align-items-sm-start {
        -ms-flex-align: start !important;
        align-items: flex-start !important;
    }

    .align-items-sm-end {
        -ms-flex-align: end !important;
        align-items: flex-end !important;
    }

    .align-items-sm-center {
        -ms-flex-align: center !important;
        align-items: center !important;
    }

    .align-items-sm-baseline {
        -ms-flex-align: baseline !important;
        align-items: baseline !important;
    }

    .align-items-sm-stretch {
        -ms-flex-align: stretch !important;
        align-items: stretch !important;
    }

    .align-content-sm-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
    }

    .align-content-sm-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
    }

    .align-content-sm-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important;
    }

    .align-content-sm-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
    }

    .align-content-sm-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
    }

    .align-content-sm-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
    }

    .align-self-sm-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important;
    }

    .align-self-sm-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important;
    }

    .align-self-sm-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important;
    }

    .align-self-sm-center {
        -ms-flex-item-align: center !important;
        align-self: center !important;
    }

    .align-self-sm-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
    }

    .align-self-sm-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
    }
}

@media (min-width: 768px) {
    .flex-md-row {
        -ms-flex-direction: row !important;
        flex-direction: row !important;
    }

    .flex-md-column {
        -ms-flex-direction: column !important;
        flex-direction: column !important;
    }

    .flex-md-row-reverse {
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important;
    }

    .flex-md-column-reverse {
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important;
    }

    .flex-md-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
    }

    .flex-md-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
    }

    .flex-md-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
    }

    .flex-md-fill {
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important;
    }

    .flex-md-grow-0 {
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important;
    }

    .flex-md-grow-1 {
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important;
    }

    .flex-md-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
    }

    .flex-md-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
    }

    .justify-content-md-start {
        -ms-flex-pack: start !important;
        justify-content: flex-start !important;
    }

    .justify-content-md-end {
        -ms-flex-pack: end !important;
        justify-content: flex-end !important;
    }

    .justify-content-md-center {
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }

    .justify-content-md-between {
        -ms-flex-pack: justify !important;
        justify-content: space-between !important;
    }

    .justify-content-md-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
    }

    .align-items-md-start {
        -ms-flex-align: start !important;
        align-items: flex-start !important;
    }

    .align-items-md-end {
        -ms-flex-align: end !important;
        align-items: flex-end !important;
    }

    .align-items-md-center {
        -ms-flex-align: center !important;
        align-items: center !important;
    }

    .align-items-md-baseline {
        -ms-flex-align: baseline !important;
        align-items: baseline !important;
    }

    .align-items-md-stretch {
        -ms-flex-align: stretch !important;
        align-items: stretch !important;
    }

    .align-content-md-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
    }

    .align-content-md-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
    }

    .align-content-md-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important;
    }

    .align-content-md-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
    }

    .align-content-md-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
    }

    .align-content-md-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
    }

    .align-self-md-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important;
    }

    .align-self-md-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important;
    }

    .align-self-md-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important;
    }

    .align-self-md-center {
        -ms-flex-item-align: center !important;
        align-self: center !important;
    }

    .align-self-md-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
    }

    .align-self-md-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
    }
}

@media (min-width: 992px) {
    .flex-lg-row {
        -ms-flex-direction: row !important;
        flex-direction: row !important;
    }

    .flex-lg-column {
        -ms-flex-direction: column !important;
        flex-direction: column !important;
    }

    .flex-lg-row-reverse {
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important;
    }

    .flex-lg-column-reverse {
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important;
    }

    .flex-lg-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
    }

    .flex-lg-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
    }

    .flex-lg-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
    }

    .flex-lg-fill {
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important;
    }

    .flex-lg-grow-0 {
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important;
    }

    .flex-lg-grow-1 {
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important;
    }

    .flex-lg-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
    }

    .flex-lg-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
    }

    .justify-content-lg-start {
        -ms-flex-pack: start !important;
        justify-content: flex-start !important;
    }

    .justify-content-lg-end {
        -ms-flex-pack: end !important;
        justify-content: flex-end !important;
    }

    .justify-content-lg-center {
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }

    .justify-content-lg-between {
        -ms-flex-pack: justify !important;
        justify-content: space-between !important;
    }

    .justify-content-lg-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
    }

    .align-items-lg-start {
        -ms-flex-align: start !important;
        align-items: flex-start !important;
    }

    .align-items-lg-end {
        -ms-flex-align: end !important;
        align-items: flex-end !important;
    }

    .align-items-lg-center {
        -ms-flex-align: center !important;
        align-items: center !important;
    }

    .align-items-lg-baseline {
        -ms-flex-align: baseline !important;
        align-items: baseline !important;
    }

    .align-items-lg-stretch {
        -ms-flex-align: stretch !important;
        align-items: stretch !important;
    }

    .align-content-lg-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
    }

    .align-content-lg-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
    }

    .align-content-lg-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important;
    }

    .align-content-lg-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
    }

    .align-content-lg-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
    }

    .align-content-lg-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
    }

    .align-self-lg-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important;
    }

    .align-self-lg-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important;
    }

    .align-self-lg-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important;
    }

    .align-self-lg-center {
        -ms-flex-item-align: center !important;
        align-self: center !important;
    }

    .align-self-lg-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
    }

    .align-self-lg-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
    }
}

@media (min-width: 1200px) {
    .flex-xl-row {
        -ms-flex-direction: row !important;
        flex-direction: row !important;
    }

    .flex-xl-column {
        -ms-flex-direction: column !important;
        flex-direction: column !important;
    }

    .flex-xl-row-reverse {
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important;
    }

    .flex-xl-column-reverse {
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important;
    }

    .flex-xl-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
    }

    .flex-xl-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
    }

    .flex-xl-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
    }

    .flex-xl-fill {
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important;
    }

    .flex-xl-grow-0 {
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important;
    }

    .flex-xl-grow-1 {
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important;
    }

    .flex-xl-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
    }

    .flex-xl-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
    }

    .justify-content-xl-start {
        -ms-flex-pack: start !important;
        justify-content: flex-start !important;
    }

    .justify-content-xl-end {
        -ms-flex-pack: end !important;
        justify-content: flex-end !important;
    }

    .justify-content-xl-center {
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }

    .justify-content-xl-between {
        -ms-flex-pack: justify !important;
        justify-content: space-between !important;
    }

    .justify-content-xl-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
    }

    .align-items-xl-start {
        -ms-flex-align: start !important;
        align-items: flex-start !important;
    }

    .align-items-xl-end {
        -ms-flex-align: end !important;
        align-items: flex-end !important;
    }

    .align-items-xl-center {
        -ms-flex-align: center !important;
        align-items: center !important;
    }

    .align-items-xl-baseline {
        -ms-flex-align: baseline !important;
        align-items: baseline !important;
    }

    .align-items-xl-stretch {
        -ms-flex-align: stretch !important;
        align-items: stretch !important;
    }

    .align-content-xl-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
    }

    .align-content-xl-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
    }

    .align-content-xl-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important;
    }

    .align-content-xl-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
    }

    .align-content-xl-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
    }

    .align-content-xl-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
    }

    .align-self-xl-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important;
    }

    .align-self-xl-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important;
    }

    .align-self-xl-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important;
    }

    .align-self-xl-center {
        -ms-flex-item-align: center !important;
        align-self: center !important;
    }

    .align-self-xl-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
    }

    .align-self-xl-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
    }
}

@font-face {
    font-family: 'alux';
    src: url('assets/font/alux.eot?72933123');
    src: url('assets/font/alux.eot?72933123#iefix') format('embedded-opentype'),
    url('assets/font/alux.woff2?72933123') format('woff2'),
    url('assets/font/alux.woff?72933123') format('woff'),
    url('assets/font/alux.ttf?72933123') format('truetype'),
    url('assets/font/alux.svg?72933123#alux') format('svg');
    font-weight: normal;
    font-style: normal;
}

[class^="icon-"]:before, [class*=" icon-"]:before {
    font-family: "alux";
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    margin-right: .2em;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    margin-left: .2em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;

}

.icon-alux:before { content: '\e800'; } /* '' */
.icon-community:before { content: '\e801'; } /* '' */
.icon-money:before { content: '\e802'; } /* '' */
.icon-up:before { content: '\e803'; } /* '' */
.icon-thumbs-up:before { content: '\e804'; } /* '' */
.icon-twitter:before { content: '\e805'; } /* '' */
.icon-mail:before { content: '\e806'; } /* '' */
.icon-down:before { content: '\e807'; } /* '' */
.icon-thumbs-down:before { content: '\e808'; } /* '' */
.icon-play:before { content: '\e809'; } /* '' */
.icon-comments:before { content: '\e80a'; } /* '' */
.icon-heart:before { content: '\e80b'; } /* '' */
.icon-rss:before { content: '\e80c'; } /* '' */
.icon-stories:before { content: '\e80d'; } /* '' */
.icon-ethnicity:before { content: '\e80e'; } /* '' */
.icon-upload:before { content: '\e80f'; } /* '' */
.icon-podcast:before { content: '\e810'; } /* '' */
.icon-camera:before { content: '\e811'; } /* '' */
.icon-instagram:before { content: '\e812'; } /* '' */
.icon-story:before { content: '\e813'; } /* '' */
.icon-close:before { content: '\e814'; } /* '' */
.icon-reply:before { content: '\e815'; } /* '' */
.icon-menu:before { content: '\e816'; } /* '' */
.icon-heart-empty:before { content: '\e817'; } /* '' */
.icon-user:before { content: '\e818'; } /* '' */
.icon-cart:before { content: '\e819'; } /* '' */
.icon-pinterest:before { content: '\e81a'; } /* '' */
.icon-left:before { content: '\e81b'; } /* '' */
.icon-edit:before { content: '\e81c'; } /* '' */
.icon-video:before { content: '\e81d'; } /* '' */
.icon-settings:before { content: '\e81e'; } /* '' */
.icon-right:before { content: '\e81f'; } /* '' */
.icon-facebook:before { content: '\e820'; } /* '' */
.icon-location:before { content: '\e821'; } /* '' */
.icon-logout:before { content: '\e822'; } /* '' */
.icon-photo:before { content: '\e823'; } /* '' */
.icon-search:before { content: '\e824'; } /* '' */
.icon-globe:before { content: '\e825'; } /* '' */
.icon-home:before { content: '\e826'; } /* '' */
.icon-logo-alux:before { content: '\e82a'; } /* '' */
.icon-suitcase:before { content: '\f0f2'; } /* '' */
.icon-youtube:before { content: '\f167'; } /* '' */
.icon-birthday:before { content: '\f1fd'; } /* '' */

.icon-logo-alux:before {
    width: auto;
    margin: 0;
}

/*--------------------------------------------------------------
# Links
--------------------------------------------------------------*/

a {
    color: #0093E3;
    text-decoration: none;
}

a:hover {
    color: #4a545a;
    text-decoration: none;
}

a:hover, a:active {
    outline: 0;
}

a img {
    vertical-align: top;
    display: block;
}

/*--------------------------------------------------------------
# Inputs and buttons
--------------------------------------------------------------*/

button, input[type="button"], input[type="reset"], input[type="submit"], .button {
    background: none;
    border: 2px solid #0093e3;
    border-radius: 4px;
    color: #0093e3;
    display: inline-block;
    font-weight: 400;
    padding: 10px 25px;
    font-size: 1.3rem;
    cursor: pointer;
    text-transform: uppercase;
    font-weight: 400;
    font-family: 'Open Sans', sans-serif;
}

button:hover, input[type="button"]:hover, input[type="reset"]:hover, input[type="submit"]:hover, .button:hover {
    background: #0093e3;
    color: #fff;
}

input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], textarea {
    font-family: 'Open Sans', sans-serif;
    border-radius: 3px;
    box-sizing: border-box;
    font-size: 1.3rem;
    padding: 10px 20px;
    max-width: 100%;
    -webkit-appearance: none;
    color: #999;
    background: #eee;
    border: 2px solid #0093e3;
}

input[type="text"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="password"]:focus, input[type="search"]:focus, textarea:focus {
    color: #111;
    background: #FFF;
}

textarea {
    max-width: 100%;
}

.btn-default {
    background: none;
    color: #D31B2A;
    font-weight: 300;
}

.btn-success {

}

.btn-info {
    background: #1B8CD3;
}

.btn-danger {
    background: #CC0000;
}

.btn-large {
    padding: 20px 50px;
}

.btn-medium {
    padding: 10px 20px;
}

.btn-small {
    padding: 5px 10px;
}

.btn-group {
    display: flex;
    justify-content: space-between;
}

.btn-group button {
    width: 48%;
}

.btn-group button:last-of-type {
    margin-right: 0;
}

/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.7.0
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2018 Daniel Eden
 */

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@-webkit-keyframes headShake {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    6.5% {
        -webkit-transform: translateX(-6px) rotateY(-9deg);
        transform: translateX(-6px) rotateY(-9deg);
    }

    18.5% {
        -webkit-transform: translateX(5px) rotateY(7deg);
        transform: translateX(5px) rotateY(7deg);
    }

    31.5% {
        -webkit-transform: translateX(-3px) rotateY(-5deg);
        transform: translateX(-3px) rotateY(-5deg);
    }

    43.5% {
        -webkit-transform: translateX(2px) rotateY(3deg);
        transform: translateX(2px) rotateY(3deg);
    }

    50% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@keyframes headShake {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    6.5% {
        -webkit-transform: translateX(-6px) rotateY(-9deg);
        transform: translateX(-6px) rotateY(-9deg);
    }

    18.5% {
        -webkit-transform: translateX(5px) rotateY(7deg);
        transform: translateX(5px) rotateY(7deg);
    }

    31.5% {
        -webkit-transform: translateX(-3px) rotateY(-5deg);
        transform: translateX(-3px) rotateY(-5deg);
    }

    43.5% {
        -webkit-transform: translateX(2px) rotateY(3deg);
        transform: translateX(2px) rotateY(3deg);
    }

    50% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

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

    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: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

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

    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: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

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

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

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

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

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

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

@-webkit-keyframes heartBeat {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    14% {
        -webkit-transform: scale(1.3);
        transform: scale(1.3);
    }

    28% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    42% {
        -webkit-transform: scale(1.3);
        transform: scale(1.3);
    }

    70% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes heartBeat {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    14% {
        -webkit-transform: scale(1.3);
        transform: scale(1.3);
    }

    28% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    42% {
        -webkit-transform: scale(1.3);
        transform: scale(1.3);
    }

    70% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

.heartBeat {
    -webkit-animation-name: heartBeat;
    animation-name: heartBeat;
    -webkit-animation-duration: 1.3s;
    animation-duration: 1.3s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.bounceIn {
    -webkit-animation-duration: 0.75s;
    animation-duration: 0.75s;
    -webkit-animation-name: bounceIn;
    animation-name: bounceIn;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.bounceOut {
    -webkit-animation-duration: 0.75s;
    animation-duration: 0.75s;
    -webkit-animation-name: bounceOut;
    animation-name: bounceOut;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    to {
        opacity: 1;
    }
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.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: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

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

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

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

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

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

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

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

.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: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    to {
        opacity: 0;
    }
}

@keyframes fadeOut {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
    }
}

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

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

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

@keyframes fadeOutDown {
    from {
        opacity: 1;
    }

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

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

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

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

@keyframes fadeOutDownBig {
    from {
        opacity: 1;
    }

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

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

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

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

@keyframes fadeOutLeft {
    from {
        opacity: 1;
    }

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

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

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

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

@keyframes fadeOutLeftBig {
    from {
        opacity: 1;
    }

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

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

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

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

@keyframes fadeOutRight {
    from {
        opacity: 1;
    }

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

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

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

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

@keyframes fadeOutRightBig {
    from {
        opacity: 1;
    }

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

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

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

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

@keyframes fadeOutUp {
    from {
        opacity: 1;
    }

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

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

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

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

@keyframes fadeOutUpBig {
    from {
        opacity: 1;
    }

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

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

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

    40% {
        -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
        transform: perspective(400px) scale3d(1, 1, 1) 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) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
        transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }

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

    to {
        -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
        transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
}

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

    40% {
        -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
        transform: perspective(400px) scale3d(1, 1, 1) 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) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
        transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }

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

    to {
        -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
        transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@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);
    }

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

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

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

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

@keyframes lightSpeedOut {
    from {
        opacity: 1;
    }

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

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

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

    to {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        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: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1;
    }
}

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

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

    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        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: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1;
    }
}

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

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

    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        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: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1;
    }
}

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

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

    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        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: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1;
    }
}

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

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

    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        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: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1;
    }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@-webkit-keyframes jackInTheBox {
    from {
        opacity: 0;
        -webkit-transform: scale(0.1) rotate(30deg);
        transform: scale(0.1) rotate(30deg);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
    }

    50% {
        -webkit-transform: rotate(-10deg);
        transform: rotate(-10deg);
    }

    70% {
        -webkit-transform: rotate(3deg);
        transform: rotate(3deg);
    }

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

@keyframes jackInTheBox {
    from {
        opacity: 0;
        -webkit-transform: scale(0.1) rotate(30deg);
        transform: scale(0.1) rotate(30deg);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
    }

    50% {
        -webkit-transform: rotate(-10deg);
        transform: rotate(-10deg);
    }

    70% {
        -webkit-transform: rotate(3deg);
        transform: rotate(3deg);
    }

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

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

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

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

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

@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: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

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

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

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

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

@keyframes rollOut {
    from {
        opacity: 1;
    }

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

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

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

    50% {
        opacity: 1;
    }
}

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

    50% {
        opacity: 1;
    }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    to {
        opacity: 0;
    }
}

@keyframes zoomOut {
    from {
        opacity: 1;
    }

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

    to {
        opacity: 0;
    }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.animated.delay-1s {
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
}

.animated.delay-2s {
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
}

.animated.delay-3s {
    -webkit-animation-delay: 3s;
    animation-delay: 3s;
}

.animated.delay-4s {
    -webkit-animation-delay: 4s;
    animation-delay: 4s;
}

.animated.delay-5s {
    -webkit-animation-delay: 5s;
    animation-delay: 5s;
}

.animated.fast {
    -webkit-animation-duration: 800ms;
    animation-duration: 800ms;
}

.animated.faster {
    -webkit-animation-duration: 500ms;
    animation-duration: 500ms;
}

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

.animated.slower {
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
}

@media (prefers-reduced-motion) {
    .animated {
        -webkit-animation: unset !important;
        animation: unset !important;
        -webkit-transition: none !important;
        transition: none !important;
    }
}

/*--------------------------------------------------------------
# General Structure
--------------------------------------------------------------*/

html {
    font-size: 62.5%;
}

body {
    font-family: 'Open Sans', sans-serif;
    font-size: 1.55rem;
    line-height: normal;
    background: #FFF;
    color: #181a2b;
    font-weight: 400;
    overflow-x: hidden;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    height: 100%;
    margin: 0;
    padding: 0;
}

.container {
    max-width: 1600px;
    margin: 0 auto;
    padding: 0 20px;
    position: relative;
    min-width: 320px;
}

.container-large {
    max-width: 100%;
    margin: 0 auto;
    padding: 0 20px;
    position: relative;
    min-width: 320px;
}

/*--------------------------------------------------------------
# Plugins and Icon Fonts
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Headings
--------------------------------------------------------------*/

h1, h2, h3, h4, h5, h6 {
    font-family: 'Playfair Display', serif;
    font-weight: 400;
}

h1 {
    font-size: 3rem;
}

h2 {
    font-size: 2.8rem;
}

h3 {
    font-size: 2.6rem;
}

h4 {
    font-size: 2.4rem;
}

h5 {
    font-size: 2.2rem;
}

h6 {
    font-size: 2rem;
}

/*--------------------------------------------------------------
# Header & Navigation for home and normal
--------------------------------------------------------------*/

.site-content {
    padding-top: 70px;
    padding-bottom: 80px;
}

.site-header {
    position: fixed;
    width: 100%;
    z-index: 100;
    transition: ease-in 0.5s;
    height: 70px;
}

.transparent-header {
    background: none;
}

.white-header {
    background: #FFF;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
}

.sticky-head {
    background: #FFF;
    transition: ease-in 0.5s;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
}

.site-header .site-branding {
    position: absolute;
    font-size: 6rem;
    background: #FFF;
    line-height: 1;
    left: 0;
    right: 0;
    width: 90px;
    top: 0;
    margin: 0 auto;
    text-align: center;
    height: 70px;
    overflow: hidden;
}

.transparent-header .site-branding {
    padding: 20px 0;
    height: 100px;
    transition: ease-in 0.1s;
}

.sticky-head .site-branding {
    padding: 0;
    height: 70px;
    transition: ease-in 0.1s;
}

.sticky-head .site-branding {
    font-size: 4rem;
    padding-top: 15px;
}

.site-header .site-branding a {
    display: block;
}

.site-header .right-top-menu {
    position: absolute;
    height: 70px;
    right: 20px;
    top: 0;
}

.site-header .right-top-menu .searchtop {
    float: left;
    position: relative;
    margin-right: 30px;
    margin-top: 15px;
}

.site-header .right-top-menu .searchtop form {
    position: relative;
}

.site-header .right-top-menu .searchtop input[type="search"] {
    border-radius: 999rem;
}

.transparent-header .right-top-menu .searchtop input[type="search"] {
    border-color: #fff;
    background: none;
    color: #FFF;
}

.site-header .right-top-menu .searchtop button {
    padding: 0;
    border: none;
    font-size: 1.6rem;
    position: absolute;
    right: 15px;
    top: 9px;
}

.site-header .right-top-menu .searchtop button:hover {
    background: none;
}

.transparent-header .right-top-menu .searchtop button {
    color: #FFF;
}

.site-header .right-top-menu .user-options {
    float: left;
    line-height: 70px;
}

.site-header .right-top-menu .user-options a {
    font-size: 2rem;
}

.transparent-header .right-top-menu .user-options a {
    color: #FFF;
}

.sticky-head .right-top-menu .user-options a {
    color: #525252;
}

.sticky-head .right-top-menu .searchtop input[type="search"] {
    border-color: #525252;
    color: #525252;
}

.sticky-head .right-top-menu .searchtop button {
    color: #525252;
}

.white-header .right-top-menu .user-options a {
    color: #525252;
}

.white-header .right-top-menu .searchtop input[type="search"] {
    border-color: #525252;
    color: #525252;
    background: none;
}

.white-header .right-top-menu .searchtop input[type="search"]:focus {
    border-color: #0093e3;
}

.white-header .right-top-menu .searchtop button {
    color: #525252;
}

.main-navigation {
    display: block;
    position: relative;
}

.main-navigation .menu-item-has-children {

}

.main-navigation .menu-item-has-children:after {
    content: '\e807';
    font-family: 'alux';
    font-size: 1rem;
    margin-left: 5px;
}

.transparent-header .menu-item-has-children:after {
    color: #fff;
}

.sticky-head .menu-item-has-children:after {
    color: #525252
}

.sticky-head .menu-item-has-children:after {

}

.main-navigation ul {
    padding: 0;
    margin: 0;
}

.main-navigation li {
    line-height: 70px;
    float: left;
    margin-right: 30px;
    font-size: 1.35rem;
    position: relative;
}

.main-navigation li:last-of-type {
    margin-right: 0;
}

.main-navigation li a {
    text-transform: uppercase;
    font-weight: 600;
}

.white-header .main-navigation li a {
    color: #525252;
}

.white-header .main-navigation li a:hover {
    color: #000;
}

.transparent-header .main-navigation li a {
    color: #fff;
    text-shadow: -1px 1px 0 rgba(0, 0, 0, 0.2);
}

.sticky-head .main-navigation li a {
    color: #525252;
    text-shadow: none;
}

.main-navigation li ul {
    position: absolute;
    top: 67px;
    width: 180px;
    background: #FFF;
    border-radius: 3px;
    display: none;
}

.main-navigation li:hover > ul {
    display: block;
}

.main-navigation li ul:before {
    content: '';
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 8px solid #fff;
    position: absolute;
    right: 0;
    left: 0;
    margin: 0 auto;
    top: -7px;
}

.main-navigation li ul li {
    line-height: normal;
    margin-right: 0;
    padding: 10px;
    font-size: 1.3rem;
    float: none;
}

.main-navigation li ul li a {
    color: #525252;
    text-transform: none;

}

.transparent-header .main-navigation li ul li a {
    color: #525252;
    text-shadow: none;
}

.white-header .site-branding {
    background: #0093e3;
    color: #fff;
}

.white-header .site-branding a {
    color: #FFF;
}

#mobile-menu {
    display: none;
}

/*--------------------------------------------------------------
# Home
--------------------------------------------------------------*/

.main-homepage {
    margin-top: -120px;
    overflow: hidden;
    position: relative;
    display: flex;
    align-content: center;
    align-items: center;
    padding-top: 20rem;
    padding-bottom: 20rem;
}

.main-homepage video {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    height: auto;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

#curveUpColor {
    position: absolute;
    bottom: 0;
    fill: #eeeeee;
}

.main-homepage .content {
    text-align: center;
    z-index: 5;
    position: relative;
    color: #fff;
}

.main-homepage h3 {
    font-family: 'Open Sans', sans-serif;
    font-size: 4.5rem;
    text-transform: uppercase;
    text-shadow: 1px -1px 0 rgba(0, 0, 0, 0.1);
    font-weight: 700;
}

.main-homepage h4 {
    font-size: 3.5rem;
    font-style: italic;
    font-weight: 400;
    margin-bottom: 100px;
    text-shadow: 1px -1px 0 rgba(0, 0, 0, 0.1);
}

.main-homepage .user-action {
    margin: 0 auto;
}

.main-homepage .user-action p {
    text-transform: uppercase;
    font-weight: 600;
    text-shadow: 1px -1px 0 rgba(0, 0, 0, 0.1);
    max-width: 350px;
    margin: 0 auto;
}

.main-homepage .user-action .btns {
    margin-top: 30px;
}

.main-homepage .user-action .btn {
    display: inline-block;
    padding: 10px 0;
    background: #0093e3;
    min-width: 200px;
    font-size: 1.3rem;
    text-align: center;
    border-radius: 3px;
    font-weight: 600;
    color: #FFF;
    margin-right: 30px;
}

.main-homepage .user-action .btn:hover {
    background: #0B70A6;
}

.main-homepage .user-action .btn:last-of-type {
    margin-right: 0;
}

/*--------------------------------------------------------------
# General Usable Classes
--------------------------------------------------------------*/

.archive-head-section {
    background-size: cover;
    padding: 90px 0;
    position: relative;
    background-color: #333;
    margin-bottom: 50px;
}

.archive-head-section:after {
    content: '';
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    width: 100%;
    height: 100%;
    display: block;
    top: 0;
}

.archive-head-section .description {
    position: relative;
    z-index: 4;
}

.archive-head-section .description h4 {
    font-size: 3rem;
    font-weight: 400;
    color: #fff;
}

.archive-head-section .description h4::after {
    content: '';
    display: block;
    width: 10%;
    margin: 20px 0;
    background: #fff;
    height: 2px;
}

.archive-head-section .description h5 {
    margin-bottom: 30px;
    color: #fff;
    font-style: italic;
    font-size: 1.8rem;
    font-weight: 400;
}

.community-section-archive {
    background-image: url(assets/images/community.jpg);
}

.section-heading {
    text-align: center;
    margin-bottom: 80px;
}

.section-heading h4 {
    font-size: 4rem;
    font-weight: 400;
    margin-bottom: 10px;
}

.section-heading h5 {
    font-size: 2.5rem;
    font-weight: 400;
    font-style: italic;
    color: #7c7c7c;
}

.view-more {
    text-align: center;
    font-weight: 400;
    font-size: 1.4rem;
}

.view-more a {
    border-bottom: 2px solid;
    padding-bottom: 6px;
    display: inline-block;
}

.cover-all {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 3;
}

.inside-headings {

}

.inside-headings h4 {
    text-align: center;
    font-size: 1.8rem;
    margin-bottom: 30px;
    color: #999;
    font-weight: 400;
    position: relative;
}

.inside-headings h4 span {
    padding: 0 10px;
    background: #FFF;
    position: relative;
    z-index: 1;
}

.inside-headings h4:after {
    content: '';
    height: 1px;
    background: #999;
    display: block;
    position: absolute;
    bottom: 10px;
    left: 0;
    right: 0;
}

/*--------------------------------------------------------------
# Video Listing
--------------------------------------------------------------*/
.video-section {
    margin-bottom: 80px;
    padding-top: 80px;
    padding-bottom: 80px;
    background: #EEE;
}

.video-listing {
    margin-bottom: 80px;
}

.video-listing .flex-listing {
    display: flex;
    justify-content: space-between;
}

.video-listing .flex-listing .first-video {
    width: 60%;
}

.video-listing .flex-listing .rest-videos {
    width: 38%;
}

.video-listing .flex-listing .video-post .video-image {
    height: 160px;
}

.video-listing .flex-listing .large-post .video-image {
    height: 450px;
}

.video-listing .video-post {
    margin-bottom: 50px;
}

.video-listing .video-post .video-image {
    margin-bottom: 15px;
    position: relative;
    height: 220px;
}

.video-listing .video-post .video-image img {
    width: 100%;
    transition: 0.3s;
    height: 100%;
    position: absolute;
    object-fit: cover;
}

.video-listing .video-post .video-image .cover {
    position: absolute;
    background: rgba(8, 171, 218, 0.45);
    width: 100%;
    height: 100%;
    top: 0;
    color: #FFF;
    display: flex;
    align-content: center;
    align-items: center;
    transition: 0.2ms ease-in;
}

.video-listing .video-post .video-image .cover:hover {
    background: rgba(8, 171, 218, 0.25);
    transition: 0.2ms ease-inf;

}

.video-listing .video-post .video-image .cover span {
    width: 100%;
    text-align: center;
    text-shadow: 1px -1px 0 rgba(0, 0, 0, 0.1);
    font-size: 5rem;
}

.video-listing .large-post .video-image .cover span {
    font-size: 10rem;
}

.video-listing .large-post .video-image {
    height: 430px;
}

.video-listing .video-post .video-image img {
    display: block;
}

.video-listing .video-post .description {

}

.video-listing .video-post .description h3 {
    font-size: 1.8rem;
}

.video-listing .large-post .description h3 {
    font-size: 3.5rem;
}

.video-listing .video-post .description h3 a {
    color: #525252
}

.video-listing .video-post .description h3 a:hover {
    color: #000;
}

.video-listing .video-post .description p {
    font-size: 1rem;
    color: #999;
    text-transform: uppercase;
}

/*--------------------------------------------------------------
# Category
--------------------------------------------------------------*/
.type-page {
    padding: 80px 0;
    margin: 0 auto;
    max-width: 980px;
}

.type-page .single-page-title {
    
    text-align: center;
}

.type-page .single-page-title:after {
    content: "";
    background: #0093e3;
    height: 1px;
    display: block;
    width: 50%;
    margin: 30px auto;
}

.type-page .post-content {

}

.type-page .post-content p {
    padding-bottom: 30px;
}

.type-page .post-content h3 {
    margin-bottom: 10px;
}

.type-page .post-content h2 {
    margin-bottom: 10px;
}

.type-page .post-content h4 {
    margin-bottom: 10px;
}

.type-page .post-content ul {
    margin-bottom: 30px;
}

.type-page .post-content li {
    margin-bottom: 10px.
}

#ur-frontend-form {
    max-width: 500px;
    margin: 0 auto;
}

#ur-frontend-form label {
    font-size: 1.2rem;
    color: #999;
}

.user-registration-LostPassword a {
    font-size: 1.3rem;
}

#ur-frontend-form input[type="submit"], .ur-frontend-form form button[type="submit"], .ur-frontend-form form input[type="submit"] {
    background: #0093e3;
    color: #FFF;
}

.ur-frontend-form form .ur-form-row .ur-form-grid {
    width: 100%;
}
.category-page {
    padding-top: 80px;
}

.category-post-listing .big-post {
    position: relative;
    margin-bottom: 40px;
}

.category-post-listing .big-post .post-image {
    margin-bottom: 10px;
}

.category-post-listing .big-post .post-image img {
    display: block;
    width: 100%;
}

.category-post-listing .big-post .description {
    position: relative;
}

.category-post-listing .big-post .description p {
    text-transform: uppercase;
    font-size: 1.1rem;
    color: #999;
}

.category-post-listing .big-post .description h3 {
    font-size: 3rem;
    font-weight: 400;
}

.category-post-listing .big-post .description h3 a {
    color: #525252;
}

.category-post-listing .big-post .description h3 a:hover {
    color: #000;
}

.category-post-listing .post {
    margin-bottom: 30px;
}

.category-post-listing .post h3 {
    font-size: 2rem;
    margin-bottom: 10px;
    font-weight: 400;
}

.category-post-listing .post h3 a {
    color: #525252;
}

.category-post-listing .post h3 a:hover {
    color: #000;
}

.category-post-listing .post .post-image {
    background: #EEE;
    min-height: 200px;
    position: relative;
}

.category-post-listing .post .post-image img {
    width: 100%;
    transition: 0.3s;
    height: 100%;
    position: absolute;
    object-fit: cover;
}

.category-post-listing .post .post-date {
    font-size: 1.1rem;
    text-transform: uppercase;
    color: #999;
}

.category-page .category-info {
    padding-left: 50px;
}

.category-page .category-info h1 {
    color: #000;
    font-size: 3rem;
    position: relative;
}

.category-page .category-info h1:after {
    content: '';
    display: block;
    margin-top: 10px;
    margin-bottom: 20px;
    height: 1px;
    width: 100px;
    background: #000;
}

.category-page .category-description {
    font-size: 1.4rem;
    color: #525252;
}

.category-page .category-description p {
    padding-bottom: 30px;
}

/*--------------------------------------------------------------
# Post Listing
--------------------------------------------------------------*/

.home__posts-section {
    margin-bottom: 80px;
}

.post-listing {
    margin-bottom: 80px;
}

.post-listing .the-post {
    margin-bottom: 30px;
}

.post-listing .the-post .post-image {
    margin-bottom: 15px;
    position: relative;
    opacity: 1;
    transition: 0.2ms ease-in;
    overflow: hidden;
    background: #eee;
    height: 250px;
}

.post-listing .the-post .post-image img {
    width: 100%;
    transition: 0.3s;
    height: 100%;
    position: absolute;
    object-fit: cover;
}

.post-listing .the-post .post-image a {
    display: block;
}

.post-listing .the-post .post-image:hover {
    opacity: 0.8;
    transition: 0.2ms ease-in;
}

.post-listing .the-post h3 {
    font-size: 1.8rem;
}

.post-listing .the-post h3 a {
    color: #525252;
}

.post-listing .the-post h3 a:hover {
    color: #000;
}

.post-listing .the-post p {
    font-size: 1rem;
    text-transform: uppercase;
    font-weight: 700;
}

.post-listing .the-post p a {
    color: #999;
}

.post-listing .the-post p a:hover {
    color: #000;
}

/*--------------------------------------------------------------
# About us
--------------------------------------------------------------*/

.content-about {
    text-align: center;
    position: relative;
    z-index: 5;
    max-width: 800px;
}

.content-about h5 {
    font-size: 5rem;
    color: #FFF;
    font-weight: 400;
    font-style: italic;
    line-height: 1.2;
    margin-bottom: 30px;
    margin-top: 30px;
}

.content-about h6 {
    font-family: 'Open Sans', sans-serif;
    color: #FFF;
    font-weight: 300;
}

.about-content {
    max-width: 600px;
    margin: 0 auto;
    padding: 50px 0;
    font-size: 1.8rem;
    font-weight: 300;
    color: #666;
}

.about-content .icon {
    font-size: 8rem;
    text-align: center;
    color: #0093e3;
    margin-bottom: 30px;
}

.about-content p {
    padding-bottom: 30px;
}

.about-content p:last-of-type {
    padding-bottom: 0;
}

.mission-about {
    background: #EEE;
    padding-top: 50px;
}

.mission-about h2 {
    text-align: center;
    font-size: 4rem;
}

.rows-about {
    max-width: 1224px;
    margin: auto;
}

.rows-about h4 {
    text-align: center;
    font-size: 4rem;
    margin-bottom: 50px;
}

.rows-about .col-md-4 {
    text-align: center;
}

.rows-about .col-md-4 .icon {
    font-size: 8rem;
    color: #0093e3;
}

.rows-about .col-md-4 p {
    font-size: 4rem;
    font-family: 'Playfair Display', serif;
}

.ceo-about {
    background: #0093e3;
    color: #FFF;
    padding: 50px 0;
    margin-bottom: 50px;
}

.ceo-about .icon {
    font-family: 'Playfair Display', serif;
    font-size: 20rem;
    line-height: 0.1;
    text-align: center;
    margin-top: 50px;
    margin-bottom: 30px;
}

.ceo-about h5 {
    font-size: 4rem;
    font-style: italic;
    max-width: 900px;
    margin: 0 auto;
    text-align: center;
}

.ceo-about .ceo {
    text-align: right;
}

.ceo-about .avatar {
    text-align: center;
    overflow: hidden;
    margin-top: 50px;
}

.ceo-about .avatar p {

}

.ceo-about .avatar span {
    display: block;
    font-size: 1.3rem;
    font-weight: 300;
}

.ceo-about .avatar img {
    max-width: 90px;
    border-radius: 999rem;
    padding: 5px;
    border: 1px solid #FFF;
    display: block;
    margin: 0 auto;
    margin-bottom: 10px;
}

.the-numbers {
    max-width: 800px;
    margin: 0 auto;
    margin-bottom: 50px;
}

.the-numbers .info-number {
    text-align: center;
}

.the-numbers p {
    font-size: 8rem;
    color: #0093e3;
    line-height: 1;
}

.the-numbers span {
    font-size: 2rem;
    color: #999;
    font-weight: 300;
}

.cta-about {
    margin-bottom: -80px;
    background: #EEE;
    text-align: center;
}

.cta-about h4 {
    font-size: 3rem;
    color: #000;
}

.cta-about h3 {
    color: #000;
    font-size: 6rem;
    margin-bottom: 50px;
}

.cta-about .buttons {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.cta-about .buttons a {
    border: 2px solid #0093E3;

    padding: 15px;

    width: 46%;

    display: inline-block;

    font-size: 1.5rem;

    border-radius: 35px;

    font-weight: 700;
}

.cta-about .buttons a:hover {
    background: #0093E3;
    color: #fff;
}

/*--------------------------------------------------------------
# Podcast section
--------------------------------------------------------------*/

.podcast-section {
    padding: 50px 0;
    background: #0093e3;
    position: relative;
    margin-bottom: 80px;
}

.podcast-section .intro {
    text-align: center;
    display: flex;
    align-items: center;
}

.podcast-section .intro .content {
    color: #fff;
}

.podcast-section .intro .content .icon {
    display: block;
    font-size: 8rem;
    background: #FFF;
    border-radius: 3px;
    color: #0093e3;
    margin-bottom: 20px;
}

.podcast-section .intro .content .icon img {
    object-fit: contain;
    display: block;
}

.podcast-section .description {
    color: #fff;
    display: flex;
    align-items: center;
    height: 100%;
}

.podcast-section .description .inside {
    width: 100%;
}

.podcast-section .description .listen {
    padding: 10px 20px;
    display: inline-block;
    border: 2px solid #FFF;
    border-radius: 999rem;
    position: relative;
    z-index: 55;
    color: #FFF;
}

.podcast-section .description a {
    color: #FFF;
}

.podcast-section .description a:hover {
    color: #ccc;
}

.podcast-section .description audio {
    width: 100%;
    margin-bottom: 30px;
}

.podcast-section .subscribe-podcast {

}

.podcast-section .subscribe-podcast h5 {
    font-size: 1.4rem;
    margin-bottom: 10px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
}

.podcast-section .subscribe-podcast ul {
    list-style: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

.podcast-section .subscribe-podcast li {
    float: left;
    margin-right: 20px;
    font-size: 1.3rem;
}

.podcast-section .subscribe-podcast li:last-of-type {
    margin-right: 0;
}

.podcast-section .subscribe-podcast svg {
    height: 15px;
    fill: #FFF;
    width: 15px;
    float: left;
    margin-right: 5px;
    margin-top: 2px;
}

.podcast-section .description .inside h4 {
    margin-bottom: 10px;
}

.podcast-section .description .inside p {
    font-size: 1.3rem;
    margin-bottom: 30px;
}

.podcast-section .equalizer {
    align-items: center;
    display: flex;
}

.podcast-section .other-podcasts {
    padding-left: 50px;
}

.podcast-section .col-md-3 .subscribe-podcast {
    display: none;
}

.podcast-section .other-podcasts h3 {
    color: #FFF;
    font-size: 3rem;
    border-bottom: 1px solid #FFF;
    line-height: 1;
    padding-bottom: 15px;
    margin-bottom: 30px;
    text-align: center;
}

.podcast-section .other-podcasts ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.podcast-section .other-podcasts li {
    margin-bottom: 25px;
}

.podcast-section .other-podcasts li:last-of-type {
    margin-bottom: 0;
}

.podcast-section .other-podcasts li h4 {
    font-size: 1.7rem;
}

.podcast-section .other-podcasts li a {
    color: #FFF;
    
}

.podcast-section .other-podcasts li a:hover {
    color: #ddd;
}

.podcast-section .col-md-6 .subscribe-podcast {
    display: block;
}

.equaliser-container {
    width: 120px;
    margin: 0 auto;
    position: relative;
}

.colour-bar {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 10px;
    background: #fff;
}

.equaliser-column {
    width: 10px;
    float: left;
    margin: 0 1px 0 0;
    padding: 0;
    height: 90px;
    position: relative;
    list-style-type: none;
}

.equaliser-column:nth-child(1) .colour-bar {
    animation: color-bar 2s 1s ease-out alternate infinite;
}

.equaliser-column:nth-child(2) .colour-bar {
    animation: color-bar 2s 0.5s ease-out alternate infinite;
}

.equaliser-column:nth-child(3) .colour-bar {
    animation: color-bar 2s 1.5s ease-out alternate infinite;
}

.equaliser-column:nth-child(4) .colour-bar {
    animation: color-bar 2s 0.25s ease-out alternate infinite;
}

.equaliser-column:nth-child(5) .colour-bar {
    animation: color-bar 2s 2s ease-out alternate infinite;
}

.equaliser-column:nth-child(6) .colour-bar {
    animation: color-bar 2s 0.13s ease-out alternate infinite;
}

.equaliser-column:nth-child(7) .colour-bar {
    animation: color-bar 2s 0.19s ease-out alternate infinite;
}

.equaliser-column:nth-child(8) .colour-bar {
    animation: color-bar 2s 0.15s ease-out alternate infinite;
}

.equaliser-column:nth-child(9) .colour-bar {
    animation: color-bar 2s 0.05s ease-out alternate infinite;
}

.equaliser-column:nth-child(10) .colour-bar {
    animation: color-bar 2s 0.25s ease-out alternate infinite;
}

.equaliser-column:last-child {
    margin-right: 0;
}

@keyframes color-bar {
    0% {
        height: 10px;
        background: #fff;
    }
    10% {
        height: 30px;
        background: #fff;
    }
    20% {
        height: 50px;
        background: #fff;
    }
    30% {
        height: 20px;
        background: #fff;
    }
    40% {
        height: 70px;
        background: #fff;
    }
    50% {
        height: 90px;
        background: #fff;
    }
    60% {
        height: 30px;
        background: #fff;
    }
    70% {
        height: 80px;
        background: #fff;
    }
    80% {
        height: 50px;
        background: #fff;
    }
    90% {
        height: 30px;
        background: #fff;
    }
    100% {
        height: 10px;
        background: #fff;
    }
}

/*--------------------------------------------------------------
# Celebrity Section
--------------------------------------------------------------*/
.celeb-home-listing {
    position: relative;
    display: block;
}

.celeb-home-listing .celeb {
    margin-bottom: 30px;
    overflow: hidden;
}

.celeb-home-listing .celeb .image {
    position: relative;
    margin-bottom: 20px;
    width: 60%;
    height: 250px;
    background: #EEE;
}

.celeb-home-listing .celeb .image img {
    width: 100%;
    transition: 0.3s;
    height: 100%;
    position: absolute;
    object-fit: cover;
}

.celeb-home-listing .celeb .image h3 {
    position: absolute;
    bottom: 20px;
    background: #FFF;
    padding: 2px 10px;
    font-size: 2.3rem;
    font-weight: 400;
}

.celeb-home-listing .celeb .image h3 a {
    color: #525252;
}

.celeb-home-listing .celeb .image h3 a:hover {
    color: #000;
}

.celeb-home-listing .celeb .info {

}

.celeb-home-listing .celeb .info p {
    max-width: 60%;
    font-weight: 300;
    text-transform: uppercase;
    border-bottom: 1px solid #000;
    padding-bottom: 5px;
    margin-bottom: 5px;
    font-size: 2rem;
    overflow: hidden;
}

.celeb-home-listing .celeb .info .networth {
    font-weight: 700;
}

.celeb-home-listing .celeb .info p span {
    font-size: 1.4rem;
    float: right;
    margin-top: 4px;
}

.celebrity-section {
    margin-bottom: 80px;
}

.celebrity-section .richtags {

}

.celebrity-section .richtags h4 {
    font-size: 3rem;
    font-weight: 400;
}

.celebrity-section .richtags h4:after {
    content: '';
    display: block;
    width: 10%;
    margin: 20px 0;
    background: #000;
    height: 2px;
}

.celebrity-section .richtags ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.celebrity-section .richtags li {
    display: inline-block;
}

.celebrity-section .richtags li a {
    display: inline-block;
    padding: 5px 10px;
    border: 1px solid #0093E3;
    margin-bottom: 10px;
    margin-right: 5px;
    border-radius: 999rem;
    font-size: 1.4rem;
}

.celebrity-section .richtags li a:hover {
    background: #0093E3;
    color: #fff;
}

.celebrity-section .description {
    position: relative;
}

.celebrity-section .description h4 {
    font-size: 3rem;
    font-weight: 400;
}

.celebrity-section .description h4:after {
    content: '';
    display: block;
    width: 10%;
    margin: 20px 0;
    background: #000;
    height: 2px;
}

.celebrity-section .description h5 {
    padding-left: 20px;
    margin-bottom: 30px;
    color: #999;
    font-style: italic;
    font-size: 1.8rem;
    font-weight: 400;
}

.celebrity-section .description p {
    margin-bottom: 30px;
}

.celebrity-section .description h6 {
    padding-left: 20px;
    margin-bottom: 20px;
}

.celebrity-section .description ul {
    padding-left: 55px;
    margin-bottom: 30px;
}

.celebrity-section .description ul li {
    margin-bottom: 20px;
}

.celebrity-section .description .special {
    margin-bottom: 50px;
}

.celebrity-section .description form {
    width: 100%;
    display: block;
    position: relative;
    border-bottom: 2px solid #000;
}

.celebrity-section .description input[type=search] {
    border: none;
    background: none;
    width: 100%;
    font-family: 'Playfair Display', serif;
    font-size: 2rem;
    padding-left: 0;
}

.celebrity-section .description button {
    position: absolute;
    border: none;
    color: #000;
    font-size: 2rem;
    top: 5px;
    right: 10px;
    padding: 0;
}

.celebrity-content {
    overflow: hidden;
    transition: height 200ms;
}

.celebrity-content + [data-readmore-toggle]::before, .celebrity-content [data-readmore]::before {
    content: "";
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 25%, rgba(255, 255, 255, 0.95) 100%);
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 25%, rgba(255, 255, 255, 0.95) 100%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 25%, rgba(255, 255, 255, 0.95) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#a6ffffff', GradientType=0);
    content: "";
    display: block;
    height: 50px;
    left: 0;
    position: absolute;
    right: 0;
    top: -51px;
    width: 100%;
    z-index: 5;
}

.celebrity-content + [data-readmore-toggle], .celebrity-content [data-readmore] {
    background: #fafafa none repeat scroll 0 0;
    border: 1px solid #00adef;
    border-radius: 5px;
    color: #00adef;
    display: block;
    font-size: 1.3rem;
    margin-bottom: 30px;
    padding: 10px 0;
    text-align: center;
    text-transform: uppercase;
    width: 100%;
    position: relative;
    margin-top: 30px;
}

.questions-section {
    margin-bottom: 80px;
    padding-top: 80px;
    padding-bottom: 80px;
    background: #EEE;
}

.questions-section .first-row-section {
    margin-bottom: 60px;
}

.questions-section .question-listing {

}

.questions-section .question-listing .col-md-6 .inside .content h4 {
    font-size: 2.5rem
}

.question-listing .the__question {
    margin-bottom: 30px;
}

.question-listing .the__question .inside {
    background: #FFF;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    border-left: 5px solid #0093e3;
    padding: 20px;
    position: relative;
    padding-right: 100px
}

.question-listing .the__question .inside .icon {
    font-family: 'PlayFair Display', serif;
    font-size: 2rem;
    font-weight: 700;
    color: #FFF;
    background: #0093e3;
    width: 30px;
    display: block;
    text-align: center;
    height: 30px;
    border-radius: 999rem;
    position: absolute;
    left: -18px;
    transform: translateY(50%);
}

.question-listing .the__question .inside .content h4 {
    font-size: 1.8rem;
    text-transform: capitalize;
}

.question-listing .the__question .inside .content .the-author {
    overflow: hidden;
    margin-top: 10px;
}

.question-listing .the__question .inside .content .the-author .author-avatar {
    display: inline-block;
    float: left;
    margin-right: 5px;
    margin-top: 3px;
}

.question-listing .the__question .inside .content .the-author .author-avatar img {
    border-radius: 999rem;
    display: block;
}

.question-listing .the__question .inside .content .the-author .author-name {
    color: #999;
}

.question-listing .the__question .inside .comments-link {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 80px;
    overflow: hidden;
    font-size: 1.3rem;
    text-align: center;
}

.question-listing .the__question .inside .comments-link a {
    color: #999;
    text-align: center;
}

.question-listing .the__question .inside .comments-link span {
font-size: 3rem;
display: block;
line-height: 1;
font-weight: 700;
}

.courses-listing {

}

.courses-listing .module {
    height: 400px;
    background-size: cover;
    background-position: center center;
    position: relative;
    width: 100%;
}

.courses-listing .module:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
}

.courses-listing .module:hover:after {
    background: rgba(0, 0, 0, 0.1);
}

.courses-listing .module .content {
    position: absolute;
    z-index: 2;
    bottom: 20px;
    left: 20px;
    right: 20px;
    color: #FFF;
}

.courses-listing .module .content p {
    font-size: 1.3rem;
    border-bottom: 1px solid #FFF;
    padding-bottom: 5px;
    margin-bottom: 5px;
}

.courses-listing .module .content h4 {
    font-weight: 400;
}

.archive-top-description {
    margin: 90px 0;
}

.archive-top-description h1 {

}

.archive-top-description .h-descriptions h1 {
    font-size: 3rem;
    font-weight: 400;
}

.archive-top-description .h-descriptions h1:after {
    content: '';
    display: block;
    width: 10%;
    margin: 20px 0;
    background: #000;
    height: 2px;
}

.archive-top-description .description {
    font-size: 1.4rem;
    color: #999;
}

.archive-top-description .description p {
    padding-bottom: 30px;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.site-footer {
    background: #0093e3;
    padding: 10px 0;
    color: #FFF;
}

.site-footer a {
    color: #fff;
}

.site-footer .site-info {
    display: flex;
}

.site-footer .site-info .site-icon {
    font-size: 5rem;
    margin-right: 30px;
    line-height: 1;
}

.site-footer .site-info .site-icon a {

}

.site-footer .site-info .footer-nav {
    font-size: 1.3rem;
}

.site-footer .site-info .footer-nav ul {
    display: block;
    list-style: none;
    padding: 0;
    overflow: hidden;
    margin-bottom: 5px;
    margin-top: 10px;
}

.site-footer .site-info .footer-nav li {
    float: left;
    margin-right: 30px;
}

.site-footer .site-info .footer-nav li a {
    color: #ddd;
}

.site-footer .site-info .footer-nav .copy {
    font-size: 1.2rem;
}

.site-footer .social {
    text-align: center;
    list-style: none;
    margin: 0;
    padding: 0;
}

.site-footer .social li {
    display: inline-block;
    margin-right: 20px;
    line-height: 60px;
    font-size: 2.5rem;
}

.site-footer .social li:last-of-type {
    margin-right: 0;
}

/*--------------------------------------------------------------
# Comments
--------------------------------------------------------------*/


.comment-content a {
    word-wrap: break-word;
}

.bypostauthor {
    display: block;
}

ol.commentlist {
    list-style: none;
    margin: 0;
    padding: 0;
}

ol.commentlist li {
    border-bottom: 1px solid #ddd;
    margin-bottom: 20px;
    padding-bottom: 20px;
    position: relative;
}

ol.commentlist li:last-of-type {
    border-bottom: none;
}

ol.commentlist li.alt {
}

ol.commentlist li.bypostauthor .authorname {
    color: #cc0000;
}

ol.commentlist li.byuser {
}

ol.commentlist li.comment-author-admin {
}

ol.commentlist li.comment ul.children {
    padding: 20px;
}

ol.commentlist li.comment div.comment-author {
}

ol.commentlist li.comment div.author {
    overflow: hidden;
}

ol.commentlist li.comment div.vcard cite.fn {
}

ol.commentlist li.comment div.vcard cite.fn a.url {
    color: #c33e82;
}

ol.commentlist li.comment div.vcard img.avatar {
}

ol.commentlist li.comment div.vcard img.avatar-32 {
}

ol.commentlist li.comment div.vcard img.photo {
}

ol.commentlist li.comment div.vcard span.says {
}

ol.commentlist li.comment div.commentmetadata {
}

.commentlist .comment-meta {
    clear: both;
    margin-bottom: 20px;
    overflow: hidden;
    position: relative;
}

.commentlist .comment-meta .author-name {
    font-size: 13px;
    font-size: 1.3rem;
    font-weight: 700;
}

.commentlist .comment-meta .author-name a {
    color: #B82A50;
}

.bypostauthor {

}

.comment-meta .cmtnr {
    color: #ccc;
    font-size: 20px;
    font-size: 2.5rem;
    font-weight: 400;
    position: absolute;
    right: 0;
    top: -8px;
    font-family: 'Noto Serif', Tahoma, "Times New Roman", "Bitstream Charter", Times, serif;
}

ol.commentlist li.comment ul {

}

ol.commentlist li.comment div.comment-content {
    margin-bottom: 20px;
    font-size: 1.4rem;
}

ol.commentlist li.comment div.reply a {
    border: 1px solid #ddd;
    border-radius: 3px;
    color: #999;
    display: inline-block;
    font-size: 1.1rem;
    padding: 2px 5px;
    margin-top: 15px;
}

ol.commentlist li.comment div.reply a:hover {

}

.comment-awaiting-moderation {
    color: #ff3300;
    font-style: italic;
    font-size: 1.2rem;
}

ol.commentlist li.comment ul.children {
    background: #EEE;
    border-radius: 5px;
    margin-left: 10px;
    margin-top: 20px;
    position: relative;
}

ol.commentlist li.comment ul.children:before {
    border-bottom: 7px solid #EEE;
    border-left: 7px solid rgba(0, 0, 0, 0);
    border-right: 7px solid rgba(0, 0, 0, 0);
    content: "";
    display: inline-block;
    position: absolute;
    left: 30px;
    top: -7px;
}

ol.commentlist li.comment ul.children li:last-of-type {
    margin: 0;
    padding: 0;
}

ol.commentlist li.comment ul.children li.alt {
}

ol.commentlist li.comment ul.children li.bypostauthor {

}

ol.commentlist li.comment ul.children li.byuser {

}

ol.commentlist li.comment ul.children li.comment {
    background: #EEE;
    list-style: none outside none;
    overflow: hidden;
    padding-bottom: 10px;
}

ol.commentlist li.comment ul.children li.comment-author-admin {

}

ol.commentlist li.comment ul.children li.depth-1 {

}

ol.commentlist li.comment ul.children li.depth-2 {
    border-bottom: 1px solid #ddd;
}

ol.commentlist li.comment ul.children li.depth-2 .comment-body {
    padding-bottom: 0;
}

ol.commentlist li.comment ul.children li.depth-2 .comment-content {

}

ol.commentlist li.comment ul.children li.depth-2:last-of-type {
    border-bottom: none;
    box-shadow: none;
}

ol.commentlist li.comment ul.children li.depth-3 {
}

ol.commentlist li.comment ul.children li.depth-4 {
}

ol.commentlist li.comment ul.children li.depth-5 {
}

ol.commentlist li.comment ul.children li.odd {
}

ol.commentlist li.even {
}

ol.commentlist li.odd {
}

ol.commentlist li.parent {
}

ol.commentlist li.thread-alt {
}

ol.commentlist li.thread-even {
}

ol.commentlist li.thread-odd {
}

.comment-body {
    padding-bottom: 20px;
    position: relative;

}

.comment-author {

}

.comment-author-avatar {

}

.comment-metadata .numar {
    color: #ccc;
    font-size: 2rem;
    line-height: 1;
    position: absolute;
    right: 0;
    top: 0;
    font-weight: 900;
}

ol.commentlist li .edit-link {
    position: absolute;
    bottom: -30px;
    right: 0;
}

ol.commentlist li .comment-edit-link {
    font-size: 1.2rem;
    font-weight: 700;
    color: #000;
}

.comment-metadata .authorname {
    display: block;
    font-size: 1.3rem;
    font-style: normal;
    font-weight: 600;
    color: #222;
    margin-bottom: 5px;
}

.comment-metadata .authorname a {
    color: #000;
}

.comment-metadata cite a {
    color: #222;
}

.comment-metadata {
    margin-left: 60px;
    margin-top: 5px;
}

.comment-metadata .comment-time {
    color: #999;
    font-size: 11px;
    font-size: 1.26rem;
    line-height: 1;
    vertical-align: top;
}

.comment-author-avatar img {
    border-radius: 3px;
    float: left;
    margin-right: 7px;
}

.comment-meta .author-name .fn {
    font-style: normal;
    font-weight: 700;
    font-size: 10px;
    font-size: 1rem;
}

.comment-meta .comment-date {
    font-size: 10px;
    font-size: 1rem;
}

.comment-meta .comment-date a {
    color: #999;
}

#respond {
    overflow: hidden;
    position: relative;
}

#respond h3 {
   color: #0093e3;
    margin-bottom: 30px;
}

#respond h3:before {

}

.cmt-field-author, .cmt-field-mail, .cmt-field-web {
    position: relative;
}

#author, #email, #url {
    margin-bottom: 10px;
    width: 100%;
    color: #000;
}

.trimite-cmt {
    background: #0093e3;
    color: #FFF;
    width: 100%;
}

#commentform {
    overflow: hidden;
    margin-top: 15px;
}

#commentform textarea {
    width: 100%;
}

#commentform p {
    margin-bottom: 10px;
}

.comment-notes {
    font-size: 11px;
    font-size: 1.2rem;
    color: #999999;
}

.comment-notes a {
    color: #BC243C;
    font-weight: 600;
}

.comment-notes a:hover {
    color: #222333;
}

.cancel-comment-reply {
    color: #ed1c24;
    display: block;
    font-size: 1.2rem;
    font-weight: bold;
    margin-bottom: 15px;
    position: absolute;
    right: 2px;
    top: 10px;
}

.cancel-comment-reply a {
    color: #000;
}

#cancel-comment-reply-link:hover {
    color: #222333;
}

#comments-loading {
    text-align: center;
}

#comments {
    clear: both;
}

.postcomments h3 {
    color: #0093e3;
    margin-bottom: 30px;
}


/*--------------------------------------------------------------
# Single Video
--------------------------------------------------------------*/

.main-content {
    display: flex;
}

.primary-content {
    width: 65%;
    margin-right: 5%;
    padding-top: 30px;
}

.secondary-content {
    width: 30%;
    background: #FAFAFA;
    padding: 30px;
}

.single-video_page .post-content {
    margin-bottom: 40px;
}

.post_video-info {
    margin-bottom: 40px;
}

.post_video-info .author-meta {
    text-align: center;
}

.post_video-info .author-meta .author-avatar {
    display: inline-block;
    margin-bottom: 10px;
}

.post_video-info .author-meta .author-avatar img {
    border-radius: 999rem;
}

.post_video-info .author-meta .author-name {
    text-transform: uppercase;
    text-align: center;
    display: block;
    color: #999;
}

.single-video_page .post-title {
    font-size: 3.4rem;
    margin-bottom: 10px;
}

.related-videos {

}

.related-videos .video-post {
    margin-bottom: 30px;
}

.related-videos .video-post .video-image {
    margin-bottom: 15px;
    position: relative;
    height: 250px
}

.related-videos .video-post .video-image img {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.related-videos .video-post .video-image .cover {
    position: absolute;
    background: rgba(8, 171, 218, 0.45);
    width: 100%;
    height: 100%;
    top: 0;
    color: #FFF;
    display: flex;
    align-content: center;
    align-items: center;
    transition: 0.2ms ease-in;
}

.related-videos .video-post .video-image .cover:hover {
    background: rgba(8, 171, 218, 0.25);
    transition: 0.2ms ease-inf;
}

.related-videos .video-post .video-image .cover span {
    width: 100%;
    text-align: center;
    text-shadow: 1px -1px 0 rgba(0, 0, 0, 0.1);
    font-size: 5rem;
}

.related-videos .video-post .description h5 {
    font-size: 1.8rem;
}

.related-videos .video-post .description h5 a {
    color: #525252;
}

.related-videos .video-post .description h5 a:hover {
    color: #000;
}

/*--------------------------------------------------------------
# Post
--------------------------------------------------------------*/

.single-article {

}

.single-article .post-content {
    font-size: 1.7rem;
}


.single-article .post-content blockquote {
    font-family: 'Playfair Display', serif;
    text-align: center;
    color: #0093e3;
    font-size: 2.5rem;
    font-style: italic;
    padding: 50px 0;
}

.single-article .post-content blockquote:before {
    content: ',,';
    font-family: 'Playfair Display', serif;
    font-style: normal;
    font-size: 18rem;
    line-height: 1;
    letter-spacing: -15px;
    transform: rotate(180deg);
    display: block;
    margin-bottom: -11rem;

}

.single-article .post-content p {
    padding-bottom: 30px;
}

.single-article .post-content figure {
    max-width: 100%;
    padding-bottom: 30px;
}

.single-article .post-content h2:first-of-type {
    color: #999;
    font-weight: 400;
}

.single-article .post-content h2 {
    font-size: 2.4rem;
    padding-bottom: 30px;
}

.single-article .post-content h3 {
    font-size: 2.5rem;
    padding-bottom: 30px;
    font-weight: 400;
}

.single-article .post-content h4 {
    font-size: 2rem;
    padding-bottom: 30px;
}

.single-article .post-content h5 {
    font-size: 7rem;
    padding: 0;
    color: #0093e3;
    margin: 0 auto;
}

.single-article .post-content h5:after {
    background: #0093e3;
    content: "";
    height: 1px;
    width: 70px;
    display: block;
    margin: 10px auto;
}

.single-article .post-content h6 {
    font-size: 1.6rem;
    padding-bottom: 30px;
}

.single-article .post-content .bnrpost-left {
    float: left;
    margin-right: 20px;
    margin-bottom: 20px;
    display: block;
    overflow: hidden;
}

.single-article .post-content .wp-caption-text {
    font-family: 'Playfair Display', serif;
    font-size: 1.3rem;
    color: #999;
    margin-top: 5px;
}

.single-article .post-header {
    margin-bottom: 30px;
    position: relative;
    border-bottom: 1px solid #DDD;
    padding-bottom: 20px;
}

.single-article .post-header .the_date {
    position: absolute;
    bottom: 31px;
    right: 0;
    text-transform: uppercase;
    font-size: 1.2rem;
    color: #999;
}

.single-question .author-info {

}

.single-question .author-info a {
    overflow: hidden;
    display: flex;
    color: #000;
}

.single-question .author-avatar {

}

.single-question .author-avatar img {
    border-radius: 999rem;
}

.single-question .author-name {
    font-size: 1.3rem;
    display: block;
    margin-top: 5px;
    margin-left: 10px;
}

.single-article .post-header .post-meta {
    display: none;
}

.single-article .post-header .post-title {
    font-size: 4rem;
    margin-bottom: 20px;
}

.single-article .author-meta {
    text-align: center;
}

.single-article .author-meta .author-avatar {
    display: inline-block;
    margin-bottom: 10px;
}

.single-article .author-meta .author-avatar img {
    border-radius: 999rem;
}

.single-article .author-meta .author-name {
    text-transform: uppercase;
    text-align: center;
    display: block;
    color: #999;
}

.single-article .the-tags {
    display: block;
    margin-bottom: 30px;
}

.single-article .the-tags a {
    display: inline-block;
    padding: 5px 10px;
    border: 1px solid #DDD;
    color: #999;
    font-size: 1.1rem;
    border-radius: 999rem;
    margin-right: 10px;
    margin-bottom: 5px;
}

.single-article .the-tags a:hover {
    background: #0093e3;
    border: 1px solid #0093e3;
    color: #fff;
}

.postnavi {
    display: block;
    margin-bottom: 40px;
    overflow: hidden;
    position: relative;
}

.postnavi .fbshares {
    background: #ddd none repeat scroll 0 0;
    float: left;
    vertical-align: middle;
    width: 35%;
    border-radius: 5px;
    margin-top: 10px;
    position: relative;
    height: 38px;
    overflow: hidden;
}

.postnavi .fbshares .facebook {
    background: #3b5998 none repeat scroll 0 0;
    color: #fff;
    display: inline-block;
    font-size: 1.3rem;
    padding-bottom: 10px;
    padding-top: 10px;
    text-align: center;
    text-transform: uppercase;
    width: 50%;
    border-radius: 5px 0 0 5px;
}

.postnavi .fbshares .fb-like {
    position: absolute;
    right: 20px;
    top: 5px;
}

.postnavi .fbshares .facebook span {

}

.postnavi .links {
    float: right;
    text-align: right;
    width: 60%;
}

.postnavi .links a {
    background: #00adef none repeat scroll 0 0;
    border-radius: 5px;
    color: #fff;
    display: block;
    font-size: 2.5rem;
    font-weight: 700;
    padding: 10px 20px;
    text-align: center;
    text-transform: uppercase;
}

.viewmorelinks {
    display: block;
    font-size: 12px;
    text-align: center;
    padding: 5px;
    border: 1px solid #00adef;
    border-radius: 4px;
    margin-top: 20px;
    cursor: pointer;
}

.postnav {
    margin-bottom: 20px;
    overflow: hidden;
    text-align: center;
}

.postnav .next {
    padding-left: 10px;
}

.postnav .prev {
    padding-right: 10px;
}

.postnav a {
    background: #00adef;
    border-radius: 5px;
    color: #fff;
    display: block;
    font-size: 1.4rem;
    font-weight: 400;
    padding: 18px 100px 18px 18px;
    position: relative;
    text-align: left;
}

.postnav a:hover {
    background: #333;
}

.postnav a span {
    color: #fff;
    display: block;
    font-size: 1.2rem;
    font-weight: 700;
    text-transform: uppercase;
}

/*--------------------------------------------------------------
# Celebrity Page
--------------------------------------------------------------*/

.celebrity-header {

}

.celebrity-header .celebrity-title {

}

.celebrity-header .celebrity-title span {

}

.celebrity-header .celebrity-salary {

}

.celebrity-header .celebrity-salary span {

}

.celebnav {
    background: #eee none repeat scroll 0 0;
    clear: both;
    margin-bottom: 30px;
    margin-top: 20px;
    overflow: hidden;
}

.celebnav span {
    font-size: 1.4rem;
    text-transform: uppercase;
    font-weight: 100;
    display: block;
}

.celebnav a span {
    margin-top: 15px;
    color: #999;
}

.celebnav a h4 {
    color: #333;
}

.celebnav .previous img {
    float: left;
    margin-right: 10px;
}

.celebnav .next img {
    float: right;
    margin-left: 10px;
}

.celebnav h4 {
    font-size: 1.3rem;
}

.celebnav .previous:hover, .celebnav .next:hover {
    background: #DDDDDD;
}

.celebnav .next {
    border-left: 1px solid #fff;
    float: right;
    padding-left: 10px;
    text-align: right;
    width: 50%;
}

.celebnav .previous {
    border-right: 1px solid #fff;
    float: left;
    padding-right: 10px;
    width: 50%;
}

.celebrity-header {

}

.celebrity-header h1 {
    font-size: 4rem;
}

.celebrity-header h2 {
    font-size: 1.5rem;
    font-family: Open Sans, sans-serif;
    font-weight: 400;
    color: #999;
    margin-bottom: 30px;
}

.celeb-info {

}

.celeb-info .image {
    margin-bottom: 20px;
    height: 250px;
    background: #EEE;
    position: relative;
}

.celeb-info .image img {
    width: 100%;
    transition: 0.3s;
    height: 100%;
    position: absolute;
    object-fit: cover;
}

.celeb-info .info {

}

.celeb-info .info p {
    font-weight: 300;
    text-transform: uppercase;
    border-bottom: 1px solid #000;
    padding-bottom: 5px;
    margin-bottom: 5px;
    font-size: 2rem;
    overflow: hidden;
    display: flex;
}

.celeb-info .info p:last-of-type {
    border-bottom: none;
}

.celeb-info .info p span {
    font-size: 1.4rem;
    margin-top: 4px;
    text-align: right;
    flex: 1;
}

.thenetworth {

}

.celebpage .thenetworth ul {
    list-style: inside;
}

.celebpage .thenetworth figure {

}

.celebpage .thenetworth h3 {
    font-size: 1.6rem;
    font-weight: 300;
    margin-bottom: 2px;
    color: #999;
}

.celebpage .thenetworth .amount {
    color: #000;
    font-size: 1.6rem;
    line-height: 1;
    font-weight: 400;
    margin-bottom: 15px;
}

.celebpage .thenetworth .amount span {
    font-weight: 700;
    color: #00709b;
    display: block;
    font-size: 4rem;
    text-transform: uppercase;
    margin-top: 15px;
}

.celebpage .thenetworth .salary {
    color: #000;
    font-size: 1.6rem;
    line-height: 1;
    font-weight: 400;
}

.celebpage .thenetworth .salary span {
    font-weight: 300;
    color: #00709b;
    display: block;
    font-size: 4rem;
    text-transform: uppercase;
    margin-top: 15px;
}

.celebpage .thenetworth .salary:after {
    background: #999 none repeat scroll 0 0;
    content: "";
    display: block;
    height: 1px;
    margin-top: 15px;
    max-width: 50%;
}

/*--------------------------------------------------------------
# Search
--------------------------------------------------------------*/

.page-search-header {
    padding: 90px 0;
    text-align: center;
}

.page-search-header h1 {
    font-size: 4rem;
    font-weight: 300;
}

.page-search-header h1 span {
    color: #0093e3;
}

.page-search-header h4 {
    font-size: 2rem;
    font-style: italic;
    color: #777;
    font-weight: 400;
    margin: 20px 0;
}

.page-search-header ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.page-search-header li {
    display: inline-block;
}

.page-search-header li a {
    padding: 5px 20px;
    border: 1px solid #ddd;
    color: #999;
    border-radius: 999rem;
    font-size: 1.4rem;
    margin-right: 5px;
    margin-bottom: 5px;
}

.page-search-header li a:hover {
    border: 1px solid #0093e3;
    color: #0093e3;
}

.page-search-header li .active {
    border: 1px solid #0093e3;
    color: #0093e3;
}

.all-results-listing {
    margin-bottom: 50px;
}

.all-results-listing .result-post {
    margin-bottom: 30px;
}

.all-results-listing .result-post article {

}

.all-results-listing .result-post article .post-image {
    min-height: 250px;
    background-color: #0093e3;
    background-size: cover;
    position: relative;
    margin-bottom: 10px;
}

.all-results-listing .result-post article .post-image .cover {
    position: absolute;
    width: 100%;
    height: 100%;
    display: block;
}

.all-results-listing .result-post article .post-image .cover-all {
    position: absolute;
    background: rgba(8, 171, 218, 0.65);
    width: 100%;
    height: 100%;
    top: 0;
    color: #FFF;
    display: flex;
    align-content: center;
    align-items: center;
    transition: 0.2ms ease-in;
}

.all-results-listing .result-post article .post-image .cover-all:hover {
    background: rgba(8, 171, 218, 0.35);
    transition: 0.2ms ease-in;
}

.all-results-listing .result-post article .post-image .cover-all span {
    width: 100%;
    text-align: center;
    text-shadow: 1px -1px 0 rgba(0, 0, 0, 0.1);
    font-size: 5rem;
}

.all-results-listing .result-post article h3 {
    font-size: 1.6rem;
}

.all-results-listing .result-post article p {
    font-size: 1.1rem;
    font-weight: 700;
    color: #777;
    text-transform: uppercase;
}

.all-results-listing .result-post article p a {
    color: #777;
}

.all-results-listing .result-post article h3 a {
    color: #525252;
}

.all-results-listing .result-post article h3 a:hover {
    color: #000;
}

/*--------------------------------------------------------------
# Sidebar
--------------------------------------------------------------*/

.secondary-content .widget {
    margin-bottom: 40px;
    overflow: hidden;
}

.secondary-content .widget:last-of-type {
    margin-bottom: 0;
}

.secondary-content .widget .celeb-home-listing .celeb .image {
	width: 100%;
}
.secondary-content .widget .celeb-home-listing .celeb .info p {
	max-width: 100%;
}

.widget .widget-title {
    color: #000;
    font-size: 3rem;
}

.widget .widget-title:after {
    content: '';
    display: block;
    margin-top: 10px;
    margin-bottom: 20px;
    height: 1px;
    width: 100px;
    background: #000;
}

.widget-category {
    padding-left: 50px;
}

.widget-category .the-post {
    margin-bottom: 30px;
}

.widget-category .the-post .pozitie {
    position: absolute;
    top: 65px;
    z-index: 2;
    left: 0px;
    background: #FFF;
    width: 30px;
    height: 30px;
    font-size: 1.2rem;
    font-weight: 700;
    line-height: 30px;
    text-align: center;
    border-radius: 999rem;
    color: #0093e3;
    border: 1px solid #0093e3;
}

.widget-category .the-post .post-image {
    margin-bottom: 15px;
    position: relative;
    opacity: 1;
    transition: 0.2ms ease-in;
    overflow: hidden;
    background: #eee;
    height: 150px;
}

.widget-category .the-post .post-image img {
    width: 100%;
    transition: 0.3s;
    height: 100%;
    position: absolute;
    object-fit: cover;
}

.widget-category .the-post .description {

}

.widget-category .the-post .description h3 {
    font-size: 1.8rem;
}

.widget-category .the-post .description h3 a {
    color: #525252;
}

.widget-category .the-post .description h3 a:hover {
    color: #000;
}

.secondary-content .info-questions {
    margin-bottom: 20px;
    padding-bottom: 20px;
    overflow: hidden;
}

.secondary-content.info-questions p {
    color: #999;
    float: left;
    font-size: 1.3rem;
    padding-left: 10px;
    text-align: center;
    width: 50%;
    margin-bottom: 20px;
}

.secondary-content .info-questions p span {
    color: #000;
    display: block;
    font-size: 5rem;
    font-weight: 700;
}

.secondary-content .info-questions p span {
    color: #000;
    display: block;
    font-size: 5rem;
    font-weight: 700;
}

.secondary-content .info-questions .submitq {
    background: #00adef none repeat scroll 0 0;
    border-radius: 3px;
    clear: both;
    color: #fff;
    display: block;
    font-size: 1.3rem;
    font-weight: 600;
    padding: 10px;
    text-align: center;
}

.secondary-content .trending-questions .post {
    margin-bottom: 10px;
    overflow: hidden;
    padding-bottom: 10px;
}

.secondary-content .trending-questions .entry-header {
    float: left;
    width: 60px;
}

.secondary-content .trending-questions .entry-header .avatar {
    border-radius: 999em;
}

.secondary-content .trending-questions .entry-content {
    padding-left: 70px;
}

.secondary-content .trending-questions .entry-content .entry-title {
    font-size: 1.5rem;
    font-weight: 400;
}

.secondary-content .trending-questions .entry-content .entry-title a {
    color: #000;
    font-weight: 600;
}

.secondary-content .trending-questions .entry-content .comments-link {
    color: #999;
    font-size: 1.2rem;
}

.secondary-content .trending-questions .entry-content .comments-link {
    color: #999;
    font-size: 1.2rem;
}

.secondary-content .trending-questions .entry-content .comments-link a {
    color: #999;
}

.secondary-content .widget .courses-listing .module {
    margin-bottom: 30px;
}

.secondary-content .info-questions {
    margin-bottom: 20px;
    padding-bottom: 20px;
    overflow: hidden;
}

.secondary-content .info-questions p {
    color: #999;
    float: left;
    font-size: 1.3rem;
    padding-left: 10px;
    text-align: center;
    width: 50%;
    margin-bottom: 20px;
}

.secondary-content .info-questions p span {
    color: #000;
    display: block;
    font-size: 5rem;
    font-weight: 700;
}

.secondary-content .widget-post {
    overflow: hidden;
    margin-bottom: 20px;
}

.secondary-content .widget-post .post-image {
   float: left;
    width: 80px;
    height: 80px;
}

.secondary-content .widget-post .post-image img {

}

.secondary-content .widget-post .description {
    padding-left: 90px;
}

.secondary-content .widget-post .description h3 {
    font-size: 1.7rem;
    margin-bottom: 10px;
    margin-top: -5px;
}

.secondary-content .widget-post .description h3 a {
    color: #525252;
}

.secondary-content .widget-post .description h3 a:hover {
    color: #000;
}

.secondary-content .widget-post p {
    font-size: 1.2rem;
    text-transform: uppercase;
    font-weight: 700;
}

.secondary-content .widget-post p a {
    color: #999;
}

.secondary-content .widget-post p a:hover {
    color: #000;
}

.buy-module {
    display: block;
    background: #0093e3;
    margin-top: 10px;
    text-align: center;
    text-transform: uppercase;
    font-weight: 700;
    color: #fff;
    padding: 15px;
    border-radius: 2px;
    transition: ease 0.3s;
}

.buy-module:hover {
    color: #fff;
    background: #000;
    transition: ease 0.3s;
}

.content-course {
    margin-bottom: 30px;
}

.content-course p {
    padding-bottom: 30px;
    font-size: 1.7rem;
    color: #999;
}

.error404 .site-content {
    height: calc(100vh - 192px);
    display: flex;
    align-content: center;
    align-items: center;
    text-align: center;
}

.error404 .site-content h1 {
    color: #0093e3;
}

.error404 .site-content h1:after {
    content: "";
    background:  #0093e3;
    width: 90px;
    display: block;
    margin: 30px auto;
    height: 1px;
}

.error404 .site-content p {
    font-style: italic;
    color: #999;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/

.navigation {
    font-family: 'PlayFair Display', Tahoma, "Times New Roman", "Bitstream Charter", Times, serif;
    margin-bottom: 30px;
    text-align: center;
    font-size: 3rem;
    clear: both;
    padding-top: 30px;
    border-top: 1px solid #000;
}

.navigation .active {

}

.navigation .active a {
    color: #999;
}

.navigation a {
    color: #202c3b;
}

.navigation span {
    margin-right: 20px;
}

.navigation .nav-sep {
    color: #999;
}

/*--------------------------------------------------------------
# Author
--------------------------------------------------------------*/

.authorbio .col-md-3,
.authorbio .col-md-9 {
    align-items: center;
}

.authorbio {
    padding: 50px 0;
    margin-bottom: 50px;
}

.authorbio h1 {
    color: #000;
    margin-bottom: 20px;
}

.authorbio h1:after {
    content: "";
    background: #000;
    height: 1px;
    margin: 20px 0;
    display: block;
    width: 60px;
}

.authorbio .author-info {
    text-align: center;
}

.authorbio .author-info .avatar {
    border-radius: 999rem;
}

.authorbio .author-info h1 {
    margin-bottom: 10px;
}

.authorbio .author-info ul {
    list-style: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

.authorbio  li {
    display: inline-block;
    margin-right: 10px;
}

.authorbio li:last-of-type {
    margin-right: 0;
}

.authorbio li a {
    font-size: 1.1rem;
    color: #0093e3;
    display: block;
    width: 30px;
    height: 30px;
    border: 1px solid #0093e3;
    text-align: center;
    line-height: 27px;
    border-radius: 999rem;
}

.authorbio li a:hover {
    color: #999;
    border-color: #999;
}

.authorbio .author-info li a:hover {
    color: #000;
}

.authorbio .col-md-9 {
    display: flex;
    align-content: center;
}

.authorbio .author-descriotion {
    font-family: 'Playfair Display', serif;
    font-weight: 400;
    font-size: 2rem;
    font-style: italic;
    color: #888;
    line-height: normal;
    margin-bottom: 30px;
}

#user-registration .user-registration-MyAccount-navigation ul .user-registration-MyAccount-navigation-link a {
    font-family: 'Playfair Display', serif;
    font-weight: 300;
}

.user-registration-register {
    padding-bottom: 0 !important;
}

.user-registration-register a {
    display: block;
    width: 100%;
    text-align: center;
    background: #0093e3;
    color: #FFF;
    padding: 15px;
    font-size: 1.3rem;
    font-weight: 700;
    border-radius: 3px;
}

.view-more-podcasts {
    display: block;
    margin: 30px auto;
    color: #FFF;
    border: 1px solid #FFF;
    padding: 10px 20px;
    border-radius: 99rem;
    width: 190px;
    font-size: 1.3rem;
    text-align: center;
}

.view-more-podcasts:hover {
    background: #fff;
    color: #0093E3;
}

.view-more-networth {
    display: inline-block;
    margin-top: 50px;
}

.view-more-networth a {
    border: 1px solid #0093E3;
    font-size: 1.3rem;
    padding: 10px 20px;
    border-radius: 99rem;
}

.view-more-networth a:hover {
    background: #0093E3;
    color: #FFF;
}

.course-extra-info {

}

.course-extra-info h5 {
    font-size: 3rem;
    font-weight: 400;
}

.course-extra-info h5:after {
    content: "";
    display: block;
    width: 10%;
    margin: 20px 0;
    background: #000;
    height: 2px; 
}

.course-extra-info p {
    font-family: 'Playfair Display', serif;
    margin-bottom: 30px;
    color: #999;
    font-style: italic;
    font-size: 1.8rem;
    font-weight: 400;
    padding-left: 30px;
}

.course-extra-info p:last-of-type {
    margin-bottom: 0;
}

.course-extra-info .enroll {
    background: #0093E3;
    padding: 10px 20px;
    color: #FFF;
    text-transform: uppercase;
    font-weight: 700;
    border-radius: 999rem;
    margin-left: 30px;
    margin-top: 30px;
    display: inline-block;
    width: 50%;
    text-align: center;
}

.course-extra-info .enroll:hover {
    background: #4a545a
}

.submit-question-form {
    text-align: left;
}

.submit-question-form ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.submit-question-form li {
    margin-bottom: 30px;
}

.submit-question-form form {

}

.submit-question-form form label {
    display: none;
}

.submit-question-form form textarea {
     width: 100%;
    font-size: 2.3rem;
    border-left: none;
    border-left-color: currentcolor;
    border-radius: 0;
    border-right: none;
    border-right-color: currentcolor;
    border-top: none;
    border-top-color: currentcolor;
    background: #FFF;
    font-family: 'Playfair Display', serif;
    color: #333;
    border-color: #000;   
    padding-left: 0;
    border-width: 1px;
    height: 250px;
}

.submit-question-form form input[type="text"]::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #000;
}
.submit-question-form form input[type="text"]::-moz-placeholder { /* Firefox 19+ */
  color: #000;
}
.submit-question-form form input[type="text"]:-ms-input-placeholder { /* IE 10+ */
  color: #000;
}
.submit-question-form form input[type="text"]:-moz-placeholder { /* Firefox 18- */
  color: #000;
}

.submit-question-form form input[type="text"] {
     width: 100%;
    font-size: 2.3rem;
    border-left: none;
    border-left-color: currentcolor;
    border-radius: 0;
    border-right: none;
    border-right-color: currentcolor;
    border-top: none;
    border-top-color: currentcolor;
    background: #FFF;
    font-family: 'Playfair Display', serif;
    color: #000;
    border-color: #000;   
    padding-left: 0;
    border-width: 1px;

}

.submit-question-form form input[type="submit"] {
    width: 100%;
    padding: 15px;
    background: #0093e3;
    color: #FFF;
    font-size: 1.5rem
}

.post-filters {
    margin-bottom: 30px;
    background: #fafafa;
    position: relative;
}

.post-filters ul {
    list-style: none;
    margin: 0;
    overflow: hidden;
    padding: 0;
}

.post-filters li {
    float: right;
}

.post-filters span {
    position: absolute;
    font-size: 1.3rem;
    color: #999;
    left: 10px;
    top: 10px;
}

.post-filters li a {
    text-transform: uppercase;
    font-size: 1.3rem;
    padding: 10px;
    display: block;
    color: #000;
}

.post-filters .active, .post-filters li a:hover {
    background: #0093e3;
    color: #FFF;
}

.must-log-in {
    text-align: center;
    background: #EEE;
    padding: 10px;
    font-size: 1.3rem;
    border-radius: 3px;
    color: #000;
    font-weight: 600;
}

.must-log-in a {

}

.ur-frontend-form p {
    padding-bottom: 0 !important;
}

.ur-submit-button {

}

.ur-frontend-form form button[type="submit"], .ur-frontend-form form input[type="submit"] {

}

#post-nav {
	display: block;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top: 30px;
}

#post-nav a {
	width: 100%;
}

#post-nav .next {
	background: #0093e3;
    color: #FFF;
    padding: 20px;
    display: block;
    border-radius: 5px;
    margin-bottom: 30px;
    text-align: center;
    font-weight: 700;
}

#post-nav .prev {
	background: #0093e3;
    color: #FFF;
    padding: 20px;
    display: block;
    border-radius: 5px;
    margin-bottom: 30px;
    text-align: center;
    font-weight: 700;
	display: none;
}

.gpp-sc-button-inner {
	display: block;
	background: #0093E3;
	padding: 20px;
	border-radius: 5px;
	color: #FFF;
	text-align: center;
	font-weight: 700;
	display: none;
}

.ecr-like-dislike-wrapper .ecr-like-dislike-trigger span {
	font-size: 16px !important;
}
/*--------------------------------------------------------------
# Responsive
--------------------------------------------------------------*/
@media only screen and (max-width: 980px) {
    .course-extra-info p {
        padding-left: 0;
    }

    .postnavi .fbshares {
        float: none;
        width: 100%;
        margin-bottom: 10px;
    }

    .postnavi .links {
        float: none;
        width: 100%;
    }
    
    .course-extra-info .enroll {
        margin-left: 0;
        width: 100%;
        margin-top: 0;
    }

    .postnavi .fbshares .fb-like {
        top: 5px;
    }

    .category-post-listing .post .post-image {
        margin-bottom: 10px;
    }

    .podcast-section .subscribe-podcast h5 {
        display: none;
    }

    .podcast-section .other-podcasts {
        padding-left: 0;
    }

    .podcast-section .other-podcasts h3 {
        display: none;
    }

    .podcast-section .col-md-3 .subscribe-podcast {
        display: block;
    }

    .podcast-section .subscribe-podcast a {
        color: #FFF;
        font-size: 1.8rem;
    }

    .podcast-section .subscribe-podcast a svg {
        font-size: 1.9rem;
        width: 20px;
        height: 20px;
        margin-top: 3px;
        display: inline-block;
        margin-right: 8px;
    }

    #mobile-menu {
        display: block;
    }

    .main-navigation {
        display: none;
    }

    .site-header .right-top-menu .searchtop {
        display: none;
    }

    .transparent-header .slicknav_btn {
        color: #FFF;
    }

    .slicknav_btn {
        line-height: 70px;
        font-size: 2rem;
        color: #525252;
    }

    .sticky-head .slicknav_btn {
        color: #525252;
    }

    .slicknav_nav {
        position: absolute;
        left: 0;
        right: 0;
        background: #0093e3;
        top: 70px;
    }

    .slicknav_nav ul {
        list-style: none;
        padding: 10px;
    }

    .slicknav_nav li {
        text-transform: uppercase;
        padding: 10px 0;
        position: relative;
    }

    .slicknav_nav li a {
        color: #fff;
    }

    .slicknav_arrow {
        position: absolute;
        right: 0;
    }

    .slicknav_nav li ul li {
        font-size: 1.4rem;
    }

    .main-homepage {
        padding-top: 190px;
        padding-bottom: 90px;
    }

    .video-listing .large-post .video-image {
        height: 250px;
    }
    .video-listing .large-post .description h3 {
        font-size: 1.8rem;
    }
    .video-listing .large-post .video-image .cover span { 
        font-size: 5rem;
     }
   

    #curveUpColor {
        height: 35px
    }

    .podcast-section .other-podcasts ul {
        margin-bottom: 35px;
    }

    .podcast-section .other-podcasts li {
        margin-bottom: 15px;
    }

    .main-homepage video {
        height: 100%;
        width: auto;
    }

    .main-homepage h3 {
        font-size: 3rem;
    }

    .main-homepage h4 {
        font-size: 2.5rem;
        margin-bottom: 50px;
    }

    .main-homepage .user-action .btns {

    }

    .main-homepage .user-action .btn {
        margin-right: 0;
        display: block;
        margin-bottom: 20px;
    }

    .courses-listing .module {
        margin-bottom: 30px;
    }

    .site-footer .site-info {
        display: block;
        text-align: center;
    }

    .site-footer .site-info .site-icon {
        margin-right: 0;
    }

    .site-footer .site-info .footer-nav li {
        float: none;
        display: inline-block;
        margin-right: 20px;
        margin-bottom: 10px;
    }

    .site-footer .site-info .footer-nav li:last-of-type {
        margin-right: 0;
    }

    .video-listing .flex-listing {
        display: block;
    }

    .video-listing .flex-listing .first-video {
        width: 100%;
        border-bottom: 1px solid #ddd;
        margin-bottom: 30px;
    }

    .video-listing .flex-listing .rest-videos {
        width: 100%;
    }

    .video-section {
        margin-bottom: 50px;
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .section-heading h4 {
        font-size: 3rem;
    }

    .section-heading h5 {
        font-size: 1.8rem;
    }

    .section-heading {
        margin-bottom: 50px;
    }

    .podcast-section {
        margin-bottom: 50px;
    }

    .podcast-section .intro .content .icon {
        display: inline-block;
        font-size: 5rem;
    }

    .podcast-section .intro {
        display: block;
        border-bottom: 1px solid #FFF;
        padding-bottom: 20px;
        margin-bottom: 20px;
    }

    .podcast-section .equalizer {
        margin-top: 30px;
    }

    .podcast-section .description {
        text-align: center;
    }

    .celebrity-section {
        margin-bottom: 50px;
    }

    .celebrity-section .col-md-7 {
        order: 2;
    }

    .celebrity-section .description {
        margin-bottom: 50px;
    }

    .questions-section .first-row-section {
        margin-bottom: 0;
    }

    .celebrity-section .description h4 {
        font-size: 3rem;
    }

    .main-content {
        display: block;
    }

    .primary-content {
        width: 100%;
        margin-right: 0;
        margin-bottom: 5%;
    }

    .secondary-content {
        width: 100%;
        margin-right: 0;
        padding: 0;
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .single-article .author-meta {
        text-align: left;
        overflow: hidden;
        margin-bottom: 30px;
    }

    .single-article .author-meta a {
        overflow: hidden;
    }

    .single-article .author-meta .author-avatar {
        max-width: 30px;
        float: left;
        margin-right: 10px;
    }

    .single-article .author-meta .author-name {
        text-align: left;
        line-height: 30px;
        font-size: 1.2rem;
    }

    .rows-about .col-md-4 {
        margin-bottom: 30px;
    }

    .mission-about h2, .rows-about .col-md-4 p, .ceo-about h5, .rows-about h4, .cta-about h3, .content-about h5 {
        font-size: 3rem;
    }

    .cta-about h4 {
        font-size: 2rem;
    }

    .the-numbers .info-number {
        margin-bottom: 30px;
    }

    .the-numbers p {
        font-weight: 700;
        font-size: 6rem;
    }

    .the-numbers span, .content-about h6 {
        font-size: 1.5rem;
    }

    .cta-about .buttons a {
        font-size: 1.4rem;
        font-weight: 400;
    }

    .category-page .category-info {
        margin-top: 30px;
    }

    .category-page .category-info, .widget-category {
        padding-left: 0;
    }

    .category-page {
        padding-top: 30px;
    }

    .single-article .post-header .post-title {
        font-size: 3rem;
    }
    .celeb-home-listing .celeb {
        overflow: hidden;
        width: 100%;
        margin: 30px auto;
    }
    .celeb-home-listing .celeb .image {
        width: 100%;
    }
    .celeb-home-listing .celeb .info p {
        max-width: 100%;
    }
    .single-celebrity .author-meta {
        margin: 0
    }
    .celebnav .previous {
        float: none;
        width: 100%;
        padding-right: 0;
        border-right: none;
        overflow: hidden;
    }
    .celebnav .next {
        float: none;
        overflow: hidden;
        width: 100%;
        border-top: 1px solid #DDD;
    }
    .podcast-section .subscribe-podcast ul {
        text-align: center;
    }
    .podcast-section .subscribe-podcast li {
        float: none;
        display: inline-block;
    }
}

@media print {

}