html, body {
    position: relative;
    height: 100%;
}

body {
    background-image: url("../img/body-bg.png");
    background-color: #16181d;
    color: #a1abbd;
    font-family: Arial, "Helvetica Neue", Helvetica, serif, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.63;
    letter-spacing: -0.001em;
}

img {
    max-width: 100%;
    height: auto;
    display: inline-block;
}

blockquote {
    -webkit-margin-before: 0;
    -webkit-margin-after: 0;
    -webkit-margin-start: 0;
    -webkit-margin-end: 0;
}

blockquote {
    padding: 0 0 0 15px;
    margin: 0 0 20px;
}

caption {
    padding-top: 8px;
    padding-bottom: 8px;
    color: #777;
    text-align: left;
}

a {
    text-decoration: none;
    color: #c3c9d4;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

p {
    font-size: 16px;
}

@media (max-width: 600px) {
    p {
        font-size: 14px;
    }
}

figure {
    margin: 0;
    max-width: 100%;
}

select {
    width: 100%;
    border: 1px solid #a1abbd;
    appearance: none;
    -moz-appearance: none;
    /* Firefox */
    -webkit-appearance: none;
    /* Safari and Chrome */
}

textarea {
    height: auto;
    min-height: 50px;
}

    textarea::-webkit-input-placeholder,
    input::-webkit-input-placeholder {
        color: #a1abbd;
    }

    textarea:-moz-placeholder,
    input:-moz-placeholder {
        color: #a1abbd;
    }

    textarea:-ms-input-placeholder,
    input:-ms-input-placeholder {
        color: #a1abbd;
    }

input, textarea {
    -webkit-box-shadow: none;
    box-shadow: none;
}

    input:invalid, textarea:invalid {
        border: 1px solid #ff00004d;
    }

    input:-moz-submit-invalid, textarea:-moz-submit-invalid {
        box-shadow: none;
    }

    input.wpcf7-form-control, textarea.wpcf7-form-control {
        width: 100%;
    }

/*------------- #Styles for list --------------*/
ul:not([class]) li,
ol:not([class]) li {
    margin-bottom: .6em;
    letter-spacing: -.015em;
}

    ul:not([class]) li strong,
    ol:not([class]) li strong {
        color: #c3c9d4;
    }

    ul:not([class]) li a,
    ol:not([class]) li a {
        display: block;
        letter-spacing: -.015em;
    }

ul:not([class]) ul,
ol:not([class]) ul {
    padding: 0;
    padding-left: 40px;
    margin: 20px 0 15px;
    list-style: inherit;
}

    ul:not([class]) ul li,
    ol:not([class]) ul li {
        font-size: 14px;
        margin-bottom: 0;
    }

.list {
    color: #a1abbd;
    overflow: hidden;
}

    .list ul {
        list-style: none;
        padding: 0;
        padding-left: 60px;
        margin: 15px 0 0;
    }

        .list ul li {
            font-size: 14px;
            margin-bottom: 0;
            letter-spacing: -.015em;
            color: #a1abbd;
        }

    .list li {
        margin-bottom: 0.6em;
        font-size: 1em;
        overflow: hidden;
        clear: both;
        -webkit-transition: all .3s ease;
        transition: all .3s ease;
    }

        .list li a {
            max-width: -webkit-calc(100% - 50px);
            max-width: calc(100% - 50px);
        }

        .list li a, .list li li {
            display: inline-block;
            vertical-align: top;
            letter-spacing: -.015em;
        }

        .list li i, .list li .woox-icon {
            display: inline-block;
            vertical-align: top;
            margin-right: 15px;
            font-weight: 900;
            font-size: 12px;
        }

.list--primary i, .list--primary .woox-icon {
    color: #ffba00;
    fill: #ffba00;
    height: 19px;
    width: 19px;
}

.list--primary a:hover {
    color: #ffba00;
    fill: #ffba00;
}

.list--primary ul li:before {
    content: "-";
    display: inline-block;
    font-size: inherit;
    margin-right: 6px;
}

.list--round li i, .list--round li .woox-icon {
    margin-right: 25px;
    width: 12px;
    height: 12px;
    top: 6px;
    position: relative;
    fill: #ffba00;
}

ol {
    counter-reset: list1;
    margin: 15px 0;
}

    ol li {
        list-style: none;
        -webkit-transition: all .3s ease;
        transition: all .3s ease;
        position: relative;
        padding-left: 40px;
        margin-bottom: .35em;
        font-size: 1em;
    }

        ol li a {
            display: inline-block;
        }

    ol ul li {
        list-style: initial;
        padding-left: 0;
    }

        ol ul li:before {
            display: none;
        }

    /* Init counter */
    ol li:before {
        position: absolute;
        counter-increment: list1;
        /* Add "1" */
        content: counter(list1) ".";
        /* Show count */
        color: #a1abbd;
        font-weight: 700;
        display: inline-block;
        left: 0;
    }

    ol ol {
        counter-reset: list2;
        margin: 10px 0;
        padding-left: 0;
    }

        ol ol li {
            padding-left: 40px;
        }

            ol ol li:before {
                counter-increment: list2;
                content: counter(list1) "." counter(list2) ". ";
            }

    ol ul ol {
        counter-reset: list1;
    }

        ol ul ol li:before {
            counter-increment: list1;
            /* Add "1" */
            content: counter(list1) ".";
            /* Show count */
        }

blockquote p {
    margin: 0;
}

p {
    margin: 0 0 1.5em 0;
}

ul ul,
ol ul,
ul ol {
    margin: 10px 0;
    padding-left: 0;
}

    ul ol li::before {
        position: absolute;
        counter-increment: list1;
        content: counter(list1) ".";
        color: #2f2c2c;
        display: inline-block;
        font-size: 18px;
        left: 0;
    }

    ul ol ul li::before {
        content: "\f0da";
        position: absolute;
        left: 0;
        -webkit-transition: all .3s ease;
        transition: all .3s ease;
        font-family: "FontAwesome";
        counter-increment: none;
        font-size: 12px;
    }

    ol ul ol li:before {
        counter-increment: list1;
        /* Add "1" */
        content: counter(list1) ".";
        /* Show count */
        color: #fff;
        display: inline-block;
        position: absolute;
        list-style: none;
        font-size: 18px;
        left: 0;
    }

ol ol ol {
    counter-reset: list3;
}

    ol ol ol li {
        padding-left: 55px;
    }

        ol ol ol li::before {
            counter-increment: list3;
            content: counter(list1) "." counter(list1) "." counter(list3) ".";
        }

ul ol li {
    padding-left: 40px;
}

blockquote {
    margin: 1em 0;
    padding: 110px;
    position: relative;
    font-family: 'iranyekan', serif;
    font-style: italic;
    font-weight: 700;
    border-radius: 20px;
    overflow: hidden;
}

    blockquote h6 {
        font-style: normal;
        font-size: 16px;
    }

        blockquote h6 span {
            color: #666d7a;
            display: block;
            font-weight: 400;
        }

    blockquote cite {
        display: block;
        color: #a1abbd;
        font-size: .7em;
    }

        blockquote cite:before {
            content: "\2014\00a0";
            color: #a1abbd;
        }

    blockquote:before {
        content: "";
        width: 80px;
        height: 90px;
        position: absolute;
        top: 90px;
        left: 80px;
        display: block;
        background: url("../svg-icons/quote-icon.svg") 50% 50% no-repeat;
        background-size: contain;
        z-index: 1;
    }

    blockquote p {
        margin: 0 0 40px;
        font-size: 30px;
        line-height: 1.6em;
        z-index: 2;
        position: relative;
        color: #ffba00;
    }

/* Text meant only for screen readers. */
.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
}

    .screen-reader-text:focus {
        background-color: #f1f1f1;
        border-radius: 3px;
        -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
        box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
        clip: auto !important;
        color: #21759b;
        display: block;
        font-size: 14px;
        font-size: 0.875rem;
        font-weight: bold;
        height: auto;
        left: 5px;
        line-height: normal;
        padding: 15px 23px 14px;
        text-decoration: none;
        top: 5px;
        width: auto;
        z-index: 100000;
        /* Above WP toolbar. */
    }

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
    outline: 0;
}

/*------------- Responsive Mode --------------*/
@media (max-width: 768px) {
    blockquote {
        padding: 30px;
        text-align: center;
    }

        blockquote P {
            font-size: 18px;
        }

        blockquote:before {
            width: 40px;
            height: 50px;
            top: 30px;
            left: 30px;
        }

    .list {
        padding-left: 0;
    }

    .list--round li .woox-icon,
    .list--round li i {
        margin-right: 10px;
    }
}

@media (max-width: 640px) {
    .list li,
    ul li {
        font-size: 13px;
    }

    ol li {
        font-size: 13px;
        padding-left: 20px;
    }

    ol ol li {
        padding-left: 30px;
    }

    ol ol ol li {
        padding-left: 40px;
    }

    .list--primary .woox-icon {
        height: 11px;
        width: 11px;
    }
}

/*------------- #TYPOGRAPHY --------------*/
h1, .h1 {
    font-size: 100px;
    font-weight: 700;
    color: #fff;
    font-family: "iranyekan", Arial, "Helvetica Neue", Helvetica, sans-serif;
    margin: 0.4em 0;
    line-height: 1em;
    letter-spacing: -0.02em;
}

    h1 a, .h1 a {
        color: inherit;
    }

@media (max-width: 800px) {
    h1, .h1 {
        font-size: 2em;
    }
}

@media (max-width: 640px) {
    h1, .h1 {
        font-size: 1.8em;
    }
}

@media (max-width: 360px) {
    h1, .h1 {
        font-size: 1.5em;
    }
}

h2, .h2 {
    margin: 0.4em 0;
    font-size: 60px;
    line-height: 1.3em;
    font-weight: 400;
    color: #fff;
    font-family: "iranyekan", Arial, "Helvetica Neue", Helvetica, sans-serif;
    letter-spacing: -0.02em;
}

    h2 a, .h2 a {
        color: inherit;
    }

@media (max-width: 800px) {
    h2, .h2 {
        font-size: 1.9em;
    }
}

@media (max-width: 640px) {
    h2, .h2 {
        font-size: 1.7em;
    }
}

@media (max-width: 480px) {
    h2, .h2 {
        font-size: 1.5em;
    }
}

@media (max-width: 360px) {
    h2, .h2 {
        font-size: 1.3em;
    }
}

h3, .h3 {
    margin: 0.4em 0;
    font-size: 40px;
    line-height: 1.3em;
    font-weight: 700;
    color: #fff;
    font-family: "iranyekan", Arial, "Helvetica Neue", Helvetica, sans-serif;
    letter-spacing: -0.02em;
}

    h3 a, .h3 a {
        color: inherit;
    }

@media (max-width: 800px) {
    h3, .h3 {
        font-size: 1.8em;
    }
}

@media (max-width: 640px) {
    h3, .h3 {
        font-size: 1.6em;
    }
}

@media (max-width: 480px) {
    h3, .h3 {
        font-size: 1.4em;
    }
}

@media (max-width: 360px) {
    h3, .h3 {
        font-size: 1.2em;
    }
}

h4, .h4 {
    margin: 0.4em 0;
    font-size: 30px;
    line-height: 1.3em;
    font-weight: 700;
    color: #fff;
    font-family: "iranyekan", Arial, "Helvetica Neue", Helvetica, sans-serif;
    letter-spacing: -0.02em;
}

    h4 a, .h4 a {
        color: inherit;
    }

@media (max-width: 800px) {
    h4, .h4 {
        font-size: 1.7em;
    }
}

@media (max-width: 640px) {
    h4, .h4 {
        font-size: 1.5em;
    }
}

@media (max-width: 480px) {
    h4, .h4 {
        font-size: 1.3em;
    }
}

@media (max-width: 360px) {
    h4, .h4 {
        font-size: 1.1em;
    }
}

h5, .h5 {
    margin: 0.4em 0;
    font-size: 26px;
    line-height: 1.3em;
    font-weight: 700;
    color: #fff;
    font-family: "iranyekan", Arial, "Helvetica Neue", Helvetica, sans-serif;
    letter-spacing: -0.02em;
}

    h5 a, .h5 a {
        color: inherit;
    }

@media (max-width: 800px) {
    h5, .h5 {
        font-size: 1.6em;
    }
}

@media (max-width: 640px) {
    h5, .h5 {
        font-size: 1.4em;
    }
}

@media (max-width: 480px) {
    h5, .h5 {
        font-size: 1.2em;
    }
}

@media (max-width: 360px) {
    h5, .h5 {
        font-size: 1em;
    }
}

h6, .h6 {
    margin: 0.4em 0;
    font-size: 22px;
    line-height: 1.3em;
    font-weight: 700;
    color: #fff;
    font-family: "iranyekan", Arial, "Helvetica Neue", Helvetica, sans-serif;
    letter-spacing: -0.02em;
}

    h6 a, .h6 a {
        color: inherit;
    }

@media (max-width: 800px) {
    h6, .h6 {
        font-size: 1.4em;
    }
}

@media (max-width: 640px) {
    h6, .h6 {
        font-size: 1.2em;
    }
}

@media (max-width: 480px) {
    h6, .h6 {
        font-size: 1em;
    }
}

@media (max-width: 360px) {
    h6, .h6 {
        font-size: .9em;
    }
}

/*------------- #Styles for First-Letter --------------*/
.first-letter span:first-of-type {
    display: block;
    position: relative;
    float: left;
    line-height: 1;
    font-family: 'iranyekan', serif;
    z-index: -1;
    font-weight: 900;
}

.first-letter--under-text span:first-of-type {
    margin-right: -80px;
    margin-top: -50px;
    font-size: 160px;
}

@media (max-width: 768px) {
    .first-letter--under-text span:first-of-type {
        font-size: 80px;
        margin-top: 0;
    }
}

.first-letter--before-text span:first-of-type {
    margin-right: 35px;
    margin-bottom: 30px;
    margin-top: -15px;
    font-size: 106px;
}

@media (max-width: 768px) {
    .first-letter--before-text span:first-of-type {
        font-size: 60px;
        margin-top: 0;
    }
}

/*------------- #Styles for Text Selection --------------*/
/*Selection dark*/
.selection--dark::-moz-selection {
    background: #fff;
    color: #a1abbd;
}

.selection--dark::selection {
    background: #fff;
    color: #a1abbd;
}

/*Selection primary*/
.selection--primary::-moz-selection {
    color: #fff;
}

.selection--primary::selection {
    color: #fff;
}

/*Selection gray*/
.selection--gray::-moz-selection {
    background: #e1e1e1;
    color: #fff;
}

.selection--gray::selection {
    background: #e1e1e1;
    color: #fff;
}

dl {
    margin-bottom: 24px;
}

    dl dt {
        margin-bottom: 5px;
        color: #777;
        font-weight: bold;
    }

    dl dd {
        margin-bottom: 5px;
        margin-left: 20px;
    }

abbr {
    cursor: help;
    border-color: #a1abbd;
}

hr {
    position: relative;
    display: block;
    width: 100%;
    min-height: 3px;
    margin: 5px auto;
    border: none;
    border-bottom: 2px solid #3d4451;
}

/*------------- #VARIABLES --------------*/
@media (max-width: 799px) {
    body.crumina-grid .col-sm-1, body.crumina-grid .col-sm-2, body.crumina-grid .col-sm-3, body.crumina-grid .col-sm-4, body.crumina-grid .col-sm-5, body.crumina-grid .col-sm-6, body.crumina-grid .col-sm-7, body.crumina-grid .col-sm-8, body.crumina-grid .col-sm-9, body.crumina-grid .col-sm-10, body.crumina-grid .col-sm-11, body.crumina-grid .col-sm-12 {
        float: left;
    }

    body.crumina-grid .col-sm-12 {
        width: 100%;
    }

    body.crumina-grid .col-sm-11 {
        width: 91.66666667%;
    }

    body.crumina-grid .col-sm-10 {
        width: 83.33333333%;
    }

    body.crumina-grid .col-sm-9 {
        width: 75%;
    }

    body.crumina-grid .col-sm-8 {
        width: 66.66666667%;
    }

    body.crumina-grid .col-sm-7 {
        width: 58.33333333%;
    }

    body.crumina-grid .col-sm-6 {
        width: 50%;
    }

    body.crumina-grid .col-sm-5 {
        width: 41.66666667%;
    }

    body.crumina-grid .col-sm-4 {
        width: 33.33333333%;
    }

    body.crumina-grid .col-sm-3 {
        width: 25%;
    }

    body.crumina-grid .col-sm-2 {
        width: 16.66666667%;
    }

    body.crumina-grid .col-sm-1 {
        width: 8.33333333%;
    }

    body.crumina-grid .col-sm-pull-12 {
        right: 100%;
    }

    body.crumina-grid .col-sm-pull-11 {
        right: 91.66666667%;
    }

    body.crumina-grid .col-sm-pull-10 {
        right: 83.33333333%;
    }

    body.crumina-grid .col-sm-pull-9 {
        right: 75%;
    }

    body.crumina-grid .col-sm-pull-8 {
        right: 66.66666667%;
    }

    body.crumina-grid .col-sm-pull-7 {
        right: 58.33333333%;
    }

    body.crumina-grid .col-sm-pull-6 {
        right: 50%;
    }

    body.crumina-grid .col-sm-pull-5 {
        right: 41.66666667%;
    }

    body.crumina-grid .col-sm-pull-4 {
        right: 33.33333333%;
    }

    body.crumina-grid .col-sm-pull-3 {
        right: 25%;
    }

    body.crumina-grid .col-sm-pull-2 {
        right: 16.66666667%;
    }

    body.crumina-grid .col-sm-pull-1 {
        right: 8.33333333%;
    }

    body.crumina-grid .col-sm-pull-0 {
        right: auto;
    }

    body.crumina-grid .col-sm-push-12 {
        left: 100%;
    }

    body.crumina-grid .col-sm-push-11 {
        left: 91.66666667%;
    }

    body.crumina-grid .col-sm-push-10 {
        left: 83.33333333%;
    }

    body.crumina-grid .col-sm-push-9 {
        left: 75%;
    }

    body.crumina-grid .col-sm-push-8 {
        left: 66.66666667%;
    }

    body.crumina-grid .col-sm-push-7 {
        left: 58.33333333%;
    }

    body.crumina-grid .col-sm-push-6 {
        left: 50%;
    }

    body.crumina-grid .col-sm-push-5 {
        left: 41.66666667%;
    }

    body.crumina-grid .col-sm-push-4 {
        left: 33.33333333%;
    }

    body.crumina-grid .col-sm-push-3 {
        left: 25%;
    }

    body.crumina-grid .col-sm-push-2 {
        left: 16.66666667%;
    }

    body.crumina-grid .col-sm-push-1 {
        left: 8.33333333%;
    }

    body.crumina-grid .col-sm-push-0 {
        left: auto;
    }

    body.crumina-grid .col-sm-offset-12 {
        margin-left: 100%;
    }

    body.crumina-grid .col-sm-offset-11 {
        margin-left: 91.66666667%;
    }

    body.crumina-grid .col-sm-offset-10 {
        margin-left: 83.33333333%;
    }

    body.crumina-grid .col-sm-offset-9 {
        margin-left: 75%;
    }

    body.crumina-grid .col-sm-offset-8 {
        margin-left: 66.66666667%;
    }

    body.crumina-grid .col-sm-offset-7 {
        margin-left: 58.33333333%;
    }

    body.crumina-grid .col-sm-offset-6 {
        margin-left: 50%;
    }

    body.crumina-grid .col-sm-offset-5 {
        margin-left: 41.66666667%;
    }

    body.crumina-grid .col-sm-offset-4 {
        margin-left: 33.33333333%;
    }

    body.crumina-grid .col-sm-offset-3 {
        margin-left: 25%;
    }

    body.crumina-grid .col-sm-offset-2 {
        margin-left: 16.66666667%;
    }

    body.crumina-grid .col-sm-offset-1 {
        margin-left: 8.33333333%;
    }

    body.crumina-grid .col-sm-offset-0 {
        margin-left: 0;
    }
}

@media (max-width: 570px) {
    body.crumina-grid .col-xs-1, body.crumina-grid .col-xs-2, body.crumina-grid .col-xs-3, body.crumina-grid .col-xs-4, body.crumina-grid .col-xs-5, body.crumina-grid .col-xs-6, body.crumina-grid .col-xs-7, body.crumina-grid .col-xs-8, body.crumina-grid .col-xs-9, body.crumina-grid .col-xs-10, body.crumina-grid .col-xs-11, body.crumina-grid .col-xs-12 {
        float: left;
    }

    body.crumina-grid .col-xs-12 {
        width: 100%;
    }

    body.crumina-grid .col-xs-11 {
        width: 91.66666667%;
    }

    body.crumina-grid .col-xs-10 {
        width: 83.33333333%;
    }

    body.crumina-grid .col-xs-9 {
        width: 75%;
    }

    body.crumina-grid .col-xs-8 {
        width: 66.66666667%;
    }

    body.crumina-grid .col-xs-7 {
        width: 58.33333333%;
    }

    body.crumina-grid .col-xs-6 {
        width: 50%;
    }

    body.crumina-grid .col-xs-5 {
        width: 41.66666667%;
    }

    body.crumina-grid .col-xs-4 {
        width: 33.33333333%;
    }

    body.crumina-grid .col-xs-3 {
        width: 25%;
    }

    body.crumina-grid .col-xs-2 {
        width: 16.66666667%;
    }

    body.crumina-grid .col-xs-1 {
        width: 8.33333333%;
    }

    body.crumina-grid .col-xs-pull-12 {
        right: 100%;
    }

    body.crumina-grid .col-xs-pull-11 {
        right: 91.66666667%;
    }

    body.crumina-grid .col-xs-pull-10 {
        right: 83.33333333%;
    }

    body.crumina-grid .col-xs-pull-9 {
        right: 75%;
    }

    body.crumina-grid .col-xs-pull-8 {
        right: 66.66666667%;
    }

    body.crumina-grid .col-xs-pull-7 {
        right: 58.33333333%;
    }

    body.crumina-grid .col-xs-pull-6 {
        right: 50%;
    }

    body.crumina-grid .col-xs-pull-5 {
        right: 41.66666667%;
    }

    body.crumina-grid .col-xs-pull-4 {
        right: 33.33333333%;
    }

    body.crumina-grid .col-xs-pull-3 {
        right: 25%;
    }

    body.crumina-grid .col-xs-pull-2 {
        right: 16.66666667%;
    }

    body.crumina-grid .col-xs-pull-1 {
        right: 8.33333333%;
    }

    body.crumina-grid .col-xs-pull-0 {
        right: auto;
    }

    body.crumina-grid .col-xs-push-12 {
        left: 100%;
    }

    body.crumina-grid .col-xs-push-11 {
        left: 91.66666667%;
    }

    body.crumina-grid .col-xs-push-10 {
        left: 83.33333333%;
    }

    body.crumina-grid .col-xs-push-9 {
        left: 75%;
    }

    body.crumina-grid .col-xs-push-8 {
        left: 66.66666667%;
    }

    body.crumina-grid .col-xs-push-7 {
        left: 58.33333333%;
    }

    body.crumina-grid .col-xs-push-6 {
        left: 50%;
    }

    body.crumina-grid .col-xs-push-5 {
        left: 41.66666667%;
    }

    body.crumina-grid .col-xs-push-4 {
        left: 33.33333333%;
    }

    body.crumina-grid .col-xs-push-3 {
        left: 25%;
    }

    body.crumina-grid .col-xs-push-2 {
        left: 16.66666667%;
    }

    body.crumina-grid .col-xs-push-1 {
        left: 8.33333333%;
    }

    body.crumina-grid .col-xs-push-0 {
        left: auto;
    }

    body.crumina-grid .col-xs-offset-12 {
        margin-left: 100%;
    }

    body.crumina-grid .col-xs-offset-11 {
        margin-left: 91.66666667%;
    }

    body.crumina-grid .col-xs-offset-10 {
        margin-left: 83.33333333%;
    }

    body.crumina-grid .col-xs-offset-9 {
        margin-left: 75%;
    }

    body.crumina-grid .col-xs-offset-8 {
        margin-left: 66.66666667%;
    }

    body.crumina-grid .col-xs-offset-7 {
        margin-left: 58.33333333%;
    }

    body.crumina-grid .col-xs-offset-6 {
        margin-left: 50%;
    }

    body.crumina-grid .col-xs-offset-5 {
        margin-left: 41.66666667%;
    }

    body.crumina-grid .col-xs-offset-4 {
        margin-left: 33.33333333%;
    }

    body.crumina-grid .col-xs-offset-3 {
        margin-left: 25%;
    }

    body.crumina-grid .col-xs-offset-2 {
        margin-left: 16.66666667%;
    }

    body.crumina-grid .col-xs-offset-1 {
        margin-left: 8.33333333%;
    }

    body.crumina-grid .col-xs-offset-0 {
        margin-left: 0;
    }
}

@media (max-width: 768px) {
    body.crumina-grid .kc_column_inner + .kc_column_inner {
        margin-top: 40px;
    }
}

@media (max-width: 768px) {
    body.crumina-grid .kc_column + .kc_column {
        margin-top: 30px;
    }
}

body.crumina-grid .kc_col-of-5 {
    width: 20%;
    float: left;
    position: relative;
    min-height: 1px;
    padding-right: 20px;
    padding-left: 20px;
}

@media (max-width: 800px) {
    body.crumina-grid .kc_col-of-5 {
        width: 50%;
    }
}

@media (max-width: 570px) {
    body.crumina-grid .kc_col-of-5 {
        width: 100%;
    }
}

@media (max-width: 800px) {
    body.crumina-grid * > .kc_col-of-5:last-child {
        width: 100%;
    }
}

@media (max-width: 799px) {
    body.crumina-grid .col-3-responsive-wrapper .kc_column.col-md-4.col-sm-12 {
        width: 33.3333%;
    }
}

@media (max-width: 600px) {
    body.crumina-grid .col-3-responsive-wrapper .kc_column.col-md-4.col-sm-12 {
        width: 100%;
    }
}

@media (max-width: 768px) {
    body.crumina-grid .col-3-responsive-wrapper .kc_column + .kc_column {
        margin-top: 0;
    }
}

@media (max-width: 600px) {
    body.crumina-grid .col-3-responsive-wrapper .kc_column + .kc_column {
        margin-top: 30px;
    }
}

.clearfix:before,
.clearfix:after,
.dl-horizontal dd:before,
.dl-horizontal dd:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after {
    display: table;
    content: " ";
    width: 100%;
}

.container {
    padding-right: 20px;
    padding-left: 20px;
    margin-right: auto;
    margin-left: auto;
}

@media (min-width: 768px) {
    .container {
        width: 710px;
        padding-right: 20px;
        padding-left: 20px;
    }

    .row {
        margin-right: -10px;
        margin-left: -10px;
    }
}

@media (min-width: 992px) {
    .container {
        width: 965px;
    }
}

@media (min-width: 1200px) {
    .container {
        width: 1140px;
    }
}

@media (min-width: 1300px) {
    .container {
        width: 1240px;
    }
}

@media (min-width: 1400px) {
    .container {
        width: 1340px;
    }
}

@media (min-width: 1500px) {
    .container {
        width: 1440px;
    }
}

.container-fluid {
    padding-right: 20px;
    padding-left: 20px;
    margin-right: auto;
    margin-left: auto;
}

.row {
    margin-right: -20px;
    margin-left: -20px;
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
    position: relative;
    min-height: 1px;
    padding-right: 20px;
    padding-left: 20px;
}

@media (min-width: 1200px) {
    .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 {
        float: left;
    }

    .col-lg-12 {
        width: 100%;
    }

    .col-lg-11 {
        width: 91.66666667%;
    }

    .col-lg-10 {
        width: 83.33333333%;
    }

    .col-lg-9 {
        width: 75%;
    }

    .col-lg-8 {
        width: 66.66666667%;
    }

    .col-lg-7 {
        width: 58.33333333%;
    }

    .col-lg-6 {
        width: 50%;
    }

    .col-lg-5 {
        width: 41.66666667%;
    }

    .col-lg-4 {
        width: 33.33333333%;
    }

    .col-lg-3 {
        width: 25%;
    }

    .col-lg-2 {
        width: 16.66666667%;
    }

    .col-lg-1 {
        width: 8.33333333%;
    }

    .col-lg-pull-12 {
        right: 100%;
    }

    .col-lg-pull-11 {
        right: 91.66666667%;
    }

    .col-lg-pull-10 {
        right: 83.33333333%;
    }

    .col-lg-pull-9 {
        right: 75%;
    }

    .col-lg-pull-8 {
        right: 66.66666667%;
    }

    .col-lg-pull-7 {
        right: 58.33333333%;
    }

    .col-lg-pull-6 {
        right: 50%;
    }

    .col-lg-pull-5 {
        right: 41.66666667%;
    }

    .col-lg-pull-4 {
        right: 33.33333333%;
    }

    .col-lg-pull-3 {
        right: 25%;
    }

    .col-lg-pull-2 {
        right: 16.66666667%;
    }

    .col-lg-pull-1 {
        right: 8.33333333%;
    }

    .col-lg-pull-0 {
        right: auto;
    }

    .col-lg-push-12 {
        left: 100%;
    }

    .col-lg-push-11 {
        left: 91.66666667%;
    }

    .col-lg-push-10 {
        left: 83.33333333%;
    }

    .col-lg-push-9 {
        left: 75%;
    }

    .col-lg-push-8 {
        left: 66.66666667%;
    }

    .col-lg-push-7 {
        left: 58.33333333%;
    }

    .col-lg-push-6 {
        left: 50%;
    }

    .col-lg-push-5 {
        left: 41.66666667%;
    }

    .col-lg-push-4 {
        left: 33.33333333%;
    }

    .col-lg-push-3 {
        left: 25%;
    }

    .col-lg-push-2 {
        left: 16.66666667%;
    }

    .col-lg-push-1 {
        left: 8.33333333%;
    }

    .col-lg-push-0 {
        left: auto;
    }

    .col-lg-offset-12 {
        margin-left: 100%;
    }

    .col-lg-offset-11 {
        margin-left: 91.66666667%;
    }

    .col-lg-offset-10 {
        margin-left: 83.33333333%;
    }

    .col-lg-offset-9 {
        margin-left: 75%;
    }

    .col-lg-offset-8 {
        margin-left: 66.66666667%;
    }

    .col-lg-offset-7 {
        margin-left: 58.33333333%;
    }

    .col-lg-offset-6 {
        margin-left: 50%;
    }

    .col-lg-offset-5 {
        margin-left: 41.66666667%;
    }

    .col-lg-offset-4 {
        margin-left: 33.33333333%;
    }

    .col-lg-offset-3 {
        margin-left: 25%;
    }

    .col-lg-offset-2 {
        margin-left: 16.66666667%;
    }

    .col-lg-offset-1 {
        margin-left: 8.33333333%;
    }

    .col-lg-offset-0 {
        margin-left: 0;
    }
}

@media (min-width: 800px) and (max-width: 1199px) {
    .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 {
        float: left;
    }

    .col-md-12 {
        width: 100%;
    }

    .col-md-11 {
        width: 91.66666667%;
    }

    .col-md-10 {
        width: 83.33333333%;
    }

    .col-md-9 {
        width: 75%;
    }

    .col-md-8 {
        width: 66.66666667%;
    }

    .col-md-7 {
        width: 58.33333333%;
    }

    .col-md-6 {
        width: 50%;
    }

    .col-md-5 {
        width: 41.66666667%;
    }

    .col-md-4 {
        width: 33.33333333%;
    }

    .col-md-3 {
        width: 25%;
    }

    .col-md-2 {
        width: 16.66666667%;
    }

    .col-md-1 {
        width: 8.33333333%;
    }

    .col-md-pull-12 {
        right: 100%;
    }

    .col-md-pull-11 {
        right: 91.66666667%;
    }

    .col-md-pull-10 {
        right: 83.33333333%;
    }

    .col-md-pull-9 {
        right: 75%;
    }

    .col-md-pull-8 {
        right: 66.66666667%;
    }

    .col-md-pull-7 {
        right: 58.33333333%;
    }

    .col-md-pull-6 {
        right: 50%;
    }

    .col-md-pull-5 {
        right: 41.66666667%;
    }

    .col-md-pull-4 {
        right: 33.33333333%;
    }

    .col-md-pull-3 {
        right: 25%;
    }

    .col-md-pull-2 {
        right: 16.66666667%;
    }

    .col-md-pull-1 {
        right: 8.33333333%;
    }

    .col-md-pull-0 {
        right: auto;
    }

    .col-md-push-12 {
        left: 100%;
    }

    .col-md-push-11 {
        left: 91.66666667%;
    }

    .col-md-push-10 {
        left: 83.33333333%;
    }

    .col-md-push-9 {
        left: 75%;
    }

    .col-md-push-8 {
        left: 66.66666667%;
    }

    .col-md-push-7 {
        left: 58.33333333%;
    }

    .col-md-push-6 {
        left: 50%;
    }

    .col-md-push-5 {
        left: 41.66666667%;
    }

    .col-md-push-4 {
        left: 33.33333333%;
    }

    .col-md-push-3 {
        left: 25%;
    }

    .col-md-push-2 {
        left: 16.66666667%;
    }

    .col-md-push-1 {
        left: 8.33333333%;
    }

    .col-md-push-0 {
        left: auto;
    }

    .col-md-offset-12 {
        margin-left: 100%;
    }

    .col-md-offset-11 {
        margin-left: 91.66666667%;
    }

    .col-md-offset-10 {
        margin-left: 83.33333333%;
    }

    .col-md-offset-9 {
        margin-left: 75%;
    }

    .col-md-offset-8 {
        margin-left: 66.66666667%;
    }

    .col-md-offset-7 {
        margin-left: 58.33333333%;
    }

    .col-md-offset-6 {
        margin-left: 50%;
    }

    .col-md-offset-5 {
        margin-left: 41.66666667%;
    }

    .col-md-offset-4 {
        margin-left: 33.33333333%;
    }

    .col-md-offset-3 {
        margin-left: 25%;
    }

    .col-md-offset-2 {
        margin-left: 16.66666667%;
    }

    .col-md-offset-1 {
        margin-left: 8.33333333%;
    }

    .col-md-offset-0 {
        margin-left: 0;
    }
}

/*------------- #HELPERS --------------*/
.align-center,
.aligncenter {
    text-align: center;
}

.align-left {
    text-align: left;
}

.align-right {
    text-align: right;
}

.visual-hidden,
.hide {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
}

.height-120 {
    height: 120px;
}

.height-140 {
    height: 140px;
}

.height-170 {
    height: 170px;
}

.height-180 {
    height: 180px;
}

.height-370 {
    height: 370px;
}

.height-560 {
    height: 560px;
}

.height-730 {
    height: 730px;
}

.half-width {
    width: 50%;
    float: left;
}

.ovh {
    overflow: hidden;
}

.f-left {
    float: left;
}

.f-right {
    float: right;
}

.f-none {
    float: none;
}

.shadow-image {
    -webkit-box-shadow: 24px 50px 60px rgba(0, 0, 0, 0.3);
    box-shadow: 24px 50px 60px rgba(0, 0, 0, 0.3);
}

.f-size-14 {
    font-size: 14px;
}

.f-size-90 {
    font-size: 90px;
}

@media (max-width: 768px) {
    .f-size-90 {
        font-size: 60px;
    }
}

@media (max-width: 540px) {
    .f-size-90 {
        font-size: 36px;
    }
}

.table {
    display: table;
}

.table-cell {
    display: table-cell;
    vertical-align: middle;
    float: none;
}

@media (max-width: 640px) {
    .table-cell {
        display: block;
        float: left;
    }
}

.text-t-none {
    text-transform: none;
}

@media (max-width: 480px) {
    .centered-on-mobile {
        text-align: center;
    }
}

.overlay--light {
    background: rgba(0, 0, 0, 0.2);
}

.no-padding {
    padding: 0 !important;
}

@media (max-width: 640px) {
    .no-padding {
        padding: 0 15px !important;
    }
}

.negative-margin-left320 {
    margin-left: -320px;
}

.no-margin {
    margin: 0;
}

.item-fully-transparent {
    opacity: 0;
}

.full-block {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.full-height {
    height: 100%;
}

.full-width {
    width: 100%;
}

.display-flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

    .display-flex.content-center {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

.inline-block, .kc-elm.inline-block {
    display: inline-block;
    width: auto;
    float: none;
}

.inline-items > * {
    display: inline-block;
    vertical-align: middle;
}

.inline-items > .inline-items + .inline-items {
    margin-left: 70px;
}

.block-rounded-shadow {
    border-radius: 10px;
    padding: 60px;
    -webkit-box-shadow: 10px 0 50px 0 rgba(18, 25, 33, 0.1);
    box-shadow: 10px 0 50px 0 rgba(18, 25, 33, 0.1);
}

.block-rounded {
    border-radius: 10px;
}

.overlay-standard, .overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(19, 20, 24, 0.8);
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.overlay-blog {
    background: rgba(22, 24, 29, 0.6);
}

.full-block-link {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

.medium-padding40 {
    padding: 40px 0;
}

.medium-padding60 {
    padding: 60px 0;
}

@media (max-width: 800px) {
    .medium-padding60 {
        padding: 30px 0;
    }
}

.medium-padding80 {
    padding: 80px 0;
}

@media (max-width: 800px) {
    .medium-padding80 {
        padding: 35px 0;
    }
}

.medium-padding100 {
    padding: 100px 0;
}

@media (max-width: 800px) {
    .medium-padding100 {
        padding: 35px 0;
    }
}

.medium-padding300 {
    padding: 300px 0;
}

@media (max-width: 1200px) {
    .medium-padding300 {
        padding: 100px 0;
    }
}

@media (max-width: 800px) {
    .medium-padding300 {
        padding: 60px 0;
    }
}

.medium-padding120 {
    padding: 120px 0;
}

@media (max-width: 800px) {
    .medium-padding120 {
        padding: 35px 0;
    }
}

.medium-padding180 {
    padding: 180px 0;
}

@media (max-width: 800px) {
    .medium-padding180 {
        padding: 90px 0;
    }
}

.medium-padding270 {
    padding: 270px 0;
}

@media (max-width: 800px) {
    .medium-padding270 {
        padding: 100px 0;
    }
}

.pb100 {
    padding-bottom: 100px;
}

@media (max-width: 800px) {
    .pb100 {
        padding-bottom: 35px;
    }
}

.pt80 {
    padding-top: 80px;
}

@media (max-width: 800px) {
    .pt80 {
        padding-top: 35px;
    }
}

.pb60 {
    padding-bottom: 60px;
}

@media (max-width: 800px) {
    .pb60 {
        padding-bottom: 3px;
    }
}

.pt180 {
    padding-top: 180px;
}

.pt100 {
    padding-top: 100px;
}

@media (max-width: 800px) {
    .pt100 {
        padding-top: 35px;
    }
}

.pt400 {
    padding-top: 400px;
}

@media (max-width: 1024px) {
    .pt400 {
        padding-top: 200px;
    }
}

@media (max-width: 768px) {
    .pt400 {
        padding-top: 100px;
    }
}

.pb360 {
    padding-bottom: 360px;
}

.pb120 {
    padding-bottom: 120px;
}

@media (max-width: 800px) {
    .pb120 {
        padding-bottom: 35px;
    }
}

.pt120 {
    padding-top: 120px;
}

@media (max-width: 800px) {
    .pt120 {
        padding-top: 35px;
    }
}

.pb80 {
    padding-bottom: 80px;
}

@media (max-width: 800px) {
    .pb80 {
        padding-bottom: 35px;
    }
}

.pb30 {
    padding-bottom: 30px;
}

.mt100 {
    margin-top: 100px;
}

@media (max-width: 800px) {
    .mt100 {
        margin-top: 50px;
    }
}

.mt60 {
    margin-top: 60px;
}

@media (max-width: 800px) {
    .mt60 {
        margin-top: 35px;
    }
}

.mb30 {
    margin-bottom: 30px;
}

.mt30 {
    margin-top: 30px;
}

.mb60 {
    margin-bottom: 60px;
}

@media (max-width: 800px) {
    .mb60 {
        margin-bottom: 35px;
    }
}

.padding-left60-desktop {
    padding-left: 60px;
}

@media (max-width: 980px) {
    .padding-left60-desktop {
        padding-left: 0;
    }
}

.icon-demonstration {
    text-align: center;
    margin-bottom: 30px;
    padding: 20px;
    background-color: rgba(255, 186, 0, 0.15);
    border-radius: 20px;
}

    .icon-demonstration .woox-icon {
        width: 60px;
        height: 60px;
        fill: #ffba00;
    }

    .icon-demonstration pre {
        font-size: 12px;
        color: red;
    }

    .icon-demonstration code {
        white-space: initial;
        line-height: 2;
    }

.bg-1 {
    background-image: url("../img/bg-2.png");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 50% 50%;
}

.bg-2 {
    background-image: url("../img/icon1.png");
    background-repeat: no-repeat;
    background-position: 50% 50%;
}

.abbr,
abbr {
    color: #ff3133;
}

.c-link-color {
    color: #c3c9d4;
}

.c-primary {
    color: #ffba00;
}

.c-green-lighter {
    color: #8ec545;
}

.c-green-succes {
    color: #8dc647;
}

.c-grey {
    color: #1f2128;
}

.c-grey-light {
    color: #2d313a;
}

.c-border-color {
    color: #3d434f;
}

.c-secondary {
    color: #fff;
}

.color-icon {
    color: #666d7a;
}

.c-white {
    color: #fff;
}

.c-black-lighter {
    color: #16181d;
}

.c-blue {
    color: #3235aa;
}

.c-blue-light {
    color: #3452ff;
}

.c-blue-lighter {
    color: #016cb0;
}

.c-red {
    color: #fe3235;
}

.c-red-light {
    color: #ff3133;
}

.c-brown {
    color: #ee7800;
}

.font-color-custom * {
    color: inherit;
}

.custom-color * {
    color: inherit;
}

.bg-brown {
    background-color: #ee7800;
}

.bg-green-lighter {
    background-color: #8ec545;
}

.bg-blue-light {
    background-color: #3452ff;
}

.bg-blue-lighter {
    background-color: #016cb0;
}

.bg-white {
    background-color: #fff;
}

.bg-secondary-color {
    background-color: #fff;
}

.bg-primary-color {
    background-color: #ffba00;
}

.bg-blue {
    background-color: #3235aa;
}

.bg-red {
    background-color: #fe3235;
}

.bg-red-light {
    background-color: #ff3133;
}

.bg-dark-light {
    background-color: #1e2027;
}

.bg-border-color {
    background-color: #3d434f;
}

.bg-green-gradient {
    background: -webkit-gradient(linear, left top, right top, from(#00a653), to(#8dc546));
    background: -webkit-linear-gradient(left, #00a653, #8dc546);
    background: linear-gradient(to right, #00a653, #8dc546);
}

.bg-blue-gradient {
    background: -webkit-gradient(linear, left top, right top, from(#791ebd), to(#3452ff));
    background: -webkit-linear-gradient(left, #791ebd, #3452ff);
    background: linear-gradient(to right, #791ebd, #3452ff);
}

.bg-red-gradient {
    background: -webkit-gradient(linear, left top, right top, from(#ff8100), to(#ff3133));
    background: -webkit-linear-gradient(left, #ff8100, #ff3133);
    background: linear-gradient(to right, #ff8100, #ff3133);
}

.bg-primary-gradient {
    background: -webkit-gradient(linear, left top, right top, from(#ffff00), to(#ffba00));
    background: -webkit-linear-gradient(left, #ffff00, #ffba00);
    background: linear-gradient(to right, #ffff00, #ffba00);
}

.weight-bold {
    font-weight: 700;
}

.weight-normal {
    font-weight: 400;
}

.content-align-justify {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.block-content-bottom {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

.d-flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.align-items-bottom {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.d-flex--content-inline {
    float: none;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
}

    .d-flex--content-inline > * + * {
        margin-left: 40px;
        margin-bottom: 5px;
    }

.negative-margin-top80 {
    margin-top: -80px;
}

.negative-margin-bottom80 {
    margin-bottom: -80px;
}

.display-block {
    display: block;
}

.inline-items-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

    .inline-items-wrap > * + * {
        margin-left: 40px;
    }

.v-align-bottom {
    vertical-align: bottom;
    display: table-cell;
    float: none;
}

.v-align-middle {
    vertical-align: middle;
    display: table-cell;
    float: none;
}

.d-flex-align-middle {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

/*------------- #Socials BG-helper --------------*/
.bg-rss {
    background-color: #f4b459;
}

.bg-mail {
    background-color: #996DD1;
}

.bg-pinterest {
    background-color: #cc2127;
}

.bg-googleplus {
    background-color: #dd4b39;
}

.bg-google {
    background-color: #dd4b39;
}

.bg-facebook {
    background-color: #2f5b9d;
}

.bg-twitter {
    background-color: #38bff1;
}

.bg-amazon {
    background-color: #F69B06;
}

.bg-behance {
    background-color: #2D2D2D;
}

.bg-bing {
    background-color: #FFA616;
}

.bg-creative-market {
    background-color: #8DA741;
}

.bg-deviantart {
    background-color: #1B1B1B;
}

.bg-dribble {
    background-color: #f74881;
}

.bg-dropbox {
    background-color: #0BA4E0;
}

.bg-envato {
    background-color: #6D9C3E;
}

.bg-flickr {
    background-color: #26A9E1;
}

.bg-instagram {
    background-color: #E75351;
}

.bg-kickstarter {
    background-color: #14E06E;
}

.bg-linkedin {
    background-color: #4A8F9E;
}

.bg-medium {
    background-color: #00E56B;
}

.bg-periscope {
    background-color: #3FA4C4;
}

.bg-quora {
    background-color: #F85F62;
}

.bg-reddit {
    background-color: #F05825;
}

.bg-shutterstock {
    background-color: #008EC0;
}

.bg-skype {
    background-color: #00AAF1;
}

.bg-snapchat {
    background-color: #FFED45;
}

.bg-soundcloud {
    background-color: #FF3300;
}

.bg-spotify {
    background-color: #1ED760;
}

.bg-trello {
    background-color: #0079BF;
}

.bg-tumblr {
    background-color: #36465D;
}

.bg-vimeo {
    background-color: #1AB7EA;
}

.bg-vk {
    background-color: #6383A8;
}

.bg-whatsapp {
    background-color: #25D366;
}

.bg-wikipedia {
    background-color: #000000;
}

.bg-wordpress {
    background-color: #21759B;
}

.bg-youtube {
    background-color: #CD201F;
}

/*------------- #Socials COLOR-helper --------------*/
.c-rss {
    color: #f4b459;
    fill: #f4b459;
}

.c-mail {
    color: #996DD1;
    fill: #996DD1;
}

.c-pinterest {
    color: #cc2127;
    fill: #cc2127;
}

.c-googleplus {
    color: #dd4b39;
    fill: #dd4b39;
}

.c-google {
    color: #dd4b39;
    fill: #dd4b39;
}

.c-facebook {
    color: #2f5b9d;
    fill: #2f5b9d;
}

.c-twitter {
    color: #38bff1;
    fill: #38bff1;
}

.c-amazon {
    color: #F69B06;
    fill: #F69B06;
}

.c-behance {
    color: #2D2D2D;
    fill: #2D2D2D;
}

.c-bing {
    color: #FFA616;
    fill: #FFA616;
}

.c-creative-market {
    color: #8DA741;
    fill: #8DA741;
}

.c-deviantart {
    color: #1B1B1B;
    fill: #1B1B1B;
}

.c-dribble {
    color: #f74881;
    fill: #f74881;
}

.c-dropbox {
    color: #0BA4E0;
    fill: #0BA4E0;
}

.c-envato {
    color: #6D9C3E;
    fill: #6D9C3E;
}

.c-flickr {
    color: #26A9E1;
    fill: #26A9E1;
}

.c-instagram {
    color: #E75351;
    fill: #E75351;
}

.c-kickstarter {
    color: #14E06E;
    fill: #14E06E;
}

.c-linkedin {
    color: #4A8F9E;
    fill: #4A8F9E;
}

.c-medium {
    color: #00E56B;
    fill: #00E56B;
}

.c-periscope {
    color: #3FA4C4;
    fill: #3FA4C4;
}

.c-quora {
    color: #F85F62;
    fill: #F85F62;
}

.c-reddit {
    color: #F05825;
    fill: #F05825;
}

.c-shutterstock {
    color: #008EC0;
    fill: #008EC0;
}

.c-skype {
    color: #00AAF1;
    fill: #00AAF1;
}

.c-snapchat {
    color: #FFED45;
    fill: #FFED45;
}

.c-soundcloud {
    color: #FF3300;
    fill: #FF3300;
}

.c-spotify {
    color: #1ED760;
    fill: #1ED760;
}

.c-trello {
    color: #0079BF;
    fill: #0079BF;
}

.c-tumblr {
    color: #36465D;
    fill: #36465D;
}

.c-vimeo {
    color: #1AB7EA;
    fill: #1AB7EA;
}

.c-vk {
    color: #6383A8;
    fill: #6383A8;
}

.c-whatsapp {
    color: #25D366;
    fill: #25D366;
}

.c-wikipedia {
    color: #000000;
    fill: #000000;
}

.c-wordpress {
    color: #21759B;
    fill: #21759B;
}

.c-youtube {
    color: #CD201F;
    fill: #CD201F;
}

.main-section {
    min-height: 100vh;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.main-content-wrapper {
    z-index: 2;
    position: relative;
}

    .main-content-wrapper > .crumina-flying-balls:first-child {
        padding-top: 100px;
    }

        .main-content-wrapper > .crumina-flying-balls:first-child.page-not-found {
            padding-top: 0;
        }

/*------------- #Blocks with arrow --------------*/
.block--with-arrow-left {
    position: relative;
}

    .block--with-arrow-left:after {
        content: '';
        display: block;
        background: url("../img/arrow-left-w-50.png") no-repeat;
        position: absolute;
        -webkit-transition: all .3s ease;
        transition: all .3s ease;
        right: 100%;
        top: 50%;
        -webkit-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
        transform: translate(0, -50%);
        width: 50px;
        height: 160px;
    }

.has-border-arrow:hover .block--with-arrow-bottom-center {
    background-color: #131519;
    border-color: #ffba00;
}

    .has-border-arrow:hover .block--with-arrow-bottom-center:before, .has-border-arrow:hover .block--with-arrow-bottom-center:after {
        border-bottom-color: #ffba00;
    }

    .has-border-arrow:hover .block--with-arrow-bottom-center.with-bg .block-arrow-down {
        background-color: #131519;
        border-bottom-color: #ffba00;
        border-left-color: #ffba00;
    }

.has-border-arrow:hover .block-arrow-down {
    background-color: #131519;
    border-bottom-color: #ffba00;
    border-left-color: #ffba00;
}

.block--with-arrow-bottom-center {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border: 4px solid #3d4451;
    background-color: transparent;
    border-bottom: none;
    border-radius: 20px;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    z-index: -1;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

    .block--with-arrow-bottom-center:after, .block--with-arrow-bottom-center:before {
        content: '';
        display: block;
        height: 20px;
        width: -webkit-calc(100%/2 - 12px);
        width: calc(100%/2 - 12px);
        position: absolute;
        bottom: -2px;
        border-bottom: 4px solid #3d4451;
        -webkit-transition: all .3s ease;
        transition: all .3s ease;
        z-index: 10;
    }

    .block--with-arrow-bottom-center:before {
        left: -4px;
        border-radius: 0 0 0 20px;
    }

    .block--with-arrow-bottom-center:after {
        right: -4px;
        border-radius: 0 0 20px 0;
    }

    .block--with-arrow-bottom-center.with-bg {
        background-color: #181a20;
        border-color: #181a20;
    }

        .block--with-arrow-bottom-center.with-bg:after, .block--with-arrow-bottom-center.with-bg:before {
            border-bottom-color: #181a20;
        }

        .block--with-arrow-bottom-center.with-bg .block-arrow-down {
            background-color: #181a20;
            border-left-color: #181a20;
            border-bottom-color: #181a20;
        }

.block-arrow-down {
    position: absolute;
    bottom: 1px;
    left: 50%;
    width: 30px;
    height: 30px;
    border: 4px solid #3d4451;
    border-top-color: transparent;
    border-right-color: transparent;
    -webkit-transform: rotate(-45deg) translate(-66%);
    -ms-transform: rotate(-45deg) translate(-66%);
    transform: rotate(-45deg) translate(-66%);
    background-color: transparent;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

/*------------- Responsive Mode --------------*/
@media (max-width: 1200px) {
    .responsive-width-50 {
        max-width: 50%;
    }

    .responsive-align-center {
        text-align: center;
    }

        .responsive-align-center .btn-market-wrap {
            -webkit-box-pack: center;
            -webkit-justify-content: center;
            -ms-flex-pack: center;
            justify-content: center;
        }
}

@media (max-width: 768px) {
    .inline-items-wrap {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
    }

        .inline-items-wrap .btn + .btn {
            margin-left: 0;
            margin-right: 30px;
        }

        .inline-items-wrap > * + * {
            margin-left: 0;
            margin-top: 20px;
        }

    .pt-mobile-80 {
        padding-top: 80px;
    }

    .height-730 {
        height: 350px;
    }
}

@media (max-width: 460px) {
    .main-content-wrapper > .crumina-flying-balls:first-child {
        padding-top: 130px;
    }
}

/*! normalize.css v4.1.1 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Prevent adjustments of font size after orientation changes in IE and iOS.
 */
html {
    font-family: iranyekan, sans-serif;
    /* 1 */
    -ms-text-size-adjust: 100%;
    /* 2 */
    -webkit-text-size-adjust: 100%;
    /* 2 */
}

/**
 * Remove the margin in all browsers (opinionated).
 */
body {
    margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 * 2. Add the correct display in IE.
 */
article,
aside,
details,
figcaption,
figure,
footer,
main,
menu,
nav,
section,
summary {
    /* 1 */
    display: block;
}

/**
 * Add the correct display in IE 9-.
 */
audio,
canvas,
progress,
video {
    display: inline-block;
}

    /**
 * Add the correct display in iOS 4-7.
 */
    audio:not([controls]) {
        display: none;
        height: 0;
    }

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
    vertical-align: baseline;
}

/**
 * Add the correct display in IE 10-.
 * 1. Add the correct display in IE.
 */
template,
[hidden] {
    display: none;
}

/* Links
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
    background-color: transparent;
    /* 1 */
    -webkit-text-decoration-skip: objects;
    /* 2 */
}

    /**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
    a:active,
    a:hover {
        outline-width: 0;
    }

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
    text-decoration: none;
    /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
    font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
    font-weight: bold;
}

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
    font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */
mark {
    background-color: #ff0;
    color: #000;
}

/**
 * Add the correct font size in all browsers.
 */
small {
    font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10-.
 */
img {
    border-style: none;
}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
    overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
pre,
samp {
    font-family: iranyekan, monospace, monospace;
    /* 1 */
    font-size: 1em;
    /* 2 */
}

/**
 * Add the correct margin in IE 8.
 */
figure {
    margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    /* 1 */
    height: 0;
    /* 1 */
    overflow: visible;
    /* 2 */
}

/* Forms
   ========================================================================== */
/**
 * 1. Change font properties to `inherit` in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
select,
textarea {
    font: inherit;
    /* 1 */
    margin: 0;
    /* 2 */
    outline: none;
}

/**
 * Restore the font weight unset by the previous rule.
 */
optgroup {
    font-weight: bold;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
    /* 1 */
    overflow: visible;
    border: none;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
    /* 1 */
    text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
    /* 2 */
}

    /**
 * Remove the inner border and padding in Firefox.
 */
    button::-moz-focus-inner,
    [type="button"]::-moz-focus-inner,
    [type="reset"]::-moz-focus-inner,
    [type="submit"]::-moz-focus-inner {
        border-style: none;
        padding: 0;
    }

    /**
 * Restore the focus styles unset by the previous rule.
 */
    button:-moz-focusring,
    [type="button"]:-moz-focusring,
    [type="reset"]:-moz-focusring,
    [type="submit"]:-moz-focusring {
        outline: 0px dotted ButtonText;
    }

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    /* 1 */
    color: inherit;
    /* 2 */
    display: table;
    /* 1 */
    max-width: 100%;
    /* 1 */
    padding: 0;
    /* 3 */
    white-space: normal;
    /* 1 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
    overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    /* 1 */
    padding: 0;
    /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
    -webkit-appearance: textfield;
    /* 1 */
    outline-offset: -2px;
    /* 2 */
}

    /**
 * Remove the inner padding and cancel buttons in Chrome and Safari on OS X.
 */
    [type="search"]::-webkit-search-cancel-button,
    [type="search"]::-webkit-search-decoration {
        -webkit-appearance: none;
    }

/**
 * Correct the text style of placeholders in Chrome, Edge, and Safari.
 */
::-webkit-input-placeholder {
    color: inherit;
    opacity: 0.54;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
    -webkit-appearance: button;
    /* 1 */
    font: inherit;
    /* 2 */
}

/*------------- #Styles for preloader --------------*/
#hellopreloader {
    display: block;
    position: fixed;
    z-index: 9999999;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    min-width: 100%;
    background: #ffd666;
    background-size: 41px;
    opacity: 1;
}

.preloader {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

    .preloader .text {
        position: absolute;
        width: 100%;
        color: #fff;
        font-size: 14px;
        text-align: center;
    }

/*------------- #HEADER --------------*/
.header {
    position: fixed;
    width: 100%;
    padding: 30px 0;
    z-index: 999;
    left: 0;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

    .header.headroom--not-top {
        background-color: #2a2e37;
        -webkit-box-shadow: 15px 0 40px 0 rgba(0, 0, 0, 0.5);
        box-shadow: 15px 0 40px 0 rgba(0, 0, 0, 0.5);
        padding: 15px 0;
    }

.header-spacer {
    display: block;
    width: 100%;
}

.header-content-wrapper {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.site-logo {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

    .site-logo img {
        margin-right: 13px;
    }

    .site-logo .woox-icon {
        width: 100px;
        fill: #fff;
    }

/*================= Styles for sticky-Header =========*/
.animated {
    -webkit-animation-duration: .5s;
    animation-duration: .5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    will-change: transform,opacity;
}

@media (max-width: 480px) {
    .animated {
        -webkit-animation-fill-mode: none;
        animation-fill-mode: none;
        will-change: unset;
    }
}

@-webkit-keyframes swingInX {
    0% {
        -webkit-transform: perspective(400px) rotateX(-90deg);
    }

    100% {
        -webkit-transform: perspective(400px) rotateX(0deg);
    }
}

@keyframes swingInX {
    0% {
        -webkit-transform: perspective(400px) rotateX(-90deg);
        transform: perspective(400px) rotateX(-90deg);
    }

    100% {
        -webkit-transform: perspective(400px) rotateX(0deg);
        transform: perspective(400px) rotateX(0deg);
    }
}

.animated.swingInX {
    -webkit-transform-origin: top;
    -ie-transform-origin: top;
    -ms-transform-origin: top;
    transform-origin: top;
    -webkit-backface-visibility: visible !important;
    -webkit-animation-name: swingInX;
    -moz-backface-visibility: visible !important;
    -moz-animation-name: swingInX;
    -o-backface-visibility: visible !important;
    -o-animation-name: swingInX;
    backface-visibility: visible !important;
    animation-name: swingInX;
}

@media (max-width: 480px) {
    .animated.swingInX {
        -webkit-animation-name: none;
        animation-name: none;
        -webkit-transform-origin: unset;
        -ms-transform-origin: unset;
        transform-origin: unset;
    }
}

@-webkit-keyframes swingOutX {
    0% {
        -webkit-transform: perspective(400px) rotateX(0deg);
    }

    100% {
        -webkit-transform: perspective(400px) rotateX(-90deg);
    }
}

@keyframes swingOutX {
    0% {
        -webkit-transform: perspective(400px) rotateX(0deg);
        transform: perspective(400px) rotateX(0deg);
    }

    100% {
        -webkit-transform: perspective(400px) rotateX(-90deg);
        transform: perspective(400px) rotateX(-90deg);
    }
}

.animated.swingOutX {
    -webkit-transform-origin: top;
    -webkit-animation-name: swingOutX;
    -webkit-backface-visibility: visible !important;
    -moz-animation-name: swingOutX;
    -moz-backface-visibility: visible !important;
    -o-animation-name: swingOutX;
    -o-backface-visibility: visible !important;
    animation-name: swingOutX;
    backface-visibility: visible !important;
}

@media (max-width: 480px) {
    .animated.swingOutX {
        -webkit-animation-name: none;
        animation-name: none;
        -webkit-transform-origin: unset;
        -ms-transform-origin: unset;
        transform-origin: unset;
    }
}

@-webkit-keyframes slideDown {
    0% {
        -webkit-transform: translateY(-100%);
    }

    100% {
        -webkit-transform: translateY(0);
    }
}

@keyframes slideDown {
    0% {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

.animated.slideDown {
    -webkit-animation-name: slideDown;
    animation-name: slideDown;
}

@media (max-width: 480px) {
    .animated.slideDown {
        -webkit-animation-name: none;
        animation-name: none;
    }
}

@-webkit-keyframes slideUp {
    0% {
        -webkit-transform: translateY(0);
    }

    100% {
        -webkit-transform: translateY(-100%);
    }
}

@keyframes slideUp {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    100% {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
    }
}

.animated.slideUp {
    -webkit-animation-name: slideUp;
    animation-name: slideUp;
}

@media (max-width: 480px) {
    .animated.slideUp {
        -webkit-animation-name: none;
        animation-name: none;
    }
}

@-webkit-keyframes swingInX {
    0% {
        -webkit-transform: perspective(400px) rotateX(-90deg);
    }

    100% {
        -webkit-transform: perspective(400px) rotateX(0deg);
    }
}

@keyframes swingInX {
    0% {
        -webkit-transform: perspective(400px) rotateX(-90deg);
        transform: perspective(400px) rotateX(-90deg);
    }

    100% {
        -webkit-transform: perspective(400px) rotateX(0deg);
        transform: perspective(400px) rotateX(0deg);
    }
}

@-webkit-keyframes flipInX {
    0% {
        -webkit-transform: perspective(400px) rotateX(90deg);
        opacity: 0;
    }

    100% {
        -webkit-transform: perspective(400px) rotateX(0deg);
        opacity: 1;
    }
}

@keyframes flipInX {
    0% {
        -webkit-transform: perspective(400px) rotateX(90deg);
        transform: perspective(400px) rotateX(90deg);
        opacity: 0;
    }

    100% {
        -webkit-transform: perspective(400px) rotateX(0deg);
        transform: perspective(400px) rotateX(0deg);
        opacity: 1;
    }
}

.animated.flipInX {
    -webkit-backface-visibility: visible !important;
    -webkit-animation-name: flipInX;
    -moz-backface-visibility: visible !important;
    -moz-animation-name: flipInX;
    -o-backface-visibility: visible !important;
    -o-animation-name: flipInX;
    backface-visibility: visible !important;
    animation-name: flipInX;
}

@media (max-width: 480px) {
    .animated.flipInX {
        -webkit-animation-name: none;
        animation-name: none;
    }
}

@-webkit-keyframes flipOutX {
    0% {
        -webkit-transform: perspective(400px) rotateX(0deg);
        opacity: 1;
    }

    100% {
        -webkit-transform: perspective(400px) rotateX(90deg);
        opacity: 0;
    }
}

@keyframes flipOutX {
    0% {
        -webkit-transform: perspective(400px) rotateX(0deg);
        transform: perspective(400px) rotateX(0deg);
        opacity: 1;
    }

    100% {
        -webkit-transform: perspective(400px) rotateX(90deg);
        transform: perspective(400px) rotateX(90deg);
        opacity: 0;
    }
}

.animated.flipOutX {
    -webkit-animation-name: flipOutX;
    -webkit-backface-visibility: visible !important;
    -moz-animation-name: flipOutX;
    -moz-backface-visibility: visible !important;
    -o-animation-name: flipOutX;
    -o-backface-visibility: visible !important;
    animation-name: flipOutX;
    backface-visibility: visible !important;
}

@media (max-width: 480px) {
    .animated.flipOutX {
        -webkit-animation-name: none;
        animation-name: none;
    }
}

@-webkit-keyframes bounceInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-200px);
    }

    60% {
        opacity: 1;
        -webkit-transform: translateY(30px);
    }

    80% {
        -webkit-transform: translateY(-10px);
    }

    100% {
        -webkit-transform: translateY(0);
    }
}

@keyframes bounceInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-200px);
        transform: translateY(-200px);
    }

    60% {
        opacity: 1;
        -webkit-transform: translateY(30px);
        transform: translateY(30px);
    }

    80% {
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px);
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

.animated.bounceInDown {
    -webkit-animation-name: bounceInDown;
    animation-name: bounceInDown;
}

@media (max-width: 480px) {
    .animated.bounceInDown {
        -webkit-animation-name: none;
        animation-name: none;
    }
}

@-webkit-keyframes bounceOutUp {
    0% {
        -webkit-transform: translateY(0);
    }

    30% {
        opacity: 1;
        -webkit-transform: translateY(20px);
    }

    100% {
        opacity: 0;
        -webkit-transform: translateY(-200px);
    }
}

@keyframes bounceOutUp {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    30% {
        opacity: 1;
        -webkit-transform: translateY(20px);
        transform: translateY(20px);
    }

    100% {
        opacity: 0;
        -webkit-transform: translateY(-200px);
        transform: translateY(-200px);
    }
}

.animated.bounceOutUp {
    -webkit-animation-name: bounceOutUp;
    animation-name: bounceOutUp;
}

@media (max-width: 480px) {
    .animated.bounceOutUp {
        -webkit-animation-name: none;
        animation-name: none;
        -webkit-transform-origin: unset;
        -ms-transform-origin: unset;
        transform-origin: unset;
    }
}

/*================= Responsive Mode ============*/
@media (max-width: 1300px) {
    .site-logo img {
        margin-right: 8px;
        max-width: 40px;
    }

    .site-logo .woox-icon {
        width: 60px;
    }
}

@media (max-width: 768px) {
    .site-logo img {
        max-width: 40px;
    }
}

@media (max-width: 460px) {
    .header {
        padding: 15px 0;
    }

    .site-logo {
        width: 100%;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-bottom: 10px;
    }

    .header-content-wrapper {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

/*
Item name: primary-menu - Responsive Megamenu
Author: marcoarib - marco.arib@gmail.com
License: http://codecanyon.net/licenses
*/
/*
	CONTENTS:

	 1 - MENU CONTAINER
		- Scrollable menu
	 2 - BRAND
	 3 - MENU
		- Right alignment
		- Menu items
		- Active/hover state
	 4 - DROPDOWN
		- Dropdown items
		- Hover state
		- Dropdown left alignment
	 5 - DROPDOWN/MEGAMENU INDICATORS
	 6 - MEGAMENU
	 7 - MEGAMENU WIDTHS
		- Half width
		- Quarter width
	 8 - GRID SYSTEM
	 9 - SHOW/HIDE BUTTON (MOBILE MODE)
		- Icon
	10 - ICONS (parent menu items)
	11 - SEARCH FIELD
		- Form
		- Input
	12 - VERTICAL TABS
	13 - COLOR SCHEMES
	14 - MOBILE MODE (RESPONSIVE MODE)
		- Menu container
		- Brand
		- Show/hide button
		- Menu
		- Dropdown
		- Dropdown items
		- Dropdown/megamenu indicators
		- Megamenu
		- Search field
*/
/* 1 - MENU CONTAINER
======================================*/
.primary-menu,
.primary-menu * {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

    .primary-menu > ul {
        display: inline-block;
        vertical-align: middle;
        margin: 0;
        padding-left: 0;
        list-style: none;
    }

    .primary-menu a {
        -webkit-transition: color .3s linear, background .3s linear;
        transition: color .3s linear, background .3s linear;
    }

/* scrollable menu */
.primary-menu-menu.scrollable > .scrollable-fix {
    display: none;
}

/* 2 - BRAND
======================================*/
.primary-menu-brand {
    margin: 18px 30px 0 0;
    float: left;
    color: #666;
    text-decoration: none;
    font-size: 24px;
    font-weight: 600;
    line-height: 1.3;
    cursor: pointer;
}

/* 3 - MENU
======================================*/
/* Right alignment */
/* Menu items */
.primary-menu-menu > li {
    display: inline-block;
    position: relative;
    padding: 20px;
    float: right;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    border-radius: 10px 10px 0 0;
    background-color: transparent;
}

    .primary-menu-menu > li > a {
        position: relative;
        font-size: 16px;
        font-weight: 700;
        -webkit-transition: all .3s ease;
        transition: all .3s ease;
        display: inline-block;
        line-height: 1;
    }

    .primary-menu-menu > li:hover > a .indicator,
    .primary-menu-menu > li:hover .indicator,
    .primary-menu-menu > li:hover > a,
    .primary-menu-menu > li:hover,
    .primary-menu-menu > li.current-menu-item a,
    .primary-menu-menu > li.current-menu-item {
        color: #ffba00;
    }

        .primary-menu-menu > li:hover .megamenu.megamenu-with-slider {
            color: #a1abbd;
        }

    .primary-menu-menu > li:hover {
        background-color: #191A1F;
    }

    .primary-menu-menu > li > a:before {
        content: '';
        display: block;
        border-top: 2px solid;
        position: absolute;
        left: 50%;
        width: 0;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        bottom: -12px;
        opacity: 0;
        -webkit-transition: all .3s linear;
        transition: all .3s linear;
    }

    .primary-menu-menu > li:hover > a:before,
    .primary-menu-menu > li.current-menu-item > a:before {
        opacity: 1;
        width: 100%;
    }

    .primary-menu-menu > li > i {
        font-size: 10px;
    }

.primary-menu-responsive .primary-menu-menu > li > i {
    display: none;
}

.primary-menu-menu > li.menu-item-has-mega-menu {
    position: static;
}

.no-menu-box {
    font-size: 14px;
}

/* 4 - DROPDOWN
======================================*/
.primary-menu-menu ul.sub-menu,
.primary-menu-menu ul.sub-menu li ul.sub-menu {
    position: absolute;
    z-index: 9999;
    min-width: 270px;
    top: 100%;
    background-color: #191A1F;
    padding: 10px 0 30px;
    border-radius: 0 10px 10px 10px;
    -webkit-box-shadow: 0 20px 80px 0 rgba(0, 0, 0, 0.4);
    box-shadow: 0 20px 80px 0 rgba(0, 0, 0, 0.4);
    list-style: none;
    display: none;
    margin-bottom: 0;
    margin-top: 0;
}

@media (max-width: 768px) {
    .primary-menu-menu ul.sub-menu,
    .primary-menu-menu ul.sub-menu li ul.sub-menu {
        -webkit-box-shadow: none;
        box-shadow: none;
        padding: 0;
    }
}

/* Megamenu with slider*/
.primary-menu-menu > li > .megamenu.megamenu-with-slider {
    display: block;
    padding: 40px;
}

    .primary-menu-menu > li > .megamenu.megamenu-with-slider .crumina-module-slider {
        overflow: hidden;
    }

.primary-menu-menu > li.menu-item-has-mega-menu .megamenu ul > li,
.primary-menu-menu ul.sub-menu li {
    position: relative;
    margin-bottom: 0;
}

.primary-menu-menu ul.sub-menu a i {
    margin-left: 10px;
    opacity: 0;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    font-size: 12px;
    color: #e1e1e1;
    text-align: center;
    margin-right: 0;
    position: absolute;
    top: 50%;
    margin-top: -6px;
}

.primary-menu-menu > li.menu-item-has-mega-menu .megamenu ul > li a i {
    font-size: 24px;
    opacity: 1;
    margin-right: 15px;
    margin-left: 0;
    vertical-align: middle;
}

.primary-menu-menu ul.sub-menu li ul.sub-menu {
    left: 100%;
    top: -10px;
    border-radius: 10px;
}

/* Dropdown items */
.primary-menu-menu ul.sub-menu > li:before {
    content: '';
    display: block;
    height: 100%;
    width: 2px;
    background-color: #ffba00;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    -webkit-transition: all .4s ease-out;
    transition: all .4s ease-out;
}

.primary-menu-menu ul.sub-menu li {
    clear: both;
    width: 100%;
    border: 0 none;
    position: relative;
}

.primary-menu-menu ul.sub-menu li {
    padding: 10px 20px 10px 40px;
    position: relative;
    -webkit-transition: all .4s ease-out;
    transition: all .4s ease-out;
}

    .primary-menu-menu ul.sub-menu li:hover span {
        color: #ffba00;
    }

    .primary-menu-menu ul.sub-menu li:hover:before {
        opacity: 1;
    }

    .primary-menu-menu ul.sub-menu li span {
        color: #a1abbd;
        -webkit-transition: all .4s ease-out;
        transition: all .4s ease-out;
    }

    .primary-menu-menu ul.sub-menu li a {
        -webkit-transition: all .4s ease-out;
        transition: all .4s ease-out;
        display: block;
        line-height: 1;
        font-weight: 400;
    }

.primary-menu-menu ul.sub-menu.sub-menu--with-icons {
    padding-bottom: 20px;
}

    .primary-menu-menu ul.sub-menu.sub-menu--with-icons li {
        padding: 0 40px;
    }

        .primary-menu-menu ul.sub-menu.sub-menu--with-icons li:before {
            display: none;
        }

        .primary-menu-menu ul.sub-menu.sub-menu--with-icons li a {
            display: -webkit-box;
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -webkit-align-items: center;
            -ms-flex-align: center;
            align-items: center;
            padding: 20px 0;
            border-bottom: 1px solid #3d4451;
        }

        .primary-menu-menu ul.sub-menu.sub-menu--with-icons li > a > span {
            margin-left: 4px;
        }

        .primary-menu-menu ul.sub-menu.sub-menu--with-icons li .woox-icon {
            width: 18px;
            height: 18px;
            margin-right: 13px;
        }

        .primary-menu-menu ul.sub-menu.sub-menu--with-icons li .icon-arrow-right-line {
            margin-left: auto;
            margin-right: 0;
            width: 10px;
            height: 10px;
            opacity: 0;
            fill: #ffba00;
        }

        .primary-menu-menu ul.sub-menu.sub-menu--with-icons li:last-child a {
            border-bottom: none;
        }

        .primary-menu-menu ul.sub-menu.sub-menu--with-icons li:hover .icon-arrow-right-line {
            opacity: 1;
        }

        .primary-menu-menu ul.sub-menu.sub-menu--with-icons li:hover > a,
        .primary-menu-menu ul.sub-menu.sub-menu--with-icons li:hover > a > span {
            color: #ffba00;
        }

@media (max-width: 640px) {
    .primary-menu-menu ul.sub-menu li a {
        padding: 10px;
    }
}

.primary-menu-menu ul.sub-menu.sub-menu-has-icons li i {
    font-size: 24px;
    opacity: 1;
    margin-right: 15px;
    margin-left: 0;
    vertical-align: middle;
    position: relative;
}

.primary-menu-menu ul.sub-menu.sub-menu-has-icons li.menu-item-has-children > a > i {
    opacity: 1;
}

.primary-menu-menu > li.menu-item-has-mega-menu .megamenu ul > li a {
    padding: 15px 0;
    position: relative;
    -webkit-transition: all .4s ease-out;
    transition: all .4s ease-out;
    display: block;
    line-height: 1;
    border-bottom: 1px solid #3d4451;
    font-weight: 400;
}

.megamenu-bg {
    background-image: url("../img/megamenu-bg.png");
    background-position: right bottom;
    background-repeat: no-repeat;
}

.primary-menu-menu > li.menu-item-has-mega-menu .megamenu ul > li:last-child a {
    border-bottom: none;
}

/* Hover state (sub-menu items) */
.primary-menu-menu ul.sub-menu li:hover > a,
.primary-menu-menu > li.menu-item-has-mega-menu .megamenu ul > li:hover a {
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    color: #ffba00;
}

/* Dropdown left alignment */
.primary-menu-menu ul.sub-menu.sub-menu-left {
    left: auto;
    right: 0;
}

.primary-menu-menu ul.sub-menu li ul.sub-menu.sub-menu-left {
    left: -100%;
    right: auto;
}

/* 5 - DROPDOWN/MEGAMENU INDICATORS
======================================*/
.primary-menu-menu li .indicator {
    color: rgba(255, 186, 0, 0.3);
    font-family: "FontAwesome";
    font-size: 10px;
    margin-left: 4px;
    -webkit-transition: inherit;
    transition: inherit;
}

.primary-menu-menu li ul.sub-menu li .indicator {
    position: absolute;
    top: 13px;
    right: 20px;
    font-size: 15px;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

/* 6 - MEGAMENU
======================================*/
.primary-menu-menu > li > .megamenu {
    width: 100%;
    left: 0;
    position: absolute;
    display: none;
    z-index: 99;
    background-color: #191A1F;
    top: 100%;
    -webkit-box-shadow: 0 20px 80px 0 rgba(0, 0, 0, 0.4);
    box-shadow: 0 20px 80px 0 rgba(0, 0, 0, 0.4);
    border-radius: 10px;
}

    .primary-menu-menu > li > .megamenu ul {
        list-style: none;
        margin: 0;
    }

    .primary-menu-menu > li > .megamenu .google.site-logo {
        margin-bottom: 15px;
    }

    .primary-menu-menu > li > .megamenu .megamenu-item-info .megamenu-item-info-title,
    .primary-menu-menu > li > .sub-menu .megamenu-item-info .megamenu-item-info-title {
        margin-bottom: 30px;
        line-height: 1.2;
        font-size: 18px;
        text-transform: uppercase;
    }

.megamenu-item-info-text {
    font-size: 14px;
    color: #666d7a;
    line-height: 1.3;
}

/* 7 - MEGAMENU WIDTHS
======================================*/
/* Half width */
.primary-menu-menu > li > .megamenu.megamenu-half-width {
    width: 50%;
    left: auto;
}

/* Quarter width */
.primary-menu-menu > li > .megamenu.megamenu-quarter-width {
    width: 25%;
    left: auto;
}

/* 8 - GRID SYSTEM
======================================*/
.primary-menu-menu > li > .megamenu .megamenu-row {
    width: 100%;
    margin-top: 15px;
}

    .primary-menu-menu > li > .megamenu .megamenu-row:first-child {
        margin-top: 0;
    }

    .primary-menu-menu > li > .megamenu .megamenu-row:after {
        clear: both;
    }

    .primary-menu-menu > li > .megamenu .megamenu-row .col1,
    .primary-menu-menu > li > .megamenu .megamenu-row .col2,
    .primary-menu-menu > li > .megamenu .megamenu-row .col3,
    .primary-menu-menu > li > .megamenu .megamenu-row .col4,
    .primary-menu-menu > li > .megamenu .megamenu-row .col5,
    .primary-menu-menu > li > .megamenu .megamenu-row .col6,
    .primary-menu-menu > li > .megamenu .megamenu-row .col7,
    .primary-menu-menu > li > .megamenu .megamenu-row .col8,
    .primary-menu-menu > li > .megamenu .megamenu-row .col9,
    .primary-menu-menu > li > .megamenu .megamenu-row .col10,
    .primary-menu-menu > li > .megamenu .megamenu-row .col11,
    .primary-menu-menu > li > .megamenu .megamenu-row .col12 {
        display: block;
        min-height: 20px;
        float: left;
        padding: 40px 20px 20px;
    }

        .primary-menu-menu > li > .megamenu .megamenu-row .col1:first-child,
        .primary-menu-menu > li > .megamenu .megamenu-row .col2:first-child,
        .primary-menu-menu > li > .megamenu .megamenu-row .col3:first-child,
        .primary-menu-menu > li > .megamenu .megamenu-row .col4:first-child,
        .primary-menu-menu > li > .megamenu .megamenu-row .col5:first-child,
        .primary-menu-menu > li > .megamenu .megamenu-row .col6:first-child,
        .primary-menu-menu > li > .megamenu .megamenu-row .col7:first-child,
        .primary-menu-menu > li > .megamenu .megamenu-row .col8:first-child,
        .primary-menu-menu > li > .megamenu .megamenu-row .col9:first-child,
        .primary-menu-menu > li > .megamenu .megamenu-row .col10:first-child,
        .primary-menu-menu > li > .megamenu .megamenu-row .col11:first-child,
        .primary-menu-menu > li > .megamenu .megamenu-row .col12:first-child {
            padding-left: 40px;
        }

        .primary-menu-menu > li > .megamenu .megamenu-row .col1:last-child,
        .primary-menu-menu > li > .megamenu .megamenu-row .col2:last-child,
        .primary-menu-menu > li > .megamenu .megamenu-row .col3:last-child,
        .primary-menu-menu > li > .megamenu .megamenu-row .col4:last-child,
        .primary-menu-menu > li > .megamenu .megamenu-row .col5:last-child,
        .primary-menu-menu > li > .megamenu .megamenu-row .col6:last-child,
        .primary-menu-menu > li > .megamenu .megamenu-row .col7:last-child,
        .primary-menu-menu > li > .megamenu .megamenu-row .col8:last-child,
        .primary-menu-menu > li > .megamenu .megamenu-row .col9:last-child,
        .primary-menu-menu > li > .megamenu .megamenu-row .col10:last-child,
        .primary-menu-menu > li > .megamenu .megamenu-row .col11:last-child,
        .primary-menu-menu > li > .megamenu .megamenu-row .col12:last-child {
            padding-right: 40px;
        }

    .primary-menu-menu > li > .megamenu .megamenu-row .col1 {
        width: 100%;
    }

    .primary-menu-menu > li > .megamenu .megamenu-row .col2 {
        width: 50%;
    }

    .primary-menu-menu > li > .megamenu .megamenu-row .col3 {
        width: 33.33%;
    }

    .primary-menu-menu > li > .megamenu .megamenu-row .col4 {
        width: 25%;
    }

    .primary-menu-menu > li > .megamenu .megamenu-row .col5 {
        width: 20%;
    }

    .primary-menu-menu > li > .megamenu .megamenu-row .col6 {
        width: 16.6666%;
    }

    .primary-menu-menu > li > .megamenu .megamenu-row .col7 {
        width: 14.28%;
    }

    .primary-menu-menu > li > .megamenu .megamenu-row .col8 {
        width: 12.5%;
    }

    .primary-menu-menu > li > .megamenu .megamenu-row .col9 {
        width: 11.11111%;
    }

    .primary-menu-menu > li > .megamenu .megamenu-row .col10 {
        width: 10%;
    }

    .primary-menu-menu > li > .megamenu .megamenu-row .col11 {
        width: 9.09090909%;
    }

    .primary-menu-menu > li > .megamenu .megamenu-row .col12 {
        width: 8.333333%;
    }

/* 9 - SHOW/HIDE BUTTON (MOBILE MODE)
======================================*/
.menu-icon-wrapper {
    position: relative;
    display: inline-block;
    width: 34px;
    height: 34px;
    pointer-events: none;
    -webkit-transition: 0.1s;
    transition: 0.1s;
}

    .menu-icon-wrapper.scaled {
        -webkit-transform: scale(0.5);
        -ms-transform: scale(0.5);
        transform: scale(0.5);
    }

    .menu-icon-wrapper svg {
        position: absolute;
        top: -33px;
        left: -33px;
    }

        .menu-icon-wrapper svg path {
            stroke: #666d7a;
            stroke-width: 30px;
            stroke-linecap: round;
            fill: transparent;
        }

    .menu-icon-wrapper .menu-icon-trigger {
        position: relative;
        width: 100%;
        height: 100%;
        cursor: pointer;
        pointer-events: auto;
        background: none;
        border: none;
        margin: 0;
        padding: 0;
    }

    .menu-icon-wrapper svg {
        -webkit-transform: scale(0.1);
        -ms-transform: scale(0.1);
        transform: scale(0.1);
        -webkit-transform-origin: 0 0;
        -ms-transform-origin: 0 0;
        transform-origin: 0 0;
    }

.showhide .mob-menu--title {
    position: relative;
    top: 2px;
    text-transform: uppercase;
    font-size: 18px;
    margin-right: 15px;
    font-weight: bold;
}

.primary-menu .showhide > span {
    display: inline-block;
    vertical-align: middle;
}

.primary-menu .showhide {
    cursor: pointer;
    text-align: center;
    padding: 0;
    display: none;
    text-decoration: none;
    outline: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-tap-highlight-color: transparent;
}

/* 10 - ICONS (parent menu items)
======================================*/
.primary-menu-menu > li > a > i {
    margin: 0 5px 0 0;
    font-size: 18px;
    float: left;
    line-height: 20px;
    font-family: 'FontAwesome';
}

/* 11 - SEARCH FIELD
======================================*/
/* Form */
.primary-menu-menu > li.search form {
    float: left;
    padding: 22px 16px 17px;
}

    /* Input */
    .primary-menu-menu > li.search form input[type="text"] {
        width: 160px;
        padding: 5px 10px;
        font-family: 'Open Sans', sans-serif;
        border: none;
        background: #f0f0f0;
        border-radius: 2px;
        outline: 0;
        -webkit-transition: width 1s ease-out;
        transition: width 1s ease-out;
    }

    .primary-menu-menu > li.search form:hover input[type="text"] {
        width: 160px;
    }

/* 12 - VERTICAL TABS
======================================*/
.primary-menu-tabs {
    width: 100%;
    float: left;
}

.primary-menu-tabs-nav {
    width: 20%;
    margin: 0;
    padding: 0;
    float: left;
    list-style: none;
}

    .primary-menu-tabs-nav > li > a {
        width: 100%;
        padding: 7px 16px;
        float: left;
        font-size: 13px;
        text-decoration: none;
        color: #666;
        border: solid 1px #f0f0f0;
        outline: 0;
    }

    .primary-menu-tabs-nav li.active a,
    .primary-menu-tabs-nav li:hover a {
        background: #f0f0f0;
    }

.primary-menu-tabs-content {
    width: 80%;
    min-height: 30px;
    padding: 20px;
    float: right;
    display: none;
    font-size: 13px;
    border: solid 1px #f0f0f0;
}

    .primary-menu-tabs-content.active {
        display: block;
    }

/* 13 - COLOR SCHEMES
======================================*/
/* blue */
.primary-menu.blue .primary-menu-menu > li.active > a,
.primary-menu.blue .primary-menu-menu > li:hover > a,
.primary-menu.blue .primary-menu-menu ul.sub-menu li:hover > a {
    color: #4A89DC;
}

/* green */
.primary-menu.green .primary-menu-menu > li.active > a,
.primary-menu.green .primary-menu-menu > li:hover > a,
.primary-menu.green .primary-menu-menu ul.sub-menu li:hover > a {
    color: #37BC9B;
}

/* red */
.primary-menu.red .primary-menu-menu > li.active > a,
.primary-menu.red .primary-menu-menu > li:hover > a,
.primary-menu.red .primary-menu-menu ul.sub-menu li:hover > a {
    color: #E9573F;
}

/* orange */
.primary-menu.orange .primary-menu-menu > li.active > a,
.primary-menu.orange .primary-menu-menu > li:hover > a,
.primary-menu.orange .primary-menu-menu ul.sub-menu li:hover > a {
    color: #ff670f;
}

/* yellow */
.primary-menu.yellow .primary-menu-menu > li.active > a,
.primary-menu.yellow .primary-menu-menu > li:hover > a,
.primary-menu.yellow .primary-menu-menu ul.sub-menu li:hover > a {
    color: #F6BB42;
}

/* purple */
.primary-menu.purple .primary-menu-menu > li.active > a,
.primary-menu.purple .primary-menu-menu > li:hover > a,
.primary-menu.purple .primary-menu-menu ul.sub-menu li:hover > a {
    color: #967ADC;
}

/* pink */
.primary-menu.pink .primary-menu-menu > li.active > a,
.primary-menu.pink .primary-menu-menu > li:hover > a,
.primary-menu.pink .primary-menu-menu ul.sub-menu li:hover > a {
    color: #D770AD;
}

/* 14 - MOBILE MODE (RESPONSIVE MODE)
======================================*/
@media (max-width: 1300px) {
    .primary-menu-menu > li > a {
        font-size: 14px;
    }

    .primary-menu-menu > li {
        padding: 20px 10px;
    }
}

@media (max-width: 1023px) {
    /* Responsive menu container */
    .primary-menu-responsive.primary-menu {
        overflow: visible;
    }

    .primary-menu .showhide {
        display: block;
    }

    .primary-menu .primary-menu-menu {
        display: none;
    }

    .primary-menu-responsive.primary-menu .crumina-event-item {
        padding: 15px;
    }
    /* Brand */
    .primary-menu-responsive .primary-menu-brand {
        margin: 8px 30px 10px 20px;
        font-size: 20px;
        line-height: 1.55;
    }

    .primary-menu-responsive .primary-menu-menu > li > .megamenu .megamenu-item-info .megamenu-item-info-title {
        margin-bottom: 5px;
        font-size: 16px;
    }

    .primary-menu-responsive .primary-menu-menu > li > .megamenu .megamenu-row .col1,
    .primary-menu-responsive .primary-menu-menu > li > .megamenu .megamenu-row .col2,
    .primary-menu-responsive .primary-menu-menu > li > .megamenu .megamenu-row .col3,
    .primary-menu-responsive .primary-menu-menu > li > .megamenu .megamenu-row .col4,
    .primary-menu-responsive .primary-menu-menu > li > .megamenu .megamenu-row .col5,
    .primary-menu-responsive .primary-menu-menu > li > .megamenu .megamenu-row .col6,
    .primary-menu-responsive .primary-menu-menu > li > .megamenu .megamenu-row .col7,
    .primary-menu-responsive .primary-menu-menu > li > .megamenu .megamenu-row .col8,
    .primary-menu-responsive .primary-menu-menu > li > .megamenu .megamenu-row .col9,
    .primary-menu-responsive .primary-menu-menu > li > .megamenu .megamenu-row .col10,
    .primary-menu-responsive .primary-menu-menu > li > .megamenu .megamenu-row .col11,
    .primary-menu-responsive .primary-menu-menu > li > .megamenu .megamenu-row .col12 {
        padding: 5px 20px;
        margin-top: 0;
    }
    /* Show/hide button */
    /* Menu */
    .primary-menu-responsive .primary-menu-menu {
        width: 100%;
        padding: 0;
        border-radius: 0 0 10px 10px;
        background-color: #2a2e37;
        -webkit-box-shadow: 15px 0 25px 0 rgba(0, 0, 0, 0.3);
        box-shadow: 15px 0 25px 0 rgba(0, 0, 0, 0.3);
    }

        .primary-menu-responsive .primary-menu-menu ul.sub-menu {
            top: 0;
        }
        /* scrollable menu*/
        .primary-menu-responsive .primary-menu-menu.scrollable {
            overflow-y: auto;
            -webkit-overflow-scrolling: touch;
            position: absolute;
            top: -webkit-calc(100% + 15px);
            top: calc(100% + 15px);
            left: 0;
            max-height: 60vh !important;
        }

    .header.header-has-topbar .primary-menu-responsive .primary-menu-menu.scrollable {
        top: 100%;
    }

    .primary-menu-responsive .primary-menu-menu.scrollable > .scrollable-fix {
        display: block;
    }
    /* Menu items */
    .primary-menu-responsive .primary-menu-menu > li {
        width: 100%;
        display: block;
        position: relative;
        border-radius: 0;
    }

        .primary-menu-responsive .primary-menu-menu > li > a {
            width: 100%;
            padding: 18px 20px;
            display: block;
            border-bottom: solid 1px rgba(255, 186, 0, 0.1);
            font-weight: 900;
        }

            .primary-menu-responsive .primary-menu-menu > li > a:before {
                display: none;
            }

        .primary-menu-responsive .primary-menu-menu > li:first-child > a {
            border-top: solid 1px rgba(255, 186, 0, 0.1);
        }

        .primary-menu-responsive .primary-menu-menu > li:nth-last-child(2) > a {
            border-bottom: none;
        }
    /* Dropdown */
    .primary-menu-responsive .primary-menu-menu ul.sub-menu,
    .primary-menu-responsive .primary-menu-menu ul.sub-menu li ul.sub-menu {
        width: 100%;
        left: 0;
        position: static;
        border: none;
        background: #2a2e37;
        border-radius: 0;
    }

    .primary-menu-responsive .primary-menu-menu ul.sub-menu {
        position: relative;
    }

    .primary-menu-responsive .primary-menu-menu > li {
        padding: 0;
    }
    /* Dropdown items */
    .primary-menu-responsive .primary-menu-menu ul.sub-menu li {
        position: relative;
        padding: 0;
    }

        .primary-menu-responsive .primary-menu-menu ul.sub-menu li a {
            padding: 10px 30px;
            font-size: 14px;
            border-bottom: solid 1px rgba(255, 186, 0, 0.1);
            position: relative;
        }

    .primary-menu-responsive .primary-menu-menu ul.sub-menu.sub-menu--with-icons li .icon-arrow-right-line {
        display: none;
    }

    .primary-menu-responsive .primary-menu-menu ul.sub-menu.sub-menu--with-icons {
        padding-bottom: 0;
    }

        .primary-menu-responsive .primary-menu-menu ul.sub-menu.sub-menu--with-icons li:last-child a {
            border-bottom: solid 1px rgba(255, 186, 0, 0.1);
        }

    .primary-menu-responsive .primary-menu-menu.primary-menu-indented > li > ul.sub-menu > li > ul.sub-menu > li > ul.sub-menu > li > a {
        padding-left: 80px !important;
    }

    .primary-menu-responsive .primary-menu-menu.primary-menu-indented > li > ul.sub-menu > li > ul.sub-menu > li > ul.sub-menu > li:hover > a {
        padding-left: 90px !important;
    }

    .primary-menu-responsive .primary-menu-menu ul.sub-menu li.menu-item-has-children .sub-menu a {
        padding-left: 40px;
    }

    .primary-menu-responsive .product-item-content .title {
        display: none;
    }
    /* Dropdown/megamenu indicators */
    .primary-menu-responsive .primary-menu-menu li .indicator {
        width: 60px;
        height: 100%;
        position: absolute;
        right: 0;
        top: 0;
        font-size: 14px;
        text-align: center;
        line-height: 53px;
        border-left: solid 1px rgba(255, 186, 0, 0.1);
    }

        .primary-menu-responsive .primary-menu-menu li .indicator:after {
            content: '';
            display: block;
            position: absolute;
            top: 50%;
            left: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
            border: 5px solid transparent;
            border-top: 5px solid #ffba00;
        }

    .primary-menu-responsive .primary-menu-menu li ul.sub-menu li .indicator {
        height: 100%;
        right: 0;
        top: -3px;
        border-left: none;
    }

        .primary-menu-responsive .primary-menu-menu li ul.sub-menu li .indicator:after {
            -webkit-transform: rotate(-90deg);
            -ms-transform: rotate(-90deg);
            transform: rotate(-90deg);
        }
    /* Megamenu */
    .primary-menu-responsive .primary-menu-menu > li > .megamenu {
        width: 100% !important;
        left: 0 !important;
        position: static;
        border-top: none;
        -webkit-box-shadow: none;
        box-shadow: none;
        border-radius: 0;
    }

        .primary-menu-responsive .primary-menu-menu > li > .megamenu .megamenu-row [class*="col"],
        nav.primary-menu-responsive li.menu-item-has-mega-menu ul.mega-menu-row li.mega-menu-col {
            float: none;
            display: block;
            width: 100% !important;
            margin-left: 0;
            margin-top: 0;
        }

            .primary-menu-responsive .primary-menu-menu > li > .megamenu .megamenu-row:first-child [class*="col"]:first-child,
            nav.primary-menu-responsive li.menu-item-has-mega-menu ul.mega-menu-row li.mega-menu-col:first-child {
                margin-top: 0;
            }

        .primary-menu-responsive .primary-menu-menu > li > .megamenu .megamenu-row {
            margin-top: 0;
        }

    .primary-menu-responsive .primary-menu-menu > li.menu-item-has-mega-menu .megamenu ul > li a {
        font-size: 14px;
    }
    /* Search field */
    .primary-menu-responsive .primary-menu-menu > li.search form {
        width: 100%;
        margin: 4px 0;
        padding: 10px 16px !important;
    }

        .primary-menu-responsive .primary-menu-menu > li.search form input[type="text"] {
            width: 100%;
        }
    /* Tabs */
    .primary-menu-responsive .primary-menu-tabs-nav {
        width: 100%;
    }

    .primary-menu-responsive .primary-menu-tabs-content {
        width: 100%;
    }
}

/* CSS3 ANIMATIONS */
.zoom-in {
    -webkit-animation: zoomIn 400ms ease both;
    animation: zoomIn 400ms ease both;
}

@-webkit-keyframes zoomIn {
    0% {
        -webkit-transform: scale(1.5);
    }

    100% {
        -webkit-transform: scale(1);
    }
}

@keyframes zoomIn {
    0% {
        -webkit-transform: scale(1.5);
        transform: scale(1.5);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

.zoom-out {
    -webkit-animation: zoomOut 400ms ease both;
    animation: zoomOut 400ms ease both;
}

@-webkit-keyframes zoomOut {
    0% {
        -webkit-transform: scale(0.6);
    }

    100% {
        -webkit-transform: scale(1);
    }
}

@keyframes zoomOut {
    0% {
        -webkit-transform: scale(0.6);
        transform: scale(0.6);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

.drop-up {
    -webkit-animation: drop-up 400ms ease both;
    animation: drop-up 400ms ease both;
}

@-webkit-keyframes drop-up {
    0% {
        -webkit-transform: translateY(100px);
    }

    100% {
        -webkit-transform: translateY(0);
    }
}

@keyframes drop-up {
    0% {
        -webkit-transform: translateY(100px);
        transform: translateY(100px);
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

.drop-left {
    -webkit-animation: drop-left 400ms ease both;
    animation: drop-left 400ms ease both;
}

@-webkit-keyframes drop-left {
    0% {
        -webkit-transform: translateX(-100px);
    }

    100% {
        -webkit-transform: translateX(0);
    }
}

@keyframes drop-left {
    0% {
        -webkit-transform: translateX(-100px);
        transform: translateX(-100px);
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

.swing {
    -webkit-transform-origin: top center;
    -ms-transform-origin: top center;
    transform-origin: top center;
    -webkit-animation: swing 400ms ease-out both;
    animation: swing 400ms ease-out both;
}

@-webkit-keyframes swing {
    20%, 40%, 60%, 80%, 100% {
        -webkit-transform-origin: top center;
    }

    20% {
        -webkit-transform: rotate(15deg);
    }

    40% {
        -webkit-transform: rotate(-10deg);
    }

    60% {
        -webkit-transform: rotate(5deg);
    }

    80% {
        -webkit-transform: rotate(-5deg);
    }

    100% {
        -webkit-transform: rotate(0deg);
    }
}

@keyframes swing {
    20% {
        -webkit-transform: rotate(15deg);
        transform: rotate(15deg);
    }

    40% {
        -webkit-transform: rotate(-10deg);
        transform: rotate(-10deg);
    }

    60% {
        -webkit-transform: rotate(5deg);
        transform: rotate(5deg);
    }

    80% {
        -webkit-transform: rotate(-5deg);
        transform: rotate(-5deg);
    }

    100% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
}

.flip {
    -webkit-animation: flip 700ms ease both;
    animation: flip 700ms ease both;
}

@-webkit-keyframes flip {
    0% {
        -webkit-transform: perspective(400px) rotateX(90deg);
        transform: perspective(400px) rotateX(90deg);
        opacity: 0;
    }

    40% {
        -webkit-transform: perspective(400px) rotateX(-10deg);
        transform: perspective(400px) rotateX(-10deg);
    }

    70% {
        -webkit-transform: perspective(400px) rotateX(10deg);
        transform: perspective(400px) rotateX(10deg);
    }

    100% {
        -webkit-transform: perspective(400px) rotateX(0deg);
        transform: perspective(400px) rotateX(0deg);
        opacity: 1;
    }
}

@keyframes flip {
    0% {
        -webkit-transform: perspective(400px) rotateX(90deg);
        -ms-transform: perspective(400px) rotateX(90deg);
        transform: perspective(400px) rotateX(90deg);
        opacity: 0;
    }

    40% {
        -webkit-transform: perspective(400px) rotateX(-10deg);
        -ms-transform: perspective(400px) rotateX(-10deg);
        transform: perspective(400px) rotateX(-10deg);
    }

    70% {
        -webkit-transform: perspective(400px) rotateX(10deg);
        -ms-transform: perspective(400px) rotateX(10deg);
        transform: perspective(400px) rotateX(10deg);
    }

    100% {
        -webkit-transform: perspective(400px) rotateX(0deg);
        -ms-transform: perspective(400px) rotateX(0deg);
        transform: perspective(400px) rotateX(0deg);
        opacity: 1;
    }
}

.roll-in {
    -webkit-animation: roll-in 400ms ease both;
    animation: roll-in 400ms ease both;
}

@-webkit-keyframes roll-in {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-100%) rotate(-15deg);
        transform: translateX(-100%) rotate(-15deg);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0px) rotate(0deg);
        transform: translateX(0px) rotate(0deg);
    }
}

@keyframes roll-in {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-100%) rotate(-15deg);
        -ms-transform: translateX(-100%) rotate(-15deg);
        transform: translateX(-100%) rotate(-15deg);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0px) rotate(0deg);
        -ms-transform: translateX(0px) rotate(0deg);
        transform: translateX(0px) rotate(0deg);
    }
}

.stretch {
    -webkit-animation: stretch 500ms ease both;
    animation: stretch 500ms ease both;
    transform-origin: 0% 0%;
    -ms-transform-origin: 0% 0%;
    -webkit-transform-origin: 0% 0%;
}

@keyframes stretch {
    0% {
        -webkit-transform: scaleX(0.3);
        transform: scaleX(0.3);
    }

    40% {
        -webkit-transform: scaleX(1.02);
        transform: scaleX(1.02);
    }

    60% {
        -webkit-transform: scaleX(0.98);
        transform: scaleX(0.98);
    }

    80% {
        -webkit-transform: scaleX(1.01);
        transform: scaleX(1.01);
    }

    100% {
        -webkit-transform: scaleX(0.98);
        transform: scaleX(0.98);
    }

    80% {
        -webkit-transform: scaleX(1.01);
        transform: scaleX(1.01);
    }

    100% {
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
    }
}

@-webkit-keyframes stretch {
    0% {
        -webkit-transform: scaleX(0.3);
    }

    40% {
        -webkit-transform: scaleX(1.02);
    }

    60% {
        -webkit-transform: scaleX(0.98);
    }

    80% {
        -webkit-transform: scaleX(1.01);
    }

    100% {
        -webkit-transform: scaleX(0.98);
    }

    80% {
        -webkit-transform: scaleX(1.01);
    }

    100% {
        -webkit-transform: scaleX(1);
    }
}

nav li.menu-item-has-mega-menu:hover {
    position: static;
}

nav li.menu-item-has-mega-menu ul.mega-menu-row,
nav li.menu-item-has-mega-menu ul.mega-menu-row ul {
    position: static !important;
    margin: 0 !important;
    width: 100%;
    display: table !important;
    table-layout: fixed;
    padding: 0;
    float: none;
    left: 0 !important;
    opacity: 1 !important;
    visibility: visible !important;
    -ms-transform: none !important;
    transform: none !important;
    -webkit-transform: none !important;
}

.mega-menu-col {
    display: table-cell;
    width: 1px;
}

nav li.menu-item-has-mega-menu ul.mega-menu-row .mega-menu-col ul {
    display: block !important;
    width: 100%;
}

nav li.menu-item-has-mega-menu ul.mega-menu-row li {
    padding: 0 !important;
}

.product-item {
    padding: 35px 20px;
    min-height: 100%;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

/*------------- #TABS --------------*/
.tabs {
    overflow: hidden;
}

    .tabs ul {
        list-style: none;
        padding-left: 0;
        margin-bottom: 40px;
        margin-top: 0;
    }

        .tabs ul li {
            display: inline-block;
            line-height: 1;
            margin-bottom: 0;
        }

            .tabs ul li a {
                line-height: 1;
            }

            .tabs ul li.lessons__item {
                margin-bottom: 30px;
                line-height: inherit;
            }

.tab-title {
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

    .tab-title > * {
        -webkit-transition: inherit;
        transition: inherit;
    }

.tab-content > .tab-pane {
    display: none;
}

    .tab-content > .tab-pane.active {
        display: block;
    }

    .tab-content > .tab-pane.fade {
        opacity: 1;
    }

.tabs--style1 {
    padding: 80px;
    background-color: #131418;
    border-radius: 20px;
}

    .tabs--style1 .tab-content-title {
        margin-bottom: 50px;
    }

        .tabs--style1 .tab-content-title > span {
            color: #666d7a;
        }

    .tabs--style1 .action-link {
        margin-top: 50px;
    }

    .tabs--style1 ul {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        margin-bottom: 60px;
    }

        .tabs--style1 ul li + li {
            margin-left: 20px;
        }

        .tabs--style1 ul a {
            padding: 13px 28px;
            line-height: 1;
            position: relative;
            border-radius: 50px;
            display: inline-block;
            background-color: #1e2126;
        }

            .tabs--style1 ul a .tab-title {
                font-size: 18px;
                margin: 0;
            }

            .tabs--style1 ul a:hover {
                background-color: #ffba00;
            }

            .tabs--style1 ul a:active {
                background-color: #ffba00;
            }

        .tabs--style1 ul .active a {
            background-color: #ffba00;
        }

.tabs--style2 {
    padding: 80px;
    background-color: #131418;
    border-radius: 20px;
}

    .tabs--style2 .tab-content .btn {
        margin-top: 20px;
    }

    .tabs--style2 .tab-content-title > span {
        color: #fff;
    }

    .tabs--style2 ul {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        text-align: center;
    }

        .tabs--style2 ul li {
            width: 100%;
        }

            .tabs--style2 ul li a {
                padding: 0 0 30px 0;
                position: relative;
            }

                .tabs--style2 ul li a:after {
                    content: '';
                    display: block;
                    position: absolute;
                    width: 100%;
                    height: 4px;
                    background-color: #3d4451;
                    border-radius: 3px;
                    -webkit-transition: all .3s ease;
                    transition: all .3s ease;
                    bottom: 0;
                    left: 50%;
                    -webkit-transform: translate(-50%, 0);
                    -ms-transform: translate(-50%, 0);
                    transform: translate(-50%, 0);
                }

                .tabs--style2 ul li a .tab-title {
                    font-size: 20px;
                }

                    .tabs--style2 ul li a .tab-title > span {
                        font-size: 14px;
                        color: #666d7a;
                    }

                .tabs--style2 ul li a:hover .tab-title {
                    color: #ffba00;
                }

                    .tabs--style2 ul li a:hover .tab-title > span {
                        color: #fff;
                    }

                .tabs--style2 ul li a:hover:after {
                    background-color: #ffba00;
                }

                .tabs--style2 ul li a:active .tab-title {
                    color: #ffba00;
                }

                    .tabs--style2 ul li a:active .tab-title > span {
                        color: #fff;
                    }

                .tabs--style2 ul li a:active:after {
                    background-color: #ffba00;
                }

            .tabs--style2 ul li.active a .tab-title {
                color: #ffba00;
            }

                .tabs--style2 ul li.active a .tab-title > span {
                    color: #fff;
                }

            .tabs--style2 ul li.active a:after {
                background-color: #ffba00;
            }

.tabs--style3 {
    padding: 0;
    margin-bottom: 0;
    background-color: transparent;
    overflow: visible;
}

    .tabs--style3 .currency-details--inline {
        margin-top: 60px;
    }

    .tabs--style3 .tab-content {
        padding: 80px;
        border-radius: 0 20px 20px 20px;
        background-color: #131418;
    }

    .tabs--style3 .tab-content-title {
        color: #ffba00;
    }

    .tabs--style3 ul {
        margin-bottom: 0;
    }

        .tabs--style3 ul li + li {
            margin-left: -5px;
        }

        .tabs--style3 ul li a {
            padding: 30px 40px;
            background-color: #101114;
            position: relative;
        }

            .tabs--style3 ul li a .tab-title {
                font-size: 20px;
            }

                .tabs--style3 ul li a .tab-title > span {
                    font-size: 14px;
                    color: #666d7a;
                }

            .tabs--style3 ul li a:after {
                content: '';
                display: block;
                position: absolute;
                width: 70%;
                height: 2px;
                background-color: #ffba00;
                -webkit-transition: all .3s ease;
                transition: all .3s ease;
                top: 0;
                left: 50%;
                -webkit-transform: translate(-50%, 0);
                -ms-transform: translate(-50%, 0);
                transform: translate(-50%, 0);
                opacity: 0;
            }

            .tabs--style3 ul li a:hover {
                background-color: #131418;
            }

                .tabs--style3 ul li a:hover .tab-title {
                    color: #ffba00;
                }

                    .tabs--style3 ul li a:hover .tab-title > span {
                        color: #fff;
                    }

        .tabs--style3 ul li.active a {
            background-color: #131418;
        }

            .tabs--style3 ul li.active a .tab-title {
                color: #ffba00;
            }

                .tabs--style3 ul li.active a .tab-title > span {
                    color: #fff;
                }

            .tabs--style3 ul li.active a:after {
                opacity: 1;
            }

        .tabs--style3 ul li:last-child a {
            border-radius: 0 20px 0 0;
        }

        .tabs--style3 ul li:first-child a {
            border-radius: 20px 0 0 0;
        }

.tabs--style4 {
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 0;
    overflow: visible;
    padding: 60px 120px;
}

    .tabs--style4 ul {
        margin-bottom: 60px;
    }

        .tabs--style4 ul li a {
            position: relative;
            border-bottom: 2px dotted #ffba00;
            padding: 5px 0;
        }

            .tabs--style4 ul li a .tab-title {
                color: #ffba00;
                margin: 0;
            }

            .tabs--style4 ul li a:hover {
                border-bottom-color: transparent;
            }

                .tabs--style4 ul li a:hover .tab-title {
                    color: #c3c9d4;
                }

            .tabs--style4 ul li a:active {
                border-bottom-color: transparent;
            }

                .tabs--style4 ul li a:active .tab-title {
                    color: #c3c9d4;
                }

        .tabs--style4 ul li.active {
            z-index: 10;
        }

            .tabs--style4 ul li.active a {
                border-bottom-color: transparent;
            }

                .tabs--style4 ul li.active a .tab-title {
                    color: #c3c9d4;
                }

        .tabs--style4 ul li + li {
            margin-left: 40px;
        }

    .tabs--style4 .action-link {
        margin-top: 50px;
    }

    .tabs--style4 .tab-content .btn {
        margin-top: 50px;
    }

.tabs--style5 {
    background-color: transparent;
    padding: 60px 0;
    border-radius: 0;
}

    .tabs--style5 > ul {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        margin-bottom: 60px;
    }

        .tabs--style5 > ul li {
            width: 100%;
        }

            .tabs--style5 > ul li a {
                position: relative;
                padding-bottom: 40px;
            }

                .tabs--style5 > ul li a:after {
                    content: '';
                    display: block;
                    position: absolute;
                    width: 100%;
                    height: 4px;
                    background-color: #3d4451;
                    border-radius: 3px;
                    -webkit-transition: all .3s ease;
                    transition: all .3s ease;
                    bottom: 0;
                    left: 50%;
                    -webkit-transform: translate(-50%, 0);
                    -ms-transform: translate(-50%, 0);
                    transform: translate(-50%, 0);
                }

                .tabs--style5 > ul li a .tab-title > span {
                    display: block;
                    font-size: 14px;
                    color: #666d7a;
                }

                .tabs--style5 > ul li a:hover:after {
                    background-color: #ffba00;
                }

                .tabs--style5 > ul li a:hover .tab-title {
                    color: #ffba00;
                }

                .tabs--style5 > ul li a:active:after {
                    background-color: #ffba00;
                }

                .tabs--style5 > ul li a:active .tab-title {
                    color: #ffba00;
                }

            .tabs--style5 > ul li.active a:after {
                background-color: #ffba00;
            }

            .tabs--style5 > ul li.active a .tab-title {
                color: #ffba00;
            }

.tabs--style6 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: visible;
}

    .tabs--style6 > ul {
        min-width: 20%;
        margin-bottom: 0;
    }

        .tabs--style6 > ul li {
            display: block;
        }

            .tabs--style6 > ul li a {
                padding: 30px 40px;
                position: relative;
                border-bottom: 1px solid #21232b;
                border-left: 2px solid transparent;
                background-color: #101114;
            }

                .tabs--style6 > ul li a .tab-title {
                    font-size: 20px;
                }

                    .tabs--style6 > ul li a .tab-title > span {
                        font-size: 14px;
                        color: #666d7a;
                    }

                .tabs--style6 > ul li a:hover {
                    background-color: #131418;
                    border-left-color: #ffba00;
                }

                    .tabs--style6 > ul li a:hover .tab-title {
                        color: #ffba00;
                    }

                        .tabs--style6 > ul li a:hover .tab-title > span {
                            color: #fff;
                        }

                .tabs--style6 > ul li a:active {
                    background-color: #131418;
                    border-left-color: #ffba00;
                }

                    .tabs--style6 > ul li a:active .tab-title {
                        color: #ffba00;
                    }

                        .tabs--style6 > ul li a:active .tab-title > span {
                            color: #fff;
                        }

            .tabs--style6 > ul li.active a {
                background-color: #131418;
                border-left-color: #ffba00;
            }

                .tabs--style6 > ul li.active a .tab-title {
                    color: #ffba00;
                }

                    .tabs--style6 > ul li.active a .tab-title > span {
                        color: #fff;
                    }

            .tabs--style6 > ul li:first-child a {
                border-radius: 20px 0 0 0;
            }

            .tabs--style6 > ul li:last-child a {
                border-radius: 0 0 0 20px;
            }

    .tabs--style6 .tab-content {
        padding: 120px;
        background-color: #131418;
        border-radius: 0 20px 20px 20px;
    }

.tabs--style-scaled .tab-content {
    padding: 120px 80px;
    background-color: #131418;
    border-radius: 20px;
}

.tabs--style-scaled > ul {
    text-align: center;
    margin-bottom: 80px;
}

    .tabs--style-scaled > ul li:hover a .tab-title, .tabs--style-scaled > ul li.active a .tab-title {
        color: #ffba00;
        top: 100%;
        -webkit-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
        transform: translate(-50%, 0);
    }

        .tabs--style-scaled > ul li:hover a .tab-title span, .tabs--style-scaled > ul li.active a .tab-title span {
            color: #ffba00;
        }

    .tabs--style-scaled > ul li:hover a .tab-thumb, .tabs--style-scaled > ul li.active a .tab-thumb {
        -webkit-transform: scale(0.8);
        -ms-transform: scale(0.8);
        transform: scale(0.8);
        border-color: #ffba00;
    }

        .tabs--style-scaled > ul li:hover a .tab-thumb .woox-icon, .tabs--style-scaled > ul li.active a .tab-thumb .woox-icon {
            fill: #ffba00;
        }

    .tabs--style-scaled > ul li a {
        text-align: center;
        position: relative;
    }

        .tabs--style-scaled > ul li a .tab-title {
            font-size: 20px;
            color: #fff;
            position: absolute;
            top: 50%;
            left: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
            -webkit-transition: all .3s ease;
            transition: all .3s ease;
        }

            .tabs--style-scaled > ul li a .tab-title span {
                display: block;
                color: #666d7a;
            }

        .tabs--style-scaled > ul li a .tab-thumb {
            width: 160px;
            height: 160px;
            max-width: 160px;
            max-height: 160px;
            border: 10px double #3d434f;
            border-radius: 100%;
            position: relative;
            -webkit-transition: all .3s ease;
            transition: all .3s ease;
        }

            .tabs--style-scaled > ul li a .tab-thumb .woox-icon {
                position: absolute;
                top: 50%;
                left: 50%;
                -webkit-transform: translate(-50%, -50%);
                -ms-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%);
                width: 100px;
                height: 100px;
                max-width: 100px;
                max-height: 100px;
                fill: #3d434f;
            }

    .tabs--style-scaled > ul li + li {
        margin-left: 40px;
    }

.value-growth {
    margin: 0;
    display: inline-block;
}

    .value-growth .growth {
        font-size: 20px;
        color: #3cb44e;
        display: inline-block;
    }

.tab-content-title {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin-bottom: 60px;
}

    .tab-content-title > span {
        color: #ffba00;
        margin-left: 10px;
    }

    .tab-content-title + .value-growth {
        margin-left: 50px;
    }

    .tab-content-title .woox-icon {
        width: 30px;
        height: 30px;
        margin-left: 30px;
        fill: #3d434f;
    }

.currency-details {
    border-radius: 20px;
    padding: 60px 0 0 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

    .currency-details .currency-details-item + .currency-details-item {
        margin-left: 55px;
    }

    .currency-details .currency-details-item .title {
        font-size: 18px;
        color: #666d7a;
        margin-top: 0;
    }

    .currency-details .currency-details-item .value {
        margin-bottom: 0;
    }

    .currency-details .currency-details-item:last-child {
        padding-bottom: 0;
        margin-bottom: 0;
        border-bottom: none;
    }

.currency-details--inline {
    padding: 40px 0;
    border-radius: 0;
    background-color: transparent;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-top: 2px solid #21232b;
}

    .currency-details--inline .currency-details-item {
        padding-bottom: 0;
        margin-bottom: 0;
        border-bottom: none;
    }

        .currency-details--inline .currency-details-item .title {
            font-size: 16px;
        }

        .currency-details--inline .currency-details-item .value {
            font-size: 16px;
        }

.action-link {
    display: block;
    font-size: 18px;
    font-weight: 700;
    color: rgba(255, 186, 0, 0.7);
}

    .action-link:hover {
        color: #ffba00;
    }

        .action-link:hover .woox-icon {
            fill: #ffba00;
        }

    .action-link .woox-icon {
        fill: rgba(255, 186, 0, 0.7);
        width: 12px;
        height: 12px;
        margin-left: 20px;
    }

/*================= Responsive Mode ============*/
@media (max-width: 1400px) {
    .tabs--style-scaled > ul li a .tab-thumb {
        width: 90px;
        height: 90px;
        max-width: 90px;
        max-height: 90px;
        border-width: 5px;
    }

        .tabs--style-scaled > ul li a .tab-thumb .woox-icon {
            width: 50px;
            height: 50px;
            max-width: 50px;
            max-height: 50px;
        }
}

@media (max-width: 1300px) {
    .tabs--style1 {
        padding: 40px;
    }

    .tabs--style4 ul {
        margin-bottom: 30px;
    }

    .tabs--style4 {
        padding: 40px;
    }

    .tabs--style1 ul {
        margin-bottom: 30px;
    }

    .tabs--style1 .tab-content-title {
        margin-bottom: 30px;
    }

    .tabs--style6 .tab-content {
        padding: 40px;
    }

    .tabs--style6 > ul li a .tab-title {
        font-size: 16px;
    }

    .tabs--style6 > ul li a {
        padding: 15px 30px;
    }

    .tabs--style3 .tab-content {
        padding: 40px;
    }

    .tabs--style3 ul li a .tab-title {
        font-size: 16px;
    }

    .tabs--style3 ul li a {
        padding: 15px 20px;
    }

    .tab-content-title {
        margin-bottom: 20px;
    }

    .tabs--style3 .currency-details--inline {
        margin-top: 20px;
    }

    .tabs--style2 ul li a .tab-title {
        font-size: 16px;
    }

    .tabs--style2 ul li a {
        padding: 0 0 10px;
    }

    .tabs--style2 {
        padding: 40px;
    }

    .currency-details .currency-details-item + .currency-details-item {
        margin-left: 20px;
    }

    .currency-details--inline .currency-details-item .title,
    .currency-details--inline .currency-details-item .value {
        font-size: 14px;
    }

    .currency-details--inline {
        padding: 20px 0;
    }
}

@media (max-width: 1200px) {
    .currency-details {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

        .currency-details .currency-details-item {
            margin-bottom: 20px;
        }

            .currency-details .currency-details-item + .currency-details-item {
                margin-left: 0;
            }

    .tabs--style-scaled .tab-content {
        padding: 60px 40px;
    }
}

@media (max-width: 991px) {
    .tabs--style6 {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

        .tabs--style6 > ul {
            min-width: unset;
        }

        .tabs--style6 .tab-content {
            border-radius: 0 0 20px 20px;
        }

        .tabs--style6 > ul li:last-child a {
            border-radius: 0;
        }

        .tabs--style6 > ul li:first-child a {
            border-radius: 20px 20px 0 0;
        }

        .tabs--style6 > ul li a {
            padding: 10px 30px;
        }

    .tabs--style1 ul a .tab-title {
        font-size: 14px;
    }

    .tabs--style1 ul {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

        .tabs--style1 ul li a {
            text-align: center;
        }

        .tabs--style1 ul li + li {
            margin-left: 0;
            margin-top: 20px;
        }

    .tabs--style1 .action-link {
        margin-top: 20px;
        font-size: 14px;
    }
}

@media (max-width: 768px) {
    .tabs--style-scaled .tab-content {
        padding: 20px;
    }

    .currency-details .currency-details-item .title {
        font-size: 16px;
    }

    .value-growth {
        display: block;
        margin-bottom: 20px;
    }

    .tab-content-title + .value-growth {
        margin-left: 0;
    }

    .tabs--style-scaled > ul li + li,
    .tabs--style4 ul li + li {
        margin-left: 20px;
    }

    .tabs--style5 > ul li a .tab-title > span {
        font-size: 11px;
    }
}

@media (max-width: 600px) {
    .tabs--style-scaled > ul li a .tab-thumb {
        width: 60px;
        height: 60px;
        max-width: 60px;
        max-height: 60px;
    }

        .tabs--style-scaled > ul li a .tab-thumb .woox-icon {
            width: 30px;
            height: 30px;
            max-width: 30px;
            max-height: 30px;
        }

    .tabs--style-scaled > ul li a .tab-title {
        display: none;
    }

    .tabs--style-scaled > ul {
        margin-bottom: 20px;
    }

        .tabs--style-scaled > ul li + li,
        .tabs--style4 ul li + li {
            margin-left: 10px;
        }
}

@media (max-width: 540px) {
    .tabs--style3 ul li {
        display: block;
        text-align: center;
    }

        .tabs--style3 ul li a {
            padding: 5px 20px;
        }

        .tabs--style3 ul li + li {
            margin-left: 0;
            margin-top: 20px;
        }

        .tabs--style3 ul li a {
            border-radius: 50px;
        }

        .tabs--style3 ul li:first-child a {
            border-radius: 50px;
        }

        .tabs--style3 ul li:last-child a {
            border-radius: 50px;
        }

    .tabs--style3 .tab-content {
        margin-top: 20px;
        border-radius: 20px;
    }

    .tabs--style3 .content-align-justify {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
    }

        .tabs--style3 .content-align-justify > * {
            margin-bottom: 20px;
        }

            .tabs--style3 .content-align-justify > *:last-child {
                margin-bottom: 0;
            }

    .currency-details--inline {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
    }

        .currency-details--inline .currency-details-item + .currency-details-item {
            margin-left: 0;
            margin-top: 20px;
        }

    .currency-details .currency-details-item + .currency-details-item {
        margin-left: 0;
    }

    .tabs--style2 ul {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

        .tabs--style2 ul li {
            margin-bottom: 20px;
        }

            .tabs--style2 ul li:last-child {
                margin-bottom: 0;
            }

    .tabs--style4 ul li a {
        font-size: 16px;
    }

    .tabs--style5 > ul li a {
        padding-bottom: 20px;
    }
}

@media (max-width: 460px) {
    .tabs--style-scaled > ul li a .tab-thumb {
        width: 40px;
        height: 40px;
        max-width: 40px;
        max-height: 40px;
    }

    .tabs--style5 > ul {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

        .tabs--style5 > ul li {
            margin-bottom: 20px;
        }

            .tabs--style5 > ul li:last-child {
                margin-bottom: 0;
            }
}

/*------------- #FOOTER --------------*/
.footer {
    padding: 200px 0;
    text-align: center;
    color: #c3c9d4;
    position: relative;
    overflow: hidden;
    background: url(../img/body-bg.png);
}

    .footer .widget {
        margin-bottom: 50px;
    }

    .footer #can {
        display: block;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        opacity: 1;
        z-index: -1;
        min-width: 100%;
        max-width: 100%;
        min-height: 100%;
        max-height: 100%;
    }

.sub-footer {
    position: relative;
    color: #fff;
}

    .sub-footer span {
        font-size: 14px;
        display: block;
    }

    .sub-footer a {
        font-weight: 700;
    }

        .sub-footer a:hover {
            color: #ffba00;
        }

.logo-design {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: left;
    margin-top: 40px;
}

    .logo-design img {
        margin-right: 13px;
        width: 40px;
        height: 40px;
    }

    .logo-design .sup-title {
        font-size: 11px;
        line-height: 1;
    }

    .logo-design.logo-design-crumina {
        margin-left: 15px;
    }

/*------------- Responsive Mode --------------*/
@media (max-width: 799px) {
    .footer .widget {
        text-align: center;
        margin-bottom: 20px;
    }

    .w-info .site-logo {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .sub-footer {
        padding: 0;
    }

    .footer {
        padding: 30px 0 50px;
    }

    .sub-footer .divider {
        margin-bottom: 30px;
    }

    .copyright-wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        text-align: center;
    }

        .copyright-wrapper > * + * {
            margin-top: 20px;
        }
}

@media (max-width: 360px) {
    .logo-design img {
        width: 30px;
        height: 30px;
        margin-right: 7px;
    }

    .logo-design .logo-title {
        font-size: 12px;
    }
}

/*------------- #PAGE 404 --------------*/
.page-not-found {
    background-image: url("../img/404-bg.png");
    background-position: 50% 50%;
    background-size: contain;
    background-repeat: no-repeat;
    min-height: 100vh;
    text-align: center;
}

    .page-not-found .crumina-heading {
        margin-bottom: 50px;
    }

    .page-not-found .site-logo {
        display: -webkit-inline-box;
        display: -webkit-inline-flex;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-bottom: 50px;
    }

    .page-not-found .w-contacts {
        margin-bottom: 50px;
    }

    .page-not-found .btn {
        margin-top: 0;
    }

    .page-not-found .sub-footer {
        margin-top: 40px;
    }

.page-404-thumb {
    margin-bottom: 50px;
}

.page-not-found-content {
    min-height: 100vh;
    padding: 40px 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

/*================= Responsive Mode ============*/
/*------------- #MAGNIFIC-POPUP --------------*/
:focus {
    outline: 0;
}

/* Magnific Popup CSS */
.mfp-bg {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1042;
    overflow: hidden;
    position: fixed;
    background: #0b0b0b;
    opacity: 0.8;
}

.mfp-wrap {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1043;
    position: fixed;
    outline: none !important;
    -webkit-backface-visibility: hidden;
}

.mfp-container {
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    padding: 0 8px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

    .mfp-container:before {
        content: '';
        display: inline-block;
        height: 100%;
        vertical-align: middle;
    }

.mfp-align-top .mfp-container:before {
    display: none;
}

.mfp-content {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 auto;
    text-align: left;
    z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
    width: 100%;
    cursor: auto;
}

.mfp-ajax-cur {
    cursor: progress;
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
    cursor: -webkit-zoom-out;
    cursor: zoom-out;
}

.mfp-zoom {
    cursor: pointer;
    cursor: -webkit-zoom-in;
    cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
    cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.mfp-loading.mfp-figure {
    display: none;
}

.mfp-hide {
    display: none !important;
}

.mfp-preloader {
    color: #CCC;
    position: absolute;
    top: 50%;
    width: auto;
    text-align: center;
    margin-top: -0.8em;
    left: 8px;
    right: 8px;
    z-index: 1044;
}

    .mfp-preloader a {
        color: #CCC;
    }

        .mfp-preloader a:hover {
            color: #FFF;
        }

.mfp-s-ready .mfp-preloader {
    display: none;
}

.mfp-s-error .mfp-content {
    display: none;
}

button.mfp-close,
button.mfp-arrow {
    overflow: visible;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
    display: block;
    outline: none;
    padding: 0;
    z-index: 1046;
    -webkit-box-shadow: none;
    box-shadow: none;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
}

button::-moz-focus-inner {
    padding: 0;
    border: 0;
}

.mfp-close {
    width: 44px;
    height: 44px;
    line-height: 44px;
    position: absolute;
    right: 0;
    top: 0;
    text-decoration: none;
    text-align: center;
    opacity: 0.65;
    padding: 0 0 18px 10px;
    color: #FFF;
    font-style: normal;
    font-size: 28px;
    font-family: Arial, Baskerville, monospace;
    cursor: pointer;
}

    .mfp-close:hover,
    .mfp-close:focus {
        opacity: 1;
    }

    .mfp-close:active {
        top: 1px;
    }

.mfp-close-btn-in .mfp-close {
    color: #333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
    color: #FFF;
    right: -6px;
    text-align: right;
    padding-right: 6px;
    width: 100%;
}

.mfp-counter {
    position: absolute;
    top: 0;
    right: 0;
    color: #CCC;
    font-size: 12px;
    line-height: 18px;
    white-space: nowrap;
}

.mfp-arrow {
    position: absolute;
    opacity: 0.65;
    margin: 0;
    top: 50%;
    margin-top: -55px;
    padding: 0;
    width: 90px;
    height: 110px;
    -webkit-tap-highlight-color: transparent;
}

    .mfp-arrow:active {
        margin-top: -54px;
    }

    .mfp-arrow:hover,
    .mfp-arrow:focus {
        opacity: 1;
    }

    .mfp-arrow:before,
    .mfp-arrow:after {
        content: '';
        display: block;
        width: 0;
        height: 0;
        position: absolute;
        left: 0;
        top: 0;
        margin-top: 35px;
        margin-left: 35px;
        border: medium inset transparent;
    }

    .mfp-arrow:after {
        border-top-width: 13px;
        border-bottom-width: 13px;
        top: 8px;
    }

    .mfp-arrow:before {
        border-top-width: 21px;
        border-bottom-width: 21px;
        opacity: 0.7;
    }

.mfp-arrow-left {
    left: 0;
}

    .mfp-arrow-left:after {
        border-right: 17px solid #FFF;
        margin-left: 31px;
    }

    .mfp-arrow-left:before {
        margin-left: 25px;
        border-right: 27px solid #3F3F3F;
    }

.mfp-arrow-right {
    right: 0;
}

    .mfp-arrow-right:after {
        border-left: 17px solid #FFF;
        margin-left: 39px;
    }

    .mfp-arrow-right:before {
        border-left: 27px solid #3F3F3F;
    }

.mfp-iframe-holder {
    padding-top: 40px;
    padding-bottom: 40px;
}

    .mfp-iframe-holder .mfp-content {
        line-height: 0;
        width: 100%;
        max-width: 900px;
    }

    .mfp-iframe-holder .mfp-close {
        top: -40px;
    }

.mfp-iframe-scaler {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-top: 56.25%;
}

    .mfp-iframe-scaler iframe {
        position: absolute;
        display: block;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
        box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
        background: #000;
    }

/* Main image in popup */
img.mfp-img {
    width: auto;
    max-width: 100%;
    height: auto;
    display: block;
    line-height: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 40px 0 40px;
    margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
    line-height: 0;
}

    .mfp-figure:after {
        content: '';
        position: absolute;
        left: 0;
        top: 40px;
        bottom: 40px;
        display: block;
        right: 0;
        width: auto;
        height: auto;
        z-index: -1;
        -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
        box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
        background: #444;
    }

    .mfp-figure small {
        color: #BDBDBD;
        display: block;
        font-size: 12px;
        line-height: 14px;
    }

    .mfp-figure figure {
        margin: 0;
    }

.mfp-bottom-bar {
    margin-top: -36px;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    cursor: auto;
}

.mfp-title {
    text-align: left;
    line-height: 18px;
    color: #F3F3F3;
    word-wrap: break-word;
    padding-right: 36px;
}

.mfp-image-holder .mfp-content {
    max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
    cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
    /**
	   * Remove all paddings around the image on small screen
	   */
    .mfp-img-mobile .mfp-image-holder {
        padding-left: 0;
        padding-right: 0;
    }

    .mfp-img-mobile img.mfp-img {
        padding: 0;
    }

    .mfp-img-mobile .mfp-figure:after {
        top: 0;
        bottom: 0;
    }

    .mfp-img-mobile .mfp-figure small {
        display: inline;
        margin-left: 5px;
    }

    .mfp-img-mobile .mfp-bottom-bar {
        background: rgba(0, 0, 0, 0.6);
        bottom: 0;
        margin: 0;
        top: auto;
        padding: 3px 5px;
        position: fixed;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

        .mfp-img-mobile .mfp-bottom-bar:empty {
            padding: 0;
        }

    .mfp-img-mobile .mfp-counter {
        right: 5px;
        top: 3px;
    }

    .mfp-img-mobile .mfp-close {
        top: 0;
        right: 0;
        width: 35px;
        height: 35px;
        line-height: 35px;
        background: rgba(0, 0, 0, 0.6);
        position: fixed;
        text-align: center;
        padding: 0;
    }
}

@media all and (max-width: 900px) {
    .mfp-arrow {
        -webkit-transform: scale(0.75);
        -ms-transform: scale(0.75);
        transform: scale(0.75);
    }

    .mfp-arrow-left {
        -webkit-transform-origin: 0;
        -ms-transform-origin: 0;
        transform-origin: 0;
    }

    .mfp-arrow-right {
        -webkit-transform-origin: 100%;
        -ms-transform-origin: 100%;
        transform-origin: 100%;
    }

    .mfp-container {
        padding-left: 6px;
        padding-right: 6px;
    }
}

/**
 * Simple fade transition,
 */
.mfp-fade.mfp-bg {
    opacity: 0;
    -webkit-transition: all 0.15s ease-out;
    transition: all 0.15s ease-out;
}

    .mfp-fade.mfp-bg.mfp-ready {
        opacity: 0.8;
    }

    .mfp-fade.mfp-bg.mfp-removing {
        opacity: 0;
    }

.mfp-fade.mfp-wrap .mfp-content {
    opacity: 0;
    -webkit-transition: all 0.15s ease-out;
    transition: all 0.15s ease-out;
}

.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
    opacity: 1;
}

.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
    opacity: 0;
}

.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
    cursor: pointer;
}

/*

====== Zoom effect ======

*/
.mfp-zoom-in {
    /* start state */
    /* animate in */
    /* animate out */
}

    .mfp-zoom-in .mfp-with-anim {
        opacity: 0;
        -webkit-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out;
        -webkit-transform: scale(0.8);
        -ms-transform: scale(0.8);
        transform: scale(0.8);
    }

    .mfp-zoom-in.mfp-bg {
        opacity: 0;
        -webkit-transition: all 0.3s ease-out;
        transition: all 0.3s ease-out;
    }

    .mfp-zoom-in.mfp-ready .mfp-with-anim {
        opacity: 1;
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }

    .mfp-zoom-in.mfp-ready.mfp-bg {
        opacity: 0.8;
    }

    .mfp-zoom-in.mfp-removing .mfp-with-anim {
        -webkit-transform: scale(0.8);
        -ms-transform: scale(0.8);
        transform: scale(0.8);
        opacity: 0;
    }

    .mfp-zoom-in.mfp-removing.mfp-bg {
        opacity: 0;
    }

/*/ Effect 2: Move Up /*/
#items-grid > div.animate {
    -webkit-transform: translateY(200px);
    -ms-transform: translateY(200px);
    transform: translateY(200px);
    -webkit-animation: moveUp 0.65s ease forwards;
    animation: moveUp 0.65s ease forwards;
}

@-webkit-keyframes moveUp {
    0% {
    }

    100% {
        -webkit-transform: translateY(0);
        opacity: 1;
    }
}

@keyframes moveUp {
    0% {
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
    }
}

/*# sourceMappingURL=maps/theme-styles.css.map */
