@charset "UTF-8";

.container {
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
}

.container::after {
    content: "";
    display: table;
    clear: both;
}

@media (min-width: 576px) {
    .container {
        width: 540px;
        max-width: 100%;
    }
}

@media (min-width: 768px) {
    .container {
        width: 720px;
        max-width: 100%;
    }
}

@media (min-width: 992px) {
    .container {
        width: 960px;
        max-width: 100%;
    }
}

@media (min-width: 1200px) {
    .container {
        width: 1140px;
        max-width: 100%;
    }
}

.container-fluid {
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
}

.container-fluid::after {
    content: "";
    display: table;
    clear: both;
}

.row {
    margin-right: -15px;
    margin-left: -15px;
}

.row::after {
    content: "";
    display: table;
    clear: both;
}

@media (min-width: 576px) {
    .row {
        margin-right: -15px;
        margin-left: -15px;
    }
}

@media (min-width: 768px) {
    .row {
        margin-right: -15px;
        margin-left: -15px;
    }
}

@media (min-width: 992px) {
    .row {
        margin-right: -15px;
        margin-left: -15px;
    }
}

@media (min-width: 1200px) {
    .row {
        margin-right: -15px;
        margin-left: -15px;
    }
}

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

@media (min-width: 576px) {

    .col-xs,
    .col-xs-1,
    .col-xs-2,
    .col-xs-3,
    .col-xs-4,
    .col-xs-5,
    .col-xs-6,
    .col-xs-7,
    .col-xs-8,
    .col-xs-9,
    .col-xs-10,
    .col-xs-11,
    .col-xs-12,
    .col-sm,
    .col-sm-1,
    .col-sm-2,
    .col-sm-3,
    .col-sm-4,
    .col-sm-5,
    .col-sm-6,
    .col-sm-7,
    .col-sm-8,
    .col-sm-9,
    .col-sm-10,
    .col-sm-11,
    .col-sm-12,
    .col-md,
    .col-md-1,
    .col-md-2,
    .col-md-3,
    .col-md-4,
    .col-md-5,
    .col-md-6,
    .col-md-7,
    .col-md-8,
    .col-md-9,
    .col-md-10,
    .col-md-11,
    .col-md-12,
    .col-lg,
    .col-lg-1,
    .col-lg-2,
    .col-lg-3,
    .col-lg-4,
    .col-lg-5,
    .col-lg-6,
    .col-lg-7,
    .col-lg-8,
    .col-lg-9,
    .col-lg-10,
    .col-lg-11,
    .col-lg-12,
    .col-xl,
    .col-xl-1,
    .col-xl-2,
    .col-xl-3,
    .col-xl-4,
    .col-xl-5,
    .col-xl-6,
    .col-xl-7,
    .col-xl-8,
    .col-xl-9,
    .col-xl-10,
    .col-xl-11,
    .col-xl-12 {
        padding-right: 15px;
        padding-left: 15px;
    }
}

.col-xs-1 {
    float: left;
    width: 8.333333%;
}

.col-xs-2 {
    float: left;
    width: 16.666667%;
}

.col-xs-3 {
    float: left;
    width: 25%;
}

.col-xs-4 {
    float: left;
    width: 33.333333%;
}

.col-xs-5 {
    float: left;
    width: 41.666667%;
}

.col-xs-6 {
    float: left;
    width: 50%;
}

.col-xs-7 {
    float: left;
    width: 58.333333%;
}

.col-xs-8 {
    float: left;
    width: 66.666667%;
}

.col-xs-9 {
    float: left;
    width: 75%;
}

.col-xs-10 {
    float: left;
    width: 83.333333%;
}

.col-xs-11 {
    float: left;
    width: 91.666667%;
}

.col-xs-12 {
    float: left;
    width: 100%;
}

.pull-xs-0 {
    right: auto;
}

.pull-xs-1 {
    right: 8.333333%;
}

.pull-xs-2 {
    right: 16.666667%;
}

.pull-xs-3 {
    right: 25%;
}

.pull-xs-4 {
    right: 33.333333%;
}

.pull-xs-5 {
    right: 41.666667%;
}

.pull-xs-6 {
    right: 50%;
}

.pull-xs-7 {
    right: 58.333333%;
}

.pull-xs-8 {
    right: 66.666667%;
}

.pull-xs-9 {
    right: 75%;
}

.pull-xs-10 {
    right: 83.333333%;
}

.pull-xs-11 {
    right: 91.666667%;
}

.pull-xs-12 {
    right: 100%;
}

.push-xs-0 {
    left: auto;
}

.push-xs-1 {
    left: 8.333333%;
}

.push-xs-2 {
    left: 16.666667%;
}

.push-xs-3 {
    left: 25%;
}

.push-xs-4 {
    left: 33.333333%;
}

.push-xs-5 {
    left: 41.666667%;
}

.push-xs-6 {
    left: 50%;
}

.push-xs-7 {
    left: 58.333333%;
}

.push-xs-8 {
    left: 66.666667%;
}

.push-xs-9 {
    left: 75%;
}

.push-xs-10 {
    left: 83.333333%;
}

.push-xs-11 {
    left: 91.666667%;
}

.push-xs-12 {
    left: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
    .col-sm-1 {
        float: left;
        width: 8.333333%;
    }

    .col-sm-2 {
        float: left;
        width: 16.666667%;
    }

    .col-sm-3 {
        float: left;
        width: 25%;
    }

    .col-sm-4 {
        float: left;
        width: 33.333333%;
    }

    .col-sm-5 {
        float: left;
        width: 41.666667%;
    }

    .col-sm-6 {
        float: left;
        width: 50%;
    }

    .col-sm-7 {
        float: left;
        width: 58.333333%;
    }

    .col-sm-8 {
        float: left;
        width: 66.666667%;
    }

    .col-sm-9 {
        float: left;
        width: 75%;
    }

    .col-sm-10 {
        float: left;
        width: 83.333333%;
    }

    .col-sm-11 {
        float: left;
        width: 91.666667%;
    }

    .col-sm-12 {
        float: left;
        width: 100%;
    }

    .pull-sm-0 {
        right: auto;
    }

    .pull-sm-1 {
        right: 8.333333%;
    }

    .pull-sm-2 {
        right: 16.666667%;
    }

    .pull-sm-3 {
        right: 25%;
    }

    .pull-sm-4 {
        right: 33.333333%;
    }

    .pull-sm-5 {
        right: 41.666667%;
    }

    .pull-sm-6 {
        right: 50%;
    }

    .pull-sm-7 {
        right: 58.333333%;
    }

    .pull-sm-8 {
        right: 66.666667%;
    }

    .pull-sm-9 {
        right: 75%;
    }

    .pull-sm-10 {
        right: 83.333333%;
    }

    .pull-sm-11 {
        right: 91.666667%;
    }

    .pull-sm-12 {
        right: 100%;
    }

    .push-sm-0 {
        left: auto;
    }

    .push-sm-1 {
        left: 8.333333%;
    }

    .push-sm-2 {
        left: 16.666667%;
    }

    .push-sm-3 {
        left: 25%;
    }

    .push-sm-4 {
        left: 33.333333%;
    }

    .push-sm-5 {
        left: 41.666667%;
    }

    .push-sm-6 {
        left: 50%;
    }

    .push-sm-7 {
        left: 58.333333%;
    }

    .push-sm-8 {
        left: 66.666667%;
    }

    .push-sm-9 {
        left: 75%;
    }

    .push-sm-10 {
        left: 83.333333%;
    }

    .push-sm-11 {
        left: 91.666667%;
    }

    .push-sm-12 {
        left: 100%;
    }

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 768px) {
    .col-md-1 {
        float: left;
        width: 8.333333%;
    }

    .col-md-2 {
        float: left;
        width: 16.666667%;
    }

    .col-md-3 {
        float: left;
        width: 25%;
    }

    .col-md-4 {
        float: left;
        width: 33.333333%;
    }

    .col-md-5 {
        float: left;
        width: 41.666667%;
    }

    .col-md-6 {
        float: left;
        width: 50%;
    }

    .col-md-7 {
        float: left;
        width: 58.333333%;
    }

    .col-md-8 {
        float: left;
        width: 66.666667%;
    }

    .col-md-9 {
        float: left;
        width: 75%;
    }

    .col-md-10 {
        float: left;
        width: 83.333333%;
    }

    .col-md-11 {
        float: left;
        width: 91.666667%;
    }

    .col-md-12 {
        float: left;
        width: 100%;
    }

    .pull-md-0 {
        right: auto;
    }

    .pull-md-1 {
        right: 8.333333%;
    }

    .pull-md-2 {
        right: 16.666667%;
    }

    .pull-md-3 {
        right: 25%;
    }

    .pull-md-4 {
        right: 33.333333%;
    }

    .pull-md-5 {
        right: 41.666667%;
    }

    .pull-md-6 {
        right: 50%;
    }

    .pull-md-7 {
        right: 58.333333%;
    }

    .pull-md-8 {
        right: 66.666667%;
    }

    .pull-md-9 {
        right: 75%;
    }

    .pull-md-10 {
        right: 83.333333%;
    }

    .pull-md-11 {
        right: 91.666667%;
    }

    .pull-md-12 {
        right: 100%;
    }

    .push-md-0 {
        left: auto;
    }

    .push-md-1 {
        left: 8.333333%;
    }

    .push-md-2 {
        left: 16.666667%;
    }

    .push-md-3 {
        left: 25%;
    }

    .push-md-4 {
        left: 33.333333%;
    }

    .push-md-5 {
        left: 41.666667%;
    }

    .push-md-6 {
        left: 50%;
    }

    .push-md-7 {
        left: 58.333333%;
    }

    .push-md-8 {
        left: 66.666667%;
    }

    .push-md-9 {
        left: 75%;
    }

    .push-md-10 {
        left: 83.333333%;
    }

    .push-md-11 {
        left: 91.666667%;
    }

    .push-md-12 {
        left: 100%;
    }

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 992px) {
    .col-lg-1 {
        float: left;
        width: 8.333333%;
    }

    .col-lg-2 {
        float: left;
        width: 16.666667%;
    }

    .col-lg-3 {
        float: left;
        width: 25%;
    }

    .col-lg-4 {
        float: left;
        width: 33.333333%;
    }

    .col-lg-5 {
        float: left;
        width: 41.666667%;
    }

    .col-lg-6 {
        float: left;
        width: 50%;
    }

    .col-lg-7 {
        float: left;
        width: 58.333333%;
    }

    .col-lg-8 {
        float: left;
        width: 66.666667%;
    }

    .col-lg-9 {
        float: left;
        width: 75%;
    }

    .col-lg-10 {
        float: left;
        width: 83.333333%;
    }

    .col-lg-11 {
        float: left;
        width: 91.666667%;
    }

    .col-lg-12 {
        float: left;
        width: 100%;
    }

    .pull-lg-0 {
        right: auto;
    }

    .pull-lg-1 {
        right: 8.333333%;
    }

    .pull-lg-2 {
        right: 16.666667%;
    }

    .pull-lg-3 {
        right: 25%;
    }

    .pull-lg-4 {
        right: 33.333333%;
    }

    .pull-lg-5 {
        right: 41.666667%;
    }

    .pull-lg-6 {
        right: 50%;
    }

    .pull-lg-7 {
        right: 58.333333%;
    }

    .pull-lg-8 {
        right: 66.666667%;
    }

    .pull-lg-9 {
        right: 75%;
    }

    .pull-lg-10 {
        right: 83.333333%;
    }

    .pull-lg-11 {
        right: 91.666667%;
    }

    .pull-lg-12 {
        right: 100%;
    }

    .push-lg-0 {
        left: auto;
    }

    .push-lg-1 {
        left: 8.333333%;
    }

    .push-lg-2 {
        left: 16.666667%;
    }

    .push-lg-3 {
        left: 25%;
    }

    .push-lg-4 {
        left: 33.333333%;
    }

    .push-lg-5 {
        left: 41.666667%;
    }

    .push-lg-6 {
        left: 50%;
    }

    .push-lg-7 {
        left: 58.333333%;
    }

    .push-lg-8 {
        left: 66.666667%;
    }

    .push-lg-9 {
        left: 75%;
    }

    .push-lg-10 {
        left: 83.333333%;
    }

    .push-lg-11 {
        left: 91.666667%;
    }

    .push-lg-12 {
        left: 100%;
    }

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 1200px) {
    .col-xl-1 {
        float: left;
        width: 8.333333%;
    }

    .col-xl-2 {
        float: left;
        width: 16.666667%;
    }

    .col-xl-3 {
        float: left;
        width: 25%;
    }

    .col-xl-4 {
        float: left;
        width: 33.333333%;
    }

    .col-xl-5 {
        float: left;
        width: 41.666667%;
    }

    .col-xl-6 {
        float: left;
        width: 50%;
    }

    .col-xl-7 {
        float: left;
        width: 58.333333%;
    }

    .col-xl-8 {
        float: left;
        width: 66.666667%;
    }

    .col-xl-9 {
        float: left;
        width: 75%;
    }

    .col-xl-10 {
        float: left;
        width: 83.333333%;
    }

    .col-xl-11 {
        float: left;
        width: 91.666667%;
    }

    .col-xl-12 {
        float: left;
        width: 100%;
    }

    .pull-xl-0 {
        right: auto;
    }

    .pull-xl-1 {
        right: 8.333333%;
    }

    .pull-xl-2 {
        right: 16.666667%;
    }

    .pull-xl-3 {
        right: 25%;
    }

    .pull-xl-4 {
        right: 33.333333%;
    }

    .pull-xl-5 {
        right: 41.666667%;
    }

    .pull-xl-6 {
        right: 50%;
    }

    .pull-xl-7 {
        right: 58.333333%;
    }

    .pull-xl-8 {
        right: 66.666667%;
    }

    .pull-xl-9 {
        right: 75%;
    }

    .pull-xl-10 {
        right: 83.333333%;
    }

    .pull-xl-11 {
        right: 91.666667%;
    }

    .pull-xl-12 {
        right: 100%;
    }

    .push-xl-0 {
        left: auto;
    }

    .push-xl-1 {
        left: 8.333333%;
    }

    .push-xl-2 {
        left: 16.666667%;
    }

    .push-xl-3 {
        left: 25%;
    }

    .push-xl-4 {
        left: 33.333333%;
    }

    .push-xl-5 {
        left: 41.666667%;
    }

    .push-xl-6 {
        left: 50%;
    }

    .push-xl-7 {
        left: 58.333333%;
    }

    .push-xl-8 {
        left: 66.666667%;
    }

    .push-xl-9 {
        left: 75%;
    }

    .push-xl-10 {
        left: 83.333333%;
    }

    .push-xl-11 {
        left: 91.666667%;
    }

    .push-xl-12 {
        left: 100%;
    }

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

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

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

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

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

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

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

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

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

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

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

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

.float-xs-left {
    float: left !important;
}

.float-xs-right {
    float: right !important;
}

.float-xs-none {
    float: none !important;
}

@media (min-width: 480px) {
    .float-sm-left {
        float: left !important;
    }

    .float-sm-right {
        float: right !important;
    }

    .float-sm-none {
        float: none !important;
    }
}

@media (min-width: 768px) {
    .float-md-left {
        float: left !important;
    }

    .float-md-right {
        float: right !important;
    }

    .float-md-none {
        float: none !important;
    }
}

@media (min-width: 992px) {
    .float-lg-left {
        float: left !important;
    }

    .float-lg-right {
        float: right !important;
    }

    .float-lg-none {
        float: none !important;
    }
}

@media (min-width: 1200px) {
    .float-xl-left {
        float: left !important;
    }

    .float-xl-right {
        float: right !important;
    }

    .float-xl-none {
        float: none !important;
    }

    .hidden-xl {
        display: none;
    }

    .visible-xl {
        display: block;
    }
}

.w-100 {
    width: 100% !important;
}

.h-100 {
    height: 100% !important;
}

.text-xs-left {
    text-align: left !important;
}

.text-xs-right {
    text-align: right !important;
}

.text-xs-center {
    text-align: center !important;
}

@media (max-width: 576px) {
    .text-sm-left {
        text-align: left !important;
    }

    .text-sm-right {
        text-align: right !important;
    }

    .text-sm-center {
        text-align: center !important;
    }
}

@media (max-width: 768px) {
    .text-md-left {
        text-align: left !important;
    }

    .text-md-right {
        text-align: right !important;
    }

    .text-md-center {
        text-align: center !important;
    }
}

@media (max-width: 992px) {
    .text-lg-left {
        text-align: left !important;
    }

    .text-lg-right {
        text-align: right !important;
    }

    .text-lg-center {
        text-align: center !important;
    }
}

@media (max-width: 1200px) {
    .text-xl-left {
        text-align: left !important;
    }

    .text-xl-right {
        text-align: right !important;
    }

    .text-xl-center {
        text-align: center !important;
    }
}

.hidden-xs-up {
    display: none !important;
}

.visible-xs-up {
    display: block !important;
}

@media (max-width: 576px) {
    .hidden-xs-down {
        display: none !important;
    }

    .visible-xs-down {
        display: block !important;
    }
}

@media (min-width: 577px) {
    .hidden-sm-up {
        display: none !important;
    }

    .visible-sm-up {
        display: block !important;
    }
}

@media (max-width: 767px) {
    .hidden-sm-down {
        display: none !important;
    }

    .visible-sm-down {
        display: block !important;
    }
}

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

    .visible-md-up {
        display: block !important;
    }
}

@media (max-width: 991px) {
    .hidden-md-down {
        display: none !important;
    }

    .visible-md-down {
        display: block !important;
    }
}

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

    .visible-lg-up {
        display: block !important;
    }
}

@media (max-width: 1199px) {
    .hidden-lg-down {
        display: none !important;
    }

    .visible-lg-down {
        display: block !important;
    }
}

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

    .visible-xl-up {
        display: block !important;
    }
}

.hidden-xl-down {
    display: none !important;
}

.visible-xl-down {
    display: block !important;
}

.ml-100 {
    margin-left: 100% !important;
}

.ml-99 {
    margin-left: 99% !important;
}

.ml-98 {
    margin-left: 98% !important;
}

.ml-97 {
    margin-left: 97% !important;
}

.ml-96 {
    margin-left: 96% !important;
}

.ml-95 {
    margin-left: 95% !important;
}

.ml-94 {
    margin-left: 94% !important;
}

.ml-93 {
    margin-left: 93% !important;
}

.ml-92 {
    margin-left: 92% !important;
}

.ml-91 {
    margin-left: 91% !important;
}

.ml-90 {
    margin-left: 90% !important;
}

.ml-89 {
    margin-left: 89% !important;
}

.ml-88 {
    margin-left: 88% !important;
}

.ml-87 {
    margin-left: 87% !important;
}

.ml-86 {
    margin-left: 86% !important;
}

.ml-85 {
    margin-left: 85% !important;
}

.ml-84 {
    margin-left: 84% !important;
}

.ml-83 {
    margin-left: 83% !important;
}

.ml-82 {
    margin-left: 82% !important;
}

.ml-81 {
    margin-left: 81% !important;
}

.ml-80 {
    margin-left: 80% !important;
}

.ml-79 {
    margin-left: 79% !important;
}

.ml-78 {
    margin-left: 78% !important;
}

.ml-77 {
    margin-left: 77% !important;
}

.ml-76 {
    margin-left: 76% !important;
}

.ml-75 {
    margin-left: 75% !important;
}

.ml-74 {
    margin-left: 74% !important;
}

.ml-73 {
    margin-left: 73% !important;
}

.ml-72 {
    margin-left: 72% !important;
}

.ml-71 {
    margin-left: 71% !important;
}

.ml-70 {
    margin-left: 70% !important;
}

.ml-69 {
    margin-left: 69% !important;
}

.ml-68 {
    margin-left: 68% !important;
}

.ml-67 {
    margin-left: 67% !important;
}

.ml-66 {
    margin-left: 66% !important;
}

.ml-65 {
    margin-left: 65% !important;
}

.ml-64 {
    margin-left: 64% !important;
}

.ml-63 {
    margin-left: 63% !important;
}

.ml-62 {
    margin-left: 62% !important;
}

.ml-61 {
    margin-left: 61% !important;
}

.ml-60 {
    margin-left: 60% !important;
}

.ml-59 {
    margin-left: 59% !important;
}

.ml-58 {
    margin-left: 58% !important;
}

.ml-57 {
    margin-left: 57% !important;
}

.ml-56 {
    margin-left: 56% !important;
}

.ml-55 {
    margin-left: 55% !important;
}

.ml-54 {
    margin-left: 54% !important;
}

.ml-53 {
    margin-left: 53% !important;
}

.ml-52 {
    margin-left: 52% !important;
}

.ml-51 {
    margin-left: 51% !important;
}

.ml-50 {
    margin-left: 50% !important;
}

.ml-49 {
    margin-left: 49% !important;
}

.ml-48 {
    margin-left: 48% !important;
}

.ml-47 {
    margin-left: 47% !important;
}

.ml-46 {
    margin-left: 46% !important;
}

.ml-45 {
    margin-left: 45% !important;
}

.ml-44 {
    margin-left: 44% !important;
}

.ml-43 {
    margin-left: 43% !important;
}

.ml-42 {
    margin-left: 42% !important;
}

.ml-41 {
    margin-left: 41% !important;
}

.ml-40 {
    margin-left: 40% !important;
}

.ml-39 {
    margin-left: 39% !important;
}

.ml-38 {
    margin-left: 38% !important;
}

.ml-37 {
    margin-left: 37% !important;
}

.ml-36 {
    margin-left: 36% !important;
}

.ml-35 {
    margin-left: 35% !important;
}

.ml-34 {
    margin-left: 34% !important;
}

.ml-33 {
    margin-left: 33% !important;
}

.ml-32 {
    margin-left: 32% !important;
}

.ml-31 {
    margin-left: 31% !important;
}

.ml-30 {
    margin-left: 30% !important;
}

.ml-29 {
    margin-left: 29% !important;
}

.ml-28 {
    margin-left: 28% !important;
}

.ml-27 {
    margin-left: 27% !important;
}

.ml-26 {
    margin-left: 26% !important;
}

.ml-25 {
    margin-left: 25% !important;
}

.ml-24 {
    margin-left: 24% !important;
}

.ml-23 {
    margin-left: 23% !important;
}

.ml-22 {
    margin-left: 22% !important;
}

.ml-21 {
    margin-left: 21% !important;
}

.ml-20 {
    margin-left: 20% !important;
}

.ml-19 {
    margin-left: 19% !important;
}

.ml-18 {
    margin-left: 18% !important;
}

.ml-17 {
    margin-left: 17% !important;
}

.ml-16 {
    margin-left: 16% !important;
}

.ml-15 {
    margin-left: 15% !important;
}

.ml-14 {
    margin-left: 14% !important;
}

.ml-13 {
    margin-left: 13% !important;
}

.ml-12 {
    margin-left: 12% !important;
}

.ml-11 {
    margin-left: 11% !important;
}

.ml-10 {
    margin-left: 10% !important;
}

.ml-9 {
    margin-left: 9% !important;
}

.ml-8 {
    margin-left: 8% !important;
}

.ml-7 {
    margin-left: 7% !important;
}

.ml-6 {
    margin-left: 6% !important;
}

.ml-5 {
    margin-left: 5% !important;
}

.ml-4 {
    margin-left: 4% !important;
}

.ml-3 {
    margin-left: 3% !important;
}

.ml-2 {
    margin-left: 2% !important;
}

.ml-1 {
    margin-left: 1% !important;
}

.mr-100 {
    margin-right: 100% !important;
}

.mr-99 {
    margin-right: 99% !important;
}

.mr-98 {
    margin-right: 98% !important;
}

.mr-97 {
    margin-right: 97% !important;
}

.mr-96 {
    margin-right: 96% !important;
}

.mr-95 {
    margin-right: 95% !important;
}

.mr-94 {
    margin-right: 94% !important;
}

.mr-93 {
    margin-right: 93% !important;
}

.mr-92 {
    margin-right: 92% !important;
}

.mr-91 {
    margin-right: 91% !important;
}

.mr-90 {
    margin-right: 90% !important;
}

.mr-89 {
    margin-right: 89% !important;
}

.mr-88 {
    margin-right: 88% !important;
}

.mr-87 {
    margin-right: 87% !important;
}

.mr-86 {
    margin-right: 86% !important;
}

.mr-85 {
    margin-right: 85% !important;
}

.mr-84 {
    margin-right: 84% !important;
}

.mr-83 {
    margin-right: 83% !important;
}

.mr-82 {
    margin-right: 82% !important;
}

.mr-81 {
    margin-right: 81% !important;
}

.mr-80 {
    margin-right: 80% !important;
}

.mr-79 {
    margin-right: 79% !important;
}

.mr-78 {
    margin-right: 78% !important;
}

.mr-77 {
    margin-right: 77% !important;
}

.mr-76 {
    margin-right: 76% !important;
}

.mr-75 {
    margin-right: 75% !important;
}

.mr-74 {
    margin-right: 74% !important;
}

.mr-73 {
    margin-right: 73% !important;
}

.mr-72 {
    margin-right: 72% !important;
}

.mr-71 {
    margin-right: 71% !important;
}

.mr-70 {
    margin-right: 70% !important;
}

.mr-69 {
    margin-right: 69% !important;
}

.mr-68 {
    margin-right: 68% !important;
}

.mr-67 {
    margin-right: 67% !important;
}

.mr-66 {
    margin-right: 66% !important;
}

.mr-65 {
    margin-right: 65% !important;
}

.mr-64 {
    margin-right: 64% !important;
}

.mr-63 {
    margin-right: 63% !important;
}

.mr-62 {
    margin-right: 62% !important;
}

.mr-61 {
    margin-right: 61% !important;
}

.mr-60 {
    margin-right: 60% !important;
}

.mr-59 {
    margin-right: 59% !important;
}

.mr-58 {
    margin-right: 58% !important;
}

.mr-57 {
    margin-right: 57% !important;
}

.mr-56 {
    margin-right: 56% !important;
}

.mr-55 {
    margin-right: 55% !important;
}

.mr-54 {
    margin-right: 54% !important;
}

.mr-53 {
    margin-right: 53% !important;
}

.mr-52 {
    margin-right: 52% !important;
}

.mr-51 {
    margin-right: 51% !important;
}

.mr-50 {
    margin-right: 50% !important;
}

.mr-49 {
    margin-right: 49% !important;
}

.mr-48 {
    margin-right: 48% !important;
}

.mr-47 {
    margin-right: 47% !important;
}

.mr-46 {
    margin-right: 46% !important;
}

.mr-45 {
    margin-right: 45% !important;
}

.mr-44 {
    margin-right: 44% !important;
}

.mr-43 {
    margin-right: 43% !important;
}

.mr-42 {
    margin-right: 42% !important;
}

.mr-41 {
    margin-right: 41% !important;
}

.mr-40 {
    margin-right: 40% !important;
}

.mr-39 {
    margin-right: 39% !important;
}

.mr-38 {
    margin-right: 38% !important;
}

.mr-37 {
    margin-right: 37% !important;
}

.mr-36 {
    margin-right: 36% !important;
}

.mr-35 {
    margin-right: 35% !important;
}

.mr-34 {
    margin-right: 34% !important;
}

.mr-33 {
    margin-right: 33% !important;
}

.mr-32 {
    margin-right: 32% !important;
}

.mr-31 {
    margin-right: 31% !important;
}

.mr-30 {
    margin-right: 30% !important;
}

.mr-29 {
    margin-right: 29% !important;
}

.mr-28 {
    margin-right: 28% !important;
}

.mr-27 {
    margin-right: 27% !important;
}

.mr-26 {
    margin-right: 26% !important;
}

.mr-25 {
    margin-right: 25% !important;
}

.mr-24 {
    margin-right: 24% !important;
}

.mr-23 {
    margin-right: 23% !important;
}

.mr-22 {
    margin-right: 22% !important;
}

.mr-21 {
    margin-right: 21% !important;
}

.mr-20 {
    margin-right: 20% !important;
}

.mr-19 {
    margin-right: 19% !important;
}

.mr-18 {
    margin-right: 18% !important;
}

.mr-17 {
    margin-right: 17% !important;
}

.mr-16 {
    margin-right: 16% !important;
}

.mr-15 {
    margin-right: 15% !important;
}

.mr-14 {
    margin-right: 14% !important;
}

.mr-13 {
    margin-right: 13% !important;
}

.mr-12 {
    margin-right: 12% !important;
}

.mr-11 {
    margin-right: 11% !important;
}

.mr-10 {
    margin-right: 10% !important;
}

.mr-9 {
    margin-right: 9% !important;
}

.mr-8 {
    margin-right: 8% !important;
}

.mr-7 {
    margin-right: 7% !important;
}

.mr-6 {
    margin-right: 6% !important;
}

.mr-5 {
    margin-right: 5% !important;
}

.mr-4 {
    margin-right: 4% !important;
}

.mr-3 {
    margin-right: 3% !important;
}

.mr-2 {
    margin-right: 2% !important;
}

.mr-1 {
    margin-right: 1% !important;
}

.mrpx-100 {
    margin-right: 100px !important;
}

.mrpx-99 {
    margin-right: 99px !important;
}

.mrpx-98 {
    margin-right: 98px !important;
}

.mrpx-97 {
    margin-right: 97px !important;
}

.mrpx-96 {
    margin-right: 96px !important;
}

.mrpx-95 {
    margin-right: 95px !important;
}

.mrpx-94 {
    margin-right: 94px !important;
}

.mrpx-93 {
    margin-right: 93px !important;
}

.mrpx-92 {
    margin-right: 92px !important;
}

.mrpx-91 {
    margin-right: 91px !important;
}

.mrpx-90 {
    margin-right: 90px !important;
}

.mrpx-89 {
    margin-right: 89px !important;
}

.mrpx-88 {
    margin-right: 88px !important;
}

.mrpx-87 {
    margin-right: 87px !important;
}

.mrpx-86 {
    margin-right: 86px !important;
}

.mrpx-85 {
    margin-right: 85px !important;
}

.mrpx-84 {
    margin-right: 84px !important;
}

.mrpx-83 {
    margin-right: 83px !important;
}

.mrpx-82 {
    margin-right: 82px !important;
}

.mrpx-81 {
    margin-right: 81px !important;
}

.mrpx-80 {
    margin-right: 80px !important;
}

.mrpx-79 {
    margin-right: 79px !important;
}

.mrpx-78 {
    margin-right: 78px !important;
}

.mrpx-77 {
    margin-right: 77px !important;
}

.mrpx-76 {
    margin-right: 76px !important;
}

.mrpx-75 {
    margin-right: 75px !important;
}

.mrpx-74 {
    margin-right: 74px !important;
}

.mrpx-73 {
    margin-right: 73px !important;
}

.mrpx-72 {
    margin-right: 72px !important;
}

.mrpx-71 {
    margin-right: 71px !important;
}

.mrpx-70 {
    margin-right: 70px !important;
}

.mrpx-69 {
    margin-right: 69px !important;
}

.mrpx-68 {
    margin-right: 68px !important;
}

.mrpx-67 {
    margin-right: 67px !important;
}

.mrpx-66 {
    margin-right: 66px !important;
}

.mrpx-65 {
    margin-right: 65px !important;
}

.mrpx-64 {
    margin-right: 64px !important;
}

.mrpx-63 {
    margin-right: 63px !important;
}

.mrpx-62 {
    margin-right: 62px !important;
}

.mrpx-61 {
    margin-right: 61px !important;
}

.mrpx-60 {
    margin-right: 60px !important;
}

.mrpx-59 {
    margin-right: 59px !important;
}

.mrpx-58 {
    margin-right: 58px !important;
}

.mrpx-57 {
    margin-right: 57px !important;
}

.mrpx-56 {
    margin-right: 56px !important;
}

.mrpx-55 {
    margin-right: 55px !important;
}

.mrpx-54 {
    margin-right: 54px !important;
}

.mrpx-53 {
    margin-right: 53px !important;
}

.mrpx-52 {
    margin-right: 52px !important;
}

.mrpx-51 {
    margin-right: 51px !important;
}

.mrpx-50 {
    margin-right: 50px !important;
}

.mrpx-49 {
    margin-right: 49px !important;
}

.mrpx-48 {
    margin-right: 48px !important;
}

.mrpx-47 {
    margin-right: 47px !important;
}

.mrpx-46 {
    margin-right: 46px !important;
}

.mrpx-45 {
    margin-right: 45px !important;
}

.mrpx-44 {
    margin-right: 44px !important;
}

.mrpx-43 {
    margin-right: 43px !important;
}

.mrpx-42 {
    margin-right: 42px !important;
}

.mrpx-41 {
    margin-right: 41px !important;
}

.mrpx-40 {
    margin-right: 40px !important;
}

.mrpx-39 {
    margin-right: 39px !important;
}

.mrpx-38 {
    margin-right: 38px !important;
}

.mrpx-37 {
    margin-right: 37px !important;
}

.mrpx-36 {
    margin-right: 36px !important;
}

.mrpx-35 {
    margin-right: 35px !important;
}

.mrpx-34 {
    margin-right: 34px !important;
}

.mrpx-33 {
    margin-right: 33px !important;
}

.mrpx-32 {
    margin-right: 32px !important;
}

.mrpx-31 {
    margin-right: 31px !important;
}

.mrpx-30 {
    margin-right: 30px !important;
}

.mrpx-29 {
    margin-right: 29px !important;
}

.mrpx-28 {
    margin-right: 28px !important;
}

.mrpx-27 {
    margin-right: 27px !important;
}

.mrpx-26 {
    margin-right: 26px !important;
}

.mrpx-25 {
    margin-right: 25px !important;
}

.mrpx-24 {
    margin-right: 24px !important;
}

.mrpx-23 {
    margin-right: 23px !important;
}

.mrpx-22 {
    margin-right: 22px !important;
}

.mrpx-21 {
    margin-right: 21px !important;
}

.mrpx-20 {
    margin-right: 20px !important;
}

.mrpx-19 {
    margin-right: 19px !important;
}

.mrpx-18 {
    margin-right: 18px !important;
}

.mrpx-17 {
    margin-right: 17px !important;
}

.mrpx-16 {
    margin-right: 16px !important;
}

.mrpx-15 {
    margin-right: 15px !important;
}

.mrpx-14 {
    margin-right: 14px !important;
}

.mrpx-13 {
    margin-right: 13px !important;
}

.mrpx-12 {
    margin-right: 12px !important;
}

.mrpx-11 {
    margin-right: 11px !important;
}

.mrpx-10 {
    margin-right: 10px !important;
}

.mrpx-9 {
    margin-right: 9px !important;
}

.mrpx-8 {
    margin-right: 8px !important;
}

.mrpx-7 {
    margin-right: 7px !important;
}

.mrpx-6 {
    margin-right: 6px !important;
}

.mrpx-5 {
    margin-right: 5px !important;
}

.mrpx-4 {
    margin-right: 4px !important;
}

.mrpx-3 {
    margin-right: 3px !important;
}

.mrpx-2 {
    margin-right: 2px !important;
}

.mrpx-1 {
    margin-right: 1px !important;
}

.mlpx-100 {
    margin-left: 100px !important;
}

.mlpx-99 {
    margin-left: 99px !important;
}

.mlpx-98 {
    margin-left: 98px !important;
}

.mlpx-97 {
    margin-left: 97px !important;
}

.mlpx-96 {
    margin-left: 96px !important;
}

.mlpx-95 {
    margin-left: 95px !important;
}

.mlpx-94 {
    margin-left: 94px !important;
}

.mlpx-93 {
    margin-left: 93px !important;
}

.mlpx-92 {
    margin-left: 92px !important;
}

.mlpx-91 {
    margin-left: 91px !important;
}

.mlpx-90 {
    margin-left: 90px !important;
}

.mlpx-89 {
    margin-left: 89px !important;
}

.mlpx-88 {
    margin-left: 88px !important;
}

.mlpx-87 {
    margin-left: 87px !important;
}

.mlpx-86 {
    margin-left: 86px !important;
}

.mlpx-85 {
    margin-left: 85px !important;
}

.mlpx-84 {
    margin-left: 84px !important;
}

.mlpx-83 {
    margin-left: 83px !important;
}

.mlpx-82 {
    margin-left: 82px !important;
}

.mlpx-81 {
    margin-left: 81px !important;
}

.mlpx-80 {
    margin-left: 80px !important;
}

.mlpx-79 {
    margin-left: 79px !important;
}

.mlpx-78 {
    margin-left: 78px !important;
}

.mlpx-77 {
    margin-left: 77px !important;
}

.mlpx-76 {
    margin-left: 76px !important;
}

.mlpx-75 {
    margin-left: 75px !important;
}

.mlpx-74 {
    margin-left: 74px !important;
}

.mlpx-73 {
    margin-left: 73px !important;
}

.mlpx-72 {
    margin-left: 72px !important;
}

.mlpx-71 {
    margin-left: 71px !important;
}

.mlpx-70 {
    margin-left: 70px !important;
}

.mlpx-69 {
    margin-left: 69px !important;
}

.mlpx-68 {
    margin-left: 68px !important;
}

.mlpx-67 {
    margin-left: 67px !important;
}

.mlpx-66 {
    margin-left: 66px !important;
}

.mlpx-65 {
    margin-left: 65px !important;
}

.mlpx-64 {
    margin-left: 64px !important;
}

.mlpx-63 {
    margin-left: 63px !important;
}

.mlpx-62 {
    margin-left: 62px !important;
}

.mlpx-61 {
    margin-left: 61px !important;
}

.mlpx-60 {
    margin-left: 60px !important;
}

.mlpx-59 {
    margin-left: 59px !important;
}

.mlpx-58 {
    margin-left: 58px !important;
}

.mlpx-57 {
    margin-left: 57px !important;
}

.mlpx-56 {
    margin-left: 56px !important;
}

.mlpx-55 {
    margin-left: 55px !important;
}

.mlpx-54 {
    margin-left: 54px !important;
}

.mlpx-53 {
    margin-left: 53px !important;
}

.mlpx-52 {
    margin-left: 52px !important;
}

.mlpx-51 {
    margin-left: 51px !important;
}

.mlpx-50 {
    margin-left: 50px !important;
}

.mlpx-49 {
    margin-left: 49px !important;
}

.mlpx-48 {
    margin-left: 48px !important;
}

.mlpx-47 {
    margin-left: 47px !important;
}

.mlpx-46 {
    margin-left: 46px !important;
}

.mlpx-45 {
    margin-left: 45px !important;
}

.mlpx-44 {
    margin-left: 44px !important;
}

.mlpx-43 {
    margin-left: 43px !important;
}

.mlpx-42 {
    margin-left: 42px !important;
}

.mlpx-41 {
    margin-left: 41px !important;
}

.mlpx-40 {
    margin-left: 40px !important;
}

.mlpx-39 {
    margin-left: 39px !important;
}

.mlpx-38 {
    margin-left: 38px !important;
}

.mlpx-37 {
    margin-left: 37px !important;
}

.mlpx-36 {
    margin-left: 36px !important;
}

.mlpx-35 {
    margin-left: 35px !important;
}

.mlpx-34 {
    margin-left: 34px !important;
}

.mlpx-33 {
    margin-left: 33px !important;
}

.mlpx-32 {
    margin-left: 32px !important;
}

.mlpx-31 {
    margin-left: 31px !important;
}

.mlpx-30 {
    margin-left: 30px !important;
}

.mlpx-29 {
    margin-left: 29px !important;
}

.mlpx-28 {
    margin-left: 28px !important;
}

.mlpx-27 {
    margin-left: 27px !important;
}

.mlpx-26 {
    margin-left: 26px !important;
}

.mlpx-25 {
    margin-left: 25px !important;
}

.mlpx-24 {
    margin-left: 24px !important;
}

.mlpx-23 {
    margin-left: 23px !important;
}

.mlpx-22 {
    margin-left: 22px !important;
}

.mlpx-21 {
    margin-left: 21px !important;
}

.mlpx-20 {
    margin-left: 20px !important;
}

.mlpx-19 {
    margin-left: 19px !important;
}

.mlpx-18 {
    margin-left: 18px !important;
}

.mlpx-17 {
    margin-left: 17px !important;
}

.mlpx-16 {
    margin-left: 16px !important;
}

.mlpx-15 {
    margin-left: 15px !important;
}

.mlpx-14 {
    margin-left: 14px !important;
}

.mlpx-13 {
    margin-left: 13px !important;
}

.mlpx-12 {
    margin-left: 12px !important;
}

.mlpx-11 {
    margin-left: 11px !important;
}

.mlpx-10 {
    margin-left: 10px !important;
}

.mlpx-9 {
    margin-left: 9px !important;
}

.mlpx-8 {
    margin-left: 8px !important;
}

.mlpx-7 {
    margin-left: 7px !important;
}

.mlpx-6 {
    margin-left: 6px !important;
}

.mlpx-5 {
    margin-left: 5px !important;
}

.mlpx-4 {
    margin-left: 4px !important;
}

.mlpx-3 {
    margin-left: 3px !important;
}

.mlpx-2 {
    margin-left: 2px !important;
}

.mlpx-1 {
    margin-left: 1px !important;
}

.pr-100 {
    padding-right: 100% !important;
}

.pr-99 {
    padding-right: 99% !important;
}

.pr-98 {
    padding-right: 98% !important;
}

.pr-97 {
    padding-right: 97% !important;
}

.pr-96 {
    padding-right: 96% !important;
}

.pr-95 {
    padding-right: 95% !important;
}

.pr-94 {
    padding-right: 94% !important;
}

.pr-93 {
    padding-right: 93% !important;
}

.pr-92 {
    padding-right: 92% !important;
}

.pr-91 {
    padding-right: 91% !important;
}

.pr-90 {
    padding-right: 90% !important;
}

.pr-89 {
    padding-right: 89% !important;
}

.pr-88 {
    padding-right: 88% !important;
}

.pr-87 {
    padding-right: 87% !important;
}

.pr-86 {
    padding-right: 86% !important;
}

.pr-85 {
    padding-right: 85% !important;
}

.pr-84 {
    padding-right: 84% !important;
}

.pr-83 {
    padding-right: 83% !important;
}

.pr-82 {
    padding-right: 82% !important;
}

.pr-81 {
    padding-right: 81% !important;
}

.pr-80 {
    padding-right: 80% !important;
}

.pr-79 {
    padding-right: 79% !important;
}

.pr-78 {
    padding-right: 78% !important;
}

.pr-77 {
    padding-right: 77% !important;
}

.pr-76 {
    padding-right: 76% !important;
}

.pr-75 {
    padding-right: 75% !important;
}

.pr-74 {
    padding-right: 74% !important;
}

.pr-73 {
    padding-right: 73% !important;
}

.pr-72 {
    padding-right: 72% !important;
}

.pr-71 {
    padding-right: 71% !important;
}

.pr-70 {
    padding-right: 70% !important;
}

.pr-69 {
    padding-right: 69% !important;
}

.pr-68 {
    padding-right: 68% !important;
}

.pr-67 {
    padding-right: 67% !important;
}

.pr-66 {
    padding-right: 66% !important;
}

.pr-65 {
    padding-right: 65% !important;
}

.pr-64 {
    padding-right: 64% !important;
}

.pr-63 {
    padding-right: 63% !important;
}

.pr-62 {
    padding-right: 62% !important;
}

.pr-61 {
    padding-right: 61% !important;
}

.pr-60 {
    padding-right: 60% !important;
}

.pr-59 {
    padding-right: 59% !important;
}

.pr-58 {
    padding-right: 58% !important;
}

.pr-57 {
    padding-right: 57% !important;
}

.pr-56 {
    padding-right: 56% !important;
}

.pr-55 {
    padding-right: 55% !important;
}

.pr-54 {
    padding-right: 54% !important;
}

.pr-53 {
    padding-right: 53% !important;
}

.pr-52 {
    padding-right: 52% !important;
}

.pr-51 {
    padding-right: 51% !important;
}

.pr-50 {
    padding-right: 50% !important;
}

.pr-49 {
    padding-right: 49% !important;
}

.pr-48 {
    padding-right: 48% !important;
}

.pr-47 {
    padding-right: 47% !important;
}

.pr-46 {
    padding-right: 46% !important;
}

.pr-45 {
    padding-right: 45% !important;
}

.pr-44 {
    padding-right: 44% !important;
}

.pr-43 {
    padding-right: 43% !important;
}

.pr-42 {
    padding-right: 42% !important;
}

.pr-41 {
    padding-right: 41% !important;
}

.pr-40 {
    padding-right: 40% !important;
}

.pr-39 {
    padding-right: 39% !important;
}

.pr-38 {
    padding-right: 38% !important;
}

.pr-37 {
    padding-right: 37% !important;
}

.pr-36 {
    padding-right: 36% !important;
}

.pr-35 {
    padding-right: 35% !important;
}

.pr-34 {
    padding-right: 34% !important;
}

.pr-33 {
    padding-right: 33% !important;
}

.pr-32 {
    padding-right: 32% !important;
}

.pr-31 {
    padding-right: 31% !important;
}

.pr-30 {
    padding-right: 30% !important;
}

.pr-29 {
    padding-right: 29% !important;
}

.pr-28 {
    padding-right: 28% !important;
}

.pr-27 {
    padding-right: 27% !important;
}

.pr-26 {
    padding-right: 26% !important;
}

.pr-25 {
    padding-right: 25% !important;
}

.pr-24 {
    padding-right: 24% !important;
}

.pr-23 {
    padding-right: 23% !important;
}

.pr-22 {
    padding-right: 22% !important;
}

.pr-21 {
    padding-right: 21% !important;
}

.pr-20 {
    padding-right: 20% !important;
}

.pr-19 {
    padding-right: 19% !important;
}

.pr-18 {
    padding-right: 18% !important;
}

.pr-17 {
    padding-right: 17% !important;
}

.pr-16 {
    padding-right: 16% !important;
}

.pr-15 {
    padding-right: 15% !important;
}

.pr-14 {
    padding-right: 14% !important;
}

.pr-13 {
    padding-right: 13% !important;
}

.pr-12 {
    padding-right: 12% !important;
}

.pr-11 {
    padding-right: 11% !important;
}

.pr-10 {
    padding-right: 10% !important;
}

.pr-9 {
    padding-right: 9% !important;
}

.pr-8 {
    padding-right: 8% !important;
}

.pr-7 {
    padding-right: 7% !important;
}

.pr-6 {
    padding-right: 6% !important;
}

.pr-5 {
    padding-right: 5% !important;
}

.pr-4 {
    padding-right: 4% !important;
}

.pr-3 {
    padding-right: 3% !important;
}

.pr-2 {
    padding-right: 2% !important;
}

.pr-1 {
    padding-right: 1% !important;
}

.pl-100 {
    padding-left: 100% !important;
}

.pl-99 {
    padding-left: 99% !important;
}

.pl-98 {
    padding-left: 98% !important;
}

.pl-97 {
    padding-left: 97% !important;
}

.pl-96 {
    padding-left: 96% !important;
}

.pl-95 {
    padding-left: 95% !important;
}

.pl-94 {
    padding-left: 94% !important;
}

.pl-93 {
    padding-left: 93% !important;
}

.pl-92 {
    padding-left: 92% !important;
}

.pl-91 {
    padding-left: 91% !important;
}

.pl-90 {
    padding-left: 90% !important;
}

.pl-89 {
    padding-left: 89% !important;
}

.pl-88 {
    padding-left: 88% !important;
}

.pl-87 {
    padding-left: 87% !important;
}

.pl-86 {
    padding-left: 86% !important;
}

.pl-85 {
    padding-left: 85% !important;
}

.pl-84 {
    padding-left: 84% !important;
}

.pl-83 {
    padding-left: 83% !important;
}

.pl-82 {
    padding-left: 82% !important;
}

.pl-81 {
    padding-left: 81% !important;
}

.pl-80 {
    padding-left: 80% !important;
}

.pl-79 {
    padding-left: 79% !important;
}

.pl-78 {
    padding-left: 78% !important;
}

.pl-77 {
    padding-left: 77% !important;
}

.pl-76 {
    padding-left: 76% !important;
}

.pl-75 {
    padding-left: 75% !important;
}

.pl-74 {
    padding-left: 74% !important;
}

.pl-73 {
    padding-left: 73% !important;
}

.pl-72 {
    padding-left: 72% !important;
}

.pl-71 {
    padding-left: 71% !important;
}

.pl-70 {
    padding-left: 70% !important;
}

.pl-69 {
    padding-left: 69% !important;
}

.pl-68 {
    padding-left: 68% !important;
}

.pl-67 {
    padding-left: 67% !important;
}

.pl-66 {
    padding-left: 66% !important;
}

.pl-65 {
    padding-left: 65% !important;
}

.pl-64 {
    padding-left: 64% !important;
}

.pl-63 {
    padding-left: 63% !important;
}

.pl-62 {
    padding-left: 62% !important;
}

.pl-61 {
    padding-left: 61% !important;
}

.pl-60 {
    padding-left: 60% !important;
}

.pl-59 {
    padding-left: 59% !important;
}

.pl-58 {
    padding-left: 58% !important;
}

.pl-57 {
    padding-left: 57% !important;
}

.pl-56 {
    padding-left: 56% !important;
}

.pl-55 {
    padding-left: 55% !important;
}

.pl-54 {
    padding-left: 54% !important;
}

.pl-53 {
    padding-left: 53% !important;
}

.pl-52 {
    padding-left: 52% !important;
}

.pl-51 {
    padding-left: 51% !important;
}

.pl-50 {
    padding-left: 50% !important;
}

.pl-49 {
    padding-left: 49% !important;
}

.pl-48 {
    padding-left: 48% !important;
}

.pl-47 {
    padding-left: 47% !important;
}

.pl-46 {
    padding-left: 46% !important;
}

.pl-45 {
    padding-left: 45% !important;
}

.pl-44 {
    padding-left: 44% !important;
}

.pl-43 {
    padding-left: 43% !important;
}

.pl-42 {
    padding-left: 42% !important;
}

.pl-41 {
    padding-left: 41% !important;
}

.pl-40 {
    padding-left: 40% !important;
}

.pl-39 {
    padding-left: 39% !important;
}

.pl-38 {
    padding-left: 38% !important;
}

.pl-37 {
    padding-left: 37% !important;
}

.pl-36 {
    padding-left: 36% !important;
}

.pl-35 {
    padding-left: 35% !important;
}

.pl-34 {
    padding-left: 34% !important;
}

.pl-33 {
    padding-left: 33% !important;
}

.pl-32 {
    padding-left: 32% !important;
}

.pl-31 {
    padding-left: 31% !important;
}

.pl-30 {
    padding-left: 30% !important;
}

.pl-29 {
    padding-left: 29% !important;
}

.pl-28 {
    padding-left: 28% !important;
}

.pl-27 {
    padding-left: 27% !important;
}

.pl-26 {
    padding-left: 26% !important;
}

.pl-25 {
    padding-left: 25% !important;
}

.pl-24 {
    padding-left: 24% !important;
}

.pl-23 {
    padding-left: 23% !important;
}

.pl-22 {
    padding-left: 22% !important;
}

.pl-21 {
    padding-left: 21% !important;
}

.pl-20 {
    padding-left: 20% !important;
}

.pl-19 {
    padding-left: 19% !important;
}

.pl-18 {
    padding-left: 18% !important;
}

.pl-17 {
    padding-left: 17% !important;
}

.pl-16 {
    padding-left: 16% !important;
}

.pl-15 {
    padding-left: 15% !important;
}

.pl-14 {
    padding-left: 14% !important;
}

.pl-13 {
    padding-left: 13% !important;
}

.pl-12 {
    padding-left: 12% !important;
}

.pl-11 {
    padding-left: 11% !important;
}

.pl-10 {
    padding-left: 10% !important;
}

.pl-9 {
    padding-left: 9% !important;
}

.pl-8 {
    padding-left: 8% !important;
}

.pl-7 {
    padding-left: 7% !important;
}

.pl-6 {
    padding-left: 6% !important;
}

.pl-5 {
    padding-left: 5% !important;
}

.pl-4 {
    padding-left: 4% !important;
}

.pl-3 {
    padding-left: 3% !important;
}

.pl-2 {
    padding-left: 2% !important;
}

.pl-1 {
    padding-left: 1% !important;
}

.mb-100 {
    margin-bottom: 100% !important;
}

.mb-99 {
    margin-bottom: 99% !important;
}

.mb-98 {
    margin-bottom: 98% !important;
}

.mb-97 {
    margin-bottom: 97% !important;
}

.mb-96 {
    margin-bottom: 96% !important;
}

.mb-95 {
    margin-bottom: 95% !important;
}

.mb-94 {
    margin-bottom: 94% !important;
}

.mb-93 {
    margin-bottom: 93% !important;
}

.mb-92 {
    margin-bottom: 92% !important;
}

.mb-91 {
    margin-bottom: 91% !important;
}

.mb-90 {
    margin-bottom: 90% !important;
}

.mb-89 {
    margin-bottom: 89% !important;
}

.mb-88 {
    margin-bottom: 88% !important;
}

.mb-87 {
    margin-bottom: 87% !important;
}

.mb-86 {
    margin-bottom: 86% !important;
}

.mb-85 {
    margin-bottom: 85% !important;
}

.mb-84 {
    margin-bottom: 84% !important;
}

.mb-83 {
    margin-bottom: 83% !important;
}

.mb-82 {
    margin-bottom: 82% !important;
}

.mb-81 {
    margin-bottom: 81% !important;
}

.mb-80 {
    margin-bottom: 80% !important;
}

.mb-79 {
    margin-bottom: 79% !important;
}

.mb-78 {
    margin-bottom: 78% !important;
}

.mb-77 {
    margin-bottom: 77% !important;
}

.mb-76 {
    margin-bottom: 76% !important;
}

.mb-75 {
    margin-bottom: 75% !important;
}

.mb-74 {
    margin-bottom: 74% !important;
}

.mb-73 {
    margin-bottom: 73% !important;
}

.mb-72 {
    margin-bottom: 72% !important;
}

.mb-71 {
    margin-bottom: 71% !important;
}

.mb-70 {
    margin-bottom: 70% !important;
}

.mb-69 {
    margin-bottom: 69% !important;
}

.mb-68 {
    margin-bottom: 68% !important;
}

.mb-67 {
    margin-bottom: 67% !important;
}

.mb-66 {
    margin-bottom: 66% !important;
}

.mb-65 {
    margin-bottom: 65% !important;
}

.mb-64 {
    margin-bottom: 64% !important;
}

.mb-63 {
    margin-bottom: 63% !important;
}

.mb-62 {
    margin-bottom: 62% !important;
}

.mb-61 {
    margin-bottom: 61% !important;
}

.mb-60 {
    margin-bottom: 60% !important;
}

.mb-59 {
    margin-bottom: 59% !important;
}

.mb-58 {
    margin-bottom: 58% !important;
}

.mb-57 {
    margin-bottom: 57% !important;
}

.mb-56 {
    margin-bottom: 56% !important;
}

.mb-55 {
    margin-bottom: 55% !important;
}

.mb-54 {
    margin-bottom: 54% !important;
}

.mb-53 {
    margin-bottom: 53% !important;
}

.mb-52 {
    margin-bottom: 52% !important;
}

.mb-51 {
    margin-bottom: 51% !important;
}

.mb-50 {
    margin-bottom: 50% !important;
}

.mb-49 {
    margin-bottom: 49% !important;
}

.mb-48 {
    margin-bottom: 48% !important;
}

.mb-47 {
    margin-bottom: 47% !important;
}

.mb-46 {
    margin-bottom: 46% !important;
}

.mb-45 {
    margin-bottom: 45% !important;
}

.mb-44 {
    margin-bottom: 44% !important;
}

.mb-43 {
    margin-bottom: 43% !important;
}

.mb-42 {
    margin-bottom: 42% !important;
}

.mb-41 {
    margin-bottom: 41% !important;
}

.mb-40 {
    margin-bottom: 40% !important;
}

.mb-39 {
    margin-bottom: 39% !important;
}

.mb-38 {
    margin-bottom: 38% !important;
}

.mb-37 {
    margin-bottom: 37% !important;
}

.mb-36 {
    margin-bottom: 36% !important;
}

.mb-35 {
    margin-bottom: 35% !important;
}

.mb-34 {
    margin-bottom: 34% !important;
}

.mb-33 {
    margin-bottom: 33% !important;
}

.mb-32 {
    margin-bottom: 32% !important;
}

.mb-31 {
    margin-bottom: 31% !important;
}

.mb-30 {
    margin-bottom: 30% !important;
}

.mb-29 {
    margin-bottom: 29% !important;
}

.mb-28 {
    margin-bottom: 28% !important;
}

.mb-27 {
    margin-bottom: 27% !important;
}

.mb-26 {
    margin-bottom: 26% !important;
}

.mb-25 {
    margin-bottom: 25% !important;
}

.mb-24 {
    margin-bottom: 24% !important;
}

.mb-23 {
    margin-bottom: 23% !important;
}

.mb-22 {
    margin-bottom: 22% !important;
}

.mb-21 {
    margin-bottom: 21% !important;
}

.mb-20 {
    margin-bottom: 20% !important;
}

.mb-19 {
    margin-bottom: 19% !important;
}

.mb-18 {
    margin-bottom: 18% !important;
}

.mb-17 {
    margin-bottom: 17% !important;
}

.mb-16 {
    margin-bottom: 16% !important;
}

.mb-15 {
    margin-bottom: 15% !important;
}

.mb-14 {
    margin-bottom: 14% !important;
}

.mb-13 {
    margin-bottom: 13% !important;
}

.mb-12 {
    margin-bottom: 12% !important;
}

.mb-11 {
    margin-bottom: 11% !important;
}

.mb-10 {
    margin-bottom: 10% !important;
}

.mb-9 {
    margin-bottom: 9% !important;
}

.mb-8 {
    margin-bottom: 8% !important;
}

.mb-7 {
    margin-bottom: 7% !important;
}

.mb-6 {
    margin-bottom: 6% !important;
}

.mb-5 {
    margin-bottom: 5% !important;
}

.mb-4 {
    margin-bottom: 4% !important;
}

.mb-3 {
    margin-bottom: 3% !important;
}

.mb-2 {
    margin-bottom: 2% !important;
}

.mb-1 {
    margin-bottom: 1% !important;
}

.mb-0 {
    margin-bottom: 0% !important;
}

.mt-100 {
    margin-top: 100% !important;
}

.mt-99 {
    margin-top: 99% !important;
}

.mt-98 {
    margin-top: 98% !important;
}

.mt-97 {
    margin-top: 97% !important;
}

.mt-96 {
    margin-top: 96% !important;
}

.mt-95 {
    margin-top: 95% !important;
}

.mt-94 {
    margin-top: 94% !important;
}

.mt-93 {
    margin-top: 93% !important;
}

.mt-92 {
    margin-top: 92% !important;
}

.mt-91 {
    margin-top: 91% !important;
}

.mt-90 {
    margin-top: 90% !important;
}

.mt-89 {
    margin-top: 89% !important;
}

.mt-88 {
    margin-top: 88% !important;
}

.mt-87 {
    margin-top: 87% !important;
}

.mt-86 {
    margin-top: 86% !important;
}

.mt-85 {
    margin-top: 85% !important;
}

.mt-84 {
    margin-top: 84% !important;
}

.mt-83 {
    margin-top: 83% !important;
}

.mt-82 {
    margin-top: 82% !important;
}

.mt-81 {
    margin-top: 81% !important;
}

.mt-80 {
    margin-top: 80% !important;
}

.mt-79 {
    margin-top: 79% !important;
}

.mt-78 {
    margin-top: 78% !important;
}

.mt-77 {
    margin-top: 77% !important;
}

.mt-76 {
    margin-top: 76% !important;
}

.mt-75 {
    margin-top: 75% !important;
}

.mt-74 {
    margin-top: 74% !important;
}

.mt-73 {
    margin-top: 73% !important;
}

.mt-72 {
    margin-top: 72% !important;
}

.mt-71 {
    margin-top: 71% !important;
}

.mt-70 {
    margin-top: 70% !important;
}

.mt-69 {
    margin-top: 69% !important;
}

.mt-68 {
    margin-top: 68% !important;
}

.mt-67 {
    margin-top: 67% !important;
}

.mt-66 {
    margin-top: 66% !important;
}

.mt-65 {
    margin-top: 65% !important;
}

.mt-64 {
    margin-top: 64% !important;
}

.mt-63 {
    margin-top: 63% !important;
}

.mt-62 {
    margin-top: 62% !important;
}

.mt-61 {
    margin-top: 61% !important;
}

.mt-60 {
    margin-top: 60% !important;
}

.mt-59 {
    margin-top: 59% !important;
}

.mt-58 {
    margin-top: 58% !important;
}

.mt-57 {
    margin-top: 57% !important;
}

.mt-56 {
    margin-top: 56% !important;
}

.mt-55 {
    margin-top: 55% !important;
}

.mt-54 {
    margin-top: 54% !important;
}

.mt-53 {
    margin-top: 53% !important;
}

.mt-52 {
    margin-top: 52% !important;
}

.mt-51 {
    margin-top: 51% !important;
}

.mt-50 {
    margin-top: 50% !important;
}

.mt-49 {
    margin-top: 49% !important;
}

.mt-48 {
    margin-top: 48% !important;
}

.mt-47 {
    margin-top: 47% !important;
}

.mt-46 {
    margin-top: 46% !important;
}

.mt-45 {
    margin-top: 45% !important;
}

.mt-44 {
    margin-top: 44% !important;
}

.mt-43 {
    margin-top: 43% !important;
}

.mt-42 {
    margin-top: 42% !important;
}

.mt-41 {
    margin-top: 41% !important;
}

.mt-40 {
    margin-top: 40% !important;
}

.mt-39 {
    margin-top: 39% !important;
}

.mt-38 {
    margin-top: 38% !important;
}

.mt-37 {
    margin-top: 37% !important;
}

.mt-36 {
    margin-top: 36% !important;
}

.mt-35 {
    margin-top: 35% !important;
}

.mt-34 {
    margin-top: 34% !important;
}

.mt-33 {
    margin-top: 33% !important;
}

.mt-32 {
    margin-top: 32% !important;
}

.mt-31 {
    margin-top: 31% !important;
}

.mt-30 {
    margin-top: 30% !important;
}

.mt-29 {
    margin-top: 29% !important;
}

.mt-28 {
    margin-top: 28% !important;
}

.mt-27 {
    margin-top: 27% !important;
}

.mt-26 {
    margin-top: 26% !important;
}

.mt-25 {
    margin-top: 25% !important;
}

.mt-24 {
    margin-top: 24% !important;
}

.mt-23 {
    margin-top: 23% !important;
}

.mt-22 {
    margin-top: 22% !important;
}

.mt-21 {
    margin-top: 21% !important;
}

.mt-20 {
    margin-top: 20% !important;
}

.mt-19 {
    margin-top: 19% !important;
}

.mt-18 {
    margin-top: 18% !important;
}

.mt-17 {
    margin-top: 17% !important;
}

.mt-16 {
    margin-top: 16% !important;
}

.mt-15 {
    margin-top: 15% !important;
}

.mt-14 {
    margin-top: 14% !important;
}

.mt-13 {
    margin-top: 13% !important;
}

.mt-12 {
    margin-top: 12% !important;
}

.mt-11 {
    margin-top: 11% !important;
}

.mt-10 {
    margin-top: 10% !important;
}

.mt-9 {
    margin-top: 9% !important;
}

.mt-8 {
    margin-top: 8% !important;
}

.mt-7 {
    margin-top: 7% !important;
}

.mt-6 {
    margin-top: 6% !important;
}

.mt-5 {
    margin-top: 5% !important;
}

.mt-4 {
    margin-top: 4% !important;
}

.mt-3 {
    margin-top: 3% !important;
}

.mt-2 {
    margin-top: 2% !important;
}

.mt-1 {
    margin-top: 1% !important;
}

.mt-0 {
    margin-top: 0% !important;
}

.mbpx-100 {
    margin-bottom: 100px !important;
}

.mbpx-99 {
    margin-bottom: 99px !important;
}

.mbpx-98 {
    margin-bottom: 98px !important;
}

.mbpx-97 {
    margin-bottom: 97px !important;
}

.mbpx-96 {
    margin-bottom: 96px !important;
}

.mbpx-95 {
    margin-bottom: 95px !important;
}

.mbpx-94 {
    margin-bottom: 94px !important;
}

.mbpx-93 {
    margin-bottom: 93px !important;
}

.mbpx-92 {
    margin-bottom: 92px !important;
}

.mbpx-91 {
    margin-bottom: 91px !important;
}

.mbpx-90 {
    margin-bottom: 90px !important;
}

.mbpx-89 {
    margin-bottom: 89px !important;
}

.mbpx-88 {
    margin-bottom: 88px !important;
}

.mbpx-87 {
    margin-bottom: 87px !important;
}

.mbpx-86 {
    margin-bottom: 86px !important;
}

.mbpx-85 {
    margin-bottom: 85px !important;
}

.mbpx-84 {
    margin-bottom: 84px !important;
}

.mbpx-83 {
    margin-bottom: 83px !important;
}

.mbpx-82 {
    margin-bottom: 82px !important;
}

.mbpx-81 {
    margin-bottom: 81px !important;
}

.mbpx-80 {
    margin-bottom: 80px !important;
}

.mbpx-79 {
    margin-bottom: 79px !important;
}

.mbpx-78 {
    margin-bottom: 78px !important;
}

.mbpx-77 {
    margin-bottom: 77px !important;
}

.mbpx-76 {
    margin-bottom: 76px !important;
}

.mbpx-75 {
    margin-bottom: 75px !important;
}

.mbpx-74 {
    margin-bottom: 74px !important;
}

.mbpx-73 {
    margin-bottom: 73px !important;
}

.mbpx-72 {
    margin-bottom: 72px !important;
}

.mbpx-71 {
    margin-bottom: 71px !important;
}

.mbpx-70 {
    margin-bottom: 70px !important;
}

.mbpx-69 {
    margin-bottom: 69px !important;
}

.mbpx-68 {
    margin-bottom: 68px !important;
}

.mbpx-67 {
    margin-bottom: 67px !important;
}

.mbpx-66 {
    margin-bottom: 66px !important;
}

.mbpx-65 {
    margin-bottom: 65px !important;
}

.mbpx-64 {
    margin-bottom: 64px !important;
}

.mbpx-63 {
    margin-bottom: 63px !important;
}

.mbpx-62 {
    margin-bottom: 62px !important;
}

.mbpx-61 {
    margin-bottom: 61px !important;
}

.mbpx-60 {
    margin-bottom: 60px !important;
}

.mbpx-59 {
    margin-bottom: 59px !important;
}

.mbpx-58 {
    margin-bottom: 58px !important;
}

.mbpx-57 {
    margin-bottom: 57px !important;
}

.mbpx-56 {
    margin-bottom: 56px !important;
}

.mbpx-55 {
    margin-bottom: 55px !important;
}

.mbpx-54 {
    margin-bottom: 54px !important;
}

.mbpx-53 {
    margin-bottom: 53px !important;
}

.mbpx-52 {
    margin-bottom: 52px !important;
}

.mbpx-51 {
    margin-bottom: 51px !important;
}

.mbpx-50 {
    margin-bottom: 50px !important;
}

.mbpx-49 {
    margin-bottom: 49px !important;
}

.mbpx-48 {
    margin-bottom: 48px !important;
}

.mbpx-47 {
    margin-bottom: 47px !important;
}

.mbpx-46 {
    margin-bottom: 46px !important;
}

.mbpx-45 {
    margin-bottom: 45px !important;
}

.mbpx-44 {
    margin-bottom: 44px !important;
}

.mbpx-43 {
    margin-bottom: 43px !important;
}

.mbpx-42 {
    margin-bottom: 42px !important;
}

.mbpx-41 {
    margin-bottom: 41px !important;
}

.mbpx-40 {
    margin-bottom: 40px !important;
}

.mbpx-39 {
    margin-bottom: 39px !important;
}

.mbpx-38 {
    margin-bottom: 38px !important;
}

.mbpx-37 {
    margin-bottom: 37px !important;
}

.mbpx-36 {
    margin-bottom: 36px !important;
}

.mbpx-35 {
    margin-bottom: 35px !important;
}

.mbpx-34 {
    margin-bottom: 34px !important;
}

.mbpx-33 {
    margin-bottom: 33px !important;
}

.mbpx-32 {
    margin-bottom: 32px !important;
}

.mbpx-31 {
    margin-bottom: 31px !important;
}

.mbpx-30 {
    margin-bottom: 30px !important;
}

.mbpx-29 {
    margin-bottom: 29px !important;
}

.mbpx-28 {
    margin-bottom: 28px !important;
}

.mbpx-27 {
    margin-bottom: 27px !important;
}

.mbpx-26 {
    margin-bottom: 26px !important;
}

.mbpx-25 {
    margin-bottom: 25px !important;
}

.mbpx-24 {
    margin-bottom: 24px !important;
}

.mbpx-23 {
    margin-bottom: 23px !important;
}

.mbpx-22 {
    margin-bottom: 22px !important;
}

.mbpx-21 {
    margin-bottom: 21px !important;
}

.mbpx-20 {
    margin-bottom: 20px !important;
}

.mbpx-19 {
    margin-bottom: 19px !important;
}

.mbpx-18 {
    margin-bottom: 18px !important;
}

.mbpx-17 {
    margin-bottom: 17px !important;
}

.mbpx-16 {
    margin-bottom: 16px !important;
}

.mbpx-15 {
    margin-bottom: 15px !important;
}

.mbpx-14 {
    margin-bottom: 14px !important;
}

.mbpx-13 {
    margin-bottom: 13px !important;
}

.mbpx-12 {
    margin-bottom: 12px !important;
}

.mbpx-11 {
    margin-bottom: 11px !important;
}

.mbpx-10 {
    margin-bottom: 10px !important;
}

.mbpx-9 {
    margin-bottom: 9px !important;
}

.mbpx-8 {
    margin-bottom: 8px !important;
}

.mbpx-7 {
    margin-bottom: 7px !important;
}

.mbpx-6 {
    margin-bottom: 6px !important;
}

.mbpx-5 {
    margin-bottom: 5px !important;
}

.mbpx-4 {
    margin-bottom: 4px !important;
}

.mbpx-3 {
    margin-bottom: 3px !important;
}

.mbpx-2 {
    margin-bottom: 2px !important;
}

.mbpx-1 {
    margin-bottom: 1px !important;
}

.mbpx-0 {
    margin-bottom: 0px !important;
}

.mtpx-100 {
    margin-top: 100px !important;
}

.mtpx-99 {
    margin-top: 99px !important;
}

.mtpx-98 {
    margin-top: 98px !important;
}

.mtpx-97 {
    margin-top: 97px !important;
}

.mtpx-96 {
    margin-top: 96px !important;
}

.mtpx-95 {
    margin-top: 95px !important;
}

.mtpx-94 {
    margin-top: 94px !important;
}

.mtpx-93 {
    margin-top: 93px !important;
}

.mtpx-92 {
    margin-top: 92px !important;
}

.mtpx-91 {
    margin-top: 91px !important;
}

.mtpx-90 {
    margin-top: 90px !important;
}

.mtpx-89 {
    margin-top: 89px !important;
}

.mtpx-88 {
    margin-top: 88px !important;
}

.mtpx-87 {
    margin-top: 87px !important;
}

.mtpx-86 {
    margin-top: 86px !important;
}

.mtpx-85 {
    margin-top: 85px !important;
}

.mtpx-84 {
    margin-top: 84px !important;
}

.mtpx-83 {
    margin-top: 83px !important;
}

.mtpx-82 {
    margin-top: 82px !important;
}

.mtpx-81 {
    margin-top: 81px !important;
}

.mtpx-80 {
    margin-top: 80px !important;
}

.mtpx-79 {
    margin-top: 79px !important;
}

.mtpx-78 {
    margin-top: 78px !important;
}

.mtpx-77 {
    margin-top: 77px !important;
}

.mtpx-76 {
    margin-top: 76px !important;
}

.mtpx-75 {
    margin-top: 75px !important;
}

.mtpx-74 {
    margin-top: 74px !important;
}

.mtpx-73 {
    margin-top: 73px !important;
}

.mtpx-72 {
    margin-top: 72px !important;
}

.mtpx-71 {
    margin-top: 71px !important;
}

.mtpx-70 {
    margin-top: 70px !important;
}

.mtpx-69 {
    margin-top: 69px !important;
}

.mtpx-68 {
    margin-top: 68px !important;
}

.mtpx-67 {
    margin-top: 67px !important;
}

.mtpx-66 {
    margin-top: 66px !important;
}

.mtpx-65 {
    margin-top: 65px !important;
}

.mtpx-64 {
    margin-top: 64px !important;
}

.mtpx-63 {
    margin-top: 63px !important;
}

.mtpx-62 {
    margin-top: 62px !important;
}

.mtpx-61 {
    margin-top: 61px !important;
}

.mtpx-60 {
    margin-top: 60px !important;
}

.mtpx-59 {
    margin-top: 59px !important;
}

.mtpx-58 {
    margin-top: 58px !important;
}

.mtpx-57 {
    margin-top: 57px !important;
}

.mtpx-56 {
    margin-top: 56px !important;
}

.mtpx-55 {
    margin-top: 55px !important;
}

.mtpx-54 {
    margin-top: 54px !important;
}

.mtpx-53 {
    margin-top: 53px !important;
}

.mtpx-52 {
    margin-top: 52px !important;
}

.mtpx-51 {
    margin-top: 51px !important;
}

.mtpx-50 {
    margin-top: 50px !important;
}

.mtpx-49 {
    margin-top: 49px !important;
}

.mtpx-48 {
    margin-top: 48px !important;
}

.mtpx-47 {
    margin-top: 47px !important;
}

.mtpx-46 {
    margin-top: 46px !important;
}

.mtpx-45 {
    margin-top: 45px !important;
}

.mtpx-44 {
    margin-top: 44px !important;
}

.mtpx-43 {
    margin-top: 43px !important;
}

.mtpx-42 {
    margin-top: 42px !important;
}

.mtpx-41 {
    margin-top: 41px !important;
}

.mtpx-40 {
    margin-top: 40px !important;
}

.mtpx-39 {
    margin-top: 39px !important;
}

.mtpx-38 {
    margin-top: 38px !important;
}

.mtpx-37 {
    margin-top: 37px !important;
}

.mtpx-36 {
    margin-top: 36px !important;
}

.mtpx-35 {
    margin-top: 35px !important;
}

.mtpx-34 {
    margin-top: 34px !important;
}

.mtpx-33 {
    margin-top: 33px !important;
}

.mtpx-32 {
    margin-top: 32px !important;
}

.mtpx-31 {
    margin-top: 31px !important;
}

.mtpx-30 {
    margin-top: 30px !important;
}

.mtpx-29 {
    margin-top: 29px !important;
}

.mtpx-28 {
    margin-top: 28px !important;
}

.mtpx-27 {
    margin-top: 27px !important;
}

.mtpx-26 {
    margin-top: 26px !important;
}

.mtpx-25 {
    margin-top: 25px !important;
}

.mtpx-24 {
    margin-top: 24px !important;
}

.mtpx-23 {
    margin-top: 23px !important;
}

.mtpx-22 {
    margin-top: 22px !important;
}

.mtpx-21 {
    margin-top: 21px !important;
}

.mtpx-20 {
    margin-top: 20px !important;
}

.mtpx-19 {
    margin-top: 19px !important;
}

.mtpx-18 {
    margin-top: 18px !important;
}

.mtpx-17 {
    margin-top: 17px !important;
}

.mtpx-16 {
    margin-top: 16px !important;
}

.mtpx-15 {
    margin-top: 15px !important;
}

.mtpx-14 {
    margin-top: 14px !important;
}

.mtpx-13 {
    margin-top: 13px !important;
}

.mtpx-12 {
    margin-top: 12px !important;
}

.mtpx-11 {
    margin-top: 11px !important;
}

.mtpx-10 {
    margin-top: 10px !important;
}

.mtpx-9 {
    margin-top: 9px !important;
}

.mtpx-8 {
    margin-top: 8px !important;
}

.mtpx-7 {
    margin-top: 7px !important;
}

.mtpx-6 {
    margin-top: 6px !important;
}

.mtpx-5 {
    margin-top: 5px !important;
}

.mtpx-4 {
    margin-top: 4px !important;
}

.mtpx-3 {
    margin-top: 3px !important;
}

.mtpx-2 {
    margin-top: 2px !important;
}

.mtpx-1 {
    margin-top: 1px !important;
}

.mtpx-0 {
    margin-top: 0px !important;
}

.pbpx-100 {
    padding-bottom: 100px !important;
}

.pbpx-99 {
    padding-bottom: 99px !important;
}

.pbpx-98 {
    padding-bottom: 98px !important;
}

.pbpx-97 {
    padding-bottom: 97px !important;
}

.pbpx-96 {
    padding-bottom: 96px !important;
}

.pbpx-95 {
    padding-bottom: 95px !important;
}

.pbpx-94 {
    padding-bottom: 94px !important;
}

.pbpx-93 {
    padding-bottom: 93px !important;
}

.pbpx-92 {
    padding-bottom: 92px !important;
}

.pbpx-91 {
    padding-bottom: 91px !important;
}

.pbpx-90 {
    padding-bottom: 90px !important;
}

.pbpx-89 {
    padding-bottom: 89px !important;
}

.pbpx-88 {
    padding-bottom: 88px !important;
}

.pbpx-87 {
    padding-bottom: 87px !important;
}

.pbpx-86 {
    padding-bottom: 86px !important;
}

.pbpx-85 {
    padding-bottom: 85px !important;
}

.pbpx-84 {
    padding-bottom: 84px !important;
}

.pbpx-83 {
    padding-bottom: 83px !important;
}

.pbpx-82 {
    padding-bottom: 82px !important;
}

.pbpx-81 {
    padding-bottom: 81px !important;
}

.pbpx-80 {
    padding-bottom: 80px !important;
}

.pbpx-79 {
    padding-bottom: 79px !important;
}

.pbpx-78 {
    padding-bottom: 78px !important;
}

.pbpx-77 {
    padding-bottom: 77px !important;
}

.pbpx-76 {
    padding-bottom: 76px !important;
}

.pbpx-75 {
    padding-bottom: 75px !important;
}

.pbpx-74 {
    padding-bottom: 74px !important;
}

.pbpx-73 {
    padding-bottom: 73px !important;
}

.pbpx-72 {
    padding-bottom: 72px !important;
}

.pbpx-71 {
    padding-bottom: 71px !important;
}

.pbpx-70 {
    padding-bottom: 70px !important;
}

.pbpx-69 {
    padding-bottom: 69px !important;
}

.pbpx-68 {
    padding-bottom: 68px !important;
}

.pbpx-67 {
    padding-bottom: 67px !important;
}

.pbpx-66 {
    padding-bottom: 66px !important;
}

.pbpx-65 {
    padding-bottom: 65px !important;
}

.pbpx-64 {
    padding-bottom: 64px !important;
}

.pbpx-63 {
    padding-bottom: 63px !important;
}

.pbpx-62 {
    padding-bottom: 62px !important;
}

.pbpx-61 {
    padding-bottom: 61px !important;
}

.pbpx-60 {
    padding-bottom: 60px !important;
}

.pbpx-59 {
    padding-bottom: 59px !important;
}

.pbpx-58 {
    padding-bottom: 58px !important;
}

.pbpx-57 {
    padding-bottom: 57px !important;
}

.pbpx-56 {
    padding-bottom: 56px !important;
}

.pbpx-55 {
    padding-bottom: 55px !important;
}

.pbpx-54 {
    padding-bottom: 54px !important;
}

.pbpx-53 {
    padding-bottom: 53px !important;
}

.pbpx-52 {
    padding-bottom: 52px !important;
}

.pbpx-51 {
    padding-bottom: 51px !important;
}

.pbpx-50 {
    padding-bottom: 50px !important;
}

.pbpx-49 {
    padding-bottom: 49px !important;
}

.pbpx-48 {
    padding-bottom: 48px !important;
}

.pbpx-47 {
    padding-bottom: 47px !important;
}

.pbpx-46 {
    padding-bottom: 46px !important;
}

.pbpx-45 {
    padding-bottom: 45px !important;
}

.pbpx-44 {
    padding-bottom: 44px !important;
}

.pbpx-43 {
    padding-bottom: 43px !important;
}

.pbpx-42 {
    padding-bottom: 42px !important;
}

.pbpx-41 {
    padding-bottom: 41px !important;
}

.pbpx-40 {
    padding-bottom: 40px !important;
}

.pbpx-39 {
    padding-bottom: 39px !important;
}

.pbpx-38 {
    padding-bottom: 38px !important;
}

.pbpx-37 {
    padding-bottom: 37px !important;
}

.pbpx-36 {
    padding-bottom: 36px !important;
}

.pbpx-35 {
    padding-bottom: 35px !important;
}

.pbpx-34 {
    padding-bottom: 34px !important;
}

.pbpx-33 {
    padding-bottom: 33px !important;
}

.pbpx-32 {
    padding-bottom: 32px !important;
}

.pbpx-31 {
    padding-bottom: 31px !important;
}

.pbpx-30 {
    padding-bottom: 30px !important;
}

.pbpx-29 {
    padding-bottom: 29px !important;
}

.pbpx-28 {
    padding-bottom: 28px !important;
}

.pbpx-27 {
    padding-bottom: 27px !important;
}

.pbpx-26 {
    padding-bottom: 26px !important;
}

.pbpx-25 {
    padding-bottom: 25px !important;
}

.pbpx-24 {
    padding-bottom: 24px !important;
}

.pbpx-23 {
    padding-bottom: 23px !important;
}

.pbpx-22 {
    padding-bottom: 22px !important;
}

.pbpx-21 {
    padding-bottom: 21px !important;
}

.pbpx-20 {
    padding-bottom: 20px !important;
}

.pbpx-19 {
    padding-bottom: 19px !important;
}

.pbpx-18 {
    padding-bottom: 18px !important;
}

.pbpx-17 {
    padding-bottom: 17px !important;
}

.pbpx-16 {
    padding-bottom: 16px !important;
}

.pbpx-15 {
    padding-bottom: 15px !important;
}

.pbpx-14 {
    padding-bottom: 14px !important;
}

.pbpx-13 {
    padding-bottom: 13px !important;
}

.pbpx-12 {
    padding-bottom: 12px !important;
}

.pbpx-11 {
    padding-bottom: 11px !important;
}

.pbpx-10 {
    padding-bottom: 10px !important;
}

.pbpx-9 {
    padding-bottom: 9px !important;
}

.pbpx-8 {
    padding-bottom: 8px !important;
}

.pbpx-7 {
    padding-bottom: 7px !important;
}

.pbpx-6 {
    padding-bottom: 6px !important;
}

.pbpx-5 {
    padding-bottom: 5px !important;
}

.pbpx-4 {
    padding-bottom: 4px !important;
}

.pbpx-3 {
    padding-bottom: 3px !important;
}

.pbpx-2 {
    padding-bottom: 2px !important;
}

.pbpx-1 {
    padding-bottom: 1px !important;
}

.pbpx-0 {
    padding-bottom: 0px !important;
}

.ptpx-100 {
    padding-top: 100px !important;
}

.ptpx-99 {
    padding-top: 99px !important;
}

.ptpx-98 {
    padding-top: 98px !important;
}

.ptpx-97 {
    padding-top: 97px !important;
}

.ptpx-96 {
    padding-top: 96px !important;
}

.ptpx-95 {
    padding-top: 95px !important;
}

.ptpx-94 {
    padding-top: 94px !important;
}

.ptpx-93 {
    padding-top: 93px !important;
}

.ptpx-92 {
    padding-top: 92px !important;
}

.ptpx-91 {
    padding-top: 91px !important;
}

.ptpx-90 {
    padding-top: 90px !important;
}

.ptpx-89 {
    padding-top: 89px !important;
}

.ptpx-88 {
    padding-top: 88px !important;
}

.ptpx-87 {
    padding-top: 87px !important;
}

.ptpx-86 {
    padding-top: 86px !important;
}

.ptpx-85 {
    padding-top: 85px !important;
}

.ptpx-84 {
    padding-top: 84px !important;
}

.ptpx-83 {
    padding-top: 83px !important;
}

.ptpx-82 {
    padding-top: 82px !important;
}

.ptpx-81 {
    padding-top: 81px !important;
}

.ptpx-80 {
    padding-top: 80px !important;
}

.ptpx-79 {
    padding-top: 79px !important;
}

.ptpx-78 {
    padding-top: 78px !important;
}

.ptpx-77 {
    padding-top: 77px !important;
}

.ptpx-76 {
    padding-top: 76px !important;
}

.ptpx-75 {
    padding-top: 75px !important;
}

.ptpx-74 {
    padding-top: 74px !important;
}

.ptpx-73 {
    padding-top: 73px !important;
}

.ptpx-72 {
    padding-top: 72px !important;
}

.ptpx-71 {
    padding-top: 71px !important;
}

.ptpx-70 {
    padding-top: 70px !important;
}

.ptpx-69 {
    padding-top: 69px !important;
}

.ptpx-68 {
    padding-top: 68px !important;
}

.ptpx-67 {
    padding-top: 67px !important;
}

.ptpx-66 {
    padding-top: 66px !important;
}

.ptpx-65 {
    padding-top: 65px !important;
}

.ptpx-64 {
    padding-top: 64px !important;
}

.ptpx-63 {
    padding-top: 63px !important;
}

.ptpx-62 {
    padding-top: 62px !important;
}

.ptpx-61 {
    padding-top: 61px !important;
}

.ptpx-60 {
    padding-top: 60px !important;
}

.ptpx-59 {
    padding-top: 59px !important;
}

.ptpx-58 {
    padding-top: 58px !important;
}

.ptpx-57 {
    padding-top: 57px !important;
}

.ptpx-56 {
    padding-top: 56px !important;
}

.ptpx-55 {
    padding-top: 55px !important;
}

.ptpx-54 {
    padding-top: 54px !important;
}

.ptpx-53 {
    padding-top: 53px !important;
}

.ptpx-52 {
    padding-top: 52px !important;
}

.ptpx-51 {
    padding-top: 51px !important;
}

.ptpx-50 {
    padding-top: 50px !important;
}

.ptpx-49 {
    padding-top: 49px !important;
}

.ptpx-48 {
    padding-top: 48px !important;
}

.ptpx-47 {
    padding-top: 47px !important;
}

.ptpx-46 {
    padding-top: 46px !important;
}

.ptpx-45 {
    padding-top: 45px !important;
}

.ptpx-44 {
    padding-top: 44px !important;
}

.ptpx-43 {
    padding-top: 43px !important;
}

.ptpx-42 {
    padding-top: 42px !important;
}

.ptpx-41 {
    padding-top: 41px !important;
}

.ptpx-40 {
    padding-top: 40px !important;
}

.ptpx-39 {
    padding-top: 39px !important;
}

.ptpx-38 {
    padding-top: 38px !important;
}

.ptpx-37 {
    padding-top: 37px !important;
}

.ptpx-36 {
    padding-top: 36px !important;
}

.ptpx-35 {
    padding-top: 35px !important;
}

.ptpx-34 {
    padding-top: 34px !important;
}

.ptpx-33 {
    padding-top: 33px !important;
}

.ptpx-32 {
    padding-top: 32px !important;
}

.ptpx-31 {
    padding-top: 31px !important;
}

.ptpx-30 {
    padding-top: 30px !important;
}

.ptpx-29 {
    padding-top: 29px !important;
}

.ptpx-28 {
    padding-top: 28px !important;
}

.ptpx-27 {
    padding-top: 27px !important;
}

.ptpx-26 {
    padding-top: 26px !important;
}

.ptpx-25 {
    padding-top: 25px !important;
}

.ptpx-24 {
    padding-top: 24px !important;
}

.ptpx-23 {
    padding-top: 23px !important;
}

.ptpx-22 {
    padding-top: 22px !important;
}

.ptpx-21 {
    padding-top: 21px !important;
}

.ptpx-20 {
    padding-top: 20px !important;
}

.ptpx-19 {
    padding-top: 19px !important;
}

.ptpx-18 {
    padding-top: 18px !important;
}

.ptpx-17 {
    padding-top: 17px !important;
}

.ptpx-16 {
    padding-top: 16px !important;
}

.ptpx-15 {
    padding-top: 15px !important;
}

.ptpx-14 {
    padding-top: 14px !important;
}

.ptpx-13 {
    padding-top: 13px !important;
}

.ptpx-12 {
    padding-top: 12px !important;
}

.ptpx-11 {
    padding-top: 11px !important;
}

.ptpx-10 {
    padding-top: 10px !important;
}

.ptpx-9 {
    padding-top: 9px !important;
}

.ptpx-8 {
    padding-top: 8px !important;
}

.ptpx-7 {
    padding-top: 7px !important;
}

.ptpx-6 {
    padding-top: 6px !important;
}

.ptpx-5 {
    padding-top: 5px !important;
}

.ptpx-4 {
    padding-top: 4px !important;
}

.ptpx-3 {
    padding-top: 3px !important;
}

.ptpx-2 {
    padding-top: 2px !important;
}

.ptpx-1 {
    padding-top: 1px !important;
}

.ptpx-0 {
    padding-top: 0px !important;
}

.h-100 {
    height: 100px;
}

.h-99 {
    height: 99px;
}

.h-98 {
    height: 98px;
}

.h-97 {
    height: 97px;
}

.h-96 {
    height: 96px;
}

.h-95 {
    height: 95px;
}

.h-94 {
    height: 94px;
}

.h-93 {
    height: 93px;
}

.h-92 {
    height: 92px;
}

.h-91 {
    height: 91px;
}

.h-90 {
    height: 90px;
}

.h-89 {
    height: 89px;
}

.h-88 {
    height: 88px;
}

.h-87 {
    height: 87px;
}

.h-86 {
    height: 86px;
}

.h-85 {
    height: 85px;
}

.h-84 {
    height: 84px;
}

.h-83 {
    height: 83px;
}

.h-82 {
    height: 82px;
}

.h-81 {
    height: 81px;
}

.h-80 {
    height: 80px;
}

.h-79 {
    height: 79px;
}

.h-78 {
    height: 78px;
}

.h-77 {
    height: 77px;
}

.h-76 {
    height: 76px;
}

.h-75 {
    height: 75px;
}

.h-74 {
    height: 74px;
}

.h-73 {
    height: 73px;
}

.h-72 {
    height: 72px;
}

.h-71 {
    height: 71px;
}

.h-70 {
    height: 70px;
}

.h-69 {
    height: 69px;
}

.h-68 {
    height: 68px;
}

.h-67 {
    height: 67px;
}

.h-66 {
    height: 66px;
}

.h-65 {
    height: 65px;
}

.h-64 {
    height: 64px;
}

.h-63 {
    height: 63px;
}

.h-62 {
    height: 62px;
}

.h-61 {
    height: 61px;
}

.h-60 {
    height: 60px;
}

.h-59 {
    height: 59px;
}

.h-58 {
    height: 58px;
}

.h-57 {
    height: 57px;
}

.h-56 {
    height: 56px;
}

.h-55 {
    height: 55px;
}

.h-54 {
    height: 54px;
}

.h-53 {
    height: 53px;
}

.h-52 {
    height: 52px;
}

.h-51 {
    height: 51px;
}

.h-50 {
    height: 50px;
}

.h-49 {
    height: 49px;
}

.h-48 {
    height: 48px;
}

.h-47 {
    height: 47px;
}

.h-46 {
    height: 46px;
}

.h-45 {
    height: 45px;
}

.h-44 {
    height: 44px;
}

.h-43 {
    height: 43px;
}

.h-42 {
    height: 42px;
}

.h-41 {
    height: 41px;
}

.h-40 {
    height: 40px;
}

.h-39 {
    height: 39px;
}

.h-38 {
    height: 38px;
}

.h-37 {
    height: 37px;
}

.h-36 {
    height: 36px;
}

.h-35 {
    height: 35px;
}

.h-34 {
    height: 34px;
}

.h-33 {
    height: 33px;
}

.h-32 {
    height: 32px;
}

.h-31 {
    height: 31px;
}

.h-30 {
    height: 30px;
}

.h-29 {
    height: 29px;
}

.h-28 {
    height: 28px;
}

.h-27 {
    height: 27px;
}

.h-26 {
    height: 26px;
}

.h-25 {
    height: 25px;
}

.h-24 {
    height: 24px;
}

.h-23 {
    height: 23px;
}

.h-22 {
    height: 22px;
}

.h-21 {
    height: 21px;
}

.h-20 {
    height: 20px;
}

.h-19 {
    height: 19px;
}

.h-18 {
    height: 18px;
}

.h-17 {
    height: 17px;
}

.h-16 {
    height: 16px;
}

.h-15 {
    height: 15px;
}

.h-14 {
    height: 14px;
}

.h-13 {
    height: 13px;
}

.h-12 {
    height: 12px;
}

.h-11 {
    height: 11px;
}

.h-10 {
    height: 10px;
}

.h-9 {
    height: 9px;
}

.h-8 {
    height: 8px;
}

.h-7 {
    height: 7px;
}

.h-6 {
    height: 6px;
}

.h-5 {
    height: 5px;
}

.h-4 {
    height: 4px;
}

.h-3 {
    height: 3px;
}

.h-2 {
    height: 2px;
}

.h-1 {
    height: 1px;
}

.h-0 {
    height: 0px;
}

.wpx-100 {
    width: 100px;
}

.wpx-99 {
    width: 99px;
}

.wpx-98 {
    width: 98px;
}

.wpx-97 {
    width: 97px;
}

.wpx-96 {
    width: 96px;
}

.wpx-95 {
    width: 95px;
}

.wpx-94 {
    width: 94px;
}

.wpx-93 {
    width: 93px;
}

.wpx-92 {
    width: 92px;
}

.wpx-91 {
    width: 91px;
}

.wpx-90 {
    width: 90px;
}

.wpx-89 {
    width: 89px;
}

.wpx-88 {
    width: 88px;
}

.wpx-87 {
    width: 87px;
}

.wpx-86 {
    width: 86px;
}

.wpx-85 {
    width: 85px;
}

.wpx-84 {
    width: 84px;
}

.wpx-83 {
    width: 83px;
}

.wpx-82 {
    width: 82px;
}

.wpx-81 {
    width: 81px;
}

.wpx-80 {
    width: 80px;
}

.wpx-79 {
    width: 79px;
}

.wpx-78 {
    width: 78px;
}

.wpx-77 {
    width: 77px;
}

.wpx-76 {
    width: 76px;
}

.wpx-75 {
    width: 75px;
}

.wpx-74 {
    width: 74px;
}

.wpx-73 {
    width: 73px;
}

.wpx-72 {
    width: 72px;
}

.wpx-71 {
    width: 71px;
}

.wpx-70 {
    width: 70px;
}

.wpx-69 {
    width: 69px;
}

.wpx-68 {
    width: 68px;
}

.wpx-67 {
    width: 67px;
}

.wpx-66 {
    width: 66px;
}

.wpx-65 {
    width: 65px;
}

.wpx-64 {
    width: 64px;
}

.wpx-63 {
    width: 63px;
}

.wpx-62 {
    width: 62px;
}

.wpx-61 {
    width: 61px;
}

.wpx-60 {
    width: 60px;
}

.wpx-59 {
    width: 59px;
}

.wpx-58 {
    width: 58px;
}

.wpx-57 {
    width: 57px;
}

.wpx-56 {
    width: 56px;
}

.wpx-55 {
    width: 55px;
}

.wpx-54 {
    width: 54px;
}

.wpx-53 {
    width: 53px;
}

.wpx-52 {
    width: 52px;
}

.wpx-51 {
    width: 51px;
}

.wpx-50 {
    width: 50px;
}

.wpx-49 {
    width: 49px;
}

.wpx-48 {
    width: 48px;
}

.wpx-47 {
    width: 47px;
}

.wpx-46 {
    width: 46px;
}

.wpx-45 {
    width: 45px;
}

.wpx-44 {
    width: 44px;
}

.wpx-43 {
    width: 43px;
}

.wpx-42 {
    width: 42px;
}

.wpx-41 {
    width: 41px;
}

.wpx-40 {
    width: 40px;
}

.wpx-39 {
    width: 39px;
}

.wpx-38 {
    width: 38px;
}

.wpx-37 {
    width: 37px;
}

.wpx-36 {
    width: 36px;
}

.wpx-35 {
    width: 35px;
}

.wpx-34 {
    width: 34px;
}

.wpx-33 {
    width: 33px;
}

.wpx-32 {
    width: 32px;
}

.wpx-31 {
    width: 31px;
}

.wpx-30 {
    width: 30px;
}

.wpx-29 {
    width: 29px;
}

.wpx-28 {
    width: 28px;
}

.wpx-27 {
    width: 27px;
}

.wpx-26 {
    width: 26px;
}

.wpx-25 {
    width: 25px;
}

.wpx-24 {
    width: 24px;
}

.wpx-23 {
    width: 23px;
}

.wpx-22 {
    width: 22px;
}

.wpx-21 {
    width: 21px;
}

.wpx-20 {
    width: 20px;
}

.wpx-19 {
    width: 19px;
}

.wpx-18 {
    width: 18px;
}

.wpx-17 {
    width: 17px;
}

.wpx-16 {
    width: 16px;
}

.wpx-15 {
    width: 15px;
}

.wpx-14 {
    width: 14px;
}

.wpx-13 {
    width: 13px;
}

.wpx-12 {
    width: 12px;
}

.wpx-11 {
    width: 11px;
}

.wpx-10 {
    width: 10px;
}

.wpx-9 {
    width: 9px;
}

.wpx-8 {
    width: 8px;
}

.wpx-7 {
    width: 7px;
}

.wpx-6 {
    width: 6px;
}

.wpx-5 {
    width: 5px;
}

.wpx-4 {
    width: 4px;
}

.wpx-3 {
    width: 3px;
}

.wpx-2 {
    width: 2px;
}

.wpx-1 {
    width: 1px;
}

.wpx-0 {
    width: 0px;
}

.w-100 {
    width: 100%;
}

.w-99 {
    width: 99%;
}

.w-98 {
    width: 98%;
}

.w-97 {
    width: 97%;
}

.w-96 {
    width: 96%;
}

.w-95 {
    width: 95%;
}

.w-94 {
    width: 94%;
}

.w-93 {
    width: 93%;
}

.w-92 {
    width: 92%;
}

.w-91 {
    width: 91%;
}

.w-90 {
    width: 90%;
}

.w-89 {
    width: 89%;
}

.w-88 {
    width: 88%;
}

.w-87 {
    width: 87%;
}

.w-86 {
    width: 86%;
}

.w-85 {
    width: 85%;
}

.w-84 {
    width: 84%;
}

.w-83 {
    width: 83%;
}

.w-82 {
    width: 82%;
}

.w-81 {
    width: 81%;
}

.w-80 {
    width: 80%;
}

.w-79 {
    width: 79%;
}

.w-78 {
    width: 78%;
}

.w-77 {
    width: 77%;
}

.w-76 {
    width: 76%;
}

.w-75 {
    width: 75%;
}

.w-74 {
    width: 74%;
}

.w-73 {
    width: 73%;
}

.w-72 {
    width: 72%;
}

.w-71 {
    width: 71%;
}

.w-70 {
    width: 70%;
}

.w-69 {
    width: 69%;
}

.w-68 {
    width: 68%;
}

.w-67 {
    width: 67%;
}

.w-66 {
    width: 66%;
}

.w-65 {
    width: 65%;
}

.w-64 {
    width: 64%;
}

.w-63 {
    width: 63%;
}

.w-62 {
    width: 62%;
}

.w-61 {
    width: 61%;
}

.w-60 {
    width: 60%;
}

.w-59 {
    width: 59%;
}

.w-58 {
    width: 58%;
}

.w-57 {
    width: 57%;
}

.w-56 {
    width: 56%;
}

.w-55 {
    width: 55%;
}

.w-54 {
    width: 54%;
}

.w-53 {
    width: 53%;
}

.w-52 {
    width: 52%;
}

.w-51 {
    width: 51%;
}

.w-50 {
    width: 50%;
}

.w-49 {
    width: 49%;
}

.w-48 {
    width: 48%;
}

.w-47 {
    width: 47%;
}

.w-46 {
    width: 46%;
}

.w-45 {
    width: 45%;
}

.w-44 {
    width: 44%;
}

.w-43 {
    width: 43%;
}

.w-42 {
    width: 42%;
}

.w-41 {
    width: 41%;
}

.w-40 {
    width: 40%;
}

.w-39 {
    width: 39%;
}

.w-38 {
    width: 38%;
}

.w-37 {
    width: 37%;
}

.w-36 {
    width: 36%;
}

.w-35 {
    width: 35%;
}

.w-34 {
    width: 34%;
}

.w-33 {
    width: 33%;
}

.w-32 {
    width: 32%;
}

.w-31 {
    width: 31%;
}

.w-30 {
    width: 30%;
}

.w-29 {
    width: 29%;
}

.w-28 {
    width: 28%;
}

.w-27 {
    width: 27%;
}

.w-26 {
    width: 26%;
}

.w-25 {
    width: 25%;
}

.w-24 {
    width: 24%;
}

.w-23 {
    width: 23%;
}

.w-22 {
    width: 22%;
}

.w-21 {
    width: 21%;
}

.w-20 {
    width: 20%;
}

.w-19 {
    width: 19%;
}

.w-18 {
    width: 18%;
}

.w-17 {
    width: 17%;
}

.w-16 {
    width: 16%;
}

.w-15 {
    width: 15%;
}

.w-14 {
    width: 14%;
}

.w-13 {
    width: 13%;
}

.w-12 {
    width: 12%;
}

.w-11 {
    width: 11%;
}

.w-10 {
    width: 10%;
}

.w-9 {
    width: 9%;
}

.w-8 {
    width: 8%;
}

.w-7 {
    width: 7%;
}

.w-6 {
    width: 6%;
}

.w-5 {
    width: 5%;
}

.w-4 {
    width: 4%;
}

.w-3 {
    width: 3%;
}

.w-2 {
    width: 2%;
}

.w-1 {
    width: 1%;
}

.btn {
    display: inline-block;
    padding: 12px 18px;
    font-size: 18px;
    cursor: pointer;
    border: 1px solid;
    border-radius: 4px;
    font-weight: 800;
    -webkit-transition: 0.6s;
    -moz-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s;
    text-align: center;
}

.btn__large {
    padding: 12px 50px;
}

.btn__fix-width {
    min-width: 240px;
}

@media (max-device-width: 535px) {
    .btn__fix-width {
        min-width: auto;
    }
}

.btn.\--btn-primary {
    background: #E74C3C;
    color: #ffffff;
    border-color: #E74C3C;
}

.btn.\--btn-primary.\--btn-outline {
    background: transparent;
    color: #E74C3C;
    border-color: #E74C3C;
}

.btn.\--btn-primary.\--btn-outline:hover {
    background: #E74C3C;
    color: #ffffff;
}

.btn.\--btn-primary:hover {
    background: transparent;
    color: #E74C3C;
}

.btn.\--btn-secondary {
    background: #0c1623;
    color: #ffffff;
    border-color: #0c1623;
}

.btn.\--btn-secondary.\--btn-outline {
    background: transparent;
    color: #0c1623;
    border-color: #0c1623;
}

.btn.\--btn-secondary.\--btn-outline:hover {
    background: #0c1623;
    color: #ffffff;
}

.btn.\--btn-secondary:hover {
    background: transparent;
    color: #0c1623;
}

.btn.\--btn-banner {
    background: #E74C3C;
    color: #ffffff;
    border-color: #E74C3C;
}

.btn.\--btn-banner.\--btn-outline {
    background: transparent;
    color: #E74C3C;
    border-color: #E74C3C;
}

.btn.\--btn-banner.\--btn-outline:hover {
    background: #E74C3C;
    color: #E74C3C;
}

.btn.\--btn-banner:hover {
    background: #ffffff;
    color: #E74C3C;
}

.btn.\--btn-red {
    background: #1ABC9C;
    color: #ffffff;
    border-color: #1ABC9C;
}

.btn.\--btn-red.\--btn-outline {
    background: transparent;
    color: #1ABC9C;
    border-color: #1ABC9C;
}

.btn.\--btn-red.\--btn-outline:hover {
    background: #1ABC9C;
    color: #ffffff;
}

.btn.\--btn-red:hover {
    background: transparent;
    color: #1ABC9C;
}

.btn.\--btn-login {
    background: transparent;
    color: #1ABC9C;
}

.btn.\--btn-login:hover {
    background: #29b1a3;
    color: #ffffff;
    border-color: #29b1a3;
}

.btn.\--btn-outline {
    color: #212121;
    border-color: #212121;
}

.btn-new-primary {
    padding: 12px 35px 12px 50px;
    background: #29b1a3;
    color: #fff;
    position: relative;
    font-size: 18px;
    font-weight: 600;
    border: 1px solid #29b1a3;
    font-family: 'Montserrat';
    text-transform: uppercase;
    border-radius: 4px;
    display: inline-block;
}

@media (max-width: 1024px) {
    .btn-new-primary {
        padding: 12px 20px 12px 50px;
    }
}

@media (max-width: 767px) {
    .btn-new-primary {
        font-size: 14px;
        margin-top: 0px !important;
    }
}

.btn-new-primary:before {
    position: absolute;
    display: block;
    content: '\e92b';
    font-family: 'ingicdesign';
    font-size: 24px;
    left: 20px;
    color: #fff;
    top: 7px;
}

@media (max-width: 767px) {
    .btn-new-primary:before {
        left: 10px;
    }
}

.btn-new-primary:hover {
    background: #fff;
    color: #29b1a3;
}

.btn-new-primary:hover:before {
    color: #29b1a3;
}

.btn-new-secondary {
    padding: 12px 35px 12px 50px;
   
    background: #29b1a3;
    
    color: #fff;
    position: relative;
    font-size: 18px;
    font-weight: 600;
    border: 1px solid #29b1a3;
    font-family: 'Montserrat';
    text-transform: uppercase;
    border-radius: 4px;
    display: inline-block;
}

@media (max-width: 1024px) {
    .btn-new-secondary {
        padding: 12px 20px 12px 50px;
    }
}

@media (max-width: 767px) {
    .btn-new-secondary {
        font-size: 14px;
    }
}

.btn-new-secondary:before {
    position: absolute;
    display: block;
    content: '\e92b';
    font-family: 'ingicdesign';
    font-size: 24px;
    left: 20px;
    color: #fff;
    top: 7px;
}

@media (max-width: 767px) {
    .btn-new-secondary:before {
        left: 10px;
    }
}

.btn-new-secondary:hover {
    background: #fff;
    color: #29b1a3;
}

.btn-new-secondary:hover:before {
    color: #29b1a3;
}

::-moz-selection {
    background: #29b1a3;
    color: #ffffff;
    text-shadow: none;
}

::selection {
    background: #29b1a3;
    color: #ffffff;
    text-shadow: none;
}

::selection {
    background: #29b1a3;
    color: #fff;
    text-shadow: none;
}

::-webkit-scrollbar {
    width: 5px;
    height: 10px;
}

::-webkit-scrollbar-button:start:decrement,
::-webkit-scrollbar-button:end:increment {
    display: none;
}

::-webkit-scrollbar-track-piece {
    background-color: #29b1a3;
    -webkit-border-radius: 0px;
    border-left: 0px solid #888;
}

::-webkit-scrollbar-thumb:vertical {
    -webkit-border-radius: 5px;
    background: #29b1a3;
}

::-webkit-scrollbar-corner {
    background: #fff;
}

::-webkit-scrollbar-track-piece {
    background: #fff;
}

::-webkit-input-placeholder {
    color: #868383 !important;
    font-weight: 400;
}

:-moz-placeholder {
    color: #868383 !important;
    font-weight: 400;
    opacity: 1;
}

::-moz-placeholder {
    color: #868383 !important;
    font-weight: 400;
    opacity: 1;
}

:-ms-input-placeholder {
    color: #868383 !important;
    font-weight: 400;
}

html {
    position: relative;
}

*,
html,
body {
    padding: 0;
    margin: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    outline: none;
}

body {
    font-family: "Nunito", sans-serif;
    font-size: 14px;
    line-height: 1.5;
    color: #2b2e31;
    -webkit-font-smoothing: antialiased;
}

img {
    max-width: 100%;
    display: block;
}

.ff-primary {
    font-family: "Nunito", sans-serif;
}

.ff-secondary {
    font-family: "Montserrat", sans-serif;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
    font-family: "Montserrat", sans-serif;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6,
p {
    margin: 0;
    padding: 0;
}

h1,
.h1 {
    font-size: 66px;
    font-size: 9.8vmin;
}

@media (min-width: 1400px) {

    h1,
    .h1 {
        font-size: 66px;
    }
}

h2,
.h2 {
    font-size: 54px;
    font-size: 3.4vmax;
}

@media (min-width: 1400px) {

    h2,
    .h2 {
        font-size: 54px;
    }
}

h3,
.h3 {
    font-size: 34px;
}

h4,
.h4 {
    font-size: 30px;
    font-size: 4.4vmin;
}

@media (min-width: 1400px) {

    h4,
    .h4 {
        font-size: 30px;
    }
}

h5,
.h5 {
    font-size: 22px;
}

h6,
.h6 {
    font-size: 20px;
}

p {
    font-size: 14px;
}

a {
    color: #2b2e31;
    text-decoration: none;
}

img.inherit {
    max-width: inherit;
}

.img-resp {
    display: block;
    max-width: 100%;
    height: auto;
}

.relative-block {
    position: relative;
}

.absolute-block {
    position: absolute;
}

.unstyled {
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 0px;
}

ul.inline li {
    display: inline-block;
}

ul.block li {
    display: block;
}

ul.table {
    display: table;
}

ul.table li {
    display: table-cell;
}

ul.nomar li:last-child {
    margin-right: 0 !important;
}

ul.nomar li:first-child {
    margin-left: 0 !important;
}

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

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

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

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

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

hr {
    border: none;
}

.td-underline {
    text-decoration: underline;
}

.td-border {
    border-bottom: 1px solid;
}

.td-border-dashed {
    border-bottom: 1px dashed;
}

.td-border-dotted {
    border-bottom: 1px dotted;
}

.b-radius {
    border-radius: 4px;
}

.b-radius-bottom {
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}

.fs-default {
    font-size: 14px;
}

.fs-xsmall {
    font-size: 10px;
}

.fs-small {
    font-size: 12px;
}

.fs-medium {
    font-size: 16px;
}

.fs-italic {
    font-style: italic;
}

.fs-large {
    font-size: 18px;
    font-size: 2.8vmin;
}

@media (min-width: 1400px) {
    .fs-large {
        font-size: 18px;
    }
}

.fw-thin {
    font-weight: 100 !important;
}

.fw-light {
    font-weight: 200 !important;
}

.fw-normal {
    font-weight: 400 !important;
}

.fw-medium {
    font-weight: 500 !important;
}

.fw-semi-bold {
    font-weight: 600 !important;
}

.fw-bold {
    font-weight: 700 !important;
}

.fw-exbold {
    font-weight: 800 !important;
}

.fw-black {
    font-weight: 900 !important;
}

.tt-normal {
    text-transform: inherit !important;
}

.tt-uppercase {
    text-transform: uppercase !important;
}

.tt-capital {
    text-transform: capitalize !important;
}

.ta-right {
    text-align: right;
}

.ta-left {
    text-align: left;
}

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

@media (max-device-width: 767px) {
    .ta-xs-center {
        text-align: center;
    }
}

@media (max-device-width: 767px) {
    .ta-xs-left {
        text-align: left;
    }
}

@media (max-device-width: 767px) {
    .ta-xs-right {
        text-align: right;
    }
}

.fs-italic {
    font-style: italic;
}

.clearfix::after {
    content: "";
    display: table;
    clear: both;
}

.fc-primary {
    color: #29b1a3;
}

.fc-secondary {
    color: #0c1623;
}

.fc-default {
    color: #2b2e31;
}

.fc-white {
    color: #ffffff;
}

.fc-black {
    color: #000000;
}

.fc-grey {
    color: #333333;
}

.fc-lgrey {
    color: #999999;
}

.fc-spgrey {
    color: #505050;
}

.fc-red {
    color: #29b1a3;
}

.fc-hr {
    color: #e8e8e8;
}

.fc-special {
    color: #e8dd2d;
}

.bg-special {
    background: #e8dd2d;
}

.bg-primary {
    background: #E74C3C;
}

.bg-secondary {
    background: #0c1623;
}

.bg-white {
    background: #ffffff;
}

.bg-black {
    background: #000000;
}

.bg-grey {
    background: #333333;
}

.bg-lgrey {
    background: #999999;
}

.bg-spgrey {
    background: #505050;
}

.bg-red {
    background: #1ABC9C;
}

.bg-hr {
    background: #e8e8e8;
}

.fc-yellow {
    color: #ffde00;
}

.m-auto {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.lh-normal {
    line-height: 1;
}

.lh-medium {
    line-height: 1.2;
}

.lh-large {
    line-height: 1.8;
}

.lh-xlarge {
    line-height: 2;
}

.float-left {
    float: left;
}

.float-right {
    float: right;
}

.col-nopadd {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.ls-xsmall {
    letter-spacing: -2px;
}

.ls-small {
    letter-spacing: -1px;
}

.ls-normal {
    letter-spacing: 0px;
}

.ls-medium {
    letter-spacing: 1px;
}

.ls-large {
    letter-spacing: 2px;
}

.ls-xlarge {
    letter-spacing: 4px;
}

.va-middle {
    vertical-align: middle;
}

.va-top {
    vertical-align: top;
}

.va-bottom {
    vertical-align: bottom;
}

.instagram:hover {
    color: #f00 !important;
}

.instagram-icon:hover {
    background: #dd2a7b !important;
}

.facebook:hover {
    color: #1a4bad !important;
}

.facebook-icon:hover {
    background: #1a4bad !important;
}

.twitter:hover {
    color: #00a9cd !important;
}

.twitter-icon:hover {
    background: #00a9cd !important;
}

.linkedin:hover {
    color: #0077b5 !important;
}

.linkedin-icon:hover {
    background: #0077b5 !important;
}

.googleplus:hover {
    color: #ff4800 !important;
}

.googleplus-icon:hover {
    background: #ff4800 !important;
}

.youtube:hover {
    color: #d10000 !important;
}

.youtube-icon:hover {
    background: #d10000 !important;
}

.overlay-bg {
    background: rgba(0, 0, 0, 0.8);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
    display: none;
}

.packages-banner1 {
    bottom: 20px;
    left: -47px;
}

.bg-norepeat {
    background-repeat: no-repeat;
}

.bg-center {
    background-position: center;
}

.bg-contain {
    background-size: contain !important;
}

.bg-cover {
    background-size: cover;
}

.img-inherit {
    max-width: inherit;
}

.sec-padding {
    padding: 70px 0;
}

@media (max-device-width: 767px) {
    .sec-padding {
        padding: 30px 0;
    }
}

.sec-padding.\--small {
    padding: 40px 0;
}

.sec-padding.\--xsmall {
    padding: 30px 0;
}

.app-container {
    width: 100%;
    overflow: hidden;
}

.hidden {
    display: none;
}

.visible {
    display: block;
}

[data-content]::before {
    content: attr(data-content);
}

.grid-block {
    overflow: hidden;
    list-style: none;
    margin-left: 0;
    padding-left: 0;
}

.grid-block>* {
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.grid-block.\--type-inline-blocks>* {
    float: none;
    display: inline-block;
    vertical-align: top;
    margin-left: -5px;
}

.grid-block.\--type-two-blocks>* {
    width: 50% !important;
}

.grid-block.\--type-three-blocks>* {
    width: 33.333% !important;
}

.grid-block.\--type-four-blocks>* {
    width: 25% !important;
}

.grid-block.\--type-five-blocks>* {
    width: 20% !important;
}

.grid-block.\--type-six-blocks>* {
    width: 16.6667% !important;
}

.grid-block.\--style-offsets {
    margin-left: -30px;
    margin-top: 31px;
}

.grid-block.\--style-offsets>* {
    padding-left: 30px;
}

.grid-block.\--style-offsets.\--offsets-small {
    margin-left: -20px;
}

.grid-block.\--style-offsets.\--offsets-small>* {
    padding-left: 20px;
}

.grid-block.\--style-bottom-offsets>* {
    margin-bottom: 50px;
}

.grid-block.\--style-bottom-offsets.\--bottom-offsets-small>* {
    margin-bottom: 30px;
}

@media (max-device-width: 767px) {
    .grid-block.\--grid-ipad-full>* {
        width: 100% !important;
    }

    .grid-block.\--grid-ipad-half>* {
        width: 50% !important;
    }
}

ul.grid-block {
    list-style: none;
    margin-left: 0;
    padding-left: 0;
}

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

[class^="icon-"],
[class*=" icon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'ingicdesign' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-play:before {
    content: "\e92d";
}

.icon-chevron-circle-down:before {
    content: "\e929";
}

.icon-chevron-circle-up:before {
    content: "\e92a";
}

.icon-chevron-circle-right:before {
    content: "\e92b";
}

.icon-chevron-circle-left:before {
    content: "\e92c";
}

.icon-map-marker:before {
    content: "\e91f";
}

.icon-chatnow:before {
    content: "\e919";
}

.icon-email:before {
    content: "\e91a";
}

.icon-phone:before {
    content: "\e904";
}

.icon-google-plus-square:before {
    content: "\e905";
}

.icon-google-plus:before {
    content: "\e906";
}

.icon-linkedin-square:before {
    content: "\e907";
}

.icon-linkedin:before {
    content: "\e908";
}

.icon-twitter-square:before {
    content: "\e909";
}

.icon-twitter:before {
    content: "\e90a";
}

.icon-facebook-square:before {
    content: "\e90b";
}

.icon-facebook:before {
    content: "\e90c";
}

.icon-play3:before {
    content: "\e92e";
}

.icon-arrow_left_circle:before {
    content: "\e90d";
}

.icon-arrow_left_big:before {
    content: "\e90e";
}

.icon-arrow_right_circle:before {
    content: "\e90f";
}

.icon-arrow_right_big:before {
    content: "\e910";
}

.icon-instagram-circle:before {
    content: "\e911";
}

.icon-instagram:before {
    content: "\e912";
}

.icon-google-plus-circle:before {
    content: "\e913";
}

.icon-linkedin-circle:before {
    content: "\e914";
}

.icon-twitter-circle:before {
    content: "\e915";
}

.icon-facebook-circle:before {
    content: "\e916";
}

.icon-play2:before {
    content: "\e92f";
}

.icon-player:before {
    content: "\e92f";
}

.icon-share:before {
    content: "\e927";
}

.icon-mobile:before {
    content: "\e928";
}

.icon-cell-phone:before {
    content: "\e928";
}

.icon-handheld:before {
    content: "\e928";
}

.icon-tablet:before {
    content: "\e928";
}

.icon-phablet:before {
    content: "\e928";
}

.icon-user:before {
    content: "\e926";
}

.icon-profile:before {
    content: "\e926";
}

.icon-avatar:before {
    content: "\e926";
}

.icon-person:before {
    content: "\e926";
}

.icon-member:before {
    content: "\e926";
}

.icon-location:before {
    content: "\e91e";
}

.icon-tab-4:before {
    content: "\e920";
}

.icon-tab-5:before {
    content: "\e921";
}

.icon-tab-6:before {
    content: "\e922";
}

.icon-tab-7:before {
    content: "\e923";
}

.icon-tab-8:before {
    content: "\e924";
}

.icon-tab-9:before {
    content: "\e925";
}

.icon-design1:before {
    content: "\e91b";
}

.icon-design2:before {
    content: "\e91c";
}

.icon-design3:before {
    content: "\e91d";
}

.icon-design:before {
    content: "\e918";
}

.icon-ingic:before {
    content: "\e917";
}

.icon-arrow_up:before {
    content: "\e900";
}

.icon-arrow_right:before {
    content: "\e901";
}

.icon-arrow_left:before {
    content: "\e902";
}

.icon-arrow_down:before {
    content: "\e903";
}

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

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

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

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

@-webkit-keyframes bounce {

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

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

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

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

@keyframes bounce {

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

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

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

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

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

@-webkit-keyframes flash {

    from,
    50%,
    to {
        opacity: 1;
    }

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

@keyframes flash {

    from,
    50%,
    to {
        opacity: 1;
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@-webkit-keyframes shake {

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

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

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

@keyframes shake {

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@-webkit-keyframes jello {

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

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

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

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

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

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

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

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

@keyframes jello {

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

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

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

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

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

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

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

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

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

@-webkit-keyframes bounceIn {

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

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

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

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

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

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

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

@keyframes bounceIn {

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

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

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

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

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

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

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

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

@-webkit-keyframes bounceInDown {

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

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

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

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

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

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

@keyframes bounceInDown {

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

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

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

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

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

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

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

@-webkit-keyframes bounceInLeft {

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

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

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

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

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

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

@keyframes bounceInLeft {

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

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

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

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

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

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

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

@-webkit-keyframes bounceInRight {

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

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

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

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

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

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

@keyframes bounceInRight {

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

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

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

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

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

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

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

@-webkit-keyframes bounceInUp {

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

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

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

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

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

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

@keyframes bounceInUp {

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    to {
        opacity: 1;
    }
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    to {
        opacity: 0;
    }
}

@keyframes fadeOut {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
    }
}

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

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

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

@keyframes fadeOutDown {
    from {
        opacity: 1;
    }

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

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

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

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

@keyframes fadeOutDownBig {
    from {
        opacity: 1;
    }

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

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

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

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

@keyframes fadeOutLeft {
    from {
        opacity: 1;
    }

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

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

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

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

@keyframes fadeOutLeftBig {
    from {
        opacity: 1;
    }

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

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

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

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

@keyframes fadeOutRight {
    from {
        opacity: 1;
    }

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

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

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

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

@keyframes fadeOutRightBig {
    from {
        opacity: 1;
    }

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

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

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

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

@keyframes fadeOutUp {
    from {
        opacity: 1;
    }

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

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

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

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

@keyframes fadeOutUpBig {
    from {
        opacity: 1;
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@keyframes lightSpeedOut {
    from {
        opacity: 1;
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@keyframes rollOut {
    from {
        opacity: 1;
    }

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

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

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

    50% {
        opacity: 1;
    }
}

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

    50% {
        opacity: 1;
    }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    to {
        opacity: 0;
    }
}

@keyframes zoomOut {
    from {
        opacity: 1;
    }

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

    to {
        opacity: 0;
    }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@-webkit-keyframes videotext {
    from {
        transform: rotateX(90deg) translateY(0px);
        -webkit-transform: rotateX(90deg) translateY(0px);
    }

    to {
        transform: rotateX(0deg) translateY(0px);
        -webkit-transform: rotateX(0deg) translateY(0px);
        transform-origin: initial;
        -webkit-transform-origin: initial;
    }
}

@keyframes videotext {
    from {
        transform: rotateX(-90deg) translateY(0px);
        -webkit-transform: rotateX(-90deg) translateY(0px);
    }

    to {
        transform: rotateX(0deg) translateY(0px);
        -webkit-transform: rotateX(0deg) translateY(0px);
        transform-origin: initial;
        -webkit-transform-origin: initial;
    }
}

.video-text {
    -webkit-animation-name: videotext;
    animation-name: videotext;
}

/* Slider */
.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0;
    padding: 0;
}

.slick-list:focus {
    outline: none;
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: block;
}

.slick-track:before,
.slick-track:after {
    content: "";
    display: table;
}

.slick-track:after {
    clear: both;
}

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
    display: none;
}

[dir="rtl"] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}

/* Slider */
/* Icons */
@font-face {
    font-family: "slick";
    src: url("fonts/slick.eot");
    src: url("fonts/slickd41d.eot?#iefix") format("embedded-opentype"), url("fonts/slick.woff") format("woff"), url("fonts/slick.ttf") format("truetype"), url("fonts/slick.svg#slick") format("svg");
    font-weight: normal;
    font-style: normal;
}

/* Arrows */
.slick-prev,
.slick-next {
    position: absolute;
    display: block;
    height: 30px;
    width: 30px;
    line-height: 0px;
    font-size: 0px;
    cursor: pointer;
    background: transparent;
    color: transparent;
    top: 55.5%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    padding: 0;
    border: none;
    outline: none;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
    outline: none;
    background: transparent;
    color: transparent;
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
    opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
    opacity: 0.25;
}

.slick-prev:before,
.slick-next:before {
    font-family: "slick";
    font-size: 20px;
    line-height: 1;
    color: white;
    opacity: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
    left: -25px;
}

[dir="rtl"] .slick-prev {
    left: auto;
    right: -25px;
}

.slick-prev:before {
    content: "←";
}

[dir="rtl"] .slick-prev:before {
    content: "→";
}

.slick-next {
    right: -25px;
}

[dir="rtl"] .slick-next {
    left: -25px;
    right: auto;
}

.slick-next:before {
    content: "→";
}

[dir="rtl"] .slick-next:before {
    content: "←";
}

/* Dots */
.slick-dots {
    position: absolute;
    bottom: -20px;
    list-style: none;
    display: block;
    text-align: center;
    padding: 0;
    margin: 0;
    width: 100%;
}

.\--big-dot .slick-dots {
    bottom: -40px;
}

.\--xbig-dot .slick-dots {
    bottom: -60px;
}

.slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 3px;
    padding: 0;
    cursor: pointer;
}

.slick-dots li button {
    border: 0;
    background: transparent;
    display: block;
    height: 20px;
    width: 20px;
    outline: none;
    line-height: 0px;
    font-size: 0px;
    color: transparent;
    padding: 5px;
    cursor: pointer;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
    outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
    opacity: 1;
}

.slick-dots li button:before {
    position: absolute;
    top: 0;
    left: 0;
    content: "•";
    width: 20px;
    height: 20px;
    font-family: "slick";
    font-size: 12px;
    line-height: 20px;
    text-align: center;
    color: #333333;
    opacity: 0.25;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
    color: #29b1a3;
    opacity: 1;
}

.list-scroll {
    height: 250px;
}

.list-scroll-small {
    height: 190px;
}

.sitemap-list li {
    width: 50%;
    float: left;
    position: relative;
    padding-left: 20px;
    padding-bottom: 5px;
}

.sitemap-list li a {
    font-size: 16px;
    font-weight: 600;
}

.sitemap-list li:before {
    font-size: 16px;
    font-weight: 500;
    content: "\e901";
    position: absolute;
    color: #1ABC9C;
    top: 0px;
    left: 0px;
    font-family: 'ingicdesign' !important;
}

.sitemap-list li:hover a {
    color: #1ABC9C;
}

.jd-list {
    padding: 10px 0;
}

.jd-list li {
    font-size: 16px;
    font-weight: 400;
    position: relative;
    padding-left: 20px;
    padding-bottom: 8px;
}

.jd-list li:before {
    content: "\e901";
    position: absolute;
    color: #1ABC9C;
    top: 0px;
    left: 0px;
    font-family: 'ingicdesign' !important;
}

ul.pack {
    width: 90%;
    margin: 0 auto;
}

@media (min-width: 1400px) {
    ul.pack {
        width: 80%;
        margin-top: 3%;
    }
}

ul.pack li {
    text-align: center;
    color: #333333;
    padding: 20px 20px;
    cursor: pointer;
    border-radius: 5px;
    -webkit-transition: 0.6s;
    -moz-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s;
    border: 1px solid transparent;
    margin: 0px 20px;
    background-color: #fff;
    width: 27%;
}

@media (max-width: 1199px) {
    ul.pack li {
        font-size: 16px;
        padding: 10px 12px;
    }
}

@media (max-width: 951px) {
    ul.pack li {
        font-size: 14px;
        padding: 10px 12px;
    }
}

@media (max-width: 767px) {
    ul.pack li {
        font-size: 18px;
        padding: 10px 16px;
        margin-right: 0;
        width: 49%;
    }
}

@media (max-width: 565px) {
    ul.pack li {
        font-size: 12px;
        padding: 10px 16px;
        margin-right: 0;
        width: 85%;
        margin-bottom: 10px;
    }
}

ul.pack li:hover {
    background-color: #ffffff;
    color: #0c1623;
}

ul.pack li .iconx {
    display: block;
    font-size: 50px;
    margin-bottom: 30px;
}

ul.pack li .disp {
    display: none;
    width: 85px;
    height: 85px;
}

ul.pack li.current {
    background-color: #E74C3C;
    color: #fff;
    box-shadow: rgba(0, 0, 0, 0.5) 0px -10px 30px -6px;
    border: 1px solid #fff;
}

ul.pack li.current .iconx {
    display: none;
}

ul.pack li.current .disp {
    display: block;
}

@media (max-width: 767px) {
    ul.pack {
        margin-left: 10px;
    }
}

.tabs-other-categories ul.tabbing-links {
    position: relative;
    border: 1px solid #eee;
    padding: 12px 0px 0px;
    box-shadow: 1px 1px 20px 5px #eee;
}

.tabs-other-categories ul.tabbing-links:before {
    position: absolute;
    display: block;
    content: '';
    width: 0;
    height: 0;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-bottom: 15px solid #E74C3C;
    bottom: 48px;
    right: 24%;
}

@media (max-width: 767px) {
    .tabs-other-categories ul.tabbing-links:before {
        display: none;
    }
}

.tabs-other-categories ul.tabbing-links li {
    margin: 0 5px;
    font-size: 14px;
    padding-bottom: 12px;
    color: #8f9092;
}

.tabs-other-categories ul.tabbing-links li:after {
    right: -8px;
    height: 18px;
    bottom: 10px;
    width: 1px;
}

.tabs-other-categories ul.tabbing-links li:hover,
.tabs-other-categories ul.tabbing-links li.current {
    color: #1ABC9C;
    border-bottom: 2px solid #1ABC9C;
}

.tabs-print-design ul.tabbing-links {
    position: relative;
    border: 1px solid #eee;
    padding: 12px 0px 0px;
    box-shadow: 1px 1px 20px 5px #eee;
}

.tabs-print-design ul.tabbing-links:before {
    position: absolute;
    display: block;
    content: '';
    width: 0;
    height: 0;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-bottom: 15px solid #E74C3C;
    bottom: 48px;
    right: 36.4%;
}

.tabs-print-design ul.tabbing-links li {
    margin: 0 5px;
    font-size: 14px;
    padding-bottom: 12px;
    color: #8f9092;
}

.tabs-print-design ul.tabbing-links li:after {
    right: -8px;
    height: 18px;
    bottom: 10px;
    width: 1px;
}

.tabs-print-design ul.tabbing-links li:hover,
.tabs-print-design ul.tabbing-links li.current {
    color: #1ABC9C;
    border-bottom: 2px solid #1ABC9C;
}

.tabs-other-services ul.tabbing-links {
    position: relative;
    border: 1px solid #eee;
    padding: 12px 0px 0px;
    box-shadow: 1px 1px 20px 5px #eee;
}

.tabs-other-services ul.tabbing-links:before {
    position: absolute;
    display: block;
    content: '';
    width: 0;
    height: 0;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-bottom: 15px solid #E74C3C;
    bottom: 48px;
    right: 46%;
}

.tabs-other-services ul.tabbing-links li {
    margin: 0 5px;
    font-size: 14px;
    padding-bottom: 12px;
    color: #8f9092;
}

.tabs-other-services ul.tabbing-links li:after {
    right: -8px;
    height: 18px;
    bottom: 10px;
    width: 1px;
}

.tabs-other-services ul.tabbing-links li:hover,
.tabs-other-services ul.tabbing-links li.current {
    color: #1ABC9C;
    border-bottom: 2px solid #1ABC9C;
}

header.main-head {
    height: 47px;
}

@media (min-device-width: 1400px) {
    header.main-head {
        height: 31px;
    }
}

@media (max-width: 767px) {
    header.main-head {
        height: 0px;
    }
}

header .logo {
    margin-top: 2%;
    width: 220px;
}

header .logo .xicon {
    font-size: 20px;
}

@media (max-device-width: 1200px) {
    header .logo {
        margin-top: 6px;
    }

    header .logo .xicon {
        font-size: 18px;
    }
}

@media (max-width: 767px) {
    
}

header .topinfo {
    background: #ffffff;
    display: inline-block;
    position: relative;
    top: 0px;
    z-index: 999;
    width: 100%;
}



header .topinfo .topinfo-list {
    float: right;
}

header .topinfo .topinfo-list li {
    padding: 15px 20px;
    float: left;
    position: relative;
}

header .topinfo .topinfo-list li:nth-child(1) {
    position: relative;
    padding-left: 30px;
    margin-right: 10px;
}

header .topinfo .topinfo-list li:nth-child(1) a span {
    text-transform: capitalize;
}

header .topinfo .topinfo-list li:nth-child(1):after {
    content: "";
    position: absolute;
    height: 15px;
    width: 1px;
    right: 0px;
    top: 0;
    bottom: 0px;
    margin: auto 0;
    background: #adadad;
}

header .topinfo .topinfo-list li:nth-child(2) {
    padding-left: 30px;
}

header .topinfo .topinfo-list li:nth-child(3) {
    padding-left: 0px;
    padding-right: 0px;
    position: relative;
}

header .topinfo .topinfo-list li:nth-child(3) i.signup {
    position: absolute;
    left: 25px;
    color: #fff;
    top: 19px;
    z-index: 99;
}

header .topinfo .topinfo-list li a {
    color: #666666;
    font-size: 16px;
    font-family: "Nunito", sans-serif;
    font-weight: 400;
}

header .topinfo .topinfo-list li a span {
    color: #666666;
    font-size: 16px;
    font-family: "Nunito", sans-serif;
    font-weight: 400;
    text-transform: uppercase;
}

header .topinfo .topinfo-list li a i.xicon {
    position: absolute;
    top: 20px;
    left: 10px;
    font-size: 14px;
    margin-right: 5px;
    color: #1ABC9C;
}

header .topinfo .topinfo-list li a.btn-red {
    position: relative;
    background: #1ABC9C;
    padding: 10px 30px 10px 50px;
    border-radius: 4px;
    text-transform: uppercase;
    font-size: 12px;
    color: #fff;
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
}

.dropdown {
    position: relative;
    padding-right: 20px !important;
}

.dropdown:before {
    content: "\e903";
    position: absolute;
    right: 20px;
    font-family: ingicdesign;
    font-size: 19px;
    top: 20px;
    line-height: 1;
    color: #fff;
}

@media (max-width: 991px) {
    .dropdown:before {
        display: none;
    }
}

.dropdown ul {
    box-shadow: 0px 10px 40px -8px #000;
    display: none;
    position: absolute;
    background: #fff;
    width: 200px;
    text-align: left;
    padding: 0px;
    border-radius: 0px 0px 4px 4px;
    top: 59px;
    left: 0px;
}

.dropdown ul:before {
    content: "";
    position: absolute;
    top: 0;
    left: 35px;
    width: 0;
    z-index: 999;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #1ABC9C;
}

.dropdown ul li {
    width: 100% !important;
    padding: 10px 12px !important;
    display: block;
    border-left: 3px solid transparent !important;
    margin: 0px;
    border-right: 0px !important;
    border-bottom: 1px solid #ebebeb;
}

.dropdown ul li:after {
    display: none;
}

.dropdown ul li:last-child {
    border-bottom: 0px;
}

.dropdown ul li:last-child:hover {
    border-radius: 0px 0px 4px 4px;
}

.dropdown ul li a {
    padding: 0px 15px;
    display: block;
    font-size: 13px;
    font-weight: 400;
    text-transform: capitalize !important;
    color: #666666 !important;
}

.dropdown ul li a:before {
    display: none;
}

.dropdown ul li a:after {
    display: none;
}

.dropdown ul li:hover {
    border-left: 3px solid #1ABC9C !important;
    margin: 0px;
    background: #ededed !important;
}

.dropdown ul li:hover a {
    color: #1ABC9C !important;
}

.dropdown ul li:hover a:before {
    display: none;
}

.dropdown .dropdown-second {
    position: relative;
}

.dropdown .dropdown-second ul {
    display: none !important;
    position: absolute;
    left: 100%;
    top: 0px;
    box-shadow: none;
}

.dropdown .dropdown-second ul:before {
    display: none;
}

.dropdown .dropdown-second ul li {
    border-left: none !important;
}

.dropdown .dropdown-second ul li:before {
    content: '-';
    font-size: 20px;
    font-weight: 500;
    left: 12px;
    top: 5px;
    bottom: 0;
    margin: auto;
    display: none;
    position: absolute;
}

.dropdown .dropdown-second ul li a {
    color: #666 !important;
}

.dropdown .dropdown-second ul li:hover a {
    color: #1ABC9C !important;
}

.dropdown .dropdown-second ul li:hover:before {
    color: #1ABC9C;
    display: block;
}

.dropdown .dropdown-second:hover ul {
    display: block !important;
}

.dropdown:hover ul {
    display: block;
}

.ph {
    background: #072a48;
    width: 100%;
    position: absolute;
    left: 0;
    top: 100px;
    z-index: 10;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

section.homepage-hero-slider {
    margin-top: 40px;
    display: block !important;
}

@media (max-width: 1200px) {
    .ph {
        height: 56px;
    }
}

@media (max-width: 767px) {
    .ph {
        top: 0px;
    }
}

.ph.active {
    left: -80%;
}

.ph.fixed {
    background: #f0f0f0;
}

.policy .ph,
.terms .ph {
    border-bottom: 1px solid #ccc;
}

.scrollnav {

background: #072a48;

width: 100%;

position: fixed;

left: 0;

top: -100px;

z-index: 10;

-webkit-transition: 0.4s;

-moz-transition: 0.4s;

-o-transition: 0.4s;

transition: 0.4s;
}

@media (max-width: 1200px) {
    .scrollnav {
        height: 56px;
    }
}

@media (max-width: 767px) {
    .scrollnav {
        top: 0px;
    }
    .hero-banner h1{
        font-size: 22px;line-height: normal;
    }
    .hero-banner h4{
        font-size: 16px;line-height: normal;
    }
    .hero-banner ul>li{
        font-size: 14px;
    }
}

.scrollnav.active {
    left: -80%;
}

.scrollnav.fixed {
    top: 0px;
}

.policy .scrollnav,
.terms .scrollnav {
    border-bottom: 1px solid #ccc;
}

.pn ul li {
    position: relative;
    width: 14.2%;
}

ul.contact-sociallinks li a svg path {
    fill: #999;
}

@media (max-width: 1200px) {
    .pn ul li {
        padding: 17px 0;
    }
}

.pn ul li:nth-child(1) {
    border-left: 1px solid #545454;
}

.pn ul li a {
    text-transform: uppercase;
    position: relative;
    font-weight: 600;
    font-size: 14px;
    color: #fff;
    padding: 19px 0;
    display: inline-block;
    width: 100%;
}

.pn ul li.active,
.pn ul li:hover {
   background: #29b1a3;
}

.pn ul li:after {
    content: "";
    border-right: 1px solid #545454;
    height: 100%;
    position: absolute;
    right: 0px;
    top: 0;
}

i.xicon.icon-user.signup {
    font-size: 16px;
}

.scrollnavigation ul li {
    position: relative;
    padding: 16px 24px;
}

@media (max-width: 1200px) {
    .scrollnavigation ul li {
        padding: 16px 8px;
    }
}

.scrollnavigation ul li:nth-child(1) {
    padding-left: 0px;
    padding-right: 20px;
    padding-top: 0px;
    padding-bottom: 0;
    vertical-align: middle;
    margin: 10px 0;
}

.scrollnavigation ul li:nth-child(1) .logo-scroll {
    margin-top: 0%;
    font-size: 15px;
    width: 180px;
}

.scrollnavigation ul li:nth-child(1):hover {
    background: transparent;
}

.scrollnavigation ul li:nth-child(9) {
    padding: 12px 16px 16px;
}

.scrollnavigation ul li:nth-child(9) a .signup {
    font-size: 20px;
}

.scrollnavigation ul li.dropdown {
    padding-right: 40px !important;
}

.scrollnavigation ul li.dropdown:before {
    font-size: 14px;
}

.scrollnavigation ul li.dropdown ul {
    width: 200px;
    top: 53px;
}

.scrollnavigation ul li.dropdown ul:before {
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #1ABC9C;
}

.scrollnavigation ul li.dropdown ul li {
    padding: 7px 15px !important;
}

.scrollnavigation ul li.dropdown ul li a {
    padding: 0 8px;
    font-size: 13px;
    font-weight: 500;
}

.scrollnavigation ul li.dropdown .dropdown-second {
    position: relative;
}

.scrollnavigation ul li.dropdown .dropdown-second ul {
    display: none !important;
    position: absolute;
    left: 100%;
    top: 0px;
    box-shadow: none;
}

.scrollnavigation ul li.dropdown .dropdown-second ul:before {
    display: none;
}

.scrollnavigation ul li.dropdown .dropdown-second ul li {
    border-left: none !important;
}

.scrollnavigation ul li.dropdown .dropdown-second ul li:before {
    content: '-';
    font-size: 20px;
    font-weight: 500;
    left: 12px;
    top: 0;
    bottom: 0;
    margin: auto;
    display: none;
    position: absolute;
}

.scrollnavigation ul li.dropdown .dropdown-second ul li a {
    color: #666 !important;
}

.scrollnavigation ul li.dropdown .dropdown-second ul li:hover a {
    color: #1ABC9C !important;
}

.scrollnavigation ul li.dropdown .dropdown-second ul li:hover:before {
    color: #1ABC9C;
    display: block;
}

.scrollnavigation ul li.dropdown .dropdown-second:hover ul {
    display: block !important;
}

.scrollnavigation ul li a {
    font-family: "Montserrat", sans-serif;
    text-transform: uppercase;
    position: relative;
    font-weight: 600;
    font-size: 12px;
    color: #fff;
}

@media (max-width: 1200px) {
    .scrollnavigation ul li a {
        font-size: 10px;
    }
}

.scrollnavigation ul li.active,
.scrollnavigation ul li:hover {
    background: #29b1a3;
}

.scrollnavigation ul li:after {
    content: "";
    border-right: 1px solid #545454;
    height: 50px;
    position: absolute;
    right: 0px;
    top: 0;
    display: inline-grid;
}

.pl li {
    margin: 0 1.1%;
}

@media (max-device-width: 1200px) {
    .pl li {
        margin: 0 4px;
    }
}

.pl li a {
    text-transform: uppercase;
    position: relative;
    font-weight: 600;
    font-size: 1vmax;
}

@media (max-device-width: 1300px) {
    .pl li a {
        font-size: 12px;
    }
}

.pl li a.btn {
    font-size: 1vmax;
    padding: 8px 20px;
}

@media (max-device-width: 1200px) {
    .pl li a.btn {
        padding: 6px 10px 4px;
        font-size: 12px;
    }
}

.pl li.drop {
    position: relative;
    clear: both;
}

.pl li.drop:after {
    right: 0px;
    margin-right: 10px;
    content: "";
    display: inline-block;
    vertical-align: middle;
    top: 4px;
    position: absolute;
    width: 7px;
    height: 7px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    -moz-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    -webkit-transition: transform .5s;
    transition: transform .5s;
}

.pl li.rotate:after {
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.fn li a {
    color: #999999;
    padding-bottom: 2px;
    display: inline-block;
}

.fn li a:hover {
    color: #29b1a3
}

.fn li a:hover svg path {
    fill: #f00;
}

.sth-sl {
    margin-top: 20px;
}

.--client-logos .clogo {
    height: 195px;
    background-repeat: no-repeat;
    background-position: center;
    border: 1px solid #cecece;
    -webkit-filter: grayscale(1);
    -moz-filter: grayscale(1);
    filter: grayscale(1);
}

.--client-logos .clogo:hover {
    -webkit-filter: grayscale(0);
    -moz-filter: grayscale(0);
    filter: grayscale(0);
}

.--client-logos [class^="col-md-"] {
    margin-bottom: 0px;
    padding-top: 15px;
    padding-bottom: 15px;
}

.box.\--about-box {
    min-height: 300px;
    position: relative;
    background-size: cover;
    background-position: left center;
    background-repeat: no-repeat;
    overflow: hidden;
}

@media (max-device-width: 767px) {
    .box.\--about-box {
        min-height: 240px;
    }
}

.box.\--about-box:hover .box__content {
    -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    -o-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateY(0%);
    background: #2b2e31;
}

.box.\--about-box .box__content {
    position: absolute;
    padding: 30px 32px 0px 30px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    height: 100%;
    overflow: hidden;
    -webkit-transition: 0.6s;
    -moz-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s;
    -webkit-transform: translateY(74%);
    -moz-transform: translateY(74%);
    -o-transform: translateY(74%);
    -ms-transform: translateY(74%);
    transform: translateY(74%);
}

@media (max-device-width: 1200px) {
    .box.\--about-box .box__content {
        padding: 30px 20px 0px;
        -webkit-transform: translateY(78%);
        -moz-transform: translateY(78%);
        -o-transform: translateY(78%);
        -ms-transform: translateY(78%);
        transform: translateY(78%);
    }
}

@media (max-device-width: 767px) {
    .box.\--about-box .box__content {
        -webkit-transform: translateY(74%);
        -moz-transform: translateY(74%);
        -o-transform: translateY(74%);
        -ms-transform: translateY(74%);
        transform: translateY(74%);
    }
}

.box.\--about-box .box__title {
    color: #ffffff;
    font-weight: 200;
    margin-bottom: 20px;
    text-transform: capitalize;
    line-height: 1;
    position: relative;
}
.box.\--about-box .box__title:before {content: "";position: absolute;left: -15px;top: -5px;background: rgba(43, 46, 49, 0.7);width: 100%;height: 141%;}

.box.\--about-box .box__title span {
    position: relative;
    color: #fff;
    font-weight: 300;
}

@media (max-device-width: 1200px) {
    .box.\--about-box .box__title {
        font-size: 22px;
    }
}

.box.\--about-box .box__subtitle {
    color: #e8e8e8;
    font-size: 18px;
    font-weight: 200;
}

@media (max-device-width: 1200px) {
    .box.\--about-box .box__subtitle {
        font-size: 16px;
    }
}

.box.\--about-box .box__linkbtn {
    color: #ffffff;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    margin-top: 20px;
}

.box.\--about-box .box__linkbtn:before {
    font-size: 20px;
}

.box.\--about-box .box__linkbtn:hover {
    color: #29b1a3;
}

.box.\--about-box2 {
    min-height: 300px;
    position: relative;
    background-size: cover;
    background-position: left center;
    background-repeat: no-repeat;
    overflow: hidden;
}

@media (max-device-width: 767px) {
    .box.\--about-box2 {
        min-height: 240px;
    }
}

.box.\--about-box2:hover .box__content {
    -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    -o-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateY(0%);
    background: #3c3d3dcc;
}

.box.\--about-box2 .box__content {
    position: absolute;
    padding: 30px 40px 0px 30px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    height: 100%;
    overflow: hidden;
    -webkit-transition: 0.6s;
    -moz-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s;
    -webkit-transform: translateY(65%);
    -moz-transform: translateY(65%);
    -o-transform: translateY(65%);
    -ms-transform: translateY(65%);
    transform: translateY(65%);
}

@media (max-device-width: 1200px) {
    .box.\--about-box2 .box__content {
        padding: 30px 20px 0px;
        -webkit-transform: translateY(78%);
        -moz-transform: translateY(78%);
        -o-transform: translateY(78%);
        -ms-transform: translateY(78%);
        transform: translateY(78%);
    }
}

@media (max-device-width: 767px) {
    .box.\--about-box2 .box__content {
        -webkit-transform: translateY(62%);
        -moz-transform: translateY(62%);
        -o-transform: translateY(62%);
        -ms-transform: translateY(62%);
        transform: translateY(62%);
    }
}

.box.\--about-box2 .box__title {
    color: #ffffff;
    font-weight: 200;
    margin-bottom: 20px;
    text-transform: capitalize;
    line-height: 1;
}

@media (max-device-width: 1200px) {
    .box.\--about-box2 .box__title {
        font-size: 22px;
    }
}

.box.\--about-box2 .box__subtitle {
    color: #e8e8e8;
    font-size: 18px;
    font-weight: 200;
}

@media (max-device-width: 1200px) {
    .box.\--about-box2 .box__subtitle {
        font-size: 16px;
    }
}

.box.\--about-box2 .box__linkbtn {
    color: #ffffff;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    margin-top: 20px;
}

.box.\--about-box2 .box__linkbtn:before {
    font-size: 20px;
}

.box.\--about-box2 .box__linkbtn:hover {
    color: #E74C3C;
}

.box.\--process-box {
    padding: 0 20px;
    position: relative;
}

@media (max-device-width: 767px) {
    .box.\--process-box {
        min-height: 280px;
    }
}

.box.\--process-box:not(.last-child):after {
    content: '';
    position: absolute;
    right: -50px;
    top: 70px;
    width: 64px;
    height: 1px;
    background: #e6e7e8;
}

@media (max-device-width: 991px) {
    .box.\--process-box:not(.last-child):after {
        display: none;
    }
}

.box.\--process-box .box__detail {
    font-size: 16px;
}

.box.\--process-box-two {
    padding: 0 10px;
    position: relative;
}

.box.\--process-box-two:not(.last-child):after {
    content: '';
    position: absolute;
    right: -35px;
    top: 55px;
    width: 60px;
    height: 1px;
    background: #e6e7e8;
}

@media (max-device-width: 991px) {
    .box.\--process-box-two:not(.last-child):after {
        display: none;
    }
}

.box.\--process-box-two .box__detail {
    font-size: 16px;
}

.box.\--testimonial-box {
    position: relative;
    margin: 35px 20px 20px;
    background-color: #ffffff;
}

@media (max-width: 1024px) {
    .box.\--testimonial-box {
        background: #eaeaea;
        margin-top: 0;
        padding: 20px 0px;
    }
}

@media (max-width: 767px) {
    .box.\--testimonial-box {
        background: #eaeaea;
        margin-top: 0;
        padding: 0px;
    }
}

.box.\--testimonial-box .box__content {
    background: #29b1a3;
}

.box.\--testimonial-box figure {
    border: 2px solid #e0e0e0;
    border-bottom: 0px;
    padding: 30px 0;
    width: 100%;
    background: #ffffff;
}

.box .test-wrap {
    padding: 30px 40px;
    position: relative;
}

@media (max-width: 767px) {
    .box .test-wrap {
        padding: 30px 30px;
    }
}

.box .test-wrap:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    margin: 0 auto;
    width: 0;
    height: 0;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-top: 20px solid #fff;
}

@media (max-width: 767px) {
    .box .test-wrap:before {
        top: -1px;
    }
}

.box.\--package-box {
    border-radius: 6px;
    -webkit-transition: 0.6s;
    -moz-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s;
    position: relative;
}

.box.\--package-box figure.recommended {
    position: absolute;
    top: 0;
    left: 0;
}

.box.\--package-box header {
    padding: 22px 0px 22px;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    -webkit-transition: 0.6s;
    -moz-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s;
    font-size: 66px;
    background: #192028;
}

.box.\--package-box header .head-title {
    font-size: 26px;
}

.box.\--package-box header sub {
    position: relative;
    left: 0px;
    bottom: 8px;
}

@media (max-width: 767px) {
    .box.\--package-box header sup {
        font-size: 20px;
        vertical-align: middle;
    }
}

.box.\--package-box .box__body {
    padding: 20px 10px 50px;
    border: 1px solid #dddddd;
    -webkit-transition: 0.6s;
    -moz-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s;
}

.box.\--package-box .box__body li {
    position: relative;
    text-align: left;
    text-transform: capitalize;
    font-size: 12px;
    color: #000;
    font-weight: 400;
    padding-right: 20px;
    padding-bottom: 5px;
    padding-left: 20px;
    -webkit-transition: 0.6s;
    -moz-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s;
}

.box.\--package-box .box__body li:last-child {
    border-bottom: none;
}

.box.\--package-box .box__body li:before {
    content: "";
    left: 0px;
    top: 3px;
    position: absolute;
    background: url(../images/check-icon.png);
    width: 11px;
    height: 11px;
    display: inline-block;
    background-size: cover;
}

.box.\--package-box .box__body li.header {
    padding-left: 0px;
    font-size: 14px;
    padding-top: 10px;
}

.box.\--package-box .box__body li.header.top {
    padding-top: 0px;
}

.box.\--package-box .box__body li.header:before {
    display: none;
}

.box.\--package-box .box__body-scrol {
    background: #e9e9e9;
    padding: 20px 0 50px;
    margin: 0 10px;
    -webkit-transition: 0.6s;
    -moz-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s;
}

.box.\--package-box .box__body-scrol li {
    font-size: 16px;
    color: #2b2e31;
    padding: 8px 0;
    font-size: 18px;
    -webkit-transition: 0.6s;
    -moz-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s;
}

.box.\--package-box .box__body-scrol li:last-child {
    border-bottom: none;
}

.box.\--package-box footer {
    margin-top: -30px;
}

.box.\--package-box footer .box__linkbtn {
    padding: 12px 40px;
    font-size: 12px;
    position: relative;
    z-index: 99;
}

.box.\--package-box footer .box__linkbtn:before {
    font-size: 16px;
    top: 9px;
}

.box.\--package-box:hover header {
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.6);
}

.box.\--package-box:hover .box__body {
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.3);
}

.box.\--package-box:hover footer .box__linkbtn {
    background: #ffffff;
    color: #29b1a3;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.15);
}

.box.\--component-box {
    margin-bottom: 50px;
    display: table;
    width: 100%;
    min-height: 110px;
}

.box.\--component-box figure {
    width: 70px;
    border-right: 1px solid #e4e5e5;
    display: table-cell;
    vertical-align: middle;
}

.box.\--component-box .box__content {
    display: table-cell;
    vertical-align: top;
    padding-left: 16px;
}

.box.\--agency-box {
    margin-bottom: 30px;
    display: table;
    width: 100%;
    min-height: 90px;
}

.box.\--agency-box .box__title {
    display: table-cell;
    vertical-align: middle;
    width: 22%;
    padding-left: 15px;
    position: relative;
}

.box.\--agency-box .box__title:before {
    content: '';
    border-left: 1px solid #626262;
    position: absolute;
    left: 0;
    height: 50px;
}

@media (max-device-width: 1199px) {
    .box.\--agency-box .box__title h3 {
        font-size: 22px;
    }
}

@media (max-device-width: 991px) {
    .box.\--agency-box .box__title {
        width: 28%;
    }
}

.box.\--agency-box .box__content {
    display: table-cell;
    vertical-align: middle;
    padding-left: 16px;
    padding-right: 16px;
}

@media (max-device-width: 1199px) {
    .box.\--agency-box .box__content br {
        display: none;
    }
}

@media (max-device-width: 991px) {
    .box.\--agency-box .box__content p {
        font-size: 16px;
    }
}

.box.\--agency-box.\--last-box {
    margin-bottom: 0;
}

.box.\--upgrade-box {
    background: #ffffff;
    border-radius: 6px;
    padding: 14px 18px;
    display: table;
    width: 100%;
    margin-bottom: 30px;
}

.box.\--upgrade-box figure {
    display: table-cell;
    vertical-align: middle;
    width: 18%;
}

.box.\--upgrade-box .box__content {
    display: table-cell;
    vertical-align: middle;
}

.box.\--pricing-box {
    padding: 0 20px;
}

.box.\--pricing-box header {
    border-bottom: 1px solid #b8b8b8;
    padding-bottom: 10px;
    margin-bottom: 24px;
}

.box.\--pricing-box header .box__title {
    font-size: 2.5vmax;
}

@media (min-device-width: 1400px) {
    .box.\--pricing-box header .box__title {
        font-size: 34px;
    }
}

.box.\--pricing-box .box__body li {
    padding: 12px 20px;
}

.box.\--pricing-box .box__body li:before,
.box.\--pricing-box .box__body li:after {
    content: " ";
    display: table;
}

.box.\--pricing-box .box__body li:after {
    clear: both;
}

.box.\--pricing-box .box__body li:nth-child(even) {
    background: #f0f0f0;
}

.box.\--pricing-box .box__body li a {
    font-size: 16px;
}

.box.\--pricing-box .box__body li a:hover {
    color: #1ABC9C;
}

.box.\--pricing-box .box__body li .price {
    font-weight: 700;
    font-size: 18px;
    float: right;
}

.box.\--border-box-effect {
    position: relative;
    padding: 5px;
    display: block;
}

.box.\--border-box-effect img {
    width: 360px;
    height: 300px;
}

.box.\--border-box-effect:before {
    border-bottom: 3px solid #FFF;
    border-left: 3px solid #FFF;
    -webkit-transform-origin: 0 100%;
}

.box.\--border-box-effect:after {
    border-top: 3px solid #FFF;
    border-right: 3px solid #FFF;
    -webkit-transform-origin: 100% 0%;
}

.box.\--border-box-effect:before,
.box.\--border-box-effect:after {
    width: calc(100% - 22px);
    height: calc(100% - 22px);
    z-index: 3;
    content: '';
    position: absolute;
    top: 10px;
    left: 10px;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -o-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    z-index: 1;
}

.box.\--border-box-effect:hover:before,
.box.\--border-box-effect:hover:after {
    -webkit-transform: scale(1);
}

.box.\--border-box-effect>* {
    position: relative;
    display: block;
}

.box.\--border-box-effect>*.new-anim:after {
    content: "\e92d";
    font-family: 'ingicdesign';
    color: #1ABC9C;
    font-size: 50px;
}

.box.\--border-box-effect>*:before {
    background: rgba(0, 0, 0, 0.2);
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
    display: none;
    -webkit-transition: 0.6s;
    -moz-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s;
}

.box.\--border-box-effect>*:after {
    content: "+";
    font-size: 74px;
    color: #ffffff;
    text-align: center;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 40px;
    height: 40px;
    line-height: 36px;
    z-index: 2;
    font-weight: 200;
    display: none;
    -webkit-transition: 0.6s;
    -moz-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s;
}

.box.\--border-box-effect>*:hover:before,
.box.\--border-box-effect>*:hover:after {
    display: block;
}

.box.\--categories-box {
    border: 10px solid #f2f2f2;
    margin: 20px 0px;
    . overflow: hidden;
    -webkit-transition: 0.6s;
    -moz-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s;
}

@media (max-device-width: 767px) {
    .box.\--categories-box {
        margin: 20px 20px;
    }
}

.box.\--categories-box .content {
    padding: 30px 0px 20px;
    border: 1px solid #d9d9d9;
}

.box.\--categories-box .content h5 {
    padding-top: 10px;
}

.box.\--categories-box .content .box-button {
    padding: 12px 35px 12px 50px;
    background: #29b1a3;
    color: #fff;
    position: relative;
    font-size: 18px;
    font-weight: 600;
    border: 1px solid #29b1a3;
    font-family: 'Montserrat';
    text-transform: uppercase;
    border-radius: 4px;
    display: inline-block;
}

@media (max-width: 1024px) {
    .box.\--categories-box .content .box-button {
        padding: 12px 20px 12px 50px;
    }
}

@media (max-width: 767px) {
    .box.\--categories-box .content .box-button {
        font-size: 14px;
    }
}

.box.\--categories-box .content .box-button:before {
    position: absolute;
    display: block;
    content: '\e92b';
    font-family: 'ingicdesign';
    font-size: 24px;
    left: 20px;
    color: #fff;
    top: 7px;
}

@media (max-width: 767px) {
    .box.\--categories-box .content .box-button:before {
        left: 10px;
    }
}

.box.\--categories-box:hover {
    box-shadow: 1px 1px 30px -3px #9E9E9E;
}

.box.\--categories-box:hover h5 {
    color: #1ABC9C;
}

.box.\--categories-box:hover .content .box-button {
    background: #1ABC9C;
    color: #fff;
    border: 1px solid transparent;
}

.fancybox-enabled {
    overflow: hidden;
}

.fancybox-enabled body {
    overflow: visible;
    height: 100%;
}

.fancybox-is-hidden {
    position: absolute;
    top: -9999px;
    left: -9999px;
    visibility: hidden;
}

.fancybox-container {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99993;
    -webkit-tap-highlight-color: transparent;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}

.fancybox-container~.fancybox-container {
    z-index: 99992;
}

.fancybox-bg,
.fancybox-inner,
.fancybox-outer,
.fancybox-stage {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.fancybox-outer {
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
}

.fancybox-bg {
    background: #1e1e1e;
    opacity: 0;
    transition-duration: inherit;
    transition-property: opacity;
    transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
}

.fancybox-is-open .fancybox-bg {
    opacity: .87;
    transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}

.fancybox-caption-wrap,
.fancybox-infobar,
.fancybox-toolbar {
    position: absolute;
    direction: ltr;
    z-index: 99997;
    opacity: 0;
    visibility: hidden;
    transition: opacity .25s, visibility 0s linear .25s;
    box-sizing: border-box;
}

.fancybox-show-caption .fancybox-caption-wrap,
.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar {
    opacity: 1;
    visibility: visible;
    transition: opacity .25s, visibility 0s;
}

.fancybox-infobar {
    top: 0;
    left: 50%;
    margin-left: -79px;
}

.fancybox-infobar__body {
    display: inline-block;
    width: 70px;
    line-height: 44px;
    font-size: 13px;
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
    text-align: center;
    color: #ddd;
    background-color: rgba(30, 30, 30, 0.7);
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: transparent;
    -webkit-font-smoothing: subpixel-antialiased;
}

.fancybox-toolbar {
    top: 0;
    right: 0;
}

.fancybox-stage {
    overflow: hidden;
    direction: ltr;
    z-index: 99994;
    -webkit-transform: translateZ(0);
}

.fancybox-slide {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    overflow: auto;
    outline: none;
    white-space: normal;
    box-sizing: border-box;
    text-align: center;
    z-index: 99994;
    -webkit-overflow-scrolling: touch;
    display: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.fancybox-slide:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    height: 100%;
    width: 0;
}

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--current,
.fancybox-slide--next,
.fancybox-slide--previous {
    display: block;
}

.fancybox-slide--image {
    overflow: visible;
}

.fancybox-slide--image:before {
    display: none;
}

.fancybox-slide--video .fancybox-content,
.fancybox-slide--video iframe {
    background: #000;
}

.fancybox-slide--map .fancybox-content,
.fancybox-slide--map iframe {
    background: #e5e3df;
}

.fancybox-slide--next {
    z-index: 99995;
}

.fancybox-slide>* {
    display: inline-block;
    position: relative;
    padding: 24px;
    margin: 44px 0;
    border-width: 0;
    vertical-align: middle;
    text-align: left;
    background-color: #fff;
    overflow: auto;
    box-sizing: border-box;
}

.fancybox-slide .fancybox-image-wrap {
    position: absolute;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
    border: 0;
    z-index: 99995;
    background: transparent;
    cursor: default;
    overflow: visible;
    -webkit-transform-origin: top left;
    transform-origin: top left;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.fancybox-can-zoomOut .fancybox-image-wrap {
    cursor: zoom-out;
}

.fancybox-can-zoomIn .fancybox-image-wrap {
    cursor: zoom-in;
}

.fancybox-can-drag .fancybox-image-wrap {
    cursor: -webkit-grab;
    cursor: grab;
}

.fancybox-is-dragging .fancybox-image-wrap {
    cursor: -webkit-grabbing;
    cursor: grabbing;
}

.fancybox-image,
.fancybox-spaceball {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    border: 0;
    max-width: none;
    max-height: none;
}

.fancybox-spaceball {
    z-index: 1;
}

.fancybox-slide--iframe .fancybox-content {
    padding: 0;
    width: 80%;
    height: 80%;
    max-width: calc(100% - 100px);
    max-height: calc(100% - 88px);
    overflow: visible;
    background: #fff;
}

.fancybox-iframe {
    display: block;
    padding: 0;
    border: 0;
    height: 100%;
}

.fancybox-error,
.fancybox-iframe {
    margin: 0;
    width: 100%;
    background: #fff;
}

.fancybox-error {
    padding: 40px;
    max-width: 380px;
    cursor: default;
}

.fancybox-error p {
    margin: 0;
    padding: 0;
    color: #444;
    font: 16px/20px Helvetica Neue, Helvetica, Arial, sans-serif;
}

.fancybox-close-small {
    position: absolute;
    top: 0;
    right: 0;
    width: 44px;
    height: 44px;
    padding: 0;
    margin: 0;
    border: 0;
    border-radius: 0;
    outline: none;
    background: transparent;
    z-index: 10;
    cursor: pointer;
}

.fancybox-close-small:after {
    content: "×";
    position: absolute;
    top: 5px;
    right: 5px;
    width: 30px;
    height: 30px;
    font: 20px/30px Arial, Helvetica Neue, Helvetica, sans-serif;
    color: #888;
    font-weight: 300;
    text-align: center;
    border-radius: 50%;
    border-width: 0;
    background: #fff;
    transition: background .25s;
    box-sizing: border-box;
    z-index: 2;
}

.fancybox-close-small:focus:after {
    outline: 1px dotted #888;
}

.fancybox-close-small:hover:after {
    color: #555;
    background: #eee;
}

.fancybox-slide--iframe .fancybox-close-small {
    top: 0;
    right: -44px;
}

.fancybox-slide--iframe .fancybox-close-small:after {
    background: transparent;
    font-size: 35px;
    color: #aaa;
}

.fancybox-slide--iframe .fancybox-close-small:hover:after {
    color: #fff;
}

.fancybox-caption-wrap {
    bottom: 0;
    left: 0;
    right: 0;
    padding: 60px 30px 0;
    background: linear-gradient(180deg, transparent 0, rgba(0, 0, 0, 0.1) 20%, rgba(0, 0, 0, 0.2) 40%, rgba(0, 0, 0, 0.6) 80%, rgba(0, 0, 0, 0.8));
    pointer-events: none;
}

.fancybox-caption {
    padding: 30px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.4);
    font-size: 14px;
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
    color: #fff;
    line-height: 20px;
    -webkit-text-size-adjust: none;
}

.fancybox-caption a,
.fancybox-caption button,
.fancybox-caption select {
    pointer-events: all;
}

.fancybox-caption a {
    color: #fff;
    text-decoration: underline;
}

.fancybox-button {
    display: inline-block;
    position: relative;
    margin: 0;
    padding: 0;
    border: 0;
    width: 44px;
    height: 44px;
    line-height: 44px;
    text-align: center;
    background: transparent;
    color: #ddd;
    border-radius: 0;
    cursor: pointer;
    vertical-align: top;
    outline: none;
}

.fancybox-button[disabled] {
    cursor: default;
    pointer-events: none;
}

.fancybox-button,
.fancybox-infobar__body {
    background: rgba(30, 30, 30, 0.6);
}

.fancybox-button:hover:not([disabled]) {
    color: #fff;
    background: rgba(0, 0, 0, 0.8);
}

.fancybox-button:after,
.fancybox-button:before {
    content: "";
    pointer-events: none;
    position: absolute;
    background-color: currentColor;
    color: currentColor;
    opacity: .9;
    box-sizing: border-box;
    display: inline-block;
}

.fancybox-button[disabled]:after,
.fancybox-button[disabled]:before {
    opacity: .3;
}

.fancybox-button--left:after,
.fancybox-button--right:after {
    top: 18px;
    width: 6px;
    height: 6px;
    background: transparent;
    border-top: 2px solid currentColor;
    border-right: 2px solid currentColor;
}

.fancybox-button--left:after {
    left: 20px;
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
}

.fancybox-button--right:after {
    right: 20px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.fancybox-button--left {
    border-bottom-left-radius: 5px;
}

.fancybox-button--right {
    border-bottom-right-radius: 5px;
}

.fancybox-button--close:after,
.fancybox-button--close:before {
    content: "";
    display: inline-block;
    position: absolute;
    height: 2px;
    width: 16px;
    top: calc(50% - 1px);
    left: calc(50% - 8px);
}

.fancybox-button--close:before {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.fancybox-button--close:after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.fancybox-arrow {
    position: absolute;
    top: 50%;
    margin: -50px 0 0;
    height: 100px;
    width: 54px;
    padding: 0;
    border: 0;
    outline: none;
    background: none;
    cursor: pointer;
    z-index: 99995;
    opacity: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    transition: opacity .25s;
}

.fancybox-arrow:after {
    content: "";
    position: absolute;
    top: 28px;
    width: 44px;
    height: 44px;
    background-color: rgba(30, 30, 30, 0.8);
    background-image: url(data:image/svg+xml;base64,PHN2ZyBmaWxsPSIjRkZGRkZGIiBoZWlnaHQ9IjQ4IiB2aWV3Qm94PSIwIDAgMjQgMjQiIHdpZHRoPSI0OCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4gICAgPHBhdGggZD0iTTAgMGgyNHYyNEgweiIgZmlsbD0ibm9uZSIvPiAgICA8cGF0aCBkPSJNMTIgNGwtMS40MSAxLjQxTDE2LjE3IDExSDR2MmgxMi4xN2wtNS41OCA1LjU5TDEyIDIwbDgtOHoiLz48L3N2Zz4=);
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: 24px 24px;
}

.fancybox-arrow--right {
    right: 0;
}

.fancybox-arrow--left {
    left: 0;
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
}

.fancybox-arrow--left:after,
.fancybox-arrow--right:after {
    left: 0;
}

.fancybox-show-nav .fancybox-arrow {
    opacity: .6;
}

.fancybox-show-nav .fancybox-arrow[disabled] {
    opacity: .3;
}

.fancybox-loading {
    border: 6px solid rgba(99, 99, 99, 0.4);
    border-top: 6px solid rgba(255, 255, 255, 0.6);
    border-radius: 100%;
    height: 50px;
    width: 50px;
    -webkit-animation: a .8s infinite linear;
    animation: a .8s infinite linear;
    background: transparent;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -25px;
    margin-left: -25px;
    z-index: 99999;
}

@-webkit-keyframes a {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

@keyframes a {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

.fancybox-animated {
    transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
}

.fancybox-fx-slide.fancybox-slide--previous {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    opacity: 0;
}

.fancybox-fx-slide.fancybox-slide--next {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    opacity: 0;
}

.fancybox-fx-slide.fancybox-slide--current {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1;
}

.fancybox-fx-fade.fancybox-slide--next,
.fancybox-fx-fade.fancybox-slide--previous {
    opacity: 0;
    transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.fancybox-fx-fade.fancybox-slide--current {
    opacity: 1;
}

.fancybox-fx-zoom-in-out.fancybox-slide--previous {
    -webkit-transform: scale3d(1.5, 1.5, 1.5);
    transform: scale3d(1.5, 1.5, 1.5);
    opacity: 0;
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
    -webkit-transform: scale3d(0.5, 0.5, 0.5);
    transform: scale3d(0.5, 0.5, 0.5);
    opacity: 0;
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    opacity: 1;
}

.fancybox-fx-rotate.fancybox-slide--previous {
    -webkit-transform: rotate(-1turn);
    transform: rotate(-1turn);
    opacity: 0;
}

.fancybox-fx-rotate.fancybox-slide--next {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
    opacity: 0;
}

.fancybox-fx-rotate.fancybox-slide--current {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    opacity: 1;
}

.fancybox-fx-circular.fancybox-slide--previous {
    -webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
    transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
    opacity: 0;
}

.fancybox-fx-circular.fancybox-slide--next {
    -webkit-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
    transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
    opacity: 0;
}

.fancybox-fx-circular.fancybox-slide--current {
    -webkit-transform: scaleX(1) translateZ(0);
    transform: scaleX(1) translateZ(0);
    opacity: 1;
}

.fancybox-fx-tube.fancybox-slide--previous {
    -webkit-transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
    transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
}

.fancybox-fx-tube.fancybox-slide--next {
    -webkit-transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
    transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
}

.fancybox-fx-tube.fancybox-slide--current {
    -webkit-transform: translateZ(0) scale(1);
    transform: translateZ(0) scale(1);
}

@media (max-width: 800px) {
    .fancybox-infobar {
        left: 0;
        margin-left: 0;
    }

    .fancybox-button--left,
    .fancybox-button--right {
        display: none !important;
    }

    .fancybox-caption {
        padding: 20px 0;
        margin: 0;
    }
}

.fancybox-button--fullscreen:before {
    width: 15px;
    height: 11px;
    left: calc(50% - 7px);
    top: calc(50% - 6px);
    border: 2px solid;
    background: none;
}

.fancybox-button--pause:before,
.fancybox-button--play:before {
    top: calc(50% - 6px);
    left: calc(50% - 4px);
    background: transparent;
}

.fancybox-button--play:before {
    width: 0;
    height: 0;
    border-top: 6px inset transparent;
    border-bottom: 6px inset transparent;
    border-left: 10px solid;
    border-radius: 1px;
}

.fancybox-button--pause:before {
    width: 7px;
    height: 11px;
    border-style: solid;
    border-width: 0 2px;
}

.fancybox-button--thumbs,
.fancybox-thumbs {
    display: none;
}

@media (min-width: 800px) {
    .fancybox-button--thumbs {
        display: inline-block;
    }

    .fancybox-button--thumbs span {
        font-size: 23px;
    }

    .fancybox-button--thumbs:before {
        width: 3px;
        height: 3px;
        top: calc(50% - 2px);
        left: calc(50% - 2px);
        box-shadow: 0 -4px 0, -4px -4px 0, 4px -4px 0, inset 0 0 0 32px, -4px 0 0, 4px 0 0, 0 4px 0, -4px 4px 0, 4px 4px 0;
    }

    .fancybox-thumbs {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: auto;
        width: 220px;
        margin: 0;
        padding: 5px 5px 0 0;
        background: #fff;
        word-break: normal;
        -webkit-tap-highlight-color: transparent;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        box-sizing: border-box;
        z-index: 99995;
    }

    .fancybox-show-thumbs .fancybox-thumbs {
        display: block;
    }

    .fancybox-show-thumbs .fancybox-inner {
        right: 220px;
    }

    .fancybox-thumbs>ul {
        list-style: none;
        position: absolute;
        position: relative;
        width: 100%;
        height: 100%;
        margin: 0;
        padding: 0;
        overflow-x: hidden;
        overflow-y: auto;
        font-size: 0;
    }

    .fancybox-thumbs>ul>li {
        float: left;
        overflow: hidden;
        max-width: 50%;
        padding: 0;
        margin: 0;
        width: 105px;
        height: 75px;
        position: relative;
        cursor: pointer;
        outline: none;
        border: 5px solid transparent;
        border-top-width: 0;
        border-right-width: 0;
        -webkit-tap-highlight-color: transparent;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        box-sizing: border-box;
    }

    li.fancybox-thumbs-loading {
        background: rgba(0, 0, 0, 0.1);
    }

    .fancybox-thumbs>ul>li>img {
        position: absolute;
        top: 0;
        left: 0;
        min-width: 100%;
        min-height: 100%;
        max-width: none;
        max-height: none;
        -webkit-touch-callout: none;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }

    .fancybox-thumbs>ul>li:before {
        content: "";
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        border-radius: 2px;
        border: 4px solid #4ea7f9;
        z-index: 99991;
        opacity: 0;
        transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    }

    .fancybox-thumbs>ul>li.fancybox-thumbs-active:before {
        opacity: 1;
    }
}

.hero-banner {
    width: 100%;
    height: 450px;
    display: table;
    background-size: cover;
    margin-top: 66px;
    background-position: top center;
}

@media (min-device-width: 1400px) {
    .hero-banner {
        margin-top: 82px;
    }
}

@media (max-width: 1200px) {
    .hero-banner {
        margin-top: 60px;
    }
}

@media (max-device-width: 767px) {
    .hero-banner {
        height: 300px;
        padding: 40px 0;
        margin-top: 0px;
    }
}

.hero-banner .christ .head1 {
    font-size: 40px;
    position: relative;
}

.hero-banner .christ .head1 span {
    font-size: 92px;
    color: #ffb820;
    font-weight: 900;
}

.hero-banner .christ .head1 span sup {
    font-size: 40px;
    position: absolute;
    top: 10px;
}

.hero-banner .christ .head2 {
    font-size: 40px;
}

.hero-banner .newyear .head1 {
    font-size: 34px;
    text-transform: uppercase;
}

.hero-banner .newyear .head1 span {
    color: #ffb820;
    font-weight: 900;
}

.hero-banner .linkbtn {
    padding: 10px 40px;
    font-size: 22px;
    font-weight: 500;
    font-family: "Montserrat", sans-serif;
    font-size: 1.6vmax;
}

@media (max-device-width: 535px) {
    .hero-banner .linkbtn {
        font-size: 2.6vmax;
    }
}

@media (min-device-width: 1400px) {
    .hero-banner .linkbtn {
        font-size: 22px;
    }
}

.hero-banner .linkbtn span {
    font-size: 30px;
    font-size: 2.2vmax;
}

@media (max-device-width: 535px) {
    .hero-banner .linkbtn span {
        font-size: 2.6vmax;
    }
}

@media (min-device-width: 1400px) {
    .hero-banner .linkbtn span {
        font-size: 30px;
    }
}

.pf {
    padding: 24px 0 30px;
    background: #0e1822;
}

.pf .unstyled{font-size: 100%;}

.pf__footer-logo {
    padding-bottom: 10px;
    display: block;
}

.pf__title {
    padding: 0 0 16px;
    border-bottom: 2px solid #2e3339;
    color: #ffffff;
    font-size: 16px;
    margin-top: 6px;
    margin-bottom: 16px;
    display: block;
    width: 200px;
}

.pf__footer-detail {
    color: #999999;
    font-weight: 600;
    margin-bottom: 14px;
    position: relative;
    padding-left: 24px;
    margin-right: 12%;
}

.pf__footer-detail .xicon {
    position: absolute;
    left: 0;
    top: 2px;
}

.copyright {
    padding: 12px 0;
    background: #010811;
    font-size: 12px;
}

.copyright>*,
.copyright a,
.copyright p {
    color: #9b9b9b;
    font-size: 12px;
}

@media (max-device-width: 767px) {
    .social-links {
        padding-top: 25px;
    }
}

.social-links li {
    margin-right: 15px;
    font-size: 14px;
    margin-bottom: 8px;
}

.social-links li a {
    color: #ffffff;
}

.social-links li:last-child {
    margin-right: 0;
}

.mobile-cta {
    position: fixed;
    bottom: 16%;
    z-index: 14;
    right: 3%;
    -webkit-transition: 0.6s;
    -moz-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s;
}

.mobile-cta .xicon {
    font-size: 30px;
    color: #ffffff;
    text-align: center;
    width: 54px;
    height: 54px;
    display: block;
    border-radius: 50%;
    border: 4px solid #ffffff;
    background: #29b1a3;
    padding-top: 4px;
}

.item.border {
    border-right: 1px solid #2e3339;
}

.main-img {
    position: relative;
    background: url(../images/footer-map.jpg);
    height: 230px;
    width: 420px;
    background-size: cover;
    background-repeat: no-repeat;
}

.main-img figure {
    position: absolute;
}

.main-img figure.img-1 {
    top: 28%;
    left: 46%;
    width: 20px;
    height: 30px;
}

.main-img figure.img-1 .onhover {
    position: relative;
    width: 115px;
    left: -100px;
    top: -20px;
    display: none;
}

.main-img figure.img-1:hover .onhover {
    display: block;
}

.main-img figure.img-2 {
    left: 14%;
    top: 37%;
    width: 20px;
    height: 30px;
}

.main-img figure.img-2 .onhover {
    position: relative;
    width: 185px;
    left: 6px;
    top: 22px;
    display: none;
}

.main-img figure.img-2:hover .onhover {
    display: block;
}

.main-img figure.img-3 {
    left: 60%;
    top: 43%;
    width: 20px;
    height: 30px;
}

.main-img figure.img-3 .onhover {
    position: relative;
    width: 65px;
    left: 7px;
    top: -28px;
    display: none;
}

.main-img figure.img-3:hover .onhover {
    display: block;
}

.main-img figure.img-4 {
    top: 59%;
    right: 20%;
    width: 20px;
    height: 30px;
}

.main-img figure.img-4 .onhover {
    position: relative;
    width: 100px;
    top: 18px;
    display: none;
    right: 78px;
}

.main-img figure.img-4:hover .onhover {
    display: block;
}

.forlogo .item,
.forweb .item,
.foranim .item,
.forprint .item,
.forbranding .item,
.forcorporate .item,
.forwebdesignservice .item,
.forposter .item,
.forcard .item,
.fortshirt .item,
.forlabel .item,
.formagazine .item {
    display: none;
}

.request-sidebtn {
    position: fixed;
    left: -80px;
    top: 28%;
    z-index: 20;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

.request-sidebtn.fixed {
    left: -6px;
}

.request-sidebtn:hover {
    left: 0px;
}

.port-sect2 [class^="item"]:nth-child(n+13),
.port-sect3 [class^="item"]:nth-child(n+13),
.port-sect4 [class^="item"]:nth-child(n+13) {
    display: none;
}

.--client-logos [class^="col-md-"]:nth-child(n+21) {
    display: none;
}

.--client-test [class^="col-md-"]:nth-child(n+13) {
    display: none;
}

.regional-sec {
    background: url(../images/region-uk-bg.jpg);
    background-color: #223a7b !important;
    background-repeat: no-repeat !important;
    background-position: top center !important;
    background-size: cover !important;
    width: 100%;
    padding: 110px 0 90px;
}

.regional-sec.uk {
    background: url(../images/region-uk-bg.jpg);
}

.regional-sec.sg {
    background: url(../images/region-sg-bg.jpg);
}

.regional-sec.dubai {
    background: url(../images/region-dubai-bg.jpg);
}

.regional-sec .regional-wrap {
    max-width: 1578px;
    border-radius: 5px;
    padding: 30px 25px;
    border: 1px solid rgba(86, 207, 255, 0.3);
    border-top: none;
    position: relative;
    z-index: 2;
    margin: 0 auto;
    min-width: 268px;
}

.regional-sec .regional-wrap strong {
    color: #ffffff;
    font-size: 36px;
    font-weight: 700;
    font-family: "Montserrat", sans-serif;
    display: block;
    position: relative;
    text-align: center;
    margin-top: -58px;
    text-transform: uppercase;
}

.regional-sec .regional-wrap strong span {
    display: inline-block;
}

.regional-sec .regional-wrap strong span:before {
    right: -25px;
    border-radius: 0 5px 0 0;
}

.regional-sec .regional-wrap strong span:after {
    left: -25px;
    border-radius: 5px 0 0;
}

.regional-sec .regional-wrap strong span:before,
.regional-sec .regional-wrap strong span:after {
    content: "";
    height: 26px;
    width: 35%;
    position: absolute;
    top: 50%;
    border: rgba(86, 207, 255, 0.3) solid;
    border-width: 1px 0 0;
}

.regional-sec .regional-wrap .cover_boxes {
    margin-top: 10px;
    position: relative;
    overflow: hidden;
}

.regional-sec .regional-wrap .cover_boxes ul {
    list-style: none;
    margin: 0px -20px 0px 0px;
    padding: 0px;
    width: 200%;
}

.regional-sec .regional-wrap .cover_boxes ul li {
    float: left;
    margin-right: 20px;
    overflow: hidden;
    position: relative;
    width: 265px;
    -webkit-transition: all 0.8s ease 0s;
    -moz-transition: all 0.8s ease 0s;
    -o-transition: all 0.8s ease 0s;
    transition: all 0.8s ease 0s;
}

.regional-sec .regional-wrap .cover_boxes ul li.act {
    width: 530px !important;
}

.regional-sec .regional-wrap .cover_boxes ul li.act .box .thumb img {
    opacity: 1;
}

.regional-sec .regional-wrap .cover_boxes ul li.act .box .thumb .hoverText {
    display: none;
}

.regional-sec .regional-wrap .cover_boxes ul li .box {
    width: 530px;
}

.regional-sec .regional-wrap .cover_boxes ul li .box .thumb {
    display: inline-block;
    float: left;
    margin-right: 20px;
    position: relative;
    z-index: 10;
    width: 244px;
    cursor: default;
}

.regional-sec .regional-wrap .cover_boxes ul li .box .thumb img {
    display: block;
    position: relative;
    max-width: 100%;
    opacity: .5;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

.regional-sec .regional-wrap .cover_boxes ul li .box .thumb .hoverText {
    width: 100%;
    position: absolute;
    bottom: 15px;
    color: #fff;
    text-align: center;
    font-size: 20px;
    text-transform: uppercase;
    font-family: 'Nunito', sans-serif;
    font-weight: 600;
}

.regional-sec .regional-wrap .cover_boxes ul li .box .box_content {
    bottom: 0px;
    left: 285px;
    position: absolute;
    padding: 10px 0px;
    width: 245px;
    z-index: 9;
    top: 0;
}

.regional-sec .regional-wrap .cover_boxes ul li .box .box_content h5 {
    line-height: 1;
    color: #ffffff;
    font-size: 22px;
    font-weight: 600;
    font-family: 'Nunito', sans-serif;
    text-transform: uppercase;
    padding-bottom: 10px;
    margin-bottom: 15px;
    position: relative;
}

.regional-sec .regional-wrap .cover_boxes ul li .box .box_content h5:after {
    content: "";
    position: absolute;
    background: #6374a1;
    width: 100%;
    height: 1px;
    bottom: 0px;
    left: 0px;
}

.regional-sec .regional-wrap .cover_boxes ul li .box .box_content p {
    color: #ffffff;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.2;
    font-family: 'Nunito', sans-serif;
}

.regional-sec .regional-wrap .cover_boxes ul li .box .box_content .phone-details {
    margin-top: 10px;
}

.regional-sec .regional-wrap .cover_boxes ul li .box .box_content .phone-details i {
    color: #fff;
    font-size: 17px;
    margin-right: 5px;
}

.regional-sec .regional-wrap .cover_boxes ul li .box .box_content .phone-details span {
    color: #fff;
    font-size: 17px;
    font-family: 'Nunito', sans-serif;
    font-weight: 600;
}

@media (max-device-width: 1399px) {
    .thankyou-contact-section {
        width: 100%;
        margin: 50px auto 0;
    }
}

@media (min-device-width: 1400px) {
    .thankyou-contact-section {
        width: 1270px;
        margin: 50px auto 0;
    }
}

@media (max-width: 767px) {
    .job-desc-section {
        padding: 30px 15px;
    }
}

.thanks-give:after {
    position: absolute;
    content: '';
    background: url(../images/thank-heading.png);
    width: 40px;
    height: 27px;
    background-repeat: no-repeat;
    top: -16px;
    right: 30px;
}

#my-iframe {
    height: 440px;
}

@media (max-width: 767px) {
    #my-iframe {
        height: 620px;
    }
}

@media (max-width: 320px) {
    #my-iframe {
        height: 615px;
    }
}

.bg-dgrey {
    background: #18191a;
}

.bg-spblue {
    background: #f5f8fa;
}

.testimonials-section .box {
    border-bottom: 3px solid #1ABC9C;
    margin-top: 35px;
    position: relative;
    background: #ffffff;
}

.testimonials-section .box .heading {
    min-height: 60px;
    vertical-align: middle;
    padding: 20px 10px 20px 20px;
    position: relative;
}

.testimonials-section .box .heading:after {
    position: absolute;
    content: '';
    background: url(../images/commas.png);
    width: 40px;
    height: 27px;
    background-repeat: no-repeat;
    top: -16px;
    right: 30px;
}

.testimonials-section .box .text {
    padding: 30px 20px;
}

.testimonials-section .box .bottom {
    background: #edf0f3;
    padding: 25px 30px;
}

p.definition {
    font-size: 11px;
    padding-left: 20px;
}

@media (max-width: 767px) {
    p.definition {
        margin-top: 40px;
        padding-left: 0px;
    }
}

.sitemap-sec__title {
    font-weight: 200;
    line-height: 1.2;
    letter-spacing: 1px;
    font-size: 40px;
}

.job-desc-section .main-title {
    font-size: 26px;
    font-weight: 500;
}

.job-desc-section .main-subtitle {
    font-size: 24px;
    font-weight: 600;
}

.job-desc-section .btn-career {
    color: #1ABC9C;
    background: #f2f3f5;
    padding: 10px 20px 10px 35px;
    font-size: 16px;
    font-weight: 700;
    position: relative;
}

.job-desc-section .btn-career i {
    -webkit-transition: 0.6s;
    -moz-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s;
    position: absolute;
    left: 15px;
    top: 12px;
    font-size: 18px;
}

.job-desc-section .btn-career:hover i {
    left: 10px;
}

.apply-frm-section {
    background: #efeff0;
}

.apply-frm-section .main-subtitle {
    font-size: 24px;
    font-weight: 600;
}

.comprehensive-section .left-wrap figure {
    display: inline-block;
    float: left;
}

.comprehensive-section .left-wrap .txt-wrap {
    margin-left: 85px;
}

.comprehensive-section .right-wrap figure {
    display: inline-block;
    float: right;
}

.comprehensive-section .right-wrap .txt-wrap {
    margin-right: 85px;
}

.about-section {
    position: relative;
}

.about-section__title {
    font-weight: 200;
    line-height: 1.2;
    letter-spacing: 1px;
    padding-right: 10%;
}

@media (max-device-width: 767px) {
    .about-section__title {
        margin-bottom: 20px;
    }
}

@media (min-device-width: 1400px) {
    .about-section__title {
        font-size: 48px;
    }
}

.about-section .slick-prev:before,
.about-section .slick-next:before {
    font-family: "slick";
    font-size: 30px;
    line-height: 1;
    color: #9E9E9E;
    opacity: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.about-section .border-left {
    position: relative;
}

.about-section .border-left:before {
    background: #e4e5e5;
    content: "";
    left: -50px;
    top: 0px;
    position: absolute;
    height: 100%;
    width: 1px;
}

.process-section .slick-dots {
    bottom: -50px;
}

@media (max-device-width: 767px) {
    .process-section .slick-dots {
        bottom: -34px;
    }
}

.clients-section {
    position: relative;
}

.clients-section__title {
    font-weight: 200;
    line-height: 1;
    letter-spacing: 1px;
    padding-right: 8%;
}

@media (max-width: 767px) {
    .clients-section__title {
        margin-bottom: 20px;
    }
}

.clients-section .border-left {
    position: relative;
}

.clients-section .border-left:before {
    background: #e4e5e5;
    content: "";
    left: -90px;
    top: 0px;
    position: absolute;
    height: 100%;
    width: 1px;
}

.current-vacancies {
    background: #f5f5f5;
}

.current-vacancies .vacancies-inner {
    background: #ffffff;
    border-top: 5px solid #1ABC9C;
    border-left: 1px solid #d7d7d7;
    border-right: 1px solid #d7d7d7;
    border-bottom: 5px solid rgba(215, 215, 215, 0.4);
    padding: 40px;
}

@media (max-device-width: 767px) {
    .current-vacancies .vacancies-inner {
        padding: 15px;
    }
}

.current-vacancies .vacancies-inner .main-wrap {
    border-top: 1px solid #d7d7d7;
}

.current-vacancies .vacancies-inner .main-wrap .for-padd {
    font-size: 14px;
}

.current-vacancies .vacancies-inner .main-wrap .for-padd:before {
    font-size: 20px;
}

@media (max-device-width: 767px) {
    .current-vacancies .vacancies-inner .main-wrap h6 {
        margin-bottom: 10px;
        font-size: 18px;
    }

    .current-vacancies .vacancies-inner .main-wrap .for-padd {
        font-size: 16px;
    }

    .current-vacancies .vacancies-inner .main-wrap .for-padd:before {
        font-size: 20px;
    }
}

@media (max-device-width: 767px) {
    .current-vacancies a {
        font-size: 16px;
    }
}

.our-team {
    height: 428px;
}

.our-team .red-banner {
    background: rgba(217, 2, 4, 0.8);
    padding: 70px 48px 45px;
}

@media (max-device-width: 767px) {
    .our-team .red-banner {
        padding: 15px;
    }
}

@media (max-device-width: 1024px) {
    .our-team .red-banner {
        padding: 20px;
    }
}

@media (min-device-width: 1400px) {
    .our-team .red-banner h2 {
        font-size: 50px;
    }
}

.our-team .wrap {
    padding: 0 0px 0 50px;
}

@media (max-device-width: 767px) {
    .our-team .wrap {
        padding: 0px;
    }

    .our-team .wrap h5 {
        font-size: 16px;
    }

    .our-team .wrap h5.ptpx-70 {
        padding-top: 30px !important;
    }

    .our-team .wrap h6 {
        font-size: 16px;
    }
}

@media (max-device-width: 1024px) {
    .our-team .wrap {
        padding: 0px;
    }

    .our-team .wrap h5.ptpx-70 {
        padding-top: 30px !important;
    }
}

@media (max-device-width: 767px) {
    .animate .ourwork-section {
        padding-bottom: 20px;
        padding-top: 20px;
    }
}

.homepg .ourwork-section {
    padding-top: 40px;
}

@media (max-device-width: 767px) {
    .homepg .ourwork-section {
        padding-bottom: 20px;
        padding-top: 20px;
    }
}

.mobile-portfolio {
    padding-bottom: 20px;
}

.portfolio-section {
    margin-top: 50px;
}

@media (max-device-width: 767px) {
    .portfolio-section .btn {
        font-size: 14px;
    }
}

body:not(.homepg) .portfolio-section .portfolio-btn {
    margin-top: 40px;
}

@media (max-device-width: 767px) {
    body:not(.homepg) .portfolio-section .portfolio-btn {
        margin-top: 0;
    }
}

@media (max-device-width: 767px) {
    .portfolio-section {
        margin-top: 20px;
    }
}

.testimonial-section {
    background: #eaeaea;
}

@media (max-device-width: 767px) {
    .testimonial-section {
        padding-top: 20px;
        padding-bottom: 40px;
    }
}

@media (max-device-width: 767px) {
    .process-section {
        padding-bottom: 40px;
    }
}

.upgrade-section {
    background: #eaeaea;
}

.cta-section {
    background: #182333;
}

.cta-section figure {
    position: absolute;
    bottom: 0;
}

.cta-section .figore-2 {
    position: absolute;
    bottom: -44px;
}

.cta-section .callnow {
    margin-right: 20px;
    padding-right: 20px;
    border-right: 1px solid #464f5c;
}

@media (max-device-width: 767px) {
    .cta-section .callnow {
        width: 100%;
        padding-right: 0;
        margin-right: 0;
        border: none;
    }
}

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

.tabbing-links:before,
.tabbing-links:after {
    content: " ";
    display: table;
}

.tabbing-links:after {
    clear: both;
}

@media (max-width: 767px) {
    .tabbing-links {
        margin-bottom: 40px;
    }
}

.tabbing-links li {
    border-bottom: 2px solid #ffffff;
    font-size: 20px;
    padding-bottom: 4px;
    cursor: pointer;
    margin: 0 20px;
    position: relative;
}

@media (max-device-width: 535px) {
    .tabbing-links li {
        font-size: 12px;
        margin: 0 6px;
    }
}

.tabbing-links li:after {
    content: '';
    position: absolute;
    right: -20px;
    top: 0;
    bottom: 0;
    margin: auto;
    background: #eaeaea;
    width: 2px;
    height: 30px;
}

@media (max-device-width: 767px) {
    .tabbing-links li:after {
        display: none;
    }
}

.tabbing-links li:last-child:after {
    display: none;
}

.tabbing-links li:hover,
.tabbing-links li.current {
    color: #29b1a3;
    border-bottom: 2px solid #29b1a3;
}

.contact-info {
    margin-top: 16px;
}

.contact-form {
    position: relative;
}

.contact-form:before {
    position: absolute;
    content: '';
    height: 80%;
    width: 1px;
    background: #cccccc;
    right: -50px;
    top: 0;
    bottom: 0;
    margin: auto;
}

.floating-container {
    position: fixed;
    right: -80px;
    top: 12%;
    width: 60px;
    height: 100%;
    -webkit-transition: 0.6s;
    -moz-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s;
}

@media (max-device-width: 991px) {
    .floating-container {
        display: none !important;
    }
}

.floating-container .floating-anchor {
    background: #0c1623;
    padding: 14px 30px 14px 80px;
    color: #ffffff;
    font-size: 18px;
    font-weight: 500;
    font-family: "Montserrat", sans-serif;
    display: block;
    position: absolute;
    top: 0;
    right: -360px;
    width: 420px;
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
    margin-bottom: 10px;
    -webkit-transition: 0.6s;
    -moz-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s;
}

.floating-container .floating-anchor:hover {
    right: 0;
}

.floating-container .floating-anchor .xicon {
    background: #E74C3C;
    font-size: 30px;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 60px;
    text-align: center;
    padding-top: 12px;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    border-right: 2px solid #1ABC9C;
}

.floating-container.fixed {
    right: 0px;
}

.policy .title {
    margin-bottom: 10px;
}

.policy .desc {
    margin-bottom: 20px;
    font-size: 16px;
}

.policy .policy-list {
    list-style: inside;
    margin-bottom: 20px;
}

.package-inner-wrap .item {
    margin: 15px;
}

.thankyou-contact-section .xicon {
    font-size: 66px;
    color: #E74C3C;
}

.sticky-cta {
    position: fixed;
    left: -160px;
    top: 23%;
    padding: 28px 14px 10px;
    z-index: 9;
    -webkit-transition: 0.6s;
    -moz-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s;
}

.terms .sticky-cta,
.policy .sticky-cta,
.contactpg .sticky-cta,
.thankyoupg .sticky-cta,
.custompg .sticky-cta {
    display: none !important;
}

.sticky-cta.fixed {
    left: 0;
}

.sticky-cta .title {
    font-size: 26px;
}

.sticky-cta:before {
    width: 0;
    height: 0;
    border-bottom: 30px solid #0034a6;
    border-right: 80px solid transparent;
    position: absolute;
    top: -30px;
    right: 0;
    content: '';
}

.popup-form {
    border: 1px solid #E74C3C;
    background: #0c1623;
    padding: 20px 30px;
    width: 420px;
    position: fixed;
    top: 20%;
    left: 0;
    right: 0;
    margin: auto;
    display: none;
    z-index: 12;
}

.popup-form .close-btn {
    color: #ffffff;
    background: #1ABC9C;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    display: block;
    position: absolute;
    text-align: center;
    right: -12px;
    top: -12px;
    line-height: 1.2;
    font-size: 18px;
}

.contact-sociallinks li {
    padding: 0 14px;
    border-right: 1px solid #999999;
    line-height: 1;
}

.contact-sociallinks li:first-child {
    padding-left: 0;
}

.contact-sociallinks li:last-child {
    border-right: 0;
}

.cookie-bar {
    position: fixed;
    bottom: 0px;
    width: 100%;
    display: none;
    z-index: 15;
}

.cookie-bar .cookie-btn {
    color: #ffffff;
    background: #1ABC9C;
    padding: 2px 15px;
    border-radius: 4px;
}

.agency-section {
    background-repeat: no-repeat;
}

.agency-section h2:after {
    content: '';
    display: block;
    width: 37%;
    height: 1px;
    background-color: #ffffff;
    opacity: 0.7;
    margin-top: 30px;
}

.agency-section h2 span {
    font-size: 28px;
}

.agency-section:before {
    content: '';
    background-color: #1ABC9C;
    display: block;
    position: absolute;
    width: 45%;
    height: 100%;
    left: 0;
    top: 0;
    opacity: 0.9;
}

@media (max-device-width: 767px) {
    .agency-section:before {
        display: none;
    }
}

@media (max-device-width: 1199px) {
    .agency-section p {
        font-size: 16px;
    }
}

@media (max-width: 767px) {
    .cta-banner .callnow {
        display: block;
        padding: 0 0 20px 0px;
        margin: 0;
        border: none;
    }

    .cta-banner .btn {
        display: block;
        width: 100%;
    }
}

@media (max-device-width: 535px) {
    .fs-large {
        font-size: 2.4vmax;
    }
}

.errorsection {
    border: 25px solid #1ABC9C;
    background: #fff;
    padding: 0;
    height: 100vh;
}

.errorsection .container {
    width: 60%;
    margin: 0 auto;
}

.errorsection .container figure {
    padding-top: 20px;
}

.errorsection p {
    color: #2b2e31;
    font-size: 18px;
    font-weight: 300;
    margin-bottom: 25px;
}

.errorsection a {
    color: #2b2e31;
    font-size: 15px;
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 14px;
    display: block;
}

.errorsection a img {
    float: left;
    margin-right: 10px;
}

.animate-margin {
    margin-bottom: 60px;
}

@media (max-device-width: 767px) {
    .animate-margin {
        margin-bottom: 5px;
    }
}

.objects .img-banner {
    position: relative;
    bottom: -12px;
    z-index: 10;
    left: 20%;
}

.objects .img-banner2 {
    position: absolute;
    z-index: 0;
    top: 29px;
}

@media (max-device-width: 1399px) {
    .wrap-pack {
        width: 100%;
        margin: 0 auto;
    }
}

@media (min-device-width: 1400px) {
    .wrap-pack {
        width: 1360px;
        margin: 0px auto;
    }
}

.new-cta .content {
    position: relative;
}

.new-cta .content:before {
    position: absolute;
    background: url(../images/logo-design/cta-before.png);
    content: '';
    display: block;
    width: 180px;
    height: 142px;
    left: -28%;
    top: -20px;
}

@media (max-width: 767px) {
    .new-cta .content:before {
        display: none;
    }
}

.new-cta .content .main {
    border-bottom: 1px solid #303943;
}

.new-cta .cup {
    position: relative;
}

.new-cta .cup:after {
    position: absolute;
    background: url(../images/logo-design/cta-after.png);
    content: '';
    display: block;
    width: 150px;
    height: 80px;
    right: -25%;
    top: 20px;
}

@media (max-width: 767px) {
    .new-cta .cup:after {
        display: none;
    }
}

.web-new-cta .content {
    position: relative;
}

.web-new-cta .content:before {
    position: absolute;
    background: url(../images/web-design/web-cta-after.png);
    content: '';
    display: block;
    width: 180px;
    height: 142px;
    left: -28%;
}

@media (max-width: 767px) {
    .web-new-cta .content:before {
        display: none;
    }
}

.web-new-cta .content .main {
    border-bottom: 1px solid #303943;
}

.web-new-cta .cup {
    position: relative;
}

.web-new-cta .cup:after {
    position: absolute;
    background: url(../images/web-design/web-cta-before.png);
    content: '';
    display: block;
    width: 120px;
    height: 115px;
    right: -25%;
    bottom: -20px;
}

@media (max-width: 767px) {
    .web-new-cta .cup:after {
        display: none;
    }
}

@media (max-width: 767px) {
    .web-new-cta .cup .botons a {
        width: 80%;
    }
}

.other-new-cta .content {
    position: relative;
}

.other-new-cta .content:before {
    position: absolute;
    background: url(../images/other-service/cta-after.png);
    content: '';
    display: block;
    width: 175px;
    height: 160px;
    left: -25%;
}

@media (max-width: 767px) {
    .other-new-cta .content:before {
        display: none;
    }
}

.other-new-cta .content .main {
    border-bottom: 1px solid #303943;
}

.other-new-cta .cup {
    position: relative;
}

.other-new-cta .cup:after {
    position: absolute;
    background: url(../images/other-service/cta-before.png);
    content: '';
    display: block;
    width: 86px;
    height: 140px;
    right: -18%;
    bottom: -20px;
}

@media (max-width: 767px) {
    .other-new-cta .cup:after {
        display: none;
    }
}

@media (max-width: 767px) {
    .other-new-cta .cup .botons a {
        width: 80%;
    }
}

.animate-new-cta .content {
    position: relative;
    padding-left: 30%;
}

@media (max-width: 767px) {
    .animate-new-cta .content {
        padding-left: 10%;
    }
}

.animate-new-cta .content:before {
    position: absolute;
    background: url(../images/animation/cta-before.png);
    content: '';
    display: block;
    width: 201px;
    height: 150px;
    left: -10%;
}

@media (max-width: 767px) {
    .animate-new-cta .content:before {
        display: none;
    }
}

.animate-new-cta .content .main {
    border-bottom: 1px solid #303943;
}

.animate-new-cta .cup {
    position: relative;
}

.animate-new-cta .cup:after {
    position: absolute;
    background: url(../images/animation/cta-after.png);
    content: '';
    display: block;
    width: 127px;
    height: 128px;
    right: -15%;
    bottom: -20px;
}

@media (max-width: 767px) {
    .animate-new-cta .cup:after {
        display: none;
    }
}

@media (max-width: 767px) {
    .animate-new-cta .cup .botons a {
        width: 80%;
    }
}

.print-new-cta .content {
    position: relative;
    padding-left: 30%;
}

@media (max-width: 767px) {
    .print-new-cta .content {
        padding-left: 10%;
    }
}

.print-new-cta .content:before {
    position: absolute;
    background: url(../images/print-design/cta-before.png);
    content: '';
    display: block;
    width: 178px;
    height: 155px;
    left: -6%;
}

@media (max-width: 767px) {
    .print-new-cta .content:before {
        display: none;
    }
}

.print-new-cta .content .main {
    border-bottom: 1px solid #303943;
}

.print-new-cta .cup {
    position: relative;
}

.print-new-cta .cup:after {
    position: absolute;
    background: url(../images/print-design/cta-after.png);
    content: '';
    display: block;
    width: 120px;
    height: 128px;
    right: -10%;
    bottom: -30px;
}

@media (max-width: 767px) {
    .print-new-cta .cup:after {
        display: none;
    }
}

@media (max-width: 767px) {
    .print-new-cta .cup .botons a {
        width: 80%;
    }
}

.bg-dgrey {
    background-color: #0d0c16;
}

.package-new .select-pack {
    position: relative;
}

.package-new .select-pack:before {
    position: absolute;
    display: block;
    content: '';
    background: url(../images/logo-design/limited.png);
    width: 150px;
    height: 150px;
    left: 0;
    top: 0;
}

@media (max-width: 767px) {
    .package-new .select-pack:before {
        display: none;
    }
}

.package-new ul li {
    position: relative;
    color: #7c8086;
    border-top: 1px solid #19212c;
    padding: 7px 0px 7px 20px;
}

.package-new ul li:before {
    position: absolute;
    display: block;
    content: '';
    background: url(../images/logo-design/tick-red.png);
    width: 12px;
    height: 12px;
    left: 0;
    top: 10px;
}

.package-new ul li:last-child {
    border-bottom: 1px solid #19212c;
}

.package-new figure img {
    position: relative;
    top: -40px;
}

.package-new .final {
    margin-left: 15%;
}

.package-new .final h3 {
    font-size: 40px;
}

.package-new .final h1 {
    font-size: 74px;
}

.package-new .final a {
    font-size: 16px;
}

.package-new .final a:before {
    font-size: 22px;
}

.package-new .botons a {
    width: 20%;
}

@media (max-width: 767px) {
    .package-new .botons a {
        width: 80%;
        margin: 0 auto;
    }
}

.botons a {
    text-align: center;
    font-size: 14px;
}

.botons a:before {
    font-size: 20px;
}

@media (max-width: 767px) {
    .botons a.w-46 {
        width: 80% !important;
    }
}

.logo-choose {
    background: url(../images/bg-3.jpg);
    background-repeat-x: repeat;
}

.logo-choose .sub-title {
    width: 60%;
    margin: 0 auto;
}

@media (max-width: 767px) {
    .logo-choose .sub-title {
        width: 90%;
    }
}

@media (max-width: 767px) {
    .logo-choose {
        background: none;
        background-color: #fff;
    }
}

.logo-choose .fs-24 {
    font-size: 23px;
}

@media (max-width: 767px) {
    .logo-choose .fs-24 {
        font-size: 20px;
    }
}

.logo-choose .tabs-2 h2 {
    margin-top: 85px;
    padding-bottom: 60px;
}

@media (max-width: 767px) {
    .logo-choose .tabs-2 h2 {
        margin-top: 0px;
        padding-bottom: 40px;
    }
}

.logo-choose .tabs-5 h2 {
    margin-top: 85px;
    padding-bottom: 60px;
}

@media (max-width: 767px) {
    .logo-choose .tabs-5 h2 {
        margin-top: 0px;
        padding-bottom: 40px;
    }
}

.logo-choose .tabs-8 h2 {
    margin-top: 85px;
    padding-bottom: 60px;
}

@media (max-width: 767px) {
    .logo-choose .tabs-8 h2 {
        margin-top: 0px;
        padding-bottom: 40px;
    }
}

@media (min-width: 1400px) {
    .logo-choose {
        background-position: 0px 50px;
    }
}

.tabs {
    display: none;
}

@media (max-width: 1199px) {
    .tabs h2 {
        font-size: 34px;
    }

    .tabs h3 {
        font-size: 22px;
    }
}

@media (max-width: 951px) {
    .tabs h2 {
        font-size: 34px;
    }

    .tabs h3 {
        font-size: 22px;
    }
}

.tabs.current {
    display: block;
}

.logo-process .wrapper {
    padding-bottom: 60px;
}

@media (max-width: 767px) {
    .logo-process .wrapper {
        padding-bottom: 30px;
        padding-top: 20px;
    }
}

.logo-process .content {
    position: relative;
}

.logo-process .content p {
    padding-left: 37%;
    position: relative;
}

@media (max-width: 991px) {
    .logo-process .content p {
        padding-left: 0px;
    }
}

.logo-process .content p:after {
    position: absolute;
    display: block;
    content: '';
    background: url(../images/logo-design/p-after.png);
    width: 575px;
    height: 70px;
    left: 60px;
    top: 62px;
}

@media (max-width: 991px) {
    .logo-process .content p:after {
        display: none;
    }
}

.logo-process .content .main {
    position: relative;
    padding-bottom: 25px;
}

.logo-process .content .main:before {
    content: '01';
    display: block;
    position: absolute;
    font-family: 'Nunito';
    font-size: 150px;
    color: #f3f3f4;
    line-height: 1;
    letter-spacing: -10px;
    left: -10px;
    bottom: -20px;
}

@media (max-width: 991px) {
    .logo-process .content .main:before {
        display: none;
    }
}

.logo-process .content figure {
    position: relative;
    z-index: 2;
    top: 32%;
}

.logo-process .content figure:after {
    position: absolute;
    display: block;
    content: '';
    background: url(../images/logo-design/process-img1-after.png);
    width: 268px;
    height: 216px;
    top: -80px;
    right: -40px;
    z-index: -2;
}

@media (max-width: 991px) {
    .logo-process .content figure:after {
        display: none;
    }
}

.logo-process .content3 {
    position: relative;
}

.logo-process .content3 p {
    padding-left: 37%;
    position: relative;
}

@media (max-width: 991px) {
    .logo-process .content3 p {
        padding-left: 0px;
    }
}

.logo-process .content3 p:after {
    position: absolute;
    display: block;
    content: '';
    background: url(../images/logo-design/p-after3.png);
    width: 575px;
    height: 70px;
    left: 60px;
    top: 62px;
}

@media (max-width: 991px) {
    .logo-process .content3 p:after {
        display: none;
    }
}

.logo-process .content3 .main {
    position: relative;
    padding-bottom: 25px;
}

.logo-process .content3 .main:before {
    content: '03';
    display: block;
    position: absolute;
    font-family: 'Nunito';
    font-size: 150px;
    color: #f3f3f4;
    line-height: 1;
    letter-spacing: -10px;
    left: -10px;
    bottom: -20px;
}

@media (max-width: 991px) {
    .logo-process .content3 .main:before {
        display: none;
    }
}

.logo-process .content3 figure {
    position: relative;
    z-index: 2;
    top: 32%;
}

.logo-process .content3 figure:after {
    position: absolute;
    display: block;
    content: '';
    background: url(../images/logo-design/process-img3-after.png);
    width: 255px;
    height: 210px;
    top: -100px;
    right: -40px;
    z-index: -2;
}

@media (max-width: 991px) {
    .logo-process .content3 figure:after {
        display: none;
    }
}

.logo-process .content2 {
    position: relative;
}

.logo-process .content2 p {
    padding-right: 40%;
    position: relative;
}

@media (max-width: 991px) {
    .logo-process .content2 p {
        padding-right: 0px;
    }
}

.logo-process .content2 p:after {
    position: absolute;
    display: block;
    content: '';
    background: url(../images/logo-design/p-after2.png);
    width: 565px;
    height: 70px;
    top: 62px;
    right: 70px;
}

@media (max-width: 991px) {
    .logo-process .content2 p:after {
        display: none;
    }
}

.logo-process .content2 .main {
    position: relative;
    padding-bottom: 25px;
}

.logo-process .content2 .main:before {
    content: '02';
    display: block;
    position: absolute;
    font-family: 'Nunito';
    font-size: 150px;
    color: #eeeeee;
    line-height: 1;
    letter-spacing: -10px;
    right: 0px;
    bottom: -20px;
}

@media (max-width: 991px) {
    .logo-process .content2 .main:before {
        display: none;
    }
}

.logo-process .content2 figure {
    position: relative;
    z-index: 2;
    left: 50px;
    top: 32%;
}

.logo-process .content2 figure:after {
    position: absolute;
    display: block;
    content: '';
    background: url(../images/logo-design/process-img2-after.png);
    width: 172px;
    height: 275px;
    top: -120px;
    z-index: -2;
    left: -90px;
}

@media (max-width: 991px) {
    .logo-process .content2 figure:after {
        display: none;
    }
}

.logo-process .content4 {
    position: relative;
}

.logo-process .content4 p {
    padding-right: 40%;
    position: relative;
}

@media (max-width: 991px) {
    .logo-process .content4 p {
        padding-right: 0px;
    }
}

.logo-process .content4 p:after {
    position: absolute;
    display: block;
    content: '';
    background: url(../images/logo-design/p-after4.png);
    width: 565px;
    height: 70px;
    top: 62px;
    right: 70px;
}

@media (max-width: 991px) {
    .logo-process .content4 p:after {
        display: none;
    }
}

.logo-process .content4 .main {
    position: relative;
    padding-bottom: 25px;
}

.logo-process .content4 .main:before {
    content: '04';
    display: block;
    position: absolute;
    font-family: 'Nunito';
    font-size: 150px;
    color: #eeeeee;
    line-height: 1;
    letter-spacing: -10px;
    right: 0px;
    bottom: -20px;
}

@media (max-width: 991px) {
    .logo-process .content4 .main:before {
        display: none;
    }
}

.logo-process .content4 figure {
    position: relative;
    z-index: 2;
    left: 50px;
    top: 32%;
}

.logo-process .content4 figure:after {
    position: absolute;
    display: block;
    content: '';
    background: url(../images/logo-design/process-img4-after.png);
    width: 204px;
    height: 182px;
    top: -90px;
    z-index: -2;
    left: -100px;
}

@media (max-width: 991px) {
    .logo-process .content4 figure:after {
        display: none;
    }
}

.logo-process .content5 {
    position: relative;
}

.logo-process .content5 p {
    padding-left: 37%;
    position: relative;
}

@media (max-width: 991px) {
    .logo-process .content5 p {
        padding-left: 0px;
    }
}

.logo-process .content5 p:after {
    position: absolute;
    display: block;
    content: '';
    background: url(../images/logo-design/p-after5.png);
    width: 565px;
    height: 70px;
    left: 60px;
    top: 62px;
}

@media (max-width: 991px) {
    .logo-process .content5 p:after {
        display: none;
    }
}

.logo-process .content5 .main {
    position: relative;
    padding-bottom: 25px;
}

.logo-process .content5 .main:before {
    content: '05';
    display: block;
    position: absolute;
    font-family: 'Nunito';
    font-size: 150px;
    color: #f3f3f4;
    line-height: 1;
    letter-spacing: -10px;
    left: -10px;
    bottom: -20px;
}

@media (max-width: 991px) {
    .logo-process .content5 .main:before {
        display: none;
    }
}

.logo-process .content5 figure {
    position: relative;
    z-index: 2;
    top: 32%;
}

.logo-process .content5 figure:after {
    position: absolute;
    display: block;
    content: '';
    background: url(../images/logo-design/process-img3-after.png);
    width: 255px;
    height: 210px;
    top: -100px;
    right: -40px;
    z-index: -2;
}

@media (max-width: 991px) {
    .logo-process .content5 figure:after {
        display: none;
    }
}

@media (max-width: 767px) {
    .animation-process .wrapper {
        padding-bottom: 30px;
        padding-top: 20px;
    }
}

.animation-process .margin-neg {
    margin-top: -120px;
}

@media (max-width: 767px) {
    .animation-process .margin-neg {
        margin-top: 0px;
    }
}

.animation-process .margin-neg .content {
    position: relative;
}

.animation-process .margin-neg .content p {
    padding-left: 37%;
    position: relative;
}

@media (max-width: 991px) {
    .animation-process .margin-neg .content p {
        padding-left: 0px;
    }
}

.animation-process .margin-neg .content p:after {
    position: absolute;
    display: block;
    content: '';
    background: url(../images/logo-design/p-after.png);
    width: 575px;
    height: 70px;
    left: 60px;
    top: 38px;
}

@media (max-width: 991px) {
    .animation-process .margin-neg .content p:after {
        display: none;
    }
}

.animation-process .margin-neg .content .main {
    position: relative;
    padding-bottom: 25px;
}

.animation-process .margin-neg .content .main:before {
    content: '01';
    display: block;
    position: absolute;
    font-family: 'Nunito';
    font-size: 150px;
    color: #f3f3f4;
    line-height: 1;
    letter-spacing: -10px;
    left: -10px;
    bottom: -20px;
}

@media (max-width: 991px) {
    .animation-process .margin-neg .content .main:before {
        display: none;
    }
}

.animation-process .margin-neg .content figure {
    position: relative;
    z-index: 2;
    top: 32%;
}

.animation-process .content3 {
    position: relative;
}

.animation-process .content3 p {
    padding-left: 37%;
    position: relative;
}

@media (max-width: 991px) {
    .animation-process .content3 p {
        padding-left: 0px;
    }
}

.animation-process .content3 p:after {
    position: absolute;
    display: block;
    content: '';
    background: url(../images/logo-design/p-after3.png);
    width: 575px;
    height: 70px;
    left: 60px;
    top: 38px;
}

@media (max-width: 991px) {
    .animation-process .content3 p:after {
        display: none;
    }
}

.animation-process .content3 .main {
    position: relative;
    padding-bottom: 25px;
}

.animation-process .content3 .main:before {
    content: '03';
    display: block;
    position: absolute;
    font-family: 'Nunito';
    font-size: 150px;
    color: #f3f3f4;
    line-height: 1;
    letter-spacing: -10px;
    left: -10px;
    bottom: -20px;
}

@media (max-width: 991px) {
    .animation-process .content3 .main:before {
        display: none;
    }
}

.animation-process .content3 figure {
    position: relative;
    z-index: 2;
    top: 32%;
}

.animation-process .content2 {
    position: relative;
}

.animation-process .content2 p {
    padding-right: 40%;
    position: relative;
}

@media (max-width: 991px) {
    .animation-process .content2 p {
        padding-right: 0px;
    }
}

.animation-process .content2 p:after {
    position: absolute;
    display: block;
    content: '';
    background: url(../images/logo-design/p-after2.png);
    width: 565px;
    height: 70px;
    top: 38px;
    right: 70px;
}

@media (max-width: 991px) {
    .animation-process .content2 p:after {
        display: none;
    }
}

.animation-process .content2 .main {
    position: relative;
    padding-bottom: 25px;
}

.animation-process .content2 .main:before {
    content: '02';
    display: block;
    position: absolute;
    font-family: 'Nunito';
    font-size: 150px;
    color: #eeeeee;
    line-height: 1;
    letter-spacing: -10px;
    right: 0px;
    bottom: -20px;
}

@media (max-width: 991px) {
    .animation-process .content2 .main:before {
        display: none;
    }
}

.animation-process .content2 figure {
    position: relative;
    z-index: 2;
    left: 0;
    top: 30%;
}

.animation-process .content4 {
    position: relative;
}

.animation-process .content4 p {
    padding-right: 40%;
    position: relative;
}

@media (max-width: 991px) {
    .animation-process .content4 p {
        padding-right: 0px;
    }
}

.animation-process .content4 p:after {
    position: absolute;
    display: block;
    content: '';
    background: url(../images/logo-design/p-after4.png);
    width: 565px;
    height: 70px;
    top: 61px;
    right: 70px;
}

@media (max-width: 991px) {
    .animation-process .content4 p:after {
        display: none;
    }
}

.animation-process .content4 .main {
    position: relative;
    padding-bottom: 25px;
}

.animation-process .content4 .main:before {
    content: '04';
    display: block;
    position: absolute;
    font-family: 'Nunito';
    font-size: 150px;
    color: #eeeeee;
    line-height: 1;
    letter-spacing: -10px;
    right: 0px;
    bottom: -20px;
}

@media (max-width: 991px) {
    .animation-process .content4 .main:before {
        display: none;
    }
}

.animation-process .content4 figure {
    position: relative;
    z-index: 2;
    left: 0px;
    top: 20%;
}

.animation-process .content5 {
    position: relative;
}

.animation-process .content5 p {
    padding-left: 37%;
    position: relative;
}

@media (max-width: 991px) {
    .animation-process .content5 p {
        padding-left: 0px;
    }
}

.animation-process .content5 p:after {
    position: absolute;
    display: block;
    content: '';
    background: url(../images/logo-design/p-after5.png);
    width: 565px;
    height: 70px;
    left: 60px;
    top: 38px;
}

@media (max-width: 991px) {
    .animation-process .content5 p:after {
        display: none;
    }
}

.animation-process .content5 .main {
    position: relative;
    padding-bottom: 25px;
}

.animation-process .content5 .main:before {
    content: '05';
    display: block;
    position: absolute;
    font-family: 'Nunito';
    font-size: 150px;
    color: #f3f3f4;
    line-height: 1;
    letter-spacing: -10px;
    left: -10px;
    bottom: -20px;
}

@media (max-width: 991px) {
    .animation-process .content5 .main:before {
        display: none;
    }
}

.animation-process .content5 figure {
    position: relative;
    z-index: 2;
    top: 32%;
}

.animation-process .last-section {
    padding: 70px;
}

@media (max-width: 535px) {
    .animation-process .last-section {
        padding: 0px;
    }

    .animation-process .last-section .mtpx-80 {
        margin-top: 10px !important;
    }
}

.bg-light {
    background-color: #f4f4f4;
}

.homgpg-two-box {
    border-bottom: 1px solid #ffffff;
}

.homgpg-two-box .res-pad {
    padding-left: 10%;
    padding-right: 9%;
    border-right: 1px solid #fff;
}

@media (min-width: 1400px) {
    .homgpg-two-box .res-pad {
        padding-left: 380px !important;
    }
}

.homgpg-two-box .res-pad1 {
    padding-left: 9%;
    padding-right: 10%;
}

@media (min-width: 1400px) {
    .homgpg-two-box .res-pad1 {
        padding-right: 380px !important;
    }
}

.homgpg-two-box .fs-24 {
    font-size: 24px;
}

.other-categories {
    padding: 30px 0px;
}

.other-categories1 p {
    padding-left: 8%;
}

@media (max-width: 767px) {
    .other-categories1 p {
        padding-top: 10px;
        padding-left: 0%;
    }
}

.case-study-main {
    padding: 40px 0px;
    margin-bottom: 30px;
}

.case-study-main .bg-hr {
    min-height: 100%;
}

.case-study-main .bg-hr .content {
    padding: 25px 20px;
}

.case-study-main .bg-hr .content2 {
    padding: 40px 21px 40px 25px;
}

.mock-banner {
    background-size: cover;
    background-position: top;
    height: 520px;
    width: 100%;
}

@media (min-width: 1400px) {
    .mock-banner {
        height: 720px;
        background-position: center;
    }
}

@media (max-width: 991px) {
    .mock-banner {
        background-position: right;
    }
}

@media (max-width: 767px) {
    .mock-banner {
        background-image: none !important;
        background-color: #dedede;
        height: 510px;
    }
}

.mock-banner .sect {
    height: 400px;
    display: table;
}

@media (min-width: 1400px) {
    .mock-banner .sect {
        height: 500px;
    }
}

.mock-banner .sect2 {
    height: 370px;
    display: table;
}

@media (min-width: 1400px) {
    .mock-banner .sect2 {
        height: 600px;
    }
}

@media (max-width: 767px) {
    .mock-banner .sect2 {
        padding-left: 0%;
    }
}

@media (max-width: 767px) {
    .mock-banner .sect2 .fc-white {
        color: #2b2e31;
    }
}

.mock-banner2 {
    background-size: cover;
    background-position: top;
    height: 520px;
    width: 100%;
}

@media (min-width: 1400px) {
    .mock-banner2 {
        height: 720px;
        background-position: center;
    }
}

@media (max-width: 991px) {
    .mock-banner2 {
        background-position: left;
    }
}

@media (max-width: 767px) {
    .mock-banner2 {
        background-image: none !important;
        background-color: #dedede;
        height: 400px;
    }
}

.mock-banner2 .sect {
    height: 400px;
    display: table;
}

@media (min-width: 1400px) {
    .mock-banner2 .sect {
        height: 500px;
    }
}

@media (max-width: 767px) {
    .mock-banner2 .sect .fc-white {
        color: #2b2e31;
    }
}

.mock-banner2 .sect2 {
    height: 370px;
    display: table;
}

@media (min-width: 1400px) {
    .mock-banner2 .sect2 {
        height: 600px;
    }
}

@media (max-width: 767px) {
    .mock-banner2 .sect2 {
        padding-left: 0%;
    }
}

@media (max-width: 767px) {
    .mock-banner2 .sect2 .fc-white {
        color: #2b2e31;
    }
}

.category-cta {
    background-size: cover;
    width: 100%;
    background-position: top center;
}

@media (max-width: 991px) {
    .category-cta {
        background-position: left;
    }
}

@media (max-width: 767px) {
    .category-cta {
        height: 400px;
    }
}

.category-cta .main {
    height: 220px;
    display: table;
    padding-left: 5%;
}

@media (min-width: 1400px) {
    .category-cta .main {
        padding-left: 0%;
        height: 400px;
    }
}

@media (max-width: 767px) {
    .category-cta .main {
        padding-top: 50px !important;
    }
}

.category-cta .main h2 {
    font-size: 44px;
}

@media (max-width: 767px) {
    .category-cta .main h2 {
        font-size: 30px;
    }
}

.category-cta .main p {
    width: 90%;
    padding-top: 10px;
}

.category-cta .call-now {
    border-right: 1px solid #d2d4d6;
    padding-right: 30px;
}

.category-cta .btn-new-primary {
    background-color: #1d2732;
    background: #1d2732;
    border: none;
    margin-left: 30px;
    width: 40%;
    text-align: center;
}

@media (max-width: 767px) {
    .category-cta .btn-new-primary {
        width: 60%;
        margin-left: 0px;
    }
}

@media (max-width: 535px) {
    .category-cta .btn-new-primary {
        width: 70%;
        margin-left: 0px;
    }
}

.nopadd-right {
    padding-right: 0px;
}

.nopadd-left {
    padding-left: 0px;
}

@media (max-width: 767px) {
    .examples .nopadd-right {
        padding-right: 15px;
    }

    .examples .nopadd-left {
        padding-left: 15px;
    }

    .examples .col-nopadd {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }
}

@media (max-width: 535px) {
    .examples .pl-2 {
        padding-left: 0 !important;
    }

    .examples .pr-2 {
        padding-right: 0 !important;
    }
}

/**** Form Styling Default ****/
form input:-webkit-autofill,
form textarea:-webkit-autofill,
form select:-webkit-autofill {
    background: transparent !important;
}

form input::-webkit-input-placeholder {
    color: #333333;
}

form input:-moz-placeholder {
    color: #333333;
}

form input::-moz-placeholder {
    color: #333333;
}

form input:-ms-input-placeholder {
    color: #333333;
}

form textarea::-webkit-input-placeholder {
    color: #333333;
}

form {
    /**** If you are using Multi Select Country then use this styling ****/
}

form .control-group {
    margin-bottom: 24px;
    position: relative;
}

form .control-group i.icon {
    position: absolute;
    left: 10px;
    top: 0;
    height: 18px;
    bottom: 0;
    margin: auto;
}

form .control-group.textarea i.icon {
    top: 10px;
    bottom: auto;
}

form input[type=text],
form input[type=number],
form input[type=email] {
    color: #333333;
    padding: 10px;
    height: 44px;
    width: 100%;
    background: transparent;
    border: 1px solid #cccccc;
    box-shadow: none;
    -webkit-appearance: none;
    border-radius: 4px;
    font-family: "Nunito", sans-serif;
}

form select,
form textarea {
    color: #333333;
    padding: 10px;
    height: 44px;
    width: 100%;
    background: transparent;
    border: 1px solid #cccccc;
    box-shadow: none;
    line-height: 38px;
    border-radius: 4px;
    font-family: "Nunito", sans-serif;
}

form .codearea {
    float: left;
    width: 28%;
    position: relative;
}

form .numberarea {
    float: right;
    width: 70%;
    position: relative;
}

form .numberarea input {
    padding-left: 10px;
}

form textarea {
    resize: none;
    min-height: 140px;
}

form input.error {
    border-color: red !important;
}

form select.error,
form textarea.error {
    border-color: red !important;
}

form label.error {
    display: none !important;
}

form input[type=number]::-webkit-outer-spin-button,
form input[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    -moz-appearance: textfield;
}

form select.countrylist.multi {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
}

form.white-field input:not([type=submit]),
form.white-field select,
form.white-field textarea {
    background: #ffffff;
}

form.white-field input[type=submit] {
    border: 1px solid #E74C3C;
}

form.small-offset .control-group {
    margin-bottom: 10px;
}

.floating-form {
    background: #0c1623;
    padding: 14px 30px 14px 80px;
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
    -webkit-transition: 0.6s;
    -moz-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s;
    position: absolute;
    top: 60px;
    right: -360px;
    width: 420px;
}

.floating-form .sticky-tag {
    background: #E74C3C;
    color: #ffffff;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 60px;
    text-align: center;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    border-right: 2px solid #1ABC9C;
    cursor: pointer;
}

.floating-form .sticky-tag>* {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: 0;
    bottom: 0;
}

.floating-form .control-group {
    margin-bottom: 10px;
}

.floating-form .control-group input:not([type=submit]),
.floating-form .control-group select,
.floating-form .control-group textarea {
    background: #ffffff;
}

.floating-form .control-group input[type=submit] {
    border: 1px solid #E74C3C;
}

.floating-form.\--activesticky {
    right: 0px;
}

#form1 .form-control {
    height: 44px;
}

.pop-form {
    position: relative;
    width: 669px;
    height: 495px;
    top: 0px;
    left: 0;
    right: 0;
    margin: 60px auto;
    background: url(../images/popup-bg.png);
    padding: 53px 60px 0px 60px;
    z-index: 99;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

@media (max-width: 480px) {
    .pop-form {
        width: 90%;
    }
}

.pop-form .close-btn {
    width: 30px;
    height: 30px;
    display: block;
    position: absolute;
    top: 11px;
    right: 69px;
    font-weight: 900;
    color: #737373;
    padding-top: 3px;
}

.pop-form .submit-btn {
    font-size: 18px;
    padding: 15px 0px;
    background: #26a89e;
    color: #fff;
    cursor: pointer;
    border-radius: 5px;
    position: relative;
    border: none;
    margin-top: 15px;
}

.pop-form .no-thanks {
    text-decoration: underline;
}

.pop-form form .control-group {
    margin-bottom: 10px;
}

.pop-form form .control-group input[type=text],
.pop-form form .control-group input[type=number],
.pop-form form .control-group input[type=email],
.pop-form form .control-group select,
.pop-form form .control-group textarea {
    background-color: #fff;
    font-family: "Nunito", sans-serif;
    text-align: left;
}

.pop-form form .control-group textarea {
    min-height: 80px;
    line-height: 24px;
}

.o-hidden {
    overflow: hidden;
}

@media (max-width: 767px) {
    .o-hidden {
        display: none !important;
    }
}

.popupform-main {
    position: fixed;
    text-align: center;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    width: 100%;
    height: 100%;
    z-index: 9999;
    display: none;
}

.popupform-main.active {
    display: block;
}

@media (max-width: 480px) {
    .popupform-main {
        overflow-y: scroll;
        height: 300px;
    }
}

@media (max-width: 767px) {
    .popupform-main {
        display: none !important;
    }
}

.popupform-main h3 {
    letter-spacing: 1px;
    color: #434343;
}

.popupform-main h6 {
    letter-spacing: 2px;
    color: #434343;
}

.popupform-main .main-pop {
    padding: 25px 40px;
}

.popupform-main form input[type=text],
.popupform-main form input[type=number],
.popupform-main form input[type=email] {
    padding-left: 10px;
    min-height: 50px;
}

.popupform-main .main-pop .phonecode {
    padding-left: 0px;
}

.homepage-hero-slider .slick-prev {
    left: 20px;
    z-index: 9;
}

@media (max-device-width: 767px) {
    .homepage-hero-slider .slick-prev {
        display: none !important;
    }
}

.homepage-hero-slider .slick-prev:before {
    font-size: 30px;
}

.homepage-hero-slider .slick-next {
    right: 30px;
    z-index: 9;
}

@media (max-device-width: 767px) {
    .homepage-hero-slider .slick-next {
        display: none !important;
    }
}

.homepage-hero-slider .slick-next:before {
    font-size: 30px;
}

.about-slider-index .slick-prev,
.about-slider-index .slick-next {
    top: 50%;
}

.about-slider {
    margin-top: 70px;
}

@media (max-device-width: 767px) {
    .about-slider {
        margin-top: 30px;
    }
}

.homepage-portfolio-slider .slick-dots {
    bottom: -40px;
}

@media (max-device-width: 767px) {
    .homepage-portfolio-slider .slick-dots {
        bottom: -34px;
    }
}

.process-box-slider {
    margin-top: 50px;
}

@media (max-device-width: 767px) {
    .process-box-slider {
        margin-top: 20px;
    }
}

.process-box-slider .slick-dots {
    bottom: -40px;
}

@media (max-device-width: 767px) {
    .process-box-slider .slick-dots {
        bottom: -30px;
    }
}

@media (max-device-width: 767px) {
    .package-slider {
        margin-top: 10px;
    }
}

.pricing-slider {
    margin-top: 50px;
    margin-bottom: 50px;
}

@media (max-device-width: 767px) {
    .pricing-slider {
        margin-top: 20px;
    }
}

@media (max-device-width: 767px) {
    .testimonial-slider {
        margin-top: 20px;
    }
}

.testimonial-slider .slick-dots {
    bottom: -40px;
}

@media (max-device-width: 767px) {
    .testimonial-slider .slick-dots {
        bottom: -30px;
    }
}

.package-section .slick-dots {
    bottom: -40px;
}

@media (max-device-width: 767px) {
    .package-section .slick-dots {
        bottom: -34px;
    }
}

.about-section .item {
    padding: 0 15px;
}

.about-section .slick-dots {
    bottom: -40px;
}

@media (max-device-width: 767px) {
    .about-section .slick-dots {
        bottom: -34px;
    }
}

.logo-features-slider {
    margin-top: 50px;
}

@media (max-device-width: 767px) {
    .logo-features-slider {
        margin-top: 20px;
    }
}

.logo-features-slider .slick-dots {
    bottom: 10px;
}

.app-container {
    position: relative;
    top: 0;
    left: 0;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

.app-container.active {
    left: -80%;
}

/**** Mobile Navigation ****/
.mobile-nav {
    position: fixed;
    width: 80%;
    height: 100%;
    overflow-y: auto;
    top: 0;
    right: -80%;
    z-index: 12;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    overflow: hidden;
    background: #0c1623;
    padding: 20px 30px;
}

.mobile-nav.active {
    height: 100%;
    right: 0;
}

.mobile-nav nav.pl {
    height: 100%;
    overflow: auto;
    margin-right: -10px;
}

.mobile-nav nav.pl li {
    margin: 0;
    margin-bottom: 14px;
}

.mobile-nav nav.pl li a {
    color: #ffffff;
    font-weight: 600;
    font-size: 16px;
    display: inline-block;
    font-family: "Montserrat", sans-serif;
}

.mobile-nav nav.pl li.drop ul {
    display: none;
    padding-top: 10px;
}

.mobile-nav nav.pl li.drop ul li {
    padding: 5px 0 5px 20px;
    margin-bottom: 0px;
    position: relative;
}

.mobile-nav nav.pl li.drop ul li:before {
    position: absolute;
    top: 0;
    bottom: 0px;
    margin: auto 0;
    left: 0px;
    background-color: #fff;
    width: 5px;
    height: 1px;
    content: "";
}

.mobile-nav nav.pl li.drop ul li a {
    font-weight: 400;
    font-size: 14px;
}

/*** Mobile Nav Button ***/
@media (max-width: 767px) {
    .mob-nav-logo {
        font-size: 18px;
        margin-top: 14px;
    }
}

.mobile-nav-btn {
    display: block;
    position: fixed;
    top: 14px;
    height: 30px;
    padding: 6px;
    right: 0;
    margin-right: 20px;
    cursor: pointer;
    z-index: 9999;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

.mobile-nav-btn span {
    width: 22px;
    height: 2px;
    background-color: #29b1a3;
    display: block;
    margin-bottom: 6px;
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
    position: relative;
    top: 8px;
    right: 0;
}

.mobile-nav-btn span:before,
.mobile-nav-btn span:after {
    display: block;
    background-color: #29b1a3;
    width: 28px;
    height: 2px;
    position: absolute;
    right: 0;
    content: '';
    -webkit-transform-origin: .28571rem center;
    transform-origin: .28571rem center;
    right: 0;
    margin: 0 auto;
}

.mobile-nav-btn .lines {
    -webkit-transition: background 0.3s 0.5s ease;
    -moz-transition: background 0.3s 0.5s ease;
    -o-transition: background 0.3s 0.5s ease;
    transition: background 0.3s 0.5s ease;
}

.mobile-nav-btn .lines:before,
.mobile-nav-btn .lines:after {
    -webkit-transition: top 0.3s 0.6s ease, transform 0.3s ease;
    -moz-transition: top 0.3s 0.6s ease, transform 0.3s ease;
    -o-transition: top 0.3s 0.6s ease, transform 0.3s ease;
    transition: top 0.3s 0.6s ease, transform 0.3s ease;
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    top: 8px;
}

.mobile-nav-btn .lines:after {
    top: -8px;
}

.mobile-nav-btn.active {
    right: 80%;
}

.mobile-nav-btn.active .lines {
    -webkit-transition: background 0.3s 0 ease;
    -moz-transition: background 0.3s 0 ease;
    -o-transition: background 0.3s 0 ease;
    transition: background 0.3s 0 ease;
    background: transparent;
}

.mobile-nav-btn.active .lines:before,
.mobile-nav-btn.active .lines:after {
    -webkit-transition: top 0.3s ease, -webkit-transform 0.3s 0.5s ease;
    -moz-transition: top 0.3s ease, -webkit-transform 0.3s 0.5s ease;
    -o-transition: top 0.3s ease, -webkit-transform 0.3s 0.5s ease;
    transition: top 0.3s ease, -webkit-transform 0.3s 0.5s ease;
    top: 0;
}

.mobile-nav-btn.active .lines:before {
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    -moz-transform: rotate3d(0, 0, 1, 45deg);
    -o-transform: rotate3d(0, 0, 1, 45deg);
    -ms-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
}

.mobile-nav-btn.active .lines:after {
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    -moz-transform: rotate3d(0, 0, 1, -45deg);
    -o-transform: rotate3d(0, 0, 1, -45deg);
    -ms-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
}

input.btn-new-primary.d-block.btn__fix-width.fw-normal.tt-uppercase {
    padding: 10px 0;
    cursor: pointer;
}

.copyright a:hover {
    color: #29b1a3;
}

.hero-banner h1,.hero-banner h4 {
    margin-bottom: 15px;
}

.hero-banner ul{display: block;}
.hero-banner ul>li{display: block;margin: 0 0 10px;font-size: 20px;line-height: normal;color: #fff;position: relative;padding-left: 30px;}
.hero-banner ul>li:before {
    content: "\f058";
    position: absolute;
    left: 0px;
    top: 3px;
    color: #fff;
    font-family: "FontAwesome";
}

.hero-banner ul {
    font-size: 0px;
    width: 52%;
}

.hero-banner ul>li {
    display: inline-block;
    vertical-align: middle;
    width: 50%;
}



/* mCustomScrollbar */
/*
== malihu jquery custom scrollbar plugin ==
Plugin URI: http://manos.malihu.gr/jquery-custom-content-scroller
*/
/*
CONTENTS: 
  1. BASIC STYLE - Plugin's basic/essential CSS properties (normally, should not be edited). 
  2. VERTICAL SCROLLBAR - Positioning and dimensions of vertical scrollbar. 
  3. HORIZONTAL SCROLLBAR - Positioning and dimensions of horizontal scrollbar.
  4. VERTICAL AND HORIZONTAL SCROLLBARS - Positioning and dimensions of 2-axis scrollbars. 
  5. TRANSITIONS - CSS3 transitions for hover events, auto-expanded and auto-hidden scrollbars. 
  6. SCROLLBAR COLORS, OPACITY AND BACKGROUNDS 
    6.1 THEMES - Scrollbar colors, opacity, dimensions, backgrounds etc. via ready-to-use themes.
*/
/* 
------------------------------------------------------------------------------------------------------------------------
1. BASIC STYLE  
------------------------------------------------------------------------------------------------------------------------
*/
.mCustomScrollbar {
    -ms-touch-action: none;
    touch-action: none;
    /* MSPointer events - direct all pointer events to js */
}

.mCustomScrollbar.mCS_no_scrollbar {
    -ms-touch-action: auto;
    touch-action: auto;
}

.mCustomScrollBox {
    /* contains plugin's markup */
    position: relative;
    overflow: hidden;
    height: 100%;
    max-width: 100%;
    outline: none;
    padding: 0 10px;
    direction: ltr;
}

.mCSB_container {
    /* contains the original content */
    overflow: hidden;
    width: auto;
    height: auto;
}

/* 
------------------------------------------------------------------------------------------------------------------------
2. VERTICAL SCROLLBAR 
y-axis
------------------------------------------------------------------------------------------------------------------------
*/
.mCSB_inside>.mCSB_container {
    /* margin-right: 30px; */
}

.mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden {
    margin-right: 0;
}

/* non-visible scrollbar */
.mCS-dir-rtl>.mCSB_inside>.mCSB_container {
    /* RTL direction/left-side scrollbar */
    margin-right: 0;
    margin-left: 30px;
}

.mCS-dir-rtl>.mCSB_inside>.mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden {
    margin-left: 0;
}

/* RTL direction/left-side scrollbar */
.mCSB_scrollTools {
    /* contains scrollbar markup (draggable element, dragger rail, buttons etc.) */
    position: absolute;
    width: 16px;
    height: auto;
    left: auto;
    top: 0;
    right: 0;
    bottom: 0;
}

.mCSB_outside+.mCSB_scrollTools {
    right: -26px;
}

/* scrollbar position: outside */
.mCS-dir-rtl>.mCSB_inside>.mCSB_scrollTools,
.mCS-dir-rtl>.mCSB_outside+.mCSB_scrollTools {
    /* RTL direction/left-side scrollbar */
    right: auto;
    left: 0;
}

.mCS-dir-rtl>.mCSB_outside+.mCSB_scrollTools {
    left: -26px;
}

/* RTL direction/left-side scrollbar (scrollbar position: outside) */
.mCSB_scrollTools .mCSB_draggerContainer {
    /* contains the draggable element and dragger rail markup */
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    height: auto;
}

.mCSB_scrollTools a+.mCSB_draggerContainer {
    margin: 0 -11px 20px 0;
}

.mCSB_scrollTools .mCSB_draggerRail {
    width: 2px;
    height: 100%;
    margin: 0 auto;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    border-radius: 16px;
}

.mCSB_scrollTools .mCSB_dragger {
    /* the draggable element */
    cursor: pointer;
    width: 100%;
    height: 30px;
    /* minimum dragger height */
    z-index: 1;
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    /* the dragger element */
    position: relative;
    width: 4px;
    height: 100%;
    margin: 0 auto;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    border-radius: 16px;
    text-align: center;
}

.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
    width: 12px;
    /* auto-expanded scrollbar */
}

.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded+.mCSB_draggerRail,
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
    width: 8px;
    /* auto-expanded scrollbar */
}

.mCSB_scrollTools .mCSB_buttonUp,
.mCSB_scrollTools .mCSB_buttonDown {
    display: block;
    position: absolute;
    height: 20px;
    width: 100%;
    overflow: hidden;
    margin: 0 auto;
    cursor: pointer;
}

.mCSB_scrollTools .mCSB_buttonDown {
    bottom: 0;
}

/* 
------------------------------------------------------------------------------------------------------------------------
3. HORIZONTAL SCROLLBAR 
x-axis
------------------------------------------------------------------------------------------------------------------------
*/
.mCSB_horizontal.mCSB_inside>.mCSB_container {
    margin-right: 0;
    margin-bottom: 30px;
}

.mCSB_horizontal.mCSB_outside>.mCSB_container {
    min-height: 100%;
}

.mCSB_horizontal>.mCSB_container.mCS_no_scrollbar_x.mCS_x_hidden {
    margin-bottom: 0;
}

/* non-visible scrollbar */
.mCSB_scrollTools.mCSB_scrollTools_horizontal {
    width: auto;
    height: 16px;
    top: auto;
    right: 0;
    bottom: 0;
    left: 0;
}

.mCustomScrollBox+.mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCustomScrollBox+.mCSB_scrollTools+.mCSB_scrollTools.mCSB_scrollTools_horizontal {
    bottom: -26px;
}

/* scrollbar position: outside */
.mCSB_scrollTools.mCSB_scrollTools_horizontal a+.mCSB_draggerContainer {
    margin: 0 20px;
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_draggerRail {
    width: 100%;
    height: 2px;
    margin: 7px 0;
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger {
    width: 30px;
    /* minimum dragger width */
    height: 100%;
    left: 0;
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
    width: 100%;
    height: 4px;
    margin: 6px auto;
}

.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
    height: 12px;
    /* auto-expanded scrollbar */
    margin: 2px auto;
}

.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded+.mCSB_draggerRail,
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
    height: 8px;
    /* auto-expanded scrollbar */
    margin: 4px 0;
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonLeft,
.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonRight {
    display: block;
    position: absolute;
    width: 20px;
    height: 100%;
    overflow: hidden;
    margin: 0 auto;
    cursor: pointer;
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonLeft {
    left: 0;
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonRight {
    right: 0;
}

/* 
------------------------------------------------------------------------------------------------------------------------
4. VERTICAL AND HORIZONTAL SCROLLBARS 
yx-axis 
------------------------------------------------------------------------------------------------------------------------
*/
.mCSB_container_wrapper {
    position: absolute;
    height: auto;
    width: auto;
    overflow: hidden;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin-right: 30px;
    margin-bottom: 30px;
}

.mCSB_container_wrapper>.mCSB_container {
    padding-right: 30px;
    padding-bottom: 30px;
}

.mCSB_vertical_horizontal>.mCSB_scrollTools.mCSB_scrollTools_vertical {
    bottom: 20px;
}

.mCSB_vertical_horizontal>.mCSB_scrollTools.mCSB_scrollTools_horizontal {
    right: 20px;
}

/* non-visible horizontal scrollbar */
.mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden+.mCSB_scrollTools.mCSB_scrollTools_vertical {
    bottom: 0;
}

/* non-visible vertical scrollbar/RTL direction/left-side scrollbar */
.mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden+.mCSB_scrollTools~.mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCS-dir-rtl>.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside>.mCSB_scrollTools.mCSB_scrollTools_horizontal {
    right: 0;
}

/* RTL direction/left-side scrollbar */
.mCS-dir-rtl>.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside>.mCSB_scrollTools.mCSB_scrollTools_horizontal {
    left: 20px;
}

/* non-visible scrollbar/RTL direction/left-side scrollbar */
.mCS-dir-rtl>.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside>.mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden+.mCSB_scrollTools~.mCSB_scrollTools.mCSB_scrollTools_horizontal {
    left: 0;
}

.mCS-dir-rtl>.mCSB_inside>.mCSB_container_wrapper {
    /* RTL direction/left-side scrollbar */
    margin-right: 0;
    margin-left: 30px;
}

.mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden>.mCSB_container {
    padding-right: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden>.mCSB_container {
    padding-bottom: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside>.mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden {
    margin-right: 0;
    /* non-visible scrollbar */
    margin-left: 0;
}

/* non-visible horizontal scrollbar */
.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside>.mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden {
    margin-bottom: 0;
}

/* 
------------------------------------------------------------------------------------------------------------------------
5. TRANSITIONS  
------------------------------------------------------------------------------------------------------------------------
*/
.mCSB_scrollTools,
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCSB_scrollTools .mCSB_buttonUp,
.mCSB_scrollTools .mCSB_buttonDown,
.mCSB_scrollTools .mCSB_buttonLeft,
.mCSB_scrollTools .mCSB_buttonRight {
    -webkit-transition: opacity .2s ease-in-out, background-color .2s ease-in-out;
    -moz-transition: opacity .2s ease-in-out, background-color .2s ease-in-out;
    -o-transition: opacity .2s ease-in-out, background-color .2s ease-in-out;
    transition: opacity .2s ease-in-out, background-color .2s ease-in-out;
}

.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger_bar,
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerRail,
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger_bar,
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerRail {
    -webkit-transition: width .2s ease-out .2s, height .2s ease-out .2s, margin-left .2s ease-out .2s, margin-right .2s ease-out .2s, margin-top .2s ease-out .2s, margin-bottom .2s ease-out .2s, opacity .2s ease-in-out, background-color .2s ease-in-out;
    -moz-transition: width .2s ease-out .2s, height .2s ease-out .2s, margin-left .2s ease-out .2s, margin-right .2s ease-out .2s, margin-top .2s ease-out .2s, margin-bottom .2s ease-out .2s, opacity .2s ease-in-out, background-color .2s ease-in-out;
    -o-transition: width .2s ease-out .2s, height .2s ease-out .2s, margin-left .2s ease-out .2s, margin-right .2s ease-out .2s, margin-top .2s ease-out .2s, margin-bottom .2s ease-out .2s, opacity .2s ease-in-out, background-color .2s ease-in-out;
    transition: width .2s ease-out .2s, height .2s ease-out .2s, margin-left .2s ease-out .2s, margin-right .2s ease-out .2s, margin-top .2s ease-out .2s, margin-bottom .2s ease-out .2s, opacity .2s ease-in-out, background-color .2s ease-in-out;
}

/* 
------------------------------------------------------------------------------------------------------------------------
6. SCROLLBAR COLORS, OPACITY AND BACKGROUNDS  
------------------------------------------------------------------------------------------------------------------------
*/
/* 
----------------------------------------
6.1 THEMES 
----------------------------------------
*/
/* default theme ("light") */
.mCSB_scrollTools {
    opacity: 0.75;
    filter: "alpha(opacity=75)";
    -ms-filter: "alpha(opacity=75)";
}

.mCS-autoHide>.mCustomScrollBox>.mCSB_scrollTools,
.mCS-autoHide>.mCustomScrollBox~.mCSB_scrollTools {
    opacity: 0;
    filter: "alpha(opacity=0)";
    -ms-filter: "alpha(opacity=0)";
}

.mCustomScrollbar>.mCustomScrollBox>.mCSB_scrollTools.mCSB_scrollTools_onDrag,
.mCustomScrollbar>.mCustomScrollBox~.mCSB_scrollTools.mCSB_scrollTools_onDrag,
.mCustomScrollBox:hover>.mCSB_scrollTools,
.mCustomScrollBox:hover~.mCSB_scrollTools,
.mCS-autoHide:hover>.mCustomScrollBox>.mCSB_scrollTools,
.mCS-autoHide:hover>.mCustomScrollBox~.mCSB_scrollTools {
    opacity: 1;
    filter: "alpha(opacity=100)";
    -ms-filter: "alpha(opacity=100)";
}

.mCSB_scrollTools .mCSB_draggerRail {
    background-color: transparent;
    filter: "alpha(opacity=40)";
    -ms-filter: "alpha(opacity=40)";
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #fff;
    background-color: #999999;
    filter: "alpha(opacity=75)";
    -ms-filter: "alpha(opacity=75)";
}

.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
    background-color: #fff;
    background-color: #999999;
    filter: "alpha(opacity=85)";
    -ms-filter: "alpha(opacity=85)";
}

.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
    background-color: #fff;
    background-color: #999999;
    filter: "alpha(opacity=90)";
    -ms-filter: "alpha(opacity=90)";
}

.mCSB_scrollTools .mCSB_buttonUp,
.mCSB_scrollTools .mCSB_buttonDown,
.mCSB_scrollTools .mCSB_buttonLeft,
.mCSB_scrollTools .mCSB_buttonRight {
    background-image: url();
    /* css sprites */
    background-repeat: no-repeat;
    opacity: 0.4;
    filter: "alpha(opacity=40)";
    -ms-filter: "alpha(opacity=40)";
}

.mCSB_scrollTools .mCSB_buttonUp {
    background-position: 0 0;
    /* 
  sprites locations 
  light: 0 0, -16px 0, -32px 0, -48px 0, 0 -72px, -16px -72px, -32px -72px
  dark: -80px 0, -96px 0, -112px 0, -128px 0, -80px -72px, -96px -72px, -112px -72px
  */
}

.mCSB_scrollTools .mCSB_buttonDown {
    background-position: 0 -20px;
    /* 
  sprites locations
  light: 0 -20px, -16px -20px, -32px -20px, -48px -20px, 0 -92px, -16px -92px, -32px -92px
  dark: -80px -20px, -96px -20px, -112px -20px, -128px -20px, -80px -92px, -96px -92px, -112 -92px
  */
}

.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: 0 -40px;
    /* 
  sprites locations 
  light: 0 -40px, -20px -40px, -40px -40px, -60px -40px, 0 -112px, -20px -112px, -40px -112px
  dark: -80px -40px, -100px -40px, -120px -40px, -140px -40px, -80px -112px, -100px -112px, -120px -112px
  */
}

.mCSB_scrollTools .mCSB_buttonRight {
    background-position: 0 -56px;
    /* 
  sprites locations 
  light: 0 -56px, -20px -56px, -40px -56px, -60px -56px, 0 -128px, -20px -128px, -40px -128px
  dark: -80px -56px, -100px -56px, -120px -56px, -140px -56px, -80px -128px, -100px -128px, -120px -128px
  */
}

.mCSB_scrollTools .mCSB_buttonUp:hover,
.mCSB_scrollTools .mCSB_buttonDown:hover,
.mCSB_scrollTools .mCSB_buttonLeft:hover,
.mCSB_scrollTools .mCSB_buttonRight:hover {
    opacity: 0.75;
    filter: "alpha(opacity=75)";
    -ms-filter: "alpha(opacity=75)";
}

.mCSB_scrollTools .mCSB_buttonUp:active,
.mCSB_scrollTools .mCSB_buttonDown:active,
.mCSB_scrollTools .mCSB_buttonLeft:active,
.mCSB_scrollTools .mCSB_buttonRight:active {
    opacity: 0.9;
    filter: "alpha(opacity=90)";
    -ms-filter: "alpha(opacity=90)";
}

/* theme: "dark" */
.mCS-dark.mCSB_scrollTools .mCSB_draggerRail {
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.15);
}

.mCS-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.75);
}

.mCS-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
    background-color: rgba(0, 0, 0, 0.85);
}

.mCS-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
    background-color: rgba(0, 0, 0, 0.9);
}

.mCS-dark.mCSB_scrollTools .mCSB_buttonUp {
    background-position: -80px 0;
}

.mCS-dark.mCSB_scrollTools .mCSB_buttonDown {
    background-position: -80px -20px;
}

.mCS-dark.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: -80px -40px;
}

.mCS-dark.mCSB_scrollTools .mCSB_buttonRight {
    background-position: -80px -56px;
}

/* ---------------------------------------- */
/* theme: "light-2", "dark-2" */
.mCS-light-2.mCSB_scrollTools .mCSB_draggerRail,
.mCS-dark-2.mCSB_scrollTools .mCSB_draggerRail {
    width: 4px;
    background-color: #fff;
    background-color: rgba(255, 255, 255, 0.1);
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
}

.mCS-light-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    width: 4px;
    background-color: #fff;
    background-color: #ffb446;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
}

.mCS-light-2.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-dark-2.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-light-2.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-2.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
    width: 100%;
    height: 4px;
    margin: 6px auto;
}

.mCS-light-2.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
    background-color: #fff;
    background-color: rgba(255, 255, 255, 0.85);
}

.mCS-light-2.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-light-2.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
    background-color: #fff;
    background-color: rgba(255, 255, 255, 0.9);
}

.mCS-light-2.mCSB_scrollTools .mCSB_buttonUp {
    background-position: -32px 0;
}

.mCS-light-2.mCSB_scrollTools .mCSB_buttonDown {
    background-position: -32px -20px;
}

.mCS-light-2.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: -40px -40px;
}

.mCS-light-2.mCSB_scrollTools .mCSB_buttonRight {
    background-position: -40px -56px;
}

/* theme: "dark-2" */
.mCS-dark-2.mCSB_scrollTools .mCSB_draggerRail {
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.1);
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
}

.mCS-dark-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.75);
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
}

.mCS-dark-2.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.85);
}

.mCS-dark-2.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-dark-2.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.9);
}

.mCS-dark-2.mCSB_scrollTools .mCSB_buttonUp {
    background-position: -112px 0;
}

.mCS-dark-2.mCSB_scrollTools .mCSB_buttonDown {
    background-position: -112px -20px;
}

.mCS-dark-2.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: -120px -40px;
}

.mCS-dark-2.mCSB_scrollTools .mCSB_buttonRight {
    background-position: -120px -56px;
}

/* ---------------------------------------- */
/* theme: "light-thick", "dark-thick" */
.mCS-light-thick.mCSB_scrollTools .mCSB_draggerRail,
.mCS-dark-thick.mCSB_scrollTools .mCSB_draggerRail {
    width: 4px;
    background-color: #fff;
    background-color: rgba(255, 255, 255, 0.1);
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

.mCS-light-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    width: 6px;
    background-color: #fff;
    background-color: #ffb446;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

.mCS-light-thick.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-dark-thick.mCSB_scrollTools_horizontal .mCSB_draggerRail {
    width: 100%;
    height: 4px;
    margin: 6px 0;
}

.mCS-light-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
    width: 100%;
    height: 6px;
    margin: 5px auto;
}

.mCS-light-thick.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
    background-color: #fff;
    background-color: rgba(255, 255, 255, 0.85);
}

.mCS-light-thick.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-light-thick.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
    background-color: #fff;
    background-color: rgba(255, 255, 255, 0.9);
}

.mCS-light-thick.mCSB_scrollTools .mCSB_buttonUp {
    background-position: -16px 0;
}

.mCS-light-thick.mCSB_scrollTools .mCSB_buttonDown {
    background-position: -16px -20px;
}

.mCS-light-thick.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: -20px -40px;
}

.mCS-light-thick.mCSB_scrollTools .mCSB_buttonRight {
    background-position: -20px -56px;
}

/* theme: "dark-thick" */
.mCS-dark-thick.mCSB_scrollTools .mCSB_draggerRail {
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.1);
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.75);
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.85);
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.9);
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonUp {
    background-position: -96px 0;
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonDown {
    background-position: -96px -20px;
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: -100px -40px;
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonRight {
    background-position: -100px -56px;
}

/* ---------------------------------------- */
/* theme: "light-thin", "dark-thin" */
.mCS-light-thin.mCSB_scrollTools .mCSB_draggerRail {
    background-color: #fff;
    background-color: rgba(255, 255, 255, 0.1);
}

.mCS-light-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    width: 2px;
}

.mCS-light-thin.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-dark-thin.mCSB_scrollTools_horizontal .mCSB_draggerRail {
    width: 100%;
}

.mCS-light-thin.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-thin.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
    width: 100%;
    height: 2px;
    margin: 7px auto;
}

/* theme "dark-thin" */
.mCS-dark-thin.mCSB_scrollTools .mCSB_draggerRail {
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.15);
}

.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.75);
}

.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.85);
}

.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.9);
}

.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonUp {
    background-position: -80px 0;
}

.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonDown {
    background-position: -80px -20px;
}

.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: -80px -40px;
}

.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonRight {
    background-position: -80px -56px;
}

/* ---------------------------------------- */
/* theme "rounded", "rounded-dark", "rounded-dots", "rounded-dots-dark" */
.mCS-rounded.mCSB_scrollTools .mCSB_draggerRail {
    background-color: #fff;
    background-color: rgba(255, 255, 255, 0.15);
}

.mCS-rounded.mCSB_scrollTools .mCSB_dragger,
.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger,
.mCS-rounded-dots.mCSB_scrollTools .mCSB_dragger,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger {
    height: 14px;
}

.mCS-rounded.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dots.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    width: 14px;
    margin: 0 1px;
}

.mCS-rounded.mCSB_scrollTools_horizontal .mCSB_dragger,
.mCS-rounded-dark.mCSB_scrollTools_horizontal .mCSB_dragger,
.mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_dragger,
.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_dragger {
    width: 14px;
}

.mCS-rounded.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
    height: 14px;
    margin: 1px 0;
}

.mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
    width: 16px;
    /* auto-expanded scrollbar */
    height: 16px;
    margin: -1px 0;
}

.mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded+.mCSB_draggerRail,
.mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail,
.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded+.mCSB_draggerRail,
.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
    width: 4px;
    /* auto-expanded scrollbar */
}

.mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
    height: 16px;
    /* auto-expanded scrollbar */
    width: 16px;
    margin: 0 -1px;
}

.mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded+.mCSB_draggerRail,
.mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail,
.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded+.mCSB_draggerRail,
.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
    height: 4px;
    /* auto-expanded scrollbar */
    margin: 6px 0;
}

.mCS-rounded.mCSB_scrollTools .mCSB_buttonUp {
    background-position: 0 -72px;
}

.mCS-rounded.mCSB_scrollTools .mCSB_buttonDown {
    background-position: 0 -92px;
}

.mCS-rounded.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: 0 -112px;
}

.mCS-rounded.mCSB_scrollTools .mCSB_buttonRight {
    background-position: 0 -128px;
}

/* theme "rounded-dark", "rounded-dots-dark" */
.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.75);
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_draggerRail {
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.15);
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.85);
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.9);
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonUp {
    background-position: -80px -72px;
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonDown {
    background-position: -80px -92px;
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: -80px -112px;
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonRight {
    background-position: -80px -128px;
}

/* theme "rounded-dots", "rounded-dots-dark" */
.mCS-rounded-dots.mCSB_scrollTools_vertical .mCSB_draggerRail,
.mCS-rounded-dots-dark.mCSB_scrollTools_vertical .mCSB_draggerRail {
    width: 4px;
}

.mCS-rounded-dots.mCSB_scrollTools .mCSB_draggerRail,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail {
    background-color: transparent;
    background-position: center;
}

.mCS-rounded-dots.mCSB_scrollTools .mCSB_draggerRail,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_draggerRail {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAANElEQVQYV2NkIAAYiVbw//9/Y6DiM1ANJoyMjGdBbLgJQAX/kU0DKgDLkaQAvxW4HEvQFwCRcxIJK1XznAAAAABJRU5ErkJggg==");
    background-repeat: repeat-y;
    opacity: 0.3;
    filter: "alpha(opacity=30)";
    -ms-filter: "alpha(opacity=30)";
}

.mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail {
    height: 4px;
    margin: 6px 0;
    background-repeat: repeat-x;
}

.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonUp {
    background-position: -16px -72px;
}

.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonDown {
    background-position: -16px -92px;
}

.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: -20px -112px;
}

.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonRight {
    background-position: -20px -128px;
}

/* theme "rounded-dots-dark" */
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_draggerRail {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAALElEQVQYV2NkIAAYSVFgDFR8BqrBBEifBbGRTfiPZhpYjiQFBK3A6l6CvgAAE9kGCd1mvgEAAAAASUVORK5CYII=");
}

.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonUp {
    background-position: -96px -72px;
}

.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonDown {
    background-position: -96px -92px;
}

.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: -100px -112px;
}

.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonRight {
    background-position: -100px -128px;
}

/* ---------------------------------------- */
/* theme "3d", "3d-dark", "3d-thick", "3d-thick-dark" */
.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-repeat: repeat-y;
    background-image: -moz-linear-gradient(left, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 100%);
    background-image: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(255, 255, 255, 0.5)), color-stop(100%, rgba(255, 255, 255, 0)));
    background-image: -webkit-linear-gradient(left, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 100%);
    background-image: -o-linear-gradient(left, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 100%);
    background-image: -ms-linear-gradient(left, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 100%);
    background-image: linear-gradient(to right, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 100%);
}

.mCS-3d.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
    background-repeat: repeat-x;
    background-image: -moz-linear-gradient(top, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0.5)), color-stop(100%, rgba(255, 255, 255, 0)));
    background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 100%);
    background-image: -o-linear-gradient(top, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 100%);
    background-image: -ms-linear-gradient(top, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 100%);
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 100%);
}

/* theme "3d", "3d-dark" */
.mCS-3d.mCSB_scrollTools_vertical .mCSB_dragger,
.mCS-3d-dark.mCSB_scrollTools_vertical .mCSB_dragger {
    height: 70px;
}

.mCS-3d.mCSB_scrollTools_horizontal .mCSB_dragger,
.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_dragger {
    width: 70px;
}

.mCS-3d.mCSB_scrollTools,
.mCS-3d-dark.mCSB_scrollTools {
    opacity: 1;
    filter: "alpha(opacity=30)";
    -ms-filter: "alpha(opacity=30)";
}

.mCS-3d.mCSB_scrollTools .mCSB_draggerRail,
.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    border-radius: 16px;
}

.mCS-3d.mCSB_scrollTools .mCSB_draggerRail,
.mCS-3d-dark.mCSB_scrollTools .mCSB_draggerRail {
    width: 8px;
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.2);
    box-shadow: inset 1px 0 1px rgba(0, 0, 0, 0.5), inset -1px 0 1px rgba(255, 147, 43, 0.2);
}

.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCS-3d.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-3d.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
    background-color: #555;
}

.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    width: 8px;
}

.mCS-3d.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail {
    width: 100%;
    height: 8px;
    margin: 4px 0;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.5), inset 0 -1px 1px rgba(255, 147, 43, 0.2);
}

.mCS-3d.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
    width: 100%;
    height: 8px;
    margin: 4px auto;
}

.mCS-3d.mCSB_scrollTools .mCSB_buttonUp {
    background-position: -32px -72px;
}

.mCS-3d.mCSB_scrollTools .mCSB_buttonDown {
    background-position: -32px -92px;
}

.mCS-3d.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: -40px -112px;
}

.mCS-3d.mCSB_scrollTools .mCSB_buttonRight {
    background-position: -40px -128px;
}

/* theme "3d-dark" */
.mCS-3d-dark.mCSB_scrollTools .mCSB_draggerRail {
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.1);
    box-shadow: inset 1px 0 1px rgba(0, 0, 0, 0.1);
}

.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail {
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
}

.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonUp {
    background-position: -112px -72px;
}

.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonDown {
    background-position: -112px -92px;
}

.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: -120px -112px;
}

.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonRight {
    background-position: -120px -128px;
}

/* ---------------------------------------- */
/* theme: "3d-thick", "3d-thick-dark" */
.mCS-3d-thick.mCSB_scrollTools,
.mCS-3d-thick-dark.mCSB_scrollTools {
    opacity: 1;
    filter: "alpha(opacity=30)";
    -ms-filter: "alpha(opacity=30)";
}

.mCS-3d-thick.mCSB_scrollTools,
.mCS-3d-thick-dark.mCSB_scrollTools,
.mCS-3d-thick.mCSB_scrollTools .mCSB_draggerContainer,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_draggerContainer {
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
}

.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.mCSB_inside+.mCS-3d-thick.mCSB_scrollTools_vertical,
.mCSB_inside+.mCS-3d-thick-dark.mCSB_scrollTools_vertical {
    right: 1px;
}

.mCS-3d-thick.mCSB_scrollTools_vertical,
.mCS-3d-thick-dark.mCSB_scrollTools_vertical {
    box-shadow: inset 1px 0 1px rgba(0, 0, 0, 0.1), inset 0 0 14px rgba(0, 0, 0, 0.5);
}

.mCS-3d-thick.mCSB_scrollTools_horizontal,
.mCS-3d-thick-dark.mCSB_scrollTools_horizontal {
    bottom: 1px;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1), inset 0 0 14px rgba(0, 0, 0, 0.5);
}

.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.4);
    width: 12px;
    margin: 2px;
    position: absolute;
    height: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.mCS-3d-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4);
}

.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
    background-color: #555;
}

.mCS-3d-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
    height: 12px;
    width: auto;
}

.mCS-3d-thick.mCSB_scrollTools .mCSB_draggerContainer {
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.05);
    box-shadow: inset 1px 1px 16px rgba(0, 0, 0, 0.1);
}

.mCS-3d-thick.mCSB_scrollTools .mCSB_draggerRail {
    background-color: transparent;
}

.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonUp {
    background-position: -32px -72px;
}

.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonDown {
    background-position: -32px -92px;
}

.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: -40px -112px;
}

.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonRight {
    background-position: -40px -128px;
}

/* theme: "3d-thick-dark" */
.mCS-3d-thick-dark.mCSB_scrollTools {
    box-shadow: inset 0 0 14px rgba(0, 0, 0, 0.2);
}

.mCS-3d-thick-dark.mCSB_scrollTools_horizontal {
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1), inset 0 0 14px rgba(0, 0, 0, 0.2);
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.4), inset -1px 0 0 rgba(0, 0, 0, 0.2);
}

.mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), inset 0 -1px 0 rgba(0, 0, 0, 0.2);
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
    background-color: #777;
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_draggerContainer {
    background-color: #fff;
    background-color: rgba(0, 0, 0, 0.05);
    box-shadow: inset 1px 1px 16px rgba(0, 0, 0, 0.1);
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_draggerRail {
    background-color: transparent;
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonUp {
    background-position: -112px -72px;
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonDown {
    background-position: -112px -92px;
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: -120px -112px;
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonRight {
    background-position: -120px -128px;
}

/* ---------------------------------------- */
/* theme: "minimal", "minimal-dark" */
.mCSB_outside+.mCS-minimal.mCSB_scrollTools_vertical,
.mCSB_outside+.mCS-minimal-dark.mCSB_scrollTools_vertical {
    right: 0;
    margin: 12px 0;
}

.mCustomScrollBox.mCS-minimal+.mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCustomScrollBox.mCS-minimal+.mCSB_scrollTools+.mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCustomScrollBox.mCS-minimal-dark+.mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCustomScrollBox.mCS-minimal-dark+.mCSB_scrollTools+.mCSB_scrollTools.mCSB_scrollTools_horizontal {
    bottom: 0;
    margin: 0 12px;
}

/* RTL direction/left-side scrollbar */
.mCS-dir-rtl>.mCSB_outside+.mCS-minimal.mCSB_scrollTools_vertical,
.mCS-dir-rtl>.mCSB_outside+.mCS-minimal-dark.mCSB_scrollTools_vertical {
    left: 0;
    right: auto;
}

.mCS-minimal.mCSB_scrollTools .mCSB_draggerRail,
.mCS-minimal-dark.mCSB_scrollTools .mCSB_draggerRail {
    background-color: transparent;
}

.mCS-minimal.mCSB_scrollTools_vertical .mCSB_dragger,
.mCS-minimal-dark.mCSB_scrollTools_vertical .mCSB_dragger {
    height: 50px;
}

.mCS-minimal.mCSB_scrollTools_horizontal .mCSB_dragger,
.mCS-minimal-dark.mCSB_scrollTools_horizontal .mCSB_dragger {
    width: 50px;
}

.mCS-minimal.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #fff;
    background-color: rgba(255, 147, 43, 0.2);
    filter: "alpha(opacity=20)";
    -ms-filter: "alpha(opacity=20)";
}

.mCS-minimal.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-minimal.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
    background-color: #fff;
    background-color: rgba(255, 255, 255, 0.5);
    filter: "alpha(opacity=50)";
    -ms-filter: "alpha(opacity=50)";
}

/* theme: "minimal-dark" */
.mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.2);
    filter: "alpha(opacity=20)";
    -ms-filter: "alpha(opacity=20)";
}

.mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.5);
    filter: "alpha(opacity=50)";
    -ms-filter: "alpha(opacity=50)";
}

/* ---------------------------------------- */
/* theme "light-3", "dark-3" */
.mCS-light-3.mCSB_scrollTools .mCSB_draggerRail,
.mCS-dark-3.mCSB_scrollTools .mCSB_draggerRail {
    width: 6px;
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.2);
}

.mCS-light-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    width: 6px;
}

.mCS-light-3.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-3.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-light-3.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-dark-3.mCSB_scrollTools_horizontal .mCSB_draggerRail {
    width: 100%;
    height: 6px;
    margin: 5px 0;
}

.mCS-light-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded+.mCSB_draggerRail,
.mCS-light-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail,
.mCS-dark-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded+.mCSB_draggerRail,
.mCS-dark-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
    width: 12px;
}

.mCS-light-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded+.mCSB_draggerRail,
.mCS-light-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail,
.mCS-dark-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded+.mCSB_draggerRail,
.mCS-dark-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
    height: 12px;
    margin: 2px 0;
}

.mCS-light-3.mCSB_scrollTools .mCSB_buttonUp {
    background-position: -32px -72px;
}

.mCS-light-3.mCSB_scrollTools .mCSB_buttonDown {
    background-position: -32px -92px;
}

.mCS-light-3.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: -40px -112px;
}

.mCS-light-3.mCSB_scrollTools .mCSB_buttonRight {
    background-position: -40px -128px;
}

/* theme "dark-3" */
.mCS-dark-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.75);
}

.mCS-dark-3.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.85);
}

.mCS-dark-3.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-dark-3.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.9);
}

.mCS-dark-3.mCSB_scrollTools .mCSB_draggerRail {
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.1);
}

.mCS-dark-3.mCSB_scrollTools .mCSB_buttonUp {
    background-position: -112px -72px;
}

.mCS-dark-3.mCSB_scrollTools .mCSB_buttonDown {
    background-position: -112px -92px;
}

.mCS-dark-3.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: -120px -112px;
}

.mCS-dark-3.mCSB_scrollTools .mCSB_buttonRight {
    background-position: -120px -128px;
}

/* ---------------------------------------- */
/* theme "inset", "inset-dark", "inset-2", "inset-2-dark", "inset-3", "inset-3-dark" */
.mCS-inset.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-2.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-3.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_draggerRail {
    width: 12px;
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.2);
}

.mCS-inset.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    width: 6px;
    margin: 3px 5px;
    position: absolute;
    height: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.mCS-inset.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-2.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-2-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-3.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
    height: 6px;
    margin: 5px 3px;
    position: absolute;
    width: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.mCS-inset.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-inset-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-inset-2.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-inset-2-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-inset-3.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-inset-3-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail {
    width: 100%;
    height: 12px;
    margin: 2px 0;
}

.mCS-inset.mCSB_scrollTools .mCSB_buttonUp,
.mCS-inset-2.mCSB_scrollTools .mCSB_buttonUp,
.mCS-inset-3.mCSB_scrollTools .mCSB_buttonUp {
    background-position: -32px -72px;
}

.mCS-inset.mCSB_scrollTools .mCSB_buttonDown,
.mCS-inset-2.mCSB_scrollTools .mCSB_buttonDown,
.mCS-inset-3.mCSB_scrollTools .mCSB_buttonDown {
    background-position: -32px -92px;
}

.mCS-inset.mCSB_scrollTools .mCSB_buttonLeft,
.mCS-inset-2.mCSB_scrollTools .mCSB_buttonLeft,
.mCS-inset-3.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: -40px -112px;
}

.mCS-inset.mCSB_scrollTools .mCSB_buttonRight,
.mCS-inset-2.mCSB_scrollTools .mCSB_buttonRight,
.mCS-inset-3.mCSB_scrollTools .mCSB_buttonRight {
    background-position: -40px -128px;
}

/* theme "inset-dark", "inset-2-dark", "inset-3-dark" */
.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.75);
}

.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.85);
}

.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.9);
}

.mCS-inset-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_draggerRail {
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.1);
}

.mCS-inset-dark.mCSB_scrollTools .mCSB_buttonUp,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonUp,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonUp {
    background-position: -112px -72px;
}

.mCS-inset-dark.mCSB_scrollTools .mCSB_buttonDown,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonDown,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonDown {
    background-position: -112px -92px;
}

.mCS-inset-dark.mCSB_scrollTools .mCSB_buttonLeft,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonLeft,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: -120px -112px;
}

.mCS-inset-dark.mCSB_scrollTools .mCSB_buttonRight,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonRight,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonRight {
    background-position: -120px -128px;
}

/* theme "inset-2", "inset-2-dark" */
.mCS-inset-2.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail {
    background-color: transparent;
    border-width: 1px;
    border-style: solid;
    border-color: #fff;
    border-color: rgba(255, 147, 43, 0.2);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail {
    border-color: #000;
    border-color: rgba(0, 0, 0, 0.2);
}

/* theme "inset-3", "inset-3-dark" */
.mCS-inset-3.mCSB_scrollTools .mCSB_draggerRail {
    background-color: #fff;
    background-color: rgba(255, 255, 255, 0.6);
}

.mCS-inset-3-dark.mCSB_scrollTools .mCSB_draggerRail {
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.6);
}

.mCS-inset-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.75);
}

.mCS-inset-3.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.85);
}

.mCS-inset-3.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-inset-3.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.9);
}

.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #fff;
    background-color: #ffb446;
}

.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
    background-color: #fff;
    background-color: rgba(255, 255, 255, 0.85);
}

.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
    background-color: #fff;
    background-color: rgba(255, 255, 255, 0.9);
}

footer.pf img.sth-sl{display: none;}

.conList {
    display: block;
}

.conList>li {
    display: block;
    margin-bottom: 10px;
}

.conList>li a {
    font-size: 14px;
    color: #fff;
}

.contact-info .conList li h6{
    display: block;
    margin-bottom: 10px;
    font-weight: 400;
}

.contact-info .conList li a{
    color: #000;
    font-size: 15px;
}

.contact-info .conList>li{
    margin-bottom: 25px;
}
.contact-info .conList>li:last-child{
    margin-bottom: 0px;
}

@media (max-width: 767px) {
    header .topinfo {
        height: auto;
        position: fixed;
        padding: 10px 0 0;
        box-shadow: 0 0px 10px 0 rgba(0, 0, 0, 0.1);
    }
    header .topinfo img{
        max-width: 100px;
    }
    section.homepage-hero-slider{
        margin-top: 74px;
    }
    .hero-banner ul>li{
        font-size: 14px;
    }
    header .logo {
        margin-top: 14px;
        margin-left: 15px;
        margin: 0 0 0 15px;
    }
    .hero-banner ul{
        width: 100%;
    }
    .hero-banner ul>li{width: 100%;}
    .pop-form{
        width: 100%;
        background: #fff;
        padding-bottom: 30px;
        height: 645px;
        overflow-y: auto;
        padding-left: 0px;
        padding-right: 0px;
    }
    .popupform-main .main-pop .phonecode {
        padding-left: 0px;
        padding-right: 0px;
        margin-bottom: 10px;
    }

}